.banner {
  height: 326px;
  background-image: url(../image/about-banner.png);
  background-position: center;
  background-size: cover;
}
.about-part1 {
  min-height: 1358px;
  background-color: #FFFDEA;
  padding-bottom: 20px;
}
.about-part1 .text1 {
  font-size: 18px;
  font-weight: 400;
  color: #392C0C;
  padding: 76px 0;
  line-height: 50px;
}
.about-part1 .list {
  height: 442px;
  background: url("../image/about-background01.png");
  padding: 40px 0;
}
.about-part1 .list ul {
  color: #fff;
}
.about-part1 .list ul li {
  float: left;
  width: 367px;
  height: 140px;
  text-align: center;
  margin-bottom: 40px;
}
.about-part1 .list ul li p:first-child {
  font-size: 60px;
  font-weight: 600;
}
.about-part1 .list ul li p:last-child {
  font-size: 16px;
  font-weight: 600;
}
.companyText {
  text-indent: 2em;
  font-size: 18px;
  font-weight: 400;
  color: #392C0C;
  padding: 76px 0;
  line-height: 50px;
}
.main-product {
  height: 200px;
}
.main-product li {
  float: left;
  width: 160px;
  height: 160px;
  margin-right: 75px;
}
.main-product li p {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.main-product li:first-child {
  font-size: 20px;
  font-weight: 600;
  color: #392C0C;
  margin: 0;
}
.about-part2 {
  height: 323px;
  background: url("../image/about-background03.png");
  padding: 80px 0;
}
.about-part2 p {
  text-indent: 2em;
  font-size: 18px;
  font-weight: 400;
  color: #201E12;
  line-height: 50px;
}
.main-map {
  width: 100%;
  height: 800px;
  background-color: #F4F8FF;
  padding: 60px 0;
}
.main-map p {
  width: 128px;
  height: 45px;
  font-size: 20px;
  font-weight: 600;
  color: #393728;
  line-height: 45px;
}
.main-map .map {
  text-align: center;
  margin-top: 40px;
}
.main-map .map img {
  height: 550px;
}
