.about .box1 {
    padding: 70px 0 80px;
}
.about .box8 .title,
.about .box7 .title,
.about .box6 .title,
.about .box5 .title,
.about .box4 .title,
.about .box3 .title,
.about .box2 .title,
.about .box1 .indexTitle .des {
    font-weight: bold;
    color: #181818;

}

.about .box1 .aboutBox1 .box-t-l .text {
    width: 680px;
    text-align:justify
}

.about .box1 .aboutBox1 .box-t-r .hoverLi {
    width: 100%;
}

.about .box1 .aboutBox1 .box-t-r {
    width: 47.57%;
}

.about .box1 .aboutBox1 .box-c {
    margin-top: 77px;
}

.about .box2 {
    position: relative;
    padding: 60px 0 82px;
}

.about .box2::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(27, 35, 31, 1);
}

.about .box2 .box-c {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.about .box2 .title {
    color: #fff;
}

.about .box2 .box-c .r {
    width: 830px;
}

.about .box2 .box-c .r li {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(236, 234, 229, .2);
    min-height: 172px;
    padding: 19px 0;
}

.about .box2 .box-c .r li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: rgba(51, 125, 88, 1);
    transition: all .6s;
}

.about .box2 .box-c .r li:hover::before {
    width: 100%;
}

.about .box2 .box-c .r li .li-l {
    font-weight: 600;
    color: #FFFFFF;
}

.about .box2 .box-c .r li .li-r {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.5;
    transition: all .6s;
    text-align: justify;
    width: 513px;
}

.about .box2 .box-c .r li:hover .li-r {
    opacity: 1;
}

.about .box3 {
    padding: 143px 0 182px;
}

.about .box3 .box-c {
    margin-top: 80px;
}

.about .box3 .box-c .swiper {
    width: 1003px;
    margin: 0 auto;
    overflow: visible;
    max-width: 100%;
}

.about .box3 .box-c .swiper-slide .picCover {
    padding-top: 50.24%;
}

.about .box3 .box-c .swiper-slide .pic {
    border-radius: 15px;
}

.about .box3 .box-c .swiper-slide .pic::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0;
    z-index: 6;
    transition: all .6s;
}

.about .box3 .box-c .swiper-slide-active .pic::before {
    opacity: 1;
}

.about .box3 .box-c .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 50%;
    transition: all .6s;
    cursor: pointer;
}

.about .box3 .box-c .btn:hover {
    background-color: #fff;
    color: #000;
}

.about .box3 .box-c .btn .iconfont {
    font-weight: bold;
    font-size: 20px;
}

.about .box3 .box-c .btn.btn-prev {
    left: 25px;
}

.about .box3 .box-c .btn.btn-next {
    right: 25px;
}

.about .box4 .box-c {
    margin-top: 62px;
}

.about .box4 .box-c .swiper-slide .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}

.about .box4 .box-c .swiper-slide li {
    display: flex;
    gap: 9px;
}

.about .box4 .box-c .swiper-slide li .item {
    position: relative;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}

.about .box4 .box-c .swiper-slide li .item .picCover {
    padding-top: 95.3%;
}

.about .box4 .box-c .swiper-slide li:nth-child(4n+3) .item .picCover,
.about .box4 .box-c .swiper-slide li:nth-child(4n+2) .item .picCover {
    padding-top: 47%;
}

.about .box4 .box-c .swiper-slide li .item .pic {
    border-radius: 10px;
}

.about .box4 .box-c .swiper-slide li .item .label {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 29px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    background-color: rgba(51, 125, 88, 1);
    border-radius: 0 10px 0 10px;
}

.about .box4 .box-c .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: 0;
}

.about .box4 .box-c .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #C4D6CD;
    border-radius: 50%;
    opacity: 0.3;
}

.about .box4 .box-c .swiper-pagination-bullet-active {
    background-color: rgba(51, 125, 88, 1);
    opacity: 1;
}

.about .box5 {
    padding: 60px 0 90px;
}

.about .box5 .box-c {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about .box5 .box-c .l {
    position: relative;
    width: 67%;
    padding-top: 39.28%;
}

.about .box5 .box-c .l .map {
    position: absolute;
    right: 0;
    top: 0;
    width: 110.23%;
    height: 100%;
}

.about .box5 .box-c .l .map .mapImg {
    display: block;
    height: 100%;
    margin: 0 0 0 auto;
}
.about .box5 .box-c .l .map .iconItem{
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    color: #337D58;
    transition: all .6s;
    line-height: 22px;
    cursor: pointer;
}
.about .box5 .box-c .l .map .iconItem .iconfont{
    font-size: 30px;
    bottom: 12px;
    transform-origin: center bottom;
    transition: all .6s;
    animation: round 1.9s linear infinite;
}
.about .box5 .box-c .l .map .iconItem .iconfont,
.about .box5 .box-c .l .map .iconItem .text-title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.about .box5 .box-c .l .map .iconItem .text-title{
    bottom: -12px;
    white-space: nowrap;
}
.about .box5 .box-c .l .map .iconItem:hover{
    color: #333;
}
.about .box5 .box-c .l .map .iconItem1{
    left: 62.98%;
    top: 22.27%;
}
.about .box5 .box-c .l .map .iconItem2{
    left: 67.5%;
    top: 43.27%;
}
.about .box5 .box-c .l .map .iconItem3{
    left: 83.7%;
    top: 35.27%;
}
.about .box5 .box-c .l .map .iconItem4{
    left: 60%;
    top: 53.27%;
}
@keyframes round {
	0%,100%{
		opacity: 1;
		transform: translateX(-50%)scale(1);
	}

	50% {
		opacity: 1;
		transform: translateX(-50%)scale(1.5);
	}
}
.about .box5 .box-c .r{
    width: 21.42%;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 24px;
    letter-spacing: -.4px;
    text-align:justify
}
.about .box6{
    padding-bottom: 115px;
}
.about .box6 .box-c{
    margin-top: -40px;
}
.about .box6 .box-c img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.about .box7{
    padding: 60px 0 43px;
    background-color: rgba(248, 248, 248, 1);
}
.about .box7 .title{
    text-align: center;
}
.about .box7 .box-c{
    position: relative;
}
.about .box7 .box-c .swiper{
    padding: 68px 0;
}
.about .box7 .box-c .swiper-slide{
    width: 23.57%;
    background: #FFFFFF;
    box-shadow: 0px 10px 18px 0px rgba(108,108,108,0.13);
    border-radius: 10px;
}
.about .box7 .box-c .swiper-slide .slideBox{
    position: relative; 
    padding: 33px 20px 20px;
    overflow: hidden;
    z-index: 3; 
}

.about .box7 .box-c .swiper-slide {
    width: 23.57%;
    background: #FFFFFF;
    box-shadow: 0px 10px 18px 0px rgba(108,108,108,0.13);
    border-radius: 10px;
    position: relative; /* 添加定位以便伪元素可以绝对定位 */
    overflow: hidden; /* 隐藏溢出的内容 */
}
.about .box7 .box-c .swiper-slide .waves{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%;
    display: flex;
    flex-wrap: nowrap;
}
.about .box7 .box-c .swiper-slide .waves .wave{
    animation: waves 19s linear infinite;
}
.about .box7 .box-c .swiper-slide .waves2 .wave{
    animation: waves 19s -2s linear infinite;
}
.about .box7 .box-c .swiper-slide .waves3 .wave{
    animation: waves 19s -4s linear infinite;
}
.about .box7 .box-c .swiper-slide .waves4 .wave{
    animation: waves 19s -6s linear infinite;
}
@keyframes waves {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.about .box7 .box-c .swiper-slide .waves img{
    width: 990px;
    display: block;
}
.about .box7 .box-c .swiper-slide .waves img:not(:first-child){
    margin-left: -1px;
}
.about .box7 .box-c .swiper-slide:not(:last-child){
    margin-right: 1.9%;
}
.about .box7 .box-c .swiper-slide .picCover{
    position: relative;
    padding-top: 84%;
    z-index: 4;
}
.about .box7 .box-c .swiper-slide .picCover .pic img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.about .box7 .box-c .swiper-slide .text-title{
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    margin-top: 17px;
    z-index: 3;
}
.about .box7 .box-c .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0);
    border-radius: 50%;
    border: 1px solid #000000;
    color: rgba(0, 0, 0, 1);
    transition: all .6s;
    cursor: pointer;
    z-index: 4;
}
.about .box7 .box-c .btn.btn.btn-prev{
    left: -66px;
}
.about .box7 .box-c .btn.btn.btn-next{
    right: -66px;
}
.about .box7 .box-c .btn:not(.swiper-button-disabled):hover{
    color: #fff;
    border-color: rgba(51, 125, 88, 1);
    background: rgba(51, 125, 88, 1);
}
.about .box7 .box-c .btn.swiper-button-disabled{
    opacity: .3;
    cursor: not-allowed;
}
.about .box8{
    padding-top: 60px;
    
}
.about .box8 .box-c{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about .box8 .box-c .l{
    width: 58%;
}
.about .box8 .box-c .l .icon img{
    display: block;
    width: 114px;
}
.about .box8 .box-c .l .icon1 img{
    margin: 0 0 0 auto;
}
.about .box8 .box-c .l .text-box{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 131px;
    margin: 30px 0 0px;
}
.about .box8 .box-c .r{
    width: 34.28%;
    padding: 10px;
    border-radius: 10px;
    background: #f4f4f4;
}
.about .box8 .box-c .r .pic{
    border-radius: 10px;
}
.about .box8 .box-c .r .name{
    text-align: center;
    font-weight: bold;
    /*padding: 1em 0 1.33em;*/
}
@media (max-width:1560px) {
	.about .box7 .box-c .btn.btn.btn-prev{
		left: 10px;
	}
	.about .box7 .box-c .btn.btn.btn-next{
		right: 10px;
	}
}
@media (max-width:1440px) {
    .about .box5 .box-c .r{
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    .about .box2 .box-c .r{
        flex:1;
        margin-left: 40px;
    }
    .about .box8 .box-c .l .icon img{
        width: 90px;
    }
    .about .box8 .box-c .l .text-box{
        padding-left: 110px;
    }
    
}
@media (max-width:1199px) {
    .about .box8{
        padding-top: 70px;
    }
    .about .box8 .box-c{
        margin-top: 45px;
    }
	.about .box7 .box-c .btn{
		width: 30px;
		height: 30px;
	}
    .about .box5 .box-c{
        flex-direction: column;
    }
    .about .box5 .box-c .l{
        width: 100%;
        padding-top: 58.28%;
    }
    .about .box5 .box-c .r{
        width: 100%;
    }
    /* .about .box5 .box-c .l .map{
        position: relative;
        width: 100%;
    }
    .about .box5 .box-c .l .map .mapImg{
        width: 100%;
        height: auto;
    } */
    .about .box4 .box-c .swiper-pagination{
        margin-top: 30px;
    }
    .about .box4 .box-c .swiper-slide li .item .label{
        font-size: 14px;
        padding: 4px 15px;
    }
    .about .box2 .box-c{
        flex-direction: column;
    }
    .about .box2 .box-c .r{
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-top: 45px;
    }
    .about .box5,
    .about .box3,
    .about .box2,
    .about .box1{
        padding: 70px 0;
    }
    .about .box6{
        padding-bottom: 70px;
    }
    .about .box7{
        padding: 70px 0 15px;
    }
    .about .box5 .box-c,
    .about .box4 .box-c,
    .about .box3 .box-c,
    .about .box1 .aboutBox1 .box-c{
        margin-top: 45px;
    }
    .about .box7 .box-c .swiper{
        padding: 45px 0;
    }
}
@media (max-width: 1024px) {
    .about .box8 .box-c .r{
        width: 37%;
    }
    .about .box8 .box-c .r .name{
        padding: .6em 0;
    }
    .about .box8 .box-c .l .icon img{
        width: 60px;
    }
    .about .box8 .box-c .l .text-box{
        padding-left: 78px;
        margin: 15px 0 30px;
        font-size: 16px;
        line-height: 26px;
    }
     .about .box8{
        padding-top: 60px;
    }
    .about .box8 .box-c{
        margin-top: 40px;
    }
	.about .box7 .box-c .swiper{
		padding: 40px 0;
	}
	.about .box7 .box-c .swiper-slide{
		width: 32%;
	}
	.about .box7 .box-c .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
    .about .box4 .box-c .swiper-pagination{
        margin-top: 20px;
    }
    .about .box5 .box-c,
    .about .box4 .box-c,
    .about .box3 .box-c,
    .about .box1 .aboutBox1 .box-c{
        margin-top: 40px;
    }
    .about .box2 .box-c .r{
        margin-top: 40px;
    }
    .about .box5,
    .about .box3,
    .about .box2,
    .about .box1{
        padding: 60px 0;
    }
    .about .box6{
        padding-bottom: 60px;
    }
    .about .box7{
        padding: 60px 0 15px;
    }
    .about .box2 .box-c .r li{
        height: auto;
        min-height: 0;
    }
    .about .box2 .box-c .r li .li-l{
        font-size: 22px;
    }
	.about .box4 .box-c .swiper-slide .list{
		grid-template-columns: repeat(1,1fr);
	}
}
@media (max-width: 768px) {
    .about .box8 .box-c .l .icon img{
        width: 40px;
    }
    .about .box8 .box-c .l .text-box{
        padding-left: 50px;
        margin: 10px 0 20px;
    }
    .about .box8 .box-c{
        flex-direction: column;
        gap: 25px;
    }
    .about .box8 .box-c .r,
    .about .box8 .box-c .l{
        width: 100%;
    }
     .about .box8{
        padding-top: 50px;
    }
    .about .box8 .box-c{
        margin-top: 30px;
    }
	.about .box7 .box-c .swiper{
		padding: 30px 0;
	}
    .about .box5 .box-c .l .map .iconItem{
        font-size: 12px;
        line-height: 1;
    }
    .about .box5 .box-c .l .map .iconItem .text-title{
        bottom: -2px;
    }
    .about .box5 .box-c .l .map .iconItem .iconfont{
        font-size: 18px;
    }
    .about .box5 .box-c,
    .about .box4 .box-c,
    .about .box3 .box-c,
    .about .box1 .aboutBox1 .box-c{
        margin-top: 30px;
    }
    .about .box2 .box-c .r li{
        flex-direction: column;
    }
    .about .box2 .box-c .r li .li-r{
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
    .about .box2 .box-c .r li .li-l{
        font-size: 20px;
    }
    .about .box2 .box-c .r{
        margin-top: 30px;
    }
    .about .box1 .aboutBox1 .box-t-r{
        width: 100%;
    }
    .about .box5,
    .about .box3,
    .about .box2,
    .about .box1{
        padding: 50px 0;
    }
    .about .box6{
        padding-bottom: 50px;
    }
    .about .box7{
        padding: 50px 0 15px;
    }
    .about .box6 .box-c{
        margin-top: 10px;
    }
	.about .box7 .box-c .swiper-slide{
		width: 49%;
	}
}
@media (max-width: 500px) {
    .about .box8 .box-c .l .icon img{
        width: 30px;
    }
    .about .box8 .box-c .l .text-box{
        padding-left: 23px;
    }
     .about .box8{
        padding-top: 40px;
    }
    .about .box8 .box-c{
        margin-top: 25px;
    }
	.about .box7 .box-c .swiper-slide{
		width: 100%;
	}
	.about .box7 .box-c .swiper{
		padding: 25px 0;
		/* width: 300px; */
	}
	.about .box4 .box-c .swiper-slide li .item .label{
		padding: 0 12px;
		line-height: 40px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
	}
    .about .box5 .box-c .l .map .iconItem .text-title{
        transform: translateX(-50%)scale(.7);
        transform-origin: center;
    }
    .about .box5 .box-c,
    .about .box4 .box-c,
    .about .box3 .box-c,
    .about .box1 .aboutBox1 .box-c{
        margin-top: 25px;
    }
    .about .box2 .box-c .r{
        margin-top: 25px;
    }
    .about .box2 .box-c .r li .li-l{
        font-size: 18px;
    }
    .about .box2 .box-c .r li .li-r{
        line-height: 23px;
        font-size: 14px;
    }
    .about .box5,
    .about .box3,
    .about .box2,
    .about .box1{
        padding: 40px 0;
    }
    .about .box6{
        padding-bottom: 40px;
    }
    .about .box7{
        padding: 40px 0 15px;
    }
}