/* LESS Document */
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "宋体", "微软雅黑", "Microsoft Yahei UI", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, SimHei, "\5B8B\4F53", simsun, sans-serif;
  box-sizing: border-box;
}
body,
html {
  position: relative;
  /*height: 100%;*/
  background: #fff;
  color: #000;
}
a,
li {
  text-decoration: none;
  list-style: none;
}
#header {
  width: 100%;
  height: 83px;
  background: #730004;
  z-index: 999;
}
#header .header_zhong {
  width: 1200px;
  height: 83px;
  line-height: 83px;
  margin: 0 auto;
  position: relative;
}
#header .header_zhong #menu {
  float: right;
  width: 905px;
}
#header .header_zhong #menu .mainlevel {
  float: left;
  position: relative;
}
#header .header_zhong #menu .mainlevel a {
  display: block;
  padding: 0 10px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
#header .header_zhong #menu .mainlevel.Currpage a,
#header .header_zhong #menu .mainlevel.active a {
  color: #95733a;
}
#header .header_zhong #menu .mainlevel p {
  position: absolute;
  left: 0;
  top: 58px;
  z-index: 100;
  margin: 0;
  padding: 0;
  background: #730004;
  width: auto !important;
  width: 100%;
  min-width: 100%;
  display: none;
}
#header .header_zhong #menu .mainlevel p a,
#header .header_zhong #menu .mainlevel.active p a {
  color: #ccc;
  background: none;
  line-height: 18px;
  padding: 10px 15px;
  white-space: nowrap;
  font-size: 14px;
  text-transform: none;
}
#header .header_zhong #menu .mainlevel p a:hover,
#header .header_zhong #menu .mainlevel.active p a:hover {
  color: #95733a;
}
#header .header_zhong h1 {
  text-indent: -9999px;
  width: 185px;
  height: 147px;
  background: url(../img/logo.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
#header .header_zhong .tou_right {
  text-align: right;
  height: 25px;
  line-height: 25px;
}
#header .header_zhong .tou_right a {
  color: #999999;
  font-size: 12px;
}
#header .header_zhong .tou_right .active1 {
  color: #fff !important;
}
#header .header_zhong ul {
  width: 905px;
  float: right;
  margin: 0;
  padding: 0;
  height: 54px;
  line-height: 54px;
}
#header .header_zhong ul li {
  float: left;
  text-align: center;
}
#header .header_zhong ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
}
#header .header_zhong ul li a:hover {
  border-bottom: 4px solid #95733a;
  box-sizing: border-box;
  color: #95733a;
}
#header .header_zhong ul li .active {
  border-bottom: 4px solid #95733a;
  color: #95733a;
}
#dibu {
  width: 100%;
  border-bottom: 1px solid #730004;
  margin-top: 93px;
  overflow: hidden;
}
#dibu .dibu_zhong {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#dibu .dibu_zhong ul {
  padding: 0;
}
#dibu .dibu_zhong ul li {
  float: left;
  width: 133px;
  text-align: center;
  padding-bottom: 20px;
}
#dibu .dibu_zhong ul li a {
  color: #999;
  padding-bottom: 23px;
  font-size: 16px;
  letter-spacing: 2px;
}
#dibu .dibu_zhong ul li a:hover {
  color: #730004;
  border-bottom: 4px solid #730004;
}
#dibu .dibu_zhong .active2 {
  border-bottom: 4px solid #730004;
}
#dibu .dibu_zhong .shang {
  font-size: 50px;
  width: 47px;
  height: 65px;
  color: #730004;
  border: 1px solid #730004;
  text-align: center;
  position: absolute;
  right: -47px;
  bottom: -46px;
  cursor: pointer;
}
#lianxi {
  width: 1200px;
  margin: 0 auto;
}
#lianxi .lianxi_left {
  width: 319px;
  height: 64px;
  float: left;
  margin-top: 28px;
}
#lianxi .lianxi_right {
  width: 103px;
  height: 103px;
  float: right;
  margin: 10px 0;
}
.clearfix:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
#banquan {
  width: 100%;
  background: #730004;
  text-align: center;
  color: #888;
  padding: 5px 0;
}
#banquan a {
  color: #888;
  font-size: 12px;
}

