body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #525252;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #2C2723;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}



a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	width:980px;
	height:100%;
	margin:0 auto;
}

/* Header */

#header {
	width: 980px;
	height: 63px;
	margin: 0 auto;
}

#logo {
	
	width: 980px;
	height: 95px;
}

#logoimg {
	margin-left: 20px;
	margin-top:53px;
	width:401px;
	height:57px;
	background:url(img/logo.png);
}




#search_box { 
	float:right;
	margin-top:-30px;
	width: 217px; 
	height: 34px; 
	background: url(img/search_box.png); 
	
} 
#search_box #s { 
	float: left; 
	margin: 7px 0 0 6px; 
	padding: 0; 
	border: 0; 
	width: 177px; 
	background: none; 
	font-size: 1.2em;
	color:#7A7A7A;
	outline:none;
} 
#search_box #gosearch { 
	float: right; 
} 

#loading_box { 
	display:none;
	margin-top:20px;
	margin-left:360px;
	width: 275px; 
	height: 88px; 
	background: url(img/loading_box.png) no-repeat; 
	
} 
#loading_box #u { 
	margin-top: 3px; 
	margin-left:65px;
	padding: 0; 
	border: 0; 
	width: 200px; 
	font-size: 1.7em;
	color:#fff;
	background:none;
	outline:none;
} 
#loading_box #p { 
	margin-top: 25px;
	margin-left:65px;
	padding: 0; 
	border: 0; 
	width: 200px; 
	font-size: 1.7em;
	color:#fff;
	background:none;
	outline:none;
} 
#loading_box #goloading { 
	margin-left:110px;
	margin-top:40px;
	margin-bottom:50px;
	padding: 0; 
}

/* Menu */
#menu0 {
	width: 1100px;
	height:50px;
	margin-top:60px;
	margin-left:-40px;
}

#menu0 ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu0 li {
	float: left;
	margin-right:28px;
}

#menu0 a {
	display: block;
	float: left;
	width:230px;
	text-align:center;
	text-decoration: none;
	font-family: Microsoft YaHei;
	font-weight:normal;
	font-size: 15pt;
	color: #7F7F7F;
	border: none;
	cursor:pointer;
	border-bottom:1px solid #9D9D9D;
	padding-bottom:5px;
	border-top:1px solid #9D9D9D;
	padding-top:5px;
}


#menu {
	display:none;
	width: 980px;
	height: 80px;
	margin-top: 0;
	margin-left:100px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right:55px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-family: Microsoft YaHei;
	font-weight:normal;
	font-size: 15pt;
	color: #7F7F7F;
	border: none;
	cursor:pointer;
}
#menu a:link#current,#menu a:visited#current,#menu a:hover {
	border-bottom:1px solid #FF0016;
	padding-bottom:0px;
	background:transparent;
}

#menu a:hover {
	text-decoration: none;
}


#menu1 {
	display:none;
	width: 980px;
	height:30px;
	margin-top:-40px;
	margin-left:235px;
}

#menu1 ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu1 li {
	float: left;
	margin-right:40px;
}

#menu1 a {
	display: block;
	float: left;
	text-decoration: none;
	font-family: Microsoft YaHei;
	font-weight:normal;
	font-size: 11pt;
	color: #7F7F7F;
	border: none;
	cursor:pointer;
}
#menu1 a:link#current,#menu1 a:visited#current,#menu1 a:hover {
	border-bottom:1px solid #FF0016;
	padding-bottom:0px;
	background:transparent;
}

#menu1 a:hover {
	text-decoration: none;
}


#topmenu {
	width: 300px;
	height:15px;
	margin-top:5px;
	margin-left:705px;
	display:line;
}

#topmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	float: left;
	margin-right:50px;
}

#topmenu a {
	display: block;
	float: left;
	text-decoration: none;
	font-family: Microsoft YaHei;
	font-weight:normal;
	font-size: 13pt;
	color: #7F7F7F;
	border: none;
	cursor:pointer;
}
#topmenu a:link#current,#topmenu a:visited#current,#topmenu a:hover {
	border-bottom:1px solid #FF0016;
	padding-bottom:0px;
	background:transparent;
}

#menu1 a:hover {
	text-decoration: none;
}


#splash {
	width: 980px;
	height: 425px;
	margin: 30px auto;
}

#textimg {

	margin: 0px auto;
}
/* Page */

#page {
	width: 100%;
	margin: 0 auto;
	padding: 0;

}


/* Content */

#content {
	width: 800px;
	margin:15px auto;
}
#content p{
	display: block;
	word-wrap: break-word;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: normal;
	color: #7F7F7F;
	line-height: 100%;
	border: none;
	
	
}
#foot {
width:100%;
height:100px;
margin:0px auto;
background:#fff;
}

#footer {
width:100%;
margin:0px auto;
background:#fff;
}
#footer p{
	width:100%;
	margin:0px auto;
	font-family:Microsoft YaHei;
	font-size:13pt;
	color:#646464;
	font-weight:normal;
	text-align:center;
}






*{ margin:0; padding:0; border:0;}
a{ color:#333; text-decoration:none;}

.q{ width:980px; height:auto; margin:20px auto 0; border: 1px solid #ccc;}
.topAll{width:980px; height:50px;}
.top{ width:160px; height:30px; text-align:center; color:white; line-height:30px; font-size:16px; background:#005cb9; float:left; margin-right:3px; margin-bottom:10px;}
.top a{ color:white;} 
.main{width:980px; height:auto;}
.title{ width:970px; height:30px; line-height:30px; padding-left:10px;  font-size:16px; font-weight:bold; background:#CCC; margin-bottom:2px;}
.intro{ width:980px; height:auto; overflow:hidden;}
.bottom{ width:980px; height:auto; overflow:hidden; display:none;}
.bottom_l{ width:360px; height:auto; overflow:hidden; margin-bottom:15px; float:left;}
.bottom_l dl{ width:360px; height:auto; padding-left:20px;}
.bottom_l dl dt{ font-size:14px; font-weight:bold; color:#333; line-height:30px;}
.bottom_l dl dd{ background:url(../images/dian.jpg) no-repeat 0 10px; padding-left:10px; font-size:13px; line-height:22px;}

.bottom_m{ float:left; width:270px; height:auto; text-align:center; margin-top:10px;}
.bottom_m p{font-size:13px;line-height:22px;color:#333;text-align:center;}

.bottom_r{ width:350px; height:auto; overflow:hidden; margin-bottom:15px; float:left;}
.bottom_r dl{ width:350px; height:auto; padding-left:20px;}
.bottom_r dl dt{ font-size:14px; font-weight:bold; color:#333; line-height:30px;}
.bottom_r dl dd{ background:url(../images/sj.png) no-repeat 0 7px; padding-left:15px; font-size:13px;line-height:22px;}