@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background:#fff;user-select: none;height: 112px;transition: all .4s ease;border-bottom: 1px solid #dedede}
.Header-wrapper.sm{height:80px}
.Header-wrapper .contain-1580{height: 100%}
.site-up .Header-wrapper{transform:translate(0,-80px)}

.Header-logo{float: left;height:100%;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{height: auto;}

.Header-lang{float:right;position:relative;z-index:999;display:flex;align-items:center;height:100%}
.Header-lang-menu{width:60px;height:20px;border-radius:30px;background:#ba5e5d;display:flex;align-items:center;justify-content:center;z-index:10}
.Header-lang-menu i{width:14px;height:14px;display:flex;align-items:center;justify-content:center;background:url(../images/common/arr-lang.svg) no-repeat center/8px;border:1px solid #fddcd6;border-radius:50%;margin-left:5px;transition:all .4s ease}
.Header-lang-menu.on i{transform:rotate(180deg)}
.Header-lang-menu span{font-size:12px;color:#fef1d3;line-height:1}
/* 多个语言 */
.Header-wrapper.sm .Header-lang-more{top: 42px}
.Header-lang-more{z-index:9;width:60px;background:#ba5e5d;position:absolute;top:58px;left:50%;margin-left:-30px;padding:14px 0 10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:none;overflow:hidden}
.Header-lang-more a{display: block;font-size: 15px;color:#fef1d1;padding: 6px 5px;transition: all .4s ease}
.Header-lang-more a span{display: inline-block;}
.Header-lang-more a:hover {color:#fff;background:#235f67;}

.Header-navbar{float: right;margin-right: 40px;visibility: visible;opacity: 1;height: 100%}
body.PC .Header-navbar{display: block !important;}
.Header-navbar ul{height: 100%}
.Header-navbar li{float: left;margin: 0 30px;position: relative;z-index: 9;height: 100%}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height:100%;display: flex;align-items: center;font-size: 20px;color: #235f67;transition: color .4s ease;}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 4px;position: absolute;bottom: 0;background: #ba5e5d;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #ba5e5d;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f7f7f7;top: 88px;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: #ba5e5d;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:#205f68;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background:#205f68;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);}
}

/* 底部 */
.Footer-wrapper{width:100%;background:#f1ede7;position:relative;z-index:9}
.Footer-items{width:100%;padding:80px 0 72px;background:#f0ece6 url(../images/common/footer-bg.jpg) no-repeat bottom}
.Footer-items .contain{display:flex;justify-content:space-between}
.Footer-info h6{margin:66px 0 30px;font-size:22px;color:#205f68;line-height:30px}
.Footer-info h6 span{display:block}
.Footer-info p{color:#205f68;font-size:22px;line-height:1}
.Footer-info p+p{margin-top:10px}
.Footer-navbar{width:73%;overflow:hidden;user-select:none}
.Footer-navbar ul{height:100%;display:flex;justify-content:space-between}
.Footer-navbar li{max-width:14.285%;height:100%}
.Footer-navbar li:last-child{display:flex;flex-direction:column;justify-content:space-between}
.Footer-menu{font-size:18px;color:#1c5f69;font-weight:700;display:block}
.Footer-drop{width:100%;margin-top:10px}
body.PC .Footer-drop{display:block!important}
.Footer-drop a{display:block;font-size:18px;color:#1c5f69;line-height:1;padding:7px 0;transition:all .4s ease;opacity:.6}
.Footer-drop a:hover{opacity:1}
.Footer-qr-code{text-align:center}
.Footer-qr-code img{width:100%;height:auto;object-fit:cover}
.Footer-qr-code p{ffont-size:22px;color:#1c5f69;line-height:1;margin-top:15px}
.Footer-copyright{width:100%;padding:20px 0;background:#f5f5f5}
.Footer-copyright h6{font-size:12px;float:left;font-family:"思源黑体 CN","Source Han Sans CN","noto sans";text-align:center;width:100%;font-size:18px;color:#205f68}
.Footer-copyright a{margin-left:20px}

.FooterCode{width: 100%;font-size: 0;margin-top: 32px;}
.FooterCode a{display: inline-block;vertical-align: middle;position: relative;}
.FooterCode a{width: 32px;text-align: center;margin: 0 5px;}
.FooterCode a>img{width: 22px;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 36px;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;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #ba5e5d url('../images/common/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;}}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 112px}
.Container-wrapper.bg-gray{background:#fcfcfc}
.Container-wrapper.bg-light-gray{background:#f9f9f9}
.contain-1580,.contain,.contain-1160{margin: 0 auto}
.contain-1580{width: 1580px}
.contain{width: 1420px}
.contain-1160{width: 1160px}
.com-block{overflow:hidden}

/* 加载 */
.loading{display:flex;align-items:center;justify-content:center;position:fixed;left:0;top:0;width:100vw;height:100vh;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);z-index:99999999999}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1580{width: 1420px}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain,.contain-1580{width: 1100px}
    .Header-menu{font-size: 18px}
    .Header-navbar li{margin: 0 10px}
    .Header-lang-more a{font-size:12px}

    .Footer-copyright h6{font-size:16px}
     .Footer-items .contain{flex-wrap: wrap}
    .Footer-navbar{width: 100%;margin-top:40px}
    .Footer-qr-code{margin-top:30px}
    .Footer-qr-code p{font-size:18px;margin-top:6px}
    .Footer-qr-code img{width: 80px;height: 80px}
    .Footer-items{background-size: cover;padding:60px 0}
    .Footer-info{display: flex;align-items: center}
    .Footer-info img{padding-right: 30px}
    .Footer-info h6{font-size: 18px;line-height: 26px;margin:0 0 10px}
    .Footer-info p{font-size:18px}
    .Footer-info p+p{margin-top:2px}
    .Footer-drop{margin-top:6px}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .com-block{padding:80px 0!important}
    .contain,.contain-1580,.contain-1160{width: 880px}
    .Header-menu{font-size:15px}
    .Header-navbar{margin-right:20px}
    .Header-navbar li{margin: 0 8px}
    
    .Footer-menu{font-size:15px}
    .Footer-info h6{font-size:15px}
    .Footer-drop a{font-size:14px;padding:5px 0}
    .Footer-qr-code p{font-size:14px}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .com-block{padding:60px 0!important}
    .contain,.contain-1580,.contain-1160{width: 92%}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper{height:60px}
    .Header-wrapper .contain-1580{width: 100%;}
    .Header-logo{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;height:60px}
    .Header-lang-more{top: 32px}
    .Header-lang-more a{font-size: 14px}
    .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;height: auto}
    .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;}
    .Header-navbar li.active .Header-menu{color: #ba5e5d;}
    .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%;}

    .Footer-items{padding: 32px 0 36px;background: #f0ece6}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-info{padding: 0 4%}
    .Footer-navbar ul{flex-wrap: wrap}
    .Footer-navbar li{width: 100% !important;max-width: 100%;height: auto;position: relative}
    .Footer-qr-code{text-align: left;padding: 0 4%;margin-top: 10px}
    .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;}
    .Footer-navbar li i{display: block;width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrD-green.svg') no-repeat center /18px auto;}
    .Footer-navbar li i.active{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-copyright h6{width: 100%;font-size: 14px}
    .Footer-copyright a{display: block;margin:5px 0 0}
    .FooterCode {text-align: center;margin-top: 28px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .com-block{padding:40px 0!important}
    .Header-menu{height: 36px}
    .Footer-info{flex-wrap: wrap}
    .Footer-info h6{margin-top: 10px}
    .Footer-navbar{margin-top: 20px}
    .Footer-copyright h6{font-size: 12px}
    .Footer-copyright{padding: 10px 0}
    .Footer-info img{max-width: 150px}
    .loading img{width: 50px;height: 50px}
}