    @charset "utf-8";
/* ===================首页样式========================== */
/* banner */
.banner{width: 100%;position: relative;overflow: hidden;}
.banner-img{width: 100%;}
.banner-img img{width: 100%;object-fit: cover;}
.banner-img img.none-pad-mb{height: 506px;}
.banner-img img.none-pc{min-height: 400px;}
.banner-cont{position: absolute;z-index: 4;width: 100%;height: 100%;display: flex;align-items: center;padding-bottom: 100px;top: 0;left: 0;}
.banner-cont .title{font-weight: 700;color: #fff;width: 50%;}
.banner .swiper-pagination{bottom: 44px;text-align: left;width: 100%;}
.banner .swiper-pagination-bullet{width: 60px;height: 5px;border-radius: 0;margin-left: 26px;background: rgba(255, 255, 255, 255);}
.banner .swiper-pagination-bullet:first-child{margin-left: 0;}
.banner .swiper-pagination-bullet-active{background: #ffffff;}
/* 服务范围 */
.indfw{width: 100%;position: relative;overflow: hidden;background: #fff;}
.indfw-package {width: 100%;}
.indfw-package .contain{justify-content: space-between;}
.indfw-title{font-weight: 700;color: #9fa6b2;position: relative;margin-left: 65px;}
.indfw-title::before{content: "";width: 45px;height: 3px;background: #004ecb;position: absolute;left: -60px;top: 50%;}
.indfw-txt{font-weight: 700; color: #333333;}
.indfw-banBtn{width: 720px;overflow: hidden;}
.indfw-banBtn ul{display: flex;justify-content: space-between;align-items: center; font-weight: 400;color: #333333;height: 100%;}
.banBtn-ul a{display: block;}
.indfw-banBtn ul li,.banBtn-ul a {position: relative;height: 100%;width: 23%;text-align: center;transition: all .4s ease;cursor: pointer;user-select: none;}
.indfw-banBtn ul li::after{position: absolute;bottom: 0;left: 0;content: ""; width: 100%;height: 5px;transition: all .4s ease;background: #0052d9;opacity: 0;}
.indfw-banBtn ul li:hover, .indfw-banBtn ul li.activeP{color: #0052d9;}
.indfw-banBtn ul li.activeP:after{opacity: 1;}
/* content */
.indfw-ban{width: 100%;background: linear-gradient(to bottom,#f1f2f7,#f6f7fa);position: relative;}
.indfw-ban .contain{position: relative;}
.indfw-ban::after{content: "";position: absolute;width: 100%;height: 336px;background: url('../images/index/indfwBg.png') no-repeat left top/100% auto;left: 0;top: 90px;}
.indfw-con{width: 100%;align-items: center;}
.indfw-Img {width: calc(100% - 700px);}
.indfw-shadow{padding: 20px;width: 700px;}
.indfw-test {letter-spacing: 1px; width: 100%; padding: 55px; background: white;box-shadow: 0 -0  20px rgba(0, 0, 0, 0.1);border-radius: 15px;}
.indfw-test .title {font-weight: 400;color: #333333;}
.indfw-test .txt {font-weight: 400;}
.indfw-test .icon-img {position: relative; width: 76px;height: 76px;border: 1px solid #333333;border-radius: 100%;display: flex;align-items: center;justify-content: center;}
.indfw-test .icon-ul {display: flex;width: 100%;}
.indfw-test .icon-ml{padding-left: 22px;}
.indfw-test .icon-ul li{margin-left: 34px;}
.indfw-test .icon-ul li:first-child{margin-left: 0;}
.indfw-test ul li>*{margin: 0 auto;}
.indfw-test .ic2{position: absolute;left: 50%;top:50%;z-index: 5;opacity: 0;transform: translate(-50%,-50%); }
.indfw-test .icon-txt{color: #333333;font-weight: 400;margin-top: 20px;}
.indfw-test .icon-img,.ic1,.ic2{transition: all .4s ease;}
.indfw-test .icon-ul li:hover .icon-img .ic2 {opacity: 1;}
.indfw-test .icon-ul li:hover .icon-img .ic1 {opacity: 0;}
.indfw-test .icon-ul li:hover .icon-img {border-color: #0052d9; background: #0052d9;}
.indfw-test .icon-ul li:hover .icon-txt{color: #0052d9;}
.indfw-prev, .indfw-next{position: absolute;width: 30px;height: 40px;top: 50%;margin-top: -30px;cursor: pointer;z-index: 4;background: url('../images/index/indfwBtn.png') no-repeat center/cover;transition: all .4s ease;}
.indfw-prev{left: -70px;}
.indfw-next{right: -70px;transform: rotate(180deg);}
.indfw-prev:hover, .indfw-next:hover{background-image: url('../images/index/indfwBtnH.png');}
/* 公司优势 */
/* 公共slide */
.indys{width: 100%;position: relative;overflow: hidden;letter-spacing: 1px;padding-bottom: 230px;}
.indys-radL,.indys-radR{width: 700px;height: 700px;border: 60px solid #f7f8fb;border-radius: 100%;z-index: -1;}
.indys-radL{position: absolute;left: 0; bottom: 0;transform: translate(-40%,45%);}
.indys-radR{position: absolute;right: 0; bottom: 0;transform: translate(70%,50%);}
.indys .contain{justify-content: space-between;}
.indys .indys-data{width: calc(100% - 750px);padding-right: 78px;}
.indys .indys-swp {width: 750px}
.indys-swp .bg{width: 100%;padding: 70px 70px 30px 70px;background: url('../images/index/indysBg.png') no-repeat center bottom/100% auto;position: relative;width: 750px;height: auto;}
.indys-data .title{font-weight: 700;color: #9097a6;position: relative;margin-left: 65px;}
.indys-data .title::before{content: "";width: 45px;height: 3px;background: #004ecb;position: absolute;left: -60px;top: 50%;transform: translateY(-50%);}
.indys-data .titleB{font-weight: 700;color: #333333;}
.indys-data a{transition: all .4s ease; padding: 10px 30px; background: #004ecb;color: #f4f6f9;border-radius: 20px;}
.indys-data a:hover{background: #1868e9;color: white;}
.indys-data .txt{margin-bottom: 70px;}
.indys-swp .slide-item{width: 100%;text-align: center;}
.indys-swp .slide-img {width:180px; border: 1px solid #d6d6d6;background: #fff;padding: 15px;margin: auto;height: 240px;display: flex;align-items: center;justify-content: center;}
.indys-swp .slide-img img{width: 100%;object-fit: cover;max-height: 100%;}
.indys-swp .swp-txt{color: #333333; margin-top: 20px;}
.indys-swp .txt2{font-weight: 700;}
.indys-swp .swiper-container{width: 620px;}
.indys-swp .swiper-pagination{bottom: -30px;position: absolute;left: 50%;transform: translateX(-50%);}
.indys-swp .swiper-pagination-bullet{width: 25px;height: 3px;border-radius: 0;margin-left: 15px;}
.indys-swp .swiper-pagination-bullet:first-child{margin-left: 0;}
.indys-swp .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin-left: 10px;}
/* 行业经验 */
.indjy{letter-spacing: 1px; width: 100%;background: url('../images/index/indjyBg.jpg') no-repeat left top/100% auto; background-size: 100% 100%;padding-bottom: 110px;}
/* 修改 */
.indjy-data .item{background: #eef7ff;width: 195px; padding:30px 0 15px  ;text-align: center;}
.indjy-data .item .year-img{position: absolute;bottom: 40px; right: 60px;z-index: 15;transform: scale(0);transition: all 0s ease 0s;}
.indjy-data .data{flex-wrap: unset; align-items: baseline;color: #004ecb;}
.indjy-pos .item .desc{display: flex;flex-direction: column;align-items: center;}
.indjy-pos .item.active .desc{display: block;}
.indjy-data span,.indjy-data .name{font-weight: 700;}
.indjy-pos .active{width: calc(100% - 195px*4 - 30px);background: white;padding: 30px 0 0 50px;position: relative;text-align: left;box-shadow: -5px -5px 5px rgb(0 0 0 / 5%);}
.indjy-pos .active .year-img{transform: scale(1);transition: all .4s ease .4s;}
.indjy-pos .active .data2{margin: unset;}
.indjy-pos .active .txt{margin-top: 5px;}
.indjy-data{width: 100%;height: 220px;}
.indjy-data .contain{position: relative;}
.indjy-pos{position: absolute;top: -65px;z-index: 10;width: 100%;}
.indjy-pos{justify-content: space-between;color: #333333;flex-wrap: unset;}
.indjy-data .item .txt{height: 36px;}
.indjy-swp{position: relative;}
.indjy-swp .slide-item {text-align: center;}
.indjy-next,.indjy-prev{background: url('../images/index/indjyBtn.png') no-repeat left center/100% auto ;background-size: 100% 100%; width: 20px;height: 30px;}
.indjy-next{position: absolute;top: 50%;right: 200px;transform: translateY(-50%)}
.indjy-prev{position: absolute;top: 50%;left: 200px;transform: rotate(180deg) translateY(50%);}
/* 新闻资讯 */
.indxw{letter-spacing: 1px; width: 100%;overflow: hidden;position: relative;background: #f1f2f7;}
.indxw-title a:hover{text-decoration:underline}
.indxw .contain{justify-content: space-between;}
.indxw .indxw-news,.indxw .indxw-problem{width: 48.5%;}
.indxw-news>*,.indxw-problem>*{width: 100%;}
.indxw-news{flex-direction: column;}
.indxw-title{justify-content: space-between;align-items: flex-end;}
.item .title, .problem-items .txt span{color: #333333;font-weight: 500;}
.indxw-title .more{cursor: pointer; color: #004ecb;position: relative;margin-right: 25px;}
.indxw-title .more::after{content: "";width: 16px;height: 16px; position: absolute;top: 50%;right: -25px;transform: translateY(-50%); background: url('../images/index/more.jpg') no-repeat left center/100% auto;background-size: 100% 100%;}
.indxw-title .title{color: #333333;font-weight: 700;}
/* .news-items,.problem-items{height: 560px;} */
.news-items{flex-direction: column;justify-content: space-between;flex: 1;min-height: 560px;}
.news-items::after{content: "";height: 31%;}
.news-items .item{cursor: pointer; width: 100%;height: 31%;background: white;padding-left: 12px;align-items: center;}
.indxw .item{transition: all .4s ease;}
.indxw .item:hover{box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);transform: translateY(-5px);}
.news-items .item-img{width: 240px;height:160px;}
.news-items .item-img img{width: 100%;height:100%;}
.news-items .content{width: calc(100% - 240px);float: right;padding: 0 30px 0 40px;}
.news-items .title{color: #333333;height: 46px;}
.news-items .time{color: #c1c1c1;position: relative;padding-left: 25px;}
.news-items .time::before{ content: "";width: 17px; height: 17px;background: url('../images/index/indxwTime.png') no-repeat left center/100% auto;background-size: 100% 100%;  position: absolute;top: 50%;left: 0;transform: translateY(-60%);}
.news-items .txt{margin: 15px 0 10px 0;}
.news-items .txt p,.news-items .txt h6{line-height: inherit;}
.problem-items .item{width: 100%;height: 23%;background: #fff;padding: 20px 50px 20px 30px;margin-top: 15px;}
.problem-items .item:first-child{margin-top: 0;}
.problem-items .txt {width: 95%;}
.problem-items .line{margin: 14px 0 15px 0; width: 100%;height: 1px;background: #e8e7e7;position: relative;}
.problem-items .line::before{content: ""; width: 60px;height: 2px;position: absolute;left: 0;bottom: 0;background: #0052d9;}
/* 合作 */
.indhz{height: 810px;overflow: hidden;background: #fff;}
.indhz-ban {width: 100%;position: relative;}
.indhz-ban .swiper-container{width: 95%;}
.indhz-slide {cursor: pointer; background: linear-gradient(to right,#fbfbfd,#f9fafc); border-radius: 5px; margin: 0 auto; width: 93%;height: 180px; position: relative;
    box-shadow:-5px 0px 9px rgb(142 172 220 / 15%), -5px -12px 12px 0px rgb(142 172 220 / 10%), 8px 0px 10px rgb(142 172 220 / 5%), 0px 8px 10px rgb(142 172 220 / 5%);transition: all .4s ease;}
.indhz-slide:hover{transform: translateY(-10px);}
.indhz-slide .slide-bg{font-size: 130px;font-weight: 700;color: #e3e8ed;position: absolute;left: 68px;top: -27px;}
.indhz-slide .content{position: absolute;left: 26px;top: 40px;z-index: 1;justify-content: space-between;}
.indhz-slide .slide-img{width: 45px;}
.indhz-slide .txt,.news-items .title,.problem-items .title, .indxw .item .txt,.indys-data .txt,.indfw-shadow .txt{letter-spacing: 1px;}
.indhz-data{width: calc(100% - 45px);padding:0 15px;}
.indhz-data .name{float: right;position: relative;}
.indhz-data .name::before{content: "";width: 25px;height: 2px;background: #004ecb;position: absolute;left: -30px;top: 50%;transform: translateY(-50%);}
.shadow{padding: 30px 0;}
.indhz-prev,.indhz-next{z-index: 5; cursor: pointer; width: 40px;height: 40px;position: absolute; background: url('../images/index/indhzBtn.png') no-repeat left center/100% auto;background-size: 100% 100%;}
.indhz-prev {left: -5px;top: 50%;transform: translateY(-50%);}
.indhz-next {right: -5px;top: 50%;transform: rotate(180deg) translateY(50%);}
.indhz-logo{width: 100%;margin-top: 20px;}
.indhz-logo ul {margin: -10px 0 0 -10px;}
.indhz-logo li {width: calc(12.5% - 10px);margin: 10px 0 0 10px;transition: all .4s ease;cursor: pointer;height: 70px; padding: 30px;background: linear-gradient(to bottom right,#fff,#f9fafd);box-shadow: 0 0 50px rgba(142, 172, 220, 0.2);display: flex;justify-content: center;align-items: center;}
.indhz-logo li:hover{transform: translateY(-2px);}
.indhz-logo li img{max-height: 45px;}
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}
@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    /* 服务 */
    .indfw-banBtn{width: 600px;}
    .indfw-test .icon-ul li{margin-left: 20px;}
    .indfw-prev, .indfw-next{width: 20px;height: 30px;}
    /* 优势 */
    .indys-radL,.indys-radR{width: 400px;height: 400px;border-width: 50px;}
    .indys .indys-data{width: calc(100% - 650px);padding-right: 60px;}
    .indys .indys-swp {width: 650px}
    .indys-swp .bg{padding: 50px 60px 20px 50px;width: 100%;}
    .indys-swp .slide-img {width:150px;padding: 10px;height: 200px;}
    .indys-swp .swiper-container{width: 550px;}
    .indys-data a{padding: 8px 25px;}
    /* 新闻 */
    .news-items .item-img{width: 200px;height:134px;}
    .news-items .content{width: calc(100% - 200px);padding: 0 20px 0 30px;}
    /* 经验 */
    .indjy-data .data span{font-size: 39px;}
    .indjy-data .item{width: 170px;}
    .indjy-pos .active{width: calc(100% - 170px*4 - 20px);}
    .indjy-data .item .year-img{width: 200px;right: 30px;bottom: 30px;}
    .indjy-data .year-img img{width: 100%;}
    .indjy-data .item .data-ml {margin-left: 10px;}
    .indjy-next{right: 100px;}
    .indjy-prev{left: 100px;}
    .indjy-swp .slide-item img{width: 100px;}
    .item .data2{width: 80px;}
    /* 合作 */
    .indhz{height: 750px;}
    .indhz-next{right: -10px;}
    .indhz-prev{left: -10px;}

    .banner-img img.none-pad-mb{height: 380px;}
}
@media all and (max-width:1439px) {
    /* 1360 */
    .indys-swp .slide-img {height: 180px;}
}
@media all and (max-width:1359px) {
    /* 1280 */
}
@media all and (max-width:1279px) {
    /* 1152 × (700) */
    /* 服务 */
    .indfw-banBtn{width: 500px;}
    .indfw .indfw-nav{padding-top: 12px;padding-bottom: 20px;}
    .indfw-shadow {width: 600px;}
    .indfw-test{padding: 40px;}
    .indfw-Img{width: calc(100% - 600px);padding-right: 20px;}
    .indfw-test .icon-ml{padding-left: 0;}
    .indfw-test .icon-img{width: 60px;height: 60px;}
    .indfw-test .icon-img img{max-width: 26px;max-height: 28px;}
     .indfw-test .icon-ul li{margin-left: 10px;}
    .indfw-test .icon-ml{padding-left: 20px;} 
    .indfw-prev{left: -50px;}
    .indfw-next{right: -50px;}
    /* 优势 */
    .indys{padding-bottom: 180px;}
    .indys .indys-swp {width: 500px;}
    .indys-radL,.indys-radR{width: 300px;height: 300px;border-width: 40px;} 
    .indys .indys-data{width: calc(100% - 500px);padding-right: 30px;}
    .indys-data .txt{margin-bottom: 50px;}
    .indys-swp .bg{padding: 40px 30px 15px 30px;}
    .indys-swp .slide-img {width:110px;padding: 5px;}
    .indys-swp .swiper-container{width: 400px;}
    .indys-swp .swp-txt{margin-top: 5px;}
    /* 经验 */
    .indjy-data{height: 170px;}
    .indjy-data .item{width: 150px;}
    .indjy-pos .active{width: calc(100% - 150px*4 - 20px);padding: 30px 15px 15px 15px;}
    .indjy-data .item .year-img{width: 150px;right: 0px;bottom: 70px;}
    .indjy-next{right: 60px;}
    .indjy-prev{left: 60px;}
    /* 新闻 */
    .news-items{min-height: 470px;}
    .news-items .item{width: 100%;height: 31%;background: white;padding-left: 15px;}
    .news-items .item-img{width: 150px;}
    .news-items .content{width: calc(100% - 150px);float: right;padding:10px;}
    .news-items .title{height: unset;}
    .problem-items .item{padding: 10px 20px;}
    .problem-items .line{margin:5px 0 15px 0; }
    .problem-items .line::before{ width: 40px;}
    /* 合作 */
    .indhz{height: 600px;}
    .indhz-ban{margin-top: 0;}
    .indhz-slide{height: 130px;box-shadow: -5px 0px 6px rgb(142 172 220 / 15%), -5px -12px 12px 0px rgb(142 172 220 / 10%), 8px 0px 10px rgb(142 172 220 / 5%), 0px 8px 10px rgb(142 172 220 / 5%);}
    .indhz-slide .slide-bg{left: 55px;top: -25px;font-size: 100px;}
    .indhz-slide .content{left: 10px;top: 20px;}
    .indhz-data .name{margin-top: 8px;}
    .indhz-logo li{height: 30px;margin: 5px 0 0 5px;}
    .indhz-prev{left: -20px;}
    .indhz-next{right: -20px;}

    .indys-swp .slide-img {height: 160px;}
}
@media all and (max-width:1151px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .banner-cont {padding-bottom: 30px;}
    .banner-cont .title{width: 70%;}
    .banner .swiper-pagination{bottom: 30px;}
    .banner .swiper-pagination-bullet{width: 30px;margin-left:10px;}
    /* 服务 */
    .indfw-title{font-size: 20px;}
    .indfw-txt{font-size: 25px;}
    .indfw-banBtn{width: 250px;padding-top: 10px;}
    .indfw .indfw-nav{padding-top: 5px;padding-bottom: 10px;}
    .indfw-ban{padding: 40px 0;}
    .indfw-shadow {width: 400px;}
    .indfw-test{padding: 20px;}
    .indfw-Img{width: calc(100% - 400px);padding-right: 10px;}
    .indfw-test .icon-img{width: 50px;height: 50px;}
    .indfw-test .icon-img img{max-width: 25px;max-height: 28px;}
    .indfw-test .icon-ul li{margin-left: 25px;}
    .indfw-test .icon-ml{padding-left: 0;} 
    .icon-txt{display: none;}
    .indfw-prev{left: -25px;}
    .indfw-next{right: -25px;}
    .indfw-next,.indfw-prev{width: 20px;height: 30px;}
    .indfw-title::before,.indys-data .title::before{width: 30px;left: 0;}
    .indfw-title,.indys-data .title{margin-left: 0;padding-left: 40px;}
    /* 优势 */
    .indys .indys-swp {width: 400px;}
    .indys-radL,.indys-radR{width: 300px;height: 300px;} 
    .indys .indys-data{width: calc(100% - 400px);padding-right: 5px;}
    .indys-data .titleB{padding-bottom: 20px;}
    .indys-data .txt{margin-bottom: 30px;}
    .indys-swp .bg{padding: 70px 30px 15px 30px;}
    .indys-swp .slide-img {width:100px;}
    .indys-swp .swiper-container{width: 350px;}
    .indys-swp .slide-item .txt1 {display: none;}
    .indys-swp .slide-item .txt2 {font-size: 18px;}
    .indys-radL{transform: translate(-60%,45%);}
    .indys-data a{padding: 7px 15px;}
    /* 经验 */
    .indys{padding-top: 40px;padding-bottom: 60px;}
    .indjy-data .active{width:49%;margin-top: 10px;}
    .indjy-pos{position: relative;top: 0;display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 20px;}
    .indjy{padding-bottom: 40px;}
    .indjy-data{height: auto;}
    .indjy-data .item .txt{height: unset;}
    .indjy-swp{margin-top: 40px;}
    .indjy-data .item .year-img{width: 130px;right: 5px;bottom: 10px;}
    .indjy-prev,.indjy-next{width: 15px;height: 20px;}
    .indjy-next{right: 20px;}
    .indjy-prev{left: 20px;}
    .indjy-swp .slide-item img{width: 60px;}
    .item .data2{width: 50px;}
    .indjy-data .name{font-size: 18px;}
    .indjy-data .data,.indjy-data .txt{font-size: 10px;}
    .indjy-data .data span{font-size: 30px;}
    /* 新闻 */
    .news-items{min-height: 430px;}
    .news-items .item{width: 100%;height: 31%;background: white;padding-left: 10px;}
    .news-items .item-img{width: 100px;}
    .news-items .content{width: calc(100% - 100px);float: right;padding: 10px 10px 0 10px;}
    .news-items .title{height: 35px;line-height: 18px;font-size: 17px;}
    .news-items .txt{margin:10px 0 5px 0;}
    .problem-items .item{padding: 10px 20px;}
    .problem-items .title{font-size: 16px;}
    .problem-items .line{margin:5px 0}
    .problem-items .line::before{ width: 30px;}
        /* 合作 */
    .indhz{height: 730px;}
    .indhz-slide{height: 100px;box-shadow: 0px 0px 6px rgb(142 172 220 / 15%), -5px -12px 12px 0px rgb(142 172 220 / 10%), 0px 0px 10px rgb(142 172 220 / 5%), 0px 8px 10px rgb(142 172 220 / 5%);}
    .indhz-slide .slide-img{width: 35px;}
    .indhz-data{letter-spacing: 2px; width: calc(100% - 35px);padding: 0 5px;margin-top: 5px;}
    .indhz-slide .slide-bg{left: 40px;top: -20px;font-size: 80px;}
    .indhz-slide .content{left: 10px;top: 10px;}
    .indhz-data .name{margin-top: 8px;font-size: 10px;}
    .indhz-data .name::before{width: 20px;left: -25px;}
    .indhz-data .txt{-webkit-line-clamp:2;font-size: 10px;}
    .indhz-logo ul{position: relative;height: 100%;}
    .indhz-logo ul::after{content: "";width: 19%;}
    .indhz-logo li{padding: 30px;height: 60px;width: 19%;margin-top: 8px;}
    .indhz-prev{left: -25px;}
    .indhz-next{right: -25px;}
}
@media all and (max-width:640px) {
    .contain{width: 92%;}
    /* 移动终端以上 360 适配 */
    .banner{min-height: 300px;}
    .banner-cont .title{width: 100%; font-size: 20px;line-height: 40px;letter-spacing: 2px;}
    .banner-cont {padding-bottom: 20px;}
    .banner .swiper-pagination{bottom: 120px;}
    .banner .swiper-pagination-bullet{width: 15px;height: 3px;margin-left: 5px;}
    /* 服务 */
    .indfw-banBtn ul li::after{height: 3px;}
    .indfw-title::before{width: 20px;top: 40%;}
    .indfw-title{font-size: 15px;padding-left: 25px;}
    .indfw-package ul{font-size: 15px;}
    .indfw-txt{font-size: 20px;}
    .indfw-ban{padding-left: 0;padding-right: 0;}
    .indfw-banBtn{width: 350px;padding-top: 10px;}
    .indfw-banBtn ul li{padding-bottom: 10px;}
    .indfw-test{padding: 15px;box-shadow: 0 0  10px rgba(0, 0, 0, 0.05);border-radius: 5px;letter-spacing: 2px;}
    .indfw-shadow {width: 100%;padding: 5px;margin-top: 10px;}
    .indfw-Img{width: 100%;display: flex; justify-content: flex-start;margin-left: 8px;}
    .indfw-Img img{width: 60%;float: left;}
    .indfw-test .txt {margin-top: 0;font-size: 13px;}
    .indfw-test .title {font-size: 18px;}
    .indfw-test .icon-img{width: 30px;height: 30px;}
    .indfw-test .icon-img img{max-width: 13px;max-height: 15px;}
    .indfw-test .icon-ul li{margin-left: 10px;}
    .indfw-next, .indfw-prev{width: 10px;height: 20px;}
    .indfw-prev{left: -3px;}
    .indfw-next{right: -3px;}
    .indfw-ban .swiper-container{width: 90%;}
    .indfw-test .icon{margin-top: 10px;}
    /* 优势 */
    .indys{padding-bottom: 80px;}
    .indys .indys-swp {width: 100%;}
    .indys .indys-data{width: 100%;padding-right: 5px;}
    .indys-radL,.indys-radR{width: 200px;height: 200px;} 
    .indys-data .title::before{width: 20px;top: 40%;}
    .indys-data .title{font-size: 15px;padding-left: 25px;}
    .indys-data .titleB{padding-bottom: 10px;font-size: 18px;} 
    .indys-data .txt{margin-bottom: 25px;}
    .indys-data a{font-size: 12px;padding: 5px 10px;}
    .indys-swp .bg{padding: 40px 0 10px 0;}
    .indys-swp .slide-img {width:90%;}
    .indys-swp .swiper-container{width: 90%;}
    .indys-swp .slide-item .txt2{font-size: 10px;}
    .indys-radL{transform: translate(-60%,45%);}
    .indys-swp .swiper-pagination{bottom: -20px;}
    .indys-swp .swiper-pagination-bullet{width: 5px;height: 2px;margin-left: 5px;}
    /* 经验 */
    .indjy-data .active{width:100%;padding: 15px;}
    .indjy-data .item .year-img {width: 110px;right: 15px;top: 10px;text-align: right;}
    .indjy{padding-bottom: 20px;}
    .indjy-pos{padding-top: 20px;}
    .indjy-swp .swiper-container{width: 80%;}
    .indjy-prev,.indjy-next{width: 15px;height: 20px;z-index: 5;}
    .indjy-next{right: 20px;}
    .indjy-prev{left: 20px;}
    .indjy-data .year-img img{max-height: 100%;width: auto;}
    /* 新闻 */
    .indxw .indxw-news,.indxw .indxw-problem{width: 100%;height: 100%;}
    .news-items{height: 100%;margin-top: 10px;}
    .news-items .item{padding: 15px;margin-top: 10px;}
    .news-items .item a{width: 100%;}
    .news-items .item-img{width: 100%;height:200px;}
    .news-items .item-img img{width: 100%;}
    .indxw .more{font-size: 13px;margin-right: 0;padding-right: 18px;}
    .indxw .more::after{width: 14px;height: 14px;right: 0;}
    .news-items .txt{margin:15px 0 5px 0}
    .news-items .content{width: 100%;margin-top: 10px;}
    .news-items .title{height: unset;line-height: 25px; font-size: 18px;}
    .news-items .time{padding-left: 15px;}
    .news-items .time::before{width: 13px;height: 13px;}
    .indxw-problem{margin-top: 20px;}
    .problem-items{height: 100%;}
    .problem-items .item{margin-top: 10px;}
    .problem-items .title{font-size: 18px;}
    .problem-items .txt{font-size: 13px;}
    /* 合作 */
    .indhz-ban .swiper-container{width: 90%;}
    .indhz-prev, .indhz-next{width: 30px;height: 30px;z-index: 5;top: 60%;}
    .indjy-swp .slide-item{display: flex;justify-content: center;margin-left: 0;}
    .indjy-swp .slide-item img{width: 80px;}
    .shadow{padding-bottom: 10px;}
    .indhz-prev{left: -12px;}
    .indhz-next{right: -12px;}
    .indhz-logo li{width: 48%;height: 70px; padding: 10px;overflow: hidden;}
    .indhz-logo ul{justify-content: center;}
    .indhz li img{max-width: 50%;}
    .indhz{height: 100%}

    .indys-swp .slide-img {height: 120px;}
}