@charset "utf-8";
/*------------------------------------------------
基本样式表

作 者:       origin
e-mail:     origin@vip.qq.com
------------------------------------------------*/
body {
	font-family: "宋体";
	font-size: 12px;
	color: #2c2c2c;
}
body,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form,input,select,button {
	margin: 0px;
	padding: 0px;
}
img {
    border: 0;
}
ul,li {
	list-style-type: none;    
}
input,select,button {
	font-family: "宋体";
	font-size: 12px;
}
a:link,a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
    color: #25792d;
	text-decoration: underline;
}
.clear {
    clear: both;
	height: 0;
	font-size: 0;
}
hr {
    margin: 0;
	*margin: -7px 0 -7px 0;
	height: 0;
	border: none;
	border-top: 1px solid #f00;
	display: block;
}
/*清浮动代码*/
/* Clear Fix */
.clearfix:after,
#news .title:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix,
#news .title
{
display:inline-block;
}
/* Hide from IE Mac */
.clearfix,
#news .title 
{
display:block;
}
/* End hide from IE Mac */
/* end of clearfix */
#wrap {
    width: 1003px;
	margin: 0 auto;
}
#header {
    width: 100%;
	margin-bottom: 9px;
}
#main {
    width: 961px;
	margin: 0 auto;
}
#flash {
    border-bottom: 1px solid #333;
	padding-bottom: 1px;
	margin-bottom: 3px;
}
#nav-box {
    background: url(../images/nav-bg.gif) repeat-x;
	height: 40px;
}
#language {
    background: url(../images/language-bg.gif) no-repeat;
	width: 116px;
	line-height: 19px;
	color: #fff;
	text-align: center;
	float: right;
	display: inline;
	margin: 10px 16px 0 0;
}
#language a:link, #language a:visited {
	color: #fff;
}
#language a:hover {
    text-decoration: none;
}
#nav {
    padding-left: 16px;
}
#nav a {
    background: url(../images/nav-a-icon.gif) no-repeat left center;
	padding-left: 14px;
	position: relative;
	top: 12px;
	display: block;
	float: left;
	display: inline;
}
#nav img {
    display: block;
	float: left;
	display: inline;
}
#nav span {
    margin: 0 15px 0 15px;
	float: left;
	display: inline;
}
#footer {
    width: 959px;
	margin: 0 auto 9px auto;
	background: #f9fcf9;
	border: 1px solid #cdcecd;
    text-align: center;
	line-height: 20px;
	color: #a3a3a3;
	padding: 14px 0 10px 0;
}
#footer-nav {
    color: #666;
}
#footer-nav a:link, #footer-nav a:visited {
    color: #666;
	margin: 0 5px 0 6px;
}

/* 共用部分 */

#contact {
    background: #fffefc;
	border: 1px solid #ede3c5;
	color: #484848;
	font-family: Arial, "宋体";
	height: 182px;
}
#contact p {
    line-height: 22px;
	margin: 3px 13px 0 13px;
}
#contact p a:link, #contact p a:visited {
    color: #0b813e;
	text-decoration: underline;
}
#contact p a:hover {
    text-decoration: none;
}