@charset "utf-8"; /* ====================鍏叡鏍峰紡========================= */ /* 澶撮儴 */ .Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: all .4s ease;} body.HeaderHide .Header-wrapper{box-shadow: none;} body.HeaderHide .Container-wrapper{margin-top: 0;} body.HeaderHide .Header-wrapper{transform: translateY(-85px);} body.site-up .Header-wrapper {transform: translate(0,-85px);} .Header-logo{float: left;height: 85px;display: flex;align-items: center;position: relative;z-index: 999;} .Header-logo img{max-width: 128px;height: 26px;} .Header-logo img.s{display: block;} .Header-logo img.h{display: none;} .Header-lang{float: right;position: relative;z-index: 999;margin-left: 12px;} .Header-lang-menu{display: flex;align-items: center;height: 85px;} .Header-lang-menu span{display: block;padding-left: 26px;background: url('../images/common/lang.svg') no-repeat left center /18px auto;line-height: 22px;font-size: 16px;color: #444;font-family: '鎬濇簮榛戜綋';} .Header-lang.active .Header-lang-menu span{color: #d6000f;} /* 澶氫釜璇█ */ .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: 85px;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: #d6000f;} .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: 85px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /24px auto;position: relative;z-index: 999;} .Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/18px auto;} .Header-search-item{display: none;position: absolute;width: 100%;height: 85px;line-height: 85px;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 /24px auto;cursor: pointer;margin-right: 0;} body.onSearch .Header-navbar{visibility: hidden;opacity: 0;} .Header-navbar{width: 100%;visibility: visible;opacity: 1;} body.PC .Header-navbar{display: block !important;} .Header-navbar ul{display: flex;justify-content: center;} .Header-navbar li{float: left;margin: 0 22px;position: relative;z-index: 9;} .Header-navbar li:last-child{margin-right: 0;} .Header-navbar li:first-child{margin-left: 0;} .Header-menu{position: relative;height: 85px;display: flex;align-items: center;font-size: 16px;color: #444;transition: color .4s ease;} .Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 2px;position: absolute;bottom:24px;background: #d6000f;transition: all .4s ease;} .Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #d6000f !important;} .Header-navbar li.active .Header-menu::before,.Header-navbar li:hover .Header-menu::before{opacity: 1;} .Header-arrow{display: none;} .Header-drop{display: none;position: absolute;background: #f7f7f7;top: 85px;left: 50%;width: 200px;margin-left: -100px;} .Header-drop a{display: block;width: 100%;height: 54px;line-height: 54px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;} .Header-drop a.active, .Header-drop a:hover{background: #d6000f;color: #fff;} .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: #777;display: block;position: relative;transition: all .2s linear;} .Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #777;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);} } /* 閫忔槑 */ body.NoGap .Container-wrapper{margin-top: 0;} body.Lucency .Header-wrapper{background: transparent;box-shadow: none;} body.Lucency .Header-logo img.s{display: none;} body.Lucency .Header-logo img.h{display: block;} body.Lucency .Header-menu{color: #fff;} body.Lucency .Header-search-click{background-image: url('../images/common/searchW.svg');} body.Lucency .Header-lang-menu span{color: #fff;background-image: url('../images/common/langW.svg');} body.Lucency .Header-navclick span{background: #fff;} body.Lucency .Header-navclick.active span{background-color: #777;} body.Lucency .Header-navclick span:before,body.Lucency .Header-navclick span:after{background: #fff;} body.Lucency .Header-navclick.active span:before,body.Lucency .Header-navclick.active span:after{background: #777;} /* -- */ body.Lucency.Mouse .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);} body.Lucency.Mouse .Header-logo img.s{display: block;} body.Lucency.Mouse .Header-logo img.h{display: none;} body.Lucency.Mouse .Header-menu{color: #747474;} body.Lucency.Mouse .Header-search-click{background-image: url('../images/common/search.svg');} body.Lucency.Mouse .Header-lang-menu span{color: #747474;background-image: url('../images/common/lang.svg');} body.Lucency.Mouse .Header-navclick span{background-color: #777;} body.Lucency.Mouse .Header-navclick span:before,body.Lucency.Mouse .Header-navclick span::after{background-color: #777;} /* -- */ body.Lucency.onSearch .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);} body.Lucency.onSearch .Header-logo img.s{display: block;} body.Lucency.onSearch .Header-logo img.h{display: none;} body.Lucency.onSearch .Header-menu{color: #747474;} body.Lucency.onSearch .Header-search-click.active{background-image: url('../images/common/close.svg');} body.Lucency.onSearch .Header-lang-menu span{color: #747474;background-image: url('../images/common/lang.svg');} /* 搴曢儴 */ .Footer-wrapper{width: 100%;background: #181818;position: relative;z-index: 9;} .Footer-items{width: 100%;padding: 92px 0 84px;} .Footer-navbar{float: right;width: 66%;overflow: hidden;user-select: none;} .Footer-navbar ul {display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;} .Footer-navbar li{width: auto;} .Footer-menu{font-size: 15px;color: #fff;font-weight: 700;display: block;} .Footer-drop{width: 100%;margin-top: 12px;} body.PC .Footer-drop{display: block !important;} .Footer-drop a{display: block;font-size: 14px;color: #666;line-height: 1;padding: 7px 0;transition: all .4s ease;} .Footer-drop a:hover{color: #fff;} .Footer-copyright{width: 100%;} .Footer-copyright-cont{width: 100%;border-top: 1px solid #323232;padding: 24px 0;} .Footer-copyright-cont h6{font-size: 13px;color: #666;} .Footer-cont {width: 14%;float: left;} .Footer-cont-logo {width: 100%;padding-bottom:30px;position:relative;} .Footer-cont-logo::after{content: '';width: 192px;height: 1px;background-color: #303030;position: absolute;left: 0;bottom: 0;z-index: 1;} .Footer-cont-logo::before{content: '';width: 30px;height: 1px;background-color: #fff;position: absolute;left: 0;bottom: 0;z-index: 3;} .Footer-cont-logo img {max-width: 100%;} .Footer-cont-link {width: 100%;margin-top: 20px;} .Footer-cont-link p{font-size: 15px;color: #fff;line-height: 26px;} .FooterCode{width: 100%;font-size: 0;display: flex; margin-top:28px;} .FooterCode a{width: 32px;height: 32px;border-radius: 50%;background-color: #363636;display: flex;justify-content: center;align-items: center;vertical-align: middle;position: relative;} .FooterCode a+a{margin-left: 10px;} .FooterCode a>img{width:18px;} .FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 42px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;} .FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;} .FooterCode-img img{width: 100%;height: 100%;object-fit: cover;} .FooterCode a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;} @keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}} /* 缃《 */ .backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;position: fixed;cursor: pointer;z-index: 9999; background: #d6000f url('../images/common/top.svg') no-repeat center/22px auto;} /* 涓棿+鍏辩敤閮ㄥ垎 */ .Container-wrapper{width: 100%;margin-top: 85px;} .contain-1680, .contain-1440, .contain{margin: 0 auto;} .contain-1680{width: 1680px;} .contain-1440{width: 1440px;} .contain{width: 1280px;} /* 瑙嗛寮圭獥 */ .popVideo{display: none;opacity: 0;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;display: none;padding: 34px 34px 0;} .popVideo-video{width: 100%;} .popVideo-video video{width: 100%;} .popVideo-video iframe{width: 100%;height: 500px;} .popVideo-close{width: 30px;height: 30px;position: absolute;right: 0;top: 0;z-index: 3;background: url('../images/common/closeW.svg') no-repeat center/24px auto;cursor: pointer;opacity: .7;transition: all .6s ease;} .popVideo-close:hover{opacity: 1;} @media all and (max-width:1100px) {.popVideo-items{width: 92%;padding: 34px 0 0;}.popVideo-close{right: 0;}.popVideo-video iframe{height: 400px;}} @media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}} /* -------------------------PC绔?-------------------------- */ @media all and (max-width:1700px) { /* 1600 脳 (900) */ .contain-1680{width: 1440px;} } @media all and (max-width:1599px) { /* 1440 脳 (700) */ .contain-1680, .contain-1440{width: 1200px;} .contain{width: 1080px;} .backTop {right: 30px;bottom: 40px;} } @media all and (max-width:1439px) { /* 1360 */ } @media all and (max-width:1359px) { /* 1280 */ } @media all and (max-width:1279px) { /* 1152 脳 (700) */ .contain-1680, .contain-1440{width: 960px;} .contain{width: 880px;} .Header-navbar li { margin: 0 18px;} .Footer-items{padding: 80px 0 80px;} } @media all and (max-width:1151px) { /* 1024 */ } /* ------------------------鎵嬫満绔?------------------------- */ @media all and (max-width:1000px) { /* 骞虫澘璁惧 720 閫傞厤 */ body.onSearch .Header-navbar{visibility: visible;opacity: 1;} .contain-1680, .contain-1440, .contain{width: 92%;} .Container-wrapper{margin-top: 0px;} .Header-wrapper .contain-1680{width: 100%;} .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;} .Header-logo{margin-left: 4%;} .Header-logo img{max-height: 44px;} .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{display: none;position: absolute;width: 100%;margin-right: 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;} .Header-navbar.active li{opacity: 1;transform: translateY(0);} .Header-menu{height: 44px;padding: 0 4%;} .Header-menu::before{display: none;} .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrD.svg') no-repeat center /18px auto;} .Header-arrow.active{transform: rotate(180deg);} .Header-navbar li:hover .Header-menu{color: #747474 !important;} .Header-navbar li.active .Header-menu{color: #d6000f !important;} .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;} .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;} .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: #d6000f 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;} .Footer-items{padding: 60px 0 ;} .Footer-items .contain-1440 {width: 100%;} .Footer-navbar{width: 100%;margin-top: 16px;} .Footer-navbar li{width: 100% !important;} .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;} .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrDW.svg') no-repeat center /16px auto;} .Footer-menu.active::after{transform: rotate(180deg);} .Footer-drop a{padding: 7px 4%;} .Footer-drop{display: none;margin-top: 0;} .Footer-cont {width: 100%;padding: 0 4%;} .FooterCode {text-align: center;margin-top: 28px;} .Footer-copyright-cont{padding: 20px 0;} } @media all and (max-width:640px) { /* 绉诲姩缁堢浠ヤ笂 360 閫傞厤 */ .backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;} .Header-logo img {max-width: 98px; height: 20px; } .Footer-cont-logo img {max-width: 28%; } .Footer-items{padding: 40px 0 ;} .Footer-menu::after {background: url(../images/common/arrDW.svg) no-repeat center /14px auto;} }