﻿.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	background-image: url(../images/bg-hd.png);
	z-index: 102;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}

.header.action {
	left: -60%
}

.header .txt {
	display: inline-block;
	height: 1em;
	line-height: 1em;
	color: #fff;
	font-size: 20px;
	font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.header .btn-back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images/ico-back.png) center center no-repeat;
	background-size: 12px auto
}

.top_right {
	margin-top: -3px;
	margin-right: 5px
}

.top_one {
	text-decoration: none;
	background: url(../images/top-sm.jpg)center no-repeat;
	padding: 4px 8px 5px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #FFF;
	border-radius: 4px
}

.top_two {
	text-decoration: none;
	background: #44b549;
	padding: 4px 8px 5px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #FFF;
	border-radius: 4px
}

.menuBtn {
	position: absolute;
	top: 24px;
	left: 15px;
	width: 27px;
	height: 20px;
	display: block;
	cursor: pointer;
	z-index: 999;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.menuBtn em {
	margin-bottom: 4px;
	display: block;
	height: 3px;
	background-color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}

.menuBtn.on em {
	display: none;
	margin: -2px 0 0;
	position: absolute;
	left: 5px;
	top: 50%;
	width: 24px;
	background-color: #d7a746
}

.menuBtn.on em:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.menuBtn.on em:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}

#aside {
	position: fixed;
	top: 11px;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	overflow-y: auto;
	z-index: 101;
	background-image: url(../images/bg-hd.png);
	/* -o-transition: height .35s ease-in .2s;
	-ms-transition: height .35s ease-in .2s;
	-moz-transition: height .35s ease-in .2s;
	-webkit-transition: height .35s ease-in .2s;
	transition: height .35s ease-in .2s */
}

#aside.open {
	height: 100%;
	opacity: 1
}

#aside .link {
	margin: 0 0 20px 15px;
	color: #fff
}

#aside .link a {
	color: #fff
}

#aside .link a:hover {
	color: #f9991e
}

#aside .menu>li {
	position: relative;
	opacity: 0;
	-webkit-transform: scale(1.1) translateY(-24px);
	-ms-transform: scale(1.1) translateY(-24px);
	-o-transform: scale(1.1) translateY(-24px);
	transform: scale(1.1) translateY(-24px);
	/* -o-transition: opacity .35s ease-out, transform .35s ease-out, border-bottom .8s .2s;
	-ms-transition: opacity .35s ease-out, transform .35s ease-out, border-bottom .8s .2s;
	-moz-transition: opacity .35s ease-out, transform .35s ease-out, border-bottom .8s .2s;
	-webkit-transition: opacity .35s ease-out, transform .35s ease-out, border-bottom .8s .2s;
	transition: opacity .35s ease-out, transform .35s ease-out, border-bottom .8s .2s; */
}

#aside .menu>li>a {
	position: relative;
	padding-left: 15px;
	display: block;
	width: 100%;
	height: 41px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	border-bottom: 1px solid #191919
}

#aside.open .menu>li {
	opacity: 1;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important
}

#aside .menu>li>a:hover,
#aside .menu>li.on>a {
	color: #f9991e;
	background-color: #1c1c1c
}

#aside .menu>li>a em {
	position: absolute;
	top: 9px;
	right: 0;
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../images/ico-three-5.png);
	opacity: .6;
	background-size: cover;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}

#aside .menu>li.on>a em {
	opacity: 1;
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

#aside .menu .sub {
	padding: 5px 0;
	display: none
}

#aside .menu .sub a {
	padding-left: 30px;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #fff
}

#aside .menu .sub a:hover,
#aside .menu .sub a.on {
	color: #f9991e;
	background-color: #1c1c1c
}

#aside .form {
	padding: 20px 15px
}

#aside .select {
	display: block;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 100%;
	line-height: 36px;
	border: 1px solid #d7d7d7;
	background: #fff url(../images/ico-hd-down.png) 180px 50% no-repeat
}

#aside .inpt {
	float: left;
	display: block;
	padding: 0 10px;
	width: 170px;
	height: 36px;
	border: 1px solid #d7d7d7;
	background-color: #fff
}

#aside .btns {
	display: block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	background: #fff url(../images/ico-soso.png) center no-repeat
}

/* #aside .menu>li:nth-child(1) {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 56px
}

#aside .menu>li:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

#aside .menu>li:nth-child(3) {
	-webkit-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms
}

#aside .menu>li:nth-child(4) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#aside .menu>li:nth-child(5) {
	-webkit-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms
}

#aside .menu>li:nth-child(6) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

#aside .menu>li:nth-child(7) {
	-webkit-transition-delay: 450ms;
	-o-transition-delay: 450ms;
	transition-delay: 450ms
}

#aside .menu>li:nth-child(8) {
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms
}

#aside .menu>li:nth-child(9) {
	-webkit-transition-delay: 550ms;
	-o-transition-delay: 550ms;
	transition-delay: 550ms
}

#aside .menu>li:nth-child(10) {
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms
} */

@media only screen and (max-width:360px) {
	.header .txt {
		margin-left: 3em !important;
		font-size: 15px
	}
}
