@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: transparent;user-select: none;box-shadow: none;transition: all .4s ease;}
/* .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(255, 255, 255, 0.2);left: 0;bottom: 0;} */
.Header-logo{width: 170px;height: 100px;display: flex;align-items: center;position: relative;z-index: 999;float:left;}
.Header-logo img{max-width: 100%;position: absolute;transition: opacity .4s ease;max-height: 80%;}
.Header-logo img.s{opacity: 1;}
.Header-logo img.h{opacity: 0;}
.Header-logo img.img3{opacity: 0;}
.Header-lang{position: relative;z-index: 999;margin-right: 30px;text-transform: uppercase;float:right;}
.Header-lang-menu{display: flex;align-items: center;height: 100px;color: #fff;transition: color .4s ease;}
.Header-lang-menu span{font-size: 16px;}
.Header-lang-menu i{font-size: 22px;margin-right: 4px;}
.Header-lang.active .Header-lang-menu{color: #003386;}
/* 多个语言 */
.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: 100px;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: #003386;}
.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{height: 100px;color: #fff;font-size: 16px;cursor: pointer;z-index: 999;display: flex;align-items: center;justify-content: center;position: relative;}
.Header-search-click::before{content: "\e649";font-family: "icon";display: inline-block;margin-right: 10px;font-size: 20px;}
.Header-search-click.active::before{content: "\e64e";}
.Header-search-item{display: none;position: absolute;width: 100%;height: 100px;line-height: 100px;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: #666;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;font-size: 20px;color: #666;background: transparent;cursor: pointer;margin-right: 0;}
.Header-search-item button::after{content: "\e649";font-family: "icon";}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}
.Header-navbar{visibility: visible;opacity: 1;position:absolute;left:0;top:0;width:100%;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar ul{display:flex;justify-content:center;}
.Header-navbar li{float: left;margin: 0 15px;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: 100px;display: flex;align-items: center;font-size: 16px;color: #fff;transition: color .4s ease;}
.Header-menu::before{content: "";width: 0; left: 0;height: 4px;position: absolute;bottom: 0;background: #003386;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #003386 !important;}
.Header-navbar li.active .Header-menu::before,.Header-navbar li:hover .Header-menu::before{width: 100%;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #fff;top: 88px;left: 50%;width: 200px;margin-left: -100px;}
/* .Header-drop a{display: flex;width: 100%;height: 54px;font-size: 16px;color: #666;align-items: center;justify-content: center;transition: all .4s ease;} */
/* .Header-drop a.active, .Header-drop a:hover{background: #003386;color: #fff;} */
/* 产品下拉 */
.Header-drop.pro {position: fixed; left: 0;top: 100px;margin-left: 0; z-index: 9999;display: none;padding: 60px 0;transition: all 0s ease 0s;width: 100%;background: #fff;}
/* .Header-pro-con:first-child{display: block;} */
.Header-drop.pro.hide{display: none;opacity: 0;pointer-events: none;}
.Header-pro-list{display: flex;justify-content: center;padding: 0 4%;}
.Header-pro-item{display: flex;margin-left: 60px; flex-direction: column;align-items: center;text-align: center;}
.Header-navbar li:nth-child(n+7)  .Header-pro-item{margin-left: 20px;}
.Header-navbar li:nth-child(n+7)  .Header-pro-item:first-child{margin-left: 0;}
.Header-navbar li:nth-child(n+7) .Header-pro-text{margin-top: 8px ;}
/* .Header-navbar li:nth-child(n+7) .Header-pro-item img{height: auto;} */
.Header-pro-text{font-size: 13px;}
.Header-pro-item:first-child{margin-left: 0;}
.Header-pro-item img{width: auto;height: 150px;transition: all .4s ease;}
.Header-pro-text{margin-top: 12px;font-size: 14px;color: #000;transition: all .4s ease;}
.Header-pro-more{display: block;margin: 40px auto 0;text-decoration: underline;color: #000;text-align: center;transition: all .4s ease;}
.Header-pro-item:hover img{transform: scale(1.08);}
.Header-pro-item:hover .Header-pro-text,.Header-pro-more:hover{color: #04357a;}
.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);}
}
/* 透明 */
.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);}
.Header-wrapper.HeaderW .Header-menu,.bodyScroll .Header-menu, .bodyMouse .Header-menu, .bodySearch .Header-menu, .noLucency .Header-menu{color: #333;}
.bodyScroll .Header-wrapper::after, .bodyMouse .Header-wrapper::after, .noLucency .Header-wrapper::after{background: rgba(0, 0, 0, 0.1);}
.Header-wrapper.HeaderW .Header-logo img.s, .bodyScroll .Header-logo img.s, .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s, .noLucency .Header-logo img.s{opacity: 0;}
.Header-wrapper.HeaderW .Header-logo img.img3,.bodyScroll .Header-logo img.h, .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h, .noLucency .Header-logo img.h{opacity: 1;}
.bodyScroll .Header-wrapper.HeaderW .Header-logo img.img3,.bodyMouse .Header-wrapper.HeaderW .Header-logo img.img3,.bodySearch .Header-wrapper.HeaderW .Header-logo img.img3{opacity: 0;}
.Header-wrapper.HeaderW .Header-lang-menu,.bodyScroll .Header-lang-menu, .bodyMouse .Header-lang-menu, .bodySearch .Header-lang-menu, .noLucency .Header-lang-menu{color: #333;}
.Header-wrapper.HeaderW .Header-search-click,.bodyScroll .Header-search-click, .bodyMouse .Header-search-click, .bodySearch .Header-search-click, .noLucency .Header-search-click{color: #333;}
.bodySearch .Header-navbar,.bodySearch .Header-lang{visibility: hidden;opacity: 0;}
/* 不透明 */
.noLucency .Container-wrapper{margin-top: 100px;}
/* 底部 */
.Footer-wrapper{width: 100%;background: #fff;position: relative;z-index: 9;letter-spacing: 1px; }
.Footer-items{width: 100%;padding: 90px 0 30px;}
.Footer-navbar{width: 100%;user-select: none;display: flex;}
.Footer-navbar ul{justify-content: space-between;width: 60%;margin-right: 130px;}
.Footer-navbar li{width: auto;position: relative;}
.Footer-navbar li:first-child{width: 320px;}
.Footer-menu{font-size: 16px;color: #000;font-family: "B"; display: flex;}
.Footer-arrow{display: none;}
.Footer-drop{width: auto;height: 300px; margin-top:20px;display: flex;flex-direction: column;flex-wrap: wrap;margin-left: -50px;}
body.PC .Footer-drop{display: flex !important;}
.Footer-drop a{display: block;font-size: 14px;color: #555;font-family: "M";line-height: 1;padding: 10px 0;transition: all .4s ease;margin-left: 50px;}
.Footer-drop a:hover{color: #000;text-decoration: underline;}
.FooterCode-title,.FooterShop-title{font-family: "B";}
.FooterShop-list a{margin-right: 20px;width: 40px;height: 40px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: #f7f7f7;position: relative;transition: all .4s ease;}
.FooterShop-list a>img{transition: all .4s ease;}
.FooterShop-list a .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.FooterShop-list a:last-child{margin-left: 0;}
.FooterShop-list a:hover{background: #003386;}
.FooterShop-list a:hover .s{opacity: 0;}
.FooterShop-list a:hover .h{opacity: 1;}
.FooterShop-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 60px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.FooterShop-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;}
.FooterShop-img img{width: 100%;height: 100%;object-fit: cover;}
.FooterShop a:hover .FooterShop-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
.Footer-friend{width: 100%;display: flex;align-items: flex-start;margin-top: 20px;}
.Footer-friend-hint, .Footer-friend-link a {color: #969da6;line-height: 24px;font-size: 14px;}
.Footer-friend-link{flex: 1;}
.Footer-friend-link a{transition: all .4s ease;margin-right: 14px;}
.Footer-friend-link a:last-of-type{margin-right: 0;}
.Footer-friend-link a:hover{color: #fff;}
.Footer-copyright{width: 100%;padding: 38px 0;font-family: "B";}
.Footer-copyright .contain{align-items: center;}
.Footer-copyright .info{color: #000;line-height: 18px;font-size: 14px;}
.Footer-copyright .info.link{margin-left: 16px;}
.Footer-copyright .info p:not(:first-child){margin-left: 16px;}
.Footer-copyright .info a{transition: all .4s ease;}
.Footer-copyright .info a:hover{text-decoration: underline;}
/* 在线客服 */
.serPopup{display: none;border: 1px solid #003386;color: #003386; right: 1%;bottom: 50px;width: 44px;height: 44px;background: #fff;position: fixed;cursor: pointer;z-index: 9999;}
.serPopup-box{flex-direction: column;padding-top: 3px;}
.serPopup-box img{width: 50%;}
.serPopup-box .text{margin-top: -2px;font-size: 12px;transform: scale(.9);}

/* */



/* 置顶 */
.backTop{display: none;right: 1%;bottom: 110px;width: 44px;height: 44px;line-height: 44px;font-size: 23px;color: #fff;text-align: center;position: fixed;cursor: pointer;z-index: 9999;background: #003386;}
.backTop::after{content: "\e684";font-family: "icon";}
@media all and (max-width:1590px) {.backTop {right: 0.5%; bottom: 90px;}.serPopup{right: 0.5%; bottom: 30px;}}
@media all and (max-width:640px) {.backTop {right: 8px;bottom: 70px;width: 40px;height: 40px;background-size: 20px auto;}.serPopup{right: 8px;bottom: 20px;width: 40px;height: 40px;}}
/* 视频弹窗 */
.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;align-items: center;}
.popVideo-video video{max-width: 100%;max-height: 80vh;}
.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;}.popVideo-video video{width: 100%;max-height: unset;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}
/* 中间+共用部分 */
.Container-wrapper{width: 100%;}
.section{width: 100%;position: relative;overflow: hidden;}
.contain-1700,.contain-1600, .contain-1400, .contain{margin: 0 auto;}
.contain-1700{width: 92%;}
.contain-1600{width: 84%;}
.contain-1400{width: 1400px;}
.contain{width: 1280px;}

/* 防伪查询弹窗 */
/* 产品详情 */
.query-popup{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, .5);display: none;z-index: 99999;}
.query-popup-con{flex-direction: column; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-100%);background: #fff;width: 40%;padding: 50px;display: flex;align-items: center;justify-content: center;}
.query-popup-close{position: absolute;right: 20px;top: 20px;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;}
.query-popup-close::after{content: "\e64e";font-family: "icon";display: inline-block;font-size: 20px;color: #333;cursor: pointer;user-select: none;}
.query-popup.active{display: block;}
.query-popup.active .query-popup-con{animation: proPopup 1.2s  ease forwards;}
@keyframes proPopup {0%{transform: translate(-50%,-100%);opacity: 0;}100%{transform: translate(-50%,-50%);opacity: 1;}}

.code-popup{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, .5);display: none;z-index: 99999;}
.code-popup-con{flex-direction: column; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-100%);background: #fff;width: 400px;padding: 50px;display: flex;align-items: center;justify-content: center;}
.code-popup-list{justify-content: center;}
.code-popup-list li{display: none;width: 150px;}
.code-popup-close{position: absolute;right: 20px;top: 20px;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;}
.code-popup-close::after{content: "\e64e";font-family: "icon";display: inline-block;font-size: 20px;color: #333;cursor: pointer;user-select: none;}
.code-popup.active{display: block;}
.code-popup.active .code-popup-con{animation: proPopup 1.2s  ease forwards;}

.applet-popup{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, .5);display: none;z-index: 99999;}
.applet-popup-con{flex-direction: column; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-100%);background: #fff;width: 500px;padding: 50px;display: flex;align-items: center;justify-content: center;}
.applet-popup-list{justify-content: center;}
.applet-popup-list li{display: none;width: 150px;}
.applet-popup-close{position: absolute;right: 20px;top: 20px;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;}
.applet-popup-close::after{content: "\e64e";font-family: "icon";display: inline-block;font-size: 20px;color: #333;cursor: pointer;user-select: none;}
.applet-popup.active{display: block;}
.applet-popup.active .applet-popup-con{animation: proPopup 1.2s  ease forwards;}

#tinet-chat-visitor{opacity:0 !important;width:44px !important;height:44px !important;right:1% !important;bottom:50px !important}
#tinet-header .mu-appbar{background: #003386 !important;}
.chat-target__btn[data-v-fd3458e0]{color: #003386 !important;background: rgba(0, 51, 134, .4) !important;}
@media all and (max-width:1590px) {#tinet-chat-visitor{right: 0.5% !important; bottom: 30px !important}}
@media all and (max-width:640px) {#tinet-chat-visitor{right: 8px !important;bottom: 20px !important;width: 40px !important;height: 40px !important}}



/* -------------------------PC端--------------------------- */



/* -------------------------2k端--------------------------- */
@media all and (min-width:2000px) and (max-width:3000px) {
}
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    /* .contain-1700{width: 1550px;}
    .contain-1600{width: 1400px;} */
    .Footer-drop a{margin-left: 30px;}
    .Footer-drop{margin-left: -30px;}
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    /* .contain-1700{width: 1400px;} */
    .contain-1400{width: 1200px;}
    .contain{width: 1080px;}
    .Header-navbar li{margin: 0 13px;}
    .Footer-navbar ul{width: 70%;margin-right: 100px;}
    .Header-lang{margin-right: 15px;}
    .Header-pro-item img{height: 142px;}
    .contain-1600{width: 82%;}
}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    /* .contain-1700{width: 1100px;} */
    .contain-1400{width: 960px;}
    .contain{width: 880px;}
    .Header-lang{margin-right: 15px;}
    .Header-logo{width: 100px;}
    .Header-navbar li{margin:0 10px;}
    .Footer-navbar ul{margin-right: 50px;}
    .Footer-drop a{margin-left: 30px;}
    .Footer-drop{margin-left: -30px;}
    .Header-menu{font-size: 15px;}
    .Header-lang-menu span{font-size: 15px;}
    .Header-lang-menu i{font-size: 20px;}
    .Header-search-click{font-size: 15px;}
    .Header-search-click::before{font-size: 18px;}
    .Header-lang-menu span{display: none;}
    .Header-search-click span{display: none;}
    .Footer-drop a{margin-left: 20px;}
    .Footer-drop{margin-left: -20px;}

}
@media all and (max-width:1140px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    /* .Header-wrapper>.contain-1700{position: relative;} */
    .Header-menu{color: #333;}
    .Header-wrapper::after{background: rgba(0, 0, 0, 0.1);}
    .Header-logo img.s{opacity: 0;}
    .Header-logo img.h{opacity: 1;}
    .Header-lang-menu{color: #333;}
    .Header-search{margin-right: 12px;}
    .Header-search-click{color: #333;}
    .Header-search-click span{display: none;}
    .bodySearch .Header-navbar{visibility: visible;opacity: 1;}
    .noLucency .Container-wrapper{margin-top: 70px;}
    .contain-1700,.contain-1600, .contain-1400, .contain{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{width: 100%;}
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 70px;}
    .Header-logo{width: 110px;}
    .Header-navclick{display: flex;height: 70px;}
    .Header-lang{margin: 0 12px 0 4px;}
    .Header-search-click::before{margin-right: 0;}
    .Header-lang-more{width: 120px;margin-left: -60px;top: 60px;}
    .Header-lang-more a{padding: 6px 0;}
    .Header-lang-menu span{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;}
    .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;line-height: 44px;font-size: 18px;font-style: normal;color: #666;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-arrow::after{content: "\e61f";font-family: "icon";}
    .Header-arrow.active::after{content: "\e61e";}
    .Header-navbar li:hover .Header-menu{color: #666 !important;}
    .Header-navbar li.active .Header-menu{color: #003386 !important;}
    .Header-drop,.Header-drop.pro {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 4%;}
    /* .Header-navbar li .Header-pro-item img{height: auto;width: 100%;} */
    .Header-navbar li .Header-pro-item{width: calc((100% - 10px*3)/3);margin:20px 0 0  10px !important;}
    .Header-drop a {justify-content: flex-start;padding: 0;margin-left: 15px !important;}
    /* .Header-drop a:first-child{margin-left: 0 !important;} */
    .Header-pro-list{justify-content: flex-start;flex-wrap: wrap;margin-left: -10px;padding: 0;}
    .Header-pro-item img{height: 100px;}
    .Header-search-item {display: none;position: fixed; 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: #003386;z-index: 2;color: #fff;}
    .Footer-items{padding: 20px 0 15px;}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar ul{width: 100%;margin: 0;}
    .Footer-icon{width: 100%;margin-top: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;}
    .Footer-navbar{width: 100%;flex-wrap: wrap;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;align-items: center;position: relative;}
    .Footer-arrow{display: block;width: 44px;height: 40px;line-height: 40px;font-size: 18px;font-style: normal;color: #000;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: 10px 0;}
    .Footer-drop{display: none;margin-top: 0;height: auto;}
    .FooterCode {margin-top: 0;width: auto;}
    .FooterShop-list a{width: 34px;height: 34px;}
    .FooterShop-list a>img{width: 16px;}
    .Footer-friend{display: none;}
    .Footer-copyright {padding: 20px 0;}
    .Footer-copyright .info.text{display: block;font-size: 12px;}
    .Footer-copyright .info a{font-size: 12px;}
    .Footer-copyright .info.text p{display: inline;}
    .Footer-copyright .info.link{width: 100%;margin: 8px 0 0;}
    .Footer-copyright .info p:not(:first-child) {margin-left: 12px;}
    .Header-lang-menu i{font-size: 20px;}
    .Header-search-click::before{font-size: 20px;}
    .Header-logo img.img3{display: none;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .FooterCode a,.FooterShop-list a{margin-right: 15px;}
    .FooterCode-list,.FooterShop-list{margin-top: 20px;}
    .FooterShop{margin-top: 0;}
    .footer-phone{width: 100%;margin-top: 30px;}
    .query-con{width: 80%;padding: 20px;}
    .query-close{right: 5px;top: 5px;}
    .query-close::after{font-size: 16px;}
    .code-popup-con{width: 80%;padding: 15px;}
    .code-popup-close{right: 5px;top: 5px;}
    .code-popup-close::after{font-size: 16px;}
    .applet-popup-con{width: 80%;padding: 40px 15px 15px;}
    .applet-popup-close{right: 5px;top: 5px;}
    .applet-popup-close::after{font-size: 16px;}
    /* .Header-pro-list{flex-wrap: wrap;width: 100%;white-space: nowrap;justify-content: space-between;}
    .Header-pro-item{width: 30%;}
    .Header-pro-item img{height: 100px;}
    .Header-drop a{margin:15px  0 !important;} */
    /* .Header-pro-text{padding: 0 29px;} */
}