@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0px max(2px,0.03rem) max(6px,0.13rem) 0px rgba(8, 12, 18, 0.06);transition: all .4s ease;}

.Header-other{width: 100%;background: #fff;}
.Header-other .contain{height: max(30px,0.36rem);display: flex;justify-content: flex-end;align-items: flex-end;}
.Header-phone, .Header-email{font-size: 14px;line-height: 1;color: #2c5185;display: flex;align-items: center;font-family: "fqr";margin-right: max(12px,0.2rem);transition: color .4s ease;}
.Header-email{margin-right: 0;}
.Header-phone i, .Header-email i{font-size: 20px;margin-right: 4px;display:none}
.Header-phone:hover, .Header-email:hover{color: #e37023;}
.Header-otherMb{display: none;}

.Header-lang{position: relative;z-index: 9999;margin-left: max(16px,0.3rem);}
.Header-lang-menu{display: flex;align-items: center;color: #2c5185;transition: color .4s ease;line-height: 1;}
.Header-lang-menu span{font-size: 12px;padding-right: 14px;position: relative;}
.Header-lang-menu span::after{content: "\e727";position: absolute;right: 0;top: 50%;font-family: "icon";font-size: 8px;margin-top: -4px;transform: rotate(180deg);}
.Header-lang-menu i{font-size: 18px;margin-right: 4px;}
.Header-lang.active .Header-lang-menu{color: #e37023;}
.Header-lang-more{width: 80px;margin-left: -40px;z-index: 9;padding: 4px 0;border: 1px solid #e4e7ed;box-shadow: 0 0 max(6px,0.12rem) rgba(8, 12, 18, 0.08);background: #fff;position: absolute;top:calc(100% + 12px);left: 50%;border-radius: 4px;transition: all 0.3s ease-out;transform: rotateX(-90deg);transform-origin: 0 0;opacity: 0;visibility: hidden;}
.Header-lang-more:before{content: "";width: 10px;height: 10px;background: #fff;left: 50%;margin-left: -5px;border-left: 1px solid #e4e7ed;border-top: 1px solid #e4e7ed;top: -5px;position: absolute;transform: rotate(45deg);}
.Header-lang-more a{display: flex;font-size: 12px;color: #2c5185;padding: 7px 12px;line-height: 1;transition: all .4s ease;position: relative;z-index: 2;}
.Header-lang-more a:hover{background: #eee;}
.Header-lang.active .Header-lang-more{visibility: visible;opacity: 1;transform: rotateX(0);}

.Header-main>.contain{padding-right:max(80px,0.9rem);}
.Header-lang-pc{position:absolute;Height:max(70px,0.8rem);right:var(--widDb);top:0;display: flex;align-items: center;}
.Header-lang-pc .Header-lang-more {top: calc(64% + 12px);}

.Header-main{width: 100%;position: relative;}
.Header-main>.contain{display: flex;flex-wrap: wrap;justify-content: space-between;}

.Header-logo,.Header-search-click,.Header-search-item,.Header-menu{height: max(70px,0.8rem);}

.Header-logo{float: left;width: max(162px,1.89rem);display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;}
.Header-logo img.s{display: none;}

.Header-search{order: 3;width: max(200px,2.6rem);display: flex;justify-content: flex-end;}
.Header-search-click{display: flex;width: max(36px,0.4rem);color: #e37023;line-height: 1;font-size: 18px;cursor: pointer;z-index: 999;transition: color .4s ease;align-items: center;justify-content: flex-end;position: relative;}
.Header-search-click::after, .Header-search-item button::after{content: "\e617";font-family: "icon";}
.Header-search-click.active::after{content: "\e903";font-size: 14px;color: #969da6;}
.Header-search-click:hover{color: #e37023 !important;}
.Header-search-item{position: absolute;width: 100%;top: 0;left: 0;z-index: 9;pointer-events: none;}
.Header-search-item .limit{width: 100%;height: 100%;display: flex;align-items: center;}
.Header-search-item .contain{display: flex;justify-content: flex-end;padding-right:max(80px,0.9rem);}
.Header-search-item form{display: flex;width: max(250px,calc(2.6rem + 50px));position: relative;pointer-events: auto;}
.Header-search-item input{width: calc(100% - 50px);height: 34px;border-bottom: 1px solid #e37023;font-size: 14px;color: #e37023;background: transparent;transition: border .4s ease;}
.Header-search-item input::-webkit-input-placeholder{color: #e37023}
.Header-search-item input:-moz-placeholder{color: #e37023}
.Header-search-item input::-moz-placeholder{color: #e37023}
.Header-search-item input:-ms-input-placeholder{color: #e37023}
.Header-search-item button{width: 50px;height: 34px;line-height: 1;font-size: 18px;color: #e37023;background: transparent;cursor: pointer;margin-right: 0;opacity: 0;pointer-events: none;transition: color .4s ease;}
.Header-search-item button:hover{color: #e37023;}
.Header-search-item.active form{animation: HeaderSearch1 .8s ease both;}
.Header-search-item.active button{animation: HeaderSearch2 .8s ease both;pointer-events: auto;}
@keyframes HeaderSearch1{0%{width: max(250px,calc(2.6rem + 50px));}100%{width: 40%;}}
@keyframes HeaderSearch2{0%{opacity: 0;}100%{opacity: 1;}}

/* -- */
body.bodySearch .Header-navbar{visibility: hidden;opacity: 0;}
body.bodySearchOff .Header-navbar{visibility: visible;opacity: 1;}

.Header-navbar{float: right;visibility: visible;opacity: 1;}
@media all and (min-width:1100px){body.PC .Header-navbar{display: block !important}}
.Header-navbar>ul>li{float: left;}
.Header-menu{font-size: 16px;position: relative;padding: 0 max(10px,0.2rem);display: flex;align-items: center;color: #262e3a;font-family: "fom";transition: color .4s ease;}
.Header-menu i{font-size: 12px;margin-left: 6px;transform: rotateX(180deg);}
.Header-navbar>ul>li:last-child .Header-menu{padding-right: 0;}
.Header-navbar>ul>li:first-child .Header-menu{padding-left: 0;}
.Header-navbar>ul>li:hover .Header-menu, .Header-navbar>ul>li.active .Header-menu{color: #e37023;}
.Header-arrow{display: none;}
/* ==== */
.Header-drop{width: 100%;padding: max(20px,0.4rem) 0px;box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.08);position: absolute;left: 0;top: 100%;z-index: 100;background-color: #f6f8fa;transition: all 0.3s ease-out;transform: rotateX(-90deg);transform-origin: 0 0;opacity: 0;visibility: hidden;}
.Header-navbar>ul>li.on .Header-drop{visibility: visible;opacity: 1;transform: rotateX(0);}
.Header-shade{position: fixed;width: 100%;height: 100vh;top: 0;left: 0;z-index: 999;background: rgba(21, 23, 27, 0.6);opacity: 0;visibility: hidden;pointer-events: none;transition: all .3s ease-out;}
.Header-shade.active{opacity: 1;visibility: visible;pointer-events: auto;}
/* -- */
/* .Header-comdrop{visibility: visible;opacity: 1;transform: rotateX(0);} */
.Header-comdrop{width: 100%;}
.Header-comdrop-list{width: 100%;}
.Header-comdrop-list .ul{display: flex;flex-wrap: wrap;margin: min(-16px,-0.3rem) 0 0 min(-18px,-0.36rem);justify-content: center;}
.Header-comdrop-list .li{width: calc(100%/4 - max(18px,0.36rem));margin: max(16px,0.3rem) 0 0 max(18px,0.36rem);}
.Header-comdrop-link{display: block;}
.Header-comdrop-link .img{width: 100%;overflow: hidden;display:none}
.Header-comdrop-link .img img{width: 100%;height: 2.12rem;transition: all .6s ease;}
/*.Header-comdrop-link .cont{width: 100%;margin-top: max(10px,0.16rem);}*/
.Header-comdrop-link .cont{width: 100%;margin-top: 0 !important;}
.Header-comdrop-link .cont .title{font-size: 18px;color: #262e3a;transition: color .4s ease;}
.Header-comdrop-link .cont .text{font-size: 14px;color: rgba(38, 46, 58, 0.75);margin-top: 6px;}
.Header-comdrop-link:hover .img img{transform: scale(1.06);}
.Header-comdrop-link:hover .cont .title{color: #e37023;}
/* ---- */
.Header-comdrop-small .contain{max-width: 900px;}
/* ---- */
/*.Header-produce{visibility: visible;opacity: 1;transform: rotateX(0);} */
.Header-produce .contain{max-width: 900px;display: flex;}
.Header-produce-1menu{width: 100%;position: relative;}
.Header-produce-search{width: calc(33.333% - max(16px,0.3rem));display: flex;align-items: center;justify-content: space-between;height: 36px;line-height: 1;font-size: 14px;background: #e37023;color: #fff;border-radius: 3px;padding: 0 14px;transition: background .4s ease;}
.Header-produce-search i{transition: transform .4s ease;}
.Header-produce-search:hover{background: #d65f10;}
.Header-produce-search:hover i{transform: translateX(4px);}
.Header-produce-1menu-list{width: 100%;margin-top: 16px;justify-content:space-between;position: relative;z-index: 2;}
.Header-produce-1menu-list.scroll::-webkit-scrollbar{width: 1px;}
.Header-produce-1menu-list .li{width: calc(33.333% - max(20px,1rem));}
.Header-produce-1menu-list .main{width: 100%;display: flex;align-items: center;font-size: 18px;color: #262e3a;font-family: "fom";transition: color .4s ease;}
.Header-produce-1menu-list .main i{transform: rotateY(180deg);color: #262e3a;line-height: 1;font-size: 16px;margin-left: max(4px,0.08rem);margin-top: -1px;transition: transform .4s ease;}
.Header-produce-1menu-list .main:hover{color: #e37023;}
.Header-produce-1menu-list .main:hover i{transform: rotateY(180deg) translateX(-4px);}
.Header-produce-1menu-list .drop{width: 100%;padding: 14px 0;}
.Header-produce-1menu-list .drop .son{display: none;}
.Header-produce-1menu-list .drop a, .Header-produce-2menu-list .hang a, .Header-produce-3menu-list a{display: flex;align-items: center;height: 36px;font-size: 14px;color: rgba(38, 46, 58, 0.75);line-height: 1;justify-content: space-between;padding: 0 14px 0 0;transition: background .4s ease, color .4s ease;cursor: pointer;}
.Header-produce-1menu-list .drop a i, .Header-produce-2menu-list .hang a i, .Header-produce-3menu-list a i{transform: rotateY(180deg);color: #e37023;}
/*.Header-produce-1menu-list .drop a:hover, .Header-produce-2menu-list .hang a:hover{background: #eaedef;color: #262e3a;font-family: "fom";}*/
/*.Header-produce-1menu-list .drop a.active, .Header-produce-2menu-list .hang a.active{background: #eaedef;color: #262e3a;font-family: "fom";}*/
.Header-produce-1menu-list .drop a:hover, .Header-produce-2menu-list .hang a:hover{color: #e37023;font-family: "fom";}
.Header-produce-1menu-list .drop a.active, .Header-produce-2menu-list .hang a.active{color: #e37023;font-family: "fom";}
/* -- */
.Header-produce-2menu{width: 36%;padding: 106px 0 0 max(16px,0.3rem);position: relative;}
.Header-produce-2menu::before{content: "";position: absolute;width: 1px;height: 100%;right: 0;top: 0;background: #e3e6ea;}
.Header-produce-title{font-size: 18px;color: #262e3a;font-family: "fom";}
.Header-produce-2menu-list{width: 100%;margin-top: 14px;max-height: 284px;overflow-y: auto;padding-right: max(16px,0.3rem);position: relative;z-index: 2;}
.Header-produce-2menu-list .li{width: 100%;display: none;}
.Header-produce-2menu-list .li .items{width: 100%;display: none;}
.Header-produce-2menu-list .li.active{display: block;}
.Header-produce-2menu-list .li .items.active{display: block;}
.Header-produce-2menu-list.scroll::-webkit-scrollbar{width: 1px;}
.Header-produce-2menu-list .hang{width: 100%;}
.Header-produce-2menu-list .hang .son{display: none;}
/* -- */
.Header-produce-3menu{width: 32%;padding: 106px 0 0 max(16px,0.3rem);position: relative;}
.Header-produce-3menu-list{width: 100%;margin-top: 14px;max-height: 284px;overflow-y: auto;padding-right: max(16px,0.3rem);position: relative;z-index: 2;}
.Header-produce-3menu-list.scroll::-webkit-scrollbar{width: 1px;}
.Header-produce-3menu-list a:hover{background: #eaedef;color: #262e3a;font-family: "fom";}
/* ==== */

.Header-navclick{display: none;width: 22px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #262e3a;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #262e3a;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{animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{animation: buttonAnimationBefore 0.3s ease forwards;}
.Header-navclick.active span:after{animation: buttonAnimationAfter 0.3s ease forwards;}
@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);}
}
@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);}
}
@keyframes buttonAnimation{
    0%{background: transparent;}
    50%{background: rgba(255,255,255,0);}
    100%{background: rgba(255,255,255,0);}
}
/*body.bodyScroll .Header{transform: translateY(min(-30px,-0.36rem));}*/


/* 底部 */
.Footer{width: 100%;background: #f6f8fa;border-top: 1px solid #e5e8ed;padding: max(38px,0.48rem) 0 max(26px,0.36rem);position: relative;z-index: 9;}
.Footer .contain{align-items: flex-start;}
.Footer-more{width: 3.1rem;height:3rem;display:flex;flex-direction:column;justify-content:space-between;}
.Footer-more .item{width: 100%;margin-top: max(16px,0.26rem);}
.Footer-more .item:first-child{margin-top: 0;}
.Footer-menu{display: flex;width: 100%;}
.Footer-menu a{color: #262e3a;font-size: max(14px,0.16rem);font-family: "fom";display: flex;align-items: center;transition: color .4s ease;}
.Footer-menu a i{transform: rotate(180deg);font-size: max(12px,0.14rem);margin-left: max(4px,0.08rem);color: #e37023;transition: transform .4s ease;line-height: 1;}
.Footer-menu a:hover{color: #e37023;}
.Footer-menu a:hover i{transform: rotate(180deg) translateX(-4px);}
.Footer-link{width: 100%;font-size: 14px;line-height: max(26px,0.28rem);margin-top: max(4px,0.08rem);color: rgba(38, 46, 58, 0.75);}
.Footer-link p{display: flex;align-items: center;}
.Footer-link p a{transition: color .4s ease;display: flex;align-items: center;}
.Footer-link p a i{color: #8e939a;font-size: 16px;line-height: 1;width: 24px;transition: color .4s ease;}
.Footer-link p a:hover{color: #e37023;}
.Footer-link p a:hover i{color: #e37023;}
.Footer-code{width: 100%;margin-top: max(8px,0.14rem);display: flex;}
.Footer-code a{font-size: 18px;color: #93979d;display: flex;align-items: center;justify-content: center;position: relative;margin-right: max(14px,0.3rem);transition: color .4s ease;}
.Footer-code a:last-child{margin-right: 0;}
.Footer-code a:hover{color: #e37023;}
.Footer-code-img{width: 100px;height: 100px;margin-left: -50px;padding: 4px;display: none;position: absolute;bottom: 32px;left: 50%;background: #e37023;border-radius: 4px;}
.Footer-code-img::after{content: "";display: block;width: 0px;height: 0px;border: 6px solid transparent;border-top-color: #e37023;position: absolute;top: 100%;left: 50%;margin-left: -6px;}
.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;}
@keyframes FooterCode{0%{transform: translateY(-10px);}100%{transform: translateY(0);}}
.Footer-map{width: 5.2rem;position: relative;order: 2;}
.Footer-map-img{width: 100%;}
.Footer-map-img img{width: 100%;}
.Footer-copyright{width: 100%;display: flex;justify-content: center;margin-top: max(14px,0.24rem);flex-wrap: wrap;text-align: center;}
.Footer-copyright p{padding-left: 19px;position: relative;}
.Footer-copyright p::before{content: "";position: absolute;width: 1px;height: 80%;top: 10%;left: 9px;background: #70757b;}
.Footer-copyright p:first-child{padding-left: 0;}
.Footer-copyright p:first-child::before{display: none;}
.Footer-copyright p a{font-size: 14px;color: rgba(38, 46, 58, 0.75);transition: color .4s ease;}
.Footer-copyright p a:hover{color: #e37023;}
.Footer-info{width: calc(100% - 5.2rem - 3.1rem);padding-left: 1.1rem;order: 3;height:3rem;display:flex;flex-direction:column;justify-content:flex-end;}
.Footer-info .item{width: 100%;margin-top: max(14px,0.28rem);}
.Footer-info .item:first-child{margin-top: 0;}
.Footer-info .title{display: flex;font-size: 14px;line-height: 24px;color: #7c8086;flex-wrap:wrap}
.Footer-info .title span{font-family: "fom";color: #262e3a;white-space: nowrap;font-size: 16px;width:100%}
.Footer-info .text{font-size: 14px;line-height: 24px;color: #7c8086;display: flex;flex-wrap: wrap;width: 94%;margin-top: 2px;}
.Footer-info .text p{width: 50%;}
.Footer-friend{width: 100%;display: flex;align-items: flex-start;margin-top: max(16px,0.2rem);padding-right:max(18px,0.3rem)}
.Footer-friend-hint, .Footer-friend-link a{color: rgba(38, 46, 58, 0.75);line-height: max(20px,0.24rem);font-size: max(12px,0.14rem);}
.Footer-friend-link{flex: 1;}
.Footer-friend-link a{transition: all .4s ease;margin-right: max(12px,0.14rem);}
.Footer-friend-link a:last-of-type{margin-right: 0;}
.Footer-friend-link a:hover{color: #262e3a;}

/* 横竖屏 */
.popOrient{display:none;position:fixed;width:100%;height:100%;top:0;left:0;flex-direction: column;align-items: center;justify-content: center;background: #000;z-index:9999999999999999;color:#696969;font-size:16px;text-align:center;}
.popOrient svg{height:60px;margin-bottom:12px;}
body.landscape .popOrient{display:flex}

/* 视频弹窗 */
.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{max-width: 1000px;position: relative;opacity: 0;}
.popVideo-video{width: 100%;display: flex;justify-content: center;}
.popVideo-video video{max-height: 82vh;}
.popVideo-video iframe{width: 1000px;height: 600px;}
.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:1000px){.popVideo-items{width: 92%;}.popVideo-close{right: -8px;font-size: 16px;}.popVideo-video iframe{width: 100%;height: 220px;}}

/* 简历弹窗 */
.onResume{display: none;z-index: 999999;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, .5);position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;user-select: none;padding: 0 4%;}
.onResume-contain{background-color: #fff;border-radius: 5px;padding: 45px;width: 530px;position: relative;opacity: 0;}
.onResume.active{display: flex;}
.onResume.active .onResume-contain{animation: onResumeRun .6s ease both;}
@keyframes onResumeRun{0%{opacity: 0;}100%{opacity: 1;}}
.onResume-close{position: absolute;top: 12px;right: 12px;font-size: 18px;transition: all .4s ease;color: #e37023;}
.onResume-close i{font-size: inherit;}
.onResume-close:hover{color: #e37023;}
.onResume-title{font-size: 20px;color: #333;}
.onResume-form{width: 100%;margin-top: 12px;}
.onResume-name{width:100%;height:45px;}
.onResume-name input, .onResume-wrap .onResume-hint{height: 100%;box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08) inset;border: 1px solid #e6e6f1;padding: 0 16px;}
.onResume-name input{width: 100%;border-radius: 5px;}
.onResume-wrap{position: relative;width: 100%;height: 45px;border-radius: 5px;overflow: hidden;margin-top:8px;}
.onResume-wrap .onResume-hint{width: 66%;border-radius: 5px 0 0 5px;}
.onResume-wrap .btn{width: 34%;height: 100%;background-color: #e37023;position: relative;}
.onResume-wrap .btn .onResume-upload{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;cursor: pointer;}
.onResume-button{width: 100%;display: flex;justify-content: center;margin-top: 20px;}
.onResume-button button{width: 100%;height: 45px;background-color: #e37023;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 16px;cursor: pointer;border-radius: 5px;}
@media all and (max-width: 1000px){
    .onResume-contain{padding:24px 16px;width: 100%;}
    .onResume-title{font-size: 18px;}
    .onResume-name, .onResume-wrap{height: 40px;}
    .onResume-button{margin-top: 12px;}
    .onResume-button button{height: 40px;font-size: 14px;}
    .onResume-close{top: 10px;right: 10px;font-size: 16px;}
    .onResume-wrap .btn .onResume-upload{font-size: 14px;}
    .onResume-name input, .onResume-wrap .onResume-hint{padding: 0 14px;}
}

/* 快速表单 */
.isEnter, .isCode{width: 100%;position: relative;user-select: none;}
.isEnter label{color: #999;position: absolute;display: flex;align-items: center;top: 0;left: 0;pointer-events: none;z-index: 2;}
.isEnter label em{color: #e37023;margin-right: 4px;font-style: normal;}
.isEnter label, .isEnter input, .isEnter textarea{height: 44px;padding: 0 12px;font-size: 14px;}
.isEnter input, .isEnter textarea{border-radius: 0px;color: #333;border: 1px solid #eee;width: 100%;transition: border .4s ease;}
.isEnter textarea{padding: 10px 12px;height: 80px;display: block;}
.isEnter input:focus, .isEnter textarea:focus{border-color: #e37023;}
.isCode{display: flex;}
.isCode .isEnter{width: 500px;}
.isCode .auth{cursor: pointer;margin-left: 12px;background: #f1f1f1;}
.isCode .auth img{width: 100%;height: 100%;max-width: none;}
.isEnter.on label{display: none;}
/* -- */
.isSelect{width: 100%;position: relative;user-select: none;}
.isSelect label{color: #aaabae;position: absolute;display: flex;align-items: center;top: 0;left: 0;pointer-events: none;z-index: 2;}
.isSelect label em{color: #e37023;margin-right: 4px;font-style: normal;}
.customSelect-name, .customSelect input, .isSelect .beginSelect select, .customSelect-drop{border-radius: 3px;color: #262e3a;border: 1px solid #dcdfe6;width: 100%;transition: border .4s ease;}
.customSelect-name, .customSelect input, .isSelect .beginSelect select, .customSelect-drop>div, .isSelect label{height: max(34px,0.44rem);padding: 0 max(10px,0.16rem);font-size: max(14px,0.16rem);}
.isSelect .beginSelect select:focus, .customSelect-name.noRadius{border-color: #e37023;}
.isSelect .beginSelect select{cursor: pointer;}
.isSelect.on label{display: none;}
/* == */
.isButton{width: 100%;display: flex;justify-content: center;}
.isButton button{width: 160px;height: 44px;font-size: 18px;margin-left: 12px;background: #e37023;color: #fff;cursor: pointer;transition: all .4s ease;}
.isButton button:first-child{margin-left: 0;}
.isButton button:hover{box-shadow: 0 4px 12px 0 rgba(102, 140, 218, 0.4);}
.isButton button.reset{background: #999;}
.isButton button.reset:hover{box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);}
/* == */
.isAgree{display: flex;flex-wrap: wrap;align-items: center;width: 100%;position: relative;user-select: none;}
.isAgree input{width: 16px;height: 16px;margin-right: 10px;position: relative;display: block;font-style: normal;border: 1px solid #dedede;transition: border .4s ease;cursor: pointer;}
.isAgree input::after{font-size: 20px;left: 1px;bottom: -1px;color: #e37023;content: "\e63c";position: absolute;font-family: "icon";line-height: 1;opacity: 0;transition: all .4s ease;}
.isAgree input:hover{border-color: #e37023;}
.isAgree input:checked{border-color: #e37023;}
.isAgree input:checked::after{border-color: #e37023;opacity: 1;}
.isAgree .text{align-items: center;color: #262e3a;font-size: 14px;}
.isAgree .text a{color: #e37023;}
/* == */
.customSelect, .isSelect .beginSelect{position: relative;width: 100%;user-select: none;}
.isSelect .beginSelect input{opacity: 0;visibility: hidden;position: absolute;top: 0;left: 0;font-size: 0;}
/* == */
.customSelect.noEvent{pointer-events: none;opacity: 0.5;}
.customSelect-name{display: flex;align-items: center;position: relative;cursor: pointer;}
.customSelect-name::after{content: "\e727";color: #bec0c5;position: absolute;font-family: "icon";font-size: 12px;height: 100%;display: flex;align-items: center;justify-content: center;line-height: 1;right: max(10px,0.16rem);top: 0;transform: rotateX(180deg);}
.customSelect-drop{max-height: max(182px,calc(2rem + 2px));background: #fff;display: none;position: absolute;z-index: 10;top: calc(100% + 4px);box-shadow: 0px max(4px,0.08rem) max(12px,0.24rem) 0px rgba(7, 13, 22, 0.08);overflow-x: hidden;overflow-y: auto;left: 0;}
.customSelect-drop>div{height: max(36px,0.4rem);font-size: max(13px,0.14rem);color: #262e3a;position: relative;display: flex;align-items: center;width: 100%;transition: all .4s ease;cursor: pointer;}
.customSelect-drop>div::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #eee;}
.customSelect-drop>div:last-child::after{display: none;}
.customSelect-drop>div:hover, .customSelect-drop>div.active{color: #e37023;}
.customSelect-drop::-webkit-scrollbar{width: 2px;height: 4px;}
.customSelect-drop::-webkit-scrollbar-thumb{background: #ccc;}
.customSelect-drop::-webkit-scrollbar-track{background: #fff;}
.customSelect-null{display: none;}
.customSelect-name.noRadius::after{transform: rotate(0);}
.customSelect input{display: none;position: absolute;padding-right: max(36px,0.5rem);width: 100%;height: 100%;z-index: 2;bottom: 0;left: 0;background: transparent;}
.customSelect.hasInput input{display: block;}
.customSelect.hasInput .customSelect-name{font-size: 0;border: none;background: transparent;}
/* -- */
.customSelect-drop .son .drop{display: none;}
.customSelect-drop .son .menu{width: 100%;height: 100%;display: flex;align-items: center;}

/* 中间+共用部分 */
.Container{width: 100%;margin-top: max(70px,0.8rem);}
.contain{width: 14.4rem;margin: 0 auto;}
:root{--wid:14.4rem;--widDb: calc((100vw - var(--wid))/2);}

/* 侧边栏 */
.sideBar{position: fixed;z-index: 99;bottom: 30px;right: 38px;display: flex;flex-direction: column;align-items: flex-end;}
.sideBar-items{margin-top: 8px;display: block;width: 56px;height: 56px;border-radius: 28px;position: relative;overflow: hidden;background: #fff;border: 1px solid #ebeced;box-shadow: 0px 4px 8px 0px rgba(8, 12, 18, 0.06);transition: all .3s;cursor: pointer;}
.sideBar-items:first-child{margin-top: 0;}
.sideBar-menu{width: 56px;height: 100%;font-size: 18px;display: flex;align-items: center;justify-content: center;line-height: 1;position: absolute;top: 0;right: 0;color: #262e3a;transition: color .3s;}
.sideBar-items.zixun .sideBar-menu{font-size: 24px;}
.sideBar-items.phone .sideBar-menu{font-size: 22px;}
.sideBar-items.backTop .sideBar-menu{font-size: 16px;}
.sideBar-text{height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;padding: 0 22px;opacity: 0;color: #fff;font-size: 18px;}
.sideBar-items:hover{background: #e37023;border-color: #e37023;box-shadow: 0px 4px 18px 0px rgba(234, 87, 3, 0.36);}
.sideBar-items:hover .sideBar-menu{color: #fff;}
.sideBar-items:hover .sideBar-text{opacity: 1;transition: opacity .3s .1s;}
.sideBar-items.email:hover{width: 276px;}
.sideBar-items.phone:hover{width: 242px;}
/* === */
.writeUp{display: none;position: fixed;z-index: 999999;width: 100%;height: 100vh;top: 0;left: 0;background: #fff;}
.writeUp.active{display: block;}
.writeUp-close{position: absolute;width: max(40px,0.5rem);height: max(40px,0.5rem);font-size: max(14px,0.2rem);right: max(10px,0.26rem);top: max(8px,0.16rem);cursor: pointer;transition: all .4s ease;line-height: 1;z-index: 10;}
.writeUp-close:hover{color: #e37023;transform: rotate(90deg);}
.writeUp-wrap{display: flex;flex-wrap: wrap;align-items: center;}
.writeUp-img{width: 38%;position: relative;height: 100vh;}
.writeUp.active .writeUp-img{animation: clipTop 1s ease both;}
.writeUp-img img.bg{width: 100%;height: 100%;}
.writeUp-img-info{position: absolute;width: 100%;top: 0;left: 0;z-index: 4;color: #fff;text-align: center;}
.writeUp-img-info .cont{max-width: 80%;margin: 0 auto;}
.writeUp-img-info img{width: max(130px,2.18rem);}
.writeUp-img-info .name{font-style: italic;}
.writeUp-data{width: 62%;padding: 0 max(20px,1.34rem) 0 max(20px,0.7rem);}
.writeUp-title{width: 100%;}
.writeUp-title .img{display: none;}
.writeUp-form{width: 100%;}
.writeUp.active .writeUp-title{animation: writeUpRun 1s ease both;}
.writeUp.active .writeUp-form{animation: writeUpRun 1s ease both .2s;}
@keyframes writeUpRun{0%{opacity: 0;transform: translateY(max(40px,0.8rem));}100%{opacity: 1;transform: translateY(0);}}
.writeUp-form ul{margin: min(-14px,-0.22rem) 0 0 min(-20px,-0.48rem);}
.writeUp-form li{width: calc(50% - max(20px,0.48rem));margin: max(14px,0.22rem) 0 0 max(20px,0.48rem);position: relative;}
.writeUp-form li.long{width: calc(100% - max(20px,0.48rem));}
.writeUp-form li .hint{padding-bottom: max(3px,0.08rem);}
.writeUp-form li .hint span{color: #e37023;margin-right: 4px;}
.writeUp-form li .enter input, .writeUp-form li .enter textarea{width: 100%;background: #fff;display: block;height: max(34px,0.44rem);font-size: max(14px,0.16rem);color: #262e3a;border-radius: 3px;border: 1px solid #dcdfe6;padding: 0 max(10px,0.16rem);transition: border .4s ease;}
.writeUp-form li .enter input:focus, .writeUp-form li .enter textarea:focus{border-color: #e37023;}
.writeUp-form li .tofile{width: 100%;position: relative;}
.writeUp-form li .customFile{position: absolute;pointer-events: none;height: max(22px,0.32rem);line-height: 1;color: #fff;border-radius: 3px;overflow: hidden;background: #e37023;padding: 0 max(10px,0.12rem);user-select: none;font-size: max(12px,0.14rem);right: 6px;top: 6px;opacity: 0.3;transition: opacity .4s ease;}
.writeUp-form li .customFile-input{width: 100%;height: 100%;position: absolute;z-index: 10;top: 0;left: 0;cursor: pointer;}
.writeUp-form li .customFile-input input{width: 100%;height: 100%;opacity: 0;filter: 'alpha(opacity=0)';cursor: pointer;}
.writeUp-form li .tofile .enter input{padding-right: max(80px,0.96rem);}
.writeUp-form li .tofile:hover .enter input{border-color: #e37023;}
.writeUp-form li .tofile:hover .customFile{opacity: 1;}
.writeUp-form li .isLinked{display: flex;flex-wrap: wrap;justify-content: space-between;}
.writeUp-form li .isLinked>div{width: calc(100%/3 - max(10px,0.2rem));}
.writeUp-form li .enter textarea{height: max(80px,0.88rem);padding: max(6px,0.12rem) max(10px,0.16rem);}
.writeUp-form li.btn{margin-top: max(16px,0.3rem);display: flex;justify-content: flex-end;}
.writeUp-form li button{display: flex;align-items: center;height: max(36px,0.44rem);padding: 0 max(30px,0.5rem);color: #fff;border-radius: 4px;background: #e37023;line-height: 1;font-size: max(14px,0.16rem);transition: background .4s ease;cursor: pointer;}
.writeUp-form li button i{margin-left: max(6px,0.08rem);transition: transform .4s ease;}
.writeUp-form li button:hover{background: #d65f10;}
.writeUp-form li button:hover i{transform: translateX(4px);}
/* === 微信客服 === */
.sideCode{position: fixed;right: 0;top: 30vh;z-index: 99;user-select: none;}
.sideCode-yes{width: 104px;background: #fff;padding: 10px;box-shadow: 0 0 4px 0 rgba(204, 204, 204, .5);position: relative;}
.sideCode-yes .img{width: 100%;}
.sideCode-yes .img img{width: 100%;}
.sideCode-yes .text{font-size: 12px;text-align: center;margin-top: 8px;}
.sideCode-yes .close{position: absolute;top: 0;line-height: 1;font-size: 12px;left: -27px;height: 26px;width: 26px;box-shadow: 0 0 4px 0 rgba(204,204,204,.5);background: #fff;cursor: pointer;transition: color .4s ease;}
.sideCode-yes .close:hover{color: #e37023;}
.sideCode-no{display: none;height: 40px;width: 120px;right: -41px;top: 40px;transform: rotate(90deg);box-shadow: 0 0 4px 0 rgba(204, 204, 204, .5);background: #fff;align-items: center;justify-content: center;position: absolute;cursor: pointer;}
.sideCode-no i{font-size: 16px;color: #1aad19;}
.sideCode-no span{font-size: 14px;margin-left: 8px;}
.sideCode.active .sideCode-yes{display: none;}
.sideCode.active .sideCode-no{display: flex;}
@media all and (max-width:1590px){
    .sideBar {bottom: 20px;right: 20px;}
    .sideBar-items {margin-top: 6px;width: 46px;height: 46px;border-radius: 23px;box-shadow: 0px 3px 6px 0px rgba(8, 12, 18, 0.06);}
    .sideBar-items:hover{box-shadow: 0px 3px 14px 0px rgba(234, 87, 3, 0.36);}
    .sideBar-menu {width: 46px;font-size: 16px;}
    .sideBar-items.zixun .sideBar-menu{font-size: 22px;}
    .sideBar-items.phone .sideBar-menu{font-size: 20px;}
    .sideBar-items.backTop .sideBar-menu{font-size: 14px;}
    .sideBar-text {padding: 0 18px;font-size: 16px;}
    .sideBar-items.email:hover{width: 240px;}
    .sideBar-items.phone:hover{width: 212px;}
    .writeUp-data {padding: 0 max(20px,1rem) 0 max(20px,0.6rem);}
    .writeUp-form ul{margin: min(-14px,-0.2rem) 0 0 min(-16px,-0.3rem);}
    .writeUp-form li{width: calc(50% - max(16px,0.3rem));margin: max(14px,0.2rem) 0 0 max(16px,0.3rem);}
    .writeUp-form li.long{width: calc(100% - max(16px,0.3rem));}
    .writeUp-form li .isLinked>div {width: calc(100%/3 - max(6px,0.12rem));}
}
@media all and (max-width:1100px){
    .writeUp-img{width: 100%;height: 38vh;}
    .writeUp-data{width: 100%;height: 62vh;display: flex;flex-direction: column;justify-content: center;}
    .writeUp-close{background: #fff;border-radius: 50%;color: #e37023;}
    .writeUp.active .writeUp-img{animation: none;}
}
@media all and (max-width:720px){
    .sideBar {bottom: 10px;right: 8px;}
    .sideBar-items {margin-top: 4px;width: 40px !important;height: 40px;border-radius: 20px;box-shadow: 0px 2px 4px 0px rgba(8, 12, 18, 0.06);}
    .sideBar-items:hover{box-shadow: 0px 2px 10px 0px rgba(234, 87, 3, 0.36);}
    .sideBar-menu {width: 40px;font-size: 14px;}
    .sideBar-items.zixun .sideBar-menu{font-size: 18px;}
    .sideBar-items.phone .sideBar-menu{font-size: 16px;}
    .sideBar-items.backTop .sideBar-menu{font-size: 12px;}
    .sideBar-text {display: none;}
    .writeUp-close{right: 0;top: 4px;}
    .writeUp-img{display: none;}
    .writeUp-data{height: 100vh;padding: 3% 4% 0;}
    .writeUp-title .title{font-size: 14px;}
    .writeUp-title .text{font-size: 12px;}
    .writeUp-form li .hint{font-size: 12px;}
    .writeUp-form ul{margin: -8px 0 0 -8px;}
    .writeUp-form li{width: calc(50% - 8px);margin: 8px 0 0 8px;}
    .writeUp-form li.long{width: calc(100% - 8px);}
    .writeUp-form li:nth-child(5), .writeUp-form li:nth-child(6){width: calc(100% - 8px);}
    .writeUp-form li .isLinked>div{width: calc(100%/2 - 4px);}
    .writeUp-form li .isLinked>div:first-child{width: 100%;margin-bottom: 6px;}
    .writeUp-title .img{display: block;margin-bottom: 8px;}
    .writeUp-title .img img{max-width: 120px;}
    /* === */
    .sideCode{display: none !important;}
}

/* 弹窗二维码 */
.priceChat{position: fixed;width: 100%;height: 100%;z-index: 99999;top: 0;left: 0;background: rgba(0, 0, 0, 0.5);display: none;align-items: center;padding-top:40px;}
.priceChat.active{display: flex;}
.priceChat-contain{width:100%;display:flex;flex-direction: column;align-items:center;opacity:0;}
.priceChat.active .priceChat-contain{animation: priceChatRun .6s ease both;}
@keyframes priceChatRun {0%{opacity: 0;}100%{opacity: 1;}}
.priceChat-info {padding: 50px 40px 60px;background: #e4e7ed;border-radius: 10px;text-align: center;color: #222;}
.priceChat-info .text{font-size:28px;line-height:1.4;font-weight:700;}
.priceChat-info .img{margin:28px auto 0;width:210px;position:relative;}
.priceChat-info .img img{max-width:100%}
.priceChat-line{width:3px;height:30px;background:#e0e0e0;}
.priceChat-close{width:50px;height:50px;border-radius:50%;border:5px solid #e0e0e0;background:#fff;font-size:16px;color:#757575;transition:all .4s ease;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.priceChat-close i{font-size:inherit;}
.priceChat-close:hover{transform:rotate(90deg);color:#fff;background:#e37023}
@media all and (max-width:1590px) {
    .priceChat-info .text {font-size: 20px;}
    .priceChat-info .img {margin: 20px auto 0;width: 180px;}
    .priceChat-info {padding: 36px 30px 44px;;}
    .priceChat-line {width: 2px;height: 22px;}
    .priceChat-close {width: 40px;height: 40px;border: 3px solid #e0e0e0;font-size: 14px;}
}
@media all and (max-width:680px) {
    .priceChat{padding-top:10px;}
    .priceChat-info .text {font-size: 18px;}
    .priceChat-info .img {margin: 16px auto 0;width: 160px;}
    .priceChat-info {padding: 24px 24px 30px;}
    .priceChat-line {width: 2px;height: 18px;}
    .priceChat-close {width: 36px;height: 36px;border: 2px solid #e0e0e0;font-size: 14px;}
}


/*.embed-icon{display:none}*/
/*.writeUp-form .layui-upload-file{display: none;}*/


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
    .Footer-more{width: 3rem;}
    .Footer-map {width: 5.2rem;}
    .Footer-info {width: calc(100% - 5.2rem - 3rem);padding-left: 0.94rem;}
}

@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .Header-menu{font-size: 15px;padding: 0 10px;}
    .Footer-more{width: 2.4rem;height:3.28rem;}
    .Footer-map {width: 5.6rem;}
    .Footer-info {width: calc(100% - 5.6rem - 2.4rem);padding-left: 0.6rem;height:3.28rem;}
    .Footer-info .item {margin-top: max(14px,0.26rem);}
    .Header-comdrop-link .cont .title{font-size: 16px;}
    .Header-search-item form {width: max(220px,calc(2.4rem + 50px));}
    .Header-search {width: max(188px,2.4rem);}
}

@media all and (max-width:1430px){
    /* 1360 */
    .Footer-more{width: 2.4rem;}
    .Footer-map {width: 5.6rem;}
    .Footer-info {width: calc(100% - 5.6rem - 2.4rem);padding-left: 0.5rem;}
    .Footer-more .item {margin-top: max(14px,0.2rem);}
    .Footer-info .title span {font-size: 15px;}
    .Footer-info .item {margin-top: max(14px,0.22rem);}
}

@media all and (max-width:1350px){
    /* 1280 */
    .Header-menu{font-size: 14px;padding: 0 5px;}
    .Header-menu i {font-size: 10px;}
    .Footer-more{width: 2.4rem;}
    .Footer-map {width: 5.6rem;}
    .Footer-info {width: calc(100% - 5.6rem - 2.4rem);padding-left: 0.6rem;}
    .Footer-info .title span{font-size: 14px;}
    .Footer-info .title,.Footer-info .text{font-size: 12px;line-height: 22px;}
    .Footer-link {font-size: 13px;line-height: 24px;}
    .Footer-link p a i {font-size: 15px;width: 22px;}
    .Header-search {width: max(148px,2rem);}
    .Header-search-item form {width: max(180px,calc(2rem + 50px));}
}

@media all and (max-width:1270px){
    /* 1152 × (700) */
}

/* ------------------------平板端（开始改变头部底部）-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
    body.bodySearch .Header-navbar{visibility: visible;opacity: 1;}
    body.bodyScroll .Header {transform: translateY(0);}
    .contain{width: 92%;}
    :root{--wid:92%;--widDb:4%}
    .Container{margin-top: 60px;}
    .Header .contain{width: 100%;}
    .Header-main>.contain{display: block;zoom:1;padding:0;}
    .Header-main>.contain:before, .Header-main>.contain:after{display:table;content:""}
    .Header-main>.contain:after{clear:both}
    .Header-lang-pc{display:none}
    .Header-other{display: none;}
    .Header-logo{margin-left: 4%;width: 130px;height: 60px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-otherMb{display: flex;float: right;height: 60px;align-items: center;margin-right: 6px;}
    .Header-phone i, .Header-email i{margin-right: 0;}
    .Header-phone span, .Header-email span{display: none;}
    .Header-phone, .Header-email{margin-right: 14px;}
    .Header-lang{margin: 0;}
    .Header-lang-menu i{margin: 0;}
    .Header-lang-menu span{display: none;}
    .Header-search{width: auto;justify-content: flex-start;float: right;margin-right: 4px;}
    .Header-search-click{height: 60px;justify-content: center;}
    .Header-search-item{display: none;height: 45px !important;top: 60px !important;padding: 0;background: #fff !important;transition: none !important;}
    .Header-search-item::before,.Header-search-item::after{content: "";position: absolute;width: 100%;height: 1px;background: #e4e7ed;left: 0;}
    .Header-search-item::before{top: 0;}
    .Header-search-item::after{bottom: 0;}
    .Header-search-item.active{display: block;}
    .Header-search-item .limit{background: transparent !important;padding: 0 !important;border: none !important;box-shadow: none !important;}
    .Header-search-item .contain{padding-right: 0;}
    .Header-search-item form{width: 100% !important;animation: none !important;}
    .Header-search-item input{width: 100%;height: 44px;padding: 0 60px 0 4% !important;border: none !important;}
    .Header-search-item button{opacity: 1;animation: none !important;pointer-events: auto;position: absolute;right: 0;width: 44px;height: 45px !important;top: -1px !important;background: #e37023;z-index: 2;color: #fff !important;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;border-top: 1px solid #e4e7ed;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>ul>li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active>ul>li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4% !important;font-size: 15px;}
    .Header-menu i{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;line-height: 44px;transform: rotate(180deg);font-size: 15px;font-style: normal;color: #262e3a;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-arrow::after{content: "\e727";font-family: "icon";}
    .Header-arrow.active{transform: rotate(0);}
    .Header-navbar>ul>li:hover .Header-menu{color: #262e3a;}
    .Header-navbar>ul>li.active .Header-menu{color: #e37023;}
    .Header-drop{display: none;padding: 16px 0;position: relative;top: 0;left: 0;visibility: visible;opacity: 1;transform: rotateX(0);transition: none !important;box-shadow: none;}
    .Header-shade{display: none !important;}
    .Header-comdrop .contain{padding: 0 4%;}
    .Header-comdrop-list .ul {margin: -10px 0 0 -8px;justify-content: flex-start;}
    .Header-comdrop-list .li {width: calc(100%/3 - 8px);margin: 10px 0 0 8px;}
    .Header-comdrop-big .Header-comdrop-list .li {width: calc(100% - 8px);margin: 10px 0 0 8px;}
    .Header-comdrop-big .Header-comdrop-link .cont .title{text-align: left;}
    .Header-comdrop-link .cont {margin-top: 6px;}
    .Header-comdrop-link .cont .title {font-size: 13px;text-align: center;}
    .Header-comdrop-link .cont .text{display: none;}
    .Header-comdrop-link .img img{height: 68px;}
    /* --- */
    .Header-produce .contain{max-width: 100%;min-height: auto;flex-wrap: wrap;padding: 0 4%;}
    .Header-produce-1menu {width: 100%;}
    .Header-produce-1menu-list .main {font-size: 14px;}
    .Header-produce-1menu-list .main i {font-size: 14px;}
    .Header-produce-1menu-list .drop a, .Header-produce-2menu-list .hang a, .Header-produce-3menu-list a {height: 28px;font-size: 14px;padding: 0 10px 0 0;}
    .Header-produce-1menu-list .li {width:100%}
    .Header-produce-1menu-list .drop {padding: 10px 0;}
    .Header-produce-1menu::before{display: none;}
    .Header-produce-search{width: 100%;height: 32px;padding: 0 10px;}
    .Header-produce-1menu-list {margin-top: 14px;max-height: none;padding-right: 0;}
    

    .Footer{padding: 32px 0 24px;}
    .Footer-more{width: 100%;height:auto;}
    .Footer-more-top{width:100%;display: flex;align-items:flex-start;justify-content:space-between}
    .Footer-more .item{margin: 0;}
    .Footer-more .item:nth-child(1){width: 50%;}
    .Footer-more .item:nth-child(2){width: 50%;}
    .Footer-friend{display:none}
    .Footer-info{width: 100%;padding: 0;margin-top: 14px;height:auto}
    .Footer-info .title, .Footer-info .text {font-size: 10px;line-height: 20px;}
    .Footer-info .title span {font-size: 13px;}
    .Footer-info .item{margin-top: 8px;}
    .Footer-map{width: 100%;order: 99;}
    .Footer-map-img{display: none;}
    .Footer-copyright p a {font-size: 12px;}
    .Footer-copyright{justify-content: flex-start;}
    .Footer-copyright p {padding-left: 17px;}
    .Footer-copyright p::before {height: 70%;top: 15%;left: 8px;}
}

/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1100px){
    .Header-comdrop-link .img img{height: 148px;}
}