* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/bg.jpg) repeat-x;
}

ul,ol {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #ffffff;
}

h1,h2,h3,h4 {
	font-weight: initial;
}

.space_20 {
	clear: both;
	height: 20px;
}
/* 首页 */
.jieshao {
	width: 980px;
	margin: auto;
}

.banner {
	width: 980px;
	height: 363px;
	clear: both;
}

.nav {
	height: 50px;
	background: #ba0615;
	text-align: center;
	line-height: 50px;
}

.nav ul li {
	float: left;
	width: 120px;
	margin: 0 20px;
}

.nav ul li:hover {
	background: #840009;
	color: #ffffff;
}

.grjianjie {
	width: 660px;
	float: left;
	height: 245px;
	background: #fef6dd;
	padding: 20px;
}

.shaoxiact {
	background: #fff;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;
	border-left: 1px solid #baa47b;
	border-right: 1px solid #baa47b;
}

.sxbt h2 {
	text-align: center;
	line-height: 48px;
	padding: 15px 5px;
}

.sxbt h2 a {
	color: #333
}

.gerenleft {
	float: left;
	margin-right: 20px;
}

.gerenright {
	float: left;
	margin-right: 20px;
	width: 200px;
	text-align: center;
	border: 1px solid#409ecd;
}

.gerenright h3 {
	line-height: 36px;
	padding: 10px 0;
	background: #409ecd;
	color: #FFFFFF;
}

.gerenright p {
	line-height: 40px;
	border-bottom: 1px dotted#409ecd;
	font-size: 16px;
}

.hjj {
	line-height: 33px;
	font-size: 16px;
}

.gerenright1 {
	float: left;
	width: 496px;
}

.gerenright1 h3 {
	line-height: 36px;
	padding: 10px 0;
	background: #409ecd;
	color: #FFFFFF;
	text-align: center;
}

.gerenright1 p {
	line-height: 27px;
	text-indent: 2em;
	border: 1px solid#409ecd;
	padding: 0 15px;
}

.gerenleft img {
	width: 200px;
}

.xgrw ul li {
	float: left;
	width: 210px;
	text-align: center;
	margin: 0 10px;
	background: #ebd8ce;
	color: #333333;
	margin-bottom: 20px;
	margin-right: 15px;
}

.xgrw ul li img {
	width: 210px;
	height: 220px;
}

.xgrw ul li p {
	line-height: 36px;
}

.jzzp ul li {
	float: left;
	width: 210px;
	text-align: center;
	margin: 0 10px;
	background: #fef6dd;
	color: #333333;
	margin-right: 14px;
}

.jzzp ul li img {
	width: 210px;
	height: 220px;
}

.jzzp ul li p {
	line-height: 36px;
}

.yspj {
	background: #fff;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 36px;
	font-family: "微软雅黑";
}

.yspj img {
	width: 894px;
	height: 400px;
	margin: 0 auto;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* 登录注册 */
.denglu {
	background: #ffffff;
	padding: 20px 0;
}

.login {
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	width: 800px;
	margin: auto;
}

.loginleft {
	float: left;
}

.loginleft img {
	width: 300px;
}

.loginright {
	margin: 0 auto;
	width: 460px;
	text-align: center;
}

.loginright h2 {
	text-align: center;
	padding: 20px 0;
}

.loginright input {
	margin: 15px 0;
	height: 35px;
	width: 300px;
	padding-left: 15px;
}

.loginf {
	padding: 20px 71px;
}

/* 版权信息 */
footer {
	background: #ba0615;
	color: #FFFFFF;
	text-align: center;
	height: 55px;
	padding-top: 5px;
}

footer p {
	line-height: 48px;
}