@charset "utf-8";
/*------------------------------------------------
基本样式表

作 者:       origin
e-mail:     origin@vip.qq.com
------------------------------------------------*/
body {
	font-family: "宋体";
	font-size: 12px;
	background: #1b89cc;
	color: #333;
}
body,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}
img {
    border: 0;
}
ul,li {
	list-style-type: none;    
}
input,select,button {
	margin: 0px;
	padding: 0px;
	font-family: "宋体";
	font-size: 12px;
}
a:link,a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
    color: #00609d;
	text-decoration: underline;
}
.clear {
    clear: both;
}
/*清浮动代码*/
/* Clear Fix */
.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix
{
display:inline-block;
}
/* Hide from IE Mac */
.clearfix 
{
display:block;
}
/* End hide from IE Mac */
/* end of clearfix */
#wrap {
    width: 1003px;
	margin: 0 auto;
	background: #fff;
}
#header, #main, #footer {
    width: 100%;
}
#top {
    background: url(../images/common/top-bg.jpg) no-repeat;
}
.top-nav {
	float: right;
	display: inline;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
.top-nav a:link,.top-nav a:visited {
    color: #000;
}
#nav {
    background: url(../images/common/nav-bg.gif) repeat-x;
	padding-left: 18px;
	width: 985px;
	height: 45px;
}
#nav a {
    margin: 0 16px;
    display: inline-block;
	float: left;
}
#nav img {
    display: block;
	float: left;
}
#footer {
    width: 965px;
	margin: 0 auto;
}
#country {
    border: 1px solid #b2d1e5;
	background: #eff5fb;
	padding: 15px 0 26px 0;
	text-align: center;
}
#country img {
    border: 1px solid #b2d1e5;
}
#country a {
    margin: 0 5px;
}
#copyright {
	line-height: 23px;
	text-align: center;
	padding: 14px 0 18px 0;
	font-family: Arial, "宋体";
}

.texthidden
{
display:block;
overflow: hidden;
width: 0;
height: 0;
}
