.section .title {
    text-align: center;
    position: relative;
    font-size: 30px;
    color: #0654ba;
    margin-bottom: 10px;
    z-index: 5;
    margin-top: 50px;
}

.section {
    padding: 56px 0;
}

.section .title + p {
    position: relative;
    text-align: center;
    font-size: 14px;
    margin-bottom: 66px;
    z-index: 5;
}

.number {
    z-index: -1;
    font-size: 72px;
    font-family: "Microsoft YaHei";
    color: rgb(241, 241, 241);
    /* color: red; */
    line-height: 0.389;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13px;
}

.flex-three {
    display: flex;
    justify-content: left;
    margin-bottom: 44px;
}

.flex-three > div {
    width: calc(100% / 3);
    text-align: center;
}

.flex-three > div .rad {
    width: 96px;
    height: 96px;
    margin: 0 auto 50px;
    background: #e7e7e7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-three > div .icon-t {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

.flex-three > div p {
    font-size: 18px;
    color: #666;
    line-height: 36px;
}

.flex-three > div:hover .rad {
    background: #0654ba;
}

.flex-three > div:hover p {
    color: #0654ba;
}

#dituContent {
    width: 100%;
    height: 438px;
    position: relative;
}

#dituContent::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#dituContent image {
    width: auto;
}

.iw_poi_title {
    color: #c52;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.BMap_stdMpCtrl.BMap_stdMpType0.BMap_noprint.anchorTL,
.anchorBL {
    display: none;
}

.BMap_Marker.BMap_noprint {
    background: url(../images/map.png) center center no-repeat !important;
}

#signupForm {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 940px;
    margin: 0 auto;
}

#signupForm > div {
    margin-bottom: 38px;
}

#signupForm label {
    font-size: 16px;
    color: #333;
    width: 54px;
    display: inline-block;
}

#signupForm input {
    width: 369px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999;
    color: #333;
    padding: 0 12px;
    box-sizing: border-box;
}

.liuyan {
    width: 100%;
}

.liuyan textarea {
    width: 880px;
    height: 155px;
    padding: 16px;
    box-sizing: border-box;
    resize: none;
}

#signupForm button {
    appearance: none;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border: none;
    font-size: 22px;
    margin: 0 auto;
    outline: none;
    border-radius: 4px;
    background-color: rgb(0, 94, 184);
}

.m-flex-three {
    display: none;
}

.m-flex-three p {
    color: #333;
    font-size: 15px;
    width: 90%;
    margin: 19px auto 0;
    max-width: 410px;
}

.m-flex-three img {
    width: 12px;
    margin-right: 3px;
}

#signupForm > div {
    position: relative;
}

#signupForm > div label.error {
    position: absolute;
    color: red;
    font-size: 14px;
    width: 100%;
    left: 61px;
    bottom: -21px;
}

@media screen and (max-width: 1200px) {
    .section {
        padding: 0 0 30px;
    }

    .section .title {
        margin-top: 25px;
        font-size: 22px;
        margin-bottom: 4px;
    }

    .number {
        z-index: -1;
        font-size: 50px;
        font-family: "Microsoft YaHei";
        color: rgb(241, 241, 241);
        /* color: red; */
        line-height: 0.389;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 10px;
    }

    .section .title + p {
        font-size: 12px;
        margin-bottom: 28px;
    }

    .m-flex-three {
        display: block;
    }

    #dituContent {
        width: 100%;
        height: 300px;
    }

    .flex-three,
    #dituContent::after {
        display: none;
    }

    #signupForm {
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }

    #signupForm input,
    .liuyan textarea {
        width: auto;
        flex: 1;
        background-color: rgb(246, 246, 246);
        border: none;
        outline: none;
    }

    #signupForm > div {
        width: 100%;
        margin-bottom: 16px;
    }

    #signupForm > div {
        /* display: flex; */
        justify-content: left;
    }

    #signupForm > div label.error {
        position: initial;
        font-size: 12px;
    }

    #signupForm > div label {
        padding-top: 10px;
    }

    #signupForm button {
        font-size: 18px;
        margin-bottom: 18px;
        width: 166px;
        height: 44px;
        line-height: 44px;
    }

    #signupForm input, .liuyan textarea {
        width: calc(100% - 63px);
    }
}
