@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/iconfont/iconfont.woff2") format("woff2"), url("/public/fonts/iconfont/iconfont.woff") format("woff"), url("/public/fonts/iconfont/iconfont.ttf") format("truetype"); }
*, :before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, li, ul, ul > li, ul > li > ul, p, img, div, span, h1, h2, h3, h4, h5, h6, dl, dt, dd, dl > dt, dl > dd, figure, form, a, button, table, tr, td, input, button {
  margin: 0;
  border: 0;
  padding: 0;
  list-style: none;
  -webkit-appearance: none;
  outline: none; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  object-fit: cover; }

div {
  margin: 0 auto; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100%; }

.hide {
  display: none; }

.outer-div, .block, .show {
  display: block; }

.roll-box, .big-roll-box {
  overflow: hidden; }

.single-over {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.clamp-over {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px; }

.infotools {
  padding: 20px 0;
  display: flex;
  justify-content: space-around; }
  .infotools .page_preinfo, .infotools .page_next {
    max-width: 46%;
    flex: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative; }
  .infotools .page_preinfo {
    padding-left: 40px; }
    .infotools .page_preinfo:before {
      content: "\e61f";
      font-size: 30px;
      height: 30px;
      line-height: 30px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0%, -50%); }
  .infotools .page_next {
    padding-right: 40px; }
    .infotools .page_next:after {
      content: "\e61e";
      font-size: 30px;
      height: 30px;
      line-height: 30px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0%, -50%); }

@media (max-width: 720px) {
  .infotools {
    white-space: normal;
    flex-wrap: wrap; }
    .infotools .page_preinfo, .infotools .page_next {
      width: 100%;
      max-width: 100%;
      flex: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .infotools .page_next :after {
      content: "";
      margin: 0; }
    .infotools .page_next :before {
      content: "\e61e";
      font-size: 30px;
      height: 30px;
      line-height: 30px;
      margin-right: 10px; } }
.date, .time {
  font-family: "Times New Roman"; }

.number, .tel, .phone {
  font-family: "Times New Roman";
  font-weight: bold; }

.content, .desc {
  font-family: Tahoma, "宋体";
  letter-spacing: 1px; }

[data-iconb]:before {
  content: attr(data-iconb); }

[data-icona]:after {
  content: attr(data-icona); }

.color_array_15 {
  color: #ff4000; }
.color_array_30 {
  color: #ff8000; }
.color_array_45 {
  color: #ffbf00; }
.color_array_60 {
  color: yellow; }
.color_array_75 {
  color: #bfff00; }
.color_array_90 {
  color: #80ff00; }
.color_array_105 {
  color: #40ff00; }
.color_array_120 {
  color: lime; }
.color_array_135 {
  color: #00ff40; }
.color_array_150 {
  color: #00ff80; }
.color_array_165 {
  color: #00ffbf; }
.color_array_180 {
  color: cyan; }
.color_array_195 {
  color: deepskyblue; }
.color_array_210 {
  color: #0080ff; }
.color_array_225 {
  color: #0040ff; }
.color_array_240 {
  color: blue; }
.color_array_255 {
  color: #4000ff; }
.color_array_270 {
  color: #8000ff; }
.color_array_285 {
  color: #bf00ff; }
.color_array_300 {
  color: magenta; }
.color_array_315 {
  color: #ff00bf; }
.color_array_330 {
  color: #ff0080; }
.color_array_345 {
  color: #ff0040; }
.color_array_360 {
  color: red; }

.grid {
  display: grid; }
  .grid.column_1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid.column_2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid.column_3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid.column_4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid.column_5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid.column_6 {
    grid-template-columns: repeat(6, 1fr); }
  .grid.column_7 {
    grid-template-columns: repeat(7, 1fr); }
  .grid.column_8 {
    grid-template-columns: repeat(8, 1fr); }
  .grid.column_9 {
    grid-template-columns: repeat(9, 1fr); }
  .grid.column_10 {
    grid-template-columns: repeat(10, 1fr); }
  .grid.column_11 {
    grid-template-columns: repeat(11, 1fr); }
  .grid.column_12 {
    grid-template-columns: repeat(12, 1fr); }

.flex {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .flex > * {
    margin: 0; }
  .flex.row {
    flex-direction: row !important; }
  .flex.row-reverse {
    flex-direction: row-reverse !important; }
  .flex.column {
    flex-direction: column !important; }
  .flex.column {
    flex-direction: column-reverse !important; }
  .flex.wrap {
    flex-wrap: wrap; }
  .flex.jcsb {
    justify-content: space-between; }
  .flex.jcsa {
    justify-content: space-around; }
  .flex.jcse {
    justify-content: space-evenly; }
  .flex.jcfs {
    justify-content: flex-start; }
  .flex.jcc {
    justify-content: center; }
  .flex.aifs {
    align-items: flex-start; }
  .flex.aic {
    align-items: center; }
  .flex.aife {
    align-items: flex-end; }
  .flex.ais {
    align-items: stretch; }
  .flex.column_1 > * {
    width: 100%; }
  .flex.column_2 > * {
    width: 50%; }
  .flex.column_3 > * {
    width: 33.33%; }
  .flex.column_4 > * {
    width: 25%; }
  .flex.column_5 > * {
    width: 20%; }
  .flex.column_6 > * {
    width: 16.66%; }
  .flex.column_7 > * {
    width: 14.28%; }
  .flex.column_8 > * {
    width: 12.5%; }
  .flex.column_9 > * {
    width: 11.11%; }
  .flex.column_10 > * {
    width: 10%; }
  .flex.column_11 > * {
    width: 9.09%; }
  .flex.column_12 > * {
    width: 8.33%; }
  .flex .flex-none {
    flex: none; }
  .flex .flex-auto {
    width: 200px;
    flex: auto; }

.flex-column {
  display: flex;
  flex-direction: column; }

.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

.pagination {
  margin: 20px 0;
  display: flex;
  justify-content: center; }
  .pagination .page-item, .pagination .page-num {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dedede;
    margin: 0 5px; }
  .pagination .page-num-current {
    background-color: #dedede; }
  .pagination .pageindex:before {
    content: "\e624"; }
  .pagination .pagepre:before {
    content: "\e62b"; }
  .pagination .pagenext:before {
    content: "\e626"; }
  .pagination .pagelast:before {
    content: "\e625"; }

.bannerItem {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  display: none; }
  .bannerItem a {
    display: block;
    width: 100%;
    height: 100%; }

#wxnr {
  width: 100%;
  height: 100%;
  max-width: 640px;
  min-width: 320px;
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.6); }
  #wxnr .nrdf {
    margin: -2.5rem auto 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    padding: 0.6rem 0.3rem 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 6px #777;
    -webkit-box-shadow: 0 2px 6px #777;
    -moz-box-shadow: 0 2px 6px #777;
    border-radius: 10px; }
  #wxnr img {
    width: 2.3rem;
    height: 2.3rem;
    display: block;
    margin: 0 auto; }
  #wxnr p {
    font-size: 0.24rem;
    line-height: 0.45rem;
    text-align: center; }
  #wxnr i {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer; }
  #wxnr span {
    display: inline-block;
    padding: 0.03rem 0.1rem;
    line-height: 0.35rem;
    background-color: #dc0000;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer; }
    #wxnr span .wx {
      padding-left: 0.4rem;
      background-size: 0.28rem;
      background-position: 0.1rem center;
      background-repeat: no-repeat; }

#weixin {
  position: fixed;
  top: 50%;
  margin-top: -0.4rem;
  z-index: 9999999;
  font-size: 0.26rem;
  color: #fff;
  width: 90%;
  right: 5%;
  line-height: 0.8rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #333;
  border-radius: 0.1rem;
  display: none; }

/*# sourceMappingURL=basic.css.map */
