@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: max(36px,0.48rem);height: max(36px,0.48rem);margin: 0 max(3px,0.05rem);font-size: max(14px,0.16rem);color: #333;font-family: 'M';border: 1px solid #ccc;display: flex;align-items: center;justify-content: center;line-height: 1;}
.paging-menu a i{font-size: 10px;font-weight: 700;}
.paging-menu a.next{transform: rotateY(180deg);}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{color: #fff;border-color: transparent;background: linear-gradient(to right,#007eff,#0065cb);}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: max(14px,0.16rem);color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: max(48px,0.54rem);text-align: center;height: max(38px,0.46rem);border: 1px solid #e1e1e1;font-size: max(14px,0.16rem);color: #666;border-radius: 3px;transition: all .4s ease;padding: 0 max(6px,0.12rem);}
.paging-skip input:focus{border-color: #0064ca;}
.paging-skip button{color: #555;font-size: max(14px,0.16rem);padding: 0 max(14px,0.18rem);border: 1px solid #e1e1e1;transition: all .4s ease;height: max(38px,0.46rem);background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #0064ca;color: #fff;border-color: #0064ca;}
.paging-hint span{color: #0064ca;}
@media all and (max-width:1000px){.paging-skip{width: 100%;margin-left: 0;justify-content: center;margin-top: 8px;}}

/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #0064ca;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #0064ca;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: max(20px,0.4rem) max(15px,0.26rem);margin-top: max(12px,0.18rem);}
.search-link:first-child{margin-top: 0;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #0064ca !important;}
.search-link:hover h2{color: #0064ca;}

/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
.privacy-content h6{color: #333;line-height: inherit;}

/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: max(14px,0.24rem);}
.webmap-title::after{content: "";position: absolute;width: max(36px,0.6rem);left: 0;right: 0;margin: 0 auto;bottom: 0;height: max(2px,0.04rem);background: #0064ca;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -0.4rem 0 0 -0.4rem;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 0.4rem);margin: 0.4rem 0 0 0.4rem;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #0064ca;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: max(16px,0.2rem);width: 100%;padding-bottom: max(12px,0.2rem);line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: max(10px,0.2rem);}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: max(4px,0.06rem) 0;font-size: max(15px,0.18rem);}
.webmap-list>ul>li>.drop .drop a{padding-left: max(12px,0.18rem);font-size: max(14px,0.16rem);}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 0.14rem;}
@media all and (max-width: 1000px){
    .webmap-list>ul>li>.drop .drop a::before{top: 0.2rem;}
    .webmap-list>ul{margin: -14px 0 0;}.webmap-list>ul>li{width: 100%;margin: 14px 0 0;}.webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}

/* 内页公共 */
.pagesBan-bg img{width: 100%;min-height: 300px;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.pagesBan-con .contain{height: 100%;flex-direction: column;justify-content: center;}
.pagesBan-con .title{animation: banText 1s ease both;}
.pagesBan-con .text{animation: banText 1s ease both .1s;}
@keyframes banText {0%{opacity: 0;transform: translateY(40px);}100%{opacity: 1;transform: translateY(0);}}
.pagesBread-list{background: rgba(255, 255, 255, .3);align-items: center;border-radius: 40px;padding: 0.18rem 0.3rem;}
.pagesBread-list .item{margin-left: 34px;}
.pagesBread-list .item::before{content: "\e80b";font-family: 'icon';display: block;position: absolute;left: -22px;top: 50%;transform: translateY(-50%) rotate(180deg);color: #999;font-size: 10px;font-weight: 700;}
.pagesBread-list .item:first-child{margin-left: 0;}
.pagesBread-list .item:first-child::before{display: none;}
.pagesBread-list .item:hover{color: #0064ca;}


/* 新闻-列表 */
.newsFilter{justify-content: space-between;align-items: center;}
.newsNav .item{width: max(110px,1.54rem);height: max(40px,0.54rem);margin-left: 14px;}
.newsNav .item:first-child{margin-left: 0;}
.newsNav .item span{position: relative;z-index: 2;}
.newsNav .item::before,.newsNav .item::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 40px;border: 1px solid #333;transition: all .4s ease;}
.newsNav .item::after{opacity: 0;border: unset;background: linear-gradient(to right,#007eff,#0064cb);}
.newsNav .item:hover,.newsNav .item.active{color: #fff;}
.newsNav .item:hover::before,.newsNav .item.active::before{opacity: 0;}
.newsNav .item:hover::after,.newsNav .item.active::after{opacity: 1;}
.newsForm input{width: max(200px,2.76rem);height: max(40px,0.54rem);border-radius: 40px;border: 1px solid #333;padding-left: max(14px,0.3rem);}
.newsForm input::-webkit-input-placeholder{color: #999;}
.newsForm .btn{width: max(30px,0.35rem);height: 100%;position: absolute;right: max(10px,0.2rem);top: 0;user-select: none;cursor: pointer;}
.newsForm .btn:hover{color: #000;}
.newsShow-img{width: 56%;}
.newsShow-img img{width: 100%;height: max(400px,5.7rem);}
.newsShow-con{padding: 0.6rem 0.7rem 0; width: 44%;background: url('../images/pages/newsShow-bg.jpg') no-repeat center/cover;}
.newsShow-con .line{height: 1px;width: 100%;background: #dadada;}
.newsShow-flex:hover .newsShow-img img{transform: scale(1.1);}
.newsShow-flex:hover .newsShow-con .title{color: #0064ca;}
.newsList{border-top: 1px solid #ddd;}
.newsItem-img img{width: 100%;height: 2.8rem;}
.newsItem:hover .newsItem-img img{transform: scale(1.1);}
.newsItem:hover .newsItem-con .title{color: #0064ca;}

/* 新闻-详情 */
.newsDet-view{background: url('../images/pages/newsDet-bg.png') no-repeat center top/100% auto;}
.newsDet-view .contain{background: rgba(255, 255, 255, .7);padding: 0.6rem 1.2rem 1.2rem;}
.newsDet-data li{display: flex;align-items: center;margin-left: 0.5rem;}
.newsDet-data li:first-child{margin-left: 0;}
.newsDet-data i{display: flex;align-items: center; margin-right: max(6px,0.1rem);width: max(16px,0.2rem);}
.newsDet-flex{justify-content: space-between;align-items: flex-start;}
.newsDet-left{width: 66%;}
.newsDet-edit h1,.newsDet-edit h2,.newsDet-edit h3,.newsDet-edit h4{color: #0064ca;font-size: max(15px,0.2rem);font-weight: 500;}
.newsDet-page{border-radius: 40px;background: #f9fafb;padding: 0.3rem 0.55rem;justify-content: space-between;}
.newsDet-page-item{width: 45%;align-items: center;position: relative;}
.newsDet-page-item .text{flex: 1;margin-left: 4px;}
.newsDet-page-item:nth-child(2)::after{content: "";position: absolute;left: -0.4rem;top: 50%;transform: translateY(-50%);width: 1px;height: 90%;background: #ddd;}
.newsDet-page-item .text:hover{color: #0064ca;}
.newsDet-right{width: 26%;}
.newsDet-hot-item{align-items: center;justify-content: space-between;}
.newsDet-hot-item .img{width: 32%;}
.newsDet-hot-item .img img{width: 100%;height: max(50px,0.7rem);transition: all .4s ease;}
.newsDet-hot-item .title{width: 61%;}
.newsDet-hot-item:hover .img img{transform: scale(1.1);}
.newsDet-hot-item:hover .title{color: #0064ca;}
#toShare a{display: flex;color: #333;font-size: 17px; width: 40px;height: 40px;margin-left: 10px;background: #f1f2f3; border-radius: 50%;align-items: center;justify-content: center;transition: all .4s ease;}
#toShare a>img{max-width: 22px;}
#toShare a:first-child{margin: 0;}
#toShare a:hover{background: #0064ca;color: #fff;}
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px rgba(0, 0, 0, .1);transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
#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:105px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
#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;}

/* 联系我们 */
.ctaIntro-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.ctaIntro-bg img{width: 100%;height: 100%;}
.ctaIntro-con{position: relative;z-index: 2;padding: 1rem 1.2rem 0.7rem;}
.ctaIntro-list{justify-content: space-between;}
.ctaIntro-list li{display: flex;flex-direction: column;align-items: center;text-align: center;}
.ctaIntro-list .ico{width: max(40px,0.6rem);height: max(40px,0.6rem);border-radius: 50%;background: #fff;}
.ctaSon-item{height: 100%;}
.ctaSon-bg{transform: scale(1.2);transition: all .8s ease; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/ctaList-img.jpg') no-repeat center/cover;}
.ctaSon-con{position: relative;z-index: 2;height: 100%;min-height: max(250px,3.2rem);padding: 0.36rem 0.3rem 0.3rem;background: #edf1f4;}
.ctaSon-con .top{align-items: flex-start;height: max(50px,0.75rem);border-bottom: 1px solid #ddd;}
.ctaSon-con .title{flex: 1;padding-right: 10px;}
.ctaSon-con .page{color: #bbb;}
.ctaSon-item:hover .ctaSon-bg{transform: scale(1);}
.ctaSon-item:hover .ctaSon-con{background: transparent;}
.ctaSon-item:hover .ctaSon-con .top{border-color: rgba(255, 255, 255, .2);}
.ctaSon-item:hover .ctaSon-con .title,.ctaSon-item:hover .ctaSon-con .text{color: #fff;}
.ctaSon-item:hover .ctaSon-con .page{color: rgba(255, 255, 255, .5);}

/* 定制服务 */
.service-view{background: url('../images/pages/ser-bg.jpg') no-repeat center/cover;}
.serMain{padding: 0.8rem 1.6rem; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);background: #fff;}
.serMain-list{justify-content: space-between;}
.serMain-item{width: 48%;}
.serMain-item.w100{width: 100%;}
.serMain-item input{width: 100%;height: max(40px,0.48rem);border: 1px solid #d8dde2;padding: 0 max(14px,0.2rem);}
.serMain-item input::-webkit-input-placeholder{color: #ccc;}
.serMain-item input:focus{border-color: #666;}
.serMain-item textarea{width: 100%;height: max(110px,1.5rem);border: 1px solid #d8dde2;padding: max(14px,0.2rem);}
.serMain-item textarea::-webkit-input-placeholder{color: #ccc;}
.serMain-item textarea:focus{border-color: #666;}
.serMain-radio{align-items: center;}
.serMain-radio .list{flex: 1;}
.serMain-radio .list li{align-items: center;margin-left: max(15px,0.46rem);user-select: none;cursor: pointer;}
.serMain-radio .list li:first-child{margin-left: max(5px,0.1rem);}
.serMain-radio .list i{width: max(14px,0.2rem);height: max(14px,0.2rem);border-radius: 50%;border: 1px solid #9b9b9b;margin-right: max(6px,0.09rem);}
.serMain-radio .list i::after{content: "";display: block;width: max(6px,0.1rem);height: max(6px,0.1rem);border-radius: 50%;background: #0064ca;opacity: 0;}
.serMain-radio .list li.active i{border-color: #0064ca;}
.serMain-radio .list li.active i::after{opacity: 1;}
.serMain-upload input{pointer-events: none;}
.serMain-upload .btn{transition: all .4s ease; user-select: none;cursor: pointer;position: absolute;right: 0;top: 0;width: max(80px,1rem);height: 100%;background: #f5f8fb;border: 1px solid #d8dde2;}
.serMain-upload .btn:hover{background: #0064ca;border-color: #0064ca;color: #fff;}
.serMain-code img{user-select: none;cursor: pointer;position: absolute;right: max(4px,0.08rem);top: 50%;transform: translateY(-50%);height: calc(100% - max(8px,0.16rem));}
.serMain-submit .btn{user-select: none;cursor: pointer;width: max(110px,1.54rem);height: max(38px,0.48rem);background: linear-gradient(to right,#007eff,#0064ca);}
.serMain-submit .btn span{position: relative;z-index: 2;}
.serMain-submit .btn::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;background: #0064ca;transition: all .4s ease;}
.serMain-submit .btn:hover::after{opacity: 1;}

/* 案例-列表 */
.caseItem-img img{width: 100%;height: 2.8rem;}
.caseItem-con{background: #f8f9fb;padding: 0.36rem 0.3rem;}
.caseItem-con .more{align-items: center;}
.caseItem-con .more i{display: block;transform: rotate(180deg);margin-left: max(6px,0.1rem);transition: transform .4s ease;}
.caseItem:hover .caseItem-img img{transform: scale(1.1);}
.caseItem:hover .caseItem-con .title,.caseItem:hover .caseItem-con .more{color: #0064ca;}
.caseItem:hover .caseItem-con .more i{transform: translateX(5px) rotate(180deg);}

/* 资源中心 */
.downVideo-bg img{width: 100%;min-height: 250px;}
.downVideo-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;}
.downVideo-con .btn{width: max(40px,0.6rem);height: max(40px,0.6rem);border-radius: 50%;border: 2px solid #fff;padding-left: 0.03rem;user-select: none;cursor: pointer;}
.downVideo-con .btn:hover{background: #fff;color: #0064ca;}
.downData-item{overflow: hidden;padding: 0.26rem 0.4rem;align-items: center;}
.downData-item::before,.downData-item::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 1px solid #bbb;transition: all .5s ease;}
.downData-item::after{transform: scale(1.1); opacity: 0;border: unset;background: url('../images/pages/downList-bg.jpg') no-repeat center/cover;}
.downData-left{flex: 1;position: relative;z-index: 2;}
.downData-left .ico{margin-right: max(8px,0.15rem);color: #ef6a63;}
.downData-left .title{flex: 1;margin-top: max(1px,0.04rem);}
.downData-left .btm{color: #bbb;border-top: 1px solid #ddd;}
.downData-left .btm p{align-items: center;display: flex;}
.downData-left .btm p:nth-child(2){margin-left: max(16px,0.28rem);}
.downData-left .btm i{display: block;margin-right: max(8px,0.1rem);}
.downData-btn{position: relative;z-index: 2;border-radius: 50%;width: max(36px,0.44rem);height: max(36px,0.44rem);margin-left: max(12px,0.2rem);background: linear-gradient(to bottom,#007efe,#0065cb);overflow: hidden;}
.downData-btn i{position: relative;z-index: 2;}
.downData-btn::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #fff;opacity: 0;transition: all .5s ease;}
.downData-item:hover::before{opacity: 0;}
.downData-item:hover::after{opacity: 1;transform: scale(1);}
.downData-item:hover .downData-left .ico,.downData-item:hover .downData-left .title{color: #fff;}
.downData-item:hover .downData-left .btm{color: rgba(255, 255, 255, .5);border-color: #fff;}
.downData-item:hover .downData-btn{color: #0064ca;}
.downData-item:hover .downData-btn::after{opacity: 1;}

/* 常见问题 */
.faqItem{border: 1px solid #ccc;padding: 0.22rem 0.4rem;user-select: none;cursor: pointer;}
.faqItem-menu{align-items: center;}
.faqItem-menu .left{align-items: center;flex: 1;}
.faqItem-menu .ico1{width: max(26px,0.36rem);height: max(26px,0.36rem);margin-right: max(12px,0.2rem);border-radius: 50%;}
.faqItem-menu .title{flex: 1;padding-right: 10px;}
.faqItem-menu .btn{width: max(12px,0.14rem);height: max(12px,0.14rem);}
.faqItem-menu .btn::before,.faqItem-menu .btn::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;transition: all .4s ease;width: 2px;height: 100%;}
.faqItem-menu .btn::after{width: 100%;height: 2px;}
.faqItem-menu.active::before,.faqItem-menu.active::after{transform: translate(-50%,-50%) translate(180deg);}
.faqItem-menu.active::before{opacity: 0;}
.faqItem-drop{display: none;}
.faqItem-drop .drop-flex{background: #edf1f4;padding: 0.3rem;align-items: flex-start;}
.faqItem-drop .ico2{width: max(26px,0.36rem);height: max(26px,0.36rem);margin-right: max(12px,0.2rem);border-radius: 50%;border: 1px solid #0064ca;}
.faqItem-drop .text{flex: 1;margin-top: max(2px,0.04rem);}












/* -------------------------PC端--------------------------- */
@media all and (max-width:1800px){
    /* 1600 × (900) */
}

@media all and (max-width:1590px){
    /* 1440 × (700)  */
}

@media all and (max-width:1430px){
    /* 1360 */
}

@media all and (max-width:1350px){
    /* 1280 */
}

@media all and (max-width:1270px){
    /* 1152 × (700) */
}

/* --------------------平板(横屏1024)---------------------- */
@media all and (max-width:1100px){}

/* --------------------平板(竖屏768)----------------------- */
@media all and (max-width:1000px){}

/* --------------------手机端(360)------------------------- */
@media all and (max-width:720px){
    .pagesBread{display: none;}
    .newsNav{width: 100%;overflow-x: auto;}
    .newsNav-list{flex-wrap: nowrap;white-space: nowrap;}
    .newsNav .item{width: auto;padding: 0 20px;}
    .newsForm{margin: 20px 0 0;width: 250px;}
    .newsForm input{width: 100%;}
    .newsShow-img{width: 100%;}
    .newsShow-img img{height: 240px;}
    .newsShow-con{width: 100%;padding: 15px 15px 25px;}
    .newsItem-img img{height: 210px;}
    .newsDet-view .contain{padding: 10px 15px 40px;}
    .newsDet-title{line-height: 1.4;}
    .newsDet-data{margin-top: 20px;}
    .newsDet-left{width: 100%;}
    .newsDet-page{padding: 20px 15px;border-radius: 0;}
    .newsDet-page-item{width: 100%;}
    .newsDet-page-item:nth-child(2){margin-top: 20px;}
    .newsDet-page-item:nth-child(2)::after{display: none;}
    .newsDet-right{width: 100%;margin-top: 30px;}
    .ctaIntro-con{padding: 30px 15px 40px;}
    .ctaIntro-list{margin-top: 0;}
    .ctaIntro-list li{width: 100%;margin-top: 30px;}
    .ctaSon-con{padding: 25px 15px;min-height: 220px;}
    .serMain{padding: 10px 15px 30px;}
    .serMain-item{width: 100%;margin-top: 18px;}
    .serMain-radio .list{flex: none;width: 100%;margin-top: 10px;}
    .caseItem-img img{height: 210px;}
    .caseItem-con{padding: 20px 15px 30px;}
    .downData-item{padding: 15px;}
    .downData-btn{display: none;}
    .faqItem{padding: 15px;}
    

}