.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;
  overflow: hidden;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide .cloud {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.box .Swiper .swiper-wrapper .swiper-slide .cloud img {
  position: absolute;
  top: 0;
  right: 15vw;
}
.box .Swiper .swiper-wrapper .swiper-slide .title {
  display: flex;
  align-items: center;
  margin-left: -3vw;
  position: relative;
  z-index: 9;
}
.box .Swiper .swiper-wrapper .swiper-slide .title img {
  width: auto;
  height: 8vh;
  margin-left: -1.5vw;
}
.box .Swiper .swiper-wrapper .swiper-slide .title h2 {
  width: 65vw;
  height: 9.5vh;
  background: url(../img/LY/bg3.png) center no-repeat;
  background-size: 100% 100%;
  margin-left: -1.5vw;
  padding-left: 5vw;
  display: flex;
  align-items: center;
  color: #2f5597;
  font-size: 55px;
  line-height: 9.5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide .title h2 img {
  padding-top: 1vh;
  height: 100%;
  margin-right: 1.5vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 18vh 0;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 h1 {
  font-size: 148px;
  line-height: 168px;
  text-align: center;
  font-family: 'SongJian';
  background: -webkit-linear-gradient(#743901 40%, #cd830c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 10px;
  position: relative;
  z-index: 9;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 h2 {
  text-align: center;
  font-size: 78px;
  line-height: 78px;
  margin-top: 18vh;
  background: -webkit-linear-gradient(#743901 40%, #cd830c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 9;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 .cloud {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 .cloud img {
  position: absolute;
  top: 0;
  left: 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 .cloud img:nth-child(2) {
  left: auto;
  right: 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 .cloud img:nth-child(3) {
  top: 15vh;
  left: 50%;
  transform: translate(-50%);
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide1 .cloud img:nth-child(4) {
  top: 55%;
  left: auto;
  right: -10%;
  transform: translateY(-50%);
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 12vh 12vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 h2 {
  font-size: 98px;
  line-height: 98px;
  color: #2f5597;
  letter-spacing: 40px;
  margin-bottom: 10vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 ul {
  padding-left: 10vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 ul li {
  width: 54vw;
  padding: 5vh 0 2.5vh;
  background-color: #fff;
  margin-bottom: 2.5vh;
  border-radius: 15px 15px 0 0;
  position: relative;
  padding-left: 2.5vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 ul li .num {
  width: 120px;
  height: 120px;
  background: url(../img/LY/img2-1.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-55%, -35%);
  color: #fff;
  line-height: 105px;
  font-size: 58px;
  text-align: center;
  font-family: 'Song';
  padding-right: 15px;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide2 ul li p {
  color: #43619a;
  font-size: 40px;
  font-family: 'SongJian';
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide3 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide3 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 7vh 0.5vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide3 .content .Imgs {
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
  margin-bottom: 5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide3 .content .Imgs img {
  flex: 1;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide3 .content .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide3 .content .text p {
  color: #2f5597;
  font-size: 42px;
  font-family: 'SongJian';
  margin: 0 1vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 7vh 1.5vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 .content .Imgs {
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 .content .Imgs img {
  width: 48.5%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide4 .content .text p {
  width: 48.5%;
  color: #2f5597;
  font-size: 42px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide5 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide5 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 7vh 1.5vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide5 .content .Imgs {
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide5 .content .Imgs img {
  width: 48.5%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide5 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide5 .content .text p {
  width: 48.5%;
  color: #2f5597;
  font-size: 42px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 7vh 1.5vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 .content .Imgs {
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 .content .Imgs img {
  width: 48.5%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide6 .content .text p {
  width: 48.5%;
  color: #2f5597;
  font-size: 37px;
  line-height: 45px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 7vh 0.5vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Imgs {
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .Imgs img {
  width: 33%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide7 .content .text p {
  width: 100%;
  color: #2f5597;
  font-size: 37px;
  line-height: 45px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide8 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide8 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 7vh 1.5vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide8 .content .Imgs {
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide8 .content .Imgs img:nth-child(1) {
  width: 48%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide8 .content .Imgs .right {
  width: 51%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide8 .content .Imgs .right img {
  width: 49%;
  height: 48%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide8 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide8 .content .text p {
  width: 100%;
  color: #2f5597;
  font-size: 37px;
  line-height: 45px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 7vh 1.5vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .content .Imgs {
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .content .Imgs img {
  width: 48.5%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide9 .content .text p {
  width: 48.5%;
  color: #2f5597;
  font-size: 40px;
  line-height: 52px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 .content .left {
  flex: 1;
  padding: 9vh 1vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 .content .left .Imgs {
  width: 100%;
  height: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 .content .left .Imgs img {
  width: 49%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 .content .left .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 .content .left .text p {
  width: 100%;
  color: #2f5597;
  font-size: 42px;
  line-height: 47px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide10 .content .rightImg {
  width: 28%;
  height: 100%;
  object-fit: cover;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide11 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide11 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 7vh 1.5vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide11 .content .Imgs {
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide11 .content .Imgs img {
  width: 48.5%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide11 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide11 .content .text p {
  width: 48.5%;
  color: #2f5597;
  font-size: 40px;
  line-height: 47px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 9vh 2vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .content .Imgs {
  width: 100%;
  height: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .content .Imgs img {
  width: 32%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide12 .content .text p {
  width: 100%;
  color: #2f5597;
  font-size: 40px;
  line-height: 52px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 5vh 2vw;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .content .Imgs {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide13 .content .Imgs img {
  width: 100%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 9vh 2vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .Imgs {
  width: 100%;
  height: 68%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .Imgs img {
  width: 32%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide14 .content .text p {
  width: 32%;
  color: #2f5597;
  font-size: 40px;
  line-height: 62px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 7vh 2vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .Imgs {
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .Imgs img {
  width: 24%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .Imgs img:last-child {
  width: 46%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .text p {
  width: 24%;
  color: #2f5597;
  font-size: 40px;
  line-height: 62px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide15 .content .text p:last-child {
  width: 46%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide16 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  padding: 13vh 5vw 0 8.5vw;
  position: relative;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide16 .content {
  width: 100%;
  height: 57vh;
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 5vh;
  overflow: hidden;
  padding: 6vh 3vw 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide16 .content .Imgs {
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide16 .content .Imgs img {
  width: 54%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide16 .content .Imgs img:last-child {
  width: 42%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide16 .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide16 .content .text p {
  width: 54%;
  color: #2f5597;
  font-size: 40px;
  line-height: 62px;
  font-family: 'SongJian';
  text-align: center;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide16 .content .text p:last-child {
  width: 42%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 .Imgs {
  flex: 1;
  padding: 12.5vh 2.5vw 2.5vh;
  display: flex;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 .Imgs img {
  width: 31.5%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide17 .bottomImg {
  width: 100%;
  height: 50%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 .Imgs {
  flex: 1;
  padding: 8vh 2.5vw 7.5vh;
  display: flex;
  justify-content: space-between;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 .Imgs img {
  width: 31.5%;
  height: 100%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide18 .bottomImg {
  width: 100%;
  height: 50%;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 {
  background: url(../img/LY/Bg1.png) center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 25vh;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 img {
  width: 25%;
  height: auto;
  padding: 4vh 2vw 0 0;
}
.box .Swiper .swiper-wrapper .swiper-slide.swiper-slide19 h2 {
  text-align: center;
  font-size: 88px;
  line-height: 95px;
  margin-top: 1vh;
  background: -webkit-linear-gradient(#743901 40%, #cd830c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'SongJian';
  letter-spacing: 2px;
}
