@charset "utf-8";
/* 整体页面格式化 */
html, body, div, ul, ol, dl, li, dt, dd, a, img, h1, h2, h3, h4, h5, h6, p, span, br, hr, table, th, tr, td, form, input, textarea, button {
    margin: 0;
    padding: 0;
}
.main{
    padding: 0 0 0 40px;
}
.header{
    height: 180px;
    padding-top: 30px;
}
.logo img{
    height: 80px;
    margin-left: -10px;
}
.content{
    height: auto;
}
.content .ico{
    width: 50px;
    height: 2px;
    background: #767676;
}
.content h1{
    font-size: 28px;
    line-height: 80px;
}
.content h5{
    font-size: 22px;
    line-height: 80px;
}
.content p{
    font-size: 20px;
    line-height: 40px;
}
.footer{
    height: 40px;
    margin-top: 20px;
}
.footer p{
    color: #999;
}