﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../Images/Bg.jpg);
	background-repeat:repeat-x;
	background-color:#F5F5F5;
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
table {
	border-collapse:collapse;
}
img {
	border:0;
}
ul {
	list-style:none;
}
.Cal {
	clear:both;
}
#Top,#Nav,#Banner,#Content {
	width:1001px;
	margin:0 auto;
}
#Logo {
	width:500px;
	font-size:28px;
	float:left;
	line-height:30px;
	color:#333;
	font-weight:bold;
	margin-top:40px;
	margin-left:30px;
}
#LogoLink {
	font-size:18px;
	line-height:20px;
}
#QuickLink {
	margin-top:30px;
	float:right;
	color:#333;
	width:200px;
}
#QuickLink a {
	color:#333;
}
#Nav {
	margin-top:42px;
}
#Nav ul {
	margin-left:50px;
}
#Nav li {
	float:left;
	margin-right:10px;
	position:relative;
}
#Nav li a {
	width:80px;
	line-height:30px;
	display:block;
	background-color:#434945;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
#Nav li ul {
	display:none;
	margin:0;
	margin-top:4px;
}
#Nav li ul li {
	padding:0;
}
#Nav li ul li a {
	line-height:26px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#Nav ul li a:hover ul,#Nav ul li.over ul {
    display: block;
    position: absolute;
    top:26px;
}
#NavNow {
	border-left:2px solid #F60;
	border-right:2px solid #F60;
}
#BannerText {
	font-size:20px;
	color:#FFF;
	line-height:80px;
	width:390px;
	float:left;
	font-weight:bold;
	margin-left:40px;
}
#BannerImg {
	width:485px;
	float:left;
}
#Content {
	background-image:url(../Images/BarTop.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	margin-top:10px;
	padding-top:15px;
	padding-bottom:10px;
}
#ContentLeft {
	width:250px;
	float:left;
	margin-left:20px;
}
#ContentRight {
	width:690px;
	float:right;
	margin-right:20px;
}
.TopBar {
	width:98%;
	margin:0 auto;
	border-bottom:1px dotted #CCC;
	background-image:url(../Images/Ico1.gif);
	background-repeat:no-repeat;
	background-position:15px 7px;
	text-indent:32px;
	line-height:25px;
}
.TopContent {
	width:95%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
.TopContent ul {
	list-style:disc;
	margin-left:18px;
}
.ImgList {
	margin:0;
	margin:5px;
	list-style:none;
}
.ImgList li {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	width:100px;
	height:120px;
	text-align:center;
	line-height:20px;
	overflow:hidden;
}
.ImgList li img {
	width:98px;
	height:98px;
	border:1px solid #CCC;
}
.Title {
	font-size:18px;
	text-align:center;
	margin:10px;
}
.Info {
	text-align:center;
	line-height:20px;
}
.Contents {
	margin:10px;
	line-height:150%;
}
#Page {
	margin:10px;
	line-height:22px;
}
#PageNow {
	line-height:30px;
	margin-left:30px;
}
#Bottom {
	background-image:url(../Images/BottomBg.jpg);
	padding-top:16px;
	height:50px;
	text-align:center;
	line-height:20px;
	color:#666;
}
#Bottom a {
	color:#666;
}
