.layout {
    width: 1500px;
}

.slider_banner .swiper-button-next {
    right: 5%;
}

.slider_banner .swiper-button-prev {
    left: 5%;
}

.index_provider {
    padding: 5% 0;
}

.index_provider_box {
    flex-wrap: wrap;
    margin-top: 5%;
}

.index_provider_div {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.index_provider_div:nth-child(3n) {
    margin-right: 0;
}

.index_provider_div .imgBox {
    padding-bottom: 100%;
}

.index_provider_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: flex-end;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(40, 88, 164, .64) 100%);
}

.index_provider_text>div {
    justify-content: space-between;
    padding: 0 20px;
}

.index_provider_tit {
    font-size: 26px;
    color: #fff;
    margin-right: 20px;
    font-family: Lato-Regular;
    flex: 1;
}

.index_provider_icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    background: rgba(40, 88, 164, .7);
    opacity: 0;
}

.index_provider_icon::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(img/right.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}

.index_provider_text:hover .index_provider_icon {
    opacity: 1;
}

.index_about {
    padding-top: 5%;
}

.index_about_left {
    width: 54.5%;
}

.index_about_left .imgBox {
    padding-bottom: 77%;
}
.index_about_left .imgBox lite-youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index_about_right {
    flex: 1;
    padding-left: 5%;
}

.index_about_right .rec_title {
    text-align: left;
    line-height: 1.2;
}


.index_about_right .rec_desc {
    margin: 30px 0;
}

.index_about_ul {
    font-size: 18px;
    color: #666;
    flex-wrap: wrap;
}

.index_about_ul li {
    width: 50%;
    display: flex;
    align-items: center;
    padding-right: 10px;
    margin-bottom: 20px;
}

.index_about_ul li::before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    background: url('img/index_about_icon.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 15px;
}

.index_about_btn .head_btn {
    margin-top: 7%;
}

.index_num {
    padding: 5% 0;
    position: relative;
}

.index_num::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(40, 88, 164, .94);
    bottom: 0;
}

.index_num .layout::after {
    display: none;
}

.index_num .layout {
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.index_num_tit {
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-family: Lato-Bold;
    margin-bottom: 10px;
    font-weight: bold;
}

.index_num_desc {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.index_num_line {
    width: 1px;
    height: 120px;
    background: #fff;
}

.index_num .layout .index_num_line:last-child {
    display: none;
}

.index_ovens {
    padding: 5% 0;
}

.index_ovens_left {
    width: 66%;
}

.index_ovens_left .imgBox {
    padding-bottom: 55%;
}

.index_ovens_right {
    width: 36.6666%;
    background: #fff;
    margin-left: -3%;
    position: relative;
    z-index: 1;
    padding: 3% 3% 5%;
    box-shadow: 0px 3px 12px 0px rgba(185, 190, 188, .7);
}

.index_ovens_tit {
    font-size: 26px;
    font-family: Lato-Bold;
    padding-bottom: 10px;
    border-bottom: 4px solid #2858A4;
}

.index_ovens_right .rec_desc {
    margin: 20px 0 0;
    line-height: 1.8;
}

.index_ovens_right .head_btn {
    border-radius: 0;
    display: none;
    text-align: center;
    justify-content: center;
}

.index_ovens_right .head_btn::after {
    display: none;
}

.index_ovens_right .head_btn:hover {
    background: none;
    color: #2858A4;
    border: 1px solid #2858A4;
}

.index_ovens_swi .swiper-pagination-bullet-active {
    background: #2858A4 !important;
}

.index_ovens_swi .swiper-pagination-bullet {
    margin: 0 5px;
}

.index_ovens_swi .swiper-pagination {
    bottom: 33px;
}

.index_pro {
    padding: 5% 0;
}

.index_rec_title_box {
    justify-content: space-between;
}

.index_rec_title_box .rec_desc {
    width: 60%;
}

.index_pro_cat_box {
    overflow-y: auto;
    margin: 30px 0;
    justify-content: space-between;
}

.index_pro_cat_title {
    padding: 0 50px !important;
    font-size: 18px;
    margin-right: 15px;
    min-width: 230px;
    flex-shrink: 0;
    color: #8a8a8a;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    line-height: 55px;
    font-family: Lato-Regular;
}

.index_pro_cat_box .index_pro_cat_title:last-child {
    margin-right: 0;
}
.index_pro_cat_box_wrapper{
    position: relative;
    padding: 0 50px;
}
.index_pro_cat_box_wrapper .swiper-slide{
    width: auto;
}
.index_pro_cat_box_wrapper .swiper-button-prev,
.index_pro_cat_box_wrapper .swiper-button-next{
    transform: scale(0.7);
}
.index_pro_cat_title_act {
    background: #2858A4 !important;
    color: #fff;
}

.tab-content-box .swiper-slide {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 15px;
}

.tab-content-box .swiper-slide:hover {
    transform: translateY(-5px);
}

.product-image {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content {
    padding-top: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.product-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
}

.product-btn {
    font-size: 16px;
    color: #2858A4;
    font-family: Lato-Bold;
    transition: background-color 0.3s;
}

.product-btn:hover {
    text-decoration: underline;
}


.tab-content {
    display: none;
    position: relative;
}

.tab-content.active {
    display: block;
}

.index_pro_swiper-button-next,
.index_pro_swiper-button-prev {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    background: #e5e5e5;
    z-index: 1;
    transform: translateY(-50%);
}

.index_pro_swiper-button-next {
    right: -100px;
}

.index_pro_swiper-button-prev {
    left: -100px;
}

.index_pro_swiper-button-next::after {
    display: inline-block;
    content: '';
    width: 22px;
    height: 11px;
    background: url('img/swiperright.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_pro_swiper-button-prev::after {
    display: inline-block;
    content: '';
    width: 22px;
    height: 11px;
    background: url('img/swiperleft.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_pro_swiper-button-next:hover,
.index_pro_swiper-button-prev:hover {
    background: #2858A430;
}

.index_pro_swiper-button-next:hover::after {
    background: url('img/swiperright2.png') no-repeat;
    background-size: 100% 100%;
}


.index_pro_swiper-button-prev:hover::after {
    background: url('img/swiperleft2.png') no-repeat;
    background-size: 100% 100%;
}

#index_pro2 .index_pro_cat_title {
    background: #f7f7f7;
}

.index_pro .swiper-container {
    padding: 5px;
}
.index_app{
    margin-top: 5%;
}
.index_app_box {
    position: relative;
}

.index_app_conts {
    margin-top: 30px;
}

.index_app_cont {
    display: none;
    position: relative;
    opacity: 0;
    /* transform: translateX(50px) scale(0.95); */
    /* transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); */
}
.index_app_cont img{
    width: 100%;
}
.index_app_cont.active {
    display: block;
    opacity: 1;
    /* transform: translateX(0) scale(1); */
    /* animation: slideFromRight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; */
}

@keyframes slideFromRight {
    0% {
        opacity: 1;
        transform: translateX(100px) skewX(-15deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) skewX(0);
    }
}

.index_app_cont .imgBox {
    padding-bottom: 43%;
}
.index_app_cont .imgBox img{
    object-fit: contain;
}
.index_app_cont .imgBox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.25);
}

.index_app_text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 7% 0 5%;
}

.index_app_title {
    font-size: 36px;
    font-family: Lato-Bold;
    padding-bottom: 10px;
    color: #fff;
}

.index_app_desc {
    margin: 30px 0;
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    font-family: Lato-Regular;
}

.index_app_cont .head_btn {
    text-align: center;
    justify-content: center;
    min-width: 200px;
    line-height: 60px;
    height: 60px;
}

.index_app_cont .head_btn::after {
    display: none;
}

.index_app_cont .head_btn:hover {
    background: none;
    color: #2858A4;
    border: 1px solid #2858A4;
}

.index_app_tab_box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, .3);
}

.index_app_tab {
    text-align: center;
    padding: 30px 10px;
    width: calc(100% / 6);
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0;
}

.index_app_icon {
    height: 55px;
}

.index_app_icon_title {
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}

.index_app_tab .index_app_icon:nth-child(2) {
    display: none;
}

.index_app_tab_act {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(40, 88, 164, 0.64) 100%);
}

.index_app_tab_act .index_app_icon:nth-child(1) {
    display: none;
}

.index_app_tab_act .index_app_icon:nth-child(2) {
    display: inline-block;
}

.index_customer {
    padding: 5% 0;
    background-size: 100% 100% !important;
}

.index_customer .swiper-wrapper {
    padding: 5px;
}

.index_customer .swiper-slide {
    background: #fff;
}

.index_customer_div {
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid #2858A4;
}

.cusIcon {
    width: 24px;
}

.index_customer_desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1;
    line-height: 2em;
    height: 8em;
    overflow: hidden;
    margin: 20px 0 30px;
}

.index_customer_bottom img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.index_customer_name {
    font-size: 20px;
    color: #333;
    font-family: Lato-Bold;
    margin-bottom: 10px;
}

.index_customer_name2 {
    font-size: 16px;
    color: #2858A4;
}

.index_cus_swi_box {
    margin: 30px 0 0;
}

.index_cus_swi_box .swiper-pagination {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.index_cus_swi_box .swiper-pagination-bullet {
    margin: 0 10px;
    width: 12px;
    height: 12px;
    position: relative;
}

.index_cus_swi_box .swiper-pagination-bullet-active::after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #2858A4;
}

.index_news {
    padding: 5% 0;
}

.index_news .rec_desc {
    text-align: center;
    margin-top: 10px;
}

.index_news_box {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_news_div {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-top: 30px;
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
}

.index_news_div:nth-child(2n) {
    margin-right: 0;
}

.index_news_img {
    width: 43.8%;
    flex-shrink: 0;
}

.index_news_img .imgBox {
    padding-bottom: 83%;
}

.index_news_right {
    padding: 10px 30px;
}

.index_news_tit {
    font-size: 20px;
    color: #333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

.index_news_desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    margin: 20px 0 30px;
}

.index_news_btn {
    font-size: 16px;
    color: #2858A4;
    transition: background-color 0.3s;
}

.index_news_div:hover .index_news_tit {
    color: #2858A4;
}

.index_news_time {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 10px 0;
    z-index: 1;
    background: rgba(40, 88, 164, .8);
}

.index_con {
    padding: 5% 0;
}

.index_con_box {
    margin-left: auto;
    margin-right: 0;
    width: 42%;
}

.index_con_box .rec_title,
.index_con_box .rec_title a {
    color: #fff;
    text-align: left;
}
.index_con_box .rec_title:hover{
    text-decoration: underline;
}
.index_con_box .rec_desc {
    color: #ffffff90;
    margin: 10px 0 20px;
}

.index_form_box li {
    width: 49%;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 10px;
    margin-bottom: 10px;
    position: relative;
}

.index_form_box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_form_box li input,
.index_form_box li textarea {
    width: 100%;
    background: none;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.index_form_box li input::placeholder,
.index_form_box li textarea::placeholder {
    color: #fff;
    font-size: 16px;
}

.index_form_box li textarea {
    min-height: 80px;
}

.index_form_box .wid100 {
    width: 100%;
}

.index_form_box li::after {
    color: red;
    content: '*';
    position: absolute;
    top: 15px;
    left: -10px;
}

.index_form_box .hover_btn {
    width: 100%;
    height: 55px;
    margin: 0 !important;
    text-align: center;
    color: #2858A4;
    font-size: 20px;
}


@media only screen and (max-width: 1200px) {
    .index_app_cont .imgBox {
        padding-bottom: 60%;
    }
}

@media only screen and (max-width: 950px) {
    .index_provider_div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .index_about {
        flex-wrap: wrap;
        width: 96%;
        margin: 0 auto 5%;
    }

    .index_about_left {
        width: 100%;
    }

    .index_about_right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .index_about_right .rec_desc {
        margin: 20px 0;
    }

    .index_about_ul li {
        width: 100%;
        padding-right: 0;
    }

    .index_about_btn .head_btn {
        margin-top: 20px;
    }

    .index_num_div {
        width: 50%;
    }

    .index_num_line {
        display: none;
    }

    .index_num .layout {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .index_num_tit {
        margin-top: 10px;
        font-size: 30px;
    }

    .index_ovens_box {
        flex-wrap: wrap;
    }

    .index_ovens_left,
    .index_ovens_right {
        width: 100%;
        margin-left: 0;
    }

    .index_ovens_right {
        padding-bottom: 17%;
    }

    .index_ovens_swi .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
    }

    .index_rec_title_box {
        flex-direction: column;
    }

    .index_rec_title_box .rec_title,
    .index_rec_title_box .rec_desc {
        width: 100%;
    }

    .index_app_cont .imgBox {
        padding-bottom: 180%;
    }

    .index_app_tab_box {
        overflow-x: auto;
        position: relative;
    }
    .index_app_icon{
        height: 35px;
    }

    .index_app_tab {
        width: 50%;
        flex-shrink: 0;
        padding: 5px;
    }

    .index_app_icon_title{
        font-size: 16px;
    }

    .index_news_div {
        width: 100%;
        margin-right: 0;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .index_news_img {
        width: 100%;
    }

    .index_news_right {
        width: 100%;
        padding: 20px;
    }

    .index_news_desc {
        display: none;
    }

    .index_news_tit {
        margin-bottom: 10px;
        height: auto;
    }

    .index_news_box {
        margin-top: 0;
    }

    .index_con {
        background-position: right top !important;
    }

    .index_form_box li::after {
        left: -7px;
    }

    .index_con_box {
        width: 100%;
    }


    .index_pro_cat_title{
        padding: 0 10px !important;
        font-size: 16px;
    }

    .index_pro_cat_box_wrapper{
        padding: 0 30px;
    }

    .index_pro_cat_box_wrapper .swiper-button-next, .index_pro_cat_box_wrapper .swiper-button-prev{
        transform: scale(0.5);
    }

    .index_pro_swiper-button-next, .index_pro_swiper-button-prev{
        display: none;
    }


  
}