@charset "UTF-8";
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

/* 通用样式 */
.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

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

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.head-bg {
  padding: 0 4.58333333333333%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.head-bg .head-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-bg .head-index .logo {
  line-height: 100px;
}

.head-bg.scroll {
  position: fixed;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #0a0a0a;
}

.max1744 {
  max-width: 1774px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bj1 {
  background: #f2f2f2;
  padding: 1.82291666666667vw 0;
}

.bj1 .ad1-index {
  text-align: center;
}

.bj1 .ad1-index h3 {
  color: #999999;
  font-size: 1.77083333333333vw;
  font-weight: bold;
}

.bj1 .ad1-index h4 {
  color: #333;
  font-size: 2.29166666666667vw;
  font-weight: bold;
  padding: 1.2vw 0;
}

.bj1 .ad1-index h5 {
  color: #333;
  font-size: 0.83333333333333vw;
  font-weight: bold;
  padding-bottom: 1.2vw;
}

.bj1 .ad1-index p {
  color: #85868c;
  font-size: 0.78125vw;
}

@media (max-width: 996px) {
  .bj1 .ad1-index h4 {
    font-size: 20px;
  }
  .bj1 .ad1-index h5 {
    font-size: 15px;
  }
}

.bj2 {
  background: #0c0c0c;
  padding: 2.08333333333333vw 0;
}

.bj2 .ad2-index .ad2-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bj2 .ad2-index .ad2-list li {
  width: 33.333%;
  text-align: center;
}

.bj2 .ad2-index .ad2-list li .img1 {
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.bj2 .ad2-index .ad2-list li .img1 img {
  width: 100%;
}

.bj2 .ad2-index .ad2-list li .w1 {
  color: #fff;
  font-weight: bold;
  font-size: 1.04166666666667vw;
  margin-bottom: 10px;
}

.bj2 .ad2-index .ad2-list li .w1 span {
  color: #999999;
  font-weight: bold;
  display: inline-block;
}

.bj2 .ad2-index .ad2-list li .w2 {
  color: #999999;
}

@media (max-width: 996px) {
  .bj2 .ad2-index .ad2-list {
    display: block;
  }
  .bj2 .ad2-index .ad2-list li {
    width: 100%;
  }
  .bj2 .ad2-index .ad2-list li .w1 {
    font-size: 20px;
  }
}

.bj3 {
  background: #0c0c0c;
  padding: 2.08333333333333vw 0;
  padding-bottom: 4.16vw;
}

.bj3 .ad3-index h3 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.82291666666667vw;
  margin-bottom: 1.82291666666667vw;
}

.bj3 .ad3-index h4 {
  width: 10px;
  height: 1px;
  background: #999999;
  margin: 0 auto;
}

.bj3 .ad3-index .con {
  text-align: center;
  margin-top: 1.04166666666667vw;
}

.bj3 .ad3-index .con p {
  color: #cccccc;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 996px) {
  .bj3 .ad3-index h3 {
    font-size: 20px;
  }
  .bj3 .ad3-index .con p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.bj4 {
  margin-top: 5.20833333333333vw;
}

.bj4 .case-index .c-title {
  text-align: center;
}

.bj4 .case-index .c-title h3 {
  color: #85868c;
  padding-bottom: 1.04166666666667vw;
}

.bj4 .case-index .c-title h4 {
  color: #333;
  font-weight: bold;
  padding-bottom: 1.04166666666667vw;
}

.bj4 .case-index .c-title h5 {
  color: #85868c;
}

.bj4 .case-index .c-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.82291666666667vw;
}

.bj4 .case-index .c-list li {
  width: 32.5%;
  position: relative;
  margin-bottom: 1.333%;
}

.bj4 .case-index .c-list li .img1 img {
  width: 100%;
}

.bj4 .case-index .c-list li .wz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  opacity: 0;
}

.bj4 .case-index .c-list li .wz .w1 {
  font-weight: bold;
  color: #fff;
  font-size: 1.04166666666667vw;
}

.bj4 .case-index .c-list li .wz .w2 {
  color: #fff;
  margin-top: 3%;
}

.bj4 .case-index .c-list li .wz .w3 {
  font-size: 0.78125vw;
  color: #fff;
}

.bj4 .case-index .c-list li .wz .w4 {
  color: #fff;
}

.bj4 .case-index .c-list li:hover .wz {
  opacity: 1;
}

.bj4 .case-index .c-more {
  text-align: center;
  margin-top: 4.6875vw;
  margin-bottom: 4.6875vw;
}

.bj4 .case-index .c-more .c1 {
  color: #333;
}

.bj4 .case-index .c-more .c2 {
  color: #85868c;
  font-weight: bold;
  font-size: 0.83333333333333vw;
  padding: 1% 0;
}

.bj4 .case-index .c-more .c3 a {
  display: block;
  color: #333;
  font-size: 0.83333333333333vw;
  font-weight: bold;
}

.bj4 .case-index .c-more .c4 {
  font-weight: bold;
}

@media (max-width: 996px) {
  .bj4 .case-index .c-title h4 {
    font-size: 20px;
  }
  .bj4 .case-index .c-list li {
    width: 48%;
    margin-bottom: 4%;
  }
  .bj4 .case-index .c-more .c2 {
    font-size: 15px;
  }
  .bj4 .case-index .c-more .c3 a {
    font-size: 16px;
  }
}

.bj5 {
  background: #212121;
  padding: 1.82291666666667vw 0;
}

.bj5 .ad4-index {
  text-align: center;
  padding-bottom: 1.82291666666667vw;
}

.bj5 .ad4-index .d1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 2.29166666666667vw;
}

.bj5 .ad4-index .d2 {
  color: #ffffff;
  margin-top: 1%;
}

.bj5 .ad4-index .d3 {
  color: #dbdbdb;
  font-weight: bold;
  font-size: 0.83333333333333vw;
  padding: 15px 0;
}

.bj5 .ad4-index .d4 {
  color: #fff;
  font-size: 15px;
}

@media (max-width: 996px) {
  .bj5 .ad4-index .d1 {
    font-size: 20px;
  }
  .bj5 .ad4-index .d3 {
    font-size: 15px;
    padding: 5px 0;
  }
  .bj5 .ad4-index .d4 {
    font-size: 13px;
  }
}

.bj6 {
  background: #0c0c0c;
  padding-top: 1.82291666666667vw;
}

.bj6 .ad5-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.bj6 .ad5-list li {
  width: 30%;
  text-align: center;
  margin-bottom: 4.16666666666667vw;
}

.bj6 .ad5-list li .img1 {
  max-width: 60px;
  margin: 0 auto;
}

.bj6 .ad5-list li .img1 img {
  width: 100%;
}

.bj6 .ad5-list li .w1 {
  font-weight: bold;
  color: #fff;
  font-size: 1.25vw;
  padding: 10px 0;
}

.bj6 .ad5-list li .w2 {
  color: #999999;
  font-size: 0.78125vw;
  padding-bottom: 10px;
}

.bj6 .ad5-list li .w3 {
  color: #d1d1d1;
}

.bj6 .ad5-list li .w3 p {
  margin-bottom: 10px;
  font-size: 0.78125vw;
}

@media (max-width: 996px) {
  .bj6 .ad5-list li {
    width: 48%;
  }
  .bj6 .ad5-list li .w1 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bj6 .ad5-list li .w2 {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bj6 .ad5-list li .w3 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
  }
}

.bj7 {
  margin-top: 5.20833333333333vw;
}

.bj7 .kehu-index {
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bj7 .kehu-index .k-title {
  text-align: center;
}

.bj7 .kehu-index .k-title h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.77083333333333vw;
}

.bj7 .kehu-index .k-title h4 {
  font-size: 2.29166666666667vw;
  color: #333;
  font-weight: bold;
  padding: 10px 0;
}

.bj7 .kehu-index .k-title h5 {
  color: #85868c;
  font-size: 0.78125vw;
}

.bj7 .kehu-index .kehu-con {
  margin-top: 1.82291666666667vw;
}

.bj7 .kehu-index .kehu-con p img {
  width: 100%;
}

@media (max-width: 996px) {
  .bj7 .kehu-index .k-title h4 {
    font-size: 20px;
  }
  .bj7 .kehu-index .k-title h5 {
    font-size: 12px;
  }
}

.bj8 {
  background: #f2f2f2;
  margin-top: 2.60416666666667vw;
  padding-top: 2.60416666666667vw;
}

.bj8 .news-index .n-title {
  text-align: center;
}

.bj8 .news-index .n-title h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.77083333333333vw;
}

.bj8 .news-index .n-title h4 {
  font-size: 2.29166666666667vw;
  color: #333;
  font-weight: bold;
  padding: 10px 0;
}

.bj8 .news-index .n-title h5 {
  color: #85868c;
  font-size: 0.78125vw;
}

.bj8 .news-index .news-slick .slick-con {
  padding: 1.04166666666667vw;
  background-color: #f7f7f7;
  margin: 0 2%;
}

.bj8 .news-index .news-slick .slick-con .wz {
  text-align: center;
}

.bj8 .news-index .news-slick .slick-con .wz h3 {
  color: #333;
  font-size: 1.04166666666667vw;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

.bj8 .news-index .news-slick .slick-con .wz .info {
  font-size: 14px;
  color: #85868c;
  font-size: 14px;
  line-height: 1.92857;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  margin-bottom: 15px;
}

.bj8 .news-index .news-slick .slick-con .wz .more {
  text-align: center;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 2;
}

.bj8 .news-index .news-slick .slick-con .wz .more::before {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
}

.bj8 .news-index .news-slick .slick-con .wz .more:hover::before {
  width: 100%;
  background-color: #afafaf;
}

.bj8 .news-index .news-slick .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 11px;
  height: 18px;
  margin-top: -9px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.bj8 .news-index .news-slick .slick-arrow.slick-prev {
  left: -2%;
  background: url(//cdn.xypt.top/0e451b0f/21/05/6024ea8759127a4ccad29359bb9542cad2810789.png) no-repeat top center;
}

.bj8 .news-index .news-slick .slick-arrow.slick-next {
  right: -2%;
  background: url(//cdn.xypt.top/0e451b0f/21/05/e39850bab3504f8f5af4f6ee52941aa0e0fde49d.png) no-repeat top center;
}

@media (max-width: 996px) {
  .bj8 .news-index .n-title h4 {
    font-size: 20px;
  }
  .bj8 .news-index .n-title h5 {
    font-size: 12px;
  }
  .bj8 .news-index .news-slick .slick-con .wz h3 {
    font-size: 16px;
  }
}

.bj9 {
  background: #f2f2f2;
  padding-bottom: 1.82291666666667vw;
}

.bj9 .erq {
  text-align: center;
}

.bj9 .erq p img {
  max-width: 100%;
}

.foot-bg {
  background: #0c0c0c;
  padding: 1.82291666666667vw 0;
}

.foot-bg .foot-index .foot1 {
  text-align: center;
}

.foot-bg .foot-index .foot1 P {
  color: #85868c;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 10px;
}

.foot-bg .foot-index .foot2 {
  text-align: center;
  color: #cccccc;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.foot-bg .foot-index .foot3 {
  text-align: center;
}

.foot-bg .foot-index .foot3 p {
  color: #85868c;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.foot-bg .foot-index .link {
  text-align: center;
  color: #999999;
}

.foot-bg .foot-index .link a {
  color: #999999;
  text-decoration: underline;
  margin-right: 5px;
}

.foot-bg .foot-index .link a:hover {
  text-decoration: none;
}
