﻿/**省市导航************/
.region-find{
  padding-top: 18px;
  margin-top: -4px;
  margin-bottom: 18px;
}
.region-find .container{
  height: 36px;
  padding: 26px 0;
  background-color: rgb(248,248,248);
  overflow: hidden;
      width: 1200px;
    margin: 0 auto;
}
.region-find .container h1{
  float: left;
  position: relative;
  min-height: 36px;
  line-height: 30px;
  padding-right: 30px;
  margin-right: 25px; 
  font-size: 24px;
  color: #111111;
  max-width: 22%;
  padding-left: 45px;
}
.region-find .container h1:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 24px;
  top: 5px;
  left: 26px;
  background-color: #006fc8;
  z-index: 2;
}
.region-find .container h1:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #b9b9b9;
  z-index: 2;
}
.region-find .container p{
  float: left;
  position: relative;
  height: 36px;
  line-height: 36px;
  margin-right: 6px;
  text-indent: 14px;
  font-family: "宋体";
  font-size: 14px;
  color: #474747;
  width: 9%;
}
.region-find .container p:before{
  position: absolute;
  content: "";
  width: 6px;
  height: 7px;
  top: 14px;
  left: 0;
  background-color: #a3a3a3;
  z-index: 2;
}
.region-find .container ul{
  float: left;
  height: 36px;
  width: 60%;
}
.region-find .container ul li{
  float: left;
  height: 28px;
  line-height: 36px;
  margin-right: 13px;
}
.region-find .container ul li a{
  text-decoration: underline;
  font-family: "宋体";
  font-size: 14px;
  color: #1473b7;
}
