.flex-container {
  display: flex;
}

.bolder {
  font-weight: bolder;
}

.banner {
  position: relative;
  background-color: #000;
}
.banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 76.5%;
  height: 16.66vw;
  color: #fff;
  text-align: center;
}
.banner .container h6 {
  padding: 15px 0;
  color: #2491ed;
  font-size: 42px;
}
.banner .container h6 span {
  color: #37c89f;
}
.banner .container p {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-size: 20px;
  line-height: 24px;
}
.banner .container .en {
  font-size: 12px;
  letter-spacing: 2px;
}
.banner .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-title {
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 50%;
  text-align: center;
}
.sec-title .en {
  color: #f2f2f2;
  font-size: 48px;
  font-weight: bolder;
}
.sec-title .title {
  position: absolute;
  top: 32px;
  left: 50%;
  color: #3e3a39;
  font-size: 26px;
  font-weight: bolder;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sec-title .title span {
  color: #2491ed;
}

.china {
  padding: 45px 0 20px;
}
.china .container {
  margin: 0 auto;
  width: 1100px;
}
.china .container img {
  margin: 0 auto;
}
.china .contact-info h6 {
  margin-bottom: 25px;
  font-size: 21px;
}
.china .flex-container {
  display: flex;
  flex-wrap: wrap;
}
.china .item {
  margin-bottom: 20px;
  padding-left: 55px;
  padding-right: 20px;
  width: 24%;
  line-height: 36px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
}
.china .item:nth-child(1) {
  background-image: url(../images/address/icon-01.jpg);
}
.china .item:nth-child(2) {
  background-image: url(../images/address/icon-02.jpg);
}

.baiduMap {
  padding-bottom: 45px;
}
.baiduMap img {
  margin: 0 auto;
  max-width: 1100px;
}
.baiduMap .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 35px;
  width: 1100px;
}
.baiduMap .item {
  padding: 0 20px;
  width: 33.33%;
  line-height: 28px;
}

/*# sourceMappingURL=address.css.map */
