*{
    padding: 0;
    margin: 0;
}

.details-top {
    width: 100%;
    float: left;
    margin-top: 30px;
    min-height: 450px;
}

.details>img {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 15px;
}

.details>a {
    display: inline-block;
    float: left;
    margin-left: 6px;
    font-size: 14px;
    color: #787c83;
    text-decoration: none;
    margin-top: 12px;
}

.details {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 2px solid #cdcdcd;
    height: 40px;
}
.details-h2{
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
    font-size: 28px;
    color: #444444;
}
.details-sp{
    display: inline-block;
    width: 1120px;
    float: left;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #444444;
    border-bottom: 1px solid #cdcdcd;
    height: 40px;
    margin-left: 40px;
}
.content{
    width: 1120px;
    float: left;
    margin-left: 40px;
    font-size: 16px;
    color: #444444;
    line-height: 40px;
    margin-top: 40px;
    text-align: left;
}