.performance_read_box{
    width: 100%;
    padding: calc(5px + 5rem) 0;
}
.performance_read{
    max-width: 1640px;
    width: 85%;
    margin: auto;
}
.performance_read_main{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.performance_read_left{
    width: 47.6829%;
}
.performance_read_left .p1{
font-family: Source Han Sans, Source Han Sans;
font-weight: 500;
font-size: calc(8px + 2rem);
color: #333333;
line-height: calc(10px + 3rem);
}
.performance_read_left_pic{
    width: 100%;
    height: calc(119px + 20rem);
    margin-top: calc(14px + 2rem);
}
.performance_read_left_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.performance_read_right{
    width: 48.8415%;
   
}
.performance_read_right_pic{
    width: 100%;
    height: calc(117px + 20rem);
}
.performance_read_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.performance_read_right .p2{
    width: 100%;
height: calc(20px + 5rem);
background: #52B246;
font-family: Source Han Sans, Source Han Sans;
font-weight: 700;
font-size: calc(6px + 1.5rem);
color: #FFFFFF;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.news_prev_next{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(7px + 0.5rem);
    margin-top: calc(16px + 4rem);
}
.news_prev_next p{
font-family: Source Han Sans, Source Han Sans;
font-weight: 350;
font-size: calc(6px + 0.5rem);
color: #666666;
line-height: calc(3px + 1rem);
}
.news_prev_next p:hover a{
    color: #52B246;
}

.tuijian_box {
    width: 100%;
}

.tuijian {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    padding-bottom: calc(5px + 5rem);
}

.tuijian_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tuijian_title .line {
    width: calc(20px + 4rem);
    height: calc(2px + 0.1rem);
    background: #52B246;
    margin-top: calc(4px + 1rem);
}

.tuijian_swiper{
    width: 100%;
    margin-top: calc(18px + 2rem);
}
.tj_swiper{
    width: 100%;
}
.tj_border{
    width: 100%;
height: calc(100px + 15rem);
background: #FAFAFA;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.tj_pic{
    width: 100%;
    height: calc(44px + 10rem);
}
.tj_pic img{
    height: 100%;
}
.tj_border .p1{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: 1;
    text-align: center;
    padding: calc(10px + 0.5rem) 0;
}

@media screen and (max-width: 1100px){
    .performance_read_main{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: calc(10px + 1rem);
      
    }
    .news_prev_next p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .performance_read_left{
        width: 100%;
    }
    .performance_read_right{
        width: 100%;
    }
    .performance_read_left_pic {
        height: calc(119px + 32rem);   
    }
    .performance_read_right_pic {
        height: calc(117px + 32rem);
    }
}