.map_body{overflow-y:hidden;}
/*地图搜索*/
.m-search-header {
  position: relative;
}
.m-search-header .m-s-header-l {
  width: 580px;
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
}
.m-search-header .m-s-header-l > a {
  display: block;
  width: 120px;
  height: 34px;
  margin-left: 20px;
  margin-top: 22px;
  margin-right: 38px;
  float: left;
}
.m-search-header .m-s-header-l > a img {
  width: 100%;
  height: auto;
}
.m-search-header .m-s-header-l .m-s-header-search {
  width: 380px;
  float: left;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.m-search-header .m-s-header-l .m-s-header-search .m-s-input-txt {
  width: 280px;
  padding: 0 18px;
  height: 38px;
  line-height: 38px;
  float: left;
  box-sizing: border-box;
  border: 0;
}
.m-search-header .m-s-header-l .m-s-header-search .m-s-input-sub {
  width: 98px;
  float: left;
  border: 0;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #e83828;
  color: #fff;
}
.m-search-header .m-s-header-r {
  width: 510px;
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
}
.m-search-header .m-s-header-r a {
  float: right;
  display: block;
  margin-right: 20px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 6px;
  margin-top: 22px;
}
.m-search-header .m-s-header-r a em {
  color: #666666;
  padding-left: 18px;
  background: url(../images/r_img3.jpg) no-repeat left center;
}
.m-search-header .m-s-header-r span {
  float: right;
  margin-right: 36px;
  color: #999999;
  line-height: 74px;
}
.m-search-header .m-s-header-r span i {
  color: #e83828;
  margin: 0 4px;
}
.m-search-header .m-s-header-m {
  margin: 0 510px 0 580px;
  width: 830px;
  height: 80px;
  padding-top: 20px;
}
.m-search-header .m-s-header-m > a {
  display: inline-block;
  padding-left: 24px;
  background: url(../images/r_img2.jpg) no-repeat left center;
  float: left;
  line-height: 22px;
  color: #666666;
  margin-top: 7px;
}
.m-search-main {
  width: 100%;
  min-width: 1280px;
  height: 860px;
  position: relative;
}
.m-search-main .m-search-slider {
  width: 460px;
  /*height: 860px;*/ height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-search-main .m-search-slider .m-s-slide-header {
  height: 70px;
  background: #f5f5f5;
  padding-left: 20px;
  padding-top: 20px;
}
.m-search-main .m-search-slider .m-s-slide-header a {
  display: inline-block;
  border-radius: 6px;
  float: left;
  position: relative;
  border: 8px;
  margin-right: 20px;
  padding: 6px 22px;
  background: #fff;
  color: #666666;
}
.m-search-main .m-search-slider .m-s-slide-header a i {
  padding-right: 10px;
  position: relative;
}
.m-search-main .m-search-slider .m-s-slide-header a i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  position: absolute;
}
.m-search-main .m-search-slider .m-s-slide-header a.m-down i:after {
  border-bottom: 6px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #666666;
  margin-top: -3px;
}
.m-search-main .m-search-slider .m-s-slide-header a.m-up i:after {
  border-top: 6px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #666666;
  margin-top: -9px;
}
.m-search-main .m-search-slider .m-s-slide-header a.on {
  background: #e83828;
  color: #fff;
}
.m-search-main .m-search-slider .m-s-slide-main {
  /*height: 790px;*/ height: calc(100% - 70px);
  overflow: auto;
  padding: 20px 0;
}
.m-search-main .m-search-slider .m-s-slide-main ul {
  padding: 0 20px;
}
.m-search-main .m-search-slider .m-s-slide-main ul li {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #f5f5f5;
  padding: 20px;
}
.m-search-main .m-search-slider .m-s-slide-main ul li > a {
  display: block;
  width: 130px;
  height: 100px;
  float: left;
  margin-right: 20px;
}
.m-search-main .m-search-slider .m-s-slide-main ul li > dl{
	width: calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	float: left;
}
.m-search-main .m-search-slider .m-s-slide-main ul li > a img{width: 100%;}

.m-search-main .m-search-slider .m-s-slide-main ul li dl dt {
  font-size: 18px;
  color: #333333;
  margin-bottom: 14px;
}
.m-search-main .m-search-slider .m-s-slide-main ul li dl dt a {
  color: #333333;
  font-weight: bold;
}
.m-search-main .m-search-slider .m-s-slide-main ul li dl dd span {
  display: inline-block;
  padding: 8px;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  width: 50%;
  text-align: center;
}
.m-search-main .m-search-slider .m-s-slide-main ul li dl dd span:last-child {
  margin-left: -1px;
}
.m-search-main .m-search-slider .m-s-slide-main ul li dl dd p {
  padding-top: 8px;
  color: #e83828;
}
.m-search-main .m-search-map {
  margin-left: 460px;
  height: 100%;
  background: #f5f5f5;
  position: relative;
}
#map > h1{
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -WEBKIT-transform: translate(-50%, -50%);
}
.m-s-select {
  width: 98px;
  height: 38px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  float: left;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.m-s-select:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #666666;
  border-bottom: 8px solid transparent;
  right: 18px;
  top: 15px;
}
.m-s-select input {
  display: block;
  width: 68px;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: none;
  color: #999999;
  box-sizing: border-box;
  padding-left: 12px;
  cursor: pointer;
  z-index: 2000;
}
.m-s-select ul {
  position: absolute;
  top: 36px;
  border: 1px solid #cccccc;
  width: 100%;
  z-index: 200;
  border-radius: 6px;
  display: none;
  background: #fff;
}
.m-s-select:nth-child(4) ul{
	width: 120px;
}
.m-s-select:nth-child(5) ul{
	width: 120px;
}
.m-s-select:nth-child(6) ul{
  width: 180px;
}
.m-s-select ul li {
  padding: 0 12px;
  line-height: 26px;
  position: relative;
}
.m-s-select ul li:hover {
  background: #E83828;
  color: #fff;
}
.m-s-select ul li dl {
  position: absolute;
  left: 100%;
  top: 0;
  width: 140px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 6px;
  display: none;
}
.m-s-select ul li dl dd {
  padding: 0 16px;
  color: #000;
}
.m-s-select ul li dl dd:hover {
  background: #E83828;
  color: #fff;
}
.m-circle {
  border-radius: 100%;
  position: absolute;
  background-color: #EE5D5B;
  color: white;
  height: 100px;
  width: 100px;
  padding: 2px;
  line-height: 1.7em;
  white-space: nowrap;
  font-size: 14px;
}
.m-circle .divInner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.m-circle .divInner span,
.m-circle .divInner em {
  display: block;
  text-align: center;
}
.m-rect {
  position: absolute;
  background-color: #e83828;
  color: white;
  height: 26px;
  width: 60px;
  padding: 2px;
  line-height: 22px;
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
}
.m-rect:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #e83828;
  margin-left: -5px;
}
.m-rect .m-outerBox {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 230px;
}
.m-rect .m-outerBox .m-outer-header {
  position: relative;
}
.m-rect .m-outerBox .m-outer-header em {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 6px 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.m-rect .m-outerBox img {
  width: 230px;
  /*height: 230px;*/
}
.m-rect .m-outerBox dl {
  background: #fff;
  padding: 15px 10px 8px;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}
.m-rect .m-outerBox dl dd {
  color: #838383;
  white-space: normal;
  margin-bottom: 5px;
}
.m-rect:hover .m-outerBox {
  display: block;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
@media (max-width: 1800px) {
  .m-search-header {
    height: 160px;
  }
  .m-search-header .m-s-header-m {
    padding-top: 80px;
    width: 100%;
    margin: 0;
    padding-left: 20px;
  }
}
