.titBox {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .4rem;
}

.titLeft {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-right: .26666666666666666rem;

}

.addImg {
    width: .24rem;
    height: .32rem;
}

.addText {
    font-size: .32rem;
    margin: 0 .13333333333333333rem;
}


.downJian {
    /* 利用CSS制作一个向右的箭头 */
    display: inline-block;
    width: .09333333333333334rem;
    height: .09333333333333334rem;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    transform: rotate(45deg);
    margin-bottom: .06666666666666667rem;
}

.titRight {
    flex: 1;
    height: .7466666666666667rem;
    padding: 0 .37333333333333335rem;
    background-color: #FFFFFF;
    border-radius: .37333333333333335rem;
    display: flex;
    align-items: center;
    font-size: .32rem;
    color: #999999;

}
/* 
.titRight a {
    display: flex;
    align-items: center;
    color: #999999;
} */

.titIptImg {
    width: .3333333333333333rem;
    height: .32rem;
    margin-right: .13333333333333333rem;
}

.banner {
    width: 100%;
    height: 3.7466666666666666rem;
    border-radius: .26666666666666666rem;

    margin: .3333333333333333rem 0;
    overflow: hidden;
}

.banner .swiper-wrapper {
    width: 100%;
    height: 100%;
    border-radius: .26666666666666666rem;
}

.banner .swiper-wrapper img {
    border-radius: .26666666666666666rem;
}

.serviceBox {
    width: auto;
    height: auto;
    /* padding: 0 .26666666666666666rem; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serviceType {
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .32rem;
    margin: 0 0 .4rem 0;
}

.serviceBox .serviceType:nth-child(4),
.serviceBox .serviceType:nth-child(8) {
    margin-right: 0 !important;
}

.seTypeImg {
    width: 1.1466666666666667rem;
    height: 1.1466666666666667rem;
    margin: 0 auto.2rem;
}

