.main-cont {
    padding: 0 2%;
}
.p-text {
    margin-bottom: .8rem;
    font-size: 14px;
    line-height: 32px;
    color: #434343;
}
.map-wrapper{
    width: 100%;
    height: 13rem;
}
.map{
    width: 100%;
    height: 100%;
}
.BMap_bubble_title {
    font-size: 16px;
}
.shadow {
    display: none;
}
.search-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.search {
    position: relative;
    width: 54.28571428571429%;
    padding-right: 60px;
    background-color: #f7f7f7;
    border-radius: .2rem 0 0 .2rem;
}
.form-qh {
    position: relative;
    height: 40px;
}
.qh-box {
    height: 40px;
    padding: 0 .3rem;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qh-show .qh-list-wrap {
    display: block;
}
.qh-list-wrap {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
    border-radius: .1rem;
    width: 100%;
    height: 272px;
    padding: .2rem 0;
    overflow: auto;
    background-color: #eee;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.07);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.07);
}
.qh-list {
    /* padding-right: .7rem; */
}
.qh-item {
    padding: 0 0 0 8.57142857142857%;
    /* padding: 0 .3rem; */
    height: 50px;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    color: #434343;
    border-bottom: 1px solid #d5d3d3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qh-item:hover {
    background-color: #f7f7f7;
}
.search-text {
    width: 40%;
    font-size: 14px;
    line-height: 20px;
    color: #181818;
}
.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    background-color: #c49562;
    border-radius: 0 .2rem .2rem 0;
}
.search-btn .iconfont {
    font-size: 24px;
    color: #fff;
}
@media (max-width: 768px){
    .search-map {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .search {
        width: 100%;
        padding-right: 50px;
        margin-bottom: .6rem;
    }
    .search-btn {
        width: 50px;
    }
    .qh-item {
        padding: 0 .3rem
    }
    .search-text {
        width: 100%;
        text-align: center;
    }
}



.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3rem;
}
.address-item {
    width: 31%;
    margin-bottom: 1rem;
}
.address-title {
    font-size: 18px;
    line-height: 40px;
    color: #181818;
}
.address-p {
    font-size: 14px;
    line-height: 28px;
    color: #181818;
}
.address-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #181818;

}
.address-more .iconfont {
    margin-left: .2rem;
}
.address-more:hover {
    color: #c49562;
}
.address-more .iconfont {
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.address-more:hover .iconfont{
	-webkit-transform: translateX(.3rem);
	-moz-transform: translateX(.3rem);
	-ms-transform: translateX(.3rem);
	-o-transform: translateX(.3rem);
	transform: translateX(.3rem);
}
@media (max-width: 992px){
    .main-cont {
        padding: 0 .6rem;
    }
    .address-item {
        width: 45%;
    }
}
@media (max-width: 576px){
    .address-item {
        width: 100%;
    }
    .address-more {
        padding: 2rem 0;
    }
}

.main-cont p{ font-size:16px; line-height:30px; }