/*轮播部分3*/
@media (max-width: 776px) {
    .owl-theme .item-box{
        width: 80%;
    }
    .owl-theme1 {
        width: 90%;
    }
}
@media (max-width:776px) {
    .owl-theme-container .owl-theme{
        width: 95% !important;
    }
    .owl-theme-container{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width:1024px) {
    .owl-theme-container .owl-theme{
        width: 90% !important;
    }
    .owl-theme-container{
        display: flex;
        justify-content: center!important;
        align-items: center;
    }
    .owl-theme1 {
        width: 83%;
    }
    .owl-theme-container1{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.owl-theme .item-box{
    width: 464px;
    height: 688px;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 4px #ECECEC;
    /*background-color: #FF1C24;*/
    /*box-sizing:border-box;*/
    /*-moz-box-sizing:border-box; !* Firefox *!*/
    /*-webkit-box-sizing:border-box; !* Safari *!*/
}
.owl-theme .item .item-img-box{
    background-image:url("images/gobos/item-img.png");
    width: 100%;
    height: 343px;
    position: relative;
}
.owl-theme .item .item-img-left{
    width: 73px;
    height: 73px;
    position: absolute;
    top: 30px;
    left: 30px;
}
.owl-theme .item .item-desc{
    height: 343px;
    padding: 30px;
}
@media (max-width: 996px) {
    .owl-theme .item .item-desc .item-desc-div{
        text-align: left;
        white-space:normal; width:300px;
    }
    .owl-theme .item-box{
        width: 400px!important;
    }
}

/*行内应用轮播部分*/
@media (max-width: 776px) {
    .swiper-slide .item-box{
        width: 80%;
    }
}
@media (max-width:776px) {
    .swiper-bundle .swiper-slide{
        width: 95% !important;
    }
    .swiper-bundle{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width:1024px) {
    .swiper-bundle .swiper-slide{
        width: 90% !important;
    }
    .swiper-bundle{
        display: flex;
        justify-content: center!important;
        align-items: center;
    }

}
.swiper-slide .item-box{
    width: 392px;
    height: 688px;
    background-color: #fff;
    box-shadow: 2px 2px 4px #ECECEC;
    /*background-color: #FF1C24;*/
    /*box-sizing:border-box;*/
    /*-moz-box-sizing:border-box; !* Firefox *!*/
    /*-webkit-box-sizing:border-box; !* Safari *!*/
}
.swiper-slide .item .item-img-box{
    background-image:url("images/gobos/item-img.png");
    width: 100%;
    height: 343px;
    position: relative;

}
.swiper-slide .item .item-img-box1{
    background-image:url("images/gobos/item-img1.png");
    width: 100%;
    height: 343px;
    position: relative;
}
.swiper-slide .item .item-img-box2{
    background-image:url("images/gobos/item-img2.jpg");
    width: 100%;
    height: 343px;
    position: relative;
}
.swiper-slide .item .item-img-left{
    width: 73px;
    height: 73px;
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #d80012;
    text-align: center;
    line-height: 73px;
}
.swiper-slide .item .item-desc{
    height: 343px;
    padding:55px 0px 0px 30px;

}
.swiper-slide .item .item-desc .item-desc-div{
    width: 90%;
}
.swiper-slide .item .item-desc h3{
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 15px;
}
.swiper-icon-next{
    width: 5rem !important;
    height: 10rem !important;
    background-color: rgba(0, 0, 0, 0.2);
    top: 35% !important;
    right: 0px !important;
    left: auto !important;
}
.swiper-icon-prev{
    width: 5rem !important;
    height: 10rem !important;
    background-color: rgba(0, 0, 0, 0.2);
    top: 35% !important;
    left: 14px !important;
    right: auto !important;
}
/* .swiper-button-next{
    display: none !important;
}
.swiper-bundle:hover .swiper-button-next{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.swiper-button-prev{
    display: none !important;
}
.swiper-bundle:hover .swiper-button-prev{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
} */
@media (max-width: 996px) {
    .swiper-slide .item .item-desc .item-desc-div{
        text-align: left;
        white-space:normal; width:300px;
    }
    .swiper-slide .item-box{
        width: 400px!important;
    }
}

.flat-testimonial.style1 {
    padding: 69px 0 20px;
    /* padding: 0px 0px 25px 0px; */
    /* background-color: #f4f5f7; */

}
.flat-testimonial.style2 {
    padding: 69px 0 63px;
    /* padding: 0px 0px 25px 0px; */
    /* background-color: #ECECEC; */
    background-image: url("images/gobos/awards.jpg");
    background-size: cover;
}
.flat-testimonial.style3 {
    padding: 69px 0 63px;
    /* padding: 0px 0px 25px 0px; */
    /* background-color: #ECECEC; */
    background-image: url("images/gobos/dynamic.jpg");
    background-size: cover;
}
/*end*/
