html {
    scroll-padding-top: 200px;
}

p {
    margin-bottom: 0;
}

.about-item1-left {
    padding-right: 94px;
    border-right: 1px solid #BFBFBF;
    font-size: 18px;
    font-family: Source Han Sans CN;
    color: #373737;
    line-height: 36px;
    overflow: auto;
    text-align: justify;
}

.about-item1-right {
    padding-left: 94px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    color: #373737;
    line-height: 36px;
    overflow: auto;
    text-align: justify;
}

.title {
    font-size: 45px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 72px;
    margin-bottom: 26px;
}

.title-bar {
    width: 39px;
    height: 2px;
    background: #858585;
    margin: 0 auto;
    margin-bottom: 66px;
}

.about-item2-btn {
    display: flex;
    margin-bottom: 70px;
}

.about-item2-btn>div {
    width: 200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    color: #373737;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.about-item2-btn>div:nth-child(1) {

    margin-right: 30px;
}

.about-item2-btn>div:hover {
    color: #FFFFFF;
    background: #234CD3;
}

.default-active {
    color: #FFFFFF !important;
    background: #234CD3 !important;
}

.about-item2-left {
    width: 600px;
    height: 420px;
    color: #FFFFFF;
    padding: 30px 70px 44px 70px;
    overflow: hidden;
}

.about-item2-right {
    width: 730px;
    display: flex;
    align-items: center;
}

.about-item2-right img {
    width: 730px;
    height: 360px;
}


.item2-left-title {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.item2-left-bar {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin-bottom: 30px;
}

.item2-left-ul {
    /* list-style: none; */

    height: 240px;
    overflow: auto;
}

.item2-left-ul::-webkit-scrollbar {
    display: none;
}



.item2-left-ul p {
    font-size: 16px;
    line-height: 35px;
    margin: 0;
}

/* .item2-left-ul ul li {
    font-size: 16px;
    margin-bottom: 6px;
} */

.about-item3-top {
    display: flex;
    margin-bottom: 100px;
}

.item3-top-item {
    text-align: center;
    width: 358px;
}

.item3-top-item>div>span:nth-child(1) {
    font-size: 60px;
    color: #234CD3;
    font-weight: bold;
}

.item3-top-item>div>span:nth-child(2) {
    font-size: 18px;
    color: #373737;
}

.item3-top-bar {
    display: flex;
    flex-direction: column-reverse;
}

.item3-top-bar>div {
    width: 1px;
    height: 83px;
    background: #6D717E;
}

/*  */
/* .about-item4-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.item4-links-item {
    width: 172px;
    height: 72px;
    margin-bottom: 38px;
    margin-right: 34px;
} */


.about-item4-links {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 35px;
}

.item4-links-item {
    width: 172px;
    margin-bottom: 0px;
}

.hzpp {
    margin-top: 90px;
}

/* .item4-links-item:nth-child(7n) {
        width: 172px;
        height: 72px;
        margin-bottom: 38px;
        margin-right: 0px;
    } */
.footer {
    margin-top: 100px;
}

.gsjj {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat center;
    padding-top: 100px;
    padding-bottom: 100px;


}

.gsjj-content {
    margin-bottom: 62px;
}

.ryzz {
    height: 860px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat center;
}

.zscq {
    height: 762px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat center;
}

@media (max-width: 1450px) {
    .about-item1-left {
        padding-left: 4%;
    }

    .about-item1-right {
        padding-right: 4%;
    }

    /* .item4-links-item:nth-child(7n) {
        width: 24%;
        height: 72px;
        margin-bottom: 0px;
        margin-right: 0px;
    } */
    /* .about-item4-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .item4-links-item {
        width: 24%;
    } */

    .about-item4-links {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 35px;
    }

    .item4-links-item {
        width: 172px;
        margin: 0 auto;
        /* margin-bottom: 38px; */
    }
}

@media (max-width: 1000px) {
    .footer {
        margin-top: 50px;
    }

    .about-item4-links {
        padding: 0 6%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    .item4-links-item {
        width: 100%;
        margin-bottom: 0%;
        text-align: center;
    }

    .item4-links-item img {
        max-width: 90%;
    }

    .hzpp {
        margin-top: 30px;
    }

    .zscq {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat center;
    }

    .item3-top-bar>div {
        height: 41px;
    }

    .item3-top-item>p {
        font-size: 12px;
    }

    .item3-top-item>div>span:nth-child(2) {
        font-size: 12px;
    }

    .item3-top-item>div>span:nth-child(1) {
        font-size: 30px;
    }

    .about-item3-top {
        justify-content: space-between;
    }

    .item2-left-ul {
        height: 180px;
    }

    .item2-left-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .item2-left-bar {
        width: 100%;
        height: 1px;
        background: #FFFFFF;
        margin-bottom: 15px;
    }

    .item2-left-ul p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-item2-left {
        padding: 30px;
        height: 280px;
    }

    .ryzz {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat center;
    }

    .gsjj {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat center;
    }

    .gsjjimg {
        width: 100% !important;
        object-fit: cover !important;
        height: 100% !important;
    }

    .gsjj-content {
        margin-bottom: 20px;
    }

    .about-item1-left {
        padding-left: 0%;
    }

    .about-item1-right {
        padding: 0px;
        border-right: 0px;
        font-size: 14px;
    }

    /* .about-item4-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    } */

    /* .item3-top-item>div>span:nth-child(1) {
        font-size: 56px;
    }

    .item3-top-item>div>span:nth-child(2) {
        font-size: 14px;
    }

    .item3-top-item>p {
        font-size: 14px;
    } */

    .item3-top-item>p {
        font-size: 12px;
    }

    .item3-top-bar {
        justify-content: center;
    }

    .about-item3-top {
        margin-bottom: 30px;
    }

    .title {
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 14px;
    }

    .title-bar {
        width: 20px;
        margin-bottom: 30px;
    }

    .about-item2-btn {
        display: flex;
        margin-bottom: 20px;
    }

    .zscq-img {
        height: 100% !important;
        width: 100vw;
    }

    .about-item2-btn>div {
        width: 105px;
        height: 35px;
        font-size: 12px;
        font-family: Source Han Sans CN;
        color: #373737;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
    }

    .about-item2-btn {
        justify-content: space-around;
        width: 100%;
    }

    .about-item2-btn>div:nth-child(1) {
        margin-right: 0;
    }

    .about-item3-top {
        justify-content: space-between;
    }

    .about-item1-left,
    .about-item1-right {
        padding-right: 0px;
        border-right: 0px;
        font-size: 14px;
        line-height: 24px;
    }



    .about-item2-right {
        width: 100%;
        justify-content: center;
    }

    .about-item2-right img {
        width: 100%;
        height: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .about-item2-left {
        width: 100%;
    }

    .lyzz {
        display: block !important;
    }

    .about-item4-links {
        padding: 0 4%;
    }

    /* .item4-links-item {
        width: 44%;
        margin-bottom: 0%;
    } */

    .about-item3-top {
        width: 100%;
    }

    .item3-top-item {
        width: 30%;
    }

    /* main>div>div {
        height: 100% !important;
        padding: 0 !important;
        padding: 5% 5% !important;
    } */
}