body,
html {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ===== banner轮播 开始 ===== */
.indexSwiper {
    position: relative;
    width: 100%;
    height: auto;
}

.indexSwiper .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
}

.indexSwiper .black h2 {
    color: #333;
}

.indexSwiper .swiper-pagination {
    bottom: 15px !important;
}

@media (max-width: 992px) {
    .indexSwiper .swiper-pagination {
        display: none !important;
    }
}

.topBannerBg .tipImg {
    position: relative;
    z-index: 10;
}

/* ===== banner轮播 结束 ===== */

/*
.bannerSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerSwiper a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerSwiper a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */


.topBannerBg {
    position: relative;
}


/* 鼠标滚轮提示动画 start */
.tipImg {
    position: relative;
    bottom: 40px;
    left: 0px;
}

.bannerTip {
    position: absolute;
    bottom: 0px;
    left: 5%;
    /* transform: translate(-50%, -50%); */
    display: block;
    width: 38px;
    margin: 0 auto;
    height: auto;
    animation: imganimation 2s linear infinite;
}

@keyframes imganimation {
    0% {
        bottom: 25px;
    }

    50% {
        bottom: 55px;
    }

    100% {
        bottom: 25px;
    }
}

.tipImg span {
    margin-top: 20px;
}

/* 鼠标滚轮提示动画end*/





/* 关于我们 */
.aboutBg {
    background: linear-gradient(to left, #ECFEFF, #DCE4FA);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 80px 0px;
}

.aboutIndex {
    position: relative;
    z-index: 9;
}

.aboutUs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.aboutUsL {
    width: 48%;
}

.aboutUsL p {
    line-height: 2;
    text-align: justify;
}

.aboutUsL .pubImgBox {
    padding-top: 72%;
}

.pubBtnRight a {
    width: 400px;
}

.aboutUsR {
    width: 48%;
}

.aboutUsR img {
    width: 100%;
}

.aboutUsL p {
    line-height: 2;
}

.picSingle .leftImg {
    position: absolute;
    left: -50px;
    bottom: 20px;
    z-index: 3;
    width: 300px;
}




/* 服务和内容 */
.serveTemp {
    height: 100%;
    width: 100%;
    position: relative;
}

.servePart ul {
    display: flex;
}

.servePart ul li {
    width: 33.3%;
    position: relative;
    overflow: hidden;
}

.servePart ul li img {
    display: block;
    width: 101%;
    height: 101%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.servePart ul li:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.middleTxt {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -20%);
    color: #fff;
    width: 80%;
}

.middleTxt h2 {
    font-weight: 700;
    padding-bottom: 35px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    position: relative;
}

.middleTxt h2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 66px;
    height: 4px;
    background: #71BA2D;
}

.middleTxt .kind {
    display: block;
    min-height: 130px;
}

.middleTxt .kind li {
    width: 100%;
    margin-top: 20px;
    list-style: disc;
}

.middleTxt .kind a {
    max-width: 250px;
    padding-left: 20px;
    padding-right: 24px;
    position: relative;
    background: url(../images/jtRightW.png)no-repeat center right;
    background-size: 12px 12px;
}

.middleTxt .kind a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #71BA2D;
}


/* 自助康复 */
.selefGuide {
    background: url(../images/index-bg3.png)no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 160px 0px;
}

.selefGuide .lineBg {
    display: block;
    height: 100%;
    width: auto;
    max-width: 58%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.guideIndex {
    color: #fff;
}

.guideIndex {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
}

.guideRight {
    width: 560px;
}

.guideRight .logo-t {
    display: block;
    width: 100px;
}

.guideRight h1 {
    margin-top: 30px;
    font-weight: 600;
}

.guideRight p {
    margin-top: 42px;
    line-height: 2;
    text-align: justify;
}

.pubBtnRight {
    margin-top: 60px;
}

.pubBtnRight img {
    margin-left: 20px;
}

.pubBtnBg a {
    background: #71BA2D;
    color: #fff;
    width: 260px;
    border: 1px solid #71BA2D;
}

.pubBtnBg a i {
    background: url(../images/jtRightW.png)center center no-repeat;
    width: 16px;
    height: 25px;
}





/* 听听心声 */
.listenWrap {
    background: url(../images/heartBg.png)no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 120px 0px;
}

.listenIndex .introTxt {
    width: 680px;
    margin-top: 60px;
    line-height: 2;
    text-align: justify;
    color: #333;
}

.listenSwiper {
    margin-top: 100px;
    padding-bottom: 100px;
}

.listenSwiper .swiper-slide{
    height: auto;
}

.listenSwiper .swiper-wrapper{
    align-items: stretch;
}

.listenSwiper .introItem .introBg {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
}

.listenSwiper .introItem:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50px;
    width: 10px;
    height: 64px;
    background: #71BA2D;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.listenSwiper .introItem .name {
    color: #000;
    font-weight: 500;
}

.listenSwiper .introItem .nameIntro {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.listenSwiper .introItem .nameIntro .kind {
    margin-right: 30px;
    color: #2E3F2D;
}

.listenSwiper .introItem .contIntroTxt {
    color: #333;
    margin-top: 20px;
    line-height: 2;
    text-align: justify;
}


.listenSwiper .swiper-pagination {
    text-align: left;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}


.listenSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 10px;
}

.swiper-pagination-bullet {
    background: #E5E5E5;
    opacity: 1;
}

.listenSwiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #71BA2D;
    width: 60px;
    border-radius: 10px;
}



/* 归野 */

.bottomWrap {
    background: url(../images/index-bg5.png)no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 120px 0px;
    color: #fff;
    padding-bottom: 280px;
}

.bottomIndex {
    max-width: 900px;
}

.bottomIndex img {
    width: 370px;
    display: block;
    margin: 0 auto;
}

.botIntro {
    color: #FFF;
    margin-top: 120px;
    line-height: 2;
    text-align: justify;
}




/* 适配 */
@media (max-width: 1680px) {}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {
    .picSingle .leftImg {
        width: 250px;
    }

    .middleTxt {
        bottom: -20px;
    }

    .middleTxt h2 {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .middleTxt .kind li {
        margin-top: 15px;
    }

    .selefGuide {
        padding: 110px 0px;
    }
}

@media (max-width: 992px) {
    .aboutBg {
        padding-top: 30px;
    }

    .aboutUs {
        display: block;
    }

    .aboutUsL {
        width: 100%;
    }

    .aboutUsR {
        width: 100%;
        margin-top: 30px;
    }

    .picSingle .leftImg {
        width: 200px;
    }

    .bannerTip {
        width: 25px;
    }


    .servePart ul {
        display: block;
    }

    .servePart ul li {
        width: 100%;
    }

    .pubBtnRight {
        margin-top: 30px;
    }

    .pubBtnRight a {
        width: 280px;
        height: 45px;
        line-height: 45px;
        margin-top: 30px;
    }


    .selefGuide {
        padding: 40px 20px;
    }

    .guideRight .pubBtnRight a {
        width: 180px;
    }

    .pubBtnRight a i {
        width: 20px;
        height: 20px;
        margin-left: 25px;
    }

    .pubBtnRight a {
        width: 320px;
    }

    .listenWrap {
        padding: 40px 0px;
    }

    .listenIndex .introTxt {
        width: 100%;
    }

    .listenIndex .introTxt {
        margin-top: 30px;
    }

    .listenSwiper {
        margin-top: 30px;
        padding-bottom: 30px;
    }



    .bottomWrap {
        padding: 40px 0px;
    }

    .bottomIndex img {
        width: 200px;
    }

    .botIntro {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {
    .tipImg {
        bottom: 0px;
    }

    .picSingle .leftImg {
        width: 100px;
    }

    .picSingle .leftImg {
        left: -20px;
        top: -60px;
    }

    .selefGuide .lineBg {
        max-width: unset;
        width: 100%;
    }
}