
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: relative;z-index: 99999;top: 0;left: 0;background: transparent;user-select: none;transition: background .4s ease;}
.Header-wrapper .contain{width: 92%!important;}
.Header-wrapper::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: rgba(247, 247, 247, 1);transition: all .4s ease;pointer-events: none;}

.Header-logo{float: left;width: 120px;height: 80px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;max-height: 70%;position: absolute;transition: all .4s ease;}
.Header-logo img.s{opacity: 1;}
.Header-logo img.h{opacity: 0;}

.Header-lang{float: right;position: relative;z-index: 999;display: flex;flex-wrap: wrap;align-items: center;height: 80px;}
.Header-lang-menu{display: flex;align-items: center;justify-content: center;transition: all .4s ease;color: #888888;}
.Header-lang-menu i{margin-right: 5px;color: #000000;}
.Header-lang-menu:first-child{}
.Header-lang-menu:hover{color: #fe2620;}
.Header-lang-menu::after {content: "";position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;width: 0;opacity: 0;background: #fe2620;height: 2px;transition: width .4s ease 0s, opacity .2s ease .2s;z-index: 1;}
.Header-lang-menu:hover::after{opacity: 1;width: calc(100% - 0px);transition: width .4s ease .2s,opacity .2s ease;}
.Header-lang-menu.active{color: #;background: #fe2620;}
.Header-lang-drop {display: none;position: absolute;background: #ffffff;top: 80px;left: 50%;padding: 20px 0;width: 120px;margin-left: -60px;}
.Header-lang-drop a {display: flex;align-items: center;justify-content: center;width: 100%;padding: 0 30px;transition: all .4s ease;text-align: center;white-space: nowrap;height: 54px; color: #888888;}
.Header-lang-drop a.active, .Header-lang-drop a:hover{background: rgba(255, 37, 111, .05);color: #fe2620;}


.Header-search{float: right;margin-right: 20px;}
.Header-search-click{height: 80px;cursor: pointer;position: relative;z-index: 999;display: flex;justify-content: center;align-items: center;color: #888888;}
.Header-search-click:hover{color: #fe2620;}
.Header-search-click i{margin-right: 5px;color: #000000;}
.Header-search-click.active{}
.Header-search-click .icon-close {display: none;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 80px;line-height: 80px;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 162px;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input{width: 0px;height: 40px;border-bottom: 1px solid rgba(247, 247, 247, 1);transition: border .4s ease;background: transparent;margin-right: 50px;}
.Header-search-item input:focus{border-bottom: 1px solid #f0f0f0;}
.Header-search-item.active input{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 420px;}}
.Header-search-item button{width: 50px;height: 40px;background: none;cursor: pointer;margin-right: 0;}
.Header-search-item button i{display: none;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}

.Header-navbar{float: left;position: relative;text-align: center;top: 0;left: 0;z-index: 4;visibility: visible;opacity: 1;transition: visibility .4s ease,opacity .4s ease;}
body.PC .Header-navbar{}
.Header-navbar ul{display: flex;justify-content: space-between;}
.Header-navbar li{z-index: 9;position: relative;}
.Header-menu{position: relative;height: 80px;padding: 0 50px;display: flex;align-items: center;font-size: 16px;font-family: 'SamsungOne300';transition: color .4s ease;}
.Header-menu::after{content: "";position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;width: 0;opacity: 0;background: #fe2620;height: 2px;transition: width .4s ease 0s,opacity .2s ease .2s;}
.Header-menu i{margin-left: 5px;color: #888888;}
.Header-navbar li:hover{z-index: 11;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #fe2620;}
.Header-navbar li:hover .Header-menu i, .Header-navbar li.active .Header-menu i{color: #fe2620;}
.Header-navbar li:hover .Header-menu::after, .Header-navbar li.active .Header-menu::after{opacity: 1;width: calc(100% - 100px);transition: width .4s ease .2s,opacity .2s ease;}
.Header-arrow{display: none;}
/* -- */
.Header-drop{display: none;position: absolute;background: #ffffff;top: 80px;}
.Header-navbar li.Header-other .Header-drop{width: 200px;left: 50%;margin-left: -100px;padding: 20px 0;}
.Header-navbar li.Header-other .Header-drop a{display: flex;width: 100%;height: 54px;align-items: center;font-size: 14px;color: #888888;transition: all .4s ease;padding: 0 30px;font-family: 'SamsungOne100';}
.Header-navbar li.Header-other .Header-drop a.active, .Header-navbar li.Header-other .Header-drop a:hover{background: rgba(255, 37, 111, .05);color: #fe2620;}
/* -- */
.Header-navbar li.Header-solutions .Header-drop, .Header-navbar li.Header-products .Header-drop{left: 0;}
.Header-solutions-contain{width: 100%;margin: 0 auto;padding: 70px 0;}
.Header-solutions-ul{display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: center;}
.Header-solutions-items{width: auto;text-align: center;position: relative;padding: 0 24px;}
.Header-solutions-items .name{display: block;width: 100%;font-size: 16px;color: #222;height: 34px;line-height: 1.1;transition: all .4s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.Header-solutions-items a.name:hover{color: #fe2620;}
.Header-solutions-items .img{width: 188px;display: block;transition: all .4s ease;position: relative;margin: 0 auto;}
.Header-solutions-items .img img{width: 100%;object-fit: cover;position: relative;z-index: 2;}
.Header-solutions-items .img:hover{transform: scale(1.16);}
.Header-solutions-items::after{content: "";position: absolute;width: 1px;height: calc(100% - 34px);background: #e3e3e3;right: 0;bottom: 0;}
.Header-solutions-items:first-child{padding-left: 0;}
.Header-solutions-items:last-child{padding-right: 0;}
.Header-solutions-items:last-child:after{display: none;}
.Header-solutions-items .img:hover{z-index: 4;}
.Header-solutions-items .list{display: flex;justify-content: center;}
.Header-solutions-items .list .cont{position: absolute;font-size: 14px;color: #ffffff;bottom: 6px;width: 100%;left: 0;z-index: 3;line-height: 22px;}
.Header-solutions-items .list .img{margin: 0 12px 0 0;}
.Header-solutions-items .list .img:last-child{margin: 0;}
/* -- */
.Header-products-contain{width: 100%;margin: 0 auto;padding: 50px 0;}
.Header-products-ul{display: flex;width: 100%;}
.Header-products-items{width: auto;display: flex;flex-wrap: wrap;padding: 0 32px;text-align: left;position: relative;}
.Header-products-items .img{width: 110px;overflow: hidden;display: block;text-align:center;transition: all .4s ease;font-size: 16px;}
.Header-products-items .img img{max-width: 100%;object-fit: cover;border-radius: 0.5rem;min-height: 110px;}
.Header-products-items .img:hover{transform: translateY(-4px);}
.Header-products-items::after{content: "";position: absolute;width: 0;height: 100%;border: 1px rgba(247, 247, 247, 1) solid;top: 0;right: 0;}
.Header-products-items .img .name{display: block;width: 100%;font-size: 14px;color: #888888;transition: all .4s ease;/*overflow:hidden;white-space:nowrap;text-overflow:ellipsis;*/padding-top: 10px;}
.Header-products-items .img:hover .name{color: #fe2620;}
.Header-products-items:nth-child(5n)::after{display: none;}
.Header-products-items:nth-child(n+4){}
.Header-products-items .cont{width: calc(100% - 110px);padding-left: 20px;}
.Header-products-items .cont .text{width: 100%;}
.Header-products-items .cont .text a{display: block;height: 30px;line-height: 30px;color: #888888;transition: all .4s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.Header-products-items .cont .text1 a::after{content: "";position: absolute;width: 10px;height: 0;border: 1px #e5e5e5 solid;top: 11px;left: 0;}
.Header-products-items .cont .text1 a{display: block;height: auto !important;line-height: 30px;color: #888888;transition: all .4s ease;padding-left: 20px;position: relative;white-space: normal;}
.Header-products-items .cont .text a:hover{color: #fe2620;}
.Header-products-items .cont .text a div{display: none;}
.Header-products-items .cont .text a:hover{display: block;}

.Header-navclick{display: none;width: 20px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #000;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #000;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.mouseNoLucency .Header-wrapper{background: #ffffff;}
body.mouseNoLucency .Header-logo img.s{opacity: 0;}
body.mouseNoLucency .Header-logo img.h{opacity: 1;}
body.mouseNoLucency .Header-menu{color: #000;}
body.mouseNoLucency .Header-search-click{}
body.mouseNoLucency .Header-lang-menu{}
body.mouseNoLucency .Header-wrapper::after{background: rgba(247, 247, 247, 1);}
/* -- */
body.onSearch .Header-wrapper{background: #ffffff;}
body.onSearch .Header-logo img.s{opacity: 0;}
body.onSearch .Header-logo img.h{opacity: 1;}
body.onSearch .Header-menu{}
body.onSearch .Header-search-click{}
body.onSearch .Header-lang-menu{}
body.onSearch .Header-wrapper::after{background: rgba(247, 247, 247, 1);}
body.onSearch .Header-search-click .icon-close{display: block;}
body.onSearch .Header-search-click .icon-sousuo{display: none;}
/* -- */
body.noLucency .Header-wrapper{background: #ffffff;}
body.noLucency .Header-logo img.s{opacity: 0;}
body.noLucency .Header-logo img.h{opacity: 1;}
body.noLucency .Header-menu{}
body.noLucency .Header-search-click{}
body.noLucency .Header-lang-menu{}
body.noLucency .Header-wrapper::after{background: rgba(247, 247, 247, 1);}

/* 底部 */
.Footer-wrapper-mail{width: 100%;position: relative;z-index: 9;background: linear-gradient(to right,#050e23,#0c2151);}
.Footer-wrapper-mail .indTitle{margin-bottom: 20px;}
.Footer-wrapper-mail .indTitle .name {color: #ffffff;text-align: center;}
.Footer-wrapper{width: 100%;position: relative;z-index: 9;background:url('http://www-x-longdingglass-x-com.img.addlink.cn/template/cn/image/foot_bg.png') rgba(255, 255, 255, 1) no-repeat right;background-size: auto 100%;}
.Footer-items{width: 100%;}
.Footer-head{width: 100%;}
.Footer-head-logo{width: 176px;}
.Footer-head-logo img{max-width: 100%;object-fit: cover; max-height: 70px;}
.Footer-head-search{width: 480px;position: relative;margin: 0 auto;}
.Footer-head-search form{position: relative;}
.Footer-head-search input{height: 44px;color: #888888;transition: border .4s ease;padding: 0 158px 0 24px;width: 100%;border: 1px solid #eaedf1;border-radius: 44px;}
.Footer-head-search input:focus{border: 1px solid #888888;}
.Footer-head-search input::-webkit-input-placeholder{font-size: 14px;}
.Footer-head-search input:-moz-placeholder{font-size: 14px;}
.Footer-head-search input::-moz-placeholder{font-size: 14px;}
.Footer-head-search input:-ms-input-placeholder{font-size: 14px;}
.Footer-head-search button{width: 144px;height: 44px;position: absolute;top: 0;right: 0;background: #fe2620;border-radius: 22px;font-size: 14px;color: #ffffff;font-family:'SamsungOne400';/*text-transform: uppercase;*/cursor: pointer;}
.Footer-navbar{width: 100%;overflow: hidden;user-select: none;}
.Footer-navbar ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-navbar li{width: auto;position: relative;max-width: 300px;}
.Footer-navbar li.Footer-line{display: block;width: 0;border-left: 1px #e5e5e5 solid;}
.Footer-menu{display: block;font-family:'SamsungOne600';}
.Footer-menu i{margin-left: 5px;color: #888888;}
.Footer-drop{width: 100%;margin-top: 20px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #888888;line-height: 1.1;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fe2620;}
.Footer-copyright{width: 100%;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.Footer-copyright-cont{}
.Footer-copyright-cont p{text-align: center;color: #888888;}
.Footer-copyright-cont a{margin:0px 15px;transition: all .4s ease;}
.Footer-copyright-cont a:hover{color: #fe2620;}
.Footer-copyright-link{display: flex;}
.Footer-copyright-link a{width: 40px;height: 40px;background: #222222;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin:0 0 0 15px;transition: all .4s ease;position: relative;}
.Footer-copyright-link a i{color: #ffffff;}
.Footer-copyright-link a>img{max-height: 14px;}
.Footer-copyright-link a:first-child{margin-left: 0;}
.Footer-copyright-link a:hover{background: linear-gradient(to right, #b8d200, #00913a); }
.Footer-copyright-link a .code{display: none;width: 150px;height: 150px;position: absolute;bottom: 38px;left: 50%;margin-left: -75px;background: #ffffff;}
.Footer-copyright-link a .code::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #ffffff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.Footer-copyright-link a .code img{width: 100%;object-fit: cover; height: 100%;}
.Footer-copyright-link a:hover .code{display: block;animation: FooterIcon .6s ease-in-out both;}
@keyframes FooterIcon{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
.Footer-left{font-family:'SamsungOne600';}
.Footer-left .text1{font-family:'SamsungOne400';color: #888888;margin-top: 20px;}
.Footer-left .text2{font-family:'SamsungOne400';color: #888888;margin-top: 20px;}
.Footer-left .text3{font-family:'SamsungOne400';color: #888888;margin-top: 0px;}
.Footer-left i{margin-left: 5px;color: #888888;}


/* 中间+共用部分 */
.Container-wrapper{width: 100%;}
.contain{width: 1440px;margin: 0 auto;}

/* 视频弹窗 */
.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{width: 1000px;position: relative;padding: 34px 34px 0;opacity: 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;}
.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%;padding: 34px 0 0;}.popVideo-close{right: 0;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}

/* 隐私政策 */
.cookiePolicy {background-color: #ffffff;color: #222;box-shadow: 0px 0px 8px #c3c3c3;padding: 24px 0;line-height: 1.3;font-size: 14px;position: fixed;bottom: 0;width: 100%;z-index: 9999999;left: 0;display: none;}
.cookiePolicy .contain{align-items: center;justify-content: center;}
.cookiePolicy p a{color: #fe2620;text-decoration: underline;margin-left: 8px;white-space: nowrap;}
.cookiePolicy a.button{background: #fe2620;color: #ffffff;padding: 4px 8px;margin-left: 24px;border-radius: 4px;}
@media all and (max-width:1000px) {
    .cookiePolicy .contain{justify-content: space-between;}
    .cookiePolicy {padding: 18px 0;}
    .cookiePolicy p{width: calc(100% - 70px);}
    .cookiePolicy a.button{margin-left: 0;}
}

.thinks{width: 100%;text-align: center;padding: 200px 0;}
.thinks .icon{width: 71px;margin: 0 auto;}
.thinks .icon img{width: 100%;}
.thinks .text{font-size: 24px;color: #222;margin-top: 20px;}
.thinks .hint{font-size: 18px;color: #fe2620;font-weight: 700;margin-top: 4px;}
.thinks .back{width: 100%;margin-top: 20px;}
.thinks .back a{display: flex;align-items: center;margin: 0 auto;justify-content: center;width: 216px;height: 46px;border-radius: 23px;background: #fe2620;color: #ffffff;font-size: 14px;font-weight: 700;text-transform: uppercase;transition: all .4s ease;}
.thinks .back a:hover{box-shadow: 0 4px 16px 2px rgba(169, 35, 52, 0.6);}
@media all and (max-width:1599px) {
    .thinks{padding: 150px 0;}
}
@media all and (max-width:1000px) {
    .thinks{padding: 60px 0;}
    .thinks .icon{width: 50px;}
    .thinks .text{font-size: 20px;margin-top: 14px;line-height: 24px;}
    .thinks .hint{font-size: 16px;}
    .thinks .back{margin-top: 14px;}
    .thinks .back a {width: 180px;height: 40px;border-radius: 20px;}
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain{width: 1440px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1200px;}
    .Footer-items {}
    .Footer-navbar {}
    .Footer-copyright {}
    .Header-menu {padding: 0 35px;}
    .Header-navbar li:hover .Header-menu::after, .Header-navbar li.active .Header-menu::after {width: calc(100% - 70px);}
    .Header-solutions-contain, .Header-products-contain{padding: 34px 0;}
    .Header-solutions-items {padding: 0 18px;}
    .Header-solutions-items .img {width: 170px;}
    .Header-solutions-items .name {font-size: 14px;height: 30px;}
    .Header-solutions-items::after {height: calc(100% - 30px);}
    .Header-solutions-items .img:hover{transform: scale(1.14);}
    .Header-navbar li.Header-other .Header-drop {padding: 16px 0;}
    .Header-products-items .cont .name {}
    .Header-products-items .cont .text a {height: 28px;line-height: 28px;}
    .Header-products-items {padding: 0 28px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain{width: 960px;}
    .Footer-items {}
    .Footer-navbar {}
    .Footer-copyright {}
    .Header-menu {padding: 0 24px;}
    .Header-navbar li:hover .Header-menu::after, .Header-navbar li.active .Header-menu::after {width: calc(100% - 48px);}
    .Header-solutions-contain, .Header-products-contain{padding: 20px 0;}
    .Header-solutions-items {padding: 0 16px;}
    .Header-solutions-items .img {width: 150px;}
    .Header-solutions-items .name {font-size: 14px;height: 26px;}
    .Header-solutions-items::after {height: calc(100% - 26px);}
    .Header-solutions-items .img:hover{transform: scale(1.1);}
    .Header-solutions-items .list .cont {bottom: 4px;line-height: 20px;}
    .Header-products-items{margin-top: 28px;}
    .Header-navbar li.Header-other .Header-drop {padding: 12px 0;}
    .Header-products-items .cont .text a {height: 28px;line-height: 28px;}
    .Header-navbar li.Header-other .Header-drop a {height: 48px;}
    .Header-products-items .cont .text a {height: 24px;line-height: 24px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-solutions-items {padding: 0 6px;}
    .Header-solutions-items .name {font-size: 12px;height: 24px;}
    .Header-solutions-items .img:hover{transform: scale(1.04);}
    .Header-solutions-items .img {width: 140px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.noLucency .Container-wrapper{}
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain-1600, .contain-1400, .contain{width: 92%;}
    .Header-wrapper{background: #ffffff;position: fixed;}
    .Header-wrapper::after{background: rgba(247, 247, 247, 1);}
    .Header-wrapper .contain{width: 100%;}
    .Header-logo, .Header-search-click, .Header-lang{height: 60px;}
    .Header-logo{width: 100px;}
    .Header-logo img.s{opacity: 0;}
    .Header-logo img.h{opacity: 1;}
    .Header-lang{margin-right: 20px;}
	.Header-lang-drop{top: 60px;}
    .Header-navclick{display: flex;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #ffffff;transition: none;}
    .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 li a i{display: none;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 50px;padding: 0 4%;}
    .Header-menu::after{display: none;}
    .Header-arrow{display: flex;justify-content: center;align-items: center;height: 50px;position: absolute;z-index: 9;right: 4%;top: 0;color: #888888;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-drop {position: relative;background: rgba(247, 247, 247, 1);width: 100% !important;margin: 0 !important;padding: 0 !important;left: 0 !important;top: 0;overflow: hidden;}
    .Header-navbar li.Header-other .Header-drop a {height: 38px;padding: 0 4%;}
    .Header-navbar li.Header-other .Header-drop a:first-child{margin-top: 12px;}
    .Header-navbar li.Header-other .Header-drop a:last-child{margin-bottom: 12px;}
    .Header-solutions-contain, .Header-products-contain {padding: 20px 0;width: 92%;}
    .Header-solutions-items {margin-top: 16px;padding: 0;width: 164px;}
    .Header-solutions-items .name {}
    .Header-solutions-items:nth-child(-n+2){margin-top: 0;}
    .Header-solutions-items.double{width: 100%;padding: 0;}
    .Header-solutions-items .list .img {margin: 0 24px 0 0;}
    .Header-solutions-items:nth-child(2):after, .Header-solutions-items.double::after{display: none;}
	.Header-products-ul{flex-wrap: wrap;}
    .Header-products-items .cont .text {margin-top: 6px;}
    .Header-products-items .cont .text a {height: 26px;line-height: 26px;}
    .Header-products-items{width: 100%;padding: 18px 0 !important;border-bottom: 1px #e5e5e5 solid !important;margin-top: 0 !important;}
    .Header-products-items::after{display: none !important;}
    .Header-products-items:first-child{padding-top: 0 !important;}
    .Header-products-items:last-child{padding-bottom: 0 !important;border-bottom: none !important;}
    .Header-products-items .img {max-width: none;text-align: center;}
    .Header-products-items .cont {padding-left: 16px;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(247, 247, 247, 1);padding: 0;background: #ffffff;}
    .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: #fe2620;z-index: 2;color: #ffffff;}
	.Header-search-item button i{display: block;}
    .Header-search-click.active {}
    .Header-search-click {}
    .Header-products-items .cont .name {}

    .Footer-wrapper .contain {width: 100%;}
    .Footer-items{}
    .Footer-head{padding: 0 4%;}
    .Footer-head-logo{width: 100%;text-align: center;}
    .Footer-head-search{width: 100%;}
    .Footer-head-search button{width: 112px;}
    .Footer-head-search input {padding: 0 120px 0 18px;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important; max-width: 100% !important;}
    .Footer-navbar li.Footer-line{border-bottom: 1px #e5e5e5 solid;margin: 28px 0;}
	.Footer-left {padding: 0 4%;position: relative;margin-top: 20px;}
	.Footer-left .text1{margin-top: 10px;}
	.Footer-left .text2{margin-top: 10px;}
	.Footer-left .text3{margin-top: 0px;}
	.Footer-left i{margin-left: 5px;color: #888888;}
    .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;display: flex;justify-content: space-between;}
	.Footer-menu.active i{transform: rotate(180deg);}
    /* .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url('/template/cn/image/select.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 {}
    .Footer-copyright-cont{}
    .Footer-copyright-link{width: 100%;}
    .Footer-copyright-cont a {margin-left: 12px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .sideBar-wrapper {top: auto;transform: translateY(0);width: 44px;bottom: 20px;}
    .sideBar-wrapper a {padding-right: 0;transform: translateX(0);}
    .sideBar-wrapper a i {width: 44px;height: 44px;}
    /*.sideBar-wrapper a.phone {width: auto;transform: translateX(0);}*/
    .sideBar-wrapper a.phone span{display: none;}
}