﻿@charset "UTF-8";
/*主色调*/
/*文字文本*/
/*单行省略号*/
/*多行省略号*/
/*箭头*/
/**a标签hoverboder效果**/
/**使用vw适配**/
.border {
    border-width: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .border {
        border-width: 0.5px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .border {
        border-width: 0.333333px;
    }
}

#topBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
}

#topBanner .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid white;
}

#topBanner .swiper-pagination-bullets, #topBanner .swiper-pagination-custom, #topBanner .swiper-pagination-fraction {
    bottom: 40%;
}

#topBanner {
    position: relative;
    margin-top: 15px;
}

    #topBanner img {
        border-radius: 4px;
        max-height: 558px;
    }

@media(max-width:1200px) {
    #topBanner img {
        border-radius: 4px;
        max-height: 469px;
    }
}

@media(max-width:996px) {
    #topBanner img {
        border-radius: 4px;
        max-height: 378px;
    }
}

@media(max-width:768px) {
    #topBanner img {
        border-radius: 4px;
        max-height: 300px;
    }
}

@media(max-width:768px) {
    #topBanner img {
        border-radius: 4px;
        max-height: 160px;
    }
}

#topBanner .txt {
    position: absolute;
    bottom: 28%;
    left: 1.5%;
    color: white;
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
}



#topBanner .txt h2 {
    font-size: 48px;
    color: #fafafa;
    max-heigth: 135px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#topBanner .txt p {
    font-size: 16px;
    line-height: 30px;
    width: 55%;
    margin: 5% 0;
}

#topBanner .txt a {
    font-size: 18px;
    line-height: 30px;
    color: white;
    border: 1px solid white;
    padding: 2.5% 7%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

    #topBanner .txt a:hover {
        background: rgba(255,255,255,.3);
        border: none;
    }

#topBanner .swiper-button-next, #topBanner .swiper-button-prev {
    top: 40%;
    display: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
@media(max-width:480px){
    #topBanner .swiper-button-next, #topBanner .swiper-button-prev{
        display:none !important;
    }
}

#topBanner:hover .swiper-button-next, #topBanner:hover .swiper-button-prev {
    display: block;
}

.bannerDes {
    z-index: 10;
    position: relative;
    bottom: 85px;
    left: 50%;
    width: 87%;
    margin-left: -43.5%;
    background: white;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 170px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 9px 2px #e5e5e5;
    box-shadow: 0 0 9px 2px #e5e5e5;
}

    .bannerDes li {
        width: 33%;
    }

        .bannerDes li a {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .bannerDes li a .leftImg {
                width: 18%;
                margin-right: 5%;
            }

                .bannerDes li a .leftImg img {
                    -webkit-filter: grayscale(100%);
                    /* Chrome, Safari, Opera */
                    filter: grayscale(100%);
                }

            .bannerDes li a .rightTxt {
                width: 60%;
            }

                .bannerDes li a .rightTxt h3 {
                    color: #282828;
                    font-size: 21px;
                }

                .bannerDes li a .rightTxt p {
                    font-size: 18px;
                    color: #999;
                    max-height: 50px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                }

        .bannerDes li.on > a img {
            -webkit-filter: none;
            filter: none;
        }

        .bannerDes li.on > a h3 {
            color: #952222;
        }

        .bannerDes li:nth-child(2), .bannerDes li:nth-child(3) {
            border-left: 2px solid #eee;
        }

@media (max-width: 1200px) {
    #topBanner .swiper-pagination-bullets, #topBanner .swiper-pagination-custom, #topBanner .swiper-pagination-fraction {
        bottom: 45%;
    }

    #topBanner .txt p {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #topBanner .swiper-pagination-bullets, #topBanner .swiper-pagination-custom, #topBanner .swiper-pagination-fraction {
        bottom: 43%;
    }

    #topBanner .txt h2 {
        font-size: 38px;
    }

    #topBanner .txt p {
        width: 100%;
    }

    .bannerDes {
        height: 120px;
        bottom: 60px;
    }

        .bannerDes li a .rightTxt h3 {
            font-size: 17px;
        }

        .bannerDes li a .rightTxt p {
            font-size: 14px;
        }
}

@media (max-width: 768px) {
    #topBanner .swiper-pagination-bullets, #topBanner .swiper-pagination-custom, #topBanner .swiper-pagination-fraction {
        bottom: 40%;
    }

    #topBanner .txt p {
        width: 96%;
        font-size: 15px;
        line-height: 24px;
    }

    #topBanner .txt h2 {
        font-size: 30px;
    }

    .bannerDes li a .rightTxt h3 {
        font-size: 16px;
    }

    .bannerDes li a .rightTxt p {
        font-size: 13px;
    }

    .bannerDes {
        width: 100%;
        height: 96px;
        bottom: 48px;
        position: initial;
        margin: 4% auto;
    }
}

@media (max-width: 600px) {
    #topBanner .txt p {
        display: none;
    }

    #topBanner .txt h2 {
        margin-bottom: 15%;
    }
}

@media (max-width: 480px) {
    #topBanner .txt h2 {
        font-size: 24px;
    }

    #topBanner .txt h2 {
        margin-bottom: 10%;
    }

    #topBanner .swiper-pagination-bullets, #topBanner .swiper-pagination-custom, #topBanner .swiper-pagination-fraction {
        bottom: 45%;
    }

    .bannerDes li a .rightTxt p {
        display: none;
    }
}

@media (max-width: 360px) {
    #topBanner .txt h2 {
        font-size: 19px;
    }

    #topBanner .txt a {
        font-size: 15px;
    }
}

.productDes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .productDes li {
        border-radius: 4px;
        padding:0 6% 0 7%;

        box-sizing: border-box;
    }

        .productDes li a {
            width: 100%;
            height: 100%;
            position: relative;
            display: inline-block;
        }

            .productDes li a img {
                border-radius: 4px;
                height: 75%;
            }

            .productDes li a .txt {
                position: absolute;
                left: 7%;
                top: 9%;
                width: 55%;
                color: white;
            }

                .productDes li a .txt span {
                    font-size: 14px;
                }

                .productDes li a .txt h3 {
                    font-size: 30px;
                    margin: 8% 0 12%;
                }

                .productDes li a .txt p {
                    font-size: 16px;
                    line-height: 30px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                .productDes li a .txt i {
                    font-size: 22px;
                    margin-top: 10%;
                }

        .productDes li:nth-child(1) {
            width: 50%;
        }

        .productDes li:nth-child(2n) {
            width: 50%;
        }

        .productDes li a .pop_img {
            position: absolute;
            right: -30%;
            top: 35%;
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
        }

        .productDes li a em {
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
        }

        .productDes li a:hover .pop_img {
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
        }

        .productDes li a:hover em {
            transform: translateX(10px);
            -webkit-transform: translateX(10px);
        }

@media (max-width: 992px) {
    .productDes li a .txt h3 {
        font-size: 24px;
    }

    .productDes li a .txt p {
        font-size: 15px;
        line-height: 28px;
    }

    .productDes li:nth-child(1) {
        width: 50%;
    }

    .productDes li:nth-child(2n) {
        width: 49%;
        margin-left: 1%;
    }
}

@media (max-width: 738px) {
    .productDes li:nth-child(1) {
        width: 85%;
        margin: 0 auto;
    }

    .productDes li:nth-child(2n) {
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .productDes li a .txt h3 {
        font-size: 19px;
    }

    .productDes li a .txt p {
        font-size: 14px;
        line-height: 22px;
    }

    .productDes li:nth-child(1), .productDes li:nth-child(2n) {
        width: 100%;
        margin-bottom: 4%;
    }
}

@media (max-width: 360px) {
    .productDes li a .txt {
        top: 10%;
    }
}

.video {
    margin: 10% auto 5%;
}

#activitySwiper {
    margin-bottom: 5%;
    height:560px;
}
@media(max-width:1200px){
    #activitySwiper {
        height: 480px;
    }
}
@media(max-width:996px) {
    #activitySwiper {
        height: 380px;
    }
}
@media(max-width:768px) {
    #activitySwiper {
        height: auto;
    }
}

    #activitySwiper .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 4%;
        box-sizing: border-box;
    }

    #activitySwiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0;
    }

    #activitySwiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }

    #activitySwiper .left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 52%;
        background: #e9e9e9;
        padding: 3% 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        #activitySwiper .left .top span {
            font-size: 16px;
            color: #666;
        }

        #activitySwiper .left .top h3 {
            font-size: 30px;
            color: #282828;
            margin: 2% 0 5%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #activitySwiper .left .top p {
            font-size: 18px;
            line-height: 36px;
            color: #282828;
            min-height: 100px;
            height: 150px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden;
        }

@media(max-width:996px) {
    #activitySwiper .left .top p {
        -webkit-line-clamp: 5;
        height: 140px;
    }
}


#activitySwiper .left .foo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5%;
    margin-bottom:2%;
}

    #activitySwiper .left .foo a {
        font-size: 20px;
        color: #282828;
    }

#activitySwiper .left .pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2%;
    line-height:27px;
}

    #activitySwiper .left .pos img {
        width: 18px;
    }

    #activitySwiper .left .pos span {
        font-size: 20px;
        color: #282828;
        margin: 1px 10px 0;
    }

#activitySwiper .right {
    position: relative;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #activitySwiper .right img {
        border-radius: 4px;
    }

    #activitySwiper .right .txt {
        position: absolute;
        top: 35%;
        left: 15%;
        color: white;
        width: 80%;
    }

        #activitySwiper .right .txt span {
            font-size: 24px;
        }

        #activitySwiper .right .txt h3 {
            max-width: 95%;
            font-size: 36px;
            margin: 3% 0 8%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        #activitySwiper .right .txt p {
            font-size: 16px;
        }

#activitySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #942423;
    border: 1px solid #942423;
}

#activitySwiper .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #7d7d7d;
}

#activitySwiper .swiper-pagination-bullets, #activitySwiper .swiper-pagination-custom, #activitySwiper .swiper-pagination-fraction {
    bottom: 0;
}

@media (max-width: 992px) {
    #activitySwiper .left .top h3 {
        font-size: 24px;
    }

    #activitySwiper .left .top p {
        font-size: 14px;
        line-height: 28px;
        min-height: 60px;
    }

    #activitySwiper .left .foo a {
        font-size: 16px;
    }

    #activitySwiper .left .foo .pos span {
        font-size: 14px;
    }

    #activitySwiper .swiper-button-next, #activitySwiper .swiper-button-prev {
        height: 20px;
        margin-top: -10px;
    }

    #activitySwiper .right .txt {
        top: 25%;
    }

        #activitySwiper .right .txt span {
            font-size: 19px;
        }

        #activitySwiper .right .txt h3 {
            font-size: 29px;
        }

        #activitySwiper .right .txt p {
            font-size: 15px;
        }
}

@media (max-width: 768px) {
    #activitySwiper .left {
        display: none;
    }

    #activitySwiper .right {
        width: 90%;
        margin: 0 auto;
    }
}

.tale {
    margin:3.5% auto 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .tale li, .tale .taleItem {
        border-radius: 4px;
        width: 31%;
        height: 410px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        cursor: pointer;
    }

        .tale li a, .tale .taleItem a {
            width: 100%;
            height: 100%;
            display: inline-block;
        }

        .tale li .img, .tale .taleItem .img {
            width: 100%;
            height: 43%;
        }

            .tale li .img img, .tale .taleItem .img img {
                width: 100%;
                height: 100%;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
            }

        .tale li .txt, .tale .taleItem .txt {
            padding: 0 5%;
            height: 57%;
            background: #e9e9e9;
        }

            .tale li .txt span, .tale .taleItem .txt span {
                font-size: 14px;
                color: #333;
                margin: 5% 0;
                display: inline-block;
            }

            .tale li .txt p, .tale .taleItem .txt p {
                font-size: 22px;
                color: #333;
                height: 47%;
                line-height: 36px;
                font-weight: 600;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
            }

@media(max-width:996px) {
    .tale li .txt p, .tale .taleItem .txt p {
        height: 41%;
    }
}

@media(max-width:480px) {
    .tale li .txt p, .tale .taleItem .txt p {
        height: 46%;
    }

    .tale li .txt .fooDu, .tale .taleItem .txt .fooDu {
        margin-top: 5%;
    }
}

.tale li .txt .fooDu, .tale .taleItem .txt .fooDu {
    display: inline-block;
    line-height: 24px;
    text-align: center;
    border-radius: 22px;
    margin-top: 5%;
    font-size: 18px;
}

.tale li:hover {
    -webkit-box-shadow: 0 0 5px 2px #e5e5e5;
    box-shadow: 0 0 5px 2px #e5e5e5;
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
}

    .tale li:hover p {
        color: #da4545;
    }

.tale li .fooDu em {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.tale li:hover .fooDu em {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
}

#taleSwiper {
    display: none;
}

@media (max-width: 992px) {
    .tale li {
        height: 408px;
    }

        .tale li .txt p {
            font-size: 18px;
            line-height: 30px;
        }
}

@media (max-width: 768px) {
    .tale {
        display: none;
    }

    #taleSwiper {
        display: block;
    }

    .tale li .txt .fooDu, .tale .taleItem .txt .fooDu {
        margin-top: 0;
    }
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8%;
    margin-top:3.5%;
}

    .news .left {
        width: 50%;
        height: 620px;
    }

        .news .left a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        .news .left .img {
            width: 80%;
            height: 43%;
        }

            .news .left .img img {
                height: 100%;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
            }

        .news .left .txt {
            height: 57%;
            background: #e9e9e9;
            width: 80%;
            padding: 0 5%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .news .left .txt span {
                font-size: 20px;
                color: #333;
                margin: 5% 0;
                display: inline-block;
            }

            .news .left .txt p {
                font-size: 25px;
                color: #333;
                height: 50%;
                line-height: 36px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                font-weight: 600;
            }

@media(max-width:1200px) {
    .news .left .txt p {
        -webkit-line-clamp: 5;
    }
}

@media(max-width:1200px) {
    .news .left .txt p {
        -webkit-line-clamp: 4;
    }
}

.news .left .txt .foo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    margin-top: 6%;
}

    .news .left .txt .foo i {
        display: inline-block;
        line-height: 24px;
        text-align: center;
        font-size: 22px;
        border-radius: 22px;
    }

        .news .left .txt .foo i em {
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
        }

        .news .left .txt .foo i:hover em {
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
        }

    .news .left .txt .foo .time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .news .left .txt .foo .time img {
            width: 18px;
            margin: 0 7px 0 14px;
        }

        .news .left .txt .foo .time p {
            font-size: 14px;
            color: #333;
        }

.news .right {
    width: 50%;
}

    .news .right li {
        margin-bottom: 2%;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        padding: 3%;
        border-radius: 4px;
    }

        .news .right li a {
            display: inline-block;
        }

            .news .right li a span {
                font-size: 15px;
                color: #333;
            }

            .news .right li a p {
                margin: 2% 0 5%;
                font-size: 25px;
                color: #333;
                line-height: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                font-weight: 600;
                min-height: 60px;
            }

            .news .right li a .foo {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .news .right li a .foo i {
                    display: inline-block;
                    line-height: 24px;
                    text-align: center;
                    font-size: 18px;
                    margin-left: 10px;
                }

                    .news .right li a .foo i em {
                        transition: all .5s ease;
                        -webkit-transition: all .5s ease;
                    }

                    .news .right li a .foo i:hover em {
                        transform: translateX(5px);
                        -webkit-transform: translateX(5px);
                    }

                .news .right li a .foo img {
                    width: 18px;
                    margin: 0 1% 0 0;
                }

                .news .right li a .foo p {
                    font-size: 14px;
                    color: #333;
                }

@media (max-width: 480px) {
    .news .left {
        width: 95%;
        margin: 0 auto;
        height: 490px;
    }

        .news .left .img {
            width: 100%;
        }

        .news .left .txt {
            width: 100%;
            height: 55%;
        }

    .news .right {
        width: 95%;
        margin: 5% auto 0;
    }

    .news .left .txt p {
        font-size: 18px;
        height: 55%;
        line-height: 30px;
    }
}

.news .right li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    box-shadow: 0 0 30px 2px #ccc;
}

    .news .right li:hover p {
        color: #da4545;
    }

.news .left:hover .txt .foo {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.news .left:hover .txt > p {
    color: #da4545;
}

@media(max-width:996px) {
    .news .left .txt {
        height: 45%;
    }

    .news .right li a p {
        min-height: 60px;
    }
}

@media(max-width:480px) {
    #topBanner, .wrap {
        margin: 0 4%;
    }

    .bannerDes {
        -webkit-box-shadow: 0 0 0 0 #e5e5e5;
        box-shadow: 0 0 0 0 #e5e5e5;
        border: 1px solid #e5e5e5;
    }

        .bannerDes li a {
            flex-direction: column;
        }

            .bannerDes li a .leftImg {
                width: 21%;
            }

            .bannerDes li a .rightTxt {
                width: 100%;
            }

                .bannerDes li a .rightTxt h3 {
                    font-size: 14px;
                    text-align: center;
                    margin-top: 9%;
                }

    #activitySwiper .swiper-button-prev, #activitySwiper .swiper-button-next {
        display: none;
    }

    #activitySwiper .swiper-pagination {
        position: static;
        margin-top: 2%;
    }

    #taleSwiper {
        margin: 0 4%;
    }
}


@media(max-width:1200px) {
    .productDes li a .txt h3 {
        margin: 8% 0 4%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .productDes li a .txt i {
        margin-top: 4%;
    }
}

@media(max-width:480px) {
    .productDes li a .txt i {
        display: none;
    }

    .productDes li a .txt h3 {
        margin: 8% 0 12%;
    }
}

.moreArrow {
    width: 30px;
    vertical-align: middle;
    margin-left: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

#activitySwiper .left .foo a:hover .moreArrow {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

@media(max-width:768px) {
    .productDes li {
        margin-bottom: 18% !important;
    }
}

@media(max-width:480px) {
    .productDes li a img {
        height: auto;
    }

    .productDes li a .pop_img {
        position: static;
        margin: 6% auto 0;
        display: block;
        height: auto;
    }

    .productDes li {
        padding: 0;
        margin-bottom: 4% !important;
    }

        .productDes li a .txt {
            width: 86%;
        }

    .indexTitle h3 {
        margin: 5% 0;
    }
}

.activityW {
    max-width: 1230px;
}

@media (max-width:1200px) {
    .activityW {
        width: 1010px;
    }
}

@media (max-width: 992px) {
    .activityW {
        width: 780px;
    }
}

@media (max-width: 768px) {
    #activitySwiper .swiper-button-prev, #activitySwiper .swiper-button-next {
        display: none;
    }

    .activityW {
        width: 100%;
    }
}


@media (max-width: 480px) {
    .news .left .txt .foo {
        margin-top: 2%;
    }

        .news .left .txt .foo i {
            font-size: 19px;
        }

    .news .right li a p {
        font-size: 20px;
    }
}
@media(max-width:768px) {
    #topBanner .txt {
        bottom: 10%;
    }

        #topBanner .txt a {
            font-size: 13px;
        }
}
@media(max-width:1500px){
    .productDes li a .pop_img {
        right: -22%;
        top: 35%;
        width: 80%;
    }
}
@media(max-width:1400px){
    .productDes li:nth-child(2) a .pop_img {
        right: -16%;
    }
}
@media(max-width:768px) {
    .productDes li a .pop_img {
        right: -18%;
    }
}


/*展会活动 视频样式*/
.homeListVideo {
    height: 500px;
    width: 100%;
}

@media(max-width:1200px) {
    .homeListVideo {
        height: 470px;
    }
}

@media(max-width:996px) {
    .homeListVideo {
        height: 420px;
    }
}

@media(max-width:768px) {
    .homeListVideo {
        height: 380px;
    }
}

@media(max-width:480px) {
    .homeListVideo {
        height: 320px;
    }
}



/*单个视频下方的操作*/
.videoOper {
    float: right;
    margin-top: 2%;
}
    .videoOper a{
        font-size:14px;
        color:#222;
    }
    .videoOper img {
        width: 13px;
    }
    .videoOper a:hover {
        color: #da4545;
    }
    .loadVideo {
        font-size: 18px;
        color: #282828;
        text-align: center;
        margin-top: 5%;
    }
    .loadVideo a {
        text-decoration: underline !important;
    }
        .loadVideo img {
            width: 16px;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
        }
        .loadVideo:hover img {
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
        }
@media(max-width:480px) {
    .loadVideo{
        margin-top:10%;
    }
}

/*展会活动的操作*//**/
.newFoo{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:20px;
    color:#282828;
}
    .newFoo > a img {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }
    .newFoo > a:hover img {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
    }
.newFooRight a:hover {
    color: #da4545;
}



.vjs-poster {
    background-size: cover;
}

.videoShare img {
    width: auto;
}

.videoShare {
    display: inline-block
}

.zhFX {
    display: inline-block;
    height: 22px;
}

.zhFXIcon:hover .zhFX {
    display: inline-block;
}

/*//移动端不显示分享*/
@media(max-width:480px) {
    .homeShare, .shareIcon {
        display: none;
    }
}