body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font: inherit;
  border: 0;
  outline: 0;
}

a {
  color: #333;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

input::-webkit-input-placeholder {
  color: #d8d8d8;
}

input::-moz-placeholder {
  color: #d8d8d8;
}

input:-moz-placeholder {
  color: #d8d8d8;
}

input:-ms-input-placeholder {
  color: #d8d8d8;
}

div {
  box-sizing: border-box;
}

body {
  font: 14px/1.5 "Microsoft YaHei", "PingFang SC", Arial, "Helvetica Neue", Helvetica, "STHeiTi", sans-serif;
  color: #333;
  min-width: 1200px;
  background: rgb(84, 19, 0);
  font-family: PingFang SC;
}

@keyframes bannerBlink {
  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
.banner {
  background: url("../images/banner.png") no-repeat center center;
  background-size: 2560px auto;
  min-width: 1200px;
  height: 774px;
  margin: 0 auto;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/banner_after.png") no-repeat center center;
  background-size: 2560px auto;
  animation: bannerBlink 1s ease-in-out infinite;
}
.banner .banner-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 36px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.banner .banner-container .logo-group {
  width: 507px;
  height: 84px;
  background: url("../images/logo-bg.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  padding-top: 21px;
  box-sizing: border-box;
  margin-left: 229px;
  margin-top: 95px;
}
.banner .banner-container .logo-group .logo-link {
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.banner .banner-container .logo-group .logo-link:hover {
  opacity: 0.8;
}
.banner .banner-container .logo-group .xkw {
  width: 127px;
  height: 38px;
}
.banner .banner-container .logo-group .yx {
  width: 129px;
  height: 39px;
}
.banner .banner-container .logo-group .line {
  width: 2px;
  height: 20px;
  background: rgb(255, 255, 255);
  margin: 10px 8px;
  display: block;
  flex-shrink: 0;
}
.banner .banner-container .logo-group .lsqkj {
  width: 140px;
  height: 34px;
}

.tv-video {
  width: 548px;
  height: 336px;
  position: absolute;
  top: 135px;
  left: 228px;
  z-index: 10;
}

#tv-video-player {
  border-radius: 20px;
  border: 3px solid rgb(255, 191, 81);
}

.mode1 {
  width: 100%;
  height: 291px;
  position: relative;
}
.mode1 .sszwn-img {
  position: absolute;
  height: 346px;
  left: 50%;
  transform: translateX(-50%);
  top: -173px;
}

.mode2 {
  width: 100%;
  position: relative;
  background: rgb(106, 28, 12);
  padding-top: 20px;
}
.mode2 .sgbowg-title {
  width: 100%;
  height: 90px;
  background: url("../images/sgbowg.png") no-repeat center center;
  background-size: 2560px auto;
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
}
.mode2 .subtitle {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: rgb(255, 230, 166);
  margin-top: 80px;
}
.mode2 .tv-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mode2 .tv-container .tv-img {
  width: 1132px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.mode2 .blq {
  width: 100%;
  height: 100%;
  background: url("../images/bq.png") no-repeat center center;
  background-size: 1920px auto;
  height: 762px;
  margin-top: -100px;
}
.mode2 .bqbj {
  width: 100%;
  max-width: 2560px;
  height: 80px;
  background: url("../images/bqbj.png") no-repeat center center;
  background-size: 2560px auto;
  margin-top: 12px;
}

.mode3 {
  width: 100%;
  height: 3869px;
  background: rgb(72, 7, 0);
  text-align: center;
  padding-top: 76px;
  position: relative;
}
.mode3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/mode3-bg.png") no-repeat center center;
  background-size: 2560px 100%;
}
.mode3 .tzzbj {
  width: 450px;
  height: 70px;
  background: url("../images/tzzbgc.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.mode3 .tzzbj:hover {
  scale: 1.1;
  transition: all 0.3s ease;
}
.mode3 .mode3-title {
  width: 1200px;
  height: 156px;
  margin: 0 auto;
  background: url("../images/time-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 14px;
}
.mode3 .mode3-content {
  width: 100%;
  height: 452px;
  background: url("../images/time-line.png") no-repeat center center;
  background-size: 1244px auto;
}
.mode3 .mode3-swiper {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 2060px;
  min-width: 1200px;
  overflow: hidden;
}
.mode3 .mode3-swiper .mode3-swiper-container {
  width: 100%;
  margin-top: 59px;
  position: relative;
}
.mode3 .mode3-swiper .mode3-swiper-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/mode3-swiper-bg.png") no-repeat center center;
  background-size: 2560px 100%;
  z-index: 200;
  pointer-events: none;
}
.mode3 .mode3-swiper .mode3-swiper-container .swiper-slide-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mode3 .mode3-swiper .mode3-swiper-container .swiper-slide-item img {
  width: 234px;
  height: 468px;
}
.mode3 .mode3-swiper .mode3-swiper-container .view-detail {
  width: 100%;
  height: 44px;
  background: url("../images/ckxq-bg.png") no-repeat center center;
  background-size: 100% 100%;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.mode3 .mode3-swiper .mode3-swiper-container .swiper-slide {
  width: 234px;
  height: 515px;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.mode3 .mode3-swiper .mode3-swiper-container .swiper-slide img {
  width: 100%;
  height: 468px;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-1 {
  width: 234px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-2 {
  width: 189px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-3 {
  width: 186px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-4 {
  width: 227px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-5 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-6 {
  width: 233px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-7 {
  width: 233px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-8 {
  width: 233px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-9 {
  width: 227px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-10 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-11 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-12 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-13 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-14 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-15 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-16 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-17 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-18 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-19 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-20 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-21 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-22 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-23 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-24 {
  width: 265px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-25 {
  width: 263px !important;
}
.mode3 .mode3-swiper .mode3-swiper-container .hb-item-26 {
  width: 187px !important;
}
.mode3 .photo-title {
  width: 1200px;
  height: 156px;
  margin: 0 auto;
  background: url("../images/photo-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 14px;
  margin-top: 56px;
}
.mode3 .photo-container {
  max-width: 2560px;
  height: 690px;
  position: relative;
  margin: 0 auto;
}
.mode3 .photo-container .photo-left-swiper {
  position: absolute;
  left: 0;
  min-width: 1200px;
  width: calc(50vw + 600px);
  height: 301px;
  padding-top: 48px;
  background: url("../images/left-bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding-right: 38px;
}
.mode3 .photo-container .photo-left-swiper .photo-left-swiper-container {
  width: 100%;
  height: 100%;
}
.mode3 .photo-container .photo-left-swiper .photo-left-swiper-container .swiper-slide {
  width: 192px !important;
  height: 213px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
}
.mode3 .photo-container .photo-left-swiper .photo-left-swiper-container .swiper-slide img {
  width: 192px;
  height: 213px;
}
.mode3 .photo-container .photo-right-swiper {
  position: absolute;
  top: 332px;
  right: 0;
  min-width: 1200px;
  width: calc(50vw + 600px);
  height: 301px;
  padding-top: 48px;
  background: url("../images/right-bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding-left: 38px;
}
.mode3 .photo-container .photo-right-swiper .photo-right-swiper-container {
  width: 100%;
  height: 100%;
}
.mode3 .photo-container .photo-right-swiper .photo-right-swiper-container .swiper-slide {
  width: 192px !important;
  height: 213px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
}
.mode3 .photo-container .photo-right-swiper .photo-right-swiper-container .swiper-slide img {
  width: 192px;
  height: 213px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mode3 .bmcwjs-bg {
  width: 450px;
  height: 70px;
  background: url("../images/bmcwjs.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.mode3 .bmcwjs-bg:hover {
  scale: 1.1;
  transition: all 0.3s ease;
}
.mode3 .tswc-title {
  width: 958px;
  height: 116px;
  margin: 0 auto;
  background: url("../images/tswc-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 48px;
  margin-top: 90px;
}
.mode3 .book-bg {
  width: 1200px;
  height: 462px;
  background: url("../images/book-bg.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  padding-top: 16px;
}
.mode3 .book-bg .book-item {
  width: 227px;
  height: 160px;
}
.mode3 .book-bg img {
  width: 164px;
  height: 160px;
  position: relative;
}
.mode3 .book-bg img:hover {
  cursor: pointer;
  top: -10px;
  position: relative;
  transition: all 0.3s ease;
}
.mode3 .book-bg .book-name {
  position: relative;
  margin-top: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
}
.mode3 .book-bg .book-line1 {
  margin-left: 96px;
  display: flex;
  gap: 30px;
}
.mode3 .book-bg .book-line2 {
  margin-left: 96px;
  margin-top: 49px;
  gap: 30px;
  display: flex;
}
.mode3 .ysys-title {
  width: 958px;
  height: 116px;
  margin: 0 auto;
  background: url("../images/ysys-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 78px;
  margin-top: 90px;
}
.mode3 .ysys-swiper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
}
.mode3 .ysys-swiper .swiper-slide {
  width: 566px;
  height: 382px;
  transition: all 0.3s;
}
.mode3 .ysys-swiper .swiper-slide img {
  width: 100%;
  height: 314px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mode3 .ysys-swiper .ysys-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: url("../images/xk.png") no-repeat !important;
  background-size: 100% 100% !important;
  padding: 18px;
  box-sizing: border-box;
}
.mode3 .ysys-swiper .ysys-container .ysys-name {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgb(238, 186, 162);
  width: 100%;
  text-align: left;
  margin-top: 6px;
}
.mode3 .mode3-dw {
  width: 100%;
  max-width: 2560px;
  height: 90px;
  background: url("../images/mode3-dw.png") no-repeat center center;
  background-size: 2560px auto;
  margin: 0 auto;
}

.mode3 .mode3-container {
  position: relative;
  z-index: 1;
}

.mode4 {
  width: 100%;
  background: rgb(106, 28, 12);
  padding-top: 68px;
  padding-bottom: 212px;
  position: relative;
  overflow: hidden;
}
.mode4 .part-title {
  width: 818px;
  height: 108px;
  margin: 0 auto;
  background: url("../images/part-title.png") no-repeat center center;
  background-size: 100% 100%;
}
.mode4 .subtitle {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: rgb(255, 230, 166);
}
.mode4 .countdown {
  width: 1040px;
  height: 176px;
  background: url("../images/countdown-bg.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 32px;
  position: relative;
}
.mode4 .countdown .countdown-text {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: rgb(141, 0, 0);
  position: absolute;
  top: 73px;
  left: 330px;
}
.mode4 .countdown .countdown-time {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: rgb(141, 0, 0);
  position: absolute;
  top: 65px;
  left: 521px;
  display: flex;
  font-size: 24px;
  line-height: 46px;
}
.mode4 .countdown .countdown-time .item {
  color: #fff;
  display: inline-block;
  width: 49px;
  height: 46px;
  text-align: center;
  background: url("../images/hour-bg.png") no-repeat center center;
  background-size: 100% 100%;
  font-size: 32px;
  line-height: 46px;
}
.mode4 .lyj-title {
  width: 572px;
  height: 80px;
  background: url("../images/lyj-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 24px;
}
.mode4 .lyj-content {
  width: 1040px;
  margin: 0 auto;
}
.mode4 .lyj-content .lyj-01 {
  width: 1040px;
  height: 163px;
  background: url("../images/lyj-01.png") no-repeat center center;
  background-size: 100% 100%;
  padding-top: 71px;
  padding-left: 145px;
  box-sizing: border-box;
  position: relative;
}
.mode4 .lyj-content .lyj-01:before {
  content: "";
  position: absolute;
  top: 36px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(198, 72, 3);
}
.mode4 .lyj-content .lyj-01:after {
  content: "";
  position: absolute;
  top: 40px;
  left: -16.5px;
  width: 1px;
  height: 736px;
  background: rgb(198, 72, 3);
}
.mode4 .lyj-content .lyj-01 .title {
  font-size: 22px;
  font-weight: 600;
  color: rgb(53, 0, 0);
}
.mode4 .lyj-content .lyj-01 .description {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
}
.mode4 .lyj-content .lyj-02 {
  width: 1040px;
  height: 163px;
  background: url("../images/lyj-02.png") no-repeat center center;
  background-size: 100% 100%;
  padding-top: 71px;
  padding-left: 428px;
  box-sizing: border-box;
  position: relative;
}
.mode4 .lyj-content .lyj-02:before {
  content: "";
  position: absolute;
  top: 36px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(198, 72, 3);
}
.mode4 .lyj-content .lyj-02 .title {
  font-size: 22px;
  font-weight: 600;
  color: rgb(53, 0, 0);
}
.mode4 .lyj-content .lyj-02 .description {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
}
.mode4 .lyj-content .lyj-03 {
  width: 1040px;
  height: 163px;
  background: url("../images/lyj-03.png") no-repeat center center;
  background-size: 100% 100%;
  padding-top: 71px;
  padding-left: 145px;
  box-sizing: border-box;
  position: relative;
}
.mode4 .lyj-content .lyj-03:before {
  content: "";
  position: absolute;
  top: 36px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(198, 72, 3);
}
.mode4 .lyj-content .lyj-03 .title {
  font-size: 22px;
  font-weight: 600;
  color: rgb(53, 0, 0);
}
.mode4 .lyj-content .lyj-03 .description {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
}
.mode4 .lyj-content .lyj-04 {
  width: 1040px;
  height: 218px;
  background: url("../images/lyj-04.png") no-repeat center center;
  background-size: 100% 100%;
  padding-top: 67px;
  padding-left: 428px;
  box-sizing: border-box;
  position: relative;
}
.mode4 .lyj-content .lyj-04:before {
  content: "";
  position: absolute;
  top: 36px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(198, 72, 3);
}
.mode4 .lyj-content .lyj-04 .title {
  font-size: 22px;
  font-weight: 600;
  color: rgb(53, 0, 0);
}
.mode4 .lyj-content .lyj-04 .description {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
}
.mode4 .lyj-content .lyj-05 {
  width: 1040px;
  height: 163px;
  background: url("../images/lyj-05.png") no-repeat center center;
  background-size: 100% 100%;
  padding-top: 71px;
  padding-left: 145px;
  box-sizing: border-box;
  position: relative;
}
.mode4 .lyj-content .lyj-05:before {
  content: "";
  position: absolute;
  top: 36px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(198, 72, 3);
}
.mode4 .lyj-content .lyj-05 .title {
  font-size: 22px;
  font-weight: 600;
  color: rgb(53, 0, 0);
}
.mode4 .lyj-content .lyj-05 .description {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
}
.mode4 .lyj-content .lyj-01 {
  width: 1040px;
  height: 163px;
  background: url("../images/lyj-01.png") no-repeat center center;
  background-size: 100% 100%;
  padding-top: 71px;
  padding-left: 145px;
  box-sizing: border-box;
}
.mode4 .lyj-content .lyj-01 .title {
  font-size: 22px;
  font-weight: 600;
  color: rgb(53, 0, 0);
}
.mode4 .lyj-content .lyj-01 .description {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
}
.mode4 .hsq-title {
  width: 508px;
  height: 80px;
  background: url("../images/hsq-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 42px;
}
.mode4 .hsq-content {
  width: 1040px;
  margin: 0 auto;
}
.mode4 .hsq-content .hsq-01 {
  width: 1040px;
  height: 160px;
  background: url("../images/hsq-01.png") no-repeat center center;
  background-size: 100% 100%;
  padding-top: 68px;
  padding-left: 138px;
  position: relative;
}
.mode4 .hsq-content .hsq-01:before {
  content: "";
  position: absolute;
  top: 36px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(198, 72, 3);
}
.mode4 .hsq-content .hsq-01:after {
  content: "";
  position: absolute;
  top: 40px;
  left: -16.5px;
  width: 1px;
  height: 167px;
  background: rgb(198, 72, 3);
}
.mode4 .hsq-content .hsq-01 .title {
  font-weight: 600;
  font-size: 22px;
  color: rgb(255, 252, 196);
}
.mode4 .hsq-content .hsq-01 .description {
  font-weight: 400;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.mode4 .hsq-content .hsq-02 {
  width: 1040px;
  height: 162px;
  background: url("../images/hsq-02.png") no-repeat center center;
  background-size: 100% 100%;
  padding-top: 70px;
  padding-left: 138px;
  position: relative;
}
.mode4 .hsq-content .hsq-02:before {
  content: "";
  position: absolute;
  top: 47px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(198, 72, 3);
}
.mode4 .hsq-content .hsq-02 .title {
  font-weight: 600;
  font-size: 22px;
  color: rgb(255, 252, 196);
}
.mode4 .hsq-content .hsq-02 .description {
  font-weight: 400;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.mode4 .yzdh-title {
  width: 597px;
  height: 80px;
  background: url("../images/yzdh-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 42px;
}
.mode4 .yzdh-content {
  width: 956px;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 24px;
}
.mode4 .yzdh-content img {
  width: 212px !important;
  height: auto;
}
.mode4 .rysk-title {
  width: 415px;
  height: 80px;
  background: url("../images/rysk-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 42px;
}
.mode4 .rydl {
  width: 1086px;
  height: 324px;
  background: url("../images/rydl.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  z-index: 200;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 87px;
  width: 100%;
  background: url(../images/footer-bg.png) no-repeat;
  background-size: 2560px auto;
  z-index: 300;
  text-align: center;
}
.footer .footer-content {
  width: 1200px;
  margin: 0 auto;
  height: 130px;
  margin-top: -43px;
  position: relative;
}
.footer .footer-content .footer-bg {
  width: 1200px;
}

.side-nav {
  position: fixed;
  top: 240px;
  right: 0;
  z-index: 500;
  background: url("../images/side-bg.png") no-repeat;
  background-size: 100% auto;
  width: 155px;
  height: 250px;
  padding-top: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 5px;
}
.side-nav .item {
  width: 122px;
  height: 40px;
  color: rgb(255, 255, 255);
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.side-nav .item:hover {
  background: rgb(255, 252, 212);
  color: rgb(211, 29, 14);
  border-radius: 8px;
}
.side-nav .active {
  border-radius: 8px;
  background: rgb(255, 252, 212);
  color: rgb(211, 29, 14);
}
.side-nav .back {
  margin-top: 23px;
  color: rgb(255, 155, 101);
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-nav .back-icon {
  width: 14px;
  height: 17px;
  margin-right: 9px;
  margin-top: -6px;
}

.mode5 {
  padding-top: 46px;
  background: rgb(57, 0, 1);
  padding-bottom: 294px;
  position: relative;
}
.mode5:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/mode5-bg.png") no-repeat center center;
  background-size: 2560px 100%;
}
.mode5 .nav {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  z-index: 200;
  padding: 12px 0;
  background: rgb(57, 0, 1);
}
.mode5 .nav .nav-item {
  height: 66px;
  padding: 0px 24px;
  text-align: center;
  line-height: 66px;
  font-size: 18px;
  color: rgb(255, 240, 197);
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.mode5 .nav .nav-item:hover {
  background: rgb(255, 248, 212);
  color: rgb(180, 41, 16);
}
.mode5 .nav .nav-item.active {
  background: rgb(255, 248, 212) !important;
  color: rgb(180, 41, 16) !important;
}
.mode5 .nav .nav-gap {
  height: 37px;
  margin: 0 37px;
}
.mode5 .zygxj .img-content {
  margin-right: -60px;
  margin-bottom: -20px;
}
.mode5 .zygxj .zygxj-content-img {
  width: 296px;
  height: 327px;
  margin-right: 60px;
  margin-bottom: 20px;
}
.mode5 .zygxj-title {
  width: 697px;
  height: 143px;
  background: url("../images/zygxj-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 46px;
}
.mode5 .fytz-title {
  width: 697px;
  height: 143px;
  background: url("../images/fytz-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 46px;
}
.mode5 .fytz .img-content {
  margin-right: -60px;
  margin-bottom: -20px;
}
.mode5 .fytz .fytz-content-img {
  width: 296px;
  height: 327px;
  margin-right: 60px;
  margin-bottom: 20px;
}
.mode5 .ndsgjs-title {
  width: 697px;
  height: 143px;
  background: url("../images/ndsgjs-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 46px;
}
.mode5 .ndsgjs .img-content {
  margin-right: -44px;
  margin-bottom: -28px;
}
.mode5 .ndsgjs .ndsgjs-item {
  width: 134px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 44px;
  margin-bottom: 28px;
}
.mode5 .ndsgjs .ndsgjs-item .ndsgjs-content-img {
  width: 134px;
  height: 170px;
}
.mode5 .ndsgjs .ndsgjs-item .title {
  margin-top: 14px;
  color: rgb(255, 240, 197);
  font-size: 18px;
}
.mode5 .sgjs-title {
  width: 697px;
  height: 143px;
  background: url("../images/kl-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 46px;
}
.mode5 .sgjs .img-content {
  padding: 64px 40px;
  margin-right: -14px;
  margin-bottom: -14px;
  height: 673px;
}
.mode5 .sgjs .sgjs-content-img {
  width: 269px;
  height: 168px;
  margin-right: 14px;
  margin-bottom: 14px;
}
.mode5 .cydw-title {
  width: 1213px;
  height: 143px;
  background: url("../images/cydw-title.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 46px;
}
.mode5 .cydw {
  padding: 64px 0px;
}
.mode5 .cydw .page {
  left: 567px;
}
.mode5 .cydw .img-content {
  width: 860px;
  padding: 0px;
  margin: 0 auto;
  height: 493px;
}
.mode5 .cydw .cydw-item {
  width: 400px;
  height: 22px;
  margin-bottom: 16px;
  color: rgb(255, 240, 197);
  font-size: 18px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.mode5 .cydw .cydw-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: rgb(255, 169, 126);
  border-radius: 50%;
}
.mode5 .cydw .cydw-item:nth-child(2n+1) {
  margin-right: 58px;
}
.mode5 .cydw .cydw-item.cydw-item-last-page {
  width: 800px;
  margin-right: 0;
}

.bjmb-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 12px;
  border-radius: 24px;
  overflow: hidden;
}
.bjmb-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ffe1bd 0%, rgba(255, 195, 123, 0.921509) 31.25%, #ffe1bd 63.02%, rgba(255, 225, 189, 0.58) 100%);
  border-radius: 24px;
  z-index: 0;
}
.bjmb-content::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: linear-gradient(180deg, #711507 -7.78%, #3c0102 16.36%);
  border-radius: 23px;
  z-index: 1;
}
.bjmb-content .img-content {
  display: flex;
  position: relative;
  z-index: 11;
  padding: 64px 0px;
  padding-left: 88px;
  flex-wrap: wrap;
}
.bjmb-content .page {
  position: absolute;
  left: 592px;
  bottom: 28px;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bjmb-content .page .left-next {
  height: 18px;
  margin-right: 22px;
  cursor: pointer;
}
.bjmb-content .page .page-number {
  font-size: 16px;
  margin: 0 22px;
  white-space: nowrap;
}
.bjmb-content .page .page-number .current-page {
  color: rgb(255, 104, 44);
}
.bjmb-content .page .page-number .total-page {
  color: rgb(142, 80, 53);
}
.bjmb-content .page .right-next {
  cursor: pointer;
  height: 18px;
}

.rysk-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1927px;
  height: 804px;
  pointer-events: none;
}

.bjdl-video {
  width: 1074px;
  height: 604px;
  margin: 0 auto;
  margin-top: 20px;
}
.bjdl-video #bjdl-video-player {
  border-radius: 30px !important;
}/*# sourceMappingURL=index.css.map */