

.dot-text {
    padding: .88rem .6rem 1.3rem;
    background: url(../images/dot_bg.jpg) no-repeat top center;
    background-size: cover;
}
.dot-title {
    margin-bottom: 1rem;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.form-wrap {
	text-align: center;
}
.form-wrap form {
	display: inline-block;
}
.form-wrap select, 
.form-wrap input{
	display: block;
	overflow: hidden;
	margin: 0 5px;
	float: left;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	border:none;
    outline: none;
    border-radius: 5px;
	background-color: #fff;
	color: #000;
}
.form-wrap select{
	width: 6rem;
    padding: 0 .6rem;
    margin: 0 1.2rem;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background-color: #fff;
    background-image: url(../images/dot_select_arrow.png);
    background-repeat: no-repeat;
    background-position: 5.2rem center;
}
.form-wrap .lse-s-s{
	display: inline-block;
    width: 3rem;
    background-color: #df001f;
    text-align: center;
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}
@media (max-width: 768px){
    .dot-title {
        font-size: 28px;
        line-height: 40px;
    }
    .form-wrap form {
        display: block;
    }
	.form-wrap select, 
    .form-wrap input,
    .form-wrap .lse-s-s {
        width: 47%;
        margin: 0 1.5% .4rem;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    .form-wrap select{
        background-position: 90% center;
    }
}
.map_wrapper{
    position: relative;
    width: 100%;
    height: 620px;
    overflow-x: hidden;
}
.map_wrapper .addrBox {
    top: 65px;
}
.map_wrapper .lse-map{
    width: 100%;
    height: 100%;
}
.map_logo,
.contF {
    font-size: 16px;
}

.BMapLib_nav_tab li:last-child {
    width: 149px !important;
}
.BMapLib_SearchInfoWindow .iw_bt {
    width: 47px !important;
}
.BMapLib_nav_tab_content li:last-child td:first-child {
    width: 36px !important;
}
.BMapLib_nav_tab_content li:last-child td:last-child {
    width: 110px !important;
}
.BMapLib_ap img {
    display: inline-block;
}