﻿.city {
    /*height: calc(100% - 49px);*/
    top: 0;
}

.contact-wachat {
    z-index: 100;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(1) {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 30px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(2) {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(3) {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 30px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(4) {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 30px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(5) {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(6) {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 30px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(7) {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(8) {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(9) {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 30px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(10) {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 30px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(11) {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 30px;
}

.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(12) {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 30px;
}

.bi-park .rows:nth-of-type(2) {
    height: 320px;
}

.bi-park .rows:nth-of-type(3) {
    height: 320px;
}

.second-banner .banner-img {
    height: 340px;
}

.banner-word .bi-title {
    letter-spacing: 3px;
}

.banner-word .bi-title-describe {
    letter-spacing: 2px;
    font-size: 20px;
}

.banner-word .bi-title {
    font-size: 26px;
}

.footer-wachat .code img {
    width: 110px;
}

.second-banner .bipark-nav a {
    font-size: 16px;
    font-weight: bolder;
}

.customer-nav a {
    font-size: 16px;
    /*font-weight: bolder;*/
}

.about-title-name {
    font-size: 20px;
    font-weight: bolder;
}

.accordion-banner {
    height: calc(100vh - 48px);
}

.solution-write-list .solution-write-wd ul li a span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 95px;
    margin: 10px 0;
}

.multipleColumn .swiper-slide ul li img {
    width: 100%;
    height: 265px;
    overflow: hidden;
    position: relative;
}

.bipark-link-box {
    height: 1px;
    overflow: hidden;
    width: 100%;
}

.case-list-name:before {
    top: 3px;
}

.bipark-link .swiper-slide .clearfix li:first-child {
    width: 0;
}

.customer-nav a::after {
    border: none;
    left: auto;
    top: auto;
}

.customer-nav a:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #bbb9b9;
    transform-origin: 0 0;
    transform: scaleX(1);
}

.customer-nav a:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #bbb9b9;
    transform-origin: 0 0;
    transform: scaleY(1);
}

.customer-nav a:nth-child(2n+1):before {
    display: none;
}
/*首页地图*/
.bi-mapnew {
    position: relative;
    height: 100%;
    overflow-x: auto;
}

    .bi-mapnew::-webkit-scrollbar {
        display: none;
    }

    .bi-mapnew .bi-mapnew-content {
        position: absolute;
        width: 450px;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-bottom: 10px;
    }

        .bi-mapnew .bi-mapnew-content img {
            position: static;
            margin: 0;
            width: 100%;
        }

        .bi-mapnew .bi-mapnew-content div {
            background: #2889ff;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            position: relative;
        }

        .bi-mapnew .bi-mapnew-content p {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -20px;
            margin-top: -20px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            animation: myfirst 4s infinite;
            border: 1px solid #2889ff;
            opacity: 0;
        }

        .bi-mapnew .bi-mapnew-content span {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            animation: myfirst 4s infinite;
            border: 1px solid #2889ff;
            opacity: 0;
        }

        .bi-mapnew .bi-mapnew-content .one {
            position: absolute;
            left: 392px;
            top: 68px;
        }

            .bi-mapnew .bi-mapnew-content .one span {
                animation-delay: 1.6s;
            }

        .bi-mapnew .bi-mapnew-content .two {
            position: absolute;
            left: 321px;
            top: 138px;
        }

            .bi-mapnew .bi-mapnew-content .two span {
                animation-delay: 1.4s;
            }

        .bi-mapnew .bi-mapnew-content .three {
            position: absolute;
            left: 343px;
            top: 229px;
        }

            .bi-mapnew .bi-mapnew-content .three span {
                animation-delay: 1.7s;
            }

        .bi-mapnew .bi-mapnew-content .four {
            position: absolute;
            left: 384px;
            top: 220px;
        }

            .bi-mapnew .bi-mapnew-content .four span {
                animation-delay: 2s;
            }

        .bi-mapnew .bi-mapnew-content .five {
            position: absolute;
            left: 340px;
            top: 281px;
        }

            .bi-mapnew .bi-mapnew-content .five span {
                animation-delay: 1.8s;
            }

        .bi-mapnew .bi-mapnew-content .six {
            position: absolute;
            left: 294px;
            top: 358px;
        }

            .bi-mapnew .bi-mapnew-content .six span {
                animation-delay: 1.5s;
            }

.map-overflow {
    overflow: hidden;
    height: 525px;
    position: relative;
}

.map-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    background-color: #fff;
    width: 100%;
}

@keyframes myfirst {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    /* 40% {transform: scale(3);} */
    60% {
        opacity: 0.8;
    }
    /* 80% {transform: scale(5);} */
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/*首页地图end*/
a.btn-apply:hover {
    color: #fff;
}

.according-write {
    height: 0;
    overflow: hidden;
}

.bi-track {
    padding: 0 0 10px 0;
}

.bi-project-list {
    margin-bottom: 10px;
}

.sidebar {
    top: 88%;
    display: block;
}

    .sidebar li.type1 {
        background-color: #0098ed;
    }

.news-banner {
    position: relative;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .news-banner .tit {
        display: block;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 28px;
    }

    .news-banner .text1 {
        display: block;
        width: 100%;
        font-size: 15px;
        color: #fff;
        text-align: center;
    }

.weui-panel.loadlist {
    margin-top: 0;
}

img {
    pointer-events: none;
}

.map-copyright {
    position: absolute;
    right: 15px;
    top: 385px;
    font-size: 12px;
    color: #bfbfbf;
    text-align: center;
    line-height: 1.4;
}

    .map-copyright p {
        margin: 0;
    }

.partner-list {
    margin-top: -100px;
    z-index: 2;
}


/* 2020-8-19*/
.phone-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    display: flex;
}

.phone-main {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.bi-park .rows:nth-of-type(1) {
    height: 315px;
}

.park-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 750px;
    height: 301px;
    transform-origin: left bottom;
    overflow: hidden;
}

    .park-nav a {
        display: inline-block;
        position: relative;
        width: 185px;
        height: 161px;
        text-align: center;
        line-height: 161px;
        font-size: 28px;
        color: rgba(255, 255, 255, 0.702);
        float: left;
        margin-left: -44px;
        font-weight: bold;
    }

        .park-nav a svg {
            fill: #fff;
            stroke: #fff;
            fill-opacity: .3;
            opacity: .7;
            transition: all .2s;
        }

        .park-nav a.active {
            color: #ffffff;
        }

            .park-nav a.active svg {
                fill: rgba(40, 137, 255, 0.9);
                stroke: #2889ff;
            }

        .park-nav a:nth-child(1) {
            margin-left: 0;
        }

        .park-nav a svg {
            position: absolute;
            left: 0;
            top: 0;
        }

        .park-nav a:nth-child(odd) {
            margin-top: 83px;
        }

        .park-nav a:nth-child(even) {
            margin-bottom: 0;
        }

    .park-nav .modified {
        position: absolute;
        margin: 0 !important;
        opacity: .5;
    }

    .park-nav .modified-1 {
        left: -141px;
        top: 0;
    }

    .park-nav .modified-2 {
        left: -141px;
        top: 163px;
    }

    .park-nav .modified-3 {
        left: 141px;
        top: 163px;
    }

    .park-nav .modified-4 {
        left: 423px;
        top: 163px;
    }

    .park-nav .modified-5 {
        right: -141px;
        top: 163px;
    }

    .park-nav .modified-6 {
        right: -141px;
        top: 0;
    }

    .park-nav .modified-7 {
        top: 244px;
        left: 0;
    }

    .park-nav .modified-8 {
        right: 0;
        top: 244px;
    }

.nav-content .nav-content-write .nav-content-word {
    text-align: justify;
}
.about-option-item {
    display: flex;
}
.news-titd {
    padding:0;
    margin: 10px 0;
    height: 40px;
}
.news-p {
    -webkit-line-clamp: 2;
}
/* 2020-8-19 end*/
