<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reveal {
    width: 100%;
    height: 436px;
    position: relative;
    margin-bottom: 36px;
}

.reveal img {
    width: 100%;
    height: 100%;
}

.reveal .revealBox {
    position: absolute;
    right: 0;
    left: 0;
    top: 122px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.reveal .revealBox h1 {
    color: #fff;
    font-size: 59px;
    font-weight: bolder;

}

.reveal .revealBox p {
    font-size: 24px;
}

.main {
    width: 100%;
}

.box {
    padding: 0 300px;
}

.box .pubilc {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.box .pubilc h2 {
    margin: 0;
    line-height: 62px;
    font-size: 28px;
    color: #000;
}

.box .pubilc p {
    font-size: 16px;
    color: #2d291d;
    line-height: 28px;
    font-weight: normal;
}

.box .pubilc .numbers {
    padding: 122px 0;
    display: flex;
    justify-content: space-between;
    height: 68px;
    box-sizing: content-box;
}

.box .pubilc .numbers .number {
    border-right: 1px solid #f0f0f0;
    width: calc(100% / 4);
}

.box .pubilc .numbers .number .num {
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    color: #3a312c;
}

.box .pubilc .numbers .number p {
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #9ca1a5;
}

.bg {
    width: 100%;
    height: 520px;
    /* background: url('../img/new/cross-bg.png') no-repeat center center; */
    background-color: #0063da;
    position: relative;
    margin-bottom: 60px;
}

.bg .bag {
    position: absolute;
    width: 30%;
    top: 130px;
    left: 302px;
    color: #fff;
}

.bg .bag h3 {
    font-size: 24px;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
}

.bg .bag p {
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
}

.box .pubilc .flair {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box .pubilc .flair .item {
    width: calc(60% / 4);
    text-align: center;
    margin-bottom: 46px;
}

.box .pubilc .zizhifour .item {
    min-width: 180px;
}

.box .pubilc .flair .item img {
    min-height: 184px;
    max-height: 250px;
}

.box .pubilc .flair .item span {
    display: inline-block;
    font-size: 12px;
    line-height: 54px;
    color: #343434;
    font-weight: bold;
}

.devehistory {
    height: 544px;
    width: 100%;
    background: url('../img/new/history-bg.png') no-repeat center center;
}

.deveBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 46px 0;
}

.deveBox h3 {
    margin: 0;
    line-height: 214px;
    font-size: 28px;
}

.times {
    height: 236px;
    width: 100%;
    position: relative;
}

.times .left {
    width: 5%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    transition: all .2s ease;
}

.times .right {
    width: 5%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    display: none;
    transition: all .2s ease;
}

.times .line {
    width: 92%;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.times .middle {
    float: left;
    width: 90%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.times .middle .boxs {
    display: flex;
    width: 200%;
    height: 100%;
    position: absolute;
    right: 0;
    transition: all 2s ease;
}

.times .middle .years {
    display: flex;
    justify-content: space-around;
    font-size: 26px;
    font-weight: 900;
    color: #1e50ae;
    width: 100%;
}

.times .middle .years .year {
    width: calc(100% / 4);
}

.times .middle .years .year .bto {
    margin-top: 60px;
}

.times .middle .years .year .title {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height: 24px;
    display: inline-block;
    margin-top: 16px;
}

.box .pubilc .history {
    margin-top: 62px;
    height: 98px;
}

.box .pubilc .history h4 {
    font-size: 24px;
    color: #333436;
    height: 48px;
    font-weight: bold;
    margin: 0;
}

.box .pubilc .history p {
    color: #bdb0a8;
    font-size: 12px;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.boths {
    height: calc(100% - 98px);
    min-height: 496px;
    width: 100%;
}

.box .pubilc .left {
    float: left;
    padding-left: 32px;
    width: 45%;
    text-align: left;
    margin-right: 64px;
}

.box .pubilc .left .left-item {
    height: 124px;
    padding: 38px 0;
    border-bottom: 2px solid #f9f9f9;
}

.box .pubilc .left .left-item .date {
    padding: 0 10px;
    width: 66px;
    border-right: 1px solid #f9f9f9;
    float: left;
}

.box .pubilc .left .left-item .date .year {
    color: #686870;
    font-size: 16px;
    font-weight: bold;
}

.box .pubilc .left .left-item .date .monthDay {
    color: #747577;
    font-size: 12px;
    font-weight: normal;
}

.box .pubilc .left .left-item .pahar {
    float: left;
    width: calc(100% - 66px);
    padding: 0 22px;
}

.box .pubilc .left .left-item .pahar .title {
    font-size: 16px;
    color: #424041;
}

.box .pubilc .left .left-item .pahar .content {
    font-size: 12px;
    color: #7f8885;
}

.box .pubilc .right {
    float: right;
    width: calc(55% - 64px);
    padding: 34px 0;
}

.box .pubilc .right .tit {
    width: 100%;
    height: 208px;
    background: url('../img/new/pp.png') no-repeat center center;
    background-size: cover;
    padding: 60px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.box .pubilc .right .tit h5 {
    font-size: 16px;
    font-weight: normal;
    margin: auto;
    color: #fff;
    text-align: center;
    transition: all .5s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.box .pubilc .right .tit p {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    transition: all .5s ease;
}

.box .pubilc .right .tit:hover h5 {
    top: 20%;
}

.box .pubilc .right .tit:hover p {
    top: 55%;
}

.contact {
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact .among {
    padding: 0 300px;
    text-align: center;
    width: 100%;
}

.contact .among h2 {
    margin: 0;
    line-height: 70px;
    font-size: 22px;
    color: #29343a;
}

.contact .ybox {
    width: 100%;
    height: 3px;
}

.contact .ybox .yborder {
    width: 30px;
    height: 100%;
    background-color: #f8c456;
    margin: 0 auto;
}

.contact .among .bot {
    padding: 35px 0;
}

.contact .among .bot ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.contact .among .bot ul li {
    width: 30%;
}

.contact .among .bot ul li img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin-bottom: 14px;
}

.contact .among .bot ul li p {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    color: #7e7e7e;
}

.contact .among .mapbox {
    margin-bottom: 100px;
}

/* å¤šè¡Œæ–‡æœ¬å‡ºçŽ°çœç•¥æ¡ */
.ellipsis {
    display: -webkit-box;
    /* å¿…é¡» */
    overflow: hidden;
    /* å¿…é¡» */
    text-overflow: ellipsis;
    /* å¿…é¡» */
    white-space: normal !important;
    /* éžå¸¸é‡è¦ */
    word-wrap: break-word;
    /* æ&nbsp;¹æ®éœ€æ±‚è°ƒæ•´ */
    -webkit-line-clamp: 2;
    /* æ&nbsp;¹æ®éœ€æ±‚è°ƒæ•´ */
    -webkit-box-orient: vertical;
    /* å¿…é¡» */
    -webkit-box-align: start;
    /* å¿…é¡» */
    -webkit-box-pack: center;
    /* å¿…é¡» */
}

/*åœ°å›¾æ&nbsp;‡é¢˜ infoWindow*/
.BMap_bubble_title {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background: transparent !important;
}

.BMap_bubble_content {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background: transparent !important;
}

.tabs {
    width: 100%;
    height: 80px;
    padding: 0 288px;
    margin-bottom: 36px
}

.tabs .list {
    border-bottom: 1px solid #d3d3d3;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 80px;
    text-align: center;
}

.tabs .list .items {
    width: calc(80% / 7);
    height: calc(100% - 2px);
    cursor: pointer;
}

.tabs .list .items a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #2f2f2f;
}

.tabs .list .items:hover {
    color: #3570f6;
    border-bottom: 2px solid #3570f6;
}

.active {
    color: #3570f6;
    border-bottom: 2px solid #3570f6;
}

.crosshead {
    width: 100%;
    height: 530px;
    /* background-color: #3976e0; */
    background: url('../img/new/cross-bg.png') no-repeat center center;
    margin-bottom: 50px;
}

.cross {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 148px 0;
    display: flex;
}

.cross .left {
    width: 342px;
    height: 100%;
    color: #FFF;
}

.cross .right {
    width: calc(100% - 342px);
    height: 100%;
}

.cross .left h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 26px;
    color: #fff;
}

.cross .left h3 span {
    font-size: 10px;
    font-weight: normal;
}

.cross .left p {
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 12px;
    padding-right: 20px;
}

.cross .left .cross-btn {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    outline: none;
}

.cross .right {
    background: #fff;
    border-radius: 10px;
    padding: 78px 0;
    color: #252525;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    display: flex;
}

.cross .right .bag {
    width: calc(100% / 3);
    height: 100%;
}

.cross .right .bag .runNum {
    display: inline-block;
}

.cross .right .bag .name {
    font-size: 16px;
    font-weight: normal;
    color: #9c9c9c;
}

@media (max-width: 767px) {
    .reveal {
        margin-bottom: 0;
    }

    .reveal img {
        object-fit: cover;
    }

    .tabs {
        height: 40px;
        padding: 0px;
        margin-bottom: 0;
    }

    .tabs .list {
        line-height: 40px;
    }

    .tabs .list .items {
        flex: 1;
    }

    .box {
        padding: 0 8px;
    }

    .box .pubilc .numbers {
        padding: 12px 0;
    }

    .crosshead {
        height: auto;
        background: url('../img/new/cross-bg.png') no-repeat;
        background-size: cover;
        background-position: left;
    }

    .cross {
        width: 100%;
        height: auto;
        padding: 0;
        flex-wrap: wrap;
    }

    .cross .left {
        width: 100%;
        height: auto;
        padding: 0 16px;
    }

    .cross .left h3 {
        margin-bottom: 0;
    }

    .cross .right {
        width: 100%;
        margin: 20px;
        padding: 28px 0;
    }

    .box .pubilc .zizhifour .item {
        min-width: 160px;
    }

    .box .pubilc .zizhisix .item {
        min-width: 160px;
    }

    .devehistory {
        height: auto;
        margin-bottom: 20px;
    }

    .deveBox {
        width: 100%;
        padding: 0;
    }

    .deveBox h3 {
        line-height: 60px;
        font-size: 20px;
    }

    .times .middle .years {
        font-size: 18px;
    }

    .times .middle .years .year .bto {
        margin-top: 0;
    }

    .times .middle .years .year .bto p {
        font-size: 12px;
    }

    .times .left {
        width: 8%;
        margin-left: 5px;
    }

    .times .middle {
        width: calc(92% - 5px);
    }

    .times .right {
        width: 8%;
        margin-right: 5px;
    }

    .contact .among {
        padding: 0 8px;
    }

    .contact .among .bot {
        padding: 16px 0;
    }

    .contact .among .bot ul li p {
        word-break: break-word;
    }

    .contact .among .mapbox {
        margin-bottom: 20px;
    }
}</pre></body></html>