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);}


header .con{ padding: 0 4vw 0 5vw;}
.logoImg{ height: 60px; transition: all .0s; -webkit-transition:; -moz-transition:; -ms-transition:; -o-transition:; }
.oneNav{ line-height:100px; white-space: nowrap; display: block; padding: 0 1.6vw; 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(--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%); }
 

.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}
header .icon02{ display: none;}
header.scroll .icon02,header:hover .icon02{ display: block;}
header.scroll .icon01,header:hover .icon01{display: none;}
header{  transition: all .36s; width: 100%; color: #fff; z-index: 100; top: -200px; left: 0; right: 0; position: fixed; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header.sticky-on {opacity: 1; top: 0;}
/* header .con{ width: 95.8%; margin: 0 auto;} */

header::after{ position: absolute; left: 0; top: 0; display: block; content: ''; transition: all .36s; width: 100%; height: 0;  background-color: rgba(255, 255, 255, .15); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header:hover { color: #333;}

header.scroll { 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(--color);}
header.scroll nav li.on .oneNav  ,header:hover  nav li:hover .oneNav  { color: var(--color);}



.h_nav{ height: 60px; width: 60px; background-color:var(--color); 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; }

 

 
 

header.scroll .h_nav,header:hover .h_nav{background: var(--color);}
header .icon-sousuo:hover{ color: var(--color);}

.idxBanImg{width: 100vw;  height: 100vh; object-fit: cover; min-height: 360px; }
.idxBan .text{ position: absolute; z-index: 20; left: 50%; transform: translateX(-50%)  translateY(-50%); top: 50%; -webkit-transform: translateX(-50%)  translateY(-50%); -moz-transform: translateX(-50%)  translateY(-50%); -ms-transform: translateX(-50%)  translateY(-50%); -o-transform: translateX(-50%)  translateY(-50%); }
 
.idxLine{ height: 24px;}
.swiperBtn{ width: 55px; height: 55px;}
.swiperBtn:hover{ background: var(--color); color: #fff;}

.scroll-tip{position:absolute;width:66px;height:66px; left:50%  ;margin-left: -33px; bottom: 32px; z-index:10}
.scroll-tip:before{height:130px;width:1px;content:'';position:absolute;left:50%;background-color:#fff;top:66px;opacity:.4}
.scroll-tip.no-line:before{display:none}
.mouse-tip{position:absolute;width:24px;height:40px;border:2px solid #fff;border-radius:24px;left:50%;bottom:13px;z-index:5;transform:translate(-50%,0);overflow:hidden}
.mouse-tip:before{ content:''; position:absolute; width:2px; left:50%; margin-left:-1px; top:3px; height:2px; background-color:#fff; animation:mouse 2s ease infinite; -webkit-animation:mouse 2s ease infinite; }


.h60{ height: 60px;}
.analysisSwiper .img{ width: 100%; height: 0; padding-bottom: 100%;}
.analysisSwiper .more{ position: absolute; left: 0; bottom: 0;}
.analysisSwiper .more::after{ display: block; content: ''; width: 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; }
.analysisSwiper .more:hover::after{ width: 100%;}
.analysisSwiper .more:hover{ color: #fff;}
.analysisSwiper .swiper-slide{pointer-events: none;}
.analysisSwiper .swiper-slide.swiper-slide-active{ opacity: 1;pointer-events: auto;}

.idxPro{ background: url(../images/idxProBg.jpg) no-repeat center center  ; background-size: cover; background-attachment: fixed; }
.idxPro::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .4); }

.idxProtitUl li:first-child{ margin-left: 0; }
.idxProtitUl li.on{ color: #fff;}
.idxProMore::after{ display: block; content: ''; transition: all .36s; width: 0; height: 100%; position: absolute; left: 0; top: 0; background: var(--color); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxProMore:hover::after{ width: 100%;}
.idxProMore:hover{ border-color: var(--color);}

.idxProlist li{ width: calc((100% - 100px)/3); margin-right: 50px;}
.idxProlist li:nth-child(3n){ margin-right: 0;}
.idxProItem .img{ height: 16vw;}
.idxProItem .swiperBtn{ position: absolute; left: 0; bottom: 0;}
.idxProItem:hover  .swiperBtn{ width: 100%; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
a.bg-blue:hover{ color: #fff;}

.idxAbout .text{ background: url(../images/idxAboutBg.png) no-repeat center center;}
.idxAboutMore{ margin-top:7.8vw ;}
.idxAboutMore:hover{ transform: rotate(45deg)  ; padding-left: 25px; -webkit-transform: rotate(45deg)  ; -moz-transform: rotate(45deg)  ; -ms-transform: rotate(45deg)  ; -o-transform: rotate(45deg)  ; }
.idxAbout .numUl{ position: absolute; bottom: 0; right: 0; z-index: 5;}

.idxAboutTit{ position: absolute; left: 50%; width: 48vw; margin-left: -24vw; top: 18%; z-index: 10;}
.idxCase .pagination{   height: 3px; position: relative; top: auto; left: auto; }
.idxProMore:hover{ color: #fff;}
.idxCaseSwiper  .swiper-slide { height: auto;}
.idxCaseSwiper  .swiper-slide img{ border: 6px solid #333;}


.newsItem .img{ width: 100%; height: 0; padding-bottom: 65%;}
.newsItem  .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;
  }
.newsItem:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.newsItem:hover .more{ background: var(--color); color: #fff; padding: 0 20px;}
  

footer{ background: #00152d; color: rgba(255, 255, 255, .32);}
.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) ;}


footer .center .left dl:last-child{ margin-right: 0;}
footer .center .left dl dt a:hover{ color: rgba(255, 255, 255, .8);}
footer .center .left dl dd a:hover{ color: #fff;}

.ewmUl li .img{ width: 140px; background: url(../images/ewmBg.png) no-repeat center center; background-size: 100% 100%;}

.neibanImg{ width: 100%; max-height: 100vh; object-fit: cover; min-height: 260px; animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards; }
.neiBan::after{ display: block; content: ''; width: 100%; height: 50%; position: absolute; left: 0; top: 0;  background-image: linear-gradient(to bottom,rgba(0, 0, 0, .8),transparent); }
.neiBan .text{ z-index: 5;  }

.brief{ background: url(../images/briefBg.jpg) no-repeat center bottom; background-size: 100% auto;}
.brief .title{ line-height: 1.3;}


.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(2,51,162,.8); }
.cultureUl li{-webkit-text-stroke: 1px #fff;text-stroke: 1px #fff;color: transparent;}
.cultureUl li.on{ color: #fff;}

.w58{ width: 58%;}
.culture::before{ display: block; content: ''; width:1px; height: 100%; position: absolute; right: 58%; top: 0; z-index: 10; background: rgba(255, 255, 255, .1); }

.history{ background: url(../images/historyBg.png) no-repeat center bottom;}
.historySwiper .swiper-slide .line{ height: 2px; background: #dcdcdc ;}
.historySwiper .swiper-slide .line i{ width: 18px; height: 18px; border: 5px solid #dcdcdc; z-index: 10; 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%); }
.yearsText{ display: none;}
.historySwiper .swiper-slide .desc{ transform: translateY(15px); -webkit-transform: translateY(15px); -moz-transform: translateY(15px); -ms-transform: translateY(15px); -o-transform: translateY(15px); }
.historySwiper .swiper-slide.swiper-slide-active .line::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-image: linear-gradient(to right,transparent,var(--color),transparent);}
.historySwiper .swiper-slide.swiper-slide-active .line i{ border-color: var(--color);}
.historySwiper .swiper-slide.swiper-slide-active .yearsText{ display: block;}
.historySwiper .swiper-slide.swiper-slide-active .title{ color: var(--color);}
.historySwiper .swiper-slide.swiper-slide-active  .desc{ transform: translateY(0); opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }



.honor{ background: url(../images/honorBg.png) 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{ 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;}

.proLeft{ background: #f3f6fa; width: 26%; max-width: 500px;}
.bg-f3{background: #f3f6fa;}
.proRight{ width: 74%;}
.proNavUl  li{ border-radius: 0 50px 50px 0; -webkit-border-radius: 0 50px 50px 0; -moz-border-radius: 0 50px 50px 0; -ms-border-radius: 0 50px 50px 0; -o-border-radius: 0 50px 50px 0; }
.proNavUl li::after{ display: block; content: ''; width: 25%; opacity: 0; height: 100%; position: absolute; left: 0; top: 0; background: #dce3ed; transition: all .36s;  -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.proNavUl li.on::after,.proNavUl li:hover::after{  width: 100%; opacity: 1;}
.proNavUl li.on .fistNav,.proNavUl li:hover .fistNav{ color: var(--color); font-weight: bold; }

.prolist li{ width: 48%; margin-right: 4%;}
.prolist li:nth-child(2n){ margin-right: 0;}
.prolist li:hover{ box-shadow: 0 0 15px rgba(2,51,162,.15); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }

.proinfoImg{ width: 100%; height: 0; padding-bottom: 80%;}
a.bg-color:hover{ color: #fff;}

.yamImg{ position: absolute; right: 1px; top: 10%; height: 80%; z-index: 5;}

.caselist li{ width: calc((100% - 100px)/3); margin-right: 50px;}
.caselist li:nth-child(3n){ margin-right: 0;}
.caselist li .img{ width: 100%; height: 0; padding-bottom: 130%;}
.caselist li:hover{ transform: translateY(-8px); box-shadow: 0 0 10px rgba(2,51,162,.15); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.caselist li .tit{ height: 3em;}



.newslist li{ width: calc((100% - 120px)/3); margin-right: 60px;}
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li .img{ width: 100%; height: 0; padding-bottom: 66%;}
.newslist li:hover{ color: var(--color);}
.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}
.newslist li:hover .more{ background: var(--color); color: #fff; padding: 0 20px;}

.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(--color); 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: 15px;}
.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); }



.contactStyleLine{  height: 3px; width: 5%;}
.contactStyle .iconfont{ font-size: 30px;  }
/* .yamImg{ max-height: 90%; top: 50%; width: auto; transform: translateY(-50%); right: 2px; z-index: 10;cursor: pointer; position: absolute; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); } */
.mapBox{ width: 100% ; height: 600px;}
.mapBox *{ box-sizing: content-box !important;}
.mapBox img{ max-width:  none !important;}


.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;}