@charset "utf-8";
html, body, div, span, iframe, map, font, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th{ padding: 0; margin: 0; border: 0; font-weight: normal; font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;  list-style:none;}
html, body { position: relative; height: 100%;}
body{ background:#fff; font:normal 12px/22px "微软雅黑"; overflow-x: hidden;  }
body::-webkit-scrollbar { width:2px;}
body::-webkit-scrollbar-track { background: rgba(232, 232, 232, 1);}
body::-webkit-scrollbar-thumb { background: #006ebd;}
img{ border:0; max-width: 100%; }
input,button,a { outline: none;}
a{ text-decoration:none; color:#000;  }
a:hover{ color:red;  }
.clear { clear:both;}
.clearfix { zoom:1;}
.clearfix:after { content:''; display:block; height:0; clear:both;}
div { box-sizing:border-box;}
.dn { display: none;}
#screen { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; background: rgba(0,0,0,0.5);}
.altEwm { position: fixed; left: 50%; top: 50%; transition: all .4s; z-index: 12; visibility: hidden; opacity: 0; transform: translate(-50%,-50%) scale(0); width: 260px;}
.altEwm img { border-radius: 6px; display: block; width: 100%;}
.altEwm.shows {transform: translate(-50%,-50%) scale(1); visibility: visible; opacity: 1;}
.fcc {display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.fsc {display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;}
.mobLogo { display: none;}
.qrcode img { display: block;}
.foot_end {display: none;}
.foot_end{overflow: hidden;text-align: center;position: fixed;bottom: 0;width: 100%;left: 0;background: #ffffff;border-top: 1px solid #eeeeee;padding-top: 5px;padding-bottom: 5px;/* display: none; */font-size: 14px;z-index: 1;}

.foot_end a{width: 20%;float: left;overflow: hidden;line-height: 1.6;color: #333333;}

.foot_end a img{display: block;height: 30px;margin: 0 auto;margin-bottom: 5px;}

/*通用样式*/
.gotop{ position:fixed; bottom:5px; right:2px; width:50px; height:50px; background:url(../images/gotop.png) no-repeat; background-size:100% 100%;

-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;

-o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; z-index:99; display:none; }

.gotop:hover{/*-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg); cursor:pointer; transform:rotate(360deg);*/opacity:0.9;filter:Alpha(opacity=90);}

.gotop.actives{ display:block;}
.logo { position: relative;}
.logo img { display: block; transition: all 0.5s;}
.logo img:nth-child(2) { position: absolute; left: 0; top: 0; opacity: 0;}
.logo:hover img:nth-child(1) { opacity: 0;}
.logo:hover img:nth-child(2) { opacity: 1;}
.header {  transition: all 0.5s; position: fixed; left: 0; top: 0; width: 100%; z-index: 20; height: 100px; display: flex; padding: 0 52px; justify-content: space-between; align-items: center;}
.small-header .header {background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0)); transform: translateY(-100%);}
.show-header .header { transform: translateY(0);}
.small-header .header{ height: 80px;}
.small-header .header .nav li h2 a { line-height: 80px;}
.small-header .header dl { top: 80px;}

.header:hover .searchEnter,.small-header .header .searchEnter { background: url(../images/searchWhite.png) center no-repeat;}
.header .nav li:hover h2 a{ color: #fff;}
.nav>ul{gap: 2.86vw; display: flex; justify-content: center; align-items: center;}
.menuBtn { display: none;}
.nav li h2 { position: relative;}
/* .nav li h2::after { content: ''; height: 2px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.5s; width: 0; background: #006ebd;}
.nav li:hover h2::after { width:50px;} */
.nav li h2 a { transition: all 0.5s; line-height: 100px; white-space: nowrap; font-size: 16px; color: #222222;}
.header .nav li.cur h2 a { color: #fff;}
.nav li { position: relative;}
.nav li dl { box-sizing: border-box; display: none; width:200px; text-align: center; position: absolute;  padding:10px; left: 50%; transform: translateX(-50%); top:80px;}
.nav li dt { text-align: center; transition: all 0.3s; font-size: 16px; line-height:2;}
.nav li dt:last-child { border: none;}
.nav li dt a { border-bottom: 1px solid rgba(255,255,255,0); display: inline-block; color: #ffffff; transition: all 0.3s;}
.nav li dt:hover>a { color: #fff; }
.nav li dt:hover a{border-bottom: 1px solid rgba(255,255,255,1);}
.fcc {display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.fsc {display: flex;display: -webkit-flex;justify-content: flex-start; align-items: center;}
.searchBox { position: relative;}
.searchinput{z-index: 3; transition: all .5s; opacity: 0;pointer-events: auto;right:0; transform: scale(0); transform-origin: right center;  position: absolute; width: 350px; top:50%; margin-top: -23px;}
.searchinput.show {  transform: scale(1); opacity: 1;} 
.searchinput .hsform{width: 100%;border-radius: 30px;overflow: hidden;background-color: #006ebd;}
.searchinput .hsform .sinput{border: none; width: 100%;height: 44px;background-color: #006ebd;color: #fff;text-indent: 20px;font-size: 16px;}
.searchinput .hsform .sinput::placeholder{color: #fff;font-size: 16px;}
.searchinput .hsform .sbtn{border: none; width: 44px;height: 44px;background: url(../images/searchWhite.png) center center no-repeat;background-size: 17px;cursor: pointer;}
.searchinput .sclosebtn{width: 44px;height: 44px;position: relative;cursor: pointer;transition: 0.5s;}
.sclosebtn:hover { transform: rotate(180deg);}
.searchinput .sclosebtn:before{content: "";display: block;width: 30px;height: 2px;background-color: #006ebd;position: absolute;left: 7px;top: 21px;transform: rotateZ(45deg);}
.searchinput .sclosebtn:after{content: "";display: block;width: 30px;height: 2px;background-color: #006ebd;position: absolute;left: 7px;top: 21px;transform: rotateZ(-45deg);}
.searchEnter {  transition: all 0.5s;cursor: pointer; display: block; background: url(../images/search.png) center no-repeat; display: block; width: 22px; height: 22px;}
.menuControl { display: flex; gap: 26px; align-items: center;}
.langChose h2 {white-space: nowrap; transition: all 0.5s; line-height: 105px; position: relative;cursor: pointer; color: #ffffff; padding-left: 34px; position: relative;  background: url(../images/earth.png) left center no-repeat; transition: all .5s; font-size: 18px;}
.langChose { position: relative;}
.langChose dl { box-shadow:0 0 10px rgba(0,0,0,0.1); display: none; background: #ffffff; border-radius: 4px; text-align: center; width: 84px; padding: 5px 0; position: absolute; top:80px; left: 50%; transform: translateX(-50%);}
.langChose dl::after { content: ''; position: absolute; top: -6px; left: 0; height: 6px; width: 100%; background: url(../images/dsj.png) center no-repeat; background-size: auto 6px;}
.langChose dt a{ transition: all .5s; display: block; font-size: 14px; color: #393939;}
.langChose dt:hover a { color: #006ebd;}
.langChose.cur dl { display: block;}
.header .langChose:hover h2{background: url(../images/earthon.png) left center no-repeat; color: #006ebd;}
.header .searchEnter:hover { background: url(../images/searchon.png) center no-repeat;}

.contactTel a{ padding:0 21px 0 25px; gap: 12px; background: #006ebd; line-height: 44px; border-radius: 44px; font-size: 1.15vw; color: #ffffff; display: flex; align-items: center; justify-content: center; }
.contactTel span { display: block; background: url(../images/tel.png) center no-repeat; width: 21px; height: 21px;}
/*banner*/
.banner { position: relative;}
.banner img{ transform: scale(1.2); transition: all 4s ease-out;  display: block; width: 100%;}
.banner .swiper-pagination { width: auto; left: 53px; bottom: 3.9vw;}
.banner .swiper-pagination span { opacity: 1; transition: all 0.3s; border-radius: 0; box-sizing: border-box; background: rgba(255,255,255,.2); outline: none; width: 20px; height: 4px; margin:0 4px 0 0!important;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background: #ffffff; width: 60px;}
.banner .swiper-button-prev,.banner .swiper-button-next{ transition: all .3s; font-size: 16px; left: auto; top: auto; margin: 0; color: #ffffff; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.25);}
.banner .swiper-button-prev::after,.banner .swiper-button-next::after { font-size: 16px;}
.banner .swiper-button-prev { bottom: 3.9rem; right: calc(58px + 58px);}
.banner .swiper-button-next { bottom: 3.9rem; right:58px;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover { color: #006ebd; background: #ffffff; border: 1px solid #ffffff;}
.banner .swiper-slide-active { z-index: 2;}
.banner .swiper-slide-active img { transform: scale(1);}

/**/
.titleCell { text-align: center;}
.titleCell h2 { line-height: 1; margin-bottom: 20px; font-size: 42px; font-weight: bold; color: #333333;}
.titleCell h2 span { display: inline-flex; align-items: center; color: #006ebd; font-weight: bold;}
.titleCell h2 span i { display: block; width: 6px; height: 6px; background:#006ebd; border-radius: 50%; margin: 0 10px;}
.titleCell p { line-height: 28px; font-size: 16px; color: #999999;}
.titleCell h3 { font-size: 24px; color: #666666; margin: -10px auto 25px;}
.titleCell h4 { line-height: 1; margin-bottom: 20px; font-size: 42px; color: #333333;}
.titleCell h4 span { display: inline-flex; align-items: center; color: #006ebd;}
.titleCell h4 span i { display: block; width: 6px; height: 6px; background:#006ebd; border-radius: 50%; margin: 0 10px;}
.titleCell.whiteTitle h4 { color: #ffffff;}
.homeProduct { padding: 75px 0 68px;}
.productChose { margin: 4vw 0 3.38vw;}
.productChose ul { display: flex; justify-content: center; align-items: center; gap: 4.97vw;}
.productChose li { cursor: pointer; padding-bottom: 26px; position: relative; text-align: center;}
.productChose li p { margin-bottom: 10px; line-height: 1; font-size: 20px; color:#555555; transition: all .3s;}
.productChose li:hover p {color: #006ebd;}
.productChose li span { display: block; line-height: 1; font-size: 12px; color: #999999;}
.productChose li::after { content: ''; position: absolute; transition: all .3s; bottom: 0; left: 50%; transform: translateX(-50%); height: 3px; width: 0; background: #006ebd;}
.productChose li.cur::after { width: 100%;}
.productChose li.cur p { color: #006ebd;}

.productSlide ul { margin-bottom: 74px; padding: 0 30px; display: flex; gap: 37.5px; flex-wrap: wrap;}
.productSlide li { box-shadow:  0 0 10px rgba(0,0,0,0.2); border-radius: 24px; overflow: hidden; width: calc(33.33% - 25px);}
.productText { padding: 28px 28px 19px;}
.productDesc h2 {overflow: hidden;text-overflow: ellipsis;  white-space: nowrap; transition: all .3s; line-height: 1; margin-bottom: 15px; font-size: 22px; font-weight: bold; color: #222222;}
.tag span { margin-right: 30px; font-size: 14px; color: #777777;}
.tag { line-height: 1; margin-bottom: 34px;}
.descCont { display: flex; justify-content: space-between; align-items: flex-end;}
.textCont { flex: 1; max-width: calc(100% - 100px);}
.textCont p { overflow: hidden;text-overflow: ellipsis;  white-space: nowrap; font-size: 14px; color: #777777; line-height: 25px;}
.textCont p span {transition: all .3s;color: #777777;}
.textCont p a {  color: #777777;}
.textCont p a:hover,.textCont p span:hover { color: #006ebd;}
.moreEnter { white-space: nowrap; font-size: 12px; color: #222222; display: flex; align-items: center; color: #222222; gap: 10px; font-family: 'Arial';}
.productPic { height: 342px; overflow: hidden;}
.productPic img { width: 100%; height: 100%; transition: all .8s; object-fit: cover;}
.productSlide li:hover .productPic img { transform: scale(1.2);}
.productSlide li:hover h2 { color: #006ebd;}
.productSlide li:hover p span { color: #006ebd;}
.moreBtn { border: 1px solid #006ebd; border-radius: 46px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; width: 160px; height: 46px; margin: 0 auto; font-size: 15px; color: #ffffff;}
.moreBtn b { transition: all .4s; position: relative; z-index: 2; display: flex; color: #ffffff; align-items: center; gap: 12px;}
.moreBtn b span { transition: all .4s; background: url(../images/whiteEnter.png) center no-repeat; display: block; width: 5px; height: 7px;}
.moreBtn::after { content: ''; background: #006ebd; position: absolute; left: 0; top: 0; height: 100%; width: 100%; transition: all .4s;}
.moreBtn:hover::after { left: 100%;}
.moreBtn:hover b span { background: url(../images/whiteEnterb.png) center no-repeat;}
.moreBtn:hover b { color: #006ebd;}
.art { background: url(../images/artBg.jpg) center top no-repeat #f6f6f6; background-size: 100% auto; padding: 72px 0 120px;}
.art .imgCont { border-radius: 20px; overflow: hidden; position: relative;}
.imgCont i { transition: all .3s; position: absolute; left: 33px; bottom: 44px;  transition: all .4s; border-radius: 50%; display: block; background: url(../images/morejt.png) center no-repeat; width: 50px; height: 50px; border: 1px solid #cbcbcb;}
.imgCont b { transition: all .3s; position: absolute; left: 33px; top: 44px;  transition: all .4s; border-radius: 50%; display: block; background: url(../images/morejt.png) center no-repeat; width: 50px; height: 50px; border: 1px solid #cbcbcb;}
.artCont ul { display: flex; justify-content: space-between; gap: 9px 9px; flex-wrap: wrap;}
.artCont li,.artCont dt { display: flex; justify-content: space-between; gap: 9px 9px; flex-wrap: wrap; align-items: center; }
.artCont li img,.artCont dt img{ display: block; width: 100%; height: 100%; object-fit: cover; transition: all .8s;}
.artCont li video,.artCont dt video { display: block; width: 100%; height: 100%; object-fit: cover; outline: none;}
.imgCont:hover i,.imgCont:hover b { background:url(../images/morejt.png) center no-repeat #006ebd; border: 1px solid #006ebd;}
.artCont li:nth-child(1) { width: 66.66%;}
.artCont li:nth-child(2) { width: calc(33.34% - 9px);}
.artCont li:nth-child(3) { width: 100%;}
.artCont li:nth-child(1) .imgCont:nth-child(1) { height: 347px; width: 39.1%;}
.artCont li:nth-child(1) .imgCont:nth-child(2) { height: 347px; width: calc(60.9% - 9px);}
.artCont li:nth-child(1) .imgCont:nth-child(3) { height: 347px; width: calc(60.9% - 9px);}
.artCont li:nth-child(1) .imgCont:nth-child(4) { height: 347px; width: 39.1%;}
.artCont li:nth-child(2) .imgCont { width: 100%; height: 703px;}
.artCont li:nth-child(3) .imgCont:nth-child(1) { height: 347px; width: 26.48%;}
.artCont li:nth-child(3) .imgCont:nth-child(2) { height: 347px; width: calc(47.04% - 18px);}
.artCont li:nth-child(3) .imgCont:nth-child(3) { height: 347px; width: 26.48%;}
.postText { transition: all .4s; padding-bottom: 14px; position: absolute; left: 33px; top: 44px;}
.postText p { transition: all .4s; font-size: 20px; color: #ffffff; line-height: 1; margin-bottom: 16px;}
.postText span { font-size: 18px; color: #ffffff; display: block;}
.postText::after { content: ''; position: absolute; left: 0; bottom: 0; width: 20px; height: 2px; background: #ffffff;}
.artCont li .imgCont:hover img { transform: scale(1.1);}
.artCont li:nth-child(1) .imgCont:nth-child(1) .postText { left: 32%; top: 50%; transform: translateY(-50%);}
.artCont li:nth-child(1) .imgCont:nth-child(1) .postText p { font-weight: bold; font-size: 36px;}
.artCont li:nth-child(3) .imgCont:nth-child(3) .postText { left: 32%; top: 50%; transform: translateY(-50%);}
.artCont li:nth-child(3) .imgCont:nth-child(3) .postText p { font-weight: bold; font-size: 36px;}
.artDesc { margin: 68px auto; text-align: center; width: 742px; max-width: 92%; font-size: 16px; color: #999999; line-height: 26px;}
.artCont ul { margin-top: 66px;}
.artCont dl { display: flex; flex-direction: column; gap: 9px;}
.artCont dt .imgCont:hover img { transform: scale(1.1);}
.artCont dt:nth-child(1) .imgCont:nth-child(1) { height: 347px; width: 26.48%;}
.artCont dt:nth-child(1) .imgCont:nth-child(2) { height: 347px; width: calc(47.04% - 18px);}
.artCont dt:nth-child(1) .imgCont:nth-child(3) { height: 347px; width: 26.48%;}
.artCont dt:nth-child(2) .imgCont:nth-child(1) { height: 500px; width: 42.26%;}
.artCont dt:nth-child(2) .imgCont:nth-child(2) { height: 500px; width: calc(57.74% - 9px);}
.artCont dt:nth-child(1) .imgCont:nth-child(1) .postText { left: 32%; top: 50%; transform: translateY(-50%);}
.artCont dt:nth-child(1) .imgCont:nth-child(1) .postText p { font-weight: bold; font-size: 36px;} 
.artCont a.moreCase { display: none;}
.feature { padding: 75px 0 95px;}
.featureNum { margin: 4vw 0 3.75vw;}
.featureNum ul { display: flex; justify-content: space-between; align-items: center;}
.featureNum li p b{ display: block; line-height: .8; font-weight: bold; font-size: 68px; color: #006ebd;}
.featureNum li p { margin-bottom: 20px; display: flex; align-items: flex-start;}
.featureNum li p sup { font-size: 20px; color: #006ebd; font-weight: bold;}
.featureNum li span { font-size: 16px; color: #777777;}
.featureDesc { gap: 58px; display: flex; justify-content: space-between;}
.featureText { flex: 1; display: flex; flex-direction: column; justify-content: space-between;}
.featureText li p { font-weight: bold; font-size: 24px; color: #333333; line-height: 1; margin-bottom: 14px;}
.featureText li span { display: block; line-height: 2; color: #777777; font-size: 18px;}
.featureVideo { overflow: hidden; width: 802px; height: 449px;}
.featureVideo img { width: 100%; transition: all .8s; cursor: pointer; height: 100%; object-fit: cover;}
.featureVideo video { width: 100%; height: 100%; object-fit: cover; display: block;}
.service { padding: 64px 0 86px; background: #f3f3f3;}
.goodList { margin: 125px auto 0; display: flex; justify-content: space-between; gap: 25px;}
.goodList li{ border-radius: 24px; transition: all 0.4s; flex: 1; text-align: center; background: #ffffff; position: relative; padding: 100px 0 54px;}
.goodPic { box-shadow: 0 0 10px rgba(0,0,0,0.1); position: absolute; width: 120px; height: 120px; left: 50%; top: -60px; margin-left: -60px; background: #ffffff; border-radius: 50%;}
.goodPic img { transition: all .4s; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.goodPic img:nth-child(2) {opacity: 0;}
.goodTitle p { transition: all .4s; margin-bottom: 10px; font-weight: bold; font-size: 24px; color: #333333;}
.goodTitle p span { transition: all .4s; font-weight: bold; color: #006ebd;}
.goodTitle b { transition: all .4s; line-height: 1; display: block; font-size: 24px; color: #666666;}
.goodTitle { margin-bottom: 45px; position: relative; padding-bottom: 25px;}
.goodTitle::after { content: ''; transition: all .4s; position: absolute; width: 27px; height: 3px; background: #0268aa; bottom: 0; left: 50%; transform: translateX(-50%);}
.goodDesc p { transition: all .4s; font-size: 22px; color: #666666; line-height: 1.5;}
.goodList li:hover { background: #0069b4;}
.goodList li:hover p,.goodList li:hover p span,.goodList li:hover b { color: #ffffff;}
.goodList li:hover .goodTitle::after { background: #ffffff;}
.goodList li:hover .goodPic img { transform:translate(-50%,-50%) rotateY(360deg);}
.goodList li:hover .goodPic img:nth-child(1) { opacity: 0;}
.goodList li:hover .goodPic img:nth-child(2) { opacity: 1;}
.container { width: 1680px; max-width: 92%; margin: 0 auto;}
.ecology { padding: 90px 30px 55px;}
.ecologyList ul { display: flex; justify-content: space-between;}
.ecologyList li { overflow: hidden; flex: 1; position: relative;}
.ecologyText { position: relative; z-index: 3; padding: 143px 40px 214px; height: 896px;}
.ecologyList li img.ecoBg { transition: all 0.8s; position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0;}
.ecologyList .swiper-slide img.ecoBg {transition: all 0.8s; position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0;}
.ecologyList .swiper-slide { overflow: hidden;}
.ecoTitle p { line-height: 1; font-size: 30px; font-weight: bold; color: #ffffff; margin-bottom: 20px;}
.ecoTitle span { display: block; line-height: 1; color: #ffffff; font-size: 20px; font-weight: bold;}
.ecoIcon img { display: block;}
.ecoIcon { display: block; margin-bottom: 42px;}
.ecoDesc p { font-weight: bold; font-size: 22px; color: #ffffff;}
.ecoDesc img{ margin: 125px 0 35px;}
.detailEnter { transition: all .4s; margin-top: 5.2vw; font-size: 16px; display: inline-flex; align-items: center; gap:10px; padding: 0 14px; height: 38px; color: #ffffff; border-radius: 37px; border: 1px solid #ffffff;}
.ecologyList li::after { content: ''; opacity: 0; transition: all 0.4s; position: absolute; height: 100%; left: 0; top: 0; width: 100%; background-image: linear-gradient(to bottom, rgba(0,110,189,.3) 0%,rgba(0,110,189,1) 70%,rgba(0,110,189,1) 100%);}
.ecologyList li:hover::after { opacity: 1;}
.ecologyList li:hover img.ecoBg { transform: scale(1.1);}
.ecologyList { margin-top: 95px;}
.ecologyList li:hover .detailEnter {letter-spacing: 3px;}
.ecologyList .swiper-slide::after { content: ''; opacity: 0; transition: all 0.4s; position: absolute; height: 100%; left: 0; top: 0; width: 100%; background-image: linear-gradient(to bottom, rgba(0,110,189,.3) 0%,rgba(0,110,189,1) 70%,rgba(0,110,189,1) 100%);}
.ecologyList .swiper-slide:hover img.ecoBg { transform: scale(1.1);}
.ecologyList .swiper-slide:hover .detailEnter {letter-spacing: 3px;}
.ecologyList .swiper-slide:hover::after { opacity: 1;}
.ecologyList .swiper-button-next,.ecologyList .swiper-button-prev { display: none;}
.partner { padding: 55px 0 90px;}
.partnerSwiper { margin-top: 70px; padding: 0 75px; position: relative;}
.partnerSwiper img { display: block; width: 100%;}
.partnerSwiper .swiper-button-prev { margin-top: 50px; top: 50%; transform: translateY(-50%); transition: all .4s; display: block; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #d2d2d2; background: url(../images/prev.png) center no-repeat;}
.partnerSwiper .swiper-button-next { margin-top: 50px; top: 50%; transform: translateY(-50%); transition: all .4s; display: block; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #d2d2d2; background: url(../images/next.png) center no-repeat;}
.partnerSwiper .swiper-button-next::after,.partnerSwiper .swiper-button-prev::after { display: none;}
.partnerSwiper .swiper-button-prev:hover { background: url(../images/prevOn.png) center no-repeat #0268aa; border: 1px solid #0268aa;}
.partnerSwiper .swiper-button-next:hover { background: url(../images/nextOn.png) center no-repeat #0268aa; border: 1px solid #0268aa;}
.homeNews { background: #f6f6f6; padding: 70px 0 162px;}
.newsChose { margin: 55px 0 60px; position: relative; gap: 220px; position: relative; justify-content: center; display: flex; align-items: center;}
.newsChose span { cursor: pointer; transition: all .4s; display: block; font-size: 18px; color: #333333; line-height: 50px; position: relative;}
.newsChose span::after { content: ''; transition: all .4s; left: 50%; transform: translateX(-50%); position:absolute; bottom: 0; width: 0; height: 2px; background: #006ebd;}
.newsChose span.cur {color: #006ebd;}
.newsChose span.cur::after { width: 100%;}
.newsChose a.detailEnter { overflow: hidden; margin: 0; border: 1px solid #d2d2d2; color: #333333; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.newsChose a.detailEnter i { font-style: normal; position: relative; display: flex; z-index: 2; align-items: center; gap: 10px;}
.newsChose a.detailEnter span { background: url(../images/next.png) center no-repeat; width: 26px; height: 7px; display: block;}
.newsChose a.detailEnter::after { content: ''; left: -100%; background: #006ebd; position: absolute; top: 0; height: 100%; width: 100%; transition: all .4s;}
.newsChose a.detailEnter:hover::after { left: 0;}
.newsChose a.detailEnter:hover { border: 1px solid #006ebd; color: #ffffff;}
.newsChose a.detailEnter:hover span { background: url(../images/nextOn.png) center no-repeat;}
.newsBd li { padding-right: 40px; transition: all 0.4s; border-bottom: 1px solid #c9c9c9; line-height: 66px; text-indent: 34px; position: relative;}
.newsBd li a { display: flex; justify-content: space-between; align-items: center;}
.newsBd li .li_hover { position: absolute; width: 1px; height: 1px; pointer-events: none; z-index: 10; top: 0; left: 0;overflow: visible; opacity: 0; -webkit-transition: opacity .2s ease-in; transition: opacity .2s ease-in;}
.newsBd li:hover .li_hover { opacity: 1;}
.newsBd li .li_hover img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 25vw; border-radius:16px; -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 80%, 0 80%);clip-path: polygon(0 20%, 100% 20%, 100% 80%, 0 80%); -webkit-transition: all .3s ease-out; transition: all .3s ease-out; max-width: none;}
.newsBd li:hover .li_hover img { -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}
.newsBd li:hover:hover {background: #006ebd;}
.newsBd li p {overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;  transition: all 0.4s; color: #333333; font-size: 20px; font-weight: 200;}
.newsBd li span { transition: all 0.4s; font-weight: 200; color: #333333; font-size: 20px;}
.newsBd li:hover p { font-style: italic;}
.newsBd li:hover p,.newsBd li:hover span { color: #ffffff; font-weight: bold;}

/**/
.footer { background: #9c9c9c; padding-top: 68px; padding-bottom: 37px; background-size: cover;}
.footerTop { display: flex; justify-content: space-between; gap: 120px;}
.footLeft { flex: 1;}
.footRight { width: 600px;}
.footLink { line-height: 45px; margin-bottom: 160px; display: flex; justify-content: space-between;}
.footLink a { font-size: 24px; transition: all 0.4s; font-weight: 200; color: #666666;}
.footLink a:hover { color: #ffffff;}
.copyRight { border-top: 1px solid #666; line-height: 34px; display: flex; justify-content: space-between; align-items: center;}
.copyRight p,.copyRight a { transition: all 0.3s; font-size: 15px; color:#666666;}
.copyRight a:hover { color: #ffffff;}
.copyRight p br { display: none;}
.scaleEwm { border: 6px solid #ffffff; border-radius: 3px; transition: all 0.5s; transform: scale(0); transform-origin: bottom center; position: absolute; bottom: 50px; width: 100px;}
.menubox { display: none;}
.solognText h2 { white-space: nowrap; margin-bottom: 26px; gap: 40px; display: flex; justify-content: space-between; font-size: 1.875vw; font-weight: bold; color:#ffffff;}
.solognText h2  span { font-weight: bold; line-height: 1;}
.footSologn { margin-bottom: 80px; display: flex; justify-content: space-between;}
.solognText p { line-height: 1; font-size: 1.4vw; color: #ffffff; display: flex; justify-content: space-between;}
.scanList ul { display: flex; justify-content: space-between;}
.scanList li { text-align: center;}
.scanList li img { border-radius: 3px; opacity: .5; transition: all 0.4s; height:7vw; display: block; margin: 0 auto 15px;}
.scanList li p { transition: all 0.4s; font-size: 18px; color: #666666; line-height: 1;}
.scanList li:hover img { opacity: 1;}
.scanList li:hover p { color: #ffffff;}
.chatPhone { margin-bottom: 30px; line-height: 50px; align-items: flex-start; justify-content: space-between; display: flex;}
.chatPhone p { line-height: 45px; align-items: center; gap: 10px; display: flex; font-size: 18px; color: #666666;}
.chatPhone a { transition: all .3s; font-size: 62px; color: #ffffff;}
.chatPhone a:hover { color: #006ebd;}
.chatPhone a.smallPhone { font-size: 53px;}
.addressLink ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
.addressLink li { margin-bottom: 28px;}
.addressLink li:nth-child(2n) { width: 240px;}
.addressLink li p,.workAddress p {transition: all .4s; font-size: 18px; color: #666666; line-height: 1; margin-bottom: 8px;}
.addressLink li:hover p,.addressLink li:hover span{ color: #ffffff;}
.addressLink li span { transition: all .4s; font-size: 14px; color: #666666;}
.workAddress span { transition: all .4s; font-size: 16px; color: #666666;}
.workAddress:hover span,.workAddress:hover p { color: #ffffff;}
.addressLink { margin: 50px 0 40px;}
.footerContact { margin-top: 52px; line-height: 32px; padding: 23px 0; font-size: 18px; color: #666666; border-top: 1px solid #666666;}
.footerContact a { transition: all 0.3s; font-size: 16px; margin-right: 46px; color: #666666;}
.footerContact a:hover { color: #ffffff;}
.footLogo img { width: 100%; display: block;}
.inBanner img { animation: scaleAnim 5s ease forwards; display: block; width: 100%;}
.inBanner { overflow: hidden; position: relative;}
@keyframes scaleAnim{

    0%{         

        -webkit-transform: scale(1.2);

        transform: scale(1.2);

    }

    100%{

        -webkit-transform: scale(1);

        transform: scale(1);

    }

}
.bannerText { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; text-align: center;}
.bannerText h2 { letter-spacing: .9375vw; font-size: 72px; color: #ffffff; line-height: 1; margin-bottom: 32px;}
.bannerText p { font-size:24px; line-height:40px; letter-spacing: 2px; color: #ffffff; font-weight: 200;}
.location { font-size: 16px; color: #ffffff; position: absolute; right: 86px; bottom: 33px;}
.location a { color: #ffffff; transition: all .3s;}
.location a:hover { color: #006ebd;}
.aggregationList { padding: 22px 0 50px;}
.aggregationList li{ transition: all 0.4s; border-bottom: 1px solid #eeeeee; padding:54px 0; display: flex; justify-content: space-between; gap: 48px;}
.aggregationPic { overflow: hidden; width: 478px; height: 272px; overflow: hidden; border-radius: 10px;}
.aggregationPic img { width: 100%; height: 100%; transition: all .8s;}
.aggregationList li:hover img { transform: scale(1.1);}
.aggText { flex: 1;}
.aggText span { margin-bottom: 15px; border-radius: 40px; display: inline-flex; font-size: 16px; color: #645755; border: 1px solid #c9c9c9; line-height: 40px; padding: 0 19px;}
.aggText h2 { height: 164px; font-size: 30px; line-height: 50px; font-weight: bold; color: #353941; transition:all .4s;}
.aggText h2 a { transition: all .4s; color: #353941;}
.bottomTag { display: flex; justify-content: space-between; align-items: end;}
.tagList p { font-size: 16px; color: #666666; line-height: 26px;}
.tagList p a { color: #666666;transition: all .4s;}
.tagList p a:hover { color: #006ebd;}
.aggregationList li:hover h2 a{ color: #006ebd;}
.aggregationList li:hover{ border-bottom: 1px solid #006ebd;}
.moreCheck a{ white-space: nowrap; align-items: center; border-radius: 48px; line-height: 48px; padding: 0 40px 0 43px; display: flex; font-size: 15px; color: #ffffff; gap: 12px; background: #006ebd;}
.moreCheck a i { display: block; background: url(../images/whiteEnter.png) center no-repeat;
width: 5px; height: 7px;}
.aggregationList ul { margin-bottom: 53px;}
.fpage { display: flex; justify-content: center; gap:5px}
.fpage a { background: #f8f8f8; border-radius: 8px; display: block; color: #555555; font-size: 16px; line-height: 44px; width: 62px; text-align: center; transition: all .3s;}
.fpage a.cur { background:#006ebd; color: #ffffff;}
.fpage a:hover { color: #006ebd;}
/*video*/
.mainFilter { width: 100%; height: 100%; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 100; display: none; background: rgba(0,0,0,0.5);}
.popupVideo { max-width: 800px;width:96%;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);z-index: 120;display: none;border-radius:4px;outline:none;}
.popupVideo iframe,.popupVideo video { width: 100%;max-height:500px;background:#000;}
.popupVideo .close { width: 24px;height: 24px;position: absolute;top: 18px;right: 18px;background: url(../images/c10.png) no-repeat center;cursor: pointer;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;border-radius:50%;z-index:2;}
.popupVideo .close:hover { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg);-moz-transform: rotate(90deg); background-color:#292f46; background-image:url(../images/c10.png);}
.popupVideo .video_t{ height:60px; line-height:60px; overflow:hidden; background:#fff; padding-left:18px; color:#424242; font-size:18px; font-weight:400; display:none;}
/**/
.aboutMenu{ gap: 90px; line-height: 92px; border-bottom: 1px solid #eeeeee; display: flex; justify-content: center; align-items: center;}
.aboutMenu .fixMenu{ gap: 90px; line-height: 92px; flex: 1; display: flex; justify-content: center; align-items: center;}

.aboutMenu span,.aboutMenu a{ cursor: pointer; padding: 0 2px; cursor: pointer; position: relative; display:block; font-size:20px; color: #555555;}
.aboutMenu span.cur,.aboutMenu a.cur { color: #006ebd;}
.aboutMenu span::after,.aboutMenu a:after { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; transition: all .3s; background:#006ebd ;}
.aboutMenu span.cur::after,.aboutMenu a.cur:after { content: ''; width: 100%;}
.advantage { background: #f8f8f8; padding: 80px 0;}
.advantageList ul { margin-top: 90px; gap: 30px; display: flex; justify-content: space-between; align-items: center;}
.advantageList li { position: relative; flex: 1; border-radius: 20px; overflow: hidden; background: #ffffff; display: flex; flex-direction: column;}
.advantageList li:nth-child(2n) { flex-direction: column-reverse;}
.advText { position: relative; z-index: 2; height: 345px; padding: 60px 35px;}
.advPic { height: 230px; overflow: hidden;} 
.advPic img { width: 100%; height: 100%; object-fit: cover; transition: all .4s;}
.advText h2 { transition: all .4s; font-weight: bold; line-height: 1; margin-bottom: 10px; font-size: 28px; color: #333333; text-align: center;}
.advText span { transition: all .4s; display: block; font-size: 14px; color: #666666; text-align: center;}
.advText p { transition: all .4s; text-align: justify; font-size: 16px; color: #666666; line-height: 28px; margin-top:45px;}
.advantageList li:hover img { transform: scale(1.1);}
.advantageList li::after { transition: all 1.2s; content: ''; opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(to bottom,#006ebd 0%,#006ebd 55%,rgba(0,110,189,0) 80%,rgba(0,110,189,0) 100%);}
.advantageList li:nth-child(2n)::after{ transition: all 1.2s; opacity: 0; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(to top,#006ebd 0%,#006ebd 55%,rgba(0,110,189,0) 80%,rgba(0,110,189,0) 100%);}
.advantageList li:hover h2,.advantageList li:hover p,.advantageList li:hover span { color: #ffffff;}
.advantageList li:hover::after { opacity: 1;}
.honor { background: url(../images/honorBg.jpg) center no-repeat; background-size: cover; padding: 80px 0 100px;}
.honorChose { margin: 90px 0 100px; display: flex; align-items: center; justify-content: center; gap: 60px;}
.honorChose span { border-radius: 42px; box-sizing: border-box; padding: 0 20px; font-size: 20px; color:#006ebd; min-width: 172px; justify-content: center; gap:10px; height: 43px; cursor: pointer; border: 1px solid #006ebd; display: flex; align-items: center;}
.honorChose i { display: block; position: relative;}
.honorChose i img { display: block;}
.honorChose i img:nth-child(2) { opacity: 0; position: absolute; left: 0; top: 0; width: 100%; display: block;}
.honorChose span.cur i img:nth-child(1) { opacity: 0;}
.honorChose span.cur i img:nth-child(2) { opacity: 1;}
.honorChose span.cur { color: #ffffff; background: #006ebd;}
.honorSlide { display: none;}
.honorSlide.showState { display: block;}
.honorSlide::after { content: ''; clear: both; display: block; height: 0;}
.honorText { float: left; width: 980px; max-width: 100%;}
.honorPic .swiper { margin-bottom: 17px; background: #ffffff; padding: 12px;}
.honorPic { float: right; width: 556px; margin-right: 68px;}
.honorPic .swiper-slide { overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.honorPic .swiper-slide img { width: 100%; transition: all .4s;}
.honorPic .swiper-slide:hover img { transform: scale(1.1);}
.honorPic .swiper-button-next,.honorPic .swiper-button-prev { transition: all .4s; position: static; margin: 0; color: #c2c2c2; display: inline-flex; width: 34px; height: 34px; border: 1px solid #c2c2c2; border-radius: 50%;}
.honorPic .swiper-button-next:after,.honorPic .swiper-button-prev::after { font-size: 12px;}
.honorPic .swiper-button-next:hover,.honorPic .swiper-button-prev:hover { border: 1px solid #0f76c1; color:#0f76c1}
.honorPic .swiper-button-prev { margin: 0 10px;}
.honorText ul { display: flex; flex-wrap: wrap;}
.honorText li { line-height: 2.3; font-size: 20px; color: #333333; width: 50%;}
.honorText li:before { content: '·'; color:#006ebd; margin-right: 13px; font-weight: bold; font-size: 18px;}
.teamList ul { gap: 54px; display: flex; justify-content: space-between;}
.team { padding: 75px 0 70px;}
.teamPic { overflow: hidden; height: 208px; border-radius: 17px;}
.teamPic img { display: block; transition: all 0.8s; width: 100%; height: 100%; object-fit: cover;}
.team ul { margin-top: 80px;}
.team li:hover .teamPic img { transform: scale(1.1);}
.team li h2 { margin-bottom: 15px; margin-top: 50px; padding-bottom: 15px; line-height: 40px; border-bottom: 1px solid #d2d2d2; display: flex; justify-content: space-between; align-items: end; font-weight: bold; font-size: 24px; color: #333333;}
.team li p { line-height: 30px; font-size: 18px; color: #333333;}
.step { transition: all .5s; background: url(../images/step.jpg) center no-repeat; background-size: cover!important; background-attachment: fixed!important; height: 795px; padding-top: 75px;}
.titleCell.whiteTitle h2 {color:#ffffff} 
.titleCell.whiteTitle p {color: #ffffff;}
.yearStep { max-width: 100%; padding: 0 74px; width: 1230px; margin: 0 auto; position: relative;}
.yearStep .swiper-button-next,.yearStep .swiper-button-prev { cursor: pointer; opacity: 1; pointer-events: all; transition: all .4s; color: #fff; top: auto; bottom: -30px; display: inline-flex; width: 60px; height: 60px; border: 1px solid #fff; border-radius: 50%;}
.yearStep .swiper-button-next:after,.yearStep .swiper-button-prev::after { font-size: 16px;}
.yearStep .swiper-button-next:hover,.yearStep .swiper-button-prev:hover { border: 1px solid #0f76c1; color:#ffffff; background: #0f76c1;}
.yearStep .swiper-slide { transition: all .3s; line-height: 110px; cursor: pointer; position: relative; text-align: center; font-size: 24px; color: #ffffff; background: url(../images/lineBg.png) center bottom no-repeat; background-size: 100% auto;}
.yearStep .swiper-slide.cur::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 6px; height: 14px; background: #ffffff;}
.yearStep .swiper-slide.cur { font-weight: bold; font-size: 36px;}
.yearStep .swiper-slide:last-child { background: url(../images/lineBg2.png) center bottom no-repeat;}
.stepDesc li { text-align: center;}
.stepDesc li h2 { line-height: 1.4; margin: 45px auto 20px; font-weight: bold; font-size: 30px; color: #ffffff;}
.stepDesc li p { font-size: 18px; color: #ffffff; line-height: 32px;}
.culture ul { margin-top: 90px; gap: 18px; display: flex; justify-content: space-between;}
.culture li { border-radius: 18px; flex: 1; overflow: hidden; position: relative;}
.culture img { width: 100%; height: 100%; transition: all .8s; display: block; object-fit: cover;}
.cultureText { z-index: 2; position: absolute; top: 90px; left: 22px; right: 22px;}
.culture { padding: 95px 0;}
.cultureText p { margin-bottom: 25px; font-size: 15.5px; color: #ffffff;}
.cultureText span { display: block; line-height: 1.5; font-size: 22px; color: #ffffff;}
.culture li:hover img { transform: scale(1.1);}
.positionChose ul { width: 1480px; max-width: calc(100% - 200px); margin: 55px auto 25px; display: flex; justify-content: space-between; align-items: center;}
.positionChose li { cursor: pointer;}
.positionChose li img { transition: all .4s; display: block; margin: 0 auto;height: 100%;position: absolute; left: 50%; top: 0%; transform: translate(-50%,0%);}
.positionChose span { position: relative;display: block;height: 34px;}
.positionChose li img.img2 {  opacity: 0;}
.positionChose li:hover img.img1,.positionChose li.cur img.img1 { opacity: 0;z-index: 0;}
.positionChose li:hover img.img2,.positionChose li.cur img.img2 { opacity: 1;z-index: 1;}
.positionChose li p { transition: all 0.4s; position: relative; font-size: 16px; color: #666666; line-height: 40px;}
.positionChose li p::after { left: 0; transition: all .3s; content: ''; position: absolute; bottom: 0; width: 0; height: 3px; background: #006ebd;}
.positionChose li.cur p:after { width: 100%;}
.positionChose li:hover p,.positionChose li.cur p { color: #006ebd;}
.positionSwiper {position: relative; padding: 0 100px;}
.positionSwiper .swiper-slide { overflow: hidden; position: relative;}
.positionSwiper img { transition: all .8s; display: block; width: 100%; height: 530px; object-fit: cover;}
.positionSwiper .swiper-slide:hover img { transform: scale(1.1);}
.positionText { position: absolute; left: 80px; top: 118px;}
.positionText h2 { font-weight: bold; color: #ffffff; line-height: 1; font-size: 40px; margin-bottom: 24px;}
.positionText p { margin-bottom: 46px; font-size: 28px; color: #ffffff;}
.positionText span { max-width: 100%; width: 428px; text-align: justify; display: block; font-size: 14px; color: #ffffff; line-height: 24px;}
.positionSwiper .swiper-button-next,.positionSwiper .swiper-button-prev { transition: all .4s; color: #c3c3c3; display: inline-flex; width: 60px; height: 60px; border: 1px solid #c3c3c3; border-radius: 50%;}
.positionSwiper .swiper-button-next:after,.positionSwiper .swiper-button-prev::after { font-size: 16px;}
.positionSwiper .swiper-button-next:hover,.positionSwiper .swiper-button-prev:hover { border: 1px solid #0f76c1; color:#ffffff; background: #0f76c1;}
.postion { padding: 80px 0 40px;}
.postion .titleCell p,.serviceStep .titleCell p,.vitality .titleCell p,.moreNum .titleCell p { font-size: 20px; color: #bababa;}
.postion .titleCell h2,.serviceStep .titleCell h2,.vitality .titleCell h2,.moreNum .titleCell h2 { margin-bottom: 30px;}
.serviceList ul { margin-top: 60px; padding: 0 23px; gap: 12px; display: flex; justify-content: space-between;}
.serviceList li { background: #ffffff; border-radius: 20px; overflow: hidden; flex: 1; display: flex; flex-direction:column-reverse;}
.serviceList li:nth-child(2n) { flex-direction: column;}
.serviceText { padding: 18px 0 18px 1.666vw;}
.serviceText span { display: block; line-height: 1; font-weight: bold; font-size: 39px; color: #006ebd;}
.serviceText h2 { line-height: 1; margin: 14px 0 4px; font-weight: bold; font-size: 24px; color: #333333;}
.serviceText p { white-space: nowrap; font-size: 16px; color: #d8d8d8;}
.servicePic { overflow: hidden; height: 216px;}
.servicePic img {transition: all .4s; display: block; width: 100%; height: 100%; object-fit: cover;}
.serviceStep { background: #f8f8f8; padding: 85px 0;}
.serviceList li:hover img { transform: scale(1.1);}
.vitality { padding-top: 85px;}
.vitalityCont { margin-top: 65px; padding: 74px 0; background: url(../images/vitalityBg.jpg) center no-repeat; background-size: cover;}
.vitalityList { width: 1480px; max-width: 92%; margin: 0 auto;}
.vitalityList ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
.vitalityList ul { border-left:1px solid #b3c3d4; border-top: 1px solid #b3c3d4;}
.vitalityList li { position: relative; padding: 60px 0 50px; text-align: center; width: 25%; box-sizing: border-box; border-right:1px solid #b3c3d4; border-bottom: 1px solid #b3c3d4;}
.vitalityList li::after { content: ''; opacity: 0; transition: all .3s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(to bottom,rgba(0,110,189,.5),rgba(0,110,189,0));}
.vitalityList li p { position: relative; z-index: 2; font-weight: bold; font-size: 24px; color: #ffffff; line-height: 34px;}
.vitalityList li img { transition: all .4s; position: relative; z-index: 2; display: block; margin: 0 auto 25px;}
.vitalityList li:hover::after { opacity: 1;}
.vitalityList li:hover img { transform: rotateY(360deg);}
.morenumList { width: 1480px; max-width: 92%; margin: 0 auto;}
.morenumList ul { margin-top: 65px; gap: 7px; display: flex; justify-content: space-between;}
.morenumList li { border-radius: 20px; flex: 1; position: relative; overflow: hidden;}
.morenumText { z-index: 2; position: absolute; left:0; width: 100%; text-align: center; top: 35px; font-weight: bold; color: #ffffff;}
.morenumText p { line-height: 1.6; font-weight: bold; font-size: 20px;}
.morenumList li img,.morenumList li video { display: block; transition: all .4s; width: 100%; object-fit: cover;}
.moreNum { padding: 85px 0;}
.morenumList li:hover img { transform: scale(1.1);}

.programSlide,.digitalSlide { padding: 0 44px;}
.programSlide ul { margin-top: 60px; display: flex; justify-content: space-between; gap: 9px 9px; flex-wrap: wrap;}
.programSlide li{ display: flex; justify-content: space-between; gap: 9px 9px; flex-wrap: wrap; align-items: center; }
.programSlide li .imgCont { position: relative; overflow: hidden; border-radius: 20px;}
.programSlide li img,.programSlide li video{ display: block; width: 100%; height: 100%; object-fit: cover; transition: all .8s;}
.programSlide li:nth-child(1) { width: calc(20% - 6px);}
.programSlide li:nth-child(2) { width: calc(60% - 6px);}
.programSlide li:nth-child(3) { width: calc(20% - 6px);}
.programSlide li:nth-child(2) .imgCont:nth-child(1) { height: 286px; width: 39.1%;}
.programSlide li:nth-child(2) .imgCont:nth-child(2) { height: 286px; width: calc(60.9% - 9px);}
.programSlide li:nth-child(2) .imgCont:nth-child(3) { height: 286px; width: calc(60.9% - 9px);}
.programSlide li:nth-child(2) .imgCont:nth-child(4) { height: 286px; width: 39.1%;}
.programSlide li:nth-child(1) .imgCont { width: 100%; height: 581px;}
.programSlide li:nth-child(3) .imgCont:nth-child(1) { height: 286px; width:100%;}
.programSlide li:nth-child(3) .imgCont:nth-child(2) { height: 286px; width:100%;}
.programSlide li .imgCont:hover img { transform: scale(1.1);}
.program { padding: 65px 0 80px;}
.digitalSlide ul { margin-top: 60px; display: flex; justify-content: space-between; gap: 9px 9px; flex-wrap: wrap;}
.digitalSlide li{ display: flex; justify-content: space-between; gap: 9px 9px; flex-wrap: wrap; align-items: center; }
.digitalSlide li .imgCont { position: relative; overflow: hidden; border-radius: 20px;}
.digitalSlide li img,.digitalSlide li video{ display: block; width: 100%; height: 100%; object-fit: cover; transition: all .8s;}
.digitalSlide li:nth-child(1) { width: calc(32.5% - 4.5px);}
.digitalSlide li:nth-child(2) { width: calc(67.5% - 4.5px);}
.digitalSlide li:nth-child(2) .imgCont:nth-child(1) { height: 445px; width: 39.1%;}
.digitalSlide li:nth-child(2) .imgCont:nth-child(2) { height: 445px; width: calc(60.9% - 9px);}
.digitalSlide li:nth-child(2) .imgCont:nth-child(3) { height: 445px; width: calc(60.9% - 9px);}
.digitalSlide li:nth-child(2) .imgCont:nth-child(4) { height: 445px; width: 39.1%;}
.digitalSlide li:nth-child(1) .imgCont { width: 100%; height:899px;}
.digitalSlide li .imgCont:hover img { transform: scale(1.1);}
.digitalSlide li .postText { top: auto; bottom: 50px;}
.digital { background: #f9f9f9; padding: 65px 0 80px;}

.filmSlide { padding: 0 44px;}
.filmSlide ul { margin-top: 45px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 44px 13px;}
.filmPic { margin-bottom: 25px; overflow: hidden; max-height:500px; height: 26vw; border-radius: 22px;}
.filmPic img,.filmPic video {display: block; width: 100%; height: 100%; object-fit: cover; transition: all .8s; }
.filmSlide li { width: calc(50% - 6.5px);}
.filmSlide li:hover img { transform: scale(1.1);}
.filmText { display: flex; align-items: center; justify-content: space-between;}
.filmDesc p { line-height: 1; margin-bottom: 15px; font-size: 30px; transition: all .4s; color: #333333;}
.filmDesc span { text-transform:uppercase; font-family: 'Arial'; font-size: 15px; color: #ababab;}
.filmText i { transition: all .4s; border-radius: 50%; display: block; background: url(../images/morejt.jpg) center no-repeat; width: 50px; height: 50px; border: 1px solid #cbcbcb;}
.filmSlide li:hover i { background: url('../images/morejtOn.jpg') center no-repeat; border: 1px solid #006ebd;}
.filmSlide li:hover p { color: #006ebd;}
.film { padding: 55px 0;}
.film .titleCell { padding: 0 4%;}
.contactBox { padding: 70px 0 65px;}
.contactBox .titleCell h4 { font-size: 36px;}
.introduceSlide { margin-top: 70px;}
.introduceSlide li { margin-bottom: 60px; gap: 28px; display: flex; justify-content: space-between;}
.introduceText { width: 557px; height: 522px; padding: 27px 44px 0; background: #f8f8f8; border-radius: 18px;}
.introducePic {flex: 1; height: 522px; overflow: hidden; border-radius: 10px;}
.introducePic img { display: block; width: 100%; height: 100%; transition: all .4s; object-fit: cover;}
.introducePic:hover img { transform: scale(1.1);}
.introduceSlide li:nth-child(2n) { justify-content: space-between; align-items: ; flex-direction: row-reverse;}
.intTit { padding:24px 0 24px 75px; margin-bottom: 35px; position: relative; border-bottom: 1px solid #bfbfbf;}
.intTit img { position: absolute; left: 0; bottom: 50%; transform: translateY(50%);}
.intTit h2 { font-weight: bold; font-size: 30px; color: #333333; line-height: 1; margin-bottom: 14px;}
.intTit span { font-size: 24px; color: #6f7175; line-height: 1;}
.introduceText p { color: #666666; font-size: 20px; line-height: 2.1;}
.addressList ul { margin-top: 70px; display:flex; flex-wrap: wrap; justify-content: space-between; gap:52px 15px;}
.addressList li { display: flex; gap: 20px; width: calc(33.33% - 10px);}
.addressPic { width: 138px; height: 132px; border-radius: 8px; overflow: hidden;}
.addressPic img { display: block; width: 100%; height: 100%; object-fit: cover; transition: all .4s;}
.addressList li:hover .addressPic img { transform: scale(1.1);}
.addressText { flex: 1;}
.addressText p { font-size: 16px; color: #333333; margin: 15px 0 7px; line-height: 24px;}
.addressText span { font-size: 14px; color: #666666;}
.addressList { background: #f8f8f8; padding: 75px 0;}
.addressList .titleCell p { font-size: 18px; line-height: 1.55;}
.contactForm { padding-top: 65px; display: flex; justify-content: space-between;}
.hotLine { margin-bottom: 35px; background: url(../images/contactIcon5.jpg) left center no-repeat; padding-left: 64px;}
.hotLine p { line-height: 1; margin-bottom: 18px; font-size:18px; color: #333333;}
.hotLine a { display: block; font-size: 30px; font-weight: bold; color: #006ebd;}
.contactInfor p { font-size: 16px; color: #666666; line-height: 1.5;}
.contactInfor p a { color: #006ebd;}
.formCont { width: 1060px; max-width: calc(100% - 440px);}
.formCont ul { flex-wrap: wrap; display: flex; justify-content: space-between; gap: 32px 68px;}
.formCont li { width: calc(50% - 34px);}
.formCont li p { font-size: 18px; color: #666666; line-height: 1; margin-bottom: 10px;}
.inputCont { border-radius: 4px; position: relative; padding:0 10px 0 45px; border: 1px solid #e5e5e5;}
.inputCont img { position: absolute; left: 13px; top: 50%; display: block; transform: translateY(-50%);}
.formCont li input,.formCont li select {appearance: none; /* 移除默认的箭头样式 */ -moz-appearance: none; /* Firefox */ -webkit-appearance: none; /* Safari 和 Chrome */ font-size: 14px; outline: none; border: none; width: 100%; height: 50px;}
.formCont li select { color: #9e9e9e; background: url(../images/contactIcon12.jpg) right center no-repeat;}
.formCont li input::placeholder { color: #9e9e9e;}
.formCont button { background: #ffffff; margin: 37px 0 0; cursor: pointer;}
.contactText { margin-top: 36px;}
.job { padding: 124px 0 84px; background: url(../images/contactBg.jpg) center top no-repeat #f8f8f8;}
.jobDesc h2,.goodLeft h2 { line-height: 30px; font-size: 16px; color: #333333;}
.jobDesc p,.goodLeft p { line-height: 28px; color: #666666; font-size: 16px;}
.jobList { margin-top: 95px;}
.jobList li { transition: all .4s; background: #ffffff; margin-bottom: 20px; border: 1px solid #dddddd; border-radius: 8px; padding: 2px 24px 26px;}
.jobName { background: url(../images/contactIcon9.png) 20px center no-repeat; padding:16px 0 16px 54px;}
.jobName h2 { color: #333333; font-size: 20px; transition: all .4s; font-weight: bold;}
.jobName p {transition: all .4s; font-size: 14px; color: #666666;}
.jobTitle { margin-bottom: 26px; border-bottom: 1px solid #dddddd; display: flex; justify-content: space-between; align-items: center;}
.controlJob { cursor: pointer; display: block; text-align: center; border-radius: 36px; font-size: 15px; position: relative; padding: 0 50px 0 35px; background: #006ebd; line-height: 36px; color: #ffffff;}
.controlJob b { background: url(../images/contactIcon10.png) center no-repeat; transition:all .4s; width: 8px; height: 5px; display: block; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.controlJob i { font-style: normal;}
.controlJob.cur b { transform: translateY(-50%) rotate(-180deg);}
.jobHidden { display: none; border-top: 1px solid #dddddd; padding: 20px 20px 0; margin-top: 20px;}
.jobTag { padding-left: 20px; line-height: 34px;}
.jobTag span { margin-right: 1.56vw; display: inline-block; font-size: 16px; color: #333333;}
.jobGood { display: flex; justify-content: space-between; border-top: 1px solid #dddddd; margin-top: 20px; padding: 15px 0 0;}
.jobChat { display: flex; align-items: center; gap: 20px;}
.jobChat span { font-size: 16px; display: block; padding: 0 20px; line-height: 36px; border-radius: 36px; background: #006ebd; color: #ffffff;}
.jobChat span a { color: #ffffff;}
.jobChat p { font-size: 16px; color: #333333;}
.jobList li.cur { border: 1px solid #006ebd;}
.jobList li.cur .jobName {background: url(../images/contactIcon11.png) 20px center no-repeat; padding:16px 0 16px 54px;}
.jobList li.cur .jobName h2,.jobList li.cur .jobName p,.jobList li:hover .jobName p,.jobList li:hover .jobName h2 { color:#006ebd ;}
#shareCont a{ transition: all .4s; border: none; background: #c0c0c0;}
#shareCont a.icon-qq::before { content: ''; background: url(../images/shareIcon1.png) center no-repeat; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 17px; height: 19px;}
#shareCont a.icon-weibo::before { content: ''; background: url(../images/shareIcon3.png) center no-repeat; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 21px; height: 19px;}
#shareCont a.icon-wechat::before { content: ''; background: url(../images/shareIcon2.png) center no-repeat; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 24px; height: 20px;}
#shareCont a:hover { background: #006ebd;}
.detailFlex { display: flex; justify-content: space-between; gap: 110px;}
.artTitle { color: #006ebd; border-bottom: 1px solid #dcdcdc; font-weight: bold; font-size: 36px; line-height: 52px; padding: 26px 0;}
.detailArt { flex: 1;}
.detailAside { width: 405px;}
.detailCont { padding: 48px 0 80px;}
.artTag { border-bottom: 1px solid #dcdcdc; line-height: 56px; display: flex; justify-content: space-between; align-items: center;}
.artTag span { font-size: 14px; color: #666666; margin-right: 20px;}
.articleDetail { padding: 20px 0; border-bottom: 1px solid #c0c0c0;}
.articleDetail p { font-size: 16px; color: #333333; line-height: 38px; margin-bottom: 12px;}
.articleDetail img { margin: 24px auto; max-width: 100%; display: block;}
.pageControl { margin-top: 29px; display: flex; justify-content: space-between;}
.pageControl a { line-height: 42px; font-size: 14px; color: #666666; transition: all .3s;}
.prevPage { background: url(../images/ppage.png) left center no-repeat; padding-left: 18px;}
.nextPage { background: url(../images/npage.png) right center no-repeat; padding-right: 18px;}
.pageControl a.prevPage:hover { background: url(../images/ppageOn.png) left center no-repeat;}
.pageControl a.nextPage:hover { background: url(../images/npageOn.png) right center no-repeat;}
.pageControl a:hover { color:#006ebd}
.pageControl a.backMenu { gap:10px; line-height: 42px; border-radius: 42px; border: 1px solid #bebebe; display: flex; justify-content: center; align-items: center; padding: 0 22px 0 33px;}
.pageControl a.backMenu span { transition: all .3s; background: url(../images/backBtn.png) center no-repeat; width: 18px; height: 19px;}
.pageControl a.backMenu:hover { border: 1px solid #006ebd;}
.pageControl a.backMenu:hover span { background: url(../images/backBtnon.png) center no-repeat;}
.asideTitle { padding-bottom: 16px; border-bottom: 1px solid #dcdcdc; padding-top: 31px;}
.asideTitle p { font-weight: bold; font-size: 24px; color: #006ebd; line-height: 1; margin-bottom: 8px;}
.asideTitle span { font-size: 20px; color: #d7d7d7;}
.detailAside li h2 { cursor: pointer; display: flex; position: relative; justify-content: space-between; align-items: center; line-height:57px; border-bottom: 1px solid #dcdcdc;}
.detailAside li h2::after { content: ''; transition: all .4s; position: absolute; bottom: 0; left: 0; height: 3px; background:#006ebd; width: 0;}
.detailAside dl{ display: none;}
.detailAside dt a { display: flex; align-items: center; gap: 20px; padding: 16px 0;}
.detailAside dt { border-bottom: 1px solid #dcdcdc;}
.detailAside dt .asideName { flex: 1; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;
  font-size: 18px; color: #333333;}
.asidePic { width: 224px; height: 127px; overflow: hidden; border-radius: 12px;}
.asidePic img { display: block; width: 100%; height: 100%; object-fit: cover; transition: all .4s;}
.detailAside dt:hover img { transform: scale(1.1);}
.detailAside dt:hover .asideName { color: #006ebd;}
.detailAside li h2 i { background: url(../images/asideUp.png) center no-repeat; display: block; width: 15px; height: 8px; transition: all .4s;}
.detailAside li.cur h2 i { transform: rotate(360deg); background: url(../images/asideDown.png) center no-repeat;}
.detailAside li:hover h2::after,.detailAside li.cur h2::after { width: 80px;}
.recommend .titleCell h2 { color: #006ebd;}
.recommend .titleCell h3 { color: #d7d7d7;}
.recommend { background: #f8f8f8; padding: 54px 0 105px;}
.recommend .productSlide ul { margin-bottom: 0; margin-top: 55px;}
.productBd .productSlide .picMarquee-left ul{ padding: 40px 0!important;}
.picList li.clone:last-child { display: none;}
.picMarquee-left { overflow: hidden; height: 580px;}
.topNews { background: #f7f7f7; padding: 70px 0 90px;}
.newsInfor { margin-top: 50px; background: #ffffff; display: flex; justify-content: space-between;}
.newsPic { width: 53%; height: 505px; overflow: hidden;}
.newsPic img { display: block; width: 100%; height: 100%; object-fit: cover; transition: all .4s;}
.newsPic:hover img { transform: scale(1.1);}
.newsList { flex: 1; max-width: 47%; padding: 36px 36px 0 36px;}
.newsList li { border-bottom: 1px solid #e9e9e9; padding-bottom: 25px; margin-bottom: 25px;}
.newsList li span { margin-bottom: 17px; display: inline-flex; padding: 0 12px; background: #f7f7f7; border-radius: 3px; line-height: 28px; font-size: 14px; color: #999999;}
.newsList li h2 { overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;  font-size: 24px; line-height: 1; margin-bottom: 20px; transition: all .3s; color: #222222;}
.newsList li p { overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;  font-size: 15px; color: #999999; line-height: 1;}
.newsList li:last-child { border: none;}
.newsList li:hover h2 { color: #006ebd;}
.bottomNews { padding: 50px 0 60px;}
.bottomNews .fpage { margin-top: 70px;}
.typeGroup .topNews:not(:last-child) { padding-bottom: 0;}
.caseTitle { border-radius: 20px; background: #f6f6f6; padding: 36px 46px 24px;}
.caseTitle .artTitle { border: none; line-height: 1.38; padding: 0; color: #090909;} 
.artShare { display: flex; align-items: center;}
.artShare span { font-size: 18px; color: #666666;}
.caseTitle .artTag { border: none;}
.caseVideo { margin-top: 15px;}
.caseVideo video { display: block; width: 100%; border-radius: 20px;}
.caseArticle { margin-top: 14px;}
.caseIntroduce { border-radius: 20px; margin-top: 15px; display: flex; align-items: start; justify-content: space-between; padding: 26px 46px; background: #f6f6f6; gap: 65px;}
.caseIntroduce h3 { font-weight: bold; font-size: 26px; color: #090909; line-height: 2;}
.introduceCont { flex: 1;}
.introduceCont p { font-size: 16px; color: #333333; line-height: 2;}
.caseArticle img { border-radius: 12px; display: block; margin: 15px auto 0; width: 100%;}
.articleInfor p {  margin-top: 15px; font-size: 16px; color: #333333; line-height: 2;}
.caseControl { display: flex; justify-content: space-between; align-items: center; margin-top: 30px;}
.caseControl a { display: block; line-height: 36px; font-size: 14px; color: #666666; transition: all .3s;}
.caseControl a:hover { color:#006ebd}
.caseControl a.backMenu { white-space:nowrap; gap:10px; line-height: 42px; border-radius: 42px; border: 1px solid #bebebe; display: flex; justify-content: center; align-items: center; padding: 0 22px 0 33px;}
.caseControl a.backMenu span { transition: all .3s; background: url(../images/backBtn.png) center no-repeat; width: 18px; height: 19px;}
.caseControl a.backMenu:hover { border: 1px solid #006ebd;}
.caseControl a.backMenu:hover span { background: url(../images/backBtnon.png) center no-repeat;}
.caseType { border-bottom: 1px solid #eeeeee; display: flex; align-items: center; justify-content: center; gap: 4.94vw;}
.caseType .fixMenu {display: flex; align-items: center; justify-content: center; gap: 4.94vw; flex: 1;}
.caseType a { position: relative; text-align: center; color: #555555; display: block; padding: 34px 0 23px;}
.caseType a p { transition: all .3s; margin-bottom: 8px; font-size: 20px; line-height: 1; margin-bottom:9px;}
.caseType a span { font-size: 12px; color: #999999;}
.caseType a:hover p,.caseType a.cur p { color: #006ebd;}
.caseType a.cur::after { content: ''; left: 0; position: absolute; bottom: 0; width: 100%; height: 2px; background: #006ebd;}
.caseList { margin-top: 50px;}
.recommendLi { border-bottom: 1px solid #dcdcdc; padding: 16px 0 22px;}
.recommendLi p { margin-bottom: 10px; font-size: 18px; color: #333333; line-height: 30px; transition: all .3s;}
.recommendLi span { transition: all .3s; display: inline-flex; font-size: 14px; color: #c4c4c4; border: 1px solid #c0c0c0; padding: 0 10px; line-height: 26px; border-radius: 26px;}
.recommendLi:hover p { color:#006ebd ;}
.recommendLi:hover span { color: #006ebd; border: 1px solid #006ebd;}
.recommendList { display: none;}
#loading { text-align: center; font-size: 16px; color: #666; line-height: 3; margin-bottom: 40px;}



.articleImg {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.articleImg a {  width: calc((100% - 15px) / 2); margin-bottom: 15px;  position: relative; display: block; overflow: hidden; border-radius: 8px;}
.articleImg a img { display: block; width: 100%;}
.articleImg a.big_img { width: 100%;}
.fancybox-image { border-radius: 18px;}
.fixFlex .hideState { display: none;}
.headerTel { display: none;}
.mobMenu { display: none;}

.fixRightKf {transition: all 0.3s; position: fixed; width:150px; z-index: 4; right: 0; top: 50%; margin-top: -165px;}
.fixRightKf img { display: block; width: 100%;}
.fixRightKf.right_kf {
    position: absolute;
    margin-top: 160px;
}
.fixContact { z-index: 10; position: fixed; right: 5px; bottom: 50px;}
.fixContact a { cursor: pointer; background: #f2f2f2; color: #006ebd; font-size: 16px; position: relative; margin-bottom: 5px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px;}
.hoverPhone {position: absolute; width: 0px; height: 50px; right: 50px; line-height: 50px; font-size: 18px; text-indent: 20px; background-color: #f2f2f2; box-sizing: border-box; font-weight: bold; transition: all 0.5s ease-in-out;overflow: hidden;}
.fixContact a:hover .hoverPhone{ width: 170px; transform: scale(1)}
.fixContact a span { display: block; line-height: 20px;}
.scanEwm {position: absolute; width: 120px; height: 120px; right: 65px; padding: 10px; background-color: #f2f2f2; box-sizing: border-box; transition: all 0.5s ease-in-out; transform: scale(0);}
.scanEwm img { display: block; width:100%;}
.fixContact a:hover .scanEwm { transform: scale(1);}
.fixContact a:hover>img { transform: scale(1.1);}
.fixContact a:hover span { transform: scale(1.1);}
.fixContact a>img,.fixContact a span { transition: all .3s;}
@media screen and (max-width: 1800px) {
.buildDesc { padding: 85px 0 110px;}
.featureNum li p b { font-size:3.5vw}

}
@media screen and (max-width: 1680px) {
.nav>ul {gap: 35px;}
.logo img { height: 35px;}
.productPic { height: 290px;}
.titleCell h2 { font-size: 38px; margin-bottom: 16px;}
.honorText li { font-size: 18px;}
.honorPic { margin-right: 0; max-width: calc(100% - 980px);}
.caseType a p { font-size: 18px;}
.serviceText p { font-size: 14px;}
}

@media screen and (max-width: 1500px) {
	.serviceText { padding-left: 10px;}
	.serviceText p { font-size: 12px;}
.productPic { height: 270px;}
.titleCell h2 { font-size: 36px; margin-bottom: 14px;}
.titleCell h3 { font-size: 20px; margin-top: -6px; margin-bottom: 20px;}
}
@media screen and (max-width: 1440px) {
.programSlide li:nth-child(2) .imgCont:nth-child(1) { height: 200px; width: 39.1%;}
.programSlide li:nth-child(2) .imgCont:nth-child(2) { height: 200px; width: calc(60.9% - 9px);}
.programSlide li:nth-child(2) .imgCont:nth-child(3) { height: 200px; width: calc(60.9% - 9px);}
.programSlide li:nth-child(2) .imgCont:nth-child(4) { height: 200px; width: 39.1%;}
.programSlide li:nth-child(1) .imgCont { width: 100%; height: 409px;}
.programSlide li:nth-child(3) .imgCont:nth-child(1) { height: 200px; width:100%;}
.programSlide li:nth-child(3) .imgCont:nth-child(2) { height: 200px; width:100%;}

.digitalSlide li:nth-child(2) .imgCont:nth-child(1) { height: 304px; width: 39.1%;}
.digitalSlide li:nth-child(2) .imgCont:nth-child(2) { height: 304px; width: calc(60.9% - 9px);}
.digitalSlide li:nth-child(2) .imgCont:nth-child(3) { height: 304px; width: calc(60.9% - 9px);}
.digitalSlide li:nth-child(2) .imgCont:nth-child(4) { height: 304px; width: 39.1%;}
.digitalSlide li:nth-child(1) .imgCont { width: 100%; height:617px;}

.program,.digital { padding: 40px 0 60px;}
.program .titleCell{ padding: 0 4%;}
.caseType { gap: 3.2vw;}
.caseType a p { font-size: 16px; margin-bottom: 5px;}
.caseType a { font-size: 16px; padding: 20px 0 16px;}
.nav>ul { gap: 20px;}
.container{ max-width:94%;}
.header { padding: 0 3%;}
.productChose { margin: 30px 3%;}
.productChose ul { justify-content: space-between; gap: inherit;}
.productChose li p { font-size: 16px; margin-bottom: 5px;}
.productChose li { padding-bottom: 0; line-height:28px;}
.productChose li p { line-height: 28px;}
.homeProduct,.advantage { padding: 40px 0;}
.productPic { height: 235px;}
.productText { padding: 16px;}
.tag { margin-bottom: 16px;}
.productDesc h2 { font-size: 18px;}
.titleCell h2 { font-size: 32px; margin-bottom: 12px;}
.productSlide ul { margin-bottom: 30px; gap: 20px;}
.productSlide li { width: calc(33.33% - 13.333px);}
.artCont ul { margin-top: 30px;}
.artCont li:nth-child(1) .imgCont:nth-child(1) { height: 265px; width: 39.1%;}
.artCont li:nth-child(1) .imgCont:nth-child(2) { height: 265px; width: calc(60.9% - 9px);}
.artCont li:nth-child(1) .imgCont:nth-child(3) { height: 265px; width: calc(60.9% - 9px);}
.artCont li:nth-child(1) .imgCont:nth-child(4) { height: 265px; width: 39.1%;}
.artCont li:nth-child(2) .imgCont { width: 100%; height: 539px;}
.artCont li:nth-child(3) .imgCont:nth-child(1) { height: 265px; width: 26.48%;}
.artCont li:nth-child(3) .imgCont:nth-child(2) { height: 265px; width: calc(47.04% - 18px);}
.artCont li:nth-child(3) .imgCont:nth-child(3) { height: 265px; width: 26.48%;}
.postText { left: 20px; top: 30px;}
.imgCont i { left: 10px; bottom: 20px; width: 32px; height: 32px;}
.imgCont b { left: 20px; top: 30px; width: 32px; height: 32px;}
.postText p { margin-bottom: 10px; font-size: 16px;}
.postText span { font-size: 14px;}
.featureText li span { font-size: 16px;}
.featureText li p { font-size: 20px;}
.featureDesc { gap: 30px;}
.art { padding: 40px 0;}
.artDesc { margin: 40px auto;}
.service { padding: 40px 0 50px;}
.goodList { margin-top: 80px;}
.goodPic { width: 100px; height: 100px; margin-left: -50px; top: -50px;}
.goodList { gap: 15px;}
.goodList li { padding: 80px 0 40px;}
.goodTitle p { font-size: 20px;}
.goodTitle b { font-size: 20px;}
.goodTitle { margin-bottom: 25px;}
.artCont dt:nth-child(1) .imgCont:nth-child(1) { height: 265px; width: 26.48%;}
.artCont dt:nth-child(1) .imgCont:nth-child(2) { height: 265px; width: calc(47.04% - 18px);}
.artCont dt:nth-child(1) .imgCont:nth-child(3) { height: 265px; width: 26.48%;}
.artCont dt:nth-child(2) .imgCont:nth-child(1) { height: 382px; width: 42.26%;}
.artCont dt:nth-child(2) .imgCont:nth-child(2) { height: 382px; width: calc(57.74% - 9px);}
.artCont dt:nth-child(1) .imgCont:nth-child(1) .postText { left: 32%; top: 50%; transform: translateY(-50%);}
.artCont li:nth-child(1) .imgCont:nth-child(1) .postText p,.artCont li:nth-child(3) .imgCont:nth-child(3) .postText p,.artCont dt:nth-child(1) .imgCont:nth-child(1) .postText p {font-size: 30px;}
.ecology { padding: 40px 3%;}
.ecologyList { margin-top: 40px;}
.goodDesc p { font-size: 18px;}
.ecologyText { padding: 70px 30px 140px;height:620px;}
.ecoTitle p { font-size: 24px;}
.ecoIcon { margin-bottom: 30px;}
.ecoTitle span { font-size: 16px;}
.ecoDesc img { margin: 80px 0 20px;}
.ecoDesc p { font-size: 16px;}
.ecoIcon img { height: 60px;}
.partner { padding: 40px 0 60px;}
.partnerSwiper { margin-top:30px;}
.homeNews { padding: 40px 0 100px;}
.footLink a { font-size: 20px;}
.footerContact { font-size: 16px;}
.footerContact a { font-size: 14px; margin-right: 20px;}
.addressLink li p, .workAddress p { font-size: 16px;}
.workAddress span { font-size: 14px;}
.footerTop { gap: 60px;}
.solognText h2 { margin-bottom: 16px; font-size: 28px; gap: 10px; white-space: nowrap;}
.solognText p { font-size:21px;}
.scanList li img { height: 105px;}
.chatPhone a { font-size: 50px;}
.chatPhone a.smallPhone { font-size: 43px;}
.footRight { width: 550px;}
.footSologn { gap: 36px;}
.addressLink { margin: 30px 0;}
.newsChose { gap: 11.4vw; margin: 30px 0;}
.newsChose a.detailEnter { font-size: 14px;}
.newsBd li p,.newsBd li span { font-size: 18px;}
.newsBd li { line-height: 56px;}
.feature { padding: 40px 0 70px;}
.bannerText h2 { font-size: 3.75vw; margin-bottom: 1.6vw;}
.bannerText p { font-size: 1.25vw; line-height: 1.66;}
.location { font-size: 14px; right: 4%; bottom: 10px;}
.aboutMenu span, .aboutMenu a { font-size: 18px;}
.aboutMenu { gap: 4.5vw; line-height:4;}
.advantageList ul { margin-top: 60px;}
.advText h2 { font-size: 24px;}
.team { padding: 40px 0;}
.team ul { margin-top: 40px;}
.honor { padding: 40px 0 60px;}
.honorChose { margin: 4.5vw 0 5.2vw;}
.honorChose span { font-size: 16px;}
.honorText li { font-size: 16px;}
.team li h2 { font-size: 20px; margin-top: 2.6vw;}
.team li h2 img { height: 40px;}
.culture { padding: 40px 0;}
.culture ul { margin-top: 40px;}
.honorText { width: 840px;}
.honorPic { max-width: calc(100% - 860px);}
.step { padding-top:40px;}
.yearStep .swiper-button-next, .yearStep .swiper-button-prev { width: 50px; height: 50px;}
.stepDesc li h2 { font-size: 26px;}
.stepDesc li p { font-size: 16px;}
.stepDesc { padding: 0 4%;}
.step { height: 600px;}
.aggText h2 { font-size: 26px;}
.fpage a { font-size: 14px; width: 32px; height: 32px; line-height: 32px;}
.detailAside { width: 300px;}
.detailFlex { gap: 40px;}
.detailAside li h2 { font-size: 16px;}
.artTitle { font-size: 32px; line-height: 1.5; padding: 10px 0;}
.artTag span { font-size: 14px;}
.caseTitle { padding: 30px;}
.contactBox,.addressList,.detailCont { padding: 40px 0;}
.introduceSlide { margin-top: 40px;}
.intTit h2 { font-size: 26px;}
.intTit span { font-size: 20px;}
.introduceText p { font-size: 18px;}
.introducePic { height: 27vw;}
.introduceText { height: 27vw;}
.introduceSlide li { margin-bottom: 3vw;}
.addressList ul { margin-top: 40px; }
.contactForm { padding-top: 40px;}
.jobName h2 { font-size: 18px;}
.bottomNews,.topNews { padding: 40px 0;}
.bottomNews .fpage { margin-top: 40px;}
.newsInfor { margin-top: 40px;}
.newsList li h2 { font-size: 20px;}
.programSlide ul { margin-top: 40px;}
.programSlide, .digitalSlide { padding: 0 4%;}
.film { padding: 40px 0;}
.filmSlide { padding: 0 4%;}
.filmDesc p { font-size: 26px;}
.recommend { padding: 40px 0;}
.recommend .productSlide ul { margin-top: 40px;}
.postion { padding: 40px 0;}
.positionChose ul { margin: 30px auto 20px;}
.positionChose li p { font-size: 14px;}
.positionText h2 { font-size: 30px;}
.positionText p { font-size: 22px;}
.positionText { left: 4vw; top: 5.2vw; max-width: calc(100% - 8vw);}
.serviceStep { padding: 40px 0;}
.serviceList ul { margin-top: 40px;}
.serviceText span { font-size: 30px;}
.serviceText h2 { font-size: 20px;}
.servicePic { height: 180px;}
.vitality { padding-top: 40px;}
.vitalityCont { margin-top: 40px; padding: 40px 0;}
.vitalityList li p { font-size: 20px;}
.moreNum { padding: 40px 0;}
.morenumList ul { margin-top: 40px;}
}
@media screen and (max-width: 1280px) {
	.nav>ul {gap: 20px;}
	.productChose { margin: 20px 3%;}
	.serviceList ul { padding: 0 4%; flex-wrap: wrap;}
	.serviceList li { flex: 32%;}
	.servicePic { height: 120px;}
	.caseType a p { font-size: 14px;}
}
@media screen and (max-width: 1200px) {
	
	.morenumList ul { margin-top: 20px;}
	.moreNum { padding: 20px 0;}
	.vitalityList li p { font-size: 16px;}
	.vitalityCont { margin-top: 20px; padding: 20px 0;}
	.vitality { padding-top: 20px;}
	.serviceText span { font-size: 20px;}
	.serviceText h2 { font-size:16px; margin: 5px 0;}
	.serviceList ul { margin-top: 20px;}
	.serviceStep { padding: 20px 0;}
	.positionChose ul { max-width: 100%; white-space: nowrap; overflow-x: auto; display: block;}
	.positionChose ul::-webkit-scrollbar { display: none;}
	.positionChose li { display: inline-block; margin-right: 10px;}
	.positionText h2 { font-size: 20px;}
	.positionText p { font-size: 16px; margin-bottom: 20px;}
	.positionSwiper .swiper-button-next, .positionSwiper .swiper-button-prev { width: 30px; height: 30px;}
	.positionSwiper .swiper-button-next { right: 0;}
	.positionSwiper .swiper-button-prev { left: 0;}
	.positionSwiper { padding: 0 40px;}
	.postion { padding: 20px 0;}
	.recommend .productSlide ul { margin-top: 20px;}
	.filmDesc p { font-size: 20px;}
	.filmSlide ul { margin-top: 20px;}
	.film { padding: 20px 0;}
	.programSlide ul { margin-top: 20px;}
	.newsList li span { font-size: 12px; margin-bottom: 10px;}
	.newsList li { padding-bottom: 15px; margin-bottom: 15px;}
	.newsList li h2 { margin-bottom: 10px; line-height: 1.5; font-size: 16px;}
	.newsList li p { font-size: 14px;}
	.newsInfor { margin-top: 20px;}
	.bottomNews .fpage { margin-top: 20px;}
	.bottomNews,.topNews { padding: 20px 0;}
	.jobName p { font-size: 12px;}
	.jobList li { padding: 0 10px;}
	.controlJob { padding: 0 15px; font-size: 14px; line-height: 32px;}
	.jobName { padding:10px 0 10px 34px; background-position: left center;}
	.jobTitle { margin-bottom: 10px;}
	.jobName h2 { font-size: 16px;}
	.controlJob b { display: none;}
	.job { padding:40px 0;}
	.jobList { margin-top: 40px;}
	.contactForm { padding-top: 20px;}
	.formCont ul { gap: 32px 12px;}
	.formCont li { width: calc(50% - 6px);}
	.formCont { max-width: calc(100% - 320px);}
	.intTit h2 { font-size: 20px;}
	.intTit span { font-size: 16px;}
	.introduceText p { font-size: 16px;}
	.contactBox,.addressList,.detailCont { padding: 20px 0;}
	.introduceSlide { margin-top:20px;}
	.caseTitle { padding: 20px;}
	.detailFlex { flex-direction: column;}
	.detailAside { display:none}
	.bannerText h2 { font-size: 16px;}
	.bannerText p { font-size: 12px;}
	.aggregationList ul { margin-bottom: 20px;}
	.aggText span { font-size: 14px; line-height: 32px;}
	.aggText h2 { font-size: 20px;}
	.tagList p { font-size: 14px;}
	.moreCheck a{ font-size: 14px; padding:0 15px; line-height: 32px;}
	.caseType {overflow-x: auto; text-align: center; display: block; white-space: nowrap;}
	.aboutMenu { line-height: 3; overflow-x: auto; text-align: center; display: block; white-space: nowrap;}
	.aboutMenu span,.aboutMenu a,.caseType a { display: inline-block;}
	.caseType a { padding: 10px 0; margin: 0 10px;}
	.caseType a p{ font-size: 14px; margin-bottom: 0;}
	.yearStep .swiper-slide.cur { font-size: 26px;}
	.step { height:420px;}
	.stepDesc li h2 { font-size: 18px;}
	.stepDesc li p { line-height: 1.5; font-size: 14px;}
	.yearStep .swiper-button-next, .yearStep .swiper-button-prev { width: 30px; height: 30px; bottom: -15px;}
	.step { padding-top:20px;background-attachment: unset !important;}
	.honorText { width: 100%;}
	.honorPic { max-width: 100%; float: none; margin: 20px auto 0;}
	.culture ul { margin-top: 20px;}
	.team li h2 img { height: 30px;}
	.team li h2 { font-size: 16px;}
	.honorText li { font-size: 14px;}
	.honorChose { gap: 10px;}
	.honorChose span { line-height: 2; height: auto; font-size: 14px; min-width: auto;}
	.honorChose i { display: none;}
	.honor { padding: 20px 0;}
	.team ul { margin-top: 20px;}
	.team { padding: 20px 0;}
	.advText { padding: 20px; height: auto;}
	.advText p { font-size: 14px; line-height: 1.5; margin-top: 10px;}
	.advPic { height: 140px;}
	.advantageList ul { gap:10px 2%; flex-wrap: wrap;}
	.advantageList li { flex:49%;}
	.advText h2 { font-size: 16px;}
	.advantageList ul { margin-top: 20px;}
	.aboutMenu span, .aboutMenu a { margin: 0 10px; font-size: 14px;}
	.header:hover{ background: #ffffff;}
	.tag { margin-bottom: 10px;}
	.footSologn { margin-bottom:20px;}
	.footerTop { flex-direction:column; gap: 20px;}
	.chatPhone p { font-size: 14px;}
	.chatPhone a { font-size: 30px;}
	.chatPhone a.smallPhone { font-size: 26px;}
	.chatPhone { margin-bottom: 0; align-items: center; line-height: 30px;}
	.addressLink li { margin-bottom:10px;}
	.addressLink li p, .workAddress p { font-size: 14px;}
	.addressLink li span { font-size: 12px;}
	.addressLink { margin: 20px 0;}
	.footerContact { white-space:nowrap; overflow-x: auto; padding-bottom: 10px; margin-top: 20px; padding-top: 10px; line-height: 1.5;}
	.copyRight { line-height: 1.5;}
	.footLink { display: none;}
	.footer,.advantage { padding: 20px 0;}
	.scanList li img { height: 50px;}
	.scanList li p { font-size: 12px;}
	.footRight { width: 100%;}
	.header,.small-header .header { height: 60px;background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
	.searchinput.show {    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);}
	.header .nav li h2 a { line-height: 80px;}
	.langChose h2 { line-height: 60px;}
	.header .nav li h2 a,.small-header .header .nav li h2 a{ color: #333333;}
	.header .langChose h2 { color: #333333; background: url(../images/blackEarth.png) left center no-repeat;}
	.header .searchEnter { margin-right: 40px; background: url(../images/blackSearch.png) center no-repeat!important; background-size: 100% auto!important;}
	.header .logo img { height:24px;}
	.logo img:nth-child(1) { opacity: 1!important;}
	.logo img:nth-child(2) { opacity: 0!important;}
	.mobLogo { display: block;}
	.contactTel { display:none!important;}
	.nav { height: calc(100vh - 60px); position: fixed; right: -110%; overflow-y: auto; top:60px; width: 200px; background: #ffffff; bottom: 0;}
	.nav ul { display: block;}
	.nav li { border-bottom: 1px solid #eee; float: none; margin: 0!important;}
	.nav li h2{position: relative; text-indent: 20px;}
	.nav li h2 i { transition: all .5s; background: url(../images/menuEnter.png) center no-repeat;
	width: 8px; height: 14px; background-size: 100% auto; position: absolute; right:15px; top: 50%; margin-top: -7px;}
	.nav li h2 a {  line-height: 40px; color: #333333;}
	.nav li.cur h2 i{ background: url(../images/menuEntero.png) center no-repeat; background-size: 100% auto;}
	.nav li.act h2 i{ background: url(../images/menuEntero.png) center no-repeat; background-size: 100% auto; transform: rotate(90deg);}
	.menubox{ display: block; position: absolute;right: 4%; top: 10px; width:45px; height: 40px;opacity: 1;pointer-events: auto;transition: 0.3s;}
	.menubox div{position: absolute;left: 20px;width: 30px;height: 2px;background-color: #333;transition: 0.6s;}
	.menubox div:nth-child(1){top: 9px;}
	.menubox div:nth-child(2){top: 19px;}
	.menubox div:nth-child(3){top: 29px;}
	.menubox.on div:nth-child(1){top: 19px;transform: rotateZ(45deg);}
	.menubox.on div:nth-child(2){top: 19px;opacity: 0;}
	.menubox.on div:nth-child(3){top: 19px;transform: rotateZ(-45deg);}
	.langChose { margin-right: 50px;}
	.nav li dl { position: static; width: 100%; padding: 0; transform: translateX(0); text-align: left;}
	.nav li dl dt { text-align: left; text-indent:10px;}
	.caseType a span { display: none;}
	.nav li h2::after { display: none!important;}
	.mobSub dl { display: block!important;}
	.nav li dl dt dt { text-indent: 40px;}
	.nav li dt h3 a { font-size: 16px;}
	.nav li dt dt a { font-size: 14px;}
	.header:hover .nav li h2 a, .small-header .header .nav li h2 a, .header .nav li h2 a, .small-header .header .nav li h2 a { line-height: 50px;}
	
	.nav li dt a { font-size: 14px;}
	body { padding-top: 60px;}
	.detailAside li h2::after { height: 2px;}
	.detailAside dt a { padding: 10px 0;}
	.langChose dl { top: 60px; border-radius: 0 0 6px 6px;}
	.productChose ul { gap: 10px; flex-wrap: wrap; justify-content: center;}
	.productChose li span { display: none; font-size: 9px;}
	.productChose li::after { height: 2px;}
	.productSlide ul { padding: 0 4%; gap: 10px;}
	.productSlide li { width: calc(50% - 5px);}
	.productDesc h2 { font-size: 16px;}
	.moreBtn { width: 120px; height: 36px; font-size: 14px;}
	.artCont li, .artCont dt { width: 100%!important;}
	.art .imgCont { width: 100%!important; height: 240px!important;}
	.artDesc { font-size: 14px; margin: 20px auto;}
	.homeProduct,.art,.feature { padding: 20px 0;}
	.titleCell h2,.titleCell h4,.contactBox .titleCell h4 { font-size: 20px; margin-bottom: 6px;}
	.titleCell h3 { font-size: 16px;}
	.titleCell p { font-size: 12px!important; line-height: 1.5!important;}
	.artCont li:nth-child(1) .imgCont:nth-child(1) .postText p, .artCont li:nth-child(3) .imgCont:nth-child(3) .postText p, .artCont dt:nth-child(1) .imgCont:nth-child(1) .postText p { font-size: 20px;}
	.productChose li p { font-size: 14px; margin-bottom: 0;}
	.addressLink ul { display: none;}
	.nav li dl { text-indent: 10px; border-top: 1px solid #eee;}
	.pageLeft { max-width: calc(100% - 75px);}
	.nav li dl dt a { color: #666;}
	.featureNum ul { flex-wrap: wrap;}
	.featureNum li { margin-bottom: 10px; text-align: center; width: 50%;}
	.featureNum li p { margin-bottom: 10px; justify-content: center;}
	.featureNum li span { font-size: 14px;}
	.featureNum li p sup { font-size: 12px; line-height: 1;}
	.featureNum li p b { font-size: 20px;}
	.featureDesc { flex-direction: column; gap: 20px;}
	.featureVideo { width: 100%; height: auto;}
	.featureText li { margin-bottom: 10px;}
	.featureText li p { font-size: 16px; margin-bottom: 10px;}
	.featureText li span { font-size: 14px;}
	.titleCell h2 span i { margin: 0 3px; width: 2px; height: 2px;}
	.goodList { gap:36px 2%; flex-wrap: wrap; margin-top: 55px;}
	.goodList li { flex: 32%;}
	.goodTitle p { font-size: 16px;}
	.goodTitle b { font-size: 16px;}
	.goodDesc p { font-size: 14px;}
	.goodPic { width: 60px; height: 60px; margin-left: -30px; top:-30px}
	.goodPic img { width: 34px;}
	.goodList li { border-radius: 10px; padding:30px 0 20px;}
	.goodTitle { padding-bottom: 15px; margin-bottom: 15px;}
	.ecology { padding: 20px 4%;}
	.partner { padding: 20px 0 40px;}
	.partnerSwiper .swiper-button-next,.partnerSwiper .swiper-button-prev { width: 20px; height: 20px; background-size: 60% auto!important; margin: 0;}
	.partnerSwiper { padding: 0 40px;}
	.newsChose span { font-size: 14px; line-height: 30px; }
	.newsChose { margin: 20px 0; justify-content: start; gap: 10px;}
	.newsChose a.detailEnter span { display: none;}
	.container { max-width: 92%;}
	.ecologyList { margin-top: 20px;}
	.newsBd li { text-indent: 0; padding: 0; font-size: 12px; line-height: 30px;}
	.newsBd li p, .newsBd li span { font-size: 12px;}
	.newsBd li a { gap: 10px;}
	.detailEnter { font-size: 14px; height: 30px;}
	.homeNews { padding: 20px 0;}
	.jobTag span { font-size: 14px;}
	.nav li.cur h2 a,.nav li:hover h2 a { color: #006ebd!important;}
}
@media screen and (max-width: 1080px) {
	.fixRightKf { display: none;}
	.moreCheck { margin-top: 10px;}
	.bottomTag { flex-direction:column;align-items: start;}
	.ecologyList ul { flex-wrap: wrap;}
	.ecologyList li { flex: 50%;}
	.ecologyText { padding: 20px;}
	.searchinput { width: 100%; top: 60px; margin: 0; background: #ffffff; padding: 10px; transform-origin: center; top: ;}
	.searchBox { position: static;}
	.ecoTitle p { font-size: 16px;}
	.ecoTitle span { font-size: 12px;}
	.contactLink { margin-bottom: 10px;}
	.ecoDesc p { height: 44px; font-size: 12px;}
	.ecoDesc img { margin: 40px 0 10px;}
	.detailEnter img { width: 20px;}
	.ecoIcon img { height: 40px;}
	.team ul { gap: 15px; flex-direction:  column;}
	.team li h2 { padding-bottom: 0; margin-bottom: 5px; font-size: 16px; align-items: center;}
	.team li p { font-size: 14px; line-height: 2;}
	.aggregationList li:nth-child(1) a { padding-top: 0;}
	.aggregationList li { padding: 20px 0; flex-direction:column; gap: 10px;}
	.aggregationPic { width: 100%; height: auto;}
	.aggText span { font-size: 12px;}
	.aggText h2 { height: auto; line-height: 1.5; font-size: 16px; margin-bottom: 10px;}
	.tagList p { font-size: 12px;}
	.aggregationList { padding-bottom: 20px;}
	.location { font-size: 12px;}
	.addressList li { width: calc(50% - 7.5px);}
	.addressList ul { margin-top:20px; gap: 15px 15px;}
	.program,.digital { padding: 20px 0;}
	
	.nav li dt:hover>a { color:#666}
	.nav li.cur h2 a,.nav li:hover h2 a { color: #006ebd!important;}
}
@media screen and (max-width: 999px) {
	
}
@media screen and (max-width: 780px){
	.aboutMenu a span { display: none;}
	.detailAside dt .asideName { font-size: 14px;}
	.pageControl { padding-right: 90px; position: relative; display: block;}
	.pageControl a { overflow: hidden;text-overflow: ellipsis;  white-space: nowrap; line-height: 1.5; background: none; padding: 0; display: block;}
	.pageControl a.backMenu { padding: 0 15px; line-height: 32px; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
	.pageControl .backMenu span { display: none;}
	.recommend { padding: 20px 0;}
	.asidePic { width: 80px; height: 80px;}
	.filmText i { width: 22px; height: 22px;}
	.filmDesc span { display: none;}
	
	.filmPic { margin-bottom: 10px; width: 100%; height:110px; border-radius: 6px;} 
	.filmSlide ul {flex-wrap: wrap; gap: 10px; }
	.filmSlide ul li { flex: auto; width: calc(50% - 5px);}
	.filmDesc p { margin-bottom:5px; font-size: 14px;}
	.digitalSlide li .postText { bottom: 30px;}
	.programSlide ul { flex-direction: column;}
	.programSlide li:nth-child(1) .imgCont,.digitalSlide li .imgCont { width: 100%; height: 200px!important;}
	.programSlide li,.programSlide li .imgCont,.digitalSlide li .imgCont,.digitalSlide li { width: 100%!important;}
	.titleCell h3 { margin-bottom: 5px; font-size: 14px;}
	.recommendLi { padding:10px 0}
	.detailAside li h2 { line-height: 40px;}
	.asideTitle p { margin-bottom: 0; font-size: 16px;}
	.asideTitle span { font-size: 14px;}
	.detailFlex { gap: 20px;}
	.asideTitle { padding-bottom: 10px; padding-top: 0;}
	.recommendLi p { font-size: 14px; line-height: 1.5;}
	.recommendLi span { font-size: 12px;}
	.detailAside { display: block; width: 100%;}
	.fpage a { font-size: 12px;}
	.jobGood { flex-direction: column;}
	.jobDesc h2, .goodLeft h2,.jobChat p { font-size: 14px;}
	.jobGood { padding: 15px 0; margin-top: 15px;}
	.jobDesc p, .goodLeft p { line-height: 1.5; font-size: 12px;}
	.jobTag { padding: 0; line-height: 1.5; padding-bottom: 10px;}
	.jobTag span { font-size: 12px;}
	.formCont { margin-top: 20px;}
	.contactInfor p { font-size: 14px;}
	.hotLine { margin-bottom: 20px;}
	.formCont li p { font-size: 14px;}
	.formCont button { margin: 20px auto;}
	.formCont li input, .formCont li select { height: 40px;}
	.formCont li { width: 100%;}
	.hotLine p { font-size: 16px; margin-bottom: ;}
	.hotLine a { font-size: 20px;}
	.contactForm { flex-direction: column;}
	.formCont { max-width: 100%;}
	.contactText { margin-top: 0;}
	.addressList li { align-items: center; gap: 10px; width:100%}
	.addressPic { width: 100px; height: 100px;}
	.addressText p { margin: 0; font-size: 14px;}
	.introduceSlide li { gap: 10px; flex-direction: column!important;}
	.introduceText { width: 100%; padding: 16px; height: auto;}
	.intTit { margin-bottom: 10px; padding: 15px 0 15px 40px;}
	.introduceText p { font-size: 14px;}
	.intTit img { width: 32px;}
	.intTit h2 { margin-bottom: 10px; font-size: 16px;}
	.intTit span { font-size: 14px;}
	.introducePic { height: auto;}
	.titleCell h4  { font-size: 16px;}
	.contactBox .titleCell h4 { font-size: 16px;}
	.bannerText p { letter-spacing: 0;}
	.caseList { margin-top: 20px;}
	.caseControl a.backMenu { padding: 0 15px; line-height: 32px;}
	.caseControl a.backMenu span { display: none;}
	.caseControl { gap: 10px;}
	.caseControl a { font-size: 14px; line-height: 1.5;overflow: hidden;text-overflow: ellipsis;  white-space: nowrap; }
	.artTitle { font-size: 16px;}
	.caseTitle { padding: 10px 5px 5px;}
	.caseIntroduce h3 { font-size: 16px;}
	.introduceCont p { font-size: 14px;}
	.caseIntroduce { padding: 16px; flex-direction: column; gap: 10px;}
	.articleInfor p { font-size: 14px;}
	.culture ul { flex-wrap: wrap; gap:10px;}
	.culture li { flex:auto; width: calc(50% - 5px);}
	.honorText li { width: 100%; line-height: 1.5;}
	.culture { padding: 20px 0;}
	.banner .swiper-pagination { left: 4%; bottom: 10px;}
	.banner .swiper-pagination span { width: 8px; height: 4px;  margin-right: 6px!important;}
	.banner .swiper-button-prev, .banner .swiper-button-next { width: 30px; height: 30px;}
	.subEwm { width: 100px; top: 40px;}
	.banner .swiper-button-next { right: 4%; bottom: 10px;}
	.banner .swiper-button-prev { right: calc(4% + 30px); bottom: 10px;}
	.honorPic { text-align: center; margin-top: 0;}
	.cultureText { top: 10px; left: 10px;}
	.cultureText span { font-size: 14px;}
	.cultureText p { margin-bottom:5px;}
	.tagCont { margin: 6px 0;}
	.artTag { flex-direction: column; justify-content: start; line-height: 1.5; align-items: center;}
	.artTag span { font-size: 12px; display: inline-block; margin-right: 5px;}
	.newsInfor { flex-direction: column;}
	.newsPic { width: 100%; height: auto;}
	.newsList { padding: 15px 15px 0; max-width: 100%;}
	.detailAside li h2 { font-size: 14px;}
	.articleDetail p { font-size: 14px; line-height: 2; margin-bottom: 6px;}
	.articleDetail img { margin: 12px 0;}
	.pageControl a.backMenu { white-space: nowrap;}
	.positionSwiper { padding: 0;}
	.positionSwiper .swiper-button-prev { left: 4%; bottom: 20px; transform: translate(0); top: auto;}
	.positionSwiper .swiper-button-next { left: calc(4% + 40px); bottom: 20px; transform: translate(0); top: auto;}
	.positionSwiper img { height: 300px;}
	.vitalityList li  { width: 50%; padding: 20px 0;}
	.vitalityList li img { height: 40px; margin-bottom: 10px;}
	.vitalityList li p { font-size: 14px; line-height: 1.5;}
	.morenumList ul { gap: 10.5px; flex-wrap: wrap;}
	.morenumList li { flex: calc(33.33% - 7px);}
	.scanList li p { color: #ffffff;}
	.yearStep .swiper-slide {background: url(../images/lineBg2.png) center bottom no-repeat; background-size: 100% auto!important;}
	.positionChose li p::after,.caseType a.cur::after { height: 1px;}
	.location { right: auto; left: 4%;}
	.productBd .productSlide .picMarquee-left ul { padding: 20px 0!important;}
	.picMarquee-left { height: 420px;}
	.articleImg a { width: 100%;}
	.jobChat span { padding: 0 10px; line-height: 28px; font-size:12px}
	.jobChat { margin-top: 10px;}
	.hotLine {padding: 0; background: none;}
	.contactText { text-align: center;}
	.gotop { width: 40px; height: 40px;}
	.foot_end {display: block;}
	.footer { padding-bottom: 68px;}
	.artCont a.moreCase { border: 1px solid #006ebd;border-radius: 46px;overflow: hidden; position: relative; display: flex;align-items: center; justify-content: center; width: 120px; height: 36px; margin: 20px auto 0; font-size: 14px; color: #ffffff;}
	.postText { left: 10px !important; top: 10px !important;transform: translate(0)!important; padding-bottom: 5px;}
	.artCont li:nth-child(1) .imgCont:nth-child(1) .postText p, .artCont li:nth-child(3) .imgCont:nth-child(3) .postText p, .artCont dt:nth-child(1) .imgCont:nth-child(1) .postText p {font-weight: normal; font-size: 16px;}
	.imgCont b {left: 20px; bottom: 30px; width: 32px; height: 32px; top: auto;}
	.digitalSlide li .postText { bottom: auto;}
	.homeProduct .productBd .descCont>a:nth-child(2){ display: none;}
	.show-header .aboutMenu .fixMenu { display: none; transition: all .5s; z-index: 20; background: #f5f5f7; position: fixed; right: 0; bottom: 0; top: 60px; width: 280px;}
	.small-header .aboutMenu .fixMenu { display: none; transition: all .5s; z-index: 20; background: #f5f5f7; position: fixed; right: 0; bottom: 0; top: 0; width: 280px;}
	.small-header.show-header .aboutMenu .fixMenu { top: 60px;}
	
	.show-header .caseType .fixMenu { display: none; transition: all .5s; z-index: 20; background: #f5f5f7; position: fixed; right: 0; bottom: 0; top: 60px; width: 280px;}
	.small-header .caseType .fixMenu { display: none; transition: all .5s; z-index: 20; background: #f5f5f7; position: fixed; right: 0; bottom: 0; top: 0; width: 280px;}
	.small-header.show-header .caseType .fixMenu { top: 60px;}
	
	.fixMenu span,.fixMenu a,.caseType span,.caseType a{ text-align: left; text-indent: 16px; border-bottom: 1px solid #ffffff!important; margin: 0; border-bottom: 1px solid; line-height: 44px; font-size: 13px; margin: 0; background: #efefef; color: #555555; display: block;}
	.fixMenu span.cur,.fixMenu a.cur,.caseType span.cur ,.caseType a.cur { color:#ffffff; background: #006ebd;}
	.caseType span.cur ,.caseType a.cur p { color: #ffffff;}
	.caseType span,.caseType a { padding:0;}
	.caseType span p,.caseType a p { line-height: 44px;}
	.fixMenu .hideState { background: url(https://www.huajun.hk//statics/huajun/images/about_pic1.png);
	width: 25px;height: 41px; position: absolute; left: -25px; top: 150px; display: block; background-size: 100% auto;}
	.mobMenu { line-height: 36px; display: block; background: url(https://www.huajun.hk/statics/huajun/images/pos_bg2.png) left center no-repeat;
	padding-left: 25px; background-size: 20px auto; font-size: 12px; color: #333333; position: absolute; top: 0; right: 4%;}
	.aboutMenu { height: 37px; position: relative;}
	.caseType { height: 37px; position: relative;}
	.headerTel { display: flex; justify-content: center; align-items: center; width:24px;}
	.menuControl { gap: 10px;}
	.featureNum li { text-align: left;}
	.featureNum li p { justify-content: start;}
	.honorChose span {line-height: 1.25;height: auto;font-size: 12px;min-width: auto;padding:5px;text-align: center;}
	.inBanner { height: 230px;}
	.inBanner img { width: 100%; height: 100%; object-fit: cover;}
	.bannerText h2 { font-size: 22px;}
	.bannerText p { font-size: 13px; font-weight: bold; margin-top: 2%;}
	.productSlide li {width: calc(50% - 5px); border-radius: 6px;}
	.productPic { height: 112px;}
	.homeProduct .productSlide li{ width: 100%;}
	.homeProduct .productSlide li .productPic{ height: auto;}
	.homeProduct .productSlide li .textCont { height: auto;}
	.homeProduct .productSlide li .productText { padding: 10px;}
	.productDesc h2 { margin-bottom: 5px; font-size: 14px;}
	.tag { margin-bottom: 5px;}
	.tag span { line-height: 22px; display: inline-block; font-size: 12px;}
	.textCont { flex: auto; height: 88px; max-width: 100%;}
	.textCont p {white-space: normal; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;font-size: 12px; line-height: 22px;}
	.productText { padding: 10px 5px;}
	.descCont { align-items: start; flex-direction: column; justify-content: start;}
	.textCont a { margin-top: 10px;}
	.artShare { display: none;}
	.caseTitle { text-align: center;}
	.nav li dt { line-height: 2.5;}
	.honorSlide.showState  {display: flex; flex-direction: column-reverse;}
	.ecologyList ul { display: block; white-space: nowrap; overflow-x: auto;}
	.ecologyList ul li { width: 50vw; display: inline-flex;}
	.advantageList ul { display: block; white-space: nowrap; overflow-x: auto;}
	.advantageList ul::-webkit-scrollbar { display: none;}
	.advantageList li { display: inline-block; width: 49%; white-space: normal; height: 406px;}
	.advantageList li:nth-child(2n)::after {
	    transition: all 1.2s;
	        content: '';
	        opacity: 0;
	        position: absolute;
	        left: 0;
	        top: 0;
	        width: 100%;
	        height: 100%;
	        background-image: linear-gradient(to bottom, #006ebd 0%, #006ebd 55%, rgba(0, 110, 189, 0) 80%, rgba(0, 110, 189, 0) 100%);
	}
	.teamList ul { display: block; overflow-y: hidden; overflow-x: auto; white-space: nowrap;}
	.teamList ul::-webkit-scrollbar { display: none;}
	.teamList li { margin-right: 10px; height: 350px; display: inline-block; white-space: normal; width:80%;}
	.team .titleCell p br { display: none;}
	.advantageList li:hover::after { opacity: 1;}
	.ecologyText { height: 340px;}
	.ecologyList .swiper-button-next,.ecologyList .swiper-button-prev { display: flex; border-radius: 50%; background: #006ebd; color: #ffffff;
	 width: 26px; height: 26px;}
	 .ecologyList .swiper-button-next:after,.ecologyList .swiper-button-prev::after { font-size: 14px;}
	 /*.homeArt li:nth-child(1) .imgCont:nth-child(1){ display: none;} */
	 .homeArt li:nth-child(1) .imgCont:nth-child(2),.homeArt li:nth-child(1) .imgCont:nth-child(3) {width: calc(50% - 4.5px)!important; height: 180px!important;}
	 .art .imgCont { border-radius: 6px;}
	 .postText p { margin-bottom: 0;}
	 .fixContact { display: none;}
}