body{font-size: 16px; overflow-x: hidden;} 
.inner{ width:1600px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1600px)/2);}
.pr-inner{ padding-right: calc((100vw - 1600px)/2);}
.ml-inner{ margin-left: calc((100vw - 1600px)/2);}
.mr-inner{ margin-right: calc((100vw - 1600px)/2);}

.zwHeader{ height: 100px;}
.zw{ margin-top: -100px; padding-top: 100px;}

.h-50{ height: 50px;}.w-50{ width: 50px;}
.h-60{ height: 60px;}.w-60{ width: 60px;}
.w-70{ width: 70px;} .h-70{ height: 70px;}

.idxHeader{ position: absolute; top: 0; left: 0; right: 0; top: 0;  width: 100%;z-index: 100;} 
/* .callIcon{ filter: grayscale(100%) brightness(500%); -webkit-filter: grayscale(100%) brightness(500%); } */
.headerForm .keys{ width: 265px;}
.headerForm button{ width: 40px; height: 40px;}

nav{ background: rgba(255,255,255,.2);}

.proClassTop{ height: 60px; max-width: 340px; width: 22%;  background: var(--color);}
.navLine{ height: 1em;}

.leftProClass{ width:100% ; position: absolute; top: 60px; left: 0; background: #fff; height: 600px; z-index: 10; font-size: 18px;
       box-shadow: 0 10px 10px rgba(0,0,0,.15);display: none;
}

nav.index .leftProClass{ display: block;}

nav.sticky .leftProClass{ display: none;}
 
.leftProClass a.wmax{ line-height: 40px;}
.leftProClass a.wmax:hover{ color: var(--color); font-weight: bold;}

/* 
.leftProClass{   overflow-y: scroll;  overflow-x: visible; }
.leftProClass::-webkit-scrollbar {width: 5px;}
.leftProClass::-webkit-scrollbar-thumb {border-radius: 3px; background: #d4d4d4; width: 5px; }
.leftProClass::-webkit-scrollbar-track {border-radius: 3px; background: #f6f6f6; width: 5px; }
 */



.proClassRight{ height: 600px;  position: absolute; top: 0; left:100% ; width:1260px;  display: none;
    box-shadow:inset 5px 10px 10px rgba(0,0,0,.15)}
    
  .proClassRight{  overflow-y: scroll;   }
.proClassRight::-webkit-scrollbar {  width: 10px;}
.proClassRight::-webkit-scrollbar-thumb { border-radius: 0; background: #c1c1c1; width: 10px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.proClassRight::-webkit-scrollbar-track { border-radius: 0; background: #f1f1f1; width: 10px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
 
/* .proClassRight .left{ width: calc(100% - 250px);}
.proClassRight .right{  } */
.proClassRight .bottom {display: grid; grid-gap:18px; grid-template-columns: repeat(4,1fr);}
.proClassRight .bottom .font14{ line-height: 50px;}
.proClassRight .bottom  a {min-width:0 }
.proClassRight .bottom  a:nth-child(4n){ margin-right: 0;}
.proClassRight .bottom  a .img{ width: 100%; height: 0; padding-bottom: 70%;}
.proClassRight .bottom a:hover img{ box-shadow: 0 0 10px rgba(0,0,0,.25); transform:scale(0.95) ; -webkit-transform:scale(0.95) ; -moz-transform:scale(0.95) ; -ms-transform:scale(0.95) ; -o-transform:scale(0.95) ; }
.smaillItem a{ width: 25%; white-space: nowrap;}
.proClassRight  .item .title{ width: 21%;}
.smaillItem{ width: 79%;}
.leftProClass li:hover .proClassRight{ display: block;}


 
 

 nav.sticky{ background: #fff; color: #333; border-bottom: 1px solid #e5e5e5;}
 .proClassTop{ background: var(--color); color: #fff;}

.idxHeader.scroll .proClassTop .leftProClass{ display: none;} 

.proClassTop:hover .leftProClass{ display: block  !important ;}  



.navUl{  }
.navUl li{  position: relative; margin-left: 4vw; }
.oneNav{ font-size: 18px; line-height: 60px;white-space: nowrap; display: flex;   align-items: center; justify-content: center;  }
.oneNav .iconfont{ display: inline-block;}
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; z-index: 10;
  }
.navUl 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}
.navUl li dl dd:last-child{border-bottom:0}
.navUl 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 }
.navUl li dl dd:hover{background:var(--color)}
.navUl li dl dd:hover a{color:#fff!important;}
/* .navUl 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%); }


.idxBan .swiper-slide::before{ display: block; content: ''; z-index: 1; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.idxBanImg{ width: 100%;   object-fit: cover;height: 83vh;}
.idxBan .inner{ position: absolute; top: 60%; left: 50%; transform: translate(-50%,-50%); z-index: 10; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }

.idxNavul { gap: 8px;}
.idxNavul li{ flex: 1;}
.idxNavul li:hover{ transform: translateY(-5px); box-shadow: 0 0   15px rgba(0,0,0,.15); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); }

.imgHeight{ height: 1em;}

.idxClass{ background: url(../images/idxClassBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.idxClass::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(246,249,255,.92) }

.idxClassLeft{ width: 340px;}
.idxClassRight{ width: calc(100% - 340px);}
.idxClassLeft .tit{ background: url(../images/idxClassLeftTit.jpg) no-repeat center center / cover; padding-bottom: 36%; width: 100%; height: 0;}
.idxClassLeftUl li{ line-height: 52px;}
.idxClassLeftUl .icon-yuan{ font-size:10px; transform: scale(0.9); -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); }
.idxClassLeftUl li::after{ width: 50%; opacity: 0; height: 100%; z-index: 1; transition:all .36s ; position: absolute; top: 0; left: 0; display: block; content: ''; background: var(--color); -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.idxClassLeftUl li:hover::after,.idxClassLeftUl li.on::after{ width: 100%; opacity: 1;}
.idxClassLeftUl li:hover,.idxClassLeftUl li.on{ color: #fff; padding: 0 10px;}
.idxClassLeftUl li:hover .color-aaa,.idxClassLeftUl li.on .color-aaa{ color: #fff;}
.idxClassLeftUl li:last-child{ border-bottom: none;}

.idxClassRight ul{display: grid; grid-gap: 29px 12px; grid-template-columns: repeat(3,1fr);}
.idxClassRight ul li {min-width:0}
.idxClassRight ul li a .img{ width: 100%; height: 0; padding-bottom: 76%;}
/* .idxClassRight ul li a::after{ display: block; z-index: 3; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.4) } */
.idxClassRight ul li a .title{ position: absolute; left: 0; bottom: 0; z-index: 5; background: url(../images/bg01.png) no-repeat center right / auto 100%;}
.idxClassRight ul li a:hover::after{ display: none;}
.idxClassRight ul li a:hover .title{ width: 100%; background: rgba(34,138,85,.66);}

.idxsmallBan{ background: url(../images/idxSmallBanBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.idxsmallBan::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.52) }

.idxSer{ background: url(../images/idxSerBg.jpg) no-repeat center center / cover;}
.idsSerUl::after{display: block; content: ''; width: 100%; height: 1px; position: absolute; left: 0; top: 35px; background:#e5e5e5}
.idsSerUl li.on .round{ transform: scale(1.2); background: var(--color); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
.idsSerUl li.on .round img{ filter: grayscale(100%) brightness(500%); -webkit-filter: grayscale(100%) brightness(500%); }

.idxSerRightSwiper .img{ width: 100%; height: 0; padding-bottom: 69.5%;}

.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat center center  / cover; background-attachment: fixed;}
.idxAbout::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/idxAboutJian.png) no-repeat center center / cover; }
 
.w85{ width: 85%;}
.idxAboutMore{ width: 80px ; height: 80px;}
.idxAboutMore i:before { content: ''; position: absolute; left: 0; top: 0;  border: 1px solid #fff; width: 100%;height: 100%;  border-radius: 50%;  opacity: 0}
.idxAboutMore i:after {content: '';position: absolute; left: 0;top: 0;border: 1px solid #fff; width: 100%; height: 100%; border-radius: 50%;opacity: 0}
 
.idxAboutMore:hover i:before { animation: serv_one_border .9s 0s ease 1; -webkit-animation: serv_one_border .9s 0s ease 1; }
.idxAboutMore:hover i:after { animation: serv_one_border 1.5s 0s ease 1; -webkit-animation: serv_one_border 1.5s 0s ease 1; }
.idxAboutMore:hover{ background: #fff; color: var(--color);}

.w38{ width: 38%;}
.w18{ width: 18.3%;}
.idxAboutNum .item{ border-top-left-radius: 1vw; }
.idxCustomerUl li{ overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,.05); width: 5.9vw; height: 5.6vw; position: absolute;}
.idxCustomerUl li img{ max-width: 90%; max-height: 90%;}
.idxCustomerUl li:nth-child(n+9){ transform:scale(.86) ; -webkit-transform:scale(.86) ; -moz-transform:scale(.86) ; -ms-transform:scale(.86) ; -o-transform:scale(.86) ; }
.idxCustomer .title{background: -webkit-linear-gradient(left, #228a55, #10bd65);-webkit-background-clip: text; -webkit-text-fill-color: transparent;}


.idxCustomerUl li:nth-child(1){top: 37%; left: 0%;}
.idxCustomerUl li:nth-child(2){top: 17.6%; left: 24.6%;}
.idxCustomerUl li:nth-child(3){top: 36.5%; left: 18%;}
.idxCustomerUl li:nth-child(4){bottom:0; left: 23.5%;}
.idxCustomerUl li:nth-child(5){top: 37%; right: 0%;}
.idxCustomerUl li:nth-child(6){top: 17.6%; right: 24.6%;}
.idxCustomerUl li:nth-child(7){top: 36.5%; right: 18%;}
.idxCustomerUl li:nth-child(8){bottom:0; right: 23.5%;}
.idxCustomerUl li:nth-child(9){top: 0; left: 9%;}
.idxCustomerUl li:nth-child(10){top: 28%; left: 9%;}
.idxCustomerUl li:nth-child(11){top: 69%; left: 5%;}
.idxCustomerUl li:nth-child(12){top: 60%; left: 13%;}
.idxCustomerUl li:nth-child(13){top: 49%; left: 27.5%;}
.idxCustomerUl li:nth-child(14){top: 0; right: 9%;}
.idxCustomerUl li:nth-child(15){top: 28%; right: 9%;}
.idxCustomerUl li:nth-child(16){top: 69%; right: 5%;}
.idxCustomerUl li:nth-child(17){top: 60%; right: 13%;}
.idxCustomerUl li:nth-child(18){top: 49%; right: 27.5%;}
.idxCustomerUl li:nth-child(n+18){ display: none !important;}
.idxCustomerUl li:nth-child(20){}


.idxCustomer{ background-image: linear-gradient(to top,#dfedfd,#fff);}
.idxCustomer .con{ 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%); }
.inlogo{ display: block; overflow: hidden;  }
.inlogo .la{ overflow: visible;white-space: nowrap; height: 80px;  margin-bottom: 20px;position: relative;}
.inlogo .la dl{ -webkit-animation: kf-client-wall-1 50s linear 0s infinite forwards; -moz-animation: kf-client-wall-1 50s linear 0s infinite forwards; -ms-animation: kf-client-wall-1 50s linear 0s infinite forwards; -o-animation: kf-client-wall-1 50s linear 0s infinite forwards; animation: kf-client-wall-1 50s linear 0s infinite forwards;    position: absolute; top:0; left:0; height: 100%;}
.inlogo .la dl dd{ position: relative; height: 100%; margin: 0 5px;  overflow: hidden; display: inline-block; border-radius: 10px; border: 1px solid #e6e7e7;}
.inlogo .la dl dd img{ display: block;width: auto;height: 100%;}
@keyframes kf-client-wall-1 { 0% { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } 100% { -webkit-transform: translate(-33.333%, 0); -moz-transform: translate(-33.333%, 0); -ms-transform: translate(-33.333%, 0); -o-transform: translate(-33.333%, 0); transform: translate(-33.333%, 0); } }
.inlogo .gd2 dl{    -webkit-animation: kf-client-wall-2 50s linear 0s infinite forwards; -moz-animation: kf-client-wall-2 50s linear 0s infinite forwards; -ms-animation: kf-client-wall-2 50s linear 0s infinite forwards; -o-animation: kf-client-wall-2 50s linear 0s infinite forwards; animation: kf-client-wall-2 50s linear 0s infinite forwards; position: absolute; top:0; left:0; height: 100%;}
@keyframes kf-client-wall-2 { 0% { -webkit-transform: translate(-33.333%, 0); -moz-transform: translate(-33.333%, 0); -ms-transform: translate(-33.333%, 0); -o-transform: translate(-33.333%, 0); transform: translate(-33.333%, 0); } 100% { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }

footer{ background: #2a2a2a; color: #fff;}
footer a:hover{ color: rgba(255,255,255,.6);}
footer .center .right  .item a{ display: block; white-space: nowrap;}
footer .center .right  .item a:last-child{ margin-bottom: 0;}
footer .center .right  .item.w40{ display: flex; flex-wrap: wrap;}
footer .center .right  .item.w40 a{ width: 50%; display: inline-block;}

.footEwm{ width: 125px;}

.mobileNav{ position: relative; z-index: 100;}
.mobileNav a{ height: 50px; flex: 1;border-right: 1px solid rgba(255, 255, 255, .2); display: flex; align-items: center; justify-content: center;}

.neiBanBanImg{ width: 100%; max-height: 100vh; object-fit: cover; min-height: 260px;}
.neiBan::before{ display: block; content: ''; width: 100%; z-index: 2; height: 100%; position: absolute; left: 0; top: 0;background: rgba(0,0,0,.3); }
.neiBan::after{ display: block; content: ''; width: 100%; z-index: 1; height: 100%; position: absolute; left: 0; top: 0;background-image: linear-gradient(to bottom,rgba(19,77,193,.5),transparent); }

.neiBan .neiBanText{  position: absolute; left: 0; bottom: 0; width: 100%; z-index: 10;}

.proLeft{ width: 22%; max-width: 340px;}
.proRight{ width: 75%; max-width: ;}

.proLeftUl li .top::after{ display: block; content: ''; width: 50%; opacity: 0; height: 100%; position: absolute; left: 0; top: 0; background:var(--color) ; transition:all .36s ; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.proLeftUl .iconfont{ color: #dadada; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.proLeftUl li:hover .top::after,.proLeftUl li.on .top::after{ width: 100%; opacity: 1;}
.proLeftUl li:hover .top a,.proLeftUl li:hover .top .iconfont,.proLeftUl li.on .top a,.proLeftUl li.on .top .iconfont{ color: #fff;}

.proLeftUl:hover li:not(:hover) .top::after{ width: 50%; opacity: 0; }
.proLeftUl:hover li:not(:hover) .top a{  color: #333; }
.proLeftUl:hover li:not(:hover) .top .iconfont{ color:#dadada ;}


.gridBottom{display: grid; grid-gap: 25px; grid-template-columns: repeat(3,1fr);}
.gridBottom a{min-width:0}
.gridBottom a::after{ display: block; content: ''; width: 20%; opacity: 0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background:var(--color) }
.gridBottom a:hover::after{ width: 100%; opacity: 1;}
.gridBottom a:hover{ color: #fff;}
.gridBottom a:hover .iconfont{ opacity: 1;}

.cellMenuBox{ padding: 0 20px;}
.menuItem{
  height: 50px;
  border-bottom: 1px solid #EBEBEB;
  padding-top: 15px;
  display: flex;
position: relative;
}
.menuItem .topTitle{
  font-size: 15px;
  
  font-weight: 500;
  opacity: 1;
  width: 92%;
}
.menuItem .topTitle a{
  display: block; font-weight: bold;
}
.menuItem .topTitleActive{
  color:var(--color);
  border-bottom: 2px solid var(--color);
}

.menuItem .topBtn img{
  position: absolute;
  height: 40%;
}
.topBtnActive{
  margin-top: 0; 
}
.menuDetail{
  width:92%;
  /*margin: 0 auto;*/
  background:#e5f5ed;
  opacity:1;
  padding: 2% 4.7%;
  position: absolute;
top: 100%;
z-index: 99;
}
.menuDetail li{
  font-size: 14px;
  
  line-height:2.4;
  color:rgba(68,68,68,1);
  opacity:1;
}
.menuDetail li a{
  display: block;
  width: 100%;
}
.menuDetail li:hover{
  color: var(--black)!important;
}


.prolist { display: grid; grid-gap: 30px 20px;grid-template-columns: repeat(4,1fr);}
.prolist li{min-width:0}
.prolist li .img{ height: 0; padding-bottom: 66%; width: 100%;}
.prolist li:hover .img img{ opacity: 1;}
.prolist li:hover{ transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }

.proInfoTit::after{ display: block; content: ''; width: 1.5em; height: 3px; position: absolute; left: 0;  bottom: -1px; background:var(--color) }

.proinfoBot{ border: 2px solid var(--color);}

.proinfoGbook{ background: url(../images/proinfoGbookBg.jpg) no-repeat center center / cover;}

.proinfoTitlt strong::after{ display: block; content: ''; width: 100%; height: 3px; position: absolute; left: 0;  bottom: -1px; background:var(--color) }

.proLeftUl{ position: sticky; left: 0; top:65px;}
.proinfotabTit .on{ color: var(--color);}
.proinfotabTit .on::after{ display: block; content: ''; width: 100%; height: 3px; position: absolute; left: 0;  bottom: -1px; background:var(--color) }

.honorBoxImg{ width: 100%; height: 0; padding-bottom: 120%;}

.proinfoGbook input::-webkit-input-placeholder,.proinfoGbook  textarea::-webkit-input-placeholder {color:#fff;}
.proinfoGbook input:-moz-placeholder,.proinfoGbook  textarea:-moz-placeholder {color:#fff;}
.proinfoGbook input::-moz-placeholder,.proinfoGbook  textarea::-moz-placeholder {color:#fff;}
.proinfoGbook input:-ms-input-placeholder,.proinfoGbook  textarea:-ms-input-placeholder {color: #fff;}

.birefNum{ padding-top: 16vw; background: url(../images/birefNumBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.birefNum::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.5) }

.birefNum .title{ height: 26vw; position: absolute; left: 0; top: -26vw; background: url(../images/birefNumTitBg.jpg) no-repeat;  }
.Honors{ background: url(../images/HonorsBg.jpg) no-repeat center center / cover;}

.process{ background: url(../images/processBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.process::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.processUl li{ max-width: 12vw; position: absolute; z-index: 10;}
.processUl li:nth-child(1){ position: absolute; left: 8%; top: 35%;}
.processUl li:nth-child(2){ position: absolute; left:21.5%; top: 29%;}
.processUl li:nth-child(3){ position: absolute; left: 36.5%; top: 21%;}
.processUl li:nth-child(4){ position: absolute; left: 52%; top:10%;}
.processUl li:nth-child(5){ position: absolute; left: 65.9%; top:2%;}
.processUl li:nth-child(6){ position: absolute; left: 80.2%; top: -8%;} 
.processUl li:hover{ transform: translateY(-5px); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); }

.styleSwiper .img{ width: 100%; height: 0; padding-bottom: 60%;}
.styleSwiper .swiper-slide{ transform: scale(.8); -webkit-transform: scale(.8); -moz-transform: scale(.8); -ms-transform: scale(.8); -o-transform: scale(.8); }
.styleSwiper .swiper-slide-active{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.styleSwiper .swiper-slide-active .text{ opacity: 1;}
.instrument .prev,.instrument .next{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.instrument .prev{ left: 20%;}
.instrument .next{ right: 20%;}
.instrument .next:hover,.instrument .prev:hover{ background: var(--color); color: #fff;}

.mypagination  .swiper-pagination-bullet{ width: 6px; height: 6px; margin:  0 2px;}
.Honors .next:hover,.Honors .prev:hover{ background: var(--color); color: #fff;}


.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{   }
.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); }



.floatOnline{ position: fixed; bottom: 10%; left: 0; z-index: 99;}

.floatNav{ position: fixed; bottom: 10%; right: 10px; z-index: 99; box-shadow: 0px 0 7px rgba(0, 0, 0, .05);}
.floatNav img{ max-width: none;}
.floatNav li  .item{ width: 80px; height: 80px;}
.floatNavIcon{ width: 28px;}
.floatNavLeft{ position: absolute; right: 100%; bottom: 0; display: none;animation: rightFloat .3s;}
.floatNav li:hover .floatNavLeft{ display: block;}


.pop{  width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 250; display: none;}
.pop .bg{ background: rgba(0, 0, 0, .4); }
.madePop .con{ width: 96%; z-index: 10; max-width: 1160px; 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%); }
.madePop .close{ box-shadow: 0 0 15px rgba(0, 0, 0, .05); line-height: 1;  position: absolute; right: -20px; top: -20px;}
.madePop .close:hover{ color: red; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }

.selfPop .con{ width: 96%; z-index: 10; max-width: 1160px; 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%); }
.selfPop .close{  box-shadow: 0 0 15px rgba(0, 0, 0, .05); line-height: 1;   position: absolute; right: -20px; top: -20px;}
.selfPop .close:hover{ color: red; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }


label{ position: relative;}
.fileinp{ position: absolute; height: 100%; cursor: pointer; left: 0; top: 0; opacity: 0;}
 