.box {
  width: 100%;
  height: 100vh;
}
.box .Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box .Swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.box .Swiper .swiper-wrapper .swiper-slide .Title {
  width: 100%;
  height: 65%;
  background: url(../img/JN/numBg.png) center no-repeat;
  background-size: cover;
  padding-top: 45vh;
}
.box .Swiper .swiper-wrapper .swiper-slide .Title .num {
  font-size: 205px;
  line-height: 205px;
  color: #fff;
  -webkit-text-stroke: 4px #d7d162;
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide .title {
  font-size: 75px;
  line-height: 75px;
  color: #7f7002;
  text-align: center;
  padding-top: 9vh;
  letter-spacing: 5px;
  font-family: 'FangZheng';
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 {
  background: url(../img/JN/Bg1.png) center no-repeat;
  background-size: cover;
  padding-top: 20vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 h1 {
  font-size: 108px;
  line-height: 148px;
  text-align: center;
  color: #5c5001;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 p {
  position: absolute;
  right: 20vw;
  bottom: 1vh;
  font-size: 45px;
  line-height: 45px;
  color: #5c5001;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 {
  background: url(../img/JN/Bg2.png) center no-repeat;
  background-size: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 .Mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 .Mask .left {
  width: 30%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 .Mask .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 .Mask .right {
  flex: 1;
  padding: 8vh 0 0 4.5vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 .Mask .right h2 {
  font-size: 128px;
  line-height: 128px;
  letter-spacing: 35px;
  color: #7f7002;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 .Mask .right h2::after {
  content: '';
  width: 300px;
  height: 27px;
  background: url(../img/JN/line-.png);
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 .Mask .right .List {
  margin-top: 7vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 .Mask .right .List h5 {
  font-size: 48px;
  line-height: 48px;
  color: #c4ac05;
  font-weight: normal;
  margin-bottom: 5.5vh;
  -webkit-text-stroke: 2px #7f7a02;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 {
  padding: 7vh 4vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 .topic {
  display: flex;
  align-items: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 .topic img {
  width: 55px;
  height: auto;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 .topic h4 {
  font-size: 48px;
  line-height: 48px;
  color: #333f4f;
  font-weight: normal;
  margin-left: 20px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 ul {
  margin-top: 4vh;
  display: flex;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 ul li {
  width: 23%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 ul li img {
  width: 100%;
  height: 22vh;
  object-fit: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 ul li h5 {
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: normal;
  margin: 4vh 0 8vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 ul li p {
  height: 40vh;
  font-size: 27px;
  line-height: 48px;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 ul li p::after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 105%;
  background-color: #44546a;
  z-index: 9;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 ul li:last-child p::after {
  content: none;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 {
  background: url(../img/JN/Bg6.png) center no-repeat;
  background-size: cover;
  padding: 10vh 0 0 5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 h4 {
  font-size: 48px;
  line-height: 48px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 .Text {
  width: 100%;
  height: 35vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  padding: 4vh 4vw;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 .Text .p {
  width: 42%;
  padding-right: 4vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 .Text .p h5 {
  font-size: 37px;
  line-height: 37px;
  font-weight: normal;
  padding-left: 2vw;
  margin-bottom: 2vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 .Text .p p {
  font-size: 28px;
  line-height: 42px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 .Text .color {
  width: 100%;
  height: 20%;
  background: linear-gradient(#93acd6, #175280);
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1.5px solid #c00000;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 {
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .bg {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/JN/img7-1.png) top right no-repeat;
  background-size: 102% 106%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content {
  width: 97%;
  height: 98%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #cfcdd0;
  position: absolute;
  top: 0.5%;
  right: 0;
  padding: 10vh 0 0 4vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content h4 {
  font-size: 55px;
  line-height: 55px;
  color: #aa6903;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Text {
  display: flex;
  align-items: center;
  margin-top: 4vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Text .img {
  width: 27%;
  height: auto;
  opacity: 0.85;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Text ul {
  flex: 1;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Text ul li {
  width: 100%;
  height: 17vh;
  margin: 4vh 0;
  display: flex;
  align-items: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Text ul li img {
  width: 108px;
  height: auto;
  margin-right: 10px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Text ul li .text {
  flex: 1;
  height: 100%;
  background: linear-gradient(to right, rgba(245, 216, 186, 0.9), rgba(245, 216, 186, 0.6), rgba(245, 216, 186, 0));
  display: flex;
  align-items: center;
  padding: 0 4vw 0 15px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Text ul li .text p {
  font-size: 32px;
  line-height: 32px;
  color: #bb7f27;
  font-weight: bold;
  letter-spacing: 2px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Text ul li .text span {
  flex: 1;
  margin-left: 3.5vw;
  font-size: 26px;
  line-height: 48px;
  color: #bb7f27;
  letter-spacing: 3px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Text ul li:nth-child(2) {
  margin-left: 4vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Text ul li:nth-child(2) .text {
  padding-right: 7vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 {
  display: flex;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .left {
  width: 20%;
  display: flex;
  flex-direction: column;
  border: 2px solid #000;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .left img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .right {
  flex: 1;
  position: relative;
  background-color: #000;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .right .bg {
  width: 114%;
  height: auto;
  position: absolute;
  top: -15%;
  right: -7%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .right .text {
  color: #fff;
  position: absolute;
  left: 7vw;
  bottom: 2vh;
  display: flex;
  align-items: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .right .text h5 {
  font-size: 48px;
  line-height: 105px;
  margin-right: 10vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .right .text .p {
  font-size: 32px;
  line-height: 68px;
  font-weight: bold;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 .bg {
  width: 100%;
  height: 60%;
  background: url(../img/JN/img10.png) bottom center no-repeat;
  background-size: 110% 110%;
  padding: 10vh 40vw 0 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 .bg h4 {
  font-size: 52px;
  line-height: 82px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 ul {
  width: 100%;
  height: 40%;
  padding: 0 4vw 1vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 ul li {
  width: 32%;
  height: 100%;
  border: 2px solid #dcb568;
  border-top: none;
  border-radius: 10px;
  position: relative;
  padding: 2vh 2vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 ul li .num {
  width: 7vw;
  height: 7vw;
  background-color: #deb86f;
  border-radius: 50%;
  border: 4px solid #97703e;
  text-align: center;
  line-height: 6.7vw;
  font-size: 3.7vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -97%);
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 ul li h5 {
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 ul li p {
  font-size: 28px;
  line-height: 54px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 {
  background: url(../img/JN/Bg12.png) center no-repeat;
  background-size: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 10vh 4vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask h2 {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4vw;
  margin-top: 9vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask .content .text {
  width: 35%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask .content .text h5 {
  font-size: 37px;
  line-height: 37px;
  font-weight: normal;
  margin-bottom: 4vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask .content .text p {
  font-size: 25px;
  line-height: 48px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask .content .img {
  width: 59%;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask .content .img img {
  width: 100%;
  height: auto;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask .content .img::after {
  content: '';
  width: 4%;
  height: 99.5%;
  background: url(../img/JN/line.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -0.2%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask .line {
  width: 100%;
  height: 7vh;
  position: absolute;
  left: 0;
  bottom: 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .Mask .line img {
  width: 100%;
  height: 100%;
  object-fit: 100% 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 {
  background: url(../img/JN/Bg13.png) center no-repeat;
  background-size: cover;
  position: relative;
  padding: 0 2vw 0 9vw;
  display: flex;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .left {
  width: 52%;
  display: flex;
  flex-direction: column;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .left .text {
  flex: 1;
  padding: 7vh 2vw 0 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .left .text .topic {
  display: flex;
  align-items: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .left .text .topic img {
  width: 57px;
  height: auto;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .left .text .topic h2 {
  font-size: 45px;
  line-height: 45px;
  margin-left: 20px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .left .text h5 {
  font-size: 35px;
  line-height: 35px;
  font-weight: normal;
  margin-top: 5vh;
  padding-left: 2vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .left .text p {
  font-size: 26px;
  line-height: 45px;
  padding: 0 2vw;
  margin-top: 4vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .left img {
  width: 100%;
  height: 51%;
  object-fit: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .right {
  flex: 1;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13::after {
  content: '';
  width: 4%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/JN/line.png) center no-repeat;
  background-size: 100% 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 {
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .title {
  width: 100%;
  height: 46%;
  background: url(../img/JN/img14-1.png) center no-repeat;
  background-size: 102% 100%;
  padding: 9vh 0 0 4vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .title h2 {
  font-size: 58px;
  line-height: 58px;
  color: #866f57;
  text-align: left;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content {
  height: 46%;
  padding: 0 8vw 0 6vw;
  display: flex;
  align-items: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .text h5 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 4vh;
  font-weight: normal;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .text p {
  font-size: 32px;
  line-height: 58px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .text span {
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 58px;
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .text:nth-child(1) {
  padding-bottom: 6vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .text:last-child {
  min-width: 28%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .img {
  width: auto;
  height: 100%;
  margin: 0 4vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .img img {
  width: auto;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14::after {
  content: '';
  width: 100%;
  height: 8%;
  background: url(../img/JN/line-.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 {
  background-color: #e7e6e1;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .line {
  width: 100%;
  height: 10vh;
  border-bottom: 5px solid #620909;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content {
  width: 100%;
  display: flex;
  padding: 5vh 3.5vw 0 0;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .left {
  width: 49%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .left img {
  width: 100%;
  height: auto;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .right {
  width: 49%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .right h2 {
  background-color: #670709;
  font-size: 55px;
  line-height: 105px;
  padding-left: 2.5vw;
  color: #fff;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .right .text {
  min-height: 25vh;
  margin-top: 6.5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .right .text h5 {
  font-weight: normal;
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 2vh;
  color: #6f080c;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .right .text p {
  font-size: 26px;
  line-height: 48px;
  color: #6f080c;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 {
  padding: 8.5vh 4vw;
  background-color: #e7e6e1;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 h2 {
  font-size: 68px;
  line-height: 68px;
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 .content {
  margin-top: 10vh;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 .content li {
  width: 49%;
  height: 100%;
  background-color: #735633;
  display: flex;
  flex-direction: column;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 .content li img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 .content li .text {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 2vw;
  color: #fff;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 .content li .text h5 {
  font-size: 35px;
  line-height: 35px;
  margin-right: 2vw;
  font-weight: normal;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 .content li .text p {
  flex: 1;
  font-size: 24px;
  line-height: 35px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 {
  background: url(../img/JN/Bg18.png) center no-repeat;
  background-size: cover;
  padding: 10vh 4vw 8vh;
  display: flex;
  align-items: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 h2 {
  width: 10%;
  font-size: 48px;
  line-height: 58px;
  margin-right: 2vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 ul {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 ul li {
  width: 100%;
  height: 32%;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 ul li .img {
  width: 24%;
  height: 100%;
  background: url(../img/JN/img18-1.png) left center no-repeat;
  background-size: 120% 120%;
  margin-right: 2vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 ul li .text {
  flex: 1;
  padding-right: 4vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 ul li .text h5 {
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 2vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 ul li .text p {
  font-size: 27px;
  line-height: 48px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 ul li:nth-child(2) .img {
  background: url(../img/JN/img18-2.png) left center no-repeat;
  background-size: 120% 120%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 ul li:nth-child(3) .img {
  background: url(../img/JN/img18-3.png) right center no-repeat;
  background-size: 120% 120%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 {
  padding: 15vh 4vw 0;
  background: url(../img/JN/Bg18.png) center no-repeat;
  background-size: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 h2 {
  font-family: 'Song';
  font-size: 90px;
  line-height: 90px;
  font-weight: normal;
  letter-spacing: -10px;
  color: #86422f;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content {
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content ul {
  position: absolute;
  top: -2vh;
  left: 0;
  width: 100%;
  padding: 0 2vw 0 4vw;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content ul li {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -4vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content ul li .num {
  width: 10vh;
  height: 10vh;
  background: url(../img/JN/icon19.png) center no-repeat;
  background-size: 100% 100%;
  line-height: 10vh;
  text-align: center;
  font-size: 5vh;
  font-family: 'song';
  color: #86422f;
  padding-right: 5px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content ul li .text {
  margin-top: 12vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content ul li .text h5 {
  text-align: left;
  font-size: 37px;
  line-height: 37px;
  font-family: 'song';
  color: #86422f;
  margin-bottom: 2vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content ul li .text p {
  font-size: 34px;
  line-height: 48px;
  color: #2f3941;
  font-family: 'song';
  letter-spacing: -5px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content ul li:nth-child(1) {
  padding-top: 18vh;
  margin-top: 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content ul li:nth-child(1) .text {
  margin-top: 2vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content ul li:nth-child(2) {
  padding-top: 5vh;
  margin-top: 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content ul li:nth-child(2) .text {
  margin-top: 9vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 .content::after {
  content: '';
  width: 100%;
  height: 25vh;
  background: url(../img/JN/img19.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -2vh;
  left: 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 {
  background: url(../img/JN/Bg18.png) center no-repeat;
  background-size: cover;
  padding: 12vh 5vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 h2 {
  font-size: 78px;
  line-height: 78px;
  color: #900000;
  margin-bottom: 4vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 ul {
  width: 100%;
  height: 72vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 ul li {
  width: 50%;
  height: 48%;
  padding: 2vh 1vw 0 3vw;
  display: flex;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 ul li .text {
  width: 48%;
  margin-right: 1vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 ul li .text .topic {
  display: flex;
  align-items: center;
  margin-bottom: 2vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 ul li .text .topic h5 {
  font-size: 42px;
  line-height: 42px;
  margin-left: 10px;
  color: #98462d;
  font-family: 'song';
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 ul li .text p {
  font-size: 32px;
  line-height: 48px;
  color: #2f3941;
  font-family: 'song';
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 ul li .img {
  flex: 1;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 ul li .img img {
  width: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide20 ul::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/JN/img20-1.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide21 {
  display: flex;
  align-items: center;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide21 .left {
  width: 30%;
  height: 100%;
  margin-right: 4vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide21 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide21 .right {
  flex: 1;
  padding: 0 12vw 7vh 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide21 .right .topic {
  display: flex;
  align-items: center;
  margin-bottom: 10vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide21 .right .topic img {
  width: 65px;
  height: auto;
  margin-right: 25px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide21 .right .topic h2 {
  font-size: 55px;
  line-height: 55px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide21 .right .text p {
  font-size: 30px;
  line-height: 58px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide21::after {
  content: '';
  width: 3vw;
  height: 100%;
  background: url(../img/JN/line.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide23 {
  background: url(../img/JN/Bg23.png) center no-repeat;
  background-size: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide23 .Mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 12vh 5vw 6vh;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide23 .Mask .title {
  border-bottom: 4px solid #fff;
  text-align: left;
  padding: 0;
  padding-bottom: 3vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide23 .Mask .title h2 {
  color: #fff;
  font-size: 52px;
  line-height: 75px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide23 .Mask ul {
  margin-top: 4vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide23 .Mask ul li {
  width: 31%;
  height: 65vh;
  background-color: #fff;
  border-radius: 10px;
  padding: 5vh 2vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide23 .Mask ul li h5 {
  color: #333f4f;
  font-size: 39px;
  line-height: 39px;
  margin-bottom: 9vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide23 .Mask ul li p {
  font-size: 32px;
  line-height: 54px;
  color: #333f4f;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide23 .Mask::after {
  content: '';
  width: 50%;
  height: 75px;
  position: absolute;
  top: 12vh;
  right: 0;
  background: url(../img/JN/line-.png) center no-repeat;
  background-size: 100% 100%;
}
