:root {
  --theme-color: #d81108;
  --pcs-size: 1920;
  --mbs-size: 750;
  --pcs-size-px: 1920px;
  --mbs-size-px: 750px;
}
* {
  margin: 0;
  padding: 0;
}
a,
body,
div,
h1,
h2,
h3,
html,
li,
ol,
p,
span,
ul {
  font-family: '宋体';
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
ul li {
  list-style: none;
}
.img-box img {
  display: block;
  width: 100%;
}
.footer .footer-copy p {
  font-family: Arial, '宋体';
}
.footer .footer-copy p span {
  font-size: 12px;
  font-family: Arial, '宋体';
}
.swiper-pagination-news {
  z-index: 100;
  position: absolute;
  width: auto;
  /* text-align: right; */
  width: auto !important;
  bottom: 18px !important;
  left: 80% !important;
  right: 0;
}
.swiper-pagination-news .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-news .banner-bullet-active {
  width: 31px;
  height: 14px;
  border-radius: 10px;
  background-color: var(--theme-color);
  opacity: 1;
}
.pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pages .pageList li {
  margin-right: 3px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  background: #fff;
}
.pages .pageList li.sumPage {
  font-size: 14px;
  border: 0;
  margin-left: 10px;
  background: none;
}
.pages .pageList li a {
  display: block;
  padding: 0 15px;
  color: #333;
  font-size: 14px;
  line-height: 35px;
}
.pages .pageList li.noEvent {
  color: #b3b3b3;
}
.pages .pageList li.noEvent a {
  color: #b3b3b3;
  cursor: default;
}
.pages .pageList li.active {
  background: #cc0102;
}
.pages .pageList li.active a {
  color: #fff;
}
.footer {
  background: #900000;
}
.footer .footer-copy p {
  color: #fff;
}
.footer .footer-copy p a {
  color: #fff;
  font-family: Arial, '宋体';
}
.header .top {
  width: 1100px;
  height: 67px;
  margin: 0 auto;
  vertical-align: middle;
}
.header {
  position: relative;
}
.header .top {
  width: 1100px;
  height: 67px;
  margin: 0 auto;
  vertical-align: middle;
}
.header .top img {
  border: none;
  vertical-align: middle;
}
.header .top img.logo {
  margin-top: 11px;
}
.header .top img.goHome {
  margin-top: 20px;
  float: right;
}
.footer {
  background: #900000;
}
.footer .footer-copy {
  width: 71.4583vw;
  margin: 0 auto;
  padding: 20px 0;
}
.footer .footer-copy p {
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.footer .footer-copy p span {
  font-size: 12px;
}
.footer .footer-copy p a {
  color: #fff;
}
