body {
  background: #f5f5f5
}

.content-wrap {
  position: relative;
  z-index: 3;
}

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

.tab-wrap-box {
  background-color: #fff;
  padding: 80px 0;
}

.tab-wrap {
  width: 1180px;
  margin: 0 auto;
  padding: 10px 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 35px 0;
  box-shadow: -1px 5px 20px -0px rgba(153, 153, 153, .5);
  -webkit-box-shadow: -1px 5px 20px -0px rgba(153, 153, 153, .5);
  -o-box-shadow: -1px 5px 20px -0px rgba(153, 153, 153, .5);
  -moz-box-shadow: -1px 5px 20px -0px rgba(153, 153, 153, .5);
  -ms-box-shadow: -1px 5px 20px -0px rgba(153, 153, 153, .5);
}

.bannar-tip-text {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 1);
  position: relative;
  top: 175px;
}

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

.banner-tip1 {
  font-size: 16px;
  top: 55%
}

.tab-wrap a {
  display: block;
  /* width: 273px; */
  width: 30%;
  float: left;
  margin: 8px;
  text-align: center;
  line-height: 70px;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
  color: #333;
  font-size: 20px;
  text-align: center;
  /* vertical-align: middle; */
  cursor: pointer;
}

.tab-wrap a .choose-img-wap {
  width: 130px;
  height: 130px;
  background: #fff;
  text-align: center;
  line-height: 130px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  box-shadow: -1px 5px 20px -0px rgba(153, 153, 153, .3);
  -webkit-box-shadow: -1px 5px 20px -0px rgba(153, 153, 153, .3);
  -o-box-shadow: -1px 5px 20px -0px rgba(153, 153, 153, .3);
  -moz-box-shadow: -1px 5px 20px -0px rgba(153, 153, 153, .3);
  -ms-box-shadow: -1px 5px 20px -0px rgba(153, 153, 153, .3);
}

.tab-wrap a.choose-active {
  color: #009bde;
  font-weight: Bold;
  font-family: "MicrosoftYaHei"
}

.choose-active span::after {
  content: '';
  position: relative;
  bottom: 10px;
  height: 3px;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  background: #009bde;
  transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  /* IE 9 */
  -moz-transition: all 300ms ease-in-out;
  /* Firefox */
  -webkit-transition: all 300ms ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 300ms ease-in-out;
  width: 40px;
}


.tab-wrap a.choose-active .choose-img-wap::after {
  content: '';
  position: absolute;
  width: 110px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  height: 110px;
  background: #009bde;
}

.tab-wrap a img {
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 1;
}

.tab-wrap a:hover {
  color: #009bde;
  font-weight: Bold;
  font-family: "MicrosoftYaHei"
}

.box-wrapper {
  background-color: #FAFAFE;
  padding-top: 98px;
}

.tab-wrap1 {
  width: 1200px;
  margin: 0 auto;
  min-height: 90px;
  font-size: 36px;
}

.tab-wrap1 a {
  display: inline-block;
  margin: 0 10px;
  padding: 6px 20px;
  transition: all 0.1s;
  /* height: 36px; */
  text-align: left;
  cursor: pointer;
  /* line-height: 32px; */
}

.tab-wrap1 a.choose {
  color: #fff;
  background: #009bde;
}

.tab-wrap1 a:hover {
  color: #fff !important;
  background: #009bde !important;
}

.list-wrap {
  width: 1200px;
  padding: 40px 30px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  min-height: 100px;
  text-align: left;
  position: relative;
}

.list-title {
  font-size: 18px;
  color: #333;
  font-family: "MicrosoftYaHei";
  margin: 20px 0;
  font-weight: Regular !important;
}

.list-item {
  margin-bottom: 20px;
  text-align: center;
}

.list-item .item-wrap {
  display: inline-block;
}

.item-wrap li {
  /* width: 178px; */
  height: 70px;
  padding: 0 47px;
  float: left;
  margin-right: -1px;
  margin-bottom: -1px;
  line-height: 70px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #DCDCDC;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
}

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

  .tab-wrap,
  .list-wrap,
  .tab-wrap1 {
    max-width: 90%;
  }

  .banner-tip,
  .banner-tip1 {
    font-size: 40px;
    top: 55%;
  }

  .bannar-tip-text {
    top: 190px;
  }

  .item-wrap li {
    padding: 0 20px;
  }


}


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

  .banner-tip,
  .banner-tip1 {
    font-size: 30px;
    top: 55%;
  }

  .tab-wrap-box {
    padding: 50px 0;
  }

  .tab-wrap a .choose-img-wap {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .tab-wrap a.choose-active .choose-img-wap::after {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .tab-wrap a img {
    width: 36px;
    height: auto;
  }

  .tab-wrap a {
    font-size: 18px;
    line-height: 60px;
  }

  .box-wrapper {
    padding-top: 50px;
  }

  .list-wrap {
    padding: 10px 10px 0;
  }

  .item-wrap li {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }




}


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

  .bannar-tip-text {
    font-size: 17px;
  }

  .banner-tip,
  .banner-tip1 {
    font-size: 22px;
    top: 55%;
  }

  .tab-wrap a {
    font-size: 14px;
    line-height: 50px;
  }

  .tab-wrap a {
    font-size: 14px;
    line-height: 50px;
    margin: 0 5px;
  }

  .tab-wrap a .choose-img-wap {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .tab-wrap a.choose-active .choose-img-wap::after {
    width: 70px;
    height: 70px;
    line-height: 70px;
    left: 5px;
    top: 5px;
  }

  .tab-wrap a img {
    width: 30px;
    height: auto;
  }

  .tab-wrap-box {
    padding: 30px 0;
  }

  .tab-wrap {
    padding: 15px 0;
  }

  .box-wrapper {
    padding-top: 30px;
  }


}