﻿@charset "utf-8";
/* CSS Document */
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{ margin:0px; padding:0px; font-size:12px;font-family:"微软雅黑","黑体";color:#898989;line-height:1; background:#FFF;}
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input{ margin:0px; padding:0px;}
input,textarea { font-family: "微软雅黑"; border: none; outline: none; background: none; }
ul,li{ list-style:none}
img{border:0px; padding:0px; display: block;}
a{ color:#5c5c5c; text-decoration:none}

h2,h3,h4,strong { font-weight: normal; }
em,i { font-style: normal; }

.clear{ zoom: 1; }
.clear:after { content: ''; display: block; clear: both; }
.fl { float:left}
.fr { float:right}
.hidden{display:none; background: url() no-repeat center;}

.header{width: 100%;z-index: 100; position: fixed; height: 109px; background: #fff; top: 0;left: 0;transition: All 0.6s ease-in-out;}
.header.on{top: -109px; }
.headerbox{width: 1760px; margin: 0 auto;max-width: 94%;position: relative;height: 109px;}
.logo{width: 123px;float: left; padding-top: 28px;}
.logo img{width: 100%;}
.dhbtn{display:none;}
.dhbtn{background: url(../images/a_06.png);width: 22px;height: 20px; position: absolute;cursor: pointer; right: 0; top:50%; transform:translateY(-50%);}
.dhbtn.on{background: url(../images/d2.png); background-size: 100% 100%;}
.ssbtn{background: url(../images/a_09.png); width: 19px;height: 19px;cursor: pointer;position: absolute;right: 60px; top:50%; transform:translateY(-50%);}
.nav{float: right;}
.nav{padding-right: 100px;}
.nav li{float: left; line-height: 109px;  padding:0 30px;position: relative;font-size: 18px;}
.nav li h3 a{display: block; color: #333; position: relative;transition: All 0.4s ease-in-out;font-size: 18px;}
.nav li h3 a:before{position: absolute; content: ""; border-bottom: 3px solid #005bac;width: 0; bottom: 0;left: 50%; transform: translateX(-50%);transition: All 0.4s ease-in-out;}
.nav .on h3 a{font-weight: bold; }
.nav .on h3 a:before{width: 40px;}
.nav .on h3 a:hover{font-weight: bold;}
.nav .on h3 a:hover:before{width:40px;}
.sub{position: absolute; width: 150px; top: 109px; left: 50%;background: rgba(255,255,255,.9);display: none;transform: translateX(-50%);}
.sub dt{line-height: 40px;text-align: center; font-size: 16px;}
.sub dt a{display: block; transition: All 0.4s ease-in-out;color: #666;}
.sub dt a:hover{background: #1a6aae;color: #fff;}
.banner{position: relative;overflow: hidden;width: 100%;}
.banner .swiper-slide-active {z-index: 22;}
.banner img{width: 100%;height: 100%; object-fit: cover;}
.banner .swiper-container { width: 100%; height: 100%;}
.banner .swiper-slide img{width:100%;height:auto;min-height:100%;transition:1s linear 2s;transform:scale(1.1,1.1);}
.banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img{transition:6s linear;transform:scale(1,1);}	
.banner .swiper-button-next{top: auto;margin-top: 0; right: 5vw; bottom: 50px;background: url(../images/a_05.png);width: 44px;height: 44px;border-radius: 50%;background-size: 100% 100%;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size: 0; }
.banner .swiper-button-prev{bottom: 50px;right: calc(5vw + 50px);left: auto;top: auto;margin-top: 0;background: url(../images/a_055.png);width: 44px;height: 44px;border-radius: 50%;background-size: 100% 100%;}
.swiper-num{color: #fff; position: absolute;width: 100%;text-align: center;top: 50%;transform: translateY(-50%);font-size: 18px; font-weight: bold; line-height: 64px;width: 40px;}
.swiper-num span{display: block;text-align: center;}
.swiper-num .active{border-bottom: 1px solid rgba(255,255,255,.5);font-size: 30px;}
.bannerbtn{position: absolute; top: 200px; right: 120px;z-index: 100;width: 26px;height: 135px;}
.banner .swiper-pagination-bullet{ width: 20px;height: 20px; opacity: 1;background-size: 100%;background: none;background: url(../images/a_13.jpg);border: none;}
.banner .swiper-pagination-bullet-active{background: none;background: url(../images/a_12.jpg) no-repeat center center;background-size: 100%;border: none;}

.banner_text{width: 1445px; position: absolute; max-width: 94%; z-index: 10;left:50%; top:50%; transform:translate(-50%,-50%);}
.banner_text h2{font-weight: bold; color: #fff; font-size: 48px; margin-bottom: 40px;}
.banner_text p{font-size: 28px; color: #fff;}

.popu-video {position: fixed;width: 100%;height: 100%;left: 0;top: -100%;-webkit-transition: .3s; -ms-transition: .3s;-moz-transition: .3s; -o-transition: .3s; transition: .3s;opacity: 0;filter: alpha(opacity=0);z-index: 9999;}
.popu-video.open {top: 0;opacity: 1;filter: alpha(opacity=100);}
.popu-bg {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(28,38,44, .9);}
.popu-video .video-show {position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 1;width: 92%;max-width: 900px;padding: 8px;}

.popu-video .video-show video {display: block;width: 100%;height: auto;-webkit-border-radius: 32px;-moz-border-radius: 32px;-ms-border-radius: 32px;-o-border-radius: 32px;border-radius: 32px;outline: none;}
.popu-video .video-close {position: absolute;right: -70px;top: 0;font-size: 40px;line-height: 1;color: #FFF;cursor: pointer;font-weight: 400;font-style: normal;}



.bj1{/*background: #f3f3f3;*/ background: #e5e4e4;padding-top: 90px; position: relative;}
.gsjj{width: 1595px; margin: 0 auto;max-width: 94%; background:#fff ;display: flex;justify-content : space-between;align-items: center;}
.gsjj_left{width: 760px; position: relative;}
.gsjj_left img{width: 100%;}
.bfbtn {background:url(../images/a_01.png) no-repeat center center;width: 78px;height: 78px;border-radius: 50%;cursor: pointer; position: absolute;
    transition: all ease .4s;left:50%; top:50%; transform:translate(-50%,-50%);bfbtn
}
.bfbtn::after { z-index: -1; animation: scaleAni 1s infinite linear; content:''; border:1px dashed #ffffff; width: 100%; height: 100%;
 position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%;}
.bfbtn::before { z-index: -1;animation: scaleAni 1.5s infinite linear;  content:''; border:1px solid #ffffff; width: 120%; height: 120%;
 position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%;}
@keyframes scaleAni{
	from{ transform: translate(-50%,-50%) scale(1); opacity: 1;}
	to{transform: translate(-50%,-50%) scale(1.5); opacity: 0;}
}

.fwml_nr{position: relative; overflow: hidden;}

.gsjj_right{width: calc(100% - 760px); padding: 0 55px 0 65px;}
.gsjj_title{position: relative; padding-bottom: 10px;}
.gsjj_title span{display: block;text-align: right; font-size: 42px; color: #e9e9e9;}
.gsjj_title h2{position: absolute;left: 0; top: 0; padding: 20px 0 10px; font-size: 18px; font-weight: bold; color: #005bac;}
.gsjj_title h2:before{position: absolute;content: "";background: url(../images/a_20.png) no-repeat center center;width: 24px;height: 21px; top: 0;left: -10px;}
.gsjj_title p{font-weight: bold; position: absolute;right: 0; bottom: 0; font-size: 18px; color: #333;}
.gsjj_nr{padding-top: 25px;}
.gsjj_nr h2{font-weight: bold; color: #333; font-size: 30px; margin-bottom: 30px;}
.gsjj_nr p{font-size: 16px; line-height: 24px; color: #666; margin-bottom: 10px;text-align:justify; word-break: break-all;}
.gsjj_nr a{display: block; width: 120px; font-size: 16px; color: #666;background: url(../images/a_24.png) no-repeat right center; line-height: 44px; margin-top: 20px;transition: All 0.4s ease-in-out;}
.gsjj_nr a:hover{width: 130px;color: #005BAC;background: url(../images/a_43.jpg) no-repeat right center;}

.fbqy{width: 1595px; margin: 0 auto;max-width: 94%;padding: 55px 0 195px;overflow: hidden; position: relative;}
.qydt{width: 1063px; float: right; margin: 0 145px 0 0;max-width: 100%;position: relative;}
.qydt img{width: 100%;}
.fbqy_title{position: absolute;left: 0; top: 95px;}
.fbqy_title h2{font-weight: bold; font-size: 36px; color: #005bac; padding: 22px 0 0 16px; position: relative;}
.fbqy_title h2:before{position: absolute;content: "";background: url(../images/a_20.png) no-repeat center center;width: 24px;height: 21px; top: 0;left: 0px;}
.fbqy_text{position: absolute; left: 0; bottom: 295px; width: 415px;}
.fbqy_text p{font-size: 16px; line-height: 2; color: #666;text-align:justify; word-break: break-all;}

.fzlc_nr{width: 1595px;max-width: 94%; position: absolute; left: 50%;  transform: translateX(-50%);bottom: -113px; /*background-image: linear-gradient(to right, #0dccff , #4760ff);*/ background-color:#1a6aae}
.fzlc_nr ul{overflow: hidden; padding: 65px 0 70px;}
.fzlc_nr li{float: left; width: 25%;text-align: center;}
.fzlc_nr h2{ font-size: 60px; margin-bottom: 25px; color: #fff;}
.fzlc_nr h2 span{font-size: 30px;}
.fzlc_nr h2 b{font-weight: bold;}
.fzlc_nr p{font-size: 18px; font-weight: bold; color: #fff;}

.bj2{background: url(../images/a_02.png) no-repeat center center;background-size: cover;background-attachment: fixed;}
.fnzg{width: 1595px;max-width: 94%; margin: 0 auto; padding: 250px 0 60px;}
.fnzg_title h2{color: #fff; font-size: 18px; margin-bottom: 15px; padding-left: 15px;}
.fnzg_title{padding: 12px;background: url(../images/a_04.png) no-repeat left top;}
.fnzg_title p{color: #fff; font-weight: bold; font-size: 30px;}
.fnzg_title a{font-weight: 400; color: #fff; float: right; background: url(../images/a_05.png) no-repeat right center; padding-right: 58px; line-height: 44px;font-size: 16px;transition: All 0.4s ease-in-out;} 
.fnzg_title a:hover{background: url(../images/a_24.png) no-repeat right center; padding-right: 65px;} 
.fnzg_nr{padding-top: 60px;}
.fnzg_nr ul{overflow: hidden; margin-left: -18px;}
.fnzg_nr li{float: left; width: 50%; padding: 0 0 42px 18px;}

.fnzgbox{height: 400px;border: 1px solid #08437d; padding: 0 70px;background: rgba(5,5,62,.7);overflow: hidden; position: relative;transition: All 0.4s ease-in-out;}
.fnzgbox:hover{background: rgba(5,5,62,.4);}
.fnzgtext{float: left; width: calc(100% - 230px); padding-top: 110px;}
.fnzgtext h2{font-weight: bold; font-size: 30px; color: #fff; margin-bottom: 30px;}
.fnzgtext p{font-size: 18px;color: #fff; line-height: 1.7;}
.fnzgtext a{display: block; text-align: center; line-height: 46px;color: #fff;width: 165px; margin-top: 40px;border-radius: 23px;font-size: 16px;background:#0099ff;}
.fnzgtext a img{display: inline-block;vertical-align: middle; margin: -3px 0 0 17px;transition: All 0.4s ease-in-out;}
.fnzgtext a:hover img{margin-left: 25px;}
.fzlc_tp{width: 142px;float: right; padding-top: 145px;}
.fzlc_tp img{width: 100%;}
.fnzg_nr ul li:nth-child(3){ width:25%;}
.fnzg_nr ul li:nth-child(4){ width:25%;}
.fnzg_nr ul li:nth-child(5){ width:25%;}
.fnzg_nr ul li:nth-child(6){ width:25%;}
.fnzg_nr ul li:nth-child(3) .fnzgbox{ height: 485px; padding:50px 30px 0 30px ;}
.fnzg_nr ul li:nth-child(4) .fnzgbox{ height: 485px; padding:50px 30px 0 30px ;}
.fnzg_nr ul li:nth-child(5) .fnzgbox{ height: 485px; padding:50px 30px 0 30px ;}
.fnzg_nr ul li:nth-child(6) .fnzgbox{ height: 485px; padding:50px 30px 0 30px ;}
.fnzg_nr ul li:nth-child(3) .fnzgtext{ width:100%;clear: both;}
.fnzg_nr ul li:nth-child(3) .fnzg_tp{width: 142px;float: right;}
.fnzg_nr ul li:nth-child(3) .fnzgtext{padding-top: 40px;}
.fnzg_nr ul li:nth-child(3) .fnzgtext p{height: 90px;}
.fnzg_nr ul li:nth-child(4) .fnzgtext{ width:100%;clear: both;}
.fnzg_nr ul li:nth-child(4) .fnzg_tp{width: 142px;float: right;}
.fnzg_nr ul li:nth-child(4) .fnzgtext{padding-top: 40px;}
.fnzg_nr ul li:nth-child(4) .fnzgtext p{height: 90px;}
.fnzg_nr ul li:nth-child(5) .fnzgtext{ width:100%;clear: both;}
.fnzg_nr ul li:nth-child(5) .fnzg_tp{width: 142px;float: right;}
.fnzg_nr ul li:nth-child(5) .fnzgtext{padding-top: 40px;}
.fnzg_nr ul li:nth-child(5) .fnzgtext p{height: 90px;}
.fnzg_nr ul li:nth-child(6) .fnzgtext{ width:100%;clear: both;}
.fnzg_nr ul li:nth-child(6) .fnzg_tp{width: 142px;float: right;}
.fnzg_nr ul li:nth-child(6) .fnzgtext{padding-top: 40px;}
.fnzg_nr ul li:nth-child(6) .fnzgtext p{height: 90px;}

.footer{background: #12161a;}
.footer_top{width: 1595px;max-width: 94%; margin: 0 auto;  padding: 60px 0 60px; overflow: hidden;}
/*.foot_left{float: left;width: calc(100% - 665px);}*/
.foot_left{float: left;width: calc(100% - 965px);}
.foot_left ul{overflow: hidden;}
.foot_left li{width: 49.7%;float: left;}
.foot_left h2{color: #fff; font-size: 16px;font-weight: bold; margin-bottom: 15px;}
.foot_left dt{line-height: 30px; font-size: 14px;}
.foot_left dt a{color: #ccc;}
.foot_left dt a:hover{color: #fff;}

.rwm{float: right;width: 268px;}
.rwm ul{overflow: hidden; margin-left: -24px;}
.rwm li{float: left; width: 50%; padding-left: 24px;text-align: center;}
.rwm img{width: 100%;}
.rwm p{text-align: center;font-size: 14px; color: #fff; margin-top: 15px;
}

.gsdz{float: right;width: 395px;position: relative;}
.gsdz h2{color: #fff; font-size: 16px;font-weight: bold; margin-bottom: 15px;}
.gsdz p{line-height: 30px; font-size: 14px;color: #fff;}
.gsdz img{position: absolute; bottom: 10px; right: 50px;}
.bqxx{border-top: 1px solid #46494c;}
.bqxxbox{padding: 20px 0;display: flex;justify-content : space-between;width: 1595px; max-width: 94%; margin: 0 auto;align-items: center;}
.bq_right ul{overflow: hidden; }
.bq_right li{float: left; padding-left: 50px; font-size: 14px; }
.bq_right li a{display: block; border-bottom: 2px solid #ddd; color: #fff; line-height: 1.6;}
.bq_right li a:hover{opacity: .7;}
.bq_l p{font-size: 14px; line-height: 1.6; color: #fff;}
.bqxx h3{line-height: 60px; font-size: 14px; color: #fff;text-align: center;}
.bqxx h3 img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;width: 20px;}
/*联系我们*/
.banner2{position: relative;}
.banner2 img{width: 100%;}
.banner2_text{position: absolute;width: 1445px; max-width: 94%;left:50%; top:50%; transform:translate(-50%,-50%);}
.banner2_text h2{color: #fff; font-size: 36px; font-weight: bold; margin-bottom: 28px;  padding: 15px 0 0 12px;position: relative;}
.banner2_text h2:before{position: absolute; background: url(../images/a_04.png); width: 24px;height: 21px;left: 0; top: 0;content: "";background-size: 100% 100%;}
.banner2_text p{font-size: 30px; color: #fff;}

.wz1445{width: 1445px; max-width: 94%; margin: 0 auto;}
.lxwm{overflow: hidden; padding: 50px 0 75px;}
.lxwm_right{float: right;width: 645px; padding:0 5px 10px 0; position: relative;}
.lxwm_right:before{position: absolute; content: ""; width: 590px;height: 430px;background: #005bac; right: 0; bottom: 0;}
.lxwm_right img{width: 100%; position: relative; z-index: 1;}
.lxwm_left{float: left; width: calc(100% - 650px);}
.lxwm_left li{margin-bottom: 15px;background: url(../images/a_14.png) no-repeat center center; height: 149px;background-size: 100% 100%;}
.lxwm_left img{float: left; padding: 60px 0 0 45px;}
.lxwmtext{float: right;width: calc(100% - 150px); padding-top: 33px;}
.lxwmtext h2{font-size: 16px; padding:12px 0 15px 0; color: #333; position: relative;}
.lxwmtext h2:before{position: absolute; border-bottom: 1px solid #005bac;width: 26px; top: 0;left: -20px;content: "";}
.lxwmtext p{font-weight: bold; font-size: 18px;color: #333333;}

/*新闻资讯*/
.xwzx_title{background: #eef1f6; padding: 10px 0;}
.xwzx_title ul{overflow: hidden; width: 1445px; margin: 0 auto;max-width: 94%;}
.xwzx_title li{float: left; width: 20%; }
.xwzx_title a{display: block; font-size: 18px;text-align: center; color: #333333; line-height: 42px; border-radius: 21px;transition: All 0.4s ease-in-out;}
.xwzx_title li.cur a{background: #005bac; font-weight: bold; color: #fff;}
.xwzx_title a:hover{background: #005bac; font-weight: bold; color: #fff;}

.gsxw_title{padding: 48px 0 41px;}
.gsxw_title h2{font-weight: bold; font-size: 36px; color: #005bac; position: relative; padding: 23px 0 0 13px;background: url(../images/a_20.png) no-repeat left top;}
.gsxw_nr li{padding-bottom: 35px;}
.gsxwbox{overflow: hidden; background: #f3f3f3; position: relative; }
.gsxwtp{width: 494px;height: 241px; position: relative;float: left;}
.gsxwtp img{width: 100%;height: 100%; object-fit: cover;}
.xwrq{position: absolute;top: 0; left: 0;text-align: center; width: 80px;height: 100%; background: #005bac;}
.xwrqrm{position: absolute; width: 100%;left:50%; top:50%; transform:translate(-50%,-50%);}
.xwrqrm h2{font-weight: bold; font-size: 30px; color: #fff;}
.xwrqrm p{font-size: 18px; color: #fff; line-height: 2; margin-top: 15px;}
.gsxwtext{float: right;width: calc(100% - 494px); padding: 25px 40px 0 58px; }
.gsxwtext h2{font-weight: bold; font-size: 24px;  color: #333333; margin-bottom: 30px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.gsxwtext h3{margin-top: 20px; color: #999;}
.gsxwtext p{font-size: 14px; line-height: 1.8; color: #999999;text-align:justify; word-break: break-all;}
.gsxwtext a{display: block;  font-size: 16px; color: #333; padding-right: 23px;background: url(../images/a_15.png) no-repeat right center;top:50%; transform: translateY(-50%);transition: All 0.4s ease-in-out;text-align: right;}
.gsxwtext a:hover{padding-right: 30px;color: #005BAC;}
.gsxwbox:before{position: absolute;width: calc(100% - 494px); top: 0; right: 0; border: 4px solid #005bac; border-left: none; height: 100%; top: 0; right: 0;content: "";opacity: 0;transition: All 0.4s ease-in-out;}
.gsxwbox:hover:before{opacity: 1;}
.ponj{text-align: center; padding: 5px 0 70px;}
.ponj li{display: inline-block; padding: 0 7px;}
.ponj li a{display: block; line-height: 47px;transition: All 0.4s ease-in-out; font-size: 16px; color: #646b97; padding: 0 20px;border: 2px solid #e1e4f3;}
.ponj li span{display: block; line-height: 47px; font-size: 16px; color: #646b97; padding: 0 20px;border: 2px solid #e1e4f3;}
.ponj li.active span{
color: #fff;
  background: #005bac;
  border: 2px solid #005bac;
}

.ponj li a:hover{color: #fff; background: #005bac; border: 2px solid #005bac;}
.ponj li.cur a{color: #fff; background: #005bac; border: 2px solid #005bac;}

/*企业文化*/
.bj2{background: url(../images/a_03.jpg) no-repeat center center;background-size: cover;}
.qywh{padding-bottom: 340px;}
.qywh_nr ul{overflow: hidden; margin-left: -60px;}
.qywh_nr li{float: left; width: 33.33%; padding-left: 60px;}
.qywhbox{background: #fff;border-radius: 15px; padding: 48px 60px 90px 60px;}
.qywhbox h2{font-weight: bold; font-size: 24px; color: #4b91d6;}
.qywhbox p{font-size: 16px; color: #333333;margin:50px 0 20px;}
.qywhbox h3{font-weight: bold; line-height: 28px; color: #333;font-size: 18px;height: 56px;}
.qywhbox h4{text-align: right;}
.qywhbox h4 img{display: inline-block;}

/*公司资质*/
.gszz{padding-bottom: 110px;}
.gszz_nr img{width: 100%;}

/*创新*/
.cxnr{padding: 78px 0 105px;}
.cxnrbox{background: #f1eff0;display: flex;align-items: center;}
.cxtp{width: 566px;}
.cxtp img{width: 100%;}
.xctext{width: calc(100% - 566px); padding: 0 75px;  }
.xctext p{font-size: 16px; color: #666465; line-height: 30px; position: relative;text-align:justify; word-break: break-all;padding:0 20px;}
.xctext p:before{position: absolute; content: "";background: url(../images/a_20.png); width: 24px;height: 21px; left: 0; top: -75px;}
.xctext p:after{position: absolute; content: "";background: url(../images/a_19.png); width: 24px;height: 21px; right: 0; bottom: -75px;}

.bj3{background: url(../images/bj3.jpg) no-repeat center center;background-size: cover;}
.jjfa{padding-bottom: 130px;}
.jjfa_title{padding: 75px 0 40px;}
.jjfa_title h2{font-weight: bold; font-size: 30px; color: #fff; padding: 27px 0 0 15px;background: url(../images/a_04.png) no-repeat left top;}
.jjfa_title a{float: right; color: #fff; font-weight: 400; font-size: 16px; padding-right: 55px;background: url(../images/a_05.png) no-repeat right center;line-height: 44px;transition: All 0.4s ease-in-out;}
.jjfa_title a:hover{padding-right: 65px;background: url(../images/a_57.png) no-repeat right center;}
.jjfabox{background: #f1eff0;transition: All 0.4s ease-in-out;}
.jjfa_nr{position: relative;}
.jjfa_nr .swiper{overflow: hidden;}
.jjfa_text{padding: 0 40px 75px 40px;position: relative; margin-top: -14px;}
.jjfa_text h2{font-size: 26px; font-weight: bold; color: #0059ab;}
.jjfa_text h3{font-weight: bold; color: #0059ab;font-size: 24px; margin: 43px 0 20px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.jjfa_text p{font-size: 16px; line-height: 30px; color: #666465;/*height: 90px;*/display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.jjfa_tp{overflow: hidden; height: 310px;}
.jjfa_tp img{width: 100%; height: 100%; object-fit: cover;}
.jjfa_nr .swiper-button-next{width: 54px;height: 54px; background: #fff;right: -70px; margin-top: -27px;border-radius: 50%; color: #9a9a9a;transition: All 0.4s ease-in-out;}
.jjfa_nr .swiper-button-next:after,.jjfa_nr  .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;}
.jjfa_nr .swiper-button-next:hover{/*color: #fff;background: #666;*/}
.jjfa_nr .swiper-button-prev{width: 54px;height: 54px; background: #fff;left: -70px; margin-top: -27px;border-radius: 50%; color: #9a9a9a;transition: All 0.4s ease-in-out;}
.jjfa_nr .swiper-button-prev:after,.jjfa_nr .swiper-container-rtl .swiper-button-next:after{font-size: 22px;}
.jjfa_nr .swiper-button-prev:hover{/*color: #fff;background: #666;*/}
.jjfa_nr a:hover .jjfabox{background: #0099FF;}
.jjfa_nr a:hover h3{color: #fff;}
.jjfa_nr a:hover h2{color: #fff;}
.jjfa_nr a:hover p{color: #fff;}

.cpnr_title{padding: 70px 0 65px;}
.cpnr_title h2{font-weight: bold; font-size: 30px; color: #333; padding: 27px 0 0 15px;background: url(../images/a_20.png) no-repeat left top;}
.cpnr_title a{float: right; color: #333; font-weight: 400; font-size: 16px; padding-right: 55px;background: url(../images/a_24.png) no-repeat right center;line-height: 44px;transition: All 0.4s ease-in-out;}
.cpnr_title a:hover{padding-right: 65px;background: url(../images/a_57.png) no-repeat right center;}
.cpnr_nr ul{overflow: hidden; padding: 10px 0 50px; margin-left: -50px;}
.cpnr_nr li{float: left; width: 33.33%; padding: 0 0 40px 50px;}
.cpnrbox{border: 1px solid #dadada;border-radius: 15px; padding: 30px 20px;height: 260px; }
.cpnrbox img{display: inline-block; margin: 0 30px 0 0;vertical-align: middle;}
.cpnrbox h2{font-weight: bold; font-size: 24px; color: #005bac;margin-bottom: 30px;}
.cpnrbox p{font-size: 16px; line-height: 30px;color: #444444;}
.img4 { transition: All 0.4s ease-in-out;-webkit-transition: All 0.4s ease-in-out;-moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out;}
.img4:hover { transform: translate(0, -10px); -webkit-transform: translate(0, -10px);-moz-transform: translate(0, -10px); -o-transform: translate(0, -10px);-ms-transform: translate(0, -10px);}
.cpnrbox p a:hover{color: #005bac;}
.bj4 {background: #f1eff0;}
.alnr{padding-bottom: 45px;}
.alnr_nr{overflow: hidden;height:500px; position: relative;}
.alnr_nr .swiper {
      width: 100%;
      height: 100%;
    }

.alnr_nr  .swiper-slide {
     height: 125px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.alnr_nr a{display: block;overflow: hidden;height: 125px;border: 1px solid #dcdcdc;transition: All 0.4s ease-in-out;}
.alnr_nr img{width: 100%;height: 100%; object-fit: cover;}
.img2 { transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-ou }
.img2:hover { transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1); }
.alnr_nr a:hover{border: 1px solid #007AFF;}
.alnr_nr .swiper-pagination-bullet{width: 20px;height: 20px;opacity: 1;background:url(../images/a_13.jpg);}
.alnr_nr .swiper-pagination-bullet-active{background:url(../images/a_12.jpg);}

/*运维*/
.yvcp_nr ul{overflow: hidden; padding: 10px 0 110px; margin-left: -45px;}
.yvcp_nr li{float: left; width: 50%; padding-left: 45px;}
.yvcpbox{overflow: hidden; border-radius: 15px; background: #f8f8f8;display: flex;align-items: center;}
.yvcp_left{width: 344px;}
.yvcp_left img{width: 100%;}
.yxcp_righnt{width: calc(100% - 344px); padding: 0 40px;}
.yxcp_righnt h2{font-weight: bold; color: #303030; font-size: 28px; margin-bottom: 20px;}
.yxcp_righnt p{font-size: 18px; line-height: 30px;color: #3f3f3f;}
.yxcp_righnt a{font-size: 16px;margin-top: 60px;color: #03417c;display: inline-block;}

/*测试*/
.zxnr_nr{padding-bottom: 75px;}
.zxnr_nr ul{overflow: hidden; margin-left: -25px;}
.zxnr_nr li{float: left; width: 50%; padding: 0 0 25px 25px;}
.zxbox{border: 1px solid #dcdcdc;background: #fff; height: 252px; position: relative;transition: All 0.4s ease-in-out;}
.zxbox:hover{/*background: #0059A9;*/border: 1px solid #0059A9;cursor:default;}
.zxbox:hover h2{color: #005cac;}
.zxbox:hover h3{color: #005cac;}
.zxbox:hover p{color: #666465;}
.zxtp{float: left; width: 237px;height: 250px; position: relative;}
.zxtp img{position: absolute;left:50%; top:50%; transform:translate(-50%,-50%);}
.zxtext{float: right;width: calc(100% - 237px); padding: 35px 50px 0 0;}
.zxtext h2{font-weight: bold; font-size: 28px; color: #005bac;text-align: right;}
.zxtext h3{font-weight: bold; font-size: 24px; color: #005cac;line-height: 58px;}
.zxtext p{font-size: 16px; line-height: 2; color: #666666;}
/*.zxnr_nr ul li:nth-child(3){ width:33.33%;}
.zxnr_nr ul li:nth-child(3) .zxbox{height: 302px; padding: 50px 50px 0 50px;}
.zxnr_nr ul li:nth-child(3) .zxtext{width: 100%; float: none; padding: 0;}
.zxnr_nr ul li:nth-child(3) .zxtp{position: absolute;width: auto; height: auto; top: 100px; right: 100px;} 
.zxnr_nr ul li:nth-child(3) h2{text-align: left;}
.zxnr_nr ul li:nth-child(3) h3{margin: 20px 0 10px;}

.zxnr_nr ul li:nth-child(4){ width:33.33%;}
.zxnr_nr ul li:nth-child(4) .zxbox{height: 302px; padding: 50px 50px 0 50px;}
.zxnr_nr ul li:nth-child(4) .zxtext{width: 100%; float: none; padding: 0;}
.zxnr_nr ul li:nth-child(4) .zxtp{position: absolute;width: auto; height: auto; top: 100px; right: 100px;} 
.zxnr_nr ul li:nth-child(4) h2{text-align: left;}
.zxnr_nr ul li:nth-child(4) h3{margin: 20px 0 10px;}*/

.zxnr_nr ul li:nth-child(5){ width:33.33%;}
.zxnr_nr ul li:nth-child(5) .zxbox{height: 302px; padding: 50px 50px 0 50px;}
.zxnr_nr ul li:nth-child(5) .zxtext{width: 100%; float: none; padding: 0;}
.zxnr_nr ul li:nth-child(5) .zxtp{position: absolute;width: auto; height: auto; top: 100px; right: 100px;} 
.zxnr_nr ul li:nth-child(5) h2{text-align: left;}
.zxnr_nr ul li:nth-child(5) h3{margin: 20px 0 10px;}

.bj5{background: url(../images/bj5.jpg) no-repeat center center;background-size: cover;background-attachment: fixed;}
.csfa_nr ul{overflow: hidden; padding-bottom: 65px;}
.csfa_nr li{float: left; width: 33.3%;}
.csfabox{height:320px;}
.csfabox h2{font-size: 20px; color: #fff;margin-bottom: 15px;}
.csfabox img{display: inline-block;vertical-align: middle; margin: 0 25px 0 0;}
.csfabox p a{color: #fff;font-size: 15px; line-height: 30px; padding-left: 48px;display: inline-block;}
.csfabox p a:hover{color: #999;}
.cscp_nr ul{overflow: hidden; margin-left: -15px; padding: 10px 0 95px;}
.cscp_nr li{float: left; width: 25%; padding-left: 15px;}
.cscpbox{background: #f3f3f3; padding: 60px 35px 40px 35px;height: 620px;}
.cscpbox span{width: 149px;height: 149px; margin: 0 auto;display: block;}
.cscpbox img{width: 100%; height: 100%;border-radius: 50%;}
.cscpbox h2{font-weight: bold; font-size: 28px; color: #0059a9; margin: 50px 0 30px;text-align: center;}
.cscpbox dt a{font-size: 16px; line-height: 36px; color: #666;}
.cscpbox dt b{color: #0059a9;}
.cscpbox dt a:hover{color: #999;}
/*新闻详情*/
.xwxq{width: 1050px; margin: 0 auto;}
.xwxq_title{text-align: center; padding: 90px 0 30px; border-bottom: 1px solid #e6e6e6;}
.xwxq_title h2{font-weight: bold; color: #333; font-size: 30px; position: relative; padding-bottom: 42px; }
.xwxq_title h2:before{position: absolute; content: ""; border-bottom: 2px solid #005bac; width: 35px;bottom: 20px;left: 50%;transform: translateX(-50%);}
.xwxq_title p{font-size: 14px;}
.xwxq_title p span{color: #999; padding: 0 20px;}
.xwxq_nr{padding: 45px 0 30px; border-bottom: 1px solid #e6e6e6;}
.xwxq_nr p{font-size: 16px; line-height: 1.9; color: #797b89;text-align:justify; word-break: break-all;}
.xwxq_nr a{display: block; margin: 40px auto 0 auto;text-align: center; line-height: 42px;color: #fff; background: #005bac;border-radius: 21px; width: 200px; font-size: 14px;}
.xwxq_nr a img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;}
.xwxq_nr p img{margin: 20px auto; max-width: 100%;}
.sxpwz{padding: 30px 0 100px;}
.sxpwz li{font-size: 16px; line-height: 48px;}
.sxpwz li span{font-weight: bold; color: #005bac;}
.sxpwz li a{color: #333333;}
.sxpwz li a:hover{color: #005bac;}

/*需求*/
.bj6{background: url(../images/bj6.jpg) no-repeat center center;background-size: cover;}
.fwml_nr ul{padding:10px 0 0 ; margin-left: -30px;overflow: hidden;}
.fwml_nr li{float: left; width: 33.33%; padding-left: 30px;}
.fwmlbox{background: #f1eff0;height: 400px; padding: 55px 40px 0 40px;}
.fwmlbox h2{font-weight: bold; font-size: 30px; color: #005bac;}
.fwmlbox img{margin: -10px auto 0 auto;}
.fwmlbox h3{font-weight: bold; color: #005bac;font-size: 24px; margin: 25px 0 20px;}
.fwmlbox p{font-size: 16px; line-height: 1.8; color: #666666;}

.cpnr{padding-bottom: 85px;}
.jjff_nr{position: relative;}
.jybox{background: #f1eff0;}
.jybox ul{overflow: hidden;}
.jybox li{float: left; width: 33.33%;}
.jyxx span{display: block; height: 333px;}
.jyxx img{width: 100%;height: 100%; object-fit: cover;}
.jyxxtext{padding: 55px 38px 0 38px;height: 333px;}
.jyxxtext h2{font-weight: bold; font-size: 24px; color: #333; padding: 21px 0; position: relative;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.jyxxtext h2:before{position: absolute; content: ""; border-top: 2px solid #005bac; width: 33px; top: 0;left: 0;}
.jyxxtext p{font-size: 16px; line-height: 24px; color: #666666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.jyxxtext a{display: inline-block; margin-top: 40px; font-size: 16px; color: #333;background: url(../images/a_15.png) no-repeat right center; padding-right: 27px;transition: All 0.4s ease-in-out;}
.jyxxtext a:hover{padding-right: 37px; color: #0059A9;}
.jjff_nr .swiper-button-next{width: 54px;height: 54px; background: #fff;right: -70px; margin-top: -27px;border-radius: 50%; color: #9a9a9a;transition: All 0.4s ease-in-out; box-shadow:0 0 10px rgba(0, 0, 0, .1);}
.jjff_nr .swiper-button-next:after,.jjff_nr .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;}
.jjff_nr .swiper-button-next:hover{color: #fff;background: #666;}
.jjff_nr .swiper-button-prev{width: 54px;height: 54px; background: #fff;left: -70px; margin-top: -27px;border-radius: 50%; color: #9a9a9a;transition: All 0.4s ease-in-out; box-shadow:0 0 10px rgba(0, 0, 0, .1);}
.jjff_nr .swiper-button-prev:after,.jjff_nr .swiper-container-rtl .swiper-button-next:after{font-size: 22px;}
.jjff_nr .swiper-button-prev:hover{color: #fff;background: #666;}

/*加入我们*/
.xwzx_title.xwzx_title2 ul{overflow: hidden;}
.xwzx_title.xwzx_title2 li{float: left; width: 33.33%;}
.dqzz_xq{padding-bottom: 40px;}
.dqzzx{padding-bottom: 5px;}
.dqzz_top {background: url(../images/a_27.png) no-repeat 97%  center #f1f0f0;cursor: pointer;}
.dqzz_top.on1 {background: url(../images/a_28.png) no-repeat 97%  center #005bac;cursor: pointer;}
.dqzz_top.on1 p{color: #fff;}
.dqzz_top.on1 h2{color: #fff;}
.dqzz_top.on1 h3{color: #fff;}
.dqzz_top ul{overflow: hidden; padding: 30px 150px 40px 40px;}
.dqzz_top li{float: left; width: 20%;}
.dqzz_top p{font-size: 16px; margin-bottom: 14px; color: #666666;}
.dqzz_top h2{color: #333; font-size: 24px;}
.dqzz_top h2 b{font-weight: bold;}
.dqzz_top h3{color: #333;font-size: 18px;}
.dqzz_top ul li:nth-child(1){ width:40%;}
.dqzz_nr{border: 2px solid #f0efef;border-radius: 4px; padding: 30px 37px 0 60px;display: none;}
.dqzzbox{padding-bottom: 40px;}
.dqzzbox h2{font-weight: bold; font-size: 16px; margin-bottom: 10px; color: #333; position: relative;}
.dqzzbox p{font-size: 16px; line-height: 30px; color: #666666;}
.dwnr:before{position: absolute; border-top: 1px solid #0059A9;width: 16px;left: -25px;top:50%; transform: translateY(-50%);content: "";}

/*发展历程*/
.bj7{background: url(../images/bj7.jpg) no-repeat center center;background-size: cover;}
.fzqy_nr{background: url(../images/a_30.png) no-repeat center center;}
.fzqybox .swiper{ padding-left: 18%;}
.fzqy{padding-bottom: 195px;}
.fzqybox1{background: #fff; border: 1px solid #eeeeef;height: 276px;  padding: 22px 26px 0 26px; margin-bottom: 175px; position: relative; left: -120px;}
.fzqybox1:before{position: absolute; background: url(../images/a_39.png) no-repeat center bottom; width: 21px;height: 99px;content: ""; left: 30%; bottom: -99px;}
.fzqybox1 img{float: left; border-radius: 50%; border: 5px solid #d9e7f3;}
.fzqytext{float: right;width: calc(100% - 188px);}
.fzqytext h3{font-weight: bold; font-size: 30px; color: #005bac; line-height: 52px;}
.fzqytext h3 b{color: #333; font-size: 18px; padding-left: 6px;}
.fzqytext h2{font-weight: bold; font-size: 18px; line-height: 2; margin-bottom: 10px; color: #005bac;}
.fzqytext p{font-size: 16px; line-height: 1.6; color: #666666;}

.fzqybox2{background: #fff; border: 1px solid #eeeeef;height: 276px;  padding: 22px 26px 0 26px; position: relative;}
.fzqybox2:before{position: absolute; background: url(../images/a_38.png) no-repeat center top; width: 21px;height: 99px;content: ""; right: 30%; top: -99px;}
.fzqybox2 img{float: left; border-radius: 50%; border: 5px solid #d9e7f3;}
.fzqy_nr .swiper-button-next{width: 54px;height: 54px;background: #fff;border-radius: 50%;box-shadow:0 0 10px rgba(0, 0, 0, .1);  margin-top: -27px; right: 8vw;color: #333;transition: All 0.4s ease-in-out;}
.fzqy_nr .swiper-button-next:after,.fzqy_nr .swiper-button-prev:after{font-size: 20px;}
.fzqy_nr .swiper-button-next:hover{color: #fff;/*background: #0059A9;*/opacity: 0.6;}
.fzqy_nr .swiper-button-prev{width: 54px;height: 54px;background: #fff;border-radius: 50%;box-shadow:0 0 10px rgba(0, 0, 0, .1);  margin-top: -27px; left: 8vw;color: #333;transition: All 0.4s ease-in-out;}
.fzqy_nr .swiper-button-prev:hover{color: #fff;/*background: #0059A9;*/opacity: 0.6;}

/*公司简介*/
.gsjs{overflow: hidden; padding: 85px 0;}
.jsjs_tp{float: right;width: 50%; padding-left: 30px;}
.jsjs_tp{margin-top: 46px;}
/*.jsjs_tp img{width: 100%;}*/
.jsjs_wb{float: left; width: 50%; padding-right: 30px;}
.jsjs_wb h2{font-weight: bold; font-size: 28px; color: #005bac; padding: 30px 0 35px 8px;background: url(../images/a_20.png) no-repeat left top;}
.jsjs_wb p{font-size: 16px; line-height: 1.9; color: #666666; margin-bottom: 30px;}
.jsjs_wb ul{padding-top: 60px;}
.jsjs_wb li{padding-bottom: 30px;}

.jsjs_tp ul{padding-top: 60px;}
.jsjs_tp li{padding-bottom: 30px;}

.jsjs_box{overflow: hidden; background: #f0f0f0;height: 150px;padding: 40px 35px 0 35px;}

.jsjs_box img{float: left;transition: all 0.9s;}
.jsjs_box:hover img{transform: rotateY(360deg);}
.jsjs_text{float: right; width: calc(100% - 150px);}
.jsjs_text h3{font-size: 16px; margin-bottom: 22px; color: #005bac;}
.jsjs_text h4{font-weight: bold; color: #333; font-size: 24px;}

/*搜索弹窗*/
.sstc{background: rgba(0,0,0,.7); width: 940px;  position: fixed;z-index: 1000;left:50%; top:50%; transform:translate(-50%,-50%);overflow: hidden;display: none;}
.sstcbox{padding: 100px;animation:pulse 1.8s, 100ms;}
.wby1{width: calc(100% - 60px); line-height: 60px;background: #fff; padding: 0 20px; font-size: 16px;float: left; }
.btn1a{background: url(../images/a_50.png) no-repeat center center #00A0E9;width: 60px;height: 60px;cursor: pointer; border: none;}
.ggbtn{position: absolute; top: 25px; right: 25px;width: 50px;height: 50px; cursor: pointer;background:url(../images/a_20a.png) no-repeat center center #00A0E9;border-radius: 50%;transition: All 0.4s ease-in-out;}
.ggbtn:hover{transform: rotate(360deg);-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);}
/*侧栏导航*/
.cldh{position: fixed;z-index: 10;width: 500px;height: calc(100% - 109px); background: #fff; right: -500px; top: 109px; padding: 80px 0 0 40px;}
.cldh h3 {position: relative; margin-bottom: 10px;}
.cldh h3 a{font-size: 16px; font-weight: bold; color: #333;display: block; line-height: 25px;}
.cldh dl{overflow: hidden; margin-left: -30px;padding-bottom: 20px;}
.cldh dt{float: left; padding-left: 30px;line-height: 1.6;}
.cldh dt a{color: #999; font-size: 14px;}
.cldh dt a:hover{color: #007AFF;}

/*分类页 */
.zyfl{overflow: hidden;}
.xwxq_left{float: left; width: 300px;border: 1px solid #eee;}
.dqwz p{font-size: 16px; line-height: 60px; color: #333;}
.dqwz p span{padding: 0 10px;}
.dqwz p a{color: #333;}
.dqwz p a:hover{color: #0099FF;}

/*侧栏分类*/
.dqwz p{font-size: 16px; line-height: 55px; color: #666;}
.dqwz p a{color: #333;}
.dqwz p a:hover{color: #007AFF;}
.dqwz p span{padding: 0 10px;}
.clfl{overflow: hidden;}
.clfl_left{float: left; width: 300px;}
.clfl_title h2{text-align: center; line-height: 90px; font-size: 20px; color: #fff;background: #003A8D;font-weight: bold;}
.cpfl_nr{border-left: 1px solid #ddd;border-right: 1px solid #ddd;}
.cpfl_nr h3{font-size: 14px; padding: 10px; line-height: 25px; border-bottom: 1px solid #ddd;color: #333;background: url(../images/a_58.png) no-repeat 94%  center;cursor: pointer;}
.xwflbox{padding: 0 25px; border-bottom: 1px solid #ddd;}
.cpfl_nr h3.on1{background: url(../images/a_59.png) no-repeat 94% center;color: #003399;}
.xwflbox dt{font-size: 14px; line-height: 40px; color: #666;border-bottom: 1px dashed #eee;}
.xwflbox dt a{color: #666;}
.xwflbox dt a:hover{color: #007AFF;}
.xwflbox {display: none;}
.xwflbox dl dt:last-child h3{ border: none;} 
.clfl_right{float: right;width: calc(100% - 320px); border: 1px solid #ddd; padding: 0 35px;}
.jyxx span.sjzs{display: none;}
/*坐标按钮*/

	.bfbtn1 {background:url(../images/pp1.png) no-repeat center center;width: 40px;height: 40px;border-radius: 50%;cursor: pointer; position: absolute;
    transition: all ease .4s; transform:translate(-50%,-50%);position: absolute; top: 37%; right: 24.5%;
}
.bfbtn1::after { z-index: -1; animation: scaleAni 1s infinite linear; content:''; border:1px dashed #cf3f0f; width: 100%; height: 100%;
 position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%;}
.bfbtn1::before { z-index: -1;animation: scaleAni 1.5s infinite linear;  content:''; border:1px dashed #cf3f0f; width: 320%; height: 320%;
 position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%;}
@keyframes scaleAni{
	from{ transform: translate(-50%,-50%) scale(1); opacity: 1;}
	to{transform: translate(-50%,-50%) scale(1.5); opacity: 0;}
}

/*创新*/
.cnrbox{overflow: hidden; margin-top: -65px; border-radius: 10px; background: #fff;position: relative;z-index: 10;box-shadow:0 0 10px rgba(0, 0, 0, .1);}
.cnr_tp{width: 600px; float: left;}
.cxnr_tp img{width: 100%;}
.cnr_text{float: right;width: calc(100% - 600px); padding-right: 45px;}
.wzbt{padding: 60px 0 30px 30px; position: relative;}
.wzbt:before{position: absolute;content: "";background: url(../images/2.png); width: 24px;height: 42px; left: 0; top: 50px;background-size: 100% 100%;}
.wzbt h2{font-size: 14px; color: #999999;}
.wzbt h3{font-weight: bold; font-size: 30px; margin: 12px 0 18px; color: #1a6aae;}
.wzbt h4{font-size: 24px; color: #0e3d6f;font-weight: 400;}
.cnr_text p{font-size: 16px; line-height: 30px; color: #333333; padding-left: 30px;}

.yhjs{border-radius: 10px;box-shadow:0 0 10px rgba(0, 0, 0, .1); margin-top: 50px;position: relative;padding: 70px 70px 100px 70px;}
.yhjs b{position: absolute;left: 0; top: 0; width: 61px; line-height: 57px;border-radius: 10px 0 10px 0; text-align: center; font-weight: bold; color: #fff; font-size: 24px;  background-image: linear-gradient(#00a6ec, #097bda);}
.yhjs_title{position: relative; padding-left: 38px;}
.yhjs_title:before{position: absolute;content: "";background: url(../images/2.png); width: 24px;height: 42px; left: 0; top: -5px;background-size: 100% 100%;}
.yhjs_title h3{font-size: 14px; color: #999999;}
.yhjs_title h2{font-weight: bold; font-size: 30px; margin: 12px 0 18px; color: #1a6aae;}
.yhjsnr h3{font-size: 24px; color: #0e3d6f;margin-bottom: 20px;}
.yhjsnr p{font-size: 16px; line-height: 30px; color: #333333; }
.yhjsnr ul{overflow: hidden; padding: 35px 5px 0 5px; margin-left: -25px;}
.yhjsnr li{float: left; width: 33.33%; padding: 0 0 25px 25px;}
.yhjsnr a{display: block; text-align: center; line-height: 1.6; font-size: 16px; color: #333;border-radius: 10px;box-shadow:0 0 10px rgba(0, 0, 0, .1);height: 94px; display: flex;align-items: center;justify-content: space-around; }
.yhjsnr a:hover{color: #fff;background: #0066cc;}
.yhjsnr span{display: block; text-align: center;}

.yhjsbox{padding-bottom: 80px;}

@media(max-width:1650px){
.gsjj_title span{font-size: 30px;}
.jjfa{padding: 0 60px 100px 60px;}
.jjfa_nr .swiper-button-next{width: 40px;height: 40px; right: -55px;}
.jjfa_nr .swiper-button-prev{width: 40px;height: 40px; left: -55px;}
.jjfa_tp{height: 280px;}
.jjff_nr .swiper-button-next{right: 15px;}
.jjff_nr .swiper-button-prev{left: 15px;}
}
@media(max-width:1460px){
.jsjs_tp{margin-top: 90px;}
.cscpbox{height:560px;}
.gsjj_nr p{font-size: 14px;}
.nav li{font-size: 16px;}
.nav li h3 a{font-size: 16px;}
.nav li{padding: 0 20px;}
.gsjj_title span{font-size: 20px;}
.gsjj_left{width: 590px;}
.gsjj_right{padding: 0 30px; width: calc(100% - 590px);}
.gsjj_nr h2{font-size: 20px; margin-bottom: 15px;}
.fbqy_text{bottom: 180px;}
.qydt{margin: 0;}
.fzlc_nr ul{padding: 40px 0;}
.fzlc_nr{bottom: -80px;}
.fzlc_nr h2{font-size: 42px;}
.fnzgtext{width: calc(100% - 180px);}
.fnzgbox{padding: 0 50px;}
.fnzgtext p{font-size: 14px;}
.rwm{width: 180px; }
.rwm ul{margin-left: -10px;}
.rwm li{padding-left: 10px;}
.rwm p{font-size: 12px;}
.gsdz{width: 370px;}
.foot_left{}
.gsdz{}
.gsdz img{display: none;}
.alnr_nr a{height: 90px;}
.alnr_nr .swiper-slide{height: 90px;}
.alnr_nr{height: 400px;}
.banner2_text h2{font-size: 24px;}
.banner2_text p{font-size: 18px;}
.xctext p:before{top: -40px;}
.xctext p:after{bottom: -40px;}
.xctext{padding: 0 50px;}
/*.zxnr_nr ul li:nth-child(3) .zxbox{padding: 50px 30px 0 30px;}
.zxnr_nr ul li:nth-child(4) .zxbox{padding: 50px 30px 0 30px;}
.zxnr_nr ul li:nth-child(5) .zxbox{padding: 50px 30px 0 30px;}*/
.zxtext p{font-size: 14px; line-height: 1.9;}
.zxtext h3{font-size: 20px;}
.csfabox h2{font-size: 18px;}
.csfabox p{font-size: 15px;}
.cscpbox span{width: 100px;height: 100px;}
.cscpbox h2{font-size: 22px;}
.cscpbox{padding: 40px 20px;}
.cscpbox dt{font-size: 14px;}
.jjfa_tp{height: 220px;}
.jsjs_text h4{font-size: 18px;}
.jsjs_wb li{padding-bottom: 15px;}
.jsjs_wb ul{padding-top: 10px;}

.jsjs_tp li{padding-bottom: 15px;}
.jsjs_tp ul{padding-top: 10px;}

.jsjs_box{padding-top: 25px;height: 120px;}
.gsxw_title h2{font-size: 28px;}
.cpnr_title h2{font-size: 28px;}
.lxwmtext{width: calc(100% - 100px);}
.lxwm_left img{padding-left: 25px;}
.cpnr_nr li{padding: 0 0 30px 30px;}
.cpnr_nr ul{margin-left: -30px;}
.gsxwtext{padding: 25px 150px 0 35px;}
.gsxwtext h2{margin-bottom: 15px;}
.fwmlbox h3{font-size: 18px;}
.fwmlbox{padding: 40px 30px 0 30px;}
.jyxxtext{padding: 25px 20px 0 20px;height: 280px;}
.jyxxtext h2{font-size: 20px; padding: 15px 0;}
.jyxxtext a{margin-top: 20px;}
.yxcp_righnt h2{font-size: 20px;}
.yxcp_righnt{padding: 0 20px;}
.yxcp_righnt p{font-size: 14px; line-height: 1.8;}
.yxcp_righnt a{margin-top: 20px;}
.cpnrbox h2{font-size: 18px;}
.jyxx span{height: 280px;}

.wzbt{padding-top: 40px;}

}
@media(max-width:1480px){
.cnr_text p {
    font-size: 16px;
    line-height: 26px;
  
}
}
@media(max-width:1200px){
.header{height: 60px;}
.logo{padding-top: 15px; width: 80px;}
.headerbox{height: 60px;}
.sstc{width: 90%;}
.ggbtn{width: 40px;height: 40px;top: 10px; right: 10px;background-size: 20px 20px;}
.sstcbox{padding: 60px 20px;}
.fgt{height: 60px;}
.nav{display: none;}
.cldh{width: 100%; height: calc(100% - 60px); top: 60px;padding: 50px 40px;border-top: 1px solid #eee;overflow: auto;}

.banner_text h2{font-size: 24px;margin-bottom: 15px;}
.banner_text p{font-size: 16px;line-height: 1.6; padding-right: 50px;}
.banner .swiper-pagination-bullet{border: none;width: 10px;height: 10px;}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{font-size: 0px;}
.banner .swiper-button-next{bottom: 15px;}
.banner .swiper-button-prev{bottom: 15px;}

.bj1{padding-top: 50px;}
.gsjj{display: block;}
.gsjj_left{width: 100%;}
.gsjj_right{width: 100%;padding: 30px;}
.gsjj_nr a{background-size: 30px 30px; width: 100px;}

.fbqy{padding: 50px 0 100px;}
.qydt{float: none;}
.fbqy_title{position: static; }
.fbqy_title h2{font-size: 28px;}
.fbqy_text{position: static;padding-top: 25px;width: 100%;}
.fzlc_nr{bottom: -60px;}
.fzlc_nr h2{font-size: 18px;margin-bottom: 15px;}
.fzlc_nr h2 span{font-size: 14px;}
.fzlc_nr p{font-size: 12px; padding: 0 10px; line-height: 18px;}
.fzlc_nr ul{padding: 20px 0;}

.fnzg{padding-top: 120px;}
.fnzg_title h2{font-size: 14px;}
.fnzg_title p{font-size: 20px;}
.fnzg_title{position: relative;padding-bottom: 55px;}
.fnzg_title a{position: absolute; right: 0; bottom: 0;background-size: 30px 30px; padding-right: 45px;}
.fnzg_nr{padding-top: 30px;}
.fnzg_nr li{float: none; width: 100%; padding-bottom: 20px;}
.fnzg_nr ul li:nth-child(3){width: 100%;}
.fnzg_nr ul li:nth-child(4){width: 100%;}
.fnzg_nr ul li:nth-child(5){width: 100%;}
.fnzg_nr ul li:nth-child(6){width: 100%;}
.fnzgbox{padding:40px 30px;height: auto;}
.fzlc_tp{padding: 0; margin: 0 auto;float: none;}
.fnzgtext{float: none; width: 100%;padding-top: 40px;text-align: center;}
.fnzgtext a{margin: 20px auto 0 auto;}
.fnzg_nr ul li:nth-child(3) .fnzgbox{height: auto; padding: 40px 30px;}
.fnzg_nr ul li:nth-child(3) .fnzg_tp{float: none; margin: 0 auto;}
.fnzg_nr ul li:nth-child(3) .fnzgtext p{height: auto;}

.fnzg_nr ul li:nth-child(4) .fnzgbox{height: auto; padding: 40px 30px;}
.fnzg_nr ul li:nth-child(4) .fnzg_tp{float: none; margin: 0 auto;}
.fnzg_nr ul li:nth-child(4) .fnzgtext p{height: auto;}

.fnzg_nr ul li:nth-child(5) .fnzgbox{height: auto; padding: 40px 30px;}
.fnzg_nr ul li:nth-child(5) .fnzg_tp{float: none; margin: 0 auto;}
.fnzg_nr ul li:nth-child(5) .fnzgtext p{height: auto;}

.fnzg_nr ul li:nth-child(6) .fnzgbox{height: auto; padding: 40px 30px;}
.fnzg_nr ul li:nth-child(6) .fnzg_tp{float: none; margin: 0 auto;}
.fnzg_nr ul li:nth-child(6) .fnzgtext p{height: auto;}
.bqxxbox{display: block; text-align: center;}
.bq_right{text-align: center;}
.bq_right li{padding: 0 15px;display: inline-block; float: none;}
.bq_right ul{margin: 20px 0 0 0;}
.footer_top{padding: 40px 0;}
.foot_left{display: none;}
.rwm{padding-top: 0; margin: 0 auto;float: none;}
.bqxx p{text-align: center;font-size: 12px;}
.bqxx p span{padding: 0; display: block;}
.gsdz{float: none; width: 100%; padding-top: 20px;text-align: center;}
.banner2_text h2{margin-bottom: 15px;font-size: 20px;}
.banner2_text p{font-size: 14px;}
.cxnr{padding: 50px 0;}
.cxnrbox{display: block;}
.cxtp{width: 100%;}
.xctext{width: 100%; padding: 60px 30px;}

.cpnr_title{padding: 50px 0 30px;}
.cpnr_title h2{padding-top: 15px;}
.cpnr_title a{background-size: 30px 30px; padding-right: 40px;}
.zxnr_nr li{float: none; width: 100%; padding-bottom: 20px;}
.zxtp{width: 120px;height: 120px;}
.zxtext{width: calc(100% - 120px); padding: 20px 20px 0 0;}
.zxbox{height: 220px;}
.zxnr_nr ul li:nth-child(3) .zxbox{padding: 0;height: 220px;}
.zxnr_nr ul li:nth-child(3){width: 100%;}
.zxnr_nr ul li:nth-child(3) .zxtp{position: relative;width: 120px;height: 120px;top: 0;left: 0;}
.zxnr_nr ul li:nth-child(3) .zxtext{width: calc(100% - 120px); padding: 20px 20px 0 0;float: right;}
.zxnr_nr ul li:nth-child(3) h3{margin: 0;}
.zxnr_nr ul li:nth-child(3) h2{text-align: right;}

.zxnr_nr ul li:nth-child(4) .zxbox{padding: 0;height: 220px;}
.zxnr_nr ul li:nth-child(4){width: 100%;}
.zxnr_nr ul li:nth-child(4) .zxtp{position: relative;width: 120px;height: 120px;top: 0;left: 0;}
.zxnr_nr ul li:nth-child(4) .zxtext{width: calc(100% - 120px); padding: 20px 20px 0 0;float: right;}
.zxnr_nr ul li:nth-child(4) h3{margin: 0;}
.zxnr_nr ul li:nth-child(4) h2{text-align: right;}

.zxnr_nr ul li:nth-child(5) .zxbox{padding: 0;height: 220px;}
.zxnr_nr ul li:nth-child(5){width: 100%;}
.zxnr_nr ul li:nth-child(5) .zxtp{position: relative;width: 120px;height: 120px;top: 0;left: 0;}
.zxnr_nr ul li:nth-child(5) .zxtext{width: calc(100% - 120px); padding: 20px 20px 0 0;float: right;}
.zxnr_nr ul li:nth-child(5) h3{margin: 0;}
.zxnr_nr ul li:nth-child(5) h2{text-align: right;}
.zxnr_nr{padding-bottom: 30px;}

.jjfa_title{padding-top: 50px;}
.jjfa_title h2{font-size: 28px; padding-top: 15px;}
.jjfa_title a{padding-right: 40px;background-size: 30px 30px;}
.csfa_nr li{width: 50%;}
.csfabox img{margin-right: 10px;width: 18px;}
.csfabox h2{font-size: 14px;}
.csfabox p{font-size: 12px;}
.csfabox{height: 260px;}

.cscp_nr li{width: 100%; float: none; padding-bottom: 20px;}
.cscpbox{text-align: center;height: auto;}
.cscpbox h2{margin: 35px 0 20px;}
.cpnr{padding-bottom: 0;}
.cscp_nr ul{padding-bottom: 40px;}
.jjfa{padding-bottom: 50px;}
.jjfa_text{padding: 0 30px 40px 30px;}
.cpnr_nr li{width: 100%; padding-bottom: 20px;}
.cpnrbox{padding: 40px 30px;}

.xwzx_title a{font-size: 12px;line-height: 36px;}
.gsxw_title h2{padding-top: 15px;}
.fzqybox1{padding: 15px; left: -60px;}
.fzqybox1 img{width: 80px;height: 80px; margin: 0 auto; float: none;}
.fzqytext{float: none; width: 100%;}
.fzqytext h3{font-size: 24px;line-height: 40px;text-align: center;}
.fzqytext h3 b{font-size: 14px; padding-left: 10px;}
.fzqytext h2{text-align: center;line-height: 1;}
.fzqytext p{font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.fzqybox2{padding: 15px; }
.fzqybox2 img{width: 80px;height: 80px; margin: 0 auto; float: none;}
.fzqybox1:before{left: 100px;}
.fzqy{padding-bottom: 80px;}

.gsjs{padding: 50px 0;}
.jsjs_tp{float: none; width: 100%; padding: 0 0 30px 0;}
.jsjs_wb{float: none; width: 100%; padding: 0;}
.jsjs_wb h2{font-size: 20px; padding: 15px 0 15px 15px;}
.jsjs_text h4{line-height: 1.6;}
.jsjs_text h3{margin-bottom: 10px;}
.jsjs_box{padding: 25px;}
.gszz{padding-bottom: 55px;}
.gsxw_title{padding: 50px 0 30px;}
.dqzz_top{background-size: 30px 30px;}
.dqzz_top.on1{background-size: 30px 30px;}
.dqzz_top ul{padding: 20px 50px 20px 15px;}
.dqzz_top p{font-size: 12px;}
.dqzz_top h2{font-size: 14px;line-height: 1.6;}
.dqzz_top h2 b{display: block;font-size: 16px;}
.dqzz_top h3{font-size: 12px;}
.dqzz_top li{width: 22%;}
.dqzz_top ul li:nth-child(1){width: 34%;}

.ponj li{ font-size: 16px; padding: 0 3px;}
.ponj li a{line-height: 30px; padding: 0 10px;}
.ponj li span{line-height: 30px; padding: 0 10px;}
.ponj ul li:nth-child(6){ display: none;}
.ponj ul li:nth-child(7){ display: none;}
.ponj ul li:nth-child(8){ display: none;}

.lxwm_left{float: none; width: 100%;}
.lxwmtext{width: calc(100% - 70px);}
.lxwmtext p{font-size: 16px;}
.lxwm_left img{padding-left: 20px;}
.lxwm_right{width: 100%; float: none;}
.lxwm_right:before{height: 80%; width: 70%;}
.qywh_nr li{float: none; width: 100%; padding-bottom: 20px;}
.qywh{padding-bottom: 120px;}
.qywhbox{padding: 40px 30px;}
.alnr_nr a{height: 90px;}
.alnr_nr .swiper-slide{height: 90px;}
.alnr_nr{height: 340px;}
.xwxq{width: 94%;}
.xwxq_title{padding-top: 60px;}
.xwxq_title h2{font-size: 20px; line-height: 1.6;}
.xwxq_title p span{padding: 0 10px;}
.sxpwz li{font-size: 14px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.sxpwz{padding: 30px 0 50px;}
.gsxwtp{float: none; width: 100%; height: auto;}
.gsxwtext{float: none; width: 100%; padding: 20px 20px 50px 20px;}
.aaa{padding: 25px 150px 0 35px !important;}
.gsxwtext a{right: 20px; top: auto; bottom: 20px;}
.gsxwtext h2{font-size: 20px;}
.gsxw_nr li{padding-bottom: 20px;}
.fwml_nr li{float: none; width: 100%; padding-bottom: 20px;}
.jjff_nr{padding-bottom: 50px;}
.jybox li{width: 100%;float: none;}
.jyxxtext{padding: 30px 20px;height: auto;}
.jyxx span{height: auto;}

.yvcp_nr li{float: none; width: 100%;padding-bottom: 20px;}
.yvcpbox{display: block;}
.yvcp_left{float: none; width: 100%;}
.yvcp_left img{border-radius: 15px;}
.yxcp_righnt{width: 100%; padding: 20px;}
.yvcp_nr ul{padding-bottom: 50px;}
.jyxx span.pczs{display: none;}
.jyxx span.sjzs{display: block;}

.clfl_left{float: none; width: 100%; margin-bottom: 30px;}
.clfl_right{float: none; width: 100%; padding: 0 15px;}

.cnrbox{margin-top: 30px;}
.cnr_tp{width: 100%; float: none;}
.cnr_tp img{width: 100%;}
.cnr_text{float: none; width: 100%; padding-right: 20px; padding-bottom: 20px;}
.wzbt h3{font-size: 24px;}
.wzbt h4{font-size: 18px;}
.yhjs{padding: 100px 20px 20px 20px;}
.yhjs_title h2{font-size: 24px;}
.yhjsnr h3{font-size: 18px; line-height: 1.6;}
.yhjsnr ul{margin-left: -15px;}
.yhjsnr li{width: 50%; padding: 0 0 15px 15px;}
.yhjsnr a{font-size: 12px;height: 60px; padding: 0 5px;}
}
@media(max-width:999px){
.dhbtn{display:block;}
.bfbtn1{right: 19%;top: 34%;}

  .csfa_nr li {
    width: 100%;
  }
  .csfabox {
    height: 100%;
    margin-top: 20px;
  }
  .xctext p{padding:0px;}
  .jsjs_tp{margin-top: 0px;}

}
@media(max-width:1386px){
 .cnr_text p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-left: 30px;
}
}



