header .innerBox {
  width: 1100px;
  height: 80px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -550px;
}
header .innerBox .logo {
  float: left;
  width: 180px;
  height: 80px;
}
header .innerBox .navList {
  float: left;
  width: 700px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
header .innerBox .navList li {
  width: 33%;
  height: 80px;
  float: left;
  color: #fff;
  font-size: 18px;
  font-family: "wenyue";
  cursor: pointer;
}
header .innerBox .navList li:hover {
  color: #ccc;
}
header .innerBox .seting {
  height: 80px;
  width: 180px;
  float: left;
  padding-top: 25px;
  padding-left: 30px;
  text-align: center;
}
header .innerBox .seting li {
  width: 33%;
  float: left;
}
header .innerBox .seting li:hover img {
  opacity: 0.8;
}
header .innerBox .seting li img {
  cursor: pointer;
}
header .innerBox .seting li img:nth-child(2) {
  vertical-align: middle;
  margin-top: -12px;
}
header .innerBox .logo img {
  display: block;
  margin: 27px auto;
}
header .navListBox > img {
  width: 100%;
  min-width: 1100px;
}

section.intro {
  position: relative;
  height: 500px;
  min-width: 1100px;
  padding-top: 0.1px;
  background-image: url("https://cdn.nlark.com/yuque/0/2019/png/138421/1562661336779-2dcbb18b-f3fc-4939-a3b5-8cf3ac8d6c77.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
section.intro .text {
  width: 450px;
  height: 240px;
  padding-right: 50px;
  margin: 140px auto 0 auto;
}
section.intro .text h2 {
  height: 30px;
  line-height: 30px;
  color: #6c6d6c;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
}
section.intro .text p {
  color: #747574;
  line-height: 30px;
  text-indent: 24px;
  font-size: 14px;
  text-align: center;
}
section.intro a {
  position: absolute;
  left: 50%;
  bottom: 94px;
  margin-left: -70px;
  background: #fff;

  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  width: 80px;
  color: #ccc;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 20px;
  border: 1px solid #b0b0b0;
}
section.intro a:hover {
  color: #b0b0b0;
}
.qrbox {
  text-align: center;
}
.qrbox ul {
  display: inline-block;
}
.qrbox ul li {
  float: left;
  margin-left: 30px;
}
.qrbox ul li p {
  color: #747574;
  height: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
}
.qrbox ul li:first-child {
  margin-left: 0;
}
.qrbox ul li img {
  display: block;
  width: 110px;
  height: 110px;
}

section.prod {
  height: 700px;
}
section.prod.prod1 {
  background: rgb(231, 231, 231);
}
section.prod.prod2 {
  background: rgb(238, 233, 223);
}
section.prod.prod3 {
  background: rgb(255, 255, 255);
}
section.prod.prod4 {
  background: rgb(238, 233, 223);
}

section.store {
  margin-top: 100px;
}

section.store h1 {
  height: 30px;
  line-height: 30px;
  color: #6c6d6c;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;

  font-size: 28px;
  height: 100px;
  min-width: 1100px;
  letter-spacing: 3px;
  line-height: 100px;
  margin-bottom: 0;
  border-bottom: 1px solid #dcdcdc;
}
