.desc {
  background-color: #fcfcfc;
  padding-top: 110px;
  padding-bottom: 130px;
}
.desc h1 {
  font-size: 36px;
  font-weight: 100;
  padding-bottom: 8px;
  color: #494949;
}
.desc p {
  font-size: 24px;
  color: #757575;
  font-weight: 100;
}
.desc p > span {
  font-size: 26px;
}
.desc section {
  padding-left: 439px;
}
.desc img {
  position: absolute;
  width: 300px;
  left: 0;
  top: -20px;
}
.map {
  background-image: url("/img/108/map.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
  background-size: 85%;
}
.map img {
  position: absolute;
  display: block;
  animation:raise 3s infinite;
}
.map img[alt="1"] {
  top: 339px;
  left: 667px;
  width: 169px;
  z-index: 1;
  animation-delay: 3s;
}
.map img[alt="2"] {
  top: 359px;
  left: 757px;
  width: 120px;
  z-index: 2;
  animation-delay: 1.2s;
}
.map img[alt="3"] {
  top: 225px;
  left: 613px;
  width: 186px;
  z-index: 3;
  animation-delay: -0.3s;
}
.map img[alt="4"] {
  top: 233px;
  left: 714px;
  width: 145px;
  z-index: 4;
  animation-delay: 0.8s;
}
.life {
  background-color: #fcfcfc;
  padding-top: 60px;
  padding-bottom: 120px;
}
.life h1 {
  color: #494949;
  font-size: 64px;
  font-weight: 100;
  padding-bottom: 8px;
}
.life .clear {
  margin-top: 60px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.life .clear img {
  display: block;
  width: 220px;
  margin: 0 auto;
}
.life .clear dl {
  color: #494949;
  font-size: 29px;
  padding: 16px 0;
}
.life .clear p {
  color: #757575;
  font-size: 18px;
  width: 234px;
  text-align: center;
  margin: 0 auto;
}
.app {
  height: 790px;
  color: #999;
  font-size: 22px;
  font-size: 18px;
  font-weight: 100;
}
.app .warp {
  background-image: url("/img/108/app.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.app img {
  margin-top: 200px;
  width: 114px;
}
.app .clear {
  width: 800px;
  margin: 0 auto;
  margin-top: 226px;
}
.app .clear .ct-8 {
  line-height: 1.2;
  border-right: 1px solid #ccc;
}
.other {
  background-color: #fcfcfc;
  font-size: 18px;
  font-weight: 100;
  color: #999;
  padding: 60px 0;
}
.other .clear {
  width: 1200px;
  margin: 0 auto;
}
.other .clear .left {
  width: 20%;
  line-height: 1.2;
  border-right: 1px solid #ccc;
}
