﻿@charset "utf-8";
.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}
.lf {
	float: left;
}
.rt {
	float: right;
}
.ct {
	margin: 0 auto;
}
input[type=button], input[type=text], input[type=password], textarea {
	-webkit-appearance: none;
	outline: none
}
.con {
	width: 94%;
}
.header {
	width: 100%;
	height: 62px;
	background-color: #fff;
	padding: 5px 0;
	box-shadow: 0 0 5px #bbb;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.header.on {
	margin-left: 50%;
}
.header .logo {
	width: 124px;
	position: absolute;
	left: 50%;
	margin-left: -62px;
	margin-top: 5PX;
}
.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header .ss {
	float: right;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #d7d7d7;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin-right: 4%;
	margin-top: 11px;
}
.header .an {
	width: 30px;
	height: 30px;
	margin-top: 11px;
	float: left;
	position: relative;
	margin-left: 4%;
}
.header .an span {
	width: 30px;
	height: 2px;
	background-color: #91989f;
	display: block;
	position: absolute;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.header .an span.a1 {
	top: 6px;
	left: 0;
}
.header .an span.a2 {
	top: 14px;
	left: 0;
}
.header .an span.a3 {
	top: 22px;
	left: 0;
}
.header.on .an span.a2 {
	display: none;
}
.header.on .an span.a1 {
	top: 16px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header.on .an span.a3 {
	top: 16px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.nav {
	width: 50%;
	height: 100%;
	background-color: #2b2b2b;
	position: fixed;
	top: 0;
	left: -50%;
	z-index: 999;
	overflow: scroll;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.nav.on {
	left: 0;
}
.nav ul {
	margin-bottom: 80px;
	margin-top: 20px;
	overflow: hidden;
}
.nav ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #4b4b4b;
}
.nav ul li a.y_j {
	width: 100%;
	height: 46px;
	font-size: 15px;
	color: #fff;
	line-height: 46px;
	text-indent: 10%;
	display: block;
	position: relative;
}
.nav ul li a.y_j.on {
	background-color: #2b2b2b;
}
.nav ul li i {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: absolute;
	top: 50%;
	right: 10%;
}
.nav .e_j {
	display: none;
	margin-bottom: 10px;
}
.nav .e_j a {
	display: block;
	font-size: 12px;
	line-height: 32px;
	color: #fff;
	text-indent: 10%;
}
.aa_a {
	display: none;
	position: absolute;
	background: #e8e8e8;
	z-index: 99999;
	width: 200px;
	top: 90px;
	left:-50px;
}
.b_f:hover .aa_a {
	display: block;
}
.aa_b {
	font-size: 14px;
	line-height: 35px;
	display: block;
}
.aa_b:hover {
	background: #f08300;
	color: #fff;
}
.a_i {
	position: relative;
	color: #333333;
}
.a_i:hover {
	cursor: pointer;
}
.a_i:hover .aa_a {
	display: block;
}
