body {
  color: #000;
  background: #fff;
  overflow-x: hidden;
  font-family: Regular;
}
html {
  font-size: 100px;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
@font-face {
  font-family: Regular;
  src: url(../fonts/SourceHanSansCN-Regular.otf);
}
@font-face {
  font-family: bold;
  src: url(../fonts/SourceHanSansCN-Bold.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #ec0044;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}

button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 14rem;
  max-width: 100%;
  font-size: 0.2rem;
  margin: 0 auto;
}
/*公共样式勿删除*/

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
  transform: perspective(1px);
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover > img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

/**/

/**/

/**/

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  padding-top: 60px;
  z-index: -1;
  opacity: 0;
}

.ws-wap-menu.on {
  z-index: 105;
  opacity: 1;
}

.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #eee;
}
.ws-wap-menu ul > li {
  position: relative;
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ul li > a {
  display: block;
  line-height: 52px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.ws-wap-menu ul li i {
  display: inline-block;
  height: 12px;
  width: 12px;
  z-index: 6;
  border-width: 1px 1px 0 0;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 20px;
  right: 20px;
}
.ws-wap-menu ul li.on i {
  border-width: 0 1px 1px 0;
}

/**/
.header {
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 999;
  font-size: 0.24rem;
  transition: all 0.3s;
  padding: 0.25rem 0;
  font-family: bold;
}

.header .logo img {
  width: 2.89rem;
}
.header .nav {
  display: flex;
  text-align: center;
}

.header .nav > li {
  position: relative;
  padding: 0 0.5rem;
  border-right: 1px solid #ddd;
}
.header .nav > li:last-child {
  padding-right: 0;
  border: none;
}
.header .nav > li:hover > a,
.header .nav > li.on > a {
  color: #800020;
}
.header .nav > li > a {
  color: #666;
  display: block;
  position: relative;
}
.footer {
  text-align: right;
  font-size: 0.12rem;
  color: #800020;
  font-family: bold;
  padding: 0.3rem 0;
}
