header {
	width: 100%;
		position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.header_tops {
	width: 100%;
	background: #111111;
}

.header_top {
	width: 100%;
	height: 70px;
	display: inline-block;
}

.header_top1 {
	height: 50px;
	float: left;
	margin-top: 10px;
	background: #B2976C;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 24px;
	color: white;
}

.header_top1 img {
	width: 25px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.header_top1 span {
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.header_top2 {
	width: 130px;
	height: 50px;
	float: right;
	margin-top: 10px;
	background: #B2976C;
	border-radius: 5px;
	font-size: 24px;
	color: white;
	text-align: center;
	line-height: 50px;
	display: block;
}
.header_downs{
	width: 100%;
	background: #1D1D1D;
}
.header_down{
	width: 100%;
	height: 80px;
	display: inline-block;
}
.logo{
	/*height: 35px;*/
	/*height: 25px;*/
	display: block;
	float: left;
	/*margin-top: 22px;*/
	/*margin-top: 27px;*/
	    height: 46px;
    margin-top: 17px;
}
.logo img{
	height: 100%;
	display: block;
}
.header_down1{
	float: right;
	display: flex;
}
.header_down1 li{
	margin-right: 25px;
}
.header_down1 li:last-child{
	margin-right: 0;
}
.header_down1_1{
	display: block;
	line-height: 80px;
	font-size: 18px;
	color: white;
}
.header_down1_1.on{
	color: #B2976C;
}