body,html{
    height: 100%;
}
header{
    height: 50px;
    box-shadow: 0 0 5px #b7b7b7;
}
header a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #000;
}
header img{
    cursor: pointer;
}
header a:hover{
    text-decoration: underline;
}

header .top_tt {
    width: 1000px;
    text-align: right;
    margin: 0 auto;
    padding: 0 20px
}

header .top_tt img {
    float: left;
    margin-top: 5px;
}

.content{
    width: 1000px;
    margin: 0 auto;
}

.title{
    margin-top: 40px;
    font-weight: bold;
    font-size: 16px;
}

.image{
    margin-top: 30px;
    width: 100%;
}

.cont_p{
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
}
.line{
    height:1px;
    border:none;
    border-top:1px;
    margin-bottom: 20px;
}

footer {
    margin-top: 120px;
    position: absolute;
    margin-bottom: 30px;
    width: 100%;
    min-width: 1000px;
    z-index: 0;
    overflow: hidden;
}