body{
  padding-top:0;
}
.tehui_feb{
  display:none !important;
}
.m-min {
  width: 7.5rem;
  padding-bottom: 0;
  overflow-x: hidden;
}
.m-min .m_tit {
  font-size: 0.44rem;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 0.1rem;
  font-weight: bold;
}
.m-min .m_tit:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.02rem;
  background-color: #ffe02a;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.m-min .m_txt {
  font-size: 0.24rem;
  color: #666666;
  text-align: center;
  margin-top: 0.1rem;
}
button {
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
}
header {
  position: fixed; z-index: 1;
  width: 7.5rem;
}
header a{
  position: absolute;
  top: 0.57rem;
  right: 0rem;
}
.fix{position: fixed; z-index: 999; background: #fff; height: 1rem;}
header .top_bt{
  width: 0.98rem;
  height: 1.0rem;
  background: url("../m-images/top_bt.png") no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 100%;
  display: none;
}
header .tel {
  width: 2.92rem;
  height: 0.5rem;
  background: url("../m-images/phone.png") no-repeat;
  background-size: 100%;
}
header .logo{
  width: 2.28rem;
  height: 1.08rem;
  background: url("../m-images/logo.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.34rem;
  top: 0.24rem;
  transition: all 0.5s;
}
header .logo1{width: 1.84rem; height: 0.87rem; top: 0.1rem; transition: all 0.5s;}
header .menu-btn {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  cursor: pointer;
  background: url(../m-images/logo.png) no-repeat;
  background-size: 100%;
  top: 0.13rem;
  left: 0.07rem;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9d9d9d;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #9d9d9d;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9d9d9d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9d9d9d;
}
.m_menu{
  position: fixed;
  width: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
}
.m_menu.on{
  animation: menu 0.5s;
  width: 7.5rem;
}
.m_menu.on .content{
  right: 0;
}
.m_menu .content{
  width: 4.9rem;
  background-color:#1b1b1b;
  position: absolute;
  top: 0;
  right: -14rem;
  transition: all 0.5s;
}
.m_menu .content .menu-back{
  position: absolute;
  width: 0.55rem;
  height: 0.8rem;
  cursor: pointer;
  background: url(../m-images/menu-back.png) no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
}
.m_menu .content .name{
  font-size: 0.32rem;
  color: #fff;
  height: 0.9rem;
  border-bottom:1px solid #000;
  text-indent: 0.25rem;
  line-height: 0.9rem;
  box-sizing: border-box;
}
.m_menu .content .t_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.m_menu .content .t_nav ul li{
  width: 50%;
  box-sizing: border-box;
  border-bottom:1px solid #000;
  height: 0.9rem;
}
.m_menu .content .t_nav ul li a{
  display: block;
  width: 100%;
  height: 0.8rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.9rem;
}
.m_menu .content .t_nav ul li:nth-child(odd){
  border-right:1px solid #000;
}
.m_menu .content .nav_other{
  padding: 0.45rem 0 0.45rem 0.25rem;
}
.m_menu .content .nav_other li{
  font-size: 0.2rem;
  margin-bottom: 0.35rem;
}
.m_menu .content .nav_other li a{
  font-size: 0.32rem;
  color: #fff;
}
@keyframes menu{
  0%{
    background-color: rgba(0,0,0,0);
  }
  100%{
    background-color: rgba(0,0,0,0.7);
  }
}

.form {
  width: 7.5rem;
  height: 7.36rem;
  background: url("../m-images/form.png") no-repeat;
  background-size: 100%;
  padding-top: 1.5rem;
  margin-top: -0.01rem;
}

.form .phNB {
  position: relative;
  width: 5.74rem;
  height: 0.85rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  background: url("../m-images/form_phone.png") no-repeat;
  background-size: 100%;
}
.form .phNB1 {
  position: relative;
  width: 5.74rem;
  height: 0.85rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  background: url("../m-images/form_name.png") no-repeat;
  background-size: 100%;
}

.form input {
  display: block;
  width: 5.74rem;
  height: 0.85rem;
  margin: 0 auto;
  border: 0rem;
  color: #5872e0;
  text-indent: 0.9rem;
  font-size: 0.34rem;
  border-radius: 0.1rem;
  outline: none;
  box-sizing: border-box;
  background: none;
}
.form .submit {
  width: 4.46rem;
  height: 0.96rem;
  background:url("../m-images/submit_bg.png") no-repeat;
  margin: 0.35rem auto 0;
  cursor: pointer;
  background-size: 100%;
}

.page_con2_6{
  width: 100%;
  font-size: 0.23rem;
  font-family: Source Han Sans CN;
  color: #fff;
  text-align: center;
  line-height: 0.6rem;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 8.5rem;
  align-items: center;
  justify-content: center;
}
.page_con2_6 input{
  display: none;
}

.page_con2_6>label{
    position: relative;
	padding-left: 0.4rem;
}
.page_con2_6>label::before{
    display: inline-block;
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    border: 0.01rem solid rgb(219, 219, 219);
    margin-right: 0.05rem;
    vertical-align: bottom;
	position: absolute;
	top:0.18rem;
	left: 0rem;
}
.page_con2_6>input:checked+label::before{
    background-color: rgb(239, 66, 56);
}
.page_con2_6>input:checked+label::after{
    display: inline-block;
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    position: absolute;
	top: 0.18rem;
    left: 0rem;
	 border: 0.01rem solid rgb(219, 219, 219);
    background-color: white;
  
}


.page1{
    height: 11.8rem;
    background: url("../images/banner.png") no-repeat;
    background-size: 100%;
    position: relative;
}
.page1_txt{
      width: 1.42rem;
    height: 0.5rem;
    position: absolute;
    text-align: center;
    line-height: 0.5rem;

font-size: 0.4rem;
font-family: HarmonyOS Sans SC;
font-weight: bold;
color: #FFFFFF;
}
.page1_p1{
  top: 1.63rem;
    left: 5.1rem;
}
.page1_p2{
  top: 2.07rem;
    left: 5.44rem;
}
.page1_bt1{
  width: 5.3rem;
  height: 1.53rem;
  background: url("../images/page1_bt.png") no-repeat;
  background-size: 100%;
  left: 1.1rem;
  bottom: 0rem;
  position: absolute;
  -webkit-animation: mscale 1.2s infinite;
  animation: mscale 1.2s infinite;
}

.page_form{
  height: 9.57rem;
  background: url('../images/formbg.png') no-repeat;
  background-size: 100%;
  position: relative;
}
.page_form1{
  position: absolute;
    width: 5rem;
    height: 0.6rem;
    top: 3.8rem;
    left: 0.8rem;
}
.page_form input{
  height: 0.6rem;
  font-size: 0.32rem;
  outline: none;
}
.page_form2{
  position: absolute;
    width: 5.5rem;
    height: 0.6rem;
    top: 4.95rem;
    left: 0.8rem;
}

.page_form2 input{
	width: 6rem;
  height: 0.6rem;
  font-size: 0.32rem;
  outline: none;
}
.page_form3{
  position: absolute;
    width: 2.5rem;
    height: 0.6rem;
    top: 6.1rem;
    left: 0.8rem;
}
.page_form4{

  position: absolute;
  width: 2.8rem;
  height: 0.7rem;
  top: 6.1rem;
  left: 4.6rem;
  text-align: center;
  line-height: 0.72rem;
  color: #000;
	font-weight: bold;
  font-size: 0.34rem;

}
.page_formbt{
  width: 4.99rem;
  height: 1.54rem;
  background: url('../images/formbt.png') no-repeat;
  background-size: 100%;
  position: absolute;
  left: 1.25rem;
    top: 7.15rem;
    -webkit-animation: mscale 1s infinite;
  animation: mscale 1s infinite;
}
.page2{
    height: 12.37rem;
    background: url("../images/page_02.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: -0.02rem;
  }
.page2_bt1{
  width: 5rem;
  height: 1.53rem;
  background: url("../images/page2_bt1.png") no-repeat;
  background-size: 100%;
  left: 1.2rem;
  bottom: 0.3rem;
  position: absolute;
  -webkit-animation: mscale 1s infinite;
  animation: mscale 1s infinite;
}
.page3{
    height: 10.88rem;
    background: url("../images/page_03.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: -0.02rem;
  }
.page4{
    height: 14.87rem;
    background: url("../images/page_04.png") no-repeat;
    background-size: 100%;
    margin-top: -0.03rem;
    position: relative;
  }



.page3 .swiper-container {
	width: 6.6rem;
	height: 8.5rem;
	overflow: hidden;
}

.page3 .swiper-container .swiper-wrapper {
	width: 6.6rem;
	height: 4.11rem;
	padding-top: 4.5rem;
}

.page3 .swiper-container .swiper-slide {
	width: 2.5rem;
	height: 3.41rem;
	position: relative;
}

.page3 .swiper-container .swiper-slide img:first-child{
	position: absolute;
	width: 100%;
	top:0;
	z-index: 99;
}

.page3 .swiper-container .swiper-slide img {
	width: 2.5rem;
	height: 3.41rem;
	transform: scale(0.8);
}

/*.page3 .swiper-container .swiper-slide-prev{
	margin-right: -0.6rem;
}

.page3 .swiper-container .swiper-slide-next{
	margin-left: -0.6rem;
}*/



.page3 .swiper-container .swiper-slide-active img{
	transform: scale(1.2);
	position: absolute;
	z-index: 999;
}

.page3 .swiper-container .swiper-slide-active img:first-child{
	opacity: 0;
}

.page3 .swiper-pagination1{
	width: 2rem;
	position: absolute;
	left: 2.7rem;
}


.page3 .swiper-pagination1 .swiper-pagination-bullet{
	width: 0.2rem;
	height: 0.2rem;
	background: #FFFFFF;
	opacity: 0.4;
	border-radius: 0.2rem;
	margin-left: 0.1rem;
}
.page3 .swiper-pagination1 .swiper-pagination-bullet-active{
	width: 0.2rem;
	height: 0.2rem;
	background: #FFFFFF;
	opacity: 1;
	border-radius: 0.2rem;
}

.page3_bt1{
  width: 5.0rem;
  height: 1.54rem;
  background: url("../images/page3_bt1.png") no-repeat;
  background-size: 100%;
  left: 1.25rem;
  bottom: 0.45rem;
  position: absolute;
  -webkit-animation: mscale 1s infinite;
  animation: mscale 1s infinite;
}

.page4_bt1{
  width: 5.02rem;
  height: 1.53rem;
  background: url("../images/page4_bt1.png") no-repeat;
  background-size: 100%;
  left: 1.25rem;
  bottom: 0.75rem;
  position: absolute;
  -webkit-animation: mscale 1s infinite;
  animation: mscale 1s infinite;
}
.page5{
    height: 11.6rem;
    background: url("../images/page_05.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: -0.03rem;
  }

.page6{
    height: 13.9rem;
    background: url("../images/page_06.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: -0.03rem;
  }
.page6_bt1{
  width: 5.01rem;
  height: 1.53rem;
  background: url("../images/page6_bt1.png") no-repeat;
  background-size: 100%;
  left: 1.25rem;
  top: 12.21rem;
  position: absolute;
  -webkit-animation: mscale 1s infinite;
  animation: mscale 1s infinite;
}


.page7{
    height: 12.53rem;
    background: url("../images/page_07.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: -0.03rem;
  }





.page7_bt1{
  width: 5.02rem;
  height: 1.53rem;
  background: url("../images/page7_bt1.png") no-repeat;
  background-size: 100%;
  left: 1.25rem;
  bottom: 0.47rem;
  position: absolute;
  -webkit-animation: mscale 1s infinite;
  animation: mscale 1s infinite;
}
.page8{
    height: 9.5rem;
    background: url("../images/page_08.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: -0.02rem;
  }

.page9{
    height: 9.02rem;
    background: url("../images/page_09.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: -0.02rem;
  }
.page9_bt1{
  width: 4.98rem;
  height: 1.52rem;
  background: url("../images/page9_bt1.png") no-repeat;
  background-size: 100%;
  left: 1.25rem;
  bottom: 0.97rem;
  position: absolute;
  -webkit-animation: mscale 1s infinite;
  animation: mscale 1s infinite;
}

.page9 input{
  height: 0.6rem;
  font-size: 0.32rem;
  outline: none;
}


.page9 .page_form1{
  position: absolute;
    width: 5rem;
    height: 0.6rem;
    top: 3.1rem;
    left: 0.8rem;
}

.page9 .page_form2{
  position: absolute;
    width: 6rem;
    height: 0.6rem;
    top: 4.3rem;
    left: 0.8rem;
}

.page9 .page_form2 input{
	width: 6rem;
  height: 0.6rem;
  font-size: 0.32rem;
  outline: none;
}
.page9 .page_form3{
  position: absolute;
    width: 2.5rem;
    height: 0.6rem;
    top: 5.45rem;
    left: 0.8rem;
}
.page9 .page_form4{

  position: absolute;
  width: 2.8rem;
  height: 0.7rem;
  top: 5.4rem;
  left: 4.6rem;
  text-align: center;
  line-height: 0.72rem;
  color: #000;
	font-weight: bold;
  font-size: 0.34rem;

}
.page9 .page_formbt{
  width: 4.99rem;
  height: 1.54rem;
  background: url('../images/formbt.png') no-repeat;
  background-size: 100%;
  position: absolute;
  left: 1.25rem;
    top: 6.45rem;
    -webkit-animation: mscale 1s infinite;
  animation: mscale 1s infinite;
}

.page_con2_9{
  width: 100%;
  font-size: 0.23rem;
  font-family: Source Han Sans CN;
  color: #fff;
  text-align: center;
  line-height: 0.66rem;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 7.8rem;
  align-items: center;
  justify-content: center;
}
.page_con2_9 input{
  display: none;
}

.page_con2_9>label{
    position: relative;
	padding-left: 0.4rem;
}
.page_con2_9>label::before{
    display: inline-block;
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    border: 0.01rem solid rgb(219, 219, 219);
    margin-right: 0.05rem;
    vertical-align: bottom;
	position: absolute;
	top:0.18rem;
	left: 0rem;
}
.page_con2_9>input:checked+label::before{
    background-color: rgb(239, 66, 56);
}
.page_con2_9>input:checked+label::after{
    display: inline-block;
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    position: absolute;
	top: 0.18rem;
    left: 0rem;
	 border: 0.01rem solid rgb(219, 219, 219);
    background-color: white;
  
}






.footer_fixed{
  width: 7.5rem;
  height: 1.88rem;
  background: #414040;
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: none;
}
.footer_bt1{
  width: 2.64rem;
  height: 1.08rem;
  background: #3155D0;
  border-radius: 0.1rem;
  font-size: 0.38rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.08rem;
  text-align: center;
  position: absolute;
  bottom: 0.38rem;
  left: 0.38rem;
  animation: changbg 1s infinite;
}
.footer_bt2{
  width: 3.93rem;
  height: 1.08rem;
  background: linear-gradient(90deg, #FF6568, #FA2127);
  border-radius: 0.1rem;
  font-size: 0.38rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.08rem;
  text-align: center;
  position: absolute;
  bottom: 0.38rem;
  right: 0.38rem;
  animation: changbg1 1s infinite;
}
.on{
  display: block;
}
.ceng {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  background: #000 none repeat scroll 0% 0%;
  z-index: 20;
  opacity: 0.6;
} 
.clear{
  clear: both;
}
@-webkit-keyframes mscale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mscale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mscale1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes changbg {
  0% {
    background: #3155D0;  }
  50% {
    background: linear-gradient(90deg, #FF6568, #FA2127);
  }
  100% {
    background: #3155D0;
  }
}
@keyframes changbg1 {
  0% {
    background: linear-gradient(90deg, #FF6568, #FA2127); 
  }
  50% {
    background: #3155D0;
  }
  100% {
    background: linear-gradient(90deg, #FF6568, #FA2127); 
  }
}