@charset "UTF-8";
.cooperate-part {
  padding: 140px 0;
}

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

.cooperate-part .title .line-1 {
  font-family: PingFangSC-Medium, PingFang SC;
  line-height: 50px;
  color: #011128;
  font-size: 36px;
}

.cooperate-part .title .line-2 {
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 28px;
  color: #999999;
  font-size: 20px;
}

.cooperate-part .cooperate-bg {
  height: 431px;
  width: 1200px;
  background: url("https://zzkj-img.obs.cn-east-3.myhuaweicloud.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-part .swiper-container .swiper-pagination {
  bottom: 3.33vw;
}

.swiper-part .swiper-container .swiper-pagination .my-bullet {
  display: inline-block;
  width: 3.33vw;
  height: 8px;
  border-radius: 0;
  margin-right: 1.667vw;
  background: rgba(255, 255, 255, 0.4);
}

.swiper-part .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.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;
}

.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: 1200px;
  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;
  font-family: PingFangSC-Regular, PingFang SC;
}

.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;
  font-family: 'PingFangSC-Regular, PingFang SC';
}

.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://zzkj-img.obs.cn-east-3.myhuaweicloud.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-family: PingFangSC-Regular, PingFang SC;
  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;
  font-family: PingFangSC-Medium, PingFang SC;
}

.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;
  font-family: PingFangSC-Regular, PingFang SC;
}

.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;
  font-family: PingFangSC-Regular, PingFang SC;
}

.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;
  font-family: PingFangSC-Medium, PingFang SC;
}

.news-mobile ul li .date {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  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;
  font-family: PingFangSC-Regular, PingFang SC;
}

.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;
}
/*# sourceMappingURL=index.css.map */