*{
    margin:0;padding:0;
    font-family: microsoft yahei;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    float:left;
}
.w1400{
    width:1400px;
    margin:0 auto;
}
.w100{
    width:100%;
    float:left;
}
.clear{
    clear:both;
}
header{
    padding:30px 0;
    float:left;
    width:100%;
    background:#bd1316;
}
header a{
    float:left;
}
header span{
    float:left;
    border-left:1px solid #fff;
    font-size:28px;
    font-weight: bold;
padding: 0 0 0 30px;
margin: 28px 0 0 30px;
    color:rgba(253,207,48);
}


nav{
    float:left;
    width:100%;
}
nav ul li{
    float:left;
    padding:20px 30px;
}
nav ul li a{
    color:#bd1316;
    font-size: 22px;
    font-weight: lighter;
}
nav ul li a:hover{
	color:#6f3425;
}
footer{
    background:#bd1316;
    float:left;
    width:100%;
    padding:30px 0 0 0;
}
.footer-left{
    float:left;
    padding-right: 60px;
    padding-bottom:60px;
    margin-left:13%;
}
.footer-mid{
    float:left;
    margin:0 60px 0 60px;
    padding-right:60px;
}
.footer-mid p{
    color:#fff;
    font-size:16px;
    background:url(../images/phone-ico.png) no-repeat left center;
    padding:0 0 0 40px;
    margin-top:10px;
    margin-bottom:5px;
    line-height:150%;
}
.footer-mid p:nth-child(1){
    background:url(../images/address-ico.png) no-repeat left center;
    
}
.footer-mid p:nth-child(2){
    background:url(../images/zipcode-ico.png) no-repeat left center;
    
}
.footer-xiaoxun{
	text-align:center;
}
.footer-xiaoxun img{
	float:none;
}
.footer-bottom{
    background:#ae0005;
    color:#fff;
    font-size:16px;
    float:left;
    width:100%;
    height:60px;
    line-height:60px;
    text-align: center;
    margin-top:30px;
}