@charset "UTF-8";
.frame-footer{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    .tag{
        border-radius: 17px;
        padding: 4px 14px;
        color: rgba(70, 219, 213, 1);
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.frame-pagination {
  display: flex;
  gap: 10px;
  z-index: 10;
}

.pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(206, 206, 206, 1);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}


.pagination-bullet.active {
  width: 30px;
  border-radius: 6px;
  background-color: #00CB98;
  border-color: #00CB98;
}

.cooperate-part {
  padding: 140px 0;
}

.cooperate-part .title {
  margin-bottom: 3.33vw;
}

.cooperate-part .title .line-1 {
  line-height: 50px;
  color: #011128;
  font-size: 36px;
}

.cooperate-part .title .line-2 {
  line-height: 28px;
  color: #999999;
  font-size: 20px;
}

.cooperate-part .cooperate-bg {
  height: 431px;
  width: 1520px;
  background: url("https://img.zhizukj.com/official-website/pc-opera-icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.swiper-part .swiper-container {
  width: 100%;
}

.swiper-part .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-part .swiper-container .swiper-button-next,
.swiper-part .swiper-container .swiper-button-prev {
  color: #fff;
  --swiper-navigation-size: 24px;
  /* 设置按钮大小 */
}

.swiper-part .swiper-container .swiper-button-next {
  right: 8.91vw;
}

.swiper-part .swiper-container .swiper-button-prev {
  left: 8.91vw;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  margin: 0 5px;
}

.swiper-part .swiper-container .swiper-pagination .my-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  /*width: 28px;*/
  /*height: 5px;*/
  border-radius: 10px;
  margin-right: 10px;
  background: #f2f2f2;
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}

.swiper-part .swiper-container .swiper-button-prev{
  left: 8px;
}

.swiper-part .swiper-container .swiper-button-next{
  right: 8px;
}

.swiper-part .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00CB98;
  height: 12px;
  width: 30px;
  /*height: 5px;*/
  /*width: 28px;*/
  opacity: 1;
}

.my-bullet{

}

.top-part {
  position: relative;
}

.top-part .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.top-part .img-box {
  /*width: 100vw;*/
  width: 100%;
}

.top-part .img-box img {
  width: 100%;
  height: auto;
}

.top-part .img-box .app-qr-code {
  position: absolute;
  top: 64%;
  left: 13.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-part .img-box .app-qr-code :first-child {
  width: 9.45vw;
  height: 2.5vw;
  cursor: pointer;
}

.top-part .img-box .app-qr-code :last-child {
  display: none;
  width: 9.45vw;
  height: 9.45vw;
  margin-top: 10px;
}

.top-part .img-box .app-qr-code:hover .qr-code {
  display: block;
}

.top-part .switch-main {
  position: absolute;
  left: 50%;
  bottom: -196px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: #fff;
  width: 1520px;
  padding: 60px 0;
  height: 270px;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(172, 172, 172, 0.12);
          box-shadow: 0px 8px 24px 0px rgba(172, 172, 172, 0.12);
}

.top-part .switch-main .advantage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.top-part .switch-main .advantage ul li {
  width: 33.33%;
  text-align: center;
}

.top-part .switch-main .advantage ul li img {
  width: 74px;
  height: 74px;
  -webkit-transition: .2s;
  transition: .2s;
}

.top-part .switch-main .advantage ul li .ad-txt {
  color: #333333;
}

.top-part .switch-main .advantage ul li .ad-txt > p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.top-part .switch-main .advantage ul li .ad-line {
  width: 26px;
  height: 4px;
  background-color: #333333;
  margin: 0 auto;
  margin-top: 26px;
  border-radius: 2px;
  margin-bottom: 21px;
}

.top-part .switch-main .advantage ul li .ad-intro {
  font-size: 14px;
  line-height: 18px;
  display: none;
  font-weight: 400;
}

.top-part .switch-main .advantage ul li:hover img {
  width: 36px;
  height: 36px;
}

.top-part .switch-main .advantage ul li:hover .ad-intro {
  display: block;
}

.top-part .switch-main .advantage ul li:hover .ad-line {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-part {
  background: #fff;
  padding-top: 340px;
  padding-bottom: 100px;
}

.news-part .news-top {
  margin-bottom: 46px;
}

.news-part .news-top .line-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}

.news-part .news-top .line-1 .title {
  font-size: 36px;
  line-height: 50px;
  color: #011128;
}

.news-part .news-top .line-1 .right {
  cursor: pointer;
  color: #333333;
  font-size: 16px;
}

.news-part .news-top .line-1 .right .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #333333;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.news-part .news-top .line-2 {
  color: #999999;
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
}

.news-part .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-part .news-list .new-box {
  width: 378px;
}

.news-part .news-list .new-box .img-box-wrap {
  height: 212px;
  position: relative;
}

.news-part .news-list .new-box .img-box {
  width: 100%;
  height: 212px;
  overflow: hidden;
}

.news-part .news-list .new-box .img-box img {
  width: 100%;
  height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-part .news-list .new-box .shadow-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 9px 18px 2px rgba(48, 48, 48, 0.1);
          box-shadow: 0 9px 18px 2px rgba(48, 48, 48, 0.1);
}

.news-part .news-list .new-box:hover .shadow-box {
  display: block;
}

.news-part .news-list .new-box .news-title {
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0 6px 0;
  font-weight: 500;
  color: #333333;
}

.news-part .news-list .new-box .news-title:hover {
  color: #00CB98;
}

.news-part .news-list .new-box .news-desc {
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #666666;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 24px;
}

.news-part .news-list .new-box .date {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.top-part-mobile {
  position: relative;
}

.top-part-mobile .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.top-part-mobile .img-box {
  width: 100vw;
  height: auto;
}

.top-part-mobile .img-box img {
  width: 100%;
  height: auto;
}

.top-part-mobile .img-box .img-text {
  width: 100vw;
  position: absolute;
  top: 47.47vw;
  color: #FFFFFF;
  text-align: center;
}

.top-part-mobile .img-box .img-text p {
  margin-bottom: 12px;
}

.top-part-mobile .img-box .down-load-btn {
  display: block;
  position: absolute;
  top: 29%;
  left: 35%;
}

.top-part-mobile .img-box .down-load-btn img {
  width: 106px;
  height: 32px;
}

.news-part-mobile {
  background-image: url("https://img.zhizukj.com/official-website/wap-index-1.png");
  background-size: 100% 100%;
  padding: 12.27vw 20px;
}

.news-part-mobile > p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #011128;
  line-height: 22px;
  margin-bottom: 6.2vw;
}

.news-part-mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-part-mobile ul li {
  width: 33vw;
  text-align: center;
}

.news-part-mobile ul li img {
  width: 8.53vw;
  height: auto;
  margin-bottom: 6px;
}

.news-part-mobile ul li .fz-10 {
  font-size: 12px;
  color: #011128;
  font-weight: 500;
}

.news-part-mobile ul li .fz-8 {
  font-size: 12px;
  -webkit-transform: scale(0.833);
          transform: scale(0.833);
  color: #666666;
  line-height: 16px;
}

.news-mobile {
  padding: 8vw 3.46vw;
}

.news-mobile > .title {
  height: 25px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
}

.news-mobile > .title a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-mobile > .title a img {
  width: 8px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  bottom: 1px;
}

.news-mobile > .title .title-right {
  font-size: 10px;
  height: 22px;
}

.news-mobile > .title .title-right span {
  line-height: 14px;
}

.news-mobile .wap-news-1 {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #999;
  margin-bottom: 26px;
}

.news-mobile ul li img {
  width: 91.5vw;
  height: 51.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-mobile ul li .news-desc {
  margin-top: 10px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-mobile ul li .date {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 0;
  margin-bottom: 28px;
}

.partner-index-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 3.46vw;
}

.partner-index-mobile .title {
  color: #011128;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.partner-index-mobile .eng-title {
  color: #999999;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 16px;
}

.swiper-part-mobile {
  width: 100vw;
  padding: 3.46vw;
  overflow-x: scroll;
  background-color: #F7F9FC;
}

.swiper-part-mobile .swiper-box img {
  width: 100%;
  height: 100%;
}

.swiper-part-mobile ul {
  width: 280vw;
}

.swiper-part-mobile ul li {
  float: left;
  margin-right: 4vw;
}

.swiper-part-mobile ul li img {
  width: 88vw;
  height: 66vw;
}

/*swiper*/
#activitySwiper {
  position: relative;
  max-width: 1520px;
  margin: 0 auto
}

#activitySwiper .swiper-container {
  /*padding-bottom: 60px;*/
  /*padding-top: 20px;*/
  padding: 12px 0 50px;
}

#activitySwiper .swiper-slide {
  width: 570px!important;
  height: 320px;
  background: #fff;
  /*box-shadow: 0 0 12px #ddd;*/
  border-radius: 12px;
}

#imgSwiper .swiper-slide{
  text-align: center;
  border-radius: 12px;
}

#imgSwiper .swiper-slide > img{
  /*width: 900px;*/
  border-radius: 12px;
}

#activitySwiper .swiper-slide img {
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

#activitySwiper .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#activitySwiper .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#activitySwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#activitySwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#activitySwiper .swiper-button-prev,#activitySwiper .swiper-button-next {
  width: 50px;
  height: 50px;
}

#imgSwiper .swiper-button-prev,#imgSwiper .swiper-button-next {
  width: 50px;
  height: 50px;
}

#activitySwiper .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

.swiper-button-prev:after{
  content: 'none' !important;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: url('https://img.zhizukj.com/official-website/v2.0/icon_left.png') no-repeat center;
  background-color: #ffffff;
  background-size: 12px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}

.swiper-button-next:after{
  content: 'none' !important;
  background: url('https://img.zhizukj.com/official-website/v2.0/icon_right.png') no-repeat center;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  background-size: 12px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}

#frameCanvas {
    width: 1520px;
    height: 600px;
    overflow: hidden;
    /* 开启硬件加速 */
    transform: translate3d(0, 0, 0);
    transition: none; /* 禁用CSS过渡，用JS缓动控制 */
    cursor: grab;
    user-select: none;
    -webkit-user-drag: none;
}

.canvas-wrapper {
    position: relative;
    width: 1520px;
    padding-bottom: 50px;
    z-index: 1;
    margin-top: 130px;
}

.carousel-nav-btn {
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.carousel-nav-btn:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.carousel-nav-left {
    left: 20px;
}

.carousel-nav-right {
    right: 20px;
}

#frameCanvas {
    display: block;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}