@charset "UTF-8";

/* 背景图 */

.back {
    background: url(../img/About.jpg) no-repeat center;
}


/* 内容区 */

.con {
    width: 100%;
    padding: 60px 0;
}

.con .web .leftImg {
    width: 350px;
    margin-right: 150px;
    padding-top: 152px;
}

.con .web .rightCon {
    width: 700px;
}

.con .web .rightCon h2 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    line-height: 50px;
}

.con .web .rightCon h3 {
    font-size: 28px;
    color: #b9b9b9;
    font-weight: bold;
    line-height: 50px;
}

.con .web .rightCon p {
    margin-top: 40px;
}

.con .web .rightCon p span {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 40px;
}

.con .web .rightCon p span.top {
    margin-top: 40px;
}