@charset "UTF-8";
/**
 * 公司介绍
 * date: 2024-9-2
 * author: fxyue;
 */
.module {
  padding: 20px;
}

.introduce-title {
  font-size: 26px;
  font-weight: bold;
  color: #0F62A9;
  line-height: 38px;
  text-align: center;
}
.introduce-box {
  margin-top: 23px;
  background: #F8FAFF;
  padding: 20px;
}
.introduce-wrap {
  line-height: 28px;
}
.introduce-wrap:nth-child(n+2) {
  margin-top: 20px;
}
.introduce-wrap:nth-child(1) .introduce-txt {
  background: url("../images/introduce_icon1.png") left center no-repeat;
}
.introduce-wrap:nth-child(2) .introduce-txt {
  background: url("../images/introduce_icon2.png") left center no-repeat;
}
.introduce-wrap:nth-child(3) .introduce-txt {
  background: url("../images/introduce_icon3.png") left center no-repeat;
}
.introduce-txt {
  font-weight: 600;
  font-size: 18px;
  color: #0F62A9;
  padding-left: 28px;
}
.introduce-infor {
  font-size: 16px;
  color: #222;
}
.introduce-map {
  margin-top: 23px;
  height: 616px;
}