.hopesgear-banner.content-middle {
  text-align: center; }

.hopesgear-banner.content-left {
  text-align: left; }

.hopesgear-banner.content-right {
  text-align: right; }

.hopesgear-banner {
  width: 100%;
  background-color: black;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px;
  background-position: 50% 50%; }

.hopesgear-banner .con {
  width: 100%;
  height: 764px; }

.hopesgear-banner .banner_con {
  color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%; }

.hopesgear-banner .swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  position: relative; }

.hopesgear-banner .swiper-slide .img {
  width: 100%;
  height: 764px;
  position: absolute;
  transform: translateX(10%);
  transition: all 2s cubic-bezier(0.2, 0.8, 0.5, 1);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0; }

.hopesgear-banner .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.hopesgear-banner .swiper-slide.swiper-slide-active .img {
  opacity: 1;
  transition-delay: .6s;
  transform: translateX(0); }

.hopesgear-banner .banner_con .left,
.hopesgear-banner .banner_con .right {
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  width: 60px;
  height: 60px; }

.hopesgear-banner .banner_con .left {
  left: 10px; }

.hopesgear-banner .banner_con .right {
  right: 10px; }

.hopesgear-banner .left .left_l,
.hopesgear-banner .right .right_r {
  position: absolute;
  display: block;
  width: 60%;
  height: 0;
  border-bottom: 1px solid;
  top: 50%;
  transition: .4s; }

.hopesgear-banner .left .left_l:after,
.hopesgear-banner .right .right_r:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid;
  border-top: none;
  border-right: none;
  top: 0;
  margin-top: -4px; }

.hopesgear-banner .left .left_l:after {
  left: 0;
  transform: rotate(45deg); }

.hopesgear-banner .right .right_r:after {
  right: 0;
  transform: rotate(-135deg); }

.hopesgear-banner .left .left_l {
  left: 30%; }

.hopesgear-banner .right .right_r {
  right: 30%; }

.hopesgear-banner .left:hover .left_l {
  left: 15%; }

.hopesgear-banner .right:hover .right_r {
  right: 15%; }

.hopesgear-banner .banner_con .swiper-pagination {
  width: 20px;
  left: auto;
  right: 80px;
  bottom: 50%;
  transform: translateY(50%);
  line-height: 20px;
  text-align: center;
  font-size: 12px; }

.hopesgear-banner .banner_con .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: auto;
  height: auto;
  background: none !important;
  margin-bottom: 30px;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 1; }

.hopesgear-banner .banner_con .swiper-pagination .swiper-pagination-bullet span {
  opacity: .5;
  letter-spacing: 1px; }

.hopesgear-banner .banner_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  opacity: 1; }

.hopesgear-banner .banner_con .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  height: 20px;
  border-left: 1px solid;
  width: 0;
  left: 50%;
  opacity: .5; }

.hopesgear-banner .banner_con .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0; }

.hopesgear-banner .banner_con .swiper-pagination .swiper-pagination-bullet:last-child:after {
  display: none; }

@media (max-width: 768px) {
  .hopesgear-banner .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
  .hopesgear-banner .banner_con .left,
  .hopesgear-banner .banner_con .right {
    display: none; }
  .hopesgear-banner .con {
    height: auto; }
  .hopesgear-banner .banner_con .swiper-pagination {
    right: 20px; }
  .hopesgear-banner .swiper-slide .img {
    padding: 0;
    height: auto;
    position: relative; } }
