/* ====================公共样式========================= */
/* 头部 */
.Header{width:100%; background:#fff;  position:fixed;transition:all .4s ease; z-index:9999;top:0; left:0;user-select:none; box-shadow:0 8px 12px rgba(0,0,0,0.1);}
.Header .contain-1700{background:rgba(255, 255, 255, .9);}
.Header-logo{height:86px; float:left; display:flex; align-items:center; position:relative; z-index:999;}
.Header-logo img{max-width:100%;}
.Header .language_search{align-items:center;}
.Header .language_search .tel{background:url(../image/top_tel_icon.png) left center no-repeat; background-size:20px; padding-left:30px; font-size:24px; font-weight:bold; color:#ef3826; font-family:"gilroy_regular";}
.Header .language_search .lg{margin-left:40px; background:url(../image/top_lg_icon.png) left no-repeat; background-size:20px; padding-left:25px; font-size:20px; color:#000;}
.Header .language_search .lg em{margin-left:4px;}
.Header .language_search .lg a{color:#000;}
.Header .language_search .lg a:hover{color:#ef3826;}

body.onSearch .nav{visibility: hidden;opacity: 0;}
body.PC .nav{display: block !important;}
.nav{float: left;margin-right:5%;}
.nav li{float: left;margin-right: 54px}
.nav li:last-child{margin-right: 0;}
.nav li .tit{position: relative;overflow: hidden}
.nav li .v1{display: block;font-size:18px;color: #000;line-height:86px;position: relative;overflow: hidden;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s}
.nav li.on .v1, .nav li:hover .v1{color: #ef3826}
.nav li .v1:after{content: '';height: 3px;background-color: transparent;position: absolute;left: 0;right: 0;bottom: 0;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s}
.nav li.on .v1:after, .nav li:hover .v1:after{background-color: #ef3826}
.nav li .tit i{display: none;width: 16px;height: 16px;background: url(../image/down.png) center center no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size: cover;position: absolute;top: 50%;right: 10px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%)}
.nav .down{display: none;position: absolute;top:86px;left:0;right:0;background-color:#fff;border-radius:0 0 10px 10px;padding: 40px 0;-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2); box-shadow: 0 10px 10px rgba(0, 0, 0, .2);overflow: hidden;margin-top: 1px;}
.nav .down dl{width: 58%;margin: 0 auto;overflow: hidden}
.nav .down.center dl{position: relative;}
.nav .down.center.col3 dl{right: calc(-58 / 7 * 6 / 2 * 1%);}
.nav .down.center.col4 dl{right: calc(-58 / 7 * 4 / 2 * 1%);}
.nav .down.center.col5 dl{right: calc(-58 / 7 * 8 / 2 * 1%);}
.nav .down.center.ver dl{right: -8%;}
.nav .down dd{float: left;width: 14.28%;padding: 0 10px;overflow: hidden}
.nav .down.solution dd:nth-child(1),.nav .down.solution dd:nth-child(2),.nav .down.solution dd:nth-child(3),.nav .down.solution dd:nth-child(4),.nav .down.solution dd:nth-child(5),.nav .down.solution dd:nth-child(6){margin-bottom: 70px;}
.nav .down dd.small{width: 5%;}
.nav .down dd a{display: block;overflow: hidden}
.nav .down dd i{display: block;width: 40px;height: 40px;margin: 0 auto 12px;overflow: hidden;position: relative;}
.nav .down dd i strong{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: .3s;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.nav .down dd:hover i strong,.nav .down dd i strong:nth-child(2){opacity: 0;}
.nav .down dd.ok i strong:nth-child(2),.nav .down dd:hover i strong:nth-child(2){opacity:1;}

.nav .down dd span{display: block;font-size: 17px;color: #333;line-height: 1.5em;text-align: center;overflow: hidden;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s}
.nav .down dd span b{font-weight: 600;}
.nav .down dd.ok span, .nav .down dd:hover span{color: #ef3826}
.nav .down.ver dd.ok span, .nav .down.ver dd:hover span{color: inherit;} .nav .down.ver dd a:hover{color: #ef3826;} 
.nav .down.ver dd a{margin-bottom: 1em;} 
.nav .down.ver dd a:last-child{margin-bottom: 0;} 
.nav .down.ver dd a.nohover:hover{color: inherit;}

.nav .hd-r{display:none;}
.nav .drop{display:none; height:560px; position:absolute; top:86px; left:0; right:0; background-color:#fff; -webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .2); box-shadow:0 10px 10px rgba(0,0,0,.2); overflow:hidden;}
.nav .drop .right{float:right; width:calc(100% - 420px); height:100%;}
.nav .drop .left{float:left;width:220px;height: 100%;position: relative;border-right:1px solid #eee;padding: 30px 0 50px;margin-left:180px;padding-right: 50px;}
.nav .drop .left dd .img{position: absolute;left:300%;top: 30px;margin-left: 16vw;max-width: none;width: 200%;opacity: 0;}
.nav .drop .left dd:hover .img{opacity: 1;}
.nav .drop .left dd a{display: block;font-size: 15px;color: #333;line-height: 2.66;font-weight: normal;border-radius: 5px;overflow: hidden;transition: .3s;padding-right: 1.4em;position: relative;}
.nav .drop .left dd a:last-child{display: none;}
.nav .drop .left dd a::after{content: '';width: 0.8em;height: 0.8em;background: url(../image/icon20.png) center center no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size: cover;position: absolute;top: 50%;right: 0;transform: translateY(-50%) ;transition: .3s;}
.nav .drop .left dd.on a::after,.nav .drop .left dd:hover a::after{background-image: url(../image/icon20-1.png)}
.nav .drop .left dd.on a{color: #ef3826;}

.m-list{float: left;width: 16.6%;padding-top: 30px;display: none;border-right: 1px solid #eee;height: 100%;}
.m-list.on{display: block;}
.m-list h4{display: none;}
.m-list .tt{font-size:15px;color: #333;line-height: 2.66;font-weight: normal;position: relative;padding-right: 20px;cursor: pointer;overflow: hidden;margin-right: 50px;}
.m-list .tt:hover,.m-list .item.on .tt{color: #ef3826;}
.m-list .tt::after{content:'';width:12px;height: 12px;background: url(../image/icon20.png) center center no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size: cover;position: absolute;top: 50%;right: 0;transform: translateY(-50%) ;transition: .3s;}
.m-list .item.on .tt::after{background-image: url(../image/icon20-1.png)}
.m-list .tt i{display: inline-block;vertical-align: middle;width: 1.66em;height: 1.66em;margin-right: 0.4em;position: relative;}
.m-list .tt i strong{background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size: cover;display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.m-list .tt i strong:first-child{opacity: 1;}
.m-list .tt i strong:last-child{opacity: 0;}
.m-list .tt:hover i strong:first-child,.m-list .item.on .tt i strong:first-child{opacity: 0;}
.m-list .tt:hover i strong:last-child,.m-list .item.on .tt i strong:last-child{opacity: 1;}
.m-list .dwn{position:absolute; right:36.5%; top:0; padding-top:30px; width:520px; display:none; padding:30px 40px 0 40px; height:100%;}
.m-list .item.on .dwn{display: block;}
.m-list .dwn li{float: none;margin-right: 0;}
.m-list .dwn li > h3{cursor: pointer;display: block;font-size: 15px;color: #333;line-height: 2.66;font-weight: normal; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: color 0.3s;position: relative;padding-right: 1em;}
.m-list .dwn li > h3:hover,.m-list .dwn li.on > h3{color: #ef3826}
.m-list .dwn li > h3 a{color: inherit;}
.m-list .dwn li > h3 a:last-child{display: none;}
.m-list .dwn li > h3::after{content: '';width: 12px;height: 12px;background: url(../image/icon20.png) center center no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size: cover;position: absolute;top: 50%;right: 0;transform: translateY(-50%) ;transition: .3s;}
.m-list .dwn li > h3:hover::after,.m-list .dwn li.on > h3::after{background-image: url(../image/icon20-1.png)}
.nav .drop .item > .pic{position: absolute;right: 0;top: 0;width: 30.7%;height: 100%;background-color: #f9f9fb;overflow: hidden;display: none;}
.nav .drop .box{position: absolute;left: 100%;top: 0;width: 30.7vw;background-color: #f9f9fb;overflow: hidden;display: none;z-index: 1;height: 560px;}
.nav .drop .dwn li.on .box,.nav .drop .item.on > .pic{display: block;}
.nav .drop .pic{height: 310px;font-size: 0;line-height: 310px;text-align: center;overflow: hidden}
.nav .drop .pic img{display: inline-block;vertical-align: middle;object-fit: contain;width: 52.27%;}
.nav .drop .box .txt{padding: 35px 80px 10px;position: relative;z-index: 1;height: calc(100% - 310px);overflow-y: auto;}
.nav .drop .box h3{font-size: 15px;color: #ef3826;line-height: 1.5;font-weight: 600;overflow: hidden}
.nav .drop .box .bot{margin-top: 11px;overflow: hidden}
.nav .drop .box .bot a{float: left;min-width: 50%;font-size: 14px;color: #333;line-height: 2em;padding-right: 10px;overflow: hidden;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;display: flex;align-items: center;justify-content: flex-start;flex-direction: row;flex-wrap: nowrap;}
.nav .drop .box .bot a:hover{color: #ef3826}
.nav .drop .box .bot a i{display: inline-block;vertical-align: middle;width: 16px;height: 16px;background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size: cover;margin-top: -2px;margin-left: 23px;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;flex-shrink: 0;}

.menuBtn{width: 30px;cursor: pointer;position: absolute;right: 10px;top: 50%;z-index: 99;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);display: none}
.menuBtn b{display: block;height: 3px;background-color: #333;margin: 4px 0;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s}
.menuBtn.open b{display: none;}
.menuBtn.open b:first-child{display: block;transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg)}
.menuBtn.open b:last-child{display: block;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg)}


/* 底部 */
.Footer{width:100%; margin:80px auto 0; background:url(../image/footer_bg.jpg) top center no-repeat; background-size:cover; position:relative; z-index:9;}
.Footer_up{width:95%; max-width:1580px; margin:auto; padding:40px 0; border-bottom:1px solid rgba(0,0,0,.05); overflow:hidden;}
.Footer_up_logo{float:left; line-height:100px;}
.Footer_up_right{float:right;}
.Footer-code-box{align-items:center;}
.Footer-code-box li{width:100px; float:left; margin-right:10px; text-align:center;}
.Footer-code-box li:nth-child(3n){margin-right:0;}
.Footer-code-box li img{width:100px; display:block;}
.Footer-code-box li p{width:100px; margin-top:10px; font-size:14px;}

.Footer-code-title{color:#000; font-size:16px;}
.Footer-code{display:flex;align-items: center;margin-left: 4px;}
.Footer-code a{display:flex;align-items: center;justify-content: center;position: relative;margin-right: 16px;}
.Footer-code a span{display:block; transition:all .4s ease;}
.Footer-code a:hover span img{opacity:.8; transform:scale(0.9);}
.Footer-code a:last-child{margin-right: 0;}
.Footer-code-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 36px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.Footer-code-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;}
.Footer-code-img img{width: 100%;height: 100%;object-fit: cover;}
.Footer-code a:hover .Footer-code-img{display: block;animation: FooterCode .6s ease-in-out both;}
.Footer-code a:hover span{color: #fff;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

.Footer-items{width:100%; padding:40px 0;}
.FooterCont-phone{font-family:"gilroy_bold";}
.FooterCont-date{color: #898f9d;}
.FooterCont-list li{margin-top: 10px;}
.Footer-QRcode-item{margin-left: 25px;display: flex;flex-direction: column;align-items: center;text-align: center;}
.Footer-QRcode-item:first-child{margin-left: 0;}
.Footer-QRcode-img{padding:5px;background:#fff;border-radius:5px;width:100px;}
.Footer-navbar{flex:1; padding-right:10%;}
.Footer-navbar ul{justify-content: space-between;}
.Footer-navbar li{width: auto;position: relative;}
.Footer-menu{font-size:20px;color:#000;display: flex;}
.Footer-arrow{display: none;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display:block !important;}
.Footer-drop a{display:block; font-size:15px; color:#666; line-height:1; padding:8px 0; transition:all .4s ease;}
.Footer-drop a:hover{color:#ef3826;}
.Footer-friend{width:100%;display: flex;align-items: flex-start;padding-bottom: 20px;}
.Footer-friend-hint{background:url('../image/links_icon.png') left no-repeat; padding-left:30px; font-size:16px; color:#000;}
.Footer-friend-link{flex:1;}
.Footer-friend-link a{transition:all .4s ease; margin-right:14px;line-height: 24px;font-size: 14px;}
.Footer-friend-link a:last-of-type{margin-right: 0;}
.Footer-friend-link a:hover{color:#ef3826;}
.Footer-copyright{width:95%; max-width:1580px; margin:10px auto 0; border-top:1px solid rgba(0,0,0,.05); padding:20px 0 30px;}
.Footer-copyright .contain{justify-content: space-between;align-items: center;}
.Footer-copyright .info{color: #75777b;line-height: 18px;font-size: 14px;position: relative;}
.Footer-copyright .info p:not(:first-child){margin-left: 12px;}
.Footer-copyright .info a{transition: all .4s ease;}
.Footer-copyright .info a:hover{color:#ef3826;}
/* pc侧边栏 */
.sideBar-wrapper{position: fixed;top: 50%;right:26px;opacity: 0;transform: translateX(80px);animation: side 1s 1s ease forwards; margin-top: -101px;height: 206px;width: 50px;z-index: 6666;margin-top: -103px;}
.sideBar-wrapper ul li{height: 50px;position: absolute;left: 0;box-shadow: 0px 4px 18px 0px rgba(102, 102, 102, 0.21);}
.sideBar-wrapper ul li.backTop{top: 0;width: 52px;display: block;}
.sideBar-wrapper ul li.relQq{top: 52px;width: 52px;transition: all .4s;}
.sideBar-wrapper ul li.relDh{top: 104px;width: 52px;transition: all .4s;}
.sideBar-wrapper ul li.relEwm{top: 156px;width: 52px;}
.sideBar-wrapper ul li a{display: flex;color: #fff;font-size: 15px;height: 50px;line-height: 50px;position: relative; background-color: #fff;border-radius: 5px;transition: all .2s ease;}
.sideBar-wrapper ul li a img{display: block;transition: all .4s ease;}
.sideBar-wrapper ul li a img.s{margin: 12px 16px 14px 14px;}
.sideBar-wrapper ul li a img.h{opacity: 0;position: absolute;left: 14px;top: 12px;}
.site-text{display: none; height: 100%;font-size: 16px; position: absolute;top: 0;right: 100%;padding-right: 5px;white-space: nowrap;color: #ef3826;}
.site-text p{background: #fff;width: 100%;height: 100%;padding: 0 20px;align-items: center;justify-content: center;display: flex;border-radius:3px; font-family:"gilroy_regular";}
@keyframes side {
    0%{opacity: 0;transform: translateX(80px);}
    100%{opacity: 1;transform: translateX(0);}
}
.sideBar-wrapper ul li a:hover{background: #ef3826;opacity: 1;}
.sideBar-wrapper ul li a:hover .site-text{display: block;}
.sideBar-wrapper ul li a:hover img.s{opacity: 0;}
.sideBar-wrapper ul li a:hover img.h{opacity: 1;}
.sideBar-wrapper-ewm{position: absolute;top: -110px;left: -115px;background: #fff;width: 106px;padding: 3px;height: 106px;display: none;border-radius: 3px;}
.sideBar-wrapper-ewm::after{content: "";position: absolute;width: 9px;height: 9px;background: url('../image/side-arr.png') no-repeat;right: 0;bottom: -9px;}
.sideBar-wrapper-ewm img{display: block;width: 100px;height: 100px;}
.sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm{display: block;}
@media all and (max-width:1000px) {
    .sideBar-wrapper{display: none;right: 4px;width: 50px;height: auto;top: auto;bottom: 60px;margin-top: 0;}
    .sideBar-wrapper ul li{display: none;height: 46px;}
    .sideBar-wrapper ul li.backTop{display: block;width: 46px;}
    .sideBar-wrapper ul li a{height: 46px;line-height: 46px;background-color: #2d2c32 !important;}
    .sideBar-wrapper ul li a img {margin: 11px 10px 11px 12px;}
}

/* 微信浏览器咨询弹窗 */
.codePopup-box{display: none; position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, .5);z-index: 99999;}
.codePopup{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-100%);opacity: 0; width: 70%;background: #fff;}
.codePopup-box.active{display: block;}
.codePopup-box.active .codePopup{animation: codePopup 1s .1s ease forwards;}
@keyframes codePopup {
    0%{opacity: 0; transform: translate(-50%,-100%);}
    100%{opacity: 1; transform: translate(-50%,-50%);}
}
.codePopup-img{width: 90%;margin: 0 auto;}
.codePopup-img img{width: 100%;}
.codePopup-close{position: absolute;top: -25px;right: -25px;}
.codePopup-close::before{font-weight: 700;color: rgba(255, 255, 255, .8);font-size: 14px;}
.codePopup-close:hover::before{color: #fff;}

/* mb侧边栏 */
.Footer-tabs-blank, .Footer-tabs{display: none;}

/* 视频弹窗 */
.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;opacity: 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
.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;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}
/* 中间+共用部分 */
.Container{width: 100%;}
.section{width: 100%;position: relative;overflow: hidden;}
.contain-1700,.contain-1600, .contain-1400, .contain{margin: 0 auto;}
.contain-1700{width: 1800px;}
.contain-1600{width: 1600px;}
.contain-1400{width: 1400px;}
.contain{width:1580px;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1600{width: 1400px;}
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .contain-1700{width: 1300px;}
    .contain-1600, .contain-1400{width:1200px;}
    .contain{width:1200px;}
    .Header-navbar li{margin: 0 20px;}
    .Header-search input{width: 150px;}
    .Header-zixun{width: 140px;}
    .Header-navbar{margin-right: 60px;}
    .Header-drop{padding: 30px 40px 45px 45px;}
    .Header-drop-con{width: 170px;margin-left: 25px;}
    .Header-drop-img{width: 280px;height: 170px;margin: 5px 0 0 25px;}
    .Header-drop-title{font-size: 18px;}
    .Header-drop-text{margin-top: 15px;}
    .Header-drop-text .text{font-size: 16px;margin-top: 10px;}
    .sideBar-wrapper{right: 40px;}
}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .contain-1700,.contain{width:95%;}
    .nav{margin-right:0;}
    .nav li{margin-right:30px;}
    .Header .language_search .lg{margin-left:20px;}
    .contain-1600, .contain-1400{width: 1200px;}
    .Header-logo img,.Footer_up_logo img{max-width:88%;}
    .Footer-QRcode-img{width: 70px;padding: 3px;border-radius: 3px;}
    .Footer-navbar {padding: 0 3% 0 0;}
    .Footer-QRcode-item{margin-left: 10px;}
    .Header-search-click{width: 40px;}
    .Header-search input{width: 130px;padding-left: 15px;}
    .Header-zixun{width: 120px;}
    .Header-navbar li{margin: 0 15px;}
    .Header-navbar{margin-right: 30px;}
    .Header-drop-img{width: 220px;height: 130px;}
    .Header-drop{padding: 25px;border-radius: 5px;}
    .sideBar-wrapper{right: 30px;}
}
@media all and (max-width:1140px) {
    /* 1024 */
    .nav li{margin-right:25px;}
    .nav .drop .left {width: 10.15vw; padding: 1.562vw 0 2.604vw;  margin-left: 16.93125vw; padding-right: 2.6vw;}
    .nav .drop .right{width: calc(100% - 29.68125vw);}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-zixun.mb{display: flex;}
    .Header-zixun.pc{display: none;}
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain-1700,.contain-1600, .contain-1400, .contain{width: 92%;}
    .Container{margin-top: 60px;}
    .Header{background: #fff;top: 0;}
    .Header .contain-1700{width:95%;border-radius: 0;background: transparent; display:block;}
    .Header::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo, .Header-lang-menu{height:60px;}
    .Header-logo img{width:100%;max-width:100%;}
    .Header .language_search{margin:15px 40px 0 0; float:right;}
    .Header .language_search .tel{font-size:20px;}
    .menuBtn{display:block; height:30px;}
    .menuBtn b{height: 2px;margin: 0;top: 50%;left: 50%;margin-top: -1px;position: absolute;width: 22px;margin-left: -11px;}
    .menuBtn b:first-child{margin-top: -8px;}
    .menuBtn b:last-child{margin-top: 6px;}
    .menuBtn.open b:first-child{margin-top: -1px;}
    .menuBtn.open b:last-child{margin-top: -1px;}

    .nav li .v1{display: inline-block;vertical-align: top;padding-right: 0;}
    .nav .down.col6 dd{width: 100%;}
    .nav li .tit i{background-image: none;}
    .nav li .tit i::before, .nav li .tit i::after{position: absolute;transition: opacity 0.5s;content: "";background-color: #777;}
    .nav li .tit i::before{left: 0;top: 50%;margin-top: -1px;width: 100%;height: 2px;}
    .nav li .tit i::after{left: 50%;margin-left: -1px;top: 0;width: 2px;height: 100%;}
    .nav li.on .tit i::after{opacity: 0;}
    .nav li.on .drop, .nav li.on .down{display: block;}

    .nav .drop .right{float: none;width: auto;height: auto;}
    .m-list{float: none;width: 100%;position: absolute;left: 100%;top: 0;bottom: 0;z-index: 2;background-color: #fbfbfb;margin-top: 0;display: block;transition: left 0.5s;}
    .m-list.on{left: 0;}
    .m-list h4{display: block;text-align: center;background-color: #ef3826;color: #fff;font-size: 14px;height: 48px;line-height: 48px;position: relative;}
    .m-list h4 .back{display: block;position: absolute;left: 16px;top: 50%;background-repeat: no-repeat;background-image: url(../image/arr.png);background-position: center;background-size: 50% auto;width: 16px;height: 24px;margin-top: -12px;transform: rotate(180deg);}
    .m-list .item .dwn{background-color: #fbfbfb;}
    .m-list .item.on .dwn{max-height: 100vh;}
    .m-list .tt{width: 100%;padding: 0 24px;background-color: #fff;color: #ef3826;font-size: 14px;border-bottom: 1px solid #ccc;}
    .m-list .tt::after{right: 24px;}
    .m-list .tt i{display: none;}
    .m-list .dwn{width: 100%;}
    .m-list .dwn li > h3{color: #000;font-size: 13px;border-bottom: 1px solid rgba(0,0,0,0.1);padding: 0 24px;position: relative;}
    .m-list .dwn li > h3:after{content: '';width: 12px;height: 12px;background: url(../image/icon46.png) center center no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size: cover;position: absolute;top: 50%;right: 24px;transform: translateY(-50%);transition: .3s}
    .m-list .dwn li.on > h3:after{background-image: url(../image/icon46-1.png)}
    .m-list .dwn li > h3:hover, .m-list .dwn li.on > h3{color: #000;}
    .nav .drop .box{position: static;width: 100%;}
    .nav .drop .dwn li.on .box{display: none;}
    .nav .drop .pic{display: none;}
    .nav .drop .box .txt{padding: 0;}
    .nav .drop .box .bot a{float: none;min-width: 100%;padding: 0 24px;font-size: 13px;height: 40px;line-height: 40px;border-bottom: 1px solid rgba(0,0,0,0.1);background-color: #e1f2fb;}
    .nav .drop .box h3{display: none;}
    .nav .drop .box .bot{margin-top: 0;}
    .m-win .btns1{margin-left: 20px;}
    .nav li .tit i{width: 14px;height: 14px;}
    .m-hdul1{border-bottom: 0 none;}
    .m-hdul1::after{content: "";width: 100%;height: 1px;background-color: #ccc;display: block;}
    .ul-listp1 .tit{overflow: visible;height: auto;text-overflow: auto;-ms-text-overflow: auto;line-clamp: none;-webkit-line-clamp: none;-webkit-box-orient: horizontal;display: block;font-size: 15px;}
    .ul-listprocetnter1 .tit span{padding-right: 0;}
    .ul-imgtxt4 h3{overflow: visible;white-space: normal;text-overflow: auto;}
    .ul-listp1 .desc{padding-right: 0;font-size: 13px;}
    .ul-img2,.ul-imgtxt4{margin-left: -10px;margin-right: -10px;}
    .m-project-z .item-v .tit{margin-bottom: 25px;}
    .m-project-z .col-textpadding{padding-left: 0;}
    .m-project-z .flex-lg-row-reverse .col-textpadding{padding-right: 0;}
    .nav{display: none;float: none;position: fixed;top:60px;left: 0;right: 0;bottom: 0;background-color: #fff;-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);-ms-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);-o-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);box-shadow: 0 10px 10px rgba(0, 0, 0, .2);padding: 10px 0;overflow: hidden;overflow-y: auto;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;margin-right: 0;}
    .nav ul{overflow: hidden}
    .nav li{float: none;margin-right: 0!important}
    .nav li .v1{font-size: 15px;line-height: 45px;padding: 0 50px 0 20px}
    .nav li .v1:after{display: none}
    .nav li .tit i{display: block}
    .nav .down{position: static;background: 0 0;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;-o-box-shadow: none;box-shadow: none;border-radius: 0;padding: 5px 0}
    .nav .down dl{width: auto;margin-bottom: 0;}
    .nav .down.center dl{position: static;}
    .nav .down.solution dd:nth-child(1), .nav .down.solution dd:nth-child(2), .nav .down.solution dd:nth-child(3), .nav .down.solution dd:nth-child(4), .nav .down.solution dd:nth-child(5), .nav .down.solution dd:nth-child(6){margin-bottom: 0;}
    .nav .down dd{float: none;width: auto;}
    .nav .down dd i{display: none}
    .nav .down dd span{font-size: 15px;line-height: 35px;text-align: left;padding: 0 40px}
    .nav .drop{height: auto;position: static;background: 0 0;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;-o-box-shadow: none;box-shadow: none;border-radius: 0}
    .m-list, .nav .drop .box, .nav .drop .left .aa{display: none}
    .nav .drop .left{float: none;width: auto;padding: 5px 0;margin: 0;}
    .nav .drop .left dd .img{display: none;}
    .nav .drop .left dl{padding: 0 40px;}
    .nav .drop .item > .pic{display: none !important;}
    .m-list .dwn{position: static;padding-left: 0;padding-top: 0;padding-right: 0;height: auto;}
    .m-list .dwn li > h3 a{overflow: hidden;text-overflow: ellipsis;padding-right: 1em;}
    .m-list .dwn li > h3 a:first-child{display: none;}
    .m-list .dwn li > h3 a:last-child{display: block;}
    .nav .drop .left dd a{font-size: 15px;text-align: left;display: none;}
    .nav .drop .left dd a:last-child{display: block;}
    .nav .drop .left dd.on a, .nav .drop .left dd:hover a{color: #ef3826;background: 0 0}

    .Footer{margin:50px auto;}
    .Footer_up{padding:40px 0 20px;}
    .Footer_up_logo{width:30%; margin-right:2.5%;}
    .Footer-items{padding: 32px 0 36px;}
    .Footer-items .contain {width: 100%;}
    .Footer-contact{width: 100%; margin-top:20px; padding: 0 4%;}
    .FooterCont-phone{font-size: 22px;margin-top:10px;}
    .FooterCont-list{margin-top: 15px;}
    .Footer-QRcode{padding: 30px 4% 0;width: 100%;}
    .Footer-QRcode-item{margin-left: 25px;}
    .Footer-QRcode-img{width: 80px;padding: 2px;}
    .Footer-navbar{width: 100%;flex: unset;padding: 0;margin-top:0;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {font-size:16px; height:40px;align-items:center;padding:0 4%;position: relative;}
    .Footer-arrow{display: block;width: 44px;height: 40px;line-height: 40px;font-size: 18px;font-style: normal;color:#999;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: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-code {justify-content: center;margin-top:0;padding:0;}
    .Footer-code a{margin-right:10px;}
    .Footer-code a span{width:25px;}
    .Footer-friend{display: none;}
    .Footer-copyright {padding: 20px 0;}
    .Footer-copyright .contain{text-align:center;}
    .Footer-copyright .info.text{display: block;}
    .Footer-copyright .info.text p{display: inline;}
    .Footer-copyright .info.link{width: 100%;margin-top: 8px;}
    .Footer-copyright .info p:not(:first-child) {margin-left: 0;width: 100%;}
    .Footer-copyright .info.link{padding-left: 20px;}
    .Footer-copyright .link::after{left: 0;}
    .Footer-copyright .info.text p{width: 100%;margin-top: 5px;}
    .Footer-friend{display: none;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Header-logo{width:90px;}
    .Header .language_search{margin:20px 30px 0 0;}
    .Header .language_search .lg{font-size:15px; margin-left:10px; background-size:12px; padding-left:20px;}
    .Header .language_search .lg em{margin-left:1px;}
    .Footer_up_logo{display:none;}
    .Footer_up_right{float:left;}
    .Footer-items{padding:20px 0;}
    .Footer-menu{font-size:16px;}
    .Footer-tabs{display: block;height: 50px;}
    .Footer-tabs{position: fixed;z-index: 9999;left: 0;bottom: 0;background:#fff;width: 100%;}
    .Footer-tabs::before{content: "";position: absolute;width: 100%;height: 1px;background: #e3dad2;left: 0;top: 0;}
    .Footer-tabs li{font-size: 16px;color: #333;float: left;position: relative;width: 19%;}
    .Footer-tabs li a{display:flex;align-items:center;justify-content:center;height: 50px;width: 50px;width: 100%;}
    .Footer-tabs li a>img{margin-right: 6px;width: 18px;}
    .Footer-tabs li.tabsDh{float:right;}
    .Footer-tabs li.tabsDh a{background:#ef3826; color:#fff;}
    /* .Footer-tabs li.tabsZx{width: 25%;} */
    .Footer-tabs li.tabsDh{width: 36%;}
    .Footer-tabs li .tabsCode{position: absolute;bottom: 58px;left: 50%;width: 100px;height: 100px;margin-left: -50px;padding: 0 2px;border: 2px solid #fff;background: #fff;display:none;align-items:center;}
    .Footer-tabs li .tabsCode::after{content: "";position: absolute;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #fff;width: 0;height: 0;bottom: -8px;left: 50%;margin-left: -8px;}    
    .Footer-tabs li .tabsCode img{width: 100%;object-fit: cover;}
    .Footer-tabs li:hover .tabsCode{display: flex;}
    .Footer-code-img{width:100px; height:100px; margin-left:-50px;}
}