body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a{text-decoration:none;}
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.l,.col-l,.col_l,.col-c,.col_c{float:left;} .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right;} .c{clear:both;}
.dn{display:none;}
*,*:before,*:after{margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none !important; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-smoothing: antialiased;}
body{color: #333;font-size: 14px;line-height: 1.5;font-family: verdana,'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif; -webkit-font-smoothing: antialiased;}
img{border: none;}
input,textarea,select{font-size: 14px;color: #333;font-family: "Arial";border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
::-webkit-input-placeholder{color: #999;}
::-moz-placeholder{color: #999;}
::-ms-input-placeholder{color: #999;}
select::-ms-expand{display: none;}
a{color: #333;text-decoration: none;}
.img-cover{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.img-contain{display: block; position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.wp{margin: 0 auto;width: 1400px;}
.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center; justify-content: space-between;}
.swiper-button-next:after, .swiper-button-prev:after{ font-size:0!important;}
.positionimg img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}

@font-face {
    font-family: 'iconfont';  /* Project id 1264008 */
    src: url('//at.alicdn.com/t/c/font_1264008_vkvliyfkp3n.woff2?t=1730268272086') format('woff2'),
         url('//at.alicdn.com/t/c/font_1264008_vkvliyfkp3n.woff?t=1730268272086') format('woff'),
         url('//at.alicdn.com/t/c/font_1264008_vkvliyfkp3n.ttf?t=1730268272086') format('truetype');
  }
.iconfont{ font-family:"iconfont" !important; font-size:16px; color: #333; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0px; -moz-osx-font-smoothing: grayscale;}  
.iconfont:hover{ color: #085dad;}
/*图片特效*/
.white{position: relative;overflow: hidden;}
.white:after{content: '';cursor: pointer;position: absolute;left: -100%;top: 0;width: 100%;height: 100%;background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));transform: skewx(-25deg);}
.white:hover:after{left: 100%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

.header{position: fixed; display: flex; align-items: center; justify-content: space-between; top: 0; left: 0; z-index: 999999; width: 100%; background-color: #fff; transition: all .3s; padding: 0 33px;}
body.index .header{top: 18px; left: 50%; width: 1500px; margin-left: -750px;}
body.index .header.fixed{width: 100%; margin-left: 0; left: 0; top: 0; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
.logo{float: left; position: relative; width: 450px; overflow: hidden; display: flex; align-items: center;}
.logo img{ width: 100%; height: 100%;}
.logo::before{content: "";position: absolute;left: -800px;top: -460px;width: 400px;height: 15px;background-color: rgba(255, 255, 255, .4);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: searchLights 1.5s ease-in 1.5s infinite;-o-animation: searchLights 1.5s ease-in 1.5s infinite;animation: searchLights 1.5s ease-in 1.5s infinite;}
@-webkit-keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}
@-o-keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}
@-moz-keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}
@keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}

.nav{float: right;}
.nav li{float: left; position: relative;}
.nav li .v1{font-size: 18px; color:#000; display: block; margin:0 20px; line-height:90px;}
.nav li:hover .v1, .nav li .v1.active{color: #085dad; font-weight: bold;}
.nav li .sub{display: none; position: absolute; top: 100%; left: 50%; width: 200px; margin-left: -100px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); text-align: center; z-index: 9; padding: 10px 0; background-color: #085dad;}
.nav li .sub a{display: block; font-size: 16px; color:#fff; line-height: 35px;}
.nav li .sub a:hover{background-color: #fff; color:#085dad;}
.header .lang{ position: relative; }
.header .lang ul{ position: relative; cursor: pointer;}
.header .lang li{ background: #405594; border-radius: 3px; height: 30px; line-height: 30px; padding: 0 30px 0 10px;}
.header .lang.open .iconfont{ color: #d46a40; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.header .lang .iconfont{ font-size: 5px; color: #fff; position: relative; right: 15px;}
.header .lang ul:hover .iconfont{ color: #d46a40;}
.header .lang img{ position: relative; width: auto; height: 20px; top: 5px;}
.header .lang.open .lang_sub{ display: block;}
.header .lang_sub{ position: absolute; right: 8px; top: 40px; border-radius: 0.3rem; padding: 15px; background-color: #1e1e1e; min-width: 120px; z-index: 10000; display: none;}
.header .lang_sub a{ display: inline-block; width: 100%; padding-top: 16px; color: #fff;}
.header .lang_sub a:first-child{ padding-top: 0;}
.header .lang_sub a:hover{ color: #d46a40;}
.header .lang_sub img{ width: auto; height: 20px;}

.menuBtn{display: none; position: fixed; top: 16px; right: 12px; width: 30px; height: 30px; cursor: pointer; transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;}
.menuBtn b{display: block;height: 4px;background-color: #085dad; margin: 4px 0; transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block; transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg);}
.menuBtn.open b:last-child{display: block; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
.nav_mobile{display: none;}
.banvideo{height: 47.03vw; position: relative; margin-top: -20px;}
.banvideo::after{content: '';display: block;position: absolute;top: 15vw;/* 初始位置从下方开始*/left: 0;right: 0;margin: 0 auto;width: 49.48vw;height: 12.4vw;background: url(../images/bantxt.png) no-repeat;-webkit-background-size: cover;background-size: cover;/* 初始状态，背景图从下方隐藏*/transform: translateY(100%);/* 添加动画*/animation: slideUp 2s ease-out forwards;opacity: .1;;}
/* 动画定义*/@keyframes slideUp{0%{transform: translateY(100%);/* 背景图开始时完全隐藏在下方*/}
100%{transform: translateY(0);/* 背景图最终完全显示*/}}

.js-btnbom{position: absolute; bottom: 5.83vw; left: 0; right: 0; margin:0 auto; width: 72px; height: 69px; background: url(../images/ico10.png) no-repeat; -webkit-background-size: cover; background-size: cover; animation:start 3s infinite alternate;}
@keyframes start{0%,100%{-webkit-transform:translateY(0)}
50%{opacity:.8;-webkit-transform:translateY(-30px);}}
.banvideo video{display: block; width: 100%; height: 100%; object-fit: fill;}

/**hotnew**/
.hotnew{overflow: hidden; border-bottom: 1px solid #e2e2e2;}
.hotnew .name{float: left; font-size: 18px; color: #085dad; padding-left: 31px; line-height: 60px; margin-right: 66px; background: url(../images/ico1.png) no-repeat left center;}
.hotnew .more{float: right;}
.hotnew .more a{display: block; font-size: 14px; color:#999999; margin-top: 20px; display: inline-block; border-bottom: 1px solid #999999;}
.hotnews.swiper-container{float: left; height: 60px; overflow: hidden; width: calc(100% - 330px);}
.hotnews .swiper-button-next{width: 23px; height: 60px; background: url(../images/ico3.png) no-repeat center; margin-top: 0; top: 0;}
.hotnews .swiper-button-prev{width: 23px; height: 60px; left:auto; right: 50px; background: url(../images/ico2.png) no-repeat center; margin-top: 0; top: 0;}
.hotnews a{display: block; line-height: 60px; font-size: 17px; color: #085dad; overflow: hidden; width: 580px;}
.hotnews a p{float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: calc(100% - 78px);}
.hotnews a span{float: right; display: block;}
.row1{overflow: hidden; padding: 2.03vw 0 4.1vw; background: url(../images/bg1.webp) no-repeat; -webkit-background-size: cover; background-size: cover;}

.g-tit{text-align: center; overflow: hidden; margin-bottom: 1.8vw; position: relative;}
.g-tit .tit{color:#333333; font-size: 36px; font-weight: bold; margin-bottom: 9px;}
.g-tit .desc{font-size: 14px; color:#777;}
.g-tit .line{margin:0 auto 20px; width: 32px; height: 2px; background: #085dad;}
.m-pcat{overflow: hidden; margin-bottom: 2.5vw;}
.m-pcat:after{content: ''; display: block; clear:both; visibility: hidden; width: 100%; height: 0;}
.m-pcat .item{float: left; width: 25%; padding-right:9px; transition: all .3s; position: relative;}
.g-pcat{overflow: hidden; height: 255px; background-repeat: no-repeat; margin-bottom: 9px; -webkit-background-size: cover; background-size: cover; background-position: center; position: relative;}
.g-pcat img{transition:all 1s;}
.g-pcat:hover img{transform: scale(1.1);}
.g-pcat .txt .link{overflow: hidden; margin-top: 10px; display: none;}
.g-pcat:hover .txt .link{display: block;}
.g-pcat .txt .link a{display: block; color:#fff; line-height: 2; font-size: 12px;}
.g-pcat{color:#fff;}
.g-pcat.h{height: 520px;}
.g-pcat .txt{position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; padding: 50px 35px 0;background: rgba(0, 0, 0, 0.2);}
.g-pcat .txt a{display: block; width: 100%; height: 100%;}
.g-pcat:hover .txt{background: rgba(0, 0, 0, 0.6);}
.g-pcat:hover .txt .cn{ color: #085dad;}
.g-pcat .txt .cn{font-weight: bold; font-size: 20px; color:#fff;}
.g-pcat .btn{width: 82px; height: 25px; border: 1px solid #FFFFFF; border-radius: 13px; line-height: 23px; font-size: 10px; text-align: center; display: block; color:#fff; margin-top: 18px;}
.g-pcat .btn i{display: inline-block; width: 12px; height: 12px; vertical-align: middle; margin-left: 5px; background: url(../images/ico-4.png) no-repeat;}
.g-pcat .txt.t1 .btn{float: right;}
.g-pcat .txt.t1{text-align: right;}

.row1 .linkmore{overflow: hidden; text-align: center;}
.row1 .linkmore a{width: 199px; height: 44px; border-radius: 30px; display: inline-block; text-align: center; line-height: 44px; font-size: 16px; margin:0 10px; color:#fff; transition:all .3s;}
.row1 .linkmore a:hover{margin:0 15px;}
.row1 .linkmore a:nth-child(1){background: #085dad;}
.row1 .linkmore a:nth-child(2){background: #6b6b6b;}

.row2{overflow: hidden; background: url(../images/bg2.webp) no-repeat fixed; -webkit-background-size: cover; background-size: cover; padding: 2.6vw 0 5.42vw;}
.row2 .info{font-size: 16px; color:#333; line-height: 1.75; padding: 0 3vw; margin-bottom: 2.2vw; text-align: center;text-indent: 2em;}
.ul-num{overflow: hidden; margin-bottom: 2.92vw;}
.ul-num li{float: left; width: 25%; text-align: center;}
.ul-num .tit{font-size: 18px; color:#333;}
.ul-num .num{margin-bottom: 5px; font-size: 25px; color:#085dad;}
.ul-num .num span{font-size: 54px; font-family: Impact; margin-right: 15px;}
.ul-about{overflow: hidden;}
.ul-about li{width: 35%; float: left; margin-right: 20px;}
.ul-about li:last-child{width: auto;float: none; overflow: hidden;}
.ul-about .con{}
.ul-about .pic{position: relative; height: 0; padding-top: 71.8%; overflow: hidden; position: relative;}
.ul-about .pic img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;transition:all 1s;}
.ul-about .pic:hover img{transform: scale(1.1);}
.ul-about .txt{position: absolute; top: 0; left: 0; width: 100%; height: 100%; color:#fff; padding: 44px 68px 0;background: rgba(0, 0, 0, 0.2);}
.ul-about .txt:hover{ background: rgba(0, 0, 0, 0.5);}
.ul-about .txt .cn{font-size: 35px; font-weight: bold;}
.ul-about .txt .en{font-size: 35px; font-weight: bold; text-transform: uppercase; margin-bottom: 3px;}
.ul-about .txt .ico{position: absolute; bottom: 71px; left: 65px; width: 49px; height: 48px; background: url(../images/ico4.png) no-repeat;}
.ul-about .img{position: relative; height: 0; padding-top: 46%; overflow: hidden; margin-bottom: 20px;}
.ul-about .img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.ul-about .img .txt{padding: 40px 52px 0;}
.ul-about .img .en{font-size: 24px;}
.ul-about .img .cn{font-size: 28px;}

.row3{position: relative;overflow: hidden; background: url(../images/bg3.webp) no-repeat; -webkit-background-size: cover; background-size: cover; padding: 5vw 0 6vw;}
.row3 .txt{float: right; position: relative; z-index: 9999;}
.row3 .txt .title{color:#313131; font-size: 40px; font-weight: bold; text-align: right; margin-bottom: 17px;}
.row3 .txt .desc{font-size: 25px; color:#313131; text-align: right; margin-bottom: 34px;}
.row3 .txt .box{overflow: hidden; width: 100%;}
.row3 .txt .item{float: left; width: 35%; height: 342px; margin-right: 1%; padding: 63px 43px 0; background: #007aff6b;}
.row3 .txt .item:hover{background: #007aff88;}
.row3 .txt .item:nth-child(2){background: #f5060642;}
.row3 .txt .item:nth-child(2):hover{background: #f5060688;}
.row3 .txt .item .t1{font-size: 30px; color:#fff; font-weight: bold; margin-bottom: 20px;}
.row3 .txt .item .t2{font-size: 20px; color:#5A5A5A; font-weight: bold; margin-bottom: 20px;}
.row3 .txt .item .t3{font-size: 15px; color:#272727; line-height: 1.53;}
.row3 .txt .itembox{overflow: hidden; width: 28%;}
.row3 .txt .itembox .row{height: 157px; color:#fff; display: block; margin-bottom: 18px; font-size: 30px; font-weight: bold; line-height: 157px; padding-left: 39px;}
.row3 .txt .itembox .row:last-child{height: 167px;}
.row3 .txt .itembox .row:nth-child(1){background: #e7711a77;}
.row3 .txt .itembox .row:nth-child(1):hover{background: #e7711a99;}
.row3 .txt .itembox .row:nth-child(2){background: #201ccf96;}
.row3 .txt .itembox .row:nth-child(2):hover{background: #201ccf88;}
.circles{position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.circles li{position: absolute; display: block; list-style: none; width: 20px; height: 20px; background: rgba(8, 93, 173, 0.2); animation: animate 25s linear infinite; bottom: -150px;}
.circles li:nth-child(1){left: 25%; width: 80px; height: 80px; animation-delay: 0s;}
.circles li:nth-child(2){left: 10%; width: 20px; height: 20px; animation-delay: 2s; animation-duration: 12s;}
.circles li:nth-child(3){left: 70%; width: 20px; height: 20px; animation-delay: 4s;}
.circles li:nth-child(4){left: 40%; width: 60px; height: 60px; animation-delay: 0s; animation-duration: 18s;}
.circles li:nth-child(5){left: 65%; width: 20px; height: 20px; animation-delay: 0s;}
.circles li:nth-child(6){left: 75%; width: 110px; height: 110px; animation-delay: 3s;}
.circles li:nth-child(7){left: 35%; width: 150px; height: 150px; animation-delay: 7s;}
.circles li:nth-child(8){left: 50%; width: 25px; height: 25px; animation-delay: 15s; animation-duration: 45s;}
.circles li:nth-child(9){left: 20%; width: 15px; height: 15px; animation-delay: 2s; animation-duration: 35s;}
.circles li:nth-child(10){left: 85%; width: 150px; height: 150px; animation-delay: 0s; animation-duration: 11s;}
@keyframes animate{0%{transform: translateY(0) rotate(0deg); opacity: 1; border-radius: 0;} 25%{border-radius: 10%;} 50%{border-radius: 25%;} 75%{border-radius: 40%;} 100%{transform: translateY(-1000px) rotate(720deg); opacity: 0; border-radius: 50%;}}

.row4{overflow: hidden; margin-top: 4.32vw; padding: 2.5vw 0; position: relative; background: url(../images/pic1.jpg) no-repeat top right 46%;}
.m-hzhb{position: relative;}
.m-hzhb .swiper-button-prev{position: absolute; width: 47px; height: 47px; right: 50px; left:auto; top: 16px; margin-top: 0; background: url(../images/pic2.jpg) no-repeat; -webkit-background-size: cover; background-size: cover;}
.m-hzhb .swiper-button-next{position: absolute; width: 47px; height: 47px; right: 0; left:auto; top: 16px; margin-top: 0; background: url(../images/pic3.jpg) no-repeat; -webkit-background-size: cover; background-size: cover;}
.row4 .title{padding-left: 24px; border-left: 2px solid #085DAD; margin-bottom: 3.59vw;}
.row4 .title .cn{font-size: 40px; color:#333333; font-weight: bold; line-height: 1.1; margin-bottom: 10px;}
.row4 .title .cn span{color:#085DAD;}
.row4 .title .en{font-size: 42px; line-height: 1.1; font-weight: bold; color:#D6E0E4; text-transform: uppercase;}
.sliderhb.swiper-container{background: #f8f8f8;}
.sliderhb .swiper-slide{line-height: 136px; text-align: center; height: 136px; overflow: hidden; background-color: #fff;border: 1px solid rgb(8 92 170 / 10%);}
.sliderhb .swiper-slide img{display: inline-block; vertical-align: middle; max-width: 80%; max-height: 80%;transition:all 1s;}
.sliderhb .swiper-slide:hover img{transform: scale(1.1);}

.footer{ position: relative; background: #2c2c2c; overflow: hidden; padding: 3.6vw 0 0; margin-top: 3vw;}
.info-l{float: left;}
.info-l .top{overflow: hidden;}
.info-l dl{float: left; margin-right: 2vw;}
.info-l dt,.info-l dt a{color:#fff; font-size: 24px; display: block; margin-bottom: 27px;}
.info-l dd a{display: block; font-size: 14px; color:#999999; line-height: 2.29;}
.footer .address{float: left; width: 500px; margin-right:2vw;}
.footer .address .img{height: auto;}
.footer .address .desc{color:#999999; font-size: 14px; line-height: 2.29; margin-bottom: 21px;}
.footer .address .desc p{padding-left: 25px; background-repeat: no-repeat; background-position: left top 10px;}
.footer .qr{overflow: hidden; text-align: center; font-size: 14px; color:#7F7F7F; width: 153px; float: right;}
.footer .img{width: 153px; height: 153px; overflow: hidden; margin-bottom: 20px;}
.footer .img img{display: block; width: 100%; height: 100%;}

.waves{position:relative;width: 100%;height:15vh;min-height:100px;max-height:150px;}
.copy{position:absolute; width: 100%;bottom:5vh;text-align:center; display: flex;    justify-content: center;}
/* Animation*/.parallax > use{animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;}
.parallax > use:nth-child(1){animation-delay: -2s;animation-duration: 7s;}
.parallax > use:nth-child(2){animation-delay: -3s;animation-duration: 10s;}
.parallax > use:nth-child(3){animation-delay: -4s;animation-duration: 13s;}
.parallax > use:nth-child(4){animation-delay: -5s;animation-duration: 20s;}
@keyframes move-forever{0%{transform: translate3d(-90px,0,0);}
100%{transform: translate3d(85px,0,0);}}
/*手机浮动*/
.footer-fix{box-shadow:0 0 10px rgba(0,0,0,.2);position:fixed;bottom:0;left:0;width:100%;background-color:#fff;z-index:10;display:none}
.footer-fix li{float:left;width:25%}
.footer-fix li a{display:block;text-align:center;padding:7px 0;font-size:14px;line-height:1}
.footer-fix li i{display:block; font-size: 25px; background:no-repeat center;background-size:contain;margin-bottom:5px}

/* kefu */
.pl_service { position: fixed; right: 10px; top: 60%; transform: translateY(-50%); z-index: 99;}
.pl_service_m{ display: none;}
.pl_service .service_item{ position: relative; cursor: pointer; background-color: #fff;color: #666;box-shadow: 0 0 8px 0 rgb(0 0 0 / 31%);border-radius: 50%;margin-bottom: 12px}
.pl_service .service_item:hover{background-color: #e4e9f0;color: #fff}
.pl_service .service_icon { width: 45px; height: 45px; display: flex; justify-content: center; align-items: center;}
.pl_service .service_icon .iconfont{ font-size: 24px; color: #000;}
.pl_service .service_value_con{position: absolute;right: 100%;top: 50%;transform: translateY(-50%);width: 0;opacity: 0;overflow: hidden;transition: opacity 0.1s ease;}
.pl_service .service_item:hover .service_value_con{opacity: 1; width: 260px; padding-right: 10px;}
.pl_service .service_value{ font-size: 16px; width: 100%; min-height: 20px; line-height: 20px; background-color: #e4e9f0; color: #fff; padding: 10px; border-radius: 4px; position: relative;}
.pl_service .service_value i{ font-size: 16px;}
.pl_service .service_img{display: none; position: absolute;top: 50%; width: 150px;height: 150px;padding: 5px;right: calc(100% + 10px);background-color: #f2f2f2;transform: translateY(-50%);border-radius: 4px;overflow: hidden;}
.pl_service .service_item:hover .service_img{display: block;}
.pl_service .service_img img{width: 100%; height: 100%;}

/* 内页banner */
.ban{overflow: hidden;background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover; position: relative;background-position: center;height: 23vw;margin-top: 80px;}
.ban img{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover; animation: bannerimg 2s;}
@keyframes bannerimg{from{transform:scale(1.2)}to{transform:scale(1)}}
.ban::after{content: '';display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.1);}
.ban .txt{position: absolute;text-align: center;top: 50%;left: 0;right: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);z-index: 2;}
.ban .txt .en{font-family: Impact;font-size: 4.38vw;color:rgba(255, 255, 255, .53);text-transform: uppercase;}
.ban .txt .cn{font-size: 2.4vw;font-weight: bold;color:#fff;}

/* 面包屑 */
.cur{background: url(../images/png1.png) no-repeat left center; line-height: 60px; float: right; padding-left: 48px;}
.cur a,.cur{font-size: 14px; color:#666; margin-right: 5px;}

/* 内页子菜单 */
.snav{overflow: hidden; border-bottom: 1px solid #e8e8e8;}
.snav.fl .cur{float: left;}
.ul-nav{overflow: hidden;}
.ul-nav li{float: left; padding: 0 20px 0 0;}
.ul-nav li:hover,.ul-nav li.on{background: #085dad;}
.ul-nav li:hover a,.ul-nav li.on a{background-image: url(../images/png3.png); color:#fff;}
.ul-nav li a{display: block; line-height: 60px; padding-left: 50px; background: url(../images/png2.png) left 20px center no-repeat;}

.g-title{ padding: 2.5vw 0; text-align: center; font-size: 2.08vw; font-weight: bold; color:#313131;}

/* about */
.m-about{margin-bottom: 30px;}
.m-about .pic{float: left; max-width: 640px; margin-right: 4.11vw; position: relative;}
.m-about .pic img{display: block; border-radius: 20px; overflow: hidden; max-width: 100%; height: auto; margin-bottom: 15px;}
.m-about .txt{font-size: 16px; color:#333333; line-height: 1.88;}
.m-about .txt p{text-indent:0; margin-bottom: 25px;}
.m-about .txt p img{ max-width: 100%; height: auto;}

/*newslist*/
#newswrap{padding:40px 0 30px;}
.news_list{position:relative;}
.news_list .news_li{background:#FFF;margin-bottom:20px;transition:all .6s;box-shadow:0 0 16px rgba(0,0,0,.08);}
.news_list .news_li .nl_left{width:300px;float:left;}
.news_list .news_li .nl_left .img{width:100%;padding-bottom:200px;position:relative;}
.news_list .news_li .nl_left .img img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;}
.news_list .news_li .nl_right{width:calc(100% - 300px);float:right;padding:37px 23px 64px 0;}
.news_list .news_li .nl_right a{display:block;}
.news_list .news_li .nl_right a .news_txt{width:calc(100% - 160px);padding:0 50px 0 35px;float:left;transition:all .6s;}
.news_list .news_li .nl_right a .news_txt p{margin:0;}
.news_list .news_li .nl_right a .news_txt p:first-child{height:26px;line-height:26px;font-size:18px;color:#717171;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_list .news_li .nl_right a .news_txt p:last-child{font-size:14px;color:#a2a2a2;line-height:24px;height:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:18px;}
.news_list .news_li:hover .nl_right a .news_txt p:first-child{ color: #085dad; font-weight: bold;}
.news_list .news_li .nl_right a .news_date{width:160px;float:right;transition:all .8s;}
.news_list .news_li .nl_right a .news_date span{display:inline-block;height:26px;line-height:26px;color:#999;font-size:19px;}
.news_list .news_li .nl_right a .news_date em{display:inline-block;width:100px;height:35px;line-height:33px;border:1px solid #dedfe1;border-radius:16px;font-size:12px;font-family:Arial;text-align:center;color:#CCC;font-style:normal;margin-top:38px;}
.news_list .news_li:hover{}
.news_list .news_li:hover .nl_right a .news_txt{padding:0 30px 0 55px;}
.news_list .news_li:hover .nl_right a .news_date{padding-left:30px;}
.news_list .news_li:hover .nl_right a .news_date em{background:#CCC;border:1px solid #CCC;color:#FFF;}
/*newscow*/
.newscow{padding:50px 0 80px; max-width: 1200px; margin: 0 auto;}
.newscow .newscow_center{ text-align: center;}
.newscow .newscow_center .h1{margin:0;line-height:30px;font-size:24px;margin-top:0;}
.newscow .newscow_center .pubinfo{margin:0;line-height:26px;padding-bottom:10px;color:#626262;font-weight:normal;padding-top:10px;border-bottom:1px solid #dbdbdb;margin-bottom:30px;}
.newscow .newscow_center .pubinfo span{padding-right:10px;white-space:nowrap; font-size: 15px;}
.newscow .newscow_center .pubinfo span i{vertical-align: middle; font-size: 15px; padding-right: 5px;}
.newscow .newscount{line-height:30px;font-size:15px;color:#626262;}
.newscow .newscount h2{margin:0;font-size:18px;font-weight:bold;margin-top:12px;line-height:30px;}
.newscow .newscount h3{margin:0;font-size:15px;font-weight:bold;margin-top:8px;line-height:30px;}
.newscow .newscount p{line-height:30px;padding-top:8px;font-size:16px;color:#626262;}
.newscow .newscount img{margin:10px auto;display:block;max-width:100%;height:auto;}
.newscow .newscount table{border-top:1px solid #000;border-left:1px solid #000;margin:0 auto;width:100%!important;} 
.newscow .newscount table td{border-right:1px solid #000;border-bottom:1px solid #000;padding:5px 0;}
.newscow .newscount table td p{margin-top:0;line-height:1.8;}

/* product */
.ul-prolist{overflow: hidden; margin:50px -15px 0;}
.ul-prolist li{width: 33.333%; float: left; overflow: hidden; margin-bottom: 20px;}
.ul-prolist li a{display: block; margin:0 15px;}
.ul-prolist .pic{position: relative; height: 0; overflow: hidden; padding-top: 75%; border:1px solid #eee;}
.ul-prolist .tit{background: #eee; color:#333; text-align: center; font-size: 17px; padding: 5px; line-height: 30px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.ul-prolist li:hover .tit{ background: #085dad; color: #fff;}
.productshow{background:#F5F5F5;padding:20px 0;}

.productshow .pl_top{background:#FFF;padding:15px;margin-top:20px;}
.productshow .pl_top .mtit{ display: none;}
.productshow .pl_top .plt_left{width:600px;float:left;}
.productshow .pl_top .plt_left .plt_img{width:100%;padding-bottom:75%;position:relative; border: 1px solid #0075BA; border-radius: 2%;}
.productshow .pl_top .plt_right{width:calc(100% - 600px);float:right;padding:15px 0 0 40px;position:relative;}
.productshow .pl_top .plt_right h1{font-size:24px;height:34px;line-height:34px;color:#424242;font-weight:normal;}
.productshow .pl_top .plt_right span{display:block;line-height:18px;font-size:14px;color:#999;padding:10px 0;border-bottom: 1px solid #c9c9c9;margin-bottom:15px;}
.productshow .pl_top .plt_right .plt_p{min-height:168px;overflow:hidden;}
.productshow .pl_top .plt_right .plt_p p{line-height:28px;font-size:15px;color:#888;}
.productshow .pl_top .plt_right .plt_p img{max-height: 190px;}
.productshow .pl_top .plt_right .plt_btn{margin-top:30px;font-size:0;-webkit-text-size-adjust:none;padding-bottom:30px;border-bottom:1px solid #c9c9c9;}
.productshow .pl_top .plt_right .plt_btn a{display:inline-block;width:159px;height:44px;line-height:42px;border:1px solid #0075BA;text-align:center;font-size:16px;color:#0075BA;border-radius:22px;position:relative;overflow:hidden;z-index:1;margin-left:20px;}
.productshow .pl_top .plt_right .plt_btn a:before{content:'';position:absolute;left:0;top:0;width:0;height:100%;background:#0075BA;z-index:-1;
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
	    -ms-transition:all .5s;
	        transition:all .5s;
}
.productshow .pl_top .plt_right .plt_btn a:first-child{margin-left:0;}
.productshow .pl_top .plt_right .plt_btn a:hover{border:1px solid #0075BA;color:#FFF;}
.productshow .pl_top .plt_right .plt_btn a:hover:before{width:100%;}
.productshow .pl_top .plt_right .plt_pp{color:#0075BA;font-size:16px;height:34px;margin-top:30px;background:url(../images/pro_icon.png)no-repeat center left;line-height:34px;padding-left:42px;}
.productshow .pl_content{margin-top:20px;}
.productshow .pl_content .plc_l{width:calc(100% - 320px);float:left;}
.productshow .pl_content .plc_l .plc_t{border-left:5px solid #0075BA;background:#fff;height:53px;line-height:53px;color:#515151;font-size:18px;text-indent:17px;}
.productshow .pl_content .plc_l .plc_pp{ width: 100%; font-size:15px;line-height:1.8;color:#777;padding:10px 20px 15px;background:#FFF;margin-top:5px;}
.productshow .pl_content .plc_l .plc_pp p{font-size:15px;line-height:1.8;color:#777;padding:5px 0;}
.productshow .pl_content .plc_l .plc_pp table{ width:100%!important; border: none!important;}
.productshow .pl_content .plc_l .plc_pp table *{font-family: verdana,'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif!important; color: #333!important; line-height: 1.2em;}
.productshow .pl_content .plc_l .plc_pp td{ border:1px solid #ccc!important;font-size:15px!important;padding:10px!important;line-height:1.4!important; text-align:center;}
 .productshow .pl_content .plc_l .plc_pp td p{text-indent: 0em!important;}
  .productshow .pl_content .plc_l .plc_pp td strong span{ font-size}
.productshow .pl_content .plc_l .plc_pp img{max-width:100%;display:block;margin:0 auto;height:auto;}
.productshow .pl_content .plc_r{width:300px;float:right;}
.productshow .pl_content .plc_r .plc_rt{height:53px;line-height:53px;color:#3e3e3e;margin-top:20px;font-size:18px;text-indent:49px; background: url(../images/pro_tj.png) no-repeat #FFF; background-position: 10px center; background-size: 21px 21px;}
.productshow .pl_content .plc_r .plcr_pro .pp_ul{background:#FFF;padding:1px 15px 15px;margin-top:5px;}
.productshow .pl_content .plc_r .plcr_pro .pp_ul a{margin-top:15px;display:block;}
.productshow .pl_content .plc_r .plcr_pro .pp_ul a .pp_img{width:100%;padding-bottom:55%;position:relative;}
.productshow .pl_content .plc_r .plcr_pro .pp_ul a .pp_img img{ object-fit: contain;}
.productshow .pl_content .plc_r .plcr_pro .pp_ul a p{font-size:15px;height:50px;line-height:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;background:#f3f3f3;}


/*img_list*/
.img_list{position:relative;padding:20px 0 30px;}
.img_list li{margin-top:15px;width:23.8%;float:left;cursor:pointer;margin-left:1.6%;}
.img_list li:nth-child(4n+1){margin-left:0;}
.img_list li .p_img{width:100%;padding-bottom:66.67%;position:relative;overflow:hidden;border:2px solid #efefef;}
.img_list li .p_img img{object-fit:contain;width:100%;height:100%;display:block;position:absolute;left:0;top:0;}
.img_list li .p_img .videoicon{background:url(v_icon.png) no-repeat center center rgba(14,104,176,.7);;position:absolute;left:0;top:0;background-size:60px auto;display:block;width:100%;height:100%;}
.img_list li p{margin:0;line-height:43px;color:#666;text-align:center;background:#F1F1F1;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.img_list li:hover p{ background: #085dad; color: #fff;}

/* lxwm */
.g-lxwm{overflow: hidden; margin: 4.01vw 0;}
.g-lxwm .name{font-size: 2.08vw; font-weight: bold; color:#313131; margin-bottom: 36px;}
.g-lxwm .txt{float: left; width: 50%; margin-right: 40px;overflow: hidden;}
.g-lxwm img{display: block; max-width: 100%; height: auto; margin-bottom: 2.08vw;}
.g-lxwm .txt p{line-height: 55px; font-size: 17px; color:#333; padding: 0 20px; background: #f2f2f2;}
.g-lxwm .txt p:nth-child(odd){background: #fafafa;}

/* zxly */
.g-zxly{overflow: hidden;}
.g-zxly .inp{ float: left; display: block; width: 100%; height: 50px; margin-bottom: 13px; border:1px solid #eee; margin-right: 20px; padding: 0 20px; color:#333;}
.g-zxly form img{ margin-bottom: 0;}
.g-zxly .tj{background: #085dad; font-size: 14px; width: 220px; text-align: center; color:#FFF; line-height: 50px;border: none; cursor: pointer;}
.g-zxly .tj:hover {background: #0088e8;}

/* map */
.contactmap{height: 500px; margin-bottom: 80px;}

/* job */
.ul-spag1{overflow: hidden; margin: 0 -20px;}
.ul-spag1 li{width: 33.333%; float: left;}
.ul-spag1 .ico{margin:0 auto; background-repeat: no-repeat; width: 8.02vw; height: 9.22vw; position: relative; z-index: 1; -webkit-background-size: cover; background-size: cover;}
.ul-spag1 .info{margin: 0 20px;}
.ul-spag1 .con{background-color: #fff; height: 12.97vw; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09); margin-top: -4.43vw; padding: 6.25vw 10px 0; text-align: center; font-size: 22px; color:#313131;}
.row-spag4 .bg{overflow: hidden; background: url(../images/bg3-1.jpg) no-repeat; padding: 7.98vw 0 8.02vw; -webkit-background-size: cover; background-size: cover;}
.row-spag4 .tit{font-size: 2.08vw; font-weight: bold; color:#313131; margin-bottom: 2.08vw;}
.row-spag4 .desc{font-size: 22px; color:#313131; font-weight: 400; line-height: 1.82; margin-bottom: 4.06vw;}
.row-spag4 .link{overflow: hidden;}
.row-spag4 .link a{display: block; float: left; width: 197px; height: 49px; line-height: 47px; border: 1px solid #A8A8A9; text-align: center; margin-right: 18px; background: linear-gradient(to right, #085dad, #085dad) no-repeat; background-size: 100% 0%; transition:all .3s;}
.row-spag4 .link a:hover{color: #fff ; border-color: #085dad; background-size: 100% 100%;}
.row-spag5{overflow: hidden; padding: 2.81vw 0 8vw; background: #f9f9f9;}
.m-zp{overflow: hidden; margin-bottom: 4.38vw;}
.m-zp .show{line-height: 60px; text-align: center; color:#333333; font-size: 16px; overflow: hidden;}
.m-zp .show>div{float: left; width: calc(100% / 6);}
.m-zp .th{background: #085dad;}
.m-zp .th .show>div{color:#fff; border-right: 1px solid #47854f;}
.m-zp .bgf{background: #fff; cursor: pointer; box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.06);}
.m-zp .bgf .show>div{border-bottom: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6;}
.m-zp .hd{padding: 20px; font-size: 14px; line-height: 2; color:#333; border-bottom: 1px solid #e6e6e6; display: none;}
.row-spag5 .link{overflow: hidden; text-align: center;}
.row-spag5 .link a{display: inline-block; overflow: hidden; border-radius: 30px; width: 334px; line-height: 54px; font-size: 16px; font-weight: bold; color:#fff; margin:0 20px; background: #F2B704;}
.row-spag5 .link a:last-child{background: #085dad;}
.row-spag5 .link a:nth-child(1) i{display: inline-block; vertical-align: middle; width: 27px; height: 26px; margin-right: 15px; margin-top: -2px; background: url(../img/png8.png) no-repeat;}
.row-spag5 .link a:nth-child(2) i{display: inline-block; vertical-align: middle; width: 21px; height: 26px; margin-right: 12px; margin-top: -2px; background: url(../img/png9.png) no-repeat;}

.manu {padding:25px 3px;margin:3px;text-align:center;}
.manu a{border:1px solid #D9D9D9;padding:9px 15px;text-decoration:none;margin:5px 2px; display: inline-block;}
.manu a:hover{border:1px solid #D9D9D9;}
.manu a:active {border:1px solid #D9D9D9;}
.manu .page-num-current {border:1px solid #085dad;padding:9px 15px;background:#085dad;font-weight:bold;margin:0 2px;color:#FFF;}
.manu .disabled{border:1px solid #D9D9D9;padding:9px 15px;color:#D9D9D9;margin:0 2px;}

.fanye{list-style:none;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;padding-top:10px;padding-bottom:10px;margin-top:10px;}
.fanye ul li{height:30px;line-height:30px;text-align:left;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{ color:#666;}