@charset "utf-8";


/* CSS Document */


@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        /*开始为原始大小*/
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}


.banner-container {
    position: relative;
    overflow: hidden;
    width: 100%;

}


.banner-container .swiper-slide {
    overflow: hidden;
    height: 100%;

}

.swiper-slide .b-img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active .b-img {
    object-fit: cover;
    animation: changeScale 1 3s;
}

.s-img {
    display: none;
    width: 100%;
    height: 100%;
}



.bannerTxt {
    width: 100%;
    position: absolute;
    bottom: 16%;
    left: 0;
    color: #fff;
    opacity: 1;
    transition-duration: 2s;

}




.banner-container .swiper-slide:nth-child(2) .bannerTxt,
.banner-container .swiper-slide:nth-child(3) .bannerTxt {
    color: #111;
}


.bannerTxt h1 {
    font-size: 0.6rem;
    text-shadow: -1px 2px 2px #333333;
    line-height: 1.3;
    display: none;
}

.bannerTxt p {
    font-size: 0.24rem;
    text-shadow: -1px 2px 2px #333333;
    margin-bottom: 0.7rem;
    display: none;
}

.banner-container .swiper-slide:nth-child(2) .bannerTxt h1,
.banner-container .swiper-slide:nth-child(2) .bannerTxt p,
.banner-container .swiper-slide:nth-child(3) .bannerTxt h1,
.banner-container .swiper-slide:nth-child(3) .bannerTxt p {
    text-shadow: none;
}

.more {
    width: 1.93rem;
    position: relative;
    color: #fff;
    display: block;
    transition-duration: .5s;
    margin-left: 4%;
}

.more span {
    position: absolute;
    font-size: 0.18rem;
    top: 0.3rem;
    left: 0.1rem;
    display: block;
}

.more i {

    position: absolute;
    font-size: 0.16rem;
    top: 0.32rem;
    right: 0.2rem;
    display: block;
}

.more:hover {
    color: #fff;
    transform: scale(1.03);
}

.more img {
    display: block;
    width: 100%;
}

.bannerBar {
    position: absolute;
    bottom: 0.9rem;
    left: 0%;

    width: 100%;
    height: 35px;
}

.bannerBar .wrap {

    display: flex;
    align-items: center;
    height: 0.35rem;
}


.banner-container .swiper-pagination-bullet {

    cursor: pointer;
    transition-duration: .5s;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border: none !important;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.08rem !important;
    float: left;
    color: #fff;
    position: relative;

}

.banner-container .swiper-pagination-bullet-active {
    /* background-color: #006acc !important;
    opacity: 1;
    border: 1px solid #006acc !important; */
    background: #00908b;
}





.banner-container .swiper-button-next {
    padding-left: 90px;
    top: 10px;
}

.banner-container .swiper-pagination-bullet {

    cursor: pointer;
    transition-duration: .5s;
    width: 0.14rem;
    height: 0.14rem;
    background: transparent !important;
    border-radius: 50%;
    border: 1px solid #fff !important;
    opacity: 1;
    margin: 0 0.07rem !important;

}

.banner-container .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

.banner-container .swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 0 !important;
    margin: 0;
    position: relative;
    width: auto !important;
}

.banner-container .swiper-button-prev,
.banner-container .swiper-button-next {
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    top: 0;
    left: 0;
}

.banner-container .swiper-button-prev i {
    color: #fff;
    font-size: 0.23rem;
    transform: rotate(180deg);
}

.banner-container .swiper-button-next i {
    color: #fff;
    font-size: 0.23rem;

}

.homeAbout {
    position: relative;
    padding: 0.6rem 0 0 0;
    overflow: hidden;
}

.homeAbout .wrap {
    position: relative;
}

.bg1 {
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 4rem;
    display: block;
}

.homeTi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}

.homeTi h1 {
    font-weight: normal;
    font-size: 0.48rem;
}

.homeTi a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.95rem;
    height: 0.63rem;
    border: 1px solid #2d912c;
    color: #2d912c;
    transition-duration: .5s;
    font-size: 0.2rem;
    border-radius: 0.15rem 0 0.15rem 0;
}

.homeTi a i {
    font-size: 0.14rem;
    display: block;
    margin-left: 0.1rem;
}

.homeTi a:hover {
    background: #2d912c;
    color: #fff;
}

.abZi {
    width: 56%;
    font-size: 0.2rem;

}

.abImg {
    position: absolute;
    top: .2rem;
    right: .6rem;
    width: 50%;
    z-index: 1;
    animation: spin 30s linear infinite;
}

.abImg img,
.abPic img {
    width: 100%;
    display: block;
}

.ysBg {
    width: 100%;
    height: 100%;
    background: #2d912c;
    position: absolute;
    top: 0;
    right: 0;
    transition-duration: 2s;
}

.ysBg.on {
    width: 0;
}

.homePro {
    background: url(../images/indexBg2.png) no-repeat top right;
    padding: 1.4rem 0;
    background-size: 80% auto;
}

.homrpicList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.9rem;
    flex-wrap: wrap;
}

.homrpicList dl {
    width: 14%;
    transition-duration: .5s;
}

.homrpicList dl.hover {
    width: 40%;
}

.homrpicList dl a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;

}

.homrpicList dl dt {
    height: 6rem;
}

.homrpicList dl dt img {
    object-fit: cover;
}

.homrpicList dl dd {
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.homrpicList dl dd h1 {
    font-size: 0.2rem;
    font-weight: normal;
    position: relative;
    left: -0.4rem;
}

.homrpicList dl dd p {
    width: 0.7rem;
    height: 0.7rem;
    background: #2d912c;
    font-size: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem 0 0.2rem 0;
    margin-right: 0.1rem;
    transition-duration: .5s;
    opacity: 0;
}

.homrpicList dl:nth-child(1) dd p {
    font-size: 0.6rem;
}

.homrpicList dl.hover dd {
    justify-content: left;
    padding-left: 0.4rem;
}

.homrpicList dl.hover dd h1 {
    font-size: 0.36rem;
    font-weight: bold;
    left: 0;
}

.homrpicList dl.hover dd p {
    opacity: 1;
}




.abPic {
    position: relative;
    z-index: 2;
    margin-left: 1.8rem;
    margin-top: 0.71rem;
    border-radius: 0.15rem 0 0 0.15rem;
    overflow: hidden;
}

.proBox {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.proBox dl {
    width: 48%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.proBox dl dd {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 80%;
}

.proBox dl dd h1 {
    font-size: 0.26rem;
    border-bottom: 2px solid #2d912c;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
}

.proBox dl dd p a {
    display: block;
    line-height: 0.45rem;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0.1rem;
    transition-duration: .5s;
    font-size: 0.18rem;
}

.proBox dl dd p a:hover {
    padding-left: 0.15rem;
}

.proBox dl dt {
    width: 50%;
    position: relative;
    z-index: 2;
}

.homeNews {
    background: url(../images/indexBg1.png) no-repeat left 0.3rem;
    padding: 0.9rem 0 1rem 0;
    background-size: 20% auto;
}

.newBox2 {
    overflow: hidden;
    position: relative;
    padding-bottom: 0.6rem;
}



.newBox2 .swiper-pagination {
    bottom: 0;
}

.newBox2 .swiper-pagination-bullet {

    cursor: pointer;
    transition-duration: .5s;
    width: 0.1rem;
    height: 0.1rem;
    background: #2d912c;
    border: none !important;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.08rem !important;
    position: relative;

}

.newBox2 .swiper-pagination-bullet-active {
    width: 0.3rem;
    border-radius: 0.3rem;
}




@media (-webkit-device-pixel-ratio: 1.25) {}

@media (-webkit-device-pixel-ratio: 1.5) {}


@media only screen and (max-width: 2000px) {}

@media only screen and (max-width: 1680px) {
    .abPic {
        margin-left: 5%;
    }

}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}


@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 760px) {


    .swiper-slide .b-img,
    .homrpicList dl dd p {
        display: none;
    }

    .bannerBar {
        bottom: 10px;
    }

    .more {
        width: 100px;
    }

    .mobileImg,
    .s-img,
    .proBox {
        display: block;
    }

    .bannerTxt h1 {
        font-size: 20px;
    }

    .bannerTxt p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .homeAbout {
        padding: 30px 0 0 0;
    }

    .abZi {
        width: 100%;
        font-size: 14px;
    }

    .homeTi h1 {
        font-size: 18px;
    }

    .homeTi a {
        font-size: 12px;
        width: 80px;
        height: 30px;
    }

    .homePro {
        padding: 30px 0;
    }

    .proBox dl {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 30px;
    }

    .proBox dl dt {
        width: 18%;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .proBox dl dd {
        position: relative;
        width: 100%;
    }

    .proBox dl dd p a {
        line-height: 30px;
    }

    .proBox dl dd h1 {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .proBox dl dd p a {
        font-size: 14px;
    }

    .homrpicList dl {
        width: 48% !important;
        margin-bottom: 10px;
    }

    .homrpicList dl dt {
        height: 150px;
    }

    .homrpicList dl:last-child {
        width: 100% !important;
    }

    .homrpicList dl dd h1 {
        font-size: 14px !important;
        left: 0;
        font-weight: normal !important;
    }

    .homrpicList dl dd {
        justify-content: center !important;
    }

    .homrpicList {
        padding-bottom: 0;
    }



    .homeNews {
        padding: 30px 0;
    }

}