@-webkit-keyframes tiao {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes tiao {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.index_slide1 {
  background: url(../images/bj01.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
}
.index_slide1 .w1280 .content .tit {
  font-size: 68px;
  font-weight: bold;
  color: #fff;
}
.index_slide1 .w1280 .content .tips {
  font-size: 28px;
  color: #fff;
  margin-top: 12px;
}
.index_slide1 .w1280 .content .btn {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 200px;
  line-height: 56px;
  background: #0074ff;
  text-align: center;
  border-radius: 28px;
  margin-top: 60px;
}

.down {
  font-size: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}
.down img {
  -webkit-animation: tiao ease-in-out 0.8s infinite alternate;
          animation: tiao ease-in-out 0.8s infinite alternate;
}

.title {
  text-align: center;
}
.title p {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}

.index_slide2 {
  background: url(../images/bj02.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
}
.index_slide2 .w1280 .content ul {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.index_slide2 .w1280 .content ul li {
  width: 31.25%;
  margin-left: 3.125%;
  background: #fff;
  border-bottom: 5px solid #0074ff;
  padding: 45px 30px 60px;
}
.index_slide2 .w1280 .content ul li p {
  max-height: 90px;
  text-align: center;
  font-size: 0;
}
.index_slide2 .w1280 .content ul li .tips {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-top: 45px;
}
.index_slide2 .w1280 .content ul li:first-child {
  margin-left: 0;
}

.index_slide3 {
  background: url(../images/bj03.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
}
.index_slide3 .w1280 .content ul {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_slide3 .w1280 .content ul li {
  width: 23.828125%;
  font-size: 0;
  background: #fff;
  margin-top: 20px;
}

.index_slide4 {
  background: url(../images/bj04.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
}
.index_slide4 .w1280 .content ul {
  margin-top: 135px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_slide4 .w1280 .content ul li {
  text-align: center;
  width: 33.3333333333%;
}
.index_slide4 .w1280 .content ul li .img {
  font-size: 0;
}
.index_slide4 .w1280 .content ul li .tips {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 17px;
}
.index_slide4 .w1280 .content ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 14px;
}
.index_slide4 .w1280 .content .wechat {
  text-align: center;
  font-size: 0;
  margin-top: 60px;
}
.index_slide4 .w1280 .content .wechat p {
  font-size: 16px;
  color: #fff;
  margin-top: 18px;
}
.index_slide4 .beian {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.index_slide4 .beian .w1280 {
  display: flex;
  justify-content: space-between;
  height: 78px;
  align-items: center;
  font-size: 14px;
}
.index_slide4 .beian .w1280 a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.index_slide4 .beian .w1280 .textLeft {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.index_slide4 .beian .w1280 .textRight {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1600px) {
  .w1280 {
    width: 80%;
  }
  .down {
    bottom: 20px;
  }
  .index_slide2 .w1280 .content ul {
    margin-top: 40px;
  }
  .index_slide2 .w1280 .content ul li {
    padding: 30px;
  }
  .index_slide4 .w1280 .content ul {
    margin-top: 35px;
  }
  .index_slide4 .w1280 .content .wechat {
    margin-top: 30px;
  }
  .index_slide4 .beian .w1280 {
    height: 50px;
  }
}
@media (max-width: 1440px) {
  .index_slide3 .w1280 {
    width: 76%;
  }
}
@media (max-width: 1366px) {
  .index_slide4 .w1280 .content .wechat {
    margin-top: 15px;
  }
  .index_slide4 .w1280 .content .wechat img {
    width: 90px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .index_slide2 .w1280 .content ul li img {
    height: 75px;
    width: auto;
  }
  .index_slide2 .w1280 .content ul li .tips {
    margin-top: 25px;
  }
}/*# sourceMappingURL=newss.css.map */