.main .chanpin {
  margin-top: 3.5%;
}
.main .chanpin .bt b {
  color: #6eb92b;
  display: block;
  text-align: center;
  font-size: 36px;
}
.main .chanpin .bt .tp {
  width: 120px;
  margin: 0 auto;
  margin-top: 1%;
}
.main .chanpin .bt p {
  color: #666666;
  font-size: 16px;
  text-align: center;
  margin-top: 0.5%;
}
.main .chanpin ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .chanpin ul li {
  width: 30%;
  position: relative;
  margin-top: 2%;
}
.main .chanpin ul li .tp {
  font-size: 0;
  overflow: hidden;
}
.main .chanpin ul li .nr {
  position: absolute;
  bottom: 45%;
  left: 20%;
  background-color: #fffffb;
  width: 62%;
  text-align: center;
}
.main .chanpin ul li .nr p {
  line-height: 48px;
  color: #000000;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .chanpin ul li a {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}
.main .chanpin ul li a .tb {
  margin-top: 0.5%;
}
.main .chanpin ul li a p {
  color: #eb6103;
  font-size: 16px;
  margin-left: 2%;
}
.main .chanpin ul li:hover a > p {
  font-weight: 600;
}
.main .hexin {
  margin-top: 4%;
}
.main .hexin .bt b {
  color: #6eb92b;
  display: block;
  text-align: center;
  font-size: 36px;
}
.main .hexin .bt p {
  color: #666666;
  font-size: 16px;
  text-align: center;
  margin-top: 0.5%;
}
.main .hexin ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}
.main .hexin ul li {
  width: 23.5%;
  padding: 1% 1% 1.5% 1%;
  box-sizing: border-box;
  background-color: #fffffb;
  transition: all 0.6s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
.main .hexin ul li a {
  display: block;
}
.main .hexin ul li a .tp {
  font-size: 0;
  overflow: hidden;
}
.main .hexin ul li a .tp img {
  transition: all 0.6s;
}
.main .hexin ul li a .tp:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.main .hexin ul li a p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 16px;
  margin-top: 5%;
  transition: all 0.6s;
}
.main .hexin ul li:hover {
  background-color: #6eb92b;
  transition: all 0.6s;
}
.main .hexin ul li:hover a > p {
  color: #fffffb;
  transition: all 0.6s;
}
.main .hexin .big {
  width: 168px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eb6103;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 4%;
  position: relative;
  overflow: hidden;
}
.main .hexin .big .abox {
  display: block;
  font-size: 16px;
  color: #333333;
  transition: all 0.6s;
}
.main .hexin .big:hover {
  border: none;
  border: 1px solid #6eb92b;
}
.main .hexin .big:hover .abox {
  color: #FFFFFF;
  transition: all 0.6s;
}
.main .news {
  margin-top: 5%;
}
.main .news .bt b {
  color: #6eb92b;
  display: block;
  text-align: center;
  font-size: 36px;
}
.main .news .bt .tp {
  width: 120px;
  margin: 0 auto;
  margin-top: 1%;
}
.main .news .bt p {
  color: #666666;
  font-size: 16px;
  text-align: center;
  margin-top: 0.5%;
}
.main .news ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.main .news ul li {
  width: 32.5%;
  padding: 5% 3% 5% 2%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  margin-top: 1%;
}
.main .news ul li a {
  display: block;
}
.main .news ul li a h3 {
  color: #999999;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.6s;
}
.main .news ul li a p {
  color: #333333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.6s;
  margin-top: 5%;
}
.main .news ul li:hover a > h3 {
  color: #ffffff;
  transition: all 0.6s;
}
.main .news ul li:hover a > p {
  color: #ffffff;
  transition: all 0.6s;
}
@media screen and (max-width: 1200px) {
  .main {
    overflow: hidden;
  }
  .main .chanpin .bt b {
    font-size: 16px;
  }
  .main .chanpin .bt .tp {
    display: none;
  }
  .main .chanpin .bt p {
    font-size: 12px;
  }
  .main .chanpin ul {
    padding: 0 3%;
    box-sizing: border-box;
  }
  .main .chanpin ul li {
    width: 48%;
    margin-top: 5%;
  }
  .main .chanpin ul li .nr p {
    font-size: 12px;
    padding: 0 5%;
    box-sizing: border-box;
    line-height: 28px;
  }
  .main .chanpin ul li a .tb {
    display: none;
  }
  .main .chanpin ul li a p {
    font-size: 12px;
  }
  .main .chanpin ul li:nth-child(5) {
    display: none;
  }
  .main .chanpin ul li:nth-child(6) {
    display: none;
  }
  .main .hexin .bt b {
    font-size: 16px;
  }
  .main .hexin .bt .tp {
    display: none;
  }
  .main .hexin .bt p {
    font-size: 12px;
  }
  .main .hexin ul {
    flex-wrap: wrap;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .main .hexin ul li {
    width: 48%;
    margin-top: 3%;
  }
  .main .hexin ul li a p {
    font-size: 12px;
  }
  .main .hexin .big {
    width: 90px;
    line-height: 25px;
  }
  .main .hexin .big .abox {
    font-size: 12px;
  }
  .main .news .bt b {
    font-size: 16px;
  }
  .main .news .bt .tp {
    display: none;
  }
  .main .news .bt p {
    font-size: 12px;
  }
  .main .news ul {
    padding: 0 3%;
    box-sizing: border-box;
    padding-bottom: 3%;
  }
  .main .news ul li {
    width: 48%;
    margin-top: 4%;
  }
  .main .news ul li a h3 {
    font-size: 12px;
  }
  .main .news ul li a p {
    font-size: 14px;
  }
  .main .news ul li:nth-child(5) {
    display: none;
  }
  .main .news ul li:nth-child(6) {
    display: none;
  }
}
