:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.bannerSwiperRightText {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  height: 512px;
  box-sizing: content-box;
}
.bannerSwiperRightText a[href='javascript:void(0)'] {
  cursor: default;
}
.bannerSwiperRightText .banner_img_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  margin: 0;
}
.bannerSwiperRightText .swiper-container {
  height: 100%;
}
.bannerSwiperRightText .swiper-container .swiper-slide {
  overflow: hidden;
}
.bannerSwiperRightText .center-container {
  width: 1280px;
  margin: auto;
}
.bannerSwiperRightText .center-container.pagination-container {
  z-index: 10;
  height: auto;
  top: unset;
  bottom: 0;
}
.bannerSwiperRightText img {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  backface-visibility:hidden;
}
.bannerSwiperRightText .pad-img {
  display: none;
}
.bannerSwiperRightText .mob-img {
  display: none;
}
.bannerSwiperRightText .pagination-container {
  position: relative;
}
.bannerSwiperRightText .item-container {
  position: relative;
}
.bannerSwiperRightText .item-container .content-container {
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 10;
}
.bannerSwiperRightText .item-container .content-container h2 {
  margin-bottom: 16px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 240px;
}
.bannerSwiperRightText .item-container .content-container h6 {
  margin-bottom: 4px;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.6;
  font-size: 14px;
}
.bannerSwiperRightText .item-container .content-container .description {
  /* margin-bottom: 40px; */
  color: #FFFFFF;
  letter-spacing: 0.1px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: 120px;
}
.bannerSwiperRightText .item-container .content-container .cms-text-btn-link {
  color: #FFF;
}
.bannerSwiperRightText .swiper-pagination {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: 32px !important;
  left: 0px !important;
  width: auto !important;
}
.bannerSwiperRightText .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0;
  margin-right: 40px;
  background: #9B9B9B;
  opacity: 1;
}
.bannerSwiperRightText .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.bannerSwiperRightText .swiper-pagination .swiper-pagination-bullet svg {
  position: absolute;
  top: -100%;
  right: -100%;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.bannerSwiperRightText .swiper-pagination .swiper-pagination-bullet svg .progress-circle {
  stroke: transparent;
}
.bannerSwiperRightText .swiper-pagination .swiper-pagination-bullet-active {
  background: #EEEEEE;
  position: relative;
  width: 10px;
  height: 10px;
}
.bannerSwiperRightText .swiper-pagination .swiper-pagination-bullet-active svg .progress-circle {
  stroke: #eee;
}
.bannerSwiperRightText .swiper-pagination .swiper-pagination-bullet-active svg .animation-class {
  animation: showCircle 3s linear forwards;
}
@keyframes showCircle {
  to {
    stroke-dashoffset: 0px;
  }
}
/* Firefox */
@-moz-keyframes showCircle {
  to {
    stroke-dashoffset: 0px;
  }
}
/* Safari 和 Chrome */
@-webkit-keyframes showCircle {
  to {
    stroke-dashoffset: 0px;
  }
}
/* Opera */
@-o-keyframes showCircle {
  to {
    stroke-dashoffset: 0px;
  }
}
.bannerSwiperRightText.darkTheme .item-container .content-container,
.bannerSwiperRightText.darkTheme .item-container .content-container h2 {
  color: #fff;
}
.bannerSwiperRightText .item-container .content-container .cms-text-btn {
  margin-top: 40px;
  font-size: 13px;
}
.bannerSwiperRightText .content-container .cms-text-btn:nth-of-type(n + 2) {
  margin-left: 16px;
}
.bannerSwiperRightText .item-container .content-container .cms-text-btn-link:hover {
  text-decoration: underline;
}
.bannerSwiperRightText.darkTheme .swiper-pagination .swiper-pagination-bullet {
  background: #9B9B9B;
}
.bannerSwiperRightText.darkTheme .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
  background: #EEEEEE;
}
.bannerSwiperRightText.darkTheme .swiper-pagination .swiper-pagination-bullet-active svg .progress-circle {
  stroke: #eee;
}
.bannerSwiperRightText.lightTheme .item-container .content-container,
.bannerSwiperRightText.lightTheme .item-container .content-container h2,
.bannerSwiperRightText.lightTheme .item-container .content-container h6,
.bannerSwiperRightText.lightTheme .item-container .content-container .description,
.bannerSwiperRightText.lightTheme .item-container .content-container .cms-text-btn-link {
  color: #333;
}
.bannerSwiperRightText.lightTheme .swiper-pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, .5);
}
.bannerSwiperRightText.lightTheme .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.bannerSwiperRightText.lightTheme .swiper-pagination .swiper-pagination-bullet-active svg .progress-circle {
  stroke: #000;
}
.bannerSwiperRightText .item-container .bannerSwiperRightText_video .bannerSwiperRightText_video_paly {
  position: relative;
  height: 32px;
  width: 32px;
  background-image: url(/system/modules/org.opencms.portal.template.core/resources/images/homepage/play_img.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  cursor: pointer;
  z-index: 20;
}
.bannerSwiperRightText.lightTheme .item-container .bannerSwiperRightText_video .bannerSwiperRightText_video_paly {
  background-image: url(/system/modules/org.opencms.portal.template.core/resources/images/homepage/play_img_light.svg);
}
.bannerSwiperRightText.darkTheme .item-container .bannerSwiperRightText_video .bannerSwiperRightText_video_paly {
  background-image: url(/system/modules/org.opencms.portal.template.core/resources/images/homepage/play_img.svg);
}

.item-container.lightTheme .content-container h2,
.item-container.lightTheme .content-container h6,
.item-container.lightTheme .content-container .description,
.item-container.lightTheme .content-container .cms-text-btn-link,
.item-container.lightTheme .bannerSwiperRightText_video .bannerSwiperRightText_video_text {
    color: #333 !important;
}
.item-container.darkTheme .content-container h2,
.item-container.darkTheme .content-container h6,
.item-container.darkTheme .content-container .description,
.item-container.darkTheme .content-container .cms-text-btn-link,
.item-container.darkTheme .bannerSwiperRightText_video .bannerSwiperRightText_video_text {
    color: #fff !important;
}
.item-container.lightTheme .bannerSwiperRightText_video .bannerSwiperRightText_video_paly {
  background-image: url(/system/modules/org.opencms.portal.template.core/resources/images/homepage/play_img_light.svg) !important;
}
.item-container.darkTheme .bannerSwiperRightText_video .bannerSwiperRightText_video_paly {
  background-image: url(/system/modules/org.opencms.portal.template.core/resources/images/homepage/play_img.svg) !important;
}

.anchor {
    position: relative;
    top: -200px;
}

.bannerSwiperRightText .pc_dom video {
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  object-fit: cover;
  height: auto !important;
}

.bannerSwiperRightText .item-container .bannerSwiperRightText_video {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
}

.bannerSwiperRightText .video_div {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.bannerSwiperRightText .videoPlayerArea {
  width: 100%;
  height: 100%;
}

.bannerSwiperRightText .video_Text {
  display: inline-block;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
  vertical-align: middle;
  font-weight: 400;
}

.bannerSwiperRightText .videoContentArea {
  position: absolute;
  bottom: 32px;
  width: 100%;
}

.bannerSwiperRightText .video-layer-template {
  width: 100% !important;
  height: 100% !important;
  z-index: 9;
  outline: none;
}

.bannerSwiperRightText .close_video {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url(../images/video_layer/close-large.png) no-repeat;
  z-index: 19;
}

@media only screen and (max-width: 900px) {
    .anchor {
        top: -114px;
    }
}

@media (max-width: 1200px) {
  .bannerSwiperRightText .swiper-pagination {
    left: 32px !important;
    bottom: 32px !important;
    transform: none;
  }
}
@media screen and (max-width: 720px) {
  .bannerSwiperRightText {
    height: auto;
  }
  .bannerSwiperRightText #startvideo {
    display: none;
  }
  .bannerSwiperRightText .swiper-container {
    height: auto;
  }
  .bannerSwiperRightText .center-container {
    width: 100%;
    margin: 0;
  }
  .bannerSwiperRightText img {
    width: 100%;
    height: auto;
    position: relative;
    left: unset;
    top: unset;
    transform: none;
  }
  .bannerSwiperRightText .pc-img {
    display: none;
  }
  .bannerSwiperRightText .pad-img {
    display: none;
  }
  .bannerSwiperRightText .mob-img {
    display: block;
  }
  .bannerSwiperRightText .item-container .content-container {
    top: 32px;
    padding: 0 16px;
  }
  .bannerSwiperRightText .item-container .content-container h6 {
    opacity: 0.6;
    font-size: 12px;
    letter-spacing: 0.09px;
    line-height: 16px;
  }
  .bannerSwiperRightText .item-container .content-container h2 {
    font-size: 28px;
    line-height: 32px;
    max-height: 160px;
  }
  .bannerSwiperRightText .item-container .content-container .description {
    font-size: 12px;
    line-height: 16px;
    max-height: 96px;
  }
  .bannerSwiperRightText .content-container .btn_group {
    display: inline-flex;
    flex-direction: column;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .bannerSwiperRightText.darkTheme .item-container .content-container .cms-text-btn {
    margin-top: 32px;
  }
  .bannerSwiperRightText .item-container .content-container .cms-text-btn:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 16px;
  }  
  .bannerSwiperRightText .center-container .content-container.text-left{    
    margin-left: 16px;
  }
}
@media (min-width: 1441px) {
  .bannerSwiperRightText .center-container .content-container.text-left{    
    max-width: 640px;
    margin-left: 54px;
  } 
}
@media (min-width: 1201px) {
    .bannerSwiperRightText .item-container .content-container {
        transform: translateY(-50%);
    }
    .bannerSwiperRightText .center-container .content-container.text-left{    
      max-width: 544px;
      margin-left: 45px;
    } 
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .bannerSwiperRightText .center-container {
    width: 1088px;
    margin: 0 auto;
  }
}
@media (min-width: 721px) and (max-width: 1200px) {
  .bannerSwiperRightText {
    height: 728px;
  }
  .bannerSwiperRightText .center-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .bannerSwiperRightText .center-container .content-container {
    top: 64px;
    right: 0;
  }
  .bannerSwiperRightText .pc-img {
    display: none;
  }
  .bannerSwiperRightText .pad-img {
    display: block;
  }
  .bannerSwiperRightText .mob-img {
    display: none;
  }
  .bannerSwiperRightText .item-container .content-container {
    left: 0;
  }
  .bannerSwiperRightText .swiper-pagination {
    left: 0 !important;
  }
}