.call{
	line-height: 80px;
}
.top .right{
	margin-left: 5px;
	line-height: 30px;
}
.top .right span {
	top: 15px;
	color: #333333;
	font-size: 16px;
}
.top .right i {
	top: 6px;
	color:#D6362F;
	font-size: 24px; 
	font-family: Impact,verdana;
}
/*导航部分*/

.nav {
	background: #BF2527;
}
.w100 nav ul li{
	padding: 0 25px;
	height: 51px;
	line-height: 51px;
}
.w100 nav ul li:hover{
	background-color: #bb0002;
	transition: .5s;
}
.w100 nav ul li.on{
    background-color: #a20700;
}
nav input {
	padding-left: 5px;
	height: 30px;
	font-size: 16px;
	color: #333;
}
nav .search {
	top: 11px;
	right: 0;
}
nav button{
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #BF2527;
}
/*导航结束*/



/*footer*/
footer{
	height: 240px;
}
footer .logo{
	width: 200px;
}
footer ul {
	position: relative;
	left: 10px;
}
footer ul li {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}

footer ul li b {
	margin-left: 15px;
}

footer h1 {
	font-family: Impact,verdana;
}
