body {
  background: url("../images/product-center/body-bg.png") repeat;
}
.about-head-wrapper {
  height: 680px;
  background: url("../images/hardware/bg-header-wrapper.jpg") center center no-repeat;
}
.about-head-wrapper .head-content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
  padding-top: 230px;
  text-align: center;
}
.content-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: -80px;
}
.back-top-box {
  text-align: center;
  padding: 80px  0;
}
.back-top-box .back-top-btn {
  display: inline-block;
  width: 150px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  background-color: #4d66ff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.foot-wrapper {
  background-color: #222222;
}
.foot-wrapper .foot-content {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #ffffff;
  position: relative;
}
.share-box {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 0;
}
.share-box .share-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: center center no-repeat #1b1b1b;
}
.share-box .share-btn:hover {
  background-color: #4356cc;
}
.share-box .share-btn.weibo {
  background-image: url("../images/about-us/icon-weibo.png");
}
.share-box .share-btn.weixin {
  background-image: url("../images/about-us/icon-weixin.png");
}
.share-box .share-btn.tx-weibo {
  background-image: url("../images/about-us/icon-tx-weibo.png");
}
.share-box .share-btn.qq {
  background-image: url("../images/about-us/icon-qq.png");
}
.desc-dialog-box {
  width: 800px;
  height: 500px;
  background: url("../images/hardware/dialog-desc-box1.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -250px;
  z-index: 99;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.desc-dialog-box .scroll-box {
  padding: 50px;
}
.desc-dialog-box .desc-title {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
}
.desc-dialog-box .desc-text {
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
}
.bg-1 {
  height: 620px;
  background: url("../images/hardware/bg-1.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.bg-2 {
  height: 214px;
  background: url("../images/hardware/bg-2.jpg") center center no-repeat;
}
.bg-3 {
  height: 214px;
  background: url("../images/hardware/bg-3.jpg") center center no-repeat;
}
body .layer-wrapper {
  box-shadow: none;
  background: transparent;
}
.nav-box .nav-item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 100%;
  background-color: #f8f8f8;
  padding: 50px 35px 0;
  margin: 0 3px;
  transition: 0.4s all ease;
}
.nav-box .nav-item:hover {
  position: relative;
  transform-origin: center top;
  transform: scale(1.05) translateY(-2px);
}
.nav-box .nav-item.build {
  border-top: 8px solid #0f76d9;
}
.nav-box .nav-item.build .nav-item-title {
  color: #0f76d9;
}
.nav-box .nav-item.web {
  border-top: 8px solid #fed159;
}
.nav-box .nav-item.web .nav-item-title {
  color: #fed159;
}
.nav-box .nav-item.system {
  border-top: 8px solid #ff5858;
}
.nav-box .nav-item.system .nav-item-title {
  color: #ff5858;
}
.nav-box .nav-item-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.nav-box .nav-item-desc {
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.product-wrapper {
  background-color: #f2f2f2;
}
.product-box {
  width: 1230px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 0;
  position: relative;
}
.product-box .product-head {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -130px;
}
.product-box .product-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 275px;
  height: 170px;
  background-color: #fff;
  padding-top: 20px;
  margin: 15px;
}
.product-box .product-item:hover {
  position: relative;
  top: -1px;
  transform: scale(1.05);
}
.product-box .product-text {
  font-size: 16px;
  color: #333;
}
/*# sourceMappingURL=hardware.css.map */