@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://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;
}

.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: 12px;
  /*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: 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://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-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;
}

/*swiper*/
#activitySwiper {
  position: relative;
  max-width: 1200px;
  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;*/
  margin-bottom: 50px;
  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://eastelectricity.com//assets/addons/east/image/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);
}


.container {
  width: 1200px;
  margin: 0 auto;
}



/* 服务 */
.service .tab{
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .service .tab{
    display: block;
    width: auto;
  }
}
.service .tab_list {
  height: 450px;
}
.service .tab_list ul {
  height: 100%;
  margin-right: -1px;
}
.service .tab_list li{
  display: table;
  width: 100%;
  height: 33.4%;
  padding: 0 32px;
  background:rgba(249,249,249,1);
  cursor: pointer;
}
@media screen and (max-width: 768px) and (min-width: 414px){
  .service .tab_list li {
    padding: 0 8px;
  }
}
.service .tab_list li.active {
  background: #00d67a;
}
.service .tab_list li h6,
.service .tab_list li p {
  white-space: normal;
}
.service .tab_list li p {
  margin-top: 8px;
}
.service .tab_list li.active h6 {
  color:#fff;
}
.service .tab_list li.active p {
  color: rgba(255,255,255,0.8)
}
@media screen and (min-width: 768px) {
  .service .tab_list li h6 {
    line-height: 28px;
  }
  .service .tab_list li p {
    line-height: 16px;
  }
}
.service .tab_list dl {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.service .tab_list dt,
.service .tab_list dd {
  display: inline-block;
  vertical-align: middle;
}
.service .tab_list dd {
  max-width: 80%;
}
.service .tab_list dt img {
  width: 36px;
  visibility: hidden;
}
.service .tab_list li.active dt img {
  visibility: visible;
}
.service .tab_content {
  position: relative;
  height: 450px;
  overflow: hidden;
  background-color: rgba(249,249,249,1);
}
.service .tab_content > div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://eastelectricity.com/assets/addons/east/image/solution2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  /* visibility: hidden;
  opacity: 0;
  height: 0; */
  /* display: block; */
  /* transition: opacity .3s; */
}
.service .tab_content > div a {
  display: block;
  width: 100%;
  height: 100%;
}
.service .tab_content div:nth-child(2) {
  background-image: url(https://eastelectricity.com/assets/addons/east/image/solution1.jpg);
}
.service .tab_content div:nth-child(3) {
  background-image: url(https://eastelectricity.com/assets/addons/east/image/solution3.jpg);
}
.service_mobile {
  margin-top: 56px;
}
.service_mobile dt img {
  width: 95%;
}
.service_mobile dd {
  padding: 20px 24px;
  background: #F9F9F9;
  margin-bottom: 16px;
}

.video-part {
  /*display: flex;*/
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 80px;
}

.culture-video {
  max-width: 1140px;
  border-radius: 12px;
  filter: brightness(0.9);
}

@media screen and (max-width:1200px){
  .pcshow{
    display:none;
  }

  .h5md{
    width:96%;
  }

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

  .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: 12px;
    /*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: 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://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-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;
  }

  /*swiper*/
  #activitySwiper {
    position: relative;
    max-width: 1200px;
    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;*/
    margin-bottom: 50px;
    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);
  }


  .container {
    width: 1200px;
    margin: 0 auto;
  }



  /* 服务 */
  .service .tab{
    margin-top: 20px;
  }
  @media screen and (min-width: 992px) {
    .service .tab{
      display: block;
      width: auto;
    }
  }
  .service .tab_list {
    height: 200px;
    width: 95%;
  }
  .service .tab_list ul {
    height: 100%;
    /*margin-top: 30px;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .service .tab_list li{
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px 32px 0;
    background:rgba(249,249,249,1);
    cursor: pointer;

  }
  @media screen and (max-width: 768px) and (min-width: 414px){
    .service .tab_list li {
      padding: 0 8px;
    }
  }
  .service .tab_list li.active {
    background: #00d67a;
  }
  .service .tab_list li h6,
  .service .tab_list li p {
    white-space: normal;
  }
  .service .tab_list li p {
    margin-top: 8px;
  }
  .service .tab_list li.active h6 {
    color:#fff;
  }
  .service .tab_list li.active p {
    color: rgba(255,255,255,0.8)
  }
  @media screen and (min-width: 768px) {
    .service .tab_list li h6 {
      line-height: 60px;
      font-size: 42px;
    }
    .service .tab_list li p {
      line-height: 52px;
      font-size: 36px;
      height: 115px;
    }
  }
  .service .tab_list dl {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
  }
  .service .tab_list dt,
  .service .tab_list dd {
    display: inline-block;
    vertical-align: middle;
  }
  .service .tab_list dd {
    max-width: 100%;
    font-size: 36px;
  }
  .service .tab_list dt img {
    width: 80px;
    visibility: hidden;
  }
  .service .tab_list li.active dt img {
    visibility: visible;
  }
  .service .tab_content {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: rgba(249,249,249,1);
  }
  .service .tab_content > div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://eastelectricity.com/assets/addons/east/image/solution1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 100%;
    /* visibility: hidden;
    opacity: 0;
    height: 0; */
    /* display: block; */
    /* transition: opacity .3s; */
  }
  .service .tab_content > div a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .service .tab_content div:nth-child(2) {
    background-image: url(https://eastelectricity.com/assets/addons/east/image/solution2.jpg);
  }
  .service .tab_content div:nth-child(3) {
    background-image: url(https://eastelectricity.com/assets/addons/east/image/solution3.jpg);
  }
  .service_mobile {
    margin-top: 56px;
  }
  .service_mobile dt img {
    width: 95%;
  }
  .service_mobile dd {
    padding: 20px 24px;
    background: #F9F9F9;
    margin-bottom: 16px;
  }

  .video-part {
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 80px;
  }

  .culture-video {
    max-width: 1140px;
    border-radius: 12px;
    filter: brightness(0.9);
  }
}
