.banner {
  height: 10.3333rem;
  background: url('./../img/index/main_bg.jpg') no-repeat center;
  background-size: 100% 100%;
  padding-top: 1.7333rem;
  padding-bottom: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner h5 {
  font-size: 0.5333rem;
  margin-bottom: .933333rem;
}

.banner h4 {
  font-size: 0.64rem;
  line-height: 0.8533rem;
  margin-bottom: 0.6667rem;
  text-align: center;
}

.banner h4 span {
  color: #ff7626;
}

.banner h6 {
	font-size: 0.48rem;
  margin-bottom: 1rem;
  text-align: center;
}

.banner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner p a{
	width: 3.8067rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.0667rem;
  border: solid 0.04rem #f8f8f8;
  font-size: 0.48rem;
  text-align: center;
  color: white;
}

.banner p a:nth-child(1) {
  margin-right: 1.0667rem;
}

.section_title {
  margin-top: .666667rem;
  font-size: 0.48rem;
  letter-spacing: 0.0267rem;
  line-height: 0.8533rem;
}

.advantage {
  margin: 0.2667rem 0;
}

.advantage li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2667rem;
}

.advantage li img {
  width: 1.0933rem;
  height: 1.2rem;
  margin-right: 0.2667rem;
}

.advantage li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantage li div h6 {
  font-size: 0.4rem;
  margin-bottom: .186667rem;
}

.advantage li div p {
  font-size: 0.32rem;
}

.advantage li:nth-child(1) div h6 {
	color: #78ad00;
}

.advantage li:nth-child(2) div h6 {
  color: #059aec;
}

.advantage li:nth-child(3) div h6 {
	color: #eaa500;
}

.main_product {
  margin-bottom: 0.8rem;
}

.main_product li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .293333rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	-webkit-box-shadow: 0.04rem 0.0667rem 0.1067rem 0rem rgba(4, 0, 0, 0.15);
	        box-shadow: 0.04rem 0.0667rem 0.1067rem 0rem rgba(4, 0, 0, 0.15);
	border-radius: 0.04rem;
  border: solid 0.0267rem #bfbfbf;
}

.main_product li h5 {
  font-size: 0.5333rem;
}

.main_product li p {
  width: 8rem;
  font-size: 0.32rem;
  line-height: 0.64rem;
  margin: 0.64rem 0 0.6667rem 0;
  text-align: center;
}

.main_product li a {
  background-color: #f8f8f8;
  border-radius: 0.0533rem;
  border: solid 0.0267rem #7d7d7d;
  width: 2.5067rem;
  height: 0.7467rem;
  line-height: 0.7467rem;
  font-size: 0.4rem;
  text-align: center;
  margin-top: 0.2667rem;
  margin-bottom: 0.8rem;
}

.main_product li:nth-child(1) img {
  width: 6.2933rem;
  height: 2.9333rem;
  margin: .986667rem 0 1.0667rem 0;
}

.main_product li:nth-child(2) img {
	width: 2.76rem;
	height: 4.2533rem;
  margin: 0.5333rem 0 0.4rem 0;
}

.main_product li:nth-child(3) img {
	width: 3.64rem;
	height: 3.92rem;
  margin: 0.48rem 0 0.6667rem 0;
}

.use_scene {
  background: #ebebeb;
  padding: .56rem .533333rem; 
}

.use_scene .section_title{
  margin-top: 0;
}

.use_scene img {
  width: 6.9333rem;
  height: 13.8667rem;
  display: block;
  margin: .666667rem auto 0 auto;
}

.users {
  padding: .88rem .533333rem;
}

.users .section_title {
  margin-top: 0;
}

.users img {
	width: 9.2267rem;
	height: 3.0667rem;
  display: block;
  margin: .64rem auto 0 auto;
}