/*轮播部分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: 100%;
    }
    .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/gbos/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;
    }

}

.flat-testimonial.style1 {
    padding: 69px 0 63px;
    background-color: #f4f5f7;
}
/* .flat-switch{
    display: none;
} */



.swiper {
      position: relative;
}
.swiper .item-box .item-desc h3{
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 15px;
  color:#333;
}
.item-box .item-img-box{
    /*background-image:url("../../images/gbos/item-img.png");*/
    /*width: 100%;*/
    height: 343px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;

}
.item-img-left img{

}
.item-img-left{
  position: absolute;
  top: 30px;
  left: 30px;
  width: 73px;
  height: 73px;
  background-color: #d80012;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-desc{
    height: 343px;
    padding: 30px;
    background-color: #fff;
}
.swiper-button-prev{
    position: absolute;

}
.btn-per{
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 40px;
    height: 100px;
    top: 45%;
    left: -10%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-next{
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    height: 100px;
    width: 40px;
    top: 45%;
    right: -10%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-per:before {
    content: "\f104";
    font-size: 40px;
    color: #fff;
    font-family: FontAwesome;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-next:before {
    content: "\f105";
    font-size: 40px;
    color: #fff;
    font-family: FontAwesome;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.btn-per:hover:before,
.btn-next:hover:before{
    color: #FF1C24;
}
.swiper-container-loop .swiper-icon-next{
  width: 5rem !important;
  height: 10rem !important;
  background-color: rgba(0, 0, 0, 0.2);
  top: 45% !important;
  right: 0px !important;
  left: auto !important;
}
.swiper-container-loop .swiper-icon-prev{
  width: 5rem !important;
  height: 10rem !important;
  background-color: rgba(0, 0, 0, 0.2);
  top: 45% !important;
  left: 14px !important;
  right: auto !important;
}
@media (max-width: 992px) {
  .swiper-icon-prev-loop{
    display: none!important;
  }
  .swiper-icon-next-loop{
    display: none!important;

  }
}
.item-img-box{

}
/*end*/
