.banner .swiper-slide{
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide .pic img{
    display: block;
    width: 100%;
    transform: scale(1.06);
    transition: all 4s;
}
.banner .swiper-slide-active .pic img{
    transform: scale(1);
}
.banner .swiper-slide .bannerBox{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner .swiper-slide .line{
    width: 129px;
    height: 3px;
    background: #FFFFFF;
}
.banner .swiper-slide .title{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.25;
    margin-top: .625em;
}
.banner .btns{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    left: 50%;
    transform: translateX(-50%);
    bottom: 64px;
    gap: 10px;
    z-index: 3;
}
.box5 .box-b .btns .btn,
.box3 .btns .btn,
.banner .btns .btn{
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #fff;
    border-radius: 50%;
    color: rgba(51, 125, 88, 1);
    transition: all .6s;
    cursor: pointer;
}
.box5 .box-b .btns .btn.swiper-button-disabled,
.box3 .btns .btn.swiper-button-disabled,
.banner .btns .btn.swiper-button-disabled{
    opacity: .1;
    cursor: not-allowed;
    pointer-events: none;
}
.box5 .box-b .btns .btn .iconfont,
.box3 .btns .btn .iconfont,
.banner .btns .btn .iconfont{
    font-weight: bold;
}
.box5 .box-b .btns .btn:not(.swiper-button-disabled):hover,
.box3 .btns .btn:not(.swiper-button-disabled):hover,
.banner .btns .btn:not(.swiper-button-disabled):hover{
    background: rgba(51, 125, 88, 1);
    border-color: rgba(51, 125, 88, 1);
    color: #fff;
}
.box1{
    padding: 60px 0;
}
.indexTitle .title{
    font-weight: 600;
    font-size: 18px;
    color: #337D58;
    line-height: 1;
}
.indexTitle .des{
    font-weight: bold;
    color: #181818;
    line-height: 1.31;
    margin-top: .41em;
}
.box1 .box-c{
    position: relative;
    margin-top: 45px;
    overflow: hidden;
    border-radius: 20px;
}
.box1 .box-c .bg{
    border-radius: 20px;
    overflow: hidden;
}
.box1 .box-c .bg img{
   display: block;
   width: 100%;
   min-height: 594px;
   object-fit: cover;
}
.box1 .box-c .list{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4,1fr);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}

.box1 .box-c .list li{
    padding: 105px 20px 0;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    transition: all .6s;
}
.box1 .box-c .list li:hover{
    background-color: rgba(0, 0, 0, .3);
}
.box1 .box-c .list li .icon{
    width: 72px;
    height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box1 .box-c .list li .icon img{
    max-width: 100%;
    max-height: 100%;
    transition: all .6s;
}
.box1 .box-c .list li:hover .icon img{
    transform: rotateY(180deg);
}
.box1 .box-c .list li .text-title{
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 29px;
    height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 17px;
}
.box1 .box-c .list li .text-des{
    margin-top: 26px;
    height: 200px;
    overflow: auto;
    padding: 0 10px;
    /* opacity: 0; */
    /* pointer-events: none; */
    /* visibility: hidden; */
    transition: all .6s;
}
.box1 .box-c .list li:hover .text-des{
    /* opacity: 1; */
    /* pointer-events: inherit; */
    /* visibility: visible; */
}
.box1 .box-c .list li .text-des .item:not(:last-child){
    margin-bottom: 9px;
}
.box1 .box-c .list li .text-des a{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    transition: all .6s;
}
.box1 .box-c .list li .text-des a:hover{
    opacity: .68;
}
.box1 .box-c .list li .text-des a .iconfont{
    font-size: 12px;
}
.box1 .box-c .list li .bullet {
    position: relative;
    margin: 44px auto 0;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all .6s;
}
.box1 .box-c .list li:hover .bullet{
    transform: scale(1.5);
}
.aboutBox1 .box-t-r .hoverLi .playBtn::before,
.aboutBox1 .box-t-r .hoverLi .playBtn::after,
.box1 .box-c .list li .bullet::before,
.box1 .box-c .list li .bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 270%;
    height: 270%;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    border-radius: 50%; /* 圆角 */
    animation: ripple 2s infinite; /* 动画 */
    box-sizing: border-box;
}

.box1 .box-c .list li .bullet::before {
    animation-delay: 0s; /* 第一个水波纹的动画延迟 */
}
.box1 .box-c .list li .bullet::after {
    animation-name: ripple1;
    width: 375%;
    height: 375%;
}
.box2 {
    position: relative;
    width: 100%;
    min-height: 100vh; /* 设置一个固定高度 */
    background: url(../img/index-box2-1.jpg);
    background-size: 100% 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed; 
}
.box2 .box-c {
    position: relative;
    padding: 131px 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.box2 .box-c .l{
    position: sticky;
    top: 131px;
    width: 42.85%;
    min-height: calc(100vh - 262px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box2 .box-c .l .indexTitle .title,
.box2 .box-c .l .indexTitle .des{
    color: #fff;
}
.box2 .box-c .l-b{
    width: 467px;
    max-width: 100%;
}
.box2 .box-c .l-b .text-title{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.33;
}
.box2 .box-c .l-b .text-des{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 18px;
}
.box2 .box-c .l-b .commonMore{
   margin-top: 38px;
}
.box2 .box-c .r{
    width: 53.5%;
}
/* .box2 .box-c .r::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.box2 .box-c .r.active{
    overflow: auto;
} */
.box2 .box-c .r .rContainer{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 31px;
    /* padding: 87px 0; */
}
.box2 .box-c .r .item:nth-child(2){
    padding-top: 66.43%;
}
.box2 .box-c .r li{
    position: relative;
    padding-top: 132.86%;
    color: #337D58;
    
}
.box2 .box-c .r li:not(:last-child){
    margin-bottom: 31px;
}
.box2 .box-c .r li .liBox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 43px 43px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 10px;
    transition: all .6s;
}
.box2 .box-c .r li:hover .liBox{
    background: rgba(255,255,255,.11);
    border-color: rgba(255,255,255,.31);
}
.box2 .box-c .r li .liBox .li-t{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.box2 .box-c .r li .liBox .text-des{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:11;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-top: 30px;
    color: #333;
    line-height: 24px;
    transition: all .6s;
    text-align:justify
}
.box2 .box-c .r li .liBox .li-t .number{
    font-weight: bold;
    font-size: 16px;
    color: #337D58;
    line-height: 1;
    transform: all .6s;
}
.box2 .box-c .r li:hover .liBox .text-des,
.box2 .box-c .r li:hover .liBox .li-t .number{
    color: rgba(255, 255, 255, 1);
}
.box2 .box-c .r li .liBox .li-t .icon{
    width: 77px;
    height: 77px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.box2 .box-c .r li .liBox .li-t .icon img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.6s;
}

.box2 .box-c .r li:hover .liBox .li-t .icon img {
    filter: brightness(0) invert(1); /* 调整亮度 */
    /* 或者使用 opacity 调整透明度 */
    /* opacity: 0.7; */
}
.box2 .box-c .r li .liBox .li-b{
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 1;
    padding-left: 15px;
    border-left: 6px solid #337D58;
    transform: all .6s;
}
.box2 .box-c .r li:hover .liBox .li-b{
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}
.box3{
    padding: 60px 0 60px;
    background-image: url(../img/index-box3-bg.png);
    background-position: right 104px top 41px;
    background-repeat: no-repeat;
}
.box3 .box-t{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.box3 .box-t-r{
    width: 460px;
    font-weight: 400;
    font-size: 16px;
    color: #24272A;
    line-height: 24px;
}
.box3 .box-c{
    margin-top: 120px;
}
.box3 .box-c .swiper{
    overflow: visible;
}
.box3 .box-c .swiper-slide{
    width: 382px;
    overflow: hidden;
    border-radius: 15px;
    opacity: 1;
    
}
.box3 .box-c .swiper-slide::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,.2) 0%,rgba(0,0,0,.2) 70%,rgba(0,0,0,1) 100%);
    z-index: 3;
    opacity: 0;
    transition: all .6s;
   
}
.box3 .box-c .swiper-slide-active::before{
    opacity: 1;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper{
    perspective: 1400px;   
}
.box3 .box-c .swiper-slide .picCover{
    padding-top: 71.72%;
}
.box3 .box-c .swiper-slide .picCover .pic{
    border-radius: 15px;
}
.box3 .box-c .swiper-slide .text-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 22px 14px;
    color: #FFFFFF;
    z-index: 4;
    opacity: 0;
    transition: all .6s;
}
.box3 .box-c .swiper-slide-active .text-box{
    opacity: 1;
}
.box3 .box-c .swiper-slide .text-box .text{
    flex: 1;
    word-break: break-all;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-right: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box3 .box-c .swiper-slide .text-box .iconfont{
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: bold;
}
.box3 .btns{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    gap: 19px;
}
.box5 .box-b .btns .btn,
.box3 .btns .btn{
    border-color: rgba(52, 57, 54, 1);
    color: rgba(52, 57, 54, 1);
}
.box4{
    position: relative;
    padding-bottom: 60px;
}

.box5{
    padding: 60px 0 80px;
    background-color: RGBA(247, 251, 250, 1);
    background-image: url(../img/index-box5-bg.jpg);
    background-size: cover;
}
.box5 .box-c{
    margin-top: 55px;
}
.box5 .box-c .newsItem{
    width: 32%;
    margin-right: 2%;
}
.box5 .box-b{
    margin-top: 37px;
    display: flex;
    align-items: center;
}
.box5 .box-b .swiper-pagination{
    position: relative;
    flex: 1;
    margin-right: 31px;
    height: 3px;
    background-color: rgba(151, 170, 161, 1);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: rgba(51, 125, 88, 1);
}
.box5 .box-b .btns{
    display: flex;
    gap: 19px;
}
.box7{
    padding-bottom: 60px;
}
.box7 .box-c{
    margin-top: 60px;
    overflow: hidden;
}
.box7 .box-c .item,
.box7 .box-c .items{
    white-space: nowrap;
    display: flex;
}
.box7 .box-c .item{
    animation: move 50s linear infinite;
}
.box7 .box-c .items{
    gap: 10px;
}
.box7 .box-c .items:nth-child(2n) .item{
    animation-direction: reverse;
}
@keyframes move {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@keyframes move1 {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}
.box7 .box-c .items:hover .item{
    animation-play-state: paused;
}
.box7 .box-c .items:not(:last-child){
    margin-bottom: 10px;
}
.box7 .box-c .item li{
    position: relative;
    width: 260px;
    background-color: #fff;
    /*transform: skew(-10deg);*/
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}
.box7 .box-c .item li:not(:last-child){
    margin-right: 10px;
}
.box7 .box-c .item li .picCover{
    padding-top: 53.84%;
}
.box7 .box-c .item li .picCover .pic img{
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}
@media (max-width: 1280px) {
    .banner .swiper-slide .line{
        width: 80px;
    }
    .box2 .box-c .r li .liBox .text-des{
        margin-top: 20px;
    }
    .box2 .box-c .r li .liBox .li-t .icon{
        width: 60px;
        height: 60px;
    }    
}
@media (max-width:1199px) {
    
    .box2 .box-c .r li .liBox .text-des{
        -webkit-line-clamp: 3;
    }
    .box7{
        padding-bottom: 70px;
    }
    .box7 .box-c{
        margin-top: 45px;
    }
    .box2 .box-c .r li .liBox .li-t .icon{
        width: 44px;
        height: 44px;
    }
    .box2 .box-c .r li .liBox{
        padding: 20px;
    }
    .box2 .box-c .r li{
        padding-top: 94%;
        min-height: 213px;
    }
    .box2 .box-c .r .item:nth-child(2){
        padding-top: 37%;
    }
    .box5,
    .box3,
    .box2 .box-c,
    .box1{
        padding: 70px 0;
    }
    .box4{
        padding-bottom: 70px;
    }
    .box5 .box-c,
    .box3 .btns{
        margin-top: 45px;
    }
    .box3 .box-c{
        margin-top: 60px;
    }
    .box2 .box-c .l{
        top: 70px;
    }
    .box1 .box-c .list li .icon{
        width: 58px;
        height: 58px;
    }
    .box1 .box-c .list li .text-title{
        font-size: 22px;
    }
    .box2 .box-c .l{
        height: calc(100% - 140px);
    }
}
@media (max-width:1024px) {
    .box2 .box-c .r li .liBox .text-des{
        font-size:14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .box7 .box-c .item li{
        width: 220px;
    }
    .box7{
        padding-bottom: 60px;
    }
    .box7 .box-c{
        margin-top: 40px;
    }
    .box2 .box-c .l{
        height: auto;
        min-height: 0;
    }
    .box2 .box-c{
        align-items: normal;
    }
    .box2 .box-c .r li .liBox .li-t .icon{
        width: 36px;
        height: 36px;
    }
    .box2 .box-c .r li .liBox{
        /* padding: 20px 20px 31px; */
        /* min-height: 213px; */
    }
    .box2 .box-c .r li .liBox .li-b{
        font-size: 18px;
        border-left-width: 2px;
        padding-left: 5px;
    }
    .box2 .box-c .r li:not(:last-child){
        margin-bottom: 20px;
    }
    .box2 .box-c .r .rContainer{
        gap: 20px;
    }
    .box2{
        min-height: 0;
    }
    .box1 .box-c .bg{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .box1 .box-c .bg img{
        height: 100%;
        min-height: 0;
    }
    .box1 .box-c .list{
        position: relative;
        grid-template-columns: repeat(2,1fr);
    }
    .box1 .box-c .list li{
        padding: 40px 20px;
    }
    .box1 .box-c .list li:hover .bullet{
        transform: scale(1);
    }
    .box1 .box-c .list li .text-des{
        opacity: 1;
        visibility: visible;
        pointer-events: inherit;
    }
    .box1 .box-c .list li .icon{
        width: 50px;
        height: 50px;
    }
    .box1 .box-c .list li .text-title{
        font-size: 20px;
        line-height: 25px;
        height: 50px;
    }
    .box1 .box-c .list li .text-des{
        margin-top: 15px;
        height: auto;
    }
    .box1 .box-c .list li .bullet{
        margin-top: 25px;
    }
    .box5,
    .box3,
    .box2 .box-c,
    .box1{
        padding: 60px 0;
    }
    .box4{
        padding-bottom: 60px;
    }
    .box1 .box-c,
    .box5 .box-c,
    .box3 .btns{
        margin-top: 40px;
    }
    .box3 .box-c{
        margin-top: 55px;
    }
    .box2 .box-c .l{
        top: 60px;
        width: 38%;
    }
    .box2 .box-c .r{
        width: 57%;
    }
    .banner .btns{
       bottom: 40px;
    }
    .banner .swiper-slide .pic img{
        min-height: 430px;
    }
    .box3 .box-t{
        flex-direction: column;
        align-items: flex-start;
    }
    .box3 .box-t-r{
        width: 100%;
        margin-top: 14px;
    }
    .box3 .box-c .swiper-slide .text-box .text{
        font-size: 18px;
    }
    .indexTitle .des{
        line-height: 1.1;
    }
    .box5 .box-c .newsItem{
        width: 360px;
    }
    .box2{
        background-size: cover;
    }
}
@media (max-width:768px) {
    .box7 .box-c .item li{
        width: 190px;
    }
    .box7{
        padding-bottom: 50px;
    }
    .box7 .box-c{
        margin-top: 30px;
    }
    .box5 .box-b{
        margin-top: 30px;
    }
    .box2 .box-c{
        flex-direction: column;
    }
    .box2 .box-c .l{
        position: static;
        top: 0;
        width: 100%;
    }
    .box2 .box-c .r .item:nth-child(2){
        padding-top: 0;
    }
    .box2 .box-c .r{
        width: 100%;
        margin-top: 40px;
    }
    .box2 .box-c .l-b{
        width: 100%;
        margin-top: 35px;
    }
    .box2 .box-c .l-b .commonMore{
        margin-top: 20px;
    }
    .box2 .box-c .l-b .text-des{
        margin-top: 5px;
    }
    .box1 .box-c .list li .text-des .item:not(:last-child){
        margin-bottom: 5px;
    }
    .box1 .box-c .list{
        grid-template-columns: repeat(1,1fr);
    }
    .box1 .box-c .list li .text-title{
        font-size: 18px;
        height: auto;
        margin-top: 10px;
    }
    .box5,
    .box3,
    .box2 .box-c,
    .box1{
        padding: 50px 0;
    }
    .box4{
        padding-bottom: 50px;
    }
    .box1 .box-c,
    .box5 .box-c{
        margin-top: 30px;
    }
    .box3 .btns{
        margin-top: 20px;
    }
    .box3 .box-c{
        margin-top: 45px;
    }
    .banner .swiper-slide .line{
        width: 60px;
    }
    .banner .swiper-slide .title{
        font-size: 22px;
    }
    .indexTitle .title{
        font-size: 16px;
    }
    .indexTitle .des{
        font-size: 20px;
    }
}
@media (max-width: 500px) {
    .box7 .box-c .item li{
        width: 160px;
    }
    .box7{
        padding-bottom: 40px;
    }
    .box7 .box-c{
        margin-top: 25px;
    }
    .box3 .box-c .swiper-slide .text-box .text{
        font-size: 16px;
    }
    .box5 .box-b{
        margin-top: 25px;
    }
    .box5 .box-b .btns{
        gap: 10px;
    }
    .box3 .box-c .swiper-slide{
        width: 300px;
    }
    .box2 .box-c .l-b{
        margin-top: 20px;
    }
    .indexTitle .des{
        font-size: 20px;
    }
    .indexTitle .title{
        font-size: 14px;
    }
    .box2 .box-c .r li .liBox .li-t .icon{
        width: 30px;
        height: 30px;
    }
    .box1 .box-c .list li .icon{
        width: 40px;
        height: 40px;
    }
    .box1 .box-c .list li .text-des{
        margin-top: 10px;
    }
    .box1 .box-c .list li .text-des .item:not(:last-child){
        margin-bottom: 0;
    }
    .box1 .box-c .list li .bullet{
        margin-top: 20px;
        width: 8px;
        height: 8px;
    }
    .box1 .box-c .list li{
        padding: 30px 20px;
    }
    .box5,
    .box3,
    .box2 .box-c,
    .box1{
        padding: 40px 0;
    }
    .box4{
        padding-bottom: 40px;
    }
    .box1 .box-c,
    .box5 .box-c{
        margin-top: 25px;
    }
    .box3 .box-c{
        margin-top: 30px;
    }
    .banner .swiper-slide .line{
        width: 40px;
    }
    .banner .swiper-slide .title{
        font-size: 18px;
    }
    .box5 .box-b .btns .btn, .box3 .btns .btn, .banner .btns .btn{
        width: 32px;
        height: 32px;
    }
}