@charset "utf-8";


.wrapper {
    width: 100%;
    margin: initial;
    padding:30px;
    box-sizing: border-box;
}

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

.wrapper .title h2 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    margin-bottom:40px;
}

.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: 24px;
color: #333333;
line-height: 55px;
    margin-bottom:50px;
}







.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: 100%;
    float: initial;
}

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

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

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