body{font-size: 16px;} 
.inner{ width:1480px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1480px)/2);}
.pr-inner{ padding-right: calc((100vw - 1480px)/2);}
.ml-inner{ margin-left: calc((100vw - 1480px)/2);}
.mr-inner{ margin-right: calc((100vw - 1480px)/2);}


header{ position: fixed; top: 0; left: 0; width: 100%; z-index: 100 ; color: #fff;}
header .con{ padding: 0 5vw;}
.logoImg{ height: 75px;}
.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.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(--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);}

   
.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; width: 100%; height: calc(100vh - 60px) ; transition:all .6s ; transform: translateX(100%); background-color: #000; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(255, 255, 255, 0.25); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.h_nav.close{align-items: center; justify-content: center;}
.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;
 background: url(../images/jia.png) no-repeat center center; background-size: 40% auto;}
 .nav li.go-child.on .erji{ background: url(../images/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(255, 255, 255, 0.25); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }
.nav{   overflow-y: scroll;   }
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 1px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #555; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #000; width: 1px; }

.zwHeader{ height: 100px;}
.zw{margin-top: -100px; padding-top: 100px;}
 


.idxBanImg{ width: 100%;  height: 100vh; object-fit: cover; min-height: 360px;}
.idxBan .text{ background: rgba(0, 0, 0, .3); }
 .idxBan{ z-index: 80;}
.idxBan  .roundImg{ width: 34.8vw; position: absolute; left: -5vw; top: -10vw; z-index: -1;}
.idxBan .swiper-slide-active .idxBanImg{ animation: swiper_img_move 8s linear 0s infinite normal both ; -webkit-animation: swiper_img_move 8s linear 0s infinite normal both ; }
.idxbanMore{ padding-top: 12px; padding-bottom: 12px;}
.idxbanMore .right{ width: 1.7vw; height: 1.7vw; margin-left: 5vw;}
.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: 3vw;}

.idxBan .swiper-pagination{ bottom: 3%;}
.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);}



.idxBottom{ background: url(../images/idxBottomBg.jpg) no-repeat center center; background-size: cover;}
.idxBottomBtn{ box-shadow: 0 10px 0 var(--blue);}
.idxBottomBtn:hover{ transform: translateY(10px); box-shadow:  none; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); }

footer{ background: #232530; color: rgba(255, 255, 255, .3);}
footer a:hover{ color: #fff;}

.footNav dl:last-child{ margin-right: 0;}
footer .bottom{ border-color: rgba(255, 255, 255, .1);}

.idxAboutLogo{ height: 1.2em;}

.idxAboutLeft{ width: 62.5%;}
.idxAboutRight{  width: 37.5%; background: url(../images/idxAboutRightBg.jpg) no-repeat center center; background-size: cover;}
.w67{ width: 67%;}

.waves { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; filter: grayscale(100%); -webkit-filter:; }
 
 

.idxProSwiper .img{ height: 70vh;}

/* .idxProductSwiper .img { height: 0; padding-bottom: 80%;} */
.idxProductSwiper .idxProductImg{ filter: drop-shadow(0 30px 15px rgba(0,0,0,0.15)); -webkit-filter: drop-shadow(0 30px 15px rgba(0,0,0,0.15)); }

.bg-db{ background: #dbdbdb;}
.idxProductSwiper .number{ font-size: 124px; position: absolute; top: 0; right: 0}
.idxProductSwiper .swiper-slide .tit::after{ transition: all .36s; display: block; content: ''; background:var(--blue); width: 0; height: 100%; position: absolute; left: 0; top: 0; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxProductSwiper .swiper-slide:hover{ color: var(--blue);}
.idxProductSwiper .swiper-slide:hover .iflex{ background: var(--blue); color: #fff;}
.idxProductSwiper .swiper-slide:hover .tit::after{ width: 100%;}
.idxProductSwiper .swiper-slide:hover .tit{ color: #fff;}
.idxProductSwiper .swiper-slide:hover  .idxProductImg{ transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.iblock{ display: inline-block;}
.swiBtn{ width: 70px; height: 70px; 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%); }
.swiBtn.prev{ left: -90px;}
.swiBtn.next{ right: -90px;}
.swiBtn:hover{ background: var(--blue) ; color: #fff;}
.swiBtn.swiper-button-disabled{ cursor: no-drop; opacity: .5;}



@keyframes rightFloat {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.flex-center-center{  display: flex; align-items: center; justify-content: center;}
.bg-white{ background: #fff;}
.transition{ transition: all .36S;}
.flex-column{ flex-direction: column;}
.posi{  position: relative; }
/* .footSidebarIcon{ max-width: 30px; max-height: 30px;}
.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%); background: var(--blue);}
.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;}
.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 { background: var(--blue) ; color: #fff;}
 
.footSidebar li:hover .icon-zhiding { color: #fff}
.footSidebar li:hover .footSidebarIcon{filter: grayscale(100%) brightness(500%);} */


.line-height1-8{ line-height: 1.8;}
.linka a:hover{ color: var(--blue);}
.newItem .img{ padding-bottom: 70%;}
.newItem .desc{ height: 4em;}
.newItem: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  .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{ color: #fff;  padding-left: 15px; padding-right: 15px;  background: var(--blue);}
.idxBan .idxAboutMore{ border-color: rgba(255, 255, 255, .65);}

.idxAboutMore{ border: 1px solid var(--blue); display: inline-block;}
.idxAboutMore .iconfont{ font-size: 32px;}
.idxAboutMore .round{ width: 30px; height: 30px; z-index: 6; border-radius: 50%;  background: var(--blue); position: absolute; left:20px  ; top: 50%; margin-top: -15px;  -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.idxAboutMore .round::before{ display: block; font-family: "iconfont" !important; content: "\eb9a"; color: #fff; z-index: 7; position: absolute; left: 15px; top: 50%; transform:translateY(-50%) ; font-size: 32px; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; } 
.idxAboutMore:hover .round{ width: 100%; height: 100%; left: 0; top: 0; border-radius: 40px; margin-top: 0; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
.idxAboutMore:hover .z5{ z-index: 10; color: #fff;} 
.idxAboutMore:hover .z5  .iconfont{ color: transparent;}
.idxAboutMore:hover { box-shadow: 0 0 10px rgba(9,107,216,.25); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.idxWhy{ background: url(../images/bg4.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.whyUl li{ width:  calc((100% - 100px)/3); margin-right: 50px;  position: relative;  overflow: hidden;}
.whyUl li:nth-child(3n){ margin-right: 0;}
.whyIcon{ max-width: 60px; max-height: 60px;}
.whyUl li .img img{ transition:all 0s ; -webkit-transition:all 0s ; -moz-transition:all 0s ; -ms-transition:all 0s ; -o-transition:all 0s ; }
.whyUl li .line{ height: 2px; width: 15%;}
.whyUl li:hover{   box-shadow: 0 0 20px rgba(0, 0, 0, .15); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
/* .whyUl li:hover .img img{ filter: drop-shadow(70px 0 0 #666); transform: translateX(-70px); -webkit-filter: drop-shadow(70px 0 0 #fff); -webkit-transform: translateX(-70px); -moz-transform: translateX(-70px); -ms-transform: translateX(-70px); -o-transform: translateX(-70px); } */
/* .whyUl li:hover  .line{ background: rgba(255, 255, 255, .8);} */

.whyUl li div{ position: relative; z-index: 10;}
/* .whyUl li::before{ width: 100%;  height: 100%; display: block; content: ''; background-image: linear-gradient(to top,#fff,rgba(255, 255, 255, .3));  position: absolute; top: 0; left: 0; right: 0;  bottom: 0; z-index: 1; } */
/* .whyUl li:nth-child(1):hover{ background: url(../images/idxWhy01.jpg) no-repeat center center; background-size: cover;}
.whyUl li:nth-child(2):hover{ background: url(../images/idxWhy02.jpg) no-repeat center center; background-size: cover;}
.whyUl li:nth-child(3):hover{ background: url(../images/idxWhy03.jpg) no-repeat center center; background-size: cover;}
.whyUl li:nth-child(4):hover{ background: url(../images/idxWhy04.jpg) no-repeat center center; background-size: cover;}
.whyUl li:nth-child(5):hover{ background: url(../images/idxWhy05.jpg) no-repeat center center; background-size: cover;}
.whyUl li:nth-child(6):hover{ background: url(../images/idxWhy07.jpg) no-repeat center center; background-size: cover;} */
.whyUl li:hover{ color: var(--blue);}



.neiBanImg{ width: 100%; min-height: 260px; object-fit: cover;}
.neiBan .text{ background: rgba(0, 0, 0, .2);}



.sustainableThere{ background: url(../images/sustainableThereBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.sustainableThere::before{ width: 100%; height: 100%; position: absolute;  z-index: 2; top: 0; left: 0;  display: block; content: '';  background: rgba(0, 0, 0, .2); }
.sustainableThereUl li .img{ width: 100%; padding-bottom: 100%;}
.sustainableThereUl li{ perspective: 800px;}
.sustainableThereUl li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;transform-origin: left center 0;transition: 0.54s;
    transform: rotateY(60deg);-webkit-transform: rotateY(60deg);-moz-transform: rotateY(60deg); opacity: 0;visibility: hidden;
 	 background: rgba(0,0,0,.3)}  
.sustainableThereUl li:hover:before {opacity: 1; visibility: visible; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); }
.sustainableThereIcon{ max-height: 66px;}
.operationalTwoLine { width: 1em; height: 2px;}

.subNav a{ flex: 1 ; line-height: 90px;   white-space: nowrap;}
.subNav a.on{ background: var(--blue); color: #fff;}
.subNav a:hover{ color:  var(--blue);}
.subNav a.on:hover{ color: #fff;}

.productlist li{ width: calc((100% - 60px)/3); margin-right: 30px;}
.productlist li:nth-child(3n){ margin-right: 0;}

/* .productlist .img { height: 0; padding-bottom: 80%;} */
.productlist .idxProductImg{ filter: drop-shadow(0 30px 15px rgba(0,0,0,0.15)); -webkit-filter: drop-shadow(0 30px 15px rgba(0,0,0,0.15)); }

.bg-db{ background: #dbdbdb;}
.productlist .number{ /*font-size: 124px; */position: absolute; top: 0; right: 0}
.productlist li .tit::after{ transition: all .36s; display: block; content: ''; background:var(--blue); width: 0; height: 100%; position: absolute; left: 0; top: 0; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.productlist li:hover{ color: var(--blue);}
.productlist li:hover .iflex{ background: var(--blue); color: #fff;}
.productlist li:hover .tit::after{ width: 100%;}
.productlist li:hover .tit{ color: #fff;}
.productlist li:hover  .idxProductImg{ transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }


.yyList li{ width: calc((100% - 100px)/ 3); margin-right: 50px;}
.yyList li:nth-child(3n){ margin-right: 0;}
/* .yyList li .img{ padding-bottom: 60%;} */
.yyList li:hover .img img{transform: scale(1.1);}
.yyList li:hover { box-shadow: 10px 10px 15px  rgba(2,42,153,.15);transform: translateY(-15px);}



.contactStyle{ background: #f4f5f6;}
.contactStyle li { width: calc(100% / 3);}
.contactStyle li:last-child{ border-right: none;}
.contactEwm{ width: 135px;}

.mapBox{ width: 100%; height: 60vh;  ;}
.mapBox img{ max-width:  none;}


.newslist li{ width: calc((100% - 100px)/3); margin-right: 50px;}
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li:hover{ box-shadow: 0 0 15px rgba(4, 29, 67,.25);}

.location .iconfont{ transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); }
.location{ border-color: #dadada;}
.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 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); }

.newsRightUl { position: sticky; top: 110px; right: 0;}
.bg-f9f9{  background: #f9f9f9;}


.infoButton{ position: absolute; bottom: 0; margin-left: 0;}

.infoTitle::after{ width: 2em; position: absolute; left: 0; bottom: -1px; height: 3px; background: var(--blue); display: block; content: '';}
.bg-f4 {
    background-color: #f4f5fa;
}


.FloatingWindow2{ position: fixed; right: 20px; top: 44%; z-index: 100;}
.FloatingWindow2 .FloatingWindow2_list{ width: 55px; border-radius: 100px; background: #fff; padding-top: 6px; padding-bottom: 24px; box-shadow: 0px 0px 15px rgba(0, 0, 0, .15); position: relative;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title{ cursor: pointer;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_icon{ width: 49px; height: 49px; border-radius: 100%; border: 4px solid rgb(2, 42, 153,.45); display: flex; align-items: center; justify-content: center; margin: 0 auto; background: var(--blue);}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_icon img{ height: 20px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_dd{ font-size: 16px; color: #333333; margin-top: 10px; text-align: center;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down{ padding-right: 20px; display: none; position: absolute; right: 55px; top: -35px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_padding{ width: 170px; background: #fff; border-radius: 5px; padding: 25px 0px; box-shadow: 0px 0px 15px rgba(0, 0, 0, .15); position: relative;}
.FloatingWindow2 .FloatingWindow2_list:hover .FloatingWindow2_list_down{ display: block;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_padding:before{
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left: 9px solid #fff;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 90px;
    right:-16px;
    transform:translateY(-50%);
}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_title{ font-size: 16px; color: #666666; text-align: center; margin-bottom: 15px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_img{ width: 122px; margin: 0 auto; border-radius: 6px; border: 3px solid var(--blue); margin: 0 auto; padding: 6px; margin-bottom: 20px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_img img{ width: 100%;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_tel{ text-align: center; font-size: 20px; color: #111111;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn{ display: flex; align-items: center; justify-content: center; margin-top: 15px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn a{ display: flex; align-items: center; justify-content: center; width: 125px; height: 40px; background: var(--blue); border-radius: 100px; }
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn a img{ height: 23px; margin-right: 5px;}
.FloatingWindow2 .FloatingWindow2_clickTop{ width: 55px; height: 55px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #fff; margin-top: 13px; box-shadow: 0px 0px 15px rgba(0, 0, 0, .15); cursor: pointer;}
.FloatingWindow2 .FloatingWindow2_clickTop img{ width: 22px;}

.ewmImg{ width: 140px;}