.indexF {
  padding: 65px 0;
  background: #fff;
}
.indexF .list {
  position: relative;
}
.indexF .swiper-slide {
  min-height: 800px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.indexF .swiper-slide .pic {
  width: 50%;
  display: block;
}
.indexF .swiper-slide .pic img {
  width: 100%;
}
.indexF .swiper-slide .t {
  display: inline-block;
  width: calc(50% + 40px);
 height: 800px;
  position: relative;
  padding: 50px 50px 160px;
  box-sizing: border-box;
  background: #000009;
  margin: 80px 0 0 -40px;
}

@media screen and (max-width: 1024px) {
.indexF .swiper-slide .t {
  heigth:800px;
}
}
.indexF .swiper-slide .t h5 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  overflow: hidden;
  text-transform: inherit;
}
.indexF .swiper-slide .t h5 a:hover {
  color: #fff;
  text-decoration: underline;
}
.indexF .swiper-slide .t p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 35px 0 0;
  letter-spacing: 0.2px;
}
.indexF .swiper-slide .t .more {
  width: 135px;
  margin: 40px 0 0;
  border: 1px solid #fff;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.indexF .swiper-slide .t .more:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}

.indexF .swiper-pagination {
  position: absolute;
  bottom: 55px;
  right: 5%!important;
  left: auto;
  width: 40%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.indexF .swiper-pagination-bullet {
  -webkit-flex: 1;
  flex: 1;
  width: auto;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-family: Arial;
  border-radius: 0;
  color: #fff;
  opacity: 1;
  background: none;
  position: relative;
}
.indexF .swiper-pagination-bullet::after {
  display: none;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.indexF .swiper-pagination-bullet-active {
  color: #fff;
  background: none;
}
.indexF .swiper-pagination-bullet-active::after {
  display: block;
}

@media screen and (max-width: 768px) {
  .indexF {
    padding: 0;
    background-color: #000009;
  }
  .indexF .swiper-slide .pic {
    width: 100%;
  }
  .indexF .swiper-slide .t {
    width: 100%;
    margin: 0;
  }
  .indexF .swiper-slide {
    flex-direction: column;
    align-items: center;
  }
}
