@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;user-select: none;}
.paging-menu, .paging-menu a, .paging-skip, .paging-hint, .paging-skip input, .paging-skip button{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 44px;height: 44px;line-height: 44px;margin: 4px;font-size: 14px;transition: all .4s ease;border-radius: 5px;background-color: transparent;}
.paging-menu a:first-child::after{content: "\e623";font-family: "icon";font-size: 12px;}
.paging-menu a:last-child::after{content: "\e622";font-family: "icon";font-size: 12px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{background-color: #1c79be;color: #fff;}
.paging-skip{margin-left: 8px;}
.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: #1c79be;}
.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: #1c79be;color: #fff;border-color: #1c79be;}
.paging-hint span{color: #1c79be;}
@media all and (max-width:1000px) {.paging-menu a{margin: 4px 2px;}.paging-skip{width: 100%;margin-left: 0;}.paging-menu a:first-child, .paging-menu a:last-child{width: 54px;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #1c79be;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #1c79be;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;}
.search-link:not(:first-child){margin-top: 16px;}
.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: #1c79be !important;}
.search-link:hover h2{color: #1c79be;}
@media all and (max-width:1000px) {.search-link{padding: 20px 15px;}.search-link:not(:first-child) {margin-top: 12px;}}
/* 隐私协议 */
.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: 24px;}
.webmap-title::after{content: "";position: absolute;width: 60px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #f48e31;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: auto;flex: auto;margin: 40px 0 0 40px;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: #f48e31;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 16px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{margin: 24px 0 0 24px;}
    .webmap-list>ul>li>.menu {font-size: 18px;}
    .webmap-list>ul>li>.drop a {font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
@media all and (max-width: 1000px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -14px 0 0;}
    .webmap-list>ul>li{width: 100%;flex: none;margin: 14px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 16px;padding-bottom: 14px;}
    .webmap-list>ul>li>.drop{margin-top: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 15px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;}
}
/* 内页banner */
.pagesBan{z-index: 10;}
.pagesBan-bg img{width: 100%;min-height: 250px;}
.pagesBan-con{animation: pagesBan 1s ease-out forwards;opacity: 0;transform: translateX(100px); position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;}
.pagesBan-title::after{content: "";position: absolute;;left: 0;bottom: 0;width: 50px;height: 2px;background: rgba(255, 255, 255, 1);}
.pagesBan-text{color: rgba(255, 255, 255, 1);text-transform: uppercase;}
@keyframes pagesBan {
    0%{opacity: 0;transform: translateX(100px);}
    100%{opacity: 1;transform: translateX(0);}
}
/* 内页导航 */
/* .pagesNav{border-bottom: 1px solid #eeeeed;} */
.pagesNav{position: relative;z-index: 2;}
.pagesNav-items{float: left;}
.pagesNav-item{height: 84px;display: flex;align-items: center;justify-content: center;margin-right: 62px; position: relative;transition: all .4s ease;}
.pagesNav-item::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 0;height: 2px;background: #1c79be;transition: all .4s ease;}
.pagesNav-item p{position: relative;}
.pagesNav-item p::after{content: "";right: -32px;width: 1px;height: 100%;background: #eeeeed;position: absolute;}
.pagesNav-item.active,.pagesNav-item:hover{color: #1c79be;}
.pagesNav-item.active::after{width: 100%;}
.pagesNav-bread{height: 84px; float: right;align-items: center;justify-content: flex-end;}
.pagesNav-bread a i{display: block;color: #c7c7c7;margin-top: 2px;transition: all .4s ease;}
.pagesNav-bread a{display: block; position: relative;margin-right: 22px;transition: all .4s ease;}
.pagesNav-bread a::after{content: "\e622";font-family: "icon";font-size: 12px;color: #c7c7c7;position: absolute;right: -17px;top: 60%;transform: translateY(-50%) scale(.9);}
.pagesNav-bread a:first-child{margin-right: 10px;}
.pagesNav-bread a:last-child{margin-right: 0;}
.pagesNav-bread a:first-child::after,.pagesNav-bread a:last-child::after{display: none;}
.pagesNav-bread a:hover,.pagesNav-bread a:hover i{color: #1c79be;}
/* 内页标题 */
.pagesTitle{text-align: center;}
.pagesTitle .title::after{content: "";position: absolute;left: 50%;transform: translateX(-50%); bottom: 0;width: 45px;height: 3px;background: #1c79be;}
.apsIntro .pagesTitle,.apsWhy .pagesTitle{text-align: left;}
.apsIntro .pagesTitle{width: 47%;}
.apsIntro .pagesTitle .title::after,.apsWhy .pagesTitle .title::after{left: 0;transform: translateX(0);}
.pagesTitle.left{text-align: left;}
.pagesTitle.left .title::after{left: 0;transform: translateX(0);}
.appList-text p{line-height:35px;}
.pagesTitle.right{text-align: right;}
.pagesTitle.right .title::after{right: 0;transform: translateX(0);}
/* 新闻中心-行业动态 */
.news-item{border-radius: 5px;overflow: hidden;}
.news-img{width: 27%;overflow: hidden;}
.news-img img{width: 100%;height: 100%; transition: all .6s ease;}
.news-con{width: 73%;padding: 50px 55px 50px 60px;transition: all .4s ease;}
.news-title{transition: all .4s ease;}
.news-title::after{content: "";position: absolute;left: 0;bottom: 0;width: 60px;height: 4px;background: #1c79be;}
.news-date{padding-left: 22px;}
.news-date::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 14px;height: 14px;background: url('../images/pages/news-date.png') no-repeat center/100% auto;}
.news-item:hover .news-con{background: #f7f7f7;}
.news-item:hover .news-title{color: #1c79be;}
.news-item:hover .news-img img{transform: scale(1.08);}
/* 新闻中心-行业知识 */
.newsHY-swp .swiper-slide{padding-bottom: 15px;}
.newsHY-swp-img{width: 45%;box-shadow: 12px 12px 0px 0px #e8ebed;border-radius: 5px;}
.newsHY-swp-img .img{border-radius: 5px;overflow: hidden;position: relative;transition: all .6s ease;height: 100%;}
.newsHY-swp-img img{width: 100%;height: 100%;transition: all .4s ease;}
.newsHY-swp-con{width: 55%;padding: 55px 95px 0 95px;position: relative;}
.newsHY-swp-title{transition: all .4s ease;}
.newsHY-swp-text{position: relative;}
.newsHY-swp-text::after{content: "";width: 60px;height: 4px;position: absolute;left: 0;top: -30px;background: #1c79be;}
.newsHY-swp-date{position: absolute;left: 95px;bottom: 17%;padding-left: 22px;}
.newsHY-swp-date::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 14px;height: 14px;background: url('../images/pages/news-date.png') no-repeat center/100% auto;}
.newsHY-swp-pagination{user-select: none; position: absolute;right: 95px;bottom: 20%;z-index: 3;}
.newsHY-swp-pagination .swiper-pagination-bullet{background: #d2d2d2;border-radius: 50%;opacity: 1;width: 10px;height: 10px;margin-left: 16px;}
.newsHY-swp-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.newsHY-swp-pagination .swiper-pagination-bullet-active{background: #1c79be;}
.newsHY-swp-slide:hover .newsHY-swp-img img{transform: scale(1.08);}
.newsHY-swp-slide:hover .newsHY-swp-title{color: #1c79be;}
.newsHY-con{background: #f2f5f7;}
.newsHY-list{margin-left: -40px;}
.newsHY-item{margin-left: 40px;width: calc(25% - 40px);box-shadow: 0px 6px 8px 0px rgba(54, 104, 142, 0.07);transition: all .4s ease;}
.newsHY-item-img{overflow: hidden;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.newsHY-item-img img{width: 100%;height: 230px;}
.newsHY-item-text{padding: 24px 22px 25px 25px;background: #fff;position: relative;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;overflow: hidden;}
.newsHY-item-text::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;transform: translateY(100%);background: #1c79be;transition: all .4s ease;}
.newsHY-item-text .title,.newsHY-item-text .date{position: relative;z-index: 2;transition: all .4s ease;}
.newsHY-item:hover{box-shadow: unset;}
.newsHY-item:hover .newsHY-item-text::after{transform: translateY(0);}
.newsHY-item:hover .newsHY-item-text .title,.newsHY-item:hover .newsHY-item-text .date{color: #fff;}
/* 新闻中心-新闻详情 */
.newsDet .contain{justify-content: space-between;}
.newsDet-con{width: 71%;}
.newsDet-title{border-bottom: 1px solid #e9e9e9;}
.newsDet-title .date{padding-left: 22px;}
.newsDet-title .date::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 14px;height: 14px;background: url('../images/pages/news-date.png') no-repeat center/100% auto;}
.newsDet-file h1,.newsDet-file h2,.newsDet-file h3,.newsDet-file h4,.newsDet-file h5,.newsDet-file h6{font-size: 20px;color: #333;}
.newsDet-file p{line-height: inherit;}
.newsDet-file img{max-width: 100%;}
,.newsDet-file video{width: 100%;}
.newsDet-site{width: 23%;}
.newsDet-page-item{border-bottom: 1px solid #e6e6e6;}
.newsDet-page-item .date{margin-top: 5px;}
.newsDet-page-item .title{transition: all .4s ease;}
.newsDet-page-item:hover .title{color: #1c79be;}
.newsDet-hot-item{border-bottom:1px solid #e6e6e6;align-items: center;}
.newsDet-hot-img{width: 25%;}
.newsDet-hot-img img{width: 100%;}
.newsDet-hot-text{flex: 1;padding-left: 16px;}
.newsDet-hot-text .title{transition: all .4s ease;}
.newsDet-hot-text:hover .title{color: #1c79be;}
/* 质视aps */
.apsIntro-text{background: #f1f6fb;min-height: 400px;}
.apsIntro-text .text{width: 47%;color: #76848f;}
.apsIntro-text .text p{line-height: inherit;}
.apsIntro-text .text br{height:0 ;line-height: 0;overflow: hidden;}
.apsIntro-text .text p:first-child{margin-top: 0;}
.apsIntro-img{position: absolute;left: 0;top: 25px;width: 100%;}
.apsIntro-img .contain{display: flex;justify-content: flex-end;}
.apsIntro-img img{width: 48%;border: 15px solid #fff; border-radius: 10px;box-shadow: 0px 0px 63.7px 1.3px rgba(0, 0, 0, 0.1);}
.apsProb-list{margin-left: -15px;}
.apsProb-list li{border-radius: 10px;overflow: hidden;position: relative;margin-left: 15px;width: calc(20% - 15px);}
.apsProb-list.nav3 li{width: calc((100% - 15px*3)/3);}
.apsProb-list.nav4 li{width: calc(25% - 15px);}
.apsProb-list.nav5 li{width: calc(20% - 15px);}
.apsProb-img{position: relative;}
.apsProb-img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 50%;background: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));}
.apsProb-img img{width: 100%;height: 100%;}
.apsProb-title{color: #f1f3f8; text-align: center;transition: all .6s ease; position: absolute;left: 0;bottom: 25px;width: 100%;padding:0 10px;}
.apsProb-title p{line-height: inherit;}
.apsProb-con{transition: all .6s ease;opacity: 0;transform: translateX(-80%); padding:0 30px 28px;z-index: 2;background: rgba(28, 121, 190, .92); position: absolute;left: 0;top: 0;width: 100%;height: 100%; flex-direction: column;align-items: center;justify-content: center;}
.apsProb-icon{line-height: 1.2;width: 30px;}
.apsProb-con .text{text-align: center;}
.apsProb-list li:hover .apsProb-title{opacity: 0;transform: translateX(100%);}
.apsProb-list li:hover .apsProb-con{opacity: 1;transform: translateX(0);}
.apsWhy{background: url('../images/pages/apsWhy-bg.jpg') no-repeat center/100% 100%;}
.apsWhy .contain{justify-content: space-between;}
.apsWhy-img{width: 47%;transform: translateY(-40px);}
.apsWhy-img img{width: 100%;}
.apsWhy-con{width: 46%;}
.apsWhy-text p{line-height: inherit;}
.apsGN-list{margin-left: -20px;justify-content: center;}
.apsGN-list li{transition: all .4s ease;margin-left: 20px;z-index: 2; width: calc(20% - 20px);position: relative;border-radius: 10px;box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);}
.apsGN-list li::after{content: "";position: absolute;left: 0;top: 0;z-index: -1; width: 100%;transition: all .4s ease; height: 100%;border-radius: 11px;background: url('../images/pages/apsGn-bg.png') no-repeat center/100% 100%;}
.apsGN-con{background: #fff;border-radius: 10px;overflow: hidden;height: 100%; transition: all .4s ease; padding: 40px; z-index: 2;transition: all .4s ease;}
.apsGN-icon{height: 44px;}
.apsGN-icon img{min-height: 100%;transition: all .4s ease;}
.apsGN-icon .h{position: absolute;left: 0;top: 0;opacity: 0;}
.apsProb-con .title{text-align: center;}
.apsGN-title,.apsGN-text{transition: all .4s ease;}
.apsGN-list li:hover{transform: translateY(-20px);}
.apsGN-list li:hover .apsGN-con{background: transparent;}
.apsGN-list li:hover .apsGN-icon .s{opacity: 0;}
.apsGN-list li:hover .apsGN-icon .h{opacity: 1;}
.apsGN-list li:hover .apsGN-title,.apsGN-list li:hover .apsGN-text{color: #fff;}
.apsTD{background: url('../images/pages/apsTD-bg.jpg') no-repeat center/100% 100%;}
.apsTD-list li{width: 25%;display: flex;flex-direction: column;align-items: center;text-align: center;}
.apsTD-icon{position: relative;z-index: 2;}
.apsTD-icon::after{transition: all .4s ease; content: "";position: absolute;z-index: -1;width: 150px;height: 150px;border-radius: 50%;background: #d8ecfb;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(.9);}
.apsTD-icon .img{width: 130px;height: 130px;border-radius: 50%;align-items: center;justify-content: center;background: #1c79be;}
.apsTD-list li:hover .apsTD-icon::after{transform: translate(-50%,-50%) scale(1);}
.apsJZ-list li{width: 20%;display: flex;border-left: 1px solid #e9e9e9;flex-direction: column;align-items: center;}
.apsJZ-list li:first-child{border-left: unset;}
.apsJZ-num{position: relative;padding-left: 25px;align-items: flex-end;}
.apsJZ-num .timer,.apsJZ-num .text{line-height: .8;}
.apsJZ-num::after{content: "";position: absolute;left: 0;top: 0;width: 20px;height: 38px;background: url('../images/pages/apsJZ-icon1.png') no-repeat center/100% auto;}
.apsJZ-list li:nth-child(3),.apsJZ-list li:nth-child(5){color: #3da350;}
.apsJZ-list li:nth-child(3) .apsJZ-num::after,.apsJZ-list li:nth-child(5) .apsJZ-num::after{background-image: url('../images/pages/apsJZ-icon2.png');top: auto;bottom: 0;}
.apsCase{background: url('../images/pages/apsCase-bg.jpg') no-repeat center/100% 100%;}
.apsCase-list{justify-content: space-between;align-items: flex-start;}
.apsCase-item.item1{margin-top: 40px; width: 47%;background: transparent; box-shadow: 0 5px 15px rgba(0, 0, 0, .1);border-radius: 20px;}
.apsCase-title{height: 80px; display: flex;align-items: center;padding-left: 50px; border-top-left-radius: 15px;border-top-right-radius: 15px;overflow: hidden;background: url('../images/pages/apsCase-item1-top.jpg') no-repeat center/100% 100%;}
.apsCase-con{border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;padding: 20px 50px 30px;background: url('../images/pages/apsCase-item1-cen.png') no-repeat center/100% 100%;}
.apsCase-con li{border-bottom: 1px solid #e0e2e6; display: flex; padding: 15px 0;justify-content: space-between;align-items: center;}
.apsCase-con-title{width: 130px;height: 42px;border-radius: 30px;justify-content: center;align-items: center;text-align: center;background: #a6a9ae;}
.apsCase-con-text{text-align: right;}
.apsCase-con-text .num{color: #757a83;}
.apsCase-item.item2{width: 51.5%;box-shadow: 0 10px 30px 10px rgba(17, 99, 160, .2);border-radius: 22px;}
.apsCase-item.item2 .apsCase-title{padding-left: 70px; height: 86px;background-image: url('../images/pages/apsCase-item2-top.jpg');border-top-left-radius: 18px;border-top-right-radius: 18px;}
.apsCase-item.item2 .apsCase-con{border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;background-image: url('../images/pages/apsCase-item2-cen.png');padding: 30px 55px 50px;}
.apsCase-item.item2 .apsCase-con-title{background: #1c79be; width: 172px;height: 46px;}
.apsCase-item.item2 .apsCase-con li{border-color: #eceff4;}
.apsCase-item.item2 .num{color: #1c79be;}
.apsCho-list-box{box-shadow: 0 0 59px 2px rgba(74, 133, 177, .24);border-radius: 20px;}
.apsCho-list{border-radius: 20px;overflow: hidden;}
.apsCho-item{width: 50%;}
.apsCho-img img{width: 100%;height: 100%;}
.apsCho-con{position: absolute;left: 0;bottom: 10%;width: 100%;padding: 0 22% 0 10%;}
.apsCho-item:last-child .apsCho-con{text-align: right;padding: 0 10% 0 22%;}
.apsCho-item:last-child .apsCho-con .title,.apsCho-item:last-child .apsCho-con .text{color: #fff;}
.apsCho-circle{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;}
.apsCho-circle-bg{width: 310px;height: 310px;border-radius: 50%;position: relative;background: rgba(84, 174, 241, .2);box-shadow: 0 0 0 15px rgba(84, 174, 241, .1);}
.apsCho-circle-bg::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 286px;height: 286px;border-radius: 50%;background: linear-gradient(to right,#1c79be 0% ,#1c79be 50% ,#a0d7ff 50.1%,#a0d7ff 100%);}
.apsCho-circle-text{width: 254px;height: 254px;background: #fff;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 5;justify-content: center;align-items: center;text-align: center;}
/* 行业软件-聚合页 */
.appList li{background: url('../images/pages/appList-bg1.jpg') no-repeat center/100% 100%;}
.appList li .contain{justify-content: space-between;}
.appList-con{width: 38%;}
.appList-more{width: 146px;height: 48px;border-radius: 30px;border: 2px solid #3673a0;color: #3673a0; transition: all .4s ease;align-items: center;justify-content: center;}
.appList-more::after{content: "\e765";font-family: "icon";font-size: 14px;font-weight: 700;display: inline-block;margin-left: 10px;}
.appList-more:hover{background: #3673a0;color: #fff;}
.appList li:nth-child(2n) .contain{flex-direction: row-reverse;}
.appList li:nth-child(2),.appList li:nth-child(5){background-image: url('../images/pages/appList-bg2.jpg');}
.appList li:nth-child(3),.appList li:nth-child(6){background-image: url('../images/pages/appList-bg3.jpg');}
.appList li:nth-child(4),.appList li:nth-child(7){background-image: url('../images/pages/appList-bg1.jpg');}
.appList-img{width: 50%;}
/* 行业软件-详情 */
.appDet-intro{position: relative;width: 100%;margin-top: -84px; transform: translateY(-84px); box-shadow: 0px 19px 25px 0px rgba(0, 0, 0, 0.03);}
.appDet-intro-con{padding-top: 120px;width: 70%;background: #fff;padding-left: 208px;}
.appDet-intro-text{width: 60%;}
.appDet-intro-text p{line-height: inherit;}
.appDet-intro-img{width: 30%;position: relative; background: url('../images/pages/appDet-intro-bg.png') no-repeat center right/auto 100%; background-color: #f4f4f5;}
.appDet-intro-img img{position: absolute;top: 120px;left: 0;transform: translateX(-50%); max-height: 72%;max-width: 120%; border: 15px solid #fff;border-radius: 10px;box-shadow: 0px 0px 63.7px 1.3px rgba(0, 0, 0, 0.1);}
.appDet .aps-problem{padding: 0;}
.appDet-jz{background: url('../images/pages/appDet-jz-bg.jpg') no-repeat center/100% 100%;}
.appDet-jz-con{border-radius: 15px;box-shadow: 0 0 29px rgba(28, 121, 190, .14);}
.appDet-jz-list{width: 50%;background: #fff;border-top-left-radius: 15px;border-bottom-left-radius: 15px;overflow: hidden;}
.appDet-jz-list li{padding:34px 50px 40px 34px;position: relative;z-index: 2;border-bottom: 1px solid #f2f2f2;}
.appDet-jz-list li::after{content: ""; opacity: 0;transition: all .4s ease;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/appDet-jz-list.jpg') no-repeat center/100% 100%;}
.appDet-jz-list .title,.appDet-jz-list .text{position: relative;z-index: 2;transition: all .4s ease;}
.appDet-jz-list li:hover::after{opacity: 1;}
.appDet-jz-list li:hover .title,.appDet-jz-list li:hover .text{color: #fff;}
.appDet-jz-img{width: 50%;border-top-right-radius: 15px;border-bottom-right-radius: 15px;overflow: hidden;}
.appDet-jz-img img{width: 100%;height: 100%;transition: all .6s ease;display: none;}
.appDet-jz-img img:first-child{display: block;}
.appDet-jz-img:hover img{transform: scale(1.08);}
.appDet-case{background: url('../images/pages/appDet-case-bg.jpg') no-repeat center/100% 100%;}
.appDet-case-con{position: relative;z-index: 2;}
.appDet-case-con::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;height: 94%;border-radius: 20px; box-shadow: 0 20px 73px 6px rgba(4, 0, 0, .18);z-index: -1;}
.appDet-case-item{position: relative;z-index: 2;}
.appDet-case-item.item1{position: relative;z-index: 3;}
.appDet-case-item.item1,.appDet-case-item.item2{width: 37%;}
.appDet-case-item.item3{width: calc(26% - 2px);margin-left: 2px;}
.appDet-case-title{border-top-left-radius: 20px;border-top-right-radius: 20px; height: 86px;align-items: center;padding-left: 55px;background: url('../images/pages/apsCase-item1-top.jpg') no-repeat center/100% 100%;}
.appDet-case-item.item2 .appDet-case-title{justify-content: flex-end; padding-left:0;padding-right: 55px;background-image: url('../images/pages/apsCase-item2-top.jpg');}
.appDet-case-item.item3 .appDet-case-title{justify-content: center; padding: 0;background: #e39918;}
.appDet-case-text{background: #fff;padding: 20px 0 40px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;}
.appDet-case-item.item1 .appDet-case-text{background: #eff1f4;}
.appDet-case-text li{padding: 0 70px 0 55px;height: 100px;display: flex;align-items: center; position: relative;}
.appDet-case-textBox{width: 100%;border-bottom: 1px solid #e0e2e6;height: 85%;}
.appDet-case-text .text{width: 100%;}
.appDet-case-item.item2 .appDet-case-text li{padding: 0 55px 0 70px;text-align: right;}
.appDet-case-item.item3 .appDet-case-text li{padding: 0 60px 0 60px;text-align: center;}
.appDet-case-text .more{background: #fff; position: absolute;right: 0;top: 40%;transform: translate(50%,-50%);align-items: center;justify-content: center;text-align: center;width: 170px;height: 50px;border-radius: 30px;border: 2px solid #1c79be;}
.appDet-case-item.item3 .title{color: #e18f00;}
/* 集成服务-聚合页 */
.serIntro{background: url('../images/pages/appDet-case-bg.jpg') no-repeat center/100% 100%;}
.serIntro .contain{justify-content: space-between;align-items: center;}
.serIntro-con{width: 40%;}
.serIntro-img{width: 55%;}
.serCon-list ul{justify-content: space-between;}
.serCon-list li{width: 29%;align-items: center;}
.serCon-list li:nth-child(2n){margin-left: 30%; flex-direction: row-reverse;text-align: right;}
.serCon-icon{width: 70px;height: 70px;border-radius: 50%;background: #edf7fe;}
.serCon-text{flex: 1;padding-left: 17px;}
.serCon-list li:nth-child(2n) .serCon-text{padding-left: 0;padding-right: 17px;}
.serCon-img{position: absolute;left: 50%;top: 0;width: 35%;transform: translateX(-50%);height: 100%;align-items: center;display: flex;padding-top: 80px;}
.serCon-img img{width: 100%;}
.serTX{padding-bottom: 230px;background: url('../images/pages/serTX-BG.jpg') no-repeat center/100% 100%;}
.serTX-con{width: 29%;margin: 70px auto 0;position: relative;}
.serTX-con img{width: 100%;}
.serTX-circle2,.serTX-img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 85%;}
.serTX-img{width: 68%;border-radius: 50%;overflow: hidden;}
.serTX-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.serTX-list li{position: absolute;display: flex;text-align: right; align-items: center; right: 75%;top: -2%;}
.serTX-list li:nth-child(2n){flex-direction: row-reverse;right: auto;text-align: left;}
.serTX-list li:nth-child(2n) .serTX-dot{margin-left: 0;margin-right: 40px;}
.serTX-list li:nth-child(7) .serTX-dot{margin-bottom: 20px;margin-left: 0;}
.serTX-list li:nth-child(7) .serTX-text{padding: 14px 30px;}
.serTX-list li:nth-child(2){left: 75%;top: -2%;}
.serTX-list li:nth-child(3){right: 95%;top: 33%;}
.serTX-list li:nth-child(4){left: 95%;top: 33%;}
.serTX-list li:nth-child(5){right: 83%;top: 72%;}
.serTX-list li:nth-child(6){left: 83%;top: 72%;}
.serTX-list li:nth-child(7){right: 50%;top: 96%;transform: translateX(50%);flex-direction: column-reverse;text-align: center;}
.serTX-text{padding: 18px 30px;width: 400px;border-radius: 10px;transition: all .4s ease;}
.serTX-text .title{transition: all .4s ease;}
.serTX-dot{transition: all .4s ease; background: #c2e5ff; width: 40px;height: 40px;border-radius: 50%;position: relative;margin-left: 40px;}
.serTX-dot::after{transition: all .4s ease; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 60%;height: 60%;border-radius: 50%;background: #1c79be;}
.serTX-list li:hover .serTX-dot{background: #ffe4c0;}
.serTX-list li:hover .serTX-dot::after{background: #ed8600;}
.serTX-list li:hover .serTX-text{background: #fff;transform: translateX(10px);}
.serTX-list li:hover .serTX-text .title{color: #ed8600;}
.serTX-list li:nth-child(2n):hover .serTX-text{transform: translateX(-10px);}
.serTX-list li:nth-child(7):hover .serTX-text{transform: translateY(-5px);}
.serFA-list{margin-left: -40px;}
.serFA-item{margin-left: 40px;width: calc((100% - 40px*3)/3);border-radius: 8px;overflow: hidden;}
.serFA-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.serFA-bg img{width: 100%;height: 100%;}
.serFA-bg::after{opacity: 0;transition: all .4s ease; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to right,rgba(28,121,190,1)20%,rgba(28,121,190,.5) 100%);}
.serFA-con{position: relative;z-index: 2;padding: 45px 30px 35px;}
.serFA-more{opacity: 0;}
.serFA-title,.serFA-text,.serFA-more{transition: all .4s ease;}
.serFA-item:hover .serFA-bg::after{opacity: 1;}
.serFA-item:hover .serFA-title,.serFA-item:hover .serFA-text{color: #fff;}
.serFA-item:hover .serFA-more{opacity: 1;}
/* 集成服务-详情 */
.serDet-intro{margin-top: -84px;padding-top: 110px;}
.serDet-intro .contain{position: relative;z-index: 3;}
.serDet-intro::after,.serDet-intro::before{content: "";width: 350px;height: 380px;position: absolute;left: 0;top: 0;background: url('../images/pages/serDet-intro-bg.jpg') no-repeat left top/100% auto;}
.serDet-intro::after{left: auto;right: 0;transform: rotateY(180deg);}
.serDet-intro-text{text-indent: 2em;padding: 0 13%;}
.serDet-TD-list{margin-left: -20px;justify-content: center;}
.serDet-TD-list li{margin-left: 20px;width: calc(25% - 20px);border-radius: 10px;overflow: hidden;position: relative;}
.serDet-TD-img img{width: 100%;height: 100%;}
.serDet-TD-text{transform: translateY(calc(100% - 90px));transition: all .4s ease; position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 30px 30px;background: rgba(28, 121, 190, .95);}
.serDet-TD-text .title{height: 90px;align-items: center;}
/* .serDet-TD-text .text{transition: all .4s ease;} */
.serDet-TD-list li:hover .text{transform: translateY(-15px);}
.serDet-TD-list li:hover .serDet-TD-text{transform: translateY(0);}
.serDet-table{background: url('../images/pages/serDet-table-bg.jpg') no-repeat center/100% 100%;}
.serDet-table-con:first-child{margin-top: 0;}
.serDet-table-con table{width: 100%;}
.serDet-table-con thead{background: #1c79be;}
.serDet-table-con thead th{height: 54px;border: 1px solid #e9eef2;font-size: 18px;font-weight: 700;color: #fff;text-align: center;}
.serDet-table-con thead th{width: 210px;}
.serDet-table-con tbody{background: #fff;}
.serDet-table-con tbody td{padding: 18px;font-size: 16px;line-height: 24px;color: #444;border: 1px solid #e6edf0;text-align: center;}
.serDet-table-con tbody td p{line-height: inherit;}
/* 关于我们 */
.abIntro{border-top: 1px solid #eeeeed;}
.abIntro-con-box{justify-content: space-between;}
.abIntro-con{width: 50%;}
.abIntro-text p{line-height: inherit;margin-top: 30px;}
.abIntro-img{width: 45%;border-radius: 10px;overflow: hidden;}
.abIntro-img img{width: 100%;height: 100%;}
.abIntro-num li{width: 25%;border-left: 1px solid #d0d0d0; display: flex;flex-direction: column;align-items: center;text-align: center;}
.abIntro-num li:first-child{border-left: unset;}
.abIntro-num .num{display: flex;align-items: flex-end;line-height: 1;}
.abIntro-num .num span{line-height: 1;display: inline-block;margin-right: 5px;}
.abJZG{background: url('../images/pages/abJZG-bg.jpg') no-repeat center/100% 100%;}
.abJZG-list{border-radius: 10px;overflow: hidden;}
.abJZG-list li{justify-content: center; width: 20%;background: url('../images/pages/abJZG-list-bg.jpg') no-repeat center/100% 100%;height: 256px;display: flex;flex-direction: column;align-items: center;text-align: center;}
.abJZG-icon{height: 50px;}
.abJZG-icon img{max-height: 100%;}
.abJZG-text{color: rgba(255, 255, 255, .35);}
.abFL-list{margin-left: calc((-100% / 6 + 110px));}
.abFL-list li{margin-left: calc((100% / 6 - 110px));width: 110px;flex-direction: column;align-items: center;text-align: center;}
.abFL-icon{width: 100px;height: 100px;border-radius: 50%;background: #1c79be;transition: all .4s ease;}
.abFL-list li:hover .abFL-icon{background: #ff9f2e;}
.abHonor{background: #f1f5f7;}
.abHonor-slide{background: #fff;cursor: auto;}
.abHonor-img{padding: 0 30px;align-items: center;justify-content: center;height: 330px;position: relative;width: 100%;display: flex;}
/* .abHonor-img::after{transition: all .4s ease;opacity: 0; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, .3);}
.abHonor-img::before{content: "";position: absolute;z-index: 2;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);transition: all .4s ease; width: 60px;height: 60px;border-radius: 50%;overflow: hidden;background: url('../images/pages/abBook-icon.png') no-repeat center/100% auto;} */
.abHonor-img img{max-width: 70%;}
.abHonor-text{display: block; padding: 0 30px;position: relative;z-index: 2;overflow: hidden;}
.abHonor-text p{display: flex;position: relative;z-index: 2;transition: all .4s ease; height: 80px;align-items: center;justify-content: center;border-top: 1px solid #ebebeb;}
.abHonor-text::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #1c79be;transform: translateY(100%);transition: all .4s ease;}
.abHonor-slide:hover .abHonor-img::after{opacity: 1;}
.abHonor-slide:hover .abHonor-img::before{transform: translate(-50%,-50%) scale(1);}
.abHonor-slide:hover .abHonor-text p{color: #fff;}
.abHonor-slide:hover .abHonor-text::after{transform: translateY(0);}
.abHonor-prev,.abHonor-next{color: #dedede;position: absolute;left: -50px;top: 50%;transform: translateY(-50%);user-select: none;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;}
.abHonor-next{left: auto;right: -50px;transform: translateY(-50%) rotate(180deg);}
.abHonor-prev::after,.abHonor-next::after{cursor: pointer; content: "\e623";font-size: 20px;font-family: "icon";display: inline-block;}
.abHonor-prev:hover.abHonor-next:hover{color: #1c79be;}
.abHonor-pagination{position: absolute;left: 50%;bottom: -44px;transform: translateX(-50%);user-select: none;z-index: 2;}
.abHonor-pagination .swiper-pagination-bullet{opacity: 1; width: 8px;height: 8px;border-radius: 10px;background: #cecece;transition: all .4s ease;margin-left: 10px;}
.abHonor-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.abHonor-pagination .swiper-pagination-bullet-active{width: 40px;background: #1c79be;}
.contCode{border-top: 1px solid #eeeeed;}
.contCode .contain{justify-content: space-between;}
.contCode-con{width: 45%;}
.contCode-list li{align-items: center;border-bottom:1px solid #ebebeb;}
.contCode-text{flex: 1;padding-left: 12px;}
.contCode-map{width: 50%;height: 500px;border: 6px solid #fff;border-radius: 8px;box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.15);}
.contCity{background: #f5f7fa;}
.contCity .contain{justify-content: space-between;align-items: flex-start;}
.contCity-site{width: 16%;}
.contCity-nav li{margin-top: 4px;background: #fff; transition: all .4s ease;padding: 0;height: 96px;display: flex;align-items: center;justify-content: center;}
.contCity-nav-text{margin-left: 25px;transition: all .4s ease;}
.contCity-nav-icon{position: relative;}
.contCity-nav-icon img{transition: all .4s ease;}
.contCity-nav-icon .h{position: absolute;left: 0;top: 0;width: 100%;}
.contCity-nav li.active{background: #1c79be;}
.contCity-nav li.active .contCity-nav-text{color: #fff;}
.contCity-nav li.active .contCity-nav-icon .s{opacity: 0;}
.contCity-nav li.active .contCity-nav-icon .h{opacity: 1;}
.contCity-img{width: 70%;position: relative;}
.contCity-img img{width: 100%;}
.contCity-img-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.contCity-img-list li{position: absolute;left: 0%;top: 0%;display: flex;flex-direction: column;align-items: center;}
.contCity-img-list i{animation: mapDot 2s linear infinite; transition: all .4s ease;display: inline-block;position: relative; width: 20px;height: 20px;border-radius: 50%;background: #c1dced;}
.contCity-img-list i::after{content: ""; transition: all .4s ease; width: 40%;height: 40%;background: #1c79be;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.contCity-img-name{color: #436079;margin-top: 5px;}
.contCity-img-list li.wuhan{left: 46%;top:66% }
.contCity-img-list li.chengdu{left: 39%;top:61% }
.contCity-img-list li.nanjing{left: 67%;top:53%;flex-direction: column-reverse;}
.contCity-img-list li.hangzhou{left: 68%;top:63% }
.contCity-img-list li.hainan{left: 51%;top:93% }
.contCity-img-list li.shenzhen{left: 58%;top:82% }
.contCity-img-list li.active i{background: rgba(255, 159, 46, .5);}
.contCity-img-list li.active i::after{background: rgba(255, 159, 46, 1);}
@keyframes mapDot {0%{transform: scale(.6);opacity: 0;}40%{transform: scale(.9);opacity: 1;}80%{transform: scale(1.1);opacity: 1;}100%{transform: scale(1.1);opacity: 0;}}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .news-con{padding: 40px 45px 40px 45px;}
    .newsHY-swp-con{padding: 40px 70px 0 70px;}
    .newsHY-swp-date{left: 70px;}
    .newsHY-swp-text::after{top: -20px;}
    .newsHY-item-text{padding: 20px;}
    .apsProb-img img{height: 300px;}
    .apsProb-con{padding: 0 20px 15px;}
    .apsProb-title,.apsProb-con .title{font-size: 16px;}
    .apsProb-con .text{font-size: 14px;line-height: 22px;}
    .apsGN-con{padding: 20px;}
    .apsGN-list li{margin-left: 15px;width: calc(20% - 15px);}
    .apsGN-text{font-size: 14px;}
    .apsCase-title{padding-left: 35px;}
    .apsCase-con{padding: 15px 35px 20px;}
    .apsCase-item.item2 .apsCase-title{padding-left: 50px;}
    .apsCase-item.item2 .apsCase-con{padding: 20px 45px 40px;}
    .apsCase-con-title{width: 116px;height: 38px;}
    .appDet-case-textBox .title{font-size: 20px;}
    .apsCase-item.item2 .apsCase-con-title{width: 150px;height: 44px;}
    .appDet-intro-con{padding-left: 105px;}
    .appDet-intro-text{width: 67%;}
    .appDet-jz-list li{padding: 25px 40px 30px 30px;}
    .appDet-case-title{padding-left: 45px;}
    .appDet-case-item.item2 .appDet-case-title{padding-right: 45px;}
    .appDet-case-text{padding: 10px 0 20px;}
    .appDet-case-text .more{width: 130px;height: 42px;font-size: 15px;}
    .appDet-case-text li{padding: 0 55px 0 45px;}
    .appDet-case-item.item2 .appDet-case-text li{padding: 0 45px 0 55px;}
    .appDet-case-item.item3 .appDet-case-text li{padding: 0 50px 0 50px;}
    .serTX-dot{width: 34px;height: 34px;}
    .serFA-list{margin-left: -25px;}
    .serFA-item{margin-left: 25px;margin-top: 25px; width: calc((100% - 25px*3)/3);}
    .serDet-intro::after, .serDet-intro::before{width: 280px;height: 300px;}
    .abIntro-text p{margin-top: 20px;}
    .abJZG-list li{height: 220px;}
    .contCode-map{height: 400px;}
    .contCity-site{width: 19%;}
    .apsProb-icon{width: 21px;}
    .serTX-list li:nth-child(5),.serTX-list li:nth-child(6){top: 68%;}
    .serCon-img{padding-top: 60px;}
}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .news-con {padding: 30px 35px 30px 35px;}
    .newsHY-swp-con {padding: 30px 50px;}
    .newsHY-swp-date{position: relative;left: auto;bottom: auto;margin-top: 30px;}
    .newsHY-swp-pagination{bottom: 40px;}
    .newsHY-list{margin-left: -20px;}
    .newsHY-item{margin-left: 20px;width: calc(25% - 20px);}
    .newsHY-item-img img{height: 170px;}
    .apsIntro-text{min-height: 330px;}
    .apsProb-list li{margin-left: 5px;width: calc(20% - 5px);}
    .apsProb-list.nav3 li{width: calc((100 - 5px*3)/3);}
    .apsProb-list.nav4 li{width: calc(25% - 5px);}
    .apsGN-con{padding: 15px;}
    .apsCase-item.item2 .apsCase-con{padding: 10px 30px 20px;}
    .apsCase-con{padding: 10px 20px 15px;}
    .apsCase-title{height: 70px;}
    .apsCase-item.item2 .apsCase-title{height: 74px;}
    .apsCase-con-title{width: 100px;height: 36px;}
    .apsCase-item.item2 .apsCase-con-title{width: 130px;height: 40px;}
    .apsCho-circle-bg{width: 240px;height: 240px;box-shadow: 0 0 0 10px rgba(84, 174, 241, .1);}
    .apsCho-circle-bg::after{width: 220px;height: 220px;}
    .apsCho-circle-text{width: 200px;height: 200px;}
    .appList-con{width: 42%;}
    .appDet-intro-con{padding-left: 92px;}
    .serFA-con{padding: 30px 20px 20px;}
    .serDet-intro::after, .serDet-intro::before{width: 220px;height: 240px;}
    .serDet-table-con tbody td{padding: 15px;}
    .appDet-case-textBox .title{font-size: 16px;}
    .serCon-img {padding-top: 40px;}
    .apsProb-title, .apsProb-con .title{font-size: 15px;line-height: 24px;}
    .apsProb-icon{font-size: 21px;}
    .apsProb-con .text{font-size: 13px;line-height: 20px;}
    .apsProb-con {padding: 0 10px 10px;}



}
/* 针对面包屑导航 */
@media all and (max-width:1202px) {
    .pagesNav-bread{display: none;}
    .appDet-intro-con{padding-top: 50px;}
    .appDet-intro{margin-top: 0;transform: translateY(0);}
    .serDet-intro{margin-top: 0;padding-top: 40px;}

}
@media all and (max-width:1140px) {
    /* 1024 */
    .serTX-text{min-width: unset;padding: 12px 20px;width: 300px;}
    .serTX-dot{margin-left: 20px;width: 24px;height: 24px;}
    .serTX-list li:nth-child(2n) .serTX-dot{margin-right: 20px;}
    .serTX-list li{right: 81%;top: -5%;}
    .serTX-list li:nth-child(5){right: 79%;}
    .serTX-list li:nth-child(6){left: 78%;}
    .serCon-img{height: 100%;display: flex;align-items: center;}
    .contCity .contain{align-items: center;}
    .apsTD-icon .img{width: 110px;height: 110px;}
    .apsTD-icon .img img{width: 46px;}
    .apsTD-icon::after{width: 140px;height: 140px;}
    .apsTD-text{margin-top: 20px;}
    .apsGN-list{margin-left: 0;justify-content: space-between;margin-top: 10px;}
    .apsGN-list::after{content: "";width: 32%;}
    .apsGN-list li{width: 32%;margin: 20px 0 0;}
    .appList li:first-child .contain{padding-top: 20px;}
    .serTX-list li:nth-child(7) .serTX-text{width: 400px;}
    .serDet-TD-text .title{height: 70px;}
    .serDet-TD-text{transform: translateY(calc(100% - 70px));padding: 0 20px 20px;}
    .news-con{padding: 20px;}
    .abFL-icon{width: 80px;height: 80px;}
    .abFL-icon img{width: 30px;}
    .appDet-intro-img img{left: auto;right: 80px;top: 50px; transform: translateX(0);box-shadow: 0px 0px 30px 1.3px rgba(0, 0, 0, 0.1);border: 10px solid #fff;}
    .appDet-intro-con{width: 68%;padding-left: 80px;}
    .appDet-intro-img{width: 32%;}
    .serFA-item:hover .serFA-bg::after{opacity: 0;}
    .serFA-item:hover .serFA-title{color: #333;}
    .serFA-item:hover .serFA-text{color: #666;}
    .serFA-item:hover .serFA-more{opacity: 0;}
    .contCity-nav li{padding: 0 10px;}
    .contCity-nav-icon{width: 66px;}
    .contCity-nav-icon img{max-height: 55px;}
    .contCity-nav-text{flex: 1;margin-left: 0;padding-left: 15px;}
    


}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .serCon-img{height: 100%;display: flex;align-items: center;justify-content: center;}
    .serTX-dot{width: 20px;height: 20px;margin-left: 10px;}
    .serTX-text{width: 250px;padding: 12px 20px;min-width: unset;}
    .serTX-list li:first-child{right: 77%;}
    .serTX-list li:nth-child(2n) .serTX-dot{margin-right: 10px;}
    .serTX-list li:first-child,.serTX-list li:nth-child(2){top: -13%;}
    .serTX-list li:nth-child(3),.serTX-list li:nth-child(4){top: 26%;}
    .serTX-list li:nth-child(5) {right: 74%;top: 65%;}
    .serTX-list li:nth-child(6) {left: 73%;top: 68%;}
    .serTX-list li:nth-child(7) .serTX-text{width: 350px;}
    .serDet-TD-list{margin-left: 0;justify-content: space-between;}
    .serDet-TD-list li{margin: 25px 0 0;width: 48%;}
    .contCity-nav-icon{width: 50px;}
    .contCity-nav-icon img{max-height: unset;}
    .contCity-nav-text{margin:10px 0  0;flex: unset;padding-left: 0;}
    .contCity-nav li{display: flex;flex-direction: column;align-items: center;justify-content: center;}
    .contCity .contain{align-items: center;}
    .apsProb-list{justify-content: space-between;margin-left: 0;}
    .apsProb-list::after{content: "";width: 32%;}
    .apsProb-list li{width: 32%;margin: 15px 0 0;}
    .apsCho-circle-bg{width: 160px;height: 160px;}
    .apsCho-circle-bg::after{width: 165px;height: 165px;}
    .apsCho-circle-text{width: 150px;height: 150px;}
    .apsIntro{padding-top: 40px;}
    .serDet-intro::after, .serDet-intro::before{width: 180px;height: 190px;}
    .appDet-intro{margin-top: 0;transform: translateY(0);}
    .appDet-intro-con{padding: 50px 30px 30px;}
    .appDet-intro .pagesTitle{width: 74%;}
    .appDet-intro-text{width: 70%;}
    /* .appDet-intro-con{width: 60%;}
    .appDet-intro-img{width: 40%;} */
    .appDet-intro-img img{top: 30px; border: 10px solid #fff;transform: translateX(-40%);box-shadow: 0px 0px 30px 1.3px rgba(0, 0, 0, 0.1);left: -10px;right: auto;}
    .appList li:first-child .contain{padding-top: 90px;}
    .apsGN{padding-top: 40px;}
    .news{padding-top: 0;}
    .abJZG-list li{height: 180px;}
    .contCode-map{height: 300px;}
    .indFA-prev, .indFA-next{width: 28px;height: 28px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .apsIntro-text{min-height: unset;}
    .appDet-intro .pagesTitle{width: 100%;}
    .pagesNav-bread{display: none;}
    .pagesNav-item{height: 50px;margin-right: 0;width: 96px;}
    .pagesNav-items{flex-wrap: nowrap;}
    .pagesNav .contain{overflow-x: auto;}
    .pagesNav-item p::after{right: -15px;}
    .news-img{width: 100%;}
    .news-con{width: 100%;padding: 20px 15px;}
    .news-item{border-bottom: 1px solid #999;}
    .news-title::after{width: 40px;height: 3px;}
    .newsHY-swp-img{width: 100%;box-shadow: unset;}
    .newsHY-swp-con{width: 100%;padding: 20px 0 0;}
    .newsHY-swp-text::after{width: 30px;height: 3px;top: -15px;}
    .newsHY-swp-pagination{bottom: 17px;right: 0;}
    .newsHY-swp-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin-left: 8px;}
    .newsHY-list{margin-left: 0;}
    .newsHY-item{width: 100%;margin-left: 0;margin-top: 15px;}
    .newsHY-item-img img{height: 200px;}
    .newsHY-item-text{padding: 20px 15px;}
    .newsDet-con{width: 100%;}
    .newsDet-site{width: 100%;margin-top: 30px;}
    .newsDet-hot-list{margin-top: 10px;}
    .newsDet-page-item .title{margin-top: 12px;}
    .apsIntro{padding-top: 40px;}
    .apsIntro-text .text{width: 100%;min-height: unset;}
    .apsIntro-img{position: relative;background: #f1f6fb; top: auto;bottom: auto;padding-bottom: 30px;}
    .apsIntro-img img{width: 100%;box-shadow: 0px 0px 10px 1.3px rgba(0, 0, 0, 0.1);border: 10px solid #fff;}
    .apsProb-list{margin-left: 0;}
    .apsProb-list li{width: 100% !important;margin:15px 0 0 !important;border-radius: 5px;}
    .apsProb-title, .apsProb-con .title{font-size: 18px;line-height: 26px;}
    .apsProb-con .text{font-size: 15px;line-height: 26px;}
    .apsProb-icon{font-size: 40px;}
    .apsProb-img img{height: 280px;}
    .apsProb-con{transform: translateY(80%);}
    .apsProb-list li:hover .apsProb-con{transform: translateY(0);}
    .apsProb-title{transform: translateY(0);}
    .apsProb-list li:hover .apsProb-title{opacity: 0;transform: translateY(100%);}
    .apsWhy{padding-top: 40px;}
    .apsWhy-img{width: 100%;transform: translateY(0);}
    .apsWhy-con{width: 100%;margin-top: 40px;}
    .pagesTitle .title{padding-bottom: 10px;}
    .pagesTitle .title::after{width: 35px;}
    .apsGN-list{margin-left: 0;}
    .apsGN-list li{margin: 15px 0 0;width: 100%;}
    .apsGN-list li:first-child{margin-top: 0;}
    .apsGN-con{border-radius: 5px; display: flex;flex-direction: column;align-items: center;padding: 30px 15px;}
    .apsGN-list li:hover{transform: translateY(-10px);}
    .apsGN-list li::after{border-radius: 6px;}
    .apsTD-icon .img{width: 60px;height: 60px;}
    .apsTD-icon::after{width: 70px;height: 70px;}
    .apsTD-icon .img img{width: 25px;}
    .apsTD-text{font-size: 12px;}
    .apsJZ-list{margin-top: 0;}
    .apsJZ-list li{width: calc(100% / 3);margin-top: 30px;}
    .apsJZ-list li:nth-child(4){border-left: unset;}
    .apsJZ-num::after{width: 10px;height: 19px;}
    .apsJZ-num{padding-left: 12px;}
    .apsCase-item.item1,.apsCase-item.item2{width: 100%;}
    .apsCase-item.item1{margin-top: 0;}
    .apsCase-item.item2{margin-top: 30px;}
    .apsCase-title,.apsCase-item.item2 .apsCase-title{height: 54px;padding-left: 20px;font-size: 18px;}
    .apsCase-con-title{width: 105px;}
    .apsCase-item.item2 .apsCase-con-title{width: 105px;height: 36px;font-size: 15px;}
    .apsCase-item.item2 .apsCase-con{padding: 10px 20px 15px;}
    .apsCase-con-text{flex: 1;padding-left: 15px;}
    .apsCase-item.item2 .num{font-size: 16px;}
    .apsCase-item.item2 .text{font-size: 14px;}
    .apsCho-item{width: 100%;}
    .apsCho-item:nth-child(2) .apsCho-con{bottom: auto;top: 20px;}
    .apsCho-img{position: relative;}
    .apsCho-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
    .apsCho-con .text,.apsCho-con .title{color: #fff;}
    .apsCho-con .text{font-size: 15px;}
    .apsCho-con{padding:0 15px !important;}
    .apsCho-circle-bg{width: 150px;height: 150px;box-shadow: 0 0 0 5px rgba(84, 174, 241, .1);}
    .apsCho-circle-bg::after{width: 140px;height: 140px;}
    .apsCho-circle-text{width: 130px;height: 130px;}
    .appList li:nth-child(2n) .contain{flex-direction: row;}
    .appList-con{width: 100%;}
    .appList-more{width: 110px;height: 38px;}
    .appList-more::after{margin-left: 5px;font-size: 13px;}
    .appList-img{width: 100%;margin-top: 40px;}
    .appDet-intro{margin-top: 0;padding: 40px 4% 0;transform: translateY(0);box-shadow: unset;}
    .appDet-intro-con{width: 100%;padding: 0;}
    .appDet-intro-text{width: 100%;}
    .appDet-intro-img{width: 100%;background: transparent ;margin-top: 30px;padding:0;}
    .appDet-intro-img img{left: auto;transform: unset;max-height: unset; position: relative;top: auto;right: auto;max-width: 100%;border: 10px solid #fff;border-radius: 5px;box-shadow: 0px 0px 20px 1.3px rgb(0 0 0 / 10%);}
    .appDet-jz-list{width: 100%;border-radius: unset;background: transparent;}
    .appDet-jz-list li{padding: 30px 20px;height: auto;margin-top: 15px;background: #fff;}
    .appDet-jz-list li:first-child{margin-top: 0;}
    .appDet-jz-img{width: 100%;margin-top: 30px;display: none;}
    .appDet-jz{background: #f1f7ff;padding-bottom: 10px;}
    .appDet-jz-list li:nth-child(2n):after{opacity: 1;}
    .appDet-jz-list li:nth-child(2n) .title, .appDet-jz-list li:nth-child(2n) .text{color: #fff;}
    .appDet-case-con::after{display: none;}
    .appDet-case-item{width: 100% !important;margin-top: 20px;}
    .appDet-case-item.item1{margin-top: 10px;}
    .appDet-case-title{height: 64px;padding:0 0 0 20px !important;justify-content: flex-start !important;border-top-left-radius: 10px;border-top-right-radius: 10px;}
    .appDet-case-text{padding: 15px 0 !important;}
    .appDet-case-text .more{display: none;}
    .appDet-case-text li{padding:0 20px !important;height: 84px;text-align: left !important;}
    .serIntro-con{width: 100%;}
    .serIntro-img{width: 80%;margin: 30px auto 0;}
    .serCon-img{display: none;}
    .serCon-list li{width: 100%;margin: 40px 0 0 !important;flex-direction: row !important;text-align: left !important;}
    .serCon-icon{width: 60px;height: 60px;}
    .serCon-icon img{width: 30px;}
    .serCon-text{padding: 0 0 0 15px !important;}
    .serTX-con{width: 100%;margin-top: 30px;}
    .serTX-list{position: relative;}
    .serTX-circle1,.serTX-circle2,.serTX-img{display: none;}
    .serTX-list li{transform: unset !important;margin-top: 15px; position: relative;left: auto !important;right: auto !important;top: auto !important;width: 100%;text-align: left !important;flex-direction: row !important;}
    .serTX-text{background: #fff;padding:15px 20px;min-width: unset;width: 100%;border-radius: 5px;}
    .serTX-text .text{margin-top: 5px;}
    .serTX-dot{display: none;}
    .serTX-list li:hover .serTX-text{transform: translateY(-5px) !important;}
    .serTX{padding-bottom: 40px;background-size: auto 100%;}
    .serFA-list{margin-left: 0;}
    .serFA-item{width: 100%;margin: 15px 0 0;}
    .serFA-con{padding: 15px 20px;}
    .serFA-more{width: 25px;opacity: 1;}
    .serFA-bg::after{opacity: 1;}
    .serFA-title,.serFA-text{color: #fff;}
    .serDet-intro{margin-top: 0;padding-top: 40px;}
    .serDet-intro::after, .serDet-intro::before{width: 100px;height: 110px;}
    .serDet-intro-text{padding: 0;}
    .serDet-table-con .table{overflow-x: auto;}
    .serDet-table-con table{width: 300%;}
    .serDet-table-con thead th{width: auto;height: 34px;font-size: 14px;padding: 0 10px;}
    .serDet-table-con tbody td{padding: 10px;font-size: 12px;line-height: 22px;}
    .serDet-TD-list{margin-left: 0;}
    .serDet-TD-list li{width: 100%;border-radius: 5px;margin: 15px 0 0;}
    .serDet-TD-text{padding: 0 20px 20px;}
    .serDet-TD-text .title{height: 70px;}
    .serDet-TD-text{transform: translateY(calc(100% - 70px));}
    .abIntro-con{width: 100%;}
    .abIntro-img{width: 100%;margin-top: 30px;border-radius: 5px;}
    .abIntro-text{margin-top: 20px;}
    .abIntro-text p{margin-top: 10px;}
    .abIntro-num li .text{margin-top: 5px;}
    .abJZG-list li{width: 50%;height: 200px;}
    .abJZG-icon{width: 45px;height: 42px;}
    .abJZG-title{margin-top: 10px;}
    .abFL-list{margin-left: 0;}
    .abFL-list::after{content: "";width: calc(100% / 3);}
    .abFL-list li{width: calc(100% / 3);margin-left: 0;}
    .abFL-icon{width: 80px;height: 80px;}
    .abFL-icon img{width: 40%;}
    .abHonor-text p{font-size: 16px;}
    .abHonor-pagination{bottom: -24px;left: 0;padding: 0 4%;transform: translateX(0);width: 100%;display: flex;justify-content: center;}
    .abHonor-pagination .swiper-pagination-bullet{width: 5px;height: 5px;margin-left: 6px;}
    .abHonor-pagination .swiper-pagination-bullet-active{width: 20px;}
    .contCode-con{width: 100%;}
    .contCode-list li{padding: 15px 0;}
    .contCode-map{height: 250px;width: 100%;margin-top: 30px;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);}
    .contCity-site{width: 100%;}
    .contCity-nav{display: flex;overflow-x: auto;}
    .contCity-nav li{user-select: none; margin-top: 0;margin-left: 4px;width: 150px;flex-wrap: nowrap;height: auto;padding: 10px 20px;}
    .contCity-nav-icon{width: 34px;height: 37px;display: flex;align-items: flex-end;}
    .contCity-nav-icon .h{top: auto;bottom: 0;}
    .contCity-nav-text{white-space: nowrap;margin-top: 5px;}
    .contCity-img{width: 100%;margin-top: 40px;}
    .contCity{padding-bottom: 100px;}
    .contCity-img-list i{width: 16px;height: 16px;}
    .contCity-img-name{font-size: 12px;}
    .apsIntro .pagesTitle{width: 100%;}
    .appList li:first-child .contain{padding-top: 40px;}
}