.fastuse img{ margin: 20px 10px; }


.aboutus {
    width: 950px;
    background: #fff;
    min-height: 892px;
    padding: 0px 30px 60px;
    margin-left: 190px;
}

.titlebox {
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.titlebox h1 {
    font-size: 16px;
    color: #1a1a1a;
    overflow: hidden;
}

.titlebox h1 span {
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #48a1ff;
    margin-top: 26px;
    margin-right: 15px;
    float: left;
}

.aboutus p {
    font-size: 14px;
    color: #707070;
    line-height: 28px;
    margin-bottom: 10px;
    margin-left: 24px;
    letter-spacing: 1px;
}
.aboutus p strong{

    color: #48a1ff;
}
.aboutus p em{
    color: #f55;
}

.aboutus a {
    color: #008bff;
}

.contactus .erweima {
    width: 80px;
    padding: 3px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.contactus label {
    line-height: 126px;
}

.aboutus h2 {
    font-size: 14px;
    font-weight: bold;
    color: #535353;
    margin: 10px 0px;
     letter-spacing: 2px;
}
.aboutus h3 {
    font-size: 16px;
    color: #535353;
    margin: 25px 0px 15px;
    letter-spacing: 2px;
    color: #48a1ff;
}

.aboutus .circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #6c808a;
    display: inline-block;
    float: left;
    margin: 10px 3px 0px 0px;
}

.aboutus img {
	width: 900px;
}
