html,body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  overflow-x: hidden;
}
ul{
  margin: 0;
  padding: 0;
}
li{list-style: none;}
.top {
  width: 100%;
  height: 150px;
  background: #F36F23;
}
.header {
  width: 100%;
  height: 40px;
  background: #808285;
}
.containerbox {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.containerbox span {
  font-size: 14px;
  /*color: white;*/
  line-height: 40px;
}
.containerbox span.c2 {
  margin-left: 40px;
}
.headerMenu ul {
  height: 50px;
  margin-top: -53px;
  margin-left: 400px;
  position: absolute;
  border-radius: 2px;
}
.headerMenu li {
  list-style: none;
  float: left;
  line-height: 48px;
}
.headerMenu a:hover {
  color: #CCCCCC;
}
.headerMenu li > a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 10em;
  color: white;
  margin: 0 35px;
}
.footer {
  width: 100%;
  background: #808285;
  margin-top: 30px;
}
.footertab {
  margin: 5px auto;
}
.footertab .col-md-2,
.col-sm-4 {
  color: white;
}
.footertab .col-md-2,
.col-sm-4 li {
  list-style: none;
}
.footertab .col-md-2,
.col-sm-4 li > a {
  color: white;
}
.copyright {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-bottom: 15px;
}
.copyright p {
  font-size: 14px;
  color: white;
  margin: 10px auto 0;
}
