.banner-container {
  min-width: 1200px;
  background: url("../img/atlas-banner.png");
  background-size: 100% 100%;
}
.banner-container .wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 66px;
}
.banner-container .title {
  display: flex;
  flex-direction: column;
}
.banner-container .title .name {
  font-size: 48px;
  margin-bottom: 30px;
}
.banner-container .title .desc {
  font-size: 23px;
}
.banner-container .gather {
  text-align: center;
  padding: 30px 40px 50px;
  width: 426px;
  height: 271px;
  background: linear-gradient(180deg, #71B5F2 28%, rgba(11, 123, 224, 0) 100%);
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
}
.banner-container .gather .name {
  margin-bottom: 20px;
  font-size: 20px;
}
.banner-container .gather a {
  color: #fff;
}
.banner-container .gather .desc {
  margin-bottom: 60px;
  font-size: 15px;
  text-align: left;
}
.banner-container .gather .btn {
  margin: 0 auto;
  width: 163.99px;
  height: 43.99px;
  line-height: 43.99px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.enterprise {
  margin-top: 50px;
  min-width: 1200px;
}
.enterprise .wrapper {
  overflow: hidden;
}
.enterprise .industry-list > li {
  margin-bottom: 20px;
}
.enterprise .industry-list .title {
  margin-bottom: 10px;
  color: #3d3d3d;
  font-size: 16px;
}
.enterprise .enterprise-list {
  display: flex;
  flex-wrap: wrap;
}
.enterprise .enterprise-list > li {
  flex-shrink: 0;
  margin-right: 7px;
  margin-bottom: 10px;
}
.enterprise .enterprise-list > li:nth-child(5n) {
  margin-right: 0;
}
.enterprise .enterprise-list figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 120px;
  background-color: #eee;
  border-radius: 5px;
}
.enterprise .enterprise-list figure:hover {
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}