/* 网站地图 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
/* 当前位置 */
.cnttop {
  width: 1200px;
  margin: 0 auto;
  color: #333;
  font-size: 12px;
}
.cnttop a {
  color: #333;
}
/* 地图内容 */
.map {
  margin: auto;
  width: 1200px;
  clear: both;
  margin-top: 10px;
}
.mt10 {
  margin-top: 10px !important;
}
.Consumer {
  width: 1190px;
  height: auto;
  border: 1px solid #dfdfdf;
  background: url(style/images/fl-bg.jpg) repeat-y left #fff;
  /* display: flex;
  justify-content: space-between;
  background: #f6f6f6; */
}
.Consumer .fl {
  width: 160px;
  height: 100%;
  padding: 20px 15px 10px;
}
.Consumer .fl h2 {
  font-size: 22px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB";
  font-weight: 500;
  color: #838383;
  padding-left: 20px;
  background: url(../img/border.png) no-repeat left;
  height: 30px;
  line-height: 30px;
  letter-spacing: -1px;
}
.Consumer .fl > span {
  font-size: 16px;
  color: #888;
  font-family: "KaiTi";
  line-height: 40px;
  display: block;
}
.Consumer .fl ul li {
  text-align: right;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB";
  line-height: 24px;
  color: #969696;
}
.Consumer .fl ul li span {
  color: #ff0000;
}

.Consumer .fl .dtfbcp {
  background: #dd2726;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}
.Consumer .fl .dtfbcp a,
.Consumer .fl .dtfbcg a {
  color: #ffffff;
  font-size: 14px;
}
.mt30 {
  margin-top: 30px;
}
.Consumer .fl .dtfbcg {
  background: #ff7700;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}
.mt15 {
  margin-top: 15px;
}
.Consumer .fr {
  width: 1160px;
  padding: 0 28px 18px 0;
  /* border-left: 1px solid #dfdfdf; */
  background: #fff;
}
.fr .box_head {
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 10px 0 10px;
}
.box_head strong {
  font-size: 20px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB";
  color: #969696;
  font-weight: 300;
  padding-left: 30px;
  background: url(../img/menu.png) no-repeat left 2px;
  margin-right: 5px;
}
.c_p {
  cursor: pointer;
}
.f_gray {
  color: #666666;
}
.box_head span {
  font-size: 12px;
}
.box_body {
  border: none;
  padding: 6px 20px 6px 20px;
  background: #ffffff;
  overflow: hidden;
}
.box_body ul{
  display: flex;
    /* justify-content: space-between; */
  flex-wrap: wrap;
}
.map_table p {
  margin: 0px;
  line-height: 28px;
  padding: 0 0 0 30px;
  font-size: 14px;
}
.map_table p a {
  display: block;
  width: 130px;
  height: 35px;
  border: 1px solid #e6e6e6;
  float: left;
  margin-top: 10px;
  line-height: 32px;
  color: #666666;
  font-size: 14px;
  padding-left: 10px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB";
  overflow: hidden;
}
.map_table p a:hover{
    background: #dd2726;
    color: #fff
}
.b10 {
  height: 15px;
  font-size: 1px;
}
