.table1-global, .table-ios, .table-gd, .introduction-content .table1 {
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-top: 1px solid #E9E9E9;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 60px;
}
.table1-global td, .table-ios td, .table-gd td, .introduction-content .table1 td {
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}
.table1-global .td1, .table-ios .td1, .table-gd .td1, .introduction-content .table1 .td1 {
  width: 250px;
  background: #fafafa;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-left: 36px;
  box-sizing: border-box;
}
.table1-global .td2, .table-ios .td2, .table-gd .td2, .introduction-content .table1 .td2 {
  border-right: 0;
  padding: 22px 35px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
}

.introduction {
  display: flex;
  padding-top: 48px;
}

.introduction-top-nav {
  height: 244px;
  background: url(../images/introduction/banner.png) no-repeat top center;
}

.fixed-introduction {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
}

.introduction-nav {
  width: 270px;
  margin-right: 30px;
  flex-shrink: 0;
}
.introduction-nav .nav-top {
  display: flex;
  align-items: center;
  height: 60px;
  background: #005C9C;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0 18px;
}
.introduction-nav .nav-top-img {
  margin-right: 20px;
}
.introduction-nav ul {
  border: 1px solid #D7D7D7;
  border-bottom: 0 none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.introduction-nav ul a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  border: 1px solid #D7D7D7;
  display: block;
  padding: 0 15px;
  position: relative;
}
.introduction-nav ul a.on {
  font-weight: 600;
  color: #005C9C;
}
.introduction-nav ul a::after {
  position: absolute;
  content: "";
  background: url("../images/introduction/sj.png") no-repeat;
  width: 7px;
  height: 11px;
  right: 15px;
  top: 50%;
  margin-top: -5.5px;
}

.introduction-content {
  flex: 1;
}
.introduction-content .title-t1 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #005C9C;
  margin-bottom: 17px;
}
.introduction-content .title-t1 .title-t1-img {
  margin-right: 10px;
}
.introduction-content .p1 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.introduction-content .map {
  text-align: center;
  margin-bottom: 76px;
}

#map-container {
  width: 800px;
  height: 600px;
}

.adress-ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 33px;
}
.adress-ul .adress-li {
  width: 390px;
  background: #FFFFFF;
  box-shadow: 0px 1px 19px 13px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  padding: 40px 30px 30px 30px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.adress-ul .adress-li:nth-child(2n) {
  margin-right: 0;
}
.adress-ul .adress-li .li-img img {
  width: 100%;
}
.adress-ul .adress-li .h1 {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #005C9C;
  line-height: 26px;
  padding: 0px 0 15px 0;
}
.adress-ul .adress-li table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.adress-ul .adress-li table td {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  vertical-align: top;
}
.adress-ul .adress-li table .td1 {
  width: 40px;
}
.gd-img {
  margin: 70px 0 26px 0;
}

.table-gd .td1 {
  width: 328px;
}

.table-ios {
  margin-bottom: 102px;
}
.table-ios .td1 {
  width: 225px;
}

.ios-title {
  display: flex;
  align-items: center;
  padding: 25px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #005C9C;
}
.ios-title .img1 {
  margin-left: 10px;
}

.model-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 160px;
}
.model-ul .model-li {
  width: 390px;
  height: 191px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.model-ul .model-li img {
  width: 100%;
}
.model-ul .model-li .li-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/introduction/bg.png) no-repeat;
  height: 85px;
  margin: 0;
  padding: 16px 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.model-ul .model-li .li-bg dt {
  font-size: 23px;
  font-weight: 600;
}
.model-ul .model-li .li-bg dd {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.introduction_banner .swiper-banner {
  height: 341px;
  width: 100%;
}
.introduction_banner .swiper-wrapper {
  height: 341px;
}
.introduction_banner .swiper-slide {
  height: 341px;
}
.introduction_banner .swiper-slide-banner {
  background-position: center;
}
.introduction_banner .swiper-pagination-introduction {
  padding: 34px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.introduction_banner .swiper-pagination-introduction .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #A1B0BD;
  border-radius: 50%;
  display: block;
  margin: 0 10px;
}
.introduction_banner .swiper-pagination-introduction .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #0057A9;
  border-radius: 50%;
}

@media (max-width: 1100px) {
  .introduction-content .title-t1 {
    font-size: 18px;
  }
  .introduction-nav {
    display: none;
  }
  .introduction {
    padding: 40px 20px 0;
  }
  .introduction-content .table1 .td1 {
    width: 120px;
    padding-left: 10px;
    font-size: 14px;
  }
  .introduction-content .table1 .td2 {
    font-size: 14px;
    padding: 22px 10px;
  }
  .table-gd .td1 {
    width: 50%;
    padding-left: 10px;
    font-size: 14px;
  }
  .table-gd .td2 {
    word-wrap: break-word;
    padding: 22px 10px;
    font-size: 14px;
  }
  .gd-img {
    padding: 0;
    margin: 20px 0;
  }
  .gd-img img {
    max-width: 100%;
  }
  .model-ul .model-li {
    width: 48%;
    height: auto;
  }
  .adress-ul .adress-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .model-ul {
    padding-bottom: 60px;
  }
  .introduction-content .p1 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .model-ul .model-li {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=introduction.css.map */