@charset "utf-8"; /* ====================公共样式========================= */ /* 头部 */ .Header{width: 100%;height: 100px;position: fixed;z-index: 99999;top: 0;left: 0;background: transparent;user-select: none;box-shadow: none;transition: all .4s ease;} .Header::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(255, 255, 255, 0.2);left: 0;bottom: 0;transition: all .4s ease;} .Header>.contain{height: 100%;padding: 0 80px 0 60px;width: 100%;} .Header-logo{float: left;width: 200px;height: 100%;display: flex;align-items: center;position: relative;z-index: 999;} .Header-logo img{max-width: 100%;position: absolute;transition: opacity .4s ease;} .Header-logo img.s{opacity: 1;} .Header-logo img.h{opacity: 0;} .Header-login{float: right;display:flex;align-items:center;margin-right:20px;height:100%;} .Header-login a{position:relative;display:block;transform: translate3d(0,0,0);} .Header-login a img{transition:all .4s ease;height: 20px;transform: translate3d(0,0,0);} .Header-login a .h{position:absolute;left:0;top:0;opacity:0;} .Header-login a.out{display:none;} .Header-login.active a.on{display: none;} .Header-login.active a.out{display:block;} .Header-lang{float: right;position: relative;z-index: 999;height: 100%;padding-left: 30px;margin-left: 20px;} .Header-lang-menu{display: flex;align-items: center;height: 100%;color: #fff;transition: color .4s ease;line-height: 1;} .Header-lang-menu span{font-size: 18px;} .Header-lang-menu i{font-size: 20px;margin-right: 8px;} .Header-lang::before, .Header-lang::after{content: "";position: absolute;left: 0;width: 1px;height: 18px;background: rgba(255, 255, 255, 0.3);top: 50%;margin-top: -9px;transition: all .4s ease;} .Header-lang::after{left: auto;right: 0;background: rgba(0, 0, 0, 0.3);display: none;} .Header-search{float: right;height: 100%;} .Header-search-click{width: 40px;height: 100%;color: #fff;font-size: 18px;cursor: pointer;z-index: 999;line-height: 1;display: flex;align-items: center;justify-content: center;position: relative;transition: color .4s ease;} .Header-search-click::after{content: "\e649";font-family: "icon";} .Header-search-click.active::after{content: "\e64e";} .Header-search-item{display: none;position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 99;} .Header-search-item .contain{padding-right: 290px;width: 100%;height: 100%;} .Header-search-item.active{display: block;} .Header-search-item form{display: flex;align-items: center;justify-content: flex-end;height: 100%;} .Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);font-size: 16px;color: #fff;background: transparent;transition: color .4s ease, border .4s ease;} .Header-search-item input::-webkit-input-placeholder{color: #fff;} .Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;} @keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}} .Header-search-item button{width: 50px;height: 40px;font-size: 18px;color: #fff;background: transparent;cursor: pointer;margin-right: 0;transition: color .4s ease;} .Header-search-item button::after{content: "\e649";font-family: "icon";} body.onSearch .Header-navbar{visibility: hidden;opacity: 0;} .Header-navbar{float: left;margin-left: 88px;visibility: visible;opacity: 1;height: 100%;} body.PC .Header-navbar{display: block !important;} .Header-navbar ul{height: 100%;} .Header-navbar li{float: left;margin-left: 64px;position: relative;z-index: 9;height: 100%;} .Header-navbar li:first-child{margin-left: 0;} .Header-menu{position: relative;height: 100%;display: flex;align-items: center;font-size: 18px;color: #fff;transition: color .4s ease;line-height: 1;} .Header-menu::after{content: "";position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background: #fff;transition: all .4s ease;} .Header-navbar li.active .Header-menu::after{width: 100%;} .Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;} .Header-navclick span{width: 100%;height: 2px;background: #444;display: block;position: relative;transition: all .2s linear;} .Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #444;display: block;left: 0;width: 100%;transition: all .2s linear;} .Header-navclick span:before{top: -7px;} .Header-navclick span:after{top: 7px;} .Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;} .Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; } .Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;} @-moz-keyframes buttonAnimationBefore { 0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);} 50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);} 100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);} } @-webkit-keyframes buttonAnimationBefore { 0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);} 50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);} 100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);} } @keyframes buttonAnimationBefore { 0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);} 50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);} 100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);} } @-moz-keyframes buttonAnimationAfter { 0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);} 50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);} 100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);} } @-webkit-keyframes buttonAnimationAfter { 0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);} 50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);} 100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);} } @keyframes buttonAnimationAfter { 0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);} 50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);} 100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);} } @-moz-keyframes buttonAnimation { 0% {background: transparent;} 50% {background: rgba(255, 255, 255, 0);} 100% {background: rgba(255, 255, 255, 0);} } @-webkit-keyframes buttonAnimation { 0% {background: transparent; } 50% {background: rgba(255, 255, 255, 0);} 100% {background: rgba(255, 255, 255, 0);} } @keyframes buttonAnimation { 0% {background: transparent; } 50% {background: rgba(255, 255, 255, 0);} 100% {background: rgba(255, 255, 255, 0);} } /* 透明 */ .bodyScroll .Header-login a .h{opacity:1;} .bodyScroll .Header-login a .s{opacity:0;} .bodyScroll .Header, .noLucency .Header{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);} .bodyScroll .Header-menu, .noLucency .Header-menu{color: #444;} .bodyScroll .Header-navbar li.active .Header-menu, .noLucency .Header-navbar li.active .Header-menu{color: #006650;} .bodyScroll .Header::after, .noLucency .Header::after{opacity: 0;} .bodyScroll .Header-logo img.s, .noLucency .Header-logo img.s{opacity: 0;} .bodyScroll .Header-logo img.h, .noLucency .Header-logo img.h{opacity: 1;} .bodyScroll .Header-lang-menu, .noLucency .Header-lang-menu{color: #444;} .bodyScroll .Header-search-click, .noLucency .Header-search-click{color: #444;} .bodyScroll .Header-lang::before, .noLucency .Header-lang::before{background: rgba(0, 0, 0, 0.3);} .bodyScroll .Header-search-item button, .noLucency .Header-search-item button{color: #444;} .bodyScroll .Header-search-item input[type="text"], .noLucency .Header-search-item input[type="text"]{color: #444;border-bottom: 1px solid rgba(0, 0, 0, 0.1);} .bodyScroll .Header-search-item input[type="text"]::-webkit-input-placeholder, .noLucency .Header-search-item input[type="text"]::-webkit-input-placeholder{color: #444;} .bodySearch .Header-navbar{visibility: hidden;opacity: 0;} /* 不透明 */ .bodyHeight .Header{height: 84px;} .noLucency .Container{padding-top: 100px;} /* 底部 */ .Footer{width: 100%;background: #333;position: relative;z-index: 9;} .Footer-items{width: 100%;padding: 76px 0 56px;} .Footer-items .contain{align-items: flex-start;justify-content: space-between;} .Footer-info{width: auto;} .Footer-info .logo{width: 163px;} .Footer-info .text{width: auto;color: #fff;font-size: 16px;margin-top: 32px;} .Footer-info .text p:not(:first-child){margin-top: 12px;} .Footer-info .text p a{font-family: "G";font-size: 24px;font-weight: 700;} .Footer-code{align-items: flex-start;} .Footer-code-items{width: 90px;text-align: center;} .Footer-code-items:not(:first-child){margin-left: 10px;} .Footer-code-items .image{width: 100%;} .Footer-code-items .image img{width: 100%;} .Footer-code-items .text{font-size: 16px;color: #fff;margin-top: 8px;} .Footer-navbar{width: 100%;user-select: none;border-top: 1px solid rgba(238, 238, 238, 0.1);padding: 56px 0 50px;} .Footer-navbar ul{justify-content: space-between;} .Footer-navbar li{width: auto;position: relative;} .Footer-menu{font-size: 16px;color: #fff;display: flex;line-height: 1;} .Footer-arrow{display: none;} .Footer-drop{width: 100%;margin-top: 16px;} body.PC .Footer-drop{display: block !important;} .Footer-drop a{display: block;font-size: 15px;color: #aaa;line-height: 1;padding: 8px 0;transition: all .4s ease;} .Footer-drop a:hover{color: #fff;} .Footer-copyright{width: 100%;padding: 30px 0;background: #2b2b2b;} .Footer-copyright .contain{justify-content: space-between;align-items: center;} .Footer-copyright .info{color: #aaa;line-height: 18px;font-size: 15px;} .Footer-copyright .info p:not(:first-child){margin-left: 16px;} .Footer-copyright .info a{transition: all .4s ease;} .Footer-copyright .info a:hover{color: #fff;} .Footer-copyright .btn{user-select: none;cursor: pointer;align-items: center;} .Footer-copyright .btn p{font-size: 15px;color: #aaa;font-family: "G";text-transform: uppercase;transition: all .4s ease;} .Footer-copyright .btn i{width: 30px;height: 30px;line-height: 28px;font-size: 14px;border-radius: 50%;border: 1px solid #aaa;color: #aaa;text-align: center;margin-left: 18px;transition: all .4s ease;} .Footer-copyright .btn:hover p{color: #fff;} .Footer-copyright .btn:hover i{color: #fff;border-color: #fff;} /* 视频弹窗 */ .popVideo{display: none;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;} .popVideo-items{width: 1000px;position: relative;opacity: 0;} .popVideo-video{width: 100%;} .popVideo-video video{width: 100%;} .popVideo-video iframe{width: 100%;height: 500px;} .popVideo-close{width: 40px;height: 40px;right: -40px;top: -40px;line-height: 40px;opacity: 0.7;text-align: center;position: absolute;z-index: 3;font-size: 22px;color: #fff;cursor: pointer;transition: all .6s ease;} .popVideo-close:hover{opacity: 1;} .popVideo.active{display: flex;} .popVideo.active .popVideo-items{animation: popVideRun 1s ease both .4s;} @keyframes popVideRun {0%{opacity: 0;transform: translateY(-200px);}100%{opacity: 1;transform: translateY(0);}} @media all and (max-width:1100px) {.popVideo-items{width: 92%;}.popVideo-close{right: -8px;}.popVideo-video iframe{height: 400px;}} @media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}} /* 中间+共用部分 */ .Container{width: 100%;} .section{width: 100%;position: relative;overflow: hidden;} .contain{width: 1400px;margin: 0 auto;} .contain-1200{width: 1200px;margin: 0 auto;} /* 启动页 */ .start{flex-direction: column; background: url('../images/common/start-bg.jpg') no-repeat center/cover;width: 100vw;height: 100vh;overflow: hidden;} .start-logo img{width: 330px;} .start-title{letter-spacing: 4px;} .start-btn{justify-content: center;} .start-btn a{width: 140px;height: 36px;border: 1px solid #fff;position: relative;overflow: hidden;transition: all .4s ease;} .start-btn a p{position: relative;z-index: 2;} .start-btn a::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(45deg);width: 0;height: 400%;background: #d9a674;transition: all .4s ease;} .start-btn a.en{font-family: "GB";margin-left: 40px;} .start-btn a:hover{border-color: #d9a674;} .start-btn a:hover::after{width: 105%;} /* 侧边栏 */ .side{position: fixed;right: 40px;top: 50%;transform: translateY(-50%);z-index: 9999;box-shadow: 0 0 10px rgba(0, 0, 0, .1);} .side-item{width: 68px;height: 68px;background: #fff;flex-direction: column;border-top: 1px solid #f4f4f4;position: relative;} .side-item:first-child{border-top: unset;} .side-img img{transition: all .4s ease;} .side-img .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;} .side-text{margin-top: 5px;transition: all .4s ease;} .side-item:hover{background: #006650;} .side-item:hover .side-img .s{opacity: 0;} .side-item:hover .side-img .h{opacity: 1;} .side-item:hover .side-text{color: #fff;} /* #toShare{position: absolute;width: 30px;left: -62px;top: 162px;} #toShare a{display: flex;width: 100%;height: 30px;margin-top: 24px;background: #d7d7d7;border-radius: 4px;align-items: center;justify-content: center;transition: all .4s ease;} #toShare a>img{max-width: 22px;} #toShare a:first-child{margin-top: 0;} #toShare a:hover{background: #0056b8;} */ #toShare .icon-wechat{position: relative;} #toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:9;top:-84px;left:-220px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px rgba(0, 0, 0, .1);transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; } #toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;} #toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;} #toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; } #toShare .icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;} #toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;} #toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;} #toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;right:0;margin-right:-12px;top:50%;width:0;height:0;border: 6px solid transparent;border-left-color: #fff;} #toShare .icon-wechat:hover .wechat-qrcode{display: block;} /* -------------------------PC端--------------------------- */ @media all and (max-width:1700px) { /* 1600 × (900) */ .Header-navbar {margin-left: 70px;} .Header-navbar li {margin-left: 58px;} } @media all and (max-width:1590px) { /* 1440 × (700) */ .contain{width: 1200px;} .contain-1200{width: 1000px;} .Header>.contain {padding: 0 60px;} .Header-navbar {margin-left: 50px;} .Header-navbar li {margin-left: 40px;} .Header {height: 84px;} .Footer-items {padding: 66px 0 46px;} .Footer-navbar {padding: 50px 0 44px;} .Footer-info .text p:not(:first-child) {margin-top: 8px;} .noLucency .Container{padding-top: 84px;} } @media all and (max-width:1430px) { /* 1360 */ } @media all and (max-width:1350px) { /* 1280 */ .Header>.contain {padding: 0 50px;} .Header-navbar {margin-left: 40px;} .Header-navbar li {margin-left: 30px;} } @media all and (max-width:1270px) { /* 1152 × (700) */ .contain{width: 960px;} .contain-1200{width: 900px;} .Header>.contain {padding: 0 40px;} .Header-navbar {margin-left: 30px;} .Header-navbar li {margin-left: 24px;} .Header-lang {padding-left: 20px;margin-left: 8px;} .Header-search-item .contain {padding-right: 174px;} @keyframes HeaderSearch{0%{width: 0;}100%{width: 400px;}} } @media all and (max-width:1140px) { /* 1024 */ .Header>.contain {padding: 0 20px;} .Header-navbar {margin-left: 26px;} .Header-navbar li {margin-left: 22px;} .Header-menu {font-size: 16px;} .Header-lang {padding-left: 16px;margin-left: 6px;} .Header-search-item .contain {padding-right: 144px;} } /* ------------------------手机端-------------------------- */ @media all and (max-width:1000px) { /* 平板设备 720 适配 */ .Header-login{height:60px;margin-right:3px;} .Header-login a .h{opacity:1;} .Header-login a .s{opacity:0;} .Header-login a img{width:18px;height: auto;} .Footer-info .logo{width: 130px;} .Header{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);} .Header-menu{color: #444;} .contain-1200{width: 92%;} .Header-navbar li.active .Header-menu{color: #006650;} .Header::after{opacity: 1;background: rgba(0, 0, 0, 0.1);} .Header-logo img.s{opacity: 0;} .Header-logo img.h{opacity: 1;} .Header-lang-menu{color: #444;} .Header-search-click{color: #444;} .Header-lang::before{background: rgba(0, 0, 0, 0.3);} .Header-search-item button{color: #444;} .Header-search-item input[type="text"]{color: #444;border-bottom: 1px solid rgba(0, 0, 0, 0.1);} .bodySearch .Header-navbar{visibility: visible;opacity: 1;} .Header{height: auto;} .noLucency .Container{padding-top: 0;} .contain{width: 92%;} .Container{margin-top: 60px;} .Header>.contain{padding: 0;} .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;} .Header-logo{margin-left: 4%;width: 130px;} .Header-navclick{display: flex;margin-right: 4%;} .Header-lang-menu i {margin-right: 4px;} .Header-lang-menu span {font-size: 16px;} .Header-lang::before, .Header-lang::after {height: 14px;margin-top: -7px;} .Header-lang::after{display: block;} .Header-lang {padding: 0 12px;margin: 0 12px 0 2px;} .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;background: #fff;} .Header-search-item .contain {padding-right: 0;} .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 56px 0 4%;border-bottom: none;} .Header-search-item.active input[type="text"] {animation: none;} .Header-search-item button{position: absolute;right: 0;top: 0;width: 46px;height: 46px;top: -1px;background: #006650;z-index: 2;color: #fff;} .Header-navbar{display: none;position: absolute;width: 100%;margin: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;} .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch} .Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;height: auto;} .Header-navbar.active li{opacity: 1;transform: translateY(0);} .Header-menu{height: 48px;padding: 0 4%;} .Header-navbar li.active .Header-menu{color: #006650 !important;} .Footer-items{padding: 36px 0 28px;} .Footer-info{width: 100%;} .Footer-info .text {font-size: 12px;margin-top: 12px;} .Footer-info .text p a {font-size: 16px;} .Footer-info .text p:not(:first-child) {margin-top: 2px;} .Footer-code{width: 100%;margin-top: 12px;} .Footer-code-items .text {font-size: 14px;margin-top: 6px;} .Footer-navbar{width: 100%;padding: 20px 0;} .Footer-navbar .contain{width: 100%;} .Footer-navbar li{width: 100% !important;} .Footer-menu {height: 36px;align-items: center;padding: 0 4%;position: relative;font-size: 15px;} .Footer-arrow{display: block;width: 44px;height: 36px;line-height: 36px;font-size: 16px;font-style: normal;color: #fff;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;} .Footer-arrow::after{content: "\e61f";font-family: "icon";} .Footer-arrow.active::after{content: "\e61e";} .Footer-drop a{padding: 6px 4%;font-size: 14px;} .Footer-drop{display: none;margin-top: 0;} .Footer-copyright {padding: 24px 0;} .Footer-copyright .info.text{font-size: 13px;width: 100%;justify-content: center;text-align: center;} .Footer-copyright .info p:first-child{width: 100%;margin-bottom: 4px;} .Footer-copyright .info p:not(:first-child) {margin-left: 12px;} .Footer-copyright .btn{width: 100%;justify-content: center;margin-top: 10px;} .Footer-copyright .btn p {font-size: 14px;} .Footer-copyright .btn i {width: 26px;height: 26px;line-height: 24px;margin-left: 10px;} } @media all and (max-width:640px) { /* 移动终端以上 360 适配 */ .Footer-code-items .text {font-size: 12px;margin-top: 4px;} .Footer-code-items:not(:first-child) {margin-left: 6px;} .Footer-code-items{width: auto;flex: 1;} .start-logo img{width: 200px;} .start-btn a{width: 110px;height: 32px;} .start-btn a.en{margin-left: 20px;} /* .side{display: none;} */ .side{right: 10px;} .side-item{width: 40px;height: 40px;} .side-img img{width: 18px;} .side-text{font-size: 12px;display: none;} }