#header {
    padding-top: 130px;
    padding-bottom: 79px;
}

.header_title_wrap {


    max-width: 1024px;
    width: unset;
}

.man_flex_box_item1 {

    max-width: 375px;
    padding-top: 59px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 31px;
    background-color: #ffffff;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: space-between; */
    margin-bottom: 21px;
}
.man_flex_box_item1 img{
    display: block;
    margin:15px auto;
}
.man_flex_box_item1_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #1A2736;
    line-height: 25px;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 50px; */
    font-style: normal;
    text-align: center;
    margin-bottom: 16px;
}

.man_flex_box_item1_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5E6978;
    line-height: 30px;
    /* background-color: red; */
    font-style: normal;
}

.man_flex_box_item2 {
    max-width: 570px;
    border: 1px solid #88D6FF;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 20px 0px rgba(128, 160, 255, 0.34); */
    border-radius: 7px;
    padding-top: 59px;
    padding-left: 50px;
    padding-bottom: 34px;
    transition: all .3s linear;
    padding-right: 47px;
    margin-bottom: 40px;
}
.man_flex_box_item2:hover{
    /* transform: scale(1.05) */
    box-shadow: 0px 0px 20px 0px rgba(128,160,255,0.34);
}
.man_flex_box_item2_title {
    border-bottom: 2px solid #88D6FF;

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 21px;
    color: #007FDF;
    padding-bottom: 24px;
    font-style: normal;
    margin-bottom: 24px;
}

.man_flex_box_item2_title2 {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #007FDF;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}

.man_flex_box_item2_txt2 {

    font-family: PingFangSC, PingFang SC;

    font-size: 16px;
    color: #6F7985;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}

.man_flex_box_item3 {
    width: 271px;
    min-height: 537px;
    background: #FFFFFF;
    border: 2px solid #A8E2FF;
    padding-top: 44px;
    padding-left: 25px;
    padding-right: 21px;
    padding-bottom: 46px;
    margin-bottom: 36px;
}

.man_flex_box_item3_title {
    min-height: 50px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #1A2736;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    margin-top: 19px;
    margin-bottom: 12px;
}

.man_flex_box_item3_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #5E6978;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

@media screen and (max-width:601px) {
    .man_flex_box_item3 {
        width: 80%;
    }
}