body{font-size: 16px;} 
.inner{ width:1580px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1580px)/2);}
.pr-inner{ padding-right: calc((100vw - 1580px)/2);}
.ml-inner{ margin-left: calc((100vw - 1580px)/2);}
.mr-inner{ margin-right: calc((100vw - 1580px)/2);}


header{   width: 100%; color: #fff; z-index: 100; top:0; left: 0; right: 0; position: fixed; }
 

header .con{ max-width: 1820px; width: 96%; margin: 0 auto; }
.smallInner{max-width: 1820px; width: 96%; margin: 0 auto; }
header .icon02{ display: none;}
header::before{ display: block;  content: ''; width: 100%; height: 1px; position: absolute; right: 0; bottom: 0; background:rgba(255, 255, 255, 0.1) ; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ; }
header.scroll::before,header.abc::before,header:hover::before{ height: 100%; background: #fff;}
header.scroll .icon02,header.abc .icon02,header:hover .icon02{ display: block;}
header.scroll .icon01,header.abc .icon01,header:hover .icon01{ display: none;}

header.scroll,header.abc{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}
header.scroll ,header.abc ,header:hover {  color: #333 !important;}
header.scroll .oneNav  span::after,header.abc .oneNav  span::after,header:hover .oneNav  span::after{ background: var(--color);}
header.scroll li.on .oneNav  ,header.abc li.on .oneNav  ,header:hover li.on .oneNav { color: var(--color);}

.logoImg{ height: 60px;}

.oneNav{ line-height:100px; white-space: nowrap; display: block; padding: 0 1.3vw; 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:last-child .oneNav{ padding-right: 0;}
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%); }
 
.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: long 2s linear infinite; }
.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:  130vh ; transition:all .6s ; transform: translateX(100%); background-color: var(--color); 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: #77d5ae; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #0b4f33; width: 1px; }
 
.pop{ width: 100%; height: 100%; z-index: 200; position: fixed; left: 0; top: 0; bottom: 0; right: 0; display: none;}
.pop .bg{ background: rgba(0,0,0,.6); cursor:pointer ;}
.pop .con{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 20; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.searchForm{ width: 70vw;}
.searchForm .submit{ background: url(../images/search-w.png) no-repeat center center var(--color) ; background-size:  auto 33%;}

.messagesPop .con{ max-width: 1000px; width: 90%;}
.messagesPop .close{ position: absolute; right: 0; top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.messagesPop .close:hover{ color: var(--red);}


.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}
 
 
/* .idxBan .swiper-slide::after{ display: block; content: ''; width: 50%; height: 100%; position: absolute; left: 0; top: 0; background:  linear-gradient(to right,rgba(0,0,0,.2),transparent);} */

/* .idxBan .swiper-slide .text{ z-index: 10; 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%); } */

.banImg{ width: 100%; height: 100vh; object-fit: cover; min-height: 360px;}
.idxBan .swiper-slide .text{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 15; left: 0;}
.idxBan .swiper-slide.side2 .more{ height: 3.3em; background-image: linear-gradient(to right,#468adb,#004394);}
.idxBan .swiper-slide.side3 .line{ width: 4em; height:1vw; min-height: 2px; max-height: 7px;}
.idxBan .swiper-slide.side3 .text-miao{ position: absolute; left: 0; bottom: .1em;}
 .idxBan .swiper-slide.side1 .text h1::before{ display: block; content: ''; position: absolute; left: -.3em; top: -.1em; height: 50%; width: 100%; background: url(../images/leftTop.png) no-repeat left top / auto 100%;}
.idxBan .swiper-slide.side1 .text h1::after{ display: block; content: ''; position: absolute; right: -.4em; bottom: 0; height: 50%; width: 100%; background: url(../images/rightBot.png) no-repeat right bottom / auto 100%;}
  

.border-bottom-left-radius{ border-bottom-left-radius: 3vw;}
.border-bottom-right-radius{ border-bottom-right-radius: 3vw;}
.border-top-left-radius{ border-top-right-radius: 3vw;}
.border-top-right-radius{ border-top-right-radius: 3vw;}

/* .idxBan  .swiper-slide-active .banImg{ animation: swiper_img_move 8s linear 0s infinite normal both ; -webkit-animation: swiper_img_move 8s linear 0s infinite normal both ; } */
.neiBanBot{ position: absolute; bottom: 3vw; left: 0 ; z-index: 10;}

.dotBox { position: absolute; z-index: 20; right: 3vw; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.dotBox > li {position: relative;margin: 10px 0 ;cursor: pointer;}
.dotBox > li svg {display: block;width: 38px;height: 38px;position: relative;z-index: 5;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
.dotBox > li svg circle {stroke-width: 2px;stroke: #ffff;stroke-dasharray: 300%;stroke-dashoffset: 300%;transition: stroke-dashoffset 0.6s ease-out;-webkit-transition: stroke-dashoffset 0.6s ease-out;-moz-transition: stroke-dashoffset 0.6s ease-out;-o-transition: stroke-dashoffset 0.6s ease-out;-ms-transition: stroke-dashoffset 0.6s ease-out;}
.dotBox > li span {position: absolute;z-index: 4;top: 0;left: 0;width: 38px;height: 38px;border: 2px solid transparent;border-radius: 50%;transition: border-color 0.3s ease-out;-webkit-transition: border-color 0.3s ease-out;-moz-transition: border-color 0.3s ease-out;-o-transition: border-color 0.3s ease-out;-ms-transition: border-color 0.3s ease-out;}
.dotBox > li span:after {content: "";width: 5px;height: 5px;border-radius: 50%;background-color: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.dotBox > li.on svg circle { stroke-dashoffset: 0; transition: stroke-dashoffset 6s ease-out; -webkit-transition: stroke-dashoffset 6s ease-out; -moz-transition: stroke-dashoffset 6s ease-out; -o-transition: stroke-dashoffset 6s ease-out; -ms-transition: stroke-dashoffset 6s ease-out; }
.dotBox > li.on span {border-color: rgba(255,255,255, 0.3);}


.idxAbout::after{ display: block; content: ''; width: 100%; height: 100%; background:  url(../images/idxAboutBg.jpg) no-repeat center center / cover; position: absolute; left: 0; top: 0; border-bottom-left-radius: 3vw; border-bottom-right-radius: 3vw; }
.w38{ width: 38%;}

.idxAbout .infoImg{ height: 15em;}

.commonBtn {width: auto;  white-space: nowrap;line-height:56px;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: -56px;-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(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg); -webkit-transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg); -moz-transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg); -ms-transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg); -o-transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg); }
.commonBtn:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}

.numUl li:first-child{ padding-top: 0;}
.idxProTit{ margin-bottom: -3vw;}

.idxProSwiper .swiper-slide{ height: auto;}
.idxProSwiper .swiper-slide-prev{ padding-top: 10vw;}
.idxProSwiper .swiper-slide-active{ padding-top: 10vw;}
.idxProSwiper .swiper-slide-next{ padding-top: 5vw;}

.idxProItem .img{ width: 100%; height: 0; padding-bottom: 100%; }
.idxProItem .text .round{  transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.idxProItem:hover .text .round{ background: var(--orange); color: #fff;}

.idxProBtn{ position: absolute; right: 0; bottom: 0; z-index: 10;}
.w70-h70{width: 70px; height: 70px;}
.idxPro .swiperBtn{ border-color: #c7c8cc;}
.swiperBtn:hover{ background: var(--orange) ; border-color: var(--orange); color: #fff; }

.idxApp::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:#fff; border-radius: 3vw; -webkit-border-radius: 3vw; -moz-border-radius: 3vw; -ms-border-radius: 3vw; -o-border-radius: 3vw; }

.idxAppUl li{ width: 17.3%; height: 29vw;}
.idxAppUl li.on{ width: 46.2%;}
.idxAppUl li::before{display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-image: linear-gradient(to right,rgba(2,51,162,.7),transparent);}
.idxAppUl li .title{ position: absolute; left: 0; top: 9.6vw;}
.idxAppUl li .con{ position: absolute; left: 0; top: 22vw;} 
.idxAppUl li .round{ position: absolute; position: absolute; left: 0; bottom: 0; opacity: 0; transform:translateY(-5vw) rotate(-45deg); -webkit-transform:translateY(-5vw) rotate(-45deg); -moz-transform:translateY(-5vw) rotate(-45deg); -ms-transform:translateY(-5vw) rotate(-45deg); -o-transform:translateY(-5vw) rotate(-45deg); }


.idxAppUl li .idxAppIcon{ filter: grayscale(100%) brightness(500%); -webkit-filter: grayscale(100%) brightness(500%); }

.idxAppUl li.on .title{ top: 0; opacity: 0; }
.idxAppUl li.on .con{ top: 8.4vw;}
.idxAppUl li.on .con .opacity0{ opacity: 1;}
.idxAppUl li.on .round{ opacity: 1; transform:translateY(0) rotate(-45deg) ; -webkit-transform:translateY(0) rotate(-45deg) ; -moz-transform:translateY(0) rotate(-45deg) ; -ms-transform:translateY(0) rotate(-45deg) ; -o-transform:translateY(0) rotate(-45deg) ; }

.idxAppUl li .round:hover{ transform: scale(.9); -webkit-transform: scale(.9); -moz-transform: scale(.9); -ms-transform: scale(.9); -o-transform: scale(.9); }
.logoSwiper{ height: 210px; padding-left: 1px;}
.logoSwiper .swiper-slide{  height: calc((100% - 20px)/2);}

.idxApp .pagination{ height: 5px; background: transparent;}
.idxNews .swiperBtn{ border-color: #c7c8cc;}

.newsItem .img{ width: 100%; height: 0; padding-bottom: 60%;}

.zwMain{ height: 3vw;}
footer{ background: url(../images/footBg.jpg) no-repeat center center / cover; margin-top: -3vw; border-top-left-radius: 3vw; border-top-right-radius: 3vw; position: relative; z-index: 30;}
.footNav a.on,.footNav a:hover{color: #fff; text-decoration: underline;}
footer .bottom a:hover{ color: var(--orange);}
.footEwm{ width: 140px;}

.neiBanImg{ max-height: 100vh; min-height: 260px; object-fit: cover; width: 100%;}
.neiBan::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.w68{ width: 68%;}
.bireRight{ margin-top: -7vw;}
.birefNum li .text{ width: 12.5em;}

.culture{ background: url(../images/cultureBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.w52{ width: 52%;}

.historySwiper .swiper-slide { padding-left: 1px;}
.historySwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 65%;}
.historySwiper .swiper-slide .years{ position: absolute; right: 0; top: 0;}
.historyBtn{ position: absolute; right: 0; bottom: 0; z-index: 10;}

.honorSwiper .img{ background: url(../images/honorIconBg.png) no-repeat center bottom;  padding-bottom: 80px;}
.honorSwiper .img .pic{ width: 100%; height: 0; padding-bottom: 80%;}
.honorSwiper .swiper-wrapper .swiper-slide:nth-child(2n){ padding-top: 70px;}
.honorSwiper .title img{ flex-shrink: 0;}


.honor .pagination{ height: 5px; background: #dbe3ed; position: relative; left: auto; bottom: auto; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.honor .pagination .swiper-pagination-progressbar-fill{ background: var(--orange);}

.prolist li{ border-bottom: 1px solid #e5ecf4; border-right: 1px solid #e5ecf4;}
.prolist li .img{ width: 100%; height: 0; padding-bottom: 100%;}
.prolist li .more{ width: 16vw; height: 16vw; background: rgba(239,130,1,.9); position: absolute; left: 50%; top: 50%; opacity: 0; margin-left: -8vw; margin-top: -8vw; transform: scale(.2)  ; z-index: 10; -webkit-transform: scale(.2)  ; -moz-transform: scale(.2)  ; -ms-transform: scale(.2)  ; -o-transform: scale(.2)  ; }
.prolist li .round{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.prolist li:hover .more{ opacity: 1; transform: scale(1)  ; -webkit-transform: scale(1)  ; -moz-transform: scale(1)  ; -ms-transform: scale(1)  ; -o-transform: scale(1)  ; }
.prolist li:hover .round.bg-f4{  opacity: 0; }

.proInfoOne{ background: url(../images/proInfoOneBg.jpg) no-repeat center center / cover;}
.proInfoOne .img{ width: 100%; height: 0; padding-bottom: 77%;}

.proLine{ height: 1px; background: #e5ecf4;}
.proleft table tr td{ line-height: 2.5;}

.proRightNav a{ height: 3.3em;}
.proRightNav a::after{ display: block; content: ''; width:0; transition: all .36s; height: 100%; position: absolute; right: 0; top: 0; background:#f4f5f7 ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.proRightNav a::before{ display: block; content: ''; width:2px; transition: all .36s; height: 0; z-index: 10; position: absolute; right: 0; top: 0; background:var(--orange); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }

.proRightNav a.on::after,.proRightNav a:hover::after{  width: 100%;}
.proRightNav a.on::before,.proRightNav a:hover::before{  height: 100%;}
.proRightNav a.on ,.proRightNav a:hover{font-weight: bold; color: var(--orange);}

.proRight{ position: sticky; right: 0; top: 2vw;}
.tjPro .swiperBtn{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 20; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.tjPro .prev{left:-100px;}
.tjPro .next{ right:-100px;}

.applist li .img{ width: 100%; height: 0; padding-bottom: 68%;}
.applist li .text .desc{ height: 10em;}
.applist li .round{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.applist li .round:hover{ transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }

.applist li:nth-child(2n){ flex-direction: row-reverse; }
.applist li:nth-child(2n-1) .text{ padding-left: 0;}
.applist li:nth-child(2n) .text{ padding-right: 0;}
.height3{ height: 3em;}

.appDetail{ margin-top: -5vw;}
.yinIcon{ width: 5vw;}

.subNav a{ height: 90px;}
.subNav a::after{ display: block; content: ''; width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background:var(--color); transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.subNav a:hover,.subNav a.on{ color: var(--color);}
.subNav a:hover::after,.subNav a.on::after{ width: 100%;}

.newsTopSwiper .swiper-slide{ padding-left: 1px;}
.newsTopSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 64%;}
.newsTopSwiper .swiper-slide .desc{ height: 10em;}
.newsTopSwiper .pagination{ position: absolute; z-index: 10; right: 0; bottom: 0; left: auto;  width: auto !important;}

.newslist li{ width: calc((100% - 100px)/3); margin-right: 50px;perspective: 200px;} 
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li .desc{ height: 5.6em;}
.newslist li::after{ width: 100%; height: 100%;opacity: 0; z-index: 1; transition: all .36s; display: block; position: absolute; top: 0; left: 0; background: var(--color); display: block; content: ''; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.newslist li::after { transform:rotateX(-45deg) ; -webkit-transform:rotateX(-45deg) ; -moz-transform:rotateX(-45deg) ; -ms-transform:rotateX(-45deg) ; -o-transform:rotateX(-45deg) ; }
.newslist li:hover::after{ transform:rotateX(0) ; opacity: 1; -webkit-transform:rotateX(0) ; -moz-transform:rotateX(0) ; -ms-transform:rotateX(0) ; -o-transform:rotateX(0) ; }
.newslist li:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15); transform: translateY(-8px); color: #fff; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.newslist li:hover .color-color { color: #fff;}

.newDetail{ margin-top: -30vw;}
.line-height1-2{ line-height: 1.2;}

.techYs li:nth-child(1){ background: url(../images/techYsBg01.jpg) no-repeat center center / cover;}
.techYs li:nth-child(1)::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(239,130,1,.9) }

.techYs li:nth-child(2){ background: url(../images/techYsBg02.jpg) no-repeat bottom left  2vw;}
.techYs li:nth-child(3){ background: url(../images/techYsBg03.jpg) no-repeat center center / cover;}
.techYs li:nth-child(3)::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(255,255,255,.9) }
.techYs li:nth-child(4){ background: url(../images/techYsBg04.jpg) no-repeat center center / cover;}
.techYs li:nth-child(4)::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(2,51,162,.9) }

.supportUl .item {  width: 18%; height: 28vw; background: url(../images/supportBg.jpg) no-repeat center center / cover;}
.supportUl .item.on{  width: 79%;}

.supportUl .item::after{ display: block; content: ''; width: 100%; 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; }
.supportUl .item .tit{ writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; -ms-writing-mode: vertical-rl; }
.supportUl .item .Shu{ color: transparent; }
 


.supportUl .item .right .text-miao{  -webkit-text-stroke: 1px rgba(2,51,162,.2); text-stroke: 1px rgba(2,51,162,.2);color: transparent;}
.supportUl  .infoImg li{list-style-position:outside; margin-bottom: 1vw;}

.supportUl .item .right{ width: 0; opacity: 0;}
.supportUl .item.on::after{  background: rgba(255, 255, 255, 0.95);}
.supportUl .item.on .right{ width: 100%; opacity: 1;}
.supportUl .item.on .left{ opacity: 0;}

.w26{  width: 26%;}

.Philosophy ul li:last-child{ margin-bottom: 0;}
.Philosophy ul:last-child{ text-align: right;}
.PhilosophyTit{ 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%); }

.downList a{  width: 48%; margin-right: 4%;}
.downList a:nth-child(2n){ margin-right: 0;}
.downList a:hover{ box-shadow: 0 0 15px rgba(2,51,162,.2); transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }

.jobUl li .img{ width: 100%; height: 0; padding-bottom: 124%;}
.jobUl li::after{ z-index: 5; display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0;  background-image: linear-gradient(to top,rgba(2,51,162,.65),transparent); }
.jobUl li .text{ position: absolute; top: 75%;  left: 0; right: 0; z-index: 10;}
.jobUl li .text .desc{ height: 0; opacity: 0;}
.jobUl li:hover .text {top: 50%;}
.jobUl li:hover .text .desc{ height: auto; opacity: 1;}

.jobList li .bottom {  display: none; background: url(../images/jobBotBG.jpg) no-repeat center center / cover;}
.jobList li .bottom::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(255,255,255,.9) }
.jobList li.on .top{ background: var(--color); color: #fff;}
.jobList li.on .top .color-aaa,.jobList li.on .top .color-888{ color: #fff;}
.jobList li.on .icon-add:before{  content: "\e681"; }

.contactLine{ width: 6%;}
.contactIcon{ width: 9.4vw; min-width:52px;}

.mapBox{ height:32vw ;}
.reloadMarkerUl li.on{ background: var(--color); color: #fff;}

.messageBox{ background: url(../images/messageBoxBg.jpg) no-repeat right bottom #f4f5f7 ; background-size: 100% auto;}
.h4{height: 4em;}


.footSidebar { position: fixed; right: 0; bottom: 10vh; z-index: 105;   font-size: 14px;  filter: drop-shadow( 0 0 10px rgba(0, 0, 0, .15));   } 
.footSidebar li{ width: 70px; min-height: 80px; border-bottom: 1px solid #e5e5e5;}
.footSidebar li.topJump{ border-bottom: none; transform: translateX(105%);}
.footSidebar li.topJump.show{transform: translateX(0);}
.footSidebar  .kefu{ padding-top: 10px; border-bottom: 1px solid #e5e5e5;border-radius: 40px 40px 0 0;}
.footSidebar .pic{ width: 50px; height: 50px; border-radius: 50%;}
.footSidebar .pic img{ width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.footSidebar .pic::after,.footSidebar .pic::before{ display: block; content: ''; border-radius: 50%; width: 100%; height: 100%; position: absolute; left: 0%; top: 0%; border: 1px solid var(--blue); animation: ani-data-v-789143c6 1.4s ease-out infinite; -webkit-animation:; }
.footSidebar .pic::before{animation-delay: .6s;}
.footSidebar .iconfont{ font-size: 22px;}
.footSidebarLeft{animation: rightFloat .3s; padding: 5px; position: absolute; box-shadow: 0 0 10px rgba(0, 0, 0, .15); right: calc(100% + 10px); top: 50%;  display: none;}
.sidebarEwm{width: 120px; height: 120px; margin-top: -50px;}
.footSidebar li:hover .footSidebarLeft{ display: block;}
.sidebarTel{  height: 50px; margin-top: -25px;  line-height: 50px; padding: 0 15px;}
.footSidebar li:hover .iconfont{ color: var(--blue);}
.footSidebar li:hover .icon-zhiding { color: #fff}


@keyframes  ani-data-v-789143c6{
	0% {
	transform: scale(1);
	opacity: 0;
	}
	25% {
		transform: scale(1.15);
		opacity: .3;
	}
	50% {
		transform: scale(1.3);
		opacity: .7;
	}
	75% {
		transform: scale(1.45);
		opacity: .5;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
  }

  .caselist li .img{ width: 100%; height: 0; padding-bottom: 64%;}
.caselist li .more{  border: 1px solid var(--color); width: 56px; height: 56px; }
.caselist li .text::after{ display: block; content: ''; width: 9px; height: 50%; background: var(--color); border-radius: 10px; position: absolute; top: 25%; left: -9px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
.caselist li:hover{ color: var(--color);}
.caselist 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); }
.caselist li:hover .img{ box-shadow: 0 0 15px rgb(0, 0, 0,.15);}
.caselist li:hover .more { background: var(--color); color: #fff; transform: translateX(10px); -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); }
.caselist 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;
}
.caselist li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
/* .caselist li:last-child{ margin-bottom: 0;} */
