.product-box {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 45px;
}
.product-banner {
	min-width: 1180px;
}
.product-banner img {
	width: 100%;
	height: 100%;
}
.product-list-title {
	color: #646464;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	background: #e8e8e8;
	text-align: center;
	position: relative;
	width: 205px;
	overflow: hidden;
}
.product-list-title::after,
.product-list-title::before,
.product-list-title span::before,
.product-list-title span::after {
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	border: 1px solid #bbb;
	position: absolute;
}
.product-list-title::after {
	border-bottom: none;
	border-left: none;
	top: 0;
	right: 0;
}
.product-list-title::before {
	border-bottom: none;
	border-right: none;
	top: 0;
	left: 0;
}
.product-list-title span::before {
	border-top: none;
	border-right: none;
	bottom: 0;
	left: 0;
}
.product-list-title span::after {
	border-top: none;
	border-left: none;
	bottom: 0;
	right: 0;
}
.product-list-title span {
	display: block;
}
.product-list li a img {
	border: 1px solid #cecece;
	display: inline-block;
	width: 205px;
	height: 190px;
	margin-bottom: 5px;
}
.product-list li {
	width: 25.5%;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}
.product-list {
	overflow: hidden;
	padding-top: 35px;
}
.product-list li a {
	display: inline-block;
}
.product-list li:nth-child(4n) {
	width: 23.5%;
}
.text-subtitle {
	font-size: 14px;
	color: #f05306;
	margin: 20px 0;
}
.text-font {
	font-size: 12px;
	color: #333;
	line-height: 20px;
}
