.banner_bottom_box {
    background: #4E97FD;
    padding: 25px 0;
}

.banner_bottom_box .layout::after {
    display: none;
}

.banner_bottom_box .layout {
    align-items: flex-start;
    justify-content: space-between;
}

.banner_bottom_div {
    width: 22.5%;
}

.banner_bottom_div img {
    max-width: 54px;
    margin-right: 25px;
    flex-shrink: 0;
}

.banner_bottom_right1 {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.banner_bottom_right2 {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}

.banner_bottom_swi_box {
    margin-top: 5%;
}

.banner_bottom_swi_box .layout {
    padding: 0 120px;
    padding-bottom: 56px;
    border-bottom: 1px solid #33333311;
}
.banner_bottom_swi_div{
    display: block;
}
.banner_bottom_swi_div img {
    display: block;
    margin: 0 auto 30px;
    height: 38px;
}

.banner_bottom_swi_div:hover .banner_bottom_swi_title{
    color: #4E97FD;
}

.banner_bottom_swi_title {
    text-align: center;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.banner_bottom_swi_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #33333319;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner_bottom_swi_btn::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_bottom_swi_btn_left {
    left: 0;
}

.banner_bottom_swi_btn_right {
    right: 0;
}

.banner_bottom_swi_btn_left::after {
    background: url('img/swiper_left.png') no-repeat;
    background-size: 100% 100%;
}

.banner_bottom_swi_btn_right::after {
    background: url('img/swiper_right.png') no-repeat;
    background-size: 100% 100%;
}

.banner_bottom_swi_btn:hover {
    background: #4E97FD;
}

.banner_bottom_swi_btn_left:hover::after {
    background: url('img/swiper_left2.png') no-repeat;
    background-size: 100% 100%;
}

.banner_bottom_swi_btn_right:hover::after {
    background: url('img/swiper_right2.png') no-repeat;
    background-size: 100% 100%;
}

.index_about {
    margin-top: 5%;
}

.index_about_box {
    justify-content: space-between;
}

.index_about_left {
    width: 47%;
    padding-left: 111px;
    position: relative;
}

.index_about_left .imgBox {
    padding-bottom: 117.7%;
}

.aboutIcon1 {
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 106px;
}


.aboutIcon2 {
    width: 26px;
    position: absolute;
    left: 77px;
    bottom: 300px;
}

.aboutIcon3 {
    width: 26px;
    position: absolute;
    top: 85px;
    right: -5px;
}

.index_about_right {
    width: 49%;
}

.index_about_desc {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    margin-bottom: 39px;
    margin-top: 20px;
}

.index_about_ul_icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #4E97FD11;
    position: relative;
    margin-right: 20px;
}

.index_about_ul_icon::after {
    content: '';
    width: 16px;
    height: 11px;
    background-size: 100% 100%;
    background: url('img/icon.png') no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_about_ul_son {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    flex: 1;
}

.index_about_ul li {
    margin-bottom: 11px;
}

.index_about_ul li:last-child {
    margin-bottom: 0;
}

.index_about_ul {
    padding-bottom: 30px;
    border-bottom: 1px solid #071C1F11;
}

.index_about_btn {
    margin-top: 25px;
}

.index_about_btn a {
    height: 41px;
    line-height: 41px;
    padding: 0 30px;
    background: #4E97FD;
    border-radius: 21px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.index_about_btn a:hover {
    border: 1px solid #4E97FD;
    background: none;
    color: #4E97FD;
}

.index_products {
    margin-top: 5%;
}

.index_products_swi {
    margin-top: 50px;
}

.index_products_div {
    position: relative;
}

.index_products_div .imgBox {
    padding-bottom: 73.2%;
}

.index_products_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(78, 151, 253, 0.75) 10%, rgba(78, 151, 253, 0.38) 43%, rgba(78, 151, 253, 0) 90%);
    padding: 30px;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    z-index: 1;
    bottom: -100%;
}

.index_products_title {
    display: block;
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.index_products_btn {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.index_products_div:hover .index_products_text {
    bottom: 0;
}

.index_adv {
    margin-top: 5%;
}

.index_adv_box {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.index_adv_c {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25.7%;
    text-align: center;
}

.index_adv_c_icon {
    height: 65px;
}

.index_adv_c_title {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 24px;
    color: #4E97FD;
    text-align: center;
    margin: 15px 0 25px;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

.index_adv_c_desc {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    opacity: 0.69;
    text-align: center;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.index_adv_img {
    width: 41.5%;
}

.index_adv_img .imgBox {
    padding-bottom: 85%;
}

.index_app {
    margin-top: 5%;
    display: flex;
}

.index_app_left {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
}

.index_app_left_div {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.index_app_left_div .imgBox {
    padding-bottom: 79.2%;
}

.index_app_right {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.index_app_right .imgBox {
    padding-bottom: 79.2%;
}

.index_app_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 75px 40px;
    top: -100%;
}

.index_app_desc {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.index_app_title {
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    display: block;
    margin-top: 10px;
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}

.index_app_right:hover .index_app_text,
.index_app_left_div:hover .index_app_text {
    top: 0;
}

.index_cooperative {
    margin-top: 5%;
}

.index_cooperative_main {
    margin-top: 60px;
}

.index_cooperative_div {
    height: 88px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #33333329;
}


.index_cooperative_main .index_cooperative_div:nth-child(5n) {
    margin-right: 0;
}

.index_cooperative_div img {
    max-width: 100%;
    max-height: 100%;
}

.index_cooperative_div img:hover {
    transform: scale(1.1);
}

.index_products_swi_pag {
    display: none;
}

.index_cooperative_swi_pag {
    display: none;
}


@media only screen and (max-width: 950px) {
    .banner_bottom_box .layout {
        flex-wrap: wrap;
    }

    .banner_bottom_div {
        width: 100%;
        margin-top: 50px;
    }

    .banner_bottom_box {
        padding: 2px 35px 50px;
    }

    .banner_bottom_swi_box .layout {
        padding: 30px 60px;
        width: calc(100% - 30px);
    }

    .index_about_box {
        flex-wrap: wrap;
    }

    .index_about_left {
        width: 100%;
        padding-left: 0;
    }

    .index_about {
        margin-top: 40px;
    }

    .aboutIcon3 {
        width: 19px;
        top: 52px;
    }

    .aboutIcon1 {
        width: 50px;
        left: -46px;
    }

    .aboutIcon2 {
        width: 17px;
        left: -15px;
        bottom: 251px;
    }

    .index_about_right {
        width: 100%;
        margin-top: 30px;
    }

    .index_products {
        margin-top: 40px;
    }

    .index_products .big_title,
    .index_products .big_title a {
        text-align: left;
    }

    .index_products .rec_desc {
        display: none;
    }

    .index_products_swi {
        margin: 30px auto 0;
        width: calc(100% - 30px);
        position: relative;
    }

    .index_products_swi_pag {
        display: block;
        text-align: center;
        bottom: 28px;
        position: absolute;
        z-index: 11;
        left: 50%;
        transform: translateX(-50%);
    }

    .index_products_swi_pag .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #F6FAFF;
        border-radius: 50%;
        opacity: 0.49;
        margin: 0 3px;
    }

    .index_products_swi_pag .swiper-pagination-bullet-active {
        opacity: 1;
        background: #F6FAFF;
    }

    .index_products_div {
        display: flex;
        flex-direction: column;
    }

    .index_products_div .imgBox {
        order: 1;
        position: relative;
    }


    .index_products_text {
        position: relative;
        left: auto;
        order: 2;
        bottom: auto;
        padding: 20px;
        background: #FFFFFF;
    }

    .index_products_title {
        font-size: 24px;
        color: #333333;
    }

    .index_products_btn {
        font-size: 16px;
        color: #333333;
        border-bottom: 2px solid #333333;
    }


    .index_adv .big_title,
    .index_adv .big_title a {
        text-align: left;
    }

    .index_adv .rec_desc {
        display: none;
    }

    .index_adv_box {
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 0 15px;
    }

    .index_adv_c_div {
        margin-bottom: 33px;
    }

    .index_adv_c {
        width: 100%;
    }

    .index_adv_img {
        margin-bottom: 50px;
        order: 1;
        width: 100%;
    }

    .index_adv_box>.index_adv_c:nth-child(1) {
        order: 2;
    }

    .index_adv_box>.index_adv_c:nth-child(3) {
        order: 3;
    }

    .index_app {
        flex-wrap: wrap;
    }

    .index_app_right {
        width: 100%;
        order: 1;
    }

    .index_app_left {
        width: 100%;
        order: 2;
    }

    .index_app_text {
        top: 0;
        padding: 15px;
    }

    .index_app_title {
        font-size: 24px;
        margin-top: 0;
    }

    

    .index_cooperative .big_title {
        text-align: left;
    }

    .index_cooperative .rec_desc {
        display: none;
    }

    .index_cooperative {
        margin-top: 40px;
    }

    .index_cooperative_main {
        margin-top: 40px;
    }

    .index_cooperative_swi_pag {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .index_cooperative_swi_pag .swiper-pagination-bullet {
        background: rgba(51, 51, 51, 0.51);
    }

    .index_cooperative_swi_pag .swiper-pagination-bullet-active {
        background: #4E97FD;
    }
}