.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.service-content {
    font-size: 0.14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-intro {
    width: 48%;
    height: 8.68rem;
}

.item-top {
    width: 6.2rem;
    height: 2.1rem;
    margin: 0 auto;
    padding: 0.7rem 0;
}

.item-top img{
    width: 100%;
    height: 100%;
}

.service-detail {
    height: 7.18rem;
    padding: 0 1rem 0 1rem;
    box-shadow: 0px 0px 154px 39px rgba(218,218,218,0.48);
    margin-top: 0.7rem;
}

.service-tag{
    font-size: 0.16rem;
    margin-left: 1.3rem;
    color: #767879;
    height: 0.6rem;
    display: flex;
}

.arrow-pic{
    width: 0.3rem;
    height: 0.6rem;
}
.arrow-num{
    width: 1rem;
    line-height: 0.6rem;
    text-align: center;
}
.curnum{
    color: #FAB13D;
}
.service-tag img{
    height: 0.6rem;
}

.tit-01{
    font-size: 0.58rem;
    font-weight: bold;
    vertical-align: top;
    color: #1D2022;
}
.tit-02{
    font-size: 1.1rem;
    color: #FAB13D;
    font-weight: bold;
}
.tit-03{
    font-size: 0.33rem;
    color: #1D2022;
    font-weight: bold;
}
.tit-04{
    font-size: 0.14rem;
}

.curnums {
    color: #FAB13D;
}

.service-pic {
    width: 52%;
    height: 8.68rem;
}

.service-pic img {
    width: 100%;
    height: 100%;
}

.con-box p {
    color: #4A4E51;
    font-size: 0.21rem;
    line-height: 0.5rem;
    padding-bottom: 0.6rem;
    text-align: left;
}

.see-more {
    font-size: 0.20rem;
    color: #47A159;
    padding: 0.2rem 0.65rem;
    border: 1px solid #47A159;
    margin-top: 0.6rem;
    border-radius: 0.04rem;
}

.see-more:hover{
    color: #fff;
    background: #47A159;
}

.news{
    width: 86%;
    margin: 0 auto;
    height: 4.8rem;
    box-shadow:0px 0px 74px 0px rgba(189, 155, 155, 0.14);
    font-size: 0.2rem;
    display: flex;
}

    .news h3 {
        color: #339845;
        font-size: 0.24rem;
        margin: 0.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.news-date {
    margin: 0.2rem 0.5rem;
    color: #777B7E;
    font-size: 0.12rem;
}

.news-img {
    width: 50%;
}

.news-box {
    width: 50%;
}

.news-intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 0.22rem;
    color: #777B7E;
    line-height: 0.35rem;
    margin: 0 0.5rem 0.4rem 0.5rem;
}

.more {
    margin: .5rem 0 0 .5rem;
}

.see-more02 {
    cursor: pointer;
    font-size: 0.14rem;
    padding: 0.1rem 0.2rem;
    border-radius: 4px;
    border: 1px solid #47A159;
    color: #47A159;
}

.see-more02:hover{
    color: #fff;
    background: #47A159;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination > .swiper-pagination-bullet {
    width: 20px !important;
    height: 4px !important;
    border-radius: 2px !important;
}

.swiper-pagination-bullet {
    background: #90928f !important;
}

.swiper-pagination-bullet-active {
    background: #47a157 !important;
}

.service-swiper-container {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}

.service-tit {
    padding: 0.95rem 0 0 0;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../../img/home/arrow-left.png) !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../../img/home/arrow-right.png) !important;
}
