header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.nav{
	margin: 40px auto 0;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: none;
}
.nav li{
	display: inline-block;
	text-align: center;
}
.logo{
	float: left;
	margin: 40px 0 0 30px;
	
}
.btn{
	float: right;
	width: 58px;
	height: 58px;
	border-radius: 2px;
	margin-top: 67px;
	position: relative;
	z-index: 50;
	margin-right: 47px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/btnbac_03.png);
	position: relative;
	cursor: pointer;
}

.btn.n{
	margin-top: -10px !important;
}

.btn span{
	display: block;
	margin: 0 auto ;
	width: 20px;
	height: 3px;
	background: #fcd007;
	/*margin-top: 17px;*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.btn span:before{
	display: block;
	content:'';
	margin: 0 auto ;
	width: 20px;
	height: 3px;
	background: #fcd007;
	margin-top: -7px;
	position: absolute;
}
.btn span:after{
	display: block;
	margin: 0 auto ;
	width: 20px;
	height: 3px;
	background: #fcd007;
	margin-top: 7px;
	position: absolute;
	content:'';
}
.btn.ac span{
	background: rgba(0,0,0,0);
}
.btn.ac span:before{
	margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn.ac span:after{
	margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav li a{
	color:#fff;
	font-size: 18px;
}
.nav li{
	padding: 0 25px;
	position: relative;
}
.nav ul{
	font-size: 0;
}
.nav li h6{
	font-size: 20px;
	display: block;
	color:#a4a4a4
}
.nav li form{
	position: absolute;
	left: 0;
	bottom: -40px;
}
.nav li input{
	border: 2px solid #fcd105;
	padding-left: 10px;
	outline: none;
	display: none;
	line-height: 30px;
	height: 34px;
}
.nav li:hover a{
	color:#fcd105
}
.footer{
	padding: 105px 0 0;
	background-repeat: no-repeat;
	background-image:url(../images/footerbac_02.jpg);
	background-size: 100% 100%;
}
.f_left{
	float: left;
	width: 57.6%;
}
.f_left h2{
	color:rgba(255,255,255,.4);
	
}
.f_add div{
	float: left;
}
.f_add div:nth-child(2){
	float: right;
	
}
.f_left h2 font{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
}
.f_left h2 span{
	font-weight: bold;
	font-size: 28px;
	display: inline-block;
}
.f_add{
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.f_nav{
	margin-top: 42px;
}
.f_nav a{
	display: inline-block;
	padding:0 20px;
	border-right: 1px solid rgba(255,255,255,.1);
	color:#a4a4a4;
	font-size: 18px;
	line-height: 11px;
}
.f_nav a:last-child{
	border-right: none;
}
.f_nav a:first-child{
	padding-left: 0;
}
.f_nav a:hover{
	color:#fcd105
}
.f_add img{
	margin-left: 20px;
	width: 43px;

}
.share{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 30px;
	margin-right: 20px;
}
.share a{
	width: 28px !important;
	height: 28px !important;	
	padding: 0 !important;
	background-image: none !important;
	display: inline-block;
	border-radius: 50%;
	background: #535353;
	color:#fff;
	line-height: 28px !important;
	text-align: center;
	margin: 0 6px !important;

}
.share a:hover{
	color:#fff !important;
	background: #fcd105;
}
.share a:last-child{
	font-size: 14px;
}
.f_right{
	float: right;
}
.f_ewm{
	display: inline-block;
	text-align: center;
}
.f_ewm span{
	display: inline-block;
	margin-top: 12px;
	color:rgba(255,255,255,.4);
	font-size: 14px;
	display: block;
}
.f_bottom{
	padding: 45px 0;
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 60px;
	width: 100%;
	float: left;
}
.f_bottom p{
	float: left;
	color:rgba(255,255,255,.2);
	font-size: 12px;
}
.f_bottom div{
	float: right;
}
.f_bottom a{
	padding: 0 5px;
	border-right: 1px solid rgba(255,255,255,.2);
	line-height: 10px;
	color:rgba(255,255,255,.2)
}
.f_bottom a:hover{
	color:#fed800
}
.f_bottom a:last-child{
	border: none;
}
.nav_sel{
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../images/navbac_02.jpg);
	text-align: center;
	display: none;
}
.nav_sel li{
	line-height: 72px;
	
}
.nav_sel>ul{
	padding-top: 80px;
}
.nav_sel>ul>li>a{
	display: inline-block;
	font-size: 18px;
	color:#fcd105;
}
.nav_sel>ul img:last-child{
	margin-top: 40px;
}
.nav_sel>ul ul{
	background: url(../images/navulbac_02.jpg) 100% 100%;
	display: none;
}
.nav_sel li li{
	display: inline-block;
	margin: 0 30px;
}
.nav_sel li li a{
	display: block;
	line-height: 60px;
	color:#231f20;
	font-size: 16px;
}
.nav_sel li li a:hover{
	color:#a20a0a
}
