.factory-wrapper {
  min-width: 1200px;
  font-size: 0;
  background-color: #FAFBFC;
}
.factory-wrapper .banner-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.factory-wrapper .sec-1 {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 0;
}
.factory-wrapper .sec-1 .com-t {
  font-size: 30px;
  line-height: 30px;
  color: #191919;
  text-align: center;
  position: relative;
}
.factory-wrapper .sec-1 .com-t:after {
  content: '';
  width: 72px;
  height: 4px;
  background-color: #0052d9;
  display: inline-block;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin: 0 0 0 -36px;
}
.factory-wrapper .sec-1 ul {
  width: 100%;
  margin: 90px 0 0;
}
.factory-wrapper .sec-1 ul li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.factory-wrapper .sec-1 ul li p {
  font-size: 48px;
  line-height: 67px;
  color: #303133;
}
.factory-wrapper .sec-1 ul li span {
  font-size: 24px;
  line-height: 33px;
  color: #909399;
  margin: 19px 0 0;
  display: inline-block;
}
.factory-wrapper .sec-1 img {
  width: 100%;
}
.factory-wrapper .sec-2 {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 76px;
}
.factory-wrapper .sec-2 .com-t {
  font-size: 30px;
  line-height: 30px;
  color: #191919;
  text-align: center;
  position: relative;
}
.factory-wrapper .sec-2 .com-t:after {
  content: '';
  width: 72px;
  height: 4px;
  background-color: #0052d9;
  display: inline-block;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin: 0 0 0 -36px;
}
.factory-wrapper .sec-c {
  padding: 64px 0 6px;
}
.factory-wrapper .sec-c .com-t {
  font-size: 24px;
  line-height: 30px;
  color: #191919;
  text-align: center;
}
.factory-wrapper .sec-c .items {
  margin: 56px 0 0;
}
.factory-wrapper .sec-c .items .item {
  width: 290px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.factory-wrapper .sec-c .items .item img {
  width: 266px;
  height: 173px;
  object-fit: cover;
}
.factory-wrapper .sec-c .items .item .bot {
  width: 100%;
  height: 100px;
  background: url(../img/factory//bot-bg.png) no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 16px;
  position: relative;
  top: -10px;
}
.factory-wrapper .sec-c .items .item .bot p {
  font-size: 20px;
  color: #191919;
  line-height: 24px;
  text-align: center;
  padding: 0 15px;
}
