body {
  width: 100%;
  min-width: 1007px;
  margin: 0 auto;
  background: #f5f5f5;
}
.clear {
  content: '';
  clear: both;
  display: block;
}
.a_nav_bar {
  position: absolute;
  top: 31px;
  left: 31px;
  width: 26px;
  background-color: #fff;
  height: 2px;
}
.content {
  width: 80%;
  margin: 18px auto;
  background: #f5f5f5;
  max-width: 1190px;
  min-width: 1007px;
}
.content h3 {
  margin: 20px;
  font-size: 20px;
  color: #595959;
}
.content .bread {
  margin-bottom: 12px;
}
.content .type-header {
  height: 60px;
  background-color: #fff;
  line-height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.content .products {
  display: inline-block;
  background-color: #fff;
  width: 100%;
}
.content .products .item {
  width: 200px;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.content .products .item .inner {
  padding: 20px;
  text-align: center;
  height: 160px;
}
.content .products .item h3 {
  font-size: 14px;
  color: #232323;
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
}
.content .products .item .description {
  color: #999;
  line-height: 1.2em;
  font-family: tahoma, 'Microsoft Yahei', SimSun, sans-serif;
  font-size: 12px;
  text-align: center;
  height: 1.2em;
  overflow: hidden;
}
.content .products .item .btn-c {
  margin-top: -1px;
  display: none;
}
.content .products .item:hover {
  border: 1px solid #eee;
  background: #f2f2f2;
}
.content .products .item:hover .description {
  display: none;
}
.content .products .item:hover .btn-c {
  display: block;
}
.content .btn-go {
  width: 120px;
  text-decoration: none;
  display: inline-block;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fa6d30;
  border-color: #fa6d30;
}
.content .product {
  position: relative;
  width: 25%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.content .product > a {
  border-right: 1px solid #e6e6e6;
  width: 100%;
  display: block;
  padding: 30px 0;
}
.content .product img {
  width: 60px;
}
.content .product .name {
  display: block;
  margin: 14px auto;
  font-size: 20px;
  color: #363636;
}
.content .product .intro {
  display: block;
  width: 90%;
  margin: 0 auto 22px auto;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  color: #999999;
}
.content .product:nth-child(4) a {
  border-right: none;
}
.content .product:hover .product-hover {
  display: block;
}
.content .product-hover {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  background: #f2f2f2;
}
.content .product-hover img {
  width: 88px;
}
.content .price {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #fd6e21;
}
.content table {
  width: 100%;
}
.content table td {
  text-align: center;
}
.content .div-scroll {
  position: relative;
  height: 200px;
  overflow: hidden;
}
@-webkit-keyframes scrollText1 {
  0% {
    -webkit-transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(-30px);
  }
  40% {
    -webkit-transform: translateY(-60px);
  }
  60% {
    -webkit-transform: translateY(-90px);
  }
  80% {
    -webkit-transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(-150px);
  }
}
@keyframes scrollText1 {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-50px);
  }
  40% {
    transform: translateY(-100px);
  }
  60% {
    transform: translateY(-150px);
  }
  80% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(-200px);
  }
}
.content .table-scroll {
  -webkit-animation: scrollText1 8s infinite cubic-bezier(1, 0, 0.5, 0);
  animation: scrollText1 6s infinite cubic-bezier(1, 0, 0.5, 0);
}
.content .table-scroll:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.content .record {
  /*width: 80%;*/
  margin: 0 auto;
}
.content .record tr {
  height: 40px;
}
.content .record thead {
  background-color: #ededed;
  font-size: 16px;
  color: #858484;
}
.content .record tbody {
  font-size: 14px;
  color: #cdcdcd;
}
.content .odd-tr {
  background-color: #f6f8fa;
}
.right-pin {
  position: fixed;
  z-index: 99999;
  bottom: 200px;
  right: 0px;
}
.right-pin li a {
  background-color: #999;
  display: block;
  width: 32px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.right-pin #qrcode {
  display: none;
  position: absolute;
  right: 32px;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: #ccc;
}
.right-pin img {
  width: 70px;
  height: 70px;
}
.right-pin #download:hover #qrcode {
  display: block;
}
