html,
body {
  position: relative;
  margin: 0;
  height: 100%
}

footer {
  display: none !important
}

.swiper-container-box {
  width: 100%;
  height: calc(100% - 44px)
}


.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: gray;
  opacity: 7.2;
}
.main {
 padding-bottom: .8rem;
}
.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: black;
  opacity: 7.2;
}

.flex_y{
  display: flex;
  justify-content: center;
  flex-direction:column;
}
.flex_y_x{
  display: flex;
  justify-content: center;
  flex-direction:column;
  align-items: center;
}

.flex_x_b{
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}

.flex_y_b{
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: center;
}
.flex_a{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_c{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner,
.p01,
.p02,
.p03,
.p04,
.p05,
.p06,
.p07,
.p08,
.p09,
.p10,
.p11,
.p12,
.p13,.p007 {
  width: 100%;
  background-size: 100% 100%;
  position: relative;
}
.bg {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: 100% 100%;
  margin-top: -.02rem;
}




.flex_c_w{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.main{
  width: 100%;
}
.igg{
  width: 2.5rem;
  margin-left: .2rem ;
}
.banner .bg:nth-of-type(1){
  background-image: url(./images/banner_01.jpg);
  height: 2.84rem;
}
.banner .bg:nth-of-type(2){
  background-image: url(./images/banner_02.jpg);
  height: 3.3rem;
}



.p01 .bg:nth-of-type(1){
  background-image: url(./images/p01_01.jpg);
  height: 3.14rem;
}
.p01 .bg:nth-of-type(2){
  background-image: url(./images/p01_02.jpg);
  height: 3.13rem;
}
.p01 .bg:nth-of-type(3){
  background-image: url(./images/p01_03.jpg);
  height: 3.14rem;
}.p01 .bg:nth-of-type(4){
  background-image: url(./images/p01_04.jpg);
  height: 3.13rem;
}


.p02 .bg:nth-of-type(1){
  background-image: url(./images/p02_01.jpg);
  height: 3.72rem;
}
.p02 .bg:nth-of-type(2){
  background-image: url(./images/p02_02.jpg);
  height: 4.88rem;
}
.p02 .bg:nth-of-type(3){
  background-image: url(./images/p02_03.jpg);
  height: 3.29rem;
}.p02 .bg:nth-of-type(4){
  background-image: url(./images/p02_04.jpg);
  height: 5.35rem;
}
.p02 .bg:nth-of-type(5){
  background-image: url(./images/p02_05.jpg);
  height: 6.09rem;
}.p02 .bg:nth-of-type(6){
  background-image: url(./images/p02_06.jpg);
  height: 3.22rem;
}

.p03 .bg:nth-of-type(1){
  background-image: url(./images/p03_01.jpg);
  height: 3.88rem;
}
.p03 .bg:nth-of-type(2){
  background-image: url(./images/p03_02.jpg);
  height: 3.28rem;
}
.p03 .bg:nth-of-type(3){
  background-image: url(./images/p03_03.jpg);
  height: 9.02rem;
}
.p03 .bg:nth-of-type(4){
  background-image: url(./images/p03_04.jpg);
  height: 2.9rem;
}
.p03 .bg:nth-of-type(5){
  background-image: url(./images/p03_05.jpg);
  height: 2.46rem;
}


