/*能力页面新增定位css*/
/*首页能力新增*/
.nl_a1:nth-of-type(4){margin-left:296px;}

.download{width: 100%;margin-bottom:30px;}
.download tr td{line-height: 26px; color: #3b3733;min-width: 100px; padding: 19px 0 19px 20px;border-bottom: 1px solid #f2f2f2;}
.download tr td:first-child{padding-left: 0;}
.download tr td a{ display: block;width: 26px;height: 26px;background: url("../images/download_07.png") no-repeat center;border: 1px solid #888888;border-radius: 100%;margin: 0 auto;}
.download tr td a:hover{border-color: #02339a;background: url("../images/download_08.png") no-repeat center #02339a;}

.page_link span a:hover,
.page_link .on > a {
  background: #02339a;
  color: #fff;
  border-color: #02339a;
}
.fixed1{position:fixed;width:100%;left:0;top:0;background:#f8f8f8;padding:25px 0 30px 0;box-shadow:2px -1px 20px 4px rgba(0, 0, 0, 0.1);z-index:5;}
.fixed1 .page_link{margin-bottom:0;}
/*结束*/
.tr {
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.tr2 {
  moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.ov {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header {
  width: 1250px;
  margin: 0 auto;
}
.logo {
  display: block;
  width: 209px;
  float: left;
  margin-top: 14px;
}
.logo img {
  width: 209px;
}
.nav > li > a {
  line-height: 25px;
  color: #202123;
  display: block;
  padding: 7.5px 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.nav > li {
  float: left;
  margin: 0 13px;
  position: relative;
  height: 63px;
}
.nav > .on > a,
.nav > li > a:hover {
  background: #02339a;
  color: #fff;
}
.nav_box {
  float: right;
  position: relative;
  padding: 20px 120px 20px 20px;
  height: 80px;
  box-sizing: border-box;
}
.language {
  width: 62px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 10;
  cursor: pointer;
  background: #b9b9b9;
  top: 0;
}
.language div {
  width: 62px;
  border-radius: 30px;
  position: absolute;
  top: 30px;
  left: 0;
  height: 23px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: 0.5s;
}
.language div a {
  display: block;
  line-height: 22px;
  height: 22px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  padding-left: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.language div:hover {
  height: 73px;
  border-radius: 5px;
}
.language div a:hover {
  color: #02339a;
}
.nav2 {
  position: absolute;
  background: #fff;
  padding: 20px;
  min-width: 135px;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  width: 119%;
  display: none;
  border-bottom: solid #02339a 3px;
  top: 60px;
}


.nav2 li {
    padding: 10px 20px;
    border-bottom: solid rgba(204, 204, 204, 0.3) 1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
}

.nav2 li a {
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.nav2 > li:hover {
  border-color: #02339a;
}
.nav2 > li:hover > a,
.nav2 > .on > a {
  color: #02339a;
}
/*pro page*/
.banner_inner {
  height: 415px;
  width: 100%;
  overflow: hidden;
}
.bread_div {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 17.5px 0;
}
.current_page {
  font-size: 22px;
  line-height: 25px;
  color: #3b3733;
  float: left;
}
.bread_r {
  float: right;
  font-size: 12px;
  line-height: 25px;
  color: #7a7a7a;
  margin-top: 1px;
}
.bread_r a {
  font-size: 12px;
  line-height: 25px;
  color: #7a7a7a;
  padding: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.bread_r a:hover {
  color: #02339a;
}
.content_bg {
  background: #f8f8f8;
  padding: 70px 0;
}
.common_content {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 70px;
  box-sizing: border-box;
}
.page_link {
  text-align: center;
  margin-bottom: 40px;
}
.page_link a {
  display: inline-block;
  padding: 7px 27px;
  font-size: 16px;
  line-height: 24px;
  color: #3b3733;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  border: solid #d6d6d6 1px;
  margin: 0 10px;
}

.pro_a {
  width: 340px;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 25px;
}
.pro_r {
  margin-right: 0;
}
.pro_a img {
  width: 338px;
  display: block;
  moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}


.pro_font {
    line-height: 21px;
    color: #a4add1;
    position: absolute;
    bottom: -64px;
    padding: 13px 41px;
    box-sizing: border-box;
    left: -1px;
    background: #02339a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 68px;
}

.pro_a:hover .pro_font {
  bottom: 0;
}
.pro_ovh {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pro_a:hover img {
  transform: scale(1.08);
}
.proimg {
  width: 338px;
  height: 327px;
  position: relative;
  overflow: hidden;
  border: solid #efefef 1px;
}
.pro_name {
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  text-align: center;
  padding: 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.pro_a:hover .pro_name {
  color: #02339a;
}
.paging {
  text-align: center;
}
.paging a {
    display: inline-block;
    width: 46px;
    height: 46px;
    color: #a3a3a3;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    background: #f2f2f2;
    margin: 0 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.paging a:hover,
.paging .on {
  background: #02339a;
  color: #fff;
}
.paging .zzzzz
{
     display:none;
    }
.paging .paging_prev {
  background: url(../images/paprev.png) no-repeat center #f2f2f2;
  margin-right:10px;
}
.paging .paging_next {
    background: url(../images/panext.png) no-repeat center #f2f2f2;
    margin-left: 5px;
}
.paging .paging_prev:hover {
  background: url(../images/paprevh.png) no-repeat center #02339a;
}
.paging .paging_next:hover {
  background: url(../images/panexth.png) no-repeat center #02339a;
}
/*pro det*/
.prodet_imgl {
  float: left;
  width: 452px;
}
.spec-preview {
  float: left;
  width: 450px;
  border: 1px solid #e8e8e8;
}
.jqzoom {
  position: relative;
  display: block;
  width: 450px;
  height: 430px;
  overflow: hidden;
}
.jqzoom img {
  display: block;
  width: 450px;
}
.prodet_r {
  float: left;
  text-align: left;
  margin-left: 50px;
  width: 555px;
}
.prodet_tittop {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  border-bottom: solid #e8e8e8 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.prodet_p {
  font-size: 14px;
  line-height: 28px;
  color: #777;
  height: 199px;
  overflow-y: auto;
}
.prodet_p::-webkit-scrollbar {
  width: 3px !important;
  background: url("../images/about1_22.jpg") repeat-y center;
}
.prodet_p::-webkit-scrollbar-thumb {
  background: url("../images/about1_18.jpg") repeat-y center;
}
.zixun {
  display: block;
  float: left;
  padding: 0 35px;
  height: 40px;
  background: #02339a;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: .5s;
  margin: 20px 0;
}
.spec-scroll {
  width: 440px;
  overflow: hidden;
  position: relative;
  padding: 0 36px;
  box-sizing: border-box;
}
.spec-scroll > a {
  display: block;
  width: 30px;
  height: 97px;
  float: left;
  cursor: pointer;
  top: 0;
  border: solid #ececec 1px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.spec-scroll .prev_1 {
  background: url(../images/oth_prev.png) no-repeat center;
  position: absolute;
  left: 0;
}
.spec-scroll .prev_1:hover {
  background: url(../images/oth_prevh.png) no-repeat center #02339a;
  border-color: #02339a;
}
.spec-scroll .next_1 {
  background: url(../images/panext.png) no-repeat center;
  position: absolute;
  right: 0;
}
.spec-scroll .next_1:hover {
  background: url(../images/panexth.png) no-repeat center #02339a;
  border-color: #02339a;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 202px;
  height: 202px;
  background: #f6f6f6;
  text-align: center;
  overflow: hidden;
  border: 1px solid #dbdde2;
}
.items {
  float: left;
  width: 371px;
  overflow: hidden;
  position: relative;
  height: 100px;
}
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdde2;
  background: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
.items ul {
  position: absolute;
  width: 99999px;
  height: 100px;
  overflow: hidden;
}
.items ul li {
  cursor: pointer;
  width: 100px;
  border: 1px solid #f5f5f5;
  height: 97px;
  float: left;
  margin: 0 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.items ul li img {
  display: block;
  width: 100px;
  height: 95px;
}
.items ul li.hover {
  border-color: #02339a;
}
.chang_div {
  text-align: left;
  padding-top: 25px;
  display: none;
}
.change_box .on {
  display: block;
}
.prodet_cpfont1 {
  margin-bottom: 12px;
}
.prodet_change {
  overflow: hidden;
  margin-top: 46px;
  border-bottom: solid #e7e7e7 1px;
}
.prodet_change li {
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  float: left;
  padding: 0 36px;
  position: relative;
  transition: .5s;
}
.prodet_change li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: #e8e8e8;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
}
.prodet_change .on,
.prodet_change li:hover {
  background: #02339a;
  color: #fff;
}
.prodet_change .on:before,
.prodet_change li:hover:before {
  display: none;
}
.blocka {
  overflow: hidden;
  margin-top: 27px;
}
.blocka a {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  display: block;
  float: left;
  transition: .5s;
  box-sizing: border-box;
}
.blocka .balcka_prev {
  width: 471px;
  text-align: left;
  padding-left: 63px;
  background: url(../images/prodety_10.png) no-repeat 10px center;
}
.blocka .balcka_center {
  width: 102px;
}
.balcka_next {
  width: 471px;
  text-align: right;
  padding-right: 63px;
  margin-right: 10px;
  background: url(../images/pr203.png) no-repeat right center;
}
.blocka a:hover {
  color: #02339a;
}
.tuijian {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  overflow: hidden;
  text-align: left;
  margin-bottom: 26px;
}
.tuijiana {
  overflow: hidden;
  float: right;
}
.tuijian_prev {
  float: left;
  background: url(../images/poindet1_03.png) no-repeat left center;
}
.tuijian_next {
  float: right;
  background: url(../images/poindet1_05.png) no-repeat right center;
}
.tuijiana a {
  display: block;
  width: 20px;
  height: 20px;
  transition: .5s;
}
.tuijian_prev:hover {
  background-image: url(../images/poindet1_03h.png);
}
.tuijian_next:hover {
  background-image: url(../images/poindet1_05h.png);
}
.tuijian_box {
  padding-top: 45px;
  overflow: hidden;
}
.line1 {
  height: 40px;
  border-bottom: solid #e4e4e4 1px;
  width: 100%;
}
.pro_pagea {
  display: block;
  width: 339px;
  overflow: hidden;
  margin-right: 20px;
}
.pro_img {
  border: solid #999 1px;
  width: 337px;
  overflow: hidden;
  height: 322px;
}
.pro_img img {
  display: block;
  width: 337px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.pro_img img:hover {
  transform: scale(1.04);
}
.pro_typetit {
  font-size: 16px;
  line-height: 20px;
  color: #424242;
  margin: 13px 0 3px 0;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_pagea:hover .pro_typetit {
  color: #02339a;
}
.propage_p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.footerbg {
  background: #f8f8f8;
  border-top: solid #ececec 1px;
}
.footer {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 55px 0 45px 0;
}
.fot_left {
  overflow: hidden;
  float: left;
}
.fot_left li {
  float: left;
  min-width: 173px;
}
.fot_left li a {
  display: block;
  line-height: 30px;
  color: #888888;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.fot_left li a:first-child {
  font-size: 16px;
  color: #888;
  line-height: 26px;
  position: relative;
  padding-bottom: 15px;
}
.fot_left li a:first-child:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  left: 0;
  background: #02339a;
  bottom: 10px;
}
.tel1 {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  position: relative;
  padding-left: 14px;
  background: url(../images/bottel.png) no-repeat left;
  margin-bottom: 17px;
}
.tel1:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  left: 0;
  background: #02339a;
  bottom: -1px;
}
.fot_r {
  float: right;
}
.fot_left li a:hover {
  color: #02339a;
}
.pho {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.zxkf1 {
  display: block;
  color: #fefefe;
  line-height: 44px;
  margin-top: 17px;
  text-align: left;
  width: 125px;
  box-sizing: border-box;
  padding-left: 54px;
  background: url(../images/liuy1.png) no-repeat 33px #02339a;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.zxkf1:hover {
  text-decoration: underline;
}
.email_a {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.email_a:hover {
  color: #02339a;
}
.last_l {
  line-height: 30px;
  color: #9b9b9b;
  float: left;
}
.last_l a {
  line-height: 30px;
  color: #9b9b9b;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.last_l a:hover {
  color: #02339a;
}
.fot_ul li {
  float: left;
  margin-left: 84px;
}
.fot_ul li:first-child {
  margin-left: 0;
}
.last_a {
  overflow: hidden;
  line-height: 30px;
  color: #9b9b9b;
  float: left;
}
.last_a a {
  line-height: 30px;
  color: #9b9b9b;
  padding: 0 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.link_page1 {
  position: relative;
}
.link_page1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: #d3d3d3;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.last_r {
  float: right;
}
.last_divbg {
  background: #dedede;
}
.last_div {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0;
}
.last_a a:hover {
  color: #02339a;
}
.jszc_a {
  padding-left: 10px;
}
.share {
  float: left;
  margin-top: -4px;
  margin-left: 18px;
}
.share .bdshare-button-style0-16 .bds_tsina {
  background: url(../images/wb.png) no-repeat center;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.share .bdshare-button-style0-16 .bds_tsina:hover {
  background: url(../images/wbh.png) no-repeat center;
  opacity: 1;
  filter: alpha(opacity=100);
}
.share .bdshare-button-style0-16 .bds_weixin {
  background: url(../images/wx.png) no-repeat center;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.share .bdshare-button-style0-16 .bds_weixin:hover {
  background: url(../images/wxh.png) no-repeat center;
  opacity: 1;
  filter: alpha(opacity=100);
}
.share .bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  width: 12px;
  height: 22px;
}
.bdimgshare-bg,
.sr-bdimgshare .bdimgshare-content {
  display: none;
}
.fa_link {
  clear: both;
  line-height: 22px;
  color: #888;
  padding-top: 40px;
}
.fa_link a {
  line-height: 22px;
  color: #888;
  padding: 0 10px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.fa_link a:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  right: 0;
  background: #c4c4c4;
  top: 50%;
  margin-top: -6px;
}
.fa_link a:last-child:before {
  display: none;
}
.fa_link a:hover {
  color: #02339a;
}
/*cjwt*/
.cj {
  padding: 9px 27px 13px 27px;
  border: solid #dadada 1px;
  margin-bottom: 40px;
}
.cjwt .cj:last-child {
  margin-bottom: 30px;
}
.wt {
  font-size: 16px;
  line-height: 17px;
  color: #3b3733;
  padding: 16px 18px;
  border-bottom: dashed 1px #cccccc;
  background: url(../images/cjbg.png) no-repeat left center;
}
.wt_tit {
  line-height: 17px;
  color: #272b2a;
  padding: 17px 0 8px 0px;
}
.wt_p {
  font-size: 12px;
  line-height: 21px;
  color: #7a7a7a;
  padding-bottom: 5px;
}
/*fwsm*/
.fwsm_tit {
  font-size: 16px;
  line-height: 24px;
  color: #272b2a;
  padding-bottom: 18px;
}
.fwsm_p,
.fwsm_p a {
  line-height: 35px;
  color: #707070;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.fwsm_p a:hover {
  color: #02339a;
}
/*gsjj*/
.gsjj_font {
  line-height: 28px;
  color: #585858;
}
.lit_slide li img {
  width: 224px;
  display: block;
}
.lit_slide li {
  margin-right: 20px;
}
.carousel_1 {
  width: 957px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
}
.carousel_1 .flex-prev {
  display: block;
  width: 30px;
  height: 116px;
  position: absolute;
  left: 0;
  bottom: 3px;
  border: solid #d6d6d6 1px;
  background: url(../images/imgprev.png) no-repeat center;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.carousel_1 .flex-next {
  display: block;
  width: 30px;
  height: 116px;
  position: absolute;
  right: 0;
  bottom: 3px;
  border: solid #d6d6d6 1px;
  background: url(../images/imgnext.png) no-repeat center;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.carousel_1 .flex-prev:hover {
  background-image: url(../images/imgprevh.png);
  background-color: #02339a;
  border-clor: #02339a;
}
.carousel_1 .flex-next:hover {
  background-image: url(../images/imgnexth.png);
  background-color: #02339a;
  border-clor: #02339a;
}
.imgslide {
  position: relative;
}
.lit_slide li img {
  width: 100%;
}
.lit_slide li {
  border: solid transparent 3px;
  cursor: pointer;
}
.lit_slide .flex-active-slide {
  border: solid #02339a 3px;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.big_slide img {
  width: 1056px;
  display: block;
}
.big_slide {
  margin-top: 40px;
}
.fz_img {
  float: left;
  width: 589px;
  overflow: hidden;
  height: 426px;
  position: absolute;
  left: 0;
}
.fz_img img {
  display: block;
  width: 589px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.fz_img:hover img {
  transform: scale(1.04);
}
.fzlc {
  padding-top: 58px;
  position: relative;
}
.posi_div {
  position: absolute;
  top: 4px;
  height: 1px;
  width: 1px;
}
.fz_font_r {
  width: 500px;
  background: #fff;
  position: relative;
  padding: 50px 20px 30px 40px;
  box-sizing: border-box;
  float: right;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.fz_tit {
  font-size: 18px;
  line-height: 23px;
  color: #3b3733;
  margin-bottom: 52px;
}
.fz_line {
  overflow: hidden;
  background: url(../images/fzlcbg_03.png) repeat-x center;
}
.fz_font_left {
  float: left;
  background: #fff;
  padding-right: 22px;
}
.fz_time {
  font-size: 17px;
  line-height: 23px;
  color: #02339a;
  font-family: Arial;
}
.fz_even {
  font-size: 16px;
  line-height: 23px;
  color: #02339a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.fzlc_p {
  height: 175px;
  margin-top: 20px;
  overflow-y: auto;
  padding: 0 15px 0 0;
  font-size: 13px;
  line-height: 26px;
  color: #999999;
}
.fz_font_r:after {
  background: #fff;
  z-index: 4;
  height: 25px;
  width: 100%;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
}
.fzlc_p::-webkit-scrollbar {
  width: 3px !important;
  background: url("../images/about1_22.jpg") repeat-y center;
}
.fzlc_p::-webkit-scrollbar-thumb {
  background: url("../images/about1_18.jpg") repeat-y center;
}
.fz_year2 {
  font-size: 35px;
  line-height: 35px;
  color: #3b3733;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90px;
}
.fz_even_al {
  line-height: 23px;
  color: #999;
  padding-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90px;
}
.fz_ul {
  padding: 42px 66px 25px 66px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.fz_list li:hover .fz_year2,
.fz_list li:hover .fz_even_al,
.fz_list .on .fz_even_al,
.fz_list .on .fz_year2,
.fz_.onst li .fz_even_al {
  color: #02339a;
}
.fz_list li {
  padding-right: 100px;
  display: inline-block;
  cursor: pointer;
}
.fz_list {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 20px;
}
.fz_list::-webkit-scrollbar {
  width: 3px !important;
  background: url("../images/scroll_11.jpg") repeat-x center;
}
.fz_list::-webkit-scrollbar-thumb {
  background: url("../images/scroll_08.jpg") repeat-x center;
}
.fz_top {
  display: none;
}
.fz_cont .fz_show {
  display: block;
}
/*jjfa*/
.jjfn_a {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.jjfn_a:last-child {
  margin-bottom: 30px;
}
.jjfn_img {
  width: 354px;
  height: 243px;
  overflow: hidden;
  float: left;
}
.jjfn_img img {
  width: 354px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.jjfa_tit {
  font-size: 16px;
  line-height: 24px;
  color: #3b3733;
  padding-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jjfa_r {
  width: 670px;
  float: left;
  padding: 25px 0 25px 30px;
}
.jjfa_p {
  line-height: 25px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.jjfa_more {
  width: 69px;
  height: 38px;
  border: solid #d6d6d6 1px;
  margin-top: 15px;
  color: #3b3733;
  line-height: 38px;
  text-align: left;
  padding-left: 11px;
  background: url(../images/jjfam.png) no-repeat 65px center;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.jjfn_a:hover .jjfa_more {
  background: url(../images/jjfamh.png) no-repeat 65px center #02339a;
  border-color: #02339a;
  color: #fff;
}
.jjfn_a:hover img {
  transform: scale(1.04);
}
.jjfn_a:hover .jjfa_tit {
  color: #02339a;
}
/*contact*/
.contact_tit {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.cotact_en {
  font-size: 12px;
  line-height: 26px;
  color: #ababab;
  padding-bottom: 7px;
}
.form_div {
  width: 672px;
  float: left;
}
.input1 {
  line-height: 20px;
  color: #828282;
  padding: 8px 20px;
  width: 100%;
  box-sizing: border-box;
  background: #efefef;
  border: solid #dadada 1px;
  margin-top: 20px;
}
.leave_text {
  line-height: 20px;
  color: #828282;
  padding: 8px 20px;
  width: 100%;
  box-sizing: border-box;
  background: #efefef;
  border: solid #dadada 1px;
  margin-top: 20px;
  height: 194px;
  display: block;
}
.sub1 {
  background: #02339a;
  line-height: 20px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  cursor: pointer;
}
.sub1:hover {
  text-decoration: underline;
}
.cont_right {
  width: 340px;
  float: right;
  margin-top: 21px;
}
.cont_right li {
  border: solid #dadada 1px;
  height: 158px;
  width: 339px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 65px;
  padding: 0 43px;
}
.cont_right li:last-child {
  margin-bottom: 0;
}
.cont_rightbg {
  width: 72px;
  height: 72px;
  background: no-repeat center #02339a;
  margin: 0 auto;
  margin-top: -36px;
  box-sizing: border-box;
  transition: .5s;
  position: relative;
  line-height: 72px;
}
.cont_text1 {
  font-size: 16px;
  line-height: 20px;
  color: #3b3733;
  margin: 25px 0 8px 0px;
}
.cont_text2,
.cont_text2 a {
  font-size: 24px;
  line-height: 20px;
  color: #3b3733;
  font-family: "Arial";
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.cont_text2 a:hover {
  color: #02339a;
}
.cont_rightbg img {
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.cont_right li:hover img {
  transform: translateY(-5px);
}
.ditu {
    clear: both;
    padding-top: 40px;
    overflow: hidden;
}
/*nl*/
.nl1 {
  height: 450px;
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.nl1_left {
  width: 670px;
  height: 450px;
  background: #466198;
  padding: 129px 50px 40px 42px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.nl1_tit1 {
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 20px;
  max-width: 307px;
}
.nl1_p {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 314px;
  max-height: 229px;
  overflow-y: auto;
  padding-right: 20px;
}
.nl1_p::-webkit-scrollbar {
  width: 3px !important;
  background: url("../images/about1_18.jpg") repeat-y center;
}
.nl1_p::-webkit-scrollbar-thumb {
  background: #939097;
}
.nl1_right {
  width: 670px;
  height: 450px;
  right: 0;
  top: -40px;
  background: url(../images/nl1r.jpg) no-repeat center;
  z-index: 3;
  position: absolute;
}
.carousel .pic {
  overflow: hidden;
  padding: 24px 30px 67px 23px;
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
}
.carousel .pic img {
  display: block;
  width: 100%;
}
.carousel-image {
  border: 0;
  display: block;
}
.carousel-feature {
  position: absolute;
  top: -1000px;
  left: -1000px;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/bgnl1.png) no-repeat center;
  background-size: cover;
}
.carousel-feature.on .carousel-caption {
  display: block;
}
.tracker-summation-container {
  display: none;
  position: absolute;
  color: white;
  right: 48px;
  top: 230px;
  padding: 3px;
  margin: 3px;
  background-color: #000;
}
.tracker-individual-container {
  display: none;
  position: absolute;
  color: white;
  right: 48px;
  top: 210px;
  padding: 0;
  margin: 0;
}
.tracker-individual-container li {
  display: none;
  list-style: none;
}
.tracker-individual-container .tracker-individual-blip {
  display: none;
  margin: 0 3px;
  padding: 0 3px;
  color: white;
  text-align: center;
  background-color: #DDD;
}
.strength_f3 .pic {
  margin-top: 37px;
}
.strength_f3 .pic img {
  display: block;
  max-width: 100%;
}
.strength_f1_list {
  position: relative;
  padding-top: 53px;
  padding-left: 70px;
}
.carousel {
  height: 450px;
  width: 500px;
  position: relative;
}
.nl_honor {
  width: 834px;
  overflow: hidden;
}
.nlhon_img {
  width: 267px;
  height: 366px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.nlhon_img:hover {
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.1);
}
.nlhon_img img {
  width: 258px;
  height: 366px;
  display: block;
}
.nl2 {
  margin-top: 40px;
  background: #f0f0f0;
  padding: 40px 113px;
  overflow: hidden;
  position: relative;
}
.honor_slide {
  overflow: hidden;
}
.nl2_p {
  line-height: 26px;
  color: #999;
  padding: 0 20px;
}
.nl2_prev,
.nl2_next {
  width: 50px;
  height: 50px;
  border: solid #dedede 1px;
  position: absolute;
  top: 190px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.nl2_prev {
  background: url(../images/imgprev.png) no-repeat center #fff;
  left: 40px;
}
.nl2_next {
  background: url(../images/imgnext.png) no-repeat center #fff;
  right: 40px;
}
.nl2_prev:hover {
  background: url(../images/imgprevh.png) no-repeat center #02339a;
  border-color: #02339a;
}
.nl2_next:hover {
  background: url(../images/imgnexth.png) no-repeat center #02339a;
  border-color: #02339a;
}
.nl3 {
  margin-top: 40px;
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.1);
  padding: 40px;
  overflow: hidden;
}
.nl3_left {
  width: 460px;
  float: left;
  padding-top: 30px;
}
.nl3_tit {
  font-size: 18px;
  line-height: 25px;
  color: #3b3733;
  padding-bottom: 8px;
}
.nl3_p {
  line-height: 26px;
  color: rgba(59, 55, 51, 0.5);
}
.nl3_ul {
  overflow: hidden;
  padding-top: 33px;
}
.nl3_ul li {
  width: 227px;
  float: left;
  color: rgba(59, 55, 51, 0.5);
  line-height: 26px;
}
.nl3_right {
  float: right;
  width: 490px;
  height: 320px;
  overflow: hidden;
}
.nl3_right:hover img {
  transform: scale(1.05);
}
.nl3_right img {
  display: block;
  width: 490px;
  height: 320px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.nl4 {
  overflow: hidden;
  margin-top: 40px;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.1);
  padding: 10px 0 10px 20px;
}
.nl4_left {
  width: 690px;
  float: left;
}
.nl4_right {
  width: 303px;
  float: right;
  padding: 40px 10px;
}
.nl4_tit {
  text-align: right;
  font-size: 18px;
  line-height: 30px;
  color: #3b3733;
  padding-bottom: 25px;
}
.nl4img_list {
  height: 360px;
  overflow-y: auto;
  padding-right: 30px;
}
.nl4img_list::-webkit-scrollbar {
  width: 3px !important;
  background: url("../images/sc_08.jpg") repeat-y center;
}
.nl4img_list::-webkit-scrollbar-thumb {
  background: url("../images/sc_04.jpg") repeat-y center;
}
.nl4img_div {
  margin-bottom: 48px;
  overflow: hidden;
  width: 267px;
  height: 171px;
  display: block;
}
.nl4img_div img {
  width: 267px;
  height: 171px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.nl4img_div img:hover {
  transform: scale(1.04);
}
.nl_posi
{
    position:absolute;height:1px;width:1px;top:-95px;
    }
.nl1,
.nl2,
.nl3,
.nl4 {
  position: relative;
}
/*zp*/
.zp_tit {
  font-size: 22px;
  line-height: 25px;
  color: #3b3733;
}
.zp_list {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.zp_list li {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  padding: 8px 22px;
  margin: 0 23.5px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.zp_posi {
  padding: 15.5px 42px;
  border: solid #d9d9d9 1px;
  margin-bottom: 25px;
  border-right: none;
  border-left: none;
  margin-top: 20px;
}
.zp_list li:hover,
.zp_list .on {
  background: #02339a;
  color: #fff;
}
.zp_list::-webkit-scrollbar {
  width: 3px !important;
  background: url("../images/scroll_11.jpg") repeat-x center;
}
.zp_list::-webkit-scrollbar-thumb {
  background: url("../images/scroll_08.jpg") repeat-x center;
}
.zp_p {
  line-height: 26px;
  color: #999;
}
.zp_page {
  display: none;
}
.zp_box .zp_on {
  display: block;
}
.tjl {
  display: block;
  color: #fff;
  width: 112px;
  text-align: center;
  background: #02339a;
  line-height: 40px;
  height: 40px;
  margin-top: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.tjl:hover {
  text-decoration: underline;
}
.new_a {
  display: block;
  overflow: hidden;
  padding: 40px 0;
  border-bottom: solid #dadada 1px;
}
.new_page .new_a:first-child {
  padding-top: 0;
}
.new_img {
  width: 262px;
  height: 152px;
  overflow: hidden;
  float: left;
}
.new_img img {
  display: block;
  width: 262px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.new_tit {
  font-size: 16px;
  line-height: 23px;
  color: #3b3733;
  padding-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.new_r {
  width: 751px;
  padding-left: 40px;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.new_p {
  line-height: 28px;
  color: #7a7a7a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_img:hover img {
  transform: scale(1.05);
}
.new_time {
  float: left;
  background: #fff;
  position: relative;
  padding-right: 30px;
}
.new_line {
  overflow: hidden;
  font-size: 13px;
  line-height: 23px;
  color: #7a7a7a;
  font-family: Arial;
  position: relative;
  margin-top: 33px;
}
.new_more {
  float: right;
  background: #fff;
  position: relative;
  padding-left: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.new_line:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  border-bottom: dashed #e8e8e8 1px;
}
.new_a:hover .new_tit,
.new_a:hover .new_more {
  color: #02339a;
}
.new_a:hover .new_r {
  transform: translateX(-10px);
}
.new_page {
  margin-bottom: 30px;
}
/*honor*/
.hon_img {
  width: 250px;
  height: 306px;
  border: solid #dadada 1px;
  padding: 20px 33px;
  background: #fff;
  box-sizing: border-box;
}
.hon_img img {
  width: 190px;
  height: 267px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.light_bgfont {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #3b3733;
  padding: 15px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lightbox {
  margin-bottom: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.honor {
  overflow: hidden;
}
.honor .r {
  margin-right: 0;
}
.hon_img img:hover {
  transform: translateY(-5px);
}
/*newdet*/
.newdet {
 }
.newdet_tit {
text-align: center;  font-size: 16px;
  line-height: 30px;
  color: #3b3733;
}
.newdet_time {
     text-align: center; font-size: 14px;
  color: #999;
  padding: 3px 0 10px 0;
}
.newdet_p {
  line-height: 28px;
  color: #7a7a7a;
  margin-bottom: 25px;
  text-align:left;
}
.back_link 
{
    margin-top:50px;
  overflow: hidden;
  padding: 25px 0;
  border-bottom: dashed #e6e3e3 1px;
}
.back_link a {
  display: block;
  float: left;
  line-height: 24px;
  color: #7a7a7a;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  box-sizing: border-box;
}
.new_prev {
  width: 40%;
  text-align: left;
  padding-left: 14px;
  background: url(../images/detprev.png) no-repeat left center;
}
.new_next {
  width: 60%;
  text-align: right;
  padding-right: 14px;
  background: url(../images/detnext.png) no-repeat right center;
}
.new_cen {
  width: 20%;
}
.back_link a:hover {
  color: #02339a;
}
.new_prev:hover {
  background-image: url(../images/detprevh.png);
}
.new_next:hover {
  background-image: url(../images/detnexth.png);
}
.oth_new {
  font-size: 16px;
  line-height: 24px;
  color: #3b3733;
  text-align: left;
  float: left;
}
.oth_click {
  width: 81px;
  height: 30px;
  float: right;
}
.oth_click a {
  display: block;
  width: 28px;
  height: 28px;
  border: solid #d6d6d6 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.oth_prev {
  background: url(../images/oth_prev.png) no-repeat center;
  float: left;
}
.oth_prev:hover {
  background: url(../images/oth_prevh.png) no-repeat center #02339a;
  border-color: #02339a;
}
.oth_next {
  background: url(../images/oth_next.png) no-repeat center;
  float: right;
}
.oth_next:hover {
  background: url(../images/oth_next.png) no-repeat center #02339a;
  border-color: #02339a;
}
.tuijan_new {
  padding: 40px 0;
  overflow: hidden;
}
.new_otha {
  display: block;
  width: 519px;
  position: relative;
  overflow: hidden;
  text-align: left;
  float: left;
  margin-right: 22px;
}
.newdeta_font {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 12.5px 20px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -55px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.new_otha img {
  width: 519px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.new_otha:hover img {
  transform: scale(1.04);
}
.new_aslide {
  overflow: hidden;
}
.new_otha:hover .newdeta_font {
  bottom: 0;
}
.banner {
  position: relative;
}
.slides1 {
  overflow: hidden;
}
.slides1 img {
  display: block;
  width: 100%;
}
.banner .flex-control-paging {
  position: absolute;
  bottom: 20px;
  z-index: 4;
  text-align: center;
  left: 50%;
  transform: translate(-50, 0);
}
.banner .flex-control-paging li {
  display: inline-block;
}
.banner .flex-control-paging li a {
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 5px;
  background: rgba(2, 15, 154, 0.5);
  font-size: 0;
  margin-right: 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.banner .flex-control-paging li .flex-active {
  width: 20px;
  background: #02339a;
}
.banner .slides1 a {
  display: block;
}
.banner .flex-direction-nav .flex-prev,
.banner .flex-direction-nav .flex-next {
  display: block;
  width: 55px;
  height: 55px;
  border: solid #fff 1px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  transition: .5s;
  font-size: 0;
}
.banner .flex-direction-nav .flex-prev {
  left: 100px;
  background: url(../images/indexlh.png) no-repeat center;
}
.banner .flex-direction-nav .flex-next {
  right: 100px;
  background: url(../images/indexr.png) no-repeat center;
}
.banner .flex-direction-nav .flex-prev:hover,
.banner .flex-direction-nav .flex-next:hover {
  background-color: #02339a;
  border-color: #02339a;
}
.content_a {
  display: block;
  width: 355px;
  float: left;
  margin-right: 52px;
}
.content_a .pic {
  margin-right: -100px;
  position: relative;
  z-index: 5;
  background: #fff;
  float: left;
  width: 122px;
  height: 122px;
  overflow: hidden;
  padding: 18px;
  border-radius: 100%;
}
.content_a .pic img {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  width: 122px;
  height: 122px;
}
.content_a .con {
  margin-top: 18px;
  float: right;
  background: #fff;
  padding: 22px 17px 0 95px;
  width: 180px;
  height: 116px;
  border-radius: 4px;
}
.content_a .con span {
  font-size: 18px;
  line-height: 25px;
  color: #3b3733;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.content_a .con p {
  line-height: 20px;
  color: #3b3733;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 10px;
}
.cont_index {
  overflow: hidden;
  padding: 83px 0;
  width: 1577px;
  margin: 0 auto;
}
.cont_index a:last-child {
  margin-right: 0;
}
.cont_inbg {
  background: #f9f9f9;
}
.page_inner {
  width: 78px;
  color: #fff;
  height: 35px;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  line-height: 36px;
  text-align: center;
  position: absolute;
  background: #02339a;
  top: 50%;
  margin-top: -19px;
  left: 50%;
  margin-left: -39px;
}
.pic:before {
  content: "";
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  width: 122px;
  height: 122px;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  top: 18px;
  z-index: 5;
  border-radius: 50%;
}
.content_a:hover .pic:before,
.content_a:hover .page_inner {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nl_index {
  width: 1200px;
  margin: 0 auto;
  padding-top: 114px;
}
.nengli_in {
  overflow: hidden;
}
.nl_tit {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.nl_en {
  line-height: 30px;
  color: #9a9a9a;
}
.nl_ul {
  width: 890px;
  float: right;
}
.nl_link1 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 5px 0 27px 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.nl_p1 {
  line-height: 30px;
  color: #ececec;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 13px;
}
.nl_a1 {
  display: block;
  width: 296px;
  height: 215px;
  box-sizing: border-box;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  border: solid rgba(255, 255, 255, 0.4) 1px;
  float: left;
  padding: 55px 24px 50px 60px;
  border-right: none;
}
.nl_div1 {
  width: 294px;
  height: 213px;
  float: left;
}
.nl_link1:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
}
.nl_ul .r1,
.nl_a1:last-child {
  border: solid rgba(255, 255, 255, 0.4) 1px;
}
.nl_a1:first-child {
  border: none;
  text-align: center;
  padding: 81px;
}
.nl_a1:nth-of-type(2),
.nl_a1:nth-of-type(3) {
  border-bottom: none;
}
.nl_a1:hover {
  background: #587ece;
  transform: scale(1.03);
  border: none;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.nl_a1:first-child:hover {
  background: none;
  box-shadow: none;
  transform: scale(1);
}
.kf {
  transition: .8s;
  -o-transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  z-index: 999999;
  background-color: #fff;
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 62px;
  border-radius: 5px;
}
.kf span {
  z-index: 1000001;
  transition: .5s;
  cursor: pointer;
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  border-bottom: 1px solid #e3e3e3;
}
.kf .zx {
  border-radius: 5px 5px 0 0;
  background: url("../images/kefu_03.png") no-repeat center #fff;
}
.kf .zx:hover {
  background: url("../images/kefu1_03.png") no-repeat center #02339a;
}
.kf .freetel {
  background: url("../images/kefu1_07.png") no-repeat center #fff;
}
.kf .freetel:hover {
  background: url("../images/kefu_07.png") no-repeat center #02339a;
}
.kf .zxlya {
  background: url("../images/kefu_14.png") no-repeat center #fff;
}
.kf .zxlya:hover {
  background: url("../images/kefu1_14.png") no-repeat center #02339a;
}
.kf .back_top {
  border-radius: 0 0 5px 5px ;
  border: none;
  background: url("../images/kefu_18.png") no-repeat center #fff;
}
.kf .back_top:hover {
  background: url("../images/kefu1_18.png") no-repeat center #02339a;
}
.kf span div {
  display: none;
  width:150px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 75px;
  padding: 20px;
  font-size: 14px;
  color: #e10413;
}
.kf span div input {
  text-indent: .5em;
  display: block;
  margin: 15px 0;
  line-height: 28px;
  color: #696969;
  font-size: 12px;
  width: 140px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  height: 28px;
}
.kf span div a {
  transition: .5s;
  -webkit-transition: .5s;
  display: block;
  background: #02339a;
  border-radius: 2px;
  color: #fff;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  width: 79px;
  height: 26px;
}
.kf span div a:hover {
  background: #b10413;
}
.kf span div img {
  position: absolute;
  top: 27px;
  right: -9px;
}
.kf span div i {
  display: block;
  position: absolute;
  width: 15px;
  height: 200px;
  right: -15px;
  top: 0;
}
.kf .zx div,
.kf .freetel div,
.kf .zxlya div,
.kf span:nth-child(4) div {
  text-align: center;
  min-width: 115px;
  font-size: 14px;
  color: #666;
}
.kf span:nth-child(4) div {
  white-space: nowrap;
}
.kf a {
  display: block;
  height: 68px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.kf span div,
.kf {
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}
.nav_center div,
.index_nav_center div,
.shou,
.zhan {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}
.shou {
  z-index: 1000000;
  cursor: pointer;
  width: 30px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  border-radius: 5px 0 0 5px;
  right: 62px;
  background: url("../images/kefq.png") no-repeat center #fff;
  position: absolute;
}
.shou.on {
  background-image: url("../images/kefq1.png");
}
.partner {
  overflow: hidden;
  margin-bottom: 30px;
}
.partner li {
  float: left;
  border: 1px solid #d8d8d8;
  width: 228px;
  height: 126px;
  overflow: hidden;
  margin: 60px 46px 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.partner li img {
  display: block;
  width: 228px;
  height: 126px;
}
.partner li.last {
  margin-right: 0;
}
.partner li:hover {
  border-color: #02339a;
}
@media (max-width: 1580px) {
  .content_a {
    width: 370px;
    margin-bottom: 35px;
    margin-left: 135px;
  }
  .cont_index {
    width: 1180px;
  }
}



/*5.15*/

.case_det{width: 700px;height: 700px;overflow: hidden;position: relative;margin: 0 auto;}
.case_innerbg{width: 454px;height: 454px;position: absolute;top: 50%;margin-top: -227px;left: 50%;margin-left: -227px;border-radius: 50%;overflow: hidden;}
.case_yuan{width: 97px;height: 97px;border:solid #1b47a4 1px;border-radius: 50%;position: absolute;font-size: 20px;line-height: 30px;color: #333;
    box-sizing: border-box;padding: 20px ;text-align: center;transition: .5s;display: block;}
.case_po1{left: 287px;top: 10px;}
.case_po2{right: 77px;top: 130px;}
.case_po3{right: 20px;top: 297px;}
.case_po4{right: 88px;bottom: 115px;}
.case_po5{left: 287px;bottom: 10px;}
.case_po6{left: 86px;bottom: 115px;}
.case_po7{left: 20px;top: 297px;}
.case_po8{left: 77px;top: 130px;}
.case_yuan:hover{background: #02339a;border-color: #02339a;color: #fff;}
.nl3_slide{position: relative;}
.nl3_right:hover img{z-index: 3;transform: scale(1);}
.nl3_slide .nl2_prev, .nl3_slide  .nl2_next{   
 top: 137px;
    z-index: 3;
    border-radius: 50%;
    opacity: .8;}
.nl3_slide .nl2_prev{left: 20px;}
.nl3_slide .nl2_next{right: 20px;}


/*5.18*/
.nav>li:nth-of-type(3) .nav2{width:161px;}

.pro_hot{overflow: hidden;height: 322px;border:solid #eaeaea 1px;margin-bottom: 40px;}
.pro_hot{display: block;}
.pro_himg{float: left;width: 337px;height: 322px;overflow: hidden;border:solid #fafafa 1px;position: relative;}
.pro_himg:after{content:"";position: absolute;width: 80px;height: 30px;background: url(../images/hot.png) no-repeat center;right: 20px;top: 20px;z-index: 3;}
.pro_himg img{display: block;transition: .5s;width: 337px;height: 322px;}
.pro_hr_tit{font-size: 18px;line-height: 21px;color: 3333333;text-align: left;}
.pro_hr{width: 718px;height: 322px;box-sizing: border-box;float: left;padding: 65px 48px 20px 48px; border-left:solid #eaeaea 1px;}
.pro_hp{line-height: 28px;color: #666666;max-height: 138px;overflow-y: auto;margin-top: 18px;}
.proh_more{width: 113px;height: 40px;border:solid #dbdbdb 1px;color: #666;text-align: center;line-height: 40px;
	margin-top: 25px;cursor: pointer;transition: .5s;}
.proh_more:hover{  background: #02339a;
    color: #fff;;border-color:#02339a; }
.pro_himg:hover img{transform: scale(1.2);}