/*banner*/
.body {
  background-color: #FFF;
  perspective: 800px;
}

.a-ten {
  display: block;
  height: 100%;
  width: 100%;
}

.ten_main h2 {
  font-size: 6rem !important;
  line-height: 1.4em !important;
  font-family: 'Microsoft YaHei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold !important;
  letter-spacing: 0.5rem !important;
}

.banner_area {
  display: block;
  height: 780px;
  width: 100%;
  position: relative;
  margin-top: -72px;
  overflow: hidden;
}

.app-section {
  display: none;
}

.banner_bg {
  display: block;
  height: 780px;
  width: 100%;
  background: #000;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.banner_txt {
  display: block;
  width: 640px;
  height: 81px;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: 'TencentSansw3';
  letter-spacing: 18px;
}

.banner_txt .hook_area {
  display: block;
  height: 100px;
  width: 150px;
  position: absolute;
  left: 157px;
  top: -9px;
  overflow: hidden;
  /* -webkit-mask: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1) 30%,rgba(0,0,0,1) 70%,rgba(0,0,0,0)); */
}

.banner_txt .txt {
  display: none;
}

.banner_txt .hook_area .word {
  display: block;
  height: 81px;
  min-width: 160px;
  position: absolute;
  left: 0px;
  top: 9px;
  color: #fff;
  font-size: 54px;
  font-style: normal;
  text-align: left;
}

.banner_txt .txtbox {
  display: inline-table;
}

.banner_txt .txtbox p {
  display: inline-block;
  color: #fff;
  font-size: 54px;
}

.banner_txt .txtbox .ltxt {
  margin-right: 180px;
}

.en-us .banner_txt {
  width: 440px;
  height: 150px;
  letter-spacing: 0;
  top: 38%;
}

.en-us .banner_txt .txtbox p {
  font-size: 48px;
  line-height: auto;
}

.en-us .banner_txt .hook_area .word {
  height: 70px;
}

.en-us .banner_txt .hook_area {
  min-width: 600px;
  height: 90px;
  top: -14px;
  left: 275px;
  text-align: left;
}

.slide_tips {
  display: block;
  width: 30px;
  height: 57px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 62px;
  z-index: 2;
}

.slide_tips .s_line {
  display: block;
  width: 2px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0px;
  background: #fff;
}

.slide_tips .txt {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0px;
  font-size: 12px;
  letter-spacing: 2px;
}

.en-us .slide_tips .txt {
  left: -6px;
}

.slide_tips .s_line {
  animation: a_banner_s_line 3s 0.3s linear both infinite;
  -webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -o-animation: a_banner_s_line 3s 0.3s linear both infinite;
}

.banner_txt .hook_area>i {
  opacity: 0;
}

/* .banner_txt .hook_area .word_2{ -webkit-animation: a_banner_word_2 9s linear 0.7s both infinite;}
.banner_txt .hook_area .word_3{ -webkit-animation: a_banner_word_2 9s linear 2.7s both infinite;}
.banner_txt .hook_area .word_4{ -webkit-animation: a_banner_word_2 9s linear 4.7s both infinite;} */
.banner_txt {
  opacity: 0;
}

.banner_txt.animation {
  animation: a_banner 0.5s 0.5s linear forwards;
  -webkit-animation: a_banner 0.5s 0.5s linear forwards;
  -ms-animation: a_banner 0.5s 0.5s linear forwards;
  -moz-animation: a_banner 0.5s 0.5s linear forwards;
  -o-animation: a_banner 0.5s 0.5s linear forwards;
}

.banner_txt .hook_area .word_1 {
  opacity: 1;
}

.banner_txt .hook_area.animation1 .word_1 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

.banner_txt .hook_area.animation2 .word_1 {
  animation: a_banner_end 0.2s linear forwards;
  -webkit-animation: a_banner_end 0.2s linear forwards;
  -ms-animation: a_banner_end 0.2s linear forwards;
  -moz-animation: a_banner_end 0.2s linear forwards;
  -o-animation: a_banner_end 0.2s linear forwards;
}

.banner_txt .hook_area.animation2 .word_2 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

.banner_txt .hook_area.animation3 .word_2 {
  animation: a_banner_end 0.2s linear forwards;
  -webkit-animation: a_banner_end 0.2s linear forwards;
  -ms-animation: a_banner_end 0.2s linear forwards;
  -moz-animation: a_banner_end 0.2s linear forwards;
  -o-animation: a_banner_end 0.2s linear forwards;
}

.banner_txt .hook_area.animation3 .word_3 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

.banner_txt .hook_area.animation4 .word_3 {
  animation: a_banner_end 0.2s linear forwards;
  -webkit-animation: a_banner_end 0.2s linear forwards;
  -ms-animation: a_banner_end 0.2s linear forwards;
  -moz-animation: a_banner_end 0.2s linear forwards;
  -o-animation: a_banner_end 0.2s linear forwards;
}

.banner_txt .hook_area.animation4 .word_4 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

@keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-webkit-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-ms-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-moz-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-o-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-webkit-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-ms-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-moz-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-o-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@keyframes a_banner_s_line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }

  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }

  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }

  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }

  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}

@keyframes a_banner_word {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }

  12.5% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }

  25% {
    -webkit-transform: translate(0, -70px);
    opacity: 0;
  }

  25.01% {
    -webkit-transform: translate(0, -70px);
    opacity: 0;
  }

  25.02% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  87.5% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes a_banner_word_2 {
  0% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  12.5% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate(0, 0px);
    opacity: 1;
  }

  37.5% {
    -webkit-transform: translate(0, 0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translate(0, -70px);
    opacity: 0;
  }

  50.01% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }
}

/*首页内容*/
.descript_area {
  display: block;
  width: 100%;
}

.descript_area .txt {
  text-align: center;
  font-size: 24px;
  color: #5f6464;
  line-height: 54px;
  padding: 105px 0 74px;
  font-family: 'TencentSansw3';
}

.descript_area .txt span.m {
  display: none;
}

.descript_area .txt span.pc {
  display: block;
}

.details_area {
  display: block;
  width: 100%;
  margin-bottom: 84px;
}

.details_con {
  display: block;
  width: 1240px;
  margin: 0px auto;
  height: 250px;
}

.detail_list {
  display: block;
  height: 250px;
}

.detail_list li {
  display: inline-block;
  float: left;
  height: 100%;
  width: 400px;
  text-align: center;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.detail_list li a {
  display: block;
  height: 100%;
  width: 100%;
}

.detail_list li a:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 82, 217, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.detail_list li p {
  display: block;
  float: left;
  font-size: 30px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transform: translate(-50%, 0);
  padding-bottom: 3px;
  transition: border-bottom 0.3s ease-out;
  font-family: 'TencentSansw7';
  padding-bottom: 5px;
  -webkit-transition: width 1s linear;
}

.detail_list li p:after {
  content: ' ';
  width: 0;
  height: 2px;
  background: #fff;
  bottom: -2px;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
}

.detail_list li img {
  display: block;
  height: 100%;
  ;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}

.detail_list li.last {
  margin-right: 0px;
}

.detail_list li a:hover:after {
  opacity: 1;
}

.detail_list li a:hover p:after {
  opacity: 1;
  left: 0;
  width: 100%;
}

.detail_list li a:hover img {
  transform: scale(1.024);
}

/*连接模块*/
.link_area {
  display: block;
  width: 100%;
  height: 780px;
  background: #1b1f25;
  margin-bottom: 84px;
}

.link_area .link_hook {
  display: block;
  width: 1440px;
  height: 780px;
  margin: 0px auto;
  /*background:#1b1f25 url(https://t.zoomedia.com.cn/public/gw/img/index/bg_3.png) no-repeat 0 0; background-size: contain;*/
}

.link_area .link_tab {
  display: block;
  width: 36%;
  height: 100%;
  float: left;
}

.link_area .tab_list {
  display: block;
  height: 100%;
}

.link_area .tab_list li {
  display: block;
  height: 33.3%;
  opacity: 0.4;
  position: relative;
}

.link_area .tab_list .tit {
  display: block;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -32%;
  top: 50%;
  margin-top: -4.9%;
  transition: margin-left 0.3s ease-out;
  font-family: 'TencentSansw7';
  right: 32px;
}

.link_area .tab_list .txt {
  display: block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -32%;
  top: 50%;
  margin-top: 5.8%;
  transition: margin-left 0.3s ease-out;
  font-family: 'TencentSansw3';
  right: 30px;
}

.link_area .tab_list .icon {
  display: block;
  height: 16px;
  width: 54px;
  background: url(https://t.zoomedia.com.cn/public/gw/img/index/icon_arrow_r.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  /*margin-left: -21.5%;*/
  margin-left: -32%;
  top: 50%;
  margin-top: 14.8%;
  opacity: 0;
  transition: margin-left 0.3s ease-out, opacity 0.3s ease-out;
  background-size: 100% 100%;
}

.link_area .tab_list li.list_item_2 .icon {
  margin-top: 9.0%;
}

.link_area .tab_list li.list_item_3 .icon {
  margin-top: 3.8%;
}

.link_area .tab_list .tit:after {
  display: block;
  content: "";
  height: 70px;
  width: 6px;
  background: #1e52d8;
  position: absolute;
  left: 50%;
  margin-left: -62%;
  top: 18%;
  opacity: 0;
  transform: translate(-20px, 0px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.link_area .tab_list li.list_item_2 .tit {
  margin-top: -10.9%;
}

.link_area .tab_list li.list_item_2 .txt {
  margin-top: -0.2%;
}

.link_area .tab_list li.list_item_3 .tit {
  margin-top: -16.3%;
}

.link_area .tab_list li.list_item_3 .txt {
  margin-top: -6.2%;
}

.link_area .tab_list li.current {
  opacity: 1;
}

.link_area .tab_list li.current .tit {
  margin-left: -28%;
}

.link_area .tab_list li.current .txt {
  margin-left: -28%;
}

.link_area .tab_list li.current .tit:after {
  opacity: 1;
  transform: translate(0px, 0px);
}

.link_area .tab_list li.current .icon {
  opacity: 1;
  margin-left: -27.5%;
}

.link_area .link_content {
  display: block;
  width: 64%;
  height: 780px;
  margin-left: 36%;
  overflow: hidden;
}

.link_area .link_content .con {
  display: none;
  width: 100%;
  height: 100%;
}

.link_area .link_content .con_1 {
  display: block;
}

.link_area .link_con_list {
  display: block;
  width: 100%;
  height: 100%;
}

.link_area .link_con_list li {
  display: block;
  width: 50%;
  float: left;
  height: 50%;
  background: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_1_1.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.link_area .link_con_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.link_area .con_1 .link_con_list li.item_1 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_1_1.jpg);
}

.link_area .con_1 .link_con_list li.item_2 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_1_2.jpg);
}

.link_area .con_1 .link_con_list li.item_3 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_1_3.jpg);
}

.link_area .con_1 .link_con_list li.item_4 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_1_4.jpg);
}

.link_area .con_2 .link_con_list li.item_1 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_2_1.jpg);
}

.link_area .con_2 .link_con_list li.item_2 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_2_2.jpg);
}

.link_area .con_2 .link_con_list li.item_3 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_2_3.jpg);
  width: 100%;
}

.link_area .con_3 .link_con_list li.item_1 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_3_1.jpg);
}

.link_area .con_3 .link_con_list li.item_2 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_3_2.jpg);
}

.link_area .con_3 .link_con_list li.item_3 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_3_3.jpg);
}

.link_area .con_3 .link_con_list li.item_4 {
  background-image: url(https://t.zoomedia.com.cn/public/gw/data/index/index_link_3_4.jpg);
}

.link_area .link_con_list .script {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.link_area .link_con_list .script .tit {
  display: block;
  margin-left: 43px;
  margin-top: 119px;
  font-size: 24px;
  color: #fff;
  transition: margin-top 0.3s ease-out;
  font-family: 'TencentSansw7';
}

.link_area .link_con_list .script .txt {
  display: block;
  margin-left: 43px;
  margin-top: 9px;
  line-height: 1.8;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: translate(0px, 15px);
  transition: opacity 0.3s ease-out;
  font-family: 'TencentSansw3';
  margin-right: 43px;
}

.link_area .link_con_list .script .icon {
  display: block;
  height: 14px;
  width: 31px;
  background: url(https://t.zoomedia.com.cn/public/gw/img/index/icon_arrow_r_s.png) no-repeat 0 0;
  position: absolute;
  right: 71px;
  top: 71px;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-size: 100% 100%;
}

.link_area .link_con_list li a:hover .script .tit {
  margin-top: 59px;
}

.link_area .link_con_list li a:hover .script .txt {
  opacity: 1;
  transform: translate(0px, 0);
}

.link_area .link_con_list li a:hover .script .icon {
  animation: a_arrow_r 0.2s linear forwards;
}

@keyframes a_arrow_r {
  0% {
    opacity: 0;
    right: 71px;
  }

  100% {
    opacity: 1;
    right: 51px;
  }
}

/*责任模块*/
.resp_area {
  display: block;
  width: 1280px;
  height: 620px;
  margin: 0px auto 84px;
  /*background:url(https://t.zoomedia.com.cn/public/gw/img/index/bg_4.png) no-repeat 0 0; background-size: contain;*/
  position: relative;
}

.resp_area .public_welfare {
  display: block;
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.resp_area .slide_area {
  display: block;
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.resp_area .slide_list {
  display: block;
  width: 100%;
  height: 620px;
  position: relative;
}

.resp_area .slide_list li {
  width: 627px;
  height: 620px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  left: 0;
  top: 1;
}

.resp_area .slide_list li a {
  display: block;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
}

.resp_area .slide_list li.active {
  opacity: 1;
}

.resp_area .slide_list li .shadow_bg {
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.resp_area .slide_list li .img {
  display: block;
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.resp_area .slide_list li .img0 {
  background: url(https://t.zoomedia.com.cn/public/gw/data/index/index_resp_bg0.png) no-repeat center center;
  background-size: cover;
}

.resp_area .slide_list li .img1 {
  background: url(https://t.zoomedia.com.cn/public/gw/data/index/index_resp_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.resp_area .slide_list li .img2 {
  background: url(https://t.zoomedia.com.cn/public/gw/data/index/index_resp_bg2.jpg) no-repeat center center;
  background-size: cover;
}

.resp_area .slide_list li .img3 {
  background: url(https://t.zoomedia.com.cn/public/gw/data/index/index_resp_bg3.jpg) no-repeat center center;
  background-size: cover;
}

.resp_area .slide_list li .tit {
  display: block;
  width: 500px;
  font-size: 24px;
  position: absolute;
  left: 53px;
  bottom: 107px;
  z-index: 1;
  font-family: 'TencentSansw7';
}

.resp_area .slide_list li .txt {
  display: block;
  width: 500px;
  font-size: 16px;
  position: absolute;
  left: 52px;
  bottom: 41px;
  line-height: 29px;
  z-index: 1;
  font-family: 'TencentSansw3';
}

.resp_area .public_welfare .hook_tri {
  display: block;
  width: 43px;
  height: 620px;
  background: url(https://t.zoomedia.com.cn/public/gw/img/index/i_tri.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.resp_area .slide_area .icon_arrow {
  display: block;
  width: 10px;
  height: 16px;
  background: url(https://t.zoomedia.com.cn/public/gw/img/index/sli-left-icon.png) no-repeat center;
  position: absolute;
  right: 144px;
  bottom: 116px;
  margin-top: -30px;
  z-index: 5;
  background-size: 10px 16px;
  padding: 5px;
  cursor: pointer;
  display: none\9;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.resp_area .slide_area .icon_arrow_r {
  left: auto;
  right: 98px;
  background: url(https://t.zoomedia.com.cn/public/gw/img/index/sli-right-icon.png) no-repeat center;
  background-size: 10px 16px;
}

.resp_area .slide_area:hover .icon_arrow {
  display: block;
  opacity: 1;
}

.en-us .resp_area .slide_area .icon_arrow {
  right: 84px;
  bottom: 15px;
}

.en-us .resp_area .slide_area .icon_arrow_r {
  right: 48px;
}

.resp_area .resp_details {
  display: block;
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: 68px;
  top: 50%;
  margin-top: -8.3%;
}

.resp_area .resp_details .tit {
  display: block;
  color: #2a2e2e;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: 'TencentSansw7';
}

.resp_area .resp_details .txt {
  display: block;
  color: #5f6464;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 40px;
  font-family: 'TencentSansw3';
}

.resp_area .resp_details .icon_arrow_r {
  display: block;
  width: 38px;
  height: 16px;
  background: url(https://t.zoomedia.com.cn/public/gw/img/index/icon_arrow_r_dark.png) no-repeat 0 0;
  margin-left: 3px;
  background-size: 100% 100%;
}

.en-us .resp_area .resp_details .txt {
  white-space: normal;
}

/*人才发展模块*/
.develop_area {
  display: block;
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.develop_con {
  width: 1240px;
  margin: 0 auto;
}

.develop_area .develop_details {
  display: block;
  width: 450px;
  position: absolute;
  left: 6.6%;
  top: 16%;
  z-index: 1;
}

.develop_area .develop_details .tit {
  display: block;
  color: #2a2e2e;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: 'TencentSansw7';
}

.develop_area .develop_details .txt {
  display: block;
  color: #5f6464;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 40px;
  font-family: 'TencentSansw3';
}

.develop_area .develop_details .icon_arrow_r {
  display: block;
  width: 38px;
  height: 16px;
  background: url(https://t.zoomedia.com.cn/public/gw/img/index/icon_arrow_r_dark.png) no-repeat 0 0;
  margin-left: 3px;
  background-size: 100% 100%;
}

.develop_area .slide_area {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.develop_area .slide_list {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  height: 1040px;
}

.develop_area .slide_list li {
  display: inline-block;
  width: 100%;
  height: 1040px;
  float: left;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
}

.develop_area .slide_list li.active {
  opacity: 1;
}

.develop_area .slide_list .li1 {
  background: url(https://t.zoomedia.com.cn/public/gw/data/index/index_develop_bg1.jpg) no-repeat top;
  background-size: cover;
}

.develop_area .slide_list .li2 {
  background: url(https://t.zoomedia.com.cn/public/gw/data/index/index_develop_bg2.jpg) no-repeat top;
  background-size: cover;
}

.develop_area .slide_list .li3 {
  background: url(https://t.zoomedia.com.cn/public/gw/data/index/index_develop_bg3.jpg) no-repeat top;
  background-size: cover;
}

@keyframes offset {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 384;
  }
}

.video1 {
  width: 2560px;
  height: 780px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  z-index: 1;
}

.slide-tab {
  position: absolute;
  right: 32px;
  bottom: 24px;
}

.slide-tab .li {
  float: left;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  background: #fff;
  transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
  cursor: pointer;
}

.slide-tab .li.active {
  width: 24px;
  background: #0052d9;
}

.block-link {
  display: block;
  height: 100%;
  width: 100%;
}

.en-us .link_area .link_con_list li a:hover .script .tit {
  margin-top: 29px;
}

.en-us .link_area .con_1 .link_con_list .item_2 a:hover .script .tit {
  margin-top: 30px;
}

.en-us .link_area .con_1 .link_con_list .item_2 a:hover .script .txt {
  margin-right: 40px;
}

.en-us .link_area .con_3 .link_con_list .item_3 a:hover .script .tit {
  margin-top: 59px;
}

.en-us .link_area .con_3 .link_con_list .item_3 a .script .icon {
  top: 75px;
}

.en-us .link_area .con_3 .link_con_list .item_4 a:hover .script .tit {
  margin-top: 59px;
}

.en-us .link_area .con_3 .link_con_list .item_4 a .script .icon {
  top: 75px;
}

.en-us .link_area .tab_list .txt {
  top: 65%;
}

.en-us .link_area .tab_list .icon {
  margin-top: 20.6%;
}

.en-us .link_area .tab_list li.list_item_2 .icon {
  margin-top: 19%;
}

.en-us .link_area .tab_list li.list_item_3 .icon {
  margin-top: 12.8%;
}

.en-us .link_area .link_con_list .script .icon {
  top: 45px;
}

.en-us .link_area .con_1 .link_con_list .item_2 .script .icon {
  top: 45px;
}

.en-us .link_area .con_1 .link_con_list .item_3 a:hover .script .tit {
  margin-top: 0px;
}

.en-us .link_area .con_1 .link_con_list .item_4 a:hover .script .tit {
  margin-top: 49px;
}

.en-us .link_area .con_2 .link_con_list .item_1 a:hover .script .tit {
  margin-top: 86px;
}

.en-us .link_area .con_1 .link_con_list .item_3 .script .icon {
  top: 15px;
}

.en-us .link_area .con_2 .link_con_list .item_1 .script .icon {
  top: 102px;
}

.en-us .link_area .con_1 .link_con_list .item_4 .script .icon {
  top: 60px;
}

.en-us .link_area .con_3 .link_con_list .item_1 a:hover .script .tit {
  margin-top: 59px;
}

.en-us .link_area .con_3 .link_con_list .item_1 .script .icon {
  top: 75px;
}

.en-us .link_area .con_3 .link_con_list .item_4 .script .icon {
  top: 15px;
}

.en-us .resp_area .slide_list li:nth-child(2) .tit {
  bottom: 135px;
}

.en-us .resp_area .slide_list li:nth-child(3) .tit {
  bottom: 135px;
}

.en-us .resp_area .slide_list li:nth-child(4) .tit {
  bottom: 135px;
}

.en-us .resp_area .resp_details .tit {
  white-space: normal;
}

.wrap-head {
  background-color: #FFF;
  height: 5.5rem;
  background: linear-gradient(90deg, #fff, #fff);
  box-shadow: 0px 1px 0px 0px rgba(22, 25, 22, 0.14);
}

.head-con {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.head_con .logo {
  display: block;
}

.head_con .logo h1 {
  display: block;
  height: 4.0625rem;
  width: 15rem;
  background: url(https://t.zoomedia.com.cn/public/gw/images/logo.png) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background-size: 100% 100%;
}

/*  */
.index-top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

/* 增长业务 */
.business-con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5rem 2rem;
}

.bus-leftMainCon {
  width: 16.375rem;
  height: 100%;
}

.bus-left {
  width: 35.36%;
  position: relative;
}

.bus-leftCon {
  width: 100%;
  height: 100%;
}

.bus-img {
  width: 13.5rem;
}

.bus-imgs {
  width: 100%;
  height: 100%;
}

.bus-leftTitle {
  width: 10.5rem;
  margin-top: 3.125rem;
  font-size: 2.25rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #08969B;
  line-height: 3.125rem;
}

.bus-line .lineOne {
  display: inline-block;
  width: 3.375rem;
  height: 0.125rem;
  background-color: #FFBC00;
}

.bus-line .lineTwo {
  margin-left: -2rem;
  display: inline-block;
  width: 4.625rem;
  height: 0.125rem;
  background-color: #08969B;
}

.bus-leftsub p {
  font-size: 1.125rem !important;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #000000;
  line-height: 1.875rem;
}

.bus-right {
  width: 64.64%;
  height: 100%;
  padding-left: 1.875rem;
  /* background-color: #07C1C9; */
}

.bus-right ul {
  width: 100%;
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bus-right ul li {
  width: calc(100% /2);
  margin-bottom: 2rem;
  padding-right: 1.625rem;
  box-sizing: border-box;
}

.bus-rightCon {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  padding: 1.1875rem;
}

.bus-trangle {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  border-color: transparent #ECEFF4 transparent transparent;
  border-style: solid;
  border-width: 0 0.9375rem 0.9375rem 0;
  opacity: 0.3;
}

.bus-right ul li :hover {
  background: #fff;
  opacity: 0.9;
  /* transition: all 0.2s linear; */
}

.bus-rightCon:hover .bus-rTitle,
.bus-rightCon:hover .bus-rCon,
.bus-rightCon:hover .bus-trangle {
  color: #08969B;
  border-color: transparent #08969B transparent transparent;
  /* transition: all .5s ease-out ; */
}

.bus-rightCon:hover .bus-trangle {
  opacity: 1;
}

.bus-rTitle {
  font-size: 1.5rem;
  font-family: SourceHanSansCNBold;
  font-weight: bold;
  color: #fff;
  line-height: 1.875rem;
}

.bus-rCon {
  box-sizing: border-box;
  margin-top: 1.56rem;
  /* font-size: 0.88rem; */
  font-size: 1.1rem;
  font-family: SourceHanSansLight;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  /* color: #181818; */
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*设置对齐模式*/
  /* -webkit-line-clamp: 2; */
  /*设置多行的行数*/
}

/* 服务案例 */
.cases-con {
  width: 100%;
  box-sizing: border-box;
}

.cases-mainC ul li {
  position: relative;
  top: 0px;
  transition: all .5s ease-out ;
}

.cases-mainC ul li:hover {
  position: relative;
  top: -10px;
  transition: all .5s ease-out ;
}

.cases-mainC {
  width: 100%;
  /* margin: 0 auto; */
}

.cases-more {
  margin: 0 auto;
  width: 24.9375rem;
  height: 1.88rem;
  background: #08969B;
  border-radius: 1.125rem;
  font-size: 1rem;
  font-family: SourceHanSansCN;
  font-weight: 300;
  cursor: pointer;
  color: #FFFFFF;
}

.cases-more:hover {
  opacity: 0.8;
}

.cases-mainC ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}

.cases-mainC ul li {
  width: calc(33.33% - 2.14rem);
  margin: 0 1.07rem;
  margin-bottom: 3.21rem;
  background-color: #fff;
  box-sizing: border-box;
}

.cases-mainC li:nth-child(3n+1) {
  margin-left: 0 !important;
  margin-right:2.14rem!important;
}

.cases-mainC li:nth-child(3n+3) {
  margin-right: 0 !important;
  margin-left: 2.14rem !important;
}

/* .cases-mainC li:nth-child(3n-1) {
  margin:0 3.13rem 3.25rem 3.13rem !important;
} */

.cases-main {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 1rem;
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.11);
}
.cases-main .cases-img {
  width: 100%;
  position: relative;
  /* padding-top: 100%; */
  overflow: hidden;
  /* border-radius: 15px; */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.cases-main .cases-img img {
  width: 100%;
  /* height: 100%; */
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease-out;
}

.cases-main:hover .cases-img img {
  /* animation: fangdaImg .5s forwards; */
  transform: scale(1.2);
}

.cases-box {
  padding: 1.75rem 1.5rem;
  box-sizing: border-box;
}

.cases-title {
  width: 100%;
  font-size: 1.25rem;
  font-family: SourceHanSansRegular;
  font-weight: bold;
  color: #1C1C1C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cases-subtitle {
  margin-top: 1.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*设置对齐模式*/
  -webkit-line-clamp: 1;
  /*设置多行的行数*/
  width: 100%;
  font-size: 1.5rem;
  font-family: SourceHanSansMedium;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 2.3125rem;
}

.cases-line {
  width: 100%;
  height: 0.125rem;
  background-color: #008C8C;
  margin: 1.5rem 0;
  box-sizing: border-box;
}

.cases-boxC {
  display: flex;
  margin-bottom: 1.2875rem;
  box-sizing: border-box;
  justify-content: space-between;
}

.boxs-caseT {
  height: 1.125rem;
  font-size: 1.125rem;
  font-family: SourceHanSansRegular;
  font-weight: 300;
  color: #8C8C8C;
}

.boxs-case {
  display: flex;
  width: 8.75rem;
  align-items: center;
  justify-content: space-between;
}

.boxs-imgs {
  height: 2.3rem;
  display: flex;
  align-items: flex-end;
}

.boxs-imgs img {
  width: 1rem;
  height: 1rem;
}

.boxs-item {
  display: flex;
  height: 3rem;
  line-height: 3rem;
  align-items: center;
  overflow: hidden;
}

.case-unitOne {
  font-size: 2.5rem;
  font-family: Acumin Variable Concept;
  font-weight: 300;
  color: #1C1C1C;
  /* transform: scale(0.5,1); */
}

.boxs-unit {
  height: 2.4rem;
  margin-left: 0.3rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  text-align: center;
}

.boxs-unit>div {
  height: 1.2rem;
  width: 100%
}

.case-unitTwo {
  line-height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
  font-family: SourceHanSansLight;
  font-weight: normal;
  color: #1C1C1C;
  flex-direction: inherit;
}

.boxs-unit div:nth-child(1) {
  font-size: 1.25rem;
  font-family: Acumin Variable Concept;
  font-weight: normal;
  color: #1C1C1C;
  line-height: 1rem;
}

.boxs-unit div:nth-child(2) {
  font-size: 1.25rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #1C1C1C;
  line-height: 1.1rem;
}

.cases-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.625rem;
  height: 1.5rem;
  background-color: #008C8C;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  margin-bottom: 0.375rem;
}

.cases-mainC ul li:hover .cases-btn {
  background-color: #ffbc00;
}
.cases-mainC ul li .cases-line{
  position: relative;
}
.cases-mainC ul li .cases-line::after{
  content: "";
  width: 0%;
}
.cases-mainC ul li:hover .cases-line::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  background-color: #ffbc00;
  transition: width .5s ease-out ;
     z-index: 99;
}

/* .cases-btn:hover {
  opacity: 0.8;
  background: #FFC000;
} */
/* 服务客户 */
.partners-con {
  width: 100%;
  background: #F7F7F7;
  margin: 0 auto;
  box-sizing: border-box;
}

.partners-con ul {
  box-sizing: border-box;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}

.partners-con ul li {
  position: relative;
  top: 0px;
  width: calc(100% / 10);
  height: calc(100% / 3);
  margin-bottom: 1.4375rem;
  box-sizing: border-box;
}

.partners-con ul li:hover {
  position: relative;
  top: -10px;
 transition: all .5s ease-out ;
}

.partners-img {
  cursor: pointer;
  margin-right: 2.4375rem;
}

.partners-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.11);
}

/* 知家咨讯 */
.news-con {
  width: 100%;
  box-sizing: border-box;
}

.news-title ul {
  display: flex;
  list-style: none;
}

.news-title ul li {
  font-size: 1.75rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #83CACD;
  line-height: 2.75rem;
  cursor: pointer;
  position: relative;
  margin-right: 3rem;
  transition: all 0.2s linear;
}

.news-title ul li:hover {
  color: #008C8C;
}

.news-title ul li::before {
  content: "";
  position: absolute;
  top: 0;
  /* left: 0; */
  bottom: 0;
  width: 0;
  opacity: 1;
  color: #008C8C;
  font-size: bold;
  height: 100%;
  border-bottom: 0.125rem solid #FF9A00;
}

.news-title ul li:hover::before {
  width: 2rem;
  opacity: 1;
  color: #008C8C;
  font-size: bold;
  -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform-origin: 50% 0%;
  transform: scale(1, 1);
}

/* .news-title ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #FF9A00;
} */
.news-main ul {
  list-style: none;
}

.news-main ul li {
  width: 100%;
  /* height: 12.5rem; */
  list-style: none;
  margin: 3rem 0;
  background-color: #fff;
}

.news-main ul li:hover .news-mainCTitle,
.news-main ul li:hover .news-rightT,
.news-main ul li:hover .news-rightT a,
.news-main ul li:hover .news-rightS,
.news-main ul li:hover .news-rightS a,
.news-main ul li:hover .news-rightD,
.news-main ul li:hover .news-rightD a {
  /* opacity: 0.8; */
  color: #08969b!important;
}
.news-main ul li:hover .news-mainCTitle a, .news-main ul li:hover .newsMain-date a {
  /* opacity: 0.8; */
  color: #08969b;
}

/* .news-main ul li:hover img {
  opacity: 0.8;
} */

.news-content {
  width: 100%;
  height: 11rem;
  border: 0.0625rem solid #D8D8D8;
  display: flex;
  justify-content: space-between;
}

.news-left {
  width: 16.6rem;
height: 9.75rem;
}

.news-left img {
  /* width: 100%; */
  height: 100%;
}

.news-mainc {
  height: 100%;
  width: 60%;
  padding: 1.5rem;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}

/* 新闻类别页 */
.news-maincNews {

  width: 70%;
  padding: 1.5rem;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}

.newsOther {
  width: 70%;
}

.news-maincs {
  height: 100%;
  width: 100%;
  padding: 0.9375rem;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}
.news-mainc .news-tag{
  height: 2rem;
  align-items: center;
}
.news-mainc .news-tag span {
  /* width: 3.625rem; */
  /* height: 1.375rem; */
  background: #E9F8F8;
  font-size: 0.875rem;
  font-family: SourceHanSansNormal;
  font-weight: 400;
  color: #08969B;
  padding: 0.3rem;
  box-sizing: border-box;
  margin-right: 0.5rem;
}

.news-maincNews .news-listTag span {
  width: 3.625rem;
  height: 1.375rem;
  background: #E9F8F8;
  font-size: 0.875rem;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #08969B;
  padding: 0.3rem;
  box-sizing: border-box;
  margin-right: 0.5rem;
}

/* .news-maincNews .news-listTag span:nth-child(4) {
  width: 3.625rem;
  height: 1.375rem;
  float: right;
  background-color: #FFF;
  font-size: 0.875rem;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #A0A0A0;
  padding: 0.3rem;
  box-sizing: border-box;
} */

.news-mainc .news-listTag span:nth-child(4) {
  width: 3.625rem;
  height: 1.375rem;
  float: right;
  background-color: #FFF;
  font-size: 0.875rem;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #A0A0A0;
  padding: 0.3rem;
  box-sizing: border-box;
}

.news-line {
  margin: 1.5rem 0;
  border-left: 1px solid #D8D8D8;
}

.news-mainCTitle {
  font-size: 1.5rem;
  font-family: SourceHanSansRegular;
  font-weight: bold;
  color: #1c1c1c;
  line-height: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tags {
  width: 3.625rem;
  height: 1.375rem;
  background: #E9F8F8;
  font-size: 0.875rem;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #08969B;
  padding: 0.3rem;
  margin-right: 1.0625rem;
  box-sizing: border-box;
}

.news-tag {
  display: flex;
  /* padding: 0 0.9375rem; */
  /* margin-top: 16px; */
}

.app-show {
  display: none;
}

.app-content {
  width: 80%;
  font-size: 0.875rem;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #8C8C8C;
  line-height: 1.6875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*设置对齐模式*/
  -webkit-line-clamp: 2;
  /*设置多行的行数*/
  border-right: 1px solid #D8D8D8;
  padding-right: 0.6875rem;
  box-sizing: border-box;
}

.app-dowNews {
  display: flex;
  padding: 0.9375rem;
}
.news-mainc .news-info,
.news-maincNews .news-info{
  font-size: 0.875rem;
  font-family: SourceHanSansLight;
  font-weight: 300;
  color: #8C8C8C;
  line-height: 1.6875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsMain-date {
  font-size: 0.88rem;
  font-family: SourceHanSansSC;
  font-weight: 300;
  font-style: italic;
  color: #A0A0A0;
  line-height: 1.5rem;
}

.news-listTag {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}

/* .news-mainc div:nth-child(3) {
  font-size: 0.875rem;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #8C8C8C;
  line-height: 1.6875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
} */

.apps div:nth-child(2) {
  font-size: 0.875rem;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #8C8C8C;
  line-height: 1.6875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*设置对齐模式*/
  -webkit-line-clamp: 2;
  /*设置多行的行数*/
}

.left-span {
  width: 3.625rem;
  height: 1.375rem;
  background: #E9F8F8;
  font-size: 0.875rem;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #08969B;
  padding: 0.3rem;
  box-sizing: border-box;
}

.news-right {
  box-sizing: border-box;
  width: 15%;
  /* padding: 2rem 0; */
  color: #484848;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.news-rightT {
  font-family: Acumin Variable Concept;
  font-size: 4rem;
  font-weight: normal;
  margin-top: 0.6rem;
}

.news-rightS {
  font-family: Acumin Variable Concept;
  font-size: 1.875rem;
  font-weight: normal;
  margin: 1.2rem 0 0.8rem 0;
}

.news-rightD {

  font-size: 1.375rem;
  font-weight: 400;
}

/* 公司及分公司 */
.contactIn-con {
  width: 100%;
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}

.contactIn-con ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.contactIn-con ul li {
  width: 50%;
  padding-bottom: 1.4375rem;
  position: relative;
  top: 0;
  box-sizing: border-box;
}

.contactIn-con ul li:hover {
  position: relative;
  top: -10px;
  transition: all .5s ease-out ;
}

.contactIn-con ul li:nth-child(2), .contactIn-con ul li:nth-child(4) {
  padding-left: 2.125rem;
}

.import-mainOne {
  width: 100%;
  background: url(https://t.zoomedia.com.cn/public/gw/images/zzywbg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.one-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.import-mainTwo {
  width: 100%;
  background: url(https://t.zoomedia.com.cn/public/gw/images/caseBac.png);
  background-size: 100% 100%;
  padding-bottom: 5rem;
  box-sizing: border-box;
}

.two-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.import-mainThree {
  width: 100%;
  /* height: 48.5187rem; */
  box-sizing: border-box;
}

.three-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.three-content .partners-con {
  margin-bottom: 6.25rem;
}

.import-mainFour {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.four-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.four-content .mod-con {
  width: 100%;
}

.four-content .mod-con a {
  font-size: 1.75rem;
}

.import-mainFive {
  width: 100%;
  height: 32.5rem;
  background: url(https://t.zoomedia.com.cn/public/gw/images/contactBanner.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.five-content {
  width: 100%;
  max-width: 1300px;
  height: 32.5rem;
  padding: 5rem 0;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}

.contactIn-main {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 23px 0px rgb(0 0 0 / 11%);
  box-sizing: content-box;
  display: flex;
  box-sizing: border-box;
}

.contactIn-left {
  width: 20%;
  /* height: 10rem; */
  background: #ECFDFB;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contactIn-right {
  width: 80%;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.address-rig {
  width: 100%;
  /* height: 0.9375rem; */
  font-size: 0.875rem;
  font-family: SourceHanSansLight;
  font-weight: 340;
  color: #111;
  /* line-height: 1.5rem;
  height: 1.5rem; */
  /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  padding-left: 0.6875rem;
  border-left: 0.1875rem solid #08969B;
  box-sizing: border-box;
}

.address-down {
  width: 100%;
  font-size: 0.875rem;
  font-family: SourceHanSansMedium;
  font-weight: bold;
  color: #282828;
  line-height: 1.5rem;
}

.add_margin {
  padding-top: 2rem;
}

.zhan {
  margin-bottom: 2.5rem;
}

.address-list {
  width: 4.5625rem;
  text-align: center;
  font-size: 1.5rem;
  font-family: SourceHanSansCNBold;
  font-weight: bold;
  color: #08969B;
  line-height: 1.75rem;
}

.wrap-footer {
  background-color: #FFF;
  height: 35rem;
  width: 100%;
  position: relative;
  bottom: 0;
  /* z-index: 2; */
  margin: 0 auto;
  box-sizing: border-box;
}

.right-subbg {
  display: block;
}

.footer-con {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap-footerTop {
  width: 100%;
  padding-top: 4.875rem;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.wrap-footerMain {
  width: 100%;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #919191;
  line-height: 1.4375rem;
  padding: 5rem 0;
  box-sizing: border-box;
}

.wrap-footerMain ul {
  list-style: none;
  display: flex;
}

.wrap-footerMain ul li {
  /* width: calc(100% / 10); */
  text-align: left;
  font-size: 0.875rem;
  margin-left: 1rem;
  box-sizing: border-box;
}

.wrap-footerMain ul li:nth-child(1) {
  margin-left: 0;
}

.index-content {
  width: 81.25rem;
  padding: 2.8125rem 0 0 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.wrap-footerMain ul li a {
  text-decoration: none;
  font-size: 0.875rem;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #919191;
  line-height: 1.4375rem;
}

.wrap-footerEnd {
  border-top: 1px solid #D5D5D5;
  padding: 1.625rem 0;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-family: PingFang;
  font-weight: 300;
  color: #515154;
}

.left-con {
  margin-top: -1rem;
  width: 19rem;
  height: 4.0625rem;
  box-sizing: border-box;
}

.left-con img {
  width: 100%;
}

.footer-left {
  width: 40%;
  border-right: 1px solid #D5D5D5;
}

.footer-img {
  margin-top: 1.75rem;
  box-sizing: border-box;
}

.footer-img ul {
  list-style: none;
  text-decoration: none;
  display: flex;
}

.footer-img ul li:nth-child(2) {
  margin-left: 5.5rem;
}

.left-nav {
  position: fixed;
  top: 0;
  display: none;
  /* height: 56.0625rem; */
  width: 100%;
  max-width: 75%;
  background-color: #fff;
  z-index: 999;
  padding: 5.25rem 0;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  left: 0;
}

.nav-clicOne {
  padding-top: 1.4375rem;
}

.nav-clicTwo {
  padding-bottom: 1.4375rem;
}

.nav-clic {
  padding: 0 1.4375rem 0 2.4375rem;
  height: 3rem;
  margin-top: 1.4375rem;
  font-size: 1.125rem;
  line-height: 3rem;
  font-weight: 400;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-clic:hover {
  font-weight: 700;
  background-color: #FCFCFC;
}

.navSelect {
  font-weight: 700;
  background-color: #FCFCFC;
}

.closeimg {
  position: absolute;
  top: 0.9375rem;
  left: 0.875rem;
  width: 2rem;
  height: 2rem;
}

.closeimg img {
  width: 100%;
  height: 100%；
}

.nav-list {
  display: block;
  padding: 1.0625rem 4.5625rem 1.0625rem 3.4375rem;
}

.nav-list ul li {
  font-size: 1rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #7C7C7C;
  height: 3rem;
  line-height: 3rem;
}

.nav-list ul li a {
  /* text-decoration: none; */
  color: #7c7c7c;
}

.navs {
  text-decoration: none;
  color: #7c7c7c;
}

.footer-about {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon-caty {
  display: none;
}

.icon-img {
  display: none;
}

.about-txt {
  margin-top: 1.1875rem;
  font-size: 0.875rem;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #515154;
  line-height: 1.4375rem
}

.about-img {
  width: 6.0625rem;
  height: 6.0625rem;
}

.right-con {
  width: calc(100% / 4);
  height: 8.75rem;
}

.right-ul {
  list-style: none;
}

.right-ul li {
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.4375rem;
}

.right-ul li a {
  text-decoration: none;
  color: #333333;
}

.right-bold a {
  font-weight: bold;
  color: #1c1c1c;
}

.right-bold a:hover {
  font-weight: bold;
  color: #08969b;
  text-decoration: underline;
}

.right-subTitle a {
  color: #333333;
}

.right-subTitle a:hover {
  color: #000000;
  text-decoration: underline;
}

.footer-right {
  width: 60%;
  display: flex;
  justify-content: space-between;
  padding-left: 2.9375rem;
  box-sizing: border-box;
}

.right-clic {
  display: none;
  width: 14px;
  height: 12px;
}

.footer-three {
  display: none;
}

.right-clic img {
  height: 100%;
  width: 100%;
}

.indexs-top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 15.125rem;
  background-color: #fff;
}
.hides{
  display: none;
  cursor: pointer;
}
.hides.active{
  display: block;
}
.tsmenu{

  cursor: pointer;
}
.four-content .news-left,
.dtczhi  .news-left{
  height: 100%;
}
.news-contentlist{
  height: 9.75rem;
}
.news-contentlist .news-left{
    width: 15.6rem;
    height: 9.75rem;
    min-width: 0;
}
.news-contentlist .news-left img{
  width: 100%;
}
.news-contentlist .news-maincNews{
    width: calc(100% - 15.6rem);
    padding: 1.3rem;
}
.news-contentlist .news-mainCTitle{
  font-size: 1.3rem;
}
.news-contentlist .news-info{
  line-height: 1.3rem;
}
