div#head{
    width: 100%;
    height: 74px;
    background-color: #D43B33;
}

div#head>img{
    margin-left: 150px;
}
div#head>ul{
    float: right;
    width: 770px;
    height: 74px;
    margin-right: 100px;
}
div#head>ul li{
    float: left;
    margin-left: 40px;
    height: 72px;

}

div#head>ul li a{
    color: white;
    line-height: 74px;
    font-size: 18px;
    text-align: center;
    height: 74px;
    display: block;
}
div#head>ul li a:hover{
    text-decoration: none;
}

div#banner {
    width: 100%;
    height: 340px;
    background: url("../img/banner.png") no-repeat center top;
    background-size: cover;
}
div#footer{
    width: 100%;
    height: 340px;
    background-image: url(../img/footer_bg.png);
    background-repeat: repeat;
}
div#footer img{
    float: left;
    margin-left: 200px;
    margin-top: 70px;
}
div#footer>p{
    color: #FCF8F2;
    float: left;
    margin-left: 80px;
    margin-bottom: 10px;
    width: calc(100% - 500px);
    display: block;
}
#footer>p:nth-child(2){
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
}
#footer>p:last-child{
    font-size: 14px;
    color: #bababa;
    margin-top: 50px;
}