/*公共类开始  注：一般只设置 链接颜色 和 页面总体背景颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-size:12px;
}
table {    
	border-collapse: collapse;    
	border-spacing: 0;    
}
fieldset,img {     
	border: 0;    
}
ol,ul,li {    
	list-style: none;    
}
caption,th {    
	text-align: left;    
}
h1,h2,h3,h4,h5,h6 {    
	font-weight: normal;    
	font-size: 100%;    
}
/* 链接颜色设置*/ 
a:link {
	text-decoration: none;
	color: #414141;
}
a:visited {
	text-decoration: none;
	color: #414141;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
/* 链接颜色设置*/ 

* html ul li {
 float:left; 
}
* html ul li a {
 cursor:pointer;
}
body {
	color:#454545;/*设置字体颜色*/
	background-color:#EFEFF1;
}
/*公共类结束*/

/**********************以上部分固定************************/
.main {	 /*大块区域使用样式main*/
	margin: 0 auto;
	width: 1006px; /*设置页面长度*/
	clear: both;
	overflow:hidden;
	background-color:#FFF;
}
.clear {
	clear:both;
}
.sidebox
{
  padding-bottom: 9999px !important; 
  margin-bottom: -9999px !important; 
}
.left {
	float:left;
	/*width:677px;*/
	}

.right{
	float:right;
	padding-right:10px;
}
.left_Box{
 width:100%;
}
.bg{ background-color:#EFEFEF;}
 .left_Box P{
 font-size:14px;
 }
	
/**********************以上是大框架***************************/
#top {
	width:100%;
	background-color:#D4480D;
	height:328px;
	background-image: url(home_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	width:100%;
	height:46px;
	background-image: url(menu.jpg);
	background-position: center top;
}
#menu #menu_text {
	background:none;
}
#menu span {
	float:right;
	margin-top:10px;
}
#menu span a {
	font-family:"微软雅黑";
	font-size:20px;	
	color:#FFF;
}
#menu ul {
	float:left;
	padding-left:10px;
}
#menu ul li {
	float:left;
	width:110px;
	text-align:center;
}
#menu ul li a {
	display:block;
	font-family:"微软雅黑";
	font-size:20px;
	color:#FFF;
	padding-top:10px;
	height:36px;
}


.left_title {
	float:left;
	width:27px;
	height:184px;
	padding-top:10px;
	background-color:#EFEFEF;
}
.left_kuang {
	float:left;
	width:650px;
	/*height:181px;*/
	margin-top:10px;
	border-top:2px solid #F79D13;
	background-color:#FAFAFA;
	border-right:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	padding:0px 10px 10px;
}

.left_kuang h2 {
	color:#eb7615;
	margin:16px 0;
	font-size:14px;
	font-weight:bold;
}
.left_kuang span {
	line-height:20px;
}

.right_Box {
	margin-top:10px;
	float:left;
	display:inline;
}
.right_Box .right_title {
	float:left;
	width:280px;
	height:33px;
}
.right_Box .right_text {
	float:left;
	/*height:149px;*/
	background-color:#FAFAFA;
	border:1px solid #E9E9E9;
	
	padding:5px;
	width:268px;
}
.right_Box .right_text p {
	line-height:18px;
	margin-top:6px;
	font-size:12px;
}

.right_Box .right_text ul {
	float:left;
	padding-top:5px;
}
.right_Box .right_text ul li {
	float:left;
	width:268px;
	padding:3px 0;
	/*text-indent:1em;*/
}



.right_kuang {
	margin-left:18px;
	margin-top:10px;
	float:left;
	display:inline;
}
.right_kuang .right_title {
	float:left;
	width:280px;
	height:33px;
}
.right_kuang .right_text {
	float:left;
	width:278px;
	height:149px;
	background-color:#FAFAFA;
	border:1px solid #E9E9E9;
}
.right_kuang .right_text ul {
	float:left;
	padding-top:5px;
}
.right_kuang .right_text ul li {
	float:left;
	width:278px;
	padding:3px 0;
	text-indent:1em;
}


#center2 .left_title {
	/*height:243px;*/
}
#center2 .left_kuang {
	/*height:240px;*/
}
#center2 .right_kuang .right_text {
	height:198px;
	padding:5px;
	width:268px;
}
#center2 .right_kuang .right_text p {
	line-height:18px;
	margin-top:6px;
}

#center3 .left_title {
	height:450px;
}
#center_kuang {
	float:left;
	width:958px;
	margin-top:10px;
	border-top:2px solid #F79D13;
	border-right:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	padding:0 5px;
	/*height:auto;*/
}
#center_kuang ul li {
	float:left;
	width:173px;
	margin:13px 8px;
	display:inline;
	border:1px solid #E9E9E9;
	background-color:#FBFBFB;
	padding-bottom:8px;
}
#center_kuang ul li dl dt {
	text-align:center;
	padding:8px 0;
}
#center_kuang ul li dl dd {
	text-indent:1em;
	height:20px;
}


#footer {
	border-top:2px solid #F28F00;
	float:left;
	/*width:958px;*/
	width:99%;
	margin-top:20px;
	text-align:center;
	padding:10px 0;
}
#footer p {
	line-height:22px;
}