﻿@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;}
.Header-wrapper .contain{width: 100%;padding: 0 45px;}

.Header-logo{float: left;height: 80px;width: 198px;display: flex;align-items: center;position: relative;z-index: 999;transition: height .4s ease;}
.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-navbar{position: absolute;width: 100%;font-size: 0;top: 0;left: 0;text-align: center;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar ul{display: inline-block;}
.Header-navbar li{float: left;position: relative;z-index: 9;}
.Header-menu{position: relative;padding: 0 44px;height: 80px;display: flex;align-items: center;font-size: 16px;color: #333;transition: color .4s ease, height .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #059fff !important;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: rgba(255, 255, 255, 0.95);left: 50%;width: 220px;margin-left: -110px;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);border-radius: 0px;}
.Header-drop::after{content: "";position: absolute;width: 100%;height: 100%;left: 0;bottom: 0;background: url('../images/dropbg.png') no-repeat right bottom/auto 100%;}
/* .Header-drop.toShow{visibility: visible;opacity: 1;transform: translateY(0);pointer-events: auto;} */
.Header-drop::before{display: none !important;content: "\f034d";position: absolute;font-family: "iconfont";z-index: 2;font-size: 30px;line-height: 0.4;color: rgba(255, 255, 255, 0.95);text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);left: 0;top: -12px;width: 100%;text-align: center;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.Header-drop a{display: block;width: 100%;height: 58px;line-height: 58px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;position: relative;z-index: 3;}
.Header-drop a.active, .Header-drop a:hover{background: #059fff;color: #fff;}
.Header-drop-mix.Header-drop{position: fixed;top: 80px;left: 0;width: 100vw;margin-left: 0;padding: 34px max(45px,calc((100vw - 1400px) / 2));box-sizing: border-box;background-image: none;}
.Header-drop-mix.Header-drop::after{right: auto;left: 0;background-image: url('../images/dropbgl.png');background-position: left bottom;opacity: 0.4;}
.Header-drop-menu{width: 100%;display: grid;grid-template-columns: repeat(5,minmax(0,1fr));gap: 28px;position: relative;z-index: 3;}
.Header-product-category{position: relative;min-width: 0;}
.Header-product-category-link{height: auto;min-height: 32px;line-height: 1.35;display: flex;align-items: flex-start;position: relative;padding-bottom: 12px;border-bottom: 1px solid #e7e9ec;font-size: 16px;font-weight: 600;text-align: left;}
.Header-product-category-link::after{display: none;}
.Header-product-category-link::before{content: "";position: absolute;width: 32px;left: 0;bottom: -1px;height: 2px;background: #059fff;transition: width .25s ease;}
.Header-drop .Header-product-category-link:hover{background: transparent;color: #059fff;}
.Header-drop .Header-product-category-link:hover::before{width: 100%;}
.Header-drop-mix .Header-product-children{display: block;padding: 14px 0 0;}
.Header-product-children a{display: block;width: 100%;height: auto;padding: 6px 0;line-height: 1.5;font-size: 14px;color: #666;text-align: left;}
.Header-drop .Header-product-children a:hover{background: transparent;color: #059fff;}
.Header-product-toggle{display: none;}
.Header-drop-img{width: 300px;float: right;position: relative;z-index: 3;}
.Header-drop-img img{width: 100%;object-fit: cover;}

.Header-lang{float: right;height: 80px;display: flex;align-items: center;flex-wrap: wrap;position: relative;z-index: 999;transition: height .4s ease;}
.Header-lang a{width: 56px;margin-left: 8px;height: 28px;border-radius: 15px;font-size: 16px;color: #333;display: flex;align-items: center;justify-content: center;border: 1px solid transparent;transition: all .4s ease;}
.Header-lang a:first-child{margin-left: 0;}
.Header-lang a.active{border: 1px solid #333;}
.Header-lang a:hover{border: 1px solid #059fff !important;color: #059fff !important;}

.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: #333;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #333;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: linear-gradient(180deg, rgba(0,20,42,.48), rgba(0,20,42,0));box-shadow: none;}
body.Lucency .Header-logo img.s{opacity: 0;}
body.Lucency .Header-logo img.h{opacity: 1;}
body.Lucency .Header-menu{color: #fff;}
body.Lucency .Header-menu, body.Lucency .Header-logo, body.Lucency .Header-lang{height: 92px;}
body.Lucency .Header-lang a{color: #fff;}
body.Lucency  .Header-lang a.active {border: 1px solid #fff;}

/* 底部 */
.Footer-wrapper{width: 100%;background: #04192f url('../images/fbg.jpg') no-repeat center bottom;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 90px 0 70px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-navbar{width: 1040px;overflow: hidden;user-select: none;}
.Footer-navbar ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 24px;color: #fff;font-weight: 700;display: block;}
.Footer-drop{width: 100%;margin-top: 20px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #75818d;line-height: 1;padding: 8px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #48b68c;}
.FooterCode{width: 179px;font-size: 0;float: right;text-align: center;}
.FooterCode img{max-width: 100%;object-fit: cover;}
.Footer-copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 48px 0;font-size: 0;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.Footer-copyright-info{display: flex;align-items: center;flex-wrap: wrap;}
.Footer-copyright-info h6, .Footer-copyright-info a, .Footer-copyright-link a, .Footer-copyright-link .address{font-size: 15px;color: #75818d;transition: all .4s ease;}
.Footer-copyright-info a:hover, .Footer-copyright-link a:hover{color: #48b68c;}
.Footer-copyright-info a{margin-left: 16px;}
.Footer-copyright-wrap{display: flex;align-items: center;flex-wrap: wrap;}
.Footer-copyright-link{display: flex;flex-wrap: wrap;}
.Footer-copyright-link a, .Footer-copyright-link .address{padding-left: 26px;background-repeat: no-repeat;background-position: left center;margin-left: 20px;line-height: 22px;}
.Footer-copyright-link a.phone{background-image: url('../images/fic1.png');margin-left: 0;}
.Footer-copyright-link .address{background-image: url('../images/fic2.png');}
.Footer-copyright-link a.wecom{background-image: url('../images/fto4.png');background-size: 18px auto;}
.Footer-icon{margin-left: 20px;}
.Footer-icon a,.Footer-wechat-toggle{width: 26px;margin-left: 5px;position: relative;display: inline-block;padding: 0;border: 0;background: transparent;vertical-align: top;cursor: pointer;}
.Footer-icon > :first-child{margin-left: 0;}
.Footer-icon-img{display: none;width: 150px;height: 150px;position: absolute;bottom: 28px;left: 50%;margin-left: -75px;background: #fff;}
.Footer-icon-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;}
.Footer-icon-img img{width: 100%;object-fit: cover;}
.Footer-icon a:hover .Footer-icon-img,.Footer-wechat-toggle:hover .Footer-icon-img,.Footer-wechat-toggle:focus .Footer-icon-img{display: block;animation: FooterIcon .6s ease-in-out both;}
@keyframes FooterIcon{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 55; background: #059fff url('../images/top.svg') no-repeat center/22px auto;}
@media all and (max-width:1599px) {.backTop {right: 30px;bottom: 40px;}}
@media all and (max-width:640px) {.backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}}

/* 在线咨询 */
.onlineConsult{position: fixed;right: 24px;bottom: 12px;z-index: 80;width: 360px;max-width: calc(100vw - 48px);font-family: Arial, "Microsoft YaHei", sans-serif;}
.onlineConsult button,.onlineConsult textarea{font-family: inherit;}
.onlineConsult-panel{display: none;background: #f1f3f6;border: 1px solid #1b7ccc;box-shadow: 0 10px 30px rgba(0,0,0,.18);}
.onlineConsult.active .onlineConsult-panel{display: block;}
.onlineConsult-head{height: 38px;background: #1b7ccc;color: #fff;display: flex;align-items: center;justify-content: space-between;padding: 0 10px 0 14px;}
.onlineConsult-title{font-size: 14px;font-weight: 700;}
.onlineConsult-min{width: 32px;height: 32px;border: 0;background: transparent;position: relative;cursor: pointer;}
.onlineConsult-min::before{content: "";position: absolute;left: 7px;right: 7px;top: 16px;height: 2px;background: #fff;}
.onlineConsult-body{height: 92px;padding: 10px 14px;background: #eef1f5;}
.onlineConsult-line{background: #fff;border-radius: 4px;padding: 8px 12px;color: #333;font-size: 14px;line-height: 22px;}
.onlineConsult-input{padding: 10px;background: #fff;display: grid;grid-template-columns: 1fr 52px;grid-template-rows: 42px 160px;gap: 10px;align-items: end;}
.onlineConsult-phone{grid-column: 1 / 3;width: 100%;height: 42px;border: 1px solid #d7dfe8;outline: none;color: #333;font-size: 15px;line-height: 42px;padding: 0 12px;}
.onlineConsult-input textarea{grid-column: 1 / 2;height: 160px;width: 100%;border: 1px solid #d7dfe8;resize: none;outline: none;color: #333;font-size: 15px;line-height: 24px;padding: 10px 12px;}
.onlineConsult-send{width: 52px;height: 34px;border: 0;border-radius: 3px;background: #1b7ccc;color: #fff;display: inline-flex;align-items: center;justify-content: center;font-size: 14px;margin-bottom: 2px;cursor: pointer;}
.onlineConsult-send:hover{background: #0e65ad;color: #fff;}
.onlineConsult-send:disabled{opacity: .65;cursor: default;}
.onlineConsult-bar{width: 100%;height: 36px;border: 0;background: #1b7ccc;color: #fff;display: flex;align-items: center;cursor: pointer;font-size: 14px;font-weight: 700;padding: 0 14px;text-align: left;box-shadow: 0 -3px 12px rgba(0,0,0,.14);}
.onlineConsult-bar span{width: 22px;height: 22px;border: 2px solid #fff;border-radius: 50%;margin-right: 8px;position: relative;}
.onlineConsult-bar span::before,.onlineConsult-bar span::after{content: "";position: absolute;width: 3px;height: 3px;border-radius: 50%;background: #fff;top: 8px;}
.onlineConsult-bar span::before{left: 6px;}
.onlineConsult-bar span::after{right: 6px;}
.onlineConsult-bar i{margin-left: auto;width: 14px;height: 14px;border-left: 2px solid #fff;border-top: 2px solid #fff;transform: rotate(45deg);transition: transform .3s ease;}
.onlineConsult.active .onlineConsult-bar i{transform: rotate(225deg);}
@media all and (max-width:640px) {
    .onlineConsult{right: 8px;bottom: 12px;width: 60vw;min-width: 220px;max-width: calc(100vw - 24px);}
    .onlineConsult-body{height: 92px;}
    .backTop{bottom: 64px;}
}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 80px;}
.contain{width: 1520px;margin: 0 auto;}
.contain-padding{width: 100%;padding: 0 110px;}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain{width: 1400px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1200px;}
    .contain-padding {padding: 0 80px;}
    .Header-menu {padding: 0 32px;}
    .Footer-items {padding: 70px 0 60px;}
    .Footer-menu {font-size: 22px;}
    .Footer-navbar {width: 890px;}
    .Footer-copyright {padding: 40px 0;}
    .Footer-copyright-info h6, .Footer-copyright-info a, .Footer-copyright-link a, .Footer-copyright-link .address {font-size: 14px;}
    .Footer-copyright-info a {margin-left: 14px;}
    .Footer-copyright-link a, .Footer-copyright-link .address, .Footer-icon{margin-left: 16px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
    .Header-menu {padding: 0 28px;}
    .Footer-navbar {width: 800px;}
    .Footer-copyright-info{width: 100%;justify-content: center;}
    .Footer-copyright-wrap{width: 100%;justify-content: center;margin-top: 8px;}
}

@media all and (max-width:1359px) {
    /* 1280 */
    .Header-menu {padding: 0 24px;}
    .Footer-navbar {width: 760px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .Header-wrapper .contain {padding: 0 4%;}
    .Header-menu {padding: 0 20px;}
    .Header-drop {width: 180px;margin-left: -90px;}
    .Header-drop a {height: 50px;line-height: 50px;}
    .Header-drop-mix.Header-drop {padding: 28px 4%;}
    .Header-drop-img {width: 260px;}
    .Header-drop-menu {gap: 24px 18px;}
    .Footer-navbar {width: 700px;}
    .Footer-items {padding: 60px 0 50px;}
    .Footer-menu {font-size: 20px;}
    .Footer-drop {margin-top: 14px;}
    .Footer-copyright {padding: 32px 0;}
    .contain{width: 960px;}
    .contain-padding {padding: 0 4%;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-menu {padding: 0 12px;}
    .Header-drop-mix.Header-drop {padding-left: 4%;padding-right: 4%;}
    .Footer-navbar {width: 640px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.NoGap .Container-wrapper{margin-top: 60px;}
    body.Lucency .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);}
    body.Lucency .Header-logo img.s{opacity: 1;}
    body.Lucency .Header-logo img.h{opacity: 0;}
    body.Lucency .Header-menu{color: #333;}
    body.Lucency .Header-logo, body.Lucency .Header-lang{height: 60px;}
    body.Lucency .Header-menu{height: 50px;}
    body.Lucency .Header-lang a{color: #333;}
    body.Lucency  .Header-lang a.active {border: 1px solid #333;}

    .contain{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{padding: 0;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo{height: 60px;}
    .Header-logo{margin-left: 4%;}
    .Header-lang{height: 60px;margin-right: 4px;}
    .Header-lang a {width: 40px;margin-left: 2px;height: 24px;border-radius: 12px;font-size: 14px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 22px 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: 50px;padding: 0 4%;}
    .Header-arrow{display: block;width: 50px;height: 50px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../fonts/arrd.svg') no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #333 !important;}
    .Header-navbar li.active .Header-menu{color: #059fff !important;}
    .Header-drop {visibility: visible;opacity: 1;pointer-events: auto;box-shadow: none;;transform: translateY(0);display: none;transition: none;position: relative;top: 0;left: 0 !important;width: 100%;margin-left: 0 !important;overflow: hidden;padding: 10px 0;background: #f6f6f6;border-radius: 0px;}
    .Header-drop::before{display: none;}
    .Header-drop::after{display: none;}
    .Header-drop a {height: 36px;line-height: 36px;text-align: left;padding: 0 4%;font-size: 16px;}
    .Header-drop-menu{display: block;width: 100%;padding-right: 0;}
    .Header-drop-img{display: none;}
    .Header-drop-mix.Header-drop{position: relative;top: 0;left: 0;margin-left: 0;padding: 10px 4%;width: 100%;box-sizing: border-box;}
    .Header-product-category{border-bottom: none;}
    .Header-product-category-link{width: 100%;padding: 0 40px 0 0;border-bottom: none;height: 36px;line-height: normal;align-items: center;}
    .Header-product-category-link::after, .Header-product-category-link::before{display: none;}
    .Header-product-toggle{display: block;width: 36px;height: 36px;position: absolute;z-index: 4;right: 0;top: 0;border: 0;background: url('../fonts/arrd.svg') no-repeat center /14px auto;cursor: pointer;}
    .Header-product-category.is-open .Header-product-toggle{transform: rotate(180deg);}
    .Header-drop-mix .Header-product-children{display: none;}
    .Header-product-category.is-open .Header-product-children{display: block;}
    .Header-product-children{padding: 0 0 6px 14px;}
    .Header-product-children a{padding: 6px 0;font-size: 14px;}
    .Footer-wrapper .contain-padding{padding: 0;}
    .Footer-items{padding: 32px 0 36px;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;font-size: 16px;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('../fonts/arrdw.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .FooterCode {text-align: center;margin-top: 24px;width: 100%;}
    .Footer-copyright {padding: 24px 4%;}
    .Footer-copyright-info h6, .Footer-copyright-info a, .Footer-copyright-link a, .Footer-copyright-link .address {font-size: 13px;}
    .Footer-copyright-info{justify-content: left;}
    .Footer-copyright-info h6{width: 100%;margin-bottom: 4px;}
    .Footer-copyright-info a:first-of-type{margin-left: 0;}
    .Footer-copyright-link a,.Footer-copyright-link .address{width: 100%;margin-top: 6px;margin-left: 0;}
    .Footer-copyright-wrap{justify-content: left;}
    .Footer-icon{margin-left: 0;padding-left: 26px;margin-top: 10px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

/* Article data tables: keep technical parameters readable on desktop and mobile. */
.article-data-table-wrap{margin:18px 0 30px;overflow-x:auto;border:1px solid #cfd8e3;border-radius:6px;}
.article-data-table{border-collapse:collapse;width:100%;min-width:720px;margin:0;font-size:15px;line-height:1.5;}
.article-data-table th,.article-data-table td{padding:13px 16px;text-align:left;border-bottom:1px solid #d5dee8;white-space:nowrap;}
.article-data-table th{background:#eef4f9;color:#17426d;font-weight:700;}
.article-data-table tbody tr:last-child td{border-bottom:0;}
.article-data-table tbody tr:nth-child(-n+4) td:first-child{border-left:4px solid #dd7a22;}
.article-data-table tbody tr:nth-child(5) td:first-child,.article-data-table tbody tr:nth-child(6) td:first-child{border-left:4px solid #b59626;}
.article-data-table tbody tr:nth-child(n+7) td:first-child{border-left:4px solid #287a63;}
/* SEO 页面主标题仅供辅助技术读取，不占用可视版式。 */
.seo-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
