﻿.main1{
	width: 100%;
	height: 38px;
	background: #bb2323;
	color: #fff;
    line-height:38px;
}
.bg{
	width: 100%;
}
.nav{
	width: 100%;
	height: 51px;
	border-bottom: 3px solid #bb2323;
}
.line{
	float: left;
	margin-top:18px;
	width: 1px;
	height: 15px;
	background: #ccc;
}
.nav a{
	height: 51px;
	width: 170px;
	display: block;
	float: left;
	line-height: 51px;
	text-align: center;
	font-size: 18px;
}

.foot{
	height: 100px;
	width: 100%;
	border-top: 3px solid #bb2323;
	text-align: center;
}
.foot a,.foot p,.foot span{
	margin-top: 20px;
	height: 25px;
	font-size: 14px;
}
.foot span{
	margin-left: 20px;
}
.red{
	position: absolute;
	top:-25px;
	right:100px;
}
.clear{
	clear: both;
}