.culture_1_box {
    width: 100%;
    padding: calc(20px + 4rem) 0;
}

.culture_1 {
    max-width: 1740px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: flex-start;

    gap: calc(9px + 5rem);
}

.culture_1_pic {
    width: 51.7241%;
}

.culture_1_pic img {
    width: 100%;
    height: calc(60px + 20rem);
}

.culture_1_pic p {
    width: 100%;
    line-height: calc(20px + 4rem);
    background: #007BA3;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: calc(10px + 1rem);
    color: #FFFFFF;
}

.culture_1_right {
    flex: 1;
    padding-top: calc(7px + 0.5rem);
    background: url(../images/text_bg.png) no-repeat;
    background-position: bottom;
    background-size: calc(32px + 20rem);
    background-position-x: 80%;
}

.culture_1_right .p1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: calc(8px + 2rem);
    color: #333333;
    line-height: calc(10px + 3rem);
    margin-bottom: calc(8px + 1rem);
}

.culture_1_right .p2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: calc(2px + 1rem);
    color: #007BA3;
    line-height: calc(5px + 1.5rem);
   
}

.culture_1_right .p3 {
    width: calc(56px + 30rem);
    font-size: calc(10px + 0.5rem);
    color: #666666;
    line-height: calc(5px + 1.5rem);
}

.culture_2_box{
    width: 100%;
    background-color: #F6F9FE;
    padding-top: calc(15px + 2rem);
}
.culture_2{
    width: 100%;
    overflow: hidden;
    padding-bottom: calc(9px + 1.5rem);
}
.culture_2_nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(4px + 1.5rem);
    margin-top: calc(5px + 1.5rem);
}
.culture_2_nav_item{
    width: calc(10px + 10rem);
height: calc(8px + 3rem);
background: transparent;
border-radius: calc(42px + 5rem);
border: 1px solid #999999;
display: flex;
justify-content: center;
align-items: center;
font-family: Source Han Sans, Source Han Sans;
font-weight: 500;
font-size: calc(6px + 0.5rem);
color: #666666;
line-height: 1;
text-align: center;
cursor: pointer;
}
.culture_2_main{
    max-width: 1831px;
    width: 95%;
    float: right;
    overflow: hidden;
    margin-top: calc(1px + 3rem);
    background-color: #F6F9FE;
}
.culture_swiper{
    width: 100%;
}
.culture_swiper .swiper-slide{
    background-color: #F6F9FE;
}
.culture_2_pic{
    width: 100%;
    height: calc(96px + 15rem);
}
.culture_2_pic img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
}

.culture_pic_box p{
font-family: Source Han Sans, Source Han Sans;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #666666;
line-height: calc(10px + 1.5rem);
margin-top: calc(9px + 1rem);
}
.culture_2_nav_item_act{
    background-color: #007BA3;
    color: #ffffff;
    border: none;
}
.culture_main_swiper{
    display: none;
}

.culture_main_swiper:nth-of-type(2){
    display: block;
}

@media screen and (max-width: 1100px){
    .culture_1{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .culture_1_pic{
        width: 100%;
    }
    .culture_1_pic img{
        width: 100%;
        height: auto;
    }
    .culture_1_pic p{
        font-size: calc(10px + 1rem);
    }
    .culture_1_right .p1{
        font-size: calc(14px + 1rem);
    }
    .culture_1_right .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .culture_1_right .p3{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .culture_1_right{
        background-position-x: right;
        background-size: calc(110px + 11rem);
    }
    .culture_2_nav_item{
        width: calc(40px + 10rem);
        height: calc(18px + 3rem);
        font-size: calc(10px + 1rem);
    }
    .culture_2_main{
        width: 90%;
        float: none;
        margin: auto;
        margin-top: calc(10px + 5rem);
    }
    .culture_2_pic {
        height: calc(96px + 43rem);
    }
    .culture_pic_box p{
        font-size: calc(10px + 1rem);
    }
}