.text-container {
    width: 1200px;
    margin: 0 auto;
}

.text-container p {
    margin-top: 30px;
    font-size: 24px;
    line-height: 50px;
    text-indent: 48px;
    color: #666666;
}

.about-detail {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 50px;
}

.detail-head {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
}

.detail-body {
    width: 100%;
    margin-top: 25px;
}

.detail-body-row {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.detail-foot {
    width: 100%;
    height: 40px;
    margin-top: 30px;
}

.detail-contact {
    width: auto;
    float: left;
}

.detail-contact-center {
    margin-left: 250px;
    margin-right: 250px;
}

.contact-icon {
    width: 35px;
    float: left;
    margin-top: 5px;
}

.contact-text {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 30px;
    font-size: 20px;
    color: #333333;
}