.section {
    padding: 135px 0 129px;
}

.section .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 60px;
    position: relative;
    z-index: 3;
}

.section .wrap .title h1 {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    line-height: 50px;
}
.section .wrap .title .select {
    position: relative;
    z-index: 10;
}
.section .wrap .title .select .block {
    width: 350px;
    height: 65px;
    border-radius: 33px;
    border: 1px solid #E6E6E6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    transition: 0.6s;
    cursor: pointer;
    position: relative;
    z-index: 11;
}
.section .wrap .title .select .none {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 30px;
    padding: 35px 0 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.section .wrap .title .select .none p {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    line-height: 40px;
    width: 100%;
    padding: 0 20px;
    cursor: pointer;
}
.section .wrap .title .select .none p:hover {
    color: #F44D00;
}
.section .wrap .title .select .block p {
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
}

.section .wrap .title .select .block .iconfont {
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
}

.section .wrap .title .select .block:hover {
    background: #F44D00;
    border: 1px solid #F44D00;
}

.section .wrap .title .select .block:hover p, .section .wrap .title .select .block:hover .iconfont {
    color: #fff;
}

.section .wrap .line {
    width: 100%;
    height: 1px;
    background: #000000;
    transition: 3s;
    transform: scaleX(0);
    transform-origin: left;
    margin: 0 0 60px;
}

.section .wrap .line.aos-animate {
    transform: scaleX(1);
}

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

.section .wrap .flex .item h5 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 1;
}

.section .wrap .flex .item p {
    font-weight: 400;
    font-size: 26px;
    color: #111111;
    line-height: 1;
    margin: 16px 0 40px;
}

.section .wrap .flex .item .iconfont {
    font-size: 22px;
    color: #F44D00;
}

.section .wrap .flex .item:nth-child(3) .iconfont {
    font-size: 24px;
}

.section .wrap .flex .item:nth-child(3) p {
    font-weight: bold;
    font-family: 'OPPOSans', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

.section .wrap .flex .item:nth-child(1) .iconfont {
    font-size: 24px;
}

.section .wrap .map {
    margin: 68px 0 0;
    width: 1400px;
    height: 540px;
    position: relative;

}
.section .wrap .map .item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}
.section .wrap .map .map_box {
    width: 100%;
    height: 100%;
}
.section .wrap .map .item.on {
    opacity: 1;
    pointer-events: auto;
}
@media screen and (max-width: 1920px) {
    .section {
        padding: 7.03125vw 0 6.71875vw;
    }

    .section .wrap .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 3.125vw;
    }

    .section .wrap .title h1 {
        font-weight: 500;
        font-size: 1.875vw;
        color: #111111;
        line-height: 2.6041666667vw;
    }

    .section .wrap .title .select .block {
        width: 18.2291666667vw;
        height: 3.3854166667vw;
        border-radius: 1.71875vw;
        border: 0.0520833333vw solid #E6E6E6;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1.5625vw;
        transition: 0.6s;
    }

    .section .wrap .title .select .block p {
        font-weight: 500;
        font-size: 0.9375vw;
        color: #111111;
        transition: 0.6s;
    }

    .section .wrap .title .select .block .iconfont {
        font-size: 0.9375vw;
        color: #111111;
        transition: 0.6s;
    }

    .section .wrap .title .select .block:hover {
        background: #F44D00;
        border: 0.0520833333vw solid #F44D00;
    }

    .section .wrap .title .select .block:hover p, .section .wrap .title .select .block:hover .iconfont {
        color: #fff;
    }

    .section .wrap .line {
        width: 100%;
        height: 0.0520833333vw;
        background: #000000;
        transition: 3s;
        transform: scaleX(0);
        transform-origin: left;
        margin: 0 0 3.125vw;
    }

    .section .wrap .line.aos-animate {
        transform: scaleX(1);
    }

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

    .section .wrap .flex .item h5 {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #333333;
        line-height: 1;
    }

    .section .wrap .flex .item p {
        font-weight: 400;
        font-size: 1.3541666667vw;
        color: #111111;
        line-height: 1;
        margin: 0.8333333333vw 0 2.0833333333vw;
    }

    .section .wrap .flex .item .iconfont {
        font-size: 1.1458333333vw;
        color: #F44D00;
    }

    .section .wrap .flex .item:nth-child(3) .iconfont {
        font-size: 1.25vw;
    }

    .section .wrap .flex .item:nth-child(3) p {
        font-weight: bold;
        font-family: 'OPPOSans', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    }

    .section .wrap .flex .item:nth-child(1) .iconfont {
        font-size: 1.25vw;
    }

    .section .wrap .map {
        margin: 3.5416666667vw 0 0;
        width: 72.9166666667vw;
        height: 28.125vw;
    }
    .section .wrap .title .select .none {
        top: 1.5625vw;
        padding: 1.822916666666vw 0 0;
    }
    .section .wrap .title .select .none p {
        font-size: 0.833333333vw;
        line-height: 2.0833333333vw;
        padding: 0 1.0416666666666vw;
    }

}

/*# sourceMappingURL=contact.css.map */

@media screen and (max-width: 1024px) {
    .wrap {
        width: 90%;
    }
    .section {
        padding: 80px 0 60px;
    }
    .section .wrap .title h1 {
        font-size: 20px;
        line-height: 1.4;
    }
    .section .wrap .title .select .block p {
        font-size: 14px;
    }
    .section .wrap .title .select .block {
        width: 190px;
        height: 35px;
        padding: 0 15px;
        border-radius: 40px;
    }
    .section .wrap .title .select .block .iconfont {
        font-size: 14px;
    }
    .section .wrap .map {
        width: 100%;
        height: 300px;
    }
    .section .wrap .flex .item h5 {
        font-size: 14px;
        line-height: 1;
    }
    .section .wrap .flex .item p {
        font-size: 14px;
        line-height: 1.4;
        margin: 20px 0 25px;
    }
    .section .wrap .flex .item .iconfont {
        font-size: 14px;
    }
    .section .wrap .flex .item:nth-child(1) .iconfont,.section .wrap .flex .item:nth-child(3) .iconfont {
        font-size: 18px;
    }
    .section .wrap .title .select {
        width: fit-content;
    }
    .section .wrap .title .select .none {
        top: 17px;
        padding: 18px 0 0;
    }
    .section .wrap .title .select .none p {
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .section .wrap .title {
        display: block;
    }
    .section {
        padding: 40px 0;
    }
    .section .wrap .title h1 {
        margin: 0 0 15px;
    }
    .section .wrap .flex {
        display: block;
    }
    .section .wrap .title {
        padding: 0 0 40px;
    }
    .section .wrap .flex .item p {
        margin: 15px 0 15px;
    }
    .section .wrap .flex .item {
        border-bottom: 1px solid #c5c5c5;
        padding: 0 0 15px;
        margin: 0 0 30px;
    }
}
