@charset "utf-8";
/* beggining common css */
body{
	background:#fff;
}
body,p,div,ul,li,dt,dd,dl,span,img{	
	font-family:"宋体";
	margin:0;
	padding:0;
	font-size:12px;
	border:none;
	background-position:left top;
	line-height:24px;
	color:#763f10;
	}
h1,h2,h3{ margin:0; padding:0}
.area{
	width:950px;
	margin:0 auto;
}
.left{
	float:left
}
.clear{
	clear:both;
}
.right{
	float:right;
}
.center{
	text-align:center;
}
img,select,input{
	vertical-align:middle;
}
ul,li{
	list-style:none;
	list-style-position:outside;
}
a{color:#763f10; }
a:active, a:hover{text-decoration:none;}

#header{
	background:#333b48;
	height:115px;
	}
#banner{
	height:285px;
	text-align:center;
	margin:0 auto;
	border-bottom:1px #f5821f solid;
}
#main{
	background:#f5821f;
	border-top:1px #ffbf87 solid;
}
#footer{
	padding:5px 0;
	color:#666;
	text-align:center;
	font-family:Arial;
	font-size:12px;
}
#footer a{
	margin-left:10px;
	color:#666;
}
.logo{
	margin:35px 0 0 10px;
	float:left;
}
.nav{
	float:right;
	margin-top:57px;
}
.nav li{
	float:left;
	margin-right:5px;
	display:inline;
}
#cul,#busi{
	padding:12px 0;
}
#cul div,#busi div{
	background:#ff9942;
	margin-bottom:10px;
	width:470px;
	display:inline;
}
#cul div{
	height:135px;
}
#busi div{
	height:80px;
}
#cul p,#busi p{
	margin:6px 25px 0 20px;
	line-height:20px;
}
#cul h2,#busi h2{
	margin:10px 0 0 18px;
}
#index div{
	float:left;
	width:315px;
	display:inline;
	border-right:1px #ffbf87 solid;
	border-left:1px #cc7222 solid;
	height:265px;
	padding-top:15px;
}
#index .first{
	border-left:none;
}
#index .last{
	border-right:none;
}
#index p{
	margin:0 15px;
	text-indent:2em;
}
#index .last a img{
	vertical-align:text-bottom
}
#index h2{
	margin:5px 15px;
	padding-bottom:5px;
	border-bottom:1px #f79b4c solid;
}
#honor,#stru{
	padding:25px 0;}
#honor h2{
	margin:0 0 10px 20px;
}
#honor ul{
	margin:0 0 0 18px;}
#stru{
	text-align:center;
}
#stru li{
	float:left;
	margin:8px 30px 0 41px;
	text-align:center;
	display:inline;
}
#stru li a{
	background:url(../images/stru_16.gif) center top no-repeat;
	padding-top:6px;
	width:50px;
	color:#FFFFFF;
}
#contact{	
}
#contact dl{
	background:#ff9942;
	margin-bottom:10px;
	width:470px;
	height:100px;
	overflow:hidden;
}
#contact .maindl{
	height:200px;
}
#contact img{
	margin:10px 0;}
#contact dt{
	color:#FFFFFF;
	margin:10px 0 0 20px
}
#contact dd{
	margin:0 0 0 20px;
}