body{font-size: 16px; overflow-x: hidden;} 
.inner{ width:86vw;   margin: 0 auto;  }
.pl-inner{ padding-left: 7vw;}
.pr-inner{ padding-right: 7vw;}
.ml-inner{ margin-left:7vw;}
.mr-inner{ margin-right: 7vw;}

.zwHeader{ height: 90px;}
.zw{ margin-top: -90px; padding-top: 90px;}

.h-50{ height: 50px;}.w-50{ width: 50px;}
.h-60{ height: 60px;}.w-60{ width: 60px;}
.w-70{ width: 70px;} .h-70{ height: 70px;}

/* header{ border-top: .5vw solid var(--green); position: sticky; width: 100%; top: 0; left: 0; background: var(--color); color: #fff; z-index: 100;} */
header{  position: sticky; width: 100%; top: 0; left: 0; background:#fff;   z-index: 100;} 
.oneNav{ line-height:90px; white-space: nowrap; display: block; padding: 0  1.5vw; font-size: 18px;  }
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:var(--green); 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(--green);}
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:50px;line-height:50px;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%); }
 
.headerTel{ color: #fff;}
.headerTel span{ position: absolute; right: 50%; top: 0; display: none; animation: rightFloat .3s; border-top-left-radius: 40px; border-bottom-left-radius: 40px; -webkit-animation: rightFloat .3s; }
.headerTel:hover span{ display: flex;}

.searchBox{  background:  var(--color); z-index: 15; transform: translateY(-110%); opacity: 0; transition:all .6s ; -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; -webkit-transform: translateY(-110%); -moz-transform: translateY(-110%); -ms-transform: translateY(-110%); -o-transform: translateY(-110%); }
.searchBox .form{ width: calc(100% - 80px);}
.searchBox .keys{ width: 80%; background: url(../images/search-w.png) no-repeat left center; }
.searchBox .submit{ width: 90px; height: 40px; 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%); opacity: 1; -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); }


.h_nav{ height: 60px; width: 60px;  padding: 18px  15px   ;   background: var(--green);  align-items: flex-end; display: flex; color: #333;}
.h_nav .burger{ width: 100%;  height: 2px ; background: #fff;  transition: .8s; display:inline-block;       }
header.scroll .h_nav .burger,header:hover .h_nav .burger{ background: #fff;}
.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: #fff;      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: rightFloat .3s; 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 ; }
.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; }


.idxBanImg{  height: calc(100vh - 90px); width: 100%; object-fit: cover;}
.banBot{ position: absolute; bottom: -3vw; left: 0; z-index: 25;}
.ScrollDown{ position: absolute; width: 4.9vw; z-index: 30; bottom: 8%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.ScroolIcon{ animation: ani-svg 1s linear 0s alternate infinite; -webkit-animation: ani-svg 1s linear 0s alternate infinite; }

.idxBan .pagination{ position: absolute; bottom: 10%; z-index: 50; left: 0; width: 100%;}

main{  padding-top: 3vw; }
.idxAbout{ background: url(../images/idxAboutBg.png) no-repeat left top / auto 100%;}
.w36-6{ width: 36.6%;}
.w36{ width: 36%;}
.idxMore .round{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.idxMore:hover .round{ transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }
.idxMore:hover .left{ letter-spacing: 1px;}
.idxAboutUl{ display: grid; grid-gap: 1.5vw; grid-template-columns: repeat(4,1fr);}
li {min-width:0}
.idxAboutUl li .img{ width: 100%; height: 0; padding-bottom: 100%;}

  /* .idxPro{ background: url(../images/idxProBg.jpg) no-repeat center top / 100% 75vh; background-attachment: scroll;}   */

  .idxProBg{  position: absolute; top: 0; left: 0; width: 100%; z-index: -1; }
  .idxProBg img{ width: 100%; max-height: 75vh; object-fit: cover;}
/*
.idxProBg{ position: absolute; top: 0; left: 0; width: 100%;}

.wrapper{ height: 34vw;}
 

.idxProUl li{ background: linear-gradient(to right,#c8e0fd,#ffffff);   padding: 10vw 0 5vw 0;  }
.idxProUl li::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/idxProUlBg.png) no-repeat left center / auto 100%  }
.idxProUl li .img{ width: 100%; height: 0; padding-bottom: 87%;}
.w10{ width: 10%;}
.idxProUl li .more .iconfont{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.idxProUl li .more:hover .iconfont{ transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }
 
.idxProUl li .tip::before {
        content: '';
        position: absolute;
        border-radius:40px ;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        padding: 2px;
     background: linear-gradient(45deg, #3db88e, #2460ad);
        -webkit-mask:           linear-gradient(#fff 0 0) content-box,           linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-border-radius:40px ;
        -moz-border-radius:40px ;
        -ms-border-radius:40px ;
        -o-border-radius:40px ;
}
.idxProUl li .tip{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #3db88e, #2460ad);}
 .idxProUl li { position: sticky; left: 0; top: 0;} */


/* .idxProUl li {
    width: 100%;
    height: 100%;
 
    position: absolute;
    inset: 0%;
    box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
  } */

  .card {position: sticky;top: 0;  }
.card__inner {will-change: transform;
 background: linear-gradient(to right,#c8e0fd,#ffffff);   padding: 10vw 0 5vw 0;  box-shadow: 0 1vw 2vw -1.1vw hsla(265.3, 20%, 10%, 35%);transform-origin: center top;  }
.cards {width: 100%;/* max-width: 900px; */ display: grid;grid-template-rows: repeat(var(--cards-count), var(--card-height));gap: 2vw 0;  }
.cards .card__inner::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/idxProUlBg.png) no-repeat left center / auto 100%  }
.cards .card__inner .img{ width: 100%; height: 0; padding-bottom: 87%;}
.w10{ width: 10%;}
.cards .card__inner .more .iconfont{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.cards .card__inner .more:hover .iconfont{ transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }
.cards .card__inner .tip::before {
        content: '';
        position: absolute;
        border-radius:40px ;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        padding: 2px;
    background: linear-gradient(45deg, #3db88e, #2460ad);
        -webkit-mask:           linear-gradient(#fff 0 0) content-box,           linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-border-radius:40px ;
        -moz-border-radius:40px ;
        -ms-border-radius:40px ;
        -o-border-radius:40px ;
}
.cards .card__inner .tip{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #3db88e, #2460ad);}
  
.w46{ width: 46%;}
.idxNewsSwiper .img{ width: 100%; height: 0; padding-bottom: 57.8%;}
.idxNewsSwiper .pagination{ position: absolute; z-index: 15; top: 68%; bottom:auto; height: 10px;}
.idxNewsSwiper .pagination .swiper-pagination-bullet{ background: #fff; opacity: 1;}
.idxNewsSwiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--color);}

.idxJob{ background: url(../images/idxJobBg.jpg) no-repeat center center / cover; background-attachment: fixed; padding: 7.8vw 0;}
.footBot{ position: absolute;top: -7.7vw; left: 0; z-index: 20;}
.zwFootBox{ height: 7.7vw;}
footer{ background: #111720; padding-top: 7vw;  }
footer a:hover{ color: rgba(255, 255, 255, .8);}
.ewmImg{ width: 9.3vw; min-width: 80px; max-width: 170px;}
.footTop:after,.footTop:before{content:""; position:absolute; border-radius:50%; top:0; left:0;; z-index:1;}
.footTop:before {width:160%; height:160%; background:transparent; background:rgba(255,255,255,0.1); top:-30%; left:-30%; -webkit-animation:warn 2s linear 0.4s infinite; -moz-animation:warn 2s linear 0.4s infinite; animation:warn 2s linear 0.4s infinite; opacity:0;}
/* .footTop:after {width:1000%; height:1000%;background:transparent; background:rgba(30,31,64,0.2);  left:-450%;  top:-450%; -webkit-animation:warn 2s linear 0s infinite; -moz-animation:warn 2s linear 0s infinite; animation:warn 2s linear 0s infinite; opacity:0;} */

 .neiBan .text{ position: absolute; left: 0; top: 30%;   }
.w63{ width: 63%;}

.videoPlay{ width: 13vw; height: 13vw; position: absolute; left: 50%; top: 50%; z-index: 15; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.videoPlay .litainuocheng{ animation: yuan 10s infinite linear; -webkit-animation: yuan 10s infinite linear; }
.playBtn{position: absolute; left: 50%; top: 50%; z-index: 15; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }

.culture li{ background: url(../images/cultureBg.jpg) no-repeat center center / cover;}
.culture li.on{ color: var(--color); }
.cultureIcon{ width: 7.2vw; max-width: 140px; min-width: 50px; flex-shrink: 0;}

.history{ background: url(../images/historyBg.jpg) no-repeat center bottom /  cover; background-attachment: fixed;}
.historySwiper .swiper-slide .line{ width: 1px; height: 4.6vw;   background: rgba(255, 255, 255, .5);}
.historySwiper .swiper-slide{ height: 28vw;}
.historySwiper .swiper-slide::after{display: block; content: ''; width: 100%; height: 1px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background:#fff}
.historySwiper .swiper-slide .round{ width: 12px; height: 12px; left: -6px; top: 50%; transform: translateY(-50%); z-index: 10; position: absolute; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }

@media screen and (min-width:900px) {
  .historySwiper .swiper-slide .line{  position: absolute; bottom: 50%; left: 0;  }
  .historySwiper .swiper-slide:nth-child(2n) .line{ width: 1px; height: 4.6vw; position: absolute; top: 50%; left: 0; background: rgba(255, 255, 255, .5);}
  .historySwiper .swiper-slide:nth-child(2n){  display: flex;   flex-direction: column; justify-content: flex-end;}
 }
.history .next:hover,.history .prev:hover{ background: #fff; color: var(--color);}

.styleSwiper .img{ padding-bottom: 76.6%; height: 0; width: 100%;}
.style .prev:hover,.style .next:hover{ background: var(--color); color: #fff;}

.neiBanImg{ max-height: calc(100vh - 90px); min-height: 260px; object-fit: cover; width: 100%;}

.prolist li{ background: url(../images/prolistBg.jpg) no-repeat center center / 100% 100%;}
.prolist li .img{ width: 100%; height: 0; padding-bottom: 60%;}
 
.prolist li .more .iconfont{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.prolist li .more:hover .iconfont{ transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }
 
.prolist li .tip::before {
        content: '';
        position: absolute;
        border-radius:40px ;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        padding: 2px;
     background: linear-gradient(45deg, #3db88e, #2460ad);
        -webkit-mask:           linear-gradient(#fff 0 0) content-box,           linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-border-radius:40px ;
        -moz-border-radius:40px ;
        -ms-border-radius:40px ;
        -o-border-radius:40px ;
}
.prolist li .tip{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #3db88e, #2460ad);}

.location .icon-youjiantou1{ transform: scale(.8); -webkit-transform: scale(.8); -moz-transform: scale(.8); -ms-transform: scale(.8); -o-transform: scale(.8); }
.proImg span{ font-size: 24vw; color: #f7f8fa; 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%); }
.proImg{ height: 35vw; min-height: 280px;}
.w26{ width: 26%;}
.proTit strong::after{ display: block; content: ''; width: 2em; height: 3px; position: absolute; left: 0;  bottom: -1px; background:var(--color) }
.proPage a:hover{ background: var(--color); color: #fff;}
.proPage{ position: sticky; right: 0; top: 2vw;}
.w48-7{ width: 48.7%;}

.newleftSwiper .img{ width: 100%; height: 0; padding-bottom: 60%;}
.newrightSwiper .img{ width: 100%; height: 0; padding-bottom: 60%;}
.newrightSwiper .more{ position: absolute; left: 0; bottom: 0;}

.newsTop .pagination{ position: absolute; right: 0; bottom: 0; z-index: 30;}
.newsTop .pagination .swiper-pagination-bullet{ margin-left: 6px;}

.newslist{ display: grid; grid-gap: 3.5vw; grid-template-columns: repeat(3,1fr);}
li {min-width:0}
.newslist li .img{ width: 100%; height: 0; padding-bottom: 68%;}


.newsInfoBg{ background: url(../images/newInfoBg.jpg) no-repeat center top / 100% auto;}
.shareBox{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }

.jobLie{ width: .8em; height: 4px; background-image: linear-gradient(to right,#3db88e, #2460ad);}

.jobYslist li{ width: 21.3%; margin-left: -1.625%;}
.jobYslist li:first-child{ margin-left: 0;}
.jobYslist li .img{ width: 100%; height: 0; padding-bottom: 100% ; border: 1px   dashed var(--green);}
.jobYslist li:nth-child(2n) .img{ border-color: var(--color);}

.jobType li{ width: 10em;}
.jobType li.on{ background: var(--color); color: #fff;}
.jobList li .top .desc span{  margin-left: 1vw;}
.jobList li .bottom{ display: none;}
.jobList  li.on .top{ color: #fff;  background: linear-gradient(45deg, #3db88e, #2460ad);}
.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";
}

.jobTypeCon .item{ display: none;}
.jobTypeCon .item.on{ display: block;}

.imgWidth{ width: 1em;}


.pop{  width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 250; display: none;}
.pop .bg{ background: rgba(0, 0, 0, .4); }
.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{ transform: rotate(180deg); color: red; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }

.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;}

.schoolTop{ width: 28.5vw; position: absolute; left: 0; top: 0;}
.schoolBot{ width: 22.8vw; position: absolute; right:  0; bottom: 0;}

@media screen and (min-width:900px) {

    .jobSchool .params-container {display: table;}
.jobSchool .param-item {display: table-row;}
.jobSchool .param-cell {display: table-cell;}
 }

 .w68{ width: 68%;}
 .messageForm .tip{ position: absolute; z-index: 15; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
 .tjBtn{  background: linear-gradient(45deg, #3db88e, #2460ad);}
 .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%) ; }

 .airplane{ position: absolute; bottom: 0; left: 0; width: 28%;}
 .jbList li::after{ width: 50%; opacity: 0; transition: all .36s; height: 3px; background: linear-gradient(45deg, #3db88e, #2460ad); display: block; content: ''; position: absolute; left: 0; bottom: 0; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
 .jbList li:hover::after{ width: 100%; opacity: 1;}



.searchTop form{ width: 700px;}
.searchTop form .text{ width: calc(100% - 70px); }
.searchTop form .submit{ width: 70px; height: 70px; background: url(../images/searchbig.png) no-repeat center center; background-size: 35% auto;}
.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 .right{ width: 70px; height: 70px;}
.searchlist li:hover::after{ width: 100%;}
.searchlist li:hover .right{ background-color: var(--color); color: #fff; transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
