.app {
  width: 1200px;
  margin: 0 auto;
}

.app .top {
  display: block;
  margin-bottom: 30px;
}

.app p.title {
  font-size: 36px;
  line-height: 60px;
  margin: 0;
}

.app p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 2em;
}

.items {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.items a {
  width: 380px;
  height: 278px;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.items a span {
  width: 100%;
  font-size: 32px;
  color: #fff;
  display: block;
  position: absolute;
  top: 125px;
  text-align: center;
}

.items a:hover img {
  transform: scale(1.1);
}

.items a img {
  transition: all 0.5s;
}

.enter {
  max-width: 1920px;
  margin: 0 auto;
  height: 230px;
  background-color: #ffe5d0;
}

.enter .app {
  width: 1260px;
  height: 390px;
  background-color: #f9f9f9;
  position: relative;
  top: 60px;
  padding: 30px;
}

.enter #enter {
  width: 100%;
  height: 140%;
  position: relative;
  top: -60px;
  padding-top: 60px;
  overflow: hidden;
}

.enter #enter img {
  width: 650px;
  position: absolute;
  left: 0;
  top: -55px;
  transform: translateX(550px);
}

.enter #enter .swiper-pagination {
  text-align: left;
  bottom: 65px;
}

.enter #enter .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 8px;
}

.enter #enter .swiper-pagination-bullet-active {
  background-color: #ff7b15;
}

.enter p {
  width: 511px;
}

.enter .i {
  margin-bottom: 0.5em;
}

.data {
  margin: 280px auto 0;
  max-width: 1920px;
  height: 737px;
  background-image: url(/images/about/bg.jpg);
}

.data .title {
  padding-top: 75px;
  text-align: center;
  color: #fff;
}

.data .items {
  margin-top: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.data .items .item {
  margin-bottom: 120px;
  width: 300px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.data .items .item b {
  display: block;
  font-size: 34px;
  color: #ff7b15;
  line-height: 55px;
}

#map {
  width: 1200px;
  height: 534px;
  margin: 50px auto 0px;
  background-color: #ccc;
  position: relative;
}

#map #allmap {
  width: 100%;
  height: 100%;
}

#map > a {
  position: absolute;
  right: -30px;
  bottom: -170px;
  width: 430px;
  height: 310px;
  display: block;
  background-color: #ff7b15;
  padding: 30px 35px 0;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
}

#map > a span {
  display: block;
  margin-top: 1em;
}

#map > a svg {
  font-size: 12px;
  line-height: 29px;
}

.more {
  margin-top: 180px;
  margin-bottom: 100px;
}

.more nav {
  display: flex;
  justify-content: space-between;
}

.more a {
  display: block;
  width: 280px;
  height: 208px;
  background-color: #f1f1f1;
  font-size: 18px;
}

.more a span {
  display: block;
  line-height: 40px;
  padding-left: 0.5em;
}

.more a svg {
  font-size: 14px;
  line-height: 40px;
  color: #ff7b15;
}

nav.nav {
  margin: 220px auto 100px;
}

