@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: 60px;height: 60px;border: 1px solid #e5e5e5;margin: 5px;font-size: 18px;color: #111;transition: all .4s ease;border-radius: 4px;display: flex;align-items: center;justify-content: center;}
.paging-menu a.last{transform: rotate(180deg);}
.paging-menu a i{font-size: 15px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #182f8f;background-color: #182f8f;color: #fff;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #182f8f;}
.paging-skip button{color: #555;font-size: 14px;padding: 0 18px;border: 1px solid #e1e1e1;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #182f8f;color: #fff;border-color: #182f8f;}
.paging-hint span{color: #182f8f;}
@media all and (max-width:1000px){.paging-menu a i{font-size: 13px;}.paging-menu a{margin: 4px 2px;width: 36px;height: 36px;font-size: 14px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #182f8f;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #182f8f;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: max(20px,0.4rem) max(15px,0.26rem);margin-top: max(12px,0.18rem);}
.search-link:first-child{margin-top: 0;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #182f8f !important;}
.search-link:hover h2{color: #182f8f;}
/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: max(14px,0.24rem);}
.webmap-title::after{content: "";position: absolute;width: max(36px,0.6rem);left: 0;right: 0;margin: 0 auto;bottom: 0;height: max(2px,0.04rem);background: #182f8f;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -0.4rem 0 0 -0.4rem;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 0.4rem);margin: 0.4rem 0 0 0.4rem;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #182f8f;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: max(16px,0.2rem);width: 100%;padding-bottom: max(12px,0.2rem);line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: max(10px,0.2rem);}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: max(4px,0.06rem) 0;font-size: max(15px,0.18rem);}
.webmap-list>ul>li>.drop .drop a{padding-left: max(12px,0.18rem);font-size: max(14px,0.16rem);}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 0.14rem;}
@media all and (max-width: 1000px){
    .webmap-list>ul>li>.drop .drop a::before{top: 0.2rem;}
    .webmap-list>ul{margin: -14px 0 0;}.webmap-list>ul>li{width: 100%;margin: 14px 0 0;}.webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
/* 内页公共 */
.pagesBan-bg{position: relative;}
.pagesBan-bg img{width: 100%;}
.pagesBan-bg video{display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.pagesBan-bg.hasVideo video{display: block;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 4;}
.pagesBan-con .contain{height: 100%;flex-direction: column;width: 90%;}
.pagesBan-con .contain.flex{justify-content: center;}
.pagesBan-con .title,.pagesBan-con .text{width: 60%;}
.pagesBan-con .title{animation: banText 1s ease both;}
.pagesBan-con .text{animation: banText 1s .1s ease both;}
@keyframes banText {0%{opacity: 0;transform: translateY(0.5rem);}100%{opacity: 1;transform: translateY(0);}}
.pagesBread .item{position: relative;display: block;margin-left: 22px;}
.pagesBread .item::before{content: "/";color: #ddd;display: block;position: absolute;left: -15px;top: 0;}
.pagesBread .item:first-child{margin-left: 0;}
.pagesBread .item:first-child::before{display: none;}
.pagesBread .item:last-child{font-family: 'M';}

/* 联系我们 */
.ctaMsg-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.ctaMsg-bg img{width: 100%;height: 100%;}
.ctaMsg-con{position: relative;z-index: 2;}
.ctaMsg-flex{justify-content: space-between;align-items: flex-start;}
.ctaMsg-left{width: 48.5%;}
.ctaMsg-right{width: 45%;background: #fff;padding: 0.3rem 0.4rem 0.6rem;}
.ctaMsg-form{justify-content: space-between;}
.ctaMsg-form-item{width: calc(50% - 5px);}
.ctaMsg-form-item.w100{width: 100%;}
.ctaMsg-form-item input{width: 100%;background: transparent;margin-top: 8px;border: 1px solid #bbb;height: max(32px,0.42rem);padding: 0 max(12px,0.2rem);}
.ctaMsg-form-item input::-webkit-input-placeholder{color: #666;}
.ctaMsg-form-item textarea{width: 100%;background: transparent;margin-top: 8px;border: 1px solid #bbb;padding: max(10px,0.16rem) max(12px,0.2rem);height: max(100px,1.2rem);}
.ctaMsg-form-item textarea::-webkit-input-placeholder{color: #666;}
.ctaMsg-select{user-select: none;cursor: pointer;margin-top: 8px;}
.ctaMsg-menu{transition-delay: .28s; border: 1px solid #bbb;height: max(32px,0.42rem);padding: 0 10px 0 max(12px,0.2rem);justify-content: space-between;align-items: center;}
.ctaMsg-menu::after{content: "\e727";font-family: 'icon';display: block;font-size: 10px;font-weight: 700;transform: rotate(180deg);transition: all .4s ease;}
.ctaMsg-menu.active{border-bottom-left-radius: 0;border-bottom-right-radius: 0;transition-delay: 0s;}
.ctaMsg-menu.active::after{transform: rotate(0);}
.ctaMsg-drop{display: none;background: #eee; position: absolute;z-index: 10;left: 0;top: 100%;width: 100%;max-height: max(160px,2.1rem);overflow-y: auto;border-radius: 0 0 3px 3px;}
.ctaMsg-drop .item{display: flex;align-items: center; height: max(32px,0.42rem);padding: 0 max(12px,0.2rem);border-top: 1px solid #bbb;}
.ctaMsg-drop .item:first-child{border-top: unset;}
.ctaMsg-drop .item:hover{background: #ddd;}
.ctaMsg-tips i{margin-top: 1px; display: flex;align-items: center;justify-content: center;width: 22px;height: 22px;font-size: 12px;user-select: none;cursor: pointer;background: #eee;margin-right: 20px;}
.ctaMsg-tips i::before{opacity: 0;}
.ctaMsg-tips i.active{background: #182f8f;}
.ctaMsg-tips i.active::before{opacity: 1;}
.ctaMsg-tips p{flex: 1;}
.ctaMsg-tips a{color:#182f8f;text-decoration:underline;}
.ctaData-list{justify-content: space-between;}
.ctaData-list li{width: 47.5%;padding: 0.36rem 0 0.3rem;border-bottom: 1px solid #ddd;}
.ctaData-list .title{align-items: center;}
.ctaData-list .title i{display: flex;align-items: center;justify-content: center;margin-right: max(10px,0.2rem);width: max(28px,0.4rem);height: max(28px,0.4rem);border-radius: 50%;border: 1px solid #dedede;}
.ctaData-list .title i img{max-width: 52%;}
.ctaData-list .title p{flex: 1;}
.ctaDealer-flex{justify-content: space-between;align-items: center;}
.ctaDealer-con{width: 48%;}
.ctaDealer-img{width: 50%;}
.ctaDealer-img img{width: 100%;height: 4rem;transition: all 2s linear;}
.ctaDealer-img:hover img{transform: scale(1.1);}
.ctaLink-item{height: 100%;position: relative;}
.ctaLink-img img{width: 100%;height: 2.8rem;}
.ctaLink-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 10px 0.3rem;z-index: 2;}
.ctaLink-item:hover .ctaLink-img img{transform: scale(1.1);}
/* 新闻-列表 && 新闻-公告 */
.newsList-nav .item{border-radius: 20px;padding: max(4px,0.08rem) max(10px,0.16rem);margin-left: max(10px,0.2rem);}
.newsList-nav .item:first-child{margin-left: 0;}
.newsList-nav .item.active{font-family: 'M';}
.newsList-nav .item.active{background: #f2f2f2;}
.newsList-item{padding: 0.35rem 0.3rem 0.4rem; background: #fff;box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);height: 100%;}
.newsList-item .more{display: inline-block;}
.newsList-item .more::after{content: "";position: absolute;left: 0;bottom: -2px;width: 100%;height: 1px;background: #182f8f;}
.newsList-item:hover .title{color: #182f8f ;}
/* 新闻-活动 */
.newsActivity-item{height: 100%;background: #f2f2f2;}
.newsActivity-img img{width: 100%;height: 3.2rem;}
.newsActivity-con{padding: 0.4rem;}
.newsActivity-item:hover .newsActivity-img img{transform: scale(1.1);}
.newsActivity-item:hover .newsActivity-con .title{color: #182f8f;}
/* 新闻-主页 */
.newsHome-head{justify-content: space-between;align-items: center;}
.newsHome-head .comMore{width: auto;padding: 0 max(15px,0.3rem) 0.03rem;}
.newsHome-activity .newsActivity-item{background: #fff;}
.newsHome-flex{background: #fff;box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);flex-direction: column;}
/* 新闻-详情 */
.newsDet-share-flex{justify-content: center;align-items: center;}
.newsDet-share .line{width: 4rem;height: max(2px,0.04rem);margin: 0 0.4rem;background: #ee782b;}
.newsDet-share .item{margin-left: 0.38rem;}
.newsDet-share .item span{transition:color .4s ease}
.newsDet-share .item:first-child{margin-left: 0;}
.newsDet-share .item span:hover{color: #182f8f;}
/* 下载一级 */
.downSearch .btn1{background: #fff;width: max(40px,0.62rem);height: 100%; position: absolute;left: 0;top: 0;font-size: max(16px,0.2rem);}
.downSearch .btn2{position: absolute;right: 0;top: 0;width: max(80px,1.2rem);height: 100%;user-select: none;cursor: pointer;background: #ee782b;}
.downSearch .btn2:hover{background: #b44e0c;}
.downSearch input{width: 47vw;padding: 0 max(80px,1.2rem) 0 max(40px,0.62rem);height: max(40px,0.64rem);background: #fff;}
.downSearch input::-webkit-input-placeholder{color: #999;}
.downCta-bg img{width: 100%;}
.downCta-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;justify-content: center;padding: 0 0.6rem;}
.downCta-con .text{width: max(350px,4.9rem);}
.downA-flex{justify-content: space-between;align-items: flex-start;}
.downA-left{width: 23.5%;position: sticky;top: 135px;}
.downA-side{background: #f2f2f2;}
.downA-side-item{border-top: 1px solid #ddd;}
.downA-side-item:first-child{border-top: unset;}
.downA-side-menu{padding: 0.22rem 0.15rem;align-items: center;justify-content: space-between;}
.downA-side-menu .title{flex: 1;padding-left: 0.15rem;}
.downA-side-menu .title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: max(2px,0.04rem);height: 85%;background: #182f8f;opacity: 0;transition: all .4s ease;}
.downA-side-menu:hover,.downA-side-menu.active .title{color: #182f8f;}
.downA-side-menu.active .title::after{opacity: 1;}
.downA-side-drop{display: none;padding: 0 0.3rem 0.34rem;}
.downA-side-drop .item:first-child{margin-top: 0;}
.downA-side-drop .item.active{color: #e87929;}
.downA-right{width: 73.5%;}
.downA-item{height: 100%;border: 1px solid #ddd;padding: 0.28rem 10px;}
.downA-item .img{height: 2.5rem;}
.downA-item .img img{max-width: 70%;max-height: 100%;}
.downA-item:hover .img img{transform: scale(1.1);}
/* 二级 */
.downB-title{border-bottom: 1px solid #ddd;}
.downB-link-list{width: 90%;}
.downB-link-item{width: 100%;height: max(40px,0.54rem);border-radius: 40px;border: 1px solid #182f8f;}
.downB-link-item:hover{background: #182f8f;color: #fff;}
.downB-view .downA-item{background: #f1f1f1;border: unset;}


/* 常见问题 */
.faqNav-list{justify-content: center;}
.faqNav-list .item{border-radius: 40px;width: max(120px,1.6rem);height: max(40px,0.54rem);margin-left: max(10px,0.2rem);border: 1px solid #182f8f;}
.faqNav-list .item:first-child{margin-left: 0;}
.faqNav-list .item.active{background: #182f8f;color: #fff;}
.faqList li{border-bottom: 1px solid #ddd;}
.faqList li:first-child{border-top: 1px solid #ddd;}
.faqMenu{justify-content: space-between;align-items: center;user-select: none;cursor: pointer;}
.faqMenu .title{flex: 1;padding-right: 0.3rem;}
.faqMenu .btn{width: 20px;height: 20px;position: relative;transition: all .4s ease;}
.faqMenu .btn::after,.faqMenu .btn::before{width: 100%;height: 2px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #000;}
.faqMenu .btn::after{width: 2px;height: 100%;}
.faqMenu.active .btn{transform: rotate(180deg);}
.faqMenu.active .btn::after{opacity: 0;}
.faqDrop{display: none;width: 95%;}
/* 案例-列表 */
.caseNav{border-bottom: 1px solid #ddd;}
.caseNav .item{padding: 0 0.15rem 0.26rem;margin-left: 0.2rem;}
.caseNav .item:first-child{margin-left: 0;}
.caseNav .item::after{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 1px;background: #e87929;opacity: 0;}
.caseNav .item.active{font-family: 'M';}
.caseNav .item.active::after{opacity: 1;}
.caseItem{height: 100%;}
.caseItem .img img{width: 100%;height: 2.25rem;}
.caseItem:hover .img img{transform: scale(1.1);}
.caseItem:hover .title{color: #182f8f;}
/* 招聘-列表 */
.joinItem{border-bottom: 1px solid #ddd;justify-content: space-between;align-items: center;padding-right: 0.22rem;}
.joinItem:first-child{border-top: 1px solid #ddd;}
.joinItem-desc{flex: 1;}
.joinItem-desc .text span{display: block;margin-left: 0.8rem;}
.joinItem-desc .text span:first-child{margin-left: 0;}
.joinItem-btn i{transform: translateX(-10px) rotate(180deg);display: block;transition: all .6s ease;opacity: 0;color: #ee782b;}
.joinItem:hover .joinItem-desc .title{color: #182f8f;}
.joinItem:hover .joinItem-btn i{transform: translateX(0) rotate(180deg);opacity: 1;}
/* 招聘-详情 */
.joinDet-edit-item:nth-child(2n)::after{content: "";position: absolute;left: 50%;top: 0;width: 100vw;height: 100%;transform: translateX(-50%);background: #f2f2f2;pointer-events: none;}
.joinDet-edit-item>*{position: relative;z-index: 2;}
.joinDet-msg-title,.joinDet-edit-item h1,.joinDet-edit-item h2,.joinDet-edit-item h3,.joinDet-edit-item h4,.joinDet-edit-item h5,.joinDet-edit-item h6{font-size: max(16px,0.24rem);font-family: 'M';position: relative;padding-left: 14px;margin-bottom: 0.2rem;line-height: 1.14;}
.joinDet-msg-title::after,.joinDet-edit-item h1::after,.joinDet-edit-item h2::after,.joinDet-edit-item h3::after,.joinDet-edit-item h4::after,.joinDet-edit-item h5::after,.joinDet-edit-item h6::after{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 4px;height: 70%;background: #ee782b;}
.ctaMsg-form-item input.file{user-select: none;cursor: pointer;}
.joinDet-msg-line{height: 1px;width: 100%;background: #ddd;}
.joinDet-msg-tips a{color: #182f8f;text-decoration: underline;transition: all .4s ease;}
.joinDet-msg-tips a:hover{color: #ee782b;}
.joinDet-msg .comMore{width: auto;height: auto;padding: max(8px,0.14rem) max(15px,0.3rem);}
.joinDet-msg .ctaMsg-form{justify-content: flex-start;}
.joinDet-msg .ctaMsg-form-item:nth-child(-n+4){width: max(300px,4rem);}
.joinDet-msg .ctaMsg-form-item:nth-child(2),.joinDet-msg .ctaMsg-form-item:nth-child(4){margin-left: 1rem;}
/* 合作伙伴 */
.hzYS-item{overflow: hidden;}
.hzYS-show-img img{width: 100%;height: 42vw;}
.hzYS-show-img::after{transition: all .6s ease;opacity: 0; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);}
.hzYS-show-con{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);transition: all 1s ease;z-index: 2; flex-direction: column;justify-content: center;padding: 0 var(--widDb) 0 7.3vw; position: absolute;right: 0;top: 0;width: 50%;height: 100%;background: #fff;}
.hzYS-hide{opacity: 1;transition: all .6s ease; z-index: 4; position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;}
.hzYS-hide .contain{width: 84vw;}
.hzYS-hide-list ul{justify-content: center;}
.hzYS-hide-list li{opacity: 0;transform: translateX(-0.4rem);transition: all .6s ease;}
.hzYS-hide-item{transition: all .6s ease; padding: 4.2vw 1.5vw 1.5vw;min-height: 2.1vw; background: #fff;height: 100%;flex-direction: column;align-items: center;text-align: center;}
.hzYS-hide-item:hover{transform: translateY(-0.2rem);}
.hzYS-hide-item .ico{width: 3.2vw;height: 2.6vw;}
.hzYS-hide-item .ico img{max-height: 100%;}
.hzYS-item:hover .hzYS-show-img::after{opacity: 1;}
.hzYS-item:hover .hzYS-show-con{clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}
.hzYS-item:hover .hzYS-hide{opacity: 1;}
.hzYS-item:hover .hzYS-hide-list li{opacity: 1;transform: none !important;}
.hzYS-item:hover .hzYS-hide-list li:nth-child(1){transition-delay: 1.1s;}
.hzYS-item:hover .hzYS-hide-list li:nth-child(2){transition-delay: .95s;}
.hzYS-item:hover .hzYS-hide-list li:nth-child(3){transition-delay: .8s;}
.hzYS-item:hover .hzYS-hide-list li:nth-child(4){transition-delay: .65s;}
.hzYS-item:hover .hzYS-hide-list li:nth-child(5){transition-delay: .5s;}
.hzYS-item:nth-child(2n) .hzYS-show-con{padding: 0 1.4rem 0 var(--widDb);right: auto;left: 0;}
.hzYS-item:nth-child(2n) .hzYS-hide-list li{transform: translateX(0.4rem);}
.hzYS-item:nth-child(2n):hover .hzYS-hide-list li:nth-child(1){transition-delay: .5s;}
.hzYS-item:nth-child(2n):hover .hzYS-hide-list li:nth-child(2){transition-delay: .65s;}
.hzYS-item:nth-child(2n):hover .hzYS-hide-list li:nth-child(3){transition-delay: .8s;}
.hzYS-item:nth-child(2n):hover .hzYS-hide-list li:nth-child(4){transition-delay: .95s;}
.hzYS-item:nth-child(2n):hover .hzYS-show-con{clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}
.hzVoice-slide{padding: 0 1.7rem;}
.hzVoice-title .logo{width: max(50px,0.8rem);height: max(50px,0.8rem);border-radius: 50%;background: #fff;margin-right: 14px;}
.hzVoice-title .logo img{max-width: 90%;max-height: 80%;}
.hzVoice-title .desc{text-align: left;}
.hzVoice-btn{z-index: 2; position: absolute;left: 0;top: 50%;transform: translateY(-50%); user-select: none;cursor: pointer;width: max(40px,0.6rem);height: max(40px,0.6rem);border-radius: 50%;background: #fff;font-size: max(14px,0.18rem);}
.hzVoice-btn.next{left: auto;right: 0;transform: translateY(-50%) rotate(180deg);}
.hzVoice-btn:hover{background: #182f8f;color: #fff;}
.hzMap-flex{box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);}
.hzMap-list,.hzMap-img .img iframe{width: 100%;height: 6.8rem;}
.hzMap-list{width: 28%;overflow-y: auto;padding: 0 0.3rem 0 0.18rem;}
.hzMap-menu{border-bottom: 1px solid #e7e7e7;justify-content: space-between;align-items: center;user-select: none;cursor: pointer;}
.hzMap-menu .left{align-items: center;}
.hzMap-menu .ico{width: 24px;margin-right: 10px;}
.hzMap-menu .ico img{width: 100%;}
.hzMap-menu .logo{width: 1.14rem;height: 0.9rem;display: flex;align-items: center;}
.hzMap-menu .logo img{max-height: 60%;}
.hzMap-menu .btn{font-size: max(14px,0.18rem);transform: rotate(180deg);}
.hzMap-menu.active .btn{transform: rotate(0);}
.hzMap-drop{border-bottom: 1px solid #e7e7e7;display: none;padding: 20px 0;}
.hzMap-img{width: 72%;}
.hzMap-img .img{display: none;}
.hzMap-img .img:first-child{display: block;}
.hzJoin-flex{align-items: center;justify-content: space-between;}
.hzJoin-con{width: 39%;}
.hzJoin-con .comMore{width: 204px;}
.hzJoin-img{width: 50%;}
.hzJoin-img img{width: 100%;height: 4rem;transition: all 2s linear;}
.hzJoin-img:hover img{transform: scale(1.1);}
.hzNews-btn{z-index: 2; position: absolute;left: -100px;top: 50%;transform: translateY(-50%); user-select: none;cursor: pointer;width: max(40px,0.6rem);height: max(40px,0.6rem);border-radius: 50%;background: #f2f2f2;font-size: max(14px,0.18rem);}
.hzNews-btn.next{left: auto;right: -100px;transform: translateY(-50%) rotate(180deg);}
.hzNews-btn:hover{background: #182f8f;color: #fff;}
/* 关于我们 */
.abWhy-list li{position: relative;display: flex;flex-direction: column;align-items: center;text-align: center;}
.abWhy-list li:nth-child(1){width: 30%;padding-right: 0.7rem;}
.abWhy-list li:nth-child(2){width: 37%;padding: 0 0.6rem;}
.abWhy-list li:nth-child(3){width: 32%;padding-left: 0.65rem;}
.abWhy-list li::after{content: "";position: absolute;left: 0;bottom: 0;width: 1px;height: calc(100% - 0.85rem);background: #eee;}
.abWhy-list li:first-child::after{display: none;}
.abWhy-list .ico{width: 0.58rem;height: 0.58rem;}
.abWhy-list .ico img{max-height: 100%;}
.abWhy-list .text{text-align: left;}
.abWhy-list .text p{margin-top: 0.16rem;}
.abWhy-list .text p:first-child{margin-top: 0;}
.abIntro-item{background: #f2f2f2;justify-content: space-between;align-items: center;}
.abIntro-img{width: 50%;border-radius: 0 10px 10px 0;}
.abIntro-img img{width: 100%;height: 36.5vw;transition: all 2s linear;}
.abIntro-img:hover img{transform: scale(1.09);}
.abIntro-con{width: 50%;padding: 0 var(--widDb) 0 5.7vw;}
.abIntro-con .num{align-items: center;}
.abIntro-con .num span{display: block;margin-right: 5px;}
.abIntro-item:nth-child(2n){background: #fff;flex-direction: row-reverse;}
.abLM .abIntro-item{flex-direction: row-reverse;}
.abIntro-item:nth-child(2n) .abIntro-img,.abLM .abIntro-item .abIntro-img{border-radius: 10px 0 0 10px;}
.abIntro-item:nth-child(2n) .abIntro-con,.abLM .abIntro-item .abIntro-con{padding: 0 5.7vw 0 var(--widDb);}
.abHonor-logo .item{width: calc(100% / 7);flex-direction: column;align-items: center;}
.abHonor-logo .img{width: 1.2rem;height: 1.2rem;border-radius: 50%;border: 1px solid #ddd;}
.abHonor-logo .img img{max-width: 70%;max-height: 60%;}
.abHonor-logo .item:hover .img{transform: translateY(-0.1rem);}
.abHonor-book{padding-bottom: 0.55rem;width: calc(100% + 0.32rem);margin-left: -0.16rem;}
.abHonor-book::after{content: "";position: absolute;left: 50%;bottom: 0;width: 100vw;transform: translateX(-50%);height: 0.9rem;background: url('../images/pages/abHonor-bg.png') no-repeat center/100% auto;}
.abHonor-book .swiper-slide{padding: 0 0.16rem;}
.abHonor-book-slide{box-shadow: 0.09rem -0.03rem 0.05rem 0px rgba(0, 0, 0, 0.1);padding: 0.11rem;background: url('../images/pages/abHonor-border.png') no-repeat center/100% 100%;}
.abHonor-book-slide img{width: 100%;}
.abHZ-list .item{height: 2rem;background: #fff;}
.abHZ-list .item img{max-height: 50%;max-width: 90%;}
.abShare-flex .list{margin-left: 0.25rem;}
.abShare-flex .list{align-items: center;}
.abShare-flex .item{margin-left: 0.35rem;font-size: 0.24rem;transition: all .4s ease;}
.abShare-flex .item:hover{color: #182f8f;}
.abNews .newsList-item{padding: 0.35rem 0.2rem 0.4rem;box-shadow: unset;}
/* 产品-列表 */
.proModule:first-child{margin-top: 0;}
.proMenu-bg{position: relative;}
.proMenu-bg img{width: 100%;height: 5.4rem;}
.proMenu-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.8) 100%);}
.proMenu-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;justify-content: center;padding: 0 1rem;z-index: 5;}
.proMenu-con .btn{position: absolute;left: 50%;bottom: 0.35rem;transform: translateX(-50%);user-select: none;cursor: pointer;animation: proMenuAni .5s linear infinite alternate;}
.proMenu-con .btn i{display: block;margin-right: 10px;}
/* .proMenu-con .btn:hover i{animation-play-state: paused;} */
.proMenu.active .proMenu-con .btn{animation: none;}
.proMenu.active .proMenu-con .btn i{transform: rotate(180deg);}
@keyframes proMenuAni {0%{transform: translate(-50%,-7px);}100%{transform: translate(-50%,7px);}}
.proDrop{display: none;}
.proItem{width: 100%;height: 100%;background: #fff;padding: 0.1rem 0.1rem 0.4rem;flex-direction: column;align-items: center;text-align: center;}
.proItem .img{height: 3.4rem;width: 100%;}
.proItem .img img{max-width: 70%;max-height: 80%;}
.proItem:hover{box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);}
.proItem:hover .title{color: #182f8f;}
.proItem:hover .comMore{background: #182f8f;color: #fff;}
.proItem .comMore{width: max(180px,2.04rem);}
.proEms-flex{justify-content: space-between;align-items: center;}
.proEms-img{width: 44%;}
.proEms-img img{max-width: 65%;}
.proEms-con{width: 51.5%;padding-right: 0.7rem;}
.proEms-con .list{margin-left: -0.1rem}
.proEms-con .item{margin-left: 0.1rem;width: calc(100% / 3 - 0.1rem);user-select: none;cursor: pointer;}
.proCta-flex{justify-content: space-between;align-items: center;}
.proCta-con{width: 39%;}
.proCta-img{width: 51.5%;}
.proCta-img img{width: 100%;height: 4rem;transition: all 2s linear;}
.proCta-img:hover img{transform: scale(1.1);}
/* 产品-详情 */
.proDet-show{background: url('../images/pages/proShow-bg.jpg') no-repeat center/cover;}
.proDet-show-flex{justify-content: space-between;align-items: center;}
.proDet-show-img{width: 50%;height: 5.9rem;}
.proDet-show-img img{max-width: 60%;max-height: 100%;}
.proDet-show-con{width: 50%;padding-right: 1.1rem;}
.proDet-show-con .label{color: #ee782b;}
.proDet-params-bg img{width: 100%;}
.proDet-params-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proDet-params-con .contain{height: 100%;align-items: center;}
.proDet-params-con .con-box{width: 45%;}
.proDet-params-list li{margin-top: 0.24rem;position: relative;;display: flex;align-items: flex-start;}
.proDet-params-list .ico{width: max(20px,0.3rem);margin-right: max(12px,0.18rem);margin-top: 2px;}
.proDet-params-list .desc{flex: 1;}
.proDet-params-list .text{margin-top: 5px;}
.proDet-params-module:nth-child(2n) .proDet-params-con .contain{justify-content: flex-end;}


.proDet-params-flex{justify-content: space-between;align-items: center;}
.proDet-params-img{width: 27%;height: 5.9rem;}
.proDet-params-img img{max-height: 100%;}
/* .proDet-params-module:nth-child(2n){background: #f2f2f2;}
.proDet-params-module:nth-child(2n) .proDet-params-flex{flex-direction: row-reverse;} */
.proDet-hz-list li{width: 20%;height: 1.6rem;border-bottom: 1px solid #dadada;border-right: 1px solid #dadada;}
.proDet-hz-list li:nth-child(-n+5){border-top: 1px solid #dadada;}
.proDet-hz-list li:nth-child(5n+1){border-left: 1px solid #dadada;}
.proDet-hz-list li img{max-width: 60%;max-height: 50%;}
.proDet-hz-list li:nth-child(1){border-top-left-radius: max(5px,0.1rem);}
.proDet-hz-list li:nth-child(5){border-top-right-radius: max(5px,0.1rem);}
.proDet-hz-list li:nth-child(11){border-bottom-left-radius: max(5px,0.1rem);}
.proDet-hz-list li:last-child{border-bottom-right-radius: max(5px,0.1rem);}
.proDet-hot-swp{width: calc(100% + 0.22rem);margin-left: -0.11rem;}
.proDet-hot-swp .swiper-slide{padding: 0.11rem;}
.proDet-hot-swp .proItem:hover{box-shadow: 0px 0px 0.11rem 0px rgba(0, 0, 0, 0.1);}
.proDet-hot-swp .hzVoice-btn.prev{left: -100px;}
.proDet-hot-swp .hzVoice-btn.next{right: -100px;}
.proDet-down-flex{justify-content: space-between;align-items: center;}
.proDet-down-con{width: 43%;}
.proDet-down-list .item{width: 100%;height: max(40px,0.54rem);border-radius: 40px;border: 1px solid #182f8f;}
.proDet-down-list .item:hover{background: #182f8f;color: #fff;}
.proDet-down-video{width: 50%;}
.proDet-down-video .img img{width: 100%;height: 4rem;}
.proDet-down-video .btn{padding: 0.05rem 0 0 0.05rem; user-select: none;cursor: pointer;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;width: max(40px,0.8rem);height: max(40px,0.8rem);background: #fff;color: #ee782b;}
.proDet-down-video .btn:hover{background: #182f8f;color: #fff;}
.proDet-link-item{height: 100%;flex-direction: column;padding: 0.6rem 0.2rem;background: #fff;box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);}
/* 解决方案-A */
.solA-why .comTitle{width: 80%;margin: 0 auto;}
.solA-why .comTitle .title{width: 90%;margin: 0 auto;}
.solA-why-icon{justify-content: center;}
.solA-why-icon li{display: flex;flex-direction: column;align-items: center;text-align: center;margin-left: 1.1rem;}
.solA-why-icon li:first-child{margin-left: 0;}
.solA-why-icon .ico{height: max(40px,0.58rem);}
.solA-why-icon .ico img{max-height: 100%;}
.solA-gallery-more img{width: 100%;height: 6rem;}
.solA-gallery-more video{display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.hasVideo .solA-gallery-more video{display: block;}
.solA-thumbs-click .line{width: 100%;height: 2px;background: #aaa;}
.solA-thumbs-click .line i{display: block;position: absolute;left: 0;top: 0;width: 0;height: 200%;background: #ee782b;transition: all .4s ease;}
.solA-thumbs-click .title,.solA-thumbs-click .text{opacity: .5;}
.solA-thumbs-click.active .line i{width: 100%;transition: all 6s linear;}
.solA-thumbs-click.active.first .line i{transition: all 5s linear;}
.solA-thumbs-click.active .title,.solA-thumbs-click:hover .title,.solA-thumbs-click.active .text{opacity: 1;}
.solA-why-tips .item{display: none;}
.solA-why-tips .item:first-child{display: block;}
.solA-GN-img img{width: 100%;}
.solA-GN-con{margin-top: -1.3rem;position: relative;z-index: 2;background: linear-gradient(to bottom,transparent 0%,#fff 40%);background: -webkit-linear-gradient(top,transparent 0%,#fff 40%);background: -o-linear-gradient(top,transparent 0%,#fff 40%);background: -moz-linear-gradient(top,transparent 0%,#fff 40%);}
.solA-GN-con .text{width: max(500px,7.1rem);max-width: 100%;}
.solA-link-flex{justify-content: space-between;align-items: center;}
.solA-link-flex .text{width: max(500px,7.1rem);max-width: 100%;}
.solA-FA-list{justify-content: space-between;padding: 3vw 3vw 0;}
.solA-FA-item{width: 50%;border-radius: 0.2rem 0 0 0.2rem;overflow: hidden;}
.solA-FA-item:nth-child(2){border-radius: 0 0.2rem 0.2rem 0;}
.solA-FA-bg::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.6));background: -webkit-linear-gradient(top,transparent 60%,rgba(0,0,0,.6));background: -moz-linear-gradient(top,transparent 60%,rgba(0,0,0,.6));background: -o-linear-gradient(top,transparent 60%,rgba(0,0,0,.6));}
.solA-FA-bg img{width: 100%;height: 39vw;}
.solA-FA-con{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding-bottom: 0.44rem;transition: all .6s ease;transform: translateY(0.8rem);}
.solA-FA-con .text{width: max(400px,5.4rem);margin: 0.2rem auto 0;opacity: 0;transform: translateY(0.4rem);transition: all .6s ease;}
.solA-FA-item:hover .solA-FA-con{transform: translateY(0);}
.solA-FA-item:hover .solA-FA-con .text{opacity: 1;transform: translateY(0);transition-delay: .1s;}
.solA-news-item{display: block;background: #f2f2f2;height: 100%;display: flex;flex-direction: column-reverse;border-radius: 0;}
.solA-news-img img{width: 100%;height: max(180px,2.5rem);}
.solA-news-list .uli.ml24{margin: 0;border-radius: max(6px,0.10rem);overflow: hidden;}
.solA-news-list .uli.ml24.uli3 li{margin: 0;width: calc(100% / 3);}
.solA-news-list li:nth-child(2) .solA-news-item{flex-direction: column;}
.solA-news-con{padding: 0.45rem 0.35rem 0;height: max(180px,2.5rem);}
/* .solA-news-item:hover .solA-news-img img{transform: scale(1.1);} */
.solA-case-list{margin-left: -0.2rem;}
.solA-case-item{margin: 0.2rem 0 0 0.2rem;width: calc(56% - 0.2rem);}
.solA-case-item:nth-child(2),.solA-case-item:nth-child(3),.solA-case-item:nth-child(6),.solA-case-item:nth-child(7){width: calc(44% - 0.2rem);}
.solA-case-img{position: relative;}
.solA-case-img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 70%,rgba(0,0,0,.6) 100%);background: -webkit-linear-gradient(top,transparent 70%,rgba(0,0,0,.6));}
.solA-case-img img{width: 100%;height: 3.6rem;transition: all 2s linear;}
.solA-case-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.25rem;color: #fff;}
.solA-case-item:hover .solA-case-img img{transform: scale(1.1);}
/* 解决方案-B */
.solB-YS-block{height: 100vh;position: sticky;top: 0;}
.solB-YS-item{position: sticky;top: max(70px,calc(0.8rem + 0px));overflow: hidden;will-change: transform;}
.solB-YS-item:nth-child(2){top: max(120px,calc(1.4rem + 0px));}
.solB-YS-item:nth-child(3){top: max(170px,calc(2rem + 0px));}
.solB-YS-item:nth-child(4){top: max(220px,calc(2.6rem + 36px));}
.solB-YS-item:nth-child(5){top: max(270px,calc(3.2rem + 0px));}
.solB-YS-item:nth-child(6){top: max(320px,calc(3.8rem + 0px));}
.solB-YS-bg img{width: 100%;height: calc(100vh - max(64px,0.8rem));}
.solB-YS-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;padding-top: 4.6vw;}
.solB-YS-con .comTitle{width: max(500px,7.1rem);max-width: 100%;}
.solB-YS-num{margin-top: 5vw;}
.solB-YS-num .title{position: relative;padding-top: max(6px,0.12rem);}
.solB-YS-num .title::after{content: "";position: absolute;left: 0;top: 0;width: max(20px,0.5rem);height: 2px;background: #fff;}
.solB-app-list{display: flex;margin-left: -10px;}
.solB-app-list li{width: 2.1rem;margin-left: 10px;border-radius: 10px;overflow: hidden;position: relative;}
.solB-app-list li.active{width: calc(100% - 2.1rem *3 - 10px * 4);}
.solB-app-img{position: relative;}
.solB-app-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
.solB-app-img img{width: auto;height: 5rem;max-width: unset;object-fit: fill;}
.solB-app-show{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.28rem 0.35rem;transition: all .4s .2s ease;}
.solB-app-hide{z-index: 3;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.28rem 0.35rem;transition: all .2s ease;opacity: 0;transform: translateY(0.8rem);}
.solB-app-hide .text{opacity: 0;transform: translateY(0.1rem);transition: all .4s ease;}
.solB-app-list li.active .solB-app-show{opacity: 0;transition-delay: 0s;}
.solB-app-list li.active .solB-app-hide{opacity: 1;transition: all .6s ease .2s; transform: translateY(0);}
.solB-app-list li.active .solB-app-hide .text{opacity: 1;transition-delay: .5s;transform: translateY(0);}
.solB-proj-flex{justify-content: space-between;align-items: flex-start;}
.solB-proj-list{width: 37%;}
.solB-proj-item{border-bottom: 1px solid #eee;}
.solB-proj-menu{align-items: center;justify-content: space-between;user-select: none;cursor: pointer;}
.solB-proj-menu .title{flex: 1;padding-right: 10px;transition: all .4s ease;}
.solB-proj-menu .btn{font-size: max(14px,0.22rem);transform: rotate(180deg);}
.solB-proj-menu.active .title{color: #182f8f;font-family: 'M';}
.solB-proj-menu.active .btn{transform: rotate(0);color: #ee782b;}
.solB-proj-drop{display: none;}
.solB-proj-img{width: 58.5%;position: relative;}
.solB-proj-img .img{opacity: 0;position: absolute;left: 0;top: 0;width: 100%;transition: all 1s linear;}
.solB-proj-img .img:first-child{position: relative;}
.solB-proj-img .img img{width: 100%;height: 5.1rem;transform: scale(1.2);transition: all 2s linear 1s;}
.solB-proj-img .img.active{opacity: 1;}
.solB-proj-img .img.active img{transform: scale(1);transition-delay: 0s;}
.solB-service-list{margin-left: -0.26rem;}
.solB-service-list li{margin-left: 0.26rem;width: calc(25% - 0.26rem);background: #fff;height: 2rem;flex-direction: column;}
.solB-service-list .ico{width: max(40px,0.62rem);height: max(40px,0.62rem);}
.solB-service-list .ico img{max-height: 100%;transition: all .4s ease;}
.solB-service-list .ico .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.solB-service-list li:hover{background: #182f8f;}
.solB-service-list li:hover .ico .s{opacity: 0;}
.solB-service-list li:hover .ico .h{opacity: 1;}
.solB-service-list li:hover .title{color: #fff;}
.solB-service-cta{background: #fff;}
@media all and (min-width:680px) {
    .solB-YS-bg{overflow: hidden;position: relative;}
    .solB-YS-bg .share{display: none; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(9, 18, 26, .6);}
    .solB-YS-bg .border{position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-width: 15vw 30vw;border-color: #fff;border-style: solid;}
    .solB-YS-item.animated .solB-YS-bg .border{animation: AbojjYsD1 2.5s ease both 0.6s;}
    @keyframes AbojjYsD1{0%{transform: scale(1);}100%{transform: scale(3);}}
    .solB-YS-item.animated .solB-YS-bg .share{animation: AbojjYsD2 1.4s ease both 1s;}
    .solB-YS-item.animated .solB-YS-con{animation: AbojjYsD2 1.4s ease both 2s;}
    @keyframes AbojjYsD2{0%{opacity: 0;}100%{opacity: 1;}}
}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .proDet-hot-swp .hzVoice-btn.prev{left: -70px;}
    .proDet-hot-swp .hzVoice-btn.next{right: -70px;}
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .proDet-params-list li::after{top: 2px;}
    .proDet-hot-swp .hzVoice-btn.prev{left: -50px;}
    .proDet-hot-swp .hzVoice-btn.next{right: -50px;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .pagesBan-bg img{height: 300px;}
    .pagesBan-con .contain{width: 92%;}
    .pagesBan-con .title, .pagesBan-con .text{width: 100%;}
    .ctaMsg-left{width: 100%;}
    .ctaMsg-right{width: 100%;margin-top: 30px;}
    .ctaMsg-form-item{width: 100%;margin-top: 15px;}
    .ctaMsg-form-item input{margin-top: 4px;}
    .ctaMsg-tips i{width: 14px;height: 14px;font-size: 10px;margin: 2px 12px 0 0;}
    .ctaMsg-tips i::before{display: block;transform: scale(.8);}
    .ctaMsg-right .comMore-box{margin-top: 30px;}
    .ctaMsg-right{padding: 15px 10px 40px;}
    .ctaData-list li{width: 100%;padding: 20px 0;}
    .ctaDealer{padding: 40px 0;}
    .ctaDealer-con{width: 100%;}
    .ctaDealer-img{width: 100%;margin-top: 20px;}
    .ctaDealer-img img{height: 210px;}
    .ctaLink-list .uli.ml30{margin: 0;}
    .ctaLink-list .uli.ml30.uli3 li{margin: 20px 0 0;width: 100%;}
    .ctaLink-list .uli.ml30.uli3 li:first-child{margin-top: 0;}
    .ctaLink-img img{height: 240px;}
    .ctaLink-con{padding: 0 10px 20px;}
    .ctaLink-con .title{font-size: 18px;}
    .newsList-nav{flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;}
    .newsList-list ul{margin: -20px 0 0 !important;}
    .newsList-list li{margin: 20px 0 0 !important;width: 100% !important;}
    .newsList-item{padding: 20px 15px 30px !important;}
    .newsActivity-list .uli.ml22{margin: -20px 0 0 ;}
    .newsActivity-list .uli.ml22.uli3 li{margin: 20px 0 0;width: 100%;}
    .newsActivity-img img{height: 270px;}
    .newsActivity-con{padding: 20px 15px 30px;}
    .newsDet-date{margin-top: 20px;}
    .newsDet-title{line-height: 1.6;}
    .newsDet-share .title{font-size: 16px;}
    .newsDet-share .line{width: 40px;height: 1px;margin: 0 20px;}
    .downA-left{width: 100%;position: relative;top: auto;}
    .downA-side-menu{padding: 16px 12px;}
    .downA-side-menu .title{padding-left: 12px;font-size: 16px;}
    .downA-side-drop{padding: 0 24px 20px;}
    .downA-right{width: 100%;margin-top: 30px;}
    .downA-list .uli.ml32{margin: -20px 0 0;}
    .downA-list .uli.ml32.uli3 li{margin: 20px 0 0;width: 100%;}
    .downA-item{padding: 25px;}
    .downA-item .img{height: 150px;}
    .downA-item .title{font-size: 16px;margin-top: 20px;}
    .downCta-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .downCta-bg img{height: 100%;}
    .downCta-con{position: relative;padding: 30px 15px;}
    .downCta-con .title{line-height: 1.6;}
    .downCta-con .text{width: 100%;}
    .downCta-con .comMore-box{margin-top: 25px;}
    .downCta-con .comMore{width: 120px;}
    .downB-show .downA-list{margin-top: 25px;}
    .downB-link-list{width: 100%;margin-top: 20px;}
    .downB-link-list .uli.ml40.uli3 li{width: calc(100%/2 - max(16px,0.4rem));}
    .downB-link-item{font-size: 12px;height: 38px;}
    .caseNav .item{padding: 0 10px 10px;}
    .caseList .uli.ml40{margin: -20px 0 0;}
    .caseList .uli.ml40.uli3 li{margin: 30px 0 0;width: 100%;}
    .caseItem .img img{height: 195px;}
    .caseItem .title{margin-top: 10px;}
    .joinItem{padding: 20px 0;}
    .joinItem-desc .text{margin-left: -5px;font-size: 12px;}
    .joinItem-desc .text span{margin: 5px 0 0 5px !important;width: calc(50% - 5px);}
    .joinDet-view{padding-top: 5px;}
    .joinDet-msg-title, .joinDet-edit-item h1, .joinDet-edit-item h2, .joinDet-edit-item h3, .joinDet-edit-item h4, .joinDet-edit-item h5, .joinDet-edit-item h6{padding-left: 12px;}
    .joinDet-msg-title::after, .joinDet-edit-item h1::after, .joinDet-edit-item h2::after, .joinDet-edit-item h3::after, .joinDet-edit-item h4::after, .joinDet-edit-item h5::after, .joinDet-edit-item h6::after{width: 2px;}
    .joinDet-msg .ctaMsg-form-item:nth-child(-n+4){width: 100%;}
    .joinDet-msg .ctaMsg-form-item:nth-child(2), .joinDet-msg .ctaMsg-form-item:nth-child(4){margin-left: 0;}
    .hzYS-list{pointer-events: none;}
    .hzYS-item{padding-bottom: 30px;}
    .hzYS-hide{position: relative;height: auto;}
    .hzYS-show-img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .hzYS-show-img img{width: 100%;height: 100%;}
    .hzYS-show-con{position: relative;width: 100%;padding: 25px 4% !important;z-index: 2;background: transparent;color: #fff;}
    .hzYS-show-img::after{opacity: 1;}
    .hzYS-hide .contain{width: 92%;}
    .hzYS-hide-list li{opacity: 1;transform: none;}
    .hzYS-hide-list .uli.ml20{margin: -10px 0 0 -10px;justify-content: flex-start;}
    .hzYS-hide-list .uli.ml20.uli5 li{margin: 30px 0 0 10px;width: calc(50% - 10px);}
    .hzYS-hide-item{padding: 0;}
    .hzYS-hide-item .ico{width: 30px;height: 30px;}
    .hzVoice-btn{display: none;}
    .hzVoice-slide{padding: 0;}
    .hzMap-flex{box-shadow: unset;border-radius: 0;overflow: visible;}
    .hzMap-list{width: 100%;padding: 0 15px;height: 360px;border-radius: 5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
    .hzMap-menu .logo{width: 80px;height: 60px;}
    .hzMap-img{width: 100%;margin-top: 20px;}
    .hzMap-img .img iframe{height: 250px;}
    .hzMap-drop{padding: 15px 0;}
    .hzJoin-flex{flex-direction: column-reverse;}
    .hzJoin-img{width: 100%;}
    .hzJoin-img img{height: 200px;}
    .hzJoin-con{width: 100%;margin-top: 10px;}
    .hzJoin-con .comMore{width: 150px;}
    .abWhy-list li{width: 100% !important;padding: 25px 0 !important;border-top: 1px solid #eee;}
    .abWhy-list li:first-child{border-top: unset;}
    .abWhy-list li::after{display: none;}
    .abWhy-list .ico{width: 38px;height: 38px;}
    .abWhy-list .title{margin-top: 20px;}
    .abIntro-item{flex-direction: column !important;padding: 40px 4%;}
    .abIntro-img{width: 100%;border-radius: 5px !important;}
    .abIntro-img img{height: 250px;}
    .abIntro-con{width: 100%;padding: 15px 0 0 !important;}
    .abHonor-logo{flex-wrap: wrap;align-items: flex-start;}
    .abHonor-logo .item{width: calc(100% / 3);margin-top: 20px;}
    .abHonor-logo .img{width: 50px;height: 50px;}
    .abHonor-logo .title{font-size: 11px;margin-top: 4px;}
    .abHonor-book-slide{padding: 8px;}
    .abHonor-book .pages-pagination{position: relative;z-index: 5;}
    .abHonor-book::after{background-size: auto 100%;height: 70px;bottom: -15px;background-position: center bottom;}
    .abHZ-list .uli.ml16.uli6 li{width: calc(100%/6 - max(8px,0.16rem));}
    .abHZ-list .item{height: 40px;border-radius: 3px;}
    .indMap .comTitle .text{width: 100%;}
    .abShare-flex .title{font-size: 14px;}
    .abShare-flex .item{font-size: 14px;margin-left: 20px;}
    .proModule{margin-top: 25px;}
    .proMenu-con{padding: 0 15px;}
    .proMenu-con .title{line-height: 1.4;}
    .proMenu-bg img{height: 170px;}
    .proMenu-con .btn{bottom: 10px;width: 100%;height: 40px;}
    .proMenu-con .btn i{width: 12px;margin-right: 8px;}
    .proDrop .uli.ml22.uli3 li{width: calc(100%/1 - max(10px,0.22rem));}
    .proItem .img{height: 180px;}
    .proItem{padding: 10px 15px 25px;}
    .proItem .title{margin-top: 10px;}
    .proItem .comMore{width: 140px;}
    .proEms-img{width: 100%;}
    .proEms-con{width: 100%;padding: 20px 0 0;}
    .proEms-con .list{margin-left: -10px;}
    .proEms-con .item{margin-left: 10px;width: calc(100% / 3 - 10px);}
    .proCta-flex{flex-direction: column-reverse;}
    .proCta-img{width: 100%;}
    .proCta-img img{height: 210px;}
    .proCta-con{width: 100%;margin-top: 15px;}
    .proCta-con .title{line-height: 1.4;}
    .proDet-show{padding-bottom: 50px;}
    .proDet-show-flex{flex-direction: column;}
    .proDet-show-con{width: 100%;padding: 30px 0 0;}
    .proDet-show-img{width: 100%;height: 200px;}
    .proDet-params-flex{flex-direction: column-reverse !important;}
    .proDet-params-img{height: 200px;width: 70%;}
    .proDet-params-con{width: 100%;}
    .proDet-params-bg img{min-height: 600px;}
    .proDet-params-con .con-box{width: 100%;}
    .proDet-params-list li{margin-top: 15px;}
    .proDet-params-list .text{font-size: 13px;line-height: 1.6;}
    .proDet-down-con{width: 100%;}
    .proDet-down-list .item{font-size: 12px;height: 36px;}
    .proDet-down-video{width: 100%;margin-top: 30px;}
    .proDet-down-video .img img{height: 200px;}
    .proDet-down-video .btn{width: 50px;height: 50px;font-size: 20px;}
    .proDet-link-list .uli.ml40{margin: -15px 0 0;}
    .proDet-link-list .uli.ml40.uli2 li{margin: 15px 0 0;width: 100%;}
    .proDet-link-item{padding: 40px 15px;}
    .proDet-link-item .comMore-box{margin-top: 25px;}
    .solA-why .comTitle{width: 100%;}
    .solA-why .comTitle .title{width: 100%;font-size: 18px;}
    .solA-why-icon li{margin-left: 30px;}
    .solA-why-icon .ico{height: 30px;}
    .solA-why-icon .title{font-size: 10px;}
    .solA-thumbs-click .line{height: 1px;}
    .solA-thumbs-click .title{margin-top: 14px;}
    .solA-GN-con{margin-top: -1rem; background: linear-gradient(to bottom, transparent 0%, #fff 15%);background: -webkit-linear-gradient(top, transparent 0%, #fff 15%);background: -o-linear-gradient(top, transparent 0%, #fff 15%);background: -moz-linear-gradient(top, transparent 0%, #fff 15%);}
    .solA-link-flex .text{width: 100%;}
    .solA-link-flex .comMore-box{margin-top: 20px;}
    .solA-link-flex .comMore{width: auto;padding: 0 20px;}
    .solA-FA-item{width: 100%;}
    .solA-FA-bg img{height: 280px;}
    .solA-FA-con{padding: 0 15px 25px;}
    .solA-FA-con .title{font-size: 18px;}
    .solA-FA-con .text{width: 100%;line-height: 1.4;}
    .solA-FA-bg::after{background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, .6));background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, .6));background: -moz-linear-gradient(top, transparent 30%, rgba(0, 0, 0, .6));background: -o-linear-gradient(top, transparent 30%, rgba(0, 0, 0, .6));}
    .solA-news-list .uli.ml24{margin: -15px 0 0;}
    .solA-news-list .uli.ml24.uli3 li{margin: 15px 0 0;width: 100%;}
    .solA-news-img img{height: 210px;}
    .solA-news-item{flex-direction: column !important;border-radius: 6px;}
    .solA-news-con{padding: 20px 15px 30px;height:auto;}
    .solA-case-list{margin-left: 0;}
    .solA-case-item{margin: 15px 0 0;width: 100% !important;}
    .solA-case-img img{height: 200px;}
    .solA-case-con{padding: 18px;}
    .solA-case-con .title{font-size: 17px;}
    .solB-YS-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .solB-YS-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .2);}
    .solB-YS-bg img{height: 100%;}
    .solB-YS-con{position: relative;left: auto;top: auto;height: auto;padding: 40px 0 60px;}
    .solB-YS-num{margin-top: 40px;}
    .solB-YS-item{top: 50px;}
    .solB-YS-item:nth-child(2){top: 90px;}
    .solB-YS-item:nth-child(3){top: 130px;}
    .solB-YS-item:nth-child(4){top: 170px;}
    .solB-YS-item:nth-child(5){top: 210px;}
    .solB-YS-item:nth-child(6){top: 250px;}

    .solB-app-list{display: block; margin: 5px 0 0;}
    .solB-app-list li{width: 100% !important;border-radius: 0;margin: 10px 0 0;}
    .solB-app-img{border-radius: 5px;overflow: hidden;height: 80px;transition: all .4s ease;}
    .solB-app-img img{max-width: 100%;width: 100%;height: 300px;object-fit: cover;}
    .solB-app-list li.active .solB-app-hide .text{opacity: 0;transition: none;}
    .solB-app-show{display: none;}
    .solB-app-hide{opacity: 1;transform: none;bottom: auto;top: 0;padding: 30px 15px 0;}
    .solB-app-hide .title{font-size: 18px;}
    .solB-app-hide .text{opacity: 0;transform: none;transition: all .6s ease !important;}
    .solB-app-list li:hover .solB-app-img{height: 300px;}
    .solB-app-list li:hover .solB-app-hide .text{opacity: 1;}
    .solB-proj-list{width: 100%;}
    .solB-proj-item{padding: 15px 0;}
    .solB-proj-img{width: 100%;margin-top: 25px;display: none;}
    .solB-proj-drop .img img{height: 230px;width: 100%;}
    .solB-proj-drop{padding-bottom: 20px;}
    .solB-service-list{margin: 15px 0 0 -10px;}
    .solB-service-list li{width: calc(50% - 10px);margin: 10px 0 0 10px;height: 120px;}
    .solB-service-list .title{margin-top: 12px;}
    .solB-service-cta{margin-top: 10px;}
    .solA-FA-list{padding: 0 4%;}
    .solA-FA-item{margin-top: 20px;border-radius: 0.2rem !important;}
    .solA-FA-con{transform: translateY(60px);}

    .solB-YS-block{height: 10vh;}
    .abIntro-con .num{justify-content: center;}
    .abIntro-con .text2{text-align: center;}
    .downSearch input{width: 70vw;}
    .faqNav{width: 100%;overflow-x: auto;}
    .faqNav-list{justify-content: flex-start;white-space: nowrap;flex-wrap: nowrap;}
    .faqNav-list .item{height: auto;height: 38px;padding: 0 20px;}
    .downB-view .downA-right{display: flex;flex-direction: column;}
    .downB-view .downA-right .toPlace{order: 1;}
    .downB-view .downB-link{order: 2;margin-top: 0;}
    .downB-view .downB-show{order: 3;margin-top: 30px;}
    
    /* 按钮居中 */
    .solA-link .comMore-box,.proCta .comMore-box,.hzJoin-con .comMore-box,.abIntro-con .comMore-box{width: 100%;justify-content: center;}
    .proDet-params-con .contain{align-items:flex-start;padding-top:50px;}
    
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}