.page-info {
  width: 100%;
  background: #f8f8f8;
  position: relative;
}
.page-info .info-bg {
  height: 382px;
  width: 100%;
  background-image: url(../../images/company/banner2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-info .info-bg .infotxt {
  position: absolute;
  left: 15%;
  margin-top: 130px;
  font-size: 40px;
  z-index: 2;
  color: #fbc62e;
}
.page-info .info-bg .infotxt span {
  font-size: 50px;
  color: #1fc0b7;
  margin-left: 5px;
}
.info-con {
  max-width: 1200px;
  margin-top: -40px;
}
.info-con .article li {
  box-shadow: 0px 0px 20px -3px #cccccc;
  border-radius: 10px;
  height: 200px;
  padding: 39px 50px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #ffffff;
}
.info-con .article li:hover {
  box-shadow: 0px 0px 15px #cccccc;
}
.info-con .infoimg {
  width: 180px;
  height: 120px;
  float: left;
}
.info-con .infoimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-con .info-container {
  margin-left: 200px;
}
.info-con .info-container .title {
  height: 30px;
  line-height: 30px;
  color: #333;
  margin-bottom: 16px;
  margin-top: 5px;
  position: relative;
}
.info-con .info-container .title p {
  display: inline-block;
  width: 60%;
}
.info-con .info-container .title span {
  color: #999999;
  position: absolute;
  right: 0;
  top: 110px;
  bottom: 0;
}

.page-about {
  width: 100%;
  background: url(../../images/company/about-bg.jpg) no-repeat;
  background-size: 100%;
}
.page-about .ab-container {
  max-width: 1200px;
  padding-top: 84px;
  padding-bottom: 54px;
}
.page-about .ab-container .title {
  padding-bottom: 84px;
  text-align: center;
}
.page-about .ab-container .title h3 {
  font-size: 44px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.page-about .ab-container .title p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5;
}
.page-about .page-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px -3px #cccccc;
  margin-bottom: 30px;
  border-radius: 10px;
}
.page-about .page-main .page-box img {
  width: 107px;
  margin-bottom: 15px;
}
.page-about .pageimg {
  position: relative;
  height: 315px;
  color: #666666;
  width: 535px;
  margin: 0 auto;
}
.page-about .pageimg .step {
  font-size: 14px;
  color: #666666;
  position: relative;
}
.page-about .pageimg .step span {
  font-size: 16px;
  color: #fd6305;
}
.page-about .pageimg .step:after {
  content: '';
  display: inline-block;
  border: 1px solid #eaeae7;
  width: 25%;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}
.page-about .pageimg .page-left {
  width: 174px;
  height: 187px;
  background: url(../../images/company/step1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 20px;
  padding: 55px 5px;
  text-align: center;
  padding-left: 20px;
}
.page-about .pageimg .page-center {
  width: 183px;
  height: 200px;
  background: url(../../images/company/step2.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 174px;
  top: 88px;
  padding: 40px 0;
  padding-left: 15px;
}
.page-about .pageimg .page-right {
  width: 155px;
  height: 165px;
  background: url(../../images/company/step3.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 355px;
  top: 44px;
  padding: 20px 0;
  padding-right: 15px;
}
