.head-page .item:nth-child(2) span {
    background: linear-gradient(0deg, #D80C1E 0%, #F33344 100%);
    color: #fff;
}
/* 鍏充簬鎴戜滑 */
.about_pg01 .width1600 {
    align-items: flex-end;
}
.about_pg01 .item_l {
    width: 42%;
}
.about_pg01 .item_l .con {
    padding-right: 10px;
    box-sizing: border-box;
    max-height: 228px;
    overflow-y: auto;
}
.about_pg01 .item_l .con p {
    margin-bottom: 18px;
}
.about_pg01 .item_l .con p:last-child {
    margin-bottom: 0;
}
.about_pg01 .video_desc {
    margin-top: 20px;
    text-align: center;
}
.about_pg01 .item_r {
    width: 50.92%;
}
.about_pg01 .item_r .links{
    justify-content: space-between;
}
.about_pg01 .item_r .link {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.about_pg01 .item_r .num {
    margin: 22px 0 4px;
}
.about_pg02 {
    background: url(../img/about_bg02.jpg) no-repeat center/cover;
    background-attachment: fixed;
    background-position: center;
}
.about_pg02 .page_tit {
    color: #fff;
}
.about_pg02 .page_ftit {
    color: #fff;
}
.about_pg02 .lists {
    max-width: 746px;
}
.about_pg02 .list {
    width: 368px;
    height: 85px;
    background: #FFFFFF;
    margin-right: 10px;
    color: #D80C1E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    margin-bottom: 10px;
}
.about_pg02 .list:nth-child(2n) {
    margin-right: 0;
}
.about_pg03 {
    position: relative;
}
.about_pg03::after {
    content: "";
    display: block;
    width: 100%;
    height: 581px;
    background: url(../img/about_bg03.jpg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: -1;
}
.about_pg03 .nav .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_pg03 .nav .item_num {
    font-weight: 600;
}
.about_pg03 .nav .item_desc {
    margin: 28px 0 30px;
}
.about_pg03 .nav .item_title span {
    color: #D80C1E;
    font-weight: 600;
    font-size: 62px;
    margin: 0 10px;
    line-height: 1;
}
.about_pg03 .lists {
    padding-top: 10px;
    box-sizing: border-box;
    justify-content: space-evenly;
}
.about_pg03 .list {
    width: 22%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(25, 27, 35, 0.08);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    margin-bottom: 20px;
}
.about_pg03 .list::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #CFCFCF;
    border-radius: 50%;
    margin-right: 12px;
}

/* 浼佷笟鏂囧寲 */
.culture .list {
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1);
    padding: 0 3.5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 2.57%;
}
.culture .list .box {
    position: relative;
    width: 100%;
}
.culture .tit {
    font-weight: bold;
    color: #D80C1E;
}
.culture .text {
    margin-top: 28px;
}
.culture .list .icon {
    max-width: 140px;
    position: absolute;
    right: 3.5%;
    top: 50%;
    transform: translateY(-50%);
}
.culture_lists2 .list {
    width: 48.715%;
}
.culture_lists2 .list:nth-child(2n) {
    margin-right: 0;
}
.culture_lists3 .list {
    width: 31.62%;
}
.culture_lists3 .list:nth-child(3n) {
    margin-right: 0;
}
@media only screen and (max-width: 1400px) {
    .culture .list {
        padding: 0 3%;
    }
    .culture .list .icon {
        right: 0;
    }
}
@media only screen and (max-width: 1366px) {
    .about_pg02 .lists {
        max-width: 674px;
    }
    .about_pg03 .nav .item_title span {
        font-size: 56px;
    }
}
@media only screen and (max-width: 1280px) {
    .culture .list .icon {
        max-width: 120px;
    }
}
@media only screen and (max-width: 1200px) {
    .about_pg01 .item_l .con {
        max-height: 214px;
    }
    .about_pg01 .item_r .link .icon {
        max-width: 55px;
    }
    .video-main {
        max-width: 60px;
    }
    .about_pg02 .lists {
        max-width: 596px;
    }
    .about_pg03 .nav .item_title span {
        font-size: 48px;
    }
    .about_pg03 .list::before {
        margin-right: 5px;
    }
    .culture .list {
        height: 242px;
    }
    .culture .text {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    .about_pg01 .item_r .link .icon {
        max-width: 50px;
    }
    .about_pg01 .item_l .con {
        max-height: 140px;
    }
    .video-main {
        max-width: 55px;
    }
    .about_pg03 .list {
        width: 45%;
    }
    .about_pg03 .nav .item_title span {
        font-size: 40px;
    }
    .about_pg03 .nav .item_desc {
        margin: 20px 0 22px;
    }
    .about_pg02 .list {
        height: 70px;
    }
    .about_pg02 .lists {
        max-width: 512px;
    }
    .culture .list .icon {
        max-width: 96px;
    }
    .culture .text {
        margin-top: 15px;
    }
    .culture .list {
        height: 224px;
    }
}
@media only screen and (max-width: 960px) {
    .about_pg01 .item_l .con {
        max-height: 140px;
    }
    .about_pg02 .lists {
        max-width: 496px;
    }
    .about_pg03 .nav .item_title span {
        font-size: 32px;
    }
    .culture .list {
        padding: 0 18px;
    }
    .culture .list .icon {
        max-width: 82px;
    }
}
@media only screen and (max-width:768px) {
    .about_pg01 .page_title {
        text-align: center;
    }
    .about_pg01 .item_l {
        width: 100%;
    }
    .about_pg01 .item_l .con {
        max-height: 129px;
    }
    .video-main {
        max-width: 45px;
    }
    .about_pg01 .item_r {
        width: 100%;
        margin-top: 25px;
    }
    .about_pg01 .item_r .link .icon {
        max-width: 35px;
    }
    .about_pg01 .item_r .num {
        margin: 18px 0 3px;
    }
    .about_pg02 .list {
        height: 55px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .about_pg02 .list:last-child {
        margin-bottom: 0;
    }
    .about_pg02 .page_title {
        text-align: center;
    }
    .about_pg03 .nav {
        justify-content: space-between;
        padding-bottom: 0;
    }
    .about_pg03 .nav .item_title span {
        font-size: 24px;
    }
    .about_pg03 .list {
        width: 100%;
        height: 55px;
        margin-bottom: 15px;
    }
    .about_pg03 .list:last-child {
        margin-bottom: 0;
    }
    .about_pg03 .lists {
        max-height: 286px;
    }
    .about_pg03 .nav .item_desc {
        margin: 10px 0 15px;
    }
    .about_pg03 .nav .item {
        align-items: flex-start;
        width: 45%;
        margin-bottom: 25px;
    }
    .culture .list {
        height: 196px;
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .culture .list:first-child {
        margin-top: 0;
    }
    .culture .list .icon {
        max-width: 70px;
    }
}