@charset "utf-8";
/* CSS Document */
body {
	font-family:"宋体";
	font-size:12px;
	background:#fff;
}
* {
	padding:0px;
	border:0px;
	margin:0px;
	list-style:none;
}

/* header */
.header {
	width:960px;
	height:107px;
	border-bottom:5px solid #C8290B;
	margin:0px auto;
}
.header h1 {
	width:216px;
	height:67px;
	padding-top:20px;
	padding-left:27px;
}

/* content */
.content {
	width:960px;
	overflow:hidden;
	margin:0px auto;
	margin-bottom:35px;
}
.tlt {
	width:900px;
	height:48px;
	line-height:48px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:24px;
	color:#050087;
	border-bottom:1px solid #A0A0A0;
	margin:0px auto;
}
.text {
	width:860px;
	height:630px;
	border:1px solid #000;
	margin:0px auto;
	margin-top:20px;
}
.text img {
	width:830px;
	height:600px;
	padding-top:15px;
	padding-left:15px;
}
.tlt1 {
	width:780px;
	height:48px;
	line-height:48px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:24px;
	color:#050087;
	border-bottom:1px solid #A0A0A0;
	margin:0px auto;
}
.text1 {
	width:647px;
	height:915px;
	border:1px solid #000;
	margin:0px auto;
	margin-top:20px;
}
.text1 img {
	width:617px;
	height:885px;
	padding-top:15px;
	padding-left:15px;
}

/* ==== 底部导航 ==== */
.nav1 {
	width:960px;
	height:30px;
	background-color:#ca0000;
	margin:0px auto;
}
.nav1-ul {
	padding-top:9px;
	margin-left:22px;
}
.nav1-ul li {
	text-align:center;
	border-right:1px solid #fff;
	float:left;
}
.nav1-ul li.li1 {
	text-align:center;
	border:none;
	float:left;
}
.nav1-ul li a {
	padding:0px 13px;
	color:#fff;
}
.nav1-ul li a:hover {
	color:#fff;
	text-decoration:underline;
}

/* footer */
.footer {
	width:960px;
	height:200px;
	margin:0px auto;
}
.footer p {
	text-align:center;
	line-height:30px;
	padding-top:20px;
}








