.product ul {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	line-height: 22px;
	font-size: 23px;
}
.product a {
	color: #898989;
}
.product li {
	float: left;
	padding: 35px 0;
	cursor: pointer;
}
.product-gap {
	width: 52px;
	cursor: default;
}
.product-btn {
	width: 1200px;
	height: 40px;
	display: table;
	margin: 0 auto;
	cursor: pointer;
	background-color: #e6e6e6;
	background-image: url(/uploads/image/ipage/business_arrow1.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.product-btn:hover {
	background-color: #e60000;
	background-image: url(/uploads/image/ipage/business_arrow2.gif);
}
.product-empty {
	clear: both;
	display: table;
	width: 1200px;
	margin-bottom: 50px;
}
#tinybox {
	position: absolute;
	display: none;
	z-index: 999;
	background-color: white;
}
#tinybox-top {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 10px 10px 0 10px;
}
#tinybox-top img {
	cursor: pointer;
	position: relative;
	left: 10px;
	top: -10px;
}
#tinybox-down {
	height: 65px;
	color: #898989;
}
#tinybox-title {
	padding: 10px 0 0 10px;
	font-size: 14px;
}
#tinybox-content {
	padding: 5px 0 0 10px;
	font-size: 12px;
}
