.slider_banner_box .swiper-slide {
    position: relative;
}

.index_swiper_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    /* padding-top: 380px; */
}

.index_swiper_slide_text {
    font-family: Futura Std-Light;
    font-size: 55px;
    color: #fff;
    text-align: center;
    max-width: 1420px;
    margin: 0 auto 15%;
    text-transform: capitalize;
}

.index_slide_ul_box {
    display: flex;
    justify-content: space-between;
}

.index_slide_ul {
    min-height: 384px;
}

.index_slide_ul_title {
    font-family: Futura Std-Medium;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.index_slide_ul_pro li {
    margin-top: 15px;
}

.index_slide_ul_pro li a {
    font-family: Futura Std-Heavy;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.index_slide_ul_pro li a:hover {
    color: #008CD6;
}

.index_slide_ul_pro li a::after {
    display: inline-block;
    width: 16px;
    height: 8px;
    content: '';
    margin-left: 15px;
    background: url('img/right.webp') no-repeat;
    background-size: 100% 100%;
}

.index_slide_ul_pro li a::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    content: '';
    background: #fff;
}

.index_slide_ul_line {
    width: 2px;
    background: rgba(255, 255, 255, 0.5);
}

.index_slide_ul_box .index_slide_ul_line:last-child {
    display: none;
}

.index_products {
    margin: 3% 0;
}

.index_pro_tabs_box {
    margin-top: 20px;
    justify-content: center;
    font-size: 20px;
    color: #008CD6;
    font-family: Futura Std-Medium;
}

.index_pro_tabs {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #008CD6;
    margin-left: 7px;
    position: relative;
    z-index: 3;
}

.index_pro_tabs img {
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.index_pro_tabs_son {
    position: absolute;
    top: 40px;
    left: 0;
    background: #008CD6;
    cursor: pointer;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform-origin: top center;
    transform: scaleY(0.8);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.index_pro_tab {
    padding: 0 10px;
    margin-top: 15px;
    color: #fff;
    transform: translateY(-10px);
    opacity: 0;
}

.index_pro_tab:hover {
    text-decoration: underline;
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 15px;
}

.index_pro_tabs:hover .index_pro_tabs_son {
    height: auto;
    opacity: 1;
    transform: scaleY(1);
}

.index_pro_tabs:hover .index_pro_tab {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.1s;
}

.index_pro_tab:nth-child(1) {
    transition-delay: 0.05s;
}

.index_pro_tab:nth-child(2) {
    transition-delay: 0.1s;
}

.index_pro_tab:nth-child(3) {
    transition-delay: 0.15s;
}

.index_pro_tab:nth-child(4) {
    transition-delay: 0.2s;
}

.index_pro_tabs_contents {
    margin-top: 5%;
}

.index_pro_tabs_content {
    display: none;
}

.index_pro_tabs_content.active {
    display: block;
}

.index_pro_slide_top {
    padding: 0 70px 20px;
    position: relative;
}

.index_pro_slide_top::after {
    position: absolute;
    left: 0;
    height: 73%;
    width: 100%;
    bottom: 0;
    background: #F6F6F6;
    content: '';
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.index_pro_slide_top:hover::after {
    background: #DDE7F1;
}

.index_pro_slide_top .imgBox {
    padding-bottom: 107%;
    z-index: 1;
}

.index_pro_slide_btn {
    color: #008CD6;
    font-family: Futura Std-Medium;
    font-size: 16px;
    justify-content: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.index_pro_slide_btn::after {
    content: '';
    display: inline-block;
    width: 6px;
    transition: all 0.3s ease-in-out;
    height: 10px;
    margin-left: 15px;
    background: url('img/right2.webp') no-repeat;
    background-size: 100% 100%;
}

.index_pro_slide_btn:hover::after {
    margin-left: 25px;
}

.index_pro_slide_title {
    font-family: Futura Std-Medium;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    display: block;
    margin: 40px 0 10px;
}

.index_pro_slide_desc {
    font-family: Futura Std-Book;
    font-weight: normal;
    font-size: 16px;
    color: #999999;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-align: center;
}

.index_pro_btns {
    margin-top: 40px;
    width: 100%;
}

.swiper-button-prev-pro,
.swiper-button-next-pro {
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #D9D9D9;
}

.swiper-button-next-pro {
    margin-left: 8px;
}

.swiper-button-prev-pro::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('img/icon.png') no-repeat;
    background-size: 100% 100%;
}

.swiper-button-next-pro::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('img/icon3.png') no-repeat;
    background-size: 100% 100%;
}

.swiper-pagination-pro {
    position: relative;
    flex: 1;
    height: 2px;
    margin-right: 16px;
    background: #D9D9D9;
}

.swiper-button-prev-pro:hover,
.swiper-button-next-pro:hover {
    border: 1px solid #008CD6;
}


.swiper-button-prev-pro:hover::after {
    background: url('img/icon2.png') no-repeat;
    background-size: 100% 100%;
}


.swiper-button-next-pro:hover::after {
    background: url('img/icon4.png') no-repeat;
    background-size: 100% 100%;
}

.index_sulutions {
    display: flex;
    background: #F5F5F5;
    margin-bottom: 8%;
}

.index_sulutions_left {
    width: 51.9%;
    position: relative;
}

.index_sulutions_left .imgBox {
    padding-bottom: 72.11%;
}

.index_sulutions_left_box {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10%;
}

.index_sulutions_left_tit {
    font-family: Futura Std-Light;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
}

.index_sulutions_left_desc {
    font-family: Futura Std-Book;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin: 15px 0 25px;
}

.index_sulutions_left_btn {
    font-family: Futura Std-Medium;
    font-size: 16px;
    display: inline-block;
    padding: 0 50px;
    line-height: 45px;
    color: #fff;
    height: 45px;
    border-radius: 23px 23px 23px 23px;
    border: 1px solid #FFFFFF;
}

.index_sulutions_left_btn:hover {
    border: 1px solid #008CD6;
    color: #fff;
    background: #008CD6;
}

.index_sulutions_right {
    flex: 1;
    padding-right: 4%;
    transform: translateY(15%);
}

.index_sulutions_right_img {
    width: 53.5%;
    flex-shrink: 0;
}

.index_sulutions_right_img .imgBox {
    padding-bottom: 157%;
}

.index_sulutions_right_tit {
    font-family: Futura Std-Heavy;
    font-size: 24px;
    color: #008CD6;
}

.index_sulutions_right_desc {
    font-family: Futura Std-Book;
    font-weight: normal;
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}

.index_news_title {
    justify-content: space-between;
    border-bottom: 2px solid #008CD6;
    padding-bottom: 50px;
    margin-bottom: 80px;
}

.index_news_title .rec_title {
    max-width: 666px;
    text-align: left;
    line-height: 1.2;
}

.index_news_btn {
    height: 53px;
    border-radius: 27px 27px 27px 27px;
    border: 2px solid #008CD6;
    line-height: 53px;
    padding: 0 35px;
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #008CD6;
}

.index_news_btn div {
    width: 19px;
    height: 19px;
    background: rgba(0, 140, 214, 0.2);
    border-radius: 50%;
    margin-left: 8px;
    position: relative;
}

.index_news_btn div::after {
    width: 7px;
    height: 7px;
    background: #008CD6;
    border-radius: 50%;
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_news_btn:hover div {
    margin-left: 15px;
}

.index_news_main {
    display: flex;
    justify-content: space-between;
}

.index_news_left {
    width: 46.8%;
}

.index_news_main .imgBox {
    padding-bottom: 49.2%;
    margin-bottom: 25px;
}

.index_news_time {
    font-family: Futura Std-Book;
    font-weight: normal;
    font-size: 16px;
    color: #999999;
}

.index_news_main_tit {
    font-family: Futura Std-Medium;
    font-size: 20px;
    color: #333;
    margin: 12px 0;
    line-height: 1.5em;
    height: 1.5em;
    display: block;
    overflow: hidden;
}

.index_news_main_desc {
    font-family: Futura Std-Book;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    color: #999999;
}

.index_news_right {
    width: 48.8%;
}

.index_news_right_div {
    border-bottom: 1px solid #D9D9D9;
    padding: 38px 0 30px;
}

.index_news_right_div .imgBox {
    display: none;
}

.index_news_right_div .index_news_main_desc {
    height: 3em;
}

.index_news_right .index_news_right_div:first-child {
    padding-top: 0;
}

@media only screen and (max-width: 1700px) {
    .index_swiper_slide_text {
        margin-bottom: 10%;
    }
}

@media only screen and (max-width:950px) {
    .index_swiper_slide{
        padding-top: 30%;
    }
    .index_swiper_slide_text {
        font-size: 28px;
        max-width: unset;
        margin-bottom: 15%;
    }

    .index_slide_ul_box {
        flex-wrap: wrap;
    }

    .index_slide_ul {
        width: 100%;
        min-height: 240px;
        padding-left: 10px;
        position: relative;
        border-left: 1px solid #fff;
    }


    .index_slide_ul_box .index_slide_ul:nth-last-child(-n+2) {
        padding-bottom: 52%;
    }


    .index_slide_ul_line {
        display: none;
    }

    .index_slide_ul_title {
        font-size: 26px;
    }

    .index_pro_tabs_box {
        flex-direction: column;
    }

    .index_pro_tabs {
        margin-left: 0;
        margin-top: 15px;
    }

    .index_pro_tabs_contents {
        margin-top: 50px;
    }

    .index_products {
        margin: 50px 0;
    }

    .index_pro_slide_desc,
    .index_pro_slide_title {
        height: auto;
    }

    .index_pro_btns {
        flex-wrap: wrap;
        justify-content: center;
    }

    .swiper-pagination-pro {
        width: 100%;
        flex: auto;
        margin-bottom: 30px;
    }

    .index_sulutions {
        background: none;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .index_sulutions_left {
        width: 100%;
    }

    .index_sulutions_right {
        width: 100%;
        padding: 0 3%;
        flex-wrap: wrap;
        transform: translate(0);
    }

    .index_sulutions_left_tit {
        font-size: 30px;
    }

    .index_sulutions_left_box {
        padding: 0 3%;
    }

    .index_sulutions_left .imgBox {
        padding-bottom: 133.5%;
    }

    .index_sulutions_right_img {
        width: 100%;
    }

    .index_news_title {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .index_news_title .rec_title {
        width: 100%;
        margin-bottom: 25px;
    }

    .index_news_main{
        flex-wrap: wrap;
    }

    .index_news_left{
        width: 100%;
    }

    .index_news_right{
        width: 100%;
    }

    .index_news_main_desc{
        display: none;
    }

    .index_news_right_div{
        padding: 0;
        border: 0;
    }
    .index_news_right_div .imgBox{
        display: block;
    }

   
}