/* ====== 轮播 start ====== */

.index_screenSwiper {
  width: 100%;
  height: 100%;
}

.index_screenSwiperBanner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_screenSwiper .swiper-slide a {
  display: block;
}

.index_screenPagination.swiper-pagination-bullets {
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_screenPagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  opacity: 1;
  margin: 0px 14px !important;
}

.index_screenPagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../images/index_swiperActive.png) 50% 50% no-repeat;
  width: 50px;
  height: 50px;
}

/* ====== 轮播 end ====== */
/* ====== 一站式服务 start ====== */
.index_oneService {
  height: 1000px;
  background: url(../images/index_bg_1.png) 50% 50% no-repeat;
  background-size: cover;
}

.index_oneService_left {
  width: 550px;
}
.index_oneService_product {
  display: none;
}
.index_oneService_product.index_oneService_product_active {
  display: block;
  padding-bottom: 20px;
}
.index_oneService_left .index_title {
  text-align: left;
  color: #0161d9;
}
.index_oneService_productDesc,
.index_intro {
  color: #666;
}
.index_oneService_productTitle {
  color: #1a1a1a;
}
.index_oneService_productDesc {
  line-height: 26px;
  height: 78px;
}
.index_oneService_rightContent {
  width: 734px;
  height: 734px;
  background: url(../images/index_oneService_rightContent.png) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.index_oneService_rightBig {
  width: 554px;
  height: 554px;
  background: #ffffff;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.index_oneService_rightBig_img {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  text-align: center;
  line-height: 480px;
}
.index_oneService_rightBig_img > img {
  max-width: 480px;
  max-height: 480px;
  display: inline-block;
}
.index_oneService_product_img {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #ffffff;
  text-align: center;
  line-height: 90px;
  overflow: hidden;
}
.index_productList_active .index_oneService_product_img {
  border-color: #107aff;
}
.index_oneService_product_img > img {
  max-width: 90px;
  max-height: 90px;
  display: inline-block;
}
.index_oneService_product_name {
  width: 160px;
  color: #1a1a1a;
}
.index_oneService_productList li {
  cursor: pointer;
  overflow: hidden;
}
.index_productList_4,
.index_productList_1 {
  position: absolute;
  left: 480px;
}
.index_productList_1 {
  top: -10px;
}
.index_productList_4 {
  top: 650px;
}
.index_productList_3,
.index_productList_2 {
  position: absolute;
  left: 650px;
}
.index_productList_2 {
  top: 150px;
}
.index_productList_3 {
  top: 450px;
}
/* ====== 一站式服务 end ====== */

/* ====== 产品与应用 start ====== */
.index_product_icon_title,
.index_productTitle {
  color: #fff;
}
.index_productTitle {
  text-align: center;
  width: 100%;
}

.index_product {
  height: 1000px;
  position: relative;
}
.index_product_mask {
  background: rgba(000, 000, 000, 0.4);
  width: 100%;
  height: 100%;
}
.index_productDesc {
  width: 700px;
  line-height: 26px;
}
.index_product_list {
  margin-top: 200px;
  width: 100%;
}
.index_product_list li {
  cursor: pointer;
}
.index_product_list li img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.index_product_list_active .index_product_icon_title {
  font-weight: bold;
}
/* ====== 产品与应用 end ====== */

/* ====== 培训中心 start ====== */
.index_trainTitle {
  color: #333;
  text-align: center;
}

.guarantee h3 {
  color: #333;
  font-weight: bolder;
  margin-bottom: 60px;
}

/* 轮播 */
.publicSwiper {
  height: auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.imgSwiper {
  position: relative;
}

.publicSwiper .swiper-wrapper {
  align-items: center;
}

.publicSwiper .swiper-slide {
  position: relative;
  opacity: 0.35;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.publicSwiper .slideImg {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.publicSwiper .slideImg .index_train_video,
.publicSwiper .slideImg img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 840px;
  height: 472px;
  object-fit: cover;
}
.publicSwiper .slideImg .index_train_video,
.publicSwiper .swiper-slide p {
  display: none;
}

.publicSwiper .swiper-slide-active {
  z-index: 2;
  transform: scale(1.2);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.publicSwiper .swiper-button-prev,
.publicSwiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  display: block;
  width: 50px;
  height: 50px;
}

.publicSwiper .swiper-button-prev {
  left: 3%;
  background: url(../images/prev_default.png) no-repeat center center;
  background-size: 100% 100%;
}
.publicSwiper .swiper-button-prev:hover {
  background: url(../images/prev_hover.png) no-repeat center center;
  background-size: 100% 100%;
}

.publicSwiper .swiper-button-next {
  right: 3%;
  background: url(../images/next_default.png) no-repeat center center;
  background-size: 100% 100%;
}
.publicSwiper .swiper-button-next:hover {
  background: url(../images/next_hover.png) no-repeat center center;
  background-size: 100% 100%;
}

.conTxt {
  margin-top: 10px;
}
.publicSwiper .slideImg img.index_train_play {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  cursor: pointer;
  top: 50%;
  left: 50%;
  display: none;
}
.publicSwiper .swiper-slide-active .slideImg img.index_train_play {
  display: block;
}
.index_train_link {
  margin-left: auto;
  margin-right: auto;
}

/* ====== 培训中心 end ====== */
.index_screenSwiperVideo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .index_screenPagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../images/index_swiperActive.png) 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    margin: 0px 5px !important;
    background-size: contain;
  }
  .index_screenPagination .swiper-pagination-bullet {
    margin: 0px 5px !important;
  }
  .index_screenPagination.swiper-pagination-bullets {
    bottom: 10px;
  }
  .top100 {
    top: 50px;
  }
  .top100 + .top100 {
    top:20px;
  }

  /* ====== 一站式服务 响应式 start ====== */
  .index_oneService {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index_oneService_left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .index_oneService_right {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .index_oneService_rightContent {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-width: 400px;
    margin: 0 auto;
    background-size: contain;
    background: none;
  }
  .index_oneService_rightBig {
    width: 100%;
    height: auto;
    padding-top: 80%;
    padding-bottom: 0;
    position: relative;
    top: 0px;
    left: 0px;
    transform: translate(0%, 0%);
    background-color: transparent;
  }
  .index_oneService_rightBig_img {
    width: 100%;
    height: 100%;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
  }
  .index_oneService_rightBig_img > img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index_oneService_productList {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .index_oneService_productList li {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .index_oneService_productList li:last-child {
    margin-bottom: 0;
  }
  .index_oneService_product_img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    flex-shrink: 0;
  }
  .index_oneService_product_img > img {
    max-width: 70px;
    max-height: 70px;
  }
  .index_oneService_product_name {
    width: calc(100% - 100px);
    margin-left: 15px;
  }
  .index_oneService_product {
    margin-top: 30px;
  }
  .index_oneService_product:first-of-type {
    margin-top: 20px;
  }
  .index_oneService_productDesc {
    height: auto;
    margin-top: 15px;
  }
  /* ====== 一站式服务 响应式 end ====== */

  /* ====== 产品与应用 响应式 start ====== */
  .index_product {
    height: auto;
    min-height: 490px;
  }
  .index_train,
  .index_product_mask {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index_product_mask {
    height: auto;
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
  }
  .index_productTitle {
    margin-bottom: 0px;
  }
  .index_productContent {
    margin-top: 20px;
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .index_productContent:first-child {
    margin-top: 0;
  }
  .index_productDesc {
    width: 100%;
  }
  .index_product_list {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 4%;
  }
  .index_product_list li {
    width: 30%;
    margin-bottom: 20px;
    margin-right: 3%;
  }
  .index_product_list li:nth-child(3n) {
    margin-right: 0;
  }
  .index_product_list li img {
    width: 50px;
    height: 50px;
  }
  .index_product_icon_title {
    font-size: 14px;
    margin-top: 10px;
  }
  .index_productContent .fontSize_36 {
    font-size: 20px;
  }

  /* ====== 产品与应用 响应式 end ====== */

  /* ====== 培训中心 响应式 start ====== */

  .index_trainTitle {
    margin-bottom: 0px;
  }

  .publicSwiper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .publicSwiper .slideImg {
    padding-top: 56%;
  }
  .publicSwiper .slideImg img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .publicSwiper .slideImg .index_train_video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .publicSwiper .swiper-slide-active {
    transform: scale(1);
  }
  .publicSwiper .swiper-button-prev,
  .publicSwiper .swiper-button-next {
    width: 30px;
    height: 30px;
    display: none;
  }
  .publicSwiper .slideImg img.index_train_play {
    width: 60px;
    height: 60px;
  }
  .index_train_link {
    margin-top: 30px;
  }
  /* ====== 培训中心 响应式 end ====== */
  .index_download_tabs li {
    padding-bottom: 10px;
  }
}
