@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: url(../../../image/bakActivity/calligraphy/bg.jpg) repeat;
}
body h1, h2, h3, h4, h5, h6, p, samp, div, ul li, ol li, a, dl, dt, dd, select, input, button, textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	border: 0px;
}
button {
	cursor: pointer;
}
.clear {
	clear: both;
}
table {
	border-spacing: 1px;
}


/*底部*/

.footer {
	width: 100%;
	min-width: 1280px;
	background: #323232;
	height: 188px;
	text-align: center;
	float: left;
}
.footContent {
	width: 1200px;
	line-height: 35px;
	padding-top: 30px;
	margin: 0px auto;
	padding-top: 40px;
}
.footContent p {
	color: #fff;
	float: left;
	font-size: 14px;
}
.footContent p a {
	font-size: 14px;
	color: #fff;
	float: left;
	padding-right: 15px;
}
.footContent p a:hover {
	text-decoration: underline;
}
.ewm {
	width: 102px;
	float: right;
	margin-top: -75px;
}
.ewm h6 {
	font-size: 12px;
	color: #999;
	font-family: "宋体";
	margin-top: -10px;
}
