.vertical {
    padding: 50px 0 0 0;
    margin-bottom: -20px;
}


.vertical_all {
    position: relative;
    max-width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px;
}


.vertical_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 270px;
    overflow: hidden;
    padding: 20px 0px;
}


.vertical_left {
    width: 50%;
    margin-top: 15px;
}


.vertical_right {
    width: 50%;
}



.vertical_title_list .swiper-slide {
    display: flex;
    justify-content: end;
    align-items: center !important;
}


.vertical_title1 {
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    color: #666;
    margin-left: 3px;
    margin-bottom: 15px;
}


.vertical_title2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 50px;
    line-height: 100px;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
}


.vertical_title2 b {
    font-size: 75px;
    margin-right: 3px;
    margin-left: 18px;
}


.vertical_title2 span {
    font-size: 32px;
    font-weight: 300;
    margin-left: 4px;
}


.vertical_title3 {
    display: flex;
    font-size: 22px;
    margin-left: 3px;
}


.vertical_title3 div {
    display: flex;
    animation: blink 1.5s infinite;
}


.vertical_title3 p {
    font-size: 22px;
    color: #3c6cd4;
    font-weight: 600;
}


.vertical_title3 strong {
    margin-left: 12px;
    margin-right: 3px;
    color: #3c6cd4;
    font-size: 50px;
    line-height: 20px;
    margin-top: 4px;
}


.vertical_title3 em {
    font-style: normal;
}


.vertical_title_list {
    width: 100%;
    overflow: hidden;
}


.vertical_title_list .swiper {
    width: 100%;
    height: 500px;
    overflow: hidden;
}


.vertical_title_list_01 {
    float: left;
    width: 22%;
    height: auto;
    overflow: hidden;
    color: #333;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
}


.vertical_title_list_02 {
    float: left;
    width: 34%;
    height: auto;
    overflow: hidden;
    color: #333;
    font-size: 19px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}


.vertical_title_list_03 {
    float: left;
    width: 32%;
    height: auto;
    overflow: hidden;
    color: #333;
    font-size: 19px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    border-radius: 30px;
}


.list03_1 {
    background: #86BAA1;
    color: #fff;
    padding: 8px 5px 7px 5px;
}


.list03_2 {
    background: #6a97db;
    color: #fff;
    padding: 8px 5px 7px 5px;
}


.list03_3 {
    background: #ff620695;
    color: #fff;
    padding: 8px 5px 7px 5px;
}


.list03_4 {
    background: #8673b395;
    color: #fff;
    padding: 8px 5px 7px 5px;
}


@keyframes blink {
    0% {
        opacity: 1;
    }


    50% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}




@media screen and (max-width: 1290px) {
    .vertical_title1 {
        font-size: 18px;
        line-height: 23px;
    }


    .vertical_title2 {
        font-size: 40px;
        line-height: 70px;
        margin-bottom: 30px;
    }


    .vertical_title2 span {
        font-size: 25px;
    }
}



@media screen and (max-width: 991px) {
    .vertical_title2 {
        font-size: 27px;
        line-height: 70px;
        margin-bottom: 30px;
    }


    .vertical_title2 b#count {
        font-size: 55px;
    }


    .vertical_title {
        float: none;
        width: 100%;
        /* padding: 20px 25px; */
    }


    .vertical_title_list_01 {
        font-size: 15px;
    }


    .vertical_title_list_02 {
        font-size: 15px;
    }


    .vertical_title_list_03 {
        font-size: 15px;
    }
}



@media screen and (max-width: 768px) {
    .vertical_right {
        width: 70%;
    }


    .vertical_title2 {
        font-size: 22px;
    }


    .vertical_title2 b {
        font-size: 50px;
    }


    .vertical_title3 {
        font-size: 18px;
    }


    .vertical_title3 p {
        font-size: 18px;
    }


    .vertical_title3 strong {
        font-size: 43px;
        line-height: 15px;
    }
}



@media screen and (max-width: 640px) {
    .vertical {
        padding: 0px;
    }


    .vertical_title {
        display: block;
        height: 430px;
    }


    .vertical_title2 {
        font-size: 24px;
    }


    .vertical_title3 {
        justify-content: center;
        margin-bottom: 40px;
    }


    .vertical_left {
        margin-top: 0px;
        width: 100%;
        text-align: center;
    }


    .vertical_right {
        width: 100%;
    }


    .vertical_title_list_01 {
        width: 33.33%;
    }


    .vertical_title_list_02 {
        width: 33.33%;
    }


    .vertical_title_list_03 {
        width: 33.33%;
    }
}



@media screen and (max-width: 420px) {
    .vertical_all {
        padding: 0 20px 0;
    }


    .vertical_title2 b {
        font-size: 40px;
    }
}



@media screen and (max-width: 380px) {
    .vertical_title2 {
        font-size: 25px;
    }


    .vertical_title2 b {
        font-size: 30px;
    }


    .vertical_title2 span {
        font-size: 16px;
    }


    .vertical_title_list_01 {
        font-size: 13px;
    }


    .vertical_title_list_02 {
        font-size: 13px;
    }


    .vertical_title_list_03 {
        font-size: 13px;
    }
}