<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: none;transition: all .4s ease;}
.Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(255, 255, 255, 0);left: 0;bottom: 0;}

.Header-logo{float: left;width: 58px;height: 84px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;position: absolute;transition: all .4s ease;}
.Header-logo img.s{opacity: 1;}
.Header-logo img.h{opacity: 0;}

.Header-phone{float: right;position: relative;height: 84px;display: flex;align-items: center;font-size: 16px;color: #00439f;line-height: 1.2;background: url('../images/common/navPhone.jpg') no-repeat left 15px top 50.8%/25px auto;transition: all .4s ease;}
.Header-phone span{position: relative;padding: 10px 15px 10px 50px;border: 1px solid #00439f;}
.Header-phone span::after{content: "";position: absolute;width: 0;height: 1px;opacity: 0;right: 0;bottom: 0;background: #fff;transition: width .4s ease,opacity .2s ease .2s;}
.Header-phone:hover span::after{width: 100%;right: auto;left: 0;opacity: 1;transition: width .4s ease .2s,opacity .2s ease;}
.Header-yuyue{float: right;display: block;margin-right: 10px;line-height: 84px;}
.Header-yuyue span{padding: 13px 17px; color: #fff;background: #00439f;text-align: center;font-size: 16px;}
.Header-yuyue img{display: none;}


.Header-navbar{margin-left: 82px;position: relative;float: left;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar-line{display: none !important;position: absolute;width: 0;left: 0;height: 3px;bottom: 0;background: #108cee;}
.Header-navbar li{float: left;padding: 0 20px;position: relative;z-index: 9;}
.Header-navbar li:last-child{padding-right: 0;}
.Header-navbar li:first-child{padding-left: 0;}
.Header-menu{position: relative;height: 84px;display: flex;align-items: center;font-size: 16px;transition: color .4s ease;color: #333;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #108cee !important;}
.Header-navbar li.active a::after{content: "";width: 100%;height: 4px;background: #00439f;position: absolute;left: 0;bottom: 0;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f7f7f7;top: 84px;left: 50%;width: 240px;margin-left: -120px;padding: 20px;}
.Header-drop a{display: flex;width: 100%;height: 54px;align-items: center;font-size: 16px;color: #666;justify-content: center;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #108cee;color: #fff;}

/* ---- */
.Header-drop.Header-case{width: 1020px;margin-left:-510px;padding: 20px 0 48px 110px;}
.Header-case-ul{display: flex;flex-wrap: wrap;}
.Header-case-li{width: 25%;margin-top: 28px;}
.Header-case-li .name{font-size: 20px;color: #747474;}
.Header-case-li .link{width: 100%;margin-top:12px;}
.Header-case-li .link p{width: 100%;display: flex;align-items: center;height: 32px;}
.Header-case-li .link p a{width: auto;height: auto;justify-content: flex-start;color: #108cee;padding-right: 16px;background: transparent url('../images/common/arrRH.svg') no-repeat right -3px center/18px auto;position: relative;}
.Header-case-li .link p a::after{content: "";position: absolute;width: 0;opacity: 0;bottom: -1px;height: 1px;background: #108cee;right: 0;transition: width .4s ease,opacity .2s ease .2s;}
.Header-case-li .link p a:hover::after{width: 100%;right: auto;left: 0;opacity: 1;transition: width .4s ease .2s,opacity .2s ease;}

.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: #747474;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #747474;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}

/* 透明 */
.bodyScroll .Header-wrapper, .bodyMouse .Header-wrapper, .noLucency .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
.bodyScroll .Header-menu, .bodyMouse .Header-menu, .noLucency .Header-menu{color: #747474;}
.bodyScroll .Header-phone, .bodyMouse .Header-phone, .noLucency .Header-phone{color: #747474;background-image: url('../images/common/telH.svg');border-color: #747474;}
.bodyScroll .Header-phone span, .bodyMouse .Header-phone span, .noLucency .Header-phone span{border-color: #747474;}
.bodyScroll .Header-phone span::after, .bodyMouse .Header-phone span::after, .noLucency .Header-phone span::after{background: #747474;}
.bodyScroll .Header-wrapper::after, .bodyMouse .Header-wrapper::after, .noLucency .Header-wrapper::after{background: rgba(0, 0, 0, 0);}
/* 不透明 */
.noLucency .Container-wrapper{margin-top: 84px;}

/* 底部 */
.Footer-wrapper{width: 100%;background: #111823;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 80px 0;}
.Footer-items .contain-1400{display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: row-reverse;}
.Footer-navbar{width: auto;overflow: hidden;user-select: none;}
.Footer-navbar ul{display: flex;flex-wrap: wrap;}
.Footer-navbar li{width: auto;position: relative;padding: 0 50px;}
.Footer-navbar li:first-child{padding-left: 0;}
.Footer-navbar li:last-child{padding-right: 0;}
.Footer-navbar li::after{content: "";position: absolute;border: 1px dashed rgba(255, 255, 255, 0.2);width: 0;height: 206px;top: 0;right: 0;display: none;}
.Footer-navbar li:last-child:after{display: none;}
.Footer-menu{font-size: 18px;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: 14px;color: #727980;line-height: 1;padding: 9px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;}
.Footer-serve{width: auto;}
.Footer-serve-phone{width: 100%;}
.Footer-serve-phone .text{font-size: 16px;color: #727980;line-height: 1.1;width: auto;margin-right: -10px;}
.Footer-serve-phone .num{position: relative; font-size: 26px;color: #fff;line-height: 1.1;margin-top: 20px;padding-left: 35px;}
.Footer-serve-phone .num::before{content: "";background: url('/template/default/images/common/footerPhone.png') center/24px auto;width: 24px;height: 24px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.Footer-serve-contact{color: #727980;font-size: 16px;margin-top: 70px;}
.Footer-serve-img{display: flex;}
.Footer-serve-contact img{width: 24px; object-fit: cover;}
.Footer-serve-contact .contact-img{position: relative; margin-top: 20px; background: #3d434c;width: 40px;height: 40px;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.Footer-serve-contact .contact-img:first-child{margin-right: 10px;}



.Footer-serve-address{width: 100%;margin-top: 65px;}
.Footer-serve-address p{font-size: 14px;color: #727980;line-height: 24px;width: 80%;}
.Footer-serve-code{width: 100%;margin-bottom: 54px;}
.Footer-serve-code .image{width: 102px;display: inline-block;}
.Footer-serve-code .image img{max-width: 100%;}
.Footer-serve-code .text{font-size: 14px;color: #727980;line-height: 1.1;margin-top: 8px;}
.Footer-other{width: 100%;padding-bottom: 20px;}
.Footer-other .contain-1400{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-other .link{display: flex;flex-wrap: wrap;font-size: 14px;color: #727980;line-height: 26px;position: relative;padding-left: 70px;max-width: 60%;}
.Footer-other .link span{position: absolute;left: 0;top: 0;}
.Footer-other .link a{transition: all .4s ease;margin-right: 10px;}
.Footer-other .link a:last-of-type{margin-right: 0;}
.Footer-other .link a:hover{color: #fff;}
.FooterCode{width: auto;display: flex;align-items: center;}
.FooterCode a{position: relative;width: 26px;height: 26px;border-radius: 50%;background: #fff;transition: all .4s ease;margin-left: 8px;display: flex;align-items: center;justify-content: center;}
.FooterCode a:first-child{margin-left: 0;}
.FooterCode a&gt;img{width: 16px;}
.FooterCode-img{display: none;width: 120px;height: 120px;position: absolute;bottom: 50px;left: 50%;margin-left: -60px;background: #fff;border-radius: 4px;}
.FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;border: 6px solid transparent;border-top-color: #fff;position: absolute;bottom: -12px;left: 50%;margin-left: -6px;}
.FooterCode-img img{width: 100%;height: 100%;object-fit: cover;border-radius: 4px;}
.Footer-serve-img a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-12px);}100%{transform: translateY(0);}}
.Footer-copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 22px 0;font-size: 14px;color: #727980;background: #12171d;}
.Footer-copyright .contain-1400{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-copyright .info{width: auto;}
.Footer-copyright .link{width: auto;display: flex;}
.Footer-copyright .link a{margin-left: 40px;transition: all .4s ease;position: relative;}
.Footer-copyright .link a:first-child{margin-left: 0;}
.Footer-copyright .link a::before{content: "";position: absolute;width: 1px;background: #fff;opacity: 0.1;height: 14px;top: 50%;margin-top: -7px;left: -20px;pointer-events: none;}
.Footer-copyright .link a:first-child::before{display: none;}
.Footer-copyright .link a:hover{color: #fff;}

.Footer-tiyan{width: 100%;height: 230px;padding: 20px 0 10px;background-color: #00a1e9;position: fixed;left: 0;bottom: 0;transform: translateX(-100%);z-index: 999;transition: all 0.8s ease;}
.Footer-tiyan.active{transform: translateX(0);}
.tiyan-order{position: absolute;top: 0;right:-48px;opacity: 0;display: flex;align-items: center;width: 48px;font-size: 18px;color: #fff; -webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;padding:20px 0;background-color: #00a1e9;transition: all 4s ease;cursor: pointer;}
.Footer-tiyan.on .tiyan-order{opacity: 1;}
.tiyan-close{position: absolute;right:48px;top:20px; display: flex;justify-content: center;align-items: center;width: 80px;height: 30px;border-top-left-radius: 10px;border-top-right-radius: 10px; background:#00a1e9;cursor: pointer;}
.tiyan-close i{display: inline-block;width: 20px;height: 20px;transition: all .4s ease;}
.Footer-tiyan.active .tiyan-close i{transform: rotate(180deg);}
.tiyan-close i img{max-width: 100%;object-fit: cover;}
.Footer-tiyan-item{display: flex;justify-content: space-between;width: 100%;}
.Footer-cont_lft{padding:20px 0 0 256px;position: relative;}
.Footer-cont_lft::before{content: '';width: 200px;height: 216px;background: url('../images/common/foot_icon.png') no-repeat center;position: absolute;left: 0;top:-56px;}
.Footer-cont_lft h2{font-size: 28px;font-weight: 700;color: #fff;line-height: 1;}
.Footer-cont_lft p {font-size: 14px;color: #fff;font-weight: 500;margin-top: 18px;}
.Footer-cont_lft p a{display: inline-block;color: #00ffe4;margin-left: 14px;}
.Footer-cont_lft p span{font-size: 20px;font-weight: 700;}
.Footer-cont_rgt {position: relative;}
.box-colse{width: 20px;height: 20px;position: absolute;top: 0;right:-48px;background: url('../images/common/closeW.svg') no-repeat center/20px auto;cursor: pointer;}
.input-box {width:280px;height:40px;background: #fff;border-radius: 4px;display: flex;line-height:40px;margin-bottom: 5px;overflow: hidden;}
.input-mark{width: 98px; font-size: 14px;font-weight: 400;color: #42464c;line-height:40px;text-align: center;}
.input-box input {border: none;outline:none;padding-left: 10px;font-size: 16px;}
.input-box input::placeholder{font-size: 14px;color: #b5bebf;}
.input-box:focus {outline:none;border: 1px solid red;} 
.input-box.code{background: transparent;}
.input-box.code input{border-radius: 4px; width: calc(100% - 71px);margin-right: 5px;background: #fff;padding-left: 15px;}
.input-box.code .btn{border-radius: 4px; width: 66px;letter-spacing: 1px;transition: all .4s ease; font-size: 15px;color: #42464c;background: #fff; display: flex;align-items: center;justify-content: center;height: 100%;cursor: pointer;user-select: none;}
.input-box.code .btn:hover{background: rgba(255, 255, 255, .9);}
.apply-but {width: 280px;height: 40px;border-radius: 4px;background-color: #1dc7ff; font-size: 16px;color: #FFFFFF;line-height: 40px;text-align: center;cursor: pointer;}
.clause {font-size: 12px;font-weight: 400;color: #fff;line-height: 12px;white-space: nowrap;margin-top:20px;}
.clause a{color: #00ffe4;text-decoration: underline;}

/* 悬浮右侧 */
.sideBar-wrapper{position: fixed;z-index: 9999;right: 16px;top: 50%;transform: translateY(-50%);}
.sideBar-wrapper li{position: relative;margin-top: 12px;}
.sideBar-wrapper li:first-child{margin-top: 0;}
.sideBar-icon{display: flex;width: 53px;height: 50px;border: 1px solid #00a1e9;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: #00a1e9;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:200px;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 .sideBar-lx{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;;height:120px;border-radius: 5px;background: #fff;box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);}
.sideBar-info .sideBar-lx h6{font-size: 16px;color: #2f343b;margin-bottom: 6px;}
.sideBar-info .sideBar-lx span{font-size: 28px;font-weight: 700;color: #e60012;font-family:'KELPTA3';}
.sideBar-info .sideBar-lx img{width: 140px;height: 140px;}
.sideBar-info.address{width: 342px;}
.sideBar-info.code .sideBar-lx{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;}
    .sideBar-icon {width: 48px;height: 48px;border-radius: 50%;border-color:#5579ed;}
    .sideBar-icon::before{background-color:#5579ed;}
    .sideBar-wrapper li {margin-top: 4px;}
    .sideBar-wrapper li:first-child,.sideBar-wrapper li:last-child{display: none;}
    .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%;}
.contain-1400, .contain-1400, .contain{margin: 0 auto;}
.contain-1400{width: 1400px;}
.contain-1400{width: 1400px;}
.contain{width: 1200px;}


.privacy {padding: 80px 0;}
.privacy p { color: #666; font-size: 18px; line-height: 30px;}

.legal{padding: 80px 0;}
.legal p{ color: #666; font-size: 18px; line-height: 30px;}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1400{width: 1400px;}
    .Footer-navbar li {padding: 0 42px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1400, .contain-1400{width: 1200px;}
    .contain{width: 1100px;}
    .Header-navbar li {padding: 0 16px;}
    .Header-drop.Header-case {width: 700px;margin-left: -350px;padding: 20px 0 48px 56px;}

    .Footer-items {padding: 70px 0;}
    .Footer-navbar li {padding: 0 28px;}
    .Footer-cont_lft h2 {font-size: 24px;}
}

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

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

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1400, .contain-1400{width: 960px;}
    .contain{width: 900px;}
    .Header-navbar li {padding: 0 8px;}
    .Header-navbar {margin-left: 30px;}
    .Header-drop.Header-case {width: 560px;margin-left: -280px;padding: 20px 0 48px 24px;}
    .Footer-drop a {font-size: 12px;padding: 8px 0;}
    .Footer-navbar li {padding: 0 14px;}
    .Footer-items {padding: 60px 0;}

    .Footer-contact h6 {font-size: 24px;margin-bottom: 20px;}
    .Footer-contact p span {font-size: 16px;}
    .Footer-cont_lft h2 {font-size: 16px;}
    .Footer-cont_lft p {margin-top: 12px;}
    .Footer-cont_lft p span {font-size: 16px;}
    .input-mark {width: 76px;font-size: 14px;}
    .Footer-cont_lft {padding: 20px 0 0 200px;}
    .Footer-cont_lft::before { content: ''; width: 180px; height:190px;/*background: url(../images/common/foot_icon.png)no-repeat center/88%;*/background:none;}
    .input-box input {font-size: 14px;}
    .input-box input::placeholder{font-size: 14px;}

    .Header-yuyue span{padding: 10px 13px;font-size: 14px;}
    .Header-phone{background: url('../images/common/navPhone.jpg') no-repeat left 12px top 50.8%/23px auto;}
    .Header-phone span{padding: 7px 10px 7px 45px;}
    .Footer-serve{width: 250px;}
    

}

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


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .contain-1400, .contain-1400, .contain{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .noLucency .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain-1400{width: 100%;}
    .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    .Header-phone{color: #747474;background-image: url('../images/common/telH.svg');height: 60px;font-size: 18px;background-size: 18px auto;margin-right: 16px;line-height: 1;}
    .Header-phone span::after{background: #747474;}
    .Header-wrapper::after{background: rgba(0, 0, 0, 0.1);}
    .Header-logo{height: 60px;margin-left: 4%;width: 40px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin: 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;padding: 0;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;color: #747474;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrD.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: #108cee !important;}
    .Header-navbar li.active a::after{height: 0;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 10px 0;}
    .Header-drop a {height: 36px;justify-content: flex-start;padding: 0 4%;font-size: 14px;}
    .Header-drop.Header-case {width: 100%;margin-left: 0;padding: 10px 0 20px 4%;}
    .Header-case-li {width: 50%;margin-top: 12px;}
    .Header-case-li .name {font-size: 16px;}
    .Header-case-li .link p {height: 28px;}
    .Header-case-li .link p a {padding-left: 0;padding-right: 14px;background-size: 16px auto;background-position: right -3px top 0;}
    .Header-case-li .link {margin-top: 6px;}

    .Header-yuyue{height: 60px;line-height: 60px;}
    .Header-phone span{border-color: #747474;}
    .Footer-serve-img{flex-direction: row;justify-content: center;}
    .Footer-serve-phone .num::before{left: 38%;top: 48%;}

    .Footer-items{padding: 32px 0 36px;}
    .Footer-items .contain-1400 {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;padding: 0;}
    .Footer-navbar li::after{display: none;}
    .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;font-size: 16px;}
    .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrDW.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 8px 4%;font-size: 14px;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-serve{width: 100%;text-align: center;margin-top: 18px;}
    .Footer-serve-phone .num {font-size: 24px;}
    .Footer-serve-phone .text {margin-right: 0;text-indent: 10px;}
    .Footer-serve-address {margin-top: 12px;}
    .Footer-serve-code {margin-bottom: 18px;}
    .Footer-other{display: none;}
    .Footer-copyright h6{width: 100%;margin-bottom: 8px;}
    .Footer-copyright {padding: 20px 0;}
    .Footer-copyright .info{width: 100%;text-align: center;}
    .Footer-copyright .link{width: 100%;justify-content: center;margin-top: 8px;}
    .Footer-copyright .link a {margin-left: 16px;}
    .Footer-copyright .link a::before {left: -8px;}
  
    .Footer-contact{text-align: center;}

    .Footer-tiyan {height: auto;padding: 40px 0;}
    .Footer-tiyan-item {flex-direction: column;}
    .Footer-cont_lft { padding:0;width: 100%;text-align: center;}
    .Footer-cont_lft::before {top: -76px;}
    .Footer-cont_rgt{width: 100%;margin-top:28px;text-align: center;}
    .box-colse { right: 0;}
    .input-box {margin: 0 auto 10px;}
    .apply-but {margin: 0 auto;}

    .privacy {padding: 60px 0;}
    .legal {padding: 60px 0;}
    .Footer-serve-address p{width: 100%;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */

    .tiyan-order {top: 52%;right: -38px;width: 38px;font-size: 16px;padding:14px 0;}
    .tiyan-close {right: 10px;top: 10px; width: 48px;}

    .privacy {padding: 40px 0;}
    .legal {padding: 40px 0;}
    .Header-yuyue span{display: none;}
    .Header-yuyue img{display: inline-block;width: 30px;object-fit: cover;}
    .Footer-serve-phone .num::before{left: 26%;}
    .Footer-serve-address p{margin: 0 auto;}
    .Header-phone span{padding-right: 35px;}

}</pre></body></html>