<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  transition: all 0.3s;
}
section,
.bgi {
  background-position: center;
  background-repeat: no-repeat;
}
.flex {
  display: flex;
  align-items: center;
}
.space-evenly {
  justify-content: space-between;
}
.space-evenly:before,
.space-evenly:after {
  content: '';
  display: block;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.swiper-pagination-bullet {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: transparent;
}
.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
header .logo {
  height: 107px;
  line-height: 107px;
  background-color: #a52025;
  text-align: center;
}
header .logo img {
  vertical-align: middle;
}
header ul {
  height: 50px;
  display: flex;
  align-items: center;
  width: 743px;
  justify-content: space-between;
  margin: 0 auto;
}
header ul li:hover .img-n,
header ul li.on .img-n {
  display: none;
}
header ul li:hover .img-h,
header ul li.on .img-h {
  display: inline-block;
}
header ul li:hover a,
header ul li.on a {
  color: #c31d21;
}
header ul li .img-h {
  display: none;
}
header ul li a {
  font-size: 16px;
  font-family: "Source Han Sans CN MEDIUM";
  color: #333333;
  padding-left: 11px;
}
.banner {
  padding-bottom: 25px;
  background-color: #f9f9f9;
}
.banner .swiper-container {
  height: 459px;
}
footer {
  background-color: #313131;
}
footer .content {
  height: 280px;
  justify-content: center;
  display: flex;
  align-items: center;
}
footer .div1 a {
  display: block;
  margin-bottom: 32px;
}
footer .div1 a span {
  font-size: 22px;
  font-family: "Source Han Sans CN MEDIUM";
  color: #ffffff;
}
footer .div1 a p {
  font-size: 13px;
  font-family: "Arial";
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 15px;
}
footer .div1 a b {
  background-color: #ffffff;
  width: 46px;
  height: 4px;
  display: inline-block;
}
footer .div2 {
  margin-left: 283px;
}
footer .div2 h6 {
  font-size: 18px;
  font-family: "Source Han Sans CN";
  color: #ffffff;
  margin-bottom: 15px;
}
footer .div2 h6 img {
  margin-right: 15px;
  vertical-align: middle;
}
footer .div2 h6:last-child {
  margin-bottom: 0;
}
footer .icp {
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
}
</pre></body></html>