.page {
    background-color: rgba(255, 255, 255, 1);
}

/*region block_1*/
.block_1 {
    height: 300px;
    width: 100%;
    overflow: hidden;
    background: url("../img/banner.png");
    background-position: center;
    background-size: cover;
}

.image-wrapper_1{
    margin-left: 16px;
    margin-top: 16px;
}

.image_1{
    width: 67px;
    height: 37px;
}

.text-wrapper_1 {
    overflow-wrap: break-word;
    text-align: center;
    margin-top: 26px;
    font-family: PingFang-SC-Bold;
}

.text_1 {
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
}

.text_1_1 {
    font-size: 40px;
    color: rgba(44, 150, 255, 1);
}

.paragraph_1 {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    margin-top: 7px;
}

.text-wrapper_1_1 {
    margin-top: 1px;
    text-align: center;
}

.text_1_2 {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
}

.text-wrapper_1_2 {
    margin-top: 41px;
}

.btn_1 {
    height: 36px;
    border-radius: 18px;
    background-color: rgba(0, 104, 255, 1);
    width: 140px;
    cursor: pointer;
    text-align: center;
}

.btn_1:hover {
    background-color: rgba(0, 104, 255, 0.8);
}

.text_1_3 {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    margin-top: 8px;
}

/*endregion block_1*/

/*region block_2*/
.block_2 {
    background-color: rgba(236, 244, 248, 1);
    padding: 32px 16px
}

.group_2 {
    width: 100%;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    padding: 32px 16px;
}

.image_2 {
    width: 100px;
    height: 55px;
    background: url("../img/logo3.png") 0 0 no-repeat;
    background-size: 100px 55px;
    margin-left: 7px;
}

.text_2 {
    height: 30px;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-family: PingFang-SC-Medium;
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 4px;
}

.paragraph_2 {
    color: rgba(119, 119, 119, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 26px;
}

.image-wrapper_2 {
    border-radius: 0 4px 4px 0;
    overflow: hidden;
    margin-top: 16px;
    text-align: center;
}

.image_2 {
    width: 100%;
    max-width: 505px;
    height: auto;
}

/*endregion block_2*/

/*region block_3*/
.block_3 {
    text-align: center;
    padding: 36px 16px;
}

.text_3 {
    height: 30px;
    display: inline-block;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 30px;
}

.bg-color_3_1 {
    background-color: #75bbbf;
}

.bg-color_3_2 {
    background-color: #d9a770;
}

.bg-color_3_3 {
    background-color: #5e69cc;
}

.bg-color_3_4 {
    background-color: #e6806f;
}

.bg-color_3_5 {
    background-color: #cad5ef;
}

.bg-color_3_6 {
    background-color: #5aa3cd;
}

.group_3 {

}

.section_3 {
    position: relative;
    width: 100%;
    padding-top: 20%;
}

.image_3 {
    width: 100%;
    height: auto;
}

.section_3:hover + .text-wrapper_3 > .text_3_2 {
    color: rgba(0, 0, 0, 1);
    transition: color 1s;
}

.text-wrapper_3 {
    overflow-wrap: break-word;
    text-align: left;
    /*white-space: nowrap;*/
    font-family: PingFang-SC-Medium;
    transition: color 1s;
}

.text-wrapper_3:hover > .text_3_2 {
    color: rgba(0, 0, 0, 1);
    transition: color 1s;
}

.text_3_1 {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    line-height: 18px;
    margin-top: 24px;
}

.text_3_2 {
    display: inline-block;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    transition: color 1s;
}

/*endregion block_3*/

/*region block_4*/
.block_4 {
    text-align: center;
    padding: 36px 16px;
}

.text_4 {
    display: inline-block;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 30px;
    text-align: center;
}

.group_4 {

}

.image_4 {
    width: 100%;
    max-width: 158px;
}

.image_4:hover + .text-4 {
    color: rgba(0, 104, 255, 1);
    font-weight: bold;
}

.text-4 {
    position: absolute;
    left: 50%;
    bottom: 32px;
}

.text-wrapper_4 {
    height: 44px;
    border-radius: 22px;
    background-color: rgba(0, 104, 255, 1);
    width: 120px;
    margin-top: 24px;
    cursor: pointer;
}

/*endregion block_4*/

/*region block_5*/
.block_5 {
    background-color: rgba(2, 16, 66, 1);
    padding: 36px 16px;
}

.text_5 {
    height: 30px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangSC-Regular;
    line-height: 30px;
}

.group_5 {
    /*margin-top: 41px;*/
}

.list-items_5 {
    padding-top: 19px;
    height: 60px;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: left;
    padding-left: 16px;
}

.image_5 {
    width: 17px;
    height: 22px;
}

.image_5_1 {
    width: 21px;
    height: 16px;
}

.image_5_2 {
    width: 18px;
    height: 18px;
}

.text_5_1 {
    height: 22px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 22px;
    margin-left: 8px;
}

.text_5_2 {
    height: 14px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.43);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 14px;
    margin-top: 32px;
}

.text_5_3 {
    height: 14px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.43);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 14px;
    margin-top: 14px;
}

.text_5_3 > a {
    color: rgba(255, 255, 255, 0.43);
}

.text_5_3 > a:hover {
    color: rgba(0, 104, 255, 1);
}

/*endregion block_5*/