.map_box{ width:100%;overflow: hidden; min-width: 1200px; padding-bottom: 50px; padding-top: 50px;}
.map_box .main{ width: 92%; max-width: 1600px;margin: 0 auto;}
.map_box .main .map_title{ float: left;}
.map_box .main .map_title b{ font-size:33px; color: #333; font-weight:500;}
.map_box .main .map_title p{ float:right;font-size: 16px; padding-top:19px;  padding-left: 20px; color:#666;}
.map_box .main .map_title span{ width: 40px; height: 2px; background: #871326; display: block; margin: 10px 0;}
.market-search-box {float: right;}
         .market-search-select select {
			float: left;
			width: 185px;
			height: 48px;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			background: url(../images/market_select.png) no-repeat;
			font-size: 16px;
			color: #333;
			padding-left: 20px;
			border: 0;
			margin-right: 18px;
       }
		.market-search-select select{
		  float: left;
		  width: 185px;
		  height: 48px;
		   -webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		  background: url("../images/market_select.png") no-repeat;
		  font-size: 16px;
		  color: #333;
		  padding-left: 20px;
		  border: 0;
		  margin-right: 18px;
		}
		.market-search-title{
		  margin-top: 37px;
		  padding-left: 25px;
		  font-size: 19px;
		  color: #5e5e5e;
		  line-height: 26px;
		  background: url("../images/market_green_icon.png") no-repeat left center;
		}
		.market-search-title span{
		  color: #970000;
			display: inline;
		}
		.market-search-content{
		  margin-top: 35px;
		  padding-bottom: 40px;
		}
		.market-address-list{
		  width: 300px;
		  height: 568px;
		  overflow-x: hidden;
		  overflow-y:auto;
		}
		.market-address-list li{
		  padding-left: 33px;
		  float: none;
		  padding-top: 25px;
		  padding-bottom: 20px;
		  border-bottom: 1px solid #d3d3d5;
		  background: url("../images/market_gray_icon.png") no-repeat left center;
		  cursor: pointer;
		}
		.market-address-list li .tit{
		  font-size: 20px;
		  line-height: 1;
		  color: #333;
		}
		.market-address-list li .addr{
		  font-size: 15px;
		  line-height: 26px;
		  color: #949595;
		  margin-top: 4px;
		}
		.market-address-list li .tel{
		  font-size: 15px;
		  line-height: 26px;
		  color: #949595;
		}
		.market-address-list ul{ list-style:none; margin:0px; padding:0px;}
		.market-address-list{height:100%; overflow-y:auto;width:98%;}
		.market-address-list .liloading1{ line-height:568px; border:0px; background-image:none; text-align:center;}
        .myleft{ width:30%; float:left;height:538px;}
        .myright{ width:68%;float:right;height:568px; margin-top: -40px;}