body{font-size: 16px;} 
.w90{ width:min(90%,1320px);   margin: 0 auto;  }

.flex-shrink{ flex-shrink: 0;}
header{ z-index: 100; position: relative; }
.logoBox{ width: 23.4%;}
.headerRight{width: 76.6%; padding: 0 3vw;}
.headerRight .top{ line-height: 58px;}

.z100{ z-index: 100; position: sticky; top: 0; left: 0;}
.pcHeader{ padding: 0 5vw;  position: relative; z-index: 100;  }
.logoIco{ height: 90px;}
.pcHeader .left{ width: 90px;}
.logoText{ height: 40px;}
.pcHeader .right{ width: calc(100% - 90px);}
nav{ width: 66vw;}
.pcHeaderText{ font-size: 18px;}

.pcHeaderText::after{ width: 1px; height: 1.5em; display: block; content: ''; position: absolute; left: -2vw; top:-.25em; background: rgba(255, 255, 255, 0.25);}

.oneNav{ font-size: 18px; line-height: 70px; display: block; white-space: nowrap;}
.oneNav span{ position: relative; display: block;}
.oneNav span::after{ width: 100%; height: 2px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background: #fff; transform: scale(0,1); transition:all .36s ; -webkit-transform: scale(0,1); -moz-transform: scale(0,1); -ms-transform: scale(0,1); -o-transform: scale(0,1); -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
nav li.on .oneNav span ,nav li:hover .oneNav span { font-weight: bold;}
nav li.on .oneNav span::after,nav li:hover .oneNav span::after{ transform: scale(1,1); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }
nav:hover li:not(:hover) .oneNav span::after{ transform: scale(0,1); -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 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 .36s; -ms-transition:all .36s; -o-transition:all .36s; -webkit-transition:all .36s; -moz-transition:all .36s; }
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%); }



.idxTit  .engTit .ENG{ position: absolute; left: 0; letter-spacing: 1.5vw; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxTitSearch .keys{ width: 240px; border-radius: 40px 0 0 40px;  line-height: 60px; -webkit-border-radius: 40px 0 0 40px; -moz-border-radius: 40px 0 0 40px; -ms-border-radius: 40px 0 0 40px; -o-border-radius: 40px 0 0 40px; }
.idxTitSearch .btn{ width: 80px; height: 60px; background: url(../images/search-w.png) no-repeat center center var(--blue); background-size: auto 35% ; }

.idxProTop a{ flex: 1; background-image: linear-gradient(to right,#f3f3f3,#fff);}
.idxProTop a  .round{ width: 60px; height: 60px;}
.idxProTop a  .round  .proClassIcon{ filter: grayscale(100%); opacity: 0.5; -webkit-filter: grayscale(100%); }
.idxProTop a::after{ width: 0; transition:all .36s ; height: 100%; position: absolute; top: 0; left: 0; display: block; content: ''; background: var(--blue); -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.idxProTop a.on::after { width: 100%;} 
.idxProTop a.on{ color: #fff;}
.idxProTop a.on .round{ background: #fff;}
.idxProTop a.on .round .proClassIcon{ filter:none; opacity: 1; -webkit-filter:none; }

.idxProList li{ width: calc((100% - 70px)/3); margin-right: 35px;}
.idxProList li:nth-child(3n){ margin-right: 0;}
/* .idxProList li .img{ width: 100%; padding-bottom: 100%;} */
.idxProList li .img{ height: 300px;}
.idxProList li:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .1); transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }

.idxTel .left{ line-height: 60px;}
.idxBtn{ width: 60px; height: 60px;}
.idxBtn:hover{ background: var(--blue) ; color: #fff;}
.idxCaseSwiper { padding-right: 20vw;}
.idxCaseSwiper  .txt{ position: absolute; left: 0; bottom: 0; width: 60%;}
.idxCaseSwiper .swiper-slide:hover .txt{ width: 100%;}
.idxCaseSwiper .swiper-slide: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); }
.idxCase .con{ padding-left:calc((100% - 1320px)/2);}

.idxSmall{ background: url(../images/idxSmallBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.idxSmall::after{ width: 100%;   height: 100%; position: absolute; top: 0; left: 0; display: block; content: ''; background:rgba(30, 74, 158, .9);  }
.idxSmall .btn{ border-radius: 20px 0 20px 0; -webkit-border-radius: 20px 0 20px 0; -moz-border-radius: 20px 0 20px 0; -ms-border-radius: 20px 0 20px 0; -o-border-radius: 20px 0 20px 0; }
.idxSmall .btn:hover{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.idxSmall .yinIcon{filter: grayscale(100%) brightness(500%);}
.idxYs .idxTit .engTit .ENG,.idxPartners .idxTit .engTit .ENG,.idxHonor .idxTit .engTit .ENG{ left: 50%; transform: translateX(-50%) translateY(-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%); }
.idxYsUl .tit span{ border-radius: 0 40px 40px 0; -webkit-border-radius: 0 40px 40px 0; -moz-border-radius: 0 40px 40px 0; -ms-border-radius: 0 40px 40px 0; -o-border-radius: 0 40px 40px 0; }

@media screen and (min-width:750px) {

    .idxYsUl li:nth-child(2n){ flex-direction: row-reverse; }
.idxYsUl li:nth-child(2n) .title{ display: flex;    justify-content: flex-end;}
.idxYsUl li:nth-child(2n) .tit{ display: flex; flex-direction: row-reverse;   justify-content: flex-end;}
.idxYsUl li:nth-child(2n) .tit span{ border-radius: 40px 0 0 40px; -webkit-border-radius: 40px 0 0 40px; -moz-border-radius: 40px 0 0 40px; -ms-border-radius: 40px 0 0 40px; -o-border-radius: 40px 0 0 40px; }

	 
}


.idxMax{ background: url(../images/idxMaxBg.jpg) no-repeat center center; background-size: cover;  background-attachment: fixed; }
/* .idxMax::after{ width: 100%; height: 100%; display: block; content: ''; position: absolute; top: 0; left: 0; background: rgba(30, 74, 158, .8);}  */
.linka a:hover{ color: var(--blue);}
.idxAbout .con{ width: 68%;}
.idxAbout .more .btn{ border-radius:0 20px 0 20px ; -webkit-border-radius:0 20px 0 20px ; -moz-border-radius:0 20px 0 20px ; -ms-border-radius:0 20px 0 20px ; -o-border-radius:0 20px 0 20px ; }
.idxAbout .more .btn .iconfont{ transform:rotate(-45deg) ; -webkit-transform:rotate(-45deg) ; -moz-transform:rotate(-45deg) ; -ms-transform:rotate(-45deg) ; -o-transform:rotate(-45deg) ; }
.idxAbout .more:hover{ transform:translateX(-15px) ; -webkit-transform:translateX(-15px) ; -moz-transform:translateX(-15px) ; -ms-transform:translateX(-15px) ; -o-transform:translateX(-15px) ; }
.idxAbout .more:hover .btn .iconfont{ transform:none; -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; }

.idxAboutImgBox{ height: 100%; position: absolute; top: 0; right:0;}
.idxAboutImg{ height: 100%;}

.idxAbout .left{ width: 9vw; height: 100%; position: absolute; top: 0; left: 0;}
.idxAbout .left .top{ width: 100%;  height: 9vw;}
.idxAbout .left .bottom{ height: calc(100% - 9vw);}.idxAbout .left .bottom img{max-height: 100%;}

.idxNews .left{ width: 66.6%;}
.idxNews .right{ width: 28.7%;}

.idxNewsBtn.prev{ transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); }
.idxNewsBtn.next{ transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.idxNewsBtn:hover{ color: var(--blue);}

.idxNews .pagination{ width: 30%;  letter-spacing: 2px;}
.idxNews .pagination .swiper-pagination-current{ color: var(--blue);}

.idxNews .bg{ width: 80%; left: 0; top: 0; bottom: 0; z-index: 1; position: absolute;}
.NewsTextSwiper .border-bottom-blue{ border-bottom: 2px solid #000;}

footer{ background: #151a25;}
footer a:hover{ color: #fff;}
footer .top dl{max-width: 18%;}
.footEwm{ width: 120px;}
footer .center{ border-top: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1);}


.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: 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{ padding-bottom: 70px; 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; }


.neiBan .text{ background: rgba(30, 74, 158, .5);}
.neiBan .font80{  background: linear-gradient(to bottom, rgba(255,255,255,.4), rgba(30,74,158,.1)); /* 从左到右渐变 */-webkit-background-clip: text; /* Safari/Chrome */-webkit-text-fill-color: transparent; /* Safari/Chrome */color: transparent; /* Firefox/Opera */}
.neiBan .font14{ letter-spacing: 2vw; opacity: .25; border-top: 1px solid rgba(255, 255, 255, 0.25);}

.neiSearch a{ margin-left: 1vw;}
.searchForm .keys{ line-height: 35px; }
.searchForm .btn{ line-height: 35px; background: url(../images/search-b.png) no-repeat center center; background-size:  auto 40%; width: 60px; }

.location  .iconfont{ transform: scale(0.6); -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); }
.location .title::after{ width: 6px; height: 1em; position: absolute; top: 50%; margin-top: -0.5em; left: 0; display: block; content: ''; background: var(--blue);}

.mainLeft{ width: 20%;}
.mainRight{ width: 77%;}
.mainLeft .title::after,.mainLeft .title::before{ width: 2.5vw; height: 1px; position: absolute;     display: block; content: ''; background: rgba(255,255,255,.3);}
.mainLeft .title::before{ left: 5%; bottom: 20%; transform:rotate(-15deg) ; -webkit-transform:rotate(-15deg) ; -moz-transform:rotate(-15deg) ; -ms-transform:rotate(-15deg) ; -o-transform:rotate(-15deg) ; }
.mainLeft .title::after{ right: 5%; top: 20%; transform:rotate(-15deg) ; -webkit-transform:rotate(-15deg) ; -moz-transform:rotate(-15deg) ; -ms-transform:rotate(-15deg) ; -o-transform:rotate(-15deg) ; }

.mainLeftUl a.firstNav .iconfont{ transform: translateX(10px); opacity: 0; -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); }
.mainLeftUl a.firstNav:hover .iconfont,.mainLeftUl a.firstNav.on .iconfont{ transform:translateX(0) ; opacity: 1; -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.mainLeftUl a.firstNav:hover,.mainLeftUl a.firstNav.on{ background: var(--blue); color: #fff;}

/* .mainLeftUl:hover a.firstNav:not(:hover){ color: #333; background: #f5f5f5;}
.mainLeftUl:hover a.firstNav:not(:hover) .iconfont{ transform: translateX(10px); opacity: 0;} */
.mainLeftUl  li.on dl{ display: block;}
.mainLeftUl  dl{ display: none;}
.mainLeftUl dd{ margin-bottom: 10px;}
.mainLeftUl dd a{ display: block; line-height: 2; background: #f9f9f9; font-size: 16px;}
.mainLeftUl dd a:hover{ color: var(--blue);}
.mainLeftUl dd a{}
.mainLeftUl dd a.on{ color: var(--blue); border-left: 2px solid var(--blue);}


.mainLeftContact{ background: url(../images/mainLeftContactBg.jpg) no-repeat left  bottom; background-size: cover;}
 
@media screen and (max-width:750px) {
  .mainLeftUl  dl{ display: none !important;}
}

.prolist li{ width: calc((100% - 60px)/3); margin-right: 30px;}

@media screen and (min-width:750px) {
    .prolist li:nth-child(3n){ margin-right: 0;} 
    .prolist li:nth-child(-n+3){ margin-top: 0;}
	 
}


.prolist li .img{ height: 300px;}
.prolist li:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .1); transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }

.neiBanImg{ width: 100%; min-height: 200px; object-fit: cover;}

.infoSmall{ background: url(../images/idxSmallBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.infoSmall::after{ width: 100%;   height: 100%; position: absolute; top: 0; left: 0; display: block; content: ''; background:rgba(30, 74, 158, .9);  }
.infoSmall .yinIcon{filter: grayscale(100%) brightness(500%);}
.infoSmall .btn{ border-radius: 20px 0 20px 0; -webkit-border-radius: 20px 0 20px 0; -moz-border-radius: 20px 0 20px 0; -ms-border-radius: 20px 0 20px 0; -o-border-radius: 20px 0 20px 0; }
.infoSmall .btn:hover{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
 
.infoTitEng{letter-spacing: 1.5vw;}

.infoYs .img{ background: url(../images/ysbg.png) no-repeat bottom right;}
.infoYs li .tit span{ border-radius: 0 40px 40px 0; -webkit-border-radius: 0 40px 40px 0; -moz-border-radius: 0 40px 40px 0; -ms-border-radius: 0 40px 40px 0; -o-border-radius: 0 40px 40px 0; }
.infoYs li:nth-child(2n) .title::after{ width:25px; height: 1px; display: block; content: ''; background: #fff; position: absolute; bottom: 0; right: 0;}
.infoYs li:nth-child(2n) .title .tit{flex-direction: row-reverse;}


.infoHonor.prev { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); }
.infoHonor.next { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.infoHonor:hover{ color: var(--blue);}

.infoHonorSwiper{ width: calc(100% - 140px);}
.infoHonor .swiper-slide{ height: auto;}
.infoHonor .swiper-slide .img{ height: calc(100% - 40px);}
.infoHonor .swiper-slide .text{ line-height: 40px;}


/* .idxHonorList li{width: calc((100% - 80px)/5); margin-right: 20px; margin-top: 20px;}
.idxHonorList li:nth-child(5n){ margin-right: 0;}
.idxHonorList li .img{ padding-bottom: 140%;} 

.idxHonorSwiper{ height: 700px;}
.idxHonorSwiper  .swiper-slide{   height: calc((100% - 20px) / 2);}
.idxHonorSwiper  .swiper-slide .text{ height: 40px;}
.idxHonorSwiper  .swiper-slide  .img{ height: calc(100% - 40px);}
.idxHonorSwiper  .swiper-slide  .img img{ max-width: 100%; max-height: 100%;}

.idxHonor .prev,.idxHonor .next{ box-shadow: 0 0 15px rgba(0, 0, 0, .15); position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxHonor .prev{ left: -100px;}
.idxHonor .next{ right: -100px;}*/

.button-linka:hover{ background: var(--blue); color: #fff;}

.idxPartners .swiper-container{ height: 490px;}
.idxPartners .swiper-slide {border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;transition: all .36s;background: #fff;height: calc(100% / 3);
   -webkit-transition: all .36s;-moz-transition: all .36s;-ms-transition: all .36s;-o-transition: all .36s;}
.idxPartners .swiper-slide img{ max-width: 100%; max-height: 100%;}
.idxPartners .swiper-pagination-bullet{ width: 14px; height: 14px; background-color: #fff; margin: 0 .5vw;}
.idxPartners .swiper-slide:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
.idxPartners .swiper-slide:hover img{ transform: scale(.9); -webkit-transform: scale(.9); -moz-transform: scale(.9); -ms-transform: scale(.9); -o-transform: scale(.9); }

.subNav a{ display: block; margin-left: 2vw; position: relative; line-height: 84px;}
.subNav a::after{ transition: all .36s; transform:scale(0,1) ; width: 100%; height: 3px; display: block; content: ''; background: var(--blue); position: absolute; left: 0; bottom: 0; -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) ; }
.subNav a.on,.subNav a:hover{ color: var(--blue); font-weight: bold;}
.subNav a.on::after,.subNav a:hover: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) ; }
.subNav:hover a:not(:hover)  { color: #666;font-weight:normal }
.subNav:hover a:not(:hover)::after{ transform:scale(0,1) ;}

.profile{ background: url(../images/profileBg.jpg) no-repeat bottom center; background-size: 100% auto;}
.profileTit .line{ width:2em ; height: 4px;}

.culture{ background: url(../images/cultureBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}

.cultureUl li{ width: 31%;}
.cultureUl li .round{ width: 180px; height: 180px;  border: 1px dashed var(--blue);}
.cultureUl li .round::after{ transition: all .36s; border-radius: 50%; transform: scale(0.8); width: 100%; height: 100%; display: block; content: ''; background: url(../images/cultureIconBg.jpg) no-repeat center center; background-size: cover; position: absolute; left: 0; bottom: 0; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); }
.cultureUl li:hover .round::after{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.cultureIcon{ max-width: 50%; max-height: 50%;}

.honorSwiper .swiper-slide{ height: auto;}
.honorSwiper .swiper-slide .img{ height: calc(100% - 50px);}
.honorSwiper .swiper-slide .text{ line-height: 50px;}

.idxHonor .swiper-wrapper{ align-items: center;}
.idxHonor .honorSwiper .swiper-slide{ height: 100%;}

.honor .idxBtn,.place .idxBtn{ z-index: 10; box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.honor .prev,.place .prev{ left: -100px;}
.honor .next,.place .next{ right: -100px;}

.answerslist .left{ width: calc(100% - 150px);}

.answerslist li .btn{ width: 100px; height: 50px;}
.answerslist li .close{ display: none;}
.answerslist li .bottom .info{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
 
.answerslist li.on .icon-arrow-down-bold{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
.answerslist li.on .btn{ background: var(--blue); color: #fff;}
.answerslist li.on .close{ display: block;}
.answerslist li.on .open{ display: none;}
.answerslist li.on  .bottom .info{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:100;-webkit-box-orient:vertical;overflow:hidden;}

.caselist li{ width: calc((100% - 60px)/3); margin-right: 30px;}
.caselist li:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .15); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
.caselist li:nth-child(3n){ margin-right: 0;} 
.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) ; }

.contactStyle{ background: url(../images/contactStyleBg.png) no-repeat bottom center #f8f9fb; background-size: 100% auto;}
.contactStyle::before{ width: 100%; height: 100%; display: block; content: ''; position: absolute; top: 0; left: 0; background: url(../images/contactStyleTop.png) no-repeat center top; background-size: 100% auto; }
.contactStyle .right .font60{ border-bottom: 3px solid #fff;}
.contactStyleImg{ width: 114px; height: 114px; object-fit: cover; border: 2px solid #fff;}
.contactEwm .img{ border: 2px solid var(--blue);}
.contactEwm img{ width: 156px;}

.mapBox{ width: 100%; height:60vh;}
.newslist 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) ; }
.newslist .img{ width: 27%;}


.commonBtn {width: auto;  white-space: nowrap;line-height:42px;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(21px) translateZ(-21px) rotate3d(1, 0, 0, -90deg); -webkit-transform: translateY(21px) translateZ(-21px) rotate3d(1, 0, 0, -90deg); -moz-transform: translateY(21px) translateZ(-21px) rotate3d(1, 0, 0, -90deg); -ms-transform: translateY(21px) translateZ(-21px) rotate3d(1, 0, 0, -90deg); -o-transform: translateY(21px) translateZ(-21px) rotate3d(1, 0, 0, -90deg); }
.commonBtn:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}

.newsLeft{ width: 66.8%;}
.newsRight{ width: 31%;}

.newsRightTit::after{ width: 3px; height: 1em; position: absolute; left: 0; top: 0; display: block; content: ''; background: var(--blue); }
 

@keyframes ripple-wave1{
  to {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1),0 0 0 45px rgba(255, 255, 255, 0.02);
  }
}
.proInfoSwiper .paly{
	z-index: 20;
	width: 80px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	top: 50%;
	box-shadow: 0 0 rgba(255, 255, 255, 0.1),0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1);
	animation: ripple-wave1 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transform: scale(0.8);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-animation:;
}
#slideVideo{ width: 100%;  height: 100%;}

.imgBig: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) ; }


.drop-txt{ border: 1px solid rgba(255, 255, 255, .25); width: 180px; height: 48px; }
.drop-txt::after{ display: block; content: "\eb6d"; transition: all .36s; font-family: "iconfont" !important; position: absolute; right: 20px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.drop-downs ul{ position: absolute; bottom: 48px; left:0;  min-width: 100%; background: #fff; z-index: 10; color: #333; white-space: nowrap; display: none;  }
.drop-downs ul li + li{ border-top: 1px solid #e5e5e5;}
.drop-downs ul a{ font-size: 14px; padding: 5px 10px;   display: block; line-height: 2.4;}
.drop-downs ul a:hover{ background: var(--blue) ; color: #fff;}
.drop-downs:hover ul{ display: block;}
.drop-downs:hover .drop-txt::after{transform: rotate(180deg);}


.pcIcon_box {
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999
}

.pcIcon_box .pcIcon {
	text-align: center
}

.pcIcon_box .pcIcon li {
	width: 68px;
	height: 68px;
	border-bottom: 1px solid #fff;
	background: rgb(31,77,158);
	font-family: PingFangSC-Medium;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 13px 0;
	cursor: pointer
}

.pcIcon_box .pcIcon li:last-child {
	border: none
}

.pcIcon_box .pcIcon li img {
	margin: 0 auto 5px auto
}

.pcIcon_box .pcIcon .phone_box {
	position: relative
}

.pcIcon_box .pcIcon .phone_box .phone_bg {
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	width: 211px;
	/* height: 72px;*/
	text-align: center;
	padding: 12px 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 75px;
	line-height: 1;
	/*	align-items: center;
 	justify-content: center;
 	flex-direction: column;*/
	display: none;
}

.phone_bg>p:nth-child(1) {
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: 'DIN';
	font-weight: 600;
}

.phone_bg>p:nth-child(2) {
	color: #000;
	font-size: 12px;
}

.pcIcon_box .pcIcon .orcode_box {
	position: relative
}

.pcIcon_box .pcIcon .orcode_box .orcode_bg {
	background: url(../img/orCodeBg.1538ddcb.png) no-repeat;
	width: 197px;
	height: 204px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 70px
}

.pcIcon_box .pcIcon .orcode_box .orcode_bg img {
	margin: 25px auto
}

.pcIcon_box .pcIcon .orcode_box .orcode_bg p {
	margin-top: -25px
}

.pcIcon a:hover {
	color: #fff;
}
.position-relative{
	position: relative;
}
.showewm:hover .rightEwm {
	display: block;
}
.withTel{
	display: flex;
	align-items: center;
	margin-top:25px;
	color:rgb(31, 77, 158);
	font-size: 18px;
	letter-spacing: 1px;
}
.withTel p{
	margin-right: 20px;
	display: flex;
	align-items: center;
	font-weight:600;
}
.withTel p img{
	margin-right: 10px;
	width:35px;
}

.rightEwm {
	padding: 10px;
	animation: rightFloat .3s;
	position: absolute;
	display: none;
	top: -25px;
	z-index: 99;
	border-radius: 5px;
	right: 75px;
	width: 120px;
	height: 120px;
}

@keyframes rightFloat {
	from {
		transform: translateX(-20px);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}