@charset "utf-8";
/* CSS Document */
a{
	text-decoration:none;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
}

#head {
	padding: 0px;
	height: 235px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0C9;
}

#nav {
	background-color: #CACAFF;
	padding: 0px;
	height: 40px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
}
#nav ul li {
	background:#007ac7;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 98px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: block;
}
#nav ul li a:hover {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	font-weight: bold;
}
#mian {
	padding: 0px;
	height: 1450px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E6E6FF;
}
#mian .right h1 {
	margin-left: 50px;
	margin-top: 20px;
	font-size: 20px;
}

#mian .left {
	/*height: 450px;*/
	width: 980px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mian .right {
	float: left;
	height: 470px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#mian .tp {
	float: left;
	height: 400px;
	width: 980px;
	text-align: center;
}
#mian .bottom {
	font-size: 20px;
	height: 100px;
	width: 980px;
	float: left;
}
#mian .bottom h1 {
	font-size: 20px;
	margin-right: 150px;
	margin-left: 50px;
}




#mian .left h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px;
}

#mian .left p {
	float: left;
	/*width: 980px;*/
	font-size: 14px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	line-height: 35px;
	padding: 0px;
	text-align: left;
}
#mian .bottom p {
	font-size: 14px;
	margin-left: 150px;
}

#mian .right p {
	font-size: 14px;
	margin-top: 30px;
	margin-left: 150px;
	text-indent: 35px;
	margin-right: 150px;
	text-align: left;
}

#footer {
	background-color: #D0E8FF;
	height: 60px;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	color: #000;
	line-height: 60px;
	text-align: center;
	font-weight: lighter;
}
#mian .right ol li {
	margin-left: 150px;
	font-size: 14px;
	margin-right: 150px;
}

#footer a strong {
	color: #039;
	text-decoration: none;
	font-weight: lighter;
}
#footer a strong:hover {
	color: #F00;
}