.acbanner {
  width: 100%;
  display: block;
  height: 300px;
  text-align: center;
}
.ggbanner {
  display: block;
  height: 500px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ggbanner img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.qiye-list .c {
  padding-top: 50px;
  text-align: center;
}
.qiye-list .c img {
  width: 100%;
  max-width: 100%;
}
.needkonw .content {
  padding-top: 50px;
}
.needkonw .top .line {
  padding: 32px 0;
  padding-left: 30px;
}
.needkonw .top .line .line-inner > div {
  display: inline-block;
  vertical-align: middle;
}
.needkonw .top .line .line-left {
  margin-right: 20px;
  color: #d8d8d8;
  font-size: 76px;
}
.needkonw .top .line .line-right {
  width: 980px;
}
.needkonw .top .line .line-right .rt {
  margin-bottom: 14px;
  color: #212121;
  font-size: 24px;
}
.needkonw .top .line .line-right .rc {
  color: #545454;
  font-size: 18px;
}
.needkonw .top .line .line-inner {
  width: 1200px;
  margin: 0 auto;
}
.needkonw .top .line:hover {
  background-color: #fd4e3e;
}
.needkonw .top .line:hover .line-left,
.needkonw .top .line:hover .rt,
.needkonw .top .line:hover .rc {
  color: #fff;
}
.needkonw .bottom {
  padding-top: 38px;
  text-align: center;
}
.needkonw .bottom .gg-btn {
  display: inline-block;
  width: 280px;
  height: 55px;
  background-color: #f64332;
  color: #fff;
  line-height: 55px;
  font-size: 24px;
  border-radius: 30px;
  cursor: pointer;
}
.icons .list {
  border: solid 1px #d8d8d8;
  float: left;
  margin-top: 25px;
  width: 49%;
  margin-right: 2%;
  padding: 30px;
}
.icons .list:nth-child(2n) {
  margin-right: 0;
}
.icons .tbwarp .icon {
  font-size: 88px;
  color: #fa4938;
}
.icons .title {
  font-size: 24px;
  color: #212121;
  font-weight: bold;
}
.icons .s-title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
}
.banner-btn {
  position: absolute;
  left: 50%;
  margin-left: -140px;
  bottom: 100px;
  width: 280px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #f64131;
  border-radius: 50px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ggbanner {
    height: 230px;
  }
  .main .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .main .swiper-pagination-bullet-active {
    width: 10px;
    border-radius: 5px;
  }
  .qiye-list .c img {
    width: 90%;
  }
  .icons .title {
    font-size: 16px;
  }
  .icons .s-title {
    font-size: 14px;
  }
  .needkonw .content {
    padding-top: 20px;
  }
  .needkonw .top .line {
    padding: 15px 0;
    padding-left: 20px;
  }
  .needkonw .top .line .line-left {
    margin-right: 20px;
    font-size: 26px;
  }
  .needkonw .top .line .line-right {
    width: 80%;
  }
  .needkonw .top .line .line-right .rt {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .needkonw .top .line .line-right .rc {
    font-size: 12px;
    line-height: 1.4;
  }
  .needkonw .top .line .line-inner {
    width: 100%;
  }
  .needkonw .bottom {
    padding-top: 28px;
  }
  .needkonw .bottom .gg-btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
  }
  .icons .list {
    margin-top: 25px;
    width: 100%;
    margin-right: 0;
  }
  .banner-btn {
    transform-origin: center bottom;
    transform: scale(0.5);
    bottom: 30px;
  }
}
