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

footer {
  padding-bottom: 1.4rem!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;
}

.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_x{
  display: flex;
  justify-content: center;

}
.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_x_a{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

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


.flex{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.banner,
.p01,
.p02,
.p03,
.p04,
.p05,
.p06,
.p07,
.p08,
.p09,
.p10,
.p11,
.p12,
.p13,.p007 {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.title{
  width: 100%;
  flex-direction: column;
  margin-bottom: .39rem;
}


.title p{
	font-size: 0.36rem;
	color: #01aba8;
}

.title> i{
	font-size: 0.18rem;
	font-weight: normal;
	color: #333333;
  position: relative;
}
.title> i::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  width: 2.6rem;
  height: 0.01rem;
  background-color: gray;
  right: 79px;
}
.title> i::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  width: 2.6rem;
  height: 0.01rem;
  background-color: gray;
  left: 79px;
}

.flex_c_w{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner{
  background: url(./images/bg_banner.jpg) center;
  height: 8rem!important;
  background-size: 100%;
}

.p01{
  background: url(./images/bg_p01.jpg?v1) center;
  background-size: 100%;
}
.p01 >img{
  width: 5rem;
}
.p01_box{
  margin-top: 1rem;
  background-image: url(./images/bg_p0101.png);
  background-size: 100% 100%;
  flex-direction: column;
  width: 6.5rem;
	height: 6.9rem;
}
.p01_box img:nth-child(1){
  width: 5.35rem;

}
.p01_box img:nth-child(2){
  margin-top: .5rem;
  width: 3.25rem;
}

.p02{
  background: url(./images/bg_p02.jpg) center -1rem;
  background-size: 100%;
}

.p02_box{
  margin-top: 2rem;
  width: 5.93rem;
	height: 7.1rem;
	background-color: #f2e8df;
  flex-direction: column;

}
.p02_box p{
  width: 5.09rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.5rem;
	letter-spacing: 0rem;
	color: #202020;
}
.p800{
  font-weight: 800;
}
.p02_videobox{
  margin-top: .2rem;
  width: 5.07rem;
	height: 2.85rem;
	background-color: #1b1b1b;
}
.p02_videobox video{
  width: 100%;
  height: 100%;
}
.p03{
  background: url(./images/bg_p03.jpg) center -1.5rem;
  background-size: 100%;
}
.p03 p{
  margin-top: 1.5rem;
  width: 6.2rem;
  font-family: SourceHanSansCN-Regular;
  font-size: .18rem;
  line-height: .5rem;
  color: #202020;
}
.p03 img{
  margin-top: .1rem;
  width: 6.2rem;
  
}
.p04{
  background: url(./images/bg_p04.jpg) center -1.5rem;
  background-size: 100%;
}
.p04 img{
  width: 6.1rem;
  margin-top: 2rem;
}
.p05{
  background: url(./images/bg_p05.jpg) center -1.5rem;
  background-size: 100%;
}
.p05_box{
  margin-top: 4.5rem;
  width: 6.34rem;
  /* height: 7.93rem; */
  background-color: #f2e8df;
  flex-direction: column;
  padding-bottom: .3rem;
}
.p05_box img{
  width: 5.52rem;
  margin-top: -3rem;
}
.p05_textbox p{
  width: 5rem;

	font-family: SourceHanSansCN-Heavy;
	font-size: 0.3rem;
	line-height: 0.5rem;
	letter-spacing: 0.01rem;
	color: #5d4c42;
}
.p05_textbox{
  margin-top: .2rem;
  display: flex;
  flex-wrap: wrap;
  width: 5.4rem;
}
.p05_textbox i{
  margin-top: .2rem;
  display: flex;
  width: 2.7rem;
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.22rem;
	letter-spacing: 0rem;
	color: #978980;
}
.p05_textbox i::before{
  display: block;
  content: "";
	width: 0.02rem;
  margin-right: .2rem;
	height: 0.22rem;
	background-color: #978980;
}
.none{
  z-index: -10;
}
.p06_change{
  width: 5.4rem !important;
}
.red_box{
  background-color: #74281b !important;
}
.text_white p{
  color: #dbcabb !important;
}
.text_white i{
  color: #fff !important;
}
.text_white i::before{
  background-color: #fff;
}
.p06{
  background: url(./images/bg_p06.jpg)  center -1.5rem no-repeat;
  background-size: 100%;
}
.p06_box{
  margin-top: 3rem;
  /* height: 6rem; */
  width: 100%;
  position:relative;
  flex-direction: column;
}

.p06-swiper{
  width: 100%;
  height: 100%;
}
.p06-swiper img{
  margin-left: .68rem;
  width: 5.8rem;
}
.swiper-button-next, .swiper-button-prev{
  top: 58% !important;
}
.p06-prev,.p08-prev{
  background-image: url(./images/red_left.png) !important;
  width: 0.39rem !important;
  height: 0.39rem !important;
  background-size: 100% 100% !important;
  display: none;
}
.p06-next,.p08-next{
  background-image: url(./images/gray_right.png) !important;
  width: 0.39rem !important;
  height: 0.39rem !important;
  background-size: 100% 100% !important;
  display: none;
}
.p06_redbox{
  position: absolute;
  top: 0;
  right: 0;
  width: 2.63rem;
	height: 3.68rem;
	background-color: #74281b;
}

.p06_imgbox{width: 7.1rem;/* height: 3.77rem; */margin-top: .3rem;position: relative;z-index: 10;}
.redtext{
  margin-top: -1rem;
	font-family: SourceHanSansCN-Heavy;
	font-size: 0.38rem;
	font-style: italic;
align-self: flex-start;
margin-left: 1.5rem;
	line-height: 0.35rem;
	letter-spacing: 0.03rem;
	color: #74281b;

}
.p06_left{
  left: 0 !important;
  right: auto !important;
}
.p06_textleft{
  align-self: flex-end;
  margin-right: 1.5rem !important;
}
.p06_img{
  width: 6.8rem;
  /* height: 5.77rem; */
  margin-top: .3rem;
  background-color: aqua;
  position: relative;
  z-index: 10;
}
.p06_top{
  margin-top: -1rem !important;
}
.p06_bootomtext{
	font-family: SourceHanSansCN-Regular;
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.35rem;
	letter-spacing: 0.04rem;
  margin-top: .1rem;
	color: #74281b;
}
.p07{
  background: url(./images/bg_p06.jpg)  center -1.5rem;
  background-size: 100%;
}
.p07_title{

  margin-top: 2rem;
}
.p07_title p{
  font-family: SourceHanSansCN-Heavy;
	font-size: 0.26rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.48rem;
	letter-spacing: 0.02rem;
	color: #f8eee4;
  width: 1.9rem;
	height: 0.48rem;
  text-align: center;
	background-color: #74281b;
}
.p07_title  i{
margin-left: .5rem;
	height: 0.48rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 0.22rem;
	line-height: 0.48rem;
  text-align: center;
	color: #74281b;
}
.p07_box{
  margin-top: .5rem;
  width: 6.16rem;
  height: 6.23rem!important;
  background-image: url(./images/bg_p0701_03.png);
  background-size: 100% 100%;
}
.p07_box ul{
  display: flex;
  width: 6.16rem;
}
.p07_box ul li{
	font-size: 0.26rem;

	letter-spacing: 0.01rem;
	color: #f2e8df;
  text-align: center;
}
.p07_ul1 li{
  margin: 0.54rem 0.68rem;
}
.p07_li2{
  width: 3.8rem;
}
.p07_ul3{
margin-top: .9rem;
}
.p07_li3{
  
  width: 3.67rem;
}
.p07_ul4{
  margin-top: .45rem;
}
.p07_li4{

  width: 1.36rem;
}
.p08{
  background: url(./images/bg_p08.jpg)  center -1.5rem;
  background-size: 100%;
}
.p08-swiper{
  width: 100%;
  height: 100%;
}
.p08-swiper img{
  width: 4.69rem;
  height: 6.29rem;
  display: inline-block;
}
.red-prev{
  background-image: url(./images/red_left.png) !important;
}
.red-next{
  background-image: url(./images/red_right.png) !important;
}
.gray-prev{
  background-image: url(./images/gray_left.png) !important;
}
.p08 p{
  margin-top: 2rem;
  width: 5.45rem;
  height: 1.24rem;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.35rem;
  letter-spacing: 0rem;
  color: #202020;
}
.p08_box{
  margin-top: .47rem;
  width: 7.1rem;
  /* height: 6.29rem; */
}
.p10{
  background: url(./images/bg_p09.jpg)  center -1.5rem;
  background-size: 100%;
}
.p10_box{
  margin-top: 2rem;
  width: 6.93rem;
  height: 7.1rem;
  background: url(./images/bg_p09001.jpg)  center -1.5rem;
  background-size: 100%;
}
.p10_box p{
  margin-top: .4rem;
  width: 5.12rem;
  height: 2.29rem;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.35rem;
  letter-spacing: 0rem;
  color: #202020;
  padding-bottom: .5rem;
}
.p09{
  background-image: url(./images/bg_p10.jpg);
}
.p09_content{
  width: 5.38rem;
  flex-direction: column;
}
.p09_td{
  font-size: .33rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .34rem;
	letter-spacing: .07rem;
	color: #000;
}
.p09_pp{
  margin-top: .1rem;
  font-size: .21rem;
	line-height: .50rem;
	letter-spacing: 0;
	color: #000
}
.p09_zr{
  margin-top: 1.03rem;
  width: 2.24rem;
	height: 0.55rem;
	background: #000;
}

.p09_line{
  margin-top: .22rem;
  margin-bottom: .37rem;
  width: .37rem;
	height: .05rem;
  background-color: #74281b;
}
.p09_zr i{
  font-size: .25rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .28rem;
	letter-spacing: 0;
	color: #000;
  margin-left: .2rem;
}
.p09_b{
  margin-top: .38rem;
  width: 5.83rem;
	height: 2.2rem;
	font-family: SourceHanSansCN-Regular;
	font-size: .21rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .50rem;
	letter-spacing: 0;
	color: #000;
  margin-bottom: 1.26rem;
}