.news-switch {
  width: 1320px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  margin-top: -45px;
  font-size: 16px;
  text-align: center;
  line-height: 90px;
}
.news-switch a {
  margin: 0 45px;
  position: relative;
}
.news-switch .act:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f9253b;
  bottom: -7px;
  left: 0;
}
.banner-box {
  width: 100%;
  height: 640px;
}
.nonage-warn {
  padding-top: 120px;
  padding-bottom: 100px;
  margin-top: -120px;
  text-align: center;
  background-color: #fff;
}
.nonage-warn img {
  width: 70px;
  height: 70px;
}
.nonage-warn .title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 33px;
}
.nonage-warn p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.product-list .item {
  /*margin-bottom: 100px;*/
  margin-bottom: 20px;
}
.product-list .item .product-img {
  width: 800px;
  height: 500px;
  display: block;
  float: left;
}
.product-list .item .info {
  float: left;
  height: 500px;
  width: 440px;
  padding-left: 80px;
}
.product-list .item .info .name {
  font-size: 30px;
  font-weight: bold;
  width: 440px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 100px;
}
.product-list .item .info .name:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.product-list .item .info p {
  font-size: 16px;
  line-height: 24px;
}
.product-list .item .info .view-more-right {
  margin-top: 80px;
}
.more-product {
  height: 120px;
  background: #29BFBC;
  text-align: center;
  font-size: 22px;
  line-height: 120px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 146px;
}
.more-product img {
  width: 24px;
  margin-left: 14px;
}
