﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

.company-wrapper {
    min-height: 1390px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.company-wrapper .company-wrapper-header {
    background: url(../image/company_02.jpg) no-repeat;
    height: 207PX;
    background-size: cover;
    position: relative;
}

.company-wrapper .company-wrapper-header .company-wrapper-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    width: 751px;
    height: 139px;
    background-image: linear-gradient(90deg, #03bfef 0%, #0293e4 100%), linear-gradient(#e4f3f9, #e4f3f9);
    background-blend-mode: normal, normal;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -68px;
    z-index: 10;
    border-radius:20px;
}

.company-wrapper .company-wrapper-header .company-wrapper-title h2 {
    font-size: 48px;
    font-weight: normal;
    color: #ffffff;
    margin-right: 31px;
}

.company-wrapper .company-wrapper-header .company-wrapper-title h3 {
    font-size: 24px;
    font-weight: normal;
    font-weight: normal;
    color: #ffffff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #545454;
}

.company-wrapper .company-content-box {
    background-color: #fff;
    width: 100%;
    /* padding: 18px; */
    padding-top: 60px;
    box-sizing: border-box;
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
}

.centerbox {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.company-wrapper .company-content-box .company-content {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    margin-bottom: 30px;
}

.company-wrapper .company-content-box .company-content .left-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8e8e8e;
    font-size: 14px;
}

.company-wrapper .company-content-box .company-content .left-nav img {
    margin-right: 11px;
}

.company-wrapper .company-content-box .company-content .left-nav .home-link {
    font-size: 14px;
    font-weight: normal;
    color: #8e8e8e;
    text-decoration: none;
    margin: 0 6px;
}

.company-wrapper .company-content-box .company-content .left-nav .current-link {
    font-size: 14px;
    font-weight: normal;
    color: #1c1c1c;
    text-decoration: none;
    margin: 0 6px;
}

.company-wrapper .company-content-box .company-left-right-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-wrapper .company-content-box .company-left-right-content .left-content {
    flex-basis: 592px;
}

.company-wrapper .company-content-box .company-left-right-content .left-content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #141414;
    margin-bottom: 43px;
}

.company-wrapper .company-content-box .company-left-right-content .left-content h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #141414;
    position: relative;
}

.company-wrapper .company-content-box .company-left-right-content .left-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 33px;
    height: 4px;
    background-color: #ff8100;
}

.company-wrapper .company-content-box .company-left-right-content .left-content .arrow-more {
    transform: rotate(90deg) scaleY(1.15);
    display: block;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 200;
    color: #010101;
    height: 25px;
    width: 25px;
    text-align: center;
}

.company-wrapper .company-content-box .company-left-right-content .left-content .h-p {
    display: none;
}

.company-wrapper .company-content-box .company-left-right-content .left-content .h-p pre {
    white-space: pre-line;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.company-wrapper .company-content-box .company-left-right-content .right-content {
    flex-basis: 476px;
    position: relative;
}

.company-wrapper .company-content-box .company-left-right-content .right-content .swiper-container {
    width: 476px;
    position: relative;
}

.company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-next {
    top: 105%;
}

.company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-next:focus {
    outline: none;
}

.company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-next::after {
    font-size: 20px;
    color: #cccaca;
}

.company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-prev {
    left: 420px;
    top: 105%;
}

.company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-prev:focus {
    outline: none;
}

.company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-prev::after {
    font-size: 20px;
    color: #cccaca;
}

.company-wrapper .company-content-box .company-routes {
    margin-top: 66px;
    background-color: #f2f2f2;
    padding: 42px 0 0px;
}

.company-wrapper .company-content-box .company-routes>h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #3e414a;
    font-weight: bold;
}

.company-wrapper .company-content-box .company-routes>p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    opacity: 0.72;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0;
}

.company-wrapper .company-content-box .company-routes .routes-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes {
    width: 100%;
    background: url('../image/comapny_history_02.png') no-repeat;
    background-size: cover;
    height: 609px;
    position: relative;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol {
    position: relative;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes .line-po {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: rotate(-12deg) translateY(-50%);
    top: 63%;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes .line-po::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #a8a8a8;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes .line-po span {
    width: 13px;
    height: 13px;
    background-color: #f00;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 10;
    top: -5px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li {
    display: inline-block;
    position: absolute;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li .year-txt {
    max-width: 150px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li .year-txt p {
    margin-top: 16px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li .year-txt h5 {
    white-space: nowrap;
    position: relative;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li .year-txt h5::before {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #d14a2c;
    position: absolute;
    top: 120%;
    left: 0;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(8) .year-txt {
    position: relative;
    left: -20px;
    top: 14px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(10) .year-txt {
    position: relative;
    top: 10px;
    left: -70px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(10) .year-txt p {
    white-space: nowrap;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul {
    width: 100%;
    transform: rotate(-12deg) translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li {
    margin-right: 20px;
    position: absolute;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(2n) {
    top: -100px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(2n)::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #d14a2c;
    position: absolute;
    left: 0;
    top: 136px;
    border-radius: 50%;
    z-index: 10;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(2n+1)::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #d14a2c;
    position: absolute;
    left: 0;
    top: -63px;
    border-radius: 50%;
    z-index: 10;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(2):before {
    background-color: #2b7e6c;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(3):before {
    background-color: #d77305;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(4):before {
    background-color: #4d9193;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(5):before {
    background-color: #aa5751;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(6):before {
    background-color: #327d2e;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(7):before {
    background-color: #8b8f21;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(8):before {
    background-color: #d3694f;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(9):before {
    background-color: #08b37d;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(10):before {
    background-color: #ff8100;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(2) h5:before {
    background-color: #2b7e6c;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(3) h5:before {
    background-color: #d77305;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(4) h5:before {
    background-color: #4d9193;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(5) h5:before {
    background-color: #aa5751;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(6) h5:before {
    background-color: #327d2e;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(7) h5:before {
    background-color: #8b8f21;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(8) h5:before {
    background-color: #d3694f;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(9) h5:before {
    background-color: #08b37d;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ol li:nth-child(10) h5:before {
    background-color: #ff8100;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(2n)::after {
    content: '';
    width: 133px;
    height: 3px;
    background-color: #a8a8a8;
    display: block;
    position: absolute;
    top: 142px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(2n+1) {
    top: 100px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(2n+1)::after {
    content: '';
    width: 133px;
    height: 3px;
    background-color: #a8a8a8;
    display: block;
    position: absolute;
    top: -58px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(8) .year-txt {
    position: relative;
    top: 42px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(10) .year-txt {
    position: relative;
    top: 42px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li .year-txt {
    max-width: 150px;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li .year-txt h5 {
    font-size: 18px;
    font-weight: 600;
    color: #aa5751;
    position: relative;
    margin-bottom: 20px;
    transform: rotate(12deg);
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li .year-txt h5::after {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #d14a2c;
    position: absolute;
    top: 120%;
    left: 0;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(2) .year-txt h5:after {
    background-color: #2b7e6c;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(3) .year-txt h5:after {
    background-color: #d77305;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(4) .year-txt h5:after {
    background-color: #4d9193;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(5) .year-txt h5:after {
    background-color: #aa5751;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(6) .year-txt h5:after {
    background-color: #327d2e;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(7) .year-txt h5:after {
    background-color: #8b8f21;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(8) .year-txt h5:after {
    background-color: #d3694f;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(9) .year-txt h5:after {
    background-color: #08b37d;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(10) .year-txt h5:after {
    background-color: #ff8100;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:nth-child(10) .year-txt h5 {
    white-space: nowrap;
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li .year-txt p {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    transform: rotate(12deg) translate(-10px, 0px);
}

.company-wrapper .company-content-box .company-routes .new-pc-routes ul li:last-child::after {

}

.company-wrapper .company-content-box .company-routes .m-routes-box {
    display:none;
}

.company-wrapper .company-content-box .company-routes .routes-box .routes-right-content {
    flex-basis: 81%;
}

.company-wrapper .company-content-box .company-routes .routes-box .timeline {
    text-align: center;
    margin-left: 30px;
    position: relative;
}

.company-wrapper .company-content-box .company-routes .routes-box .timeline .scroll-box {
    user-select: none;
    height: 360px;
    overflow: hidden;
}

.swiper-container-other.swiper-container-initialized.swiper-container-vertical li {
    /* height: 61px !important; */
}

.company-wrapper .company-content-box .company-routes .routes-box .timeline .scroll-box::-webkit-scrollbar {
    width: 0;
}

.company-wrapper .company-content-box .company-routes .routes-box .timeline .scroll-box ul {
    /* height: 360px;
    overflow: hidden; */
}

.n {
    top: 100% !important;
    transform: rotate(90deg) translate3d(20px, 7px, 0)
}

.p {
    top: 0 !important;
    transform: rotate(90deg) translate3d(-20px, -4px, 0);
}

.company-wrapper .company-content-box .company-routes .routes-box .timeline .up {
    display: block;
    width: 74px;
    height: 18px;
    font-size: 48px;
    line-height: 13px;
    letter-spacing: 0px;
    color: #545454;
    opacity: 0.37;
    transform: scaleX(1.5);
    font-weight: 200;
}

.company-wrapper .company-content-box .company-routes .routes-box .timeline .down {
    display: block;
    width: 74px;
    height: 18px;
    font-size: 48px;
    line-height: 13px;
    letter-spacing: 0px;
    color: #181818;
    opacity: 0.82;
    transform: scaleX(1.5) rotate(180deg);
    font-weight: 200;
}

.company-wrapper .company-content-box .company-routes .routes-box .timeline ul li {
    font-size: 14px;
    font-weight: normal;
    color: #4f4f4f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-wrapper .company-content-box .company-routes .routes-box .timeline ul li:last-child {
    margin-bottom: 0;
}

.company-wrapper .company-content-box .company-routes .routes-box .timeline ul li.current-year {
    color: #010101;
    font-size: 18px;
    text-align: center;
}

.company-wrapper .company-content-box .company-routes .routes-box .routes-right-content ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.company-wrapper .company-content-box .company-routes .routes-box .routes-right-content ul li.active {
    display: flex;
}

.company-wrapper .company-content-box .company-routes .routes-box .routes-right-content ul li .left-word p {
    font-size: 14px;
    font-weight: normal;
    color: #010101;
    position: relative;
    margin-bottom: 50px;
}

.company-wrapper .company-content-box .company-routes .routes-box .routes-right-content ul li .left-word p::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.company-wrapper .company-content-box .company-routes .routes-box .routes-right-content ul li .right-pic {
    width: 394px;
    height: 262px;
    margin-left: 105px;
    margin-right: 18px;
}

.company-wrapper .company-content-box .company-honor>h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #3e414a;
    font-weight: bold;
    margin-top: 75px;
}

.company-wrapper .company-content-box .company-honor>p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    opacity: 0.72;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 63px;
}

.company-wrapper .company-content-box .company-honor .pic-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
}

.company-wrapper .company-content-box .company-honor .pic-list .txt-box {
    position: relative;
}

.company-wrapper .company-content-box .company-honor .pic-list .txt-box:hover p {
    display: block;
}

.company-wrapper .company-content-box .company-honor .pic-list .txt-box p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #165c98;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.company-wrapper .company-content-box .company-honor .pic-list .txt-box p span {
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 95%;
    left: 50%;
    color: #fff;
}

.company-wrapper .company-content-box .company-honor .pic-list .txt-box {
    margin-bottom: 22px;
    margin-right: 26px;
}

.company-wrapper .company-content-box .company-honor .pic-list .txt-box:nth-child(2n) {
    margin-right: 0;
}

.company-wrapper .company-content-box .company-honor .pic-list .img-vert1 {
    width: 416px;
    display: flex;
    flex-wrap: wrap;
}

.company-wrapper .company-content-box .company-honor .pic-list .img-vert2 {
    width: 183px;
    margin: 0 26px;
    display: flex;
    flex-wrap: wrap;
}

.company-wrapper .company-content-box .company-honor .pic-list .img-vert3 {
    width: 524px;
    display: flex;
    flex-wrap: wrap;
}

.company-wrapper .company-content-box .contact-us {
    margin-top: 55px;
}

.company-wrapper .company-content-box .contact-us>h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #3e414a;
    font-weight: bold;
}

.company-wrapper .company-content-box .contact-us>p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    opacity: 0.72;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 63px;
}

.company-wrapper .company-content-box .contact-us .company-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 65px;
}

.company-wrapper .company-content-box .contact-us .company-list .list-item {
    width: 259px;
    height: 104px;
    font-size: 18px;
    font-weight: normal;
    line-height: 104px;
    color: #000;
    position: relative;
    background-color: #f2f2f2;
    padding-left: 32px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius:10px;
}

.company-wrapper .company-content-box .contact-us .company-list .list-item::after {
    content: ">";
    position: absolute;
    font-size: 22px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) scaleY(1.2);
}

.company-wrapper .company-content-box .contact-us .company-list .list-item.active {
    background-color: #ff8100;
    color: #fff;
}

.m-pic-list {
    display: none;
}

@media screen and (max-width:1199px) {
    .company-wrapper {
        background-color: #f2f2f2;
        min-height: 13.9rem;
        width: 100%;
        max-width: 19.2rem;
        margin: 0 auto;
    }
    .company-wrapper .company-wrapper-header {
        background: url(../image/company_02.jpg) no-repeat;
        height: 2.67rem;
        background-size: cover;
        position: relative;
    }
    .company-wrapper .company-wrapper-header .company-wrapper-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        width: 4.3rem;
        height: 1.32rem;
        background-image: linear-gradient(90deg, #03bfef 0%, #0293e4 100%), linear-gradient(#e4f3f9, #e4f3f9);
        background-blend-mode: normal, normal;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        bottom: -0.68rem;
        z-index: 10;
        flex-direction: column;
    }
    .company-wrapper .company-wrapper-header .company-wrapper-title h2 {
        font-size: 0.48rem;
        font-weight: normal;
        color: #ffffff;
        margin-right: 0rem;
    }
    .company-wrapper .company-wrapper-header .company-wrapper-title h3 {
        font-size: 0.24rem;
        font-weight: normal;
        font-weight: normal;
        color: #ffffff;
    }
    .company-wrapper .company-content-box {
        background-color: #fff;
        width: 100%;
        padding: 0.18rem;
        padding-top: 0.6rem;
        box-sizing: border-box;
        max-width: 12rem;
        margin: 0 auto;
        position: relative;
    }
    .company-wrapper .company-content-box .company-content {
        padding-top: 0.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start;
        margin-bottom: 0.32rem;
    }
    .company-wrapper .company-content-box .company-content .left-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #8e8e8e;
        font-size: 0.14rem;
    }
    .company-wrapper .company-content-box .company-content .left-nav img {
        margin-right: 0.11rem;
    }
    .company-wrapper .company-content-box .company-content .left-nav .home-link {
        font-size: 0.2rem;
        font-weight: normal;
        color: #8e8e8e;
        text-decoration: none;
        margin: 0 0.06rem;
    }
    .company-wrapper .company-content-box .company-content .left-nav .current-link {
        font-size: 0.14rem;
        font-weight: normal;
        color: #1c1c1c;
        text-decoration: none;
        margin: 0 0.06rem;
    }
    .company-wrapper .company-content-box .company-left-right-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .company-wrapper .company-content-box .company-left-right-content .left-content {
        flex-basis: auto;
    }
    .company-wrapper .company-content-box .company-left-right-content .left-content p {
        font-size: 0.22rem;
        font-weight: normal;
        line-height: 0.45rem;
        color: #141414;
        margin-bottom: 0.43rem;
    }
    .company-wrapper .company-content-box .company-left-right-content .left-content h3 {
        font-size: 0.18rem;
        font-weight: normal;
        line-height: 0.3rem;
        color: #141414;
        position: relative;
    }
    .company-wrapper .company-content-box .company-left-right-content .left-content h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.15rem;
        width: 0.33rem;
        height: 0.04rem;
        background-color: #ff8100;
    }
    .company-wrapper .company-content-box .company-left-right-content .left-content .arrow-more {
        transform: rotate(90deg) scaleY(1.15);
        display: block;
        margin: 0 auto;
        font-size: 0.3rem;
        font-weight: 200;
        color: #010101;
        height: 0.25rem;
        width: 0.25rem;
        text-align: center;
        display: none;
    }
    .company-wrapper .company-content-box .company-left-right-content .left-content .h-p {
        display: block;
    }
    .business-excellent {
        display: none;
    }
    .company-wrapper .company-content-box .company-left-right-content .left-content .h-p pre {
        white-space: pre-line;
        font-size: 0.22rem;
        line-height: 0.2rem;
        font-weight: 400;
    }
    .company-wrapper .company-content-box .company-left-right-content .right-content {
        flex-basis: 0;
        width: 100%;
        position: relative;
        height: 3.68rem;
    }
    .company-wrapper .company-content-box .company-left-right-content .right-content .swiper-container {
        height: 3.68rem;
        width: 100%;
        position: relative;
    }
    .company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-next {
        top: 105%;
    }
    .company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-next:focus {
        outline: none;
    }
    .company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-next::after {
        font-size: 0.2rem;
        color: #cccaca;
    }
    .company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-prev {
        left: 4.2rem;
        top: 105%;
    }
    .company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-prev:focus {
        outline: none;
    }
    .company-wrapper .company-content-box .company-left-right-content .right-content .swiper-button-prev::after {
        font-size: 0.2rem;
        color: #cccaca;
    }
    .company-wrapper .company-content-box .company-routes {
        margin-top: 0.66rem;
        background-color: #f2f2f2;
        padding: 0.42rem 0.16rem;
        background: url(../image/mbg.png) no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .company-wrapper .company-content-box .company-routes>h3 {
        font-size: 0.3rem;
        font-weight: normal;
        text-align: center;
        color: #3e414a;
        font-weight: bold;
    }
    .company-wrapper .company-content-box .company-routes>p {
        font-size: 0.2rem;
        font-weight: normal;
        color: #000000;
        opacity: 0.72;
        text-align: center;
        margin-top: 0.18rem;
        margin-bottom: 0.63rem;
    }
    .company-wrapper .company-content-box .company-routes .routes-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        display: none;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .timeline {
        text-align: center;
        margin-left: 0.3rem;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .timeline .up {
        display: block;
        width: 0.74rem;
        height: 0.18rem;
        font-size: 0.48rem;
        line-height: 0.13rem;
        letter-spacing: 0rem;
        color: #545454;
        opacity: 0.37;
        transform: scaleX(1.5);
        font-weight: 200;
        display: none;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .timeline .down {
        display: block;
        width: 0.74rem;
        height: 0.18rem;
        font-size: 0.48rem;
        line-height: 0.13rem;
        letter-spacing: 0rem;
        color: #181818;
        opacity: 0.82;
        transform: scaleX(1.5) rotate(180deg);
        font-weight: 200;
        display: none;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .timeline ul li {
        font-size: 0.14rem;
        font-weight: normal;
        color: #4f4f4f;
        margin-bottom: 0.42rem;
        width: 1.14rem;
        height: 0.32rem;
        background-color: #ff8100;
        border-radius: 50px;
        color: #fff;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .timeline ul li:last-child {
        margin-bottom: 0;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .timeline ul li.current-year {
        color: #fff;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .routes-right-content ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        display: none;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .routes-right-content ul li.active {
        display: flex;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .routes-right-content ul li .left-word p {
        font-size: 0.14rem;
        font-weight: normal;
        color: #010101;
        position: relative;
        margin-bottom: 0.5rem;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .routes-right-content ul li .left-word p::before {
        content: "";
        position: absolute;
        width: 0.08rem;
        height: 0.08rem;
        background-color: #000000;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        left: -0.2rem;
    }
    .company-wrapper .company-content-box .company-routes .routes-box .routes-right-content ul li .right-pic {
        width: 3.94rem;
        height: 2.62rem;
        margin-left: 1.05rem;
        margin-right: 0.18rem;
        display: none;
    }
    .company-wrapper .company-content-box .company-routes .m-routes-box {
        display: block;
    }
    .company-wrapper .company-content-box .company-routes .m-routes-box ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .company-wrapper .company-content-box .company-routes .m-routes-box ul li {
        flex-basis: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0.3rem;
    }
    .company-wrapper .company-content-box .company-routes .m-routes-box ul li .left-y {
        width: 1.23rem;
        height: 0.32rem;
        background-color: #ff8100;
        font-size: 0.22rem;
        border-radius: 0.25rem;
        text-align: center;
        margin-right: 0.25rem;
        color: #fff;
        line-height: 0.32rem;
        flex-basis: 90px;
    }
    .company-wrapper .company-content-box .company-routes .m-routes-box ul li .right-w {
        flex-basis: 260px;
    }
    .company-wrapper .company-content-box .company-routes .m-routes-box ul li .right-w p {
        font-size: 0.22rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.3rem;
        letter-spacing: 0px;
        color: #010101;
        text-align: left;
        position: relative;
    }
    .company-wrapper .company-content-box .company-routes .m-routes-box ul li .right-w p::before {
        content: '';
        width: 0.16rem;
        height: 0.16rem;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 5px;
    }
    .company-wrapper .company-content-box .company-honor>h3 {
        font-size: 0.3rem;
        font-weight: normal;
        text-align: center;
        color: #3e414a;
        font-weight: bold;
        margin-top: 0.75rem;
    }
    .company-wrapper .company-content-box .company-honor>p {
        font-size: 0.2rem;
        font-weight: normal;
        color: #000000;
        opacity: 0.72;
        text-align: center;
        margin-top: 0.18rem;
        margin-bottom: 0.63rem;
    }
    .company-wrapper .company-content-box .company-honor .pic-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: flex-start;
        display: none;
    }
    .company-wrapper .company-content-box .company-honor .pic-list img {
        margin-bottom: 0.22rem;
        margin-right: 0.26rem;
    }
    .company-wrapper .company-content-box .company-honor .pic-list img:nth-child(2n) {
        margin-right: 0;
    }
    .company-wrapper .company-content-box .company-honor .pic-list .img-vert1 {
        width: 1.86rem;
    }
    .company-wrapper .company-content-box .company-honor .pic-list .img-vert2 {
        width: 1.86rem;
        margin: 0 0.26rem;
    }
    .company-wrapper .company-content-box .company-honor .pic-list .img-vert3 {
        width: 1.86rem;
    }
    .company-wrapper .company-content-box .contact-us {
        margin-top: 0.55rem;
    }
    .company-wrapper .company-content-box .contact-us>h3 {
        font-size: 0.3rem;
        font-weight: normal;
        text-align: center;
        color: #3e414a;
        font-weight: bold;
    }
    .company-wrapper .company-content-box .contact-us>p {
        font-size: 0.2rem;
        font-weight: normal;
        color: #000000;
        opacity: 0.72;
        text-align: center;
        margin-top: 0.18rem;
        margin-bottom: 0.63rem;
    }
    .company-wrapper .company-content-box .contact-us .company-list {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 0.65rem;
        flex-wrap: wrap;
    }
    .company-wrapper .company-content-box .contact-us .company-list .list-item {
        width: 2.59rem;
        height: 1.04rem;
        font-size: 0.26rem;
        font-weight: normal;
        line-height: 1.04rem;
        color: #000;
        position: relative;
        background-color: #f2f2f2;
        padding-left: 0.32rem;
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 0.32rem;
    }
    .company-wrapper .company-content-box .contact-us .company-list .list-item::after {
        content: ">";
        position: absolute;
        font-size: 0.22rem;
        right: 0.3rem;
        top: 50%;
        transform: translateY(-50%) scaleY(1.2);
    }
    .company-wrapper .company-content-box .contact-us .company-list .list-item.active {
        background-color: #ff8100;
        color: #fff;
    }
    .m-pic-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .m-pic-list .img-v1 {
        width: 33.3333%;
        font-size: 0;
    }
    .m-pic-list .img-v1 img {
        width: 100%;
        padding: 0.1rem;
        box-sizing: border-box;
        object-fit: cover;
    }
    .m-pic-list .img-v2 {
        flex-basis: 100%;
        display: flex;
    }
    .m-pic-list .img-v2 .half-one {
        flex-basis: 50%;
        display: flex;
    }
    .m-pic-list .img-v2 .half-one.vert {
        flex-direction: column;
    }
    .m-pic-list .img-v2 .half-one img {
        width: 100%;
        object-fit: cover;
        padding: 0.1rem;
        box-sizing: border-box;
    }
    .m-hidden {
        display: none;
    }
}


/*# sourceMappingURL=company.css.map */