.about {
    background-color: #222222;
}

.about .box1 {
    position: relative;
    height: 200vh;
}

.about .box1 .container {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.about .box1 .container .bg .radius-shadow,
.about .box1 .container .bg {
    position: absolute;
    left: 0;
    top: 0;
}

.about .box1 .container .bg .radius-shadow,
.about .box1 .container .bg .pic img,
.about .box1 .container .bg .pic,
.about .box1 .container .bg {
    width: 100%;
    height: 100%;
}

.about .box1 .container .bg .pic img {
    object-fit: cover;
    transform: scale(1);
    border-radius: 0;
    /* clip-path: inset(10px 20px 30px 40px round 10px); */
}

.about .box1 .container .bg .radius-shadow {
    transform: scale(.3);
    box-shadow: 0 0 900vw 900vw #222;
    border-radius: 600px;
    z-index: 3;
}

.about .box1 .container .box-c {
    position: relative;
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    z-index: 3;
}

.about .box1 .container .box-c .l,
.about .box1 .container .box-c .r {
    /* width: 435px; */
    width: 31%;
}

.about .box1 .container .box-c .l {
    transform: translateX(24.19%);
}
.about .box1 .container .box-c .r {
    transform: translateX(-24.19%);
}

.about .box1 .container .box-c .r img {
    display: block;
    width: 100%;
}
.about .box1 .container .box-c .l img{
    display: block;
    width: 54.94%;
}
.about .box1 .redBg {
    position: absolute;
    left: 1.14%;
    top: 100%;
    width: 97.33%;
    display: block;
    transform: translateY(-135px);
    z-index: 2;
}

.aboutTitle {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
}

.about .box2 {
    position: relative;
    padding: 108px 0 155px;
    z-index: 3;
}

.about .box2 .text-box {
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    margin-top: 1.6em;
}

.about .box2 .text-box p:not(:last-child) {
    margin-bottom: 1em;
}

.about .box4,
.about .box3 {
    position: relative;
    z-index: 3;
}

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

.about .box3 .box-c .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    padding: 0 36px;
}

.about .box3 .box-c .list li:nth-child(3n+1),
.about .box3 .box-c .list li:nth-child(3n) {
    margin-top: 64px;
}

.about .box3 .box-c .list li .liBox {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px 10px 46px;
    text-align: center;
}

.about .box3 .box-c .list li .picCover {
    padding-top: 105.88%;
}

.about .box3 .box-c .list li .picCover .pic {
    border-radius: 5px;
}

.about .box3 .box-c .list li .text-title {
    font-family: Anton;
    font-weight: 400;
    color: #222222;
    line-height: 1;
    margin-top: 38px;
    transition: all .6s;
}

.about .box3 .box-c .list li:hover .text-title {
    color: rgba(238, 69, 55, 1);
}

.about .box4 {
    margin: 140px 0;
}

.about .box4 .bg {
    position: absolute;
    display: block;
    top: 35px;
    width: 65.93%;
    right: 7.39%;
    z-index: 2;
}

.about .box4 .content1280 {
    position: relative;
    z-index: 3;
}

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

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

.about .box4 .box-c .list .item .picCover {
    padding-top: 66.66%;
}

.about .box4 .box-c .list .item .picCover .pic {
    border-radius: 10px;
}

.about .box4 .box-c .list .item .text-title {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
    margin-top: 29px;
    transition: all .6s;
    ;
}

.about .box4 .box-c .list .item:hover .text-title {
    color: rgba(238, 69, 55, 1);
}

.about .box4 .box-c .list li:nth-child(2) {
    padding-top: 33.33%;
}

.about .box5 {
    position: relative;
    z-index: 5;
}

.about .box5 .list li {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
}

.about .box5 .list li:not(:last-child) {
    margin-bottom: 10px;
}

.about .box5 .list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #CF281A, #F84E40);
    border-radius: 20px;
    opacity: 0;
    transition: all .6s;
}

.about .box5 .list li:hover::before {
    opacity: 1;
}

.about .box5 .list li .liBox {
    position: relative;
    display: flex;
    padding: 76px 161px;
    font-weight: 400;
    color: #222222;
    line-height: 1.2;
    z-index: 3;
    transition: all .6s;
}

.about .box5 .list li:hover .liBox {
    color: #fff;
}

.about .box5 .list li .li-l {
    width: 121px;
}

.about .box5 .list li .li-c {
    position: relative;
    width: 300px;
    margin: 0 60px;
    opacity: 0;
    transform: translateY(-30px);
    transition: all .6s;
}

.about .box5 .list li:hover .li-c {
    opacity: 1;
    transform: translateY(0);
}

.about .box5 .list li .li-c .pic {
    position: absolute;
    left: 0;
    bottom: -48px;
    width: 100%;
    border-radius: 10px;
}

.about .box5 .list li .li-c .pic img {}

.about .box5 .list li .li-r {
    flex: 1;
}

.about .box6 {
    padding-top: 131px;
    position: relative;
    z-index: 3;
}

.about .box6.active {
    position: sticky;
    top: 0;
    left: 0;
}

.about .box6 .bg {
    position: absolute;
    top: -210px;
    right: 0;
    display: block;
    width: 566px;
}

.about .box6 .box-c {
    position: relative;
    z-index: 4;
}

.about .box6 .box-c .swiper {
    /* height: 100vh; */
    padding: 102px 13.5% 131px;
}

.about .box6 .box-c .aboutTitle {
    /* position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    transform: translateY(-310%); */
}
.about .box14 .box-c .swiper .swiper-wrapper,
.about .box6 .box-c .swiper .swiper-wrapper {
    /* white-space: nowrap; */
    /* align-items: center; */
    transition-duration: .3s !important;
}

.about .box6 .box-c .swiper-slide {
    position: relative;
    width: auto;
    display: flex;
}

.about .box6 .box-c .swiper-slide:not(:first-child) {
    padding-left: 174px;
}

.about .box6 .box-c .swiper-slide .years {
    color: #fff;
    /*  */
    line-height: 1;
    margin-bottom: 48px;
    transition: all .6s;
}

.about .box6 .box-c .swiper-slide-active .years {
    color: rgba(238, 69, 55, 1);
}

.about .box6 .box-c .swiper-slide .text {
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.about .box6 .box-c .swiper-slide1 {
    text-align: center;
    padding-right: 40px;
}

.about .box6 .box-c .swiper-slide1 .years {
    color: #FFFFFF;
    background: linear-gradient(to right, #CF281A 0.1220703125%, #F84E40 96.6064453125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: .33em;
}

.about .box6 .box-c .swiper-slide1 .text {
    background: linear-gradient(-90deg, #CF281A 0.1220703125%, #F84E40 96.6064453125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about .box6 .box-c .swiper-slide .slide-l {
    padding-top: 86px;
}

.about .box6 .box-c .swiper-slide .slide-r {
    position: relative;
    width: 400px;
    height: 300px;
    background: #DEDEDE;
    border-radius: 10px;
    margin-left: 40px;
    z-index: 3;
}

.about .box6 .box-c .swiper-slide .slide-r .pic,
.about .box6 .box-c .swiper-slide .slide-r .pic img {
    height: 100%;
    width: 100%;
}

.about .box6 .box-c .swiper-slide .slide-r .pic {
    border-radius: 10px;
}

.about .box6 .box-c .swiper-slide .slide-r .pic img {
    object-fit: cover;
}

.about .box6 .box-c .swiper-slide .line {
    position: absolute;
    left: 0;
    top: 154px;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
}

.about .box6 .box-c .swiper-slide:nth-child(2) .line::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(-90deg, #CF281A, #F84E40);
    border-radius: 50%;
}

.about .box6 .box-c .swiper-slide .line::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background: rgba(238, 69, 55, 1);
    transition: all .6s;
}

.about .box6 .box-c .swiper-slide.active .line::after {
    width: 100%;
}

.about .box7 {
    position: relative;
    z-index: 3;
}

.about .box7 .bg {
    position: absolute;
    display: block;
    top: -178px;
    left: 0;
    width: 45.31%;
    z-index: 2;
}

.about .box7 .content520 {
    position: relative;
    z-index: 3;
}

.about .box7 .box-c {
    position: relative;
    margin-top: 58px;
    padding: 0 9.46%;
}

.about .box7 .box-c .swiper-slide {
    width: 23.57%;
}

.about .box7 .box-c .swiper-slide:not(:last-child) {
    margin-right: 1.9%;
}

.about .box7 .box-c .swiper-slide:nth-child(2n) {
    padding-top: 60px;
}

.about .box7 .box-c .swiper-slide .img {
    border-radius: 10px;
    border: 1px dashed rgba(222, 222, 222, .3);
    padding: 20px 15px;
}

.about .box7 .box-c .swiper-slide .picCover {
    padding-top: 132%;

}

.about .box7 .box-c .swiper-slide .picCover .pic {
    border-radius: 10px;
}

.about .box7 .box-c .swiper-slide .text-box {
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.66;
    margin-top: 28px;
}

.about .box7 .box-c .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    transition: all .6s;
}

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

.about .box7 .box-c .btn.btn-prev {
    left: 86px;
}

.about .box7 .box-c .btn.btn-next {
    right: 86px;
}

.about .box7 .box-c .btn:not(.swiper-button-disabled) {
    cursor: pointer;
}

.about .box7 .box-c .btn:hover:not(.swiper-button-disabled) {
    color: rgba(238, 69, 55, 1);
}

.about .box7 .box-c .btn.swiper-button-disabled {
    opacity: .3;
    cursor: not-allowed;
}

.about .box8 {
    position: relative;
    margin-top: 180px;
    z-index: 4;
}

.about .box8 .des {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.25;
    text-align: center;
    margin-top: 55px;
}

.about .box8 .box-c {
    margin-top: 50px;
}

.about .box8 .box-c .swiper {
    overflow: visible;
    height: 412px;
}

.about .box8 .box-c .swiper-slide {
    width: 400px;
    height: 300px;
}

.about .box8 .box-c .swiper-slide-active {
    width: 550px;
    height: 412px;
    transition: all .6s;
}

.about .box8 .box-c .swiper-slide .picCover {
    padding-top: 75%;
}

.about .box8 .box-c .swiper-slide .picCover .pic {
    border-radius: 10px;
}

.about .box8 .box-c .btns {
    margin-top: 56px;
    display: flex;
    width: 550px;
    justify-content: flex-end;
    gap: 10px;
}

.about .box8 .box-c .btns .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    transition: all .6s;
    cursor: pointer;
}

.about .box8 .box-c .btns .btn:hover {
    background: rgba(248, 78, 64, 1);
    border-color: rgba(248, 78, 64, 1);
}

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

.about .box9 {
    position: relative;
    z-index: 3;
    padding: 90px 0 30px;
    background-color: #222;
}

.about .box9 .box-c {
    transform: rotate(-4deg);
}

.about .box9 .text-box {
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    transform: translateX(-300px);
}

.about .box10 {
    position: relative;
    transform: rotate(-4deg);
    z-index: 3;
    background-color: #fff;
}

.about .box10::before {
    position: absolute;
    left: -50%;
    top: 0;
    content: "";
    width: 200%;
    height: 100%;
    background-color: #fff;
}

.about .box10::after {
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100px;
    background-color: #fff;
    display: block;
    transform: rotate(4deg);
}

.about .box10 .content1400 {
    position: relative;
    padding: 150px 0 113px;
    /* background-color: #fff; */
    transform: rotate(4deg);
    z-index: 4;
}
.about .box12 .aboutTitle,
.about .box11 .aboutTitle,
.about .box10 .aboutTitle {
    color: #222;
}

.about .box10 .box-c {
    margin-top: 55px;
}

.about .box10 .box-c .list {
    display: flex;
    justify-content: center;
}

.about .box10 .box-c li {
    width: 14.28%;
}

.about .box10 .box-c li .pic {
    border-radius: 50%;
}

.about .box10 .box-c .icon {
    position: relative;
    width: 7.15%;
}

.about .box10 .box-c .icon .picCover {
    padding-top: 200%;
}

.about .box10 .box-c .icon .iconfont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(248, 78, 64, 1);
    font-size: 24px;
    font-weight: bold;
}

.about .box10 .box-c .text-title {
    font-size: 18px;
    color: #222222;
    line-height: 1.66;
    margin-top: 22px;
    text-align: center;
    transition: all .6s;
}

.about .box10 .box-c li:hover .text-title {
    color: rgba(238, 69, 55, 1);
}

.about .box11 {
    position: relative;
    background-color: #fff;
    z-index: 3;
    margin-top: -2px;
}

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

.about .box11 .box-c .list li {
    display: flex;
}

.about .box11 .box-c .list li:not(:last-child) {
    margin-bottom: 41px;
}

.about .box11 .box-c .list li:nth-child(2n) {
    flex-direction: row-reverse;
}

.about .box11 .box-c .list li>div {
    width: 50%;
}

.about .box11 .box-c .list li .pic {
    border-radius: 20px;
}

.about .box11 .box-c .list li .pic img {
    height: 100%;
    object-fit: cover;
}

.about .box11 .box-c .list li .text-box {
    padding: 0 55px;
    align-self: center;
    text-align: center;
}

.about .box11 .box-c .list li .text-title {
    margin-bottom: 1em;
}
.about .box11 .box-c .list li .text{
    word-break: break-all;
}
.about .box12{
    padding: 120px 0 240px;
    background-color: #fff;
}
.about .box12 .des{
    color: #222222;
    line-height: 1.6;
    text-align: center;
    margin-top: .7em;
} 
.about .box12 .img{
    position: relative;
    width: 960px;
    margin: 43px auto 0;
    max-width: 86%;
}
.about .box12 .img .pic{
    position: relative;
    z-index: 2;
    border-radius: 20px;
}
.about .box12 .img .icon{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 33.85%;
    height: 32.4%;
    background: linear-gradient(-90deg, #CF281A, #F84E40);
    border-radius: 20px;
    transform: translateX(17.84%) translateY(25.77%);
}
.about .box13{
    padding: 136px 0 146px;
}
.about .box13 .box-c{
    margin-top: 68px;
}
.about .box13 .box-c .list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 27px;
}
.about .box13 .box-c .list li:nth-child(2n){
    padding-top: 40px;
}
.about .box13 .box-c .list li .item:not(:last-child){
    margin-bottom: 27px;
}
.about .box13 .box-c .list li .item{
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
}
.about .box13 .box-c .list li .item .picCover{
    padding-top: 54.54%;
}
.about .box13 .box-c .list li .item .picCover .pic img{
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%;
}
.about .box14{
    padding-bottom: 206px;
}
.about .box14 .des{
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    margin-top: 1em;
}
.about .box14 .box-c{
    margin-top: 45px;
}
.about .box14 .box-c .swiper{
    overflow: visible;
}
.about .box14 .box-c .swiper-slide{
    padding: 53px 40px 60px;
    width: 680px;
    background: #FFFFFF;
    border-radius: 10px;
}
.about .box14 .box-c .swiper-slide:not(:last-child){
    margin-right: 40px;
}
.about .box14 .box-c  .swiper-slide .text-box{
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.about .box14 .box-c  .swiper-slide .star{
    margin-top: 20px;
    display: flex;
    gap: 4px;
    color: rgba(209, 42, 27, 1);
}
.about .box14 .box-c  .swiper-slide .star .iconfont{
    font-size: 20px;
}
.about .box14 .box-c  .swiper-slide .slide-b{
    margin-top: 34px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about .box14 .box-c  .swiper-slide .slide-b-l{
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 30px;
}
.about .box14 .box-c  .swiper-slide .slide-b-l img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.about .box14 .box-c  .swiper-slide .slide-b-l .name{
    flex: 1;
    margin-left: 14px;
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 1500px) {
    /* .about .box1 .container .box-c{
        width: 1100px;
    } */
}
@media (max-width: 1440px) {
    .about .box6 .box-c .swiper{
        padding-left: 3%;
        padding-right: 3%;
    }
    .about .box5 .list li .liBox{
        padding: 60px 50px;
    }    
    .about .box5 .list li .li-c{
        width: 260px;
        transform: translateY(-20px);
    }
    .about .box6 .box-c .swiper-slide .line{
        top: 150px;
    }
    .about .box7 .box-c{
        padding: 0 30px;
    }
    .about .box7 .box-c .btn.btn-prev{
        left: 0;
    }
    .about .box7 .box-c .btn.btn-next{
        right: 0;
    }
}
@media (max-width: 1280px) {
    .about .box1 .container .bg .radius-shadow{
        border-radius: 400px;
    }
    .about .box6 .box-c .swiper-slide .line{
        top: 142px;
    }
    .about .box6 .box-c .swiper-slide:not(:first-child){
        padding-left: 130px;
    }
}
@media (max-width: 1199px) {
    .about .box7 .box-c .swiper-slide .text-box{
        margin-top: 20px;
    }
    .about .box6 .box-c .swiper-slide:not(:first-child){
        padding-left: 90px;
    }
    .about .box6 .box-c .swiper-slide .text{
        font-size: 16px;
    }
    .about .box6 .box-c .swiper-slide .slide-r{
        width: 300px;
        height: 225px;
    }
    .about .box6 .box-c .swiper-slide .line{
        top: 136px;
    }
    .about .box6 .box-c .swiper-slide .years{
        font-size: 24px;
    }
    .about .box2 .text-box{
        font-size: 24px;
    }
    .about .box8{
        margin-top: 90px;
    }
    .about .box6{
        padding-top: 90px;
    }
    .about .box14{
        padding-bottom: 90px;
    }
    .about .box6 .box-c .swiper{
        padding: 55px 3% 90px;
    }
    .about .box4{
        margin: 90px 0;
    }
    .about .box13,
    .about .box12,
    .about .box10 .content1400,
    .about .box2{
        padding: 90px 0;
    }
    .about .box8 .box-c .btns,
    .about .box13 .box-c,
    .about .box11 .box-c,
    .about .box7 .box-c,
    .about .box4 .box-c,
    .about .box3 .box-c{
        margin-top: 55px;
    }
    .about .box3 .box-c .list{
        gap: 36px;
    }
    .about .box5 .list li .li-r{
        font-size: 24px;
    }
    .about .box5 .list li .li-c{
        width: 210px;
    }
    .about .box8 .box-c .btns .btn{
        width: 50px;
        height: 50px;
    }
    .about .box14 .des{
        font-size: 24px;
    }
    .about .box14 .box-c .swiper-slide{
        width: 580px;
    }
}
@media (max-width: 1024px) {
    .about .box14 .des{
        font-size: 22px;
    }
    .about .box7 .box-c .swiper-slide{
        width: 33%;
    }
    .about .box7 .box-c .swiper-slide:not(:last-child){
        margin-right: 2%;
    }
    .about .box7 .box-c .swiper-slide .text-box{
        font-size: 16px;
        margin-top: 15px;
    }
    .about .box5 .list li .liBox{
        flex-wrap: wrap;
        padding: 30px;
    }
    .about .box5 .list li .li-l{
        width: 100%;
        margin-bottom: 20px;
    }
    .about .box5 .list li .li-c{
        transform: translateY(0);
        opacity: 1;
        margin-left: 0;
        margin-right: 30px;
    }
    .about .box5 .list li .li-r{
        font-size: 20px;
    }
    .about .box5 .list li .li-c .pic{
        position: relative;
        bottom: 0;
    }
    .about .box3 .box-c .list{
        padding: 0;
        gap: 19px;
    }
    .about .box3 .box-c .list li .text-title{
        margin-top: 1em;
    }
    .about .box3 .box-c .list li .liBox{
        padding-bottom: 40px;
    }
    .about .box2 .text-box{
        font-size: 20px;
    }
    .about .box8{
        margin-top: 80px;
    }
    .about .box6{
        padding-top: 80px;
    }
    .about .box14{
        padding-bottom: 80px;
    }
    .about .box6 .box-c .swiper{
        padding: 50px 3% 80px;
    }
    .about .box4{
        margin: 80px 0;
    }
    .about .box13,
    .about .box12,
    .about .box10 .content1400,
    .about .box2{
        padding: 80px 0;
    }
    .about .box8 .box-c .btns,
    .about .box8 .des,
    .about .box13 .box-c,
    .about .box11 .box-c,
    .about .box7 .box-c,
    .about .box4 .box-c,
    .about .box3 .box-c{
        margin-top: 50px;
    }
    .about .box4 .box-c .list{
        gap: 30px;
    }
    .about .box4 .box-c .list .item .text-title{
        font-size: 22px;
    }
    .about .box8 .des{
        font-size: 20px;
    }
    .about .box8 .box-c .swiper-slide{
        width: 300px;
        height: 255px;
    }
    .about .box8 .box-c .swiper-slide-active{
        width: 411px;
        height: 308px;
    }
    .about .box8 .box-c .swiper{
        height: 308px;
    }
    .about .box8 .box-c .btns{
        width: 411px;
    }
    .about .box9{
        padding-top: 80px;
    }
    .about .box11 .box-c .list li .text{
        font-size: 20px;
    }
    .about .box11 .box-c .list li .text-title{
        font-size: 24px;
        margin-bottom: .5em;
    }
    .about .box11 .box-c .list li .text-box{
        padding: 0 30px;
    }
}
@media (max-width: 768px) {
    .about .box14 .box-c .swiper-slide:not(:last-child){
        margin-right: 30px;
    }
    .about .box14 .box-c .swiper-slide{
        width: 400px;
        max-width: 100%;
    }
    .about .box14 .box-c .swiper-slide .slide-b-r{
        width: 60px;
    }
    .about .box14 .box-c .swiper-slide .slide-b-l img{
        width: 44px;
        height: 44px;
    }
    .about .box14 .box-c .swiper-slide .slide-b-l .name{
        font-size: 16px;
    }
    .about .box14 .box-c .swiper-slide .star{
        margin-top: 10px;
    }
    .about .box14 .box-c .swiper-slide .slide-b{
        margin-top: 20px;
    }
    .about .box14 .box-c .swiper-slide{
        padding: 30px;
    }
    .about .box14 .box-c .swiper-slide .text-box{
        font-size: 16px;
    }
    .about .box14 .des{
        font-size: 20px;
    }
    .about .box11 .box-c .list li .text-title{
        font-size: 20px;
    }
    .about .box11 .box-c .list li .text{
        font-size: 16px;
    }
    .about .box11 .box-c .list li:nth-child(2n+1) .text-box{
        padding-right: 0;
    }
    .about .box11 .box-c .list li:nth-child(2n) .text-box{
        padding-left: 0;
    }
    .about .box10 .box-c .icon .picCover{
        padding-top: 257%;
    }
    .about .box10 .box-c .icon{
        width: 9.33%;
    }
    .about .box10 .box-c li{
        width: 24%;
    }
    .about .box10 .box-c .list{
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 30px 0;
    }
    .about .box10 .box-c .text-title{
        margin-top: 17px;
    }
    .about .box9{
        padding-top: 70px;
    }
    .about .box8 .box-c .swiper-slide{
        width: 260px;
        height: 195px;
    }
    .about .box8 .box-c .btns,
    .about .box8 .box-c .swiper-slide-active{
        width: 356px;
    }
    .about .box8 .box-c .swiper,
    .about .box8 .box-c .swiper-slide-active{
        height: 267px;
    }
    .about .box8 .box-c .btns .btn{
        width: 40px;
        height: 40px;
    }
    .about .box7 .box-c .swiper-slide{
        width: 48%;
    }
    .about .box7 .box-c .swiper-slide:not(:last-child){
        margin-right: 4%;
    }
    .about .box5 .list li .li-l{
        font-size: 22px;
    }
    .about .box5 .list li .li-r{
        font-size: 16px;
    }
    .about .box4 .box-c .list{
        gap: 20px;
    }
    .about .box4 .box-c .list .item .text-title{
        font-size: 18px;
        margin-top: 14px;
    }
    .about .box3 .box-c .list li .text-title{
        font-size: 18px;
    }
    .about .box3 .box-c .list li .liBox{
        padding-bottom: 25px;
    }
    .about .box2 .text-box{
        font-size: 18px;
    }
    .about .box8{
        margin-top: 70px;
    }
    .about .box6{
        padding-top: 70px;
    }
    .about .box14{
        padding-bottom: 70px;
    }
    .about .box6 .box-c .swiper{
        padding: 45px 3% 70px;
    }
    .about .box4{
        margin: 70px 0;
    }
    .about .box13,
    .about .box12,
    .about .box10 .content1400,
    .about .box2{
        padding: 70px 0;
    }
    .about .box8 .box-c .btns,
    .about .box8 .des,
    .about .box13 .box-c,
    .about .box11 .box-c,
    .about .box7 .box-c,
    .about .box4 .box-c,
    .about .box3 .box-c,
    .about .box10 .box-c,
    .about .box8 .des{
        margin-top: 45px;
    } 
    .about .box1 .container .bg .radius-shadow{
        transform: scale(.4);
        border-radius: 300px;
    }
    .about .box6 .box-c .swiper-slide:nth-child(2) .line::before{
        width: 10px;
        height: 10px;
    }
    .about .box6 .box-c .swiper-slide .line{
        height: 2px;
    }
    .about .box6 .box-c .swiper-slide1{
        padding-right: 20px;
    }
    .about .box6 .box-c .swiper-slide:not(:first-child){
        padding-left: 40px;
    }
    .about .box6 .box-c .swiper-slide .years{
        margin-bottom: 30px;
    }
    .about .box6 .box-c .swiper-slide1 .years{
        margin-bottom: .33em;
    }
    .about .box6 .box-c .swiper-slide .slide-l{
        padding-top: 49px;
    }
    .about .box6 .box-c .swiper-slide .line{
        top: 92px;
    }
    .about .box6 .box-c .swiper-slide .slide-r{
        width: 243px;
        height: 182px;
    }
    .about .box13 .box-c .list{
        gap: 17px;
    }
    .about .box13 .box-c .list li .item:not(:last-child){
        margin-bottom: 19px;
    }
}
@media (max-width: 500px) {
    .about .box13 .box-c .list{
        gap: 10px;
    }
    .about .box13 .box-c .list li .item:not(:last-child){
        margin-bottom: 10px;
    }
    .about .box14 .box-c .swiper-slide .slide-b-r{
        width: 50px;
    }
    .about .box14 .box-c .swiper-slide .star .iconfont{
        font-size: 18px;
    }
    .about .box14 .box-c .swiper-slide .text-box{
        font-size: 14px;
    }
    .about .box14 .box-c .swiper-slide{
        padding: 25px;
    }
    .about .box14 .des{
        font-size: 18px;
    }
    .about .box11 .box-c .list li .text-title{
        font-size: 16px;
    }
    .about .box11 .box-c .list li .text{
        font-size: 14px;
    }
    .about .box11 .box-c .list li:not(:last-child){
        margin-bottom: 30px;
    }
    .about .box10 .box-c .list{
        gap: 20px 0;
    }
    .about .box10 .box-c .text-title{
        margin-top: 10px;
        font-size: 14px;
    }
    .about .box10 .box-c .icon .iconfont{
        font-size: 18px;
    }
    .about .box9{
        padding-top: 60px;
    }
    .about .box8 .box-c .swiper-slide{
        width: 356px;
        height: 267px;
    }
    .about .box7 .box-c .swiper-slide .img{
        padding: 7px;
    }
    .about .box7 .box-c .swiper-slide .text-box{
        font-size: 14px;
        margin-top: 10px;
    }
    .about .box6 .box-c .swiper-slide:not(:first-child){
        padding-left: 30px;
    }
    .about .box6 .box-c .swiper-slide .slide-l{
        max-width: 249px;
    }
    .about .box6 .box-c .swiper-slide .line{
        top: 83px;
    }
    .about .box6 .box-c .swiper-slide:not(.swiper-slide) .years{
        margin-bottom: 20px;
    }
    .about .box6 .box-c .swiper-slide .years{
        font-size: 18px;
    }
    .about .box6 .box-c .swiper-slide1 .years{
        font-size: 20px;
    }
    .about .box6 .box-c .swiper-slide .text{
        font-size: 14px;
    }
    .about .box5 .list li .li-c{
        margin-right: 20px;
        width: 180px;
    }
    .about .box5 .list li .liBox{
        padding: 20px;
    }
    .about .box5 .list li .li-l{
        font-size: 20px;
        margin-bottom: 13px;
    }
    .about .box5 .list li .li-r{
        font-size: 14px;
    }
    .about .box4 .box-c .list .item .text-title{
        font-size: 16px;
        margin-top: 10px;
    }
    .about .box3 .box-c .list li .liBox{
        padding: 5px 5px 15px;
    }
    .about .box3 .box-c .list li .text-title{
        font-size: 16px;
    }
    .about .box3 .box-c .list{
        gap: 10px;
    }
    .aboutTitle{
        font-size: 20px;
    }
    .about .box2 .text-box{
        font-size: 16px;
        margin-top: 1.3em;
    }
    .about .box8{
        margin-top: 60px;
    }
    .about .box6{
        padding-top: 60px;
    }
    .about .box14{
        padding-bottom: 60px;
    }
    .about .box6 .box-c .swiper{
        padding: 35px 3% 60px;
    }
    .about .box4{
        margin: 60px 0;
    }
    .about .box13,
    .about .box12,
    .about .box10 .content1400,
    .about .box2{
        padding: 60px 0;
    }
    .about .box8 .box-c .btns,
    .about .box8 .des,
    .about .box13 .box-c,
    .about .box11 .box-c,
    .about .box7 .box-c,
    .about .box4 .box-c,
    .about .box3 .box-c,
    .about .box10 .box-c,
    .about .box8 .des,
    .about .box14 .box-c{
        margin-top: 35px;
    }
    .about .box12 .img{
        margin-top: 30px;
    }
    .about .box12 .des{
        font-size: 18px;
    }
}