/*网页基础参数*/

body,
html {
	font-family:  "Microsoft YaHei", "SimHei","SimSun", "Arial", sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
}
body,
html,
ul,
li,
a,
img,
p,
br,
dd,
dl,
dt,
div,
h1,
h2,
h3,
span,
input,
tr,
td {
	margin: 0;
	border: none;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}
img {
	line-height: 0;
	margin: 0;
	border: 0;
	padding: 0;
}
/*间距*/

.hr {
	width: 0px;
	height: 0px;
	float: none;
	padding-top: 10px;
}
.hr_2 {
	width: 0px;
	height: 0px;
	float: none;
	padding-top: 20px;
}
.hr_3 {
	width: 0px;
	height: 0px;
	float: none;
	padding-top: 30px;
}
/*左右浮动*/

.fl {
	float: left
}
.fr {
	float: right
}
/*清除浮动*/

.clear_both {
	clear: both;
}
/*字号大小*/

.f_16 {
	font-size: 16px;
}
.f_15 {
	font-size: 15px;
}
.f_14 {
	font-size: 14px;
}
.f_13 {
	font-size: 13px;
}
.f_12 {
	font-size: 12px;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
.bg {
	background: url(imagesbody_bg.jpg) top center no-repeat;
}
/*背景*/

.h509 {
	height: 509px;
	width: auto;
}
/*空隔度高*/

.w1000 {
	margin: 0 auto;
	background-color: #FFF;
	height: auto;
	width: 1000px;
}
/*导航*/

.nav {
	width: 1000px;
	margin: 0 auto;
	height: 70px;
}
.nav ul {
	padding-left: 140px;
}
.nav ul li {
	float: left;
}
.nav ul li a {
	color: #328640;
	font-size: 20px;
	padding: 10px 50px;
	margin-top: 15px;
	display: inline-block;
}
/*底部*/
.foot {
	background-color: #e7e7e7;
	padding: 20px;
	margin-top: 30px;
}
.foot p {
	text-align: center;
	line-height: 30px;
}
.foot a {
	color: #595959;
}
/*内容盒子*/
.said{
	width: 100%;
	height: 450px;
	margin-top: 3px;
	background-color: #E7E7E7;
}
.box_conter{
	width: 100%;
	margin-top: 20px;
}

.left_box{
	width: 300px;
	height: 300px;
	background-color: #FAFAFA;
}
.left_box .bgFFF{
	background-color: #FFF;
	border-bottom: 1px solid #595959;
	height: 30px;
	line-height: 30px;
}
.left_box .bgFFF a{
	color: lightgray;
}
.left_box .bgFFF a:hover{
	color: #595959;
}
.left_box .bgFFF h1{
	font-size: 18px;
	color: coral;
	display: inline-block;
}
.left_box span{
	padding: 15px;
	font-size: 13px;
	display: block;
	line-height: 25px;
	text-indent: 2em;
	
}
.left_box ul {
	padding: 15px;
	font-size: 13px;
	line-height: 49px;
}
.right_box{
	width: 690px;
	height: 300px;
}
.bgimg{
	background: url(imagestitle_bg.jpg) repeat-x;
	height: 43px;
	width: 100%;
}
.right_box .bgimg span a{
	color: #595959;
	line-height: 43px;
	font-size: 13px;
	margin-right: 10px;
}
.right_box  ul{
	padding: 15px;
}
.right_box ul li{
	line-height: 29px;
	font-size: 14px;
}
.right_box  ul li span{
	float: right;
	color: #C2C2C2;
}
.right_box ul li a{
	color: #595959;
}
.banner{
	margin: 15px 0;
}
.Awards span img{
	margin-top: 20px;
}
