body,
html {
  background-color: #f5f5f5;
}
.index {
  background-color: #f5f5f5;
  width: 100%;
  min-width: 1230px;
}
.main {
  width: 1200px;
  margin: 0 auto 30px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px 100px 40px;
}
.location {
  font-size: 14px;
  color: #333333;
  padding-bottom: 30px;
  background: url(xg.png) no-repeat bottom;
}
.location img {
  vertical-align: middle;
  margin-right: 10px;
}
.location a {
  font-size: 14px;
  color: #333333;
}
.phone {
  display: flex;
  justify-content: center;
  padding-top: 36px;
  align-items: center;
}
.phone span {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.phone .dhbt {
  margin-right: 40px;
}
.phone .line {
  width: 1px;
  height: 60px;
  background-color: #666666;
  margin-left: 42px;
  margin-right: 50px;
}
.phone .button {
  display: inline-block;
  line-height: 50px;
  width: 210px;
  height: 50px;
  background-color: #115db2;
  border-radius: 10px;
  text-align: center;
}
.phone .button img {
  vertical-align: sub;
  padding-right: 22px;
}
.phone .button span {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 22px;
  border-left: 1px solid #fff;
}
.content {
  width: 1200px;
  margin: 0 auto 75px;
  background-color: #fff;
  padding: 55px 110px 0;
}
.common-title {
  font-size: 22px;
  font-weight: bold;
  color: #404040;
  padding-bottom: 20px;
  border-bottom: 1px solid #115db2;
  margin-bottom: 40px;
}
.common-title img {
  margin-right: 20px;
  vertical-align: sub;
}
.all {
  padding-bottom: 60px;
}
.all .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.all .list li {
  width: 240px;
  /* height: 50px; */
  line-height: 50px;
  background-color: #ffffff;
  border: solid 1px #cdcdcd;
  text-align: center;
  font-size: 16px;
  color: #404040;
  margin-right: 6px;
  margin-bottom: 12px;
  cursor: pointer;
}
.all .list li:nth-of-type(4n) {
  margin-right: 0;
}
.all .one-list .cur {
  background-color: #115db2;
  color: #fff;
}
.all .two-list .cur {
  background-color: #115db2;
  color: #fff;
}
.black-tc {
  background: rgb(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: left;
  z-index: 1;
}
.tc {
  width: 979px;
  height: auto;
  background-color: #f5f5f5;
  position: absolute;
  /* position:fixed; */
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 45px 20px 30px;
}
.tc-left {
  float: left;
  width: 50%;
}
.tc-right {
  float: right;
  width: 350px;
  height: 250px;
  border: solid 1px #cdcdcd;
}
.tc-right img {
  width: 350px;
  height: 250px;
  object-fit: cover;
}
.tc-title {
  font-size: 18px;
  font-weight: bold;
  color: #115db2;
  position: relative;
  padding-left: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.tc-title::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 20px;
  background-color: #115db2;
  left: 0;
  top: 2px;
}
.tc-left .jg {
  text-decoration: underline;
  font-size: 16px;
  color: #115db2;
  display: inline-block;
  padding-left: 16px;
}
.tc-left .jg img,
.tc-left .black-p img {
  margin-right: 10px;
  vertical-align: middle;
}
.tc-left .black-p {
  font-size: 16px;
  color: #404040;
  padding-left: 16px;
}
.gb {
  position: absolute;
  position: absolute;
  right: 10px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .index {
    width: 100%;
    min-width: auto;
  }
  .content {
    width: 100%;
    padding: 20px;
  }
  .main {
    width: 100%;
    padding: 20px;
  }
  .location {
    margin-bottom: 30px;
  }
  .phone {
    text-align: center;
  }
  .phone .dhbt {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .phone span {
    font-size: 20px;
  }
  .phone .line {
    display: none;
  }
  .phone .button {
    margin-top: 10px;
  }
  .content,
  .phone,
  .tc {
    display: block;
  }
  .tc {
    width: 100%;
    height: auto;
  }
  .tc-left,
  .tc-right {
    float: none;
  }
  .list {
    justify-content: space-between;
  }
  .all .list li {
    margin-right: 0;
    width: 170px;
  }
  .tc-title {
    margin-bottom: 10px;
  }
  .tc-left .jg,
  .tc-left .black-p {
    margin-bottom: 10px;
    line-height: 30px;
  }
  .tc-right img,
  .tc-right {
    width: 100%;
  }
  .tc-left {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .location img {
    margin-right: 3px;
  }
  .all .list li {
    width: 130px;
    font-size: 14px;
  }
}
