@charset "UTF-8";
/*--默认--*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  _background-image: url(about:blank);
  _background-attachment: fixed;
}

body {
  -webkit-text-size-adjust: none;
  font-family: 微软雅黑,'Heiti SC',黑体,Arial;
  font-size: 14px;
  color: #666;
  min-width: 1200px;
}

ol, ul, li {
  list-style: none outside none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #666;
}

img {
  border: none;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

tr, td, th {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #474747;
  line-height: 100%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

i, em, b, strong {
  font-style: normal;
  font-weight: normal;
}

input, textarea, select {
  padding: 0;
  border: 1px solid #CCC;
  font-family: inherit;
  outline: none;
}

/*--类--*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clearfix:after {
  DISPLaY: block;
  height: 0px;
  VISIBIliTY: hidden;
  CLEaR: both;
  CONTENT: ".";
}

.clearfix {
  /*DISPLaY: inline-block;*/
}

.clearfix {
  DISPLaY: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.footer_f {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.ovh {
  overflow: hidden;
}

.p_rel {
  position: relative;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.h30 {
  line-height: 30px;
}

.h40 {
  line-height: 40px;
}

/*--通用--*/
/*头尾*/
.header {
  width: 100%;
  margin: 0 auto;
  background: url(../images/headbg.png) no-repeat center top;
  height: 85px;
  z-index: 999999999;
}

.header .logo {
  float: left;
  width: 296px;
  background: url(../images/logobg.png) no-repeat left top;
}

.menu {
  float: left;
  margin-top: 10px;
  margin-left: 50px;
}

.menu li {
  float: left;
  margin: 0px 10px 0px;
  font-size: 16px;
  position: relative;
  z-index: 999;
  width: 70px;
  text-align: center;
  display: block;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-weight: normal;
}

.menu li a {
  color: #fff;
  display: block;
  position: relative;
  margin: 0 auto;
}

.menu li a:hover {
  color: #fff;
}

.menu li a:before {
  background-color: #fff;
  position: absolute;
  content: "";
  bottom: 0px;
  height: 3px;
  left: 50%;
  right: 50%;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu li a:hover:before {
  left: 0;
  right: 0;
}

.menu li:hover, .menu li.hover {
  color: #fff;
}

.menu li:hover a, .menu li.hover a {
  color: #fff;
}

.menu .on {
  color: #ece341;
}

.menu .on a {
  color: #ece341;
}

.menu li a.active {
  color: #fff;
}

.headlink {
  line-height: 85px;
  height: 85px;
  color: #fff;
}

.headlink a {
  color: #fff;
  padding: 0 10px;
}

.headlink a:hover {
  color: #ece341;
}

/*首页大图轮播*/
.ibanner {
  position: relative;
  margin: 0px auto;
  height: 500px;
  z-index: 1;
}

.i_notice {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
  width: 1200px;
  z-index: 16;
  height: 399px;
}

.i_notice_con {
  background: url(../images/i_noticebg.png) no-repeat left top;
  padding-top: 75px;
  width: 296px;
  height: 399px;
  z-index: 16;
}

.i_notice_con h2 {
  font-size: 20px;
  color: #0f5c8d;
  text-align: center;
  background: url(../images/line.png) no-repeat center top;
  height: 20px;
  line-height: 20px;
}

.i_notice_list {
  float: left;
  height: 100%;
  width: 240px;
  padding: 24px 28px;
}

.i_notice_list li {
  background: url(../images/ico.png) no-repeat center left;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  font-size: 14px;
}

.i_notice_list li a {
  color: #115f8d;
}

.i_notice_list li a:hover {
  color: #00406e;
}

/* flexslider ---copy过来的轮播大图样式*/
.flexslider {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 12;
}

.slides {
  position: relative;
  z-index: 1;
}

.slides li {
  height: 500px;
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  display: block;
  z-index: 1;
  background-position: 50% 0px;
  background-repeat: no-repeat no-repeat;
}

.slides li a {
  display: block;
  width: 800px;
  height: 90%;
  margin: 0px auto;
}

.flex-control-nav {
  position: absolute;
  bottom: 75px;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  *display: inline;
  zoom: 1;
}

.flex-control-nav a {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 50px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.flex-control-nav a:hover, .flex-control-nav a.current {
  width: 12px;
  height: 12px;
  background: none;
  border-radius: 8px;
  border: 2px solid #fff;
}

.flex-control-nav .flex-active {
  background-position: 0 0;
}

.flex-direction-nav {
  position: absolute;
  z-index: 50;
  top: 0px;
  left: 0px;
  width: 100%;
}

.flex-direction-nav li {
  position: relative;
}

/*左右箭头*/
.flex-direction-nav .arrow {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/all-sprite.png) 0 0 no-repeat;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}

.flex-direction-nav .arrow:hover {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}

.flex-direction-nav .arrowRight {
  background-position: -59px 0px;
  top: 200px;
  right: 20px;
}

.flex-direction-nav .arrowLeft {
  background-position: 0px 0px;
  top: 200px;
  left: 20px;
}

/*左右箭头*/
/*版权*/
.footer {
  width: 100%;
  position: relative;
}

.top1 {
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -5px;
}

.top1 img {
  width: 30px;
  height: 30px;
}

#gotop:hover {
  opacity: 0.6;
}

.footer .lbody {
  width: 100%;
  background: url(../images/fbg.png) no-repeat center top;
  padding-bottom: 30px;
  padding-top: 32px;
  overflow: hidden;
}

.footer .lbody .footmenu {
  float: left;
  margin-left: 20px;
}

.footer .lbody .footmenu ul {
  overflow: hidden;
}

.footer .lbody .footmenu ul li {
  float: left;
  width: 150px;
}

.footer .lbody .footmenu ul li a {
  display: block;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.footer .lbody .footmenu ul li a span {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #80b6c3;
  font-weight: bold;
  margin-bottom: 7px;
  padding-bottom: 10px;
  margin-top: 30px;
  display: block;
}

.footer .lbody .footmenu ul li a:hover {
  color: #ffe500;
}

.footer .lbody .footmenu ul li a:hover span {
  color: #ffe500;
}

.footer .lbody .footcontact {
  float: left;
}

.footer .lbody .footcontact .lipone {
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #80b6c3;
  padding-bottom: 5px;
}

.footer .lbody .footcontact .lipone span {
  color: #ffe500;
  font-family: "Arial";
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}

.footer .lbody .footcontact .laddress {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 10px 0  10px 0;
}

.footer .lbody .footwx {
  float: right;
  width: 128px;
}

.footer .lbody .footwx .footwx_tit {
  font-size: 16px;
  color: #fff;
  padding-bottom: 5px;
  padding-bottom: 10px;
  margin-top: 30px;
  text-align: center;
}

.footer .lbody .footwx .footwxbg {
  width: 128px;
  height: 128px;
  background: url(../images/wxk.png) no-repeat center center;
}

.footer .lbody .footwx .footwxbg img {
  width: 120px;
  height: 120px;
  padding: 4px;
}

.footer .lbody .footwx .footwx_info {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 10px 0  10px 0;
  text-align: center;
}

.footer .lbox {
  width: 100%;
  height: 50px;
  background: #fff;
  position: relative;
}

.footer .lbox .banquan {
  font-size: 14px;
  color: #888;
  line-height: 50px;
  text-align: center;
}

.footer .lbox .banquan a {
  color: #888;
}

.footer .lbox .banquan a:hover {
  text-decoration: underline;
}

/*分页样式*/
#div_pager {
  padding: 20px;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
}

#div_pager a {
  border: 1px solid #dbdbdb;
  padding: 10px 15px;
  color: #666;
  margin-left: 5px;
}

#div_pager a.null {
  color: #ccc;
}

#div_pager a.cpb {
  color: #fff;
  background: #206099;
}

/* 标题 */
.i_tit {
  padding: 55px 0 20px;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  color: #004a8b;
}

.i_tit2 {
  padding: 55px 0 20px;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
}

.i_tit3 {
  margin: 55px  auto 0;
  width: 1200px;
  padding: 0px 0 20px;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  color: #004a8b;
  background: url(../images/line2.png) no-repeat 0 20px;
}

/*活动展示*/
.i_hd {
  position: absolute;
  top: 525px;
  width: 100%;
  background: url(../images/bg1.png) no-repeat center top;
  z-index: 10;
  height: 600px;
}

/*经典案例*/
/*活动展示*/
.i_hd_con {
  width: 1200px;
  margin: 0px auto;
}

/*------------------------*/
.i_hd_con {
  width: 1200px;
  margin: 0px auto 0px auto;
}

.i_hd_con .TabTitle {
  height: 50px;
  position: relative;
  width: 224px;
  margin: 0 auto;
}

.i_hd_con .TabTitle ul {
  border: 0;
  padding: 0;
}

.i_hd_con .TabTitle li {
  float: left;
  width: 112px;
  font-size: 18px;
  height: 30px;
  padding-top: 20PX;
  cursor: pointer;
  line-height: 30px;
  list-style-type: none;
}

.i_hd_con .TabTitle .active {
  background: url(../images/tit_on.png) no-repeat center top;
  color: #004a8b;
}

.i_hd_con .TabTitle .normal {
  background: url(../images/tit_bg.png) no-repeat center top;
  color: #333;
}

.i_hd_con .TabContent {
  margin: 20px auto;
  width: 1200px;
}

.none {
  display: none;
}

.i_hd_box {
  position: relative;
}

.hd_btn {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 999;
  top: 110px;
}

.i_hd_box .prev {
  left: 0px;
  background: url(../images/l1.png);
}

.i_hd_box .next {
  right: 0px;
  background-image: url(../images/r1.png);
}

.i_hd_box .prev:hover {
  left: 0px;
  background: url(../images/l2.png);
}

.i_hd_box .next:hover {
  right: 0px;
  background-image: url(../images/r2.png);
}

.i_hd_box .child_box {
  float: left;
  width: 336px;
  height: 300px;
  margin: 0 30px 0 0px;
}

.i_hd_box .child_box .child {
  position: relative;
  width: 336px;
  height: 300px;
  overflow: hidden;
}

.i_hd_box .child_box .child .childImg {
  width: 336px;
  height: 178px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.i_hd_box .child_box .child .childImg .pImg {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow: hidden;
}

.i_hd_box .child_box .child .childImg:hover .pImg {
  display: block;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 6px;
}

.i_hd_box .child_box .child .childImg .childSearchBg {
  display: none;
  position: relative;
  width: 336px;
  height: 178px;
  left: 0;
  bottom: 0px;
  position: absolute;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.i_hd_box .child_box .child .childImg:hover .childSearchBg {
  display: block;
  background: url(../images/bg_03.png) no-repeat center bottom;
}

.i_hd_box .child_box .child h2 {
  display: block;
  text-align: left;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: #333;
  overflow: hidden;
}

.i_hd_box .child_box .child .childinfo {
  position: relative;
  display: block;
  text-align: left;
  padding: 10px 0px 0px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #888;
}

.i_hd_box .child_box .child:hover h2 {
  color: #004a8b;
}

/*经典案例*/
.i_case {
  position: relative;
  margin: 540px auto 0;
  width: 100%;
  background: url(../images/bg2.png) no-repeat center top;
  height: 660px;
}

.i_case_box {
  position: relative;
  margin-top: 150px;
}

.case_btn {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 999;
  top: 110px;
}

.i_case_box .prev {
  left: 0px;
  background: url(../images/l3.png);
}

.i_case_box .next {
  right: 0px;
  background-image: url(../images/r3.png);
}

.i_case_box .prev:hover {
  left: 0px;
  background: url(../images/l4.png);
}

.i_case_box .next:hover {
  right: 0px;
  background-image: url(../images/r4.png);
}

.i_case_box .child_box {
  float: left;
  width: 336px;
  height: 300px;
  margin: 0 10px 0 10px;
}

.i_case_box .child_box .child {
  position: relative;
  width: 336px;
  height: 300px;
  overflow: hidden;
}

.i_case_box .child_box .child .childImg {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 110px;
}

.i_case_box .child_box .child .childImg .pImg {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow: hidden;
}

.i_case_box .child_box .child .childImg:hover .pImg {
  display: block;
  border-radius: 110px;
}

.i_case_box .child_box .child .childImg .childSearchBg {
  display: block;
  position: relative;
  width: 220px;
  height: 220px;
  left: 0;
  background: url(../images/quan.png) no-repeat center center;
  bottom: 0px;
  position: absolute;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.i_case_box .child_box .child .childImg:hover .childSearchBg {
  display: block;
  background: url(../images/quan_on.png) no-repeat center center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.i_case_box .child_box .child h2 {
  display: block;
  text-align: center;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  overflow: hidden;
}

.i_case_box .child_box .child .childinfo {
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.i_case_box .child_box .child:hover h2 {
  color: #f1d902;
}

/*关于&新闻*/
.i_bg3 {
  position: relative;
  margin: 0px auto 0;
  width: 100%;
  background: url(../images/bg3.png) no-repeat center bottom;
}

.i_bg {
  position: relative;
  margin: 0px auto 0;
  width: 100%;
  background: url(../images/bg3.png) no-repeat center bottom;
  min-height: 760px;
  padding-bottom: 50px;
}

.i_about {
  width: 550px;
  position: relative;
}

.i_about_tit {
  font-size: 24px;
  color: #0c4f96;
  line-height: 30px;
  text-align: left;
}

.imgabout {
  margin-top: 30px;
  width: 550px;
  height: 196px;
}

.i_about_info {
  margin-top: 40px;
  text-align: left;
}

.i_about_info h2 {
  font-size: 24px;
  color: #0c4f96;
  line-height: 30px;
  text-align: left;
}

.i_about_info span {
  font-size: 16px;
  color: #2b8499;
  line-height: 30px;
  text-align: left;
}

.i_about_info p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: left;
  padding-top: 5px;
}

.i_about_info a {
  font-size: 16px;
  margin-top: 20px;
  color: #0c4f96;
  line-height: 34px;
  width: 125px;
  display: block;
  text-align: center;
  background: url(../images/btna.png) no-repeat left top;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.i_about_info a:hover {
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
  line-height: 34px;
  width: 125px;
  display: block;
  text-align: center;
  background: url(../images/btna.png) no-repeat left bottom;
}

.i_new {
  width: 555px;
  position: relative;
}

.i_new_tit {
  font-size: 24px;
  color: #0c4f96;
  line-height: 30px;
  text-align: left;
}

.i_new_con {
  width: 555px;
  margin: 20px auto 0;
}

.i_new_con .TabTitle {
  height: 50px;
  position: relative;
  width: 336px;
}

.i_new_con .TabTitle ul {
  border: 0;
  padding: 0;
}

.i_new_con .TabTitle li {
  float: left;
  width: 112px;
  font-size: 18px;
  height: 30px;
  padding-top: 20PX;
  cursor: pointer;
  line-height: 30px;
  list-style-type: none;
}

.i_new_con .TabTitle .active {
  background: url(../images/tit_on.png) no-repeat center top;
  color: #004a8b;
}

.i_new_con .TabTitle .normal {
  background: url(../images/tit_bg.png) no-repeat center top;
  color: #333;
}

.i_new_con .TabContent {
  margin: 20px auto;
  width: 555px;
}

.none {
  display: none;
}

.new_list {
  width: 555px;
}

.new_list dl {
  height: 80px;
  border-bottom: 1px dotted #666;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 10px;
}

.new_list dl a:hover {
  color: #000;
}

.new_list dl dt {
  width: 128px;
}

.new_list dl dt img {
  width: 128px;
  height: 80px;
}

.new_list dl dd {
  width: 400px;
  margin-left: 20px;
}

.new_list dl dd h3 {
  font-size: 16px;
  margin: 0 0 0px 0;
  height: 24PX;
  line-height: 24PX;
  color: #333;
  overflow: hidden;
}

.new_list dl dd P {
  color: #888;
  line-height: 22px;
  text-align: left;
}

.new_list dl dd .new_time {
  font-size: 12px;
  margin-top: 10px;
}

.new_list dl dd .newmore {
  font-size: 12px;
  color: #004a8b;
  float: right;
  background: url(../images/ico2.png) no-repeat right center;
  padding-right: 12px;
}

.new_list dl:hover dd h3 {
  color: #063d78;
}

/*合作伙伴*/
.i_logo_box {
  position: relative;
  margin-top: 20px;
}

.logo_btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  z-index: 999;
  top: 20px;
}

.i_logo_box .prev {
  left: 0px;
  background: url(../images/l5.png);
}

.i_logo_box .next {
  right: 0px;
  background-image: url(../images/r5.png);
}

.i_logo_box .prev:hover {
  left: 0px;
  background: url(../images/l6.png);
}

.i_logo_box .next:hover {
  right: 0px;
  background-image: url(../images/r6.png);
}

.i_logo_box .child_box {
  float: left;
  width: 145px;
  height: 80px;
  margin: 0 8px 0 0px;
  border: 1px solid #eee;
}

.i_logo_box .child_box .child {
  position: relative;
  width: 145px;
  height: 80px;
  overflow: hidden;
}

.i_logo_box .child_box .child .childImg {
  width: 145px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.i_logo_box .child_box .child .childImg .pImg {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow: hidden;
}

.i_logo_box .child_box .child .childImg:hover .pImg {
  display: block;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*内页*/
.nbanner, .nbannerpic {
  position: relative;
  width: 100%;
  height: 496px;
  overflow: hidden;
}

/*栏目*/
.bread {
  position: absolute;
  top: 406px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/nbg.png) no-repeat top center;
}

.breadList {
  position: relative;
  width: 1200px;
  height: 58px;
  line-height: 58px;
  background: url(../images/n_navbg.jpg) repeat-x bottom center;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 1px solid #004a8b;
  margin: 0 auto;
}

.breadList li {
  float: left;
  background: url(../images/n_nav.jpg) no-repeat bottom right;
  width: 120px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.breadList li a {
  display: block;
  font-size: 14px;
  color: #333;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.breadList li.cur a, .breadList li a:hover {
  background: url(../images/n_nav_on.jpg) repeat-x bottom center;
  color: #fff;
  font-size: 16px;
}

.location {
  position: absolute;
  right: 20px;
  line-height: 58px;
  top: 0;
  color: #4a7fac;
}

/*关于我们*/
.article {
  width: 1200px;
  margin: 0 auto;
  height: auto !important;
  min-height: 500px;
  padding: 10px 0;
}

.article h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0073b6;
  text-align: center;
  margin-bottom: 40px;
}

.article_text {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 30px;
}

.contant {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.contant .picList {
  margin: 30px 0;
}

.contant .picList li {
  float: left;
}

.article .newTitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dashed #000;
  padding-bottom: 20px;
}

.article .newTitle span {
  font-weight: lighter;
  font-size: 12px;
  margin: 0 25px;
  height: 35px;
  line-height: 35px;
}

/***上下篇样式***/
.UpNext .up, .UpNext .next {
  color: #333333;
  font-size: 16px;
}

.UpNext .up a, .UpNext .next a {
  font-size: 14px;
}

.UpNext .up a:hover, .UpNext .next a:hover {
  color: #0167a2;
}

/*main*/
.main {
  padding: 25px 0;
}

/*新闻中心*/
.newsLeft {
  width: 825px;
}

.newsList li {
  padding: 30px 0;
  height: 109px;
  border-bottom: 1px dashed #c4c4c4;
  overflow: hidden;
}

.newsList li .picLink {
  display: block;
  float: left;
  width: 174px;
  height: 109px;
}

.newsList li .picLink img {
  width: 174px;
  height: 109px;
}

.newsList li .newsInfo {
  position: relative;
  margin-left: 195px;
  height: 109px;
  overflow: hidden;
}

.newsList li .newsInfo h5 a {
  font-size: 16px;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.newsList li .newsInfo h5 a:hover {
  padding-left: 5px;
  color: #0167a2;
}

.newsList li .newsInfo p {
  padding-top: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.newsList li .newsInfo p span {
  margin: 0 35px;
}

.newsList li .newsInfo .more {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 125px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #0c4f96;
  text-align: center;
  background: url(../images/btna.png) no-repeat left top;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.newsList li .newsInfo .more:hover {
  background: url(../images/btna.png) no-repeat left bottom;
  color: #fff;
}

.newsRight {
  width: 320px;
}

.recommand {
  margin-bottom: 20px;
  padding: 20px;
  background: #f6f6f6;
  border-top: 2px solid #0266a2;
}

.recommanTit h4 {
  float: left;
  height: 20px;
  width: 210px;
  font-size: 20px;
  color: #0167a2;
  line-height: 20px;
}

.recommanTit ul {
  float: right;
  padding-top: 4px;
}

.recommanTit ul li {
  float: left;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background: url(../images/dot3.png) 0 0 no-repeat;
  cursor: pointer;
}

.recommanTit ul li.on {
  background-position: 0 -12px;
}

.recommanBox {
  margin-top: 10px;
}

.recommanBox .picLink a {
  display: block;
}

.recommanBox .picLink a img {
  width: 280px;
  height: 174px;
}

.recommanBox li p {
  padding-top: 10px;
}

.recommanBox li p a {
  font-size: 14px;
  line-height: 26px;
}

.recommanBox li p a:hover {
  color: #0167a2;
}

.noticeList ul {
  padding-top: 15px;
}

.noticeList ul li {
  line-height: 30px;
  overflow: hidden;
}

.noticeList ul li a {
  font-size: 14px;
  color: #333;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.noticeList ul li a:hover {
  padding-left: 5px;
  color: #0073b6;
}

/*客户*/
.hd_box {
  position: relative;
  width: 1200PX;
  margin: 0 auto;
}

.hd_box .child_box {
  float: left;
  width: 270px;
  height: 300px;
  margin: 0 37px 20px 0px;
}

.hd_box .child_box.last {
  margin-right: 0;
}

.hd_box .child_box .child {
  position: relative;
  width: 270px;
  height: 300px;
  overflow: hidden;
}

.hd_box .child_box .child .childImg {
  width: 270px;
  height: 134px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.hd_box .child_box .child .childImg .pImg {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow: hidden;
}

.hd_box .child_box .child .childImg:hover .pImg {
  display: block;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 6px;
}

.hd_box .child_box .child .childImg .childSearchBg {
  display: none;
  position: relative;
  width: 270px;
  height: 134px;
  left: 0;
  bottom: 0px;
  position: absolute;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.hd_box .child_box .child .childImg:hover .childSearchBg {
  display: block;
  background: url(../images/bg_03.png) no-repeat center center;
}

.hd_box .child_box .child h2 {
  display: block;
  text-align: left;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: #333;
  overflow: hidden;
}

.hd_box .child_box .child .childinfo {
  position: relative;
  display: block;
  text-align: left;
  padding: 10px 0px 0px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #888;
}

.hd_box .child_box .child:hover h2 {
  color: #004a8b;
}

.hd_box .child_box1 {
  float: left;
  width: 270px;
  height: 200px;
  margin: 0 37px 20px 0px;
}

.hd_box .child_box1.last {
  margin-right: 0;
}

.hd_box .child_box1 .child {
  position: relative;
  width: 270px;
  height: 200px;
  overflow: hidden;
}

.hd_box .child_box1 .child .childImg {
  width: 270px;
  height: 134px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.hd_box .child_box1 .child .childImg .pImg {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow: hidden;
}

.hd_box .child_box1 .child .childImg:hover .pImg {
  display: block;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 6px;
}

.hd_box .child_box1 .child .childImg .childSearchBg {
  display: none;
  position: relative;
  width: 270px;
  height: 134px;
  left: 0;
  bottom: 0px;
  position: absolute;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.hd_box .child_box1 .child .childImg:hover .childSearchBg {
  display: block;
  background: url(../images/bg_03.png) no-repeat center center;
}

.hd_box .child_box1 .child h2 {
  display: block;
  text-align: center;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: #333;
  overflow: hidden;
}

.hd_box .child_box1 .child .childinfo {
  position: relative;
  display: block;
  text-align: left;
  padding: 10px 0px 0px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #888;
}

.hd_box .child_box1 .child:hover h2 {
  color: #004a8b;
}

/*经典案例*/
.businessBox {
  padding: 25px 16px;
  width: 246px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #e8e8e8;
  border-top: 4px solid #0167a2;
  text-align: center;
  background: #fafafa;
  overflow: hidden;
}

.businessBox h3 {
  font-size: 16px;
  color: #0073b6;
  line-height: 30px;
}

.businessBox h5 {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  line-height: 20px;
}

.businessBox .childImg {
  width: 220px;
  height: 220px;
  margin: 20px auto 10px;
  overflow: hidden;
  position: relative;
  border-radius: 110px;
}

.businessBox .childImg .pImg {
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow: hidden;
}

.businessBox .childImg:hover .pImg {
  display: block;
  border-radius: 110px;
}

.businessBox .childImg .childSearchBg {
  display: block;
  position: relative;
  width: 220px;
  height: 220px;
  left: 0;
  background: url(../images/quan.png) no-repeat center center;
  bottom: 0px;
  position: absolute;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.businessBox .childImg:hover .childSearchBg {
  display: block;
  background: url(../images/quan_on.png) no-repeat center center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.businessBox .sum {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  height: 70px;
  overflow: hidden;
}

.businessBox .more {
  display: block;
  margin: 25px auto 0px;
  width: 125px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #0c4f96;
  background: url(../images/btna.png) no-repeat left top;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.businessBox .more:hover {
  background: url(../images/btna.png) no-repeat left bottom;
  color: #fff;
}

.p_marginR30 {
  margin-right: 25px;
}

/*内页 联系我们*/
.ctleft {
  float: left;
  width: 530px;
}

.ctleft h3 {
  font-size: 16px;
  font-weight: normal;
  color: #352b68;
  margin-bottom: 20px;
}

.ctleft p {
  color: #666;
  padding-left: 8px;
}

.ctleft ul {
  margin-top: 29px;
  width: 330px;
}

.ctleft ul li {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 8px;
}

.ctright {
  float: right;
  width: 550px;
  overflow: hidden;
  line-height: 44px;
}

.ctright span {
  color: #ff6600;
}

.ctright h3 {
  font-size: 16px;
  font-weight: normal;
  color: #0c4f96;
  margin: 0px 0px 20px 0px;
}

.ctright ul {
  float: left;
}

.ctright ul li {
  float: left;
  width: 550px;
  height: 44px;
  margin: 0px 0px 10px 0px;
}

.ctright ul li input {
  width: 470px;
  height: 42px;
  border: 1px solid #c8c8c8;
  padding: 0 10px;
  background: #f6f6f6;
}

.ctright ol textarea {
  width: 510px;
  height: 132px;
  padding: 10px 10px;
  border: 1px solid #c8c8c8;
  background: #f6f6f6;
  float: left;
}

.cttj {
  width: 127px;
  height: 44px;
  line-height: 44px;
  background: #0c4f96;
  color: #fff;
  border: 0;
  font-family: "Microsoft YaHei",SimHei,Helvetica,Arial,Sans-serif;
  font-size: 0.875em;
}

.mt20 {
  margin-top: 20px;
  margin-bottom: 30px;
}

/*注册登录*/
.login_head {
  width: 100%;
  background: url(../images/headbg.png) no-repeat center top;
  height: 85px;
}

.login_head .logo {
  float: left;
  width: 296px;
  background: url(../images/logobg.png) no-repeat left top;
}

.login_head .w1200 {
  position: relative;
  z-index: 999;
}

.login-breadcrumb {
  margin: 30px 0 20px 20px;
  padding-left: 20px;
  line-height: 30px;
  vertical-align: middle;
  width: 200px;
  float: left;
  border-left: solid 1px #ccc;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.login-right {
  margin: 40px 0 20px 20px;
  padding-left: 20px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}

.login-right a {
  color: #fff;
}

.login-right a:hover {
  color: #ece341;
}

/*登录*/
.con_bg {
  width: 100%;
  margin: 0 auto;
  background-color: #f8fbfc;
  padding-top: 30px;
}

.h30 {
  height: 30px;
}

.login_box {
  width: 1200px;
  margin: 0px auto;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px #cecece;
  box-shadow: 0 0 3px #cecece;
  padding: 60px 0px 100px 0px;
  font-size: 14px;
  line-height: 25px;
  color: #666;
}

.loginr {
  width: 480px;
  margin: 0 auto;
  height: auto;
}

.loginr .loginbox {
  margin-bottom: 10px;
}

.loginr .loginbox img {
  padding-left: 10px;
}

#msg_username {
  padding-left: 5px;
  color: #f60;
  height: 42px;
  line-height: 42px;
}

#msg_notice {
  padding-left: 5px;
  color: #f60;
  height: 42px;
  line-height: 42px;
  margin-top: 205px;
  position: absolute;
}

#msg_passwd {
  padding-left: 5px;
  color: #f60;
  height: 42px;
  line-height: 42px;
}

#msg_pword {
  padding-left: 5px;
  color: #f60;
  height: 42px;
  line-height: 42px;
  margin-top: 15px;
  position: absolute;
}

#msg_repass {
  padding-left: 5px;
  color: #f60;
  height: 42px;
  line-height: 42px;
  margin-top: 78px;
  position: absolute;
}

#msg_getcode {
  font-family: "微软雅黑";
  padding: 0px 5px;
  color: #f60;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 142px;
  position: absolute;
  cursor: pointer;
}

#msg_getcode:hover {
  background: #f90;
  color: #fff;
}

.login_verify {
  margin-top: 135px;
  position: absolute;
}

.expired {
  color: red;
}

.loginr h1 {
  font-size: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  text-align: left;
  margin: 20px 0 30px 0;
}

.loginr input {
  float: left;
  border: 1px solid #ddd;
  height: 42px;
  margin-bottom: 20px;
  line-height: 42px;
  border-radius: 5px;
}

.loginr input.name {
  background: url(../images/name.gif) #fff no-repeat 5px 2px;
  padding-left: 40px;
  width: 250px;
}

.loginr input.password {
  background: url(../images/password.gif) #fff no-repeat 5px 2px;
  padding-left: 40px;
  width: 250px;
}

.loginr input.g_mobile {
  background: url(../images/tel.gif) #fff no-repeat 5px 2px;
  padding-left: 40px;
  width: 250px;
}

.loginr input.getcode {
  background: url(../images/yzm.gif) #fff no-repeat 5px 2px;
  padding-left: 40px;
  width: 250px;
}

.loginr p {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  display: inline;
}

.login_btn_link {
  width: 290px;
  line-height: 50px;
  border-radius: 50px;
  height: 50px;
  text-align: center;
  background: #f90;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-family: Microsoft YaHei;
}

/*.login_btn_link:hover{ background:#ffa200;}*/
.loginr a {
  font-size: 14px;
  color: #3263a6;
  text-decoration: underline;
}

.loginr a:hover {
  text-decoration: none;
}

.i_bg3 {
  margin-top: -50px;
  padding-bottom: 80px;
}

.i_news_recommend {
  width: 499px;
  height: 435px;
  background-color: whitesmoke;
}

.i_news_recommend .news_recommend {
  width: 100%;
}

.i_news_recommend .news_recommend ul li {
  position: relative;
}

.i_news_recommend .news_recommend ul li .top {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 337px;
}

.i_news_recommend .news_recommend ul li .top img {
  max-width: 100%;
  max-height: 100%;
}

.i_news_recommend .news_recommend ul li .dateBox {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #004a8b;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
}

.i_news_recommend .news_recommend ul li .bottom {
  padding: 10px;
}

.i_news_recommend .news_recommend ul li .bottom .title {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i_news_recommend .news_recommend ul li .bottom .details {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 38px;
}

.paginations {
  position: absolute;
  z-index: 20;
  bottom: 22%;
  width: 100%;
  text-align: center;
}

.paginations .swiper-pagination-switch {
  background-color: #fff;
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 8px;
  opacity: 0.8;
  cursor: pointer;
}

.paginations .swiper-active-switch {
  background: #004a8b;
  border: thin solid #004a8b;
}
