.content-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box_1 {
    display: flex;
    /* max-width: 14rem; */
    column-gap: 0.5rem;
}

.content-left {
    width: 2.6rem;
}

.content-boxchild_1 {
    width: 2.6rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5201C;
}

.content-boxchild_1>p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*background: #E5201C;*/
}

.content-boxchild_2 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.content-boxchild_2>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.content-ul_1>li {
    width: 2.6rem;
    border-bottom: 0.01rem solid #666666;
}

.content-ul_1>li>a {
    display: block;
    text-decoration: none;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
}

.content-right {
    display: flex;
    justify-content: center;
    width: 10.9rem;
}

.content-title {
    width: 3.75rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #E5201C;
    line-height: 1.6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.content-titles {
    /* max-width: 10.9rem; */
    height: 6.84rem;
}


/* 滚动图 */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper {
    width: 100%;
    height: 3rem;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 0.10rem 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#mySwiper2 {
    width: 100%;
    height: 100%;
    padding-right: 0.2rem;
}

#mySwiper2>#mySwiper2_1 {
    width: 3.6rem;
    height: 0.8rem;
}

.mySwiper>.swiper-wrapper>.swiper-img {
    width: 2.47rem;
    height: 1.32rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: normal;
    font-size: 1.00rem;
    line-height: 0.98rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    opacity: 1;
}

.swipers {
    background: #FBFBFB;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: normal;
    font-size: 0.20rem;
    line-height: 1rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: relative;
}
.swipers::after{
    content: '';
    position: absolute;
    width: 3.4rem;
    height: 0.01rem;
    background: #D4D4D4;
    left: 0.15rem;
    bottom: 0;
}
.swipers {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    color: #666666;
    font-weight: bold;
    /*margin: 0 auto;*/
    /*width: 3.6rem;*/
}

.mySwiper {
    top: 1.37rem;
    /* left: 0.95rem; */
}

.swipers_1>p:first-child {
    text-align: center;
    color: #FFEFEF;
}

.swipers_1 {
    width: 2.47rem;
    height: 1.43rem;
    top: 0.8rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
}

.text-with-image {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    height: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.20rem;
    color: #333333;
    line-height: 1rem;
    text-align: center;
    font-style: normal;
    text-transform: none;

}

.text-with-image > p > .imgaa{
    transition: transform 0.3s ease;
}



.text-with-image > p > .imgaa:hover{
    transform: scale(1.05);
}


.content-title .swiper-button-next,
.content-title .swiper-button-prev {
    position: static;
    transform: translateX(-46.5%);
    background: #FBFBFB;
    width: 3.75rem;
    height: 0.9rem;
    align-content: center;
    color: #E5201C;
}

.content-title .swiper-button-prev {
    margin-left: 1.75rem;
}

.content-title .swiper-button-next {
    margin-left: 1.75rem;
    margin-top: 0;
}

.swiper-button-next::after {
    transform: scale(0.36) rotate(90deg);
}

.swiper-button-prev::after {
    transform: scale(0.36) rotate(90deg);
}

.content-title .swiper-button-next:hover,
.content-title .swiper-button-prev:hover {
    /*color: #E5201C;*/
    align-content: center;
}
.swiper-button-disabled::after{
    color: #707070;
}

.title-right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-right{
    width: 7.3rem;
}






.swiper-slide.swipers::before { 
    display: none;
    border-radius:  0 0.3rem 0 0;
    content: ""; 
    /*display: block; */
    width: 0; 
    height: 0; 
    border-style: solid; 
    border-width: 0 0.1rem 0.2rem 0.1rem; 
    border-color: transparent transparent #E5201C transparent;
    position:absolute;
    right: -0.18rem;
    top: 39%;
    transform: translate(-50%);
    transform: rotate(90deg);
}
.swiper-slide.active::before{
    display: block;
}
.swiper-slide.swipers.active {
    /* 这里添加 active 状态下的样式 */
    color: #fff;
    background-color: #E5201C;
}


@media only screen and (max-width: 1024px) {
    .content-box{
        padding: 0 0.3rem;
        margin-top: 50px;
    }
    .content-box_1{
        display: block;
        width: 100%;
    }
    .content-ul_1>li{
        width: auto;
    }
    .content-right{
        width: 100%;
    }
    .content-title{
        width: 0.75rem;
    }
    .title-right{
        width: 6.3rem;
    }
    .text-with-image > p > .imgaa{
        margin: auto;
    }
    .content-title .swiper-button-prev,.content-title .swiper-button-next{
        margin-left: 0.3rem;
        width: 0.75rem;
    }
    .swipers::after{
        left: 0;
    }
    .text-with-image p{
        font-size: 12px;
    }
    .content-ul_1>li>a{
        font-size: 14px;
    }
    .content_boxchild_2{
        margin-top: 0.3rem;
    }
}