.style_public_title {
  text-align: center;
  font-size: 50px;
  box-sizing: border-box;
  margin: 50px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.header {
  background: rgba(255, 255, 255, .8);
}

.style_public_contact {
  width: 70%;
  margin: 0 auto;
}

.scrolled {
  /* background: rgba(255, 255, 255, .8); */
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 30px #ccc;
}

.style_public_xiangqing {
  width: 70%;
  margin: 50px auto 50px;
}

#pagination a {
  border: 1px solid #ccc;
  display: block;
  box-sizing: border-box;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 16px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: #000;
}

#pagination a:nth-child(1),
#pagination a:nth-last-child(1) {
  padding: 0 12px;
  width: auto;
}

#pagination {
  display: flex;
}

#pagination a:hover {
  background-color: #053B83;
  border: 1px solid #053B83;
  color: white;
}

.feiye {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

table td {
  border: 1px solid #696767 !important;
  box-sizing: border-box;
  padding: 10px !important;
}

table td,
table tr {
  width: 100% !important;
  height: auto !important;
  font-size: 16px !important;
}


table tr:nth-child(2n-1) {
  background-color: #E8ECF3 !important;
}

table tr:nth-child(1) {
  background-color: #D2DAE7 !important;
}

ol {
  width: 100% !important;
}

table {
  border-collapse: collapse;
  width: 100% !important;
  box-sizing: border-box;
  table-layout: fixed;
}

colgroup col {
  width: 100% !important;
}


.style_public_banner {
  max-height: 400px;
  margin-top: 90px;
}

.style_public_banner img {
  width: 100%;
}

@media (max-width:1520px) {
  .style_public_contact {
    width: 90% !important;
  }

  .style_public_xiangqing {
    width: 90%;
  }
}

@media (max-width:998px) {
  .style_public_title {
    font-size: 30px;
  }

  .style_public_title {
    margin: 20px 0;
  }
}

.products_list_foot img {
  width: 100%;
}

@media (max-width:988px) {
  .products_list_foot_OP table {
    border-collapse: collapse;
    width: 200% !important;
    box-sizing: border-box;
    table-layout: fixed;
    word-break: break-all;
    max-width: 1500px;
  }

  .products_list_foot_OP::-webkit-scrollbar {
    width: 2px;
    background-color: #080404;
    height: 2px;
  }

  .products_list_foot_OP::-webkit-scrollbar-thumb {
    background-color: #feca0a;
  }

  .products_list_foot_OP::-webkit-scrollbar-track {
    background-color: #080404;
  }
}