﻿@charset "UTF-8";
html {
  min-width: 1200px;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #e74037;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.hide {
  display: none !important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #2485fa;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  transition: all ease 300ms;
}
.noease,
.noease * {
  transition: none;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
body {
  background: #fff;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/***************top and bottom css*********************/
.top_main {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #f8f8fa;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333333;
}
.top_main .top {
  position: relative;
}
.top_main p {
  float: left;
  width: 42%;
}
.top_main .top_r {
  float: right;
  width: 50%;
  text-align: right;
}
.top_main .top_r li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  color: #333333;
}
.top_main .top_r li.split {
  margin: 0 15px;
  color: #dbdbdd;
}
.top_main .top_r li a {
  color: #333333;
  cursor: pointer;
}
.top_main .top_r li a:hover {
  color: #2485fa;
}
.top_main .top_r li s {
  width: 16px;
  height: 18px;
  margin-right: 2px;
  background-position: 0 0;
}
.top_main .top_r li.mobile {
  position: relative;
  cursor: pointer;
}
.top_main .top_r li.mobile s {
  background-position: 4px 1px;
}
.top_main .top_r li.mobile .box {
  width: 100px;
  height: 100px;
  border: 5px solid #eee;
  position: absolute;
  left: -23px;
  top: 40px;
  z-index: 88;
  display: none;
  background: #eee;
}
.top_main .top_r li.mobile .box img {
  width: 100%;
  height: 100%;
  display: block;
}
.top_main .top_r li.mobile:hover .box {
  display: block;
}
.top_main .top_r li.map s {
  background-position: 1px 1px;
}
.top_main .top_r li.tel s {
  background-position: -18px 0;
}
/*header_main*/
.header_main {
  width: 100%;
  height: 98px;
  position: relative;
  z-index: 998;
  background: #fff;
}
.header_main .logo_main {
  width: 320px;
  height: 80px;
  float: left;
  padding-top: 5px;
}
.header_main .logo_main img {
  display: block;
  height: 80px;
}
.header_main .search_main {
  width: 452px;
  margin: 22px 0px 0px 160px;
}
.header_main .search_main .seardiv {
  width: 452px;
  height: 35px;}
.header_main .search_main .seardiv .txt {
  width: 361px;
  padding-left: 35px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #dddddd;
  border-right: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: url(../images/search-ico.png) no-repeat 6px center;
}
.header_main .search_main .seardiv .btn {
  width: 55px;
  height: 35px;
  line-height: 35px;
  background: #2485fa;
  border: 0px;
  border-right: 0px;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff; position: absolute; right: 0; top: 0;
}
.header_main .search_main .hotSkey {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.header_main .search_main .hotSkey strong {
  color: #2485fa;
  font-weight: normal;
}
.header_main .search_main .hotSkey a {
  margin: 0px 12px 0px 0px;
  color: #999;
}
.header_main .search_main .hotSkey a:hover {
  color: #2485fa;
}
.header_main .webtel {
  width: 212px;
  padding-top: 12px;
  line-height: 24px;
  float: right;
  white-space: nowrap;
}
.header_main .webtel s {
  width: 45px;
  height: 45px;
  margin: 16px 10px 20px 0;
  float: left;
  background-position: -58px -108px;
}
.header_main .webtel span {
  display: block;
  color: #333;
}
.header_main .webtel strong {
  color: #2485fa;
  font-size: 20px;
  line-height: 24px;
  display: block;
  font-family: arial;
}
/*nav_main*/
.nav_main {
  width: 100%;
  height: 50px;
  line-height: 50px;
  min-width: 1336px;
  position: relative;
  z-index: 100;
  background: #2485fa;
}
.nav_main .list {
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.nav_main li {
  width: 118px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 50px;
  line-height: 50px;
  position: relative;
  vertical-align: top;
  text-align: center;
  background: url(../images/inav-splitbg.png) no-repeat left center;
  font-size: 14px;
}
.nav_main li:first-child {
  width: 103px;
  background-image: none;
}
.nav_main li:first-child i {
  width: 20px;
  height: 22px;
  margin-right: 5px;
  background-position: -36px 2px;
}
.nav_main li:first-child:hover a,
.nav_main li:first-child.hover a {
  width: 101px;
}
.nav_main li a {
  display: block;
  height: 100%;
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.nav_main li:hover > a,
.nav_main li.hover > a {
  background: #f83636;
  width: 116px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.nav_main li.btn {
  width: 165px;
  background: none;
}
.nav_main li.btn a {
  font-size: 14px;
}
.nav_main li.btn span {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-position: -66px 0;
  transition: all ease 300ms;
}
.nav_main li.btn s {
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background-position: -102px 0;
}
.nav_main li.btn:hover a {
  background: none;
  width: 100%;
  border: 0px;
}
.nav_main li.btn:hover span {
  margin-right: 10px;
}
.nav_main .sub-box {
  background: #2485fa; background:rgba(36,133,250,.8);
  width: 100%;
  position: absolute;
  left:0px;
  top: 50px;
  display: none;
}
.nav_main .sub-box a {
  color: #fff;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  display: block; text-align: center;
  font-size: 14px; padding: 0 6px; overflow: hidden;
  transition: all ease 300ms;
  font-weight: normal;
}
.nav_main .sub-box a:hover {
  background: #f83636;
}
/*footer_main*/
.footer_main {
  width: 100%;
  background: #292f7b;
  padding: 32px 0 0;
  color: #fefefe;
}
.footer_main a {
  color: #fefefe;
}
.footer_main a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footer_main .firendlink {
  height: 70px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #8a99b4;
}
.footer_main .firendlink .list {
  width: 105%;
  position: relative;
}
.footer_main .firendlink span {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}
.footer_main .firendlink a {
  font-size: 16px;
  margin: 0 15px;
}
.footer_main .footer {
  padding: 32px 0 32px;
}
.footer_main .footer .tit {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin-bottom: 22px;
}
.footer_main .bbox {
  width: 310px;
}
.footer_main .bbox .blogo {
  width: 240px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
}
.footer_main .bbox .t {
  font-size: 20px;
  letter-spacing: 1px;
  padding: 6px 0 25px;
}
.footer_main .bbox .list li {
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  margin-right: 10px;
  border-radius: 100%;
  background: #999da5;
}
.footer_main .bbox .list li a {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer_main .bbox .list li s {
  width: 100%;
  height: 100%;
  background-position: 6px -69px;
}
.footer_main .bbox .list li.weixin s {
  background-position: -34px -69px;
}
.footer_main .bbox .list li.weixin .box {
  bottom: 36px;
  left: -34px;
  position: absolute;
  width: 100px;
  height: 100px;
  background: #eee;
  height: 0;
  overflow: hidden;
  transition: all ease 300ms;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.footer_main .bbox .list li.weixin .box img {
  padding: 5px;
  width: 90px;
  height: 90px;
  display: block;
}
.footer_main .bbox .list li.weibo s {
  background-position: -74px -69px;
}
.footer_main .bbox .list li:hover {
  background-color: #2485fa;
}
.footer_main .bbox .list li:hover .box {
  height: 100px;
}
.footer_main .bnav {
  width: 470px;
  float: left;
}
.footer_main .bnav .item {
  width: 140px;
  height: 182px;
  float: left;
  line-height: 26px;
}
.footer_main .bnav .item:first-child{ width: 170px; }
.footer_main .bnav .item h3 {
  margin-bottom: 10px;
}
.footer_main .bnav .item h3 a {
  color: #fff;
  transition: all ease 300ms;
  font-size: 16px;
}
.footer_main .bnav .item h3 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footer_main .bnav .item a {
  display: block;
  color: #cccccc;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  transition: all ease 300ms;
  font-size: 12px;
}
.footer_main .bnav .item a:hover {
  color: #fff;
}
.footer_main .baddress {
  width: 410px;
  padding-top: 10px;
}
.footer_main .baddress .erwm {
  width: 120px;
  height: 120px;
  border: 5px solid #ffffff;
}
.footer_main .baddress .erwm img {
  width: 120px;
  height: 120px;
  display: block;
}
.footer_main .baddress .box {
  width: 250px;
}
.footer_main .baddress .btel {
  width: 198px;
  position: relative;
  padding-left: 50px;
  height: 92px;
  line-height: 26px;
}
.footer_main .baddress .btel s {
  width: 47px;
  height: 47px;
  position: absolute;
  left: -5px;
  top: 30px;
  background-position: 0 -109px;
}
.footer_main .baddress .btel span {
  color: #dddddd;
}
.footer_main .baddress .btel strong {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: arial;
  line-height: 29px;
  white-space: nowrap;
}
.footer_main .baddress p {
  color: #dddddd;
  position: relative;
  line-height: 22px;
}
.footer_main .copyright {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fefefe;
  font-size: 12px;
  margin-top: 40px;
  background: #262b6b;
}
.footer_main .copyright a {
  color: #fefefe;
}
.footer_main .copyright a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}
.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center;
  transition: all ease 300ms;
}
.ewmbox .close:hover {
  transform: rotate(180deg);
}
.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}
/***********top and bottom css end***********/
.sortlist {
  width: 105%;
  padding-bottom: 10px;
}
.sortlist .item {
  width: 275px;
  float: left;
  position: relative;
  padding: 25px 0 35px;
  margin: 0 38px 35px 0;
  background: #fff;
  border: 1px solid #eee;
  transition: all ease 300ms;
  text-align: center;
}
.sortlist .item a {
  width: 100%;
  display: block;
}
.sortlist .item img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 20px;
}
.sortlist .item h4 {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.sortlist .item h3 {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.sortlist .item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sortlist .item:hover h3,
.sortlist .item:hover h4 {
  color: #2485fa;
}
/*侧栏*/
.sideBar{ width:260px; padding-top: 20px; }

.sideBar .menu{ width:258px; margin-bottom: 20px; background: #fff; border: 1px solid #d8d8d8; }
.leftNav {}
.leftNav .title{ width:100%; height:80px; font-size: 20px; font-weight: bold; text-align: center; color: #fff; line-height:80px; background:#2485fa; text-transform: uppercase;}
.leftNav .list{ padding: 5px 15px 22px; }
.leftNav .list li{ width:100%; height:40px; line-height: 40px; border-bottom: 1px dashed #eee; }
.leftNav .list li s{ width: 4px; height: 4px; display: inline-block; vertical-align: middle; margin-right: 11px; border-radius: 100%; background:#999; }
.leftNav .list li a{ width: 100%; height:40px; line-height: 40px; display: block; color:#333; font-size: 14px; overflow: hidden; }
.leftNav .list li.hover a,.leftNav .list li:hover a { color: #2485fa;}
.leftNav .list li.hover s,.leftNav .list li:hover s{ background: #2485fa; }

.leftRecom{ width:243px; border:1px solid #e4e4e4; margin: 20px 0;}
.leftRecom li{ width:189px;  margin: 10px auto; text-align: center;}
.leftRecom li img{ width:183px; height: 137px; padding:2px; border:1px solid #e3e3e3; display: block;}
.leftRecom li h3{ color: #666666; line-height: 30px;}
.leftRecom li:hover img{ background: #ffb700; border-color: #fff;}
.leftRecom li:hover h3{ color: #ffb700;}

.leftCon{ width:258px; border:1px solid #d8d8d8; background: #fff; }
.leftCon .title{ width:100%; height:80px; font-size: 20px; font-weight: bold; text-align: center; color: #fff; line-height:80px; background:#2485fa; text-transform: uppercase;}
.leftCon .icontxt .leftTel{ margin:8px 0px 14px 0;line-height: 16px; }
.leftCon .icontxt .leftTel span{ color:#303030; font-size:14px; }
.leftCon .icontxt{ font-size: 14px; padding: 15px; }
.leftCon .icontxt p{ line-height: 24px; }
.leftCon .icontxt .p1{ color: #333; font-weight: bold; }
.leftCon .icontxt span{ font-size:16px; color: #333; display: block; margin-bottom: 4px; }
.leftCon .icontxt strong{ font-size:20px; color: #2485fa; white-space: nowrap; display: block; line-height:24px; }

.sortPage2 .content { width:910px; padding-top: 20px; }
.sortPage2 .content .sitepath{ width: 100%; height: 40px; margin-bottom:25px; line-height: 40px; border-bottom: 1px solid #d8d8d8; }
.sortPage2 .content .sitepath a{ color: #333; }
.sortPage2 .content .sitepath a:hover{ color: @2485fa; }
.sortPage2 .content .sitepath h3{ font-size: 18px; color: #2485fa; }

.sortlist2{ width: 100%; }
.sortlist2 .item{ padding:28px 0; height: 160px; transition: all ease 300ms; border-bottom: 1px dashed #d8d8d8;}
.sortlist2 .item:first-child{ padding-top: 0; }
.sortlist2 .item a{width: 100%; display: block;}
.sortlist2 .item img{width: 100px; height: 100px; padding:30px; float: left; border: 1px solid #dfdfdf; display: block; margin-right:35px; }
.sortlist2 .item h3{font-size: 18px; color: #333; padding:15px 0 6px; transition: all ease 300ms; color: #2485fa; }
.sortlist2 .item .time{ color: #999; font-size: 12px; display: inline-block; margin-bottom: 7px; }
.sortlist2 .item h3 s{ width: 4px; height: 4px; display: inline-block; vertical-align: middle; margin-right: 11px; border-radius: 100%; background:#2485fa; }
.sortlist2 .item .txt{color: #666; line-height: 24px; max-height: 72px; overflow: hidden;}
.sortlist2 .item .txt .red{ color: red; display: inline-block; *display: inline; zoom: 1; }

.sortlist2 .item:hover img{border-color: #2485fa;}
.sortlist2 .item:hover h3{color: #f83636;}
.sortlist2 .item:hover h3 s{ background: #f83636; }
/*teamlist*/
.teamlist {
  width: 105%;
  padding-bottom: 10px;
}
.teamlist .item {
  width: 275px;
  float: left;
  position: relative;
  margin: 0 29px 35px 2px;
  background: #dddddd;
  border-radius: 7px;
  transition: all ease 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.teamlist .item a {
  width: 100%;
  display: block;
}
.teamlist .item img {
  width: 275px;
  height: 366px;
  border-radius: 7px;
  display: block;
}
.teamlist .item .txtcon {
  width: 100%;
  height: 150px;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: url(../images/white80.png) repeat 0 0;
  transition: all ease 300ms;
}
.teamlist .item .txtcon h3 {
  font-size: 24px;
  padding: 24px 0 0;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-weight: bold;
  color: #333333;
}
.teamlist .item .txtcon h4 {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  overflow: hidden;
  color: #666666;
  font-weight: bold;
}
.teamlist .item .txtcon .txt {
  padding: 4px 12px 0;
  line-height: 24px;
  height: 0;
  overflow: hidden;
  color: #666666;
  transition: all ease 300ms;
}
.teamlist .item .txtcon s {
  width: 32px;
  height: 20px;
  display: block;
  margin: 10px auto 0;
  background-position: -50px -28px;
}
.teamlist .item .btn {
  width: 100px;
  height: 30px;
  display: none;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  transition: all ease 300ms;
  left: 50%;
  margin-left: -50px;
  bottom: 30px;
  background: #2485fa;
  color: #fff;
}
.teamlist .item .btn:hover {
  background: #f83636;
}
.teamlist .item:hover .txtcon {
  height: 285px;
  background: #dddddd;
}
.teamlist .item:hover .txtcon .txt {
  height: 120px;
}
.teamlist .item:hover .txtcon s {
  display: none;
}
.teamlist .item:hover .btn {
  display: block;
}
/*caselist*/
.caselist {
  width: 105%;
}
.caselist .item {
  width: 380px;
  float: left;
  margin: 0 30px 30px 0;
  background: #dddddd;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.caselist .item a {
  width: 100%;
  display: block;
}
.caselist .item img {
  width: 380px;
  height: 285px;
  display: block;
}
.caselist .item h3 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
}
.caselist .item .bg {
  position: absolute;
  width: 380px;
  padding-top: 116px;
  height: 169px;
  left: -380px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.caselist .item .bg s {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-position: 0 -32px;
}
.caselist .item:hover {
  background: #f5f5f5;
}
.caselist .item:hover h3 {
  color: #2485fa;
}
.caselist .item:hover .bg {
  left: 0;
}
.logolist {
  width: 105%;
  position: relative;
}
.logolist li {
  width: 223px;
  height: 124px;
  display: block;
  background: #fff;
  float: left;
  border: 1px solid #d9d9d9;
  margin: 0 19px 19px 0;
  transition: all ease 300ms;
}
.logolist li img {
  width: 223px;
  height: 124px;
  display: block;
}
.logolist li:hover {
  border-color: #2485fa;
}
.banner_main {
  width: 100%;
  overflow: hidden;
  height: 550px;
  position: relative;
  z-index: 2;
}
.banner {
  width: 100%;
  min-width: 1000px;
  height: 550px;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner li a {
  width: 100%;
  display: block;
  height: 100%;
}
.banner li img {
  width: 1920px;
  height: 550px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.banner .tip {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 10;
  text-align: center;
}
.banner .tip span {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  transition: all ease 300ms;
  border-radius: 100%;
  background: #2485fa;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner .tip span.cur {
  background: #f83636;
}
.banner .prev,
.banner .next {
  width: 36px;
  height: 80px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -40px;
  background: url(../images/banner-ico.png) no-repeat 6px 4px;
  cursor: pointer;
}
.banner .prev {
  left: 80px;
}
.banner .prev:hover {
  background-position: 6px -98px;
}
.banner .next {
  right: 80px;
  background-position: -88px 4px;
}
.banner .next:hover {
  background-position: -88px -98px;
}
/***********index css ***********/
.indexTit {
  text-align: center;
  padding: 52px 0 40px;
}
.indexTit h3 {
  font-size: 40px;
  color: #2485fa;
  line-height: 50px;
  font-weight: bold;
  background: url(../images/indexTitbg.png) no-repeat center center;
}
.indexTit p {
  color: #999999;
  letter-spacing: 5px;
  padding: 2px 0 0;
}
.index {
  width: 100%;
  position: relative;
}
.index .floor_1 {
  width: 100%;
  background: #f5f9fa;
  text-align: center;
}
.index .floor_1 .imglist .item {
  width: 370px;
  height: 450px;
  float: left;
  position: relative;
  margin-left: 45px;
}
.index .floor_1 .imglist .item:first-child {
  margin-left: 0;
}
.index .floor_1 .imglist .item .img1 {
  width: 370px;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: all ease 300ms;
}
.index .floor_1 .imglist .item .txtcon {
  width: 370px;
  height: 330px;
  padding-top: 120px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 6px;
  z-index: 10;
  transition: all ease 300ms;
}
.index .floor_1 .imglist .item .txtcon .imgico {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 30px;
}
.index .floor_1 .imglist .item .txtcon h4 {
  width: 214px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 16px;
}
.index .floor_1 .imglist .item .txtcon h3 {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.index .floor_1 .imglist .item .txtlist {
  width: 370px;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
  z-index: 100;
}
.index .floor_1 .imglist .item .txtlist .img2 {
  width: 370px;
  height: 477px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.index .floor_1 .imglist .item .txtlist .list {
  width: 100%;
  height: 355px;
  padding-top: 95px;
  position: absolute;
  left: 0;
  top: 0;
}
.index .floor_1 .imglist .item .txtlist .list li {
  width: 282px;
  margin: 0 auto;
  height: 74px;
  padding: 14px 0 0;
  text-align: center;
  border-top: 1px dotted #fff;
  line-height: 14px;
  color: #fff;
}
.index .floor_1 .imglist .item .txtlist .list li a {
  color: #fff;
}
.index .floor_1 .imglist .item .txtlist .list li h3 {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  transition: all ease 300ms;
}
.index .floor_1 .imglist .item .txtlist .list li span {
  width: 100%;
  height: 22px;
  line-height: 22px;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 12px;
  overflow: hidden;
}
.index .floor_1 .imglist .item .txtlist .list li:first-child {
  border-top: 0px;
}
.index .floor_1 .imglist .item .txtlist .list li:hover h3 {
  margin-bottom: 0;
}
.index .floor_1 .imglist .item:hover .img1,
.index .floor_1 .imglist .item:hover .txtcon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.index .floor_1 .imglist .item:hover .txtlist {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .floor_1 .imglist .item:hover .txtlist .img2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .floor_1 .sublist {
  width: 1280px;
  overflow: hidden;
  position: relative;
  padding: 40px 0 30px;
}
.index .floor_1 .sublist .list {
  width: 105%;
  position: relative;
}
.index .floor_1 .sublist li {
  width: 160px;
  height: 140px;
  float: left;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.index .floor_1 .sublist li a {
  width: 100%;
  display: block;
  transition: all ease 300ms;
}
.index .floor_1 .sublist li img {
  width: 62px;
  height: 62px;
  /*padding: 10px;*/
  /*border: 2px solid #a9d0ff;*/
  display: block;
  margin: 0 auto 15px;
  border-radius: 100%;
}
.index .floor_1 .sublist li span {
  display: block;
}
.index .floor_1 .sublist li:hover a {
  margin-top: -5px;
}
.index .floor_2 {
  padding: 0 0 50px;
  min-height: 580px;
}
.index .floor_2 .list {
  width: 100%;
  position: relative;
}
.index .floor_2 .list .img {
  width: 585px;
  height: 353px;
  position: absolute;
  right: -10px;
  top: 80px;
  z-index: 10;
  background: url(../images/index-videobg.png) no-repeat center bottom;
}
.index .floor_2 .list .img .box {
  width: 446px;
  height: 280px;
  position: absolute;
  left: 71px;
  top: 18px;
  overflow: hidden;
}
.index .floor_2 .list .img .box img,
.index .floor_2 .list .img .box iframe {
  width: 446px;
  height: 280px;
  display: block;
}
.index .floor_2 .list .item {
  width: 452px;
  padding-left: 148px;
  margin-bottom: 48px;
  position: relative;
  cursor: pointer;
}
.index .floor_2 .list .item .num {
  width: 120px;
  border-right: 1px solid #dddddd;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  background: url(../images/num-ico.png) no-repeat -2px 5px;
}
.index .floor_2 .list .item h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  height: 26px;
  color: #2485fa;
  overflow: hidden;
  margin-bottom: 12px;
  transition: all ease 300ms;
}
.index .floor_2 .list .item .txt {
  line-height: 24px;
  font-size: 16px;
  max-height: 96px;
  overflow: hidden;
}
.index .floor_2 .list .item.a1 {
  margin-bottom: 60px;
}
.index .floor_2 .list .item.a2 {
  margin-left: 48px;
}
.index .floor_2 .list .item.a2 .num {
  background-position: -2px -108px;
}
.index .floor_2 .list .item.a3 .num {
  background-position: -2px -218px;
}
.index .floor_2 .list .item.a4 {
  margin-left: 48px;
}
.index .floor_2 .list .item.a4 .num {
  background-position: -2px -331px;
}
.index .floor_2 .list .item:hover h3 {
  color: #2485fa;
}
.index .floor_3 {
  width: 100%;
  background: #eeeef0;
}
.index .floor_3 .btnlist {
  text-align: center;
  padding: 20px 0 60px;
}
.index .floor_3 .btnlist a {
  width: 140px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #2485fa;
  color: #fff;
  margin: 0 30px;
  border-radius: 6px;
  font-size: 18px;
  transition: all ease 300ms;
}
.index .floor_3 .btnlist a:hover {
  background: #f83636;
}
.index .floor_3 .multipleColumn {
  width: 1230px;
  margin: 0 auto;
  position: relative;
}
.index .floor_3 .multipleColumn .prev,
.index .floor_3 .multipleColumn .next {
  width: 40px;
  height: 144px;
  position: absolute;
  top: 235px;
  cursor: pointer;
  z-index: 11;
  display: block;
  background: #f8f8f8 url(../images/icert-ico.png) no-repeat 0 center;
  border-radius: 6px;
}
.index .floor_3 .multipleColumn .prev {
  left: -40px;
  background-position: 12px center;
}
.index .floor_3 .multipleColumn .prev:hover {
  background-position: -112px center;
}
.index .floor_3 .multipleColumn .next {
  right: -40px;
  background-position: -170px center;
}
.index .floor_3 .multipleColumn .next:hover {
  background-position: -46px center;
}
.index .floor_3 .multipleColumn .bd {
  width: 100%;
  height: 640px;
  position: relative;
  overflow: hidden;
}
.index .floor_3 .multipleColumn .bd .ulWrap {
  width: 500%;
  position: relative;
}
.index .floor_3 .multipleColumn .bd .list {
  float: left;
  width: 1230px;
}
.index .floor_3 .multipleColumn .bd li {
  width: 246px;
  float: left;
  text-align: center;
  margin-bottom: 28px;
}
.index .floor_3 .multipleColumn .bd li a {
  width: 100%;
  display: block;
}
.index .floor_3 .multipleColumn .bd li img {
  width: 186px;
  height: 249px;
  display: block;
  margin: 0 auto 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.index .floor_3 .multipleColumn .bd li h3 {
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.index .floor_4 {
  padding-bottom: 50px;
}
.index .floor_4 .list1 .item {
  width: 300px;
  float: left;
  height: 176px;
  padding-top: 30px;
  text-align: center;
  background: url(../images/iliuc-line.png) no-repeat left center;
}
.index .floor_4 .list1 .item:first-child {
  background-image: none;
}
.index .floor_4 .list1 .item img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
.index .floor_4 .list1 .item h3 {
  font-weight: bold;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 4px;
  overflow: hidden;
}
.index .floor_4 .list1 .item .txt {
  width: 188px;
  margin: 0 auto;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.index .floor_4 .list2 {
  padding: 50px 0 60px;
}
.index .floor_4 .list2 .item {
  width: 502px;
  height: 113px;
  float: left;
  position: relative;
  border: 2px solid #dddddd;
  border-radius: 6px;
}
.index .floor_4 .list2 .item:first-child {
  margin: 0 54px 0 64px;
}
.index .floor_4 .list2 .item .num {
  width: 26px;
  height: 26px;
  position: absolute;
  left: -15px;
  top: 43px;
  background: #2485fa;
  color: #fff;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
}
.index .floor_4 .list2 .item .btn {
  width: 94px;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  text-align: center;
  background: #f83636;
  color: #fff;
  display: block;
  position: absolute;
  right: 22px;
  top: 40px;
}
.index .floor_4 .list2 .item .btn:hover {
  background: #2485fa;
}
.index .floor_4 .list2 .item .txt {
  width: 280px;
  padding: 30px 0 0 62px;
  position: relative;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
}
.index .floor_4 .list2 .item .txt s {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 48px;
  top: 40px;
  background: #43e49e;
  border-radius: 100%;
}
.index .floor_4 .morebtn {
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  text-align: center;
  background: #2485fa;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.index .floor_4 .morebtn:hover {
  background: #f83636;
}
.index .floor_5 {
  width: 100%;
  height: 200px;
  background: url(../images/inumbg.jpg) no-repeat center top;
}
.index .floor_5 .inum {
  background: url(../images/inum-line.png) no-repeat left center;
}
.index .floor_5 li {
  float: left;
  width: 260px;
  height: 200px;
  padding-left: 40px;
  position: relative;
  background: url(../images/inum-line.png) no-repeat right center;
}
.index .floor_5 li h3,
.index .floor_5 li h4 {
  font-weight: normal;
  color: #fff;
}
.index .floor_5 li h3 {
  font-size: 40px;
  line-height: 40px;
  padding-top: 60px;
  font-weight: bold;
}
.index .floor_5 li h3 span {
  font-size: 16px;
  font-weight: normal;
}
.index .floor_5 li h4 {
  line-height: 24px;
  padding-right: 30px;
  *padding-top: 8px;
}
.index .floor_5 li:first-child {
  border-left: 0px;
}
.index .floor_6 {
  width: 100%;
  height: 490px;
  background: url(../images/iaboutbg.jpg) no-repeat center top;
}
.index .floor_6 .iabout {
  position: relative;
  height: 490px;
}
.index .floor_6 .txtcon {
  width: 575px;
  padding-top: 38px;
}
.index .floor_6 .txtcon .t1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 12px;
}
.index .floor_6 .txtcon .t2 {
  color: #333333;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}
.index .floor_6 .txtcon .txt {
  line-height: 28px;
  height: 196px;
  overflow: hidden;
  color: #999999;
  margin-bottom: 35px;
}
.index .floor_6 .txtcon .more {
  width: 145px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  background: #f83636;
  font-size: 16px;
  border-radius: 6px;
  transition: all ease 300ms;
  color: #fff;
}
.index .floor_6 .txtcon .more:hover {
  background: #2485fa;
}
.index .floor_6 .img {
  width: 516px;
  height: 442px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.index .floor_6 .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.index .floor_6 .img:hover img {
  transform: scale(1.04);
}
.index .floor_7 {
  padding-bottom: 60px;
}
.index .floor_7 .inews {
  width: 552px;
  float: left;
}
.index .floor_7 .inews .list {
  padding-bottom: 20px;
}
.index .floor_7 .inews.inews2 {
  float: right;
}
.index .floor_7 .inews.inews2 .title {
  padding: 0 46px 0 0;
}
.index .floor_7 .inews.inews2 .title s {
  background-position: -76px -28px;
}
.index .floor_7 .inews.inews2 .title:hover s {
  background-position: -116px -28px;
}
.index .floor_7 .inews .title {
  font-size: 24px;
  display: block;
  margin-bottom: 50px;
  text-align: center;
  padding-left: 46px;
}
.index .floor_7 .inews .title s {
  width: 38px;
  height: 35px;
  background-position: 0 -28px;
}
.index .floor_7 .inews .title:hover {
  color: #2485fa;
}
.index .floor_7 .inews .title:hover s {
  background-position: -40px -28px;
}
.index .floor_7 .inews .item {
  width: 310px;
  position: relative;
  height: 122px;
  padding-left: 240px;
  margin-bottom: 40px;
  overflow: hidden;
}
.index .floor_7 .inews .item a {
  display: block;
  width: 100%;
}
.index .floor_7 .inews .item img {
  width: 211px;
  height: 122px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.index .floor_7 .inews .item h3 {
  font-size: 18px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  margin-bottom: 15px;
}
.index .floor_7 .inews .item .txt {
  color: #999999;
  line-height: 28px;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 13px;
  font-size: 14px;
}
.index .floor_7 .inews .item:hover h3 {
  color: #2485fa;
}
.index .floor_7 .inews .item:hover .txt {
  border-color: #2485fa;
}
.index .floor_7 .morebtn {
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  text-align: center;
  background: #dddddd;
  color: #333333;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  transition: all ease 300ms;
}
.index .floor_7 .morebtn:hover {
  background: #2485fa;
  color: #fff;
  font-weight: bold;
}
/**********index css end**********/
/*prolist*/
.prolist {
  width: 105%;
}
.prolist .item {
  width: 380px;
  float: left;
  margin: 0 25px 30px 0;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
}
.prolist .item a {
  width: 100%;
  display: block;
}
.prolist .item img {
  width: 380px;
  height: 285px;
  display: block;
}
.prolist .item h3 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
}
.prolist .item .bg {
  position: absolute;
  width: 380px;
  padding-top: 134px;
  height: 151px;
  left: -380px;
  top: 0;
  z-index: 10;
  background: url(../images/blue80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.prolist .item .bg s {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: -104px -12px;
}
.prolist .item:hover {
  background: #666;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.prolist .item:hover h3 {
  color: #fff;
}
.prolist .item:hover .bg {
  left: 0;
}
.gridlist {
  width: 105%;
  position: relative;
}
.gridlist .item {
  width: 283px;
  float: left;
  border: 1px solid #dcdcdc;
  margin: 0 20px 20px 0;
  overflow: hidden;
}
.gridlist .item a {
  width: 100%;
  display: block;
}
.gridlist .item img {
  width: 283px;
  height: 212px;
  border-bottom: 1px solid #dcdcdc;
  display: block;
}
.gridlist .item h3 {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
}
.gridlist .item:hover {
  border-color: #2485fa;
}
.gridlist .item:hover h3 {
  color: #2485fa;
}
.gridlist.gridlist9 .item img {
  width: 283px;
  height: 161px;
}
.gridlist.gridlist9 .item img img {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.stylelist {
  width: 105%;
  position: relative;
}
.stylelist .item {
  width: 282px;
  float: left;
  margin: 0 24px 20px 0;
  overflow: hidden;
}
.stylelist .item a {
  width: 100%;
  display: block;
}
.stylelist .item img {
  width: 248px;
  height: 331px;
  display: block;
  margin: 0 auto 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all ease 300ms;
}
.stylelist .item h3 {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  transition: all ease 300ms;
  overflow: hidden;
  text-align: center;
}
.stylelist .item:hover img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.stylelist .item:hover h3 {
  color: #2485fa;
}
/************content************/
.nyIcon {
  background: url(../images/nyIcon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.nbody .header_main {
  position: relative;
}
/*wrapper*/
.nybanner2 {
  width: 100%;
  height: 300px;
  position: relative;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.noinfo {
  width: 100%;
  padding: 0 3%;
}
.noinfo img {
  display: block;
  margin: 0 auto;
}
.wrapper {
  padding: 0 0 56px;
  position: relative;
  min-height: 550px;
}
/* loaction */
.location {
  width: 100%;
  height: 50px;
  line-height: 50px; overflow: hidden;
  margin-bottom: 35px;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.location .sitepath {
  color: #666666;
  float: right;
}
.location .sitepath a {
  color: #666666;
}
.location .sitepath a:hover {
  color: #2485fa;
}
.location .menu {
  height: 50px;
  line-height: 50px;
  float: left;
  white-space: nowrap;
}
.location .menu a {
  height: 50px;
  line-height: 50px;
  color: #333;
  transition: all ease 300ms;
  display: block;
  position: relative;
  float: left;
  margin-left: 30px;
  font-size: 16px;
}
.location .menu a s {
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #2485fa;
  transition: all ease 300ms;
}
.location .menu a:first-child {
  margin-left: 0;
}
.location .menu a.hover,
.location .menu a:hover {
  color: #2485fa;
}
.location .menu a.hover s,
.location .menu a:hover s {
  width: 99%;
}
.location .menu.menu2 a {
  margin-left: 11px;
  font-size: 14px;
}
/* reLink */
.reLink {
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border: 1px solid #dddddd;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a {
  display: block;
  transition: all ease 300ms;
}
.reLink a:hover {
  color: #2485fa;
}
/* pager */
.pager {
  padding: 30px 0 15px;
  text-align: center;
  *padding-top: 50px;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager {
  *zoom: 1;
}
.pager p {
  height: 26px;
  line-height: 26px;
  float: left;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager ul a {
  margin: 0 5px;
  padding: 0 13px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
}
.pager ul a.current {
  background-color: #2485fa;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #2485fa;
  color: #fff;
}
.pager ul a:hover {
  background: #2485fa;
  color: #fff;
}
/*n-gridlist*/
.n-gridlist {
  width: 105%;
}
.n-gridlist .item {
  width: 380px;
  float: left;
  margin: 0 30px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.n-gridlist .item a {
  width: 100%;
  display: block;
}
.n-gridlist .item img {
  width: 380px;
  height: 285px;
  display: block;
}
.n-gridlist .item h3 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
}
.n-gridlist .item .bg {
  position: absolute;
  width: 380px;
  padding-top: 116px;
  height: 169px;
  left: -380px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.n-gridlist .item .bg s {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-position: 0 -32px;
}
.n-gridlist .item:hover {
  background: #f5f5f5;
}
.n-gridlist .item:hover h3 {
  color: #2485fa;
}
.n-gridlist .item:hover .bg {
  left: 0;
}
/*n-tit*/
.n-tit {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 24px;
}
.n-tit h3 {
  line-height: 35px;
  font-size: 24px;
}
.n-tit s {
  width: 4px;
  height: 22px;
  margin-right: 15px;
  background: #2485fa;
  display: inline-block;
  vertical-align: middle;
}
.n-tit .more {
  font-size: 16px;
}
/*relateNews*/
.relateNews {
  padding: 55px 0 0;
  width: 100%;
  overflow: hidden;
}
.relateNews .list {
  width: 120%;
}
.relateNews .list li {
  width: 567px;
  float: left;
  margin-right: 65px;
  margin-bottom: 20px;
}
.relateNews .list li a {
  display: block;
  width: 100%;
}
.relateNews .list li img {
  width: 200px;
  height: 113px;
  display: block;
  float: left;
  border: 1px solid #eee;
  margin-right: 20px;
}
.relateNews .list li h3 {
  line-height: 24px;
  height: 48px;
  padding-top: 5px;
  overflow: hidden;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}
.relateNews .list li .txt {
  height: 72px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  margin-bottom: 6px;
}
.relateNews .list li .time {
  color: #999999;
  font-size: arial;
}
.relateNews .list li:hover h3 {
  color: #2485fa;
}
.relateNews .prolist {
  padding-left: 3px;
}
/*aboutPage*/
.aboutPage {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.aboutPage .txtcon img {
  max-width: 100%;
}
.aboutPage .mapArea {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
.aboutPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.productPage {
  overflow: hidden; width: 1200px;
  position: relative;
}
.productPage .gridlist,
.productPage .marketList {
  width: 105%;
}
/*newsPage*/
.newsPage {
  position: relative;
  overflow: hidden;
}
.newsPage .item {
  width: 1160px;
  margin: 0 auto;
  padding: 19px;
  height: 160px;
  margin-bottom: 40px;
  transition: all ease 300ms;
  border: 1px solid #ddd;
}
.newsPage .item a {
  width: 100%;
  display: block;
}
.newsPage .item img {
  width: 284px;
  height: 160px;
  display: block;
}
.newsPage .item h3 {
  font-size: 18px;
  color: #333;
  padding: 30px 0 16px;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #999;
  line-height: 24px;
  height: 48px;
  padding-right: 94px;
  overflow: hidden;
}
.newsPage .item .time {
  width: 130px;
  padding-top: 28px;
  line-height: 24px;
  font-family: arial;
  font-size: 16px;
  color: #939aa3;
}
.newsPage .item .time .day {
  font-size: 34px;
  line-height: 40px;
  display: block;
}
.newsPage .item .time s {
  width: 50px;
  height: 8px;
  display: block;
  margin-top: 20px;
  background-position: 0 -177px;
}
.newsPage .item:hover {
  border-color: #2485fa;
}
.newsPage .item:hover h3 {
  color: #2485fa;
}
.newsPage .searchlist .item img {
  width: auto;
  height: 150px;
  margin-right: 10px;
}
/*showNews*/
.showNews {
  padding: 30px 0;
  width: 1200px;
  margin: 0 auto;
}
.showNews img {
  max-width: 100%;
}
.showNews .title {
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.showNews .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.showNews .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showNews .showContxt img {
  max-width: 100%;
}
.showSort {
}
.showSort img {
  max-width: 100%;
}
.showSort .title {
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bold; padding: 10px 0 15px;
  font-size: 22px; border-bottom: 1px solid #d8d8d8; margin-bottom: 20px;
}
.showSort .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.showSort .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.showSort .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showSort .showContxt img {
  max-width: 100%;
}
.shareNew {
  padding-bottom: 25px;
}
/*showProduct*/
/*****showProduct****/
.showProduct .showImg {
  padding-bottom: 40px;
}
.showProduct .showImg .dimg {
  width: 500px;
  height: 283px;
  display: block;
  border: 1px solid #ddd;
}
.showProduct .photo {
  width: 502px;
  height: 310px;
}
.showProduct .photo .jqzoom {
  width: 502px;
  height: 450px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  cursor: pointer;
}
.showProduct .photo .zoomdiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
}
.showProduct .photo .jqZoomPup {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #eee;
  background: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=50);
}
.showProduct .photo .img {
  width: 500px;
  height: 375px;
  display: block;
}
.showProduct .photo .bigimg {
  width: 500px;
  height: 375px;
  border: 1px solid #eee;
  display: block;
  position: relative;
  overflow: hidden;
}
.showProduct .photo .bigimg .list {
  width: 1000%;
  position: relative;
}
.showProduct .photo .bigimg .list li {
  width: 500px;
  height: 375px;
  float: left;
}
.showProduct .photo .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.showProduct .photo .photoimg {
  width: 500px;
  height: 56px;
  padding: 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/black50.png) repeat 0 0;
}
.showProduct .photo .photoimg .list {
  width: 424px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.showProduct .photo .photoimg .listcon {
  width: 300%;
  position: relative;
}
.showProduct .photo .photoimg .listcon li {
  width: 74px;
  height: 56px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 12px;
}
.showProduct .photo .photoimg .listcon li img {
  width: 74px;
  height: 56px;
  display: block;
}
.showProduct .photo .photoimg .listcon li:hover img,
.showProduct .photo .photoimg .listcon li.on img {
  border: 2px solid #f83636;
  width: 70px;
  height: 52px;
}
.showProduct .photo .photoimg .prev,
.showProduct .photo .photoimg .next {
  width: 20px;
  height: 56px;
  z-index: 10;
  position: absolute;
  top: 10px;
  cursor: pointer;
  background: #f3f3f3 url(../images/show-pro-btn.png) no-repeat 0 center;
}
.showProduct .photo .photoimg .prev:hover,
.showProduct .photo .photoimg .next:hover {
  background-color: #ddd;
}
.showProduct .photo .photoimg .prev {
  left: 6px;
  background-position: 5px center;
}
.showProduct .photo .photoimg .next {
  right: 6px;
  background-position: -67px center;
}
.showProduct .imgtxtcon {
  width: 650px;
  float: left;
  position: relative;
  height: 283px;
}
.showProduct .imgtxtcon .tit {
  font-size: 24px;
  color: #000;
  padding: 0 25px 5px;
  line-height: 30px;
}
.showProduct .imgtxtcon .line {
  width: 55px;
  height: 3px;
  background: #2485fa;
  display: block;
  margin: 18px 0 16px 28px;
}
.showProduct .imgtxtcon p {
  padding: 25px 0 0 25px;
  color: #999999;
  font-size: 12px;
}
.showProduct .imgtxtcon .tit2 {
  color: #666;
  padding: 0 25px;
  line-height: 28px;
  height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
}
.showProduct .imgtxtcon .tit2 strong {
  color: #333;
}
.showProduct .imgtxtcon .txt2 {
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  margin-left: 25px;
  margin-bottom: 20px;
}
.showProduct .imgtxtcon .txt2 strong {
  display: block;
  color: #333;
  margin-bottom: 3px;
}
.showProduct .imgtxtcon .txt3 {
  margin-left: 25px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 15px;
}
.showProduct .imgtxtcon .txt3 strong {
  color: #333;
}
.showProduct .imgtxtcon .txt {
  padding: 10px 25px 14px;
  line-height: 35px;
  background: #f1f1f1;
}
.showProduct .imgtxtcon .tel {
  margin: 0 25px;
  border-top: 1px dotted #ddd;
  padding: 20px 0;
}
.showProduct .imgtxtcon .tel span {
  color: #000;
  display: block;
}
.showProduct .imgtxtcon .tel strong {
  display: block;
  font-family: impact;
  color: #2485fa !important;
  border: 0px !important;
  font-weight: normal;
  font-size: 40px;
  height: 46px;
  line-height: 46px;
}
.showProduct .imgtxtcon .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.showProduct .imgtxtcon .btn1,
.showProduct .imgtxtcon .btn2 {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  transition: all ease 300ms;
  width: 135px;
  height: 38px;
  line-height: 38px;
  margin-left: 25px;
  text-align: center;
  color: #fff;
}
.showProduct .imgtxtcon .btn1:hover,
.showProduct .imgtxtcon .btn2:hover {
  background: #444;
}
.showProduct .imgtxtcon .btn1 {
  background: #2485fa;
}
.showProduct .imgtxtcon .btn2 {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  background: #f83636;
}
.showProduct .showp_txt {
  padding-bottom: 20px;
}
.showProduct .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showProduct .showContxt img {
  max-width: 100%;
}
/*msgPage*/
.msgPage {
  padding: 55px 40px 55px;
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 378px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
.formData .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #cccccc;
}
.formData .item input {
  outline: none;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}
.formData .item .txt {
  width: 328px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: none;
  padding-left: 50px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .item.mw .txt {
  width: 293px;
  padding-left: 85px;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 1198px;
  height: 180px;
  border: 1px solid #e5e5e5;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  top: 5px;
  display: block;
}
.formData .liuyan textarea {
  width: 1178px;
  height: 154px;
  line-height: 28px;
  padding: 10px 10px;
  text-indent: 70px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
  float: left;
}
.formData .sub {
  width: 232px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #2485fa;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  transition: all ease 300ms;
  margin: 0 auto;
}
.formData .sub:hover {
  background: #f83636;
}
.formData .yzm {
  width: 432px;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}
/*searchPage*/
.searchPage {
  overflow: hidden;
}
.searchPage ul {
  width: 105%;
}
.searchPage .item {
  width: 280px;
  height: 274px;
  float: left;
  margin: 0 25px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
}
.searchPage .item a {
  width: 100%;
  display: block;
}
.searchPage .item img {
  width: 280px;
  height: auto;
  display: block;
}
.searchPage .item h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
  background: #fff;
}
.searchPage .item .bg {
  position: absolute;
  width: 280px;
  padding-top: 86px;
  height: 124px;
  left: -280px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.searchPage .item .bg s {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: -22px 18px;
}
.searchPage .item:hover {
  background: #fff;
}
.searchPage .item:hover h3 {
  color: #fff;
  background: #333;
}
.searchPage .item:hover .bg {
  left: 0;
}
.jobPage {
  padding: 0 0 50px;
}
.jobPage .content {
  padding-top: 80px;
}
.jobPage .item {
  border: 1px solid #dcdcdc;
  border-left: 4px solid #2485fa;
  padding: 10px 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.jobPage .item .top {
  height: 65px;
  cursor: pointer;
}
.jobPage .item .top span {
  display: inline-block;
}
.jobPage .item .top span.sarry {
  margin-right: 36px;
}
.jobPage .item .top .time {
  color: #999;
}
.jobPage .item .top h3 {
  font-size: 18px;
  font-weight: normal;
}
.jobPage .item .top p {
  display: block;
  color: #666;
}
.jobPage .item .bottom {
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.jobPage .item .btn {
  width: 162px;
  height: 58px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: -18px;
  text-align: center;
  padding-right: 30px;
  line-height: 40px;
  color: #fff;
  background: url(../images/jobbtn.png) no-repeat 0 0;
  display: none;
}
.jobPage .item.hover .btn {
  display: block;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}
@media (max-width: 1366px) {
  .rightFix {
    right: 8px;
  }
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  background: #ffffff url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #2485fa;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #2485fa;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 48px;
}
.rightFix .ico:hover {
  background-color: #2485fa;
  border-color: #2485fa;
  overflow: visible;
}
.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}
.rightFix .fix-tel {
  background-position: 11px 12px;
}
.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}
.rightFix .fix-qq {
  background-position: 11px -40px;
}
.rightFix .fix-qq:hover {
  background-position: -33px -40px;
}
.rightFix .fix-ewm {
  background-position: 11px -96px;
}
.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}
.rightFix .fix_top {
  background-position: 11px -150px;
}
.rightFix .fix_top:hover {
  background-position: -33px -150px;
}
.rightFix .fix-xcx {
  background-position: 11px -205px;
}
.rightFix .fix-xcx:hover {
  background-position: -33px -205px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #2485fa;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
/*questionPage*/
.questionPage .nybanner {
  width: 100%;
  height: 350px;
  line-height: 42px;
  position: relative;
  background-color: #f7f7f7;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.questionPage .nybanner .img {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  overflow: hidden;
}
.questionPage .nybanner .img img {
  width: 1920px;
  height: 350px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  display: block;
}
.questionPage .qmore {
  width: 210px;
  height: 50px;
  line-height: 50px;
  transition: all ease 300ms;
  background: #23a5d9;
  border-radius: 30px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}
.questionPage .qmore s {
  width: 32px;
  height: 35px;
  margin: 0 38px 0 10px;
  background-position: -69px -28px;
}
.questionPage .qmore:hover {
  box-shadow: 0 5px 8px rgba(35, 165, 217, 0.3);
}
.questionPage .indexTit {
  padding: 45px 0 10px;
}
.questionPage .floor_1 {
  padding: 0 0 65px;
  background: #f7f7f7;
}
.questionPage .floor_1 .list {
  padding-bottom: 50px;
}
.questionPage .floor_1 .item {
  width: 352px;
  float: left;
  border-radius: 6px;
  margin-left: 70px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.questionPage .floor_1 .item:first-child {
  margin-left: 0;
}
.questionPage .floor_1 .item a {
  width: 100%;
  display: block;
}
.questionPage .floor_1 .item .imgcon img {
  width: 352px;
  height: 340px;
  display: block;
}
.questionPage .floor_1 .item .imgcon .bg {
  width: 352px;
  height: 340px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/block50.png) repeat 0 0;
}
.questionPage .floor_1 .item .imgcon .txt {
  width: 352px;
  height: 275px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 65px;
}
.questionPage .floor_1 .item .imgcon .txt .num {
  width: 90px;
  height: 58px;
  display: block;
  margin: 0 auto 30px;
  font-weight: bold;
  transition: all ease 300ms;
  color: #fff;
  font-size: 32px;
  font-family: arial;
  padding-top: 32px;
  background: url(../images/wen_floor_ico.png) no-repeat center center;
}
.questionPage .floor_1 .item .imgcon .txt h3 {
  padding: 0 64px;
  line-height: 42px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.questionPage .floor_1 .item .imgcon:hover .txt .num {
  margin-bottom: 24px;
}
.questionPage .floor_1 .item .btn {
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: #2485fa;
  font-size: 24px;
  font-weight: bold;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #fff;
}
.questionPage .floor_1 .item .btn:hover {
  background: #f83636;
}
.questionPage .floor_2 {
  padding: 35px 0 70px;
}
.questionPage .floor_2 .list {
  padding-bottom: 65px;
}
.questionPage .floor_2 .item {
  width: 344px;
  float: left;
  height: 250px;
  padding-top: 30px;
  text-align: center;
  margin-left: 80px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  border-top: 15px solid #efefef;
  transition: all ease 300ms;
}
.questionPage .floor_2 .item:first-child {
  margin-left: 0;
}
.questionPage .floor_2 .item img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 8px;
}
.questionPage .floor_2 .item h3 {
  color: #333333;
  font-size: 20px;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.questionPage .floor_2 .item .txt {
  padding: 0 30px;
  line-height: 24px;
  color: #666666;
}
.questionPage .floor_2 .item:hover {
  border-top-color: #f83636;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.questionPage .floor_3 {
  width: 100%;
  padding-bottom: 80px;
  background: #f7f7f7;
}
.questionPage .floor_3 .list {
  padding-bottom: 60px;
}
.questionPage .floor_3 .indexTit {
  padding: 70px 0 0;
}
.questionPage .floor_3 .item {
  width: 320px;
  float: left;
  margin-left: 120px;
}
.questionPage .floor_3 .item:first-child {
  margin-left: 0;
}
.questionPage .floor_3 .item a {
  display: block;
  width: 100%;
}
.questionPage .floor_3 .item .img {
  width: 240px;
  padding: 16px 19px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 6px;
}
.questionPage .floor_3 .item .img img {
  width: 130px;
  height: 100px;
  display: block;
  float: left;
}
.questionPage .floor_3 .item .img .num {
  width: 78px;
  height: 53px;
  padding-top: 25px;
  float: right;
  border-radius: 100%;
  display: block;
  border: 1px solid #dfdfdf;
  text-align: center;
  margin: 11px 0 0 0;
  color: #999999;
  font-weight: bold;
  font-size: 42px;
}
.questionPage .floor_3 .item .txtcon {
  padding-top: 20px;
}
.questionPage .floor_3 .item .txtcon h3 {
  border-bottom: 1px solid #23a5d9;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.questionPage .floor_3 .item .txtcon h3 s {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  background: #2485fa;
}
.questionPage .floor_3 .item .txtcon .txt {
  line-height: 24px;
  color: #666666;
  height: 72px;
  overflow: hidden;
}
.questionPage .floor_3 .item.a2 .txtcon {
  padding: 0 0 20px;
}
.questionPage .floor_4 {
  padding-bottom: 70px;
}
.questionPage .floor_4 .indexTit {
  padding: 70px 0 0;
}
.questionPage .floor_4 .list {
  padding-bottom: 60px;
  text-align: center;
}
.questionPage .floor_4 .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 300px;
  margin: 0 15px;
}
.questionPage .floor_4 .item img {
  width: 200px;
  height: 220px;
  display: block;
  margin: 0 auto 15px;
}
.questionPage .floor_4 .item h3 {
  line-height: 40px;
  padding: 0 15px;
  height: 80px;
  overflow: hidden;
  font-weight: bold;
  color: #666666;
  font-size: 18px;
  text-align: center;
}
.questionPage .floor_4 .item .btn {
  width: 128px;
  height: 38px;
  line-height: 38px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  color: #666666;
  border: 1px solid #333333;
}
.questionPage .floor_4 .item .btn s {
  width: 24px;
  height: 20px;
  background-position: -88px -115px;
  margin-right: 8px;
}
.questionPage .floor_4 .item .btn:hover {
  border-color: #2485fa;
  color: #2485fa;
}
.questionPage .floor_5 {
  width: 100%;
  padding: 0 0 90px;
  background: url(../images/q_f5_bg.jpg) no-repeat center top;
}
.questionPage .floor_5 .indexTit {
  padding: 65px 0 0;
  margin-bottom: 38px;
}
.questionPage .floor_5 .w1200 {
  position: relative;
  height: 430px;
}
.questionPage .floor_5 .lanm {
  width: 458px;
  height: 393px;
  float: right;
  padding: 30px 0 0;
  background: url(../images/q_f5_bg2.png) no-repeat center top;
}
.questionPage .floor_5 .lanm img {
  width: 383px;
  max-height: 288px;
  display: block;
  margin: 0 auto 0;
  border-radius: 8px;
}
.questionPage .floor_5 .lanm h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 26px 37px 14px;
}
.questionPage .floor_5 .lanm .txt {
  padding: 0 27px 0 37px;
  color: #fff;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.questionPage .floor_5 .list {
  width: 750px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 388px;
  padding: 32px 10px 0 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.questionPage .floor_5 .list .item {
  width: 100%;
  border-top: 2px dotted #dddddd;
}
.questionPage .floor_5 .list .item:first-child {
  border-top: 0;
}
.questionPage .floor_5 .list .item a {
  display: block;
  padding: 22px 10px 22px 68px;
  position: relative;
}
.questionPage .floor_5 .list .item a s {
  width: 6px;
  height: 6px;
  display: block;
  margin-right: 10px;
  background: #2485fa;
  position: absolute;
  border-radius: 100%;
  left: 52px;
  top: 36px;
  transition: all ease 300ms;
}
.questionPage .floor_5 .list .item a .num {
  width: 29px;
  height: 52px;
  padding: 20px 0 0 5px;
  position: absolute;
  left: 0;
  top: 27px;
  background: url(../images/qnews-libg.png) no-repeat 0 center;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
.questionPage .floor_5 .list .item a h3 {
  font-weight: bold;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 6px;
  transition: all ease 300ms;
}
.questionPage .floor_5 .list .item a .txt {
  line-height: 24px;
  color: #666666;
  height: 48px;
  overflow: hidden;
}
.questionPage .floor_5 .list .item:hover a h3 {
  color: #f83636;
}
.questionPage .floor_5 .list .item:hover a s {
  background-color: #f83636;
}
.questionPage .floor_5 .list .item:hover a .num {
  background-position: -52px center;
}
.questionPage .floor_6 {
  padding: 0 0 80px;
  overflow: hidden;
}
.questionPage .floor_6 .indexTit {
  padding: 75px 0 20px;
}
.questionPage .floor_6 .list {
  padding-bottom: 60px;
  width: 113%;
}
.questionPage .floor_6 .item {
  width: 260px;
  float: left;
  margin-left: 10px;
  height: 355px;
  background: #f3f3f3;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: all ease 300ms;
}
.questionPage .floor_6 .item:first-child {
  margin-left: 0;
}
.questionPage .floor_6 .item a {
  padding: 70px 28px 0;
  position: relative;
  display: block;
  height: 285px;
}
.questionPage .floor_6 .item .num {
  width: 45px;
  height: 55px;
  display: block;
  position: absolute;
  right: 20px;
  top: 26px;
  background: url(../images/q_num-ico.png) no-repeat 10px top;
}
.questionPage .floor_6 .item h3 {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #666;
  border-bottom: 1px dotted #999999;
}
.questionPage .floor_6 .item h3 s {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-position: -154px -33px;
}
.questionPage .floor_6 .item .txt {
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
}
.questionPage .floor_6 .item .more {
  width: 123px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  left: 28px;
  bottom: 48px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #999999;
  color: #999;
  font-size: 14px;
  display: block;
  border-radius: 3px;
}
.questionPage .floor_6 .item .more s {
  width: 12px;
  height: 18px;
  margin-left: 16px;
  background-position: -189px -34px;
}
.questionPage .floor_6 .item.a2 .num {
  background-position: -74px top;
}
.questionPage .floor_6 .item.a3 .num {
  background-position: -155px top;
}
.questionPage .floor_6 .item.a4 .num {
  background-position: -238px top;
}
.questionPage .floor_6 .item.hover {
  width: 390px;
  background: url(../images/q_f6-libg.png) no-repeat center top;
}
.questionPage .floor_6 .item.hover h3 {
  border-color: #fff;
  color: #fff;
}
.questionPage .floor_6 .item.hover h3 s {
  background-position: -167px -33px;
}
.questionPage .floor_6 .item.hover .txt {
  height: 96px;
  color: #fff;
}
.questionPage .floor_6 .item.hover .more {
  border-color: #fff;
  color: #fff;
}
.qalist {
  width: 100%;
  padding-bottom: 30px;
}
.qalist .item {
  width: 100%;
  border-bottom: 1px dotted #ddd;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
}
.qalist .item s {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-position: -154px -33px;
}
.qalist .item a {
  width: 100%;
  display: block;
}
/**************
 *  Animations for content elements
 * **********/
/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}
.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.delay2300 {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.delay2500 {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.delay2700 {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}
.delay2900 {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}
.delay3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.delay4000 {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}
.delay4500 {
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}
.delay5000 {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}
.onactive .animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.onactive .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .flyInUp {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .opacityI {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.onactive .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(6px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(6px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -ms-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -ms-transform: translateY(6px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
.onactive .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}
.online-zx {
  width: 0;
  background: #202020;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  position: fixed;
  left: 0;
  bottom: 200px;
  color: #fff;
}
.online-zx s {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/zx-ico.png) no-repeat 8px center;
}
.online-zx a {
  width: 100%;
  height: 50px;
  display: block;
  color: #fff;
}
.online-zx.show {
  width: 0;
  background: #d3ad89;
  width: 98px;
}
.online-zx.show s {
  background-position: -35px center;
}
.BMap_bubble_content {
  line-height: 20px;
}
