.s-area-title {
    text-align: center;
    padding-top: 100px;
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
    font-weight: 600;
}

.s-area-titleEn {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
}

.lhyg_box1 {
    height: 504px;
    background-color: #F2F5FA;
    background: url('../../static/images/lhyg_box1_bg.png') no-repeat bottom;
    background-size: 100% 8%;
}

.platform_content_box {
    position: relative;
    height: 360px;
    padding: 70px;
    background: #fff url('../images/lhyg_box1_bg2.png') no-repeat top right;
    background-size: 672px 360px;
}

.platform_content_box .platform_title {
    font-size: 24px;
    color: #333333;
}

.platform_content_box .platform_cont {
    width: 579px;
    font-size: 16px;
    color: #474747;
    margin-top: 28px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align:justify;
}

.platform_content_box .content--video {
    position: absolute;
    right: 70px;
    top: 92px;
    width: 234px;
    height: 146px;
    box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.2);
}

.lhyg_box2 {
    height: 773px;
    background: linear-gradient(180deg, #206CFF 0%, #206CFF 100%);
}

.box2_single {
    width: 360px;
    height: 251px;
    padding: 34px 40px;
    color: #fff;
}

.box2_single:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.box2_single .single_img img {
    display: block;
    margin: 0 auto;
    width: 52px;
}

.box2_single .single_title {
    text-align: center;
    margin-top: 14px;
    font-size: 18px;
}

.box2_single .single_cont p {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}

.lhyg_box3 {
    height: 701px;
    background-color: #F2F5FA;
}

.lhyg_box3 .box3_single {
    width: 378px;
    height: 418px;
    background-color: #fff;
}

.box3_single .single_img {
    position: relative;
}

.box3_single .single_img .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(269deg, #4286F5 0%, rgba(32, 108, 255, 0.2) 100%);
}

.box3_single .single_img img {
    width: 378px;
}

.box3_single .single_title {
    text-align: center;
    font-size: 21px;
    margin-top: 18px;
    color: #333;
}

.box3_single .single_cont p {
    margin-top: 15px;
    padding: 0 38px;
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    text-align:justify;
}

.lhyg_box4 {
    height: 855px;
    background: linear-gradient(180deg, #FEFEFF 0%, rgba(225, 233, 248, 0.6) 100%);
    color: #333;
}

.box4_title {
    font-size: 20px;
}

.box4_img {
    margin-top: 60px;
    width: 100%;
}

.box4_footer p{
    width: 1012px;
    margin: 0 auto;
    margin-top: 33px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.lhyg_box5 {
    height: 739px;
    background: linear-gradient(180deg, #FEFEFF 0%, rgba(225, 233, 248, 0.6) 100%);
}

.box5_cont {
    position: relative;
    width: 369px;
    height: 188px;
    margin-top: 34px;
    margin-right: 46px;
    border-radius: 4px;
}

.box5_single {
    position: relative;
    width: 369px;
    height: 188px;
    padding: 33px;
    background: hsla(0, 0%, 100%, 0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: 3;
}
.box5_single .single_title {
    font-size: 22px;
    color: #333;
}
.box5_single .single_cont p {
    margin-top: 24px;
    font-size: 16px;
    color: #4D525D;
    line-height: 1.3;
    text-align:justify;
}

.box5_cont:nth-child(3n) {
    margin-right: 0;
}

.box5_single_position {
    position: absolute;
    top: 0;
    left: 0;
    width: 369px;
    height: 188px;
    background: hsla(0, 0%, 100%, 1);
}

.box5_single_position .single_right1 {
    position: absolute;
    right: -45px;
    top: 0;
    width: 97px;
    height: 97px;
    padding: 16px;
    border-radius: 97px;
    border: 2px solid #fff;
    z-index: 1;
}

.box5_single_position .single_right1 div {
    width: 65px;
    height: 65px;
    background: linear-gradient(180deg, #206CFF 0%, #34D1FD 100%);
    border-radius: 65px;
}

.box5_single_position .single_right2 {
    position: absolute;
    top: -17px;
    right: -69px;
    width: 47px;
    height: 47px;
    border-radius: 47px;
    background: linear-gradient(149deg, #FBBC05 0%, #F58E02 73%, #F06800 100%);
    z-index: 2;
}
.lhyg_box6 {
    height: 648px;
    background: rgba(234, 238, 246, 0.2) url('../../static/images/lhyg_box6_bg.png') no-repeat;
    background-size: cover;
}
.lhyg_box6 img {
    width: 212px;
    margin-bottom: 30px;
}