
.banner{
    overflow: hidden;
}
.banner .imgs img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination{
    display: block;
    position: absolute;
    z-index: 50;
    width: 70%;
    left: 15%;
    bottom: 7.7%;
    /*margin-bottom: 100px;*/
    text-align: center;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    background: #fff;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    box-shadow: 3.7px 3.7px 0 rgba(18,46,98,.5);
    vertical-align: bottom;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 60px;
    border-radius: 20px;
}
.banner .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    display: none;
}
.banner .t1{
    width: 100%;
    font-size: 1.7em;
    line-height: 1.765;
    text-shadow: -1.2px 2.7px 16px rgba(0,0,0,0.75);
}
.banner .t2{
    width: 100%;
    font-size: 2.4em;
    line-height: 1.25;
    text-shadow: -1.2px 2.7px 16px rgba(0,0,0,0.75);
}
.banner .t3{
    font-size: 1em;
    line-height: 1.4em;
    margin-top: 1.2em;
}
@media screen and (max-width: 767px){
    .banner .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        box-shadow: 2.1px 2.1px 0 rgba(18,46,98,.5);
    }
    .banner .swiper-pagination .swiper-pagination-bullet-active{
        width: 45px;
        border-radius: 20px;
    }
}

.yh-title{
    overflow: hidden;
}
.yh-title .cn{
    float: left;
    font-size: 2em;
    line-height: 1.25;
    color: #009944; 
}
.yh-title .en{
    float: left;
    font-size: 1em;
    line-height: 1.5em;
    color: #333333;
    margin-left: 0.5em;
    margin-top: 1em;
}
@media screen and (max-width: 767px){
    .yh-title .cn{
        float: left;
        font-size: 0.28rem;
        line-height: 0.4rem;
        color: #009944; 
    }
    .yh-title .en{
        float: left;
        font-size: 0.16rem;
        line-height: 0.2rem;
        color: #333333;
        margin-left: 0.1rem;
        margin-top: 0.16rem;
    }
}

.walkbox{
    padding: 4.8em 0 5em;
}
.walkbox .IndexCon{
    background: url(../image/yh-index-about-bg.jpg) no-repeat bottom center;
}
.w-bot{
    margin-top: 2.25em;
}
.w-bot .l-text{
    float: left;
    width: 50.36%;
}
.w-bot .l-text .det{
    font-size: 0.9em;
    line-height: 2.06;
    color: #222;
    min-height: 14.42em;
}
.w-bot .r-imgs{
    position: relative;
    float: right;
    width: 29.56%;
    margin-right: 13.28%;
    margin-top: 0.5em;
}
.w-bot .r-imgs img{
    display: block;
    width: 100%;
}
.w-bot .r-imgs .imgs2{
    position: absolute;
    z-index: -5;
    width: 66.83%;
    right: -6.9em;
    top: -4.4em;
}

.l-more{
    border: 1px solid #009944;
    width: 8em;
    padding-left: 1.5em;
    margin-top: 1.5em;
}
.l-more a{
    display: block;
    font-size: 0.8em;
    line-height: 2.625;
    color: #009944;
    background: url(../image/yh-more-ico.png) no-repeat right 1.2em center;
    background-size: 14px;
}
@media screen and (max-width: 767px){
    .l-more{
        padding-left: 0;
    }
    .l-more a{
        background: #009944;
        text-align: center;
        color: #fff;
    }
}
.l-more:hover{
    background: #009944;
}
.l-more:hover a{
    color: #fff;
    background: url(../image/yh-more-ico2.png) no-repeat right 1.2em center;
    background-size: 14px;
}


.scopebox{
    background: #f9f9f9;
    padding: 3.78em 0 4.6em;
    overflow: hidden;
}
.scope-swp{
    margin-top: 2.75em;
    position: relative;
    overflow: visible;
    padding-bottom: 2.3em;
}
.scope-swp .swiper-container{
    overflow: visible;
}
.scope-swp .swiper-slide{
    padding: 0 1.8em;
}
.scope-swp .swiper-slide .imgbox{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.scope-swp .swiper-slide .adjust{
    width: 100%;
    opacity: 0;
}
.scope-swp .swiper-list{
    position: absolute;
    z-index: 10;
    left: 3.3em;
    bottom: 0;
    width: 19.25em;
    height: 76%;
    background-color: #fff;
    box-shadow: -3.58px 7.15px 26px rgba(0,0,0,0.11);
    padding: 3.1em 2.4em 0;
}
.scope-swp .swiper-list .item{
    display: none;
}
.scope-swp .swiper-list .item.on{
    display: block;
}
.scope-swp .swiper-list .tit{
    font-size:1.5em;
    line-height: 1.334;
    font-weight: bold;
    color: #222222;
}
.scope-swp .swiper-list .det{
    font-size: 0.9em;
    line-height: 1.556;
    color: #222222;
    margin-top: 1em;
}
.scope-swp .swiper-list .i-more{
    width: 10em;
    margin-top: 2em;
}
.scope-swp .swiper-list .i-more a{
    display: block;
    font-size: 0.8em;
    line-height: 3em;
    color: #fff;
    background-color: #009944;
    text-align: center;
}
.scope-swp .swiper-list .i-more a:hover{
    background-color: #03bf57;
}
.scope-swp .swiper-pagination{
    z-index: 30;
    left: 4.75em;
    bottom: 3.5em;
    text-align: left;
    width: auto;
    font-size: 1.2em;
    line-height: 1.666em;
    color: #222222;
}
.scope-swp .swiper-pagination-current{
    font-size: 1.666em;
    line-height: 1;
    color: #009944;
}
.scope-swp .num1 .swiper-pagination-current:before{
    content: "0";
}
.scope-swp .num2 .swiper-pagination-total:before{
    content: "0";
}
.scope-swp .swiper-button-next{
    position: absolute;
    left: 100%;
    margin-left: 3.5em;
    top: 50%;
    margin-top: -5.6em;
    background: #009944 url(../image/nextbtn.png) no-repeat center;
    background-size: 16px auto;
    width: 3.3em;
    height: 3.3em;
}
.scope-swp .swiper-button-next:before{
    display: none;
}
.scope-swp .swiper-button-prev{
    position: absolute;
    left: 0;
    margin-left: -6.8em;
    top: 50%;
    margin-top: -5.6em;
    background: #009944 url(../image/prevbtn.png) no-repeat center;
    background-size: 16px auto;
    width: 3.3em;
    height: 3.3em;
}
.scope-swp .swiper-button-prev:before{
    display: none;
}
@media screen and (max-width: 1440px){
    .scope-swp .swiper-button-next{
        margin-left: 1.8em;
    }
    .scope-swp .swiper-button-prev{
        margin-left: -5.1em;
    }
}

.infobox{
    padding: 4.35em 0 2.1em;
}
.info-list{
    overflow: hidden;
    margin: 2.2em -1.15em 0;
}
.info-list .item{
    float: left;
    width: 33.333%;
    padding: 0 1.15em;
    position: relative;
    height: 4.3em;
    margin-bottom: 2.1em;
}
.info-list .item .date{
    position: absolute;
    left: 1.15em;
    top: 0;
    background-color: #f2f2f2;
    height: 4.3em;
    width: 4.3em;
    text-align: center;
    font-family: Arial;
    padding-top: 0.6em;
}
.info-list .item .date .day{
    font-size: 2.5em;
    line-height: 0.8em;
    color: #009944;
}
.info-list .item .date .year{
    font-size: 0.8em;
    line-height: 1.625;
    color: #999;
    margin-top: 2px;
}
.info-list .item .text{
    padding: 0.7em 0 0 5.3em;
}
.info-list .item .text .txt{
    font-size: 0.9em;
    line-height: 1.667;
    height: 3.334em;
    overflow: hidden;
}
.info-list .item .text a{
    color: #000;
}
.info-list .item .text a:hover{
    color: #009944;
}

.inwsbox{
    padding: 4.4em 0 4.25em;
    background-color: #f9f9f9;
}
.inwsbox .n-list{
    margin: 2.2em -1.1em 0;
}
.inwsbox .n-list .item{
    padding: 0 1.1em;
    width: 33.333%;
    float: left;
}
.inwsbox .n-list .item .imgs{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inwsbox .n-list .item img{
    display: block;
    width: 100%;
    opacity: 0;
}
.inwsbox .n-list .item .text{
    margin-top: 1.25em;
    font-size: 1em;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}
.inwsbox .n-list .item .text:hover{
    color: #009944;
}
.inwsbox .n-list .item .time{
    font-size: 0.8em;
    line-height: 1.625;
    margin-top: 0.625em;
    color: #009944;
}

.contbox {
    background: url(../image/yh-index-cantactbg.jpg) no-repeat center;
    background-size: cover;
}
.contbox .cont{
    padding: 4.5em 0 4em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contbox .yh-title .cn{
    color: #fff;
}
.contbox .yh-title .en{
    color: #fff;
}
.cont-list .item{
    padding-left: 1.9em;
    font-size: 1em;
    line-height: 28px;
    margin-bottom: 1em;
    color: #fff;
}
.cont-list .item.item-tel{
    background: url(../image/yh-index-cont-ico1.png) no-repeat left center;
    background-size: 21px auto;
}
.cont-list .item.item-nam{
    background: url(../image/yh-index-cont-ico2.png) no-repeat left center;
    background-size: 21px auto;
}
.cont-list .item.item-add{
    background: url(../image/yh-index-cont-ico3.png) no-repeat left center;
    background-size: 21px auto;
}
.cont-list .c-more{
    padding-top: 0.7em;
    margin-left: 1.9em;
}
.cont-list .c-more a{
    display: block;
    width: 10em;
    font-size: 0.8em;
    line-height: 2.5em;
    color: #fff;
    background: #009944;
    text-align: center;
}
.cont-list .c-more a:hover{
    background: #03bf57;
}

@media screen and (max-width: 768px){
    .banner .t1{
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .banner .t2{
        font-size: 0.3rem;
        line-height: 0.4rem;
    }
    .banner .t3{
        font-size: 0.16rem;
        margin-top: 0.1rem;
    }
    .walkbox{
        padding: 0.4rem 0;
    }
    .w-bot{
        margin-top: 0.2rem;
    }
    .w-bot .r-imgs{
        display: none;
    }
    .w-bot .l-text{
        width: 100%;
    }
    .w-bot .l-text .det{
        font-size: 0.16rem;
        min-height: auto;
    }
    .scopebox{
        padding: 0.4rem 0;
    }
    .scope-swp{
        width: 86%;
        margin: 0.2rem auto 0;
    }
    .scope-swp .swiper-slide{
        padding: 0 0.1rem;
    }
    .scope-swp .swiper-button-prev{
        display: none;
    }
    .scope-swp .swiper-button-next{
        display: none;
    }
    .scope-swp .swiper-pagination{
        display: none;
    }
    .scope-swp .swiper-slide .imgbox{
        min-height: 2.8rem;
    }
    .scope-swp .swiper-list{
        padding: 0.15rem;
        width: 2rem;
        height: auto;
        bottom: -0.2rem;
    }
    .scope-swp .swiper-list .tit{
        font-size: 0.20rem;
        line-height: 0.3rem;
    }
    .scope-swp .swiper-list .det{
        font-size: 0.15rem;
        line-height: 0.24rem;
        height: 0.48rem;
        overflow: hidden;
        margin-top: .05rem;
    }
    .scope-swp .swiper-list .i-more{
        margin-top: 0.1rem;
    }
    .scope-swp .swiper-list .i-more a{
        line-height: 2.5em;
    }
    .infobox{
        padding: 0.4rem 0 0.35rem;
    }
    .info-list{
        margin-top: 0.2rem;
    }
    .info-list .item{
        width: 100%;
        margin-bottom: 0.15rem;
    }
    .inwsbox{
        padding: 0.4rem 0 0.25rem;
    }
    .inwsbox .n-list .item{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .inwsbox .n-list .item .text{
        font-size: 0.16rem;
        margin-top: 0.08rem;
    }
    .inwsbox .n-list .item .time{
        font-size: 0.15rem;
        line-height: 0.2rem;
        margin-top: 0.03rem;
    }
    .contbox .cont{
        display: block;
        padding: 0.4rem 0;
    }
    .contbox .cont-list{
        width: 80%;
        margin: 0.2rem auto 0;
    }
    .cont-list .item{
        margin-bottom: 0.1rem;
        font-size: 0.16rem;
        line-height: 0.28rem;
        background: none !important;
        padding-left: 0;
    }
    .cont-list .c-more{
        margin-left: 0;
    }
    .cont-list .c-more a{
        margin: 0 auto;
    }
}