.banner {
  height: 390px;
  padding-top: 30px;
  background: url("../image/banner.jpg") no-repeat center;
  text-align: center;
}
.banner .ban-l {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
}
.banner .ban-l h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
.banner .ban-l .txt {
  line-height: 50px;
  margin: 0;
  font-size: 18px;
}
.banner .ban-l .txt img {
  margin-right: 15px;
}
.banner .ban-l .txt span {
  color: #f62626;
}
.banner .ban-l .ctr {
  margin-top: 20px;
}
.banner .ban-l .ban-btn {
  background: #fcae24;
  color: #204452;
  font-size: 16px;
  padding: 15px 18px;
  border-radius: 6px;
  margin-right: 20px;
}
.banner .ban-l .tail {
  display: inline-block;
  vertical-align: middle;
}
.banner .ban-l .tail a {
  color: #fff;
}
.banner .ban-l .tail p {
  font-size: 12px;
  color: #fff;
  margin: 5px 0;
}
.banner .ban-l .tail p span {
  color: #f62626;
}
.banner .ban-r {
  vertical-align: middle;
}
.intr-list {
  text-align: center;
  padding: 34px 0;
}
.intr-list img {
  margin-bottom: 25px;
}
.intr-list span {
  font-size: 18px;
  color: #333333;
}
.intr-list span.mr {
  margin: 0 80px;
}
.system {
  background: #f3f3f3;
  padding: 60px 0;
}
.system .item {
  display: inline-block;
  box-sizing: border-box;
  width: 48%;
  color: #333333;
  margin-bottom: 70px;
}
.system .item.n-m-bottom {
  margin-bottom: 20px;
}
.system .item .info {
  display: inline-block;
  width: 65%;
}
.system .item img {
  margin-right: 30px;
}
.system .item h3 {
  font-size: 24px;
  font-weight: bold;
}
.system .item .txt {
  font-size: 14px;
  padding: 20px 0 36px;
}
.system .item .sys-btn {
  background: #fcae24;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
}
.system .warn-bm {
  height: 152px;
  background: url("../image/warn.png") no-repeat center;
  padding: 45px 0 45px 260px;
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
}
.title3 {
  font-size: 30px;
  color: #333;
  text-align: center;
}
.science {
  padding: 36px 0;
}
.science .info {
  font-size: 0;
  padding: 30px 0;
}
.science .info .item {
  display: inline-block;
  width: 524px;
}
.science .info .item:first-child {
  margin-right: 130px;
}
.science .info .item p {
  font-size: 24px;
  color: #127096;
  margin-bottom: 26px;
}
.science .info .item p img {
  margin-right: 20px;
  vertical-align: middle;
}
.science .info .item .txt {
  font-size: 16px;
  color: #666666;
}
.team {
  padding: 45px 0;
  background: #f3f3f3;
  font-size: 0;
}
.team .team-list {
  text-align: center;
  padding: 50px 0 40px;
}
.team .team-list li {
  display: inline-block;
  width: 215px;
  height: 215px;
  outline: 1px solid #181013;
  background-repeat: no-repeat;
  background-position: center;
}
.team .team-list li.it1 {
  background-image: url("../image/comp1.png");
  margin-right: 30px;
}
.team .team-list li.it2 {
  background-image: url("../image/comp2.png");
}
.team .team-list li.it3 {
  background-image: url("../image/comp3.png");
  margin: 0 30px;
}
.team .team-list li.it4 {
  background-image: url("../image/comp4.png");
}
.team .team-list li.it5 {
  background-image: url("../image/comp5.png");
  margin-left: 30px;
}
/*# sourceMappingURL=index.css.map */