.banner .text {
    left: 50%;
    transform: translate(-50%, -50%);
}

.title {
    text-align: center;
    line-height: 1;
}

.title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 25px;
}

.title p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
}

.home {
    background: #F8F8F8;
}

.home .bg .cir:nth-child(4) {
    right: -50%;
    top: 28.125vw;
}

.template {
    display: none;
}

.sec1 {
    padding: 95px 0 120px;
}

.sec1 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec1 .wrap .title {
    margin: 0 0 40px;
}

.sec1 .wrap .map {
    width: 1400px;
    height: 700px;
    border-radius: 26px;
    position: relative;
}

.sec1 .wrap .map .map_box {
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
    width: 536px;
    background: #FFFFFF;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 26px;
    padding: 82px 63px 40px;
    z-index: 10;
}

.sec1 .wrap .map .map_box h2 {
    font-weight: bold;
    font-size: 24px;
    color: #218D50;
    margin: 0 0 48px;
}

.sec1 .wrap .map .map_box .item {
    width: 410px;
}

.sec1 .wrap .map .map_box .item:not(:nth-last-child(1)) {
    margin: 0 0 16px;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.6);
}

.sec1 .wrap .map .map_box .item h5 {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 8px;
}

.sec1 .wrap .map .map_box .item p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}

.sec1 .wrap .map #map {
    width: 100%;
    height: 100%;
    border-radius: 26px;
}

.sec2 {
    padding: 0 0 195px;
}

.sec2 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec2 .wrap .title {
    margin: 0 0 40px;
}

.sec2 .wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec2 .wrap form .item {
    width: 675px;
    height: 68px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 30px;
    margin: 0 0 30px;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0);
    transition: 0.6s;
}

.sec2 .wrap form .item.on {
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

.sec2 .wrap form .item input {
    border: none;
    width: 500px;
    height: 100%;
    font-size: 16px;
    color: #111111;
    padding: 0 10px;
}

.sec2 .wrap form .item:nth-child(2) .label .iconfont {
    font-size: 22px;
}

.sec2 .wrap form .item:nth-child(3) .label .iconfont {
    font-size: 22px;
    margin: 2px 9px 0 0;
}

.sec2 .wrap form .item:nth-child(4) .label .iconfont {
    font-size: 22px;
}

.sec2 .wrap form .item1 {
    width: 100%;
    height: 157px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    margin: 0 0 46px;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0);
    transition: 0.6s;
}

.sec2 .wrap form .item1.on {
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

.sec2 .wrap form .item1 textarea {
    width: 1220px;
    height: 100px;
    border: none;
    font-size: 16px;
    color: #111111;
    line-height: 1.6;
}

.sec2 .wrap form button {
    width: 140px;
    height: 48px;
    background: #218D50;
    box-shadow: 1px 1px 10px 0px rgba(1, 64, 153, 0.3);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: none;
}

.sec2 .wrap form button p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec2 .wrap form .label {
    display: flex;
    align-items: center;
}

.sec2 .wrap form .label .iconfont {
    font-size: 16px;
    color: #218D50;
    margin-right: 11px;
}

.sec2 .wrap form .label h5 {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
}

.map_label {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
}

.map_label:after {
    content: "";
    width: 17px;
    height: 8px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 23px;
    bottom: -7px;
}

.map_label .template_logo {
    width: 119px;
    margin: 0 17px 0 0;
}

.map_label .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #F4F4F4;
    border-radius: 50%;
    font-size: 18px;
    color: #218D50;
}

.BMapLabel {
    border: none !important;
}

@keyframes spin1 {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 1919px) {
    .title h1 {
        font-size: 2.1875vw;
        margin: 0px 0px 1.3020833333vw;
    }

    .title p {
        font-size: 0.8333333333vw;
    }

    .sec1 {
        padding: 4.9479166667vw 0px 6.25vw;
    }

    .sec1 .wrap {
        width: 72.9166666667vw;
    }

    .sec1 .wrap .title {
        margin: 0px 0px 2.0833333333vw;
    }

    .sec1 .wrap .map {
        width: 72.9166666667vw;
        height: 36.4583333333vw;
        border-radius: 1.3541666667vw;
    }

    .sec1 .wrap .map .map_box {
        left: 2.8645833333vw;
        width: 27.9166666667vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
        border-radius: 1.3541666667vw;
        padding: 4.2708333333vw 3.28125vw 2.0833333333vw;
    }

    .sec1 .wrap .map .map_box h2 {
        font-size: 1.25vw;
        margin: 0px 0px 2.5vw;
    }

    .sec1 .wrap .map .map_box .item {
        width: 21.3541666667vw;
    }

    .sec1 .wrap .map .map_box .item:not(:nth-last-child(1)) {
        margin: 0px 0px 0.8333333333vw;
        padding: 0px 0px 0.78125vw;
    }

    .sec1 .wrap .map .map_box .item h5 {
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.4166666667vw;
    }

    .sec1 .wrap .map .map_box .item p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .map #map {
        border-radius: 1.3541666667vw;
    }

    .sec2 {
        padding: 0px 0px 10.15625vw;
    }

    .sec2 .wrap {
        width: 72.9166666667vw;
    }

    .sec2 .wrap .title {
        margin: 0px 0px 2.0833333333vw;
    }

    .sec2 .wrap form .item {
        width: 35.15625vw;
        height: 3.5416666667vw;
        border-radius: 0.2604166667vw;
        padding: 0px 1.5625vw;
        margin: 0px 0px 1.5625vw;
        box-shadow: rgba(0, 0, 0, 0) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    }

    .sec2 .wrap form .item.on {
        box-shadow: rgba(0, 0, 0, 0.06) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    }

    .sec2 .wrap form .item input {
        width: 26.0416666667vw;
        font-size: 0.8333333333vw;
        padding: 0px 0.5208333333vw;
    }

    .sec2 .wrap form .item:nth-child(2) .label .iconfont {
        font-size: 1.1458333333vw;
    }

    .sec2 .wrap form .item:nth-child(3) .label .iconfont {
        font-size: 1.1458333333vw;
        margin: 0.1041666667vw 0.46875vw 0px 0px;
    }

    .sec2 .wrap form .item:nth-child(4) .label .iconfont {
        font-size: 1.1458333333vw;
    }

    .sec2 .wrap form .item1 {
        height: 8.1770833333vw;
        border-radius: 0.2604166667vw;
        padding: 1.5625vw;
        margin: 0px 0px 2.3958333333vw;
        box-shadow: rgba(0, 0, 0, 0) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    }

    .sec2 .wrap form .item1.on {
        box-shadow: rgba(0, 0, 0, 0.06) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    }

    .sec2 .wrap form .item1 textarea {
        width: 63.5416666667vw;
        height: 5.2083333333vw;
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap form button {
        width: 7.2916666667vw;
        height: 2.5vw;
        box-shadow: rgba(1, 64, 153, 0.3) 1px 1px 0.5208333333vw 0px;
        border-radius: 1.25vw;
    }

    .sec2 .wrap form button p {
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap form .label .iconfont {
        font-size: 0.8333333333vw;
        margin-right: 0.5729166667vw;
    }

    .sec2 .wrap form .label h5 {
        font-size: 0.8333333333vw;
    }

    .map_label {
        padding: 0.4166666667vw 0.8333333333vw;
        border-radius: 0.2083333333vw;
    }

    .map_label::after {
        width: 0.8854166667vw;
        height: 0.4166666667vw;
        left: 1.1979166667vw;
        bottom: -0.3645833333vw;
    }

    .map_label .template_logo {
        width: 6.1979166667vw;
        margin: 0px 0.8854166667vw 0px 0px;
    }

    .map_label .iconfont {
        width: 1.5625vw;
        height: 1.5625vw;
        font-size: 0.9375vw;
    }
}
@media screen and (max-width: 1024px) {
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 {
        padding: 50px 0 60px;
    }
    .sec1 .wrap .title {
        margin: 0 0 30px;
    }
    .title h1 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .title p {
        font-size: 16px;
        line-height: 1.6;
    }
    .sec1 .wrap .map {
        width: 100%;
        height: unset;
        border-radius: 0;
    }
    .sec1 .wrap .map #map {
        height: 250px;
        border-radius: 10px 10px 0 0;
    }
    .sec1 .wrap .map .map_box {
        position: unset;
        width: 100%;
        border-radius: 0 0 10px 10px;
        transform: unset;
        padding: 30px 20px 20px;
    }
    .sec1 .wrap .map .map_box h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .sec1 .wrap .map .map_box .item {
        width: 100%;

    }
    .sec1 .wrap .map .map_box .item:not(:nth-last-child(1)) {
        margin: 0 0 16px;
        padding: 0 0 15px;
    }
    .sec1 .wrap .map .map_box .item h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .sec1 .wrap .map .map_box .item p {
        font-size: 16px;
    }
    .sec2 .wrap {
        width: 90%;
    }
    .sec2 .wrap form .item,.sec2 .wrap form .item1 {
        width: 100%;
        height: 50px;
        border-radius: 8px;
        padding: 0 20px;
        margin: 0 0 30px;
    }
    .sec2 .wrap form .label .iconfont {
        font-size: 16px !important;
        margin-right: 11px !important;
    }
    .sec2 .wrap form .item input {
        height: 100%;
        width: 100%;
        font-size: 14px;
    }
    .sec2 .wrap form .label h5 {
        font-size: 16px;
        white-space: nowrap;
    }
    .sec2 .wrap form .item1 {
        height: unset;
        padding: 15px 20px;
        display: block;
    }
    .sec2 .wrap form .item1 textarea {
        width: 100%;
        height: 200px;
        font-size: 16px;
        margin: 10px 0 0;
    }
    .sec2 .wrap form button {
        width: 140px;
        height: 48px;
        border-radius: 24px;
    }
    .sec2 .wrap form button p {
        font-size: 16px;
    }
}
