.con {
	width: 100%;
	padding-bottom: 20px;
	/* text-align: center */
}

.con ul {
	display: inline-block;
	width: calc(100% + 20px);
}

.con ul li {
	display: inline-block;
	background: #fff;
	border: #ddd 1px solid;
	text-align: center;
	/* border-right: 0px */
	float: left;
	margin: 0 8px 0 0;
	width: calc(100% / 6 - 20px);
	margin-bottom: 12px;
}

/* .con ul li:first-child {
  border-top-left-radius: 10px; border-bottom-left-radius: 10px
} */
.con ul li:last-child {
	border-right: #ddd 1px solid;
	/* border-top-right-radius: 10px; border-bottom-right-radius: 10px */
}

.con ul li a {
	display: inline-block;
	font-size: 1.0rem;
	/* padding: 10px 20px */
	display: block;
	height: 44px;
	/* background: #efefef; */
	font-size: 15px;
	color: #333;
	line-height: 44px;
	text-align: center;
}

.con ul li.on {
	background: #ed6c00;
	border-color: #ed6c00
}

.con ul li.on a {
	color: #fff
}

/* 产品详情 */
.tit00 {
	padding: 36px 10px 20px 10px;
	background: #fafafa;
}

.con00 {
	padding: 20px 10px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #fafafa;
	line-height: 240%;
}

.product-detail {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #ffffff;
}

.swiper-wrapper00 {
	padding: 0px 10px;
}

.ernav00 {
	position: absolute;
	display: none;
	background: rgba(0, 0, 0, 0.1);
	z-index: 99999;
}


@media only screen and (max-width: 1024px) {
	.con ul li {

		width: calc(100% / 2 - 20px);
	}

	.ernav00 {
		position:relative;
		display: none;
		background: rgba(255, 255, 255, 0.1);
	}

}

