* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, Arial;
  box-sizing: border-box;
}

.fp-warning, .fp-watermark {
  display: none;
}

html, body {
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1504px;
  margin: auto;
  text-align: center;
  position: relative;
}

ul {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline-style: none;
}

.pc-hide {
  display: block;
}

.mb-hide {
  display: none;
}

.etitle_1 {
  font-size: 15px !important;
}

.crumbs {
  width: 100%;
  height: 64px;
  background: #FFFFFF;
}

.crumbs .crumbs_nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.crumbs .crumbs_nav a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.crumbs .crumbs_nav a:hover {
  color: #0030A6;
}

.crumbs .crumbs_nav a.active {
  color: #0030A6;
  font-size: 16px;
}

.crumbs .crumbs_nav span {
  margin: 0 9px;
}

.crumbs .crumbs_nav span img {
  width: 12px;
  height: 12px;
}

.pagebox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
}

.spage-number button {
  padding: 0 12px;
  margin: 0 4px;
  border: none;
  background: #E6E6E6;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  color: #1F3144;
}

.spage-number button:first-child {
  margin-right: 40px;
  border: none;
  background: none;
}

.spage-number button:last-child {
  margin-left: 40px;
  border: none;
  background: none;
}

.spage-number button.active {
  background: #1D3185;
  color: #FFFFFF;
}

.spage-number button.active:hover {
  background: #1D3185;
  color: #FFFFFF;
}

.page-Pagination {
  display: flex;
  flex-direction: row;
}

.page-Pagination li {
  list-style: none;
  padding: 0 12px;
  margin: 0 4px;
  border: none;
  background: #E6E6E6;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  color: #1F3144;
}

.page-Pagination li a {
  color: #1F3144;
}

.page-Pagination li:first-child {
  margin-right: 40px;
  border: none;
  background: none;
}

.page-Pagination li:last-child {
  margin-left: 40px;
  border: none;
  background: none;
}

.page-Pagination li.active {
  background: #1D3185;
  color: #FFFFFF;
}

.page-Pagination li.active:hover {
  background: #1D3185;
  color: #FFFFFF;
}

.banner_box > * {
  animation: fadeInUp 1.2s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 1600px) {
  .etitle_1 {
    font-size: 0.79688vw !important;
  }
  .container {
    width: 100%;
    height: 100%;
    max-width: 79.9vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .crumbs {
    width: 100%;
    height: 3.4vw;
    background: #FFFFFF;
  }
  .crumbs .crumbs_nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_nav a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.74375vw;
    color: #666666;
  }
  .crumbs .crumbs_nav a:hover {
    color: #0030A6;
  }
  .crumbs .crumbs_nav a.active {
    color: #0030A6;
    font-size: 0.85vw;
  }
  .crumbs .crumbs_nav span {
    margin: 0 0.47812vw;
  }
  .crumbs .crumbs_nav span img {
    width: 0.6375vw;
    height: 0.6375vw;
  }
  .pagebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2.125vw;
  }
  .spage-number button {
    padding: 0 0.6375vw;
    margin: 0 0.2125vw;
    border: none;
    background: #E6E6E6;
    line-height: 1.75313vw;
    font-size: 0.74375vw;
    text-align: center;
    color: #1F3144;
  }
  .spage-number button:first-child {
    margin-right: 2.125vw;
    border: none;
    background: none;
  }
  .spage-number button:last-child {
    margin-left: 2.125vw;
    border: none;
    background: none;
  }
  .spage-number button.active {
    background: #1D3185;
    color: #FFFFFF;
  }
  .spage-number button.active:hover {
    background: #1D3185;
    color: #FFFFFF;
  }
  .page-Pagination {
    display: flex;
    flex-direction: row;
  }
  .page-Pagination li {
    list-style: none;
    padding: 0 0.6375vw;
    margin: 0 0.2125vw;
    border: none;
    background: #E6E6E6;
    line-height: 1.75313vw;
    font-size: 0.74375vw;
    text-align: center;
    color: #1F3144;
  }
  .page-Pagination li a {
    color: #1F3144;
  }
  .page-Pagination li:first-child {
    margin-right: 2.125vw;
    border: none;
    background: none;
  }
  .page-Pagination li:last-child {
    margin-left: 2.125vw;
    border: none;
    background: none;
  }
  .page-Pagination li.active {
    background: #1D3185;
    color: #FFFFFF;
  }
  .page-Pagination li.active:hover {
    background: #1D3185;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1023px) {
  .pc-hide {
    display: none;
  }
  .mb-hide {
    display: block;
  }
  body, html {
    overflow: hidden;
    overflow-y: scroll;
  }
  .crumbs {
    display: none;
  }
  .etitle_1 {
    font-size: 3.2vw !important;
  }
  .container {
    width: 100%;
    height: 100%;
    max-width: 89.33333vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .pagebox {
    margin-top: 5.33333vw;
  }
  .spage-number {
    width: 100%;
    margin: 0 auto;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }
  .spage-number button {
    padding: 0 2vw;
    margin: 0 1.06667vw;
    border: none;
    background: #E6E6E6;
    line-height: 6.6vw;
    font-size: 3.73333vw;
    text-align: center;
    color: #1F3144;
  }
  .spage-number button:first-child {
    margin-right: 0vw;
    border: none;
    background: none;
  }
  .spage-number button:last-child {
    margin-left: 0vw;
    border: none;
    background: none;
  }
  .spage-number button.active {
    background: #1D3185;
    color: #FFFFFF;
  }
  .spage-number button.active:hover {
    background: #1D3185;
    color: #FFFFFF;
  }
  .page-Pagination {
    display: flex;
    flex-direction: row;
  }
  .page-Pagination li {
    padding: 0 2vw;
    margin: 0 1.06667vw;
    border: none;
    background: #E6E6E6;
    line-height: 6.6vw;
    font-size: 3.73333vw;
    text-align: center;
    color: #1F3144;
  }
  .page-Pagination li a {
    color: #1F3144;
  }
  .page-Pagination li:first-child {
    margin-right: 0vw;
    border: none;
    background: none;
  }
  .page-Pagination li:last-child {
    margin-left: 0vw;
    border: none;
    background: none;
  }
  .page-Pagination li.active {
    background: #1D3185;
    color: #FFFFFF;
  }
  .page-Pagination li.active:hover {
    background: #1D3185;
    color: #FFFFFF;
  }
}
