@charset "utf-8";
#sub_header {
	height: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px solid gray;
}
.sub-header-container {
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}
#sub_header_title {
	float: left;
	height: 50px;
	width: 550px;
	line-height: 70px;
	text-align: left;
	font-family: "Microsoft YaHei";
	vertical-align: bottom;
	font-size: 20px;
	margin-left: 70px;
}
#sub_header_user {
	float: right;
	margin-right: 50px;
	height: 15px;
	width: 400px;
	margin-top: 17px;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: gray;
	text-align: right;
	line-height: 15px;
}
#sub_header_user a {
	text-decoration: none;
	color: #0066CC;
}
#brand_pic {
	height: 250px;
	width: 1146px;
	margin-right: auto;
	margin-left: auto;
}
#brand_pic img {
	float: left;
	width: 380px;
	margin-left: 1px;
	margin-right: 1px;
	height: 250px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#brand_slogan_2 {
	height: 70px;
	width: 1146px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Microsoft YaHei";
	padding-top: 20px;
}
.brand_logo_1 {
	height: 240px;
	width: 1146px;
	margin-right: auto;
	margin-left: auto;
}
.brand_item {
	float: left;
	height: 240px;
	width: 228px;
	text-align: center;
}
.brand_item img {
	height: 170px;
	width: 170px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 1px #000000;
	-webkit-box-shadow: 0px 0px 1px #000000;
	box-shadow: 0px 0px 1px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	cursor: pointer;
}
.brand_item div {
	height: 20px;
	width: 140px;
	font-family: "Microsoft YaHei";
	font-size: 11px;
	line-height: 20px;
	margin-left: 44px;
}
#product_div {
	height: 420px;
	width: 1146px;
	margin-right: auto;
	margin-left: auto;
}
#product_title {
	font-family: "Microsoft YaHei";
	height: 100px;
	width: 1146px;
	text-align: center;
	line-height: 100px;
	font-size: 40px;
}
#product_item_div {
	height: 320px;
	width: 1146px;
	float: left;
}
.product_item {
	float: left;
	height: 55px;
	width: 250px;
	border: 1px solid gray;
	margin-left: 15px;
	margin-right: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-top: 20px;
	text-align: center;
	line-height: 55px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	text-decoration: none;
	color: black;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
.product_item:hover {
	background-color: #999;
	color: white;
}
