.background {
    background: url(../img/联系我们.png) center;
}

/* 内容 */
.content {
    width: 100%;
    max-width: 1180px;
    padding: 0 25px;
    margin: auto;
}

.content-box>h1 {
    height: 75px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 90px;
    color: #3e3a39;
    border-bottom: 1px solid #dbdcde;
}

.care-box {
    width: 100%;
    padding: 25px 10px 0 10px;
    overflow: hidden;
}

.flex {
    display: flex;
}

/* 轮播图 */
.carousel {
    height: auto;
    width: 450px;
    overflow: hidden;
}

.carousel ul {
    height: inherit;
    width: 300%;
    display: flex;
}

.carousel ul li {
    height: inherit;
    width: 100%;
}

.carousel ul li img {
    height: inherit;
    width: 100%;
}

.text {
    width: 100%;
    max-width: 660px;

}

.text>p {
    width: 100%;
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
    padding-left: 30px;
    color: #3e3a39;
}

.care-box>p {
    font-size: 16px;
    background: url(../img/地址.png) no-repeat;
    padding-left: 20px;
    color: #3e3a39;
}

.map {
    width: 100%;
    height: 520px;
    margin-top: 10px;
    pointer-events: none;
}

.tell-box {
    margin-top: 10px;
    border-top: 1px solid #dbdcde;
    width: 100%;
    display: flex;
}

.tell-box section {
    width: 100%;
    margin: auto;
}

.tell-box section p {
    height: 50px;
    width: inherit;
    text-align: center;
    line-height: 50px;
    padding-left: 30px;
    font-size: 16px;
    color: #3e3a39;
}

.tell-box section p>span {
    color: #428bca;
}

@media screen and (max-width:950px) {

    .text>p,
    .care-box>p,
    .tell-box section p {
        font-size: 14px;
    }

    .map {
        height: 450px;
    }

}

@media screen and (max-width:855px) {
    .tell-box section p {
        padding-left: 0;
    }
}

@media screen and (max-width:768px) {
    .carousel {
        width: 300px;
        height: auto
    }
}

@media screen and (max-width:767px) {
    .flex {
        display: inline;
    }

    .carousel {
        width: 100%;
    }

    .text {
        height: auto;
        max-width: 100%;
        margin-top: 20px;
    }

    .text>p {
        height: auto;
        font-size: 12px;
        padding-left: 0;
    }

}

@media screen and (max-width:600px) {

    .text>p,
    .care-box>p,
    .tell-box section p {
        font-size: 12px;
    }

    .care-box>p {
        background-size: auto 100%;
    }

    .page {
        padding-bottom: 140px;
    }

    .content {
        padding: 0 20px;
    }

    .map {
        height: 200px;
    }

    .tell-box {
        width: 100%;
        display: inline;
        background-color: khaki;
    }

    .content-box>h1 {
        height: 60px;
        line-height: 75px;
    }

    .care-box {
        padding: 25px 0;
    }

    .tell-box>section {
        width: 100%;
        margin-top: 20px;
    }

    .tell-box>section:first-child {
        margin-top: 0;
    }

    .tell-box section p {
        height: 30px;
        width: 60%;
        text-align: center;
        margin: auto;
    }

}
