

/* ====================公共样式========================= */

/* 头部 */

.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 60px;}



.Header-logo{float: left;height: 90px;display: flex;align-items: center;position: relative;z-index: 999;transition: height .4s ease;}

.Header-logo img{height: auto;}

.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: 90px;transition: height .4s ease;}
.Header-lang-menu span{display: block;padding-left: 22px;background: url('../img/lang.svg') no-repeat left center /20px auto;line-height: 22px;color: #777;font-family: Arial;font-size: 0}
.Header-lang.active .Header-lang-menu span{color: #007f83;}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 130px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 90px;left: 50%;margin-left: -65px;}
.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: #008a45;}
.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('../img/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;transition: height 0.4s ease;}

.Header-search-click.active{background: url('../img/close.svg') no-repeat center/20px auto;}

.Header-search-item{display: none;position: absolute;width: 100%;height: 90px;align-items: center;transition: height .4s ease, background .4s ease;top: 0;left: 0;z-index: 99;text-align: right;}

.Header-search-item .contain{padding: 0 154px 0 0 !important;}

.Header-search-item.active{display: flex;}

.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: 18px;color: #555;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('../img/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}

body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}



.Header-navbar{float: right;visibility: visible;opacity: 1;}

body.PC .Header-navbar{display: block !important;}

.Header-navbar li{float: left;position: relative;z-index: 9;}

.Header-menu{position: relative;padding: 0 30px;height: 90px;display: flex;align-items: center;font-size: 18px;color: #555;transition: color .4s ease, height .4s ease;}

.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #008a45!important;}

.Header-arrow{display: none;}

.Header-drop{visibility: hidden;opacity: 0;transform: translateY(16px);pointer-events: none;transition: all .4s ease;position: absolute;background: rgba(255, 255, 255, 0.95);left: 50%;width: 180px;margin-left: -90px;box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);border-radius: 5px;}

.Header-drop.toShow{visibility: visible;opacity: 1;transform: translateY(0);pointer-events: auto;}

.Header-drop::before{content: "\f034d";position: absolute;font-family: "iconfont";z-index: 2;font-size: 36px;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: -14px;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: 54px;line-height: 54px;font-size: 18px;color: #555;text-align: center;transition: all .4s ease;position: relative;z-index: 3;}

.Header-drop a.active, .Header-drop a:hover{background-color:#008a45;color: #fff;}

.Header-drop-mix.Header-drop{width: 980px;margin-left: -490px;padding: 64px;}

.Header-drop-menu{width: 400px;float: left;}

.Header-drop-menu a{width: 160px;float: left;height: 76px;line-height: 75px;border-bottom: 1px solid #e7e9ec;text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.Header-drop-menu a:nth-child(2n){float: right;}

.Header-drop-menu a:nth-child(-n+2){height: 52px;line-height: normal;}

.Header-drop-menu a:nth-child(-n+2)::after{background-position: center top 4px;}

.Header-drop-menu a::after{content: "";position: absolute;width: 10px;height: 100%;top: 0;right: 0;background: url('../img/menuArr.png') no-repeat center;opacity: 0;transition: all .4s ease;}

.Header-drop-menu a::before{content: "";position: absolute;width: 0;left: 0;bottom: -1px;height: 1px;background: #008a45;transition: all .4s ease;}

.Header-drop-menu a.active, .Header-drop-menu a:hover{background: transparent;color: #008a45;}

.Header-drop-menu a.active::after, .Header-drop-menu a:hover::after{opacity: 1;}

.Header-drop-menu a.active::before, .Header-drop-menu a:hover:before{width: 100%;}

.Header-drop-img{width: 363px;float: right;text-align: center;}

.Header-drop-img img{max-width: 100%;object-fit: cover;max-height: 280px;}



.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: #555;display: block;position: relative;transition: all .2s linear;}

.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #555;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: url('../img/Hbg.png') repeat-x left top/100% 100%;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;height: 128px;}

body.Lucency .Header-search-click{background-image: url('../img/searchW.svg');height: 128px;}

body.Lucency .Header-logo{height: 128px;}

body.Lucency .Header-search-item{height: 128px;}
body.Lucency .Header-lang-menu{height: 128px;}
body.Lucency .Header-lang-menu span{background: url('../img/langW.svg') no-repeat left center /20px auto;}

body.Lucency .Header-search-item input[type="text"]{border-bottom: 1px solid rgba(255, 255, 255, 0.5);color: #fff;}

body.Lucency.onSearch .Header-search-click.active{background-image: url('../img/closeW.svg');}

body.Lucency.onSearch .Header-search-item button{background-image: url('../img/searchW.svg');}



/* 底部 */

.Footer-wrapper{width: 100%;background: #292929 url('../img/Fbg.jpg') no-repeat center bottom;position: relative;z-index: 9;}

.Footer-items{width: 100%;padding: 110px 0 100px;display: flex;flex-wrap: wrap;justify-content: space-between;
    /* 二维码变更摆放样式，改为背景图展示 */
    background-image: url('../img/背景二维码.png');
    background-repeat: no-repeat;
    background-position: center;
}

.Footer-navbar{
    /*width: 1264px;*/
    width: 100%; /* 二维码变更摆放样式，改为背景图展示 */
    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: #999;line-height: 1;padding: 8px 0;transition: all .4s ease;}

.Footer-drop a:hover{color: #008a45;}

.FooterCode{width: 179px;font-size: 0;float: right;text-align: center;
    display:none; /* 二维码变更摆放样式，改为背景图展示 */
}

.FooterCode img{max-width: 100%;object-fit: cover;
    margin-top: 10px;
}
.FooterCode img:first-child{
    margin-top: 0;
}


.Footer-copyright{width: 100%;border-top: 1px solid #424242;padding: 48px 0;font-size: 0;}

.Footer-copyright-info{float: left;}

.Footer-copyright-link{float: right;}

.Footer-copyright-info h6, .Footer-copyright-info a, .Footer-copyright-link a{display: inline-block;vertical-align: middle;font-size: 15px;color: #999;transition: all .4s ease;line-height: 22px;}

.Footer-copyright-info a:hover, .Footer-copyright-link a:hover{color: #008a45;}

.Footer-copyright-info a{margin-left: 16px;}

.Footer-copyright-link a{padding-left: 26px;background-repeat: no-repeat;background-position: left center;margin-left: 20px;}

.Footer-copyright-link a{background-image: url('../img/Fic1.png');margin-left:20px;}

.Footer-copyright-link a:last-child{background-image: url('../img/Fic2.png');}



/* 悬浮右侧 */

.sideBar-wrapper{position: fixed;z-index: 9999;right: 0px;top: 50%;transform: translateY(-50%);}

.sideBar-wrapper li{position: relative;margin-top: 2px;}

.sideBar-wrapper li:first-child{margin-top: 0;}

.sideBar-icon{display: flex;width: 53px;height: 50px;border: 1px solid #10b3e5;border-radius: 5px;position: relative;align-items: center;justify-content: center;overflow: hidden;}

.sideBar-icon img{width: auto;position: absolute;z-index: 2;transition: all .4s ease;}

.sideBar-icon img.s{opacity: 1;}

.sideBar-icon img.h{opacity: 0;}

.sideBar-icon::before{content: "";width: 100%;height: 100%;top: 0;left: 0;position: absolute;background: #10b3e5;transition: all .4s ease;}

.sideBar-wrapper li:hover .sideBar-icon::before{background: #fff;}

.sideBar-wrapper li:hover .sideBar-icon img.s{opacity: 0;}

.sideBar-wrapper li:hover .sideBar-icon img.h{opacity: 1;}

.sideBar-info{display: none;position: absolute;right: 53px;width: 184px;padding-right: 16px;top: 50%;transform: translateY(-50%);}

.sideBar-info::after{content: "";width: 0;height: 0;border-style: solid;border-width: 10px 0 10px 10px;border-color: transparent transparent transparent#fff;position: absolute;top: 50%;margin-top: -10px;right: 6px;}

.sideBar-info p{display: flex;align-items: center;justify-content: center;width: 100%;;height: 50px;border-radius: 5px;background: #fff;box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);font-size: 18px;font-weight: 700;color: #2db0df;}

.sideBar-info p img{width: 140px;height: 140px;}

.sideBar-info.address{width: 342px;}

.sideBar-info.code p{height: auto;padding: 14px 0;}

.sideBar-wrapper li:hover .sideBar-info{display: block;}

@media all and (max-width:1439px) {

    .sideBar-wrapper {right: 12px;}

}

@media all and (max-width:640px) {

    .sideBar-wrapper {right: 4px;display: none;}

    .sideBar-icon {width: 42px;height: 40px;}

    .sideBar-wrapper li {margin-top: 4px;}

    .sideBar-info p{font-size: 16px;height: 40px;}

    .sideBar-info {right: 42px;width: 176px;}

    .sideBar-info::after {border-width: 8px 0 8px 8px;margin-top: -8px;right: 8px;}

    .sideBar-info.code p {padding: 10px 0;}

}



/* 中间+共用部分 */

.Container-wrapper{width: 100%;margin-top: 90px;}

.contain-1600, .contain-1520, .contain-1750,.contain{margin: 0 auto;}

.contain-1600{width: 1600px;}

.contain-1520{width: 1520px;}
/*.contain-1750{width:1750px;}*/
.contain-1750{max-width:1750px;}

.contain{width: 1280px;}

.contain-max{width: 100%;padding: 0 110px;}











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

@media all and (max-width:1700px) {

    /* 1600 × (900) */

    .contain-1600{width: 1400px;}

    .contain-1520{width: 1400px;}

    .Footer-navbar {
        /*width: 1070px;*/
        width: 100%; /* 二维码变更摆放样式，改为背景图展示 */
    }

    .Header-menu {padding: 0 30px;}

    .Header-search-item .contain{padding: 0 140px 0 0 !important;}

}



@media all and (max-width:1599px) {

    /* 1440 × (700)  */

    .contain-1600, .contain-1520{width: 1200px;}

    .contain{width: 1080px;}

    .contain-max {padding: 0 80px;}

    .Header-menu {padding: 0 20px;}

    .Footer-items {padding: 90px 0 80px;}

    .Footer-navbar {
        /*width: 990px;*/
        width: 100%; /* 二维码变更摆放样式，改为背景图展示 */
    }

    .Header-drop-mix.Header-drop {width: 880px;margin-left: -440px;padding: 42px;}

    .Header-drop-menu{width: 360px;}

    .Header-search-item .contain{padding: 0 132px 0 0 !important;}

}



@media all and (max-width:1450px) {

    /* 1360 */

    .Header-menu {padding: 0 12px;}

    .Header-drop {width: 280px;margin-left: -140px;}

    .Header-drop a {height: 68px;line-height: 68px;}

    .Header-drop-img {width: 280px;}

    .Header-drop a {height: 58px;line-height: 58px;}

    .Header-drop-menu a:nth-child(-n+2){height: 42px;}

    .Header-drop-mix.Header-drop {width: 770px;margin-left: -385px;padding: 40px;}

    .Header-search-item .contain{padding: 0 128px 0 0 !important;}

    .Footer-copyright-info, .Footer-copyright-link{width: 100%;}

    .Footer-copyright-link{margin-top: 12px;}

}



@media all and (max-width:1359px) {

    /* 1280 */

    .Footer-navbar {
        /*width: 870px;*/
        width: 100%; /* 二维码变更摆放样式，改为背景图展示 */
    }

    .Footer-menu {font-size: 20px;}

    .Footer-items {padding: 80px 0 70px;}


    .Header-menu {padding: 0 20px;}

    .Header-search-item .contain{padding: 0 124px 0 0 !important;}

}



@media all and (max-width:1279px) {

    /* 1152 × (700) */

    .contain-1600, .contain-1520{width: 960px;}

    .contain{width: 880px;}

    .contain-max {padding: 0 4%;}

    .Footer-items {padding: 70px 0 60px;}

    .Footer-copyright {padding: 40px 0;}

    .Header-wrapper .contain {padding: 0 4%;}

    .Header-menu {padding: 0 14px;}

    .Header-drop {width: 240px;margin-left: -120px;}

    .Footer-navbar {width: 800px;}

    .Header-search-item .contain{padding: 0 104px 0 0 !important;}

}



@media all and (max-width:1151px) {

    /* 1024 */

    .Header-menu {padding: 0 6px;}

    .Header-drop-mix.Header-drop {width: 740px;margin-left: -370px;padding: 30px;}

    .Header-drop {width: 220px;margin-left: -110px;}

    .Header-drop-menu {width: 356px;}

    .Footer-navbar {
        /*width: 700px;*/
        width: 100%; /* 二维码变更摆放样式，改为背景图展示 */
    }

    .Footer-menu {font-size: 18px;}

    .Header-search-item .contain{padding: 0 92px 0 0 !important;}



    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}

    .Header-search-item{background: #fff;}

    .Header-logo, .Header-search-click, .Header-wrapper{transition: none;}

    body.NoGap .Container-wrapper{margin-top: 90px;}

    body.Lucency .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}

    body.Lucency .Header-logo img.s{display: block;}

    body.Lucency .Header-logo img.h{display: none;}

    body.Lucency .Header-menu{color: #555;height: 90px;}

    body.Lucency .Header-search-click{background-image: url('../img/search.svg');height: 90px;}

    body.Lucency .Header-logo{height: 90px;}

    body.Lucency .Header-search-item{height: 90px;}
    body.Lucency .Header-lang-menu{height: 90px;}
    body.Lucency .Header-lang-menu span {background: url(../img/lang.svg) no-repeat left center /20px auto;}

    body.Lucency .Header-search-item input[type="text"]{border-bottom: 1px solid rgba(0, 0, 0, 0.1);color: #555;}

    body.Lucency.onSearch .Header-search-click.active{background-image: url('../img/close.svg');}

    body.Lucency.onSearch .Header-search-item button{background-image: url('../img/search.svg');}

}





/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {

    /* 平板设备 720 适配 */

    body.NoGap .Container-wrapper{margin-top: 60px;}

    body.Lucency .Header-menu{height: 60px;}

    body.Lucency .Header-search-click{height: 60px;}

    body.Lucency .Header-logo{height: 60px;}

    body.Lucency .Header-search-item{height: 45px;}
    body.Lucency .Header-lang-menu{height: 60px;}

    .Header-search-item.active{display: block;}



    .contain-1600, .contain-1520, .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, .Header-search-click{height: 60px;}

    .Header-logo{margin-left: 4%;}

    .Header-logo img{max-height: 41px;}

    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang {margin: 0 12px;}
    .Header-lang-menu {height: 60px; }


    .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('../img/arrD.svg') no-repeat center /18px auto;}

    .Header-arrow.active{transform: rotate(180deg);}

    .Header-navbar li:hover .Header-menu{color: #555 !important;}

    .Header-navbar li.active .Header-menu{color: #008a45!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 a {height: 36px;line-height: 36px;text-align: left;padding: 0 4%;font-size: 16px;}

    .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: 0 !important;}

    .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: #008a45url('../img/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}

    .Header-search-click.active {background-image: url('../img/close.svg') !important;}

    .Header-search-click {background-image: url('../img/search.svg') !important;}

    .Header-drop-menu{width: 100%;}

    .Header-drop-img{display: none;}

    .Header-drop-mix.Header-drop{padding: 10px 4%;width: 100%;}

    .Header-drop-menu a{width: 42%;padding: 0;border-bottom: none;height: 40px !important;line-height: 40px !important;}

    .Header-drop-menu a::after{opacity: 1;background-position: center !important;}

    .Header-drop-menu a::before{display: none;}



    .Footer-wrapper .contain-max{padding: 0;}

    .Footer-items{padding: 32px 0 40px;
        background-image: none; /* 二维码变更摆放样式，改为背景图展示 */
    }

    .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('../img/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: 28px;width: 100%;
        display: block; /* 二维码变更摆放样式，改为背景图展示 */
    }
    .FooterCode img{
        margin-top: 0;
        margin-left: 10px;
    }
    .FooterCode img:first-child{
        margin-left: 0;
    }

    .Footer-copyright {padding: 24px 4%;}

    .Footer-copyright-info a {margin-left: 0;}

    .Footer-copyright-link a{width: 100%;margin-top: 8px;margin-left: 0;}

    .Footer-copyright-link a:first-child{margin-top: 0;}

}

@media all and (max-width:640px) {

    /* 移动终端以上 360 适配 */

}