@charset "utf-8";

.content,
.footer,
.header {
    opacity: 0;
    transition: all 1s;
}

html {
    overflow: hidden;
}





html.xsyc {
    overflow-x: hidden;
    overflow-y: auto;
}


.container {
    width: 90%;
    max-width: 10rem;
    text-align: center;
    padding: 0.2rem;
}


html.xsyc .content,
html.xsyc .footer,
html.xsyc .header {
    opacity: 1;
}

html.xsyc .loader-container {
    display: none;
}





/* 加载动画样式 */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity 0.5s ease;
}

.loader {
    width: 0.8rem;
    height: 0.8rem;
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #ed8d4d;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    margin-bottom: 0.2rem;
}

.loader-text {
    font-size: 0.18rem;
    color: white;
    letter-spacing: 0.02rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 视频容器样式 */
.video-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    /* transform: translate(-50%, -50%); */
    transition: all 1s;
    z-index: 111111111111;
}

.spgd {
    width: 100%;
    height: 100vh;
    transition: all 1s;
}

html.xsyc .spgd {
    height: 0;
}

.header .top {
    position: fixed;
    top: 100%;
    transition: all 1s;
}

html.xsyc .header .top {
    top: 0%;
}

body {
    overflow: hidden;
}

html.xsyc body {
    overflow: visible;
}

.content {
    transform: translateY(100vh);
    transition: all 1s;
    overflow: hidden;
}

html.xsyc .content {
    transform: translateY(0vh);
}

.video-container.style {
    top: -100%;
}

.sqanniu {
    position: absolute;
    right: calc(50% - 0.35rem);
    bottom: -.8rem;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #ed8c4d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.sqanniu.style {
    bottom: 0.1rem;
}

.sqanniu img {
    width: .22rem;
    animation: scrollAnia21 2s infinite;
}

@keyframes scrollAnia21 {
    0% {
        transform: translate(0, -0.06rem);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 0.06rem);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* .video-container.spxsyc { 
    height: 0;
} */

.video-container.show {
    opacity: 1;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*banner*/
.banner-box {
    position: relative;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
}

.banner-box .banner::before {
    content: '';
    position: absolute;
    width: 3.46rem;
    height: 3.46rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
    bottom: -1.46rem;
    left: 50%;
    z-index: 11;
}

.banner-box .bannertb2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* padding-bottom: .37rem; */
    bottom: 0.52rem;
    color: #ffffff;
    z-index: 11;
    cursor: pointer;
}

.banner-box .bannertb2 .wz {
    font-family: SourceHanSerifSCBold;
    font-size: .18rem;
    text-align: center;
    margin-bottom: .15rem;
}

.banner-box .bannertb2 .jt {
    margin: auto;
    display: block;
    position: relative;
    width: .36rem;
    cursor: pointer;
}

.banner-box .bannertb2 .jt1 {
    width: 100%;
}

.banner-box .bannertb2 .jt2 {
    width: .15rem;
    position: absolute;
    left: 0.11rem;
    top: 0.07rem;
    animation: scrollAnia 2s infinite;
}

@keyframes scrollAnia {
    0% {
        transform: translate(0, 0.05rem);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, .17rem);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* @keyframes bannerplay {

  61%,
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(.15rem);
    opacity: 0;
  }

  60% {
    transform: translateY(0);
    opacity: 0;
  }
} */

.banner,
.banner div.slick-list,
.banner .slick-slide .a,
.banner .slick-slide .a img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .slick-slide .a .pic {
    padding-top: 0;
    height: 100vh;
}

.banner .slick-slide .a .pic video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    /* object-fit: contain; */
}

.banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .slick-slide .a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner .slick-slide .a::after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.58rem;
}

.banner .slick-current img {
    display: block;
    width: 100%; 
}


@-webkit-keyframes vibes {

    0% {
        -webkit-transform: scale(1.15)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.banner .img_scale img {
    transform: scale(1);
}

.banner .slick-dots {
    margin: 0 auto;
    font-size: 0;
    z-index: 12;
    text-align: center;
}





.banner-box .gd {
    position: absolute;
    bottom: 0.55rem;
    left: 50%;
    margin-left: 7.435rem;
    z-index: 2;
}

.banner-box .gd a {
    display: block;
    border-left: 1px solid #fff;
    padding-left: 0.1rem;
    font-size: 0.18rem;
    color: #fff;
    transition: all 0.5s;
}

.banner-box .gd a:hover {
    color: #991718;
}

.banner-box .slick-slide .a {
    position: relative;
    display: block;
}

/* .banner-box .slick-slide .a::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2.53rem;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
    transition: all 0.8s;
} */

.juanzhou {
    position: absolute;
    /* bottom: 1.36rem; */
    bottom: 0rem;
}




.banner-box .slick-prev,
.banner-box .slick-next {
    width: .5rem;
    height: .5rem;
    box-sizing: border-box;
    position: absolute;
    left: 4%;
    transform: translateY(-50%);
    top: 50%;
    background: url(../image/top3.png) no-repeat center top .15rem;
    background-size: .3rem;
    border: 1px solid #f7c4ad;
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

.banner-box .slick-next {
    left: auto;
    right: 4%;
    background-image: url(../image/top4.png);
}

.banner-box .slick-prev:hover,
.banner-box .slick-next:hover {
    background-color: rgba(247, 196, 173, 0.8);
}

.banner-box .slick-dots {
    bottom: .4rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}

.banner-box .slick-dots li {
    width: .14rem;
    height: .14rem;
    border-radius: 50%;
    display: inline-block;
    margin: 0 .1rem;
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

.banner-box .slick-dots li.slick-active {
    background-color: rgba(237, 141, 77, 0.8);
}

.banner-box .fade-1 img {
    height: 100vh;
}

.fgx {
    max-width: 1400px;
    margin: auto;
    width: 94%;
}

.fgx img {
    height: .024rem;
    width: 100%;
}

/*  */
.title1 {
    margin-bottom: 0.3rem;
    position: relative;
}

.title1 .title2 {
    display: inline-block;
    padding-bottom: 0.1rem;
    padding-right: 0.3rem;
    background: url(../image/title1.png) no-repeat left bottom;
    background-size: 100% 0.03rem;

}

.title1 .name {
    font-size: 0.36rem;
    color: #ed8d4d;
    font-family: SourceHanSansCNBold;
    display: inline-block;
    margin-right: 0.1rem;
}

.title1 .ename {
    font-size: 0.18rem;
    display: inline-block;
    color: #727272;
}

.title1 .more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #727272;
    font-size: 0.16rem;
    transition: all 0.4s;
    font-family: SourceHanSansCNNormal;
}

.title1 .more:hover {
    color: #ed8d4d;
}

.lunbo1 .slick-dots {
    display: none !important;
}

.lunbo1 .slick-prev,
.lunbo1 .slick-next {
    width: .5rem;
    height: .5rem;
    box-sizing: border-box;
    position: absolute;
    right: 1.65rem;
    top: -0.8rem;
    background: url(../image/top3.png) no-repeat center top .15rem;
    background-size: .3rem;
    border: 1px solid #f7c4ad;
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

.box3 .lunbo1 .slick-prev,
.box3 .lunbo1 .slick-next {
    top: -0.95rem;
}

.lunbo1 .slick-next {
    right: 0.8rem;
    background-image: url(../image/top4.png);
}

.lunbo1 .slick-prev:hover,
.lunbo1 .slick-next:hover {
    background-color: rgba(247, 196, 173, 0.8);
}

.box1 .list {
    margin: 0 -.12rem;
}

.box1 .list .item {
    padding: 0 0.12rem;
    box-sizing: border-box;
}

.box1 .list .item .img {
    overflow: hidden;
}

.box1 .list .item .img img {
    width: 100%;
    height: 2.1rem;
    object-fit: cover;
}

.box1 .list .item .wz {
    padding-top: 0.12rem;
}

.box1 .list .item .l2 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    transition: all 0.4s;
}

.box1 .list .item .sj {
    font-size: 0.13rem;
    color: #ed8d4d;
    margin-top: 0.09rem;
}

.box1 .list .item:hover .l2 {
    color: #ed8d4d;
}

.box2 .block:nth-child(1) {
    margin-bottom: .6rem;
}

.box2 .list {
    width: calc(100% + 0.9rem);
}

.box2 .list .item {
    width: calc(33.33% - 0.9rem);
    padding-right: 0.9rem;
    float: left;
}

.box2 .list .item .a {
    padding: 0.2rem 0;
}

.box2 .list .item:nth-child(1) .a,
.box2 .list .item:nth-child(2) .a,
.box2 .list .item:nth-child(3) .a {
    border-bottom: 0.01rem dashed #999999;
}

.box2 .list .sj {
    float: left;
    margin-right: 0.2rem;
    width: 0.6rem;
    box-sizing: border-box;
    border: .015rem solid #ed8d4d;
    text-align: center;
    margin-top: .04rem;
}

.box2 .list .sj1 {
    font-size: 0.16rem;
    line-height: 0.25rem;
    background-color: #ed8d4d;
    color: #ffffff;
}

.box2 .list .sj2 {
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #ed8d4d;
}

.box2 .list .l2 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    transition: all 0.4s;
    height: 0.6rem;
}

.box2 .list .item .a:hover .l2 {
    color: #ed8d4d;
}

.box3 {
    overflow: hidden;
    position: relative;
}


.box3 .item {
    padding: 0 0.13rem;
    box-sizing: border-box;
}

.box3 .item .img {
    overflow: hidden;
}

.box3 .item .img .img1 {
    width: 100%;
    padding-top: 141%;
    background-position: center center;
    background-size: cover;
    transition: all 0.4s;
}

.box3 .item .a:hover .img1 {
    transform: scale(1.05);
}

.box3 .item .bt {
    font-family: SourceHanSansCNMedium;
    font-size: 0.22rem;
    line-height: 0.32rem;
    color: #ed8d4d;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    transition: all 0.4s;
}

.box3 .item .xx {
    color: #8e8e8e;
    font-size: 0.18rem;
    line-height: 0.24rem;
    padding-left: 0.36rem;
    background: url(../image/xx1.png) no-repeat center left;
    background-size: auto 100%;
    margin-top: 0.15rem;
    transition: all 0.4s;
}

.box3 .item .a:hover .bt {
    /* text-decoration: underline; */
}

.box3 .item .a:hover .xx {
    color: #333333;
}



.box3 .slick-list {
    overflow: visible;
}




.box3 .list {
    padding-top: 0.15rem;
    margin: 0 -.13rem;
}

.box3::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #fff1eb;
    height: calc(100% - 4.5rem);
    width: 100%;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 1000px) {
    video {
        object-fit: contain;
    }

    .title1 .name {
        font-size: 24px;
    }



    .box1 .list .item .sj {
        font-size: 13px;
    }

    .box1 .list .item .img img {
        height: 29vw;
    }


    .title1 .name {
        margin-right: 5px;
    }

    .title1 .ename {
        font-size: 13px;
    }

    .banner-box .slick-dots {
        bottom: 15px;
    }

    .banner,
    .banner div.slick-list,
    .banner .slick-slide .a,
    .banner .slick-slide .a img {
        height: 50vw;
    }

    .box2 .list .item {
        width: calc(50% - 0.9rem);
    }

    .box2 .list .item .a {
        border-bottom: 0.01rem dashed #999999;
    }

    .box3 .slick-list {
        overflow: hidden;
    }
}



@media screen and (max-width: 700px) {
    .box2 .list .item {
        width: calc(100% - 0.9rem);
    }

    .box2 .block:nth-child(1) {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 500px) {





    .box1 .list .item .img img {
        height: 58vw;
    }

    .title1 .name {
        display: block;
    }

    .title1 .title2 {
        padding-right: 0;
    }

    .title1 .more {
        bottom: 10px;
    }

    .lunbo1 .slick-prev {
        right: 110px;
    }

    .lunbo1 .slick-next {
        right: 60px;
    }
}

@media screen and (max-width: 450px) {}






.dbbj {
    margin-top: 3rem;
    font-size: 0
}

.dbbj .dbbj1 {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    /* left: -5000px; */
}

.dbbj .dbbj2 {
    display: inline-block;
    position: relative;
}

.dbbj img {
    position: absolute;
    max-width: none;
    bottom: 0;
}

.dbbj .img1 {
    height: 3.2rem;
    position: static;
}

.dbbj .img2 {
    left: 5.439%;
    height: 68.957%;
}

.dbbj .img3 {
    left: 15.9562%;
    bottom: 9.4%;
    height: 79.5%;
}

.dbbj .img4 {
    left: 27.915%;
    bottom: 27.844%;
    height: 56.28%;
}

.dbbj .img5 {
    left: 36.679%;
    bottom: 9.834%;
    height: 90.166%;
}

.dbbj .img6 {
    left: 52.127%;
    bottom: 23.697%;
    height: 41.114%;
}

.dbbj .img7 {
    left: 69.868%;
    bottom: 24.645%;
    height: 68.839%;
}

.dbbj .img8 {
    left: 89.148%;
    height: 97.156%;
    bottom: 13.626%;
}

.dbbj .img9 {
    left: -2%;
    height: 23.853%;
    z-index: 1;
}

.dbbj .img10 {
    left: 5.047%;
    height: 30.095%;
}

.dbbj .img11 {
    left: 17.945%;
    height: 57.464%;
}

.dbbj .img12 {
    left: 24.341%;
    height: 57.464%;
}

.dbbj .img13 {
    left: 30.604%;
    height: 63.033%;
}

.dbbj .img14 {
    left: 13.375%;
    height: 31.517%;
    bottom: 4.739%;
}

.dbbj .img15 {
    left: 23.247%;
    height: 49.526%;
}

.dbbj .img16 {
    left: 31.295%;
    height: 49.526%;
    bottom: 7.701%;
}

.dbbj .img17 {
    left: 11.431%;
    height: 11.848%;
}

.dbbj .img18 {
    left: 20.808%;
    height: 23.697%;
}

.dbbj .img19 {
    left: 37.461%;
    height: 16.114%;
}

.dbbj .img20 {
    left: 43.194%;
    height: 44.55%;
}

.dbbj .img21 {
    left: 58.128%;
    height: 43.72%;
}

.dbbj .img22 {
    left: 69.709%;
    height: 43.365%;
}

.dbbj .img23 {
    left: 84.133%;
    height: 31.991%;
}

.dbbj .img24 {
    left: 50.402%;
    height: 40.284%;
    bottom: 0.592%;
}

.dbbj .img25 {
    left: 65.334%;
    height: 50.592%;
    bottom: 3.554%;
}

.dbbj .img26 {
    left: 76.425%;
    height: 38.152%;
    bottom: 1.185%;
}

.dbbj .img27 {
    left: 80.389%;
    height: 49.052%;
}

.dbbj .img28 {
    left: 52.495%;
    height: 11.848%;
}

.dbbj .img29 {
    left: 66.704%;
    height: 25.592%;
}

.dbbj .img30 {
    left: 78.519%;
    height: 16.114%;
}

.dbbj .img31 {
    left: 88.662%;
    height: 15.521%;
}

.dbbj .img32 {
    left: 59.132%;
    height: 20.616%;
}

.dbbj .img9,
.dbbj .img10,
.dbbj .img11,
.dbbj .img12,
.dbbj .img13,
.dbbj .img17,
.dbbj .img18,
.dbbj .img19,
.dbbj .img20,
.dbbj .img21,
.dbbj .img22,
.dbbj .img23,
.dbbj .img28,
.dbbj .img29,
.dbbj .img30,
.dbbj .img31,
.dbbj .img1 {
    pointer-events: none;
}

.dbbj .img32:hover,
.dbbj .img14:hover,
.dbbj .img15:hover,
.dbbj .img16:hover,
.dbbj .img24:hover,
.dbbj .img25:hover,
.dbbj .img26:hover,
.dbbj .img27:hover,
.dbbj .img2:hover,
.dbbj .img3:hover,
.dbbj .img4:hover,
.dbbj .img5:hover,
.dbbj .img6:hover,
.dbbj .img7:hover,
.dbbj .img8:hover {
    filter: drop-shadow(0 0 .1rem rgba(237, 141, 77, 0.8));
    cursor: pointer;
}

.dbbj .dbbj1 {
    display: inline-block;
    animation: slide 50s linear infinite;
    white-space: nowrap;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 650px) {
    .dbbj .img1 {
        height: 120px;
    }

    .dbbj {
        margin-top: 30px;
    }
}