a:hover,a:focus{
	text-decoration: none;
}
.section_header{
	width: 100%;
	height: 60px;
	background: #0093d9;
	padding-left: 6.7%;
	position: fixed;
	z-index: 9999;
}
.section_header>div{
	display: inline-block;
}
.logo{
	padding: 12.5px 0;
	cursor: pointer;
}
.aut>div{
	display: inline-block;
	float: left;
}
.aut>div>img{
	margin-right: 10px;
	margin-bottom: 5px;
}
.aut>div>span{
	color: #fff;
	display: inline-block;
	line-height:60px;
	margin-right: 30px;
	font-size: 16px;
}
.section_tonge{
	width: 240px;
	height: 60px;
	background: #abcc0b;
	position: relative;
	margin-right: -180px;
}
.tingefs{
	color: #fff;
	line-height: 60px;
	display: inline-block;
	position: absolute;
	top:0;
	right: 20px;
	font-size: 20px;
}
.section_tingger{
	width:180px;
	height: 100vh;
	position: absolute;
	top:60px;
	right: 60px;
	background: #f2f2f2;
	padding-top: 25px;
}
.section_tingger>div{
	text-align: left;
	cursor: pointer;
	position: relative;
}
.section_tingger>div>a{
	color: #333;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding:20px 20px 20px 15px;
	font-size: 16px;
	line-height:33px;
	position: relative;
}
.section_tingger>div>a img{
	width: 30px;
	height: 30px;
	margin-right: 30px;
	margin-bottom: 5px;
}
.section_tingger>div>a span{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 85px;
	border-bottom: 1px solid #c1c1c1;
	position: absolute;
	top:0;
	right: -80px;
}
.tinggf{
	margin-right: 40px;
	margin-left: 20px;
 }
 .tong_mun{
	 display: none;
 }
.tong_mun.unfold{
	width: 240px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	left: 80px;
}
 .tong_mun.unfold>div{
	height: 40px;
	line-height: 40px;
	padding-left: 80px;
 }

.tong_mun.unfold>div>a{
	color: #666;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	height:100%;
}

@media screen and (max-width:760px){
	.logo{
		width: 11%;
		padding: 1rem 0;
	}
	.section_header{
		height: 4rem;
	}
	.section_header>.logo{
		width:30%;
	}
	.section_header>.logo img{
		width: 80%;
		height: 100%;
	}
	.section_tonge{
		width: 12rem;
		height: 4rem;
		margin-right:-8rem;
	}
	.section_tingger{
		width: 9rem;
		top:4rem;
		right: 3rem;
		padding-top:1.25rem;
	}
	.section_header>.logo>img{
		width: 100%;
		height: auto;
	}
	.aut>div>span{
		line-height:4rem;
		margin-right:2rem;
		font-size: 0.8rem;
	}
	.aut>div:nth-child(1){
		display: none;
	}
	.tingefs{
		line-height: 4rem;
		font-size: 1rem;
	}
	.section_tingger>div>a img{
		width: 1.5rem;
		height: 1.5rem;
		margin-right:1.5rem
	}
	.section_tingger>div>a{
		padding: 1.25rem 1rem 1.25rem 1.25rem;
		line-height: 1.5rem;
		font-size:0.8rem;
	}
	.tinggf{
		margin-right: 1rem;
		margin-left: 1rem;
		font-size: 0.8rem!important;
	}
	.section_tingger>div>a span{
		line-height: 4.25rem;
		right: -4rem;
	}
	.tong_mun.unfold>div{
		height: 2rem;
		line-height: 2rem;
		padding-left: 3rem;
	}
	.tong_mun.unfold>div>a{
		font-size: 0.7rem;
	}

}
@media screen and (max-width:460px){
	.section_header>.logo{
		width:36%;
	}
}