* {
  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%;
}

body {
  font-family: Arial;
  -webkit-text-size-adjust: 100% !important;
  color: #707070;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background: url(../img/bg2.jpg) 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: 70%;
}

div.two2 {
  height: 27%;
}

.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;
}

.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: 96%;
  margin: 3% auto 5%;
}
.x{
width: 100%;
margin: 40px auto 0;
}
.btn {
  width: 40%;
}

.swiper:not(:first-child) {
  display: none;
}



dl {
  width: 88%;
  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 60px 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: 100%;
  background: url(../img/bg-title.png) center no-repeat;
  background-size: 100%;
  color: #fff;
}

dd {
  background: #FED189;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  color: #C22B45;
  height: 55px;
  line-height: 55px;
  text-align: left;
  padding-left: 100px;

}

h6 {
  background: url(../img/bg-tit.png) center no-repeat;
  background-size: 100%;
  margin: 15px auto 30px 0;
  color: #fff;
  height: 65px;
  line-height: 65px;
  font-weight: normal;
  padding-left: 20px;
  min-width: 300px;
  font-size: 36px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

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: #fff;
  text-align: justify;
  margin-bottom: 30px;
}

p>b,
.yelow {
  color: #FFF578;
}

i {
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  font-style: normal;
  margin: 0 auto 30px;
}

img {
  margin: 20px auto;
 
 width: 100%;
  object-fit: contain;
}

img.min {
  max-width: 76%;
}

img.min2 {
  max-width: 60%;
}

img.ml {
  margin: 0 auto 20px 0;
}

img.mr {
  margin: 0 0 20px auto;
}

img.w {
  width: 90%;
}

img.ww {
  width: 75%;
}

.title1 {
  width: 100%;
}

.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;
}