body {
  min-width: 1200px;
}
body .serve_img {
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
}
body .serve_img img {
  width: 100%;
}
body .title {
  width: 1200px;
  margin: 0px auto;
  padding: 0px 270px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
body .title li {
  line-height: 45px;
  border-radius: 5px;
  width: 140px;
  color: #999;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
}
body .title .on {
  color: #fff;
  background: #247fd9;
}
body .serve_content {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 30px;
  padding-bottom: 50px;
}
body .serve_content li .serve_content_img {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height:450px;
}
body .serve_content li .serve_content_img li {
  margin-bottom: 20px;
  text-align: center;
}
body .serve_content li .serve_content_img li .img {
  width: 300px;
  height: 200px;
  background: #000;
  margin-bottom: 5px;
}
body .serve_content li .branch_map {
  width: 1200px;
  margin: 0 auto;
}
body .serve_content li .branch_map .main {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 600px;
  height: 600px;
}
body .serve_content li .branch_map .main #province {
  display: none;
}
body .serve_content li .branch_map .main .icon {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("../../images/Home/icon_39@2x.png") center center no-repeat;
  right: 0px;
  top: 10px;
  display: none;
}
body .serve_content li .branch_map .message {
  display: inline-block;
  width: 500px;
  margin-left: 10px;
}
body .serve_content li .branch_map .message h2 {
  text-align: center;
}
body .serve_content li .branch_map .message p {
  line-height: 30px;
}
body .serve_content li .branch_map .overflow {
  overflow-y: scroll;
  height: 600px;
}
body .page {
  text-align: center;
  color: #444444;
  margin-bottom: 50px;
}
body .page text {
  font-size: 14px;
}
body .page a {
  vertical-align: bottom;
}
body .page .page_search {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  color: #428df6;
  border: 1px solid #ccc;
  margin: 0px 5px;
}
body .page .page_button {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  color: #428df6;
  border: 1px solid #ccc;
  margin: 0px 5px;
  background: #fff;
  vertical-align: bottom;
}
body .page ul {
  display: inline-block;
  vertical-align: bottom;
}
body .page ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0px 5px;
  font-size: 14px;
}
body .page ul li a {
  width: 100%;
}
body .page ul .on {
  background: #428df6;
  color: #fff;
}
body .page ul .on a {
  color: #fff;
}


body .wash_flow_box
{
  width:1300px;
  margin:0 auto;
  /*padding-top:55px;*/
}
body .wash_flow_box .wash_content_box
{
  margin-left:90px;
  margin-bottom:55px;
}
body .wash_flow_box .wash_content_box .wash_content_title
{
  display: block;
  font-size:20px;
  color:#267FDA;
  margin-bottom:26px;
}
body .wash_flow_box .wash_content_box .wash_content_text
{
  display: block;
  height:25px;
  line-height:25px;
  font-size:16px;
  color:#333;
}
body .wash_flow_box .wash_content_box .big_wash_content_text
{
  display: block;
  height:117px;
  line-height:117px;
  font-size:16px;
  color:#333;
}
body .wash_flow_box .wash_content_box .big_wash_content_text img
{
  display: inline-block;
  float:left;
  margin-right:25px;
}
.blue_icon
{
  display: block;
  float:left;
  width:6px;
  height:6px;
  margin-top:10px;
  margin-right:5px;
  border-radius:100%;
  background:#267FDA;
}

.service_tip_text
{
  width:100%;
  text-align: center;
  font-size:14px;
  color:#333;
  margin-top:110px;
}