/* html { font-size: 10px;  text-size-adjust: 100%;-webkit-text-size-adjust: 100%;} */
body{font-size: 1.6rem; overflow-x: hidden;} 
.inner{ width:84vw;   margin: 0 auto;  }
.pl-inner{ padding-left: 8vw;}
.pr-inner{ padding-right: 8vw;}
.ml-inner{ margin-left:8vw;}
.mr-inner{ margin-right: 8vw;}

.idxInner{ width:90vw;   margin: 0 auto;  }
.pl-idxInner{ padding-left: 5vw;}
.pr-idxInner{ padding-right: 5vw;}
.ml-idxInner{ margin-left: 5vw;}
.mr-idxInner{ margin-right: 5vw;}
	
.neiBan{ margin-top: 8rem;}
.neiBan .text{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);   z-index: 10;}
.neiBanImg{ max-height: 90vh; min-height: 220px; object-fit: cover; width: 100%;}


.zwHeader{ height: 9rem;}
.zw{ margin-top: -9rem; padding-top: 9rem;}

.z_page_swiper{ height: 100vh;overflow: hidden;}
.z_slide{ overflow: hidden;}
.footer {height: auto;overflow: initial;}
.z_kdc_bar{ position: fixed; z-index: 100; left: 4rem !important; right: auto !important; top: 50%; transform:translateY(-50%) ; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; 
}
.z_kdc_bar .swiper-pagination-bullet{ width: 14px; height: 14px; margin: 10px 0 !important; opacity: 1; transform: scale(0.8); transition: all .2s; background-color: rgba(0, 0, 0, .1); border: 3px solid transparent; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; }
.z_kdc_bar .swiper-pagination-bullet.swiper-pagination-bullet-active{ border: 3px solid #ddd; background-color: transparent; opacity: 1; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); }
 


.body_right{ position: fixed; right: 1rem; top: 50%; z-index: 200; filter: drop-shadow(0 0 5px rgba(0,0,0,0.15)); -webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,0.15)); }
.body_right .icon{ width: 6rem; height: 6rem; font-size: 2rem;}
.body_right li:hover .icon{ background: var(--color); color: #fff;}
.body_right li .float{ display: none; animation: rightBody.3s; position: absolute; right: calc(100% + 5px); top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-animation: rightBody.3s; }
.body_right li:hover .float{ display: flex;}
.body_right li.btn-top{   transform: translateX(2vw); opacity: 0; -webkit-transform: translateX(2vw); -moz-transform: translateX(2vw); -ms-transform: translateX(2vw); -o-transform: translateX(2vw); }
.body_right li.btn-top.show{ transform: translateX(0); opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }

.idxBan .swiper-slide .text{ position: absolute; z-index: 3; left: 50%; top: 30%; transform: translateX(-50%); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }
.idxBan .swiper-slide::after{ display: block; content: ''; z-index: 2; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.25) }
.idxBan .swiper-slide::before{ display: block; content: ''; z-index: 2; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:linear-gradient(to right,rgba(0,0,0,.25),transparent);}
.idxBanImg{ width: 100%; height: 100vh; object-fit: cover;}

.idxBan .bottom{ position: absolute; bottom: 0; left: 50%; z-index: 4; transform:translateX(-50%) ; -webkit-transform:translateX(-50%) ; -moz-transform:translateX(-50%) ; -ms-transform:translateX(-50%) ; -o-transform:translateX(-50%) ; }
.idxBan .bottom button{ background: rgba(255, 255, 255, .25);}.idxBan .bottom button:hover{ background: var(--color);}

.idxBan .swiper-pagination-bullet{ width: 10px; height: 10px; background: #fff; margin: 0 5px; opacity: 1;}
.idxBan .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--green);}

header{ position: fixed; left: 0; top: 0; width: 100%; z-index: 100; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,.1);}

.searchBox{ background :  var(--color); z-index: 60; transform: translateY(-105%); transition:all .6s ; -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; -webkit-transform: translateY(-105%); -moz-transform: translateY(-105%); -ms-transform: translateY(-105%); -o-transform: translateY(-105%); }
.searchBox .form{ width: calc(100% - 8rem);}
.searchBox .keys{ width: 80%; background: url(../images/search-w.png) no-repeat left center; }
.searchBox .submit{ width: 9rem; height: 4rem; border: 1px solid #fff;}
.searchBox input::-webkit-input-placeholder  {color:rgba(255, 255, 255, .65);}
.searchBox input:-moz-placeholder {color:rgba(255, 255, 255, .65);;}
.searchBox input::-moz-placeholder {color:rgba(255, 255, 255, .65);;}
.searchBox input:-ms-input-placeholder  {color: rgba(255, 255, 255, .65);;}
.searchBox.show{ transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); }


.oneNav{ line-height:9rem; white-space: nowrap; font-weight: bold; display: block; padding: 0  3.5rem; font-size: 1.8rem;  }
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:var(--color); transition: all .36s; transform:scale(0,1) ; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
nav li{ position: relative;}
nav li.on .oneNav span ,nav li:hover .oneNav span { color: var(--color);}
nav li.on .oneNav span::after,nav li:hover .oneNav span::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
nav:hover > li:not(:hover) .oneNav{ color: #333; }
nav:hover > li:not(:hover) .oneNav  span::after{ transform:scale(0,1) ;  }
nav  li dl{position:absolute;text-align: center;min-width:150px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15); border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
nav  li dl dd{white-space: nowrap;height:3.5em;line-height:3.5em;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
nav  li dl dd:last-child{border-bottom:0}
nav  li dl dd a{ padding: 0 20px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
nav  li dl dd:hover{background:var(--color)}
nav  li dl dd:hover a{color:#fff!important;}
/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav  li dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav  li:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
 

.h_nav{ height: 60px; width: 60px;  padding: 18px  15px   ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 2px ; background: #333;  transition: .8s; display:inline-block;       }
header.scroll .h_nav .burger,header:hover .h_nav .burger{ background: #333;}
.h_nav .burger:nth-of-type(2){  width:66%;}
  /* .h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation: long 2s linear infinite; }

.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }   */
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: #333;      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }
.nav{ padding-bottom: 60px; width: 100vw; display: none; height:  130vh ; animation: leftFloat .8s; transition:all .6s ; background: #fff; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; -webkit-animation: leftFloat .8s; }
.nav.show{  display: block; }
.nav li.go-child{ border-top: 1px solid rgba(0, 0, 0, 0.15); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.h_nav.close{align-items: center; justify-content: center;}
.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;
 background: url(../images/jia.png) no-repeat center center; background-size: 40% auto;}
 .nav li.go-child.on .erji{ background: url(../images/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(0, 0, 0, 0.15); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }
.nav{   overflow-y: scroll;   }
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 1px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #fff; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #efefef; width: 1px; }


.logoImg{ height: 6rem;}

.languageBtn{  }
.languageBtn span{  font-size: 18px;}
.languageBtn dl{ line-height: 40px; position:absolute;text-align: center;min-width:100px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15); }
.languageBtn dl a{ display: block; border-bottom: 1px solid #e5e5e5;}
.languageBtn dl a:hover{ background: var(--color); color: #fff;}
.languageBtn dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
.languageBtn:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }

 
.idxBusImg{ height: 100vh; width: 100%; object-fit: cover;}

.idxTit .line{ height: 3px; width: 1em;}
.idxTit .line::after{ display: block; content: ''; width: 50%; height: 100%; position: absolute; left: 0; top: 0; background:var(--green) }
.idxTit .line.bg-white::after{   background:#fff }

.idxBusUl{display: grid; grid-gap: 2rem; grid-template-columns: repeat(4,1fr);}
.idxBusUl a{  aspect-ratio:17 / 20 ;}
.idxBusUl li::after{ display: block; content: ''; width: 100%; height: 0; transition: all .36s; position: absolute; left: 0; top: 0; background:linear-gradient(-45deg,var(--green),var(--color)); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxBusUl li .icon02{ display: none;}
.idxBusUl li.on::after{ height: 100%;}
.idxBusUl li.on{ color: #fff;}
.idxBusUl li.on .icon01{ display: none;}
.idxBusUl li.on .icon02{ display: block;}

.bg-jian{ background:linear-gradient(-45deg,var(--green),var(--color)); }
.idxMore::after{ display: block; content: ''; width: 0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background:linear-gradient(-45deg,var(--green),var(--color)); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxMore:hover::after{ width: 100%;}.idxMore:hover{ color: #fff;}
.idxMore:hover{ border-color: transparent !important;}

.idxPro{ background: url(../images/idxProBg.jpg) no-repeat center center / cover;}
.idxProSwiper .swiper-slide .img{ aspect-ratio: 33 / 23; opacity: .7;}
.idxProSwiper .swiper-slide .text{ position: absolute; z-index: 10; left: 0;  bottom: 0;}
.idxProSwiper .swiper-slide-active .img{opacity: 1;}
.idxProSwiper .swiper-slide-active .text{ bottom: 0; flex-direction: row; top: auto; height: auto; background:linear-gradient(to top,rgba(0,110,185,.9),transparent);}
.idxProSwiper .swiper-slide .text .idxMore:hover{  border-color: transparent; }

.idxNews{ background: url(../images/idxNewsBg.jpg) no-repeat center bottom / cover;}
.idxNews .btn{ margin-top: 16rem;}
.idxNews button:hover{background:linear-gradient(-45deg,var(--green),var(--color)); color: #fff;}

.w76{ width: 76%;}
.idxNewItem::after{ display: block; content: ''; width: 100%; height: 25%; opacity: 0; position: absolute; left: 0; top: 0; background:#fff; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxNewItem  .tit{ height: 3.1em;}
.idxNewItem  .desc{ height: 3.1em;}
.idxNewItem  .img{ aspect-ratio: 3 / 2;}
.idxNewItem:hover { box-shadow: 0 0 10px rgba(0,0,0,.15);}
.idxNewItem:hover::after{ opacity: 1; height: 100%;}
/* .idxNewItem:hover .tit{ font-weight: bold;} */

footer{ background: url(../images/footerBg.jpg) no-repeat center center / cover; color: #fff;}
footer a:hover{ color: rgba(255, 255, 255, .82);}
.footNav{ width: 80%;}.line-height2-7{ line-height: 2.7;}

.ewmUl .img{ animation: rightEwm .3s; position: absolute; top: calc(100% + 5px); left: 50%; display: none; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-animation: rightEwm .3s; }
.ewmImg{ width: 8vw; max-width: 140px; min-width: 88px;}
.ewmUl li:hover .img{ display: block;}
.ewmUl li:first-child{ margin-left: 0;}

.footer .border-top-white2{ border-color: rgba(255, 255, 255, .1);}

/* .sunNav{ position: sticky;} */
.sunNav { box-shadow: 0 0 15px rgba(0,110,185,.1);}
.sunNav a{ height: 8.5rem; min-height: 50px;}
.sunNav a::after{ display: block; content: ''; width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background:var(--color) }
.sunNav a.on{ background: #f4faff;}
.sunNav a.on::after{ width: 100%;}

.cultureTit .chTit{ z-index: 5; position: absolute; left: 50%; top: 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%); }
.opacity1{ opacity: .1;}

.cultureUl li{ width: calc(100% / 3);}
.cultureUl li::before{ display: block; content: ''; width: .5rem; height: 100%; position: absolute; left: 0; top: 0; background:#fff; z-index: 10; }
.cultureUl li:first-child::before{ display: none;}
.cultureUl li::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.cultureUl li .cultureImg{ height: 80rem; width: 100%; object-fit: cover;}
.cultureUl li .line{ width: 2.1em; height: 3px;}
.cultureUl li .text{ padding-top:18rem;}
.cultureUl li:hover .line{ width: 4em;}


@media screen and (min-width:750px) {

   
    .cultureUl li:hover .text{ padding-top:10rem;}
    .cultureUl li:hover{ width: 45%; flex-shrink: 0;}
 }

.history{ background: url(../images/historyBg.jpg) no-repeat center bottom / 100% auto;}
.historyHehoo{ position: absolute; right: 0; bottom: 0; width: 87%;}

 
.historySwiper::after{ display: block; content: ''; width: 1px; height: 100%; position: absolute; left: 38%; top: 0; background:linear-gradient(to bottom,var(--color),transparent); }


.historySwiper .swiper-slide .round{ display: flex;  width: 1rem; height: 1rem; z-index: 5; position: absolute; left: 38%; top: .5em; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.historySwiper .swiper-slide-active .right{ font-size: 1.1em; color: #333;}
.historySwiper .swiper-slide-active .left{ font-size: 4.5em; color: var(--color); line-height: 1; font-weight: bold;}
.historySwiper .swiper-slide-active .round{  width: 2rem;  height: 2rem;}
.historySwiper .swiper-slide-active .round::after{ display: block; content: ''; width: 50%; height: 50%; background:#fff ; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.historySwiper .swiper-slide-active .line-clamp3{-webkit-line-clamp:26;}

@media screen and (min-width:750px) {

   
    .historySwiper{ height: 63rem;}
    .historySwiper .swiper-slide{ height: 20%;}
    .historySwiper .swiper-slide-active{ height: 46%;}
  
 }
 .honor{ background: #fbfbfd;}

.honor .cultureTit{ position: absolute; z-index: 10; left: 50%; transform: translateX(-50%); top: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.honor .con{ position: absolute; left: 0; top: 35rem;}
.honorScoll{ max-height: 55rem; overflow-y: scroll;  direction: rtl; /* 文本方向从右到左 */}
.honorScoll .content {
  direction: ltr; /* 内容方向恢复为从左到右 */
}
.honorScoll::-webkit-scrollbar {width: .5rem;}
.honorScoll::-webkit-scrollbar-thumb {border-radius: 3px; background: var(--color); width: .5rem; }
.honorScoll::-webkit-scrollbar-track {border-radius: 3px; background: #dde9f2; width: .5rem; }
.honorScoll li + li{ margin-top: 4rem;}

.proLeft{ width: 17.5%;}
.proRight{ width: 76.3%;}

.proClass{ position: sticky; left: 0; top: 10rem;}
.proClass li{ border-bottom: 1px solid rgba(0,110,185,.25);}
.proClass .bottom .icon{ overflow: hidden; border-radius: 3px; border: 1px solid rgba(0,110,185,.2); width: 1.2em; height: 1.2em; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
.proClass li .active .icon{ background: url(../images/duiIcon.png) no-repeat center center /  100% 100%;}

.proList {display: grid; grid-gap: 3rem 4rem; grid-template-columns: repeat(3,1fr);}
.proList li .img{    
    aspect-ratio: 18 / 17; 
  background:linear-gradient(45deg,#ddd,rgba(221,221,221,0),#ddd);}
.proList li:hover{ box-shadow: 0 0 15px rgba(0,110,185,.15);}
.proList li .img img{-webkit-box-reflect: below 8px linear-gradient(to bottom, rgba(0,0,0,0.2), transparent 70%);}
.proInfoBg{ background: url(../images/proInfoBg.jpg) no-repeat center center / cover;}

.proInfoRight{ aspect-ratio: 1 / 1;}
.proInfoTit::after{ display: block; content: ''; width: 4px; height: 100%; position: absolute; border-radius: 3px; left: 0; top: 0; background:linear-gradient(to bottom,var(--green),var(--color))  ; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }

.pop{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 200; display: none;}
.pop .bg{ background: rgba(0,0,0,.4);}
.pop .con{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);  width: 90%; max-width: 100rem; z-index: 10;}
.tip{ position: absolute; left: 0;}
.goobPop .icon-direction-right{ display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.pop .con .close{ position: absolute; right: 0; transition: all 0s; top: 0; filter: grayscale(100%); -webkit-filter: grayscale(100%); opacity: .5; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; }
.pop .con .close:hover{ opacity: 1; filter: none; -webkit-filter: none; }

.rbOne .txt{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.noNum{ height: 1.6em;}
.TechnologyImg{ margin-top: 8vw;}
.noNum::after{ display: block; content: ''; width: 0;    height: 0;  border-style: solid;
  border-width: 1.1rem .9rem 0;  border-color: var(--color) transparent transparent;   position: absolute; left: 21%; top: 100%;  }
.w43{ width: 43%;}
.rbTwo{ margin-top: -19rem;}
.rbThere .img{ border-top-left-radius: 2vw; border-bottom-left-radius: 2vw;}
.rbFour .text{ margin-top: -1.6rem;}

.newsSwiper .swiper-slide .img{ aspect-ratio: 8 / 5;}
.newsSwiperBox .button{ position: absolute; left: 50%; bottom: 0; z-index: 10;} 
.newsSwiperBox .button button:hover{ color: #fff;background:linear-gradient(-45deg,var(--green),var(--color)); }

.newslist{display: grid; grid-gap:  4rem; grid-template-columns: repeat(3,1fr);}
.newslist li .img{ aspect-ratio:  12 / 7  ; }
.newslist li .tit{ height: 5em;}
.newslist li:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}

.shadow-color{ box-shadow: 0 0 1rem rgba(0,110,185,.15);}
.newLeft{ width: 68.5%;}
.newRightBox{ position: sticky; right: 0; top: 1rem;}

.newPage a:hover .w-50{ background: var(--color); color: #fff;}

.contactType{ background: url(../images/contactTypeBg.jpg) no-repeat center center / cover;}
/* .gbookMessage{ background: url(../images/gbookMessageBg.jpg) no-repeat center top / 100% auto;} */

.jobList li:first-child{ margin-top: 0;}
.jobList li .bottom{ display: none;}
.jobList  li.on .top{ color: #fff;  background: var(--color);}
.jobList  li.on .jobIcondd{filter: grayscale(100%) brightness(500%); }

.jobList  li.on .top .icon-add{ color: #fff;}
.jobList  li.on .top .icon-add:before {content: "\e681";}

.pageInner{  width: 90%; max-width: 1200px; margin: 0 auto;}

.searchlist li:first-child a{ padding-top: 0;}
.searchlist li::after{ width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background-color: var(--color); display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.searchlist li .left{ width:70% ;} 
.searchlist li:hover::after{ width: 100%;}
.searchlist li:hover .right{ background-color: var(--color); color: #fff;  }

.newsinfoBg{ background: url(../images/newsinfoBgBg.jpg) no-repeat center center / cover;} 

.jobPop .con{ width: 96%; z-index: 10; max-width: 1200px; position: absolute; left: 50%; top: 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%); }
.w120{ width: 10em;}
.piacke .icon-arrow-down{ position: absolute; top: 50%; transform: translateY(-50%) ; right: 0; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; }
.jobPop  .close{ transform: rotate(45deg); position: absolute; right: 0; top: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.jobPop  .close:hover{ color: red;  }

.schoolPop .con{  z-index: 10; max-width: 750px; }




.city-picker-dropdown {position: absolute;top: 100%;left: 0;width: 100%;margin-top: 5px;background: #fff;border: 1px solid #ddd;border-radius: 4px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);display: none;z-index: 1000;}
.city-picker-tabs {display: flex;border-bottom: 1px solid #eee;}
.city-picker-tab {flex: 1;text-align: center;padding: 10px 0;cursor: pointer;background: #f5f5f5;}
.city-picker-tab.active {background: #fff;color: var(--color);border-bottom: 2px solid var(--color);}
.city-picker-content {padding: 10px;max-height: 300px;overflow-y: auto;}
.city-picker-list {display: none;}
.city-picker-list.active {display: block;}
.city-picker-item {padding: 8px 15px;cursor: pointer;border-radius: 4px;}
.city-picker-item:hover {background-color: #f0f7ff;}
.city-picker-item.selected {background-color: #e6f7ff;color: var(--color);}
.city-picker-path {padding: 10px 15px;border-top: 1px solid #eee;font-size: 14px;color: #666;}

label{ position: relative;}
#fileinp{ position: absolute; height: 100%; cursor: pointer; left: 0; top: 0; opacity: 0;}
#btn{ margin-right: 5px;}
 
#btn{     border: none;  }
#x_nei_content>span{ display: inline-block; width: 228px; height: 38px; line-height: 38px; text-align: center; background-color: #f8f8f8; border: 1px solid #c7c7c7; /* position: absolute; */ bottom: -2rem;margin-left: calc((100% - 114px) / 2);cursor: pointer;
}
#x_down_all{ margin-top: 8rem;}
