﻿.bodys {
    margin: 0 auto;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D485D;

}

.box-color {
    background-color: #f1f4fc;
}

.bodys .heads {
    position: relative;
}

.head_content {
    position: absolute;
    top: 20%;
    width: 80%;
    color: #fff;
    left: 11%;
}

.head_content .title {
    font-size: 37px;
}

.head_content .content_tip {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content_tip .tip1 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.content_tip .tip3 {
    font-size: 20px;
    font-weight: 400;
}

.bodys .middle_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.middle_content .content_box1 {
    width: 78%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content_title {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.split_line {
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
}

.line1 {
    width: 100px;
    height: 2px;
    background: #c7cbcb;
    border-radius: 1px;
}

.line2 {
    width: 48px;
    height: 2px;
    background: linear-gradient(136deg, #08C1C7 0%, #388FE8 23%, #AD6EF4 100%);
    border-radius: 1px;
}

.content_box1 .box_content2 {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.content_box1 .box_content {
    display: flex;
    align-items: center;
    padding: 20px;
}

.box_content2 .img1 {
    /* width: 50%; */
    margin-top: 50px;
    width: 100%;
    height: 400px;
}

.box_content .img1 {
    width: 50%;
    height: 400px;
}

.box_content .text {
    height: 250px;
    margin-left: 20px;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    background: #EBF5FF;
}

.content_box1 .box_content1 {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.box_content1 .box_content1-box {
    margin-top: 50px;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

:root {
    --color: #fff;
    --bg-color: #3d485d;
    --text-color: #000;
}

.box_content1 .box_content1-box:hover {
    background: linear-gradient(136deg, #08C1C7 0%, #388FE8 23%, #AD6EF4 100%), linear-gradient(118deg, #29379B 0%, #87BEEF 100%);
    --color: rgb(67, 67, 224);
    --bg-color: #fff;
    --text-color: #fff;
}

.box_content1-box .box_title {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    background: var(--bg-color);

    color: var(--color);
}

.box_content1-box .box_text {
    color: var(--text-color);
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
    font-weight: 400;
}

.contentBox .box_content2 {
    display: flex;
    align-items: center;
    position: relative;
    height: 400px;
    width: 100%;
    margin-bottom: 100px;
    padding: 0;
}

.box_content2 .left_card {
    width: 50%;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px 0px 0px 6px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.box_content2 .card_position1 {
    position: absolute;

    right: 0;
}

.left_card .content {
    margin: 40px 30px;


}

.left_card .content .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.left_card .content .content_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
}

.box_content2 .right_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    z-index: 0;
}

.box_content2 .img_position {
    position: absolute;
    top: 0;
    right: 0;
}

.box_content2 .img_position1 {
    position: absolute;
    top: 0;
    left: 0;
}

.right_img .img {
    height: 100%;
    width: 100%;
}

.contentBox .box_content3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box_content3 .content3_box {
    width: 48%;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 45px;
}

.content3_box .img {
    width: 100%;
    height: 250px;
}

.content3_box .img .img {
    width: 100%;
    height: 250px;
}

.content3_box .content_text {
    height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
}

.content_text .content_text_title {
    font-size: 20px;
    font-weight: 500;
    color: #16181A;
}

.content_text .content_text_line {
    width: 24px;
    height: 2px;
    background: linear-gradient(136deg, #08C1C7 0%, #388FE8 23%, #AD6EF4 100%), linear-gradient(118deg, #29379B 0%, #87BEEF 100%);
    border-radius: 1px;
}

.content_text .content_text_content {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D485D;
    line-height: 32px;
}

.content4 {
    height: 700px;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont4_box {
    height: 544px;
    width: 80%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(245, 247, 253);
}

.cont4_box_top {
    width: 30%;
    height: 44px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 44px;
    text-align: center;
    margin-bottom: 40px;
}

.cont4_box_middle {
    display: flex;
}

.cont4_box_middle_content {

    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #16181A;
    line-height: 30px;

    margin-bottom: 40px;
    cursor: pointer;
}

.cont4_box_middle_content:hover {
    border-bottom: 2px solid #021597;
    color: #021597;
}

.cont4_box_bottom {
    display: flex;
    position: relative;
    width: 90%;
    height: 768px;
    /* border: 1px solid red; */
    align-items: center;
}

.cont4_box-bottom_left {
    width: 550px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px 0px 0px 6px;
    /* border: 1px solid red; */
    z-index: 1;
    display: flex;
    justify-content: center;
}

.cont4_box-bottom_right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    /* border: 1px solid red; */
    z-index: 0;
}

.cont4_box-bottom_left_content1 {
    width: 220px;
    height: 32px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #16181A;
    line-height: 32px;
    margin-bottom: 16px;
}

.cont4_box-bottom_left_content2 {
    width: 100%;
    height: 24px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #16181A;
    line-height: 24px;
    margin-bottom: 36px;
}

.cont4_box-bottom_left_content3 {
    width: 470px;
    height: 64px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D485D;
    line-height: 32px;
}

.cont4_content_sdfaf {
    margin-top: 54px;
    width: 480px;
}

/* 移动端适配 */
@media only screen and (min-width: 1484px) {
    .bodys {
        width: 1530px;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 1484px) {
    .box_content .text {
        height: 300px;
    }

}

@media only screen and (max-width: 1300px) {
    .box_content .text {
        height: 350px;
    }

}

@media (max-width:1200px) {
    .head_content .title {
        font-size: 36px;
    }

    .head_content {
        top: 16%;
    }

    .box_content .text {
        height: 300px;
    }

    .content_tip .tip1 {
        font-size: 30px;
    }

    .content_tip .tip3 {
        font-size: 20px;
    }

    .left_card .content .title {

        font-size: 20px;
    }

    .box_content1-box .box_text {
        font-size: 15px;
    }

    .box_content .text {
        margin: 26px 26px;
    }

    .box_content .text {
        font-size: 14px;
    }
}

@media (max-width:1150px) {
    .head_content {
        top: 12%;
    }

    .box_content .text {
        margin: 0;
    }

    .box_content1-box .box_text {
        font-size: 14px;
    }
}

@media (max-width:1100px) {
    .cont4_box-bottom_right {
        width: 68%;
    }

    .cont4_box-bottom_left {
        width: 500px;
    }

    .cont4_content_sdfaf {
        margin-top: 45px;
        margin-left: 10px;
    }
}

@media (max-width:1000px) {
    .head_content .title {
        font-size: 30px;
    }

    .content_tip .tip1 {
        font-size: 25px;
    }

    .content_tip .tip3 {
        font-size: 17px;
    }

    .head_content {
        left: 9%;
        top: 9%;
    }

    .box_content1-box .box_title {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        line-height: 60px;
        font-size: 16px;
        text-align: center;
        background: var(--bg-color);
        color: var(--color);
    }

    .box_content .text {
        padding: 14px;
    }

    .left_card .content55 {
        margin: 27px 20px;
    }
}

@media (max-width:950px) {
    .left_card .content55 {
        margin: 17px 25px;
    }

    .head_content {
        left: 9%;
        top: 18%;
    }

    .head_content .content_tip {
        margin-top: 35px;
    }

    .box_content .text {
        line-height: 38px;
    }

    .box_content1-box .box_text {
        font-size: 12px;
    }

    .left_card .content {
        margin: 25px 25px;
    }

    .left_card .content .content_text {
        line-height: 30px;
    }

    .left_card .content55 {
        margin: 14px 20px;
    }
}

@media (max-width: 850px) {
    .head_content {
        left: 12%;
        top: 20%;
    }

    .head_content .title {
        font-size: 26px;
    }

    .head_content .content_tip {
        margin-top: 10px;
    }

    .content_tip .tip1 {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .box_content1 .box_content1-box {

        width: 180px;
        height: 180px;
    }
}

@media (max-width: 750px) {
    .head_content {
        left: 12%;
        top: 13%;
    }

    .head_content .title {
        font-size: 26px;
    }

    .head_content .content_tip {
        margin-top: 10px;
    }

    .content_tip .tip1 {
        font-size: 23px;
        margin-bottom: 5px;
    }
}

@media (max-width: 700px) {

    .head_content .title {
        font-size: 16px;
    }

    .head_content .content_tip {
        margin-top: 5px;
    }

    .content_tip .tip1 {
        font-size: 14px;
    }

    .content_tip .tip3 {
        font-size: 12px;
    }

    .content_tip .tip1 {
        margin-bottom: 5px;
    }

    .content_tip .tip1 {
        top: 0;
    }

    .head_content {
        top: 5px;
        left: 14%;
    }

    .middle_content .content_box1 {
        width: 70%;
        margin-top: 20px;
    }

    .content_title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .split_line {

        margin-bottom: 30px;

    }

    .line1 {
        width: 50px;
    }

    .line2 {
        width: 30px;
    }

    .boxssss {
        flex-direction: column;
    }

    .box_content .img1 {
        width: 100%;
        height: 150px;
    }

    .box_content .text {
        line-height: 30px;
    }

    .box_content .text {
        height: 200px;
    }

    .contentBox .box_content2 {
        /* display: flex; */
        align-items: center;
        /* position: relative; */

        width: 100%;
        /* margin-bottom: 100px; */
        padding: 0;
        margin-bottom: 50px;
    }

    .box_content2 .left_card {
        width: 90%;
        height: 280px;
        margin: auto;
    }

    .box_content2 .right_img {
        width: 100%;
    }

    .box_content2 .card_position1 {
        width: 90%;
        height: 321px;
        margin: auto;
        margin-right: 11px;
    }

    .box_content3 .content3_box {
        width: 100%;
    }

    .content_text .content_text_title {
        font-size: 14px;
    }

    .content_text .content_text_content {
        font-size: 12px;
    }

    .cont4_box_top {
        width: 30%;
        height: 44px;
        font-size: 22px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000;
        line-height: 44px;
        text-align: center;
        margin-bottom: 26px;
    }

    .cont4_box-bottom_left {
        width: 90%;
        margin: auto;
    }

    .cont4_content_sdfaf {
        width: 100%;
        padding: 20px;
        margin: 0;
    }

    .cont4_box-bottom_right {
        width: 100%;
    }

    .cont4_box-bottom_left_content1 {
        width: auto;
        height: 32px;
        font-size: 22px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #16181A;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .cont4_box-bottom_left_content2 {
        width: 100%;
        height: auto;
        font-size: 17px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #16181A;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .cont4_box-bottom_left_content3 {
        width: auto;
        font-size: 15px;
    }

    .cont4_box-bottom_left {
        height: 350px;
    }

    .left_card .content .title {
        font-size: 17px;
    }

    .left_card .content .content_text {
        font-size: 14px;
    }

    .left_card .content55 {
        margin: 28px 20px;
    }

    .box_content1 .box_content1-box {
        width: 120px;
        height: 120px;
    }


    .box_content1-box .box_title {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        line-height: 40px;
        font-size: 13px;
        text-align: center;
        background: var(--bg-color);
        color: var(--color);
    }

    .box_content1-box .box_text {
        font-size: 12px;
        height: 30px;
    }

    .box_content2 .img1 {
        /* width: 50%; */
        margin-top: 10px;
        width: 100%;
        height: 200px;
    }

    .content3_box .img .img {
        width: 100%;
        height: 200px;
    }

    .content3_box .img {
        width: 100%;
        height: auto;
    }

    .content_box1 .box_content1 {
        margin-bottom: 50px;
    }

    .contentBox .contentasdf {
        height: auto;
    }
}

@media (max-width: 500px) {
    .head_content {
        top: 14px;
    }

    .box_content .text {
        height: 290px;
    }
}