.banner {
    width: 100%;
}

.banner .mySwiper {
    width: 100%;
    position: relative;
}

.banner .mySwiper .banner_box {
    width: 100%;
    position: relative;
}

.banner .mySwiper .banner_box .banner_prc {
    width: 100%;
    position: relative;
}

.banner .mySwiper .banner_box .banner_prc img {
    display: block;
    width: 100%;
}

.banner .mySwiper .banner_box .banner_zi {
    position: absolute;
    left: 50%;
    top: 28%;
    transform: translateX(-50%);
}
.banner .mySwiper .banner_box .banner_zi .banner_zi_z {
    width: 60%;
    font-size: 48px;
    line-height: 76px;
    color: #fff;
}
.banner .mySwiper .banner_box .banner_zi .banner_zi_z p {
    font-family: "AlibabaPuHuiTi_Bold";
}
.banner .mySwiper .banner_box .banner_zi .banner_zi_btn{
    margin-top: 30px;
}
.banner .mySwiper .banner_box .banner_zi .banner_zi_btn a{
    width: 180px;
    height: 50px;
    background-color: #ff1906;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
}
.banner .mySwiper .banner_box .banner_zi .banner_zi_btn a .iconfont{
    margin-left: 15px;
}
.banner .mySwiper .banner_box .banner_zi.right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.banner .mySwiper .banner_box .banner_zi.right .banner_zi_z{
    text-align: right;
}
.banner .mySwiper .swiper-pagination{
    bottom: 50px;
    z-index: 2;
}
.banner .mySwiper .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 3px 10px;
    background: #ffffff;
    opacity: 1;
}
.banner .mySwiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 16px;
    height: 16px;
    margin: 0 10px;
    background: #eb2d1d;
}
.banner .mySwiper .swiper-button-prev{
    height: 20px;
    top: auto;
    bottom: 50px;
    left: calc(50% - 150px);
    margin: 0;
    z-index: 3;
}
.banner .mySwiper .swiper-button-prev:after{
    font-size: 20px;
    color: #ffffff;
}
.banner .mySwiper .swiper-button-next{
    height: 20px;
    top: auto;
    bottom: 50px;
    right: calc(50% - 150px);
    margin: 0;
    z-index: 3;
}
.banner .mySwiper .swiper-button-next:after{
    font-size: 20px;
    color: #ffffff;
}


.ind_box1 .top{
    padding: 0 50px;
    position: relative;
}
.ind_box1 .top .swiper{
    padding: 40px 0 50px;
}
.ind_box1 .top .swiper-slide{
    padding: 10px;
    border: 1px solid #f6f6f6;
}
.ind_box1 .top .swiper-slide .img img{
    aspect-ratio: 150/150;
    width: 100%;
}
.ind_box1 .top .swiper-slide .tit{
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}
.ind_box1 .top .swiper-slide-active{
    background: #025fa9;
    color: #ffffff;
}
/* .ind_box1 .top .swiper-slide-active:after{
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    bottom: -20px;
    border-style: solid;
    border-width: 10px;
    border-color: #025fa9 transparent transparent transparent; */
}
.ind_box1 .top .swiper-slide-active .tit{
    color: #ffffff;
}

.ind_box1 .top .swiper-button-prev{
    width: 30px;
    height: 30px;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
}
.ind_box1 .top .swiper-button-prev:after{
    font-size: 14px;
    color: #333333;
}
.ind_box1 .top .swiper-button-next{
    width: 30px;
    height: 30px;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
}
.ind_box1 .top .swiper-button-next:after{
    font-size: 14px;
    color: #333333;
}
/* .ind_box1 .mySwiper2{
    margin-bottom: 100px;
}
.ind_box1 .mySwiper2 .swiper-slide{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ind_box1 .mySwiper2 .swiper-slide .img{
    width: 35%;    
    border: 1px solid #ececec;
}
.ind_box1 .mySwiper2 .swiper-slide .img img{
    width: 100%;
}
.ind_box1 .mySwiper2 .swiper-slide .r{
    width: 60%;    

}
.ind_box1 .mySwiper2 .swiper-slide .r .lm{
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 20px;
}
.ind_box1 .mySwiper2 .swiper-slide .r .tit{
    font-size: 36px;
    line-height: 50px;
    margin: 0 0 40px;
}
.ind_box1 .mySwiper2 .swiper-slide .r .con{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}
.ind_box1 .mySwiper2 .swiper-slide .r .btn{
    margin-top: 50px;
    display: flex;
}
.ind_box1 .mySwiper2 .swiper-slide .r .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 60px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 30px;
}
.ind_box1 .mySwiper2 .swiper-slide .r .btn a .iconfont{
    font-size: 20px;
    margin-right: 15px;
}
.ind_box1 .mySwiper2 .swiper-slide .r .btn a:first-child{
    background: #025fa9;
    margin-right: 20px;
}
.ind_box1 .mySwiper2 .swiper-slide .r .btn a:last-child{
    background: #ff1906;
} */


.ind_title{
    text-align: center;
    padding: 40px 0 60px;
}
.ind_title h3{
    font:normal 60px/110px "AlibabaPuHuiTi_Bold";
}
.ind_title p{
    font:normal 18px/30px "AlibabaPuHuiTi_Regular";
    color: #999999;
    margin: 10px auto 20px;
}
.ind_title span{
    display: inline-block;
    width: 104px;
    height: 5px;
    background: #025fa9;
}

.ind_box2{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ind_box2 .bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.ind_box2 .bg img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.ind_box2 .box .ind_title{
    color: #ffffff;
}
.ind_box2 .box .ind_title p{
    color: #ffffff;
    opacity: 0.4;
}
.ind_box2 .box .ind_title span{
    background: #ffffff;
}
.ind_box2 .box .imgs{
    position: relative;
}
.ind_box2 .box .imgs .swiper-slide .img img{
    width: 100%;
    aspect-ratio: 307/307;
}
.ind_box2 .box .imgs .swiper-slide .tit{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 30px;
}
.ind_box2 .box .imgs .swiper-button{
    width: 45px;
    height: 45px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
.ind_box2 .box .imgs .swiper-button:after{
    font-size: 20px;
    color: #ffffff;
}
.ind_box2 .box .imgs .swiper-button-prev{
    left: -60px;
}
.ind_box2 .box .imgs .swiper-button-next{
    right: -60px;
}
.ind_box2 .box .btn{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.ind_box2 .box .btn a{
    font-size: 18px;
    color: #ffffff;
    width: 240px;
    height: 60px;
    background: #ff1906;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ind_box2 .box .btn a .iconfont{
    font-size: 20px;
    margin-left: 15px;
}

.ind_box3{
    overflow: hidden;
    background: #f1f1f1;
    padding-bottom: 60px;
}
.ind_box3 .swiper{
    height: 160px;
    margin-bottom: 20px;
}
.ind_box3 .swiper .swiper-slide{
    height: calc((100% - 20px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.ind_box3 .swiper .swiper-slide img{
    max-width: 100%;
    max-height: 70px;
}
/* .ind_box3 .list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.ind_box3 .list li{
    width: 13.5%;
    margin: 0 0.9166% 0.9166% 0;
    border: 2px solid #ffffff;
    background: #ffffff;
}
.ind_box3 .list li img{
    width: 100%;
}
.ind_box3 .list li:nth-child(7n){
    margin: 0 0 0.9166%;
}
.ind_box3 .list li:hover{
    border:2px solid #025fa9;
    box-shadow: 10px 10px 10px rgba(61,61,61,0.18);
} */

.ind_box4{
    overflow: hidden;
}
.ind_box4 .list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.ind_box4 .list li{
    width: 12.5%;    /* 200px */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ind_box4 .list li div{
    width: 150px;
    max-width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #ececec;
    border-radius: 50%;
    overflow: hidden;
}
.ind_box4 .list li div img{
    width: 100%;
}
.ind_box4 .list li p{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
}


.ind_box5{
    width: 100%;
    overflow: hidden;
}
.ind_box5 dt{
    width: 49.4791%;    /* 950px */
    float: left;
    position: relative;
    margin-bottom: 20px;
    aspect-ratio: 950/600;
}
.ind_box5 dt .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ind_box5 dt .img img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.ind_box5 dt .box{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 83.1578%;    /* 790px */
    max-width: 790px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}
.ind_box5 dt .box .tit{
    font-size: 30px;
}
.ind_box5 dt .box .con{
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
}
.ind_box5 dt .box ul{
    display: flex;
    margin-top: 60px;
}
.ind_box5 dt .box ul li{
    display: flex;
    flex-direction: column;
    margin-right: 60px;
}
.ind_box5 dt .box ul li h3{
    height: 60px;
    display: flex;
    align-items: flex-end;
}
.ind_box5 dt .box ul li h3 span{
    font-size: 60px;
    line-height: 60px;
}
.ind_box5 dt .box ul li h3 div{
    font-size: 24px;
    margin-left: 15px;
}
.ind_box5 dt .box ul li p{
    font-size: 18px;
    line-height: 40px;
}
.ind_box5 dt .box .btn{
    margin-top: 45px;
}
.ind_box5 dt .box .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 56px;
    background: #ff1906;
    border-radius: 28px;
    color: #ffffff;
}
.ind_box5 dt .box .btn a span{
    font-size: 18px;
}
.ind_box5 dt .box .btn a .iconfont{
    font-size: 20px;
    margin-left: 15px;
}
.ind_box5 dd{
    width: 49.4791%;    /* 950px */
    float: right;
    position: relative;
    margin-bottom: 20px;
    aspect-ratio: 950/290;
}
.ind_box5 dd .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ind_box5 dd .img img{
    width: 100%;
    object-fit: cover;
}
.ind_box5 dd .box{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 83.1578%;    /* 790px */
    max-width: 790px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    color: #ffffff;
}
.ind_box5 dd .box .tit{
    font-size: 24px;
    line-height: 40px;
}
.ind_box5 dd .box .con{
    font-size: 30px;
    line-height: 40px;
}
.ind_box5 dd .box .btn{
    margin-top: 30px;
}
.ind_box5 dd .box .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 56px;
    background: #ff1906;
    border-radius: 28px;
    color: #ffffff;
}
.ind_box5 dd .box .btn a span{
    font-size: 18px;
}
.ind_box5 dd .box .btn a .iconfont{
    font-size: 20px;
    margin-left: 15px;
}
.ind_box5 dd.dd2 .box{
    padding-left: 50%;    /* 490px */
}
.ind_box5 dd.dd2 .box .con{
    font-size: 16px;
    line-height: 30px;
}


.ind_box6 .list{
    display: flex;
    justify-content: space-between;
}
.ind_box6 .list li{
    width: 32.5%;    /* 520px */
    padding-bottom: 30px;
    border-bottom: 1px solid #c7c7c7;
}
.ind_box6 .list li .img img{
    width: 100%;
    aspect-ratio: 520/290;
}
.ind_box6 .list li .tit{
    font-size: 24px;
    line-height: 30px;
    margin: 15px 0 30px;
}
.ind_box6 .list li .btn{
    display: flex;
    justify-content: space-between;
}
.ind_box6 .list li .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 32px;
    background: #333333;
    border-radius: 16px;
    color: #ffffff;
}
.ind_box6 .list li .btn a span{
    font-size: 14px;
}
.ind_box6 .list li .btn a .iconfont{
    margin-left: 5px;
}
.ind_box6 .list li .btn div{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}
.ind_box6 .w1600>.btn{
    display: flex;
    justify-content:center;
    margin: 60px 0 100px;
}
.ind_box6 .w1600>.btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 60px;
    background: #ff1906;
    border-radius: 30px;
    color: #ffffff;
}
.ind_box6 .w1600>.btn a span{
    font-size: 18px;
}
.ind_box6 .w1600>.btn a .iconfont{
    font-size: 20px;
    margin-left: 15px;
}




@media (max-width: 1600px) {
    .banner .mySwiper .banner_box .banner_zi .banner_zi_z{
        font-size: 44px;
        line-height: 70px;
    }
    .ind_box5 dt .box{
        width: 92%;
    }
    .ind_box5 dd .box{
        width: 90%;
    }
}

@media (max-width: 1360px) {
    .banner .mySwiper .banner_box .banner_zi .banner_zi_z{
        font-size: 40px;
        line-height: 60px;
    }
}

@media (max-width: 768px) {
    .banner{
        margin-top: 50px;
    }
    .banner .mySwiper .banner_box .banner_prc img{
        height: 200px;
        object-fit: cover;
    }
    .banner .mySwiper .banner_box .banner_zi{
        padding: 0;
        top: 30%;
    }
    .banner .mySwiper .banner_box .banner_zi .banner_zi_z{
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }
    .banner .mySwiper .banner_box .banner_zi .banner_zi_btn{
        margin-top: 5px;
    }
    .banner .mySwiper .banner_box .banner_zi .banner_zi_btn a{
        width: 150px;
        height: 30px;
        font-size: 14px;
        margin: 0 auto;
    }
    .banner .mySwiper .swiper-button-prev{
        left: 3%;
        top: 50%;
        bottom: auto;
    }
    .banner .mySwiper .swiper-button-next{
        right: 3%;
        top: 50%;
        bottom: auto;
    }
    .banner .mySwiper .swiper-pagination{
        bottom: 5px;
    }

    .ind_box1 .top{
        padding: 0 30px;
    }
    .ind_box1 .top .swiper{
        padding: 20px 0;
    }
    .ind_box1 .top .swiper-slide{
        padding: 3px;
    }
    .ind_box1 .top .swiper-slide .tit{
        font-size: 12px;
        line-height: 20px;
    }    
    .ind_box1 .top .swiper-button-prev{
        left: 0;
    }
    .ind_box1 .top .swiper-button-next{
        right: 0;
    }

    .ind_box1 .mySwiper2{
        margin-bottom: 30px;
    }
    .ind_box1 .mySwiper2 .swiper-slide .r .lm{
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }
    .ind_box1 .mySwiper2 .swiper-slide .r .tit{
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 10px;
    }
    .ind_box1 .mySwiper2 .swiper-slide .r .con{
        display: none;
    }
    .ind_box1 .mySwiper2 .swiper-slide .r .btn{
        margin-top: 0;
        flex-direction: column;
    }
    .ind_box1 .mySwiper2 .swiper-slide .r .btn a{
        width: 100%;
        height: 40px;
        margin-bottom: 5px;
    }

    .ind_title{
        padding: 15px 0 25px;
    }
    .ind_title h3{
        font: normal 24px / 50px "AlibabaPuHuiTi_Bold";
    }
    .ind_title p{
        font: normal 14px / 20px "AlibabaPuHuiTi_Regular";
        margin: 0px auto 10px;
    }
    .ind_title span{
        width: 50px;
        height: 3px;
    }

    .ind_box2 .box .imgs .swiper-slide .tit{
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0 10px;
    }
    .ind_box2 .box .btn{
        margin-bottom: 50px;
    }
    .ind_box2 .box .btn a{
        font-size: 18px;
        width: 200px;
        height: 40px;
    }
    .ind_box2 .box .btn a .iconfont{
        margin-left: 5px;
    }

    .ind_box3 .list{
        margin-bottom: 50px;
    }

    .ind_box4 .list{
        margin-bottom: 30px;
    }
    .ind_box4 .list li{
        width: 32%;
        margin: 0 2% 2% 0;
    }
    .ind_box4 .list li:nth-child(3n){
        margin: 0 0 2%;
    }
    .ind_box4 .list li div{
        max-width: 80px;
    }
    .ind_box4 .list li p{
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .ind_box5{
        display: flex;
        flex-wrap: wrap;
    }
    .ind_box5 dt{
        width: 100%;
        aspect-ratio: 1/1.1;
    }
    .ind_box5 dd{
        width: 100%;
    }
    .ind_box5 dt .box{
        width: 94%;
        right: 3%;
    }
    .ind_box5 dt .box .tit{
        font-size: 24px;
    }
    .ind_box5 dt .box .con{
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.8;
    }
    .ind_box5 dt .box ul{
        margin-top: 0px;
    }
    .ind_box5 dt .box ul li h3 span{
        font-size: 40px;
        line-height: 40px;
    }
    .ind_box5 dt .box ul li p{
        font-size: 14px;
    }
    .ind_box5 dt .box .btn{
        margin-top: 15px;
        padding: 0;
    }
    .ind_box5 dd{
        width: 100%;
        aspect-ratio: 1/0.4;
    }
    .ind_box5 dd .img img{
        min-width: 100%;
        min-height: 100%;
    }
    .ind_box5 dd .box{
        padding-left: 3%;
    }
    .ind_box5 dd .box .btn{
        margin-top: 0;
        padding: 0;
    }
    .ind_box5 dd .box .btn a{
        height: 40px;
    }
    .ind_box5 dd.dd2 .box{
        padding: 0 3%;
        width: 100%;
        text-align: right;
    }
    .ind_box5 dd.dd2 .box .btn{
        display: flex;
        justify-content: right;
    }

    .ind_box6 .list{
        display: flex;
        flex-direction: column;
    }
    .ind_box6 .list li{
        width: 100%;
    }
    .ind_box6 .list li .tit{
        font-size: 16px;
        line-height: 1.8;
        margin: 10px 0;
    }
    .ind_box6 .list li .btn{
        padding: 0;
    }
    .ind_box6 .w1600>.btn{
        margin: 20px 0;
    }
    .ind_box6 .w1600>.btn a{
        width: 60%;
        height: 40px;
    }
    
}