/* 导航栏 */
.nav{
    border-bottom: 0;
    margin-bottom: 0;
}
.map{
    padding: 85px 0;
}
.map li{
    width: 380px;
    float: left;
}
.map li h2{
    height: 40px;
}
.map li:nth-of-type(1) h2{
    background: url(../bin_images/img02.png) no-repeat;
}
.map li:nth-of-type(2) h2{
    background: url(../bin_images/img03.png) no-repeat;
}
.map li:nth-of-type(3) h2{
    background: url(../bin_images/img01.png) no-repeat;
}
.map li:nth-of-type(2){
    margin: 0 50px;
}
.map li .l-map{
    width: 380px;
    height: 330px;
    margin: 30px 0;
}
.map li p{
    font-size: 20px;
    line-height: 36px;
}

/* Places */
.Places{
    box-sizing: border-box;
    height: 302px;
    background: url(../bin_images/img04.png) no-repeat;
    padding-top: 190px;
    margin-bottom: 80px;
}
.Places .apply input{
    width: 288px;
    height: 36px;
    text-indent: 24px;
}
.Places .apply .tel{
    margin: 0 35px;
}
.Places .apply span{
    width: 130px;
    height: 36px;
    display: inline-block;
    background: red;
    border-radius: 4px;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}