@charset "utf-8";
/* 全局样式 Global-Style **********************************************************/
*						
{margin: 0; padding: 0;}

html,body				{margin: 0; width:100%; font: 12px/160% "宋体"; color: #000;}

form,ul,li,dl,dt,dd		{margin: 0; padding: 0; list-style: none;}

img						{border:none;}

/* 全局链接 Global-Link-Style **************************************************/

a						{text-decoration: none; color: #000;}

a:hover					{color: #ff0000;}

/***** 水平居中 *****/


.cen					{margin:0 auto;}


/***** 清除浮动 *****/

.clear					{clear:both}

html {
	width: 100%;
	height: 100%;
}

header {
	border:1px solid #ff00;
	width: 100%;
}

.head {
	width: 100%;
	text-align: center;
	background:#ff0000;
}

.head img {
	width:90%;
}

.memu {
	width:100%; 
	background:#000000;
	height:50px;
	padding-top:10px;
	
}

.memu ul li{
	margin-bottom:5px;
	width:70px;
	text-align:center;
	font-weight:bolder;
	float:left;
}

.memu ul li a {
	font-size:14px;
	color:#ffffff;
}

.memu ul li a:hover {
	font-size:14px;
	color:#FFA705;
}

.submenu {
	height:30px;
	line-height: 26px;
	background-color: #E9E9EB;
	text-align:center
}

.submenu ul li{
	margin-bottom:5px;
	width:70px;
	text-align:center;
	font-weight:bolder;
	float:left;
}

.submenu ul li a {
	font-size:12px;
	color:#000000;
}

.submenu ul li a:hover {
	font-size:12px;
	color:#FFA705;
}


section {
	width: 100%;
}

.about {
	width:75%;
	margin:10px auto;
	border:1px solid #dddddd;
	padding:10px;
	text-align:center
}
.about img {
	width:95%;
	height:90%
}
.about h1 {
	font-weight:bolder;
	font-size:14px;
};
.about p {
	text-align:left;
}

.about_b {
	width:60%;
	height: 45px;
	margin:10px auto;
	border:1px solid #dddddd;
	padding:10px;
	text-align:center
}

.about_b ul li{
	margin-bottom:5px;
	width:70px;
	text-align:center;
	font-weight:bolder;
	float:left;
}

.about_b ul li a {
	font-size:12px;
	color:#000000;
}

.about_b ul li a:hover {
	font-size:12px;
	color:#FFA705;
}

.about_c {
	width:75%;
	height: 45px;
	margin:10px auto;
	border:1px solid #dddddd;
	padding:5px;
	text-align:center
}

.about_c ul li{
	margin-bottom:5px;
	width:65px;
	border:1px solid #ff000;
	text-align:center;
	font-weight:bolder;
	float:left;
}

.about_c ul li a {
	font-size:12px;
	color:#000000;
}

.about_c ul li a:hover {
	font-size:12px;
	color:#FFA705;
}


.index_div_title {
	width:100%;
	height:30px; 
	line-height:30px;
	text-align:center;
	font-weight:bolder; 
	font-size:14px; 
	color:#000000;
	background:#E9E9EB;
}

footer {
	margin-top:10px;
}


footer div{
	text-align:center;
	width:100%;
	height:90px;
	list-style: none;
	background-color: #000;
	color:#fff
}

footer h1 {
	width:100%;
	height:20px;
	background:#FFA602;
}

.location {
	height:30px;
	line-height: 26px;
	padding-left:20px;
	background-color: #E9E9EB;
}

.content {
	margin-top:10px;
	width:90%; 
	margin:10px auto;
	border:1px solid #dddddd;
	padding:10px;
}

#title {
	text-align:center;
	font-size:24px;
	line-height:30px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bolder;
}

#newslist li {
	margin-top:20px;
	border-bottom:1px dotted #dddddd;
}

#newslist li h1 {
	font-weight:bolder;
	font-size:16px;
	line-height:20px;
	height:20px;
}
#newslist li p {
	text-indent:2em;
	font-size:14px;
	line-height:150%
}
#newslist hr {
	font-size:1px; 
	border:1px solid #dddddd;
	border-bottom:0px
}


#loading {
	cursor:hand;
	margin-top:15px;
	font-size:14px;
	text-align:center;
	color:#ff0000
}


#nomore {
	cursor:hand;
	margin-top:15px;
	font-size:14px;
	text-align:center;
	color:#ff0000
}