.banner {
    width: 100%;
    overflow: hidden;
}

.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%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}
.banner .mySwiper .swiper-slide-active .banner_box .banner_prc img{
    transition: 5s linear;
    transform: scale(1, 1);
}

.banner_zi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner_zi .banner_zi_z h6 {
    font-size: 2.625rem;
    color: #fff;
    line-height: 3.75rem;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.banner_zi .banner_zi_mind {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: .9375rem;
    color: #ffffff;
}


.title{
    text-align: center;
}
.title h3{
    font-size: 2.5rem;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #73bd59;
}
.title p{
    font-size: 1.25rem;
    line-height: 2.5rem;
    margin-top: 1rem;
}

.ind_box1{
    padding: 6.5625rem 0;
    overflow: hidden;
}
.ind_box1 .box{
    display: flex;
    justify-content: space-between;
    margin-top: 3.75rem;
}
.ind_box1 .box .l{
    width: 50%;
    border-radius: .625rem;
    overflow: hidden;
}
.ind_box1 .box .l img{
    transition: 0.5s;
}
.ind_box1 .box .l:hover img{
    transform: scale(1.1);
}
.ind_box1 .box .r{
    width: 45.7142%;
}
.ind_box1 .box .r>div{
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
}
.ind_box1 .box .r>ul{
    display: flex;
    flex-wrap: wrap;
}
.ind_box1 .box .r>ul li{
    width: 50%;
    margin-top: 3.75rem;
}
.ind_box1 .box .r>ul li div{
    font-size: 1.75rem;
    line-height: 1.875rem;
    color: #73bd59;
}
.ind_box1 .box .r>ul li div span{
    font-size: 3.75rem;
    color: #73bd59;
}
.ind_box1 .box .r>ul li p{
    width: 14rem;
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #888888;
}

.ind_box2{
    padding: 6.5625rem 0 0;
    background: #f7f7f7;
}
.ind_box2 .lm{
    margin: 4.375rem 0;
    display: flex;
    background: #ffffff;
    border-radius: .3125rem;
    overflow: hidden;
}
.ind_box2 .lm li{
    width: 33.3333%;
    height: 4.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    padding: .3125rem 0;
    border-right: 1px solid #eaeaea;
    cursor: pointer;
}
.ind_box2 .lm li:nth-child(3){
    border-right: 0;
}
.ind_box2 .lm li:nth-child(3) span{
    font-size: 2.875rem;
}
.ind_box2 .lm li span{
    margin-right: 1.5625rem;
    font-size: 3.5rem;
    color: #73bd59;
}
.ind_box2 .lm li.on{
    background: #73bd59;
    color: #ffffff;
}
.ind_box2 .lm li.on span{
    color: #ffffff;
}
.ind_box2 .list .swiper{
    padding-bottom: 11.875rem;
    display: none;
}
.ind_box2 .list .swiper.on{
    display: block;
}
.ind_box2 .list .swiper .swiper-wrapper{
    transition-duration: 3000ms;
    transition-timing-function: linear;
}
.ind_box2 .list .swiper-slide{
    padding: 2.8125rem 2.8125rem 2.5rem;
    border: 1px solid #e7e7e7;
    border-radius: .625rem;
}
.ind_box2 .list .swiper-slide div{
    display: flex;
    justify-content: center;
    /* aspect-ratio: 158/220; */
    overflow: hidden;
}
.ind_box2 .list .swiper-slide div img{
    transition: 0.5s;
}
.ind_box2 .list .swiper-slide p{
    font-size: 1rem;
    line-height: 1.875rem;
    margin-top: 1.625rem;
    text-align: center;
    height: 5.625rem;
}
.ind_box2 .list .swiper-slide:hover div img{
    transform: scale(1.1);
}
.ind_box2 .list .swiper-slide:hover p{
    color: #73bd59;
}
.ind_box2 .list .swiper .swiper-button-next{
    width: 3.4375rem;
    height: 3.4375rem;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    right: calc(50% - 7.5rem);
    top: auto;
    bottom: 5rem;
}
.ind_box2 .list .swiper .swiper-button-next:after{
    font-size: 1.25rem;
    color: #73bd59;
}
.ind_box2 .list .swiper .swiper-button-prev{
    width: 3.4375rem;
    height: 3.4375rem;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    left: calc(50% - 7.5rem);
    top: auto;
    bottom: 5rem;
}
.ind_box2 .list .swiper .swiper-button-prev:after{
    font-size: 1.25rem;
    color: #73bd59;
}
.ind_box2 .list .swiper .swiper-pagination {
    bottom: 5rem;
    line-height: 3.125rem;
    font-size: 1rem;
    color: #888888;
}
.ind_box2 .list .swiper .swiper-pagination .swiper-pagination-current{
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #73bd59;
}

.ind_box3{
    padding: 6.5625rem 0 0;
}
.ind_box3 .top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 3.125rem;
}
.ind_box3 .top .title{
    text-align: left;
    margin-bottom: 1.875rem;
}
.ind_box3 .top .lm{
    display: flex;
}
.ind_box3 .top .lm li{
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 1.875rem;
    position: relative;
    cursor: pointer;
}
.ind_box3 .top .lm li.on{
    color: #73bd59;
}
.ind_box3 .top .lm li.on::after{
    content: '';
    width: 100%;
    height: 3px;
    background: #73bd59;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.ind_box3 .list li{
    display: none;
}
.ind_box3 .list li.on{
    display: block;
}
.ind_box3 .box{
    margin-top: 3.75rem;
    background: #f7f7f7;
    padding: 3.125rem;
    border-radius: 1.25rem;
    display: flex;
    justify-content: space-between;
}
.ind_box3 .box .l{
    width: 46.4285%;
    border-radius: .625rem;
    overflow: hidden;
}
.ind_box3 .box .l img{
    transition: 0.5s;
}
.ind_box3 .box .l:hover img{
    transform: scale(1.1);
}
.ind_box3 .box .r{
    width: 48.57142%;
}
.ind_box3 .box .r .tit{
    margin-top: 1.125rem;
}
.ind_box3 .box .r .tit h3{
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 1.75rem;
    line-height: 2.125rem;
}
.ind_box3 .box .r .tit p{
    font-size: 1rem;
    line-height: 2.125rem;
}
.ind_box3 .box .r .con{
    font-size: 1rem;
    line-height: 1.875rem;
    color: #888888;
}
.ind_box3 .box .r .con h4{
    font-size: 1.25rem;
    line-height: 2.125rem;
    margin-top: 1.875rem;
    margin-bottom: .625rem;
    color: #333333;
}
.ind_box3 .box .r .con h4 span{
    font-size: 1.625rem;
    margin-right: .9375rem;
    color: #73bd59;
}


.ind_box4 {
    width: 100%;
    padding: 0 0 6.5625rem;
    background: #fff;
}

.ind_box4_cen {
    width: 100%;
    position: relative;
    min-height: 150vh;
}

.ind_box4_obj {
    position: sticky;
    top: 0;
    left: 0;
}

.ind_box4 .center .title {
    position: relative;
    z-index: 3;
    padding: 6.25rem 0 3.125rem;
    text-align: left;
}

.ind_box4 .center .title .tit {
    font-size: 2.5rem;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-bottom: .875rem;
    color: #73bd59;
}


.ind_box4 .center .title .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Regular";
}



.ind_box4_img {
    width: 100%;
    display: block;
    position: relative;
}

.ind_box4_img .vbj {
    display: block;
    width: 100%;
}

.ind_box4_img .ind_box4_prc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 1500px;
    max-width: 100%;

}

.ind_box4_img .ind_box4_prc img {
    display: block;
    object-fit: cover;
    height: 100%;
    border-radius: 1rem;
}

.ind_box4 .center .ind_box4_bom {
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: -4.5625rem;
}

.ind_box4 .center .ind_box4_bom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ind_box4 .center .ind_box4_bom ul li {
    width: 23.756%;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 1.25rem;
}

.ind_box4 .center .ind_box4_bom ul li .item {
    width: 100%;
}

.ind_box4 .center .ind_box4_bom ul li .item .tit {
    font-size: 1.25rem;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Regular";
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.25rem;
}

.ind_box4 .center .ind_box4_bom ul li .item .text {
    font-family: "HarmonyOS_Sans_SC_Regular";
    font-size: 1rem;
    line-height: 1.875rem;
    color: #888888;
}


.ind_box5{
    padding: 6.5625rem 0 5.375rem;
    background: #f7f7f7;
}
.ind_box5 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.125rem;
    padding-top: .625rem;
    height: 18rem;
    overflow-y: hidden;
}
.ind_box5 ul li{
    width: 15%;
    height: 7.5rem;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: .625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2% 1.75rem 0;
    overflow: hidden;
}
.ind_box5 ul li img{
    transition: 0.3s;
}
.ind_box5 ul li:nth-child(6n){
    margin: 0 0 1.75rem;
}
.ind_box5 ul li:hover img{
    transform: scale(1.1);
}
/* .ind_box5 .swiper{
    padding: .625rem;
}
.ind_box5 .swiper .swiper-slide{
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: .625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ind_box5 .swiper .swiper-slide img{
    transition: 0.3s;
}
.ind_box5 .swiper .swiper-slide:hover img{
    transform: scale(1.1);
} */
.ind_box5 .more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.25rem;
    height: 3.125rem;
    margin: 3.125rem auto 0;
    border: 1px solid #026a52;
    border-radius: .3125rem;
    font-size: 1rem;
    color: #026a52;
}
.ind_box5 .more span{
    margin-left: .9375rem;
    color: #026a52;
}
.ind_box5 .more:hover{
    background: #026a52;
    color: #ffffff;
}
.ind_box5 .more:hover span{
    color: #ffffff;
}
.ind_box5 ul.on{
    height: auto;
    overflow: visible;
}
.ind_box5 .more.on{
    display: none;
}


.ind_box6{
    padding: 6.5625rem 0;
}
.ind_box6 ul{
    margin-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
}
.ind_box6 ul li{
    background: #f7f7f7;
    border-radius: .625rem;
    overflow: hidden;
    margin: 0 0 2.1428% 2.1428%;
    box-sizing: border-box;
}

.ind_box6 ul li .con{
    padding: 1.875rem 1.875rem 2.25rem;
}
.ind_box6 ul li .con h3{
    font-size: 1.25rem;
    line-height: 2.125rem;
    height: 6.375rem;
}
.ind_box6 ul li .con p{
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    padding: 1.875rem 0 0;
    margin-top: .625rem;
    border-top: 1px solid #ffffff;
}
.ind_box6 ul li:nth-child(1){
    width: 66.0714%;
    margin: 0 0 2.1428%;
    position: relative;
}
.ind_box6 ul li:nth-child(1) .img{
    aspect-ratio: 925/500;
    overflow: hidden;
}
.ind_box6 ul li:nth-child(1) .img img{
    width: 100%;
    transition: ease-in-out 0.3s;
}
.ind_box6 ul li:nth-child(1) .con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: none;
    display: flex;
    flex-direction: column-reverse;
    color: #ffffff;
}
.ind_box6 ul li:nth-child(1) .con h3{
    height: auto;
}
.ind_box6 ul li:nth-child(1) .con p{
    border: 0;
    padding: 0;
    margin: 0 0 1.25rem;
}
.ind_box6 ul li:nth-child(1) .con p span{
    display: none;
}
.ind_box6 ul li:nth-child(2) .img{
    aspect-ratio: 445/230;
    overflow: hidden;
}
.ind_box6 ul li:nth-child(2) .img img{
    width:100%;
    transition: ease-in-out 0.3s;
}
.ind_box6 ul li:nth-child(2) .con p{
    margin-top: 2.5rem;
}
.ind_box6 ul li:nth-child(3){
    margin: 0 0 2.1428%;
}
.ind_box6 ul li:nth-child(n+2){
    width: 31.7857%;
}
.ind_box6 ul li:nth-child(n+3) .img{
    display: none;
}
.ind_box6 ul li:nth-child(1):hover img{
    transform: scale(1.2);
}
.ind_box6 ul li:nth-child(1):hover .con{
    color: #73bd59;
}
.ind_box6 ul li:nth-child(n+2):hover{
    border-bottom: 4px solid #73bd59;
}
.ind_box6 ul li:nth-child(n+2):hover img{
    transform: scale(1.2);
}
.ind_box6 ul li:nth-child(n+2):hover a{
    color: #73bd59;
}

.ind_box7{
    position: relative;
}
.ind_box7 .img img{
    min-height: 21.875rem;
    object-fit: cover;
}
.ind_box7 .con{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.ind_box7 .con .title{
    text-align: left;
    color: #ffffff;
}
.ind_box7 .con .title h3{
    color: #ffffff;
}
.ind_box7 .con ul{
    display: flex;
    margin-top: 2.5rem;
}
.ind_box7 .con ul li{
    width: 16.25rem;
    margin-right: 1.25rem;
}
.ind_box7 .con ul li{
    padding: .625rem .9375rem;
    background-color: #ffffff;
    border-radius: 5px;
}
.ind_box7 .con ul li input{
    width: 100%;
    height: 1.875rem;
    font-size: 1rem;
    line-height: 1.875rem;
    border: 0;
}
.ind_box7 .con ul button{
    width: 7.5rem;
    height: 3.125rem;
    background-color: #73bd59;
    font-size: 1rem;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: .3125rem;
}
@media only screen and (max-width: 2560px) {
    .w1400{
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .w1400{max-width: 100%;}
    .w1500{max-width: 100%;}
    .banner_zi .banner_zi_z h6{font-size: 1.875rem;}
    .banner_zi .banner_zi_mind{font-size: 1rem;}
    
    .ind_box1{padding: 3.125rem .9375rem;}
    .ind_box1 .box{flex-direction: column;}
    .ind_box1 .box .l{width:100%;margin-bottom: .625rem;}
    .ind_box1 .box .r{width:100%;}

    .ind_box2{padding: 3.125rem .9375rem;}
    .ind_box2 .lm{margin: 1.25rem 0;}
    .ind_box2 .lm li span{margin-right: .625rem;font-size: 2.5rem;}
    .ind_box2 .lm li:nth-child(3) span{margin-right: .625rem;font-size: 2.5rem;}

    .ind_box3{padding: 3.125rem .9375rem;}
    .ind_box3 .top{padding: 0;flex-wrap:wrap;}
    .ind_box3 .top .lm li{padding: .625rem 1.25rem;}
    .ind_box3 .box{margin-top: 1.25rem;padding: .9375rem;flex-wrap: wrap;}
    .ind_box3 .box .l{width:100%;}
    .ind_box3 .box .r{width:100%;}

    .ind_box4{padding: 3.125rem .9375rem;}
    .ind_box4 .ind_box4_cen{min-height: auto;}
    .ind_box4 .center .title{padding: 0 0 1.25rem;}
    .ind_box4 .center .ind_box4_bom{margin-top: .9375rem;}
    .ind_box4 .center .ind_box4_bom ul{flex-wrap: wrap;}
    .ind_box4 .center .ind_box4_bom ul li{width: 100%; margin-bottom: .625rem;}
    .ind_box4 .center .ind_box4_bom ul li .item .tit{padding-bottom: .625rem;margin-bottom: .625rem;}

    .ind_box5{padding: 3.125rem .9375rem;}
    .ind_box5 ul{margin-top: 1.875rem;}
    .ind_box5 ul li{width: 32%;}
    .ind_box5 ul li:nth-child(3n){margin: 0 0 2%;}

    .ind_box6{padding: 3.125rem .9375rem;}
    .ind_box6 ul li .con{padding: .625rem;}
    .ind_box6 ul li .con h3{
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; 
        overflow: hidden;
    }
    .ind_box6 ul li .con p{padding: 5px 0 0;}
    .ind_box6 ul li:nth-child(2) .con h3{height: 2.125rem;overflow: hidden;}
    .ind_box6 ul li:nth-child(2) .con p{margin-top: auto;}
    
    .ind_box7 .con{padding: 0 .9375rem;}




}