<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about {
    width: 100%
}

.about .banner img {
    width: 100%;
    border: 0;
    vertical-align: bottom
}

.about .path {
    display: flex;
    padding: 100px 230px 0 230px
}

.about .path .item {
    font-size: 14px;
    display: flex;
    padding-left: 30px;
    cursor: pointer
}

.about .path .item:first-child {
    padding-left: 0px
}

.about .path .item p {
    margin: 0;
    padding-left: 30px;
    color: #333
}

.about .path .router-link-exact-active {
    color: #c00301
}

.about .intro {
    position: relative
}

.about .intro .title {
    color: #000000;
    display: flex
}

.about .intro .title p {
    font-size: 30px
}

.about .intro .title span {
    display: flex;
    align-items: flex-end;
    margin-left: 10px;
    font-size: 12px
}

.about .intro .tips {
    color: #404040;
    font-size: 14px;
    margin-top: 20px
}

.about .intro .font {
    color: #595959;
    font-size: 13px;
    line-height: 24px;
    margin-top: 30px
}

.about .intro .flex {
    padding: 60px 230px;
    display: flex
}

.about .intro .flex .content {
    width: 50%
}

.about .intro .flex .img {
    width: 50%
}

.about .intro .flex .img img {
    margin-left: 5%;
    width: 95%
}

.about .intro .moving {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.about .intro .moving .item {
    width: 22%;
    text-align: center;
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
    cursor: pointer
}

.about .intro .moving .item .img {
    margin: 40px auto 0 auto
}

.about .intro .moving .item .img img {
    width: 50px !important;
    height: 50px !important;
    margin-left: 0 !important
}

.about .intro .moving .item .font {
    margin: 25px 0
}

.about .intro .moving .item:hover {
    background: #c00301;
    border: 1px solid #c00301
}

.about .intro .moving .item:hover .font {
    color: #fff
}

.about .intro .bottom {
    width: 100%;
    position: relative;
    background-image: url("../images/about1bottom.png")
}

.about .intro .bottom .bg {
    display: flex
}

.about .intro .bottom .bg .black {
    background: #c00301;
    width: 70%;
    padding: 50px 20px;
    margin: 100px 15% 100px 15%;
    position: relative
}

.about .intro .bottom .bg .black .title {
    color: #fff !important
}

.about .intro .bottom .bg .black .tips {
    color: #fff !important
}

.about .intro .bottom .bg .black .font {
    color: #fff !important
}

.about .intro .bottom .bg .red {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 10px
}

.about .honor {
    padding: 40px 230px
}

.about .honor .list {
    display: flex;
    flex-wrap: wrap
}

.about .honor .list .item {
    width: 30%;
    margin: 20px 1.5%
}

.about .honor .list .item img {
    width: 100%
}

.about .honor .list .item .title {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-top: 20px
}

.about .report {
    padding: 40px 230px
}

.about .flex:nth-child(2) {
    color: red;
    padding: 0
}

.about .flex:nth-child(2) img {
    width: 100% !important;
    margin: 0 !important;
    border: 0;
    vertical-align: bottom
}

.about .flex:nth-child(2) .content {
    position: relative
}

.about .flex:nth-child(2) .content .black {
    padding: 70px 20px;
    background: #1b1b1b;
    position: absolute;
    bottom: 0
}

.about .flex:nth-child(2) .content .black .title {
    color: #fff !important
}

.about .flex:nth-child(2) .content .black .tips {
    color: #fff !important
}

.about .flex:nth-child(2) .content .black .font {
    color: #fff !important
}

.about .flex:nth-child(2) .content .red {
    position: absolute;
    bottom: 0;
    background: #c00301;
    width: 100%;
    height: 10px
}</pre></body></html>