@gb2312 
@import url(header.css);
@import url(footer.css);
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 12px;
	font-family: "微软雅黑", "黑体";
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em,
i {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
	样式初始化 
 */

.container {
	width: 1200px;
	padding: 0;
}
.special_cont{
	width: 1200px;
	background: #FFFFFF;
}
.special_cont ul{
	margin-top: 20px;
}
.special_cont ul li{
	margin: 10px 10px;
	float: left;
}
.special_cont ul li img{
	width: 280px;
	height: 84px;
}
