@charset "utf-8";


.wrapper {
    width: 1260px;
    margin: 20px auto 50px;
}

.wrapper .title {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 60px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
}

.wrapper .title h2 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.wrapper .title span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin: 20px auto;
}

.wrapper .content {
    padding: 0 30px;
    box-sizing: border-box;
}

.wrapper .content p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #444;
    line-height: 24px;
    margin-bottom: 30px;
}




.aboutus {
    overflow: hidden;
    margin-top: 70px;
}

.aboutus h3 {
    font-family: Verdana;
    font-weight: 400;
    font-size: 28px;
    color: #3889E8;
    line-height: 22px;
    margin-bottom: 20px;
}

.aboutus li {
    width: 527px;
    float: left;
}

.aboutus li:nth-child(2n) {
    float: right;
}

.aboutus h3 i {
    width: 30px;
    height: 30px;
    float: left;
    background: #ccc;
    margin-right:10px;
}
.aboutus li:nth-child(1) h3 i{
    background:url(/en/images/d01.png) no-repeat center top;
}
.aboutus li:nth-child(2) h3 i{
    background:url(/en/images/d02.png) no-repeat center top;
}
.aboutus li:nth-child(3) h3 i{
    background:url(/en/images/d03.png) no-repeat center top;
}
.aboutus li:nth-child(4) h3 i{
    background:url(/en/images/d04.png) no-repeat center top;
}

.aboutus p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 22px;
    min-height: 80px;
}