body{font-size: 16px;} .w90{ width: 100%; padding: 0 3vw; margin: 0 auto;} .w80{ width: 80%; margin: 0 auto; max-width: 1560px;} #banSwiper{ width: 100%; height: 100vh;} .banImg{ width: 100%; height: 100vh; object-fit: cover;} /* .banner .swiper-slide::before{ display: block; content: ''; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background:rgba(0, 0, 0, .6);} */ .banner .swiper-slide .txt{ position: absolute;z-index: 10; padding-left: 10vw; background-image: linear-gradient(to right, rgba(0,44,128,.8),transparent); height: 100%; top: 0;} .banner .swiper-slide .txt .more{ border-color: rgba(255, 255, 255, .6); width: 230px; height: 50px;} .banner .swiper-slide .txt .more::before{ width: 0; height: 100%; position: absolute; left: 0; top: 0; background-color: #fff; display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } .banner .swiper-slide .txt .more:hover{ color: #333; box-shadow: 0 0 10px rgba(255, 255, 255, .25);} .banner .swiper-slide .txt .more:hover:before{ width: 100%;} .banner-pagination{ position: absolute; left:0 !important; bottom: 5vh !important; z-index: 10;} .banner-pagination .swiper-pagination-bullet{ width: 30px; height: 30px; opacity: 1; background-color: transparent; position: relative; border: 1px solid transparent;} .banner-pagination .swiper-pagination-bullet::after{ width: 15%; height: 15%; background-color: transparent; border: 1px solid #fff; border-radius: 50%; display: block; content: ''; position: absolute; left: 50%; top: 50% ; transform:translate(-50%,-50%) ; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform:translate(-50%,-50%) ; -moz-transform:translate(-50%,-50%) ; -ms-transform:translate(-50%,-50%) ; -o-transform:translate(-50%,-50%) ; } .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 1px solid #fff;} .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{ background-color: #fff;} /* rgba(0,44 ,128, 0.3) */ header{ width: 100%; position: fixed; top: 0; right: 0; z-index: 100; color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); border-bottom: 1px solid rgba(255, 255, 255, .25);} header::before{ width: 100%; height: 0; display: block; background-color: #fff; content: ''; position: absolute; left: 0; top: 0; z-index: 1; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } header .logo img{ filter: grayscale(100%) brightness(1000%); -webkit-filter: grayscale(100%) brightness(1000%); width: 20vw; } .oneNav{ line-height: 95px; font-size: 18px ; padding: 0 1.5vw;} .oneNav span::after{ width: 100% ; height: 2px; background-color: #fff; display: block; content: ''; position: absolute; left: 0; bottom: 0; transform:scale(0,1) ; transition: all .36s; -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) ; } li.on .oneNav span::after,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) ; } .topsearch{ height: 95px;} .topsearchBox{ width: 300px; position: absolute; top: 95px;right: 0; box-shadow: 0 5px 10px rgba(0, 0, 0, .1);} .topsearchKey{ width: calc(100% - 60px); height: 60px; } .topsearchSubmit{background: url(../images/searchBtn-w.png) no-repeat center center var(--blue) ;background-size: 30% auto; height: 60px; width: 60px;} .topsearchBox{ visibility:hidden; opacity:0; filter:alpha(opacity=0); transform: translateY(10px); -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); } .topsearch:hover .topsearchBox{ visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); } header.bg{ color: #333; border-bottom: none;} header.bg .logo img{ filter: grayscale(0%) brightness(100%); -webkit-filter: grayscale(0%) brightness(100%); } header.bg::before{ height: 100%;} header.bg .oneNav span::after{ background-color: var(--blue);} header.bg li.on .oneNav span,header.bg li:hover .oneNav span{ color: var(--blue);} .h_nav{ height: 60px; width: 60px; background-color:var(--blue); padding: 18px 8px ; align-items: flex-end; display: flex;} .h_nav.close{align-items: center; justify-content: center;} .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); } .object{object-fit: cover;} .idxAboutTop{ margin-top: -10vh; } .aboutPlay img{ animation: rotate 10s linear infinite; transition: ease 1s; -webkit-animation: rotate 10s linear infinite; } .idxAboutLeft{ background: url(../images/idxAboutLeftBg.jpg) no-repeat right bottom; background-size: cover;} .idxMore{ width: 180px; height: 60px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; } .idxAbout .idxMore{ background-color: rgba(255, 255, 255, .3);} .idxMore:hover{ background-color: var(--blue); transform: translateX(15px); -webkit-transform: translateX(15px); -moz-transform: translateX(15px); -ms-transform: translateX(15px); -o-transform: translateX(15px); } .idxAbout .bottom{ height: 74vh; background: url(../images/idxAboutBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; position: relative;} .idxPro{ background: url(../images/idxProBg.jpg) no-repeat center center; background-size: cover;} .idxPro::after{ width: 100%; bottom: 0; left: 0; background: url(../images/bg-circle.png) no-repeat top center; display: block; content: ''; height: 40%; position: absolute;} .idxProimg img{ height: 700px; width: auto;} .idxProimg{background: url(../images/pro-shadow.png) no-repeat center bottom ; background-size: 40% auto;} .idxProSwiper .bottom{ margin-top: -100px;} .idxProSwiper .bottom::after{ width: 100% ; height: 2px; background-color: #e5e5e5; display: block; content: ''; position: absolute; left: 0; bottom: 35px;} .idxPro .btn{ position: absolute; right: 0; bottom: 0; z-index: 10;} .idxPro .prev,.idxPro .next{ width: 70px; height: 70px; border-style: dashed;} .idxPro .prev:hover,.idxPro .next:hover{ background-color: var(--blue); color: #fff;} .f360{ font-size: 360px; position: absolute; left: 50%; transform: translateX(-50%); bottom: 30%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); } .idxNews{ background-color: #f8faff;} .idxNews .title::after{ width:33px ; height: 26px; display: block; content: ''; background: url(../images/yin.png) no-repeat center center; background-size: 100% 100%; position: absolute; left: -40%; top: 0;} .idxNews .title::before{ width:33px ; height: 26px; display: block; content: ''; background: url(../images/yin.png) no-repeat center center; background-size: 100% 100%; transform: rotate(180deg); position: absolute; right: -40%; bottom: 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); } .idxNewSwiper .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) ; } .idxNewSwiper .swiper-slide .tit span{ 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; } .idxNewSwiper .swiper-slide:hover .tit span{ background-position: 100% calc(100% - 1px); background-size: 100% 1px} .idxNewSwiper .swiper-slide:hover { color: var(--blue); transform:scale(0.96) ; box-shadow: 0 0 10px rgba(0,44,128,.15); -webkit-transform:scale(0.96) ; -moz-transform:scale(0.96) ; -ms-transform:scale(0.96) ; -o-transform:scale(0.96) ; } footer{background-color: #00155e;} footer .top{border-bottom: 1px solid rgba(255, 255, 255, .2);} footer .scollTop{ background:rgba(255, 255, 255, .8) ; width: 50px; height: 50px;} footer .scollTop i:before { content: ''; position: absolute; left: 0; top: 0; border: 1px solid #fff; width: 100%;height: 100%; border-radius: 50%; opacity: 0} footer .scollTop i:after {content: '';position: absolute; left: 0;top: 0;border: 1px solid #fff; width: 100%; height: 100%; border-radius: 50%;opacity: 0} footer .scollTop:hover i:before { animation: serv_one_border .9s 0s ease 1; } footer .scollTop:hover i:after { animation: serv_one_border 1.5s 0s ease 1;} footer .center dd{line-height: 2.8; color: rgba(255, 255, 255, .6);} footer .center dd:hover{ color: #fff;} .ewmTopewm{ width: 150px;} .ewmTop a{ width: 40px; height: 40px; opacity: .5;} .ewmTop a.on{opacity: 1;} .ewmTopewm .img{ display: none;}.ewmTopewm .img.on{ display: block;} footer .bottom{border-top: 1px solid rgba(255, 255, 255, .2);} .footLogo img{ width: 20vw;} .headerTop{ height: 95px;} .listproSwiper .swiper-slide{ transition: all .36s; transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } .listproSwiper .swiper-slide-active,.swiper-slide-duplicate-active{ transform: scale(1);} .listproRound{} .listproSwiper .thumbnail{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 10; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); } .listproShadow{ width: 100%; z-index: 6; position: absolute; left: 0; bottom: -20%;} .listproSwiper .more{ width: 220px; height: 60px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; } .listproSwiper .swiper-slide { cursor: pointer;} .listproSwiper .swiper-slide .more{ display: none;} .listproSwiper .swiper-slide .listproRound{opacity: 0;} .listproSwiper .swiper-slide .listproShadow{ opacity: 0; transform:scale(0.5) ; -webkit-transform:scale(0.5) ; -moz-transform:scale(0.5) ; -ms-transform:scale(0.5) ; -o-transform:scale(0.5) ; } .listproSwiper .swiper-slide-active .more{ display: flex;} .listproSwiper .swiper-slide-active .listproRound{opacity: 1;} .listproSwiper .swiper-slide-active .listproShadow{ opacity: 1; transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; } .listproSwiper .more:hover{ transform: scale(0.8); box-shadow: 0 0 10px rgba(0,44 ,128,.2); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); } .mainbg{background-color: #f8faff;} .proInfoTop{ background: url(../images/bg2.jpg) no-repeat center center; background-size: cover;} .color-white6 a:hover{ color: #fff;} .proInfoTop .img img{max-height: 590px;} .proInfoTop .left .top{ height: 76%; border-bottom: 1px solid rgba(255, 255, 255, .2);} .proInfoTop .left .bottom{ position: absolute; left: 0; bottom: 0;} .proInLeft .title span::after{ width: 5px; height: 70%; position: absolute; left: 0; top: 15%; display: block; content: ''; background-color: var(--blue); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; } .proInRight{ width: 25.6%;} .dwUl a{ width: 100%; cursor: pointer; display: block; line-height: 2.8; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; } .dwUl a.on{ background-color: var(--blue); color: #fff;} .color-ca{ color: #cacaca;} .orient{ padding-top: 100px; margin-top: -100px;} .maximg img{ max-width: 100%; max-height: 100%;} .xqUli .img{ width: 100%; height: 420px;} .w31{ width: 31%;} .xqUli li:hover{ box-shadow: 0 0 10px rgba(0,44 ,128,.2); transform: scale(.95); -webkit-transform: scale(.95); -moz-transform: scale(.95); -ms-transform: scale(.95); -o-transform: scale(.95); } .neiBanImg{ width: 100%; object-fit: cover; position: relative; z-index: 1; min-height: 250px;} .neiBan::after{ width: 100% ; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: block; content: ''; background: rgba(0, 0, 0, .3);} .neiBan .txt{ width: 100%; position: absolute; left: 0; top: 0; z-index: 3; padding-top: 10%;} .downBtn{ position: absolute;animation: ani-svg 1s linear 0s alternate infinite; -webkit-animation: ani-svg 1s linear 0s alternate infinite; z-index: 5; left: 50%; top: 70%; transform:translateX(-50%) ; -webkit-transform:translateX(-50%) ; -moz-transform:translateX(-50%) ; -ms-transform:translateX(-50%) ; -o-transform:translateX(-50%) ; } .topnav{ margin-top: -75px; box-shadow: 0 0 15px rgba(0,44 ,128, 0.1);} .topnav li{ flex: 1; height: 150px;} .topnav li + li{ border-left: 1px solid #eee; } .topnav li.on{ background: url(../images/topnavBg.jpg) no-repeat center center; background-size: cover; color: #fff; font-weight: bold;} .topnav li.on img{ filter: drop-shadow(100px 0 0 #fff); -webkit-filter: drop-shadow(100px 0 0 #fff); transform: translateX(-100px) ; -webkit-transform: translateX(-100px) ; -moz-transform: translateX(-100px) ; -ms-transform: translateX(-100px) ; -o-transform: translateX(-100px) ; } .applylist li{ width: calc((100% - 120px)/3); margin-right: 60px; margin-bottom: 60px;} .applylist li:nth-child(3n){ margin-right: 0;} .applylist li .line{ width: 20%; height: 1px; background-color: #888;} .applylist li .line::after{ width: 20px; height: 20px; transition: all .36s; border: 1px solid #888; transition: all .36s; border-radius: 50%; display: block; content: ''; position: absolute; right: -10px; top: -10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } .applylist li:hover .line::after{ background-color: var(--blue); right: calc(100% - 10px); } .linka a:hover{ color: var(--blue);} .applylist li:hover .line{background-color: var(--blue);} .applylist li:hover { box-shadow: 0 0 15px rgba(0,44 ,128,.2); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); } .videolist li{ width: calc((100% - 60px)/2); margin-right: 60px; margin-bottom: 60px;} .videolist li:nth-child(2n){ margin-right: 0;} .videolist li .btn{ width: 75px; height: 75px;} .videolist li:hover .btn{ box-shadow: 0 0 rgba(0,44 ,128, 0.1),0 0 0 15px rgba(0,44 ,128, 0.1),0 0 0 30px rgba(0,44 ,128, 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: ripple-wave1 1s linear infinite; } .videolist 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); } .serveBg{ background: url(../images/serveBgBg.png) no-repeat center bottom; background-size: 100% auto;} .serveEng{ transform: translateY(-70%); -webkit-transform: translateY(-70%); -moz-transform: translateY(-70%); -ms-transform: translateY(-70%); -o-transform: translateY(-70%); background-image:-webkit-linear-gradient( bottom,transparent,rgba(0,44 ,128, 0.2)); -webkit-background-clip:text; -webkit-text-fill-color:transparent;} .newlistSwiper .swiper-slide{ padding-left: 1px;} .newlistSwiper .prev,.newlistSwiper .next{ width: 54px; height: 54px; background-color: #dfe1e5;} .newlistSwiper .prev:hover,.newlistSwiper .next:hover{ background-color: var(--blue);} .newlistSwiper .img img{ width: 100%; height: 480px; object-fit: cover;} .newNav .on{ color: var(--blue);} .newlist li{ width: calc((100% - 60px)/3); margin-right: 30px; margin-bottom: 30px; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } .newlist li:nth-child(3n){ margin-right: 0;} .newlist li .tit span{ /*text-decoration: underline; */background-image: linear-gradient(currentColor 0, currentColor 0); background-image: linear-gradient(currentColor 0 0); background-position: 0 calc(100% - 1px); background-size: 0 1px; background-repeat: no-repeat; transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms; -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms; -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms; -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms; -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms; } .newlist li .img img { width: 100%; height: 300px; object-fit: cover;} .newlistSwiper .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; } .newlist li:hover { box-shadow: 0 0 10px rgba(0,44 ,128, 0.1); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); } .newlist li:hover .tit span{ background-position: 100% calc(100% - 1px); background-size: 100% 1px} .newlistSwiper .swiper-slide:hover .tit span{ background-position: 100% calc(100% - 1px); background-size: 100% 1px} .newlist 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); } .newpage a{ width: calc((100% - 80px) / 2);} .newpage a.listOn{ width: 50px; height: 50px;} .profile::after{ width: 28.6vw; position: absolute; right: 0; top: 0; height: 100%; display: block; content: ''; background: url(../images/aboutImg.jpg) no-repeat center center; background-size: cover;} .profile .desc{ width: 70%;} .culture {background: url(../images/cultureBg.jpg) no-repeat top right; background-size: cover; background-attachment: fixed; position: relative;} .culture li{ width: calc(100% / 3); height: 80vh; padding-top:18vh;padding-left: 90px; padding-right: 90px; border-right: 1px solid rgba(255, 255, 255, .2);perspective: 200px; /* background: rgba(0,71 ,155, 0.7);*/} .culture li .yuan{ width: 100px; height: 100px; border: 1px solid #fff;} .culture li .line{ width: 10%; height: 4px;} .culture li:hover{ padding-top: 12vh;} .culture li::after{ width: 100%; height: 100%;opacity: 0; z-index: 1; transition: all .36s; display: block; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.2); display: block; content: ''; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } .culture li::after { transform:rotateY(45deg) ; -webkit-transform:rotateY(45deg) ; -moz-transform:rotateY(45deg) ; -ms-transform:rotateY(45deg) ; -o-transform:rotateY(45deg) ; } .culture li:hover::after{ transform:rotateY(0) ;opacity: 1; -webkit-transform:rotateY(0) ; -moz-transform:rotateY(0) ; -ms-transform:rotateY(0) ; -o-transform:rotateY(0) ; } .culture li>div{ position: relative; z-index: 5;} .culture li:hover .yuan img{ animation: jello 1.2s; -webkit-animation: jello 1.2s; } .culture li .yuan i:before { content: ''; position: absolute; left: 0; top: 0; border: 1px solid #fff; width: 100%;height: 100%; border-radius: 50%; opacity: 0} .culture li .yuan i:after {content: '';position: absolute; left: 0;top: 0;border: 1px solid #fff; width: 100%; height: 100%; border-radius: 50%;opacity: 0} .culture li:hover .yuan i:before { animation: serv_one_border .9s 0s ease 1; -webkit-animation:; } .culture li:hover .yuan i:after { animation: serv_one_border 1.5s 0s ease 1; -webkit-animation: serv_one_border 1.5s 0s ease 1; } .hisLeft{ width: 24%; } .hisRight{ width: 76%;} .leftSwiper{ height: 470px;} .f100{ font-size: 100px;} .historyImg{ width: 62%;} .historyImg img{ width: 100%; height: 470px;} .historyTxt{ width:38% ;} .leftSwiper{background: url(../images/historyBg.png) no-repeat left top;} .leftSwiper .swiper-slide{ opacity: .2;} .leftSwiper .swiper-slide span{ display: block; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } .leftSwiper .swiper-slide-thumb-active span{ font-size: 100px; } .leftSwiper .swiper-slide-thumb-active{background: url(../images/historyBgLine.png) no-repeat left center; color: var(--blue); opacity: 1;} .rightSwiper .years{ color: rgba(0,44 ,128, 0.1); font-size: 130px; margin-bottom: -40px;} .hisRight .button{ position: absolute; right: 0; bottom: 0; z-index: 10;} .hisRight .prev,.hisRight .next{ width: 54px; height: 54px;} .hisRight .prev:hover,.hisRight .next:hover{background-color: var(--blue); color: #fff;} .history .swiper-button-disabled{ opacity: 0.2; cursor: no-drop;} .honor { background: url(../images/honorbigBg.jpg) no-repeat center center; background-size: cover;} .honor .con{padding-left: 10vw;} .honor .left{ width: 23%;} .honor .right{width: 77%;} .honor .swiper-slide .item{ border-radius:20px ; background: url(../images/honorBg.jpg) no-repeat center center; background-size: cover; -webkit-border-radius:20px ; -moz-border-radius:20px ; -ms-border-radius:20px ; -o-border-radius:20px ; } .honor .swiper-slide .item .img{ height: 400px;}.honor .swiper-slide .item .img img{ max-width: 100%; max-height: 100%;} .honor .swiper-slide .item .txt{ height: 100px;} .honor .honor-scrollbar{ width: 100%; height: 2px; background-color: #dddddd; position: absolute; left: 0; bottom: 0;} .honor .prev,.honor .next{ width: 55PX; height: 55PX; border-color: #666; } .honor .prev:hover,.honor .next:hover{ background-color: var(--blue); color: #fff; box-shadow: 0 0 10px rgba(0,71 ,155, 0.2); transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); } .neiBan .paly{ z-index: 20; width: 100px; cursor: pointer; background: #fff; border-radius: 50%; height: 100px; 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-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; } .historyTxt{ padding-right: 0;} .joblist li{ margin-bottom: 25px;} .joblist li .top span{ flex: 1; line-height: 95px;} .joblist li .bottom{ display: none;} .jobBtn{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; } .popup{ position: fixed; top: 0; left: 0; z-index: 99999;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;filter:Alpha(opacity=50); background:#000; width: 100%; height: 100%; display: none; font-size: 16px;} .popup-table-type{ display: table; text-align: center; width: 100%; height: 100%;} .popup-table-cell{ display: table-cell; vertical-align: middle; height: 100%; width: 100%;} .popup-container{ box-shadow: 0 0 10px 10px rgba(0,0,0,0.11);width: 90%; max-width: 1100px; margin:auto; padding: 0; position: relative; display: inline-block; border-radius: 10px;} .popup-container .map{border-radius: 15px; overflow: hidden; max-width: 100%;} .popup-container .map .con{position: absolute; bottom: 0; left: 0; width: 100%; z-index: 6; background: #fff; color: #333; padding: 15px 20px; text-align: left;} .popup-container .map .con .h3{font-size: 20px; font-weight: bold;} .popup-container .map .con .p{font-size: 16px;} .popup .closed{ position: absolute;top: -30px; right: -30px; cursor: pointer; background: #000; border-radius: 100%; padding: 10px;} .popup .closed:before{ content: "×"; font-family: "宋体"; font-size: 30px; color: #fff; line-height: 30px; } @media (max-width:640px) { .popup .closed{ right: 0;} } .inputbox{ position:relative; line-height:44px;} .inputbox label{ position:absolute; left:0; padding: 0 10px; color:#bfbfbf; z-index: 0; font-size: 16px;} .inputbox .text{ width:100%; line-height:44px;height:44px; padding:0 10px;border-radius:3px; border:1px solid #e4e4e4; background:none; position: relative; z-index: 2; font-size: 16px;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out; } .inputbox .text:focus{ border-color:var(--blue);} .jobpopup .popup-container{background:none;box-shadow:none; max-width: 720px;} .jobpopup .popup-con{border-radius: 10px; overflow: inherit; background: #fff;padding-bottom: 62px;} .jobpopup .closed{top: 2%; right: 8%; background: none; z-index: 205;} .jobpopup .closed:before{color: #333;} .jobformbox{ display: none;} .jobform .form-tit{ border-bottom: 1px solid #eee; color: #333; font-size: 24px; text-align: left; padding: 18px 10%;} .jobform form{padding: 3% 10% 0% 10%;} .jobform .item{text-align: left; margin-bottom: 15px;} .jobform .item2 .selectbox{width: 48%;float: left;} .jobform .item2 .selectbox:last-child{float: right;} .jobform .selectbox select{display: block; background: #f9f9f9; height: 55px; padding: 10px; line-height: 30px; width: 100%; border: none; color: #999; font-size: 16px;} .jobform .name{color: #333; font-size: 18px;} .jobform .inputbox { position: relative; cursor: text; width: 100%; height: 50px; padding: 10px; line-height: 30px; font-size: 16px; background: #f9f9f9;} .jobform .inputbox span.tit { position: absolute; color: #999; top: 10px; left: 10px;} .jobform .inputbox input.text ,.jobform .inputbox select.text{ border: none; background: none; display: block; width: 100%; height: 30px; line-height: 30px; font-size: 16px;padding:0;} .jobform .file-filestyle{ line-height: 30px; font-size: 16px; } .jobform .file-filestyle input.text { border: none; background: none; display: block; width: 100%; height: 30px; font-size: 16px;} .jobform .file-filestyle span.tit { color: #333; display:block; margin-bottom:15px; } .jobform .file-filestyle .filebtn{position:relative; width: 85px; height: 80px; border:2px solid #ededed; display:inline-block; font-size:0; text-align: center; line-height: 50px; cursor: pointer;} .jobform .file-filestyle .filebtn::before, .jobform .file-filestyle .filebtn::after{ position:absolute; content:''; background:#ededed;} .jobform .file-filestyle .filebtn::before{ left:20%; width:60%; height:3px; top:50%; margin-top:-1px;} .jobform .file-filestyle .filebtn::after{ left:50%; margin-left:-1px; width:3px; top:20%; height:60%;} .jobform .btns{padding-top: 0; text-align: center;position: absolute;bottom: -45px;left: 50%;margin-left: -85px;margin-left: -50px;} .jobform .btn{display: inline-block; background: var(--blue); font-size: 16px; color: #fff; width: 170px; height: 50px; text-align: center; line-height: 50px; border-radius: 55px; border: none; cursor: pointer;} @media (max-width:640px) { .jobform .form-tit{font-size: 20px;} .jobform .name,.jobform .inputbox,.jobform .file-filestyle{font-size: 14px;} .jobform .inputbox input.text{font-size: 14px;} .jobform .inputbox span.tit,.jobform .file-filestyle span.tit{top: 5px;} .jobform .inputbox{padding: 5px 10px; line-height: 20px; height: 42px;line-height: 32px;} .jobform .file-filestyle{padding: 0 10px; line-height: 20px; height: 30px;} .jobform .file-filestyle .filebtn{line-height: 90px;width: 50px;height: 50px;} .jobform .btn{font-size:14px; width: 110px;height: 34px;line-height: 34px;border-radius: 30px;} .jobform .btns { padding-top: 0; text-align: center; position: absolute; bottom: -45px; left: 50%; margin-left: -50px; } } .jobform{ position: relative; } .contactSyle .left{ width: 150px;} .contactEwm{ background: url(../images/contabg.png) no-repeat center bottom #fff; background-size: 100% auto;} .ewmUl li img{ border: 1px solid #e5e5e5; width: 140px;} .gbookBox .submit{ width: 190px;} .resultForm{ width: 700px;} .searcKey{ width: calc(100% - 60px);} .searcSubmit{ background: url(../images/searchBtn.png) no-repeat center center; background-size: 30% auto; height: 60px; width: 60px;} .resultList li::after{ width: 0; height: 1px; position: absolute; transition: all .5s; left: 0; bottom: 0; background-color: var(--blue); display: block; content: ''; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; } .resultList li .yuan{ width: 50px; height: 50px; } .resultList li:hover a{ color: var(--blue);} .resultList li:hover::after{ width: 100%;} .resultList li .txt{ width: calc(100% - 70px);} nav li dl{ visibility:hidden; opacity:0; filter:alpha(opacity=0); transform: translateY(20px); transition:all .53s } @media screen and (min-width:750px) { nav li:hover dl{ visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateY(0); } } nav li dl{ position: absolute; width: 100%; top: 90px; left: 0; background-color: #fff; box-shadow: 0 5px 5px rgba(0, 0, 0, .15); } nav li dl .top a{ width: 250px;} nav li dl .top a.on{color: #002c9f; font-weight: bold;} nav li dl .bottom{ padding: 20px 5vw;} nav li dl .bottom .item{ display: none;} nav li dl .bottom .item.on{ display: block;} nav li dl .bottom .item span{ margin-right: 30px; width: 7em;} .navwidht{ display: grid; grid-gap: 8px 15px ; grid-template-columns: repeat(6,1fr); } .navwidht a{min-width:0} nav li dl .bottom .item a:hover{ color: #002c9f;} /* nav li dl .bottom .item a{ color: #666; margin-right:30px; font-size: 14px; cursor: pointer;} */ .navIcon{ height: 60px;}