body{
    background-color: rgb(240, 240, 240);
}
.box{
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #FFFFFF;
}

.header .hd_top{
    height: 34px;
    line-height: 34px;
}
.header .hd_top img{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}
.header .hd_top span{
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    line-height: 15px;
}
.header .hd_center{
    height: 160px;
    padding: 40px 30px;
    background: url("../images/header_bg.png") no-repeat center right;
    background-size: cover;
}
.header .hd_center .logo{
   
    height: 80px;
    float: left;
}
.header .hd_center .logo img{
    
    height: 80px;
}
.header .hd_center .name{
    margin-left: 100px;
    padding: 8px 0;
}
.header .hd_center .name p{
    color: #FFFFFF;
    line-height: 1;
}
.header .hd_center .name p:first-child{
    font-size: 42px;
    font-weight: bold;
}
.header .hd_center .name p:last-child{
    margin-top: 8px;
}
.header .hd_bottom nav ul{
    background: #B61B00;
    font-size: 0;
    height: 46px;
    padding: 0 20px;
    text-align: justify;
    text-align-last: justify;
}
.header .hd_bottom nav li{
    display: inline-block;
    vertical-align: top;
}
.header .hd_bottom nav li a{
    display: inline-block;
    font-size: 15px;
    color: #FFFFFF;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
}
.header .hd_bottom nav li a:hover {
    background: #7a1723;
}

.footer{
    margin-top: 25px;
}
.footer p{
    height: 54px;
    line-height: 54px;
    background: #AA1A00;
    text-align: center;
    color: #FFFFFF;
}
.footer p span, .footer p a{
    color: #FFFFFF;
}