
/* ====================公共样式========================= */
/* 头部 */
.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-logo{float: left;height: 90px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{height: auto;}
.Header-logo img.s{display: block;}
.Header-logo img.h{display: none;}
.logoSlogan{float:left;height:90px;display:flex;justify-content:center;flex-direction:column;padding-left:18px;margin-left:22px;position:relative}
.logoSlogan:after{content:'';width:1px;height:50%;border-left:1px dashed #c6c6c6;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.logoSlogan p{font-size:20px;color:#555;display:flex;align-items:center;line-height:1}
.logoSlogan p+p{margin-top:5px}
.logoSlogan i{width:5px;height:5px;border-radius:50%;background:#555;display:block;margin:0 6px}

.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('../image/lang.svg') no-repeat left center /20px auto;line-height: 22px;font-size: 14px;color: #777;font-family: Arial;}
.Header-lang.active .Header-lang-menu span{color: #005bac;}
/* 多个语言 */
.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: #005bac;}
.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('../image/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('../image/close.svg') no-repeat center/20px auto;}
.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('../image/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}

.Header-navbar{float: right;margin-right: 70px;visibility: visible;opacity: 1;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 40px;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: 90px;display: flex;align-items: center;font-size: 20px;color: #555;transition: color .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #005bac!important}
.Header-arrow{display: none;}
.Header-navbar li:hover .Header-drop{opacity:1;visibility:visible;transform:translateY(0);transition:transform .6s ease}
.Header-drop{position:absolute;top:90px;left:50%;width:314px;margin-left:-157px;padding-top:30px;opacity:0;visibility:hidden;transform:translateY(-20px)}
.Header-drop.style2{width:1075px;margin-left:-537.5px}
.Header-drop:after{content:"";width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #fff;position:absolute;top:14px;left:50%;transform:translateX(-50%)}
.Header-drop .in{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 40px rgba(17,58,93,.1)}
.Header-drop.style1 a{display:block;width:100%;height:76px;line-height:76px;font-size:18px;color:#444;text-align:center;transition:all .4s ease;position:relative;z-index:1}
.Header-drop.style1 a:after{content:'';width:100%;height:100%;background:url(../image/Header-drop-bg.jpg) no-repeat right/cover;position:absolute;left:0;right:0;z-index:-1;opacity:0;transform:translateX(100%);transform-origin:right center;transition:opacity .4s ease}
.Header-drop.style1 a.active,.Header-drop.style1 a:hover{background:#005bac;color:#fff}
.Header-drop.style1 a:hover:after{opacity:1;transform:translateX(0);transition:transform .4s ease .2s}
.Header-drop.style2 .in{display:flex;padding:50px 60px;justify-content:space-between}
.Header-drop.style2 .lft{width:55%;display:flex;flex-direction:column;height:304px;flex-wrap:wrap;align-content:space-between;margin-top:-24px}
.Header-drop.style2 .lft a{font-size:18px;padding:24px 0;border-bottom:1px solid #e7e9ec;width:44%;transition:border .4s ease,color .4s ease}
.Header-drop.style2 .lft a:hover{color:#005bac;border-bottom-color:#005bac}
.Header-drop.style2 .rgt{width:38%;height:280px}
.Header-drop.style2 .rgt img:not(:first-of-type){display:none}
.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:after,.Header-navclick span:before{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 .3s ease forwards;-webkit-animation:buttonAnimation .3s ease forwards;animation:buttonAnimation .3s ease forwards}
.Header-navclick.active span:before{-moz-animation:buttonAnimationBefore .3s ease forwards;-webkit-animation:buttonAnimationBefore .3s ease forwards;animation:buttonAnimationBefore .3s ease forwards}
.Header-navclick.active span:after{-moz-animation:buttonAnimationAfter .3s ease forwards;-webkit-animation:buttonAnimationAfter .3s ease forwards;animation:buttonAnimationAfter .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 .logoSlogan p{color:#fff}
body.Lucency .logoSlogan i{background: #fff}
body.Lucency .Header-menu{color: #fff}
body.Lucency .Header-search-click{background-image: url('../image/searchW.svg');}
body.Lucency .Header-lang-menu span{color: #fff;background-image: url('../image/langW.svg');}
/* -- */
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: #555}
body.Lucency.Mouse .Header-search-click{background-image: url('../image/search.svg');}
body.Lucency.Mouse .Header-lang-menu span{color: #747474;background-image: url('../image/lang.svg');}
body.Lucency.Mouse .logoSlogan p{color:#555}
body.Lucency.Mouse .logoSlogan i{background: #555}
/* -- */
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 .logoSlogan p{color: #555}
body.Lucency.onSearch .logoSlogan i{background: #555}
body.Lucency.onSearch .Header-menu{color: #747474;}
body.Lucency.onSearch .Header-search-click.active{background-image: url('../image/close.svg');}
body.Lucency.onSearch .Header-lang-menu span{color: #747474;background-image: url('../image/lang.svg');}

/* 底部 */
.Footer-wrapper{width:100%;background:#0b233b url(../image/footer-bg.jpg) no-repeat center;position:relative;z-index:9}
.Footer-heading{display:flex;align-items:center}
.Footer-heading .tit{color:#fff;font-size:30px;line-height:1;margin-left:15px}
.Footer-items{width:100%;padding:95px 0 22px}
.Footer-navbar{width:100%;overflow:hidden;user-select:none;margin-top:70px}
.Footer-navbar ul{display:flex}
.Footer-navbar li{width:16.66%;position:relative}
.Footer-navbar li+li{padding-left:55px}
.Footer-navbar li+li:after{content:'';top:10px;left:0;border-left:1px dashed #223a51;height:70%;position:absolute}
.footer-contact{text-align:right}
.footer-contact .tit{font-size:28px;color:#fff;line-height:1}
.footer-contact p{color:#fff;font-size:15px;letter-spacing:.5em;margin-top:10px}
.footer-contact .qr-code{width:132px;height:132px;padding:9px;background:#fff;border-radius:5px;margin:10px 0 0 auto}
.Footer-menu{font-size: 24px;color: #fff;display: block;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 15px;color: #9ca9b5;line-height: 1;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;}
.Footer-copyright{width: 100%;border-top: 1px solid #182f44;padding: 48px 0;}
.Footer-copyright h6, .Footer-copyright p{color: #9ca9b5;line-height: 18px;}
.Footer-copyright h6{font-size: 15px;float: left;}
.Footer-copyright p{font-size: 15px;float: right;}
.Footer-copyright .beian{padding-left: 12px}

.FooterCode{width: 100%;font-size: 0;margin-top: 60px;display: flex;justify-content: flex-end}
.FooterCode a{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;width: 26px;height: 26px;background: #fff;border-radius: 50%;transition: color .4s ease,background-color .4s ease;color: #0b243b}
.FooterCode a:hover{color: #fff}
.FooterCode a.wx:hover{background: #07c160}
.FooterCode a.wb:hover{background: #ff8200}
.FooterCode a.qq:hover{background: #12b7f5}
.FooterCode a+a{margin-left: 5px}
.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: #005bac url('../image/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: 90px;*/}
.contain{margin: 0 auto;width: 1600px}


/* 视频弹窗 */
.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('../image/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{width: 1400px}
    .Footer-items{padding-top: 80px}
    .Footer-menu{font-size: 18px}
    .Header-menu{font-size:18px}
    .footer-contact .tit{font-size: 20px}
    .FooterCode{margin-top: 40px}
    .Footer-copyright{padding: 30px 0}
    .Footer-navbar{margin-top: 50px}
    .Header-navbar li{margin: 0 20px}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1200px}
    .Header-navbar li{margin: 0 20px}
    .Header-navbar{margin-right: 30px}
    .Header-menu{font-size: 16px}
    .logoSlogan p{font-size: 16px}
    .Header-drop.style1 a{height: 70px;line-height: 70px}
    .Header-drop{margin-left: -140px;width: 280px}
    .Header-drop.style1 a{font-size: 16px}
    .Header-drop.style2 .in{padding: 50px 40px}
    .Header-drop.style2 .lft a{padding: 20px 0}
    .Header-drop.style2 .lft{margin-top: -20px;height: 272px}
    .Header-drop.style2 .rgt{height: 252px}
    .Header-drop.style2{width: 960px;margin-left: -480px}
    .Footer-heading .tit{font-size: 24px}
    .Footer-drop{margin-top:3px}
    .Footer-drop a{font-size: 14px}
    .Footer-navbar li+li{padding-left: 26px}
    .Footer-menu{font-size: 18px}
    .footer-contact .tit{font-size: 20px}
    .footer-contact p{letter-spacing: 0.2em}
    .footer-contact .qr-code{width: 120px;height: 120px;padding: 5px}
    .FooterCode{margin-top: 20px}
    .Footer-navbar{margin-top: 30px}
    .Footer-copyright h6,.Footer-copyright p{font-size: 14px}
    .Footer-copyright{padding: 20px 0}
    .Footer-items{padding-top: 60px}
    .Header-logo img{height:50px}
}

@media all and (max-width:1439px) {
    /* 1360 */
    .contain{width: 1200px}
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .logoSlogan p{font-size:14px}
    .Header-navbar{margin-right:20px}
    .contain{width: 960px}
    .logoSlogan{padding-left: 12px;margin-left: 15px}
    .logoSlogan p{font-size: 15px}
    .Header-menu{font-size: 16px}
    .Header-navbar li{margin: 0 10px}
    .Header-drop.style2 .lft a{font-size: 16px;padding: 10px 0}
    .Footer-navbar ul{flex-wrap: wrap}
    .Footer-navbar li.footer-contact{width: 100%;padding: 0;margin-top: 20px}
    .footer-contact .qr-code{margin: 10px auto 0}
    .Footer-navbar li{width: 20%;text-align: center}
    .Footer-items{padding-top: 50px}
    .Footer-drop a{padding: 5px 0}
    .Footer-copyright .beian{padding-left: 5px}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain{width: 92%;}
    .Container-wrapper{margin-top: 0px;}
    .com-banner{ display:none}
    .Header-wrapper .contain{width: 100%;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .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-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../image/select.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: #005bac !important;}
    .Header-drop,.Header-drop.style2{position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;display: none;opacity: 1;visibility: visible;transform: none}
    .Header-drop .in{box-shadow: none}
    .Header-drop.style2 .in{padding: 0 4%}
    .Header-drop.style1 a{height: 36px;line-height: 36px;text-align: left}
    .Header-drop.style2 .lft{height: auto;margin: 0;width: 50%}
    .Header-drop.style2 .lft a{width: 100%;line-height: normal;height: auto}
    .Header-drop.style2 .rgt{width: 45%}
    .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: #005bac url('../image/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('../image/close.svg') !important;}
    .Header-search-click {background-image: url('../image/search.svg') !important;}
    .logoSlogan{height: 60px}
    .logoSlogan p{font-size: 14px}
    .Header-drop:after{display: none}

    .Footer-items{padding: 32px 0 36px;}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;text-align: left}
    .Footer-navbar li+li{padding: 0}
    .Footer-navbar li.footer-contact{padding: 0 4%;text-align: center}
    .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('../image/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;}
    .Footer-copyright h6,.Footer-copyright p{width: 100%;text-align: center}
    .Footer-copyright p{margin-top: 10px}
    .Footer-copyright {padding: 20px 0;}
    .FooterCode {text-align: center;margin-top: 20px;justify-content: center}
    .Footer-heading{padding: 0 4%}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Header-drop.style2 .in{flex-wrap: wrap}
    .Header-drop.style2 .lft{width: 100%}
    .Header-drop.style2 .rgt{display: none}
}