@CHARSET "UTF-8";
.section5 {
  background-image: url("../img/page1/page1bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
}
.section5 .img5 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowAnimate 1s infinite ease;
}
.section5 .cont {
  width: 1130px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section5 .cont .page5_swiper-button-next,
.section5 .cont .page5_swiper-button-prev {
  position: absolute;
  top: 55%;
  width: 36px;
  height: 36px;
  z-index: 999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5 .cont .page5_swiper-button-next:hover,
.section5 .cont .page5_swiper-button-prev:hover {
  background-color: #4C4C4C;
  border-radius: 50%;
}
.section5 .cont .page5_swiper-button-next {
  right: -60px;
}
.section5 .cont .page5_swiper-button-prev {
  left: -60px;
}
.section5 .cont .swiper-container {
  width: 100%;
}
.section5 .cont .swiper-container .swiper-slide-active .page5_carousel_item .avater {
  width: 300px;
  height: 200px;
}
.section5 .cont .swiper-container .page5_carousel_item {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  cursor: pointer;
}
.section5 .cont .swiper-container .page5_carousel_item:hover .avater img {
  width: 120%;
  height: 120%;
}
.section5 .cont .swiper-container .page5_carousel_item:hover h2 {
  color: #62B0F0;
}
.section5 .cont .swiper-container .page5_carousel_item h2 {
  width: 300px;
  text-align: left;
  font-size: 20px;
  color: #ffffff;
}
.section5 .cont .swiper-container .page5_carousel_item p {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 300px;
  font-size: 16px;
  color: #999999;
}
.section5 .cont .swiper-container .page5_carousel_item .avater {
  width: 300px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.section5 .cont .swiper-container .page5_carousel_item .avater img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
}
.section5 .cont .swiper-container .page5_carousel_item p:last-of-type {
  font-size: 14px;
}
.section5 .cont > h2 {
  font-size: 36px;
  color: #62b0f0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.section5 .cont > h2 img {
  margin-top: 25px;
}