.banner {
    width: 100%;
    height: 8rem;
    background: url('../img/service/service-banner.png');
    background-size: cover;
    overflow: hidden;
}

.bannerBox {
    width: 19.2rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 3.2rem;
    padding-left: 2rem;
}

.bannerTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    width: max-content;
}

.bread {
    color: #ffffff;
    width: max-content;
    display: flex;
    gap: 0.05rem;
    align-items: center;
    margin-top: 0.4rem;
}

.bread img {
    width: 0.14rem;
    height: 0.14rem;
}

.bread div {
    display: flex;
    gap: 0.05rem;
}

.bread div span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: left
}

/* nav */
.navMain {
    width: 100%;
    height: 0.75rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(80, 80, 80, 0.14);
    border-radius: 0rem 0rem 0rem 0rem;
    margin: 0 auto;
}

.navBox {
    width: 15.7rem;
    height: 100%;
    margin: 0 auto;
}

.nav-swiper {
    height: 100%;
}

.nav-swiper .swiper-wrapper {
    width: 15.4rem !important;
    margin: 0 auto;
    height: 100%;
}

.nav-swiper .swiper-slide {
    width: calc(100% / 5) !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-swiper .swiper-slide:hover a {
    color: #0055A7;
}

.nav-swiper .swiper-slide a {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}

.nav-swiper .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.02rem;
    background: #0055A7;
    width: 0%;
    transition: all 0.3s;
}

.nav-swiper .swiper-slide:hover:after {
    width: 100%;
}

.nav-swiper .navNext::after,
.nav-swiper .navPrev::after {
    content: '' !important;
}

.nav-swiper .navNext,
.nav-swiper .navPrev {
    width: 0.1rem;
    height: 0.15rem;
    margin-top: -0.05rem;
    display: none;
}

.nav-swiper .navPrev img {
    transform: rotate(180deg);
}

.slide-act a {
    color: #0055A7 !important;
}

.slide-act:after {
    width: 100% !important;
}

.nav-swiper .navPrev img,
.nav-swiper .navNext img {
    filter: brightness(0.3) invert(0.5);
}

.nav-swiper .navPrev img:hover {
    filter: unset;
}

.nav-swiper .navNext img:hover {
    filter: unset;
}

.serviceList {
    margin: 0.8rem auto 1.2rem;
    width: 15.2rem;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.serviceItem {
    width: 4.8rem;
    height: 3.2rem;
    background: #FBFBFB;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    padding: 0.2rem;
    transition: all 0.3s;
}

.serviceItem-box {
    width: 4.4rem;
    height: 2.8rem;
    background: url('../img/service/serviceItem-bg.png');
    background-size: cover;
    padding-top: 0.71rem;
}

.serviceItem-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto 0.45rem;
}

.serviceItem-Tit {
    width: max-content;
    display: flex;
    gap: 0.1rem;
    align-items: center;
    margin: 0 auto;
}

.serviceItem-Tit span {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
}

.serviceItem-Tit img {
    width: 0.12rem;
    height: 0.2rem;
    filter: grayscale(100%);
}

.serviceItem:hover {
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 85, 167, 0.17);
    background: #FFFFFF;
}

.serviceItem:hover .serviceItem-Tit span {
    color: #0055A7;
}

.serviceItem:hover .serviceItem-Tit img {
    filter: unset;
}

/* 常见问题 */
.commonQues {
    width: 15.2rem;
    margin: 0.8rem auto 0;
}
.main{
    background: #FCFCFC;
    padding-bottom: 1.4rem;
}

.commonQuesTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    text-align: center;
}

.commonQuesList {
    margin-top: 0.5rem;
}

.commonQuesItem {
    margin-bottom: 0.3rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.13rem 0.01rem rgba(162, 162, 162, 0.14);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    padding: 0.29rem 0.4rem 0.29rem 0.55rem;
    height: 1.08rem;
    display: flex;
    justify-content: space-between;
}

.commonQues-L {
    display: flex;
    align-items: center;
}

.commonQues-L .Ques-icon {
    width: 0.4rem;
    height: 0.4rem;
}

.commonQues-L span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    margin-left: 0.35rem;
}

.commonQues-R {
    width: 0.5rem;
    height: 0.5rem;
    overflow: hidden;
    border-radius: 50%;
    border: 0.01rem solid #0055A7;
    position: relative;
}

.commonQues-R .Ques-arrow {
    width: 0.09rem;
    height: 0.15rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.commonQues-R::after {
    content: '';
    width: 0.01rem;
    height: 0.01rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0055A7;
    transition: all 0.3s;
    border-radius: 50%;
}
.commonQuesItem:hover .commonQues-R{
    background: #0055A7;
    transition: all 0s 0.3s;
}
.commonQuesItem:hover .commonQues-R::after {
    width: 0.51rem;
    height: 0.51rem;
}

.commonQuesItem:hover .commonQues-R .Ques-arrow {
    filter: brightness(0) invert(1);
}

.pages {
    margin: 0.6rem auto 0;
    height: 0.32rem;
    display: flex;
    gap: 0.2rem;
    justify-content: center;
}

.all,
.now {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    line-height: 0.28rem
}

.pages-prve,
.pages-next {
    width: 0.16rem;
    height: 0.16rem;
}

.pages-prve {
    transform: rotate(180deg);
}

.pages-num {
    display: flex;
    gap: 0.08rem;
}

.pages-num a {
    width: 0.32rem;
    height: 0.32rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.01rem solid #DEDEDE;
}

.pages-num span {
    width: 0.32rem;
    height: 0.32rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    line-height: 0.24rem;
    text-align: center;
}
.pages-act{
    color: #ffffff !important;
    border: 0.01rem solid #0055A7 !important;
    background: #0055A7;
}
/* 常见问题详情 */
.question {
    width: 15.2rem;
    margin: 1rem auto 0;
}

.questionTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.46rem;
    text-align: center;
}

.date {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    border-bottom: 0.01rem solid #DCDCDC;
    padding-bottom: 0.2rem;
    margin-top: 0.4rem;
}

.date span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
}

.querstionBOX {
    padding: 0.35rem 0 0.4rem;
    border-bottom: 0.01rem solid #DCDCDC;
}

.querstionBOX P {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 0.34rem;
    text-align: left;
}

.querstionPages {
    margin-top: 0.25rem;
    display: flex;
    justify-content: space-between;
}

.quePages-L {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.quePages-L a {
    height: 0.21rem;
    display: flex;
}

.quePages-L a:hover span {
    color: #0055A7;
}

.quePages-L a span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.29rem;
    text-align: left;
}

.quePage-R {
    width: 1.14rem;
    height: 0.43rem;
    background: #0055A7;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.43rem;
    text-align: center;
}