body {
  background: #FAFAFF;
}

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

.header-wrap {
  width: 100%;
  height: 560px;
  background-size: cover !important;
  position: relative;
  background-position: center !important;
}

.header {
  background-color: transparent !important;
}

.banner-tip1 {
  position: absolute;
  font-size: 60px;
  font-family: "SourceHanSansCN-Bold";
  font-weight: bold;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.banner-tip {
  display: inline-block !important;
  padding: 80px 100px !important;
  border: 8px solid rgba(250, 250, 250, .4);
  margin-top: 60px !important;
  font-size: 60px;
  font-family: "SourceHanSansCN-Bold";
  font-weight: bold;
  color: #fff;
}

.footer {
  border-top: none
}

#map {
  width: 1200px;
  margin: 0 auto
}

.map-wrap {
  width: 100%;
  height: 1050px;
  background: url(../images/concat-bg.png) no-repeat;
  background-size: 100% 1100px;
}

.company-wrap h2,
.map-wrap h2 {
  width: 1200px;
  margin: 0 auto;
  font-size: 32px;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
  color: #333;
}

.company-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 120px;
  height: auto;
  background: url(../images/platform-bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.company {
  width: 1200px;
  margin-top: 20px;
  margin: 0 auto;
  overflow: hidden;
}

.company-list {
  width: 320px;
  text-align: left;
  line-height: 24px;
  height: 150px;
  padding: 30px;
  background: #FFFFFF;
  float: left;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
  font-size: 14px;
  color: #666;
  margin: 10px;
}

.company-list .company-address {
  height: 88px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.company-list:hover {
  box-shadow: 0 0 20px 0 #ccc;
}

.company-list div {
  position: relative;
  padding-left: 24px;
}

.company-title {
  margin: 6px 0 6px 0;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  padding-left: 20px !important;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-title::before {
  content: '';
  position: absolute;
  background: #009bde;
  width: 3px;
  height: 18px;
  top: 4px;
  left: 4px;
}

.company-tel::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 0;
  background: url(../images/concat-tel.png) left no-repeat;
  margin-right: 10px;
  background-size: 14px 14px;
}

.company-email::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 0;
  background: url(../images/concat-email.png) left no-repeat;
  margin-right: 10px;
  background-size: 14px 14px;
}

.company-address::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 0;
  background: url(../images/concat-address.png) left no-repeat;
  margin-right: 10px;
  background-size: 14px 14px;
}

#J_dotLine {
  position: absolute;
  top: 100px;
  left: 0;
}

.nav-list li.nav-active {
  background-color: #fff;
}

.nav-list li.nav-active a {
  color: rgba(51, 51, 51, 1);
}

.nav-list li.nav-active::after {
  border-color: #fff transparent transparent transparent;
}

.nav-list li a {
  color: #fff;
}


@media screen and (max-width:1280px) {

  .banner-tip {
    padding: 60px 80px !important;
    margin-top: 60px !important;
    font-size: 50px;
  }

  .company {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .company-list {
    width: auto;
    box-sizing: border-box;
    float: none;
  }

  .company-list {
    width: auto;
    box-sizing: border-box;
    float: none;
    margin: 0;
    padding: 20px;
    height: auto;
  }

  .company-list .company-address {
    height: auto;
  }

  .module-title span {
    width: 100%;
  }


}


@media screen and (max-width:1024px) {

  .banner-tip {
    font-size: 40px;
    padding: 50px 60px;
  }

  .company {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .module-title h4 {
    font-size: 28px;
  }

  .module-title {
    margin: 40px 0;
  }

}

@media screen and (max-width:768px) {

  .banner-tip {
    font-size: 30px;
    padding: 30px 40px;
    border-width: 5px;
    margin-top: 30px !important;
  }

  .header-wrap {
    height: 360px;
  }

  .module-title h4 {
    font-size: 22px;
  }

  .module-title {
    margin: 40px 0;
  }

  .company {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .company-wrap{
    padding: 0 0 50px;
  }

}