body{font-size: 16px;} 
.w90{ width:min(94%,1820px);   margin: 0 auto;  }
.w80{ width:min(84%,1620px);   margin: 0 auto;  }

header{ width: 100%; position: fixed; top: 0; left: 0; right: 0; z-index: 100 ;box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

header.index{ background: transparent; color: #fff;}

/*  */
.logoImg{ height: 66px;}
header.index::after{ width: 100%; height: 1px; transition: all .36s; position: absolute; left: 0; bottom: 0; background: rgba(255, 255, 255, 0.1); display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header.index .logoImg{ transition: all 0s; filter: drop-shadow(400px 0 0 #fff); transform: translateX(-400px); -webkit-filter: drop-shadow(400px 0 0 #fff); -webkit-transform: translateX(-400px); -moz-transform: translateX(-400px); -ms-transform: translateX(-400px); -o-transform: translateX(-400px); -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; }

header.scroll::after{ height: 100%; background: #fff;}
header.scroll{ color: #333;}
header.scroll  .logoImg{ filter: none; transform:none; -webkit-filter: none; -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; }


nav li{ position: relative; margin: 0 1.6vw; }
nav li .one{ font-size: 20px;  line-height: 100px; position: relative; display: inline-block; white-space: nowrap;}
nav li .one::before{content: "";display: block;width: 0;height: 3px;background: #036eb8;left: 50%;position: absolute;bottom: 0;-webkit-transition: ease 1s;transition: ease 1s;-moz-transition: ease 1s;-ms-transition: ease 1s;-o-transition: ease 1s;}
nav li .subnav { position: absolute; left: 50%; transform:translateX(-50%) ; top: 100%; white-space: nowrap; z-index: 1; opacity: 0; -webkit-transition: ease .2s; transition: ease .2s; visibility: hidden; -webkit-transform:translateX(-50%) ; -moz-transform:translateX(-50%) ; -ms-transform:translateX(-50%) ; -o-transform:translateX(-50%) ; }
nav li .subnav::before {content: "";display: block;width: 200vw;background: #000;position: absolute;left: -100vw;height: 100%;top: 0;z-index: -1;}
nav li .subnav a {display: inline-block;line-height: 4;color: #b7b7b7;margin-right: 20px;opacity: 1;font-size: 16px}
nav li:hover .subnav {opacity: 1;visibility: visible}
nav li.on .one::before,nav li:hover .one::before {left: 0;width: 100%}
/* nav li.on .one,nav li:hover .one{ color:var(--yellow);} */
.subnav a:hover{ color: var(--yellow);}

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(--yellow)}
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:; -o-transform:; -webkit-transform:; -moz-transform:; 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%); }
 

.zwHeader{ height: 100px;}
.zw{ margin-top: -100px; padding-top: 100px;}

.linka a:hover{ color: var(--yellow);}
.headerBtn{  margin-left: 5vw; white-space: nowrap; }
.headerBtn::after {content: ' ';position: absolute;transform: rotate(45deg);left: -80px;top: -60px;bottom: -60px;background: rgba(255, 255, 255, 0.4);cursor:pointer;width: 40px;animation: aftermove .8s infinite ease;-webkit-animation: aftermove .8s infinite ease;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transition: all .4s ease;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;}
.headerBtn:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }


.h_nav{ height: 60px; width: 60px; background-color:var(--yellow); padding: 18px 8px ;    align-items: flex-end; display: none;}
.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: #333;      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); }
.h_nav {display: flex;margin-left: 0;}
.h_nav.close{align-items: center; justify-content: center;}

.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;}
.nav{   overflow-y: scroll;    }
.nav::-webkit-scrollbar {  width: 1px;}
.nav::-webkit-scrollbar-thumb { border-radius: 0; background: #000; width: 1px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.nav::-webkit-scrollbar-track { border-radius: 0; background: #555; width: 1px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

.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; }



.banImg{ width: 100%; height: 100vh; object-fit: cover;}
.idxBan .button{ position: absolute; left: 50%; bottom: 5vh; z-index: 10; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.idxBan .button .line{ width: 50px; height: 1px; background: rgba(255, 255, 255, .4);}
.idxBan .next:hover,.idxBan .prev:hover{  color: var(--yellow);}
.idxBan  .swiper-slide-active .banImg{ animation: bs2 20s linear 0s infinite normal both ; -webkit-animation: bs2 20s linear 0s infinite normal both ; }

/* .idxAbout{ background: url(../images/idxAboutImg.png) no-repeat right bottom;} */
.idxAboutEngTit{ position: absolute; right:-10%; top: 5%; color: #fafafa; font-size: 240px;} 
.idxAbout:hover .idxAboutEngTit{ right: 0;}
.idxMore::before,.idxMore::after{background:var(--yellow);position: absolute;top: 50%; top:0\9;content: '';width: 20px;height: 20px; -webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all 0.6s; transition: all 0.6s; opacity:0.5;}
.idxMore::before{left: -20px;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.idxMore::after{right: -20px;-webkit-transform: translate(50%,-50%);transform: translate(50%,-50%);}
.idxMore:hover::before{ -webkit-animation:criss-cross-left .8s both;animation:criss-cross-left .8s both;width:375px\9;height:375px\9;  opacity:1;}
.idxMore:hover::after{ -webkit-animation:criss-cross-right .8s both;animation:criss-cross-right .8s both;width:375px\9;height:375px\9;opacity:1;}
.idxMore:hover{ border-color: var(--yellow); box-shadow: 0 0 15px rgba(0, 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); }
.idxMore:hover{ color: #fff;}
/* .numBox{ background: url(../images/numBg.jpg) no-repeat center bottom; background-size: cover;} */
.numUl{ width:  55%; height: 359px;}
.idxAboutImg{ position: absolute; right: 0; bottom: 0; max-width: 40%;}
#wave {position: absolute;left: 0;bottom: 0;width: 100%;z-index: 1;}
canvas{ max-width: 130%;}

.idxAboutImg3{ height: 100%; position: absolute; right: 0; bottom: 0;}
 
.idxPro .desc a{ border: 1px dashed #aaa;}
.idxPro .desc a:hover{ color: #fff; background: var(--yellow); box-shadow: 0 0 15px rgba(3,110,184, .4); transform:scale(0.95) ; -webkit-transform:scale(0.95) ; -moz-transform:scale(0.95) ; -ms-transform:scale(0.95) ; -o-transform:scale(0.95) ; }
.idxPro li .more i{ width: 20px; height: 2px;   }
.idxPro li .more em{ width: 100%; height: 100%; display: block; transition:all .36s ; background: var(--yellow); position: relative; z-index: 10; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.idxPro li .more i::after{z-index: 1;  position: absolute; right: -8px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; border: 2px solid var(--yellow); display: block; content: ''; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxPro li .more i::before{ z-index: 5; width: calc(100% + 4px); height: calc(100% + 4px); top: -2px; right: -2px; background: #fff; position: absolute;  display: block; content: '';   }
.idxPro li .more:hover em{ width: 200%;}
.idxPro li .text{ background: url(../images/idxProBg.png) no-repeat center bottom ; background-size: 100% auto;} 
.idxPro li:nth-child(2n){ flex-direction: row-reverse;}
.idxPro li .img img{ width: 100%; height: 100%; object-fit: cover;}

.idxTrain{ background: url(../images/trainBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; padding: 18vh 0;}
.idxTrain .text{ background: rgba(0, 0, 0, 0.3);}
.idxTrain::before{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.3);}
.idxTrain .idxMore:hover{ color: #fff;}

.idxCustom .left{ width: 23%;}
.idxCustom .right{ width: 75%;}
.idxCustom .right ul li{ width: calc(100% / 4); height: 126px;}
.idxCustom .right ul li:hover 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) ; }
.idxCustom .right ul:hover > li:not(:hover) img{ filter: grayscale(100%); opacity: .5;}

footer .top::before{ width:min(94%,1820px); position: absolute; top: 0; 
    /* background: #2e2e2e;  */
    background: #036eb8; display: block; content: ''; left: 50%; height: 100%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.footLine{ width: 50px; height: 2px;}
.footNav a{border: 1px dashed rgba(255, 255, 255, .4);}
.footNav a:hover{ color: #fff; background: var(--yellow); box-shadow: 0 0 15px rgba(3,110,184, .4); transform:scale(0.95) ; -webkit-transform:scale(0.95) ; -moz-transform:scale(0.95) ; -ms-transform:scale(0.95) ; -o-transform:scale(0.95) ; }

footer .bottom a:hover{ color: #fff;}
.shateIcon{ opacity: .4; transition: all .1s; -webkit-transition: all .1s; -moz-transition: all .1s; -ms-transition: all .1s; -o-transition: all .1s; }
.shateIcon:hover{ opacity: 1;}

.bg-0b{ background: #0b3688;}
footer::before{ width:100%; position: absolute; bottom: 0; background: #0b3688; display: block; content: ''; left: 0; height: 80%;  }

.idxCustomSwiper{ height: 160px; margin-top: 20px;}
.idxCustomSwiper .swiper-slide{padding:8px; border: 1px solid #e5e5e5; height: calc((100% - 15px)/2);}
 
.neiban .text{ background: rgba(0, 0, 0, 0.2);}
.neibanImg{ width: 100%; max-height: 100vh; object-fit: cover; min-height: 220px; animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards; }

.submenu a{ height: 120px; padding: 0 2vw; white-space: nowrap;}
.submenu a::after{ transform: scale(0); transition: all .36s; width: 10px; height:10px; display: block; content: ''; bottom: -5px; left: 50%; position: absolute; background: var(--yellow); margin-left: -5px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.submenu a.on,.submenu a:hover{ font-weight: bold;}
.submenu a.on::after,.submenu a:hover::after{ transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }
.submenu:hover > a:not(:hover){font-weight: normal; }
.submenu:hover > a:not(:hover)::after{ transform:scale(0) ; -webkit-transform:scale(0) ; -moz-transform:scale(0) ; -ms-transform:scale(0) ; -o-transform:scale(0) ; }

.profile .top .pic{ position: absolute; width: 50%; right: 0; top: 0; height: 100%;}
.profile .top .videoImg{ width: 100%; height: 100%; object-fit: cover;}
@keyframes ripple-wave{
    to {
        box-shadow: 0 0 0 15px rgba(3,110,184, 0.1),0 0 0 30px rgba(3,110,184, 0.1),0 0 0 45px rgba(3,110,184, 0.02);
    }
}
.profile .paly{z-index: 20;width: 100px;cursor: pointer;border-radius: 50%;height: 100px;
	background:rgba(3,110,184, 0.8)  ;
    box-shadow: 0 0 rgba(3,110,184, 0.1),0 0 0 15px rgba(3,110,184, 0.1),0 0 0 30px rgba(3,110,184, 0.1);
	animation: ripple-wave 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: ripple-wave 1s linear infinite;
}
.profile .bottom{  background: url(../images/profilebg.jpg) no-repeat center center; background-size: cover;}
/* .culture{ background: url(../images/cultureBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.culture::after{ width: 100% ; height: 100%; display: block; content: ''; background: rgba(0, 0, 0, 0.3); top: 0; left: 0; position: absolute;}  */
.cultureUl li{ width: 24%;}
.cultureUl li:hover{ box-shadow: 0 0 0 10px var(--yellow); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.teamSwiper .img img{ width: 240px; height: 240px; }
.teamSwiper .more:hover{ color: #fff; border-radius: 0; background: var(--yellow); box-shadow: 0 0 15px rgba(3,110,184, .2); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.teamSwiper .swiper-slide:hover{ box-shadow: 0 0 20px  rgba(3,110,184, .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); }
.teamSwiper .swiper-slide:hover .img{ transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
.team .pagination .swiper-pagination-bullet { background:#222; margin: 0 6px !important; }

.historyTopSwiper .swiper-slide{ height: auto; }
.historyTopSwiper .years{ font-size: 500px; line-height: 1; left: 50%; top: 50%; transform:translate(-50%,-50%)  ; position: absolute; -webkit-transform:translate(-50%,-50%)  ; -moz-transform:translate(-50%,-50%)  ; -ms-transform:translate(-50%,-50%)  ; -o-transform:translate(-50%,-50%)  ; }
.historyTopSwiper .con{ min-height: 380px; background: url(../images/historyTopSwiperbg.png) no-repeat center center #fff; background-size: 100% 100%;}
.history .next,.history .prev{ z-index: 10; width: 66px; height: 66px;position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.history .next:hover,.history .prev:hover{ background: var(--yellow); color: #333;  }
.history .next{ right: 3%;}
.history .prev{ left: 3%;}
.history .bottom{ background: url(../images/historyBg.png) no-repeat center top  ;   }
.historyBotSwiper .swiper-slide{ cursor: pointer; background: url(../images/historyItem.png) no-repeat center top; background-size: ; padding-top: 40px;}
.historyBotSwiper .swiper-slide-thumb-active {color: #333; font-weight: bold; background: url(../images/historyItem2.png) no-repeat center top;}

.honorSwiper .text{ height: 2.6em;}
.honorSwiper .swiper-slide{ height: auto;}
.honorSwiper .swiper-slide .img{ height: calc(100% - 2.6em);}
.honor .next,.honor .prev{ z-index: 10; width: 66px; height: 66px;position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.honor .next:hover,.honor .prev:hover{ background: var(--yellow); color: #333;  }
.honor .next{ right:-90px;}
.honor .prev{ left: -90px;}

.iPad-none{ display: block;}
.iPad-show{ display: none;}

.service{ background: url(../images/servicebg.png) no-repeat center top; background-size: 100% auto ;}
.serviceKefu .img{  background: url(../images/servicekefubg.png) no-repeat center right; }
.serviceCenterUl li{ width: calc((100% - 90px)/4); margin-right: 30px;}
.serviceCenterUl li:nth-child(4n){ margin-right: 0;}
.serviceCenterUl li:hover{ transform: translateY(-5px); box-shadow: 0 0 15px rgba(3,110,184, .15); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); }

.serviceBottom{ background: url(../images/serviceBottomBG.jpg) no-repeat center center; background-size: cover;  background-attachment: fixed;}
.contactStyleTit .on{ background: var(--yellow); color: #fff; border-color: var(--yellow);}
.contactStyleSwiper { width: calc(100% - 180px);}
.contactStyleSwiper .swiper-slide{ padding-left: 1px;}
.contactStyleSwiper .img img{  width: 100%; height: 100%; object-fit: cover; }
.contactStyleSwiper .text{ background: url(../images/contactStylebg.jpg) no-repeat center right; background-size: cover;}
.contactStyle .next,.contactStyle .prev{ z-index: 10; width: 66px; height: 66px; }
.contactStyle .next:hover,.contactStyle .prev:hover{ background: var(--yellow); color: #333;  }
.ewmBox{ width: 170px; right: 0; top: 0; position: absolute;}

.prolist .more:hover{ color: #fff;}
.prolist .more::after{ width: 65px; height: 65px; border-radius: 50%; background: var(--yellow); position: absolute; left: 0; top: 50%; transform: translateY(-50%); transition: all .36s; display: block; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.prolist .more:hover::after{ width: 100%; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
.prolist li .img img{ width: 100%;  }
.prolist 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) ; }
.prolist li:nth-child(2n){ flex-direction: row-reverse;}
.prolist li:hover .img{ box-shadow: 0 0 15px rgba(3,110,184, .25);}
.location .icon-youjiantou1{ transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); }

.onlineButton:hover{  color: var(--yellow); box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}
.planUl li{ width: calc((100% - 60px)/3); margin-right: 30px;}
.planUl li:nth-child(3n){ margin-right: 0;}
.planUl li .num{ width: 60px; height: 60px; background: rgba(3,110,184, .1);}
.planUl li .text{ width: calc(100% - 80px);}
.planUl li .num::after{ width: 60%; height: 60%; position: absolute; top: 20%; left: 20%; display: block; content: ''; background: var(--yellow); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.planUl li:hover{ border-color: var(--yellow); box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}
.programmelist li:nth-child(2n) a{ flex-direction: row-reverse;}
.programmelist li .img img{ width: 100%; height: 100%; object-fit: cover;}
.font160{ font-size: clamp(1.875rem, 0.25rem + 8.13vw, 10rem);}

 
.programmeText{ padding-left: 9vw;}
.schoolTit .tit{ color: transparent;}
.schoolTit div{ position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.summarize .con{ background: url(../images/summarizebg.png) no-repeat center center; background-size: 100% auto; }

.project .next,.project .prev{ z-index: 10; width: 66px; height: 66px;position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.project .next:hover,.project .prev:hover{ background: var(--yellow); color: #333;  }
.project .next{ right:-90px;}
.project .prev{ left: -90px;}
.projectSwiper .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) ; }

.photographSwiper .swiper-slide .center{padding: 40px 0;}
.photographSwiper .swiper-slide .round{ width: 10px; height: 10px; transition:all .36s ; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.photographSwiper .photographSwiperImg{ height: 285px;  width: 100%; object-fit: cover;}
.photograph .con::after{ width: 100vw; height: 1px; transition: all .36s; top:330px; background: #e5e5e5; position: absolute; left: 50% ; display: block; content: ''; transform:translateX(-50%) ; -webkit-transform:translateX(-50%) ; -moz-transform:translateX(-50%) ; -ms-transform:translateX(-50%) ; -o-transform:translateX(-50%) ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.photographSwiper .swiper-slide:hover .round{ width: 10px; height: 10px; transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2); }
.photographSwiper .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) ; }
.photographSwiper .swiper-slide:hover .img{ box-shadow: 0 0 15px rgba(3,110,184, .2); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
.photograph .prev,.photograph .next{ width: 50px; height: 50px; position: absolute; top: 305px; z-index: 10;}
.photograph .prev{ left: -100px;}
.photograph .next{ right: -100px;}
.photograph .prev:hover,.photograph .next:hover{ color: var(--yellow);}


.newsTop .left{ width: calc((100% - ((100% - 70px)/3))  - 35px );}
.newsTop .left  .pic{ width: 100%; height: 600px; object-fit: cover;}
.newsTop .right{ width: calc((100% - 70px)/3);}
.newsTop .left .text{ background: rgba(0, 0, 0, .2);}
.newsTop .right .img img{ width: 100%; height: 380px; object-fit: cover;}
.newsTop .right .text{ height: calc(100% - 380px);}

.newslist li{ width: calc((100% - 70px)/3); margin-right: 35px;}
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li .desc{ height: 4em;}
.newslist li:hover .more{ margin-left: 20px;}

.w1300{ width:min(90%,1300px);   margin: 0 auto;  }

.newsInfoTit{ background: url(../images/newsInfoTitbg.png) no-repeat center bottom; background-size: 100% auto;}
.newspage{ border-bottom: 1px solid #e5e5e5;}