@font-face{
    font-family: syr;
    src: url('../font/SourceHanSansCN-Regular_1.otf');
}
@font-face{
    font-family: sym;
    src: url('../font/SourceHanSansCN-Medium_1.otf');
}
@font-face{
    font-family: syb;
    src: url('../font/SourceHanSansCN-Bold_1.otf');
}
@font-face{
    font-family: syh;
    src: url('../font/SourceHanSansCN-Heavy_1.otf');
}

body, html {
  font-family: "Microsoft YaHei","PingFang SC","Source Han Sans CN Light","Source Han Sans CN","Helvetica Neue", Helvetica,   "Hiragino Sans GB",sans-serif;
}

body {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
}
.pd100 {
  padding: 0 2.5rem;
}
.w1000{width: 1000px; margin:0 auto; }
.w1200{width: 1200px; margin:0 auto; }
.w1400{width: 1400px; margin:0 auto; }
.w1600{width: 1600px; margin:0 auto; }
 @media only screen and (max-width: 1600px) {
.w1600{width: 90%; margin:0 5%; }
 }
  @media only screen and (max-width: 1400px) {
.w1400{width: 90%; margin:0 5%; }
 }
  @media only screen and (max-width: 1000px) {
.w1000{width: 90%; margin:0 5%; }
 }
.fl{ float: left }
.fr{ float: right; }


.lan-top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background:#0056a7;
}
.lang a{
    font-size: 14px;
    color: #ffffff;
}
.top{}
.top1{ width: 100%; overflow: hidden;padding: 35px 0;}
.top1 .topr{ width: 300px; }
.top1 .topr span{ float: right; color: #0056a7;margin-right: 10px; font-size: 26px;
line-height: 30px; }
.top1 .topr p{ float: right; line-height: 30px;font-size: 18px; }
.top1 .topr h1{ float: right; width: 100%;text-align: right; font-size: 30px;
font-family: syr; }
.top2{ width: 100%;background: #eee;overflow: hidden; }
.top2 ul{}
.top2 ul li{ width: 150px; float: left; height: 60px; line-height:60px; }
.top2 ul li a{text-align: center;float:left;display: block; width: 149px; font-size: 16px;
  color: #333;}
.top2 ul li span{ float: left; display: block; width: 1px;background: #d1d1d1;
height: 20px;margin-top: 20px; }
.top2 ul li:hover{background: #0056a7; }
.top2 ul li:hover a{color: #fff;}
.top2 ul li:hover span{display: none;}
.top2 ul li.active{background: #0056a7; }
.top2 ul li.active a{color: #fff;}
.top2 ul li.active span{display: none;}

.slideBox{ width:100%; position:relative;margin-top: 0px;z-index:1;overflow: hidden;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float: left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px;
 text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#0056a7; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;  display:block; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{ position:absolute; left:3%; top:40%; margin-top:-25px; display:block; width:80px;
 height:80px; background:url(../img/left.png) no-repeat;
  filter:alpha(opacity=50);opacity:0.3; }
.slideBox .next{ position:absolute; right:3%; top:40%; margin-top:-25px; display:block; width:80px;
 height:80px; background:url(../img/right.png)  no-repeat;
  filter:alpha(opacity=50);opacity:0.3; }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
 @media only screen and (max-width: 500px) {
.slideBox .prev{ width:50px; height:50px; background-size:70%;top:50%;}
.slideBox .next{ width:50px; height:50px;background-size:70%;top:50%;}
}




.index_honor{ width: 100%; overflow: hidden;margin-top: 70px; }
.index_honorl{ float: left; width: 500px; height: 650px;background: #f7f7f7; }
.index_honorl div{ width: 500px; height: 590px; line-height: 590px; text-align: center;
 background: #dbdbdb;}
.index_honorl div img{max-width: 500px; max-height: 590px;vertical-align: middle;
display: inline-block;}
.index_honorl a p{ width: 500px; height: 60px;background: #404040; color: #fff;
text-align: center; line-height: 60px; font-size: 20px; }
.index_honorr{float: right; width: 700px; height: 650px;background: #f7f7f7;}
.index_honorr h1{ width: 500px; height: 40px; border-left: solid 8px #0056a7;
padding-left: 20px;margin: 80px auto 30px;font-family: syb; font-size: 36px;
line-height: 36px; }
.index_honorr h1 span{font-family: syr;}
.honor_ul{ overflow: hidden; }
.honor_ul ul{ width: 400px; margin: 20px auto; }
.honor_ul ul li{  float: left; list-style-type: disc;margin-right: 45px; }
.honor_ul ul li a{ font-size: 16px; line-height: 30px; color: #666; }
.honor_ul ul li:hover a{ color: #0056a7; }

.honor_li{  width:500px;margin-left: 100px;margin-top: 100px; }
.picScroll-left{ position:relative;  margin-top: 50px;}
.picScroll-left .prev,.picScroll-left .next{  width:25px; height:44px; margin-top:80px;
 overflow:hidden;position: absolute;cursor:pointer; }
.picScroll-left .prev{left: -50px;background:url("../img/lr_03.png") 0 0 no-repeat; float: left;}
.picScroll-left .next{right: -50px;background:url("../img/lr_05.png") 0 0 no-repeat; float: right;}
.picScroll-left .bd{ float: left; width: 500px; overflow: hidden;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; padding: 0; }
.picScroll-left .bd ul li{  float:left; _display:inline; overflow:hidden;margin-right: 40px;
 text-align:center;width: 140px; height: 240px;position: relative;  }
.picScroll-left .bd ul li .pic{ text-align:center; width:140px; height:200px; overflow: hidden; }
.picScroll-left .bd ul li .pic img{ width:140px; height:200px; transition: all 0.3s;  }
/* .picScroll-left .bd ul li:hover .pic img{transform: scale(1.05, 1.05);} */
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .pro_title{ text-align: center; width: 100%; }
.picScroll-left .bd ul li .pro_title p{ line-height: 30px; font-size: 16px; color: #666; }
.picScroll-left .bd ul li:hover .pro_title p{ color:#0056a7  }




.index_pro{ width: 100%; overflow: hidden;margin-top: 40px; }
.index_pro ul{}
.index_pro ul li{ width: 290px; height: 385px;margin-right: 13px;float: left; }
.index_pro ul li:nth-child(4){margin-right: 0px;}
.index_pro ul li a{}
.index_pro ul li a div{ width: 290px; height: 335px; line-height: 335px;text-align: center;
background: #e6e6e6; }
.index_pro ul li a div img{max-width: 200px; max-height: 335px; vertical-align: middle;
display: inline-block;}
.index_pro ul li a p{ height: 50px; line-height: 50px; text-align: center;
background: #404040; color: #fff; }


.index_friend{ width: 100%; overflow: hidden; height: 680px;margin-top: 88px;
  background: url('../img/index_friend.jpg') no-repeat; }
.index_friend h1{margin-top: 100px;font-size: 45px; font-family: sym; color: #ffc539;
line-height: 1;}
.index_friend h1 span{ color: #fff; }
.index_friend p{margin-top: 35px; font-size: 16px; color: #fff; line-height: 30px;}
.index_friend ul{margin-top: 40px;}
.index_friend ul li{float: left;width: 20%;border: 1px solid #dfdfdf;
box-sizing: border-box;margin-right: -1px;margin-bottom: -1px;}
.index_friend ul li:hover {box-shadow: 0px 0px 21px 0px rgba(5,5,5,0.11);
z-index: 2;position: relative;}
.index_friend ul li img{display: block;width: 100%;}



.index_xiang{ width: 100%;overflow: hidden;margin-top: 100px; }
.index_xiang h1{font-size: 48px;font-family: syb; color: #333; line-height: 1;
text-align: center;}
.index_xiang h2{font-family: syr;font-size: 24px;color: #666;line-height: 1;
  margin-top: 10px;text-align: center;}
.index_xiang ul{margin-top: 40px; overflow: hidden;}
.index_xiang ul li{float: left;width: 285px;margin-right: 20px;}
.index_xiang ul li:nth-child(4){margin-right: 0;}
.index_xiang ul li img{}
.index_xiang ul li p{ width: 100%; height: 70px; line-height: 70px;background: #404040;
color: #fff;text-align: center;font-family: syr; font-size: 18px;}



.index_about{width: 100%;height: 625px;margin-top: 120px;
 background: url('../img/index_about.jpg') no-repeat center center;}
.index_aboutr{float: right;width: 588px;padding-left:80px;box-sizing: border-box;}
.abt_desc{padding-top: 70px;}
.abt_desc h3 {font-size: 16px;line-height: 36px;color: #333333;height: 36px;
border-bottom: 1px solid #a1a1a1;font-family: Arial;}
.abt_desc h4 a {font-size: 40px;line-height: 40px;color: #333333;padding-top: 20px;
    display: block;font-family: syb;}
.abt_desc p {font-size: 14px;color: #666666;line-height: 30px;margin-top: 30px;}
.abt_t li {float: left; width: 150px;  margin-right: 20px;position: relative;
  margin-top: 40px;cursor: pointer;}
.abt_t li:nth-child(3){margin-right: 0;}
.abt_t li a{color: #333;}
.abt_t li em {display: block;width: 46px;height: 46px;margin: 0 auto;overflow: hidden;}
.abt_t li em img {display: block;width: 46px;height: 46px;transition: all 0.3s;}
.abt_t li span {display: block;font-size: 16px;line-height: 21px;color: #333333;
margin-top: 15px;text-align: center;}
.abt_t li:hover em img:nth-child(1) {margin-top:-46px;}
.abt_t li:hover span{color: #f08230; }
.abt_t li:last-child{ margin-right: 0;}



.index_news{width: 100%; overflow: hidden;margin-top: 115px;margin-bottom: 160px;}
.index_news1{ float: left; width: 850px; }
.index_news1 h1{border-left: solid 2px #0056a7; padding-left: 10px;font-family: syb;
font-size: 24px;width: 120px;height: 30px; line-height: 30px; color: #0056a7;}
.index_news1 ul{}
.index_news1 ul li{ float: left; width: 850px; border-bottom: solid 1px #dddde1;
margin-top: 30px;padding-bottom: 20px; }
.index_news1 ul li .news_l{ width: 650px; float: left; }
.index_news1 ul li .news_l h2 a{font-size: 16px; font-weight: bold; color: #333;}
.index_news1 ul li .news_l p{ font-size: 14px; color: #666; }
.index_news1 ul li .news_r{width: 65px; float: right;}
.index_news1 ul li .news_r h3{font-size: 50px; font-weight: bold; line-height: 1;
 color: #333;}
.index_news1 ul li .news_r h4{font-weight: normal;font-size: 16px; color: #333;}

.index_news2{ float: right; width: 320px;background: #0056a7; }
.index_news2 h1{margin-top: 40px;margin-left: 30px;}
.index_news2 h1 a{ font-size: 18px; color: #fff; font-weight: bold; }
.index_news2 h2{margin-left: 30px; color: #fff; font-size: 16px;margin-bottom: 40px;}
.news_img{ width: 320px; }
.news_img img{ max-width: 100%; }





.foot{ width: 100%;background: #f2f2f2;overflow: hidden; }
.foot1{ width: 100%;margin-top: 90px;border-bottom: solid 1px #e5e5e5;
height: 50px; }
.foot1 ul{}
.foot1 ul li{ width: 150px;float: left;text-align: center; }
.foot1 ul li a{ color: #666; font-size: 16px; line-height: 30px; }
.foot1 ul li:hover a{ color: #0056a7; }
.foot2{ width: 100%;margin-top: 30px; border-bottom: solid 1px #e5e5e5;
overflow: hidden; height: 200px; }
.foot2 .foot21{ float: left; width: 330px; height: 150px; line-height: 150px;
text-align: center; }
.foot2 .foot21 img{vertical-align: middle;}
.foot2 .foot22{ float: left; width: 650px; }
.foot2 .foot22 h2{}
.foot2 .foot22 p{ width: 100%; float: left;margin-top: 10px; }
.foot2 .foot22 p span{ width: 40px;display: block; float: left; }
.foot2 .foot23{ float: right; width: 100px; }
.foot2 .foot23 img{ width: 100px; }
.foot2 .foot23 p{ width: 100px; text-align: center; font-size: 14px; color: #666;
line-height: 3; }
.foot3{ width: 100%; height: 80px; overflow: hidden;}
.foot3 p{height: 80px; line-height: 80px; }



.job{width: 100%; overflow: hidden; margin:50px auto;}
.job ul{}
.job ul li{ width: 100%;border-bottom: solid 1px #999;overflow: hidden;
    padding: 30px 0;color: #333; }
.job ul li h1{font-size: 24px;line-height: 2;}
.job ul li p{font-size: 14px;line-height: 2;color: #888;}





.more_k{display:block;width:184px; height:49px; border:3px solid #0056a7;
 position:relative; margin:0px auto;}
.more_k:after{position:absolute; content:""; width:0px; height:100%; 
background:#0056a7; transition:all 0.5s; -webkit-transition:all 0.5s; left:0px;}
.more_k:hover:after{width:100%;}
.more_k span{display:block; width:85%; position:absolute; top:50%; left:50%;
  transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); 
  line-height:30px; z-index:5; text-transform: uppercase;  font-size:14px;
   text-align:left; color:#0056a7;}
.more_k:hover span{color:#fff;}
.more_k span:after{position:absolute;content:"";width:10px; height:2px;background:#0056a7;
 right:0px; top:50%; margin-top:-1px;}
.more_k:hover span:after{background:#FFF;}




.pro_more{ width: 100%; overflow: hidden;background: url('../img/pro_more.jpg') no-repeat center center;
height: 160px; }
.pro_more img{ float: left; margin-right: 5px;margin-top: 60px; }
.pro_more p{ float: left; font-size: 26px; color: #fff;margin-top: 55px; }

.more_l{display:block;width:250px; height:66px; border:3px solid #fff;
 position:relative; margin:50px auto 0;}
.more_l:after{position:absolute; content:""; width:0px; height:100%; 
background:#fff; transition:all 0.5s; -webkit-transition:all 0.5s; left:0px;}
.more_l:hover:after{width:100%;}
.more_l i{display:block; width:85%; position:absolute; top:50%; left:50%;
  transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); 
  line-height:30px; z-index:5; text-transform: uppercase;  font-size:14px;
   text-align:left; color:#fff;font-style: normal;}
.more_l:hover i{color:#0056a7;}
.more_l span{position:absolute; color: #fff; right:20px; top:30%; 
z-index: 2;}
.more_l:hover span{color: #0056a7!important;}






.index_mail{ width: 100%; overflow: hidden; height: 280px; background: #0056a7; }
.index_mail h1{ font-size: 26px; color: #fff; margin-top: 90px; }
.index_mail h2{ font-size: 18px; color: #fff; }






.location{ width: 100%; height: 100px; line-height:100px; border-bottom: solid 1px #ccc;
 font-size: 18px; }
.location_l{ float: left; }
.location_l a{ margin-right: 60px;line-height: 98px;display: block; float: left; }
.location_l a.cur{ color:#0056a7; border-bottom: solid 2px #0056a7; }
.location_l a:hover{color:#0056a7; border-bottom: solid 2px #0056a7;}
.location_r{ float: right; font-size: 14px; }
.location_r img{ float: left;margin-top: 40px;margin-right: 10px; }
.location_r p{ float: left; }
.location_r a{ float: left; }






.xiazai{}
.xiazai h1{ width: 100%; font-size: 26px; color: #333;font-weight: bold;margin-bottom: 30px; }
.xiazai p a{float: left; color: #444; font-size: 18px;}
.xiazai span a{ float: left; margin-left: 20px; font-size: 16px; color: #0056a7; }

/*资质荣誉*/
.about{
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
}
.zzry{
    padding:75px 0 60px;
}
.zzry-title{
    color:#2a2929;
    font-size: 30px;
}
.zzry-pic-tx{
    color:#2a2929;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.zzry-pic{
    margin-top: 55px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zzry-pic-1{
    width: 23%;
    margin: 20px 1%;
    float: left;
    text-align:center;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

.zzry-pic-1>img{
  margin-top: 10px;
     width: 80%;
     vertical-align: middle;
     overflow: hidden;
}
.zzry-pic-1 a img{max-width: 100%;}
.zzry-pic-2{
    width: 23%;
    margin: 20px 1%;
    float: left;
    text-align:center;
}
.zzry-pic-2>img
{
    width:100%
}
.about-title{
    padding-top: 150px;
    color:#ffffff;
    font-size:35px;
}
 
.about-cont{
    max-width: 1600px;
    margin: 0 auto;
    width: 96%;
}
.jianjie{
    padding:75px 0 197px;
}
.jianjie-title{
   font-size: 32px;
   color:#363636;
}

.jianjie-txt{
   margin-top: 44px;
}
.jianjie-tx{
   color:#555555;
   font-size: 16px;
   line-height: 28px;
   margin-bottom: 30px;
   text-indent:2em;
}
.jianjie-tx:nth-last-child(1){
   margin-bottom: initial;
}
.jianjie-time{
   max-width: 1050px;
   margin: 90px auto 0;
   display: flex;
   justify-content: space-between;
   text-align: center;
}
.jianjie-time-tx{
   color:#262626;
   font-size: 20px;
   font-weight: bold;
}
.jianjie-time-tx2{
   color:#0056a7;
   font-size: 72px;
   font-family: Impact;
   margin-top: 18px;
   margin-bottom: 17px;
}
.jianjie-time-tx4{
   color:#0056a7;
   font-size: 72px;
   font-family: Impact;
   margin-top: 18px;
   margin-bottom: 17px;
}
.jianjie-time-tx3{
   color:#7e7e7e;
   font-size: 16px;
    
}







/*新闻中心*/
.bg-menb2 {
    height: 100%;
     background:rgba(0,0,0,0.2);
}

.news {
    padding: 75px 0 205px;
    overflow: hidden;
}

.news-cont {
    width: 100%;
    float: left;


}

.news-cont2 {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.news-txt {
    max-width: 1160px;
    padding: 0 0 45px 123px;
    /* border-bottom: 1px #e6e6e6 solid; */
    float: left;
    overflow: hidden;
    
}

.news-time {
    width: 79px;
    border-right: 1px #e6e6e6 solid;
    padding: 0 0 25px 3px;
    float: left;
    position: absolute;
top: 0;
left: 0;
}

.news-time-tx {
    color: #0056a7;
    font-size: 48px;
    margin-top: 5px;
}

.news-time-tx2 {
    color: #767676;
    font-size: 14px;
    margin-top: 10px;
}

.news-title {
    margin-top: 8px;
    color: #2a292a;
    font-size: 18px;
}

.news-shuju {
    color: #c7c7c7;
    font-size: 12px;
    margin-top: 25px;
}

.news-tx {
    max-width: 1160px;
    color: #555555;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
}

.news-pic {
  width: 200px;
    margin-right: 20px;
    float: left;
}
.news-pic>img{
  width: 100%;
}
.news-txt2 {
    max-width: 1160px;
}
.news-txt3 {
    overflow: hidden;
}
.max650 {
    max-width: 650px;
}

.news-search {
    width: 24.2%;
    float: right;
    overflow: hidden;
}

.news-search-title,
.news-tj-title {
    color: #1d1d1d;
    font-size: 24px;
    margin-bottom: 20px;
    
}
.news-tj-pic>img{
    width:100%;
}

.news-tj-cont{
    display: block;
    margin-bottom: 30px;
}
.news-tj-title {
  text-align: center;
   margin-bottom: 14px;
}
.news-tj-tx{
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  
    color:#1d1d1d;
    font-size: 18px;
    margin-top: 20px;
}
.news-tj-tx2{
    color:#555555;
    font-size: 14px;
    margin-top: 25px;
    line-height: 24px;
}
.xhx{
    width: 1121px;
background-color: #e6e6e6;
height: 1px;
margin-left: 79px;
clear: both;
}
.news-ss{
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
width: 60%;
margin: 0 auto;
overflow: hidden;
}
.news-search-title{
text-align: center;
}
.w328{
width: 328px;
}

.news-page{
text-align:left
}

/*新闻详情*/
.pad-b215{
    padding-bottom: 215px;
}
.news-xq{
    float: left;
    width: 100%;
    overflow: hidden;
}
.news-xq-title{
    color:#2c2c2c;
    font-size: 24px;

}
.news-xq-time{
    color:#afafaf;
    font-size: 12px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
.news-xq-content{
    margin-top: 50px
}
.news-xq-tx{
    color:#555555;
    font-size: 14px;
    line-height: 28px;
   
}
.news-xq-pic>img{
    width: 100%;
}
.search-3{
    margin: 60px 0 0 0 ;
}






/*人才中心*/

.bg-menb{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2)
}
.shzp{
    margin-top: 40px;
}
.zw-search{
    padding: 31px 0 30px;
    background-color: #dfedec;

}
.zw-search-cont{
    max-width: 1190px;
    width: 96%;
    margin: 0 auto;
  display: flex;
align-items: center;
justify-content: space-between
}
.zw-search-cont2{
  display: flex;
align-items: center;
justify-content: space-between;
width: 69.3%;
}
.zw-search-tx{
    color:#1e1e1e;
    font-size: 20px;
    font-weight: bold;
}
.zw-search-cont2>select, .zw-search-cont2>input{
  width: 31.75%;
    height: 43px;
    border: none;
    outline: none;
    color:#777474;
}
.zw-search-cont2>input::-webkit-input-placeholder{
   padding-left: 20px;
   color: #777474;
}

.shzp-js{
    width: 20.1%;
    background-color: #0056a7;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color:#fff;
    line-height: 44px;
    cursor: pointer;
}
.shzp-cont{
    margin-top: 32px;
    overflow: hidden;
}
.shzp-cont-txt{
    width: 25%;
    float: left;
    padding-bottom:30px;
 
    
}
.shzp-cont-txt:hover{
  background-color: #0056a7;
}
.shzp-cont-txt:hover .shzp-cont-xq,.shzp-cont-txt:hover .shzp-cont-title,.shzp-cont-txt:hover .shzp-cont-tx{
    color:#fff;
}
.shzp-cont-txt:hover .shzp-xq-pic{
  background-image: url('../images/43.png');

}
.shzp-cont-txt:hover .shzp-cont-xhx{
    background-color: #fff;
}
.shzp-cont-title{
    font-size: 18px;
    font-weight: bold;
    color:#1b1b1b;
}
.shzp-cont-xhx{
    width: 41px;
    height: 1px;
    background-color: #9e9e9e;
    margin: 20px 0 30px;
}
.shzp-cont-tx{
    margin-bottom: 10px;
    color:#484848;
    font-size: 14px;

}
.shzp-cont-xq{
    display: block;
    margin-top: 30px;
    color:#0056a7;
    font-size: 14px;
    display: flex;
align-items: center;
}
.shzp-xq-pic{
    background-image: url('../images/42.png');
    background-repeat: no-repeat;
    width: 13px;
    height: 11px;

}
.shzp-cont-xq>span{
    margin-right: 8px;
}
.shzp-cont-txt2{
    padding: 40px 0 0 32px;
}
.pad-b118{
    padding-bottom: 118px;
}






/*   联系我们   */
.contact-box1 { width: 100%; min-height: 500px; padding-bottom: 100px; }
.contact-box1 .contact-h1 { padding: 40px 0; font-size: 16px; padding-left: 10px;
 background: url(../img/contact-h1-icon.png) no-repeat left 43px; }
.contact-box1 .map-box { width: 100%; height: 400px; position: relative; }
.contact-box1 .map-box dl { width: 366px; height: 400px; color: #FFF; position: absolute;
 left: 0; top: 0; background-color: #0056a7; z-index: 1; }
.contact-box1 .map-box dt { padding: 50px 0 0 35px; font-size: 30px; font-weight: bold;
 padding-bottom: 20px; }
.contact-box1 .map-box dt span { display: block; font: normal 16px Arial; padding-top: 5px; }
.contact-box1 .map-box dd { background: url(../img/contact-dd-icon.png) no-repeat;
 padding-left: 55px; font-size: 14px; line-height: 25px;margin-bottom: 10px; }
.contact-box1 .map-box dd.dd1 { background-position: 35px 6px; }
.contact-box1 .map-box dd.dd2 { background-position: 35px -46px; }
.contact-box1 .map-box dd.dd3 { background-position: 35px -100px; }
.contact-box1 .map-box dd.dd4 { background-position: 35px -152px; }
.contact-box1 .map-box dd.dd5 { background-position: 35px -205px; }
 @media only screen and (max-width: 900px) {
.contact-box1 .map-box dl { width: 100%; float: left;display: block; height: 220px;
  position:relative;margin-bottom:20px; }
.contact-box1 .map-box dt{padding:10px 0 10px 35px;font-size: 20px;}
.m_map{ float: left; width: 100%; height:300px; }
}









.ancpersdds
{
     box-sizing: border-box;
    max-width: 1600px;
    width: 100%;
    margin:100px auto 0px;
    position: relative;
}
.procle{
 float:left;
    width: 20%;
  
}
.efn{margin-top: 20px;border-top: solid 1px #ccc;}
.efn ul{}
.efn ul li{overflow: hidden;}
.efn ul li:hover{background: #0056a7;}
.efn ul li:hover a{color: #fff;}
.cper {
    padding-left: 6px;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 40px;
    border-left: 6px solid #0056a7;
}

.kelun {
    position: relative;
    box-sizing: border-box;
    
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    color: #333232;
}
.kelun a{
  display: block;
  padding-left: 10px;
  width: 100%;
}
.utper {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 9px;
    height: 18px;
    background-image: url(../img/jia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.cjia {
    background-image: url(../img/jian.png)!important;
}
.diye {
    overflow: hidden;
    height: 0px;
}
.diye a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-indent: 2em;
    color: #8f8f8f;
}

.prorue {
    float: right;
    width: 76%;
}
.laoyue {
    overflow: hidden;
    position: relative;
    float: left;
    position: relative;
    display: block;
    width: 30%;
    margin-right: 2.33%;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}
.laoyue a div{ overflow: hidden;text-align: center; width: 100%;}
.laoyue a div img{  max-width: 90%;vertical-align: middle;display: inline-block;
transition: all 0.3s }

.meihttu {
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    color: #333;
    height: 30px;
    line-height: 30px;
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.laoyue a:hover img{transform: scale(1.05, 1.05);}
.laoyue a:hover .meihttu{ color: #0056a7; }
.col {
    color: #fff!important;
    background: #0056a7!important;
}

.proviews{ width: 100%; height: auto;overflow: hidden;margin: 50px 0; }
.proviews1{ width: 100%; height: auto;overflow: hidden;margin-bottom: 20px;  }
.proviewl{ float: left;line-height: 40px;font-size: 16px;color: #333; }
.proviewl img{display: block;float: left;width: 15px;margin: 12px 10px 0 0;}
.proviewl a{color: #333;font-size: 16px;}
.proviewl strong{color: #0056a7;}
.proviewr{ float: right; }
.proviewr .back{display: block;cursor: pointer;float: right;width: 125px;height: 40px;
line-height: 40px;padding-left: 48px;font-size: 14px;color: #fff;
background: url(../img/back.png) #0056a7 20px center no-repeat;}
.proviews2{ text-align: center; }
.proviews2 img{  width: auto;vertical-align: middle; }
.proviews3{margin-top: 30px;}
.proviews3 h1{ font-size: 28px; font-weight: bold;text-align: left;padding-bottom: 10px;
border-bottom: solid 1px #666;margin-bottom: 30px; color: #333; }
.proviews3 .proviewsinfo{ font-size: 14px; line-height: 2; }

.proview{ float: left; width: 800px;overflow: hidden; height: auto;text-align: center; }
.proview h1{ margin-top: 100px; text-align: center;font-size: 28px; }
.proview img{ vertical-align: middle;max-width: 70%; }


.lerot {
    position: absolute;
    right: 15%;
    top: 986px;
    margin-top: -100px;
    z-index: 860;
}
.lerot > ul > li {
    padding: 0 60px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    width: 240px;
    height: 71px;
    margin-bottom: 2px;
    line-height: 71px;
    background-color: #0056a7;
    color: #FFFFFF;
    cursor: pointer;
}
.ckls {
    float: left;
    width: 26px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
}
.ckls > img {
    width: 100%;
}

.lerot > ul > li span {
    float: right;
    display: inline-block;
}
.lik {
    background-color: #eeeeee !important;
    color: #0056a7 !important;
}
.lik img {
    display: none;
}
.ckls {
    float: left;
    width: 26px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
}




.pro-lb-cont {

    width: 51.37%;

}

.pro-lb-cont2 {
    margin-left: 0;

}

.pro-info-cont {
   width: 600px;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left:180px;
}

.pro-info-pic {
    width: 600px;
    text-align: center;
    margin-left:0;
}

.pro-info-lb {
    height: 770px;
    width:1352px;
    margin:0 auto;
}

.pro-info-lb>img {
    width: 100%;
}

.pro-lb-name {
    color: #222222;
    font-size: 22px;

}

.pro-lb-txt {
    display: flex;
    margin-top: 70px;
}

.pro-lb-txt2:nth-child(1) {
    border: none;
    margin-left: -8%;
}

.pro-lb-txt2 {
    width: 32%;
    padding: 0 8%;
    border-left: 1px #b3b5b9 solid;
}

.pro-lb-tx {
    color: #060606;
    font-size: 16px;
}

.pro-lb-tx2 {
    overflow:hidden;
    color: #222222;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}

.pro-lb-btn {
    margin-top: 8%;
    display: flex;

}

.pro-lb-zx,
.pro-lb-bj {
    display: block;
    width: 135px;
    height: 43px;
    background-color:#6e6e6e;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
}
.pro-lb-zx:hover,
.pro-lb-bj:hover{
    background-color:#0056a7; 
}

.pro-lb-bj {
    margin-left: 22px;
}
.pro-js{
    padding-bottom: 205px;
}
.pro-js-top{
    height: 107px;
    width: 100%;
    background-color:#0056a7;
}
.pro-js-nav{
  max-width: 1352px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.js-nav{
    width: 33%;
    height: 100%;
}
.js-nav-1{
    display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}
.js-nav:hover{

}
.js-nav:hover .js-nav-tx{

}

.js-nav-pic{
   background-repeat: no-repeat;
   background-position: center;
   width: 100%;
}
.js-gs{
    background-image: url('../images/72-1.png');
    height: 23px;
}
.js-cs{
    background-image: url('../images/73-1.png');
    height: 27px;
}
.js-zl{
    background-image: url('../images/74-1.png');
    height: 21px;
}
.js-ly{
    background-image: url('../images/75-1.png');
    height: 25px;
}
.nav-gs:hover .js-gs,.js-gs1{
    background-image: url('../images/72.png') !important;
}
.nav-cs:hover .js-cs,.js-cs1{
    background-image: url('../images/73.png')!important;
}
.nav-zl:hover .js-zl,.js-zl1{
    background-image: url('../images/74.png')!important;
}
.nav-ly:hover .js-ly,.js-ly1{
    background-image: url(../img/75.png)!important;
}
.js-nav-tx{
    text-align: center;
    color:#ffffff;
    font-size: 18px;
    margin-top: 10px;
}
.pro-js-cont{
    max-width: 1352px;
    margin: 100px auto 0;
    width: 96%;
}
.pro-js-title{
    color:#202020;
    font-size: 20px;
}
.pro-js-txt{
    margin-top: 30px;

}
.pro-js-tx{
    color:#555555;
    font-size: 18px;
    line-height: 36px;
}
.pro-js-tx table{max-width:99%; font-size:12pt; border-left:solid 1px #000;border-bottom:solid 1px #000;}
.pro-js-tx table tr td{ border-left:solid 1px #000;border-bottom:solid 1px #000;border-top:solid 1px #000 !important;border-right:solid 1px #000 !important; }
.pro-js-active{
    background-color: #fff;
}

.pro-js-active .js-nav-tx{
    color:#0056a7;
}
.pro-tx-active .js-nav-tx{
    color:#0056a7 !important;
}





















/******************分页开始******************/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin:40px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #0056a7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 5px;
    color: #0056a7;
    font-size: 16px;
    border-radius: 5px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #0056a7;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #0056a7;
    border-color: #0056a7;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after, .pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}
/******************分页结束******************/