.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.cont {
  margin: 0 auto;
  width: 1200px;
  *zoom: 1;
}
.cont:before,
.cont:after {
  display: table;
  content: "";
}
.cont:after {
  clear: both;
}
/*-- sitemap 导航地图 --*/
.sitemap {
  overflow: hidden;
  height: 340px;
}
.sitemap .sitemap_nav {
  float: left;
  width: 280px;
  margin-top: 74px;
}
.sitemap .sitemap_nav h5 {
  margin-bottom: 42px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.sitemap .sitemap_nav li {
  margin-bottom: 18px;
  font-size: 12px;
  color: #848890;
}
.sitemap .sitemap_nav li a:hover {
  text-decoration: none;
  color: #ffa210;
}
.sitemap .sitemap_nav1 {
  margin-left: 30px;
  margin-right: 30px;
}
.sitemap .sitemap_nav2 {
  width: 280px;
}
.sitemap .sitemap_share {
  width: 359px;
  float: right;
}
.sitemap .sitemap_share a {
  display: inline-block;
  margin-right: 36px;
  width: 50px;
  height: 50px;
}
.sitemap .sitemap_share .fackbook {
  background: url(img/icon_facebook.png) no-repeat;
}
.sitemap .sitemap_share .twitter {
  background: url(img/icon_twitter.png) no-repeat;
}
.sitemap .sitemap_share .youTube {
  background: url(img/icon_youtube.png) no-repeat;
}
.sitemap .sitemap_share .instagram {
  margin-right: 0;
  background: url(img/icon_instagram.png) no-repeat;
}
/*-- footer 底部 --*/
.gb_foot {
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #848890;
}
.gb_foot a {
  color: #999!important;
}
