.product_hqfw {
    background: url(../images/hqfw_back1.png) no-repeat top center;
    height: 400px;
    background-size: 100% 100%;
    /* background-color: #0B1228; */
}

.product_hqfw .title-discription {
    width: 1200px;
    margin: 117px auto 0 auto;
}

.product_hqfw .title-discription h1 {
    font-size: 40px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #FFFFFF;
}

.product_hqfw .title-discription h2 {
    margin-top: 25px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    color: #FFFFFF;
    line-height: 28px;
}

.product_hqfw .button {
    width: 130px;
    height: 35px;
    background: #3A49BA;
    border-radius: 4px;
    font-size: 15px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.product_hqfw .button img {
    margin-left: 8px;
}

.hqfw-content {
    overflow: hidden;
    background: #f9f9f9;
}

.hqfw-content .section2 {
    overflow: hidden;
    background: #f9f9f9;
    padding-bottom: 50px;
}

.hqfw-content .section2 .title {
    top: 46px;
}

.hqfw-content .section2 div {
    width: 1200px;
    height: 564px;
    background: white;
    border: 1px solid #ededed;
    margin: 145px auto 0;
}

.hqfw-content .section2 div img {
    display: block;
    margin: 27px auto 0;
}

.hqfw-content .section3 {
    height: 712px;
    background: url("../images/hqfw_back2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.hqfw-content .section3 .title {
    top: 50px;
}

.hqfw-content .section3 .content {
    width: 1200px;
    height: 415px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 5, 90, 0.2);
    display: flex;
    align-items: center;
    margin: 175px auto;
}

.hqfw-content .section3 .content img {
    margin: 28px auto;
    display: block;
}

.hqfw-content .section4 {
    overflow: hidden;
    height: 530px;
    background: url("../images/hqfw_back4.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hqfw-content .section4 .title {
    top: 50px;
}

.hqfw-content .section4 .content {
    width: 1200px;
    margin: 174px auto 0 auto;
    height: 300px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    padding: 40px 45px;
    display: flex;
}

.hqfw-content .section4 .content_1 {
    margin-left: 31px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hqfw-content .section4 .content_1 .content_1-top {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.hqfw-content .section4 .content_1 .content_1-bottom-title {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    text-align: center;
    margin-bottom: 8px;
}

.hqfw-content .section4 .content_1 .content_1-bottom-content li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
}

.hqfw-content .section4 .content_1 .content_1-bottom-content li img {
    margin-right: 10px;
}

.hqfw-content .section5 {
    height: 460px;
    background: url("../images/hqfw_back3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.hqfw-content .section5 .title {
    top: 58px;
}

.hqfw-content .section5 .content {
    width: 1200px;

    display: block;
    margin: 175px auto;
}

.hqfw-content .section5 .content_ul {
    display: flex;
    justify-content: space-between;
}

.hqfw-content .section5 .content_li {
    width: 385px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px #CBE1FC;
    padding: 0 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hqfw-content .section5 .content_li .content_li-top {
    width: 50px;
    height: 35px;
    background: #2588F3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.hqfw-content .section5 .content_li h6 {
    font-size: 22px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
}

.hqfw-content .section5 .content_li p {
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    color: #666666;
    line-height: 30px;
    text-align: center;
}