header{
	width: 100%;
}
.header_tops{
	width: 100%;
	background: #FCE7E7;
}
.header_top{
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	color: #333333;
}
.header_top1{
	color: #E30000;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.header_top2{
	color: #0863EA;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.header_downs{
	width: 100%;
	box-shadow: 0 5px 5px rgba(48,48,48, .1);
}
.header_down{
	width: 100%;
	height: 105px;
	display: inline-block;
}
.logo{
	height: 55px;
	display: block;
	float: left;
	margin-top: 25px;
}
.logo img{
	height: 100%;
	display: block;
}
.header_down1{
	border: 1px solid #C81414;
	width: 95px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	float: right;
	margin-top: 35px;
	font-size: 15px;
	color: #C81414;
}
.header_down2{
	float: right;
	margin-top: 40px;
}
.header_down2_1{
	font-size: 15px;
	color: #333333;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
}
.header_down2_1 img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.header_down2_1 span{
	display: inline-block;
	vertical-align: middle;
}
.header_down2_1:last-child{
	margin-right: 0;
}