* {
  padding: 0;
  margin: 0;
}
ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page {
  width: 1200px;
  margin: 0 auto;
  background: #fef7ed;
}
.page .kj {
  width: 100%;
}
.page .kj .title {
  width: 795px;
  height: 47px;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
.page .p1 {
  height: 730px;
  background: url(../images/xydllb1.jpg) no-repeat;
}
.page .p2 {
  height: 627px;
  background: url(../images/xydllb2.jpg) no-repeat;
}
.page .p2 .sw {
  position: relative;
  width: 895px;
  height: 415px;
  margin: 40px auto;
  /*改变了颜色和加粗的样式*/
}
.page .p2 .sw video {
  width: 795px;
  height: 415px;
}
.page .p2 .sw .swiper-container {
  width: 795px;
  height: 415px;
  background-color: #000;
  border: solid 4px #fad554;
}
.page .p2 .sw .swiper-container img {
  position: absolute;
  left: 347px;
  top: 157px;
  z-index: 99;
  width: 100px;
  height: 100px;
}
.page .p2 .sw .swiper-button-prev {
  background-image: url("../images/xydllleft.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
}
.page .p2 .sw .swiper-button-next {
  background-image: url("../images/xydllright.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
}
.page .p2 .sw .swiper-button-next:after,
.page .p2 .sw .swiper-button-prev:after {
  opacity: 0;
}
.page .p3 .list {
  overflow: hidden;
}
.page .p3 .list li {
  position: relative;
  float: left;
  width: 342px;
  height: 239px;
  margin-left: 39px;
  margin-top: 20px;
}
.page .p3 .list li video {
  width: 342px;
  height: 189px;
}
.page .p3 .list li img {
  position: absolute;
  left: 136px;
  top: 60px;
  z-index: 99;
  width: 70px;
  height: 70px;
}
.page .p3 .list li p {
  display: block;
  text-align: center;
  font-size: 16px;
}
.page .p4 .list {
  overflow: hidden;
}
.page .p4 .list li {
  float: left;
  width: 342px;
  height: 189px;
  background-color: #000000;
  margin-left: 39px;
  margin-top: 20px;
}
.page .p4 .list li img {
  width: 342px;
  height: 189px;
}
.page .p4 .more {
  display: block;
  margin: 40px auto;
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
  border: solid 1px #d32c25;
  color: #d32c25;
  font-size: 20px;
  text-decoration: none;
}
.page .p5 {
  padding-bottom: 100px;
}
.page .p5 .list {
  overflow: hidden;
  padding: 20px 60px;
  width: 100%;
  box-sizing: border-box;
}
.page .p5 .list li {
  position: relative;
  display: block;
  height: 58px;
  line-height: 58px;
  border-bottom: solid 1px #d32c25;
  padding-left: 20px;
}
.page .p5 .list li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 24px;
  width: 10px;
  height: 10px;
  background-color: #d32c25;
}
.page .p5 .list li a {
  height: 23px;
  font-family: SourceHanSansSC-Medium;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
}
.page .p5 .list li a:link {
  font-family: SourceHanSansSC-Medium;
  font-size: 24px;
  color: #000000;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}
.mask video {
  display: block;
  width: 1200px;
  height: auto;
  margin: 150px auto;
}
.mask img {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 150px;
  left: 50%;
  margin-left: 550px;
}
