.banner-img {
    width: 100%;
}

.culture-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
}

.culture-box>span:nth-child(1),
.culture-box>span:nth-child(3) {
    width: 26px;
    height: 4px;
    background: #E51D30;
}

.culture-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}

.culture-title h2 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    margin: 0;
}

.culture-title span:nth-child(2) {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
}

.zhinan-img {
    width: 584px;
    height: 536px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

.zhinan-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zhinan-list-content {
    display: flex;
    flex-direction: column;
    width: 432px;
}

.zhinan-list-content h1 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}

.zhinan-list-content span:nth-child(2) {
    font-size: 16px;
    color: #666666;
    line-height: 23px;
}

.zhinan-list img {
    width: 26px;
    height: 27px;
    margin-right: 25px;
}

.zhinan-list {
    display: flex;
    margin-bottom: 20px;
}


.culture-img {
    width: 480px;
    /* height: 604px; */
}
.culture-list{
    display: flex;
    margin-bottom: 50px;

}
.culture-list-content {
    display: flex;
    flex-direction: column;
}

.culture-list-content h1 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 0;
}

.culture-list-content span:nth-child(2) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #6C6C6C;
    line-height: 20px;
    width: 545px;
}

.cul-icon-box {
    width: 62px;
    height: 62px;
    background: #E51D30;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.cul-icon-box img{
    width: 45px;
    height: 45px;
}
.culture-list-box{
    display: flex;
    justify-content: space-between;
}