.product_lfsp {
    background: url(../images/jrfwpt_back1.png) no-repeat top center;
    height: 400px;
    background-size: 100% 100%;
    /* background-color: #0B1228; */
}

.product_lfsp .title-discription {
    width: 1200px;
    margin: 117px auto 0 auto;
}

.product_lfsp .title-discription h1 {
    font-size: 40px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #FFFFFF;
}

.product_lfsp .title-discription h2 {
    margin-top: 25px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    color: #FFFFFF;
    line-height: 28px;
}

.product_lfsp .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_lfsp .button img {
    margin-left: 8px;
}

.lfsp-content {
    overflow: hidden;
    background: #f9f9f9;
}

.lfsp-content .section1 {
    position: relative;
    height: 258px;
    margin-top: 92px;
    background-color: #fff;
}

.lfsp-content .section1 .l-content {
    display: inline-block;
    width: 485px;
    vertical-align: top;
}

.lfsp-content .section1 .l-content img {
    margin: 61px auto 0;
    display: block;
}

.lfsp-content .section1 .l-content p {
    text-align: center;
    font-size: 26px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 37px;
    margin-top: 17px;
}

.lfsp-content .section1 .v-line {
    vertical-align: top;
    width: 0;
    height: 171px;
    border-right: 1px solid #d8d8d8;
    display: inline-block;
    margin-top: 44px;
}

.lfsp-content .section1 .r-content {
    vertical-align: top;
    display: inline-block;
    width: 705px;
    padding: 0 25px 0 75px;
}

.lfsp-content .section1 .r-content p:nth-child(1) {
    font-size: 18px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    margin-top: 45px;
}

.lfsp-content .section1 .r-content p:nth-child(2) {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 26px;
}

.lfsp-content .section2 {
    overflow: hidden;
    background: #f9f9f9;
    padding-bottom: 50px;
}

.lfsp-content .section2 .title {
    top: 46px;
}

.lfsp-content .section2 .content {
    width: 1200px;
    height: 970px;
    background: white;
    border: 1px solid #ededed;
    margin: 145px auto 0;
}

.lfsp-content .section2 .content img {
    display: block;
    margin: 27px auto 0;
}

.lfsp-content .section3 {
    height: 715px;
    background: url("../images/lfsp-sec3-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.lfsp-content .section3 .title {
    top: 46px;
}

.lfsp-content .section3 .content {
    width: 1200px;
    height: 540px;
    background: white;
    border: 1px solid #ededed;
    display: block;
    margin: 145px auto 50px auto;
}

.lfsp-content .section3 .content img {
    margin: 28px auto;
    display: block;
}

.lfsp-content .section4 {
    overflow: hidden;
    background: #F0F0F0;
    padding-bottom: 30px;
}

.lfsp-content .section4 .title {
    top: 50px;
}

.lfsp-content .section4 .content {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 157px auto 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lfsp-content .section4 .content img {
    width: 400px;
    cursor: pointer;
}

.lfsp-content .section4 .content_1 {
    width: 1200px;
    height: auto;
    background: #FFFFFF;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 2px 10px 2px;
}

.lfsp-content .section4 .content_1 .content_1_title {
    font-size: 18px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.lfsp-content .section4 .content_1 .content_1_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-left: 4px;
}

.lfsp-content .section4 .content_1 .content_1_ul li {
    width: 45px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #333333;
    margin: 20px;
    cursor: pointer;
}

.lfsp-content .section4 .content_1 .content_1_ul li a {
    color: #333333;
}

.lfsp-content .section5 {
    height: 460px;
    background: url("../images/hqfw_back4.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.lfsp-content .section5 .title {
    top: 58px;
}

.lfsp-content .section5 .content {
    width: 1200px;

    display: block;
    margin: 175px auto;
}

.lfsp-content .section5 .content_ul {
    display: flex;
    justify-content: space-between;
}

.lfsp-content .section5 .content_li {
    width: 355px;
    height: 220px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    padding: 35px 45px 40px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lfsp-content .section5 .content_li h6 {
    font-size: 18px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 600;
    color: #333333;
    margin: 14px 0 10px 0;
}

.lfsp-content .section5 .content_li p {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #666666;
    text-align: center;
}