

.swiper-container {
      width: 100%;
      height: 100%; position: relative;
    }
 
    
.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background:#f18108;
    width:12px;
	height:12px;
}
.swiper-container .swiper-button-next{  font-size: 14px; width: 40px;height: 40px; border-radius: 50%;background:rgba(255,255,255,0.1) } 
    .swiper-button-next:after, .swiper-button-prev:after {font-size: 20px;opacity:0.9; color: #fff}
     .swiper-container .swiper-button-prev{ font-size: 14px; width: 40px;height: 40px; border-radius: 50%;background:rgba(255,255,255,0.1)}
    
    .swiper-container .swiper-button-next:hover{ opacity:1; background: #f18108}
    .swiper-container .swiper-button-prev:hover{ opacity:1; background: #f18108}

.swiper-container .swiper-pagination{ bottom:50px;}
@media screen and (max-width: 1200px) {
.swiper-container .swiper-button-next{  font-size: 12px; width: 30px;height: 30px; border-radius: 50%;background:rgba(255,255,255,0.1) } 

.swiper-container .swiper-button-prev{ font-size: 12px; width: 30px;height: 30px; border-radius: 50%;background:rgba(255,255,255,0.1)}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 14px;}    
}

@media screen and (max-width: 700px) {
  .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background:#f18108;
    width:10px;
	height:10px;
}

.swiper-container .swiper-pagination-bullet {
	width:10px;
	height:10px;
	display:inline-block;
	border-radius:100%;
	background:#fff;
 opacity: 0.5;
}
    
.swiper-container .swiper-pagination{ bottom:10px;}
}

.home-pro_box .mySwiper{ position: relative; padding-bottom: 50px;}
.home-pro_box{ margin: 0 auto;padding: 0; }
  
.home-pro_box .swiper-slide img {width: 100%; height: auto;}
  
  .home-pro_box .swiper-pagination{bottom:0; z-index: 4;}
  .home-pro_box .swiper-pagination-bullet{ width: 14px;height: 14px; background: rgba(255, 255, 255, 0.8); border: 0px solid #fff; opacity:1;}
  .home-pro_box .swiper-pagination-bullet-active{width: 14px;height: 14px; background: #f18108; border: 0px solid #fff;}
  .home-pro_box .swiper-button-prev {  margin-left: 20px;
        font-size: 14px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.2)
      }
  
      .home-pro_box .swiper-button-next { margin-right: 20px;
        font-size: 14px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.2)
      }
    
  .home-pro_box .swiper-button-next:hover {opacity: 1;background: rgba(238, 88, 13, 0.8)}
  .home-pro_box .swiper-button-prev:hover { opacity:1;background: rgba(238, 88, 13, 0.8)}



  
  @media (max-width: 1200px) {
  
    .home-pro_box .swiper-pagination-bullet{ width: 10px;height: 10px; background: rgba(255, 255, 255, 0.8); border: 0px solid #fff; opacity:1;}
    .home-pro_box .swiper-pagination-bullet-active{width: 10px;height: 10px; background: #e35525; border: 0px solid #fff;}
    .home-pro_box .swiper-button-prev {  margin-left: 20px;
      font-size: 12px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2)
    }
    
    .home-pro_box .swiper-button-next { margin-right: 20px;
      font-size: 12px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2)
    }
    }

