@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;font-family:'fqr';}
.paging-menu, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: 32px;height: 32px;margin: 4px;font-size: 14px;line-height: 1;color: #5c626b;transition: all .4s ease;border-radius: 2px;background: #edeff1;display: flex;align-items: center;justify-content: center;}
.paging-menu a:first-child, .paging-menu a:last-child{font-size: 12px;}
.paging-menu a:last-child{transform: rotateY(180deg);}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #e37023;background-color: #e37023;color: #fff;}
.paging-skip{margin-right: 12px;align-items: center;width: 128px;}
.paging-skip .customSelect-name{background: #fff;color: #5c626b;font-size: 14px;border: 1px solid #dcdfe6;border-radius: 2px;line-height: 1;height: 32px;padding: 0 24px 0 20px;}
.paging-skip .customSelect.hasInput .customSelect-name {background: #f7f9fa;}
.paging-skip .customSelect-name::after{color: #dcdfe6;right: 12px;}
.paging-skip .customSelect input{background: transparent;color: #5c626b;font-size: 14px;border: none;height: 32px;padding: 0 24px 0 20px;}
.paging-skip .customSelect-drop>div{height: 32px;font-size: 14px;color: #282f34;padding: 0 24px 0 20px;}
.paging-skip .customSelect-drop>div:hover{color: #e37023;}
.paging-skip .customSelect-drop{max-height: 160px;}
.paging-skip .customSelect-name.noRadius{border-color: #e37023;}
@media all and (max-width:1000px){
    .paging-menu a{margin: 2px;width: 30px;height: 30px;}.paging-skip{margin-right: 2px;width: 90px;}
    .paging-skip .customSelect-name::after{right: 4px;font-size: 10px;}
    .paging-skip .customSelect-name{padding: 0 18px 0 6px;}
    .paging-skip .customSelect-drop>div{padding: 0 18px 0 6px;}
}

/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #e37023;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #262e3a;}
.search-info span{color: #e37023;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{align-items: center;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: max(12px,0.2rem) max(12px,0.2rem);margin-top: max(12px,0.18rem);}
.search-link:first-child{margin-top: 0;}
.search-link-img{width: max(160px,2.4rem);height: max(100px,1.6rem);padding: max(10px,0.2rem);background: #f3f3f3;}
.search-link-img img{max-width: 100%;max-height: 100%;}
.search-link-cont{width: calc(100% - max(160px,2.4rem));padding-left: max(12px,0.2rem);}
.search-link h2{color: #262e3a;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #5c626b;}
.search-link .highlightRow span{color: #e37023 !important;}
.search-link:hover h2{color: #e37023;}
@media all and (max-width: 1000px){
    .search-link-img{width: 100%;height: 140px;}
    .search-link-cont{width: 100%;padding: 12px 0 0;}
}

/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #262e3a;line-height: 1.1;}
.privacy-content{width: 100%;color: #5c626b;}

/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #262e3a;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: #e37023;}
.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: #262e3a;}
.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: #e37023;}
.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;}
}

.sonHead{width: 100%;position: relative;}
.sonPlace{width: auto;}
.sonPlace a{height: max(40px,0.54rem);display: flex;align-items: center;line-height: 1;color: #e37023;font-size: max(13px,0.14rem);transition: all .4s ease;}
.sonPlace a::before{content: "\e7e7";font-family: "icon";font-size: 12px;transform: rotate(180deg);margin: -2px max(4px,0.1rem) 0;color: #d1d2d6;}
.sonPlace a:last-child{color: #5c626b;}
.sonPlace a:first-child:before{display: none;}
.sonPlace a:last-child span{max-width: 6rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.sonPlace a:hover{color: #e37023;}

/* 应用领域-列表 */
.use{width: 100%;}
.use-list{width: 100%;border-top: 1px solid #e5e8ed;}
.use-link{display: block;width: 100%;}
.use-link .img{width: 100%;overflow: hidden;}
.use-link .img img{width: 100%;height: 3.04rem;transition: all .6s ease;}
.use-link .cont .title h2{max-width: 100%;position: relative;transition: color .4s ease;}
.use-link .cont .title h2::after{content: "\e80b";font-family: "icon";font-size: max(12px,0.18rem);transform: rotateY(180deg);display: inline-block;color: #e37023;margin-left: max(4px,0.1rem);transition: transform .4s ease;}
.use-link:hover .img img{transform: scale(1.04);}
.use-link:hover .title h2{color: #e37023;}
.use-link:hover .title h2::after{transform: rotateY(180deg) translateX(-4px);}

/* 应用领域-详情 */
.usexq{width: 100%;}
.usexq-img{width: 100%;position: relative;color: #fff;}
.usexq-img img{width: 100%;min-height: 180px;}
.usexq-img .cont{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;display: flex;flex-direction: column;justify-content: center;}
.usexq-img .cont .text{opacity: 0.75;}
.usexq-info{width: 100%;}
.usexq-list{width: 100%;}
.usexq-list .items{width: 100%;border-bottom: 1px solid #e5e8ed;}
.usexq-list .items .name{width: 4.5rem;padding-right: max(24px,0.4rem);}
.usexq-list .items .text{width: calc(100% - 4.5rem);}
.usexq-cont img, .usexq-cont video{height:auto !important}

/* 技术及定制服务-定制服务 */
.serdz{width: 100%;}
.serdzMa{width: 100%;}
.serdzMa-loop{width: 100%;}
.serdzMa-loop .gallery{width: 100%;}
.serdzMa-link{width: 100%;flex-direction: row-reverse;align-items: center;}
.serdzMa-link .img{width: 8.74rem;}
.serdzMa-link .img img{width: 100%;height: 3.6rem;}
.serdzMa-link .cont{width: calc(100% - 8.74rem);}
.serdzMa-link .cont .link a{width: max(100px,1.8rem);padding: 0 max(12px,0.18rem);justify-content: space-between;background: #e37023;transition: background .4s ease;height: max(34px,0.44rem);line-height: 1;color: #fff;}
.serdzMa-link .cont .link a i{font-size: max(14px,0.16rem);transition: transform .4s ease;}
.serdzMa-link .cont .link a:hover{background: #d65f10;}
.serdzMa-link .cont .link a:hover i{transform: translateX(-4px);}
.serdzMa-loop .thumbs{width: 100%;position: relative;}
.serdzMa-loop .thumbs::before{content: "";position: absolute;width: 100%;height: 2px;left: 0;top: 0;background: #d4d8de;}
.serdzMa-loop .thumbs-click{width: 100%;height: max(44px,0.74rem);cursor: pointer;position: relative;line-height: 1;}
.serdzMa-loop .thumbs-click .ico{position: relative;max-width: max(20px,0.26rem);max-height: max(20px,0.26rem);margin-right: max(5px,0.1rem);}
.serdzMa-loop .thumbs-click .ico img{transition: opacity .4s ease;}
.serdzMa-loop .thumbs-click .ico img.h{opacity: 0;position: absolute;top: 0;left: 0;}
.serdzMa-loop .thumbs-click .text{transition: color .4s ease;}
.serdzMa-loop .thumbs-click::after{content: "";position: absolute;width: 0;height: 2px;background: #e37023;right: 0;top: 0;opacity: 0;transition: width .4s ease,opacity .1s ease .4s;}
.serdzMa-loop .thumbs-click.active::after{width: 100%;right: auto;left: 0;opacity: 1;transition: width .4s ease .1s,opacity .1s ease;}
.serdzMa-loop .thumbs-click.active .text{color: #e37023;}
.serdzMa-loop .thumbs-click.active .ico img.s{opacity: 0;}
.serdzMa-loop .thumbs-click.active .ico img.h{opacity: 1;}
.serdzMa-loop .thumbs-btn{display: none;}
.serdzBd{background: #f0f3f6;}
.serdzBd-form{width: 100%;}
.serdzBd-form ul{margin: min(-14px,-0.22rem) 0 0 min(-20px,-0.48rem);}
.serdzBd-form li{width: calc(100%/3 - max(20px,0.48rem));margin: max(14px,0.22rem) 0 0 max(20px,0.48rem);position: relative;}
.serdzBd-form li.long{width: calc(100% - max(20px,0.48rem));}
.serdzBd-form li.area{width: calc(200%/3 - max(20px,0.48rem));}
.serdzBd-form li .hint{padding-bottom: max(3px,0.08rem);}
.serdzBd-form li .hint span{color: #e37023;margin-right: 4px;}
.serdzBd-form li .enter input, .serdzBd-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;}
.serdzBd-form li .enter input:focus, .serdzBd-form li .enter textarea:focus{border-color: #e37023;}
.serdzBd-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;}
.serdzBd-form li .customFile-input{width: 100%;height: 100%;position: absolute;z-index: 10;top: 0;left: 0;cursor: pointer;}
.serdzBd-form li .customFile-input input{width: 100%;height: 100%;opacity: 0;filter: 'alpha(opacity=0)';cursor: pointer;}
.serdzBd-form li .customSelect-name{background: #fff;}
.serdzBd-form li .isLinked{display: flex;flex-wrap: wrap;justify-content: space-between;}
.serdzBd-form li .isLinked>div{width: calc(100%/3 - max(6px,0.14rem));}
.serdzBd-form li .enter textarea{height: max(80px,0.88rem);padding: max(6px,0.12rem) max(10px,0.16rem);}
.serdzBd-form li.type{margin-top: 0;width: calc(100% - max(20px,0.48rem));user-select: none;}
.serdzBd-type{width: 100%;padding: max(16px,0.36rem) 0 max(12px,0.24rem);border-bottom: 1px solid #d4d8de;}
.serdzBd-type .name,.serdzBd-more .items .name{width: max(90px,1.8rem);}
.serdzBd-type .menu,.serdzBd-more .items .data{width: calc(100% - max(90px,1.8rem));}
.serdzBd-type .menu{align-items: center;}
.serdzBd-type .menu p{cursor: pointer;position: relative;margin-right: max(14px,0.34rem);display: flex;align-items: center;transition: color .4s ease;}
.serdzBd-type .menu p::before{content: "";font-size: max(8px,0.1rem);line-height: 1;width: max(12px,0.15rem);height: max(12px,0.15rem);margin-right: max(4px,0.08rem);border-radius: 2px;background: #dcdfe6;color: #fff;display: flex;align-items: center;justify-content: center;}
.serdzBd-type .menu p:hover, .serdzBd-type .menu p.active{color: #e37023;}
.serdzBd-type .menu p.active::before{content: "\e881";background: #e37023;font-family: "icon";}
.serdzBd-more{width: 100%;}
.serdzBd-more .items{width: 100%;border-bottom: 1px solid #d4d8de;display: flex;flex-wrap: wrap;padding: max(12px,0.24rem) 0;display: none;}
.serdzBd-more .items.active{display: flex;}
.serdzBd-form li.btn{margin-top: max(16px,0.3rem);display: flex;justify-content: flex-end;justify-content: center;}
.serdzBd-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;}
.serdzBd-form li button i{margin-left: max(6px,0.08rem);transition: transform .4s ease;}
.serdzBd-form li button:hover{background: #d65f10;}
.serdzBd-form li button:hover i{transform: translateX(4px);}
.serdzLb{width: 100%;}
.serdzLb-list{max-width: 12rem;margin-left:auto;margin-right:auto}
.serdzLb-link{display: block;width: 100%;}
.serdzLb-link .ico{display: flex;align-items: flex-end;justify-content: center;height: max(36px,0.62rem);}
.serdzLb-link .ico img{max-height: 100%;}

/* 技术及定制服务-下载中心 */
.serxz{width: 100%;overflow: visible;}
.serxz-menu{width: 100%;}
.serxz-menu a{height: max(30px,0.44rem);border-radius: max(15px,0.22rem);display: flex;align-items: center;padding: 0 max(16px,0.2rem);margin-right: max(6px,0.12rem);border: 1px solid #dcdfe6;background: #fff;line-height: 1;transition: all .4s ease;}
.serxz-menu a:hover{color: #e37023;border-color: #e37023;}
.serxz-menu a.active{background: #e37023;border-color: #e37023;color: #fff;}
.serxz-search{width: 100%;position: relative;}
.serxz-search input{width: 100%;background: #fff;display: block;height: max(34px,0.44rem);font-size: max(14px,0.16rem);color: #262e3a;border-radius: max(3px,0.05rem);border: 1px solid #dcdfe6;padding: 0 max(40px,0.56rem) 0 max(10px,0.16rem);transition: border .4s ease;}
.serxz-search input:focus{border-color: #e37023;}
.serxz-search button{width: max(40px,0.56rem);height: 100%;position: absolute;right: 0;top: 0;z-index: 4;display: flex;align-items: center;justify-content: center;cursor: pointer;line-height: 1;font-size: max(16px,0.18rem);color: #e37023;}
.serxz-hint{width: 100%;border-bottom: 1px solid #e5e8ed;}
.serxz-hint span{font-family: "fqr";}
.serxz-list{width: 100%;}
.serxz-link{width: 100%;height: 100%;background: #edeff1;align-items: center;transition: box-shadow .4s ease;}
.serxz-link .img{width: 1.56rem;box-shadow: 0px max(3px,0.06rem) max(12px,0.24rem) 0px rgba(8, 12, 18, 0.1);}
.serxz-link .img img{width: 100%;}
.serxz-link .cont{width: calc(100% - 1.56rem);}
.serxz-link .cont .btn a{height: max(30px,0.44rem);background: #e37023;color: #fff;line-height: 1;padding: 0 max(10px,0.16rem);transition: background .4s ease;}
.serxz-link .cont .btn a:hover{background: #d65f10;}
.serxz-link .cont .hint{display:flex;}
.serxz-link .cont .hint span{margin-right:max(12px,0.6rem)}
.serxz-link .cont .hint span:last-child{margin-right:0}
.serxz-link:hover{box-shadow: 0px 0 max(6px,0.12rem) 0px rgba(8, 12, 18, 0.16);}
/* --- */
.serxzUp{display: none;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100vh;top: 0;left: 0;background: rgba(8, 12, 18, 0.5);}
.serxzUp.active{display: flex;}
.serxzUp-contain{background: #fff;position: relative;width: max(400px,5.16rem);}
.serxzUp-close{position: absolute;width: max(40px,0.5rem);height: max(40px,0.5rem);font-size: max(14px,0.18rem);right: 0;top: 0;color: #c9cbcd;cursor: pointer;transition: all .4s ease;line-height: 1;z-index: 10;}
.serxzUp-close:hover{color: #e37023;transform: rotate(90deg);}
.serxzUp-form{width: 100%;}
.serxzUp-form li{width: 100%;margin-top: max(12px,0.2rem);}
.serxzUp-form li:first-child{margin-top: 0;}
.serxzUp-form li .hint{padding-bottom: max(3px,0.08rem);}
.serxzUp-form li .hint span{color: #e37023;margin-left: 4px;}
.serxzUp-form li .enter input{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;}
.serxzUp-form li .enter textarea{width: 100%;background: #fff;display: block;height: max(68px,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;}
.serxzUp-form li .enter input:focus, .serxzUp-form li .enter textarea:focus{border-color: #e37023;}
.serxzUp-form li.btn{margin-top: max(16px,0.3rem);}
.serxzUp-form li button{display: flex;align-items: center;justify-content: center;height: max(36px,0.44rem);width: 100%;color: #fff;border-radius: 4px;background: #e37023;line-height: 1;font-size: max(14px,0.16rem);transition: background .4s ease;cursor: pointer;}
.serxzUp-form li button i{margin-left: max(6px,0.08rem);transition: transform .4s ease;}
.serxzUp-form li button:hover{background: #d65f10;}
.serxzUp-form li button:hover i{transform: translateX(4px);}

/* 关于摩天-关于我们 */
.abo{width: 100%;}
.aboMa{width: 100%;}
.aboMa-bg{position: absolute;width: 10rem;left: 0;bottom: 0;}
.aboMa .contain{position: relative;z-index: 4;justify-content: flex-end;}
.aboMa-wrap{width: 8.5rem;}
.aboMa-cont{width: 100%;}
.aboMa-list{width: 100%;}
.aboMa-list li{width: 50%;border-left: 1px solid #dcdfe6;padding: 0 max(16px,0.42rem);}
.aboMa-list li:first-child{padding-left: 0;border-left: none;}
.aboMa-list li:last-child{padding-right: 0;}
.aboMa-list li .items{width: 100%;margin-top: max(14px,0.4rem);}
.aboMa-list li .items:first-child{margin-top: 0;}
.aboZz{background: #f0f2f5 url("../images/pages/abo2bg.jpg") no-repeat center bottom/cover;}
.aboZz-menu{width: 100%;justify-content: center;}
.aboZz-menu .menu{display: block;cursor: pointer;position: relative;margin-left: max(16px,0.6rem);padding-bottom: max(4px,0.06rem);transition: color .4s ease;}
.aboZz-menu .menu:first-child{margin-left: 0;}
.aboZz-menu .menu::after{content: "";position: absolute;width: 0;height: 2px;background: #e37023;right: 0;bottom: 0;opacity: 0;transition: width .4s ease,opacity .1s ease .4s;}
.aboZz-menu .menu.active{color: #e37023;}
.aboZz-menu .menu.active::after{width: 100%;right: auto;left: 0;opacity: 1;transition: width .4s ease .1s,opacity .1s ease;}
.aboZz-list{width: 100%;box-shadow: 0px max(4px,0.08rem) max(12px,0.24rem) 0px rgba(7, 13, 22, 0.08);}
.aboZz-list .swiper-slide{height: auto;}
.aboZz-link{width: 100%;height: 100%;background: #fff;flex-direction: row-reverse;}
.aboZz-link .img{width: 50%;}
.aboZz-link .img img{width: 100%;height: 100%;}
.aboZz-link .cont{width: 50%;}
.aboZz-link .cont .title{padding-left: max(12px,0.22rem);position: relative;}
.aboZz-link .cont .title::before{content: "";position: absolute;width: max(2px,0.03rem);height: 94%;top: 0;left: 0;background: #e37023;}
.aboZz-link .cont .link a{width: max(100px,1.8rem);padding: 0 max(12px,0.18rem);justify-content: space-between;background: #e37023;transition: background .4s ease;height: max(34px,0.44rem);line-height: 1;color: #fff;}
.aboZz-link .cont .link a i{font-size: max(14px,0.16rem);transition: transform .4s ease;}
.aboZz-link .cont .link a:hover{background: #d65f10;}
.aboZz-link .cont .link a:hover i{transform: translateX(-4px);}
.aboLx{width: 100%;}
.aboLx-link{width: 100%;justify-content: center;}
.aboLx-link a{width: max(100px,1.8rem);margin-right: max(8px,0.2rem);padding: 0 max(12px,0.18rem);border: 1px solid #e37023;justify-content: space-between;background: #e37023;transition: all .4s ease;height: max(34px,0.44rem);line-height: 1;color: #fff;}
.aboLx-link a i{font-size: max(14px,0.16rem);transition: transform .4s ease;}
.aboLx-link a.liuyan{border-color: #e5e8ed;background: #fff;color: rgba(38,46,58,0.75);}
.aboLx-link a.liuyan i{font-size: max(13px,0.15rem);}
.aboLx-link a:hover{background: #d65f10;border-color: #d65f10;color: #fff;}
.aboLx-link a:hover i{transform: translateX(-4px);}

/* 关于摩天-联系我们 */
.rel{width: 100%;}
.rel-wrap{width: 100%;box-shadow: 0px max(4px,0.08rem) max(12px,0.24rem) 0px rgba(7, 13, 22, 0.08);}
.rel-img{width: 50%;}
.rel-img img{width: 100%;height: 100%;}
.rel-cont{width: 50%;display: flex;flex-direction: column;justify-content: center;}
.rel-list{width: 100%;}
.rel-list li{width: 100%;padding: max(10px,0.18rem) 0 max(8px,0.16rem);border-bottom: 1px solid #dcdfe6;}
.rel-list li:first-child{padding-top: 0;}
.rel-list li:last-child{padding-bottom: 0;border-bottom: none;}
.rel-list li.more{display: flex;flex-wrap: wrap;}
.rel-list li .items{margin-right: 0.94rem;}
.rel-list li .items:last-child{margin-right: 0;}
.rel-list li .code{width: max(88px,1.08rem);border: 1px solid #dcdfe6;}
.rel-list li .code img{width: 100%;}

/* 关于摩天-疑问解答 */
.ques{width: 100%;}
.ques-menu.serxz-menu a.active {background: #313740;border-color: #313740;}
.ques-wrap{width: 100%;padding-left: max(12px,0.26rem);border-left: 2px solid #e4e7ed;}
.ques-click{width: 100%;}
.ques-click a{margin-right: max(14px,0.34rem);transition: color .4s ease;}
.ques-click a:hover,.ques-click a.active{color: #e37023;}
.ques-list{width: 100%;}
.ques-list li{width: 100%;margin-top: max(10px,0.2rem);position: relative;}
.ques-list li:first-child{margin-top: 0;}
.ques-link{background: #edeff1;width: 100%;transition: background .4s ease, box-shadow .4s ease;}
.ques-link .name, .ques-link .text{padding-left: max(24px,0.36rem);position: relative;z-index: 10;transform: translate3d(0,0,10px);}
.ques-link .name::before, .ques-link .name::after{content: "";position: absolute;top: 0;left: 0;height: max(22px,0.28rem);width: max(14px,0.18rem);transition: opacity .4s ease;}
.ques-link .name::before{background: url("../images/pages/ques1.png") no-repeat center/100% auto;}
.ques-link .name::after{background: url("../images/pages/ques1H.png") no-repeat center/100% auto;opacity: 0;}
.ques-list li::before, .ques-list li::after{content: "";position: absolute;}
.ques-list li::before{width: max(8px,0.14rem);height: max(8px,0.14rem);border-radius: 50%;background: #d7d9db;top: min(-3px,-0.06rem);left: min(-17px,-0.34rem);transition: background .4s ease;}
.ques-list li::after{width: max(12px,0.24rem);height: max(8px,0.16rem);background: #edeff1;top: 0;left: min(-2px,-0.06rem);transform: skewX(45deg);transition: background .4s ease, box-shadow .4s ease;}
.ques-list li:hover::before{background: #e37023;}
.ques-list li:hover .ques-link{background: #fff;box-shadow: 0px max(4px,0.08rem) max(12px,0.24rem) 0px rgba(7, 13, 22, 0.08);}
.ques-list li:hover::after{background: #fff;}
.ques-list li:hover .name::before{opacity: 0;}
.ques-list li:hover .name::after{opacity: 1;}

/* 关于摩天-资讯列表 */
.news{width: 100%;}
.news-list{width: 100%;}
.news-link{width: 100%;border-bottom: 1px solid #dcdfe6;align-items: center;}
.news-link:first-child{padding-top: 0;}
.news-link .img{width: 3rem;}
.news-link .img img{height: 1.9rem;transition: all .6s ease;width: 100%;}
.news-link .cont{width: calc(100% - 3rem - 1.8rem);}
.news-link .cont .title, .news-link .cont .text{max-width: 720px;}
.news-link .cont .title{transition: color .4s ease;}
.news-link .cont .tags span{border-radius: 3px;margin-right: max(6px,0.12rem);background: #edeff1;padding: max(4px,0.08rem) max(6px,0.08rem);line-height: 1;}
.news-link .cont .tags span:last-child{margin-right: 0;}
.news-link .other{width: 1.8rem;text-align: center;}
.news-link .time{color: #919499;}
.news-link .arrow{color: #919499;transition: color .4s ease;transform: rotate(180deg);}
.news-link:hover .img img{transform: scale(1.04);}
.news-link:hover .cont .title{color: #e37023;}
.news-link:hover .arrow{color: #e37023;}

/* 关于摩天-资讯详情 */
.newsxq{width: 100%;overflow: visible;}
.newsxq .contain{align-items: flex-start;justify-content: space-between;}
.newsxq-wrap{width: 9.4rem;}
.newsxq-head{width: 100%;}
.newsxq-head .more{align-items: center;}
.newsxq-head .hint{align-items: center;color: rgba(38,46,58,0.6);margin-right: max(20px,0.46rem);}
.newsxq-head .hint>div{display: flex;align-items: center;padding-left: max(21px,0.47rem);position: relative;}
.newsxq-head .hint>div::before{content: "";position: absolute;width: 1px;height: 80%;top: 10%;left: max(10px,0.23rem);background: #c2c5ca;}
.newsxq-head .hint>div:first-child{padding-left: 0;}
.newsxq-head .hint>div:first-child:before{display: none;}
.newsxq-head .hint i{margin-right: max(4px,0.06rem);}
.newsxq-head .hint .look i{font-size: max(14px,0.16rem);}
.newsxq-cont{width: 100%;}
.newsxq-cont img{height: auto !important;}
.newsxq-mix{width: 100%;align-items: center;justify-content: space-between;}
.newsxq-mix-tags{width: 6.4rem;}
.newsxq-mix-tags span{border-radius: 3px;margin: max(4px,0.08rem) max(4px,0.08rem) 0 0;background: #fff;border: 1px solid #dcdfe6;padding: max(4px,0.08rem) max(6px,0.08rem);line-height: 1;transition: all .4s ease;}
.newsxq-mix-tags span:last-child{margin-right: 0;}
.newsxq-mix-share{width: auto;align-items: center;line-height: 1;}
.newsxq-mix-share #toShare a{margin-left: max(10px,0.2rem);}
/* -- */
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #efeeee;position:absolute;z-index:9;top:-160px;left:50%;margin-left: -62px;width:124px;height:148px;text-align:center;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);transition:all 300ms;}
#toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
#toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;}
#toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
#toShare .icon-wechat .wechat-qrcode .qrcode{width:100px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help{display: none;}
#toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}
/* -- */
.newsxq-btn{width: 100%;justify-content: space-between;align-items: center;border-top: 1px solid #e5e8ed;}
.newsxq-btn a{max-width: 48%;padding: 0 max(14px,0.2rem);position: relative;transition: color .4s ease;}
.newsxq-btn a::before{content: "\e80b";font-family: "icon";position: absolute;left: 0;font-size: max(12px,0.14rem);height: 100%;top: 0;display: flex;align-items: center;}
.newsxq-btn a.next::before{left: auto;right: 0;transform: rotateY(180deg);}
.newsxq-btn a:hover{color: #e37023;}
.newsxq-side{width: 3.28rem;position: sticky;right: 0;top: max(90px,1.1rem);}
.newsxq-side-items{width: 100%;background: #edeff1;}
.newsxq-side-list{width: 100%;}
.newsxq-side-list a{display: block;width: 100%;border-top: 1px solid #dcdfe6;}
.newsxq-side-list a:last-child{padding-bottom: 0;}
.newsxq-side-list a .title{transition: color .4s ease;}
.newsxq-side-list a .hint{align-items: center;color: rgba(38,46,58,0.6);}
.newsxq-side-list a .hint>div{display: flex;align-items: center;margin-right: max(14px,0.26rem);}
.newsxq-side-list a .hint>div:last-child{margin-right: 0;}
.newsxq-side-list a .hint i{margin-right: max(4px,0.06rem);}
.newsxq-side-list a .hint .look i{font-size: max(14px,0.16rem);}
.newsxq-side-list a:hover .title{color: #e37023;}
.newsxq-side-tags{width: 100%;}
.newsxq-side-tags a{border-radius: 3px;margin: max(4px,0.08rem) max(4px,0.08rem) 0 0;background: #fff;border: 1px solid #dcdfe6;padding: max(4px,0.08rem) max(6px,0.08rem);line-height: 1;transition: all .4s ease;}
.newsxq-side-tags a:last-child{margin-right: 0;}
.newsxq-side-tags a:hover{border-color: #e37023;background: #e37023;color: #fff;}

/* 产品-列表 */
.prolb{width: 100%;}
.prolb .sonTitle .link a{border: 1px solid #e37023;transition: all .4s ease;height: max(36px,0.44rem);line-height: 1;color: #e37023;padding: 0 max(24px,0.48rem);}
.prolb .sonTitle .link a i{font-size: max(10px,0.12rem);transform: rotate(180deg);margin-left: max(3px,0.06rem);transition: transform .4s ease;}
.prolb .sonTitle .link a:hover{background: #d65f10;color: #fff;}
.prolb .sonTitle .link a:hover i{transform: rotate(180deg) translateX(-4px);}

.prolb-list{width: 100%;}
.prolb-link{display: block;width: 100%;height: 100%;background: #fff;}
/*.prolb-link .img{width: 100%;height: 2.38rem;padding: max(18px,0.28rem);background: url("../images/index/indcpBg.jpg") no-repeat center/cover;}*/
.prolb-link .img{width: 100%;height: 2.38rem;padding: 0;background: url("../images/index/indcpBg.jpg") no-repeat center/cover;}
.prolb-link .img img{max-height: 100%;transition: all .6s ease;}
.prolb-link .title{transition: color .4s ease;}
.prolb-link .link .btn{background: #e37023;transition: background .4s ease;height: max(36px,0.48rem);line-height: 1;width: 100%;color: #fff;}
.prolb-link .link .btn i{font-size: max(10px,0.12rem);transform: rotate(180deg);margin-left: max(3px,0.06rem);transition: transform .4s ease;}
.prolb-link .link .btn:hover{background: #d65f10;}
.prolb-link .link .btn:hover i{transform: rotate(180deg) translateX(-4px);}
.prolb-link:hover .title{color: #e37023;}
.prolb-link:hover .img img{transform: scale(1.04);}

/* 产品-详情 */
.proxq{width: 100%;}
.proxqMa{width: 100%;}
.proxqMa-wrap{width: calc(100% - max(380px,4.6rem));padding-right: max(24px,0.46rem);}
.proxqMa-head{width: 100%;}
.proxqMa-head .title{line-height: 1.2;}
.proxqMa-mix{width: 100%;}
.proxqMa-loop{width: 4.6rem;}
.proxqMa-loop .thumbs, .proxqMa-loop .gallery{height: 3.5rem;}
.proxqMa-loop .thumbs{width: calc(100% - 3.5rem);padding-right: max(10px,0.2rem);}
.proxqMa-loop .thumbs .swiper-container{height: 100%;}
.proxqMa-loop .thumbs .thumbs-click{display: flex;background: #fff;border: 1px solid #dcdfe6;border-radius: 3px;cursor: pointer;transition: border .4s ease;align-items: center;justify-content: center;width: 100%;height: 100%;padding: max(6px,0.12rem);}
.proxqMa-loop .thumbs .thumbs-click.active, .proxqMa-loop .thumbs .thumbs-click:hover{border-color: #e37023;}
.proxqMa-loop .thumbs-btn{display: none;position: absolute;width: max(36px,0.5rem);line-height: 1;font-size: max(14px,0.16rem);height: max(36px,0.5rem);color: rgba(38,46,58,0.75);z-index: 10;top: 50%;margin-top: min(-18px,-0.25rem);cursor: pointer;transition: color .4s ease;}
.proxqMa-loop .thumbs-btn:hover{color: #e37023;}
.proxqMa-loop .thumbs-btn.prev{left: 0;}
.proxqMa-loop .thumbs-btn.next{right: 0;transform: rotateY(180deg);}
.proxqMa-loop .thumbs-btn.swiper-button-disabled{display: none;}
.proxqMa-loop .gallery{width: 3.5rem;background: #fff;border: 1px solid #dcdfe6;position: relative;}
.proxqMa-loop .gallery .swiper-container{height: 100%;}
.proxqMa-loop .gallery .swiper-slide{height: auto;}
.proxqMa-loop .gallery .img{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.proxqMa-loop .gallery .img img{max-height: 100%;}
.proxqMa-info{width: calc(100% - 4.6rem);position: relative;padding-bottom: max(44px,0.6rem);}
.proxqMa-info .hint, .proxqMa-info .text{color: rgba(38,46,58,0.5);}
.proxqMa-info .hint span, .proxqMa-info .text span{color: #262e3a;}
.proxqMa-info .link{align-items: center;}
.proxqMa-info .link a{margin-right: max(23px,0.37rem);position: relative;display: flex;align-items: center;transition: color .4s ease;}
.proxqMa-info .link a img{width: 18px;margin-right: max(4px,0.07rem);}
.proxqMa-info .link a::after{content: "";position: absolute;width: 1px;height: 84%;top: 8%;background: #c2c5ca;right: min(-11px,-0.18rem);pointer-events: none;}
.proxqMa-info .link a:last-child{margin-right: 0;}
.proxqMa-info .link a:last-child::after{display: none;}
.proxqMa-info .link a:hover{color: #0066a1;}
.proxqMa-info .more{position: absolute;left: max(14px,0.34rem);bottom: 0;width: max(140px,2.8rem);}
.proxqMa-info .more a{width: 100%;background: #fff;transition: background .4s ease, color .4s ease, border .4s ease;height: max(34px,0.44rem);line-height: 1;color: #e37023;border: 1px solid #dcdfe6;}
.proxqMa-info .more a:hover{background: #d65f10;color: #fff;border-color: #e37023;}
.proxqMa-side{width: max(380px,4.6rem);}
.proxqMa-side-items{width: 100%;background: #fff;margin-top: max(12px,0.2rem);overflow: visible;}
.proxqMa-side-items:first-child{margin-top: 0;}
.proxqMa-side-city{width: 100%;position: relative;border-bottom: 1px solid #dcdfe6;}
.proxqMa-side-city .name span{color: #e37023;}
.proxqMa-side-city .isSelect{max-width: max(240px,2.7rem);}
.proxqMa-side-city .customSelect-name::after {content: "";top: 50%;margin-top: -3px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #e37023;width: 0;height: 0;}
.proxqMa-side-list{width: 100%;overflow: hidden;}
.proxqMa-side-list .dditems{width:100%;display:none}
.proxqMa-side-list .dditems.active{display:block}
.proxqMa-side-list .head, .proxqMa-side-list .more, .proxqMa-side-list .more .items{width: 100%;}
.proxqMa-side-list .head p:nth-child(1), .proxqMa-side-list .more .items>div:nth-child(1){width: 1.5rem;}
.proxqMa-side-list .head p:nth-child(2), .proxqMa-side-list .more .items>div:nth-child(2){width: 1.4rem;padding-left: max(8px,0.12rem);}
.proxqMa-side-list .head p:nth-child(3), .proxqMa-side-list .more .items>div:nth-child(3){flex: 1;}
.proxqMa-side-list .more .items{position: relative;align-items: center;}
.proxqMa-side-list .more .items:nth-child(2n+1)::before{content: "";position: absolute;width: 200%;left: -50%;top: 0;height: 100%;background: #fdf7f2;}
.proxqMa-side-list .more .items>div{position: relative;z-index: 4;}
.proxqMa-side-list .more .items .link a{color: #0066a1;}
.proxqMa-side-list .more .items .link a i{margin-right: max(4px,0.06rem);font-size: max(12px,0.13rem);}
.proxqMa-side-list .more .items .link a:hover span{text-decoration: underline;}
.proxqMa-side-rel{width: 100%;}
.proxqMa-side-rel a{width: 100%;background: #f6f8fa;margin-top: max(8px,0.12rem);transition: background .4s ease, color .4s ease;height: max(34px,0.44rem);line-height: 1;color: #e37023;}
.proxqMa-side-rel a:first-child{margin-top: 0;}
.proxqMa-side-rel a i{font-size: max(14px,0.16rem);margin-right: max(6px,0.12rem);transition: transform .4s ease;}
.proxqMa-side-rel a:hover{background: #d65f10;color: #fff;}
.proxqMa-side-rel a:hover i{transform: translateX(-4px);}
.proxqMa-menu{width: 100%;}
.proxqMa-menu a{height: max(28px,0.5rem);display: flex;align-items: center;position: relative;padding: 0 max(16px,0.48rem);justify-content: center;transition: color .4s ease;}
.proxqMa-menu a span{position: relative;z-index: 4;transform: translate3d(0,0,10px);}
.proxqMa-menu a::before, .proxqMa-menu a::after{content: "";position: absolute;opacity: 0;transition: opacity .4s ease;}
.proxqMa-menu a::before{width: 100%;height: calc(100% + 4px);background: #fff;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.proxqMa-menu a::after{width: 70%;height: max(2px,0.03rem);left: 15%;bottom: 0;background: #e37023;}
.proxqMa-menu a:hover, .proxqMa-menu a.active{color: #e37023;}
.proxqMa-menu a.active::before{opacity: 1;}
.proxqMa-menu a.active::after{opacity: 1;}
.proxqMa-itmes{width: 100%;background: #fff;}
.proxqMa-itmes>div{width: 100%;display: none;}
.proxqMa-itmes>div.active{display: block;}
.proxqMa-itmes ul.list li{width: 100%;border-bottom: 1px solid #dcdfe6;display: flex;flex-wrap: wrap;padding: max(6px,0.1rem) max(8px,0.16rem);}
.proxqMa-itmes ul.list li:last-child{border-bottom: none;}
.proxqMa-itmes ul.list li .name{width: 2.64rem;line-height: max(20px, 0.24rem);}
/*.proxqMa-itmes ul.list li:nth-last-child(3), .proxqMa-itmes ul.list li:nth-last-child(4){display: none;}*/
.proxqMa-itmes ul.list .cont{width: calc(100% - 2.64rem);padding-left: max(14px,0.38rem);}
.proxqMa-wd li .cont .link{width: 100%;}
.proxqMa-wd li .cont .link a{color: #0066a1;display: flex;align-items: center;width: 100%;}
.proxqMa-wd li .cont .link a img{width: 18px;margin-right: max(4px,0.08rem);}
.proxqMa-wd li .cont .link a span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.proxqMa-wd li .cont .hint{display:flex;justify-content:space-between;padding-right:0.6rem}
.proxqMa-wd li .cont .link a:hover span{text-decoration: underline;}
.proxqMa-gg-info{padding: max(12px,0.24rem) max(12px,0.24rem);border-bottom: 1px solid #dcdfe6;}
.proxqMa-gg-info a{color: #0066a1;}
.proxqMa-gg-info a:hover{text-decoration: underline;}
.proxqMa-gg-list{width: 100%;}
.proxqMa-gg-list li .cont .text span{color: #262e3a ;}
.proxqMa-dg table{width:100%}
.proxqBj{width: 100%;}
.proxqBj-wrap{width: 100%;background: #fff;}
.proxqBj-para{justify-content: flex-end;width: 100%;display:none}
.proxqBj-para a, .proxqTj-head .link a{position: relative;color: #e37023;padding-bottom: 1px;}
.proxqBj-para a::after, .proxqTj-head .link a::after{content: "";position: absolute;width: 100%;height: 1px;right: 0;bottom: 0;background: #e37023;}
.proxqBj-para a:hover::after, .proxqTj-head .link a:hover::after{animation: proxqBjRun .8s ease both;}
@keyframes proxqBjRun{0%{width: 100%;left: auto;right: 0;}50%{width: 0;left: auto;right: 0;}50.1%{right: auto;left: 0;}100%{width: 100%;right: auto;left: 0;}}
.proxqBj-list{width: 100%;}
.proxqBj-link{width: 100%;height: 100%;border: 1px solid #e8eaed;transition: border .4s ease;}
.proxqBj-link:hover{border-color: #c2c5ca;}
.proxqBj-link .img{width: max(70px,0.96rem);min-height: max(60px,0.96rem);height: 100%;padding: max(8px,0.12rem);border: 1px solid #e8eaed;transition: border .4s ease;}
.proxqBj-link .img img{max-height: 100%;transition: transform .4s ease;}
.proxqBj-link .img:hover{border-color: #e37023;}
.proxqBj-link .img:hover img{transform: scale(1.04);}
.proxqBj-link .cont{width: calc(100% - max(70px,0.96rem));}
.proxqBj-link .cont .hint a:hover{text-decoration: underline;}
.proxqBj-link .cont .link{justify-content: flex-end;}
.proxqBj-link .cont .link a{border-radius: 3px;background: #e37023;color: #fff;padding: max(4px,0.08rem) max(6px,0.1rem);line-height: 1;transition: background .4s ease;}
.proxqBj-link .cont .link a:hover{background: #d65f10;}
.proxqTj{background: #fff;}
.proxqTj-head{width: 100%;justify-content: space-between;align-items: center;}
.proxqTj-list{width: 100%;}
.proxqTj-link{width: 100%;height: 100%;border: 1px solid #e8eaed;display: flex;transition: border .4s ease;flex-direction: column;justify-content: space-between;}
.proxqTj-link .img{width: 100%;border-bottom: 2px solid #e37023;height: 2.34rem;padding: max(8px,0.12rem);}
.proxqTj-link .img img{max-height: 100%;transition: transform .4s ease;}
.proxqTj-link .text span{color: #262e3a;}
.proxqTj-link .link .btn{background: #e37023;transition: background .4s ease;height: max(36px,0.44rem);line-height: 1;width: 100%;color: #fff;}
.proxqTj-link .link .btn i{font-size: max(10px,0.12rem);transform: rotate(180deg);margin-left: max(3px,0.06rem);transition: transform .4s ease;}
.proxqTj-link .link .btn:hover{background: #d65f10;}
.proxqTj-link .link .btn:hover i{transform: rotate(180deg) translateX(-4px);}
.proxqTj-link:hover{border-color: #e37023;}
.proxqTj-link:hover .img img{transform: scale(1.04);}

/* 产品-筛选 */
.prosxHead{padding: 12px 0;}
.prosxHead .sonPlace a{height: auto;}
.prosxHead .isSelect{width: max(180px,2.1rem);display: flex;align-items: center;}
.prosxHead .isSelect::before {content: "\e7e7";font-family: "icon";font-size: 12px;transform: rotate(180deg);margin: -2px max(4px,0.1rem) 0;color: #d1d2d6;}
.prosxHead .customSelect-name, .prosxHead .customSelect input, .prosxHead .isSelect .beginSelect select, .prosxHead .customSelect-drop>div, .prosxHead .isSelect label {height: max(28px,0.32rem);padding: 0 max(8px,0.12rem);font-size: max(13px,0.14rem);background: #fff;}
.prosxHead .customSelect-name::after {right: max(8px,0.12rem);}
.prosxHead .customSelect-drop {max-height: max(140px,calc(1.6rem + 2px));}
.prosxHead .customSelect-drop>div a{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;padding: 0 max(8px,0.12rem);}

.prosxKj.isSelect{width: max(180px,2.1rem);display: flex;align-items: center;}
.prosxKj .customSelect-name, .prosxKj .customSelect input, .prosxKj.isSelect .beginSelect select, .prosxKj .customSelect-drop>div, .prosxKj.isSelect label {height: max(28px,0.32rem);padding: 0 max(8px,0.12rem);font-size: max(13px,0.14rem);background: #fff;}
.prosxKj .customSelect-name::after {right: max(8px,0.12rem);}
.prosxKj .customSelect-drop {max-height: max(140px,calc(1.6rem + 2px));}
.prosxKj .customSelect-drop>div a{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;padding: 0 max(8px,0.12rem);}

.prosx{width: 100%;}
.prosxNr{width: 100%;}
.prosxAn{background: #fff;padding: max(20px,0.26rem) 0 max(24px,0.34rem);}
.prosxAn-hint{width: 100%;}
.prosxAn-hint span{font-family: "fom";color: #262e3a;}
.prosxAn-btn{width: 100%;align-items: center;margin-top: 16px;}
.prosxAn-btn-yes{border: 1px solid #e37023;transition: all .4s ease;height: max(36px,0.48rem);line-height: 1;color: #e37023;padding: 0 max(24px,0.84rem);}
.prosxAn-btn-yes i{font-size: max(10px,0.12rem);transform: rotate(180deg);margin-left: max(3px,0.06rem);transition: transform .4s ease;}
.prosxAn-btn-yes:hover{background: #d65f10;color: #fff;}
.prosxAn-btn-yes:hover i{transform: rotate(180deg) translateX(-4px);}
.prosxAn-btn-no{margin-left: max(14px,0.3rem);position: relative;color: #e37023;}
/*.prosxAn-btn-no::after{content: "";position: absolute;width: 100%;height: 1px;right: 0;bottom: 0;background: #e37023;}*/
.prosxAn-btn-no:hover{opacity: 0.6;}
.prosxAn-btn-hint{margin-left: max(14px,0.3rem);}
.prosxAn-list{width: 100%;padding-bottom: 12px;overflow-x: auto;user-select: none;}
.prosxAn-list ul{white-space: nowrap;}
.prosxAn-list li{width: auto;margin-right: 12px;display: inline-block;}
.prosxAn-list li:last-child{margin-right: 0;}
.prosxAn-name{text-align:center}
.prosxAn-menu{width: 100%;overflow-y: auto;padding: 0 20px 0 12px;border-radius: 3px;height: 150px;border: 1px solid #dcdfe6;margin-top: 10px;}
/* -- */
.prosxKj-menu{width:100%}
.prosxKj-menu a{display: flex;align-items:center;transition: color .4s ease;line-height: 1;margin-right:max(14px,0.8rem);color: #262e3a;}
.prosxKj-menu a:last-child{margin-right: 0;}
.prosxKj-menu a i{width: 15px;height: 15px;border-radius: 2px;border: 1px solid #e37023;margin-right: 6px;transition: all .4s ease;position: relative;}
.prosxKj-menu a i::after{content: "\e881";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #e37023;color: #fff;font-family: "icon";font-size: 10px;display: flex;align-items: center;opacity: 0;transition: opacity .4s ease;}
.prosxKj-menu a p{width: calc(100% - 20px);line-height: 14px;font-family: "fom";}
.prosxKj-menu a:hover{color: #e37023;}
.prosxKj-menu a:hover i{border-color: #e37023;}
.prosxKj-menu a.active{color: #e37023;}
.prosxKj-menu a.active i::after{opacity: 1;}
.prosxKj-menu a.active p{font-family: "fob";}
/* -- */
.prosxAn-menu .click{display: flex;align-items: flex-start;white-space: break-spaces;cursor: pointer;padding: 6px 0;font-size: 12px;transition: color .4s ease;line-height: 1;}
.prosxAn-menu .click span{color: #e37023;}
.prosxAn-menu .click:first-child{padding-top: 12px;}
.prosxAn-menu .click:last-child{padding-bottom: 12px;}
.prosxAn-menu .click i{width: 14px;height: 14px;border-radius: 2px;border: 1px solid #dcdfe6;margin-right: 6px;transition: all .4s ease;position: relative;}
.prosxAn-menu .click i::after{content: "\e881";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #e37023;color: #fff;font-family: "icon";font-size: 10px;display: flex;align-items: center;opacity: 0;transition: opacity .4s ease;}
.prosxAn-menu .click p{width: calc(100% - 20px);line-height: 14px;}
.prosxAn-menu .click:hover{color: #e37023;}
.prosxAn-menu .click:hover i{border-color: #e37023;}
.prosxAn-menu .click.active i{border-color: #e37023;}
.prosxAn-menu .click.active i::after{opacity: 1;}
.prosxBg{width: 100%;padding-top: 12px;overflow: visible;}
.prosxBg-search{width: 100%;justify-content: flex-end;}
.prosxBg-search .limit{width: 306px;position: relative;}
.prosxBg-search input{width: 100%;background: #fff;display: block;height: 40px;font-size: 14px;color: #262e3a;border-radius: 3px;border: 1px solid #dcdfe6;padding: 0 40px 0 12px;transition: border .4s ease;}
.prosxBg-search input:focus{border-color: #e37023;}
.prosxBg-search button{width: 40px;height: 100%;position: absolute;right: 0;top: 0;z-index: 4;display: flex;align-items: center;justify-content: center;cursor: pointer;line-height: 1;font-size: 16px;color: #262e3a;transition: color .4s ease;}
.prosxBg-search button:hover{color: #e37023;}
.prosxBg-table{width: 100%;position: relative;overflow-x: auto;}
.prosxBg-table table{width: auto;}
.prosxBg-table table thead th{height: 46px;background: #acb2bb;border-left: 1px solid rgba(34, 39, 46, 0.1);font-weight: normal;font-size: 14px;font-family: "fom";color: #fff;text-align: left;padding: 0 16px;}
.prosxBg-table table tbody td{font-size: 14px;color: rgba(38,46,58,0.75);padding: 20px 16px;min-width: 150px;vertical-align: top;}
.prosxBg-table table thead th:first-child, .prosxBg-table table tbody td:first-child{border-left: none;min-width: 388px;position: sticky;top: 0;left: 0;z-index: 4;}
.prosxBg-table table tbody tr:nth-child(2n+1) td{background: #fff;}
.prosxBg-table table tbody tr:nth-child(2n) td{background: #f6f8fa;}
.prosxBg-table table thead th:first-child::after, .prosxBg-table table tbody td:first-child::after{content: "";position: absolute;left: 100%;top: 0;height: 100%;width: 20px;box-shadow: inset 12px 0 12px -5px rgba(102,102,102,.1);z-index: 9;pointer-events: none;}
/* -- */
.prosxBg-pro{width: 100%;}
.prosxBg-pro .img{width: 88px;min-height: 88px;height: 100%;padding: 10px;border: 1px solid #dcdfe6;transition: border .4s ease;border-radius: 3px;}
.prosxBg-pro .img img{max-height: 100%;transition: transform .4s ease;}
.prosxBg-pro .img:hover{border-color: #e37023;}
.prosxBg-pro .img:hover img{transform: scale(1.04);}
.prosxBg-pro .cont{width: calc(100% - 88px);padding-left: 16px;}
.prosxBg-pro .cont .hint{font-size: 12px;}
.prosxBg-pro .cont .title{width: 100%;margin-top: 4px;}
.prosxBg-pro .cont .title a{font-size: 14px;line-height: 18px;color: #0066a1;max-height: 36px;width: 100%;display: block;overflow: hidden;-webkit-line-clamp: 2;-moz-line-clamp: 2;line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical}
.prosxBg-pro .cont .title a::after{content: "\e80b";font-size: 12px;display: inline-block;font-family: "icon";transform: rotateY(180deg);margin-left: 6px;transition: transform .4s ease;}
.prosxBg-pro .cont .title a:hover{text-decoration: underline;}
.prosxBg-pro .cont .title a:hover::after{transform: rotateY(180deg) translateX(3px);}
.prosxBg-pro .cont .btn{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 8px;}
.prosxBg-pro .cont .btn .other{display: flex;align-items: center;}
.prosxBg-pro .cont .btn .other a{margin-right: 23px;font-size: 13px;color: #262e3a;position: relative;display: flex;align-items: center;transition: color .4s ease;line-height: 1;}
.prosxBg-pro .cont .btn .other a img{width: 14px;margin-right: 4px;}
.prosxBg-pro .cont .btn .other a::after{content: "";position: absolute;width: 1px;height: 84%;top: 8%;background: #c2c5ca;right: -11px;pointer-events: none;}
.prosxBg-pro .cont .btn .other a:last-child{margin-right: 0;}
.prosxBg-pro .cont .btn .other a:last-child::after{display: none;}
.prosxBg-pro .cont .btn .other a:hover{color: #0066a1;}
.prosxBg-pro .cont .btn .see{border-radius: 3px;background: #0066a1;color: #fff;padding: 5px 8px;line-height: 1;transition: background .4s ease;}
.prosxBg-pro .cont .btn .see:hover{background: #d65f10;}
/* -- */
.prosxBg-null{overflow-x: auto;height: 24px;}
.prosxBg-nodata{padding-left:4%;padding-right:4%;background:#fff;text-align:center;border-radius:6px;color: #aaacb1;}
.prosxBg-nodata a{color:#0066a1;}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}

@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .newsxq-wrap{width: 10rem;}
    .proxqMa-info .link a img,.proxqMa-wd li .cont .link a img{width: 16px;}
}

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

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

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

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .sonHead{display: none;}
    .use,.usexq,.serdzMa,.serxz,.rel,.newsxq,.prolb,.proxqMa{padding-top: 30px;}
    .use-list ul{margin: -16px 0 0 !important;}
    .use-list li{width: 100% !important;margin: 16px 0 0 !important;}
    .use-link .img img{height: 216px;}
    .use-link .cont {margin-top: 12px;}
    .usexq-img .cont{padding: 0 16px;}
    .usexq-list .items .name{width: 100%;padding: 0;}
    .usexq-list .items .text{width: 100%;}
    .usexq-list{margin-top: 8px;}
    .serdzMa-link{flex-direction: row;}
    .serdzMa-link .img {width: 100%;height: 208px;display:flex;align-items:center;}
    .serdzMa-link .img img{height:auto;max-height:100%}
    .serdzMa-link .cont {width: 100%;padding: 16px 0 0;}
    .serdzBd-form li .hint{font-size: 12px;}
    .serdzBd-form ul{margin: -8px 0 0 -8px;}
    .serdzBd-form li{width: calc(50% - 8px);margin: 8px 0 0 8px;}
    .serdzBd-form li.long{width: calc(100% - 8px);}
    .serdzBd-form li.area{width: calc(100% - 8px);}
    .serdzBd-form li.type{width: calc(100% - 8px);}
    .serdzBd-form li .isLinked>div{width: calc(100%/2 - 4px);}
    .serdzBd-form li .isLinked>div:first-child{width: 100%;margin-bottom: 6px;}
    .serdzBd-type .name, .serdzBd-more .items .name {width: 100%;}
    .serdzBd-type .menu, .serdzBd-more .items .data {width: 100%;margin-top: 8px;}
    .serdzBd-more .items .data .hint{display: flex;font-size: 11px;}
    .serdzLb-list{max-width:100%;text-align:center}
    .serdzLb-list ul{margin: -20px 0 0 !important;}
    .serdzLb-list li{width: 100% !important;margin: 20px 0 0 !important;}
    .serdzBd-type .menu p{font-size: 13px;}
    .serxz-list li{width: calc(100% - max(8px,0.2rem)) !important;}
    .serxz-link{padding: 16px;}
    .serxz-link .img{width: 80px;}
    .serxz-link .cont{width: calc(100% - 80px);}
    .serxzUp-contain{width: 92%;}
    .serdzMa-loop .thumbs-click {line-height: 1.2;padding: 0 16px 0 0;}
    .aboMa-wrap{width: 100%;}
    .aboMa-list li{width: 100%;padding: 16px 0;border-left: none;border-top: 1px solid #dcdfe6;}
    .aboMa-list li:first-child{padding-top: 0;border-top: none;}
    .aboMa-list li:last-child{padding-bottom: 0;}
    .aboMa-bg{display: none;}
    .aboZz-link{flex-direction: row;}
    .aboZz-link .img{width: 100%;}
    .aboZz-link .img img{height: 190px;}
    .aboZz-link .cont{width: 100%;padding: 20px 16px;}
    .aboZz-menu{margin-top: 10px;}
    .aboZz-menu .menu{margin-top: 6px;}
    .rel-img{width: 100%;}
    .rel-cont{width: 100%;padding: 20px 16px;}
    .rel-list{margin-top: 14px;}
    .ques-menu.serxz-menu a {height: 28px;margin-right: 3px;padding: 0 9px;}
    .news-link .img{width: 100%;}
    .news-link .img img{height: auto;}
    .news-link .cont{width: 100%;padding: 14px 0 0;}
    .news-link .other{width: 100%;margin-top: 8px;display: flex;align-items: center;justify-content: space-between;}
    .news-link .arrow{margin: 0;}
    .newsxq-wrap{width: 100%;}
    .newsxq-mix-share{display: none;}
    .newsxq-mix-tags{width: 100%;}
    .newsxq-side{width: 100%;position: relative;top: 0;margin-top: 24px;}
    .newsxq-btn a{width: 100%;max-width: none;margin-top: 8px;}
    .newsxq-btn a:first-child{margin-top: 0;}
    .newsxq-btn a::before{right: auto !important;left: 0 !important;transform: none !important;}
    .newsxq-btn{margin-top: 14px;}
    .prolb-list ul{margin-left: min(-14px,-0.24rem) !important;}
    .prolb-list li{width: calc(100% - max(14px,0.24rem)) !important;margin: max(14px, 0.24rem) 0 0 max(14px, 0.24rem) !important;}
    .prolb-link .img{height: 240px;}
    .proxqMa-wrap{width: 100%;padding: 0;}
    .proxqMa-loop {width: 100%;}
    .proxqMa-loop .thumbs, .proxqMa-loop .gallery{height: 220px;}
    .proxqMa-loop .thumbs{width: 70px;padding-right: 6px;}
    .proxqMa-loop .gallery{width: calc(100% - 70px);}
    .proxqMa-info{width: 100%;padding: 20px 0 44px;}
    .proxqMa-info .more{left: 0;}
    .proxqMa-info .link a img,.proxqMa-wd li .cont .link a img{width: 14px;}
    .proxqMa-side{width: 100%;margin-top: 20px;}
    .proxqMa-side-list .head p:nth-child(1), .proxqMa-side-list .more .items>div:nth-child(1){width: 126px;}
    .proxqMa-side-list .head p:nth-child(2), .proxqMa-side-list .more .items>div:nth-child(2){width: 100px;}
    .proxqBj-list li{width: calc(100% - max(10px,0.24rem)) !important;}
    .proxqTj-list li{width: calc(100% - max(6px,0.12rem)) !important;}
    .proxqTj-link .img{height: 200px;}
    .sonHead.prosxHead{display: block;padding: 20px 0 0;}
    /* --- */
    .prosxAn-list li {width: auto;margin-right: 6px;}
    .prosxAn-list {padding-bottom: 6px;}
    .prosxAn-menu {margin-top: 6px;}
    .prosxBg-search{justify-content:center;}
    .prosxBg-search input{height: 34px;}
    .prosxBg-search button {width: 34px;font-size: 14px;}
    .prosxBg-table table thead th {height: 36px;font-size: 12px;padding: 0 10px;}
    .prosxBg-table table tbody td {font-size: 12px;padding: 10px 10px;min-width: 100px;}
    .prosxBg-table table thead th:first-child, .prosxBg-table table tbody td:first-child {min-width: 146px;}
    .prosxBg-pro .img{min-height: auto;height: 60px;width: 100%;}
    .prosxBg-pro .cont{width: 100%;padding: 6px 0 0;}
    .prosxBg-pro .cont .title a {font-size: 12px;line-height: 16px;max-height: 32px;}
    .prosxBg-pro .cont .btn{flex-wrap: wrap;}
    .prosxBg-pro .cont .btn .other{width: 100%;}
    .prosxBg-pro .cont .btn .other a img {width: 12px;margin-right: 2px;}
    .prosxBg-pro .cont .btn .other a {margin-right: 17px;font-size: 12px;}
    .prosxBg-pro .cont .btn .other a::after {right: -8px;}
    .prosxBg-pro .cont .btn .see{width: 100%;margin-top: 8px;text-align: center;}
    /* --- */
    .proxqMa-wd li .cont .hint{font-size:10px;padding-right:0}
    .prosxBg-nodata{font-size:12px;line-height:20px;}
}

/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){
    .use-link .img img{height: 460px;}
    .serdzMa-link .img{height: 446px;}
    .aboZz-link .img img{height: 406px;}
    .prolb-list li{width: calc(100%/2 - max(14px,0.24rem)) !important;}
    .proxqBj-list li{width: calc(100%/2 - max(10px,0.24rem)) !important;}
    .proxqTj-list li{width: calc(100%/2 - max(6px,0.12rem)) !important;}
}