* {
	margin: 0;
	padding: 0
}

html {
	width: 100%;
	overflow-x: hidden
}

li {
	list-style: none
}

a {
	text-decoration: none
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 1px 9.6px .4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	z-index: 998
}

header img {
	float: left;
	height: 35px;
	margin: 10px 0 10px 2%
}

header .drawer-hamberger {
	/*position: absolute;
	top: 50%;
	right: 2%!important;
	transform: translateY(-50%);*/
	width: 20px;
	height: 22px;
	padding: 0!important;
	overflow-x: hidden;
	float: right;
	margin: 16px 5px 0 0;
}
#content {
	margin-top: 55px;
	background-color: #f3f7fa
}
.drawer-hamberger span:before {
	top: -6px!important
}

.drawer-hamberger span:after {
	bottom: -6px!important
}

.drawer-open .drawer-hamberger span {
	width: 20px
}

.drawer-hamberger span,
.drawer-hamberger span:before,
.drawer-hamberger span:after {
	width: 20px!important
}

.drawer-open .drawer-hamberger span:before {
	top: 0!important
}

.drawer-open .drawer-hamberger span:before {
	top: 0!important
}
.footerPosition{
	position: fixed;
	bottom: 0;
	right: 5%;
	width: 40px;
	height: 90px;
	background-color: #009b3e;
	border-radius: 50px;
	z-index: 9999;
	text-align: center;
}
.footerPosition li{
	height:45px;
	line-height:45px;
}
#formLayer{
	width: 100%;
	display: none;
}
#formLayer li{
	width: 80%;
	margin: 0 auto;
	padding-top: 25px;
}
#formLayer input{
	width: 100%;
	height: 35px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #cccccc;
}
#formLayer button{
	width: 100%;
	height: 35px;
	background-color: #ffffff;
	border-radius: 8px;
	border: none;
	background-color: #009b3e;
	color: #FFFFFF;
	text-align: center;
}
footer {
	width: 100%;
	background-image: url(../img/footerimg.png);
	position: relative;
	padding: 40px 0 20px 0
}

footer .bg-color {
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	opacity: .95;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-bottom: 0
}

footer .box {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding-top: 0
}

.footer-logos {
	height: 35px;
	margin: 0 auto
}

footer .box dl {
	width: 50%;
	text-align: center;
	float: left;
	color: #fff
}

footer .box .erweicode {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	border-bottom: 1px solid #333
}

footer .box dl dd {
	margin-top: 20px
}

footer .box ul {
	margin-top: 20px
}

footer .box ul .tl {
	color: #fff;
	font-size: 15px
}

footer .box ul .tx {
	border-radius: 35px;
	border: solid 1px #7f7f7f;
	width: 60%;
	padding: 5px 0;
	margin: 15px auto
}

footer .box ul .tx a {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0;
	color: #fff
}
.copyright {
	background-color: #161616;
	color: #999;
	font-size: 11px;
	width: 100%;
	text-align: center;
	margin-bottom: 0
}

.copyright li {
	padding: 5px
}

.hgwab {
	width: 15px;
	margin-bottom: 2px
}