/* banner   开始 */
.banner {
    width: 100%;
    position: relative;
}

.banner>.container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner>.container h2 {
    font-size: 36px;

    color: #FFFFFF;
    line-height: 1.8;
}

/* banner   结束 */


/* 地图 开始 */
.mapWrapper {
    width: 100%;
    padding: 110px 0;
}

.mapWrapper>.container {
    position: relative;

}

.mapWrapper #map {
    width: 100%;
    height: 670px;
}

.mapWrapper .info {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 37%;
    padding: 60px 50px 70px;
    background-color: rgba(255, 255, 255, 0.9);
}

.mapWrapper .info>h3 {
    font-size: 30px;

    font-weight: bold;
    color: #333333;
    padding-bottom: 30px;
    border-bottom: 1px solid #F29600;
}

.mapWrapper .info>.desc>div {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.mapWrapper .info>.desc>div .icon {
    width: 56px;
    height: 56px;
    background: rgba(46, 188, 233, 0.2);
    border-radius: 100%;
    position: relative;
    flex-shrink: 0;
}

.mapWrapper .info>.desc>div .icon::before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #2EBCE9;
}

.mapWrapper .info>.desc>div .icon .iconfont {
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 20px;
}

.mapWrapper .info>.desc>div .text {
    margin-left: 15px;
}

.mapWrapper .info>.desc>div .text>h4 {
    font-size: 16px;

    font-weight: 400;
    color: #333333;
}

.mapWrapper .info>.desc>div .text>p {
    font-size: 14px;

    font-weight: 400;
    color: #888888;
    margin-top: 10px;
}

/* 地图 结束 */


/* 在线留言 开始 */
.leaveWords {
    width: 100%;
    margin-bottom: 110px;
}

.leaveWords .title>.t_en {
    margin-top: 25px;
}

.leaveWords .content {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.leaveWords .content>.left {
    width: 32%;
}

.leaveWords .content>.right {
    width: 45%;
}

.leaveWords .content>.left>div:not(:first-child) {
    margin-top: 40px;
}

.leaveWords .content>.left>div,
.leaveWords .content>.right>div {
    display: flex;
    flex-direction: column;
}

.leaveWords .content>.left>div label,
.leaveWords .content>.right>div label {
    font-size: 18px;

    font-weight: 400;
    color: #222222;
}

.leaveWords .content>.left>div input,
.leaveWords .content>.right>div textarea {
    outline: none;
    border: none;
    border-bottom: 1px solid #424242;
    padding: 15px 0;
}

.leaveWords .content>.right>.userDesc {
    height: 100%;
}

.leaveWords .content>.right>div textarea {
    resize: none;
    height: 100%;
}

.leaveWords .submit {
    display: inline-block;
    width: 188px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #2EBCE9;
    border-radius: 25px;
    font-size: 18px;

    font-weight: 400;
    color: #FFFFFF;
    margin-top: 70px;
}

/* 在线留言 结束 */


@media screen and (max-width:1680px) {
    .mapWrapper #map {
        height: 600px;
    }

    .mapWrapper .info {
        padding: 50px 40px;
    }

    .leaveWords .content,
    .leaveWords .submit {
        margin-top: 60px;
    }
}


@media screen and (max-width:1440px) {
    .mapWrapper {
        padding: 80px 0;
    }

    .leaveWords {
        margin-bottom: 80px;
    }

    .banner>.container h2 {
        font-size: 34px;
        line-height: 1.5;
    }

    .mapWrapper #map {
        height: 500px;
    }

    .mapWrapper .info {
        padding: 40px 30px;
    }

    .mapWrapper .info>h3 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .mapWrapper .info>.desc>div {
        margin-top: 30px;
    }

    .leaveWords .content,
    .leaveWords .submit {
        margin-top: 50px;
    }

    .leaveWords .content>.left>div:not(:first-child) {
        margin-top: 30px;
    }
}


@media screen and (max-width:1280px) {
    .mapWrapper {
        padding: 60px 0;
    }

    .leaveWords {
        margin-bottom: 60px;
    }

    .banner>.container h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .mapWrapper #map {
        height: 400px;
    }

    .mapWrapper .info>h3 {
        font-size: 22px;
    }

    .mapWrapper .info {
        padding: 30px 20px;
    }

    .mapWrapper .info>.desc>div {
        margin-top: 20px;
    }

    .mapWrapper .info>.desc>div .icon {
        width: 46px;
        height: 46px;
    }

    .mapWrapper .info>.desc>div .icon::before {
        width: 80%;
        height: 80%;
    }

    .leaveWords .content,
    .leaveWords .submit {
        margin-top: 40px;
    }

    .leaveWords .content>.left>div:not(:first-child) {
        margin-top: 20px;
    }
}


@media screen and (max-width:1024px) {
    .banner>.container h2 {
        font-size: 26px;
    }

    .banner>.container {
        transform: translate(-50%, -15%);
    }

    .mapWrapper .info>h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .mapWrapper .info>.desc>div .icon {
        width: 38px;
        height: 38px;
    }

    .mapWrapper .info {
        width: 42%;
        padding: 20px 15px;
    }

    .leaveWords .content,
    .leaveWords .submit {
        margin-top: 30px;
    }

    .leaveWords .submit {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .leaveWords .content>.left {
        width: 36%;
    }
}


@media screen and (max-width:768px) {
    .mapWrapper {
        padding: 40px 0;
    }

    .leaveWords {
        margin-bottom: 40px;
    }

    .banner {
        height: 200px;
        overflow: hidden;
    }

    .banner>img {
        height: 100%;
        width: auto;
    }

    .mapWrapper .info {
        width: 100%;
        position: static;
        transform: translate(0);
        margin-top: 30px;
        padding: 0;
    }

    .leaveWords .title>.t_en {
        margin-top: 20px;
    }

    .leaveWords .content>.left {
        width: 40%;
    }

    .leaveWords .content>.left>div input,
    .leaveWords .content>.right>div textarea {
        padding: 10px 0;
    }
}


@media screen and (max-width:600px) {
    .banner>.container h2 {
        font-size: 24px;
    }

    .mapWrapper #map {
        height: 300px;
    }

    .leaveWords .title>.t_en {
        font-size: 16px;
        margin-top: 15px;
    }

    .leaveWords .content>.left>div label,
    .leaveWords .content>.right>div label,
    .mapWrapper .info>.desc>div .icon .iconfont {
        font-size: 16px;
    }
}


@media screen and (max-width: 480px) {
    .leaveWords .content {
        flex-direction: column;
    }

    .leaveWords .content>.left,
    .leaveWords .content>.right {
        width: 100%;
    }

    .leaveWords .content>.right {
        height: 120px;
        margin-top: 20px;
    }
}