.index_03 {
  display: flex;
  position: relative;
}
.index_03 .item {
  width: 33.3%;
  height: 530px;
  color: #fff;
}
.index_03 .item .fadein {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
}
.index_03 .item .fadein:hover img{
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.index_03 .item .fadein:hover .xq:hover {
  width: 200px;
  background-color: #fff;
  border-color: #fff;
  color: #0a64c8;
}
.index_03 .item .line {
  height: 3px;
  width: 42px;
  background: #fff;
}
.index_03 .item span {
  margin: 16px 0 25px;
  font-size: 28px;
}
.index_03 .item img {
  width: 80px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.index_03 .item .xq {
  width: 150px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: #fff 1px solid;
  line-height: 40px;
  border-radius: 50px;
  margin-bottom: 50px;
  transition: all ease 0.5s;
}
.index_03 .item1 {
  background: rgba(0, 0, 0, 0.6) url(../../material/images/001.png) no-repeat;
  background-size: contain;
}
.index_03 .item2 {
  background: url(../../material/images/002.png) no-repeat;
  background-size: contain;
}
.index_03 .item3 {
  background: url(../../material/images/003.png) no-repeat;
  background-size: contain;
}
.index_03 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  mix-blend-mode: multiply;
}
.qyry {
  width: 100%;
  height: 330px;
  padding-top: 10px;
}
.qyry .swiper-slide {
  width: 75% !important;
}
.qyry .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: fill;
  transform: scale(0.9);
}
.swiper-slide-active > .conter .fadeInUp {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.swiper-slide-active > .conter .fadeIndown {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIndown;
  -moz-animation-name: fadeIndown;
  -o-animation-name: fadeIndown;
  animation-name: fadeIndown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@keyframes fadeIndown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
