html, body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei" !important;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
footer{
  user-select:text ;
  -webkit-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text;
	background-color: #f1f1f1;
}
ul,li{
  list-style:none;
}
.header {
  background-color: #f1f1f1;
  padding: 5px;
}

.textCA4D56 {
  color: #CA4D56;
}

.text5A5A5A {
  color: #5A5A5A;
}

.textFFF {
  color: #fff;
}

.f14 {
  font-size: 12px;
  font-size: 1.2rem;
}

.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.f24 {
  font-size:24px;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
}

.clear-pading {
  padding: 0;
}

.paddingT30 {
  padding-top: 30px;
}

.func-indicator {
  padding-bottom: 20px !important;
}

.content > div {
  padding: 10px;
}

.content > div:nth-of-type(2n) {
  background-color: #F1F1F1;
}

.content > div:nth-of-type(2n-1) {
  background-color: #FFF;
}

.func-indicator > p:last-child > span {
  position: relative;
  display: inline-block;
}

.func-indicator > p:last-child > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -11px;
  left: 0;
  background-color: #CA4D56;
}

.btn-showVideo {
  background-color: #CA4D56;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  color: #fff;
  outline: none;
}

.btn-showVideo:active {
  transform: scale(0.97);
  -ms-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -webkit-transform: scale(0.97);
}

.swiper-container {
  width: 100%;
  height: 100%;

}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner{
  position: relative;
}
.banner img{
  width:100%;
}
/*.banner::after{*/
  /*content: "";*/
  /*position: absolute;*/
  /*width:100%;*/
  /*height:500px;*/
  /*top:0;*/
  /*right:0px;*/
  /*background-color:rgba(0,0,0,.3);*/
/*}*/
.bwelcome{
  width: 100%;
  position: absolute;
  text-align: center;
  top: 120px;
  z-index: 9;
}
.bwelcome h2{
  color:#CA4D56;
  font-size:35px;
  margin:30px 0;
}
.bwelcome p {
	color: #5a5a5a;
	font-size: 2rem;
	padding: 6px;
}
.funcItro video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
	padding: 0 15px;
}
.funcItro, .funcItro8{
	padding-bottom: 20px;
}
.funcItro8 img{
  width:100%;
}
.wifi-prompt {
	padding-top: 5px;
	color: #c3c3c3;
	font-size: 1.2rem;
	margin: 0;
}
/*媒体查询*/
@media screen and (max-width: 768px) {
  .text-detailIntro {
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
    padding-top: 10px;
  }

  .func-indicator > p:first-child {
    margin: 0;
  }

  .func-indicator > p:last-child {
    padding: 10px;
  }

  .pic-area {
    padding-top: 10px;
  }

	.logo-footer {
		padding: 10px 5px 10px 5px;
	}

  .logo-footer img {
    width: 80px;
  }
  .box-btnShowVideo{
    padding-top:10px;
  }
	.content > div {
		padding: 20px;
		padding-bottom: 12px;
	}
  .contact div{
	  padding-bottom:4px;
  }
}

@media screen and (min-width: 769px) {
  .f18 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .f24 {
    font-size: 35px;
    font-size: 3.5rem;
  }

  .content > div {
    padding: 40px;
  }

  .text5A5A5A {
    padding: 6px 0;
  }

  .func-indicator > p:last-child {
    padding-bottom: 15px;
  }

  .pic-area {
    padding-top: 30px;
  }

  .logo-footer {
    padding:30px 0 20px 0;
  }

  .logo-footer img {
    width: 100px;
  }
  .contact{
    padding-top:15px;
  }
  .contact div{
	  padding-bottom:4px;
  }
  .box-btnShowVideo{
    padding-top:20px;
  }
}