﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
}
body, html {
	overflow-x: hidden;
}
.clear {
	clear: both;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

#wrap {
	position: relative;
	width: 1003px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

/* 头部样式 */
#header {
	position: relative;
	width: 1003px;
}
.language {
	position: relative;
	right: 18px;
	float: right;
	width: 94px;
	height: 20px;
}
.language span.language-icon {
	position: absolute;
	display: block;
	background: url(../images/icon.png) no-repeat;
}
.language #language-icon-left {
	top: 16px;
	left: 0;
	width: 20px;
	height: 20px;
	background-position: 0 0; 
}
.language #language-icon-right {
	right: 0;
	top: 22px;
	z-index: 2;
	width: 10px;
	height: 8px;
	background-position: -4px -21px;
	cursor: pointer;
}
.language a {
	position: relative;
	top: 18px;
	display: block;
	width: 48px;
	height: 20px;
	margin-left: 30px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #8d8d8d;
	line-height: normal;
}
.language a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}
a.language-hide {
	display: none;
}

#logo {
	position: relative;
	width: 275px;
	height: 86px;
	margin: 0 auto;
}

#nav {
	width: 710px;
	height: 32px;
	margin: 28px auto 0;
}
ul.mainnav > li {
	position: relative;
	display: block;
	width: 125px;
	height: 30px;
	margin-right: 15px;
	float: left;
	text-align: center;
}
ul.mainnav li.mainnav-hover span.nav-icon {
	display: block;
}
a.nav-first {
	position: relative;
	z-index: 2;
	display: block;
	height: 32px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
}
#nav a:hover {
	text-decoration: none;
}
span.nav-icon {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 48%;
	display: block;
	display: none;
	width: 7px;
	height: 6px;
	background: url(../images/icon.png) -5px -33px;
}
span.nav-outerslide {
	position: absolute;
	bottom: -2px;
	display: none;
	left: 2px;
	z-index: 12;
	width: 125px;
	height: 2px;
	background: #00a0e9;
}
#nav-outerbox {
	position: relative;
	top: 30px;
	width: 560px;
	height: 2px;
	margin: 0 auto;
	background: #eeeeee;
}
#nav-innerslide {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
	width: 125px;
	height: 2px;
	background: #00a0e9;
}

div.subnav-box {
	position: absolute;
	top: 30px;
	display: none;
	width: 860px;
	z-index: 10;
	padding: 18px 0 10px 20px;
	background: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
	text-align: left;
}
#subnav-box-one {
	left: -120px;
}
#subnav-box-two {
	left: -260px;
}
#subnav-box-three {
	left: -400px;
}
#subnav-box-four {
	left: -540px;
}
div.subnav-box ul.subnav {
	float: left;
	margin-right: 28px;
}
div.subnav-box #subnav-four {
	margin-left: 0;	
}
p.subnav-title {
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: bold;
}
ul.subnav a {
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #7E8182;
}
ul.subnav a:hover {
	color: #f00;
	text-decoration: none;
}
#main {
	position: relative;
	width: 1003px;
	height: auto;
}

/* 底部样式 */
#footer {
	position: relative;
	z-index: 2;
	width: 688px;
	height: 244px;
	margin-top: 52px;
	padding: 44px 172px 0 144px;
	background: url(../images/footer-bg.jpg) repeat-x;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #fff;
}
#footer ul {
	float: left;
	height: 170px;
}
#footer ul a {
	color: #fff;
	line-height: 18px;
}
#footer ul a:hover {
	text-decoration: underline;
}
#footer ul p.footerlist-title {
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
}
ul.buy {
	margin: 0 114px 0 110px;
}
ul.law {
	margin-left: 100px;
}
#copyright {
	height: 38px;
	margin-top: 34px;
	line-height: 38px;
}
#copyright p {
	color: #838383;
}
.footer-bg {
	position: absolute;
	width: 50%;
	height: 288px;
	top: 1px;
	background: url(../images/footer-bg.jpg) repeat-x;
}
#footerbg-left {
	left: -50%;
}
#footerbg-right {
	right: -500px;
}
