* {
  padding: 0;
  margin: 0;
}
#anniversary img {
  width: 100%;
  vertical-align: middle;
}

body {
  position: relative;
}
a {
  text-decoration: none;
}
ul,li{list-style: none;}
#anniversary {
  width: 100% !important;
  max-width: 750px !important;
  position: relative;
  /* margin:  80px auto 0; */
  margin:  0 auto;
}
.anniversary_bg1,
.anniversary_bg2,
.anniversary_bg3,
.anniversary_bg4,
.anniversary_bg5,
.anniversary_bg6,
.anniversary_bg7,
.anniversary_bg8 {
  position: relative;
}
.anniversary_bg1 {
  min-height: 17.3333rem;
}
.anniversary_bg2 {
  min-height: 12rem;
}
.anniversary_bg2>h1 {
  position: absolute;
  left: 50%;
  top: 1%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: AlibabaPuHuiTiB;
	font-size: 1.28rem;
	font-weight: bold;
	color: #126da4;
}
.anniversary_bg2>h2 {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: AlibabaPuHuiTiB;
	font-size: 1.28rem;
	font-weight: bold;
	color: #126da4;
}
.anniversary_bg2>p {
  position: absolute;
  top: 18%;
  right: 6%;
  width: 50%;
  font-family: AlibabaPuHuiTiR;
  text-indent: 2em;
	font-size: .5867rem;
	line-height: 1.8;
	color: #525252;
}
.anniversary_bg3>p {
  position: absolute;
  top: 10%;
  left: 10%;
	font-family: AlibabaPuHuiTiR;
	font-size: .5867rem;
	line-height: 1.6;
	color: #4e5051;
}
.anniversary_bg3>p:nth-of-type(2) {
 left: 73%;
 top: 12%;
}
.anniversary_bg3>p:nth-of-type(3) {
  top: 66%;
  left: 14%;
 }
 .anniversary_bg3>p:nth-of-type(4) {
  left: 69%;
  top: 68%;
 }
 .btnnn {
  width: 80%;
  margin: 0 auto;
  background-color: #44a8e6;
  font-size: .96rem;
  color: #fff;
  letter-spacing: .08rem;
  text-align: center;
  line-height: 1;
  padding: .5333rem 0;
  border-radius: .3733rem;
  cursor: pointer;
}
.anniversary_bg4 .swiper-slide {
  position: relative;
}
.anniversary_bg4 .swiper-slide h4 {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  font-family: SourceHanSansCN-Bold;
	font-size: .96rem;
  font-weight: bold;
	color: #126da4;

}
.anniversary_bg4 .mySwiper  {
  overflow: hidden;
}
.anniversary_bg4 .swiper-slide>p {
  position: absolute;
  bottom: 6.5%;
  left: 5%;
  width: 90%;
  font-family: SourceHanSansCN-Regular;
	font-size: .64rem;
	line-height: 1.6;
  text-indent: 2em;
	color: #ffffff;

}
.anniversary_bg5>h1 {
  position: absolute;
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: AlibabaPuHuiTiB;
	font-size: 1.0667rem;
	font-weight: bold;
	color: #fff;
}
.anniversary_bg6>h1 {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: AlibabaPuHuiTiB;
	font-size: 1.28rem;
	font-weight: bold;
	color: #126da4;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 37.5px !important;
  }
}