/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/





if (window.innerWidth > 980) {
  var shantou_box = new Swiper('.shantou_box .swiper-container', {
    slidesPerView: 3,
    spaceBetween: 60,
    centeredSlides: true,
    loop: true,
    grabCursor : true,
    autoplay: {
      delay: 2500,
      disableOnInteraction: false,
    },
  });
}


if (window.innerWidth <= 980) {
  var shantou_box = new Swiper('.shantou_box .swiper-container', {
    slidesPerView: 1.5,
    spaceBetween: 30,
    centeredSlides: false,
    loop: true,

    autoplay: {
      delay: 2500,
      disableOnInteraction: false,
    },
  });
}











$('.shantou_ys_box li').mouseenter(function () {
  $(this).addClass('on').siblings('li').removeClass('on')
})

$('.banner_box span').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.2s')
  $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
})



$('.shantou_worry_bg .shantou_worry_txt').each(function (index) {
  $(this).addClass('wow fadeInLeft')
  $(this).attr('data-wow-duration', '1.5s')
  $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
})

$('.shantou_worry_bg .shantou_worry_list').each(function (index) {
  $(this).addClass('wow fadeInRight')
  $(this).attr('data-wow-duration', '1.2s')
  $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
})


// $('.shantou_worry_bg .shantou_worry_box').each(function (index) {
//   $(this).addClass('wow fadeInLeft')
//   $(this).attr('data-wow-duration', '1.7s')
//   $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
// })

$('.shantou_ys .shantou_ys_title').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.2s')
  $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
})

$('.shantou_ys li').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.2s')
  $(this).attr('data-wow-delay', (index + 1) * 0.3 + 's')
})


// $('.media_report_bg .pic').each(function (index) {
//   $(this).addClass('wow fadeInLeft')
//   $(this).attr('data-wow-duration', '1.7s')
//   $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
// })

// $('.media_report_bg .txt').each(function (index) {
//   $(this).addClass('wow fadeInRight')
//   $(this).attr('data-wow-duration', '1.5s')
//   $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
// })

$('.media_banner h5').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.2s')
  $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
})

$('.media_banner i').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.2s')
  $(this).attr('data-wow-delay', (index + 1) * 0.8 + 's')
})

$('.media_banner span').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.2s')
  $(this).attr('data-wow-delay', (index + 1) * 1 + 's')
})


$('.qchy_insight .sj_qchy_title').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.7s')
  $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
})

// $('.qchy_insight_box li').each(function (index) {
//   $(this).addClass('wow fadeInUp')
//   $(this).attr('data-wow-duration', '1.7s')
//   $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
// })

$('.qchy_te .sj_qchy_title').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.7s')
  $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
})


$('.qchy_solution_bg .sj_qchy_title').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.7s')
  $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
})

$('.qchy_te_box li').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1s')
  $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
})

$('.qchy_banner h5').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.2s')
  $(this).attr('data-wow-delay', (index + 1) * 0.5 + 's')
})

$('.qchy_banner p').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.2s')
  $(this).attr('data-wow-delay', (index + 1) * 0.8 + 's')
})

$('.qchy_banner span').each(function (index) {
  $(this).addClass('wow fadeInUp')
  $(this).attr('data-wow-duration', '1.2s')
  $(this).attr('data-wow-delay', (index + 1) * 1 + 's')
})

new WOW().init()