/* 关于我们页面样式 */
/* 光学start */
.optics-box {
  width: 1200px;
  height: 633px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 40px;
  position: relative;
}
.optics-content-box {
  width: 570px;
  padding: 50px 45px;
  background: #F4F4F6;
  position: relative;
}
.optics-content-title {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #285dba;
  line-height: 33px;
  border-bottom: 1px solid #D5D5D5;
  padding-top: 10px;
  padding-bottom: 26px;
}
.optics-content-line {
  width: 70px;
  height: 2px;
  border: none;
  border-top: 2px solid #285DBA;
  position: absolute;
  top: 111px;
}
.optics-content-descript {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 24px;
  margin-top: 45px;
}
.optics-img {
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: -1;
}
/* 光学end */
/* 物流start */
.logistics-bg {
  background: #F5F5F5;
}
.logistics-box {
  width: 1200px;
  height: 470px;
  margin: 0 auto;
  position: relative;
}
.logistics-content {
  padding-top: 72px;
  position: relative;
}
.logistics-content-title {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 33px;
  margin-bottom: 54px;
}
.logistics-content-con {
  padding-right: 140px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 20px;
}
.logistics-img {
  width: 532px;
  position: absolute;
  top: 76px;
  right: 49px;
}
/* 物流end */
/* 位置start */
.positive-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 70px;
}
.positive-card-item {
  height: 150px;
  background: #F5F5F5;
  padding: 30px 20px;
}
.border-top1 {
  border-top: 4px solid #F99B10;
}
.border-top2 {
  border-top: 4px solid #65D436;
}
.border-top3 {
  border-top: 4px solid #1688DF;
}
.positive-card-title {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 25px;
}
.positive-card-content {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 22px;
  margin-top: 9px;
}
.about-positive-img {
  width: 100%;
  margin-top: 20px;
}
/* 位置end */
