﻿@charset "utf-8";
/* CSS Document */

/*  0 - common style 通用样式。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
* {
	font-family: "微软雅黑"
}
html {
	color: rgb(255, 255, 255);
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 13px;
	background-color: transparent;
	-webkit-text-size-adjust: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.floatleft, .fl {
	float: left;
}
.floatright, .fr {
	float: right;
}
.cb, .clear {
	clear: both;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #b0c0bd;
}
@media screen {
	html, body {
		width: 100%;
		height: 100%;
	}
	#wrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}
	header {
		width: 100%;
		height: 100px;
		background: #eee;
	}
	.header-wrapper {
		margin: 0 5%;
		height: 100%;
		position: relative
	}
	.logo {
		width: 264px;
		max-width: 70%;
		height: auto;
		margin: auto;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.menu {
		width: 60px;
		height: 40px;
		border: none;
		background: url(../image/menu.png) no-repeat;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 0;
		outline: none
	}
	nav {
		width: 75%;
		height: 100%;
		z-index: 9;
		position: fixed;
		top: 0;
		left: 100%;
	}
	.nav-bg {
		width: 100%;
		height: 100%;
		z-index: -1;
		position: absolute;
		left: 0;
		top: 0
	}
	.nav-list {
		width: 100%;
		background: none;
		height: 100%;
		float: right;
		z-index: 2;
		/*background: #9DD354;*/
		background: #f8f8f8;
		overflow-x: hidden;
		overflow-y: scroll
	}
	.nav-list > li {
		transition: all 0s linear;
		-moz-transition: all 0s linear;
		-webkit-transition: all 0s linear;
		-o-transition: all 0s linear;
		display: block;
		width: 100%;
		max-height: 101px;
		overflow: hidden
	}
	.nav-list > li.active {
		transition: all .5s linear;
		-moz-transition: all .5s linear;
		-webkit-transition: all .5s glinear;
		-o-transition: all .5s linear;
		max-height: 100%;
	}
	.nav-list > li a:hover {
		background: #ccc;
	}
	.nav-list li a {
		display: block;
		padding-left: 20px;
		height: 100px;
		line-height: 100px;
		color: #333;
		font-size: 200%;
		border-bottom: 1px solid #4b4b4b;
	}
	.nav-list li span {
		font-size: 200%;
		color: #8d8d8d;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center
	}
	.nav-list li a span b:nth-child(1) {
		display: block
	}
	.nav-list li a span b:nth-child(2) {
		display: none
	}
	.nav-list > li.active a span b:nth-child(1) {
		display: none
	}
	.nav-list > li.active a span b:nth-child(2) {
		display: block
	}
	.sub-nav-list li a:hover {
		color: #dab866
	}
	.sub-nav-list li span {
		font-weight: 100;
		font-family: "宋体";
		font-size: 150%;
		line-height: 100px;
		color: #8d8d8d
	}
	#footer {
		border-top: 1px solid #dbdbdb;
	}
	.footer-wrapper {
		margin: 0 5%;
		height: 100%;
		position: relative
	}
	#footer .copy {
		font-size: 100%;
		color: #696969;
		line-height: 130%;
		padding: 15px 0;
		display: inline-block
	}
	.wrapper {
		margin: 0 5%;
		position: relative
	}
}
