.head-page .item:nth-child(2) span::after {
    width: 100%;
}

.head-page .item:nth-child(2) span {
    color: #2F639D;
}

.culture-page01 .width1200 {
    align-items: flex-start;
}

.culture-page01 .list {
    /* height: 175px; */
    width: 48.5%;
    margin-right: 3%;
    margin-top: 40px;
    background: #F3F3F5;
}

.culture-page01 .list:nth-child(2n) {
    margin-right: 0;
}

.culture-page01 .list .img {
    width: 41.58%;
}

.culture-page01 .list .texts {
    width: 58.42%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 0;
    box-sizing: border-box;
}

.culture-page01 .list .text {
    max-width: 226px;
    text-align: center;
}

.culture-page01 .list .con {
    margin-top: 24px;
}

.culture-page02 {
    background: #fbfbfb;
}

.culture-page02 .swiper-container {
    padding-bottom: 120px;
}

.culture-page02 .swiper-slide {
    width: 31.66%;
    height: 270px;
    margin-right: 2.51%;
}

.culture-page02 .swiper-pagination {
    bottom: 40px;
}

.culture-page02 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #2F639D;
    border-radius: 50%;
    opacity: 1;
}

.culture-page02 .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #2F639D;
    border: 1px solid #2F639D;
    border-radius: 50%;
}

@media only screen and (max-width: 960px) {
    .culture-page01 .list .con {
        margin-top: 10px;
    }
    .culture-page01 .list .texts {
        padding: 12px 0;
    }
    .culture-page02 .swiper-slide {
        height: 235px;
    }
    .culture-page02 .swiper-container {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 768px) {
    .culture-page01 .list {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
    .culture-page01 .list .img {
        display: none;
    }
    .culture-page01 .list .texts {
        width: 100%;
        padding: 15px 0;
    }
    .culture-page01 .list .con {
        margin-top: 8px;
    }
    .culture-page02 .swiper-slide {
        width: 100%;
    }
    .culture-page02 .swiper-container {
        padding-bottom: 60px;
    }
    .culture-page02 .swiper-pagination {
        bottom: 25px;
    }
    .culture-page02 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}