#swiper-sub .swiper-pagination-bullet{
	font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
		background-color: transparent;
		opacity:1;
		text-align: center;
}
#swiper-sub .swiper-pagination-bullet:nth-child(2)::before{
  content: "\e663";
}
	#swiper-sub .swiper-pagination-bullet:nth-child(3)::before{
		content: "\e662";
	}
	#swiper-sub .swiper-pagination-bullet:nth-child(4)::before{
		content: "\e666";
	}
	#swiper-sub .swiper-pagination-bullet:nth-child(5)::before{
		content: "\e660";
	}

	@media (max-width: 768px){
    .h180{
      padding-left:7px;
    }
    #swiper-sub .swiper-pagination-bullet:nth-child(1)::before{
			content: "\e663";
		}
		#swiper-sub .swiper-pagination-bullet:nth-child(2)::before{
			content: "\e662";
		}
		#swiper-sub .swiper-pagination-bullet:nth-child(3)::before{
			content: "\e666";
		}
		#swiper-sub .swiper-pagination-bullet:nth-child(4)::before{
			content: "\e660";
		}
		.img-box img:nth-child(2), .img-box img:nth-child(4), .img-box img:nth-child(5){
			display: none;
		}

		.img-box img:nth-child(3){
			display: inline-block;
		}
	}
	@media (min-width: 1200px){
		.h260 {
		    height: 221px;
		}
	}

	@media (min-width: 1500px){
		.h260 {
		    height: 250px;
		}
	}


@media (max-width: 767px){
  #swiper-sub .swiper-pagination-bullet:nth-child(1)::before,
  #swiper-sub .swiper-pagination-bullet:nth-child(2)::before,
  #swiper-sub .swiper-pagination-bullet:nth-child(3)::before,
  #swiper-sub .swiper-pagination-bullet:nth-child(4)::before{
    content:"◎";
    font-size:12px;
  }
    #swiper-sub .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active::before{
      content: "\e663";
      font-size:30px;
    }
    #swiper-sub .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active::before{
      content: "\e662";
      font-size:30px;
    }
    #swiper-sub .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active::before{
      content: "\e666";
      font-size:30px;
    }
    #swiper-sub .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active::before{
      content: "\e660";
      font-size:30px;
    }
}
