@charset "utf-8"; /* ====================鍏叡鏍峰紡========================= */ /* 澶撮儴 */ .Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #001644;user-select: none;box-shadow: none;transition: all .4s ease;} .Header-wrapper .contain{width: 100%;padding: 0 80px} .Header-logo{float: left;width: 180px;height: 90px;display: flex;align-items: center;position: relative;z-index: 999;} .Header-logo img{max-width: 100%;position: absolute;transition: all .4s ease;} .Header-logo img.s{opacity: 1;} .Header-logo img.h{opacity: 0;} .Header-lang{float: right;position: relative;z-index: 999;margin-left: 12px;} .Header-lang-menu{display: flex;align-items: center;height: 90px;} .Header-lang-menu span{display: block;padding-left: 26px;background: url('../images/common/langW.svg') no-repeat left center /20px auto;line-height: 22px;font-size: 14px;color: #fff;font-family: Arial;} /* 澶氫釜璇█ */ .Header-lang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 90px;left: 50%;margin-left: -80px;} .Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;} .Header-lang-more a{display: block;font-size: 16px;color: #666;text-align: center;padding: 10px 0;} .Header-lang-more a span{display: inline-block;} .Header-lang-more a:hover {color: #fff;background: #096fca;} .Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;} @keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}} .Header-search{float: right;} .Header-search-click{width: 40px;height: 90px;cursor: pointer;background: url('../images/common/searchW.svg') no-repeat center /26px auto;position: relative;z-index: 999;} .Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/20px auto !important;} .Header-search-item{display: none;position: absolute;width: 100%;height: 90px;line-height: 90px;top: 0;left: 0;z-index: 99;text-align: right;} .Header-search-item .contain{padding-right: 148px;} .Header-search-item.active{display: block;} .Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;} .Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 16px;color: #747474;background: transparent;} .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;background: url('../images/common/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;} body.onSearch .Header-navbar{visibility: hidden;opacity: 0;} .Header-navbar{float: right;visibility: visible;opacity: 1;position: relative} body.PC .Header-navbar{display: block !important;} .Header-navbar li{float: left;padding: 0 25px;position: relative;z-index: 9;} .Header-navbar li:last-child{padding-right: 0;} .Header-navbar li:first-child{padding-left: 0;} .Header-menu{position: relative;height: 90px;display: flex;align-items: center;font-size: 16px;color: #fff;transition: color .4s ease;font-weight: 500} .Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #fff !important;} .Header-navbar-line{display: none;position: absolute;width: 0;left: 0;height: 3px;bottom: 24px;background:#00b0f0;z-index: 4;pointer-events: none;} @media all and (max-width:1000px) {.Header-navbar-line{display: none !important;}} .Header-navclick{transform-origin:center center;transform:rotate(0);cursor:pointer;transition:transform .3s ease;float:right;height:90px;display:none;align-items:center;margin-left:30px;position:relative;z-index:99991} .Header-navclick .in{height:19px;width:30px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;position:relative} .Header-navclick span{height:3px;width:3px;background-color:#fff;transition:width .2s ease} .Header-navclick span:nth-child(1){width:100%;transition-delay:.2s;transition:background-color .4s ease,width .2s ease} .Header-navclick span:nth-child(2){width:20px;transition:all .4s ease;position:relative} .Header-navclick span:nth-child(3){width:100%;transition-delay:.4s;transition:background-color .4s ease,width .2s ease} .Header-navclick span:nth-child(4){position:absolute;top:0;left:50%;transform:translateX(-50%);display:block;width:3px;height:0;transition:height .4s,background-color .4s ease} .Header-navclick.on{transform:rotate(45deg);transition-delay:.4s} .Header-navclick.on span:nth-child(1){width:0} .Header-navclick.on span:nth-child(2){width:20px;top:1px;left:-5px} .Header-navclick.on span:nth-child(3){width:0;transition-delay:150ms} .Header-navclick.on span:nth-child(4){height:20px;transition:height .2s ease;transition-delay:.2s} .Header-navclick.on span{background:#555!important} body.Lucency .Header-navclick.on span{background:#555!important} .Header-phone{height:90px;display:flex;align-items:center;float:right;margin-left:30px} .Header-phone .in{color:#fff;font-family:OPPOSANS-B;font-size:18px;transition:color .4s ease} /* 閫忔槑 */ .bodyScroll .Header-wrapper, .bodyMouse .Header-wrapper, .bodySearch .Header-wrapper, .noLucency .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);} .bodyScroll .Header-menu, .bodyMouse .Header-menu, .bodySearch .Header-menu, .noLucency .Header-menu,.bodyMouse .Header-navbar li.active .Header-menu, .bodyMouse .Header-navbar li:hover .Header-menu{color: #747474!important} .bodyScroll .Header-navbar li:after,.bodyMouse .Header-navbar li:after,.bodyScroll .Header-navclick span,.bodyMouse .Header-navclick span{background: #747474} .bodyScroll .Header-wrapper::after, .bodyMouse .Header-wrapper::after, .noLucency .Header-wrapper::after{background: rgba(0, 0, 0, 0.1);} .bodyScroll .Header-logo img.s, .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s, .noLucency .Header-logo img.s{opacity: 0;} .bodyScroll .Header-logo img.h, .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h, .noLucency .Header-logo img.h{opacity: 1;} .bodyScroll .Header-lang-menu span, .bodyMouse .Header-lang-menu span, .bodySearch .Header-lang-menu span, .noLucency .Header-lang-menu span{color: #747474;background-image: url('../images/common/lang.svg');} .bodyScroll .Header-search-click, .bodyMouse .Header-search-click, .bodySearch .Header-search-click, .noLucency .Header-search-click{background-image: url('../images/common/search.svg');} .bodyScroll .Header-phone .in{color: #747474} .bodyMouse .Header-phone .in{color: #747474} .bodyScroll .Header-navbar li.active .Header-menu{color: #747474!important} /* 涓嶉€忔槑 */ .noLucency .Container-wrapper{margin-top: 90px} /* 搴曢儴 */ .Footer-wrapper{width:100%;background-color:#001644;padding:26px 0;position:relative;z-index:999} .Footer-wrapper span{display:inline-block} .Footer-wrapper em{padding: 0 5px} .Footer-wrapper p{color:#a7aebf;text-align: center} .Footer-wrapper p+p{margin-left:15px} .Footer-wrapper a:hover{text-decoration:underline} /* 涓棿+鍏辩敤閮ㄥ垎 */ .Container-wrapper{width: 100%;margin-top:90px} .contain,.contain-max{margin: 0 auto} .contain-max{width:1520px} .contain{width: 1400px} /* 涓嬫媺 */ .Header-drop-bar{position:absolute;right:0;top:0;background:#f2f2f3;height:100vh;opacity:0;width:310px;transform:translate(310px,0);overflow:hidden;transition:all .8s;padding:0 0 0 50px;z-index:9999;display:flex;align-items:center} .Header-drop-bar.open{transform:translate(0,0);opacity:1} .Header-drop-bar .item{margin-top:30px} .Header-drop-bar .item .tit{font-weight:500;color:#23292e;position:relative;border-bottom:1px solid #e6e6e6;padding-bottom:24px} .Header-drop-bar .item .tit:after{content:'';width:100%;height:1px;position:absolute;left:0;bottom:0;background:#096fca} .Header-drop-bar .item ul{margin-top:10px} .Header-drop-bar .item li{padding:24px 0} .Header-drop-bar .item li+li{border-top:1px solid #e6e6e6} .Header-drop-bar .item li a{font-size:16px;font-weight:500;color:#555;display:flex;align-items:center} .Header-drop-bar .item li i{width:64px;display:flex;justify-content:center;margin-right:20px;height:40px;align-items:center} .Header-drop-bar .item li i img{max-width:100%;max-height:100%} .Header-drop-bar .item li a:hover{text-decoration:underline} /* common */ .com-bg{width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;object-fit: cover;overflow: hidden} .com-bg .move{width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;animation: bg_move 20s ease both infinite} .fp-section{z-index:2;overflow: hidden} @keyframes mVshake{from{margin:20px 0}to{margin:0}} @keyframes diagramLine{0%{top:100%}33%{top:-60%}} @keyframes mVballoon{0%{margin:0}12.5%{margin:-30px -15px}25%{margin:-30px -30px}37.5%{margin:-15px -30px}50%{margin:0}62.5%{margin:-30px 15px}75%{margin:-30px 30px}87.5%{margin:-15px 30px}100%{margin:0}} @keyframes mVballoon-sm{0%{margin:0}12.5%{margin:-6px -6px}25%{margin:-6px -6px}37.5%{margin:-6px -6px}50%{margin:0}62.5%{margin:-6px 6px}75%{margin:-6px 6px}87.5%{margin:-6px 6px}100%{margin:0}} @keyframes diagramPointer{0%{opacity:.6}20%{width:100px;height:100px;opacity:0}} @keyframes bullet_0deg{from{transform:rotate(0)}to{transform:rotate(360deg)}} @keyframes scale{0%,100%{transform:scale(1)}50%{transform:scale(.8)}} @keyframes bg_move{0%{background-position: left center}50%{background-position: right center;transform: scale(1.2)}100%{background-position:left center;transform: scale(1)}} @keyframes float-rotate{0%,100%{margin-top:0}50%{margin-top: -20px}} @keyframes float-rotate-r{0%,100%{margin-top:0}50%{margin-top: 20px}} @keyframes float{0%{transform:translatey(0)}50%{transform:translatey(30px)}100%{transform:translatey(0)}} @keyframes float-r{0%{transform:translatey(0)}50%{transform:translatey(-30px)}100%{transform:translatey(0)}} .CommonBtn{width: 162px;height: 52px;border-radius: 30px;justify-content: center;align-items: center;border: 1px solid #fff;transition: all .4s ease;} .CommonBtn img{margin-right: 14px;} .CommonBtn:hover{background-color: #06579a;border: 1px solid #06579a;} .CadBan .CommonBtn{border: 1px solid #06579a;} .Tanck{display: none;justify-content: center;align-items: center;position: fixed;top: 0px;left: 0px;z-index: 99999;background-color: rgba(0, 0, 0, .5);width: 100vw;height: 100vh;} .Tanck.active{display: flex;animation: Tanck .4s ease;} @keyframes Tanck {0%{opacity: 0;}100%{opacity: 1;}} .Tanck-cont{background-color: #fff;padding: 40px 60px;position: relative;} .Tanck-cont .title{color: #005398;} .Tanck-cont .text{color: #596069;} .Tanck-close {position: absolute;right: 18px;top: 10px;} .Tanck-close i{color: #d2d4d6;font-size: 28px;} .Tanck-from {width: 430px;justify-content: space-between;} .Tanck-from .list{width: 100%;height: 52px;margin-bottom: 15px;} .Tanck-from .list.not{width: calc(100%/2 - 3px);} .Tanck-from .list input{width: 100%;height: 100%;padding: 0px 20px;border: 1px solid #e6e7e8;} .Tanck-from .list input::-webkit-input-placeholder{color: #acaeb0;font-size: 15px;} .Tanck-from .list input:-moz-placeholder{color: #acaeb0;font-size: 15px;} .Tanck-from .list input::-moz-placeholder{color: #acaeb0;font-size: 15px;} .Tanck-from .list input:-ms-input-placeholder{color: #acaeb0;font-size: 15px;} .Tanck-cont .btn{width: 100%;height: 52px;display: flex;justify-content: center;align-items: center;background-color: #06579a;} .Tanck-cont .hit{color: #ff0000;text-align: center;} .customSelect{display: block;width: 100%;height: 100%;position: relative;user-select: none;} .customSelect-name{display: flex;align-items: center;height: 52px;position: relative;border: 1px solid #e6e7e8;padding: 0 20px;font-size: 15px;color: #acaeb0;cursor: pointer;} .customSelect-name::after{content: "";position: absolute;width: 16px;height: 16px;right: 14px;top: 50%;margin-top: -8px;background: url('https://js.szmynet.net/file/arrD.svg') no-repeat;} .customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: 50px;max-height: 200px;border: 1px solid #e6e7e8;border-top: none;overflow-x: hidden;overflow-y: auto;left: 0;background: #f2f2f2;cursor: pointer;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;} .customSelect-drop li{padding: 0 14px;height: 40px;position: relative;display: flex;align-items: center;width: 100%;font-size: 14px;color: #000;transition: all .4s ease;} .customSelect-drop li::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #fff;} .customSelect-drop li:last-child::after{display: none;} .customSelect-drop li:hover, .customSelect-drop li.active{background: #dadfe5;color: #000;} .customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;} .customSelect-drop::-webkit-scrollbar-thumb {background: #7a8896;} .customSelect-drop::-webkit-scrollbar-track {background: #fff;} .customSelect-name.noRadius{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;} .customSelect-name.noRadius::after{transform: rotate(180deg);} /* 瑙嗛寮圭獥 */ .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{max-width: 1000px;position: relative;opacity: 0;} .popVideo-video{width: 100%;display: flex;justify-content: center;} .popVideo-video video{max-height: 82vh;} .popVideo-video iframe{width: 1000px;height: 600px;} .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{width: 100%;height: 450px;}} @media all and (max-width:680px) {.popVideo-video iframe{height: 220px;}} .Header-navbar li .Header-drop{display: none;position: absolute;background: rgba(255, 255, 255, 0.85);backdrop-filter: saturate(180%) blur(20px);left: 50%;width: 160px;margin-left: -80px;top:calc(100% - 4px);min-width:100%;border-top:4px solid #06579a;border-radius:5px 5px 0 0;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);transition: top .4s ease;} .Header-navbar li .Header-drop::before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #06579a transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;} .Header-navbar li .Header-drop a{display: flex;width: 100%;position: relative;} .Header-navbar li .Header-drop >a{display: flex;width: 100%;height: auto;font-size: 15px;line-height: 24px;padding: 10px 4px;text-align: center;color: #666;align-items: center;justify-content: center;transition: all .4s ease;} .Header-navbar li .Header-drop a.active,.Header-navbar li .Header-drop a:hover{background: #06579a;color: #fff;} /* -------------------------PC绔?-------------------------- */ @media all and (max-width:1700px) { /* 1600 脳 (900) */ .contain-max{width:1440px} } @media all and (max-width:1599px) { /* 1440 脳 (700) */ .contain-max,.contain{width:1200px} .Header-phone .in{font-size: 16px} .Header-navbar li{padding: 0 20px} .Header-logo,.Header-menu,.Header-phone,.Header-navclick{height: 82px} .Container-wrapper{margin-top: 82px} .Header-drop-bar{padding: 0 0 0 40px} .Header-drop-bar .item .tit{padding-bottom:15px} .Header-drop-bar .item li{padding:20px 0} .Footer-wrapper{padding: 20px 0} .Header-drop-bar .item li i{width:60px;height:36px;margin-right:15px} } @media all and (max-width:1439px) { /* 1360 */ } @media all and (max-width:1359px) { /* 1280 */ } @media all and (max-width:1279px) { /* 1152 脳 (700) */ .Header-logo{width: 140px} .contain-max,.contain{width:960px} .Header-menu{font-size: 14px} .Header-navclick{margin-left: 20px} .Header-phone{margin-left: 20px} .Header-phone .in{font-size: 14px} .Header-wrapper .contain{padding: 0 4%} .Header-navbar li{padding: 0 15px} .Header-navclick .in{height: 14px;width: 20px} .Header-navclick span{height: 2px} .Header-navclick span:nth-child(2){width: 16px} .Header-navclick.on span:nth-child(4){height: 16px} .Header-navclick span:nth-child(4){width: 2px} .Header-navclick.on span:nth-child(2){width: 16px;left: -2px} .Header-drop-bar .item li{padding:15px 0} .Header-drop-bar .item li i{margin-right:10px;width:56px;height:30px} } @media all and (max-width:1151px) { /* 1024 */ } /* ------------------------鎵嬫満绔?------------------------- */ @media all and (max-width:1000px) { /* 骞虫澘璁惧 720 閫傞厤 */ .Header-menu{color: #747474;} .Header-lang-menu span{color: #747474;background-image: url('../images/common/lang.svg');} .Header-search-click{background-image: url('../images/common/search.svg');} .bodySearch .Header-navbar{visibility: visible;opacity: 1;} .noLucency .Container-wrapper{margin-top: 60px;} .contain-max,.contain{width: 92%;} .Container-wrapper{margin-top: 60px;} .Header-wrapper .contain{width: 100%;padding: 0} .Header-lang-menu,.Header-logo, .Header-menu, .Header-phone, .Header-navclick{height: 60px;} .Header-logo{margin-left: 4%;width: 110px;} .Header-navclick{display: flex;margin-right: 4%;} .Header-lang{margin: 0 12px 0 4px;} .Header-lang-more{width: 120px;margin-left: -60px;top: 60px;} .Header-lang-more a{padding: 6px 0;} .Header-navbar{position: absolute;width:250px;margin-right: 0;height: calc(100vh - 60px);top: 60px;right: 0;padding: 20px 0 20px 20px;background:#f2f2f3;opacity:0;transform: translate(250px,0);transition: all .6s} .Header-navbar.on{opacity:1;transform:translate(0,0)} .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%;margin: 0;} .Header-navbar.active li{opacity: 1;transform: translateY(0);} .Header-menu{height: 44px;padding: 0 4%;} .Header-navbar li:first-child{padding:0} .Header-navbar li{padding:0} .Header-navbar li:hover .Header-menu{color: #747474 !important;} .Header-navbar li+li{border-top:1px solid #e6e6e6} .Header-navbar li.active .Header-menu{color: #096fca !important;} .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 50px 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: 44px;height: 46px;top: -1px;background: #096fca url('../images/common/searchW.svg') no-repeat center /26px auto !important;z-index: 2;} .Header-search-click.active {background-image: url('../images/common/close.svg') !important;} .Header-search-click {background-image: url('../images/common/search.svg') !important;} .Header-drop-bar .item li a{font-size: 15px} .Header-drop-bar .item li{margin-top: 10px} .Header-drop-bar .item{margin-top: 20px} .Header-drop-bar .logo{max-width: 160px} .Footer-wrapper p{width: 100%;text-align: center} .Footer-wrapper p+p{margin: 5px 0 0 0} .Header-drop{display:none} .Header-navclick.on span{background:#fff!important} .bodyScroll .Header-wrapper{background:#001644} .bodyScroll .Header-logo img.s, .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s, .noLucency .Header-logo img.s{opacity: 1} .bodyScroll .Header-logo img.h, .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h, .noLucency .Header-logo img.h{opacity: 0} .bodyScroll .Header-navbar li:after, .bodyMouse .Header-navbar li:after, .bodyScroll .Header-navclick span, .bodyMouse .Header-navclick span{background:#fff} .Header-navbar li .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;border-radius: 0;border: none;background: #f9f9f9;backdrop-filter: inherit;box-shadow: none;} .Header-navbar li .Header-drop::before{display: none;} .Header-navbar li .Header-drop a{justify-content: flex-start;padding: 6px 4%;font-size: 15px;} } @media all and (max-width:640px) { /* 绉诲姩缁堢浠ヤ笂 360 閫傞厤 */ .Header-drop-bar{width: 100%;transform: translate(100%,0);padding: 100px 4%} .Header-phone{display:none} .Footer-wrapper .oneLine{margin-top:5px;width:100%} .CommonBtn {width: 150px;height: 50px;} .Tanck-from{width: 100%;} .Tanck-cont {padding: 20px;} .Tanck-from .list {height: 40px;margin-bottom: 5px;} .customSelect-name {height: 40px;} .Tanck-from .list.not {width: 100%;} .Tanck-cont .btn {width: 100%;height: 40px;} }