body{font-size: 16px;} 
.inner{ width:1560px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1560px)/2);}
.pr-inner{ padding-right: calc((100vw - 1560px)/2);}
.ml-inner{ margin-left: calc((100vw - 1560px)/2);}
.mr-inner{ margin-right: calc((100vw - 1560px)/2);}


header{ position: fixed; top: 0; left: 0; width: 100%; z-index: 100 ; color: #fff;}
header .con{ padding: 0 5vw;}
.logoImg{ height: 62px;}
.icon02{ display: none;}
.oneNav{ line-height: 90px; white-space: nowrap; display: block; padding: 0 2vw; font-size: 18px; font-weight: bold;}
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:#fff; 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::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(--green)}
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%); }
 

.languageBtn dl{ line-height: 40px; position:absolute;text-align: center;min-width:90px; 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(--green); 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%); }

.languageBtn .iconfont{ transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); }


 
header::after{ position: absolute; left: 0; bottom: 0; display: block; content: ''; transition: all .36s; width: 100%; height:  1px;  background-color: rgba(255, 255, 255, .15); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }

header.scroll,header:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15); color: #333;}
header.scroll::after,header:hover::after{    background-color: #fff;  height: 100%;}
header.scroll .oneNav span::after,header:hover .oneNav span::after{background: var(--green);}
header.scroll nav li.on .oneNav  ,header:hover  nav li:hover .oneNav  { color: var(--green);}
header.scroll .icon01,header:hover .icon01{ display: none;}
header.scroll .icon02,header:hover .icon02{ display: block;}



.h_nav{ height: 60px; width: 60px; background-color:var(--green); padding: 18px 8px ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 1px ; background: #fff;  transition: .8s; display:inline-block;       }
.h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation:; }
.h_nav .burger:nth-of-type(2){  width: 50%;}
.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{ color: #fff !important; width: 100%; height: calc(100vh - 60px) ; transition:all .6s ; transform: translateX(100%); background-color: #000; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(255, 255, 255, 0.25); 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(255, 255, 255, 0.25); 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: #555; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #000; width: 1px; }

.zwHeader{ height: 90px;}
.zw{margin-top: -90px; padding-top: 90px;}



.idxBan .swiper-slide::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-image: linear-gradient(to right,rgba(4,42,120,1),rgba(0,0,0,.2));} 
.idxBanImg{ width: 100vw;  height: 100vh; object-fit: cover; min-height: 360px; }
.idxBan .swiper-slide-active .idxBanImg{ animation: swiper_img_move 8s linear 0s infinite normal both ; -webkit-animation:; }
.idxbanMore .right{ width: 38px; height: 38px; margin-left: 90px;}
.idxbanMore .right::before{ width:20%; height: 20%; border-radius: 50%; position: absolute; left: 40%; top: 40%; display: block; content: ''; background: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.idxbanMore .right::after{ width:200%; height: 1px; position: absolute;  right: 50%; top:49%; display: block; content: ''; background: rgba(255, 255, 255, .45);  }
.idxbanMore:hover{ box-shadow: 0 0 15px rgba(255, 255, 255, .15) ; background: var(--green); border-color: var(--green);}
.idxbanMore:hover .right{ margin-left: 60px;}
.idxBan .swiper-slide .text{ position: absolute; z-index: 10; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxBan .button{ position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); right: 5vw; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxBan .pagination { width:1px ; height: 40vh; position: relative; background: rgba(255, 255, 255, .45);}
.idxBan .pagination::after{ display: block; content: ''; width: 100%; height:0; position: absolute; left: 0; top: 0; background: #fff; animation: growHeight 6s infinite; -webkit-animation: growHeight 6s infinite; }
 
.idxTit .engTit{ position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); color: transparent; background: linear-gradient(to bottom, #8397ba 0%, #bfcadb  100%); -webkit-background-clip: text; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.idxTit .chTit{ }
.idxWhy .idxTit .engTit{ opacity: .1; left: 0; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }

.idxproduct1 li{ width: calc((100% - 30px)/2); margin-right: 30px;}
.idxproduct1 li:nth-child(2){ margin-right: 0;}
.idxproduct li  .text{ z-index: 5; position: relative;}
.idxproduct li .desc{ height: 8em;}
.idxproduct li .img{  position: absolute;  bottom: 0; right: 0; top: 0; max-width: 40%;   z-index: 1;}
.idxproduct .round{ width: 54px; height: 54px; background: #e9e9e9;}
.idxproduct li:hover{ transform: translateY(-10px); box-shadow:0px 0 10px rgba(0, 0, 0, .15); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
.idxproduct li:hover .round{ background: var(--green); color: #fff;}
.idxproduct li:hover .round .iconfont{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }

.idxproduct2 li{ width: calc((100% - 60px)/3); margin-right: 30px;}
.idxproduct2 li:nth-child(3){ margin-right: 0;}
.idxproduct2 li .desc{ height: 9em;}

.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.after::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; }
.idxAbout::after{ background: rgba(4,42,120,.8);left: 0; top: 0;}

.idxMore{ padding: 5px;}
.idxMore::after{ width: 50px; height: 50px; border-radius: 40px; top: 5px; right: 5px; background: var(--green); transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
.idxMore .round{ width: 50px; height: 50px;}
.idxMore:hover{ color: #fff;}
.idxMore:hover::after{ width: 100%; right: 0; top: 0; height: 100%;}
.idxAboutBot{ position: absolute; left: 0; bottom: 0; z-index: 20;}

.idxWhy{ margin-top: -1px; padding-bottom: 20vh;}
.idxWhyTitUl li i{ height: 2px; width: 0px;}
.idxWhyTitUl li.on{ color: var(--green);}
.idxWhyTitUl li.on i{ width: 2em;}
.idxWhyText{ position: absolute; z-index: 10; width: 120%; right: 10%; top: 85%;}
.idxWhyText li{ display: none; animation: transformFloat .7s; -webkit-animation: transformFloat .7s; }
.idxWhyText li.on{ display: block;}
.newslist li{ width: calc((100% - 90px)/3); margin-right: 45px;}
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li .img{  width: 100%; height: 0;  padding-bottom: 65%;}
.newslist li  .tit span{ /*text-decoration: underline; */background-image: linear-gradient(currentColor 0, currentColor 0); background-image: linear-gradient(currentColor 0 0); background-position: 0 calc(100% - 1px); background-size: 0 1px; background-repeat: no-repeat; transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms; -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms; -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms; -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms; -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms; }
.newslist li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.linka a:hover{ color: var(--green);} 
.newslist li:hover{ transform: translateY(-15px); -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); }   
.newslist li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

footer{ background: url(../images/footBg.jpg) no-repeat center center; background-size: cover;}
footer a:hover{ opacity: .8;}
footer .top{ border-color: rgba(255, 255, 255, .15);}
.footContact{ max-width: 17vw;}
.footContact .round{ width: 60px; height: 60px;}
footer .bottom{ border-color: rgba(255, 255, 255, .15);}

.neiBanImg{ max-height: calc(100vh - 90px); width: 100%; min-height: 260px; object-fit: cover; animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards;}
.neiBan::after{ display: block; content: ''; width: 100%; height: 100% ; position: absolute; left: 0; top: 0; z-index: 1; background: rgba(0,0,0,.3);}
.neiBan::before{ display: block; content: ''; width: 100%; height: 100% ; position: absolute; left: 0; top: 0; z-index: 5;   background-image: linear-gradient(to right,#042a78,transparent);}
.neiBan .text{ position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }

.briefNum{ position: absolute; left: 0; bottom: 0;  background: url(../images/briefNumBg.jpg) no-repeat center center; background-size: cover; border-radius: 0 50px 0 0; -webkit-border-radius: 0 50px 0 0; -moz-border-radius: 0 50px 0 0; -ms-border-radius: 0 50px 0 0; -o-border-radius: 0 50px 0 0; }
.briefNum::after{display: block; content: ''; width: 100%; height: 100% ; position: absolute; left: 0; top: 0; background: rgba(4,42,120,.7);}
.culture{ background: url(../images/cultureBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.culture::after{display: block; content: ''; width: 100%; height: 100% ; position: absolute; left: 0; top: 0; background: rgba(4,42,120,.8);}
.cultureUl li:hover{ box-shadow: 0 0 15px rgba(255, 255, 255, .45); transform: translateY(-15px); border-color: #fff; -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); }

.honor{ background: url(../images/honorBg.png) no-repeat bottom center; background-size: 100% auto;}
.honorSwiper .swiper-slide{ height: auto; transform: scale(0.6);   -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); }
.honorSwiper .swiper-slide.swiper-slide-prev,.honorSwiper .swiper-slide.swiper-slide-next{   transform: scale(.7); -webkit-transform: scale(.7); -moz-transform: scale(.7); -ms-transform: scale(.7); -o-transform: scale(.7); }
.honorSwiper .swiper-slide.swiper-slide-active{  transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }

.honorUl li{ display: none; animation: topFloat .7s; -webkit-animation: topFloat .7s; }
.honorUl li.on{ display: block;}
 

.mySwper{ width: 50px; height: 50px;}
.mySwper:hover{ border-color: var(--green); background: var(--green); color: #fff;}
.teamSwiper .swiper-slide:hover { color: var(--green);}
.teamSwiper .swiper-slide:hover .img img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
 
.team .mySwper{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.team .prev{ left: -80px;}
.team .next{ right: -80px;}

.proLeft{ width: 20%;}
.proNav a:hover{ color: var(--green);}

.proNav dd{ display: none;}
/* .proNav dd a:last-child{ border: none;} */
/* .proNav li.on dd{ display: block;} */
.proNav li.on dt a,.proNav li  dd a.on{ color: var(--green);}
.proNav li.on dt .icon-arrow-right-bold::before{  content: "\e689" !important;} 

.proRight{ width: 78%;}
.prolist li{ width: calc((100% - 60px)/4); margin-right: 20px; margin-bottom: 25px;}
.prolist li:nth-child(4n){ margin-right: 0;}
.prolist li .img{ width: 100%; height: 0; padding-bottom: 80%;}
.prolist li:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }

.commonBtn {width: auto;  white-space: nowrap;line-height:50px;text-align: center; display: inline-block;perspective: 500;-webkit-perspective: 500;    }    
.commonBtn .w {position: relative;-webkit-transition: all 0.25s;-o-transition: all 0.25s;transition: all 0.25s;-webkit-transform-style: preserve-3d; transform-style: preserve-3d;pointer-events: none;    }    
.commonBtn .t {position: absolute; width: 100%;height: 100%;left: 0; top: -50px;-webkit-transform-origin: center bottom;	-ms-transform-origin: center bottom;		transform-origin: center bottom;-webkit-transform: rotateX(90deg);		transform: rotateX(90deg);-webkit-backface-visibility: hidden;		backface-visibility: hidden;    }
.commonBtn:hover .w { transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg); -webkit-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg); -moz-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg); -ms-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg); -o-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg); }
.commonBtn:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}

.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(--green); border-bottom: 2px solid var(--green); }
.menuItem .topBtn img{ position: absolute; height: 40%; }
.topBtnActive{ margin-top: 0;  }
.menuDetail{ width:92%; /*margin: 0 auto;*/ background:#e9ebe0; 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(--green)!important; }

.infoLine{ background: #cdcdcd;height: 1px;}
.infoLine i{ display: inline-block; width: 2em; height: 4px; position: absolute; left: 0; top: -2px;}

.infoButton{ border: 2px solid var(--green); border-right: none;}
.infoButton a{ border-right:2px solid var(--green) ; flex: 1; height: 3em;}

.proInfoOne .img img{ max-height: 460px;}
.proInfoOne .desc{ height: 15em;}

.applist li .img{ width: 100%; height: 0; padding-bottom: 49%;}
.applist li .text-miao{  -webkit-text-stroke: 1px #555;text-stroke: 1px #555; }
.applist li:first-child { margin-top: 0;}
.applist li:nth-child(2n){ flex-direction: row-reverse;}
.applist li:hover { color: var(--green);}
.applist li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

.location .iconfont{ transform: scale(0.7); -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); }


.newsLeft{ width: 65%;}
.newsRight{ width: 31%;}
.newsRight .tit::after{ height: 1em; width: 6px; background: var(--green); display: block; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.newsRightUl{ position: sticky; right: 0; top: 110px;}
.newsRightUl a .img{ width: 185px; height: 115px;}
.newsRightUl a .img img{ width: 100%; height: 100%; object-fit: cover;}
.newsRightUl a .text{ width: calc(100% - 204px);}
.newsRightUl a:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }


.yamImg{  height: 100%;  }
.mapBox{  width: 100%; height: 60vh;}
.mapBox img{ max-width: none;}
.contactLine{ width: 1.2em; height: 5px; background: #4f4f4f;}




.FloatingWindow2{ position: fixed; right: 20px; top: 44%; z-index: 100;}
.FloatingWindow2 .FloatingWindow2_list{ width: 55px; border-radius: 100px; background: #fff; padding-top: 6px; padding-bottom: 24px; box-shadow: 0px 0px 15px rgba(0, 0, 0, .15); position: relative;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title{ cursor: pointer;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_icon{ width: 49px; height: 49px; border-radius: 100%; border: 4px solid rgb(170, 205, 6,.45); display: flex; align-items: center; justify-content: center; margin: 0 auto; background: var(--green);}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_icon img{ height: 20px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_dd{ font-size: 16px; color: #333333; margin-top: 10px; text-align: center;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down{ padding-right: 20px; display: none; position: absolute; right: 55px; top: -35px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_padding{ width: 170px; background: #fff; border-radius: 5px; padding: 25px 0px; box-shadow: 0px 0px 15px rgba(0, 0, 0, .15); position: relative;}
.FloatingWindow2 .FloatingWindow2_list:hover .FloatingWindow2_list_down{ display: block;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_padding:before{
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left: 9px solid #fff;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 90px;
    right:-16px;
    transform:translateY(-50%);
}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_title{ margin-top: 10px; font-size: 16px; color: #666666; text-align: center; margin-bottom: 5px;}

.list_down_tel{  }
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_img{ width: 122px; margin: 0 auto; border-radius: 6px; border: 3px solid var(--green); margin: 0 auto; padding: 6px; margin-bottom: 20px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_img img{ width: 100%;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_tel{ text-align: center; font-size: 20px; color: #111111;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn{ display: flex; align-items: center; justify-content: center; margin-top: 15px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn a{ display: flex; align-items: center; justify-content: center; width: 125px; height: 40px; background: var(--green); border-radius: 100px; background: var(--green);}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn a img{ height: 23px; margin-right: 5px;}
.FloatingWindow2 .FloatingWindow2_clickTop{ transition: all .5s;opacity: 0; transform: translateX(100px); width: 55px; height: 55px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #fff; margin-top: 13px; box-shadow: 0px 0px 15px rgba(0, 0, 0, .15); cursor: pointer;}
.FloatingWindow2 .FloatingWindow2_clickTop img{ width: 22px;}
.FloatingWindow2 .FloatingWindow2_clickTop.onshow{ transform: translateX(0); opacity: 1;}

.FormKeys{ width:18vw;}
.bg-fa {
  background-color: #fafafa;
}

.srcachBox .keys{ width: calc(100% - 84px);}
.srcachBox .submit{ cursor: pointer; height: 84px; width: 84px; background: url(../images/sarchbtn.png) no-repeat center center; background-size: auto 30%;}

.searcchlist li a span{ max-width: 70%;}