.box{
    background: #f8faf9;
}
.banner{
    width: 100%;
    height: 300px;
    background: url(../images/about_banner.jpg) no-repeat center;
    margin-top: 80px;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 35px 38px;
    box-sizing: border-box;
    background: #ffffff;
}
.con-box .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 34px;
}
.con-box .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}
.con-span p{
    float: left;
    margin-right: 20px;
}
.con-box .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 30px;
    text-align: justify;
}
.con-box img{
    max-width: 100%;
    width: auto !important;
    margin: 0 auto;
}