@charset "utf-8";

.content {
    /*width: 100%;*/
    background: #f8f8f8;
}

.content_box {
    width: 100%;
    height: 900px;
    padding-bottom: 100px;
    background: #fff;
}

.header_botm_list ul {
    margin-left: 150px;
}
.content_box .inner_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.inner_content #map{
    height: 600px;
    width: 100%;
}
.adress_box{
    border-top: 1px solid #e0e0e0;
    position: relative;
}
.adress_box p{
    color: #b0b0b0;
}
.adress_box p i{
    color: #767676;
}
.adress_box p:nth-child(1){
    margin-top: 30px;
}
.adress_box p img{
    padding-right: 15px;
}
.adress_box .ewm1,.ewm2{
    width: 116px;
    float: right;
    position: absolute;
}
.adress_box .ewm1>p,.ewm2>p{
    text-indent: 0;
    text-align: center;
}
.adress_box .ewm2{
    top: 20px;
    right: 0;
}
.adress_box .ewm1{
    top:20px;
    right: 130px;
}
.header_botm_list ul{
    width: 532px;
    height: 70px;
    margin:0 auto;
    
}
