﻿/*站点基础CSS定义*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url('bg.jpg') repeat fixed;
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, 宋体, Helvetica, sans-serif;
	color: #FFF;
}
img {
	border: 0;
}
li {
	list-style: none;
}
ul {
	list-style: none;
}
div {
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	background: #8F220C;
	color: #FFDA4F;
}
/*页面层容器*/
#container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url('container_bg.jpg') no-repeat center top;
}
#main {
	width: 881px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	margin-top: 133px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	background: #241E4E url('main_bg.jpg') no-repeat left top;
}
.menu {
	margin-bottom: 10px;
	margin-top: 85px;
}
.menu p {
	margin-left: 160px;
}
#left {
	width: 528px;
	float: left;
	margin-left: 13px;
	display: inline;
}
#left .b {
	margin-top: 10px;
}
#left .b h3 {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #fff solid;
	font-size: 14px;
	text-align: center;
	background-color: #666;
}
#left .a {
	margin-top: 10px;
}
#left .a h3 {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #fff solid;
	font-size: 14px;
}
#left .a p {
	padding: 5px;
	line-height: 180%;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url('bg_line.gif') repeat-x left bottom;
}
#left .a p b {
	color: #FAFFA4;
	font-size: 14px;
}
#left .a .zh {
	background: #666;
	padding: 10px;
	line-height: 180%;
}
#left .a .zh h4 {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	margin-top: 5px;
}
#left .a a {
	background: #8F220C;
	color: #FFF;
}
#left .a ul {
	margin-top: 10px;
}
#left .a ul li {
	margin-left: 1px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}
#left .a ul li img {
	width: 109px;
	height: 82px;
	border: 5px #fff solid;
	border-bottom: 7px #fff solid;
}
#right {
	width: 320px;
	float: right;
	margin-right: 10px;
	display: inline;
	background: #fff;
	margin-top: 10px;
	padding-bottom: 15px;
}
#right .flash {
	margin: 7px;
}
#right .a {
	padding: 10px;
}
#right p {
	margin-top: 10px;
	line-height: 180%;
	color: #343131;
}
#right .a h3 {
	height: 20px;
	line-height: 20px;
	border-bottom: 1px #B7B7B7 solid;
	font-size: 14px;
	color: #161414;
}
/*版权信息*/
#foot {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 600px;
	text-align: center;
	line-height: 180%;
	color: #161414;
}
#foot a {
	color: #161414;
}
#foot span {
	font-size: 12px;
	font-family: Arial;
}

