body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333;
}
a {
	text-decoration: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gd1 {
	overflow: hidden;
	width: 1200px;
	margin: 10px auto;
	height: 360px;
	position: relative;
}
#gd1 ul {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
	width: 9999999px;
}
#gd1 ul li {
	width: 210px;
	margin-right: 20px;
	float: left;
	text-align: center;
	line-height: 30px;
}
#gd1 ul li img {
	width: 200px;
	height: 293px;
	display: block;
}
#gd2 {
	overflow: hidden;
	width: 1200px;
	margin: 5px auto;
	height: 215px;
	position: relative;
}
#gd2 ul {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
	width: 9999999px;
}
#gd2 ul li {
	width: 310px;
	height: 280px;
	float: left;
	text-align: center;
}
#gd2 ul li a {
	color: #fff;
}
#gd2 ul li img {
	width: 300px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 2px;
}
