body{
    background-color: #6A1619;
    padding: 0;
    margin: 0;
}
*{
padding: 0;
}
a{
text-decoration: none;
color: #fff;
}
body,td,th {
    color: #fff;
}
.header{
background-color: #F3F3F3;
}
.header a{
color: #6A1619;
font-size: 18px;
line-height: 60px;
display: block;
}
.header td:hover{
background-color: #a57071;
}
.header td:hover a{
color: #fff;
}
.header .active{
background-color: #a57071;
}
.header .active a{
color: #fff;
}
.footer{
background: #F3F3F3;
}
.footer td{
color: #6A1619 ;
}
.video{
position: fixed;
left: 0;
bottom: 50px;
}
.title{
    font-size: 22px;
    font-weight: 600;
}
.slider{
    position: relative;
    width: 700px;
    height: 400px;
    overflow: hidden;
}
.mask{
    width: 4200px;
    position: absolute;
    left: 0;
}
.mask img{
    width: 700px;
    height: 400px;
    float: left;
}
.menu2 li{
    list-style: none;
    float: left;
    margin-right: 20px;
}