@import url("normal.css?v2");

/* banner start */
#bannerSwiper {
  height: 276px;
}

#bannerSwiper .banner {
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  width: 100%;
}

.page-main {
  display: block;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.map {
  position: relative;
  display: block;
  height: 679px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  box-sizing: border-box;
}

.map-tips {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #8f8f8f;
  text-align: center;
}

.map > img {
  display: block;
  margin: 0 auto;
  width: 1083px;
  height: 565px;
}

.map-point {
  display: inline-block;
  margin-top: 60px;
  padding: 20px;
  padding-left: 90px;
  vertical-align: top;
  font-size: 20px;
  color: #222;
}

.map-point > p {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.map-point > p::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 10;
  width: 29px;
  height: 29px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/nationalLayout/icon-flag.png');
}

.map-point span {
  font-weight: bold;
}

.section-title {
  margin-top: 100px;
  font-size: 40px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.show-list {
  display: block;
  margin-top: 60px;
}

.show-list > li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.show-list > li:nth-child(2),
.show-list > li:nth-child(5) {
  margin-left: 4px;
  margin-right: 4px;
}

.show-list > li > span {
  display: inline-block;
  padding: 4px 8px;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #0079c6;
  border-radius: 5px;
}

.show-list > li >img {
  display: block;
  width: 394px;
  height: 250px;
  margin-top: 30px;
}

.join-me {
  display: block;
  margin: 0 auto;
  width: 1438px;
  height: 250px;
  margin-top: 110px;
  margin-bottom: 160px;
}