.main {
  margin-bottom: 6px;
  min-height: 900px;
}
.main .tabs {
  padding: 20px 0 10px;
}
.main .tabs h3 {
  font-size: 16px;
  color: #111111;
  line-height: 32px;
  padding-right: 30px;
  float: left;
}
.main .tabs .tab {
  float: left;
  width: 870px;
  font-size: 14px;
  color: #555555;
  line-height: 30px;
}
.main .tabs .tab a {
  display: block;
  float: left;
  padding: 0 20px;
  margin-right: 25px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 46px;
}
.main .tabs .tab a.active {
  border-color: #067FFC;
  color: #067FFC;
}
.main .banner {
  height: 200px;
  margin-bottom: 14px;
  position: relative;
}
.main .banner .text {
  position: absolute;
  top: 50px;
  left: 56px;
  width: 530px;
}
.main .banner .text h3 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  font-weight: bolder;
  padding-bottom: 16px;
  height: 28px;
  overflow: hidden;
}
.main .banner .text p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  max-height: 84px;
  overflow: hidden;
}
.main .product-list {
  width: 1014px;
  margin-left: -7px;
}
.main .product-list ul li {
  float: left;
  width: 240px;
  height: 211px;
  margin: 0 6px 14px 7px;
  padding-top: 29px;
  background: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
}
.main .product-list ul li.hot:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background: url("../images/hot-icon_03@2x.png") no-repeat center;
  background-size: contain;
}
.main .product-list ul li.new:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background: url("../images/hot-icon_05@2x.png") no-repeat center;
  background-size: contain;
}
.main .product-list ul li img {
  display: block;
  margin: 0 auto 9px;
  width: 80px;
  height: 80px;
}
.main .product-list ul li h3 {
  font-size: 20px;
  color: #111111;
  line-height: 28px;
  font-weight: bolder;
  margin-bottom: 3px;
}
.main .product-list ul li p {
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  margin-bottom: 19px;
}
.main .product-list ul li a {
  display: block;
  width: 200px;
  height: 33px;
  border: 1px solid #067FFC;
  border-radius: 2px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #067FFC;
  line-height: 33px;
  background: url('../images/product-arrow-blue@2x.png') no-repeat 180px center;
  background-size: 12px;
}
.main .product-list ul li:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.main .product-list ul li:hover a {
  background-color: #067FFC;
  background-image: url("../images/product-arrow-white@2x.png");
  color: #ffffff;
  border-color: #067FFC;
}
