.main .content {
    height: 580px;
    text-align: center;
}
.main h1 {
    font-size: 68px;
    line-height: 68px;
    margin: 250px 0 0;
    font-weight: 200;
}

.intro {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FFF;
}
.intro .content {
    width: 1000px;
}
.intro h2 {
    font-size: 48px;
    line-height: 48px;
    color: #000;
    margin: 0 0 56px;
    font-weight: 200;
    text-align: center;
}
.intro p {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}
.intro hr {
    border: none;
    border-bottom: 1px solid #B3B3B3;
    margin: 60px 0;
}
.intro h3 {
    display: table-cell;
    width: 400px;
    vertical-align: middle;
    font-size: 36px;
    font-weight: 200;
    margin: 0;
}
.intro p {
    display: table-cell;
}
.intro .map {
    height: 500px;
    width: 1000px;
    background: url("img-map.jpg")/*tpa=http://www.huayicare.com/wp-content/themes/huayi/img/img-map.jpg*/ no-repeat;
    background-size: cover;
    position: relative;
}
.intro .map > div {
    height: 96px;
    width: 230px;
    position: relative;
    left: 208px;
    top: 214px;
    color: #FFF;
}
.intro .map h3 {
    display: block;
    line-height: 36px;
    font-size: 22px;
    width: 100%;
}
.intro .map p {
    font-size: 14px;
    line-height: 30px;
}
.intro .map-mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .main .content {
        position: absolute;
        top: 0;
        height: auto;
    }
    .main h1 {
        font-size: 26px;
        margin-top: 110px;
        line-height: 1;
    }
    .intro {
        padding-top: 20px;
    }
    .intro .content {
        padding: 0 14px;
        width: 100%;
    }
    .intro h2 {
        font-size: 18px;
        line-height: 1;
        font-weight: 200;
        margin: 14px 0;
    }
    .intro p {
        font-size: 14px;
        line-height: 2;
        font-weight: 200;
    }
    .intro hr {
        margin: 30px 0;
    }
    .intro h3 {
        display: block;
        font-size: 18px;
        line-height: 1;
        font-weight: 200;
        margin: 14px 0;
        text-align: center;
        width: 100%;
    }
    .intro .map {
        display: none;
    }
    .intro .map-mobile {
        display: block;
        width: 100%;
    }
    .intro .map-mobile img {
        width: 100%;
    }
}