@charset "UTF-8";

.comm-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.comm-dots li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-right: 3px;
    margin-left: 3px;
}

.comm-dots li button {
    width: 10px;
    height: 10px;
    font-size: 0;
    border: 0;
    padding: 0;
    outline: 0;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: width .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comm-dots li.slick-active button {
    width: 44px;;
}

.top-banner-box {
    overflow: hidden;
}

.top-banner-box::before {
    padding-top: 41.6666666667%;
}

.top-banner-box.index::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    opacity: .5;
}

.top-banner-box__wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.top-banner-item {
    position: relative;
    display: block
}

/*移动端图片热区标签s*/
.tag-m-box:before {
    display: table;
    content: '';
}
.tag-m-box:after {
    clear: both;
}
.tag-m-box-item {
    position: relative;
}
.tag-m-box-item .whole-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}
/*移动端图片热区标签e*/

.top-banner-item__img {
    overflow: hidden;
}

.top-banner-item__img::before {
    padding-top: 41.6666666667%
}

.top-banner-item__intro {
    position: absolute;
    right: 0;
    left: 0
}

.top-banner-item__title {
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1.2
}

.top-banner-item__desc {
    font-weight: 300;
    line-height: 1.5;
    margin-top: 1em
}

.top-banner-item__title, .top-banner-item__desc {
    visibility: hidden;
    opacity: 0;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.ready .slick-current .top-banner-item__title, .ready .slick-current .top-banner-item__desc {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.ready .slick-current .top-banner-item__title {
    transition-delay: .3s
}

.ready .slick-current .top-banner-item__desc {
    transition-delay: .6s
}

@media (max-width: 1440px) {
    .top-banner-box::before {
        padding-top: 0;
        height: 600px
    }

    .top-banner-item__img::before {
        padding-top: 0;
        height: 600px
    }

    .top-banner-item__img img {
        left: 50%;
        height: 100%;
        width: auto;
        transform: translateX(-50%)
    }
}

@media (max-width: 1040px) {
    .top-banner-box::before, .top-banner-item__img::before {
        height: 0;
        padding-top: 57.6923076923%
    }
}

@media (max-width: 1024px) {
    .comm-dots {
        bottom: 20px
    }

    .comm-dots > li button {
        height: 6px;
        width: 6px
    }

    .comm-dots > li.slick-active button {
        width: 32px
    }
}

@media (max-width: 768px) {
    .top-banner-item__intro {
        left: 20px;
        right: 20px;
        width: auto;
        margin-left: 0
    }
}
.slick-ib-m {
    display: none;
}
@media (max-width: 750px) {
    .slick-ib-pc {
        display: none;
    }
    .slick-ib-m {
        display: block;
    }
    /* 解决移动端1像素间距的问题 */
    .top-banner-item__img {
        margin: 0 -1px;
    }
    .top-banner-box::before, .top-banner-item__img::before {
        padding-top: 160%;
        /*padding-top: 180px;*/
    }
}

.comm-arrow .slick-arrow {
    z-index: 10;
    position: absolute;
    top: 50%;
    border: 0;
    padding: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 0;
    cursor: pointer;
    margin-top: -18px
}

.comm-arrow .slick-arrow::before {
    font-family: iconfont;
    font-size: 24px;
    line-height: 1.5;
    width: 1.5em;
    text-align: center;
    color: #0039c8
}

.comm-arrow .slick-prev {
    left: 60px
}

.comm-arrow .slick-next {
    right: 60px
}

.product-con {
    position: relative;
    padding: 13.8vh 4.37vw 13.8vh 4.37vw;
    background: #f0f0f0;
    background-size: 100% 101.5%;
}

.product-con .box {
    display: flex;
    justify-content: space-between;
}

.product-con .box .once {
    flex: 1;
    border: 1px solid #e3e3e3;
    margin-right: 5px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    color: #000;
}

.product-con .box .once:hover {
    flex: 3;
}

.product-con .box .once:last-child {
    margin-right: 0;
}

.product-con .box .once .txt {
    text-align: center;
    transition: all 0.5s;
    background-color: #f6f6f6;
    padding: 3.38vh 1vw calc(6vh - 1.09375vw) 1vw;
}

.product-con .box .once .txt .h {
    height: 2.3vw;
    line-height: 1.3;
    font-weight: 600;
    transition: all 0.5s;
}

.product-con .box .once .txt .p {
    line-height: 1.09375vw;
    height: 4.1875vw;
}

.product-con .box .once .bottom {
    background: url('../images/about/strategy_bg.png') no-repeat;
    background-size: 120.177vw 100%;
    height: 21.35vw;
    position: relative;
    padding: 3.385vw 0 0 2vw;
}

.product-con .box .once .bottom .txt1 {
    display: none;
    width: 13.958vw;
}

.product-con .box .once .bottom .txt1 .item {
    margin-bottom: 2.34vw;
    padding-left: 1.2vw;
    position: relative;
    background-size: auto 1.1vw;
}

.product-con .box .once .bottom .txt1 .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #007AFA, #0A15FC);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.product-con .box .once .bottom .txt1 .item .h {
    font-weight: 400;
    color: #c01;
    line-height: 1.1vw;
    margin-bottom: 5px;
}

.product-con .box .once .bottom .txt1 .item .p {
    font-weight: 400;
    color: #5f5e5e;
    line-height: 1.3;
}

.product-con .box .once:first-child .bottom {
    background-position: 0 0;
}

.product-con .box .once:nth-child(2) .bottom {
    background-position: -13.36vw 0;
}

.product-con .box .once:nth-child(3) .bottom {
    background-position: -26.72vw 0;
}

.product-con .box .once:nth-child(4) .bottom {
    background-position: -40.08vw 0;
}

.product-con .box .once:nth-child(5) .bottom {
    background-position: -53.44vw 0;
}

.product-con .box .once:nth-child(6) .bottom {
    background-position: -66.8vw 0;
}

.product-con .box .once:nth-child(7) .bottom {
    background-position: -79.8vw 0;
}

.product-con .box .once .bottom .pic {
    display: table;
    position: absolute;
    right: 50%;
    bottom: 1.927vw;
    transform: translateX(50%);
    transition: all 0.5s;
}

.product-con .box .once .bottom .pic img {
    height: 14.32vw;
    transition: all 0.5s;
    max-width: 999px;
}

.product-con .box .once.unon {
    width: 10.5vw;
}

.product-con .box .once:hover .bottom .txt1 {
    display: block;
}

.product-con .box .once:hover .bottom .pic {
    transform: translateX(0);
    right: -2vw;
    bottom: -1vw;
}

.product-con .box .once:hover .bottom .pic img {
    height: 18vw;
}

.product-con .box .once:hover .txt {
    text-align: left;
    padding-left: 3vw;
}

.product-con .box .once:hover .txt .h {
    color: #0039c8;
    font-size: 22px;
}

.product-con .box:hover .once:hover:first-child .bottom {
    background-position: 0 0;
}

.product-con .box:hover .once:hover:nth-child(2) .bottom {
    background-position: -13.8vw 0;
}

.product-con .box:hover .once:hover:nth-child(3) .bottom {
    background-position: -21.6vw 0;
}

.product-con .box:hover .once:hover:nth-child(4) .bottom {
    background-position: -32.4vw 0;
}

.product-con .box:hover .once:hover:nth-child(5) .bottom {
    background-position: -42.3vw 0;
}

.product-con .box:hover .once:hover:nth-child(6) .bottom {
    background-position: -53.1vw 0;
}

@media screen and (max-width: 1680px) {
    .product-con .box .once .txt .p {
        height: 3.1875vw;
    }
}

@media screen and (max-width: 1560px) {
    .product-con .box .once .bottom {
        height: 24vw;
    }

    .product-con .box .once .bottom .txt1 .item {
        margin-bottom: 2.1vw;
    }
}

@media screen and (max-width: 1440px) {
    .product-con .box .once .txt .h {
        height: 3.2vw;
    }
}

@media screen and (max-width: 1366px) {
    .product-con .box .once .bottom {
        height: 28vw;
    }

    .product-con .box .once .bottom .txt1 .item {
        margin-bottom: 1.9vw;
    }

    .product-con .box .once.unon {
        width: 13.5vw;
    }

    .product-con .box:hover .once:hover {
        width: 34.135vw;
    }
}

@media (max-width: 1280px) {
    .product-con .box .once .txt {
        padding: 6.38vh 0.5vw calc(6vh - 1.09375vw) 0.5vw;
    }

    .product-con .box .once .txt .h {
        font-size: 14px;
    }

    .product-con .box .once .txt .p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1190px) {
    .product-con .box:hover .once:hover .bottom .pic img {
        height: 22vw;
    }
}

@media screen and (max-width: 1100px) {
    .product-con .box .once .txt .p {
        line-height: 1.3;
        height: 4.12vw;
    }
}

@media screen and (max-width: 1370px) {
    .product-con .box:hover .once:hover .bottom .pic img {
        height: 19vw;
    }
}

@media screen and (max-width: 1300px) {
    .product-con .box:hover .once:hover .bottom .pic img {
        height: 17vw;
    }
}

@media screen and (max-width: 1150px) {
    .product-con .box:hover .once:hover .bottom .pic img {
        height: 16.5vw;
    }
}

@media (pointer: coarse), screen and (max-width: 1024px) {
    .product-con {
        padding: 60px 20px 0;
        background-image: none;
        overflow: hidden;
    }

    .product-con .swiper {
        overflow: initial;
        padding-bottom: 28px;
    }

    .product-con .box {
        display: none;
    }

    .product-con .box.m {
        display: block;
    }

    .product-con .tit {
        margin-bottom: 0;
    }

    .product-con .tit .h1 {
        line-height: 1.33;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .product-con .tit .h2 {
        line-height: 1.33;
        margin-bottom: 18px;
        font-size: 15px;
    }

    .product-con .box .item {
        position: relative;
        background-color: #fff;
        /* border: 1px solid #e3e3e3; */
        border-radius: 5px;
    }

    .product-con .box .item .txt {
        padding: 24px 20px 19px;
    }

    .product-con .box .item .txt .h {
        font-size: 17px;
        font-weight: 600;
        color: #d80c1e;
        line-height: 1.4;
    }

    .product-con .box .item .txt .p {
        font-size: 13px;
        font-weight: 500;
        color: #666;
        line-height: 1.4;
    }

    .product-con .box .item .pic {
        position: absolute;
        width: 148px;
        height: 253px;
        right: 15px;
        top: 55%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-con .box .item .txt1 .h {
        font-size: 15px;
        font-weight: 600;
        color: #d80c1e;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .product-con .box .item .txt1 .p {
        font-size: 12px;
        font-weight: 500;
        color: #666;
        line-height: 1.4;
        width: calc(100% - 150px);
    }

    .product-con .box .swiper-scrollbar {
        height: 5px;
        background-color: #d4dadf;
        opacity: 1;
    }

    .product-con .box .swiper-scrollbar-drag {
        background-color: #d80c1e;
    }
}


.application-con {
    background-image: url("../images/index/application_bg.png");
    background-size: cover;
}

.application-con .app-scroll {
    overflow: hidden;
    padding: 0 4.37vw;
}

.application-con .slick-app {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    list-style: none;
}

.application-con .slick-app .app-item {
    padding: unset;
    width: 400px;
    position: relative;
    background: unset;
    border-radius: 14px;
    margin: 0 10px 10px;
}

.application-con .slick-app .app-item .app-item__img::before {
    padding-top: 100%;
}

.application-con .slick-app .app-item .app-item_text {
    position: absolute;
    border-radius: 14px;
    padding: 16px 30px;
    top: 0;
    left: 0;
    right: 0;
}

.application-con .slick-app .app-item .app-item_text .app-item__title {
    height: unset;
    font-weight: normal;
    color: #fff;
}

.application-con .slick-app .app-item .app-item_text .app-item__title:nth-child(1) {
    font-weight: 700;
}

.application-con .slick-app .app-item .app-item_text .sec-desc {
    color: #fff;
}

.application-con .slick-app .app-item:hover {
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0);
    transform: scale3d(1.01, 1.01, 1.01);
    background-color: unset;
}

.application-con .slick-app .app-item:hover .app-item__img img {
    filter: grayscale(0);
    opacity: .8;
}

.application-con .slick-app .slick-arrow {
    top: 113%;
}

.application-con .slick-app .slick-arrow::before {
    border-radius: 100%;
    background: #EFEFF2;
    color: #979797;
    padding: 10px;
    font-size: 16px;
}

.application-con .slick-app .slick-arrow:hover::before {
    background: #0039C8;
    color: #fff;
}

.application-con .slick-app .slick-next {
    margin-right: -46px;
}

.application-con .slick-app .slick-next::before {
    background: #0039C8;
    color: #fff;
}

.application-con .slick-app .slick-prev {
    margin-left: -46px;
}


.ihonor-item {
    width: 90%;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ihonor-item__title {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.ihonor-item__title .num {
    font-family: Arial;
    line-height: 1;
    font-size: 64px;
    color: #0039c8
}

.ihonor-item__title .ico {
    position: absolute;
    top: 0;
    left: 100%;
    line-height: 1;
    color: #0039c8;
    margin-left: 10px;
    line-height: 38px;
    font-family: Arial
}

.ihonor-item__title .unit {
    position: absolute;
    bottom: 6px;
    left: 100%;
    margin-left: 10px;
    color: #474747;
    font-weight: 300
}

.ihonor-item__desc {
    line-height: 1.5;
    font-weight: 300;
    color: #474747;
    letter-spacing: .01em
}

.list-strength > li:nth-of-type(n+4) {
    margin-top: 50px
}

@media (max-width: 1024px) {
    /*.list-strength {*/
    /*    margin-top: 40px*/
    /*}*/

    .ihonor-item__title .num {
        font-size: 48px;
        display: inline-block;
        vertical-align: top
    }

    .ihonor-item__title .ico {
        font-size: 32px;
        line-height: 32px
    }

    .ihonor-item__title .ico.fz-28 {
        font-size: 20px
    }

    .ihonor-item__title .unit {
        font-size: 14px;
        line-height: 16px
    }
}

/*友情链接 s*/
.partner-item {
    max-width: 160px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.partner-item::before {
    padding-top: 100%
}

.partner-item img {
    max-height: 100%;
}

@media (max-width: 768px) {
    .lists-partners > li {
        width: 25%;
    }

    .lists-partners > li:nth-of-type(n+5) {
        margin-top: 20px;
    }
}
/*友情链接 e*/
/*表单 e*/
.index-bleft, .index-bright {
    display: inline-block;
    vertical-align: top;
    height: 460px;
}

.index-bleft {
    width: 55%;
    background-color: #0039c8;
}

.index-bright {
    width: 45%;
}

.index-bintro {
    text-align: center;
}

.index-btitle {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    color: #fff
}
@media (max-width: 1024px) {
    .index-bleft {
        width: 100%;
        height: auto;
        padding: 50px 0
    }
    .index-bright {
        display: none
    }

    .index-bintro {
        margin-top: 0
    }
}
/*表单 e*/

@media (max-width: 768px) {
    .list-strength > li {
        width: 50%
    }

    .list-strength > li:nth-of-type(n+3) {
        margin-top: 40px
    }

    .ihonor-item__title .num {
        font-size: 32px;
        display: inline-block;
        vertical-align: top;
        line-height: 40px
    }

    .ihonor-item__title .ico {
        font-size: 20px;
        line-height: 24px
    }

    .ihonor-item__title .ico.fz-28 {
        font-size: 12px
    }

    .ihonor-item__title .unit {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width: 480px) {
    .fz-40 {
        font-size: 30px;
    }

    .player-box.inno {
        max-width: 95%;
        margin-left: 2.5%;
        margin-bottom: 50px;
    }

    /*.list-strength {*/
    /*    margin-left: 40px;*/
    /*}*/

    .lists-partners li {
        width: 30%;
        padding-left: 10px;
        vertical-align: bottom;
    }

    .ms {
        margin-bottom: 30px;
    }
}

@media (min-width: 1280px) {
    .fz-40 {
        font-size: 48px;
    }

    .ms {
        font-size: 17px;
        max-width: 725px;
    }

    .bt {
        font-size: 22px;
    }

    .ptb-100 {
        padding-top: 100px;
    }

    .par {
        padding-top: 10px;
    }

    .sk {
        padding-bottom: 75px;
    }

    .ihonor-item__title .num {
        font-size: 72px;
    }

    .sl {
        font-size: 17px;
    }

    /*.list-strength {*/
    /*    margin-left: 44px;*/
    /*}*/

    .safe {
        font-size: 61px;
    }
}

@media (min-width: 1024px) {
    .ihonor-item__title .ico {
        line-height: 70px;
    }
}

@media (min-width: 890px) {
    .player-box.inno {
        max-width: 450px;
    }
}

.ihonor-item__title .num {
    font-weight: bold;
}

/*@media (min-width: 1100px) {*/
/*    .par-li {*/
/*        height: 130px;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) and (min-width: 1100px) {*/
/*    .par-li {*/
/*        height: 100px;*/
/*    }*/
/*}*/

@media (max-width: 768px) {
    .ihonor-item__title .ico {
        line-height: 40px;
        margin-left: 4px;
    }

    .ihonor-item__title .num {
        font-size: 38px;
    }
}

.text-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-box {
    position: relative;
    background: #000;
}

.about-us-wrap .comm-wrap {
    position: relative;
}
.about-us-wrap {
    position: relative;
}
.about-us-wrap .comm-wrap {
    max-width: 1400px;
}
.about-us-wrap .about-us-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/index/about_us_bg.png");
    background-size: cover;
}

.about-us-wrap .inner-wrap {
    position: relative;
    display: flex;
    padding: 80px 0;
    z-index: 2;
}

.about-us-wrap .comm-wrap .about-main {
    padding: 0 60px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.about-us-wrap .comm-wrap .about-main h2 {
    position: relative;
    margin: 10px 0 50px 0;
}

.about-us-wrap .comm-wrap .about-main h2::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 3em;
    height: 6px;
    background: #0039C8;
}

.about-us-wrap .comm-wrap .about-main .more {
    margin-top: 20px;
}

.about-us-wrap .comm-wrap .player-box {
    flex: 0 0 55%;
}

@media (max-width: 768px) {
    .about-us-wrap .comm-wrap .about-main {
        padding: 0 50px 0 60px;
    }
}

@media (max-width: 580px) {
    .about-us-wrap .inner-wrap {
        display: block;
        padding: 30px 0;
    }

    .about-us-wrap .comm-wrap .about-main {
        padding: 0 30px;
    }

    .about-us-wrap .comm-wrap .player-box {
        margin: 50px 30px 0 30px;
        height: 300px;
    }
}

/*服务网点*/
#map-service-network {
    width: 1000px;
    height: 1000px;
    margin-top: 50px;
}

#map-service-network .loading {
    text-align: center;
    line-height: 500px;
    color: #999999;
}

@media (max-width: 768px) {
    #map-service-network {
        width: 100%;
        height: 80vh;
        margin-top: 0;
    }
}

.par-li {
    overflow: hidden;
    margin-bottom: 20px;
}
/*.par-li img {*/
/*    border-radius: 50%;*/
/*    overflow: hidden;*/
/*}*/

/*咨询表单*/
.message-form {
    width: 688px;
    max-width: 100%;
    margin: 0 auto;
}

.coopf-box {
    margin: 0;
}

.select2-container {
    width: 100% !important;
}

.message-form .form-textarea.gray:focus {
    background-color: #f2f3f5;
}

.fc-white {
    color: #ffffff !important;
}

/*核心产品*/
.slick-product {
    display: none;
    margin: 50px -14px 0;
    position: relative;
}

.slick-product .slick-arrow {
    z-index: 10;
    position: absolute;
    top: 50%;
    outline: 0;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
    margin-top: -18px;
    border: 1px dotted #999;
    border-radius: 4px;
    padding: 6px;
}

.slick-product .slick-arrow::before {
    font-family: iconfont;
    font-size: 16px;
    line-height: 1.5;
    width: 1.5em;
    text-align: center;
    color: #999;
}

.slick-product .slick-arrow:hover {
    border: 1px solid #0039C8;
}

.slick-product .slick-arrow:hover::before {
    color: #0039C8;
}

.slick-product .slick-prev {
    left: -34px;
}

.slick-product .slick-next {
    right: -34px;
}

@media (max-width: 1024px) {
    .slick-product {
        display: block;
    }

    .slick-product .slick-prev {
        left: 10px;
    }

    .slick-product .slick-next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .ptb-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .ptb-50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/*图片热区*/
/*.img-box .img-box-link {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/
@keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0) scaleY(1.1);
        transform: translate3d(0,-15px,0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-7px,0) scaleY(1.05);
        transform: translate3d(0,-7px,0) scaleY(1.05)
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}
@keyframes anim-out {
    0% {
        width: 0
    }
    50% {
        width: 0
    }
    100% {
        width: 100%
    }
}
@keyframes anim-out-pseudo-two {
    0% {
        background: transparent
    }


    50% {
        background: rgba(255,255,255,.2)
    }

    100% {
        background: transparent
    }
}
.map-area-tag {
    position: absolute;
    border-radius: 2px;
    /*#af2115de */
    background: rgb(18 42 214 / 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #f8f8f8;
    opacity: 1;
    transition: opacity .3s;
}
.map-area-tag.hide {
    opacity: 0;
}
.map-area-tag span {
    white-space: nowrap;
}
.anim-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map-area-tag .anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-animation: anim-out 3s infinite;
    -webkit-animation: anim-out 3s infinite;
    animation: anim-out 3s infinite;
}
.map-area-tag .anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%
}
.map-area-tag .anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    -moz-animation: anim-out-pseudo-two 3s infinite;
    -webkit-animation: anim-out-pseudo-two 3s infinite;
    animation: anim-out-pseudo-two 3s infinite;
}
.map-area-tag:hover .anim {
    opacity: 0;
}

.map-area-tag:before {
    content: '';
    position: absolute;
    left: 26%;
    top: 100%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #0039c8;
    transform: translateX(-50%);
}
.map-area-tag:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 17px;
}
.map-area-tag:hover {
    animation: bounce 1s infinite linear;
}
.map-area-tag:hover:after {
    content: '';
}