/*样式更改*/
@media (min-width: 480px) and (max-width: 860px) {
  .content-next {
    width: 100% !important;
    margin-top: 80px !important;
  }
  .content-next .newAb3 {
    width: 100% !important;
  }
  .content-next .newAb3 ul {
    width: 100% !important;
  }
  .content-next .newAb3 ul li {
    width: 40% !important;
    float: left !important;
    margin: 5% !important;
  }
}
@media (max-width: 480px) {
  .goTop {
    position: fixed;
    bottom: 2%;
    right: 4%;
    z-index: 998;
  }
  .goTop p {
    opacity: 0;
    text-align: center;
    position: relative;
    background: #841c1c;
    cursor: pointer;
    margin-bottom: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .goTop p .icon {
    margin: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/gotop.png");
  }
  .content-next .newAb3 {
    width: 100% !important;
  }
  .content-next .newAb3 ul {
    width: 100% !important;
  }
  .content-next .newAb3 ul li {
    width: 90% !important;
    float: left !important;
    margin: 5%;
  }
  .content-next .tempWrap {
    width: 100% !important;
  }
  .content-next .bd ul {
    width: 100% !important;
    position: static !important;
    height: 1680px;
    overflow: hidden !important;
    left: 0 !important;
  }
  .content-next .bd ul li {
    height: auto !important;
    width: 90% !important;
    margin: 15px 5% 0 !important;
    float: none;
    box-sizing: border-box;
  }
  .content-next .next,
  .content-next .prev {
    display: none;
  }
}
@media (max-width: 1199px) {
  .content-next {
    margin-top: 0px !important;
  }
}
/*# sourceMappingURL=newIndex.css.map */