
.box_img {
    overflow: hidden;
}

.dq_site {
    color: #666;
    font-weight: lighter;
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.about_content {
    padding: 65px 0;
}


.about_content h2.about_tit {
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}


.about_content .content {
    background-color: #fff;
    border-radius: 35px;
    padding-top: 65px;
    overflow: hidden;
}

.about_content .content p {
    font-size: 15px;
    color: #444;
    line-height: 30px;
    font-weight: normal;
    padding: 0 25px;
    margin-bottom: 15px;
    text-indent: 30px;
}

.about_content .content .box_img {
    margin-top: 35px;
}

.bodycon {
    background-color: #f5f5f5;
}
