@charset "utf-8";
/* CSS Document */
body
{
	width: 1024px;
	margin:0 auto;
}

.homepage_bg
{
	background:url(../images/bg1.gif) no-repeat fixed center top;
}

.otherpage_bg
{
	background:url(../images/bg1.gif) no-repeat center top;
}

img
{
	border: 0;
}

img.hand
{
	cursor: pointer;
}

.header
{
	width: 1024px;
	height: 105px;
	position: relative;
	overflow: hidden;
}

.header .logo
{
	position: absolute;
	top: 5px;
}

.header div.logo li
{
	list-style: none;
	margin: 0 5px;
	float: left;
}

.header .banner
{
	position: absolute;
	width: 732px;
	height: 105px;
	left: 260px;
	background:url(../images/banner.gif) no-repeat;
	z-index: -1;
}

.header .lang
{
	float: right;
	margin: 2px 0;
}

.header .lang li
{
	list-style: none;
	margin: 0 10px;
	float: left;
}

.top_nav
{
	padding-left: 10px;
	position: relative;
	overflow: hidden;
	text-align:center;
	margin: 5px 0;
}

.top_nav li
{
	list-style: none;
	margin: 10px 15px;
	float: left;
}

.content
{
	width: 1024px;
	/*height: 577px;*/
	position: relative;
	overflow: hidden;
}

.content .wording
{
	width: 527px;
	height: 176px;
	margin-top: 60px;
	margin-right: 70px;
	float:right;
}

.content .menu
{
	float:right;
	margin-top:130px;
	margin-right: 30px;
}

.content .menu li
{
	list-style: none;
	margin: 0 5px;
	float: left;
}

.main
{
	width: 1024px;
	position: relative;
	overflow: hidden;
	background:url(../images/bg_dot.jpg)
}

.main .side_nav
{
	float:left;
	width: 214px;
	margin-top: 10px;
}

.main .side_nav li
{
	list-style: none;
	margin: 5px 0;
	text-align:center;
}

.main .text
{
	float: right;
}

.main .text .faq
{
	width: 770px;
	margin: 5px;
}

.main .text .faq h2
{
	color: #0000FF;
}

.question
{
	margin: 15px 0;
	font-weight:bold;
	cursor:pointer;
}

.bottom
{
	margin-top: 5px;
	width: 1024px;
	position: relative;
	overflow: hidden;
}

.bottom li
{
	list-style: none;
	margin: 0;
	float: left;
}
