.map {
    margin-top: -90px;
    height: 550px;
    overflow: hidden;
}
.inner-box {
    position: absolute;
    background-color: #fff;
    border-radius: 12px;
    width: 348px;
    height: 100px;
    padding: 4px 5px 4px 39px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
}
.text-box {
    padding-top: 12px;
    width: 248px;
    height: 88px;
    float: left;
}

.w1100 {
    width: 1100px;
    margin: auto;
}
/* 联系方式 */
.contact-wrap {
    padding: 100px 0;
}
.content {
    height: 400px;
}
.content li {
    float: left;
    width: 33.3333%;
}
.content li h3{
    margin-left: 76px;
    width: 98px;
    height: 96px;
    border-radius: 50%;
    background: url("../images/contactus_sprite.png") no-repeat;
    background-position-y: 0;
    margin-bottom: 62px;
}

.content li:nth-child(1) h3{
    background-position-x: -70px;
}
.content li:nth-child(2) h3{
    background-position-x: -185px;
}
.content li:nth-child(3) h3{
    background-position-x: -299px;
}
/* .content li h4 {
    line-height: 30px;
    padding-top: 30px;
    font-size: 20px;
    font-weight: bold;
} */
.content li p {
    width: 305px;
    font-size: 16px;
    line-height: 30px;
}
.pt20 {
    padding-top: 30px;
}