/* BASIC css start */
#contentWrap {
    position: relative;
    max-width: 1115px;
    width: 100%;
    margin: 45px auto 20px;
}

.cont {display:None;}


.sub_title ul {
    width: 920px;
    margin: 0 auto;
}


.store_img {
    width:100%;
}

.store_wrap .sub_title {
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}

.store_wrap .sub_title h3 {
    font-size: 30px;
    font-weight: bold;
}

.store_wrap .sub_title p {
    font-weight: bold;
    font-size: 18px;
}

.sub_title li {
    display: inline-block;
    zoom: 1;
    width: 166px;
    margin: 25px 5px 0px 5px;
    border: 1px solid #222;
}

.sub_title .store {
    color: black;
}

.sub_title .store:hover {
    background-color: #222;
    color: #fcfcfc;
    cursor: pointer;
    font-weight: bold;
}

.sub_title .store:active {
    position: relative;
    top: 1px;
}



.sub_title li a {
    display: block;
    padding: 12px 0px;
    font-size: 15px;
}

.sub_title,
.sub_title li a {
    text-align: center;
}




.store_map {
    width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #cbcbcb;
}


.map_wrap h4 {
    margin: 30px 0 15px;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    color: black;
}




.clear {
    text-align: left;
}

.map_info .fl {
    width: 50%;
    margin-top: 50px;
}

.map_info .tel {
    font-size: 28px;
    color: black;

}

.map_info .fl p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 25px;
}


.map_info .fl span {
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
    color: black;
    height: 15px;

}


.store_img img {
    float: left;
    margin-bottom: 50px;
    margin-top: 25px;
}

.manager {
    clear: both;
    display: block;
    content: "";
    height: 100px;
    margin-bottom: 25px;

}


.manager > img {
    float: left;
    clear: both;
    display: inline-block;
    content: "";
    max-width: 100px;
    margin-right: 20px;

}


.man_txt {
    line-height: 75px;
}
.man_txt > span{
    font-size: 22px;
    margin-bottom: 10px;
}
.man_txt > .tel {
    font-size: 32px
}



.clear {
    clear: both;
}

.clear:after {
    clear: both;
    content: "";
    display: block;
}
/* BASIC css end */

