.height20{
    width: 100%;
    height: 40px;
    background: #ffffff;
}

.about_left{
    width: 65%;
}
.post-content {
    padding-bottom: 10px;
}
.img-content {
    float: left;
    margin: 5px 20px 20px 0;
    padding: 4px;
    border: 1px solid #eee;
}
.post-content p{
    text-align: left;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 30px;
}
.about_right{
    width: 30%;
}
.about_right h3.title {
    overflow: hidden;
    line-height: 28px;
    font-size: 22px;
    position: relative;
}
.about_right h3.title a {
    color: #f34337;
}
.about_righ h3.title:after {
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}

.about_right .progress {
    height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress .progress-bar {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
    text-align: left;
    text-shadow: none;
    background: #f34337;
}
.progress-bar {
    float: left;
    height: 100%;
    color: #fff;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.about_right .item .col-2 {
    float: left;
    width: 15%;
    text-align: center;
    padding-left: 1%;
    padding-right: 0px;
}
.about_right .item .col-2 img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
.about_right .about-left-bg{
    margin-top: 138px;
    height: 260px;
    background: url(http://www.qdshuiwu.com/public/img/kefu300.png) no-repeat right bottom;
    background-size: 260px 260px;
}
#index_tom .content {
    width: 1200px;
    margin: 0 auto;
}
.contact_left{
    width: 35%;
}
.contact_left .contact-us,.contact_left .work-time {
    margin-bottom: 35px;
    margin-left: 35px;
}
.contact_left  h3.title {
    overflow: hidden;
    line-height: 28px;
    font-weight: bolder;
    font-size: 20px;
    text-align: left;
}
.contact_right{
    width: 65%;
}
.contact_right h3.title {
    overflow: hidden;
    line-height: 28px;
    font-size: 22px;
    position: relative;

}
.contact-ul{
    line-height: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-ul .fa-map-marker {
    font-size: 16px;
}

.contact-ul li p {
    margin: 0 5px 5px 0;
}
.contact-ul li p strong {
    color: #727272;
    float: left;
    font-weight: 600;

}