html,
body {
  font-size: 18px;
}

h2 {
  font-weight: bold;
  color: #1B232E;
  font-size: 40px;
  font-family: "SourceHanSansCN-Light";
  font-weight: 300;
  line-height: 50px;
  padding-top: 72px;
}

.title .decorate {
  color: #4D4D4D;
  font-family: "MicrosoftYaHeiLight";
  line-height: 34px;
  padding-bottom: 24px;
}

.icon-diamond-black {
  width: 11px;
  height: 10px;
  background-image: url("../img/about-1_18.png");
}

.icon-decorate-left {
  width: 33px;
  height: 1px;
  position: relative;
  background-color: #a6a6a6;
  margin-right: 15px;
  vertical-align: middle;
}

.icon-decorate-left:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 1px solid #595959;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: -2px;
}

.icon-decorate-right {
  width: 33px;
  height: 1px;
  position: relative;
  background-color: #a6a6a6;
  margin-left: 15px;
  vertical-align: middle;
}

.icon-decorate-right:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 1px solid #595959;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: -2px;
}

.icon-list-3-1-black {
  width: 63px;
  height: 62px;
  background-image: url("../img/about-3_03.png");
}

.icon-list-3-1-green {
  width: 63px;
  height: 62px;
  background-image: url("../img/about-3_05.png");
}

.icon-list-3-2-black {
  width: 62px;
  height: 62px;
  background-image: url("../img/about-3_09.png");
}

.icon-list-3-2-green {
  width: 62px;
  height: 62px;
  background-image: url("../img/about-3_07.png");
}

.icon-list-3-3-black {
  width: 62px;
  height: 64px;
  background-image: url("../img/about-3_15.png");
}

.icon-list-3-3-green {
  width: 62px;
  height: 64px;
  background-image: url("../img/about-3_18.png");
}

.icon-list-3-4-black {
  width: 62px;
  height: 62px;
  background-image: url("../img/about-3_23.png");
}

.icon-list-3-4-green {
  width: 62px;
  height: 62px;
  background-image: url("../img/about-3_21.png");
}

.list-1 {
  height: 624px;
  background-image: url("../img/about-1-bg_02.png");
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  position: relative;
}

.list-1 h1 {
  position: absolute;
  top: 0px;
  opacity: 0;
}

.list-1 .main-box {
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-bottom: 34px;
  padding-top: 20px;
}

.list-1 .main-box .img-box {
  height: 183px;
  vertical-align: bottom;
  position: relative;
}

.list-1 .main-box .img-box img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.list-1 .main-box li {
  width: 400px;
  float: left;
}

.list-1 .main-box li a {
  color: #282828;
}

.list-1 .main-box li p {
  line-height: 42px;
}

.list-1 .main-box li:hover p {
  color: #FF6519;
}

.list-1 .main-box li:hover .img-box {
  bottom: 2px;
}

.list-2 {
  text-align: center;
  padding-bottom: 70px;
  padding-top: 150px;
}

.list-2 .intro {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  color: #4D4D4D;
  padding-bottom: 72px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}

.list-2 .intro .intro-item {
  display: block;
  width: 30%;
  text-align: left;
}

.list-2 .intro .intro-item span {
  font-weight: bold;
}

.list-2 ul {
  width: 1200px;
  margin: 76px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.list-2 li {
  padding: 0 50px;
  display: inline-block;
}

.list-2 li .num {
  line-height: 52px;
  font-size: 50px;
  color: #4D4D4D;
  font-family: "SourceHanSansCN-Light";
  position: relative;
  display: inline-block;
}

.list-2 li .num:after {
  content: "+";
  color: #b4b4b4;
  font-size: 30px;
  position: absolute;
  top: -20px;
  right: -26px;
}

.list-2 li .text {
  font-size: 14px;
  color: #282828;
  padding-top: 10px;
}

.list-3 {
  background-color: #F5F7FA;
  text-align: center;
  padding-bottom: 80px;
}

.list-3 li {
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  height: 360px;
  position: relative;
  padding-top: 53px;
  padding-left: 42px;
  padding-right: 42px;
  float: left;
}

.list-3 li .icon2 {
  display: none;
}

.list-3 li .p1 {
  color: #4D4D4D;
  font-size: 16px;
  line-height: 52px;
}

.list-3 li .p2 {
  color: #929191;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.list-3 li:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #1B232E;
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 53px;
}

.list-3 li:hover {
  width: calc(25% - 4px);
  height: calc(360px - 4px);
  border: 2px solid #FFFFFF;
  background: linear-gradient(0deg, #FFFFFF 0%, #F3F5F8 100%);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.list-3 li:hover:after {
  background-color: #FF6519;
  opacity: 1;
}

.list-3 li:hover .icon1 {
  display: none;
}

.list-3 li:hover .icon2 {
  display: inline-block;
}

.list-4 {
  text-align: center;
}

.list-4 .info-box {
  background-color: #ffffff;
}

.list-4 .info-box .right-box {
  margin-left: 700px;
  padding-top: 17px;
  text-align: left;
}

.list-4 .info-box .right-box p {
  height: 38px;
  line-height: 38px;
  border: 1px solid #dedede;
  padding-left: 29px;
  font-size: 14px;
  color: #4D4D4D;
  margin-bottom: 8px;
}

.list-4 .btn-box {
  padding-top: 42px;
  padding-bottom: 157px;
}

.list-4 .btn-box .main-btn {
  display: inline-block;
  width: 187px;
  height: 61px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  background: url("../img/lipince/btn_5.png");
}

.outer-map {
  width: 660px;
  height: 433px;
  position: absolute;
}

.outer-map .map {
  width: 646px;
  height: 420px;
  position: relative;
  z-index: 3 !important;
}

.outer-map:after {
  content: "";
  width: 646px;
  height: 420px;
  position: absolute;
  background-color: #D9B766;
  z-index: 1;
  top: 13px;
  left: 14px;
}

.copyright-footer {
  display: flex;
  flex-direction: column;
}

.copyright-footer span {
  line-height: 26px;
}

.copyright-footer span a {
  color: #0438E2;
}

/*# sourceMappingURL=2022aboutus.css.map */