﻿@charset "UTF-8";
.wrap {width: 700px;margin: auto;}
.pad {padding: 20px 0;}
.mar {margin: 20px auto;}
.p {text-indent: 2em;line-height: 2em;margin: 10px auto;}

.consult {
  width: 670px;
  height: 158px;
  padding: 20px 15px;
  border: 1px solid #ccc;
  margin: 50px auto 20px;
  position: relative;
}
.consult_title {
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #0266bb;
  text-align: center;
  position: absolute;
  left: 50px;
  top: -20px;
  background: #fff;
  border-radius: 5px;
}
.consult article p {
  line-height: 2em;
}
.consult article b {
  font-size: 20px;
  color: #0266bb;
  line-height: 2em;
}
.consult article strong {
  font-size: 36px;
  color: #0266bb;
  font-family: Impact;
}
.consult article a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #0266bb;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 8px;
  margin-top: 5px;
}
.consult > img {
  width: 194px;
  height: 230px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.bmbox {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.bm_title {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #0266bb;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
.bm_input {
  display: block;
  width: 520px;
  height: 60px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 auto 20px;
  text-indent: 20px;
  border-radius: 5px;
  box-shadow: none;
}
.bm_submit {
  display: block;
  width: 300px;
  height: 40px;
  margin: 20px auto;
  border: none;
  box-shadow: none;
  background: #0266bb;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.map_tab li {
  width: 375px;
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  cursor: pointer;
  text-align: center;
}
.map_tab li.on ,.way_tab li.on {
  background: #e40000;
  color: #fff;
}
.map_con div, .map_con div img {
  width: 700px;
  height: 438px;
}


.way_tab li {
  width: 200px;
  height: 120px;
  line-height: 120px;
  background: #6287e7;
  text-align: center;
  cursor: pointer;
}
.way_con li {
  height: 160px;
  line-height: 2em;
}

.tel_txt {
  height: 70px;
  line-height: 2em;
  text-align: center;
  font-size: 20px;
}
.tel_txt strong {
  font-size: 26px;
  color: #e40000;
}

.zxbtn {
  display: block;
  width: 700px;
  height: 60px;
  line-height: 60px;
  background: #ebebeb;
  border-radius: 10px;
  text-align: center;
}

.code {
  width: 380px;
  height: 135px;
  text-align: center;
}
.code figure img {
  width: 110px;
  height: 110px;
  border: 1px solid #ccc;
}