.container {
  margin: 0 auto;
  overflow: hidden;
  color: #313131;
  font-size: 14px;
  background-color: #fff;
}

a {
  color: #000;
}

.w {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.header {
  background-color: #232426;
  color: #9a9a9c;
  height: 77px;
  line-height: 77px;
}
.header .logo {
  float: left;
  margin-top: 5px;
}

.nav {
  float: right;
  position: relative;
  z-index: 2;
}
.nav li {
  position: relative;
  float: left;
  color: #232426;
  font-size: 16px;
}
.nav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ff6633;
  transition: all 0.3s;
}
.nav li:hover a {
  color: #fff;
}
.nav li:hover::before {
  width: 100%;
  background-color: #ff6633;
}
.nav li > a {
  display: block;
  padding: 0 30px;
  color: #9a9a9c;
}
.nav li.nav-business:hover .box {
  display: block;
}
.nav li.nav-business .box {
  position: absolute;
  left: 50%;
  margin-left: -112px;
  top: 77px;
  width: 224px;
  display: none;
  background-color: #232426;
  font-size: 16px;
}
.nav li.nav-business .box a {
  padding-left: 56px;
  display: block;
  line-height: 43px;
  color: #e5e5e5;
  background-repeat: no-repeat;
  background-image: url("../images/nav-icon.png");
}
.nav li.nav-business .box a:hover {
  color: #fff;
}
.nav li .nav-box-a-1 {
  background-position: 30px 13px;
}
.nav li .nav-box-a-2 {
  background-position: 30px -32px;
}
.nav li .nav-box-a-3 {
  background-position: 30px -209px;
}
.nav li .nav-box-a-4 {
  background-position: 30px -75px;
}
.nav li .nav-box-a-5 {
  background-position: 30px -120px;
}
.nav li .nav-box-a-6 {
  background-position: 30px -166px;
}

.comBottom {
  padding: 26px 0;
  background-color: #232426;
}
.comBottom .img {
  margin: 0 auto;
  border-bottom: 1px solid #3b3b3d;
  padding-bottom: 26px;
}
.comBottom .link {
  padding: 30px 0;
  position: relative;
  left: 36px;
  text-align: center;
}
.comBottom .link li {
  width: 200px;
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
}
.comBottom .link li h4 {
  color: #9a9a9c;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 14px;
}
.comBottom .link li a, .comBottom .link li span {
  display: block;
  color: #9a9a9c;
  font-size: 14px;
  margin-bottom: 7px;
}
.comBottom .link li a:hover, .comBottom .link li span:hover {
  color: #ff7f00;
}
.comBottom .wxqrcode {
  position: absolute;
  left: 0;
  top: -10px;
  width: 140px;
}
.comBottom li.link-contact {
  position: relative;
  padding-left: 150px;
  width: 280px;
}

.footer {
  line-height: 2.5;
  text-align: center;
  padding: 20px 0;
  background-color: #232426;
  color: #999;
}
.footer a {
  color: #999;
}

.backtotop {
  position: absolute;
  right: 0;
  top: -46px;
  width: 140px;
  height: 35px;
  background: url("../images/backtotop.png") 0 0 no-repeat;
  cursor: pointer;
}

.crumb {
  padding-top: 26px;
  color: #999;
  font-size: 12px;
  margin-bottom: 25px;
}
.crumb a {
  color: #999;
}

.comHeader1 {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 50px;
}
.comHeader1 h2 {
  position: relative;
  float: left;
  line-height: 1;
  font-size: 30px;
  color: #5c5c5c;
  padding-bottom: 28px;
}
.comHeader1 h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 7px;
  background-color: #ff6633;
}
.comHeader1 .comHeader1-nav {
  float: right;
}
.comHeader1 .comHeader1-nav .ele {
  float: left;
  font-size: 18px;
  color: #232426;
  padding: 0 20px;
  line-height: 26px;
  margin: 0 20px;
  cursor: pointer;
  border-radius: 15px;
  transition: all 0.3s;
}
.comHeader1 .comHeader1-nav .ele:hover, .comHeader1 .comHeader1-nav .ele.active {
  background-color: #ff6633;
  color: #fff;
}

.pages {
  text-align: center;
  font-size: 12px;
  margin: 80px auto;
}
.pages a {
  display: inline-block;
  padding: 0 11px;
  height: 27px;
  line-height: 27px;
  color: #333;
  border: 1px solid #ddd;
  margin: 0 2px;
  transition: all 0.3s;
}
.pages a:hover, .pages a.cur {
  background-color: #ff6633;
  color: #fff;
}/*# sourceMappingURL=common.css.map */