.pro_ten_cate {
	padding: 60px 0 40px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.pro_ten_cate_title {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.pro_ten_cate_title h2 {
	font-size: 42px;
	color: #333;
	line-height: 1;
	padding-bottom: 20px;
}

.pro_ten_cate_title p {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding-bottom: 20px;
}

.pro_ten_cate_list {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.pro_ten_cate_list li {
	padding: 20px 0;
}

.pro_ten_cate_list li .pro_cate_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	margin: 0 auto 20px;
	transition: all 0.4s;
}

.pro_ten_cate_list li .pro_cate_img i img {
	display: block;
	max-width: 40px;
}

.pro_ten_cate_list li .pro_cate_img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.pro_ten_cate_list li .pro_cate_title h3 {
	text-align: center;
	font-size: 18px;
	color: #666666;
	transition: all 0.4s;
	line-height: 1.5;
}

.pro_ten_cate_list .swiper-button-next,
.pro_ten_cate_list .swiper-button-prev {
	background-image: none;
	height: 20px;
	width: 20px;
	margin-top: -15px;
}

.pro_ten_cate_list .swiper-button-next img,
.pro_ten_cate_list .swiper-button-prev img {
	display: block;
	max-width: 20px;
}

.pro_ten_cate_list .swiper-button-next.hide,
.pro_ten_cate_list .swiper-button-prev.hide {
	display: none;
}

.pro_ten_cate_list .swiper-button-next {
	right: 0;
}

.pro_ten_cate_list .swiper-button-prev {
	transform: rotateY(180deg);
	left: 0;
}

.pro_ten_cate_list .swiper-pagination {
	position: unset;
	font-size: 0;
}

.pro_ten_cate_list .swiper-pagination.hide {
	display: none;
}

@media only screen and (max-width: 1680px) {
	.pro_ten_cate_title h2 {
		font-size: 36px;
	}
	.pro_ten_cate_title p {
		font-size: 15px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 1440px) {
	.pro_ten_cate .container {
		max-width: 1000px;
	}
}

@media only screen and (max-width: 1200px) {
	.pro_ten_cate .container {
		max-width: 800px;
	}
}
@media only screen and (max-width: 991px) {
	.pro_ten_cate .container {
		max-width: 600px;
	}
}

@media only screen and (max-width: 768px) {
	.pro_ten_cate {
		padding: 30px 0 20px;
	}

	.pro_ten_cate_list .swiper-button-next,
	.pro_ten_cate_list .swiper-button-prev {
		display: none;
	}
	.pro_ten_cate_list .swiper-pagination-bullet{
		background:#666;
	}
	.pro_ten_cate_list li {
		padding: 20px 16px;
	}
	.pro_ten_cate_list li .pro_cate_img {
		width: 90px;
		height: 90px;
		margin: 0 auto 10px;
	}
	.pro_ten_cate_list li .pro_cate_title h3 {
		font-size: 14px;
		white-space:normal;
	}
	.pro_ten_cate_title h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.pro_ten_cate_title p {
		font-size: 14px;
		line-height: 1.5;
		padding-bottom: 0px;
	}
}