.template {
    background-color: #EEEE !important
}

.nav-1 {
    width: 100%;
    margin: 0 auto;
    height: .40rem;
    background-color: #000;
    overflow-x: scroll;
}

.nav-1::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.nav-1 div {
    position: relative;
    top: 0;
    bottom: 0;
    width: 130%;
}

.template .nav-1 a {
    color: #AAAAAA;
    font-size: 12px;
    float: left;
    text-decoration: none;
    margin: 0 .12rem;
    line-height: .40rem
}

.template .nav-1 a:hover,
.template .nav-1 a.cur {
    color: #fff;
}

.plate1 {
    background-color: #EEEE;
    padding: .12rem
}

.item-plate1 {
    background: url('../images/higherServiceBanner.png') no-repeat center;
    background-size: cover;
    display: flex;
    height: 5.6rem;
    color: #fff
}

.p-item {
    padding: .3rem;
    margin-top: .11rem
}

.p-item p {
    line-height: .25rem
}

.p-item p:nth-child(1) {
    font-size: 22px;
}

.p-item p:nth-child(2) {
    font-size: 13px;
}

.p-item p:nth-child(3) {
    font-size: 13px;
    margin-top: .12rem
}

.tab-box-show>p {
    text-align: center;
    color: #4A4A4A;
    line-height: .25rem;
    margin-bottom: .15rem;
    font-size: 13px
}

.lunb>img {
    width: 100%;
}

.swiper-slide span {
    opacity: 0
}

.bottom {
    display: block !important
}

.plate3,
.plate5 {
    background-color: #EEEE;
    padding: .3rem
}

.plate4 {
    background: url('../images/higherServiceBigBanner.png') no-repeat center;
    background-size: contain;
}

.text-style {
    padding: .27rem;
    color: #fff
}

.text-style>p {
    line-height: .23rem
}

.text-style p:nth-child(1) {
    font-size: 22px;
    text-align: center;
    margin: .1rem 0 .2rem
}

.text-style p:nth-child(3),p:nth-child(4),p:nth-child(5) {
    font-size: 15px;
    text-align: justify;
    margin-bottom: .15rem
}

.text-style>img {
    margin-bottom: .3rem
}


/* 选项卡 */
.tab-box {
    background-color: #fff;
    margin-top: .28rem;
}

.tab-menu {
    width: 100%;
}

.text {
    font-size: 22px;
    text-align: center;
    margin: .34rem 0
}

.tab-menu li:first-child {
    background: url('../images/anli-icon1-1.png') no-repeat center/.6rem .6rem;
}

.tab-menu li:nth-child(2) {
    background: url('../images/anli-icon2-2.png') no-repeat center/.6rem .6rem;
}

.tab-menu li.cur:first-child {
    background: url('../images/anli-icon3-3.png') no-repeat center/.6rem .6rem;
}

.tab-menu li.cur:nth-child(2) {
    background: url('../images/anli-icon4-4.png') no-repeat center/.6rem .6rem;
}

.tab-menu li {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    margin: 0 .35rem;
}

.tab-box-2 {
    display: none;
}

.tab-menu ul {
    text-align: center
}

.tab-box-1,
.tab-box-2 {
    margin: .3rem .3rem 0
}

.tab-box-1 a {
    color: #3994FF;
    height: .5rem;
    justify-content: center;
    align-items: center;
}

/* 小三角 */
.tab-box-1::before,
.tab-box-2::before {
    border-left: .25rem solid transparent;
    border-right: .25rem solid transparent;
    border-bottom: .25rem solid;
    content: "";
    position: relative;
    width: 0;
    color: #fff;
    display: flex;
}

.tab-box-1::before {
    bottom: .24rem;
    left: .64rem;
}

.tab-box-2::before {
    left: 2rem;
    bottom: .25rem;
}