/* 超小屏幕（手机，小于 768px） */
@media (max-width:767px) { 
	.numCount li{width: 100%;margin-bottom: 20px;}
	.btn1{
	    z-index: 99;
	    left: -10px !important;
		width: 20px;
	}
	.btn2{
	    z-index: 99;
	    right: 5px !important;
		width: 20px;
	}
	.tabs{display: block;padding-right: 0;}
	.tabs-list{margin-top: -10px;}
	.about-co-pic img{width: 100%;margin-top: 10px;}
	.show-pic{width: 100% !important;}
	.ho-swiper .swiper-slide{padding-right: 10px !important;}
	.ho-swiper .btn2{right: -2px !important;}
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width:768px) and (max-width:991px) { 
	.numCount li{width: 50%;margin-bottom: 20px;}
	.btn1{
	    z-index: 99;
	    left: -22px !important;
	}
	.btn2{
	    z-index: 99;
	    right: -7px !important;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:992px) and (max-width:1199px) { 
	
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) { 
}