body{font-size: 16px; overflow-x: hidden;} 

.inner{ width:1600px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1600px)/2);}
.pr-inner{ padding-right: calc((100vw - 1600px)/2);}
.ml-inner{ margin-left: calc((100vw - 1600px)/2);}
.mr-inner{ margin-right: calc((100vw - 1600px)/2);}

 
header{ position: fixed; top: 0; left: 0; width: 100%; z-index: 100; color: #fff;}
header .icon02{ display: none;}
.logoImg{ height:58px ;}

.oneNav{ line-height:100px; 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: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%); }
 

 
header.scroll{ box-shadow: 0  0 15px rgba(0,0,0,.15);}
header::after{ position: absolute; left: 0; bottom: 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.scroll,header:hover,header.neiPage{  color: #333;}
header.scroll::after,header:hover::after{    background-color: #fff;  height: 100%;}
header.scroll .icon01,header:hover .icon01,header.neiPage .icon01{  display: none;}
header.scroll .icon02,header:hover .icon02,header.neiPage .icon02{  display: block; }
header.scroll .oneNav  span::after,header:hover .oneNav  span::after,header.neiPage .oneNav  span::after{ background: var(--color); }
header.scroll .on .oneNav  ,header:hover .on .oneNav   ,header.neiPage .on .oneNav   { color: var(--color); }

.headerTel .round{ width: 36px; height: 36px;}
.headerSearch{ width: 100px; height: 100px;}


.searchBox{ background :  var(--color); height: 102%; z-index: 60; transform: translateY(-105%); transition:all .6s ; -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; -webkit-transform: translateY(-105%); -moz-transform: translateY(-105%); -ms-transform: translateY(-105%); -o-transform: translateY(-105%); }
.searchBox .form{ width: calc(100% - 80px);}
.searchBox .keys{ width: 80%; background: url(../images/search-w.png) no-repeat left center; }
.searchBox .submit{ width: 90px; height: 40px; border: 1px solid #fff;}
.searchBox input::-webkit-input-placeholder  {color:rgba(255, 255, 255, .65);}
.searchBox input:-moz-placeholder {color:rgba(255, 255, 255, .65);;}
.searchBox input::-moz-placeholder {color:rgba(255, 255, 255, .65);;}
.searchBox input:-ms-input-placeholder  {color: rgba(255, 255, 255, .65);;}
.searchBox.show{ transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); }



.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}



.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:  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: #555; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #000; width: 1px; }


.idxBan .text{ position: absolute; left: 50%; transform: translateX(-50%); top: 35%; z-index: 10; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.idxBanImg{ width: 100%; height: 100vh; min-height: 360px;  object-fit: cover;}

.idxBanScoll{ width: 110px; height: 110px; }
.idxBanScoll img{ animation: previewShapeY 15s linear infinite; -webkit-animation: previewShapeY 15s linear infinite;   }
.idxBanScoll::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/ScrollDownScrollDownScrollDown.png) no-repeat center center; background-size: 100% 100%; animation: rotate 10s linear infinite; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; -webkit-animation: rotate 10s linear infinite; }
.idxBan .idxBanScoll{ position: absolute; z-index: 25; left: 50%; transform: translateX(-50%);  bottom: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.idxBanBtn{ position: absolute; left: 0; bottom: 0; z-index: 25;}
.idxBanBtn .swiper-container{ width: 220px; }
.idxBanBtn .img{ width: 220px; height: 140px;}
.idxBanBtn .nextpage{ position: absolute; right: 90%; top: 40%; width: 6.3vw;}



.idxBan .pagination{ display: none; position: absolute; left: 0; bottom: 15px; z-index: 15;}
.idxBan .pagination .swiper-pagination-bullet { background: #fff; margin: 0 3px;}
.idxBan .pagination  .swiper-pagination-bullet-active{}

.opacity1{ opacity: .1;}

.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat center center / 100% 100%; padding-bottom: 14vw;}
.idxAboutBtn{ width: 196px; height: 196px;}
.idxAboutBtn::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/brandprofile·brandprofile·brandprofile·brandpro.png) no-repeat center center; background-size: 100% 100%; animation: rotate 10s linear infinite; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; -webkit-animation: rotate 10s linear infinite; }
.idxAboutBtn .round{ width: 40%; height: 40%;}


.idxPro{ background: #f2f7fc;}
.color-text{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right, var(--color), var(--green));}

.idxProClass a{ height: 70px;}
.idxProClassNav a .proClassIcon{ filter: grayscale(100%); -webkit-filter: grayscale(100%); }
.idxProClassNav a.on .proClassIcon{ filter: none; -webkit-filter: none; }
.idxProClassNav a.on{ color: var(--color); font-weight: bold;}

.idxProSwiper .swiper-slide{ background: url(../images/idxProSwiperBg.jpg) no-repeat center center / cover;}
.proItem .img{ width: 100%; height: 0; padding-bottom: 80%;}
.proItem .more{ height: 50px;}
.proItem .more::after{ display: block; content: ''; width: 0; height: 100%; position: absolute; left: 0; top: 0; background:var(--green) ; transition:all .36s ; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; } 
.proItem:hover .more{  color: #fff; border-color: var(--green);}
.proItem:hover .more::after{ width: 100%;}

.idxNewsList li{ width: calc((100% - 70px) / 3); margin-right: 35px;}
@media screen and (min-width:1100px) {.idxNewsList li:nth-child(3n){ margin-right: 0;} }
.idxNewsList li .img{ width: 100%; height: 0; padding-bottom: 62.7%;}
.idxNewsList li .text .desc{ height: 3em; line-height: 1.5;}
.idxNewsList li .text .more{ height: 2.75em; background: #f2f7fc;}
.idxNewsList li .text::after{ display: block; content: ''; width: 100%; height: 0; 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; }
.idxNewsList li:hover .text::after{ height: 100%;}
.idxNewsList li:hover .text .border-top{ border-color: rgba(255, 255, 255, .15);}
.idxNewsList li:hover .text,.idxNewsList li:hover .text .color-888{ color: #fff;}
.idxNewsList li:hover .text .more{   background: var(--green);}
.idxNewsList li.scaleImg:hover{ box-shadow: 0 0 15px rgba(0,0,0,.15);}

.idxnewRight .more{ height: 2.75em;  }

.idxnewRightlist{ max-height: 83%; overflow-y: scroll;  }
.idxnewRightlist::-webkit-scrollbar {width: 5px;}
.idxnewRightlist::-webkit-scrollbar-thumb {border-radius: 3px; background: var(--color); width: 5px; }
.idxnewRightlist::-webkit-scrollbar-track {border-radius: 3px; background: #f6f6f6; width: 5px; }

.logoFoot{ height: 70px;}

.footerTop{ background: url(../images/footerTopBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.footerTop .more{ height: 3.3em;}
.footerTop:hover .more{ border-color: var(--color); letter-spacing: 2px;}
.footerTop .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 ; } 
.footerTop:hover .more::after{ width: 100%;}

.w28{ width: 28%;}

.footBottom .icon-xiangshangyua{ transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); }

.neiBan .img{ width: 85%; height: 600px; border-top-right-radius: 6vw;}
.neiBan .title{ font-family: '宋体'; font-size: 11.4vw; line-height: .9em; position: absolute; left: 0; top: 0; z-index: 5;}

.neiBanDown{ position:absolute; bottom: 0; z-index: 10;  left:    -3em; }
.mouse-tip{width:24px;height:60px;   overflow:hidden}
.mouse-tip::after{ display: block; content: ''; width: 1px; height: 100%; background: var(--green); left:50%; position: absolute;}
.mouse-tip:before{ content:''; position:absolute; width:2px; left:50%; margin-left:-1px; top:3px; height:4px; background-color:var(--color); animation:mouse 2s ease infinite; -webkit-animation:mouse 2s ease infinite; }

.brief .LOGOIcon{opacity: .04; position: absolute; top: 0; left: 30%;}
.brief .right .line{ height: 2px; width: 30vw; background: #e0e9ed; margin-right: -3vw;}
.culture .item{ height: 460px;perspective: 200px;}
.culture .item.text::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; }
.culture .item.text::after { transform:rotateY(45deg) ; -webkit-transform:rotateY(45deg) ; -moz-transform:rotateY(45deg) ; -ms-transform:rotateY(45deg) ; -o-transform:rotateY(45deg) ; }
.culture .item.text:hover::after{ transform:rotateY(0) ;opacity: 1; -webkit-transform:rotateY(0) ; -moz-transform:rotateY(0) ; -ms-transform:rotateY(0) ; -o-transform:rotateY(0) ; }
.culture .item.text:hover{ color: #fff;}

.direction{ background: url(../images/directionBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.w43{ width: 43%;}
.direction .text{ background: rgba(14, 50, 206, .9);}

.honorSwiper .img{ background: url(../images/honorIconBg.png) no-repeat center bottom; height: 260px; padding-bottom: 80px;}
.honorSwiper .swiper-wrapper .swiper-slide:nth-child(2n){ padding-top: 70px;}
.honorSwiper .title img{ flex-shrink: 0;}
.honor .pagination{ height: 5px; background: #e6eafa; 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(--color);}
.mySwiper{ width: 70px; height: 70px;}
.mySwiper:hover{ background: var(--color); }

.history{ background: url(../images/historyBg.jpg) no-repeat center center  / cover; background-attachment: fixed;}
.history::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(14, 50, 206,.9) }
.historySwiper{ background: url(../images/historyLine.png)  repeat-x center center   ;}
.historySwiper .swiper-slide{ height: auto;  }
.historySwiper .swiper-slide .float{ transform:  scaleY(0) ; -webkit-transform:  scaleY(0) ; -moz-transform:  scaleY(0) ; -ms-transform:  scaleY(0) ; -o-transform:  scaleY(0) ; }
.historySwiper .swiper-slide .float .img{ width: 100%; height: 0; padding-bottom: 83.3%;}
.historySwiper .swiper-slide-active  .float{ transform: scaleY(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); }

.historySwiper .swiper-slide::after{  display: block; content: '';  width: 24px; height: 24px; position: absolute;  background: url(../images/historyRound.png) no-repeat center center / 100% 100%; position: absolute; left: 0; top: 50%; margin-top: -11px;}
.historySwiper .swiper-slide::before{display: block; content: '';   height: 50%; width: 1px; background: rgba(255, 255, 255, .15); position: absolute; left: 12px; bottom: 0;}

.historySwiper .swiper-slide-active::after,.historySwiper .swiper-slide-active::before{ opacity: 0;}

.historySwiper .swiper-slide .text{ height: 50%; position: absolute; bottom:0; left: 0;    }
.historySwiper .swiper-slide-prev .text{ bottom: auto; top: 0;}
.historySwiper .swiper-slide-prev:before{ bottom: auto; top: 0;}

.history .mySwiper{ 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%); }
.history .mySwiper:hover{ background: var(--green); border-color: var(--green);}
.history .mySwiper.prev{ left: 3%;}
.history .mySwiper.next{ right: 3%;}

.structure .img img{   -webkit-user-drag: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.proTitle{ background: url(../images/proTitleBg.jpg) no-repeat center center / cover;}

.prolsit li{ margin-right: 36px; width: calc((100% - 72px)/3);}
@media screen and (min-width:900px) { .prolsit li:nth-child(3n){ margin-right: 0;}}
.prolsit li:hover{ border-color: var(--color); box-shadow: 1vw 0 2vw rgba(14, 50, 206, .1);}
 

.proinfoBg{ background: url(../images/proinfoBg.png) no-repeat center top #f2f7fc  ; background-size: 100% auto;}
.proInfoOne::after{ opacity: .1 ; border-radius: 20px; display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-image: linear-gradient(to right,var(--green),var(--color)); -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.proInfoOne::before{ z-index: 2;   border-radius: 20px; display: block; content: ''; width: calc(100% - 60px); height:calc(100% - 60px); position: absolute; left: 30px; top: 30px; background-image: linear-gradient(to left,var(--green),var(--color)); -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }

.proInfoOne .pic{ width: 100%; height: 0; padding-bottom: 67.6%;}
.proInfoOne .pic img{ position:absolute; top: 50%; left: 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%); }

.proifotBtn .btn{ height: 3.3em;}

/* .intelligentUl li .pic{ width: 100%; height: 0; padding-bottom: 200%;} */
.intelligentUl li{ border-radius: 200px; -webkit-border-radius: 200px; -moz-border-radius: 200px; -ms-border-radius: 200px; -o-border-radius: 200px; }
.intelligentUl li  .text,.intelligentUl li  .img{ height: 330px;}
.intelligentUl li:nth-child(2n){ flex-direction: column-reverse;}

/* background: url(../images/qualityBg.jpg) no-repeat right center */
.quality{ background: url(../images/qualityBg.jpg) no-repeat right center #f2f7fc ; background-size: auto 100%;}
.qualityIcon{ width: 7.2vw; position: absolute; z-index: 8; left: 50%; transform: translateX(-50%) ; top: 10%; -webkit-transform: translateX(-50%) ; -moz-transform: translateX(-50%) ; -ms-transform: translateX(-50%) ; -o-transform: translateX(-50%) ; }
.w42{ width: 42%;}

.qualityUl li .num{ width: 80px; height: 80px;}
.qualityUl li:nth-child(2n) .num{ background: var(--green);}
.newsPage a{ border-color: transparent;}
.newsPage a:hover{ background: transparent; border-color: var(--color);}
.newZxImg{ position: absolute; right: 0; top: 0;}

.styleSwiper .swiper-slide-active { opacity: 1; }
.styleSwiper .swiper-slide .img{ padding-bottom: 56.6%; height: 0; width: 100%;}

.style .mySwiper{ position: absolute; top: 50%; z-index: 15; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.style .next{ right: 21%;}
.style .prev{ left: 21%;}

 
.joblist li .bottom {  display: none;}
.joblist li.on .top{  background: var(--color); color: #fff;}
.joblist li.on .icon-add::before{ content: "\e681";}

.contact{ background: url(../images/contactBg.png) no-repeat center center / cover;}
.contactIcon{ width: 80px;}
.dot{position:absolute; z-index: 10;}
.dot .dot_circle{  width:.7vw; height:.7vw; background:var(--color);  position:relative; z-index:3; border-radius:50%;}
.idxMapUl .dot:after,.idxMapUl .dot:before{content:""; position:absolute; border-radius:50%; top:0; left:0;; z-index:1;}
.idxMapUl .dot:before {width:150%; height:150%; background:transparent; background:rgba(14, 50, 206,0.3); top:-25%; left:-25%; -webkit-animation:warn 2s linear 0.4s infinite; -moz-animation:warn 2s linear 0.4s infinite; animation:warn 2s linear 0.4s infinite; opacity:0;}
.idxMapUl .dot:after {width:200%; height:200%;background:transparent; /*background:#7e9ec3;*/ background:rgba(14, 50, 206,0.2);  left:-50%;  top:-50%; -webkit-animation:warn 2s linear 0s infinite; -moz-animation:warn 2s linear 0s infinite; animation:warn 2s linear 0s infinite; opacity:0;}


.messages{ background: url(../images/messagesBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.messages .con{ max-width: 600px; background: rgba(255, 255, 255, .9);}
.tipRed{ 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%); }

.searchlist li::after{ width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background-color: var(--color); display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.searchlist li .left{ width:70% ;}
.searchlist li .right{ width: 70px; height: 70px;}
.searchlist li:hover::after{ width: 100%;}
.searchlist li:hover .right{ background-color: var(--color); color: #fff; transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
