a {
    color: #000;
}

.clear {
    clear: both;
}

.zwfw {
    width: 11.7rem;
    height: auto;
    margin: 0.3rem auto 0;
}

.ykb-tit {
    width: 100%;
    height: 0.5rem;
    border-bottom: 0.01rem solid #ccc;
}

.ykb-tit img {
    height: 0.48rem;
    float: left;
    border-bottom: 0.02rem solid #2789ee;
}

.ykb-l {
    width: 6.7rem;
    float: left;
}

.ykb-tabs {
    width: 100%;
    height: 0.4rem;
}

.ykb-tabs li {
    margin-right: 0.2rem;
    float: left;
}

.ykb-tabs li a {
    line-height: 0.5rem;
    font-size: 0.2rem;
    font-weight: bold;
    cursor: pointer;
}

.ykb-tabs .active a {
    color: #2789ee;
}

.ykb-container {
    width: 100%;
}

.ykb-l .item {
    width: 2.94rem;
    height: 1rem;
    padding: 0.25rem 0.1rem;
    background-color: #f3f9fd;
    margin-bottom: 0.3rem;
    box-shadow: 0.03rem 0.03rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
    float: left;
}

.ykb-l .item:hover {
    box-shadow: 0.05rem 0.05rem 0.08rem 0.05rem rgba(0, 0, 0, 0.1);
}

.ykb-l .item:nth-child(2n) {
    margin-left: 0.3rem;
}

.ykb-l .item-l {
    position: relative;
    width: 1.15rem;
    float: left;
}

.ykb-l .item-l::after {
    position: absolute;
    content: "";
    width: 0.01rem;
    height: 100%;
    background-color: #B0D2F5;
    right: 0;
    top: 0;
}

.ykb-l .item-l a:hover {
    color: #2789ee;
}

.ykb-l .item-l span {
    display: block;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
}

.ykb-l .item-l img {
    display: block;
    width: 0.5rem;
    margin: 0.1rem auto;
}

.ykb-l .item-r {
    width: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: right;
}

.ykb-l .item-r li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ykb-l .item-r li a:hover {
    color: #2789ee;
}

.ykb-r {
    width: 4.7rem;
    float: right;
}

.ykb-r .tit {
    line-height: 0.5rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #000;
}

.ykb-r-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ykb-r-list li {
    width: 2.02rem;
    padding: 0.13rem 0.1rem;
    margin-bottom: 0.15rem;
    box-shadow: 0.03rem 0.03rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
    background-color: #f3f9fd;
}

.ykb-r-list li:hover {
    box-shadow: 0.05rem 0.05rem 0.08rem 0.05rem rgba(0, 0, 0, 0.1);
}

.ykb-r-list li a:hover {
    color: #2789ee;
}

.ykb-r-list li img {
    display: block;
    width: 0.5rem;
    margin: 0 auto 0.1rem;
}

.ykb-r-list li span {
    display: block;
    text-align: center;
}

.ykb-r-list li:first-child {
    position: relative;
}

.ykb-r-list li .ykb-app {
    display: none;
    position: absolute;
    width: 1.5rem;
    right: -1rem;
    top: 0;
}

.ykb-r-list li:first-child:hover .ykb-app {
    display: block;
}

.pub-tit {
    width: 100%;
    height: 0.4rem;
    font-size: 0.22rem;
    font-weight: bold;
    border-bottom: 0.01rem solid #ccc;
}

.pub-tit a {
    display: inline-block;
    line-height: 0.38rem;
    color: #2789ee;
    border-bottom: 0.02rem solid #2789ee;
    cursor: pointer;
}

.map {
    margin-top: 0.1rem;
}

.tsfw {
    width: 100%;
    height: 1.7rem;
    margin-top: 0.2rem;
}

.tsfw a {
    position: relative;
    display: block;
    width: 3.7rem;
    height: 1.8rem;
}

.tsfw a img {
    display: block;
    width: 100%;
    height: 100%;
}

.tsfw a span {
    position: absolute;
    display: block;
    width: 100%;
    line-height: 0.4rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    left: 0;
    top: 0.7rem;
    background: rgba(39, 137, 298, 0.7);
}

.bmfw {
    width: 6.7rem;
    float: left;
}

.bszn {
    width: 4.7rem;
    float: right;
}

.bszn-tabs,
.cjfw-tabs {
    width: 100%;
    height: 0.4rem;
}

.bszn-tabs {
    border-bottom: 0.01rem solid #ccc;
}

.bszn-tabs li,
.cjfw-tabs li {
    margin-right: 0.2rem;
    float: left;
}

.bszn-tabs li a,
.cjfw-tabs li a {
    line-height: 0.4rem;
    font-size: 0.22rem;
    cursor: pointer;
}

.bszn-tabs .active,
.cjfw-tabs .active {
    border-bottom: 0.02rem solid #2789ee;
}

.bszn-tabs .active a,
.cjfw-tabs .active a {
    color: #2789ee;
    font-weight: bold;
}

.icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon-list li {
    width: 0.78rem;
    padding: 0.2rem;
    margin-top: 0.2rem;
    background-color: #f3f9fd;
}

.icon-list li:hover {
    box-shadow: 0.03rem 0.03rem 0.08rem 0.03rem rgba(0, 0, 0, 0.1);
}

.icon-list li img {
    display: block;
    margin: 0 auto;
}

.icon-list li span {
    display: block;
    line-height: 0.4rem;
    font-size: 0.18rem;
    text-align: center;
}

.bszn-container {
    position: relative;
    width: 4.7rem;
    height: 2.6rem;
    margin-top: 0.2rem;
}

.bszn-container img {
    width: 100%;
    height: 100%;
}

.bszn-container p {
    position: absolute;
    width: calc(100% - 0.2rem);
    left: 0;
    bottom: 0;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.5rem;
    padding: 0 0.1rem;
    text-align: center;
    background: rgba(39, 137, 298, 0.7);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cjfw-container {
    width: 11.7rem;
    height: 5.8rem;
    margin-top: 0.2rem;
    background-color: #eaf3f8;
}

.person-container,
.company-container {
    width: 100%;
    height: 100%;
}


/* .person-container .swiper-slide-active {
    animation: shake 1s ease-in-out;
    animation-delay: 1s;
    animation-iteration-count: .5;
  }
  
@keyframes shake {
    0% { transform: translateY(0); }
    20% { transform: translateY(-100px); }
    40% { transform: translateY(100px); }
    60% { transform: translateY(-100px); }
    80% { transform: translateY(100px); }
    100% { transform: translateY(0); }
} */

.pl {
    position: absolute;
    width: 40%;
    top: 25%;
    left: 5%;
}

.c-tit {
    display: block;
    font-weight: 800;
    font-size: 0.38rem;
    -webkit-transform: translate3d(0.2rem, 0, 0);
    transform: translate3d(0.2rem, 0, 0);
    color: #0662b1;
    opacity: 0;
    transition: .2s ease .4s;
}

.person-container .swiper-slide-active .c-tit,
.company-container .swiper-slide-active .c-tit {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}

.person-container .pl .item,
.company-container .pl .item {
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transform: translate3d(0.2rem, 0, 0);
    transform: translate3d(0.2rem, 0, 0);
    transition: .2s ease .6s;
}

.person-container .swiper-slide-active .pl .item,
.company-container .swiper-slide-active .pl .item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}

.pl .item li {
    margin-right: 0.3rem;
}

.pl .item a {
    display: block;
    padding: 0.1rem 0.15rem;
    font-size: 0.2rem;
    color: #fff;
    background-color: #4ebbe9;
    border-radius: 0.5rem;
    margin-top: 0.2rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pl .item a:hover {
    text-decoration: underline;
}

/* 服务场景分页样式START*/
.cjfw-container .swiper-pagination {
    width: 90% !important;
    left: 5% !important;
    top: 10% !important;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    font-weight: 300;
    font-size: 0.18rem;
    z-index: 1;
    background: url(cjgw-pagination-bg.png) bottom repeat-x;
}

.cjfw-container .swiper-pagination-bullet {
    width: 2rem;
    height: 0.25rem;
    text-align: center;
    opacity: 1;
    background-color: #8393ac;
    color: #fff;
    margin: 0 0.15rem !important;
    position: relative;
    border-radius: 0.2rem;
    padding: 0.05rem;
    cursor: pointer;
}

.cjfw-container .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0.44rem;
    left: calc(50% - 0.05rem);
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(1);
    transition: .2s;
    border: 2px solid #fff;
}

.cjfw-container .swiper-pagination-bullet i {
    width: 0;
    height: 0;
    position: absolute;
    top: 0.35rem;
    left: calc(50% - 0.08rem);
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-top: 0.1rem solid #8393ac;
}

.cjfw-container .swiper-pagination-bullet-active {
    background-color: #df7b2d;
    font-weight: bold;
}

.cjfw-container .swiper-pagination-bullet-active i {
    border-top: 0.1rem solid #df7b2d;
}

.cjfw-container .swiper-pagination-bullet-active::before {
    background-color: #df7b2d;
}

.cjfw-container .swiper-button-next:after,
.cjfw-container .swiper-button-prev:after {
    font-size: 0.26rem;
    font-weight: bold;
}

.cjfw-container .swiper-button-next,
.cjfw-container .swiper-button-prev {
    top: 14%;
}

.bsznjd {
    width: 11.7rem;
    height: 1.1rem;
    margin: .2rem auto auto;
}

.bsznjd a img {
    width: 100%;
}


/* 服务场景分页样式END */

@media screen and (max-width: 768px) {
    .box {
        box-sizing: border-box;
        width: 100%;
        padding: .2rem;
        margin-top: 0;
    }

    .zwfw {
        width: 100%;
        margin-top: .3rem;
    }

    .ykb-tit {
        height: .6rem;
    }

    .ykb-tit img {
        height: .58rem;
    }

    .ykb-l,
    .ykb-r {
        width: 100%;
        float: none;
    }

    .ykb-tabs {
        height: .6rem;
    }

    .ykb-tabs li {
        margin-right: .2rem;
    }

    .ykb-tabs li a {
        line-height: .6rem;
        font-size: .28rem;
    }

    .ykb-l .item {
        width: 100%;
        height: auto;
    }

    .ykb-l .item:nth-child(2n) {
        margin-left: 0;
    }

    .ykb-l .item-l {
        display: flex;
        align-items: center;
        width: 1.3rem;
        height: 1.5rem;
    }

    .ykb-l .item-l span {
        font-size: .26rem;
    }

    .ykb-l .item-r {
        width: calc(100% - 1.6rem);
    }

    .ykb-l .item-r li a {
        line-height: .5rem;
        font-size: .26rem;
    }

    .ykb-r .tit {
        line-height: .6rem;
        font-size: .28rem;
    }

    .ykb-r-list li {
        box-sizing: border-box;
        width: 32%;
    }

    .ykb-r-list li span {
        font-size: .26rem;
    }

    .bszn-tabs,
    .cjfw-tabs {
        height: .6rem;
    }

    .bszn-tabs li a,
    .cjfw-tabs li a {
        line-height: .6rem;
        font-size: .28rem;
    }

    .pub-tit {
        height: .6rem;
        font-size: .28rem;
    }

    .pub-tit a {
        line-height: .6rem;
    }

    .tsfw {
        height: auto;
    }

    .tsfw a {
        width: 100%;
        height: auto;
    }

    .tsfw a span {
        line-height: .5rem;
        top: calc(50% - .25rem);
        font-size: .24rem;
    }

    .bmfw,
    .bszn {
        width: 100%;
        float: none;
    }

    .bszn-container {
        width: 100%;
        height: 52vw;
    }

    .bszn-container .swiper-slide a {
        display: block;
    }

    .location-cur-pos {
        line-height: .6rem;
    }

    .location-cur-pos h1 {
        font-size: .26rem;
    }

    .location-section ul li button {
        padding: .1rem;
        font-size: .24rem;
    }

    .map-search-box .search-input {
        height: .5rem;
        line-height: .5rem;
        font-size: .2rem;
    }

    .search-icon {
        width: .24rem;
        height: .24rem;
        top: .13rem;
    }

    .location-list .location-addr h3 {
        font-size: .2rem;
    }

    .addr-info {
        line-height: .4rem;
        font-size: .2rem;
    }

    .icon-list li {
        box-sizing: border-box;
        width: 18%;
        padding: .1rem;
    }

    .icon-list li span {
        line-height: .4rem;
        font-size: .24rem;
    }

    .cjfw-container {
        width: 100%;
        height: auto;
    }

    .c-tit {
        font-size: .28rem;
    }

    .pl .item a {
        padding: .1rem .2rem;
        font-size: .24rem;
    }

    .cjfw-container .swiper-pagination {
        flex-wrap: wrap;
        background: none;

    }

    .cjfw-container .swiper-pagination-bullet {
        width: auto;
        height: .5rem;
        line-height: .5rem;
        padding: 0 .15rem;
        margin: .05rem !important;
        font-size: .28rem;
        border-radius: 0;
    }

    .cjfw-container .swiper-pagination-bullet::before,
    .cjfw-container .swiper-pagination-bullet-active::before {
        display: none;
    }

    .pl {
        width: auto;
    }

    .cjfw-container .swiper-button-next,
    .cjfw-container .swiper-button-prev,
    .cjfw-container .swiper-pagination-bullet i {
        display: none;
    }

    .swiper-pagination-bullet {
        border-radius: 0;
    }

    .bsznjd {
        width: 100%;
        height: auto;
    }
}