.banner {

    background: url("/img/csr/banner.jpg");

    background-size: cover;

}



.content_top {

    background: url("/img/csr/4_2_1index.jpg") no-repeat;

    background-size: cover;

    background-position: left bottom;

}



.content_bottom {

    background: url("/img/csr/4_2_11index.png") no-repeat;

    background-size: cover;

    background-position: left bottom;

}



.content_top .content_space {

    padding-top: 1.13rem;

    padding-bottom: 1.19rem;

}



.content_bg .content_top .content_width {

    display: flex;

}



.content_bg .content_top .content_width>div:nth-child(1) {

    width: 6.39rem;

    height: 5.23rem;

    margin-right: 0.68rem;

}



.content_bg .content_top .content_width .content_top_text {

    flex: 1;

}



.content_bg .content_top .content_width .content_top_text>p:nth-child(1) {

    margin-top: 0.69rem;

    margin-bottom: 0.74rem;

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: bold;

    font-size: 0.37rem;

    color: #2B66B0;

}



.content_bg .content_top .content_width .content_top_text>p:nth-child(2) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: bold;

    font-size: 0.22rem;

    color: #2B66B0;

    letter-spacing: 0.02rem;

    margin-bottom: 0.13rem;

}



.content_bg .content_top .content_width .content_top_text>p:nth-child(3) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: 400;

    font-size: 0.16rem;

    color: #0A0A0A;

    line-height: 0.3rem;

}



.content_bg .content_top .content_width .content_top_text>p:nth-child(4) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: bold;

    font-size: 0.22rem;

    color: #2B66B0;

    letter-spacing: 0.02rem;

    margin-bottom: 0.13rem;

    margin-top: 0.33rem;

}



.content_bg .content_top .content_width .content_top_text>p:nth-child(5) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: 400;

    font-size: 0.16rem;

    color: #0A0A0A;

    line-height: 0.3rem;

}



.content_center .content_width {

    padding: 1.32rem 0.75rem 1.42rem 0.36rem;

    display: flex;

    justify-content: center;

    align-items: center;

}



.content_center .content_width .content_center_img {

    background: url("/img/csr/4_2_10index.png");

    background-size: cover;

    width: 5.59rem;

    height: 5.63rem;

    display: flex;

    justify-content: center;

    align-items: center;

}



.content_center .content_center_icon {

    width: 1rem;

    height: 1rem;

    transition: var(--m_tran) background;

    cursor: pointer;

}

.content_center .content_left .content_left_three,

.content_center .content_left .content_left_one {

    margin-right: -1.2rem;

}



.content_center .content_right .content_right_three,

.content_center .content_right .content_right_one {

    margin-left: -1.2rem

}



.content_center .content_left,

.content_center .content_right {

    display: flex;
    
    width: 27.9%;

    flex-direction: column;

    justify-content: space-between;

}



.content_center .content_left>div,

.content_center .content_right>div {

    display: flex;

    flex-direction: column;

    align-items: center;

}
.content_center .content_left>div img,

.content_center .content_right>div img{
        object-fit: contain;
}


.content_center .content_left p,

.content_center .content_right p {

    margin-top: 0.23rem;

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-size: 0.3rem;

    color: #0068B7;
    
    text-align: center;
}



.content_center .content_left .content_left_two {

    margin-right: 1.74rem;

    padding: 1.12rem 0;

}



.content_center .content_right .content_right_two {

    margin-left: 1.74rem;

    padding: 1.12rem 0;

}



.content_center .content_center_img>p {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: bold;

    font-size: 0.34rem;
line-height: 0.5rem;

    color: #FFFFFF;

    text-align: center;

}



.content_bottom .content_width>div:nth-child(1) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: bold;

    font-size: 0.37rem;
    color: #2B66B0;

    letter-spacing: 0.02rem;

    text-align: center;

}



.content_bottom .content_width>div:nth-child(2) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: 400;

    font-size: 0.16rem;

    color: #0A0A0A;

    line-height: 0.3rem;

    margin: 0.36rem 0 0.7rem 0;

}



.content_bottom .content_space {

    padding-top: 0.9rem;

    padding-bottom: 0.66rem;

}



.CSR .swiper-slide img {

    width: 6.19rem;

    height: 4.05rem;

}



.CSR .swiper-slide>div>div {

    font-weight: bold;

    font-size: 0.2rem;

    color: #000000;

    line-height: 0.3rem;

    text-align: center;

    margin-top: 0.14rem;

}

.CSR .swiper-slide:not(.swiper-slide-active){

    opacity: 0 !important;

}

.CSR .swiper-slide.swiper-slide-prev,.CSR .swiper-slide.swiper-slide-next{

 opacity: 0.2 !important;

}

.content_top > .content_space >.scale_box{
  border-radius: 0.4rem;
}

.scale_img_hover{
    width: 1rem;
    height: 1rem;
    display: none;
 cursor: pointer;
transform: var(--m_tran) display;
}
.scale_img{
    width: 1rem;
    height: 1rem;
 cursor: pointer;
transform: var(--m_tran) display;
}


.scale_img_wrap:hover .scale_img_hover{
display:block
}
.scale_img_wrap:hover .scale_img{
display:none
}


/* .CSR .swiper-slide{

    width:4.29rem !important;

}

.CSR .swiper-slide-active{

    width:6.19rem !important;

}

.CSR .swiper-slide>img{

    width:4.29rem !important;

    height: auto;

}

.CSR .swiper-slide-active>img{

    width:6.19rem !important;

    height: auto;

} */

@media only screen and (max-width: 1024px) {
    .content_bg .content_top .content_width{
        display: block;
    }
    .content_bg .content_top .content_width .content_top_text>p:nth-child(2){
        font-size: 14px;
    }
    .content_bg .content_top .content_width .content_top_text>p:nth-child(3){
        font-size: 12px;
    }
    .content_center .content_width{
        padding-left: 0;
    padding-right: 0;
    }
    .content_center .content_left .content_left_two{
        margin-right:0;
    }
    .content_center .content_width .content_center_img{
        width: 2.59rem;
    height: 2.63rem;
    }
    .content_center .content_right .content_right_two{
        margin-left:0;
    }
    .content_center .content_left p, .content_center .content_right p{
        font-size: 14px;
    }
    .content_bottom .content_width>div:nth-child(2){
        font-size: 12px;
    }
    .CSR .swiper-slide>div>div{
        font-size: 12px;
    }
}