.footer{
    height: 100%;
}

.w{
    width: 1250px;
    background-color: #fff;
    margin: 0 auto;
}

.logo{
    /* background-color: #404040; */
    height: 100px;
    line-height: 120px;
}
.tou1{
    line-height: 50px;
    font-size: 24px;
    background-color: rgb(248, 248, 248);
}

.box{
    height: 340px;
    /* background-color: #ccc; */
}
.box h3{
    margin: 20px 0;
}
.box p{
    margin: 20px 0;
}
.box input[type="text"]{
    width: 200px;
    height: 35px;
    outline: none;
    text-indent:1em;
}
.box input[type="password"]{
    width: 200px;
    height: 35px;
    outline: none;
    text-indent:1em;
}
.box input[type="submit"]{
    width: 90px;
    height: 35px;
    background-color: rgb(208, 5, 14);
    color: #fff;
    cursor: pointer;
    border: 1px solid rgb(208, 5, 14);
}

































.footer{
    /* height: 235px; */
    background-color: aqua;
}
.footer .footermain{
    background-color: #404040;
    height: 60px;
}
.footer .footermain li{
    /* width: 300px; */
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
    margin: 0 20px; 
}
.footer .footermain li a{
    color: #fff;
}
.footer .footerbelow{
    height: 95px;
    background-color: #333;
}
.footer .footerbelow li{
    float: left;
    margin-top: 24px;
    margin-left: 10px;
}
.footer .footerbelow li a{
    color: #fff;
}
.footer .footerrigth{
    float: left;
}
.footer .footerrigth p{
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    text-align: left;
}
