/* -----------------------banner----------------------- */
.banner-box {
    overflow: hidden;
    padding-left: 90px;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.banner-nav{
    position: absolute;
    top: 36px;
    left: 5%;
    font-size: 0;
    z-index: 998;
}
.banner-nav a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding: 0 6px;
}
.banner-nav a:hover{
    text-decoration: underline;
}
.banner-nav span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    margin: 0 12px;
}
@media all and (max-width:1000px) {.banner-nav{top: 18px;left: 3%;}.banner-nav span{margin: 0 6px;}}


.banner .swiper-button-prev,
.banner .swiper-button-next {
    opacity: .5;
    pointer-events: unset;
}

.banner .swiper-button-prev {
    left: 66px;
}

.banner .swiper-button-next {
    right: 66px;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    opacity: 1;
}

.banner-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.banner-pic img {
    width: 100%;
    object-fit: cover;
}

.banner-media-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    display: none;
}

.banner-media-pic img {
    width: 100%;
    object-fit: cover;
}

.banner-words {
    position: absolute;
    top: 0;
    right: 20%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    width: 264px;
    padding: 10% 4%;
    z-index: 2;
    color: #fff;
}

.banner-words h6 {
    font-size: 48px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    letter-spacing: 10px;
    float: left;
    padding-right: 20px;
    white-space:nowrap;
}

.banner-words p {
    font-size: 18px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    letter-spacing: 8px;
    float: right;
    white-space:nowrap;
}
.banner-words h6 span,.banner-words p span{font-family: 'SOURCEHANSANSCN-LIGHT_0';color: inherit;text-decoration: none;border: 0;}

.banner-words p i {
    width: 1px;
    height: 70px;
    display: inline-block;
    background: #fff;
    margin: 10px 0 40px 0;
}

.swiper-slide-active .banner-words h6 {
    animation: bannerriVH 2s ease both;
}

.swiper-slide-active .banner-words p {
    animation: bannerriVP 2s ease both;
}

@keyframes bannerriVH {
    0% {
        transform: translateY(-36px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes bannerriVP {
    0% {
        transform: translateY(36px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.banner .swiper-pagination {
    bottom: 34px;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    opacity: 1;
    position: relative;
}

.banner .swiper-pagination-bullet-active:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 100%;
    margin-top: -5px;
    margin-left: -5px;
}


/* -------------------------road---------------------------- */
.road-box {
    overflow: hidden;
    padding-left: 90px;
}

.road {
    width: 900px;
    margin: 0 auto;
    padding: 80px 0;
    overflow: hidden;
}

.road-title {
    width: 100%;
    text-align: center;
}

.road-title h4 {
    font-size: 40px;
    color: #000;
}

.road-title p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 10px;
}
.road-title p:nth-of-type(1){margin-top: 20px;}

.road-num {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.road-num ul li {
    width: 33.3333333333%;
    float: left;
    text-align: center;
}

.road-num ul li h6 span {
    font-size: 48px;
    color: #000;
    font-family: 'SOURCEHANSANSCN-LIGHT_0';
}

.road-num ul li h6 b {
    font-weight: normal;
    font-size: 12px;
    color: #666;
    vertical-align: top;
    display: inline-block;
    margin: 10px 0 0 4px;
}

.road-num ul li p {
    font-size: 14px;
    color: #666;
    margin-top: 16px;
}

/* --------------------------------runpic-box------------------------------ */
.runpic-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.runpic-words {
    position: absolute;
    width: 1440px;
    top: 42%;
    left: 50%;
    margin-left: -630px;
    z-index: 3;
}

.runpic-words ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.runpic-words ul li img {
    display: block;
    margin: 0 auto;
    transition: all 1s;
}

.runpic-words ul li h6 {
    font-size: 20px;
    color: #fff;
    margin-top: 32px;
}

.runpic-words ul li p {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    font-family: 'SOURCEHANSANSCN-LIGHT_0';
}

.runpic-words ul li:hover img {
    transform: rotateY(180deg);
}

.runpic-line-null {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    left: 0;
    top: 62%;
    z-index: 4;
}

.runpic-line {
    position: absolute;
    width: 10%;
    height: 1px;
    background-color: #b6b5aa;
    left: 0;
    top: 62%;
    z-index: 4;
    transition: all 1s;
}


.runpic-pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 820px;
    background-color: #b6b5aa;
}

.runpic-pic ul li {
    width: 100%;
    height: 820px;
    display: none;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    position: relative;
    background-size: cover;
    position: absolute;
    top: 0%;
    left: 0%;
}
.runpic-pic-true{animation: toPicBig 1s ease-in-out both;}
@keyframes toPicBig
{0% {transform: scale(1.04);}100% {transform: scale(1);}}

.runpic-pic-shade {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    transition: all 2s;
}

.runpic-words-pic {
    height: 42px;
}


/* ------------------------news-box----------------------------- */
.news-box {
    padding-left: 90px;
    overflow: hidden;
}

.news {
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0;
}

.news-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.news-title h4 {
    font-size: 40px;
    color: #000;
}

.news-message {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.news-messageL {
    width: 48%;
    float: left;
    overflow: hidden;
    position: relative;
}

.news-messageL img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    transition: all 1s ease;
}

.news-messageL img:hover {
    transform: scale(1.04);
}

.news-messageL-words {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    padding: 20px 16px;
}

.news-messageL-words p {
    width: 76%;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-messageL .swiper-pagination {
    text-align: right;
    left: unset;
    right: 16px;
    bottom: 22px;
}

.news-messageL .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    vertical-align: middle;
}

.news-messageL .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
    position: relative;
}

.news-messageL .swiper-pagination-bullet-active:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 100%;
    margin-top: -4px;
    margin-left: -4px;
}


.news-messageR {
    width: 48%;
    float: right;
    overflow: hidden;
}

.news-messageR ul li {
    width: 100%;
    overflow: hidden;
    padding: 25.4px;
    border-bottom: 1px solid #e5e5e5;
}

.news-messageR ul li:first-child {
    border-top: 1px solid #e5e5e5;
}

.news-messageRL {
    width: 22%;
    height: 96px;
    overflow: hidden;
    float: left;
}

.news-messageRL img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

.news-messageR ul li:hover .news-messageRL img {
    transform: scale(1.1);
}

.news-messageRC {
    width: 24%;
    float: left;
    text-align: right;
    padding: 0 28px;
    margin-top: 20px;
    border-right: 1px solid #e5e5e5;
    position: relative;
    font-family: 'SOURCEHANSANSCN-LIGHT_0';
}

.news-messageRC:after {
    content: "";
    position: absolute;
    height: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #dbdbdb;
    transition: all .4s;
}

.news-messageR ul li:hover .news-messageRC:after {
    height: 100%;
}



.news-messageRC h6 {
    font-size: 26px;
    color: #888;
}

.news-messageRC p {
    font-size: 18px;
    color: #888;
    margin-top: 2px;
}

.news-messageRR {
    width: 54%;
    float: left;
    overflow: hidden;
    padding: 0 0 0 28px;
    margin-top: 20px;
}

.news-messageRR h4 {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-messageRR p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-messageRR h4:hover {
    color: #000;
}



/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .runpic-words {
        width: 94%;
        margin-left: -44.2%;
    }

    .news {
        width: 94%;
    }
    .banner-words{width: 224px;}
    .banner-words h6{font-size: 42px;}
    .banner-words p{letter-spacing: 6px;}
    .banner-words p i{margin: 10px 0 30px 0;}
}

@media all and (max-width:1460px) {
    .news-messageRC h6 {
        font-size: 24px;
    }
    .road-num ul li h6 span{font-size: 40px;}

    .banner-words{width: 204px;}
    .banner-words h6{font-size: 38px;}
    .banner-words p{letter-spacing: 4px;}
    .banner-words p i{margin: 10px 0 20px 0;}
}

@media all and (max-width:1380px) {
    .news-messageRC {
        width: 26%;
    }

    .news-messageRR {
        width: 52%;
    }

    .banner-words{width: 190px;}
    .banner-words h6{font-size: 30px;}
    .banner-words p{letter-spacing: 2px;}
    .banner-words p i{margin: 6px 0 12px 0;}
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {
    .news-messageRC {
        width: 28%;
    }

    .news-messageRR {
        width: 50%;
    }

    .banner-words{width: 178px;}
    .banner-words h6{font-size: 28px;}
    .banner-words p{letter-spacing: 0px;}
    .banner-words p i{margin: 6px 0 12px 0;}
}

@media all and (max-width:1200px) {
    .news-messageL img {
        height: 300px;
    }

    .news-messageL-words p {
        font-size: 14px;
    }

    .news-messageR ul li {
        padding: 14.5px 0;
    }

    .news-messageRL {
        height: 70px;
    }

    .news-messageRC h6 {
        font-size: 18px;
    }

    .news-messageRC p {
        font-size: 14px;
    }

    .news-messageRC {
        margin-top: 12px;
    }

    .news-messageRR h4 {
        font-size: 16px;
    }

    .news-messageRR {
        width: 42%;
        padding: 0 0 0 20px;
    }

    .news {
        padding: 60px 0;
    }

    .news-title h4 {
        font-size: 32px;
    }

    .news-message {
        margin-top: 40px;
    }

    .runpic-pic {
        height: 540px;
    }

    .runpic-pic ul li {
        height: 540px;
        transition: all 1s;
    }

    .runpic-words {
        top: 38%;
    }

    .runpic-line-null {
        top: 64%;
    }

    .runpic-line {
        top: 64%;
    }

    .road {
        width: 94%;
        padding: 60px 0;
    }

    .road-title h4 {
        font-size: 32px;
    }

    .road-num ul li h6 span {
        font-size: 38px;
    }

    .banner-words{width: 164px;}
    .banner-words h6{font-size: 22px;}
    .banner-words p{letter-spacing: 0px;font-size: 16px;}
    .banner-words p i{margin: 6px 0 8px 0;height: 50px;}
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .banner-box {
        padding-left: 0;
    }

    .banner-media-pic {
        display: block;
    }

    .banner-pic {
        display: none;
    }

    .banner .swiper-button-prev {
        left: 10px;
    }

    .banner .swiper-button-next {
        right: 10px;
    }

    .banner-media-pic img {
        height: calc(100vh - 60px);
    }

    .banner-words {
        width:90%;
        top: 50%;
        right: unset;
        left: 50%;
        height: auto;
        padding: 12% 2%;
        transform: translate(-50%, -50%);text-align: center;
    }

    .banner-words h6 {
        font-size: 20px;
        writing-mode: unset;
        writing-mode: unset;
        letter-spacing: 6px;
        float: unset;
        padding-right: 0px;
    }

    .banner-words p i {
        display: none;
    }
    .swiper-slide-active .banner-words h6 {
        animation: bannerriVH 1.6s ease both;
    }
    
    .swiper-slide-active .banner-words p {
        animation: bannerriVP 1.6s ease both;
    }
    .banner-words p {
        font-size: 16px;
        writing-mode: unset;
        writing-mode: unset;
        letter-spacing: 4px;
        float: unset;
        margin-top: 10px;
    }

    .banner .swiper-pagination {
        bottom: 18px;
    }

    .road-box {
        padding-left: 0;
    }

    .road {
        padding: 32px 0;
    }

    .road-title h4 {
        font-size: 24px;
    }

    .road-title p {
        margin-top: 16px;
    }

    .road-num ul li h6 span {
        font-size: 24px;
    }

    .road-num ul li h6 b {
        margin: 4px 0 0 4px;
    }

    .road-num {
        margin-top: 32px;
    }

    .road-num ul li p {
        margin-top: 10px;
    }

    .runpic-line {
        display: none;
    }

    .runpic-line-null {
        display: none;
    }

    .runpic-pic {
        height: 520px;background: transparent;
    }

    .runpic-pic ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .runpic-pic ul li {
        height: 160px;
        display: block;
        position: relative;
        width: calc(50% - 3px);margin-top: 6px;
        background-size: cover !important;
        background-attachment: inherit !important;
    }
    .runpic-pic ul li:first-child{width: 100%;margin-top: 0;height: 200px;}

    .runpic-words {
        width: 100%;
        margin-left: 0%;
        left: 0;
        top: 0;
        height: 100%;
    }
    .runpic-words ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .runpic-words ul a{width: calc(50% - 3px);margin-top: 6px;height: 160px;display: flex;align-items: center;}
    .runpic-words ul a:first-child{width: 100%;margin-top: 0;height: 200px;}
    .runpic-words ul li{width: 100%;}

    .runpic-words ul li p {
        font-size: 14px;
        margin-top: 4px;
    }

    .runpic-words ul li h6 {
        font-size: 16px;
        margin-top: 20px;
    }

    .news-box {
        padding-left: 0;
    }

    .news {
        padding: 32px 0;
    }

    .news-title h4 {
        font-size: 24px;
    }

    .news-message {
        margin-top: 32px;
    }

    .news-messageL {
        width: 100%;
    }

    .news-messageR {
        width: 100%;
        margin-top: 16px;
    }

    .news-messageRL {
        width: 50%;
        height: 80px;display: none;
    }

    .news-messageRC {
        width: 100%;
        box-sizing: border-box;
        border-right: none;
        text-align: left;
        margin-top: 0;
        display: flex;
        flex-direction: row-reverse;
        padding: 0;
        justify-content: flex-end;
        align-items: center;
    }
    .news-messageRC p {
        font-size: 16px;
        margin: 0 6px 0 0;
    }
    .news-messageRC h6 {
        font-size: 16px;
    }

    .news-messageL img {
        height: 220px;
    }

    .news-messageRR {
        width: 100%;
        padding: 0;margin-top: 8px;
    }

    .news-messageL-words p {
        font-size: 12px;
        width: 60%;
    }

    .news-messageL-words {
        padding: 16px 10px;
    }

    .news-messageL .swiper-pagination {
        right: 10px;
        bottom: 14px;
    }
    .banner .swiper-button-prev,
    .banner .swiper-button-next{display: none;}


}