.about {
    width: 100%
}

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

.about .path {
    display: flex;
    padding: 10px
}

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

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

.about .path .item p {
    margin: 0;
    padding-left: 10px;
    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: 12px;
    line-height: 20px;
    margin-top: 10px
}

.about .intro .flex {
    padding: 10px
}

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

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

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

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

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

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

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

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

.about .intro .bottom {
    margin: 20px 10px
}

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

.about .intro .bottom .bg .black {
    width: 100%;
    position: relative
}

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

.about .intro .bottom .bg .black .title p {
    font-size: 26px
}

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

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

.about .honor {
    padding: 10px
}

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

.about .honor .list .item {
    width: 48%;
    margin: 20px 1%
}

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

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

.about .report {
    padding: 10px
}

.about .report img {
    width: 100% !important;
    height: 100% !important;
}

.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: 20px 20px;
    background: #1b1b1b
}

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

.about .flex:nth-child(2) .content .black .title p {
    font-size: 26px
}

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

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

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