@charset "utf-8";
* {
	margin-top: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top {
	height: 270px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/banner.png);
}
#main {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 1000px;
	background-color: #FFFFFF;
}
#main_left {
	float: left;
	height: auto;
	width: 250px;
	padding-top: 10px;
}
#main_left_pic {
	height: 50px;
	width: 200px;
	background-repeat: no-repeat;
	background-image: url(../image/tubiao.png);
	margin-left: 20px;
}
#main_cont1 {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #006600;
}

#main_right {
	height: auto;
	width: 748px;
	padding-top: 10px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#main_right_pic {
	height: 30px;
	width: 200px;
	background-image: url(../image/tubiao2.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#main_cont2 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#bottom {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 1000px;
	text-align: center;
	background-image: url(../image/bottom.png);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
#cont2_image {
	background-image: url(../image/cont2.jpg);
	background-position: center;
	height: 969px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
a:visited {
	font-family: "宋体";
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
a:hover {
	font-family: "宋体";
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	text-align: left;
}
.bottom_font {
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
.left_font {
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.title {
	font-family: "宋体";
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.cont {
	font-family: "宋体";
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	text-indent: 2px;
}
#bk {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006600;
}

