.indx-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.indx-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    opacity: .4;
}

.indx-swiper .swiper-slide {
    position: relative;
}




.indx-intro {
    width: 100%;
    height: 130vh;
    background-image: url("../images/picbj02.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

.indx-intro::after {
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #e7e1d3 40%, transparent);
}


.intro-cnt {
    padding-top: 100px;
}

.intro-ctimg {
    text-align: center;
}

.intro-ctimg img {
    width: 300px;
    height: auto;
}

.intro-ctit {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-top: 40px;
    color: #222222;
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
}

.intro-ctxt {
    font-size: 20px;
    margin-top: 20px;
}

.intro-ctxt p {
    color: #222222;
    font-weight: 600;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    line-height: 40px;
    text-align: center;
}



.intro-ctbtn {
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.intro-ctbtn a {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border: 2px solid #1f110b;
    border-radius: 50px;
    color: #1f110b;
}

.intro-ctbtn a span {
    font-size: 18px;
    font-weight: 600;
}

.intro-ctbtn a img {
    width: 30px;
    height: 10px;
    margin-left: 15px;
}








.indx-tit {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-image: url("../images/pic02.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.indx-tit h2 {
    font-size: 48px;
    font-weight: 600;
    margin-top: 10px;
}





.landscape-bj {
    background-color: #e7e1d3;
    padding: 40px 0 0;
}

.landscape-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.landscape-ul li {
    width: 49%;
    margin-top: 30px;
}

.landscape-ul li a {
    width: 100%;
    position: relative;
}

.landscape-ul li a img {
    width: 100%;
    height: auto;
}

.scape-utxt {
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    bottom: 35px;
    left: 35px;
}






.dynamic-bj {
    padding: 150px 0 70px;
    background: linear-gradient(to top, #ffffff, #e7e1d3);
}

.dynamic-bj>div {
    position: relative;
}





.dynamic-cnt {
    padding: 0 0 230px;
    background-image: url("../images/picbj03.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.dynamic-ctul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.dynamic-ctul>li {
    width: 24%;
}

.dynamic-ctul>li>a {
    width: 100%;
    color: #222222;
}

.dynamic-ctuimg {
    width: 100%;
}

.dynamic-ctuimg img {
    width: 100%;
    height: auto;
}


.dynamic-ctubtm {
    padding: 20px 0;
}

.dynamic-ctubtm span {
    font-size: 16px;
    opacity: .8;
}

.dynamic-ctubtm h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 36px;
}

.dynamic-ctubtm p {
    font-size: 16px;
    color: #716f70;
    line-height: 28px;
    margin-top: 15px;
}







@media only screen and (max-width: 1440px) {

    .intro-cnt {
        padding-top: 60px;
    }

    .intro-ctimg img {
        width: 220px;
        height: auto;
    }

    .intro-ctit {
        font-size: 26px;
        margin-top: 30px;
    }

    .intro-ctxt {
        font-size: 14px;
        margin-top: 15px;
    }

    .intro-ctxt p {
        line-height: 32px;
    }


    .intro-ctbtn {
        margin-top: 30px;
    }

    .intro-ctbtn a {
        padding: 15px 25px;
    }

    .intro-ctbtn a span {
        font-size: 14px;
    }

    .intro-ctbtn a img {
        width: 25px;
        height: auto;
        margin-left: 10px;
    }

    .indx-tit h2 {
        font-size: 36px;
        margin-top: 15px;
    }



    .landscape-bj {
        padding: 30px 0 0;
    }

    .landscape-ul li {
        margin-top: 20px;
    }

    .scape-utxt {
        font-size: 20px;
        bottom: 25px;
        left: 25px;
    }


    .indx-tit {
        height: 80px;
    }


    .dynamic-bj {
        padding: 110px 0 50px;
    }


    .dynamic-ctul {
        padding-bottom: 20px;
    }

    .dynamic-cnt {
        padding: 0 0 180px;
    }

    .dynamic-ctubtm {
        padding: 10px 0;
    }

    .dynamic-ctubtm span {
        font-size: 12px;
    }


    .dynamic-ctubtm h3 {
        font-size: 16px;
        margin-top: 10px;
        line-height: 28px;
    }

    .dynamic-ctubtm p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }






}

@media only screen and (max-width: 768px) {


    .swiper-pagination-bullet {
        width: 20px;
        height: 6px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: .3rem;
    }

    .intro-cnt {
        padding: .6rem .1rem 0;
    }

    .intro-ctimg img {
        width: 180px;
        height: auto;
    }

    .intro-ctit {
        font-size: 20px;
        margin-top: .3rem;
    }

    .intro-ctxt {
        font-size: 13px;
        margin-top: .15rem;
    }

    .intro-ctxt p {
        line-height: 26px;
    }


    .intro-ctbtn {
        margin-top: .3rem;
    }

    .intro-ctbtn a {
        padding: .15rem .25rem;
    }





    .indx-intro {
        height: 75vh;
    }

    .indx-intro::after {
        height: 30%;
    }

    .indx-tit {
        height: 50px;
        background-size: auto 100%;
        background-position: center;
    }

    .indx-tit h2 {
        font-size: 26px;
        margin-top: .15rem;
    }




    .dynamic-cnt {
        padding: 0 .1rem 1.6rem;
    }

    .landscape-bj {
        padding: .3rem .1rem 0;
    }

    .landscape-ul li {
        width: 100%;
        margin-top: .2rem;
    }

    .scape-utxt {
        font-size: 16px;
        bottom: .25rem;
        left: .25rem;
    }

    .dynamic-bj {
        padding: 1rem .1rem .5rem;
    }
    .dynamic-ctul {
        padding-bottom: .2rem;
        flex-wrap: wrap;
    }

    .dynamic-ctul>li {
        width: 49%;
        margin-bottom: .2rem;
    }
    .dynamic-ctubtm h3 {
        font-size: 14px;
        margin-top: .1rem;
        line-height: 24px;
    }
    .dynamic-ctubtm p {
        font-size: 12px;
        line-height: 22px;
        margin-top: .1rem;
    }

}