* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-overflow-scrolling: touch;
}

em {
  font-style: normal;
  font-weight: normal;
}

.music {
  width: 50px !important;
  height: 50px !important;
  right: auto !important;
  left: 90% !important;
}

html,
body {
  height: 100%;
}

a {
  color: #C42726;
  text-decoration: none;
  font-weight: 800;
}

body {
  font-family: Arial;
  -webkit-text-size-adjust: 100% !important;
  color: #707070;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background: url(../img/bg2.png) center no-repeat;
  background-size: cover;
}

img.up {
  width: 2.5rem;
  height: 3rem;
  display: block;
  position: absolute;
  bottom: 8rem;
  z-index: 100;
  left: 49%;
  -webkit-animation: iconup 1.5s linear infinite;
  animation: iconup 1.5s linear infinite;
}

@-webkit-keyframes iconup {
  0% {
    opacity: 1;
    -webkit-transform: translateY(20%) rotate(180deg);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(10%) rotate(180deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(180deg);
  }
}

@keyframes iconup {
  0% {
    opacity: 1;
    transform: translateY(20%) rotate(180deg);
  }

  50% {
    opacity: 1;
    transform: translateY(10%) rotate(180deg);
  }

  100% {
    opacity: 0;
    transform: translateY(0) rotate(180deg);
  }
}


.swiper {
  width: 100%;
  height: 100%;
}

.swipers .swiper-slide:nth-child(1) {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swipers .swiper-slide.two,
.two {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

div.two {
  height: 90%;
  padding: 90px 20px;
}


.swiper-slide section.three {
  width: 100%;
  height: 70%;
  position: relative;
}

.swiper-slide section.three img {
  position: absolute;
  width: 45%;
}

.swiper-slide section.three img:nth-child(1) {
  top: 0;
  left: 0;
}

.swiper-slide section.three img:nth-child(2) {
  top: 10%;
  left: 29%;
}

.swiper-slide section.three img:nth-child(3) {
  right: 0;
  bottom: 0;
}

.swiper-slide>div {
  background: #FFF0DD;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  padding: 50px 25px;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.swiper-slide>div.mt {
  padding: 50px 25px;
  position: relative;
  top: 0px;
}

.two section {
  width: 49%;
  display: flex;
  flex-direction: column;
  height: 100%;

}

.two section:nth-child(1) {
  justify-content: flex-start;
}

.two1 section:nth-child(1) {
  justify-content: center;
}

.two section:nth-child(2) {

  justify-content: flex-end;
}

.two img {
  width: 100%;

}

.two img.minImg {
  width: 100%;
  height: 360px;
}

.logo {
  width: 30%;
  margin-top: 30%;
}

.title {
  width: 100%;
  margin: 3% auto 0;
}

.year {
  width: 76%;
  margin: 3% auto 5%;
}

.ml {
  width: 20%;
}

.btn {
  width: 40%;
}

.swiper:not(:first-child) {
  display: none;
}



dl {
  width: 100%;
  margin: 5% auto;
  font-size: 32px;

}

.swipers .swiper-slide {
  width: 100%;
  margin: 0 auto;
  font-size: 32px;
}

.swipers .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;

  padding: 120px 40px 100px;

}

.swipers .swiper-slide:first-child {


  padding: 120px 20px 150px;

}

.jcenter {
  justify-content: center;
}

.swipers .swiper-slide.page1 {
  background: url(../img/bg.jpg) bottom no-repeat;
  background-size: cover;
}

.back {
  position: fixed;
  left: 0;
  top: 0;
  text-decoration: none;
  background: url(../img/bg-tit.png) center no-repeat;
  background-size: 100%;
  margin: 15px auto 10px 0;
  color: #C22B45;
  height: 55px;
  line-height: 55px;
  font-weight: normal;

  width: 300px;
  font-size: 32px;
  padding: 0 20px;
  display: none;
  z-index: 100;
  padding-left: 41px;
}

.swipers .swiper-slide.c {
  justify-content: center;
  padding: 120px 100px 150px;
}

dt,
h1 {

  margin-bottom: 20px;
  color: #F4D07D;
  height: 75px;
  line-height: 75px;

}

dt {
  font-size: 42px;
  font-weight: 800;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
  letter-spacing: 20px;
  text-align: center;
}

h1 {
  font-size: 38px;
  text-align: center;
  width: 60%;
  background: url(../img/bg-title.png) center no-repeat;
  background-size: 100%;
  color: #fff;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 20%;
}

dd {
  background: url(../img/bg-dd.png) center no-repeat;
  background-size: 100%;
  color: #C22B45;
  height: 80px;
  line-height: 60px;
  text-align: left;
  padding-left: 100px;

}

h6 {
  background: url(../img/bg-tit.png) center no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
  color: #B80003;
  height: 65px;
  line-height: 65px;
  padding-left: 40px;
  width: 360px;
  font-size: 36px;
  position: relative;
  left: -60px;
}

p+h6 {
  margin-top: 20px;

}

h6.cc {
  background: url(../img/bg-tit1.png) center no-repeat;
  background-size: 90% 100%;
  width: 650px;
  height: 65px;
  line-height: 65px;
  position: relative;
  left: -80px;
  padding-left: 60px;
}

.box {
  background: #F8DFCA;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px 40px;

  height: 100%;
}

.box.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h1+.box {
  margin-top: 40px;
}

h5 {
  text-align: center;
  width: 100%;
  color: #fff;
  height: 65px;
  line-height: 65px;
  font-weight: normal;
  padding-left: 20px;
  min-width: 300px;
  font-size: 32px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

p {
  text-indent: 2em;
  font-size: 30px;
  line-height: 44px;
  color: #C42726;
  text-align: justify;

}

p>b,
.yelow {
  color: #FFF578;
}

i {
  color: #000;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  font-style: normal;
  margin: 0 auto 30px;
}

img {
  margin: 0 auto;
  width: 100%;
  display: block;
  object-fit: contain;

}

.swiper-slide div img {
  margin: 20px auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

img.h {
  height: 85%;
}

img.w {
  width: 90%;


}

img.ww {
  width: 75%;

}

img.www {
  width: 65%;

}

img.wwww {
  width: 55%;
}


.four {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.four img:nth-child(1) {
  margin: 0 auto 30px 0;
}

.four img:nth-child(2) {
  margin: 0 0 0 auto;
}

.four img:nth-child(3) {
  margin: 0 auto 0 0;
}

.four img:nth-child(4) {
  margin: 0 0 0 auto;
}

.two3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50%;
  justify-content: space-around;
}

.two3 section {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.two3 section:nth-child(1) {
  justify-content: flex-start;
}

.two3 section:nth-child(2) {
  justify-content: flex-end;
}

.img1-1-1 {
  max-width: 77%;

}

.img1-3-2 {
  max-width: 63%;
}

.img2-1-3 {
  width: 150%;
}

.img2-2-3 {
  width: 95%;
}

.imgfour,
.img5-3-1 {
  width: 70%;
}

.www {
  width: 620px;
}
p+p{
  margin-top: 10px;
}