.model_title {
    font-size: 36px;
    color: #333333;
    padding: 100px 0 50px 0;
    text-align: center;
}

.model_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.model_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0 40px 0;
    margin: 0 auto;
}

.model_li_yd {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.model_li_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 120px;
}

.model_li_text_title {
    display: flex;
}

.model_li_text_title_yd {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model_li_text_title_text {
    margin-left: 26px;
}

.model_li_text_title_text_yd {
    margin-left: 20px;
}


.model_li_text_yd {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    align-items: flex-start;
}

.model_li_text1 {
    font-size: 32px;
    color: #000000;
}

.model_li_text1_yd {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    width: 100%;
}

.model_li_text2 {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    margin-top: 35px;
}

.model_li_btn {
    width: 208px;
    height: 57px;
    background-color: #4074F3;
    color: #ffffff;
    font-size: 24px;
    line-height: 57px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 30px;
    cursor: pointer;
}

.model_li_btn_yd {
    width: 160px;
    height: 40px;
    background-color: #3370FF;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

.model_li_bg {
    background-color: #F7F9FF;
}

.under_line {
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
}

.model_li_text2_item {
    display: -webkit-box;
    margin-bottom: 10px;
}

.model_li_text2_item_text {
    text-align: left;
    margin-left: 10px;
}

.top_png_text {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.top_png_text_yd {
    position: absolute;
    left: 5%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.top_png_text1 {
    color: #ffffff;
    font-size: 58px;
}

.top_png_text1_yd {
    color: #ffffff;
    font-size: 16px;
}

.top_png_text2 {
    font-size: 18px;
    color: #F5F5F5;
}

.top_png_text2_yd {
    font-size: 12px;
    color: #F5F5F5;
}

.top_png_text_btn {
    margin-top: 70px;
    width: 233px;
    height: 54px;
    background: #EE7B0C;
    border-radius: 10px;
    text-align: center;
    line-height: 54px;
    color: #FFFFFF;
    font-size: 30px;
    cursor: pointer;
}


.viewMore {
    display: -webkit-box;
    cursor: pointer;
}

.viewMore_text {
    font-size: 16px;

    color: #4074F3;
    margin-right: 5px;
}

.hidden {
    display: none;
}