<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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&gt;.container&gt;.row {
    margin: 0;
    background-color: #fff;
}

.about-us&gt;.container&gt;.row&gt;.about-box,
.about-us&gt;.container&gt;.row&gt;.honor-box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-box&gt;.about-body {
    margin-top: 20px;
    overflow: hidden;
}

.about-box&gt;.about-body&gt;.about-img {
    padding: 0;
}

.about-box&gt;.about-body&gt;.about-img&gt;a&gt;img {
    width: 100%;
    border: 1px solid #ccc;
}

.about-box&gt;.about-body .about-name {
    font-size: 16px;
    color: #333;
}

.about-box&gt;.about-body .about-name:hover {
    text-decoration: underline;
}

.about-box&gt;.about-body .about-desc {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.about-box&gt;.about-body .about-btn {
    width: 150px;
    height: 35px;
    background-color: #075fa7;
    text-align: center;
    margin: 30px auto;
}

.about-box&gt;.about-body .about-btn&gt;a {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    width: 100%;
    display: inline-block;
}

.honor-box&gt;.honor-body {
    margin-top: 20px;
    border: 1px solid #ccc;
}

.honor-box&gt;.honor-body&gt;.carousel&gt;.carousel-inner {
    width: 60%;
    margin: 0 auto;
}

.honor-box&gt;.honor-body&gt;.carousel&gt;.carousel-inner&gt;.item&gt;img {
    margin: 0 auto;
}

.honor-box&gt;.honor-body&gt;.carousel&gt;.carousel-inner&gt;.item&gt;.carousel-caption {
    font-size: 14px;
    color: #666;
    text-shadow: none;
    padding: 15px 10px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}

.honor-box&gt;.honor-body&gt;.carousel&gt;.carousel-btn {
    width: 20%;
    height: 100%;
}

.honor-box&gt;.honor-body&gt;.carousel&gt;.carousel-control {
    background-image: none;
    width: 26px;
    height: 46px;
    opacity: 1;
    position: absolute;
    top: 90px;
}

.honor-box&gt;.honor-body&gt;.carousel&gt;.left {
    width: 26px;
    height: 46px;
    background: url(../images/icon.png) no-repeat -25px -110px;
    display: inline-block;
    left: 10px;
}

.honor-box&gt;.honor-body&gt;.carousel&gt;.right {
    width: 26px;
    height: 46px;
    background: url(../images/icon.png) no-repeat -70px -110px;
    display: inline-block;
    right: 10px;
}

.honor-box&gt;.honor-body&gt;.carousel&gt;.left:hover {
    background: url(../images/icon.png) no-repeat -25px -160px;
}

.honor-box&gt;.honor-body&gt;.carousel&gt;.right:hover {
    background: url(../images/icon.png) no-repeat -70px -160px;
}</pre></body></html>