@charset "UTF-8";
.productsOne {
    padding-bottom: 80px;
}
.productsOne li {
  float: left;
  margin-top: 55px;
  margin-left: 70px;
  width: 180px;
  height: 300px;
  list-style: none;
  text-align: center;
}
.productsOne div {
  width: 100%;
  height: 180px;
  background-color: #FECA09;
  border-radius: 50%;
}
.productsOne li:nth-child(even) div {
  background-color: #0095DA;
}
.productsOne li:hover div {
  background-color: #686868;
}
.productsOne div i {
  font-size: 120px;
  line-height: 180px;
  color: #ffffff;
}
.productsOne li p a:hover {
  text-decoration: none;
  color: #232323;
}
.productsOne li p a {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  display: block;
  line-height: 60px;
  font-size: 20px;
  font-weight: bolder;
  text-decoration: none;
  color: #232323;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  /*-----------------------第二媒体开始------------------*/
  .productsOne {
    padding-bottom: 60px;
  }
  .productsOne li {
    float: left;
    margin-top: 40px;
    margin-left: 35px;
    width: 150px;
    height: 260px;
    list-style: none;
    text-align: center;
  }
  .productsOne div {
    width: 100%;
    height: 150px;
    background-color: #FECA09;
    border-radius: 50%;
  }
  .productsOne li:nth-child(even) div {
    background-color: #0095DA;
  }
  .productsOne li:hover div {
    background-color: #686868;
  }
  .productsOne div i {
    font-size: 80px;
    line-height: 150px;
    color: #ffffff;
  }
  .productsOne li p a:hover {
    text-decoration: none;
    color: #232323;
  }
  .productsOne li p a {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    display: block;
    line-height: 60px;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: none;
    color: #232323;
  }
  /*-----------------------第二媒体结束------------------*/
}
@media only screen and (max-width:767px) {
  /*-----------------------第三媒体开始------------------*/
   .productsOne {
    padding-bottom: 1.5rem;
}
  .productsOne li {
    float: left;
    margin-top: 0.5rem;
    margin-left: 1.2rem;
    width: 6rem;
    height: 8.3rem;
    list-style: none;
    text-align: center;
  }
  .productsOne div {
    width: 100%rem;
    height: 6rem;
    background-color: #FECA09;
    border-radius: 50%;
  }
  .productsOne li:nth-child(even) div {
    background-color: #0095DA;
  }
  .productsOne li:hover div {
    background-color: #686868;
  }
  .productsOne div i {
    font-size: 2.5rem;
    line-height: 6rem;
    color: #ffffff;
  }
  .productsOne li p a:hover {
    text-decoration: none;
    color: #232323;
  }
  .productsOne li p a {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    display: block;
    line-height: 2rem;
    font-size: 0.4rem;
    font-weight: bolder;
    text-decoration: none;
    color: #232323;
  }
  /*-----------------------第三媒体结束------------------*/
}