﻿@charset "utf-8";

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: 1700px;
 width: 980px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 background-color: #E6E6FF;
}
#mian .left {
 margin: 0px;
 padding: 0px;
 height: 180px;
 width: 980px;
 float: left;
}
#mian .left h1 {
 font-size: 30px;
 font-style: normal;
 font-weight: bold;
 text-align: center;
 width: 580px;
 margin: 0px;
 padding-top: 50px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 200px;
 color: #030;
}
#mian .left p {
 float: left;
 width: 400px;
 font-size: 24px;
 text-indent: 35px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 300px;
 line-height: 35px;
 padding: 0px;
}




#mian .left1 {
 padding: 0px;
 width: 200px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 390px;
 float: left;
}
#mian .left1 p {
 font-size: 30px;
 font-weight: bolder;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
#mian .left2 {
 padding: 0px;
 float: left;
 width: 800px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 90px;
}
#mian .left2 table {
 margin: 0px;
 padding: 0px;
 float: left;
 width: 800px;
 border: 1px solid #000;
}
#mian .left2 table tr td {
 font-size: 20px;
 height: 40px;
 border: 1px double #000;
 text-align: center;
}
#mian .left2 p {
 font-size: 20px;
 height: 40px;
 margin: 0px;
 padding: 0px;
 font-weight: bolder;
}

#mian .left2 table caption {
 font-size: 22px;
 font-weight: bolder;
 margin: 0px;
 padding: 0px;
 height: 40px;
 border: 1px solid #000;
 background-color: #060;
 width: 800px;
}
#mian .left2 p a{
text-decoration: underline;
color: #F00;
}

.pic1 {
 background-color: #336;
 float: left;
 height: 233px;
 width: 200px;
 margin-top: 20px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 40px;
}
#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;
}

.pic2 {
 padding: 1px;
 float: left;
 height: 233px;
 width: 200px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 40px;
 border: 1px solid #ADD9E6;
}
#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;
}