.comp-info1 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 51.4vw;
  min-height: 1092px;
  min-width: 1440px;
  position: relative;
}
.comp-info1 .title {
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 38px;
  color: #FFFFFF;
  padding-top: 90px;
  margin-bottom: 55px;
}
.comp-info1 .left-right-box {
  width: 30.9%;
  height: 23.8%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.comp-info1 .left-right-box .box-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 38px;
  color: #FFFFFF;
}
.comp-info1 .left-right-box .img {
  width: 194px;
  height: 3px;
  margin-top: -30px;
}
.comp-info1 .left-right-box .desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
}
.comp-info1 .right {
  text-align: right;
  padding: 42px 60px 46px 20px;
}
.comp-info1 .left {
  text-align: left;
  padding-left: 60px;
  padding: 42px 20px 46px 60px;
}
.comp-info1 .circle {
  width: 22.5%;
  height: 48.58%;
  margin-left: -21px;
  margin-right: -28px;
}
.comp-info1 .list-box {
  width: 100%;
  position: absolute;
  bottom: -2%;
  padding: 0 18%;
  flex-wrap: wrap;
}
.comp-info1 .list-box .list-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 48%;
  box-shadow: 0px 0px 50px 0px rgba(16, 96, 188, 0.3);
  padding: 24px 29px;
}
.comp-info1 .list-box .list-item:hover {
  transform: translateY(-2px);
}
.comp-info1 .list-box .img {
  height: 52px;
  width: 52px;
  float: left;
  margin-right: 10px;
}
.comp-info1 .list-box .list-title {
  text-align: left;
  width: 86%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-left: 62px;
}
.comp-info1 .list-box .list-desc {
  text-align: left;
  margin-left: 62px;
  width: 86%;
  font-family: PingFangSC, PingFang SC;
  font-size: 16px;
  color: #666666;
}

/*# sourceMappingURL=index.css.map */
