.layout .about-us {
    width: 100%;
    padding: 50px 0;
    background: url(../images/bg_intro.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.layout .about-us>.container>.row {
    margin: 0;
    background-color: #fff;
}

.about-us>.container>.row>.about-box,
.about-us>.container>.row>.honor-box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-box>.about-body {
    margin-top: 20px;
    overflow: hidden;
}

.about-box>.about-body>.about-img {
    padding: 0;
}

.about-box>.about-body>.about-img>a>img {
    width: 100%;
    border: 1px solid #ccc;
}

.about-box>.about-body .about-name {
    font-size: 16px;
    color: #333;
}

.about-box>.about-body .about-name:hover {
    text-decoration: underline;
}

.about-box>.about-body .about-desc {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.about-box>.about-body .about-btn {
    width: 150px;
    height: 35px;
    background-color: #075fa7;
    text-align: center;
    margin: 30px auto;
}

.about-box>.about-body .about-btn>a {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    width: 100%;
    display: inline-block;
}

.honor-box>.honor-body {
    margin-top: 20px;
    border: 1px solid #ccc;
}

.honor-box>.honor-body>.carousel>.carousel-inner {
    width: 60%;
    margin: 0 auto;
}

.honor-box>.honor-body>.carousel>.carousel-inner>.item>img {
    margin: 0 auto;
}

.honor-box>.honor-body>.carousel>.carousel-inner>.item>.carousel-caption {
    font-size: 14px;
    color: #666;
    text-shadow: none;
    padding: 15px 10px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}

.honor-box>.honor-body>.carousel>.carousel-btn {
    width: 20%;
    height: 100%;
}

.honor-box>.honor-body>.carousel>.carousel-control {
    background-image: none;
    width: 26px;
    height: 46px;
    opacity: 1;
    position: absolute;
    top: 90px;
}

.honor-box>.honor-body>.carousel>.left {
    width: 26px;
    height: 46px;
    background: url(../images/icon.png) no-repeat -25px -110px;
    display: inline-block;
    left: 10px;
}

.honor-box>.honor-body>.carousel>.right {
    width: 26px;
    height: 46px;
    background: url(../images/icon.png) no-repeat -70px -110px;
    display: inline-block;
    right: 10px;
}

.honor-box>.honor-body>.carousel>.left:hover {
    background: url(../images/icon.png) no-repeat -25px -160px;
}

.honor-box>.honor-body>.carousel>.right:hover {
    background: url(../images/icon.png) no-repeat -70px -160px;
}