﻿body{font-size: 16px;} 
.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: 90px;}
.zw{ margin-top: -90px; padding-top: 90px;}

header{ color: #fff; width: 100%; position: fixed; left: 0; top: 0; z-index: 100;}
header .con{ padding:  0 4vw;}
header .icon02{ display: none;}
.logoImg{ height: 54px;}
nav li:first-child .oneNav{ padding-left: 0;}
.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:#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  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(--blue)}
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%); }
 

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(--blue);}
header.scroll nav li.on .oneNav  ,header:hover  nav li:hover .oneNav  { color: var(--blue);}
header.scroll .icon01,header:hover .icon01{ display: none;}
header.scroll .icon02,header:hover .icon02{ display: block;}
header.scroll nav:hover > li:not(:hover) .oneNav,header:hover nav:hover > li:not(:hover) .oneNav{ color:  #333; }
header.scroll .headerSearch,header.scroll .headerTel,header:hover .headerSearch,header:hover .headerTel{ border-color: #ededed;}
header.scroll .headerTel .font20,header:hover .headerTel .font20{ color: var(--blue);} 

.headerSearch{ width: 90px; border-color:   rgba(255, 255, 255, .15);  }
.headerTel{ border-color:   rgba(255, 255, 255, .15);  }

.headerSearchForm{ position: absolute; right: 0; top: 100%; display: none;}
.headerSearchForm .submit{ height: 45px;}
.headerSearch:hover .headerSearchForm{ display: flex;} 

   
.h_nav{ height: 60px; width: 60px; background-color:var(--blue); 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; padding-bottom: 60px; 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; }

 


.banImg { width: 100%; height: 100vh; object-fit: cover;}
.idxBan .text{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 5; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.f200{ font-size: 200px;}
.idxBan .swiper-slide .text .tit{     margin-top: -0.3em; }
.idxBan .swiper-slide .text .DIN{  line-height: .8em; letter-spacing: .1em;-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right,  rgba(255,255,255,.1),rgba(255,255,255,.5), rgba(255,255,255,.1)); opacity: .3;}
.idxBan .banIcon{ position: absolute; z-index: 5; right: 0; height: 86%; top: 7%;}
.idxBan .swiper-pagination{ bottom: 3%; z-index: 50;}
.idxBan .swiper-pagination .swiper-pagination-bullet{ width: 40px; transition: all .36s; height: 4px; background: rgba(255, 255, 255, .65); opacity: 1; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxBan .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 60px; background: var(--blue);}

.banImg{ animation: swiper_img_move 6s linear 0s 1 normal both; width: 100vw; height: 100vh; object-fit: cover; min-height: 360px; -webkit-animation: swiper_img_move 6s linear 0s 1 normal both; }

.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(--blue); border-color: var(--blue);}
.idxbanMore:hover .right{ margin-left: 60px;}


.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat   center  bottom; background-size: 100% auto; padding-bottom: 50vh;}
.line-height1-2{ line-height: 1.2;}  
.idxMore{ height: 60px;}
.idxMore:hover{ transform: translateX(25px); -webkit-transform: translateX(25px); -moz-transform: translateX(25px); -ms-transform: translateX(25px); -o-transform: translateX(25px); }
.idxPadding{ padding-top: 100px;}
.idxAbout .text{ position: sticky; top: 100px; left: 0;}

.idxPro{ background: url(../images/idxProBg.jpg) no-repeat center center; background-size: cover;}
.idxPro::after{ width: 100%; bottom: 0; left: 0;  background: url(../images/bg-circle.png) no-repeat top center;  z-index: 3;display: block; content: ''; height: 35%; position: absolute;}
.idxProSwiper .swiper-slide .text::after{ display: block; content: ''; width: 100%;  height:1px; position: absolute; left: 0; top: 50%; background: #e5e5e5; } 
.idxproImg{ height: 600px; width: 600px;}
.idxProSwiperBg{ width: 50vw; position: absolute; left: 25vw; top: 20%; z-index: 1;}
.idxProSwiper .button{ position: absolute; right: 0; bottom: 0; z-index: 20;}
.mySwiperBtn{ width: 64px; height: 64px; border-style: dashed;}
.mySwiperBtn:hover{ background: var(--blue); color: #fff; border-style: solid; border-color: var(--blue);}
.idxProSwiper .swiper-slide{ opacity: 0 !important;}
.idxProSwiper .swiper-slide.swiper-slide-active{ opacity: 1 !important;}
.idxproImg img{ transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); }
.idxProSwiper .swiper-slide.swiper-slide-active .idxproImg img{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.mySwiperBtn.swiper-button-disabled{ cursor: no-drop; opacity: .2;}
.idxProUl{ z-index: 10; position: absolute; right: 0; top: 0; background-image: linear-gradient(to bottom,#fff,transparent);}
.idxProUl li i{ width: 8px; height: 8px; background: #ccc; display: inline-block;} 
.idxProUl li::before{ display: block; content: ''; width: 1px; height: 100%; background: #edf2f7; position: absolute; left: 4px; top: 20px;}
.idxProUl li:last-child::before{ display: none;}
.idxProUl li.on{ color: var(--blue);}
.idxProUl li.on i{ background: var(--blue);}


.newItem .img{ width: 100%; padding-bottom: 70%; height: 0;}
.newItem .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;
  }
.newItem:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.newItem:hover .more:hover{ background: var(--blue); color: #fff; padding-left: 15px; padding-right: 15px;}
.newItem:hover .img{ box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.idxNews .pagination{ height: 4px;    position: relative;background-color: #eef2f9;}
.linka a:hover{ color: var(--blue);}

.idxCoo{ background: url(../images/idxCoopBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.idxCoo::before{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, .85); }
.idxCooSwiper{ height: 665px;}
.idxCooSwiper .swiper-slide{ height: calc(100% / 5);}
.idxCooSwiper .swiper-slide:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.15);}

footer{ background: #03234a; color: rgba(255, 255, 255, .4);}
.footerForm{ padding: 5px;}
.footerForm .keys{ width: 22vw; background: url(../images/inputTel.png) no-repeat left 5% center; background-size: auto 46%;}
.footerForm .submit{ height: 48px;}
.footerForm .keys::-webkit-input-placeholder  {color:rgba(255, 255, 255, .5);}
.footerForm .keys:-moz-placeholder  {color:rgba(255, 255, 255, .5);;}
.footerForm .keys::-moz-placeholder  {color:rgba(255, 255, 255, .5);}
.footerForm .keys:-ms-input-placeholder  {color: rgba(255, 255, 255, .5) ;}
.w62{ width: 62%;}
footer a:hover{ color: #fff;}
.ewmBox { width: 140px;}
.ewmBox .img{ background: url(../images/ewmBg.png) no-repeat center center; background-size: 100% 100%;} 
footer .bottom a:hover{ opacity: .8;}

.neiBanImg{ object-fit: cover; width: 100%; max-height: 100vh; min-height: 260px; animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards;}
/* .neiBan::before{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: rgba(0, 0, 0, .25); } */
.neiBan::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; 
 background-image: linear-gradient(to bottom,rgba(1,86,167,.6),rgba(0,0,0,.3)); }
.neiBan .text{ position: absolute; left: 50%; top: 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%); }

.sinceText{ font-size: 218px;}
.brief .line {position: absolute;left: 50%;top:0;bottom: 0;width: 1px;background-color: #eeeeee;z-index: 1;}
.brief .line:before {content: '';width: 13px;height: 13px;background-color: var(--blue);border-radius: 50%;position: absolute;top: 0;left: -6px;}
.brief .line span {width: 1px;background-color: var(--blue);position: absolute;top: 0;left: 0;}
.brief_jian{ position: absolute; left: 0;  bottom: 96%; z-index: 5;}

.culture{ background: url(../images/cultureBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.culture::before{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: rgba(0, 0, 0, .3); }

.cultureUl li{ display: none; animation: TOPFloat .3s; -webkit-animation: TOPFloat .3s; }
.cultureUl li.on{ display: block;}
.purposeUl li{ height:80vh; flex: 1;} 
.purposeUl li .purposeIcon{ height: 43px;}
.purposeUl li::before{ width: 1px; height: 100%; position: absolute; display: block; content: ''; left: 0; top: 0; background: rgba(255, 255, 255, .15);}
.purposeUl li::after{ width:0; height: 100%; position: absolute; display: block; content: ''; left: 0; top: 0; background: var(--blue); transition:all .36s ; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.purposeUl li .img::after{ width: 3px; height: 100%; position: absolute; display: block; content: ''; left: 0; top: 0; background: rgba(255, 255, 255, 1);}
.purposeUl li .icon::after{ display: block; content: "\e664"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: "iconfont" !important; font-size: 16px; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }


@media screen and (min-width:900px) { 

	.purposeUl li.on::after{ width: 100%;}
.purposeUl li.on .Top{ transform: translateY(-40px); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); }
.purposeUl li.on .icon::after{  content: "\e681";}
.purposeUl li.on .icon{ transform: translateY(30px); -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); }


}


.honor{ background: url(../images/honorBg.jpg) no-repeat center bottom #ecf2f7;  background-size: 100% auto;}
.honorSwiper .img{ width: 100%; padding-bottom: 120%;}
.honorIcon{filter: grayscale(100%); opacity: .5; display: inline-block;}
.honorSwiper .swiper-slide:hover  .honorIcon{ filter: none; opacity: 1; -webkit-filter: none; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.honor .prev,.honor .next,.team .prev,.team .next{ border-style: solid; 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%); }
.honor .prev  { left: -90px;}
.honor .next { right: -90px;}
.honor .prev:hover,.honor .next:hover,.team .prev:hover,.team .next:hover{ background: var(--blue); color: #fff;}

.bg-f7{ background: #f7f8fc;}
.environment{  background: #f7f8fc;}
.envSwiper .swiper-slide{ transform: scale(0.6); -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); }
.envSwiper .swiper-slide.swiper-slide-active{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.environment .next,.environment .prev{border-style: solid;  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%); }
.environment .prev{ left: 18%;}
.environment .next{ right: 18%;}

.subNav .left{ width: 14%; padding-right: 0;}
.subNav .right{ width: 86%;}

.subNavIcon{ height: 65px;}
.subNavUl{ display: grid; grid-gap:40px 5px; grid-template-columns: repeat(9,1fr);}
.subNavUl  a{min-width:0}
.subNavUl a.on{ color: var(--blue);}

.prolist li{ margin-right: 60px; width: calc((100% - 120px)/3);}
.prolist li:nth-child(3n){ margin-right: 0;}
.prolist li .img{ padding-bottom: 70%; height: 0; width: 100%;}
.prolist li .img img{ max-width: 60%; max-height: 60%;}
.prolist li  .button a{ height: 66px;}
.prolist li .button a::after{ display: block; content: ''; width: 0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background: var(--blue); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.prolist li .button a:hover::after{ width: 100%;}
.prolist li .button a:hover{ color: #fff;}
.prolist li:hover .img img{ transform: scale(0.9); -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); }
.prolist li:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}

.proBrief{ background: url(../images/proBriefBg.jpg) no-repeat center center; background-size: cover;}
.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); }

.proLine{ background: #cdcdcd; height: 1px;}
.proLine::after{ display: block; content: ''; width:2em; height: 4px; position: absolute; left: 0; top: -2px; background: var(--blue); }

.proBrief .button a{ padding: 20px 0; border: 2px solid var(--blue); border-left: none;}
.proBrief .button a:first-child{ border-left: 2px solid var(--blue);}

.proNum table tr:first-child td{ background: var(--blue); color: #fff;}
.proMessage{ background: url(../images/proMessageBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.proMessage::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, .9); }

.pageScroll {position: fixed !important;top: 50%;left:1vw;margin-top: -250px;width: auto;  z-index: 99; }
.pageScroll.left {margin-left:;}
.pageScroll.right {margin-left: ;}
.scrollNav a {display: flex;align-items:center ; color: #666;font-weight: normal;   padding: 10px; text-align: center;}
/* .scrollNav a::before{ width: .5em; opacity: 0; background: var(--blue); margin-right: 5em; height: .5em; border-radius: 50%; display: block; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } */
.scrollNav { }
.scrollNav_1, .scrollNav_1 a {  }
.scrollNav a:hover {color: #fff;  color: var(--blue);  }
li.scrollNav.active a {color: #fff; color: var(--blue);} 
li.scrollNav.active a::before{ opacity: 1;}

.neiBanVideo{ z-index: ; object-fit: cover;}
.applist .img .text{ position: absolute; left: 0; bottom: 0; z-index: 5;}
.applist .img::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .25); }
.applist .img:hover img.applistImg{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.applist .img:hover::after{ opacity: 0;}
.applistIcon{ height: 62px;}
.logolist .item{ width: calc(100% / 7); height: 140px;} 

#wonder {position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 2;}

.Manufacturing{ background: url(../images/ManufacturingBg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover;}
.Manufacturing::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, .9); }

.newsNav{ width: 100%; border-top: 1px solid rgba(255, 255, 255, .15); margin-top: -91px;}
.newsNav a{ height: 90px; flex: 1; }
.newsNav a.on{ background: var(--blue); color: #fff;}

.newslist li{ width: calc((100% - 7.2vw)/3); margin-right: 3.6vw;  }
.newslist li:nth-child(3n){ margin-right: 0;}

.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(--blue); 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); }



.newItem .img{ width: 100%; height: 0; padding-bottom: 65%;}
.newItem .more::before{ display: block; content: ''; width: 0; height: 100%; background: var(--blue); position: absolute; left: 0; top: 0; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.newItem:hover .more::before{ width: 100%;}
.newItem:hover .more{ color: #fff; padding-left: 18px; padding-right: 18px;}

.linka a:hover{ color: var(--blue);}
.newItem .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;
  }
.newItem:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
    

.yamImg{  height: 100%;  }
.mapBox{  width: 100%; height: 60vh;}
.mapBox img{ max-width: none;}


.searchbigBox{  margin-top: -80px; box-shadow: 0 0 10px rgba(0, 0, 0, .15); position: relative; z-index: 5;}
.serviceback {width: 160px;line-height: 50px; display: block;perspective: 500;-webkit-perspective: 500; }
.serviceback .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;}
.serviceback .f { background: rgba(1, 102, 179, .1);padding: 0 30px; color: #333; } 
.serviceback .t {position: absolute;background-color: var(--blue);width: 100%;height: 100%;padding: 0 30px;left: 0;color: #fff;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;}
.serviceback:hover .w {-webkit-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);        transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);}
 
.searchbigBox .input{ line-height: 50px; width: 72%; padding: 0 25px; color: #000; border: 1px solid #e5e5e5;}
.searchbigBox button{ line-height: 50px; width: 14%;}

 
.searchbot  ul a{    border-bottom: 1px solid #e5e5e5;}
.searchbot  ul a:last-child{ border-bottom: none;}
.searchbot  ul a:hover{ color: var(--blue);}
.searchbot ul a span{ width: 80%; word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}

.page-aside{ position: fixed;right: 0;  color: #fff;   bottom: 05%; z-index: 99;    }
.page-aside .iconfont{ font-size: 26px;}
.page-aside .con{ width: 80px;}
.page-aside  .img{ position: absolute; right:100px; width: 120px; top: 50%; margin-top: -60px; display: none;animation: rightFloat .3s;}
.page-aside .item:hover .img{  display: block;}
.page-aside .item.tel{ transform: translateX(calc(100% - 80px));}
.page-aside .item.tel:hover{ transform: translateX(0);}
.page-aside .item:hover{ transform: translateX(-5px);}

.idxClass{ background: #f3f6f8;}
.idxClass form{ background: #e8e8e8;}
.idxClass form .keys{ width: 38vw;}
.idxClass form .submit{background: url(../images/search.png) no-repeat center center ; width: 50px; height: 50px;}
.idxClassUl a .img{height: 120px; }
.idxClassUl a  {width:calc((100% - 17.5vw)/6) ; margin-right: 3.2vw;}
.idxClassUl a:nth-child(6n){ margin-right: 0;}
.idxClassUl a::after{ display: block; content: ''; width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background: var(--blue) ; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxClassUl a:hover::after{ width: 100%;}
.idxClassUl a:hover{ color: var(--blue);}