﻿@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: 3100px;
 width: 980px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 background-color: #E6E6FF;
 font-weight: bold;
}
#mian .left {
 margin: 0px;
 padding: 0px;
 height: 100px;
 width: 980px;
 float: left;
}
#mian .left h1 {
 font-size: 26px;
 font-style: normal;
 font-weight: bold;
 text-align: center;
 width: 680px;
 margin: 0px;
 padding-top: 50px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 150px;
}
#mian .left1 {
 float: left;
 height: 400px;
 width: 980px;
 font-weight: normal;
}
#mian .left1 p {
 font-size: 16px;
 padding-left: 50px;
 line-height: 25px;
}
.bold1 {
 font-size: 18px;
 font-weight: bold;
}
#mian .left4 {
 float: left;
 height: 1250px;
 width: 980px;
}
#mian .left3 {
 float: left;
 height: 500px;
 width: 980px;
}
#mian .left3 p {
 font-size: 16px;
 padding-left: 50px;
 font-weight: normal;
 line-height: 25px;
}

#mian .left4 p {
 float: left;
 padding-left: 50px;
 font-size: 16px;
 font-weight: normal;
 line-height: 25px;
}
#mian .left5 {
 float: left;
 height: 700px;
 width: 980px;
 font-weight: normal;
}
#mian .left5 p {
 float: left;
 padding-left: 50px;
 font-size: 16px;
 line-height: 25px;
}




#mian .right .line {
 float: left;
 height: 2px;
 width: 255px;
 padding: 0px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #666;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 20px;
 background-color: #000;
}
#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;
}
#footer a strong {
 color: #039;
 text-decoration: none;
 font-weight: lighter;
}
#footer a strong:hover {
 color: #F00;
}
#mian .left2 p {
 font-size: 16px;
}
.bold2 {
 font-size: 18px;
 font-weight: bold;
}