@charset "utf-8";
/* CSS Document */
body,p,form,h1,h2,h3,h4,h5,h6,td,th,table,div,ul,li,ol,dl,dt,dd,img,input,select
	{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font-size: 16px;
	font-family: "微软雅黑";
	color: black;
}

a:link,a:visited {
	text-decoration: none;
	color: #fb4949
}

a:hover {
	text-decoration: none;
	color: #fb4949
}

ul,ul li {
	list-style-type: none;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	font-size: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 16px;
	font-weight: bold;
}

.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cl {
	zoom: 1;
}

input,textarea,button {
	outline: none;
	font-family: "微软雅黑";
}

.minwidth {
	min-width: 980px;
	_width: expression(document.body.clientWidth <   980 ?   "980px" :   "auto");
}

.center-main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}



#header {
	background-image: url("../images/bg-header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 590px;
	font-family: "微软雅黑";
}


#nav-link {
	color: white;
	padding-left:750px;
	font-size: 14px;
	height: 25px;
}
#nav-link a {
	color: white;
	font-family: "微软雅黑";
}
#nav-link a:HOVER,#nav-link a:ACTIVE {
	color: #e3af27;
}

#logo {
	width: 200px;
	height: 140px;
	display: block;
}

#footer {
	background-image: url("../images/bg-footer.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#main-body {
	background-image: url("../images/bg-main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 625px;
	font-family: "微软雅黑";
}
.act-content-text {
	color: white;
	font-size: 14px;
	padding-top: 67px;
	padding-left: 15px;
}


#rules {
	font-family: "微软雅黑";
	background-position: center;
	background-repeat: no-repeat;
	height: 311px;
	background-image: url("../images/bg-rule.jpg");
}

.rules-content {
	padding-top: 58px;
	padding-left: 12px;
	font-size: 14px;
	color: white;
	line-height: 24px;
}
.rules-content .rule-important {
	background-color: #29498f;
}
.rules-content .rules-index {
	padding-right: 10px;
}