
.container {
    margin: 0 auto;
    width: 25.2366rem;


}

.footer-lianjie .container {
    margin-bottom: 36px;
}


/* index-cont */
.index-cont {
    width: 100%;
    overflow: hidden;
}

/* banner */


.phone-banner {
    display: none;
}

.swiper-container {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 0.2839rem;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.swiper-banner .swiper-button-next {
    background: url(../image/banner-right.png) no-repeat;
    right: 0.7886rem;
    left: auto;
    opacity: 0.2;
}

.swiper-banner .swiper-button-prev {
    background: url(../image/banner-left.png) no-repeat;
    left: 0.7886rem;
    right: auto;
    opacity: 0.2;
}

.swiper-banner:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-banner:hover .swiper-button-next {
    opacity: 1;
}

.swiper-slide-active .scaleBg {
    width: 100%;
    visibility: visible;
    -webkit-animation: scale-bg 1s linear;
    animation: scale-bg 1s linear;
}

.swiper-banner .swiper-slide img {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@font-face {
    font-family: 'SourceHanSansCN-ExtraLight';
    src: url('../fonts/SourceHanSansCN-ExtraLight.eot');
    src: url('../fonts/SourceHanSansCN-ExtraLight.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/SourceHanSansCN-ExtraLight.woff2') format('woff2'),
    url('../fonts/SourceHanSansCN-ExtraLight.woff') format('woff'),
    url('../fonts/SourceHanSansCN-ExtraLight.ttf') format('truetype'),
    url('../fonts/SourceHanSansCN-ExtraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.banner-btit {
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -376.5px;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-weight: lighter;
    font-size: 80px;
    color: #ffffff;
    letter-spacing: 10px;
    opacity: 0;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    font-weight: 200;

}

.banner-stit {
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -368px;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 16px;
    opacity: 0;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -webkit-transition-delay: .2s, .2s, 0s;
    -moz-transition-delay: .2s, .2s, 0s;
    -ms-transition-delay: .2s, .2s, 0s;
    -o-transition-delay: .2s, .2s, 0s;
    transition-delay: .2s, .2s, 0s;
}

.swiper-slide-active .banner-btit,
.swiper-slide-active .banner-stit {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;

}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: right;
    right: 2.5237rem;
    width: auto;
    bottom: 0.9464rem;
}

.swiper-pagination-bullet {
    width: 0.9464rem;
    height: 0.0789rem;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;

}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1262rem;
}

.banner-scrol {
    position: absolute;
    right: 48.7%;
    opacity: 0;
    bottom: 0.7886rem;
    z-index: 100;
    animation: appearFromTB1 2s ease 1s infinite both;
}

.banner-scrol img {
    width: 0.7098rem;
    height: 1.6877rem;

}

.banner-scrol .scroll {
    -webkit-animation: appearFromTB1 2s ease 1s infinite both;
    -moz-animation: appearFromTB1 2s ease 1s infinite both;
    -ms-animation: appearFromTB1 2s ease 1s infinite both;
    -o-animation: appearFromTB1 2s ease 1s infinite both;
    animation: appearFromTB1 2s ease 1s infinite both;
}

@-webkit-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -ms-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -o-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes appearFromTB1 {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.index-cont {
    margin-top: 0.7rem;
}


/* news-media */


.news-media-left {
    width: 14.9211rem;

    float: left;
    margin-right: 0.9148rem;
}

.cont-tit {
    /* display: inline-block; */
    font-size: 30px;
    color: #111111;
    font-weight: normal;
    margin-block-start: 0;
    margin-block-end: 0;
    height: 50px;
    float: left;
    line-height: 50px;
}

.cont-more {
    float: right;
    font-size: 20px;
    line-height: 50px;
    color: #0081cc;

}

.cont-more a {
    display: inline-block;
    width: 65px;
    color: #0081cc;
    background: url(../image/go-more.png) no-repeat 84% center;
    background-size: 0.1735rem 0.2839rem;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.cont-more a:hover {
    background: url(../image/go-more-line.png) no-repeat 100% center;
    background-size: 0.3155rem 0.2839rem;
}

.news-media-top {
    height: 50px;
    position: relative;
    margin-bottom: 64px;
}

.news-media-top:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background-image: linear-gradient(-90deg,
    #92c219 0%,
    #0084cd 100%),
    linear-gradient(#005bac,
            #005bac);
}

.news-box {
    float: right;
    width: 7.2555rem;
    height: 440px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.04);
    transition: all .2s;
    -webkit-transition: all .2s;
    /* cursor: pointer; */
}

.news-box:hover {

    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.news-box-datatit {
    margin: 0 auto;
    margin-top: 26px;
    width: 6.2145rem;
    height: 100px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(69, 69, 71, 0.1);
    margin-bottom: 20px;
}


.news-date {
    float: left;
    padding-right: 0.4416rem;
    border-right: 1px solid rgba(69, 69, 71, 0.1);
    margin-right: 0.2839rem;
}

.day {

    line-height: 46px;

    font-size: 48px;

    color: #333333;

    position: relative;

    margin-bottom: 20px;

    left: -2px;
}

.day:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 3px;
    width: 40px;
    height: 2px;
    margin-top: 9px;
    background-image: linear-gradient(-90deg,
    #92c219 0%,
    #0084cd 100%),
    linear-gradient(#005bac,
            #005bac);
}

.year {
    font-size: 18px;
    color: #666666;
}

.news-tit {
    float: left;
    width: 4rem;
    font-size: 18px;
    color: #333333;
    vertical-align: top;
    line-height: 30px;
    text-align: justify;
}

.news-tit a {
    color: #333333;
}

.news-box:hover .news-tit a {
    color: #0081cc;
}

.news-box-mes {
    margin: 0 auto;
    width: 6.2145rem;
    height: 200px;
    font-size: 16px;
    color: #888888;
    text-align: justify;
    line-height: 29px;
    overflow: hidden;
}

.news-box-more {
    margin: 0 auto;
    margin-top: 25px;
    width: 6.2145rem;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #0081cc;
    background: url(../image/go-more.png) no-repeat 98%;
    background-size: 0.1735rem 0.2839rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    cursor: pointer;
    border-top: 1px solid rgba(69, 69, 71, 0.1);
}

.news-box:hover .news-box-more {

    background: url(../image/go-more-line.png) no-repeat 100%;
    background-size: 0.3155rem 0.2839rem;
}

.news-box-1 {
    /* margin-right: 0.2681rem; */
    float: left;
}

.news-media-right {
    width: 9.306rem;
    float: right;
    vertical-align: top;

}

.media-bottom {
    width: 9.306rem;
    height: 440px;
    background-color: #ffffff;
    border-radius: 10px;
    /* margin-top: 1.0726rem; */
    border: solid 1px rgba(0, 0, 0, 0.04);


}

.media-bottom:hover {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}


.media-box {
    width: 9.306rem;
}

.media-box-datatit {
    margin: 0 auto;
    padding: 30px 0 18px;
    width: 8.2019rem;
    height: 96px;
    border-bottom: 1px solid rgba(69, 69, 71, 0.1);
}

.media-box-datatit-1 {
    padding-top: 26px;
}


.media-box-datatit:last-child {
    border-bottom: none;
}

.media-tit {

    width: 5.9148rem;

    font-size: 18px;

    color: #333333;

    vertical-align: top;

    line-height: 30px;

    text-align: justify;

    cursor: pointer;

    height: 62px;

    overflow: hidden;

    /* text-overflow: ellipsis;
        white-space: nowrap; */

    margin-bottom: 8px;
}

.media-tit a {
    color: #333333;
}

.media-box-more {
    /* margin-left:1.9rem; */
    width: 8.2rem;
    font-size: 14px;
    color: #0081cc;
    background: url(../image/go-more.png) no-repeat 98%;
    background-size: 0.1735rem 0.2839rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    cursor: pointer;
}

.media-box-more a {
    color: #0081cc;
}

.news-box-more a {
    color: #0081cc;
}

.media-box-datatit:hover .media-tit a {
    color: #0081cc;
}

.media-box-datatit:hover .media-box-more {

    background: url(../image/go-more-line.png) no-repeat 100%;
    background-size: 0.3155rem 0.2839rem;
}


.news-media {
    position: relative;
    margin-bottom: 0.4rem;


}

.news-media-aside {
    position: absolute;
    bottom: 0;
    right: 3%;
}

.news-media-aside img {
    width: 0.2524rem;
    height: 2.8233rem;
}


.business {
    position: relative;
}

.business-swiper {
    width: 25.2366rem !important;


}

.business-swiper .swiper-slide {
    width: 5.83rem !important;
    height: auto;
    margin-right: 0.52rem !important;
}

.business-swiper .swiper-slide-box-7 {
    margin-right: 0.2rem !important;
}

.business-box {
    height: 7.8637rem;
}

.business-box {

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.business-box img {
    width: 7.83rem;
    height: 6.6rem;
    border-radius: 0.1577rem;
}

.business-mes {
    width: 5.64rem;
    height: 80px;
    border-radius: 10px;
    position: absolute;
    left: 0.1rem;
    bottom: 1.4196rem;
    text-align: left;
    background: #fff url(../image/go-more.png) no-repeat 92% center;
    background-size: 0.1735rem 0.2839rem;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.business-mes:hover {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    background: #fff url(../image/go-more-line.png) no-repeat 93% center;
    background-size: 0.3155rem 0.2839rem;
}


.business-mes-icon {
    width: 0.7571rem;
    height: 0.8517rem;
    display: inline-block;
    margin-left: 0.3205rem;
    margin-top: 0.1678rem;
    margin-right: 0.1785rem;
    background: url(../image/business-jhw-icon.png);
    background-size: 0.7571rem 0.8517rem;
}

.business-mes-tit {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    padding-right: 170px;
    padding-top: 25px;
    height: 55px;
    float: right;
    /*
    ertical-align: top;
    margin-top: 0.7098rem;
    */

}

.business-mes-tit a {
    color: #333333;
}

.business-mes-icon.icon2 {
    background: url(../image/business-hg-icon.png);
    background-size: 0.7571rem 0.8517rem;
}


.business-mes-icon.icon3 {
    background: url(../image/business-ny-icon.png);
    background-size: 0.7571rem 0.8517rem;
}

.business-mes-icon.icon4 {
    background: url(../image/business-tlxj-icon.png);
    background-size: 0.7571rem 0.8517rem;
}

.business-mes-icon.icon5 {
    background: url(../image/business-yljk-icon.png);
    background-size: 0.7571rem 0.8517rem;
}


.business-button-next {
    background: url(../image/banner-rightpng.png) no-repeat;
    right: 3%;
    left: auto;
    z-index: 9999;
    top: 50%;
    outline: 0 none !important;
}

.business-button-prev {
    background: url(../image/banner-leftpng.png) no-repeat;
    left: 3%;
    right: auto;
    z-index: 9999;
    top: 50%;
    outline: 0 none !important;
}

/* .business-bg {
    
    width: 1.6404rem;
    height: 8.2555rem;
    background-color: #f7f7f7;
    opacity: .6;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
} */

.business-aside-1 {
    position: absolute;
    top: -.9rem;
    left: 0;
}

.business-aside-1 img {
    width: 1.5615rem;
    height: 2.2555rem;
}

.business-aside-2 {
    position: absolute;
    bottom: 1.4511rem;
    left: 3%;
}

.business-aside-2 img {
    width: 0.2524rem;
    height: 2.7603rem;
}

.exhibition {
    margin-bottom: 1.5457rem;
    position: relative;
}

.exhibition-bottom {
    width: 25.2366rem;
    height: 12.6183rem;
    border-radius: 10px;
    text-align: center;
    position: relative;

}

.exhibition-bottom video {
    background: #000;

    border-radius: 12px;
    z-index: 3;
    width: 25rem;
    height: 12.6183rem;
    transform: scale(0.99);
}


.exhibition-bottom img {
    width: 100%;
    height: 12.6183rem;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    cursor: pointer;
}

.phone-exhibition-bg {
    display: none;
}

.exhibition-more {
    width: 460px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    bottom: -40px;
    left: 20px;
    text-indent: -25px;
    z-index: 8;
}

.exhibition-more:hover {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.exhibition-more-tit {
    font-size: 18px;
    color: #333333;
    line-height: 100px;
    background: url(../image/go-more.png) no-repeat 93%;
    background-size: 0.1735rem 0.2839rem;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.exhibition-more-tit a {
    color: #333333;
}

.exhibition-more:hover .exhibition-more-tit {
    background: url(../image/go-more-line.png) no-repeat 95% center;
    background-size: 0.3155rem 0.2839rem;
}

.myPlayer {
    display: block;
    width: 25.2366rem;
    height: 12.6183rem;
}

.exhibition-aside-1 {
    position: absolute;
    top: 30%;
    right: 0;
}

.exhibition-aside-1 img {
    width: 1.6088rem;
    height: 2.2555rem;
}

.exhibition-aside-2 {
    position: absolute;
    bottom: 0;
    right: 3%;
}

.exhibition-aside-2 img {
    width: 0.2681rem;
    height: 3.4227rem;
}


@media screen and (min-width: 961px) {


    .sec1 .news-media-top {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    .sec1 .news-box,
    .sec1 .media-bottom {
        opacity: 0;
        -webkit-transition: transform 1s;
        -moz-transition: transform 1s;
        -ms-transition: transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
        -webkit-transition-delay: .4s, .4s, 0s;
        -moz-transition-delay: .4s, .4s, 0s;
        -ms-transition-delay: .4s, .4s, 0s;
        -o-transition-delay: .4s, .4s, 0s;
        transition-delay: .4s, .4s, 0s;
    }

    .sec1 .news-media-aside {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
        -webkit-transition-delay: 1.5s, 1.5s, 0s;
        -moz-transition-delay: 1.5s, 1.5s, 0s;
        -ms-transition-delay: 1.5s, 1.5s, 0s;
        -o-transition-delay: 1.5s, 1.5s, 0s;
        transition-delay: 1.5s, 1.5s, 0s;
    }


    .sec1.active .news-box,
    .sec1.active .news-media-top,
    .sec1.active .media-bottom,
    .sec1.active .news-media-aside {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }


    .sec2 .news-media-top {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
        transform: translateX(-20%);
    }


    .sec2 .business-swiper {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateX(20%);
        -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
        -o-transform: translateX(20%);
        transform: translateX(20%);
        -webkit-transition-delay: .2s, .2s, 0s;
        -moz-transition-delay: .2s, .2s, 0s;
        -ms-transition-delay: .2s, .2s, 0s;
        -o-transition-delay: .2s, .2s, 0s;
        transition-delay: .2s, .2s, 0s;
    }


    .sec2.active .news-media-top,
    .sec2.active .business-swiper {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    .sec2 .business-aside-1 {
        opacity: 0;
        -webkit-transition: all 1.2s;
        -moz-transition: all 1.2s;
        -ms-transition: all 1.2s;
        -o-transition: all 1.2s;
        transition: all 1.2s;
        left: -100%;

    }

    .sec2.active .business-aside-1 {
        left: 0;
        opacity: 1;
    }

    .sec2 .business-aside-2 {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
        -webkit-transition-delay: 1.5s, 1.5s, 0s;
        -moz-transition-delay: 1.5s, 1.5s, 0s;
        -ms-transition-delay: 1.5s, 1.5s, 0s;
        -o-transition-delay: 1.5s, 1.5s, 0s;
        transition-delay: 1.5s, 1.5s, 0s;
    }

    .sec2.active .business-aside-2 {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .sec3 .news-media-top {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }


    .sec3 .exhibition-bottom {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
        -webkit-transition-delay: .4s, .4s, 0s;
        -moz-transition-delay: .4s, .4s, 0s;
        -ms-transition-delay: .4s, .4s, 0s;
        -o-transition-delay: .4s, .4s, 0s;
        transition-delay: .4s, .4s, 0s;
    }

    .sec3 .exhibition-more {
        opacity: 0;
        -webkit-transition: transform 1s;
        -moz-transition: transform 1s;
        -ms-transition: transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
        -webkit-transition-delay: .8s, .8s, 0s;
        -moz-transition-delay: .8s, .8s, 0s;
        -ms-transition-delay: .8s, .8s, 0s;
        -o-transition-delay: .8s, .8s, 0s;
        transition-delay: .8s, .8s, 0s;
    }

    .sec3 .exhibition-aside-1 {
        opacity: 0;
        -webkit-transition: all 1.2s;
        -moz-transition: all 1.2s;
        -ms-transition: all 1.2s;
        -o-transition: all 1.2s;
        transition: all 1.2s;
        right: -100%;

    }

    .sec3.active .exhibition-aside-1 {
        right: 0;
        opacity: 1;
    }

    .sec3 .exhibition-aside-2 {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
        -webkit-transition-delay: 1.5s, 1.5s, 0s;
        -moz-transition-delay: 1.5s, 1.5s, 0s;
        -ms-transition-delay: 1.5s, 1.5s, 0s;
        -o-transition-delay: 1.5s, 1.5s, 0s;
        transition-delay: 1.5s, 1.5s, 0s;
    }


    .sec3.active .news-media-top,
    .sec3.active .exhibition-bottom,
    .sec3.active .exhibition-more,
    .sec3.active .exhibition-aside-2 {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;

    }


}

@media screen and (min-width: 1441px) and (max-width: 1600px) {

    .cont-tit {
        font-size: 26px;
    }

    .cont-more {
        font-size: 16px;
    }

    .day {
        font-size: 42px;
    }

    .year {
        font-size: 18px;
    }


}

@media screen and (max-width: 1440px) {

    .cont-tit {
        font-size: 22px;
    }

    .cont-more {
        font-size: 16px;
    }

    .day {
        font-size: 44px;
    }

    .year {
        font-size: 15px;
    }


    .media-tit {
        width: 5.7rem;
    }

}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .news-tit {
        width: 3.8rem;
    }

    .media-tit {
        width: 5.8rem;
    }

    .business-mes-tit {
        line-height: 1.8927rem;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
    .news-tit {
        width: 3.9rem;
    }
}

@media screen and (min-width: 1330px) and (max-width: 1369px) {
    .news-tit {
        width: 3.6rem;
    }

    .media-tit {
        width: 5.6rem;
    }
}

@media screen and (min-width: 1290px) and (max-width: 1329px) {
    .news-tit {
        width: 3.5rem;
    }

    .media-tit {
        width: 5.5rem;
    }
}

@media screen and (min-width: 961px) and (max-width: 1600px) {
    .banner-btit {
        font-size: 66px;
        margin-left: -318.5px;

    }

    .banner-stit {
        font-size: 24px;
        margin-left: -280px;
        letter-spacing: 10px;
    }


    /* .news-box-datatit{
      padding-bottom: 0;
    }
    .news-box{
        height: 430px;
    }
    .news-box-mes{
        line-height: 30px;
    }

    .news-box-more{
        height: 52px;
        line-height: 52px;
    }

    .media-bottom{
        height: 430px;
    }
    .media-tit{
        line-height: 26px;
        height: 56px;
    }

    .media-box-datatit{
        height: 78px;
    } */


}

@media screen and (min-width: 961px) and (max-width: 1370px) {

    .cont-more a {
        width: 1.35rem;
    }

    .news-tit {

        line-height: 30px;

        width: 3.8rem;
    }

    .day:after {
        width: 1rem;
    }

    /* .news-box-mes {
        line-height: 25px;
    }
    .news-box,.media-bottom {
        height: 360px;
    }
    .news-box-datatit{
        margin: 20px auto 15px;
        height: 90px;
    }
    .news-box-more{
        margin: 0 auto;
        margin-top: 12px;
    }
    .news-box-more {
        height: 40px;
        line-height: 40px;
    }
    .media-tit{
        width: 5.3rem;
    }

    .media-box-datatit {
        height: 75px;
        padding: 20px 0 25px;
    }
    .media-tit {
        line-height: 27px;
        height: 56px;
    } */
    .news-media-top {
        margin-bottom: 50px;
    }

}

@media screen and (min-width: 961px) and (max-width: 1300px) {
    .news-tit {
        width: 3.8rem;
    }

    .cont-more a {
        width: 1.5rem;
    }

}

@media screen and (min-width: 961px) and (max-width: 1250px) {
    .news-tit {
        width: 3.5rem;
    }

    .media-tit {
        width: 5.3rem;
    }

}

/* @media screen and (min-width: 961px) and (max-width: 1100px) {
    .news-tit {
        width: 3.4rem;
        overflow: hidden;
        height: 80px;
    }
    .cont-more a {
        width: 1.8rem;
    }

} */


@media screen and (max-width: 1024px) {

    .business-mes-tit, .exhibition-more-tit {
        font-size: 18px;
    }


}


@media screen and (max-width: 960px) {

    .pc-header {
        display: none;
    }

    .swiper-container.swiper-banner {
        width: 30rem;
        height: 20.8rem;
    }

    .swiper-banner .swiper-button-prev, .swiper-banner .swiper-button-next, .banner-scrol img {
        display: none;
    }


    .banner-btit {
        left: 50%;
        top: 27%;
        font-size: 50px;
        letter-spacing: 2px;
        margin-left: -215PX;
    }

    .banner-stit {
        left: 50%;
        top: 50%;
        font-size: 30px;
        letter-spacing: 2px;
        margin-left: -215px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        text-align: center;
        right: 0;
        width: auto;
        bottom: 0.9464rem;
    }


    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 2.4rem;
        height: 3px;
        margin-left: 0.48rem;
    }

    .swiper-banner .swiper-slide {

        background: none !important;
        height: auto !important;

    }

    .phone-banner {
        display: block;
    }

    .pc-banner {
        display: none;
    }

    .container {
        width: 26.8rem;
    }

    .index-cont {
        margin-top: 20px;
    }


    .business-swiper {
        width: 28.4rem !important;
        padding-bottom: 3.2rem;
        float: right;
    }

    .business-swiper .swiper-slide {
        width: 22.2rem !important;
        height: auto;
        margin-right: 2.25rem !important;
    }

    .business-box {
        height: 22rem;
    }

    .business-mes {
        width: 20.52rem;
        height: 4.84rem;
        left: 0.8rem;
        bottom: 0;
        background-size: 8px;
    }

    .business-mes:hover {

        background-size: 15px 13px;
    }

    .business-mes a {
        width: 20.52rem;
        height: 4.84rem;
    }

    .business-mes-tit {
        font-size: 17px;
        margin-top: 0;
        line-height: 4.84rem;
    }

    .business-mes:hover {

        box-shadow: none;
    }

    .business-mes-icon {
        width: 1.92rem;
        height: 2.16rem;
        display: inline-block;
        margin-left: 1.36rem;
        margin-top: 1.3rem !important;
        margin-right: 1.2rem;
        background: url(../image/business-jhw-icon.png);
        background-size: 1.92rem 2.16rem !important;
    }

    .business-mes-icon.icon1 {
        margin-top: 1.38rem;
    }

    .business-mes-icon.icon4 {
        background-size: 2rem 2.16rem !important;
    }

    .business-bg, .business-button-next, .business-button-prev {
        display: none;
    }

    .exhibition-bottom {
        width: 26.8rem;
        height: 19.2rem;
    }

    .exhibition-bottom img {
        width: 100%;
        height: 16.96rem;
    }

    .pc-exhibition-bg {
        display: none;
    }

    .phone-exhibition-bg {
        display: block;
    }


    .exhibition-bottom video {
        width: 94.5%;
        height: 16.96rem;
    }

    .exhibition-more {
        width: 25.08rem;
        height: 4.8rem;
        bottom: 0;
        left: 0.8rem;

    }

    .exhibition-more-tit {
        margin-top: .3rem;

        line-height: 2.2rem;
        background-size: 8px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .exhibition-more-tit a {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .exhibition-more:hover .exhibition-more-tit {
        background-size: 15px 13px;
    }

    .exhibition {
        margin-bottom: 3.6rem
    }


    aside {
        display: none;
    }


}


@media screen and (max-width: 1100px) and (min-width: 750px) {

    .news-media-left, .news-media-right {
        float: none;
        width: 25.08rem;
        margin-right: 0;
    }

    .news-box {
        width: 12.1rem;
    }


    .news-box-datatit, .news-box-mes,
    .news-box-more {
        width: 10.5rem;
    }

    .news-tit {
        width: 7rem;
    }

    .news-box-mes {
        line-height: 27px;
        height: 200px;
    }

    .media-box-datatit {
        width: 23.8rem;
    }

    .media-tit {
        width: 18.9148rem;
    }

    .media-bottom {
        width: 25.08rem;
    }

    .media-box {
        width: 25.08rem;
    }

    .news-date {
        margin-right: 20px;;
    }

    .news-bottom {
        margin-bottom: 40px;
    }

    .media-box-more {
        width: 23.6rem;
    }


    .cont-more a, .news-box-more, .media-box-more, .business-mes, .exhibition-more-tit {
        background-size: 6.5px 10.6px;
        /* width: 55px; */
    }

    .cont-more a {
        width: 55px;
    }

    .cont-more a:hover, .news-box:hover .news-box-more, .media-box-datatit:hover .media-box-more, .business-mes:hover,
    .exhibition-more:hover .exhibition-more-tit {
        background-size: 11.8px 10.6px;
    }


}


@media screen and (max-width: 960px) and (min-width: 750px) {
    .news-tit {
        width: 6rem;
    }

    .news-media-left, .news-media-right {
        float: none;
        width: 26.8rem;
        margin-right: 0;
    }

    .news-box {
        width: 12.8rem;
    }

    .media-box-datatit {
        width: 24.8rem;
    }

    .media-tit {
        width: 18.9148rem;
    }

    .media-bottom {
        width: 26.8rem;
    }

    .media-box {
        width: 26.8rem;
    }

    .banner-stit {

        top: 42%;
    }

    .business-swiper .swiper-slide {
        width: 11.1rem !important;
        height: auto;
        margin-right: 1.5rem !important;
    }

    .business-box {
        height: 11rem;
    }


    .business-mes {
        width: 10.26rem;
        height: 2.1rem;
        left: 0.4rem;
        bottom: .2rem;
        /* background-size: 9px; */
    }

    .business-mes a {

        width: 10.26rem;
        height: 1.92rem;
    }

    .business-mes-icon {
        width: 0.96rem;
        height: 1.08rem;
        display: inline-block;
        margin-left: 1rem;
        margin-top: .45rem !important;
        margin-right: 0.6rem;
        background: url(../image/business-ny-icon.png);
        background-size: 0.96rem 1.08rem !important;
    }

    .business-mes-icon.icon4 {
        background-size: 0.96rem 1.08rem !important;
    }

    .business-mes-tit {
        font-size: 18px;
        margin-top: 0;
        line-height: 2.1rem;
    }

    .business-swiper {
        width: 28.4rem !important;
        padding-bottom: 1rem;
        float: right;
    }

    .exhibition {
        margin-bottom: 1.6rem;
    }

}

@media screen and (max-width: 960px) and (min-width: 750px) {

    .exhibition-more {
        width: 16.08rem;
        height: 2.1rem;
        bottom: 1.2rem;
        left: 0.8rem;
    }

    .exhibition-more-tit {
        line-height: 2.1rem;
        /* background-size: 9px; */
    }

    /* .business-mes {
        width: 20.52rem;
        height: 3.84rem;
        left: 0.8rem;
        bottom: .5rem;
        background-size: 9px;
    }
    .business-mes a {
        width: 20.52rem;
        height: 3.84rem;
    }   
    .business-mes-icon {
        margin-top: .8rem !important;   

    }
    .business-mes-tit {
        font-size: 18px;
        margin-top: 0;
        line-height: 3.84rem;
    } */
    .banner-stit {
        top: 44%;

    }


}

@media screen and (max-width: 750px) {
    .news-media-left, .news-media-right {
        float: none;
        width: 26.8rem;
        margin-bottom: 1.2rem;
    }

    .cont-more a {
        width: 47px;
        background: url(../image/go-more.png) no-repeat 96% 50%;
        background-size: 8px;
    }

    .cont-more a:hover {
        background: url(../image/go-more-line.png) no-repeat 100% 52%;
        background-size: 15px 13px;
    }

    .news-media-top:after {
        margin-top: 1.2rem;
    }

    .news-media-top {
        margin-bottom: 2.8rem;
        height: 40px;
    }

    .news-box {
        width: 26.8rem;
        height: 325px;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .news-box-2 {

        margin-bottom: 0px;
    }

    .news-box-datatit {
        width: 22.8rem;
        height: 90px;
        margin-top: 23px;
        padding-bottom: 14px;
        margin-bottom: 18px;
    }

    .day {
        margin-bottom: 20px;
    }

    .day:after {
        width: 35px;
        height: 2px;
        margin-top: 9px;
        left: 5px;
    }

    .news-date {
        padding-right: 1.2rem;
        margin-right: 1rem;
    }

    .news-tit {
        width: 15rem;
        font-size: 17px;
        line-height: 26px;
    }

    .news-box-mes {
        width: 22.8rem;
        height: 100px;
        font-size: 15px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .news-box-more {
        width: 22.8rem;
        font-size: 14px;
        height: 60px;
        line-height: 60px;
        background: url(../image/go-more.png) no-repeat 96% 54%;
        background-size: 8px;
    }

    .news-box:hover .news-box-more {
        background: url(../image/go-more-line.png) no-repeat 100% 54%;
        background-size: 15px 13px;
    }

    .news-box-more {
        height: 50px;
        line-height: 50px;
    }

    .media-bottom {
        width: 26.8rem;
        height: 387px;
        margin: 0 auto;
    }

    .media-box {
        width: 22.8rem;
        margin: 0 auto;
    }

    .media-box-datatit {
        width: 22.8rem;
        height: 90px;
        margin-top: 0 !important;
        padding: 21px 0 16px;
    }

    .media-tit {
        width: 66%;
        height: 55px;
        line-height: 26px;
        float: left;
        font-size: 17px;
    }

    .media-box-more {
        float: left;
        font-size: 14px;
        width: 66%;
        margin-top: 4px;
        background: url(../image/go-more.png) no-repeat 96% 54%;
        background-size: 8px;
        margin-left: 0;
    }


    .media-box-datatit:hover .media-box-more {
        background: url(../image/go-more-line.png) no-repeat 100% 54%;
        background-size: 15px 13px;
    }

    .banner-stit {
        top: 47%;

    }

}

@media screen and (max-width: 480px) {


    .news-box {
        width: 26.8rem;
        height: 380px;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }


    .news-box-mes {
        width: 22.8rem;
        height: 155px;
        font-size: 15px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


}

@media screen and (max-width: 650px) {

    .banner-btit {
        left: 50%;
        top: 27%;
        font-size: 38px;
        letter-spacing: 2px;
        margin-left: -166px;
    }

    .banner-stit {
        left: 50%;
        top: 47%;
        font-size: 21px;
        letter-spacing: 2px;
        margin-left: -161px;
    }


}

@media screen and (max-width: 480px) {

    .banner-btit {
        left: 50%;
        top: 29%;
        font-size: 28px;
        letter-spacing: 3px;
        margin-left: -128PX;
    }

    .banner-stit {
        left: 50%;
        top: 46%;
        font-size: 16px;
        letter-spacing: 2px;
        margin-left: -129px;
    }


}

