.home-body .home-banner {
  width: 1200px;
  height: 700px;
  margin: auto;
  display: flex;
}
.home-body .home-banner .left {
  width: 500px;
}
.home-body .home-banner .left .title {
  color: #333333;
  font-size: 25px;
}
.home-body .home-banner .left .tips {
  color: #999999;
  margin-top: 30px;
}
.home-body .home-banner .left .desc {
  color: #777777;
  margin-top: 30px;
  margin-bottom: 130px;
  height: 35px;
  line-height: 35px;
}
.home-body .home-banner .left .item div:nth-child(1) {
  color: #333;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.home-body .home-banner .left .item div:nth-child(2) {
  color: #777;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}
.home-body .home-banner .right {
  flex: 1;
  margin-left: 30px;
}
.home-body .home-logo {
  width: 1200px;
  margin: auto;
}
.home-body .home-logo .logo {
  font-size: 30px;
  text-align: center;
}
.home-body .home-logo .imgs {
  margin: 60px auto;
  display: flex;
}
.home-body .home-logo .imgs div {
  width: 300px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #ecf0f1;
  color: #666;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
/*# sourceMappingURL=home.css.map */