<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.zdsju-topbar-tips {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1005;
  box-sizing: border-box;
  min-width: 1280px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
  pointer-events: none
}
.zdsju-topbar-tips-mobile {
  display: none
}
.zdsju-topbar-tips-inner {
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto
}
.zdsju-topbar-tips-tag {
  line-height: 20px;
  background-color: #00A4FF;
  border-radius: 2px;
  padding: 0 6px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  margin-right: 12px
}
.zdsju-topbar-tips-tag.warning {
  background-color: #ff6600 
}
.zdsju-topbar-tips-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #FFF;
  max-width: 462px;
  width: auto;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.zdsju-topbar-tips-info &gt; a {
  color: #4a90e2;
  font-size: 14px;
  margin-left: 12px
}
.zdsju-topbar-tips-link {
  color: #4a90e2;
  font-size: 14px;
  margin-left: 12px;
  vertical-align: middle
}
.zdsju-skeleton {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: zdsju-skeleton-loading 1.4s ease infinite;
  animation: zdsju-skeleton-loading 1.4s ease infinite
}
@-webkit-keyframes zdsju-skeleton-loading {
  0% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
@keyframes zdsju-skeleton-loading {
  0% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
.zdsju-more-link {
  text-align: center
}
.m-show-block {
  display: none !important
}
.disabled a:hover {
  cursor: default
}
.zdsjumap {
  position: relative;
  background-color: #fff;
  padding: 60px 10px
}
.zdsjumap-hd {
  text-align: center
}
.zdsjumap-title {
  font-size: 32px;
  line-height: 46px;
  color: #000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased
}
.zdsjumap-desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  -webkit-font-smoothing: antialiased
}
.zdsjumap-inner {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 10px
}
.zdsjumap-breach {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  margin-left: -160px;
  height: 18px;
  width: 320px;
  background-color: inherit
}
.zdsjumap-breach:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px;
  border-color: #fff #fff transparent transparent
}
.zdsjumap-breach:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px;
  border-color: #fff transparent transparent #fff
}
.zdsjumap-bg-gray {
  background-color: #F5F7FA
}
.zdsjumap-bg-gray .zdsjumap-breach:before {
  border-color: #F5F7FA #F5F7FA transparent transparent
}
.zdsjumap-bg-gray .zdsjumap-breach:after {
  border-color: #F5F7FA transparent transparent #F5F7FA
}
.zdsju-link {
  color: #0070ff;
  text-decoration: none
}
.zdsju-link:hover {
  text-decoration: underline
}
.zdsju-link-arrow, .zdsju-link-weak-arrow, .zdsju-link-white-arrow {
  font-size: 14px
}
.zdsju-link-arrow:after, .zdsju-link-weak-arrow:after, .zdsju-link-white-arrow:after {
  content: '';
  display: inline-block;
  vertical-align: 0;
  margin-left: 6px;
  width: 6px;
  height: 10px;
  overflow: hidden;
  background-image: url(sprite/main-20209171659.svg);
  ;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  background-repeat: no-repeat;
  background-position: 69.34% 41.67%;
  background-size: 4666.666666666666% 2260%;
}
.zdsju-link-arrow:hover, .zdsju-link-weak-arrow:hover, .zdsju-link-white-arrow:hover {
  text-decoration: none
}
.zdsju-link-arrow:hover:after, .zdsju-link-weak-arrow:hover:after, .zdsju-link-white-arrow:hover:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}
.zdsju-link-arrow.zdsju-link-s, .zdsju-link-weak-arrow.zdsju-link-s, .zdsju-link-white-arrow.zdsju-link-s {
  font-size: 12px
}
.zdsju-link-arrow.zdsju-link-s:after, .zdsju-link-weak-arrow.zdsju-link-s:after, .zdsju-link-white-arrow.zdsju-link-s:after {
  margin-left: 5px;
  width: 5px;
  height: 8px;
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 71.64% 59.63%;
  background-size: 5600% 2825%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow {
  color: #666
}
.zdsju-link-weak-arrow:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 75.18% 41.67%;
  background-size: 4666.666666666666% 2260%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow:hover {
  color: #0070ff
}
.zdsju-link-weak-arrow:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 69.34% 41.67%;
  background-size: 4666.666666666666% 2260%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow.zdsju-link-s:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 69.08999999999999% 59.63%;
  background-size: 5600% 2825%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow.zdsju-link-s:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 71.64% 59.63%;
  background-size: 5600% 2825%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow {
  color: #fff
}
.zdsju-link-white-arrow:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 72.26% 41.67%;
  background-size: 4666.666666666666% 2260%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow:hover {
  color: #fff
}
.zdsju-link-white-arrow:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 72.26% 41.67%;
  background-size: 4666.666666666666% 2260%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow.zdsju-link-s:after, .zdsju-link-white-arrow.zdsju-link-s:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 74.91% 50.46000000000001%;
  background-size: 5600% 2825%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-arrow-left, .zdsju-link-weak-arrow-left, .zdsju-link-white-arrow-left {
  font-size: 14px
}
.zdsju-link-arrow-left:before, .zdsju-link-weak-arrow-left:before, .zdsju-link-white-arrow-left:before {
  content: '';
  display: inline-block;
  vertical-align: 0;
  margin-right: 6px;
  width: 6px;
  height: 10px;
  overflow: hidden;
  background-image: url(sprite/main-20209171659.svg);
  ;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  background-position: 69.34% 50.93%;
  background-size: 4666.666666666666% 2260%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-arrow-left:hover, .zdsju-link-weak-arrow-left:hover, .zdsju-link-white-arrow-left:hover {
  text-decoration: none
}
.zdsju-link-arrow-left:hover:before, .zdsju-link-weak-arrow-left:hover:before, .zdsju-link-white-arrow-left:hover:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px)
}
.zdsju-link-arrow-left.zdsju-link-s, .zdsju-link-weak-arrow-left.zdsju-link-s, .zdsju-link-white-arrow-left.zdsju-link-s {
  font-size: 12px
}
.zdsju-link-arrow-left.zdsju-link-s:before, .zdsju-link-weak-arrow-left.zdsju-link-s:before, .zdsju-link-white-arrow-left.zdsju-link-s:before {
  width: 5px;
  height: 8px;
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 74.18% 59.63%;
  background-size: 5600% 2825%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-left {
  color: #666
}
.zdsju-link-weak-arrow-left:before {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-repeat: no-repeat;
  background-position: 72.26% 50.93%;
  background-size: 4666.666666666666% 2260%;
}
.zdsju-link-weak-arrow-left:hover {
  color: #0070ff
}
.zdsju-link-weak-arrow-left:hover:before {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 69.34% 50.93%;
  background-size: 4666.666666666666% 2260%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-left.zdsju-link-s:before {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 44.73% 68.35%;
  background-size: 5600% 2825%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-left.zdsju-link-s:hover:before {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 74.18% 59.63%;
  background-size: 5600% 2825%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow-left {
  color: #fff
}
.zdsju-link-white-arrow-left:before {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 91.24% 62.5%;
  background-size: 4666.666666666666% 2260%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow-left:hover {
  color: #fff
}
.zdsju-link-white-arrow-left.zdsju-link-s:before, .zdsju-link-white-arrow-left.zdsju-link-s:hover:before, .zdsju-link-white-arrow-left:hover:before {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 91.24% 62.5%;
  background-size: 4666.666666666666% 2260%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-arrow-top, .zdsju-link-weak-arrow-top, .zdsju-link-white-arrow-top {
  font-size: 14px
}
.zdsju-link-arrow-top:after, .zdsju-link-weak-arrow-top:after, .zdsju-link-white-arrow-top:after {
  content: '';
  display: inline-block;
  vertical-align: 1px;
  margin-left: 4px;
  width: 10px;
  height: 6px;
  overflow: hidden;
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 70.37% 55.45%;
  background-size: 2800% 3766.6666666666665%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-arrow-top:hover, .zdsju-link-weak-arrow-top:hover, .zdsju-link-white-arrow-top:hover {
  text-decoration: none
}
.zdsju-link-arrow-top.zdsju-link-s, .zdsju-link-weak-arrow-top.zdsju-link-s, .zdsju-link-white-arrow-top.zdsju-link-s {
  font-size: 12px
}
.zdsju-link-arrow-top.zdsju-link-s:after, .zdsju-link-weak-arrow-top.zdsju-link-s:after, .zdsju-link-white-arrow-top.zdsju-link-s:after {
  width: 8px;
  height: 5px;
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 78.68% 69.23%;
  background-size: 3500% 4520%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-top {
  color: #666
}
.zdsju-link-weak-arrow-top:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 70.37% 46.36%;
  background-size: 2800% 3766.6666666666665%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-top:hover {
  color: #0070ff
}
.zdsju-link-weak-arrow-top:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 70.37% 55.45%;
  background-size: 2800% 3766.6666666666665%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-top.zdsju-link-s:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 82.35% 69.23%;
  background-size: 3500% 4520%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-top.zdsju-link-s:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 78.68% 69.23%;
  background-size: 3500% 4520%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow-top {
  color: #fff
}
.zdsju-link-white-arrow-top:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 74.81% 46.36%;
  background-size: 2800% 3766.6666666666665%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow-top:hover {
  color: #fff
}
.zdsju-link-white-arrow-top:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 74.81% 46.36%;
  background-size: 2800% 3766.6666666666665%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow-top.zdsju-link-s:after, .zdsju-link-white-arrow-top.zdsju-link-s:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 99.26% 61.09%;
  background-size: 3500% 4520%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-arrow-bottom, .zdsju-link-weak-arrow-bottom, .zdsju-link-white-arrow-bottom {
  font-size: 14px
}
.zdsju-link-arrow-bottom:after, .zdsju-link-weak-arrow-bottom:after, .zdsju-link-white-arrow-bottom:after {
  content: '';
  display: inline-block;
  vertical-align: 1px;
  margin-left: 4px;
  width: 10px;
  height: 6px;
  overflow: hidden;
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 74.81% 37.269999999999996%;
  background-size: 2800% 3766.6666666666665%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-arrow-bottom:hover, .zdsju-link-weak-arrow-bottom:hover, .zdsju-link-white-arrow-bottom:hover {
  text-decoration: none
}
.zdsju-link-arrow-bottom.zdsju-link-s, .zdsju-link-weak-arrow-bottom.zdsju-link-s, .zdsju-link-white-arrow-bottom.zdsju-link-s {
  font-size: 12px
}
.zdsju-link-arrow-bottom.zdsju-link-s:after, .zdsju-link-weak-arrow-bottom.zdsju-link-s:after, .zdsju-link-white-arrow-bottom.zdsju-link-s:after {
  width: 8px;
  height: 5px;
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 93.38% 69.23%;
  background-size: 3500% 4520%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-bottom {
  color: #666
}
.zdsju-link-weak-arrow-bottom:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 95.56% 61.36000000000001%;
  background-size: 2800% 3766.6666666666665%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-bottom:hover {
  color: #0070ff
}
.zdsju-link-weak-arrow-bottom:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 74.81% 37.269999999999996%;
  background-size: 2800% 3766.6666666666665%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-bottom.zdsju-link-s:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 89.71000000000001% 69.23%;
  background-size: 3500% 4520%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-weak-arrow-bottom.zdsju-link-s:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 93.38% 69.23%;
  background-size: 3500% 4520%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow-bottom {
  color: #fff
}
.zdsju-link-white-arrow-bottom:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 70.37% 37.269999999999996%;
  background-size: 2800% 3766.6666666666665%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow-bottom:hover {
  color: #fff
}
.zdsju-link-white-arrow-bottom:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 70.37% 37.269999999999996%;
  background-size: 2800% 3766.6666666666665%;
  ;
  background-repeat: no-repeat
}
.zdsju-link-white-arrow-bottom.zdsju-link-s:after, .zdsju-link-white-arrow-bottom.zdsju-link-s:hover:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 86.03% 69.23%;
  background-size: 3500% 4520%;
  ;
  background-repeat: no-repeat
}
.zdsju-2-hero {
  position: relative;
  height: 480px
}
.zdsju-2-hero-list {
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1A202E, endColorstr=#131720);
  background-image: linear-gradient(180deg, #1A202E 1%, #131720 100%);
  overflow: hidden;
  cursor: pointer
}
.zdsju-2-hero-list-m {
  display: none;
  height: 100%;
  background-image: linear-gradient(180deg, #1A202E 1%, #131720 100%);
  overflow: hidden
}
.zdsju-2-hero-item {
  position: relative;
  height: 100%;
  padding: 0 10px
}
.zdsju-2-hero-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat
}
.zdsju-2-hero-item-bg.mobile {
  display: none
}
.zdsju-2-hero-wrap-canvas {
  width: 100%;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}
.zdsju-2-hero-wrap-canvas canvas {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
.zdsju-2-hero-item-inner {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1600px;
  padding: 124px 10px 0;
  z-index: 5
}
.zdsju-2-hero-item-ctn {
  max-width: 560px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 5
}
.zdsju-2-hero-item-btns {
  position: relative;
  z-index: 5
}
.zdsju-2-hero-item-title {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 56px;
  word-wrap: break-word;
  font-weight: 400;
  -webkit-font-smoothing: antialiased
}
.zdsju-2-hero-item-desc {
  line-height: 28px;
  font-size: 16px;
  color: #F5F7FA;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  max-width: 480px
}
.zdsju-2-hero-item-btns .zdsju-btn {
  margin-top: 40px;
  padding-left: 42px;
  padding-right: 42px;
  border-color: rgba(255, 255, 255, .6)
}
.zdsju-2-hero-item-btns .zdsju-btn:hover {
  transition: all .2s linear
}
.zdsju-2-hero-nav-wrap {
  position: relative;
  top: -100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 8
}
.zdsju-2-hero-nav {
  position: absolute;
  right: 10px;
  top: 104px;
  width: 280px
}
.zdsju-2-hero-nav-item {
  margin-bottom: 8px;
  background-color: #1C2A3F;
  border-radius: 2px;
  background-size: cover
}
.zdsju-2-hero-nav-item:hover .zdsju-2-hero-nav-item-category {
  background-color: #04C8DC;
  color: #000;
  transition: all .2s linear
}
.zdsju-2-hero-nav-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}
.zdsju-2-hero-nav-item &gt; a {
  display: block;
  padding: 16px 100px 16px 20px;
  position: relative;
  text-decoration: none;
  word-wrap: break-word
}
.zdsju-2-hero-nav-item-category {
  box-sizing: border-box;
  max-width: 62px;
  border: 1px solid #04C8DC;
  padding: 0 6px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #04C8DC
}
.zdsju-2-hero-nav-item-title {
  margin-top: 4px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, .8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 26px;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased
}
.zdsju-2-hero-nav-item &gt; a:hover .zdsju-2-hero-nav-item-title {
  color: rgba(255, 255, 255, 1);
  transition: all .2s linear
}
.zdsju-2-hero-tab-wrap {
  position: absolute;
  left: 0;
  top: 372px;
  width: 100%
}
.zdsju-2-hero-tab {
  width: 1190px;
  margin: 0 auto;
  font-size: 0
}
.zdsju-2-hero-tab li {
  margin: 0 3px;
  display: inline-block
}
.zdsju-2-hero-tab li a {
  display: inline-block;
  padding: 10px 0;
  width: auto;
  height: auto;
  font-size: 0;
  outline: 0
}
.zdsju-2-hero-tab li a i {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, .16);
  border-radius: 2px;
  text-align: left;
  overflow: hidden
}
.zdsju-2-hero-tab li a i b {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #00A4FF
}
.zdsju-2-hero-tab .zdsju-2-hero-tab-selected a i {
  background-color: #00A4FF;
  opacity: 1;
  transition: all .2s linear
}
.zdsju-event-model {
  text-align: center
}
.zdsju-event-model .zdsju-2-hero-item-ctn {
  width: 100%;
  max-width: inherit
}
.zdsju-event-model .zdsju-2-hero-item-desc p {
  max-width: 600px;
  margin: 0 auto
}
.wrap-canvas-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px
}
.wrap-canvas-wrap-container {
  width: 1280px;
  height: 480px;
  margin: 0 auto;
  position: relative
}
.zdsju-2-hero-main-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat
}
#wrap-canvas canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.zdsju-2-event-panels {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 10px
}
.zdsju-2-event-lattice-card {
  font-size: 0
}
.zdsju-2-event-lattice-card &gt; .zdsju-2-event-lattice-cell {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px
}
.zdsju-2-event-panel {
  display: block;
  position: relative;
  top: 0;
  box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
  border: 1px solid #E5E8ED;
  box-sizing: border-box;
  padding: 19px 20px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased
}
.zdsju-2-event-panel:hover {
  box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
  transition: all .2s linear
}
.zdsju-2-event-cont {
  position: relative;
  padding-left: 60px
}
.zdsju-2-event-panel-title {
  position: relative;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  transition: all .2s linear
}
.zdsju-2-event-panel-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400
}
.zdsju-2-event-panel-icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 48px;
  height: 48px
}
.zdsju-2-event-panel-icon-m {
  display: none;
  opacity: 0
}
.zdsju-2-event-panel-icon-hover {
  position: absolute;
  left: 0;
  top: 3px;
  width: 48px;
  height: 48px;
  display: none
}
.zdsju-2-event-panel:hover .zdsju-2-event-panel-title {
  color: #0070ff
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-1 &gt; .zdsju-2-event-lattice-cell {
  width: 100%
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-2 &gt; .zdsju-2-event-lattice-cell {
  margin-right: 20px;
  width: calc((100% - 20px * (2 - 1) - 1px)/ 2)
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-2 &gt; .zdsju-2-event-lattice-cell:nth-child(2n) {
  margin-right: 0
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-2 &gt; .zdsju-2-event-lattice-cell:nth-child(2n):after {
  display: none
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-3 &gt; .zdsju-2-event-lattice-cell {
  margin-right: 20px;
  width: calc((100% - 20px * (3 - 1) - 1px)/ 3)
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-3 &gt; .zdsju-2-event-lattice-cell:nth-child(3n) {
  margin-right: 0
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-3 &gt; .zdsju-2-event-lattice-cell:nth-child(3n):after {
  display: none
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-4 &gt; .zdsju-2-event-lattice-cell {
  margin-right: 20px;
  width: calc((100% - 20px * (4 - 1) - 1px)/ 4)
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-4 &gt; .zdsju-2-event-lattice-cell:nth-child(4n) {
  margin-right: 0
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-4 &gt; .zdsju-2-event-lattice-cell:nth-child(4n):after {
  display: none
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-5 &gt; .zdsju-2-event-lattice-cell {
  margin-right: 20px;
  width: calc((100% - 20px * (5 - 1) - 1px)/ 5)
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-5 &gt; .zdsju-2-event-lattice-cell:nth-child(5n) {
  margin-right: 0
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-5 &gt; .zdsju-2-event-lattice-cell:nth-child(5n):after {
  display: none
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-6 &gt; .zdsju-2-event-lattice-cell {
  margin-right: 20px;
  width: calc((100% - 20px * (6 - 1) - 1px)/ 6)
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-6 &gt; .zdsju-2-event-lattice-cell:nth-child(6n) {
  margin-right: 0
}
.zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-6 &gt; .zdsju-2-event-lattice-cell:nth-child(6n):after {
  display: none
}
.zdsju-2-hero-group .zdsju-2-event-panels {
  position: relative;
  margin-top: -37px;
  z-index: 10
}
.zdsju-2-tabs-item {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding-bottom: 12px;
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: -1px
}
.zdsju-2-tabs-item-con {
  display: block;
  padding: 0 36px;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  -webkit-font-smoothing: antialiased
}
.zdsju-2-tabs-list {
  border-bottom: #E5E8ED 1px solid;
  position: relative;
  list-style: none;
  padding-right: 120px
}
.zdsju-2-tabs-active .zdsju-2-tabs-item-con, .zdsju-2-tabs-item-con:hover {
  color: #0070ff
}
.zdsju-2-tabs-disabled {
  cursor: default
}
.zdsju-2-tabs-disabled .zdsju-2-tabs-item-con, .zdsju-2-tabs-disabled .zdsju-2-tabs-item-con:hover {
  color: #ccc;
  cursor: not-allowed;
  font-weight: 400
}
.zdsju-2-tabs-active .zdsju-2-tabs-item-con:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0070ff;
  z-index: 1
}
.zdsju-2-tabs-content {
  padding: 16px 0 0;
  background-image: url(img/zdsju-2-tabs/bg-shadow.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%
}
.zdsju-2-tabs-vertical {
  display: table;
  width: 100%
}
.zdsju-2-tabs-vertical .zdsju-2-tabs-bar {
  display: table-cell;
  width: 15%;
  position: relative;
  vertical-align: top
}
.zdsju-2-tabs-vertical .zdsju-2-tabs-bar:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #e5e5e5
}
.zdsju-2-tabs-vertical .zdsju-2-tabs-panel {
  display: table-cell;
  width: 85%
}
.zdsju-2-tabs-vertical .zdsju-2-tabs-item {
  display: block;
  border-bottom: 0 none;
  margin-left: 0;
  margin-right: 0
}
.zdsju-2-tabs-vertical .zdsju-2-tabs-item-con {
  display: block;
  padding: 5px 0;
  text-decoration: none
}
.zdsju-2-tabs-vertical .zdsju-2-tabs-active .zdsju-2-tabs-item-con:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100% !important;
  background-color: #0070ff;
  left: auto;
  bottom: 0;
  z-index: 1
}
.zdsju-2-tabs-active .zdsju-2-tabs-item-con:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0070ff;
  border-left: 1px solid #0070ff;
  background-color: #fff;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.zdsju-2-tabs-vertical .zdsju-2-tabs-list {
  border-bottom: 0 none
}
.zdsju-2-tabs-vertical .zdsju-2-tabs-content {
  padding: 0 0 0 10px
}
.zdsju-2-tabs-item-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: -6px;
  margin-right: 4px
}
.zdsju-2-tabs-item-more {
  position: absolute;
  right: 0;
  top: 0
}
.zdsju-2-tabs-item-more .zdsju-2-tabs-item-con {
  font-size: 16px;
  color: #0070ff;
  padding-left: 0;
  padding-right: 0
}
.zdsju-2-tabs-item-more .zdsju-2-tabs-item-con::after {
  margin-right: 8px
}
.select-product-box {
  font-size: 0;
  box-sizing: border-box
}
.zdsju-menu-panel {
  display: table;
  vertical-align: top;
  width: 100%
}
.zdsju-menu-item {
  width: 320px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  font-size: 0
}
.zdsju-menu-item &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  padding-left: 20px
}
.zdsju-menu-item-title {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400
}
.zdsju-menu-item-text {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  -webkit-font-smoothing: antialiased
}
.zdsju-menu-item:hover {
  transition: all .2s linear;
  background-color: #fff;
  border-color: #e5e8ed;
  -webkit-box-shadow: 0 4px 8px 0 rgba(3, 27, 78, .12);
  -moz-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .12);
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .12)
}
.zdsju-menu-item:hover .zdsju-menu-item-title {
  color: #00A4FF;
  transition: all .2s linear
}
.zdsju-menu-item.more .zdsju-menu-item-title {
  color: #00A4FF
}
.zdsju-menu-panel .zdsju-row-box {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top
}
.zdsju-menu-panel.list-3 .zdsju-row-box em {
  font-size: 16px
}
.zdsju-menu-panel.list-3 .zdsju-row-box:last-child {
  width: 320px
}
.zdsju-2-product-panel {
  display: inline-block;
  background-color: #F5F7FA;
  width: 300px;
  vertical-align: top;
  float: right
}
.zdsju-2-product-group {
  width: 100%
}
.zdsju-2-product-panel .zdsju-2-product-group:last-child {
  margin-top: -11px
}
.zdsju-2-product-item {
  padding: 20px 20px 15px;
  position: relative
}
.zdsju-2-product-title {
  color: #000;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%
}
.zdsju-2-product-tag {
  background-size: cover;
  font-size: 0;
  height: 72px;
  position: absolute;
  right: 0;
  top: 0;
  width: 81px
}
.zdsju-2-product-tag-user {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 64.4% 0.6799999999999999%;
  background-size: 314.60674157303373% 286.07594936708864%;
  ;
  background-repeat: no-repeat
}
.zdsju-2-product-tag-enterprise {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-position: 0.52% 53.74%;
  background-size: 314.60674157303373% 286.07594936708864%;
  ;
  background-repeat: no-repeat
}
.zdsju-2-product-sub-title {
  color: #666;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.zdsju-2-product-zone {
  color: #999;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.zdsju-2-product-zone i {
  margin: 0 5px
}
.zdsju-2-product-info {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
  word-wrap: break-word
}
.zdsju-2-product-feature {
  display: table;
  font-size: 0;
  padding: 12px 0 8px
}
.zdsju-2-product-feature-item {
  display: table-row;
  position: relative
}
.zdsju-2-product-feature-label, .zdsju-2-product-feature-text {
  display: table-cell;
  font-size: 14px;
  vertical-align: top
}
.zdsju-2-product-feature-label {
  padding-right: 17px
}
.zdsju-2-product-feature-label-span {
  display: block;
  height: 24px;
  line-height: 24px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  color: #999
}
.zdsju-2-product-feature-text {
  color: #333;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  max-width: 150px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.zdsju-2-product-feature-text i {
  margin-left: 4px;
  margin-right: 4px
}
.zdsju-2-product-buy-prices {
  padding-top: 14px;
  border-top: 1px solid #dfe1e6
}
.zdsju-2-product-buy-prices-num {
  color: #ff7800;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  height: 30px;
  margin-right: 4px
}
.zdsju-2-product-buy-prices-unit {
  color: #ff7800;
  font-size: 14px;
  line-height: 22px
}
.zdsju-2-product-buy-original-price {
  color: #999;
  margin-left: 4px
}
.zdsju-2-product-price-detail {
  color: #4A4A4A;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin-top: 5px
}
.zdsju-2-product-price-detail i {
  margin-right: 4px
}
.zdsju-progress {
  margin-top: 10px
}
.zdsju-progress-bar-bg {
  background: #fff;
  height: 6px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #00A4FF
}
.zdsju-progress-bar {
  background: #0070ff;
  height: 100%
}
.zdsju-progress-text {
  color: #00A4FF;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
  font-size: 12px
}
.zdsju-2-product-btn-wrap .zdsju-btn {
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
  border-color: transparent;
  border-radius: 2px
}
.zdsju-2-product-btn-wrap .zdsju-btn:hover {
  transition: all .2s linear
}
.zdsju-2-product-panel-fence {
  font-size: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 22px;
  position: relative
}
.zdsju-2-product-panel-fence-line {
  display: inline-block;
  width: 100%;
  height: 0;
  border: 1px dashed #DFE1E6
}
.zdsju-2-product-panel-fence::after, .zdsju-2-product-panel-fence::before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute
}
.zdsju-2-product-panel-fence::before {
  left: -11px
}
.zdsju-2-product-panel-fence::after {
  right: -11px
}
.zdsju-btn {
  height: 36px;
  min-width: 88px;
  padding: 0 16px;
  background-color: #0070ff;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
}
.zdsju-btn-text {
  color: inherit
}
.zdsju-btn:hover {
  text-decoration: none;
  background-color: #0086FF
}
.zdsju-btn-pay {
  background-color: #ff7200
}
.zdsju-btn-pay:hover {
  background-color: #fff
}
.zdsju-btn-hole {
  border-color: #0070ff;
  background-color: transparent;
  color: #0070ff
}
.zdsju-btn-hole:hover {
  background-color: #fff;
  border-color: #0070ff;
  color: #0070ff
}
.zdsju-btn-white-hole {
  border-color: #DCDEE6;
  background: 0 0;
  color: #fff
}
.zdsju-btn-white-hole:hover {
  background-color: #fff;
  color: #000
}
.zdsju-btn-weak {
  background: 0 0;
  border-color: #DCDEE6;
  color: #666
}
.zdsju-btn-weak:hover {
  background: 0 0;
  border-color: #999;
  color: #000
}
.zdsju-btn-link {
  min-width: 0;
  border: none;
  background-color: transparent;
  color: #333
}
.zdsju-btn-link:hover {
  color: #0070ff;
  border: none;
  background-color: transparent
}
.zdsju-btn-disabled, .zdsju-btn-disabled:hover {
  background-color: #ddd;
  border-color: #ddd;
  color: #999;
  cursor: default
}
.zdsju-btn-l {
  height: 40px;
  line-height: 38px
}
.zdsju-btn-s {
  height: 32px;
  line-height: 30px
}
.zdsju-btn-xs {
  height: 28px;
  line-height: 26px;
  min-width: 80px;
  padding: 0 10px;
  font-size: 12px
}
.zdsju-btn-full-width {
  min-width: 0;
  display: block;
  width: 100%
}
.zdsju-btn-auto-width {
  min-width: 0
}
.zdsju-btn .zdsju-loading {
  display: none
}
.zdsju-btn .zdsju-loading-dot {
  background-color: #fff;
  vertical-align: middle
}
.zdsju-btn-loading {
  cursor: default
}
.zdsju-btn-loading .zdsju-btn-text {
  display: none
}
.zdsju-btn-loading .zdsju-loading {
  display: block
}
.zdsju-btn-loading:hover {
  background-color: #0070ff
}
.zdsju-btn-pay.zdsju-btn-loading:hover {
  background-color: #ff7200
}
.zdsju-btn-hole .zdsju-loading-dot {
  background-color: #0070ff
}
.zdsju-btn-hole.zdsju-btn-loading:hover, .zdsju-btn-white-hole.zdsju-btn-loading:hover {
  background-color: transparent
}
.zdsju-btn-weak .zdsju-loading-dot {
  background-color: #ddd
}
.zdsju-btn-weak.zdsju-btn-loading:hover {
  background-color: transparent;
  border-color: #ddd
}
.zdsju-btn-link .zdsju-loading-dot {
  background-color: #ddd
}
.zdsju-btn-link.zdsju-btn-loading:hover {
  background-color: transparent
}
.zdsju-btn-disabled .zdsju-loading-dot {
  background-color: #999
}
.zdsju-btn-disabled.zdsju-btn-loading:hover {
  background-color: #ddd
}
.zdsju-upload-btn {
  position: relative;
  overflow: hidden
}
.zdsju-upload-btn-file {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 200px;
  -webkit-font-smoothing: antialiased
}
.zdsju-upload-btn.zdsju-btn-disabled .zdsju-upload-btn-file {
  display: none
}
[class*=zdsju-i-], [class^=zdsju-i-] {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px
}
[class*=zdsju-i-s-], [class^=zdsju-i-s-] {
  width: 12px;
  height: 12px
}
.zdsju-collapse-list {
  border-top: 1px solid #e5e5e5
}
.zdsju-collapse-item {
  border-bottom: 1px solid #e5e5e5
}
.zdsju-collapse-item-hd {
  position: relative;
  padding: 0 40px 0 16px;
  height: 50px;
  background-color: #fff;
  cursor: pointer
}
.zdsju-collapse-item-title {
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased
}
.zdsju-collapse-product-m .zdsju-collapse-item-hd::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -9px;
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-repeat: no-repeat;
  background-size: 1750% 1412.5%;
  ;
  background-position: 81.06% 64.29%
}
.zdsju-collapse-product-m .zdsju-collapse-item.active .zdsju-collapse-item-hd::after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-repeat: no-repeat;
  background-size: 1750% 1412.5%;
  ;
  background-position: 87.88% 64.29%
}
.zdsju-collapse-item-bd {
  display: none;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 28px;
  color: #333
}
.zdsju-collapse-item.active .zdsju-collapse-item-bd {
  display: block
}
.zdsju-collapse-item.active .zdsju-collapse-item-title {
  color: #0070ff
}
.zdsju-collapse-item.active .zdsju-collapse-product-icon img {
  opacity: 0
}
.zdsju-collapse-item.active .zdsju-collapse-product-icon img.active-img {
  opacity: 1
}
.zdsju-2-action-panel {
  position: relative;
  padding: 36px 10px;
  background-color: #00A4FF;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#006EFF, endColorstr=#00A4FF);
  background-image: linear-gradient(227deg, #00A4FF 0, #006EFF 88%);
  background-size: auto 100%;
  min-height: 108px;
  text-align: center;
  -webkit-font-smoothing: antialiased
}
.zdsju-2-action-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1600px;
  padding: 0 10px
}
.zdsju-2-action-pane-desc {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
  color: #fff
}
.zdsju-2-action-pane-desc i {
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: -2px;
  font-family: DINNextLTPro-MediumCond, 'DIN Alternate'
}
.zdsju-2-action-pane-desc.mobile {
  display: none
}
.zdsju-2-action-panel-btns {
  display: inline-block;
  margin-left: 34px
}
.zdsju-2-action-panel-btns .zdsju-btn {
  min-width: 136px;
  border-color: rgba(255, 255, 255, .6)
}
.zdsju-2-action-panel-btns .zdsju-btn:hover {
  transition: all .2s linear;
  color: #00A4FF
}
.home-solution-bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: background-image .2s;
  transition: background-image .2s
}
.zdsju-solution-section {
  z-index: 5;
  padding-bottom: 80px
}
.zdsju-solution-section .zdsjumap-inner {
  position: relative;
  z-index: 2
}
.zdsju-solution-section .zdsjumap-title {
  color: #fff
}
.zdsju-3-tabs-vertical {
  display: table;
  width: 100%
}
.zdsju-3-tabs-vertical .zdsju-3-tabs-bar {
  display: table-cell;
  width: 220px;
  position: relative;
  vertical-align: top
}
.zdsju-3-tabs-vertical .zdsju-3-tabs-panel {
  display: table-cell;
  width: calc(100% - 240px)
}
.zdsju-3-tabs-vertical .zdsju-3-tabs-item {
  display: block;
  border-bottom: 0 none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px
}
.zdsju-3-tabs-vertical .zdsju-3-tabs-item:last-child {
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, .1)
}
.zdsju-3-tabs-vertical .zdsju-3-tabs-item:last-child:hover .zdsju-3-tabs-item-con {
  background-color: inherit;
  color: #fff
}
.zdsju-3-tabs-vertical .zdsju-3-tabs-item-con {
  display: block;
  text-decoration: none;
  height: 36px;
  overflow: hidden
}
.zdsju-3-tabs-active .zdsju-3-tabs-item-con, .zdsju-3-tabs-vertical .zdsju-3-tabs-item-con:hover {
  color: #00A4FF;
  background-color: rgba(255, 255, 255, .1);
  position: relative
}
.zdsju-3-tabs-vertical .zdsju-3-tabs-item-con:hover {
  transition: all .2s linear
}
.zdsju-3-tabs-vertical .zdsju-3-tabs-list {
  border-bottom: 0 none
}
.zdsju-3-tabs-vertical .zdsju-3-tabs-content {
  padding-top: 20px;
  padding-right: 140px
}
.zdsju-3-tabs-bar {
  text-align: center
}
.zdsju-3-tabs-item {
  display: inline-block;
  text-align: left;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  margin-right: -1px
}
.zdsju-3-tabs-item:first-child {
  margin-top: 0
}
.zdsju-3-tabs-item-con {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 36px;
  color: #F5F7FA;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  margin-right: -1px
}
.zdsju-solution-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  height: 32px;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word
}
.zdsju-solution-key {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  line-height: 24px;
  margin-bottom: 28px
}
.zdsju-solution-key a {
  color: rgba(255, 255, 255, .6)
}
.zdsju-solution-key a:hover {
  color: #00A4FF
}
.zdsju-solution-key i {
  margin-left: 4px;
  margin-right: 4px
}
.zdsju-solution-desc {
  font-size: 14px;
  color: #F5F7FA;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 72px;
  word-wrap: break-word
}
.zdsju-solution-desc-more-link {
  display: inline-block;
  font-size: 14px;
  color: #00A4FF;
  line-height: 22px
}
.zdsju-solition-btn {
  margin-top: 32px
}
.zdsju-solition-btn .zdsju-btn {
  padding: 0 36px
}
.zdsju-solition-btn .zdsju-btn:hover {
  transition: all .2s linear
}
.zdsju-1-logo-case {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  max-width: 140px;
  height: 44px;
  overflow: hidden;
  line-height: 44px
}
.zdsju-1-logo-case img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle
}
.zdsju-lattice {
  font-size: 0
}
.zdsju-lattice &gt; .zdsju-lattice-cell {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 14px;
  text-align: left;
  margin-right: 40px
}
.zdsju-lattice-line {
  font-size: 0
}
.zdsju-lattice-line &gt; .zdsju-lattice-cell {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  text-align: left;
  position: relative
}
.zdsju-lattice-line &gt; .zdsju-lattice-cell:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -70px;
  width: 1px;
  height: 140px;
  background-color: #e5e5e5
}
.zdsju-lattice-line &gt; .zdsju-lattice-cell:last-child:after {
  display: none
}
.zdsju-lattice-card {
  font-size: 0
}
.zdsju-lattice-card &gt; .zdsju-lattice-cell {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  text-align: left
}
.zdsju-lattice-center {
  text-align: center
}
.zdsju-1-logo-case {
  text-align: left;
  max-width: 100%
}
.zdsju-1-logo-cases {
  margin-top: 40px
}
.zdsju-solution-item .zdsju-lattice &gt; .zdsju-lattice-cell {
  max-width: 140px;
  margin-right: 40px
}
.zdsju-solution-item .zdsju-lattice &gt; .zdsju-lattice-cell .zdsju-1-logo-case {
  height: 48px;
  line-height: 48px
}
.zdsju-clip-mod {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
  display: none\9
}
.zdsju-clip-mod:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 70% 30%, 0 100%);
  clip-path: polygon(0 0, 70% 30%, 0 100%);
  background-color: #F5F7FA
}
.zdsju-clip-mod::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 40%, 100% 80%, 35% 16%);
  clip-path: polygon(100% 40%, 100% 80%, 35% 16%);
  background-color: #DCDFE8
}
.zdsju-market-section .zdsju-tabs-content {
  padding-top: 16px;
  background-image: url(img/zdsju-2-tabs/bg-shadow.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%
}
.zdsju-market-section .zdsju-tabs-content {
  position: relative
}
.btn-switch {
  display: none;
  position: absolute;
  width: 65px;
  height: 65px;
  top: 50%;
  margin-top: -30px
}
.btn-switch.prev {
  left: -75px;
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-size: 430.7692307692308% 347.6923076923077%;
  ;
  background-position: 99.53% 0.62%;
  background-repeat: no-repeat
}
.btn-switch.prev:hover {
  background-image: url(sprite/main-20209171659.svg);
  ;
  transition: all .2s linear;
  background-position: 57.21000000000001% 50.93%;
  background-size: 430.7692307692308% 347.6923076923077%;
  ;
  background-repeat: no-repeat
}
.btn-switch.next {
  right: -75px;
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-size: 430.7692307692308% 347.6923076923077%;
  ;
  background-position: 0.47000000000000003% 99.38%;
  background-repeat: no-repeat
}
.btn-switch.next:hover {
  background-image: url(sprite/main-20209171659.svg);
  ;
  transition: all .2s linear;
  background-position: 99.53% 42.24%;
  background-size: 430.7692307692308% 347.6923076923077%;
  ;
  background-repeat: no-repeat
}
.zdsju-market-panel {
  padding-left: 290px;
  position: relative;
  max-height: 332px
}
.zdsju-market-panel-main {
  box-sizing: border-box
}
.zdsju-market-panel-main-cont {
  font-size: 0
}
.zdsju-market-panel-main-cont .zdsju-market-info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  text-align: left;
  margin-bottom: 12px
}
.zdsju-market-panel-main-cont.list-2 .zdsju-market-info {
  margin-left: 12px;
  width: calc((100% - 24px * (2 - 1) - 1px)/ 2)
}
.zdsju-market-info-panel {
  display: block;
  position: relative;
  top: 0;
  box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
  border: 1px solid #E5E8ED;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased
}
.zdsju-market-info-panel:hover {
  transition: all .2s linear;
  box-shadow: 0 4px 8px rgba(3, 27, 78, .12)
}
.zdsju-market-info-panel:hover .zdsju-market-title {
  color: #00A4FF;
  transition: all .2s linear
}
.zdsju-market-title-wrap {
  position: relative;
  height: 28px;
  overflow: hidden
}
.zdsju-market-title {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block
}
.zdsju-market-tags {
  position: absolute;
  right: 0;
  top: 3px
}
.zdsju-market-tag {
  display: inline-block;
  background: #fff;
  border: 1px solid #e5e8ed;
  line-height: 20px;
  text-align: center;
  padding: 0 8px;
  font-size: 12px;
  color: #999
}
.zdsju-market-text {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  word-wrap: break-word;
  margin-top: 4px
}
.zdsju-market-prices-wrap {
  margin-top: 6px;
  position: relative
}
.zdsju-market-prices-num {
  color: #ff6600 ;
  font-size: 24px;
  line-height: 32px;
  height: 32px;
  -webkit-font-smoothing: antialiased
}
.zdsju-market-original-price {
  color: #b0b0b0;
  font-size: 14px;
  line-height: 24px;
  margin-left: 4px
}
.zdsju-market-use {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
  color: #999;
  line-height: 18px
}
.use-num {
  color: #ff6600 
}
.use-being i {
  margin-right: 4px
}
.zdsju-market-panel-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  height: 332px;
  background-color: #eee;
  background-size: cover;
  border: 1px solid #E5E8ED;
  box-shadow: 0 2px 4px rgba(3, 27, 78, .06)
}
.zdsju-market-panel-sidebar-cont {
  padding: 20px
}
.zdsju-market-panel-sidebar-title {
  font-size: 24px;
  line-height: 32px;
  color: #333;
  height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-font-smoothing: antialiased
}
.zdsju-market-panel-sidebar-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666
}
.zdsju-service-info {
  text-align: center
}
.zdsju-service-info-text {
  font-size: 16px;
  color: #4A4A4A;
  text-align: center;
  line-height: 36px;
  -webkit-font-smoothing: antialiased
}
.zdsju-service-info-text i {
  margin-left: 4px;
  margin-right: 4px;
  color: #00A4FF;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  vertical-align: -2px;
  font-family: DINNextLTPro-MediumCond, 'DIN Alternate'
}
.zdsju-service-list {
  margin-top: 24px;
  width: 100%;
  overflow: hidden
}
.zdsju-service-panel-list {
  font-size: 0;
  margin-left: -20px;
  margin-right: -20px
}
.zdsju-service-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
  text-align: center;
  margin-bottom: 20px;
  width: calc((100% - 1px)/ 7)
}
.zdsju-service-panel {
  display: inline-block;
  width: 128px;
  height: 126px;
  border-radius: 2px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid transparent
}
.zdsju-service-panel:hover {
  background: #FFF;
  border-color: rgba(229, 232, 237, .3);
  box-shadow: 0 4px 8px 0 rgba(3, 27, 78, .12);
  transition: all .2s linear
}
.zdsju-service-panel:hover .zdsju-service-title {
  color: #00A4FF
}
.zdsju-service-icon {
  display: inline-block;
  width: 48px;
  height: 48px
}
.zdsju-service-icon img {
  width: 100%;
  height: 100%
}
.zdsju-service-title {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 14px;
  transition: all .2s linear;
  -webkit-font-smoothing: antialiased
}
.zdsju-market-section .zdsjumap-inner {
  position: relative;
  z-index: 5
}
.home-service-bg-mask {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -700px;
  width: 1400px;
  height: 100%;
  z-index: 2;
  font-size: 0;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 78%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 78%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%)
}
.home-service-bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -800px;
  max-width: 1600px;
  z-index: 1;
  opacity: .03;
  font-size: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: bgScroll 24s infinite linear;
  animation: bgScroll 24s infinite linear;
  will-change: transform
}
.home-service-bg-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  min-height: 280px
}
.home-service-bg-item {
  height: 80px;
  margin: 0 50px 50px;
  display: inline-block;
  vertical-align: middle;
  line-height: 80px;
  -webkit-filter: grayscale(100%);
  -webkit-filter: gray;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray
}
.home-service-bg-item.last {
  margin-left: 1100px
}
.home-service-bg-item img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%
}
.home-service-bg-item.nvidia {
  width: 300px;
  height: 57px;
  background-image: url(sprite/main-20209171659.png);
  background-position: 0px -232px
}
.home-service-bg-item.symantec {
  width: 300px;
  height: 81px;
  background-image: url(sprite/main-20209171659.png);
  background-position: 0px 0px
}
.home-service-bg-item.del {
  width: 150px;
  height: 57px;
  background-image: url(sprite/main-20209171659.png);
  background-position: -96px -291px
}
.home-service-bg-item.beyondsoft {
  width: 300px;
  height: 79px;
  background-image: url(sprite/main-20209171659.png);
  background-position: 0px -83px
}
.home-service-bg-item.dell {
  width: 94px;
  height: 94px;
  background-image: url(sprite/main-20209171659.png);
  background-position: 0px -291px
}
.home-service-bg-item.cisco {
  width: 103px;
  height: 55px;
  background-image: url(sprite/main-20209171659.png);
  background-position: 0px -387px
}
.home-service-bg-item.dll {
  width: 220px;
  height: 81px;
  background-image: url(sprite/main-20209171659.png);
  background-position: -302px 0px
}
.home-service-bg-item.wlxy {
  width: 72px;
  height: 72px;
  background-image: url(sprite/main-20209171659.png);
  background-position: 0px -444px
}
.home-service-bg-item.trustasia {
  width: 300px;
  height: 66px;
  background-image: url(sprite/main-20209171659.png);
  background-position: 0px -164px
}
.home-service-bg-item.kingdee {
  width: 216px;
  height: 35px;
  background-image: url(sprite/main-20209171659.png);
  background-position: -248px -291px
}
.home-service-bg-item.cloudroom {
  width: 177px;
  height: 32px;
  background-image: url(sprite/main-20209171659.png);
  background-position: -96px -350px
}
.home-service-bg-item.isoftstone {
  width: 178px;
  height: 53px;
  background-image: url(sprite/main-20209171659.png);
  background-position: -302px -232px
}
.home-service-bg-item.avaya {
  width: 200px;
  height: 58px;
  background-image: url(sprite/main-20209171659.png);
  background-position: -302px -170px
}
.home-service-bg-item.icss {
  width: 190px;
  height: 85px;
  background-image: url(sprite/main-20209171659.png);
  background-position: -302px -83px
}
@-webkit-keyframes bgScroll {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-33.333%);
    transform: translateY(-33.333%)
  }
}
@keyframes bgScroll {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-33.333%);
    transform: translateY(-33.333%)
  }
}
.zdsju-developer-section .zdsjumap-inner {
  position: relative;
  z-index: 2
}
.home-developer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(img/recommend/home-developer-bg.png) top center no-repeat #f7f8fa;
  background-size: cover
}
.zdsju-5-media-panel {
  display: block;
  position: relative;
  top: 0;
  transition: all .2s linear;
  box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
  border: 1px solid #E5E8ED;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased
}
.zdsju-5-media-panel:hover {
  box-shadow: 0 4px 8px rgba(3, 27, 78, .12)
}
.zdsju-5-media-panel.hand:hover {
  cursor: pointer
}
.zdsju-5-media-panel-main {
  padding: 32px 32px 0;
  min-height: 220px
}
.zdsju-5-media-panel-title {
  font-size: 24px;
  -webkit-font-smoothing: antialiased
}
.zdsju-icon-title {
  width: 120px;
  height: 24px;
  font-size: 0;
  display: block
}
.zdsju-icon-title.text-1 {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-size: 233.33333333333334% 941.6666666666666%;
  ;
  background-position: 0.63% 13.370000000000001%;
  background-repeat: no-repeat
}
.zdsju-icon-title.text-2 {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-size: 233.33333333333334% 941.6666666666666%;
  ;
  background-position: 0.63% 26.240000000000002%;
  background-repeat: no-repeat
}
.zdsju-icon-title.text-3 {
  background-image: url(sprite/main-20209171659.svg);
  ;
  background-size: 233.33333333333334% 941.6666666666666%;
  ;
  background-position: 0.63% 0.5%;
  background-repeat: no-repeat
}
.zdsju-5-media-panel-desc {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 16px
}
.zdsju-5-media-panel-links {
  margin-top: 18px
}
.zdsju-5-media-panel-text {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
  margin-bottom: 8px
}
.zdsju-5-media-panel-text a {
  color: #666
}
.zdsju-5-media-panel-text a:hover {
  color: #00A4FF
}
.zdsju-5-media-panel-text a::before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #666;
  display: inline-block;
  vertical-align: 4px;
  margin-left: 2px;
  margin-right: 8px
}
.zdsju-5-media-panel-details {
  line-height: 48px;
  border-top: 1px solid #E5E8ED;
  padding: 0 30px
}
.zdsju-5-media-panel-details-link {
  color: #00A4FF
}
.zdsju-tabs-bar {
  text-align: center;
  font-size: 0
}
.zdsju-tabs-item {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 0 20px;
  padding-bottom: 12px
}
.zdsju-tabs-item-con {
  display: block;
  padding: 0 30px;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  -webkit-font-smoothing: antialiased
}
.zdsju-tabs-list {
  border-bottom: #e5e5e5 1px solid;
  position: relative;
  list-style: none
}
.zdsju-tabs-active .zdsju-tabs-item-con, .zdsju-tabs-item-con:hover {
  color: #0070ff
}
.zdsju-tabs-disabled {
  cursor: default
}
.zdsju-tabs-disabled .zdsju-tabs-item-con, .zdsju-tabs-disabled .zdsju-tabs-item-con:hover {
  color: #ccc;
  cursor: not-allowed;
  font-weight: 400
}
.zdsju-tabs-active .zdsju-tabs-item-con:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0070ff;
  z-index: 1
}
.zdsju-tabs-content {
  padding: 10px 0 0
}
.zdsju-tabs-vertical {
  display: table;
  width: 100%
}
.zdsju-tabs-vertical .zdsju-tabs-bar {
  display: table-cell;
  width: 15%;
  position: relative;
  vertical-align: top
}
.zdsju-tabs-vertical .zdsju-tabs-bar:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #e5e5e5
}
.zdsju-tabs-vertical .zdsju-tabs-panel {
  display: table-cell;
  width: 85%
}
.zdsju-tabs-vertical .zdsju-tabs-item {
  display: block;
  border-bottom: 0 none;
  margin-left: 0;
  margin-right: 0
}
.zdsju-tabs-vertical .zdsju-tabs-item-con {
  display: block;
  padding: 5px 0;
  text-decoration: none
}
.zdsju-tabs-vertical .zdsju-tabs-active .zdsju-tabs-item-con:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100% !important;
  background-color: #0070ff;
  left: auto;
  bottom: 0;
  z-index: 1
}
.zdsju-tabs-vertical .zdsju-tabs-list {
  border-bottom: 0 none
}
.zdsju-tabs-vertical .zdsju-tabs-content {
  padding: 0 0 0 10px
}
.zdsju-2-tabs-active .tabs-animation, .zdsju-tabs-active .tabs-animation {
  font-size: 0;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #E5E8ED;
  background-color: #fff;
  z-index: 10;
  animation: electricity .8s;
  -moz-animation: electricity .8s;
  -webkit-animation: electricity .8s;
  -o-animation: electricity .8s
}
@keyframes electricity {
  0% {
    left: 0;
    width: 100%
  }
  100% {
    left: 101%;
    width: 0
  }
}
.zdsju-2-logo-case-section {
  z-index: 5
}
.zdsju-tabs-skin-1 .zdsju-tabs-item {
  margin: 0 100px -1px;
  overflow: hidden
}
.zdsju-tabs-skin-1 .zdsju-tabs-active .zdsju-tabs-item-con:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0070ff;
  border-left: 1px solid #0070ff;
  background-color: #F6F8FC;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.zdsju-tabs-skin-1 .zdsju-tabs-content {
  padding-top: 24px;
  background-image: url(img/zdsju-2-tabs/bg-shadow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top
}
.zdsju-tabs-skin-1 .zdsju-lattice.zdsju-lattice-cols-5 &gt; .zdsju-lattice-cell {
  margin-right: 0;
  margin-bottom: 0;
  width: 20%;
  padding-top: 20px;
  padding-bottom: 20px
}
.zdsju-tabs-skin-1 .zdsju-1-logo-cases {
  margin-top: 0;
  max-height: 432px;
  overflow: hidden
}
.zdsju-tabs-skin-1 .zdsju-1-logo-case {
  text-align: center;
  line-height: 68px;
  height: 68px
}
.zdsju-tabs-skin-1 .zdsju-lattice .zdsju-lattice-cell:nth-child(5n) {
  border-right: none
}
.zdsju-tabs-skin-1 .zdsju-lattice .zdsju-lattice-cell {
  position: relative
}
.zdsju-tabs-skin-1 .zdsju-lattice.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell {
  margin-right: 20px;
  width: calc((100% - 20px * (6 - 1) - 1px)/ 6);
  margin-bottom: 20px
}
.zdsju-2-logo-case-section .zdsju-more-link {
  margin-top: 20px
}
.zdsjumapsection {
background-color: #182030;
    background-image: linear-gradient(180deg,#182030 1%,#0A101B 97%);
  padding-bottom: 120px
}
.zdsju-map-section .zdsjumap-desc, .zdsju-map-section .zdsjumap-title {
  color: #fff
}
.zdsju-map-btn {
  text-align: center;
  padding-top: 6px
}
.zdsju-map-btn&gt;a:hover{color: #fff}
.zdsju-map-btn .zdsju-btn {
  padding-left: 26px;
  padding-right: 26px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased
}
.zdsju-map-btn .zdsju-btn:hover {
  transition: all .2s linear
}
.zdsju-map-btn .zdsju-more-link {
  margin: 20px auto 0
}
.zdsjumapwrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1012px;
  height: 490px
}
.zdsju-map-mod {
  display: block
}
.zdsju-map-mod img {
  display: block;
  width: 100%;
  height: 100%
}
.zdsju-map-dot-explain {
  position: absolute;
  left: -48px;
  bottom: 50px;
  z-index: 3
}
.zdsju-map-dot-explain-item {
  display: block;
  margin-bottom: 10px
}
.zdsju-map-dot-explain-item .zdsju-map-dot {
  cursor: default
}
.zdsju-map-dot {
  position: absolute;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-right: 11px
}
.zdsju-map-dot-layer {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  background-color: #0070ff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1
}
.zdsju-map-dot:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: inset #0070ff 0 0 5px;
  box-shadow: inset #0070ff 0 0 5px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0
}
.zdsju-map-dot.style-1 {
  box-shadow: inset #0070ff 0 0 5px;
  border-radius: 50%
}
.zdsju-map-dot.style-1 .zdsju-map-dot-layer {
  width: 8px;
  height: 8px;
  background-color: #0070ff;
  margin: -4px 0 0 -4px
}
.zdsju-map-dot.style-1, .zdsju-map-dot.style-1:after {
  -webkit-box-shadow: inset #0070ff 0 0 5px;
  box-shadow: inset #0070ff 0 0 5px
}
.zdsju-map-dot.style-2 {
  box-shadow: inset #04C8DC 0 0 5px;
  border-radius: 50%
}
.zdsju-map-dot.style-2 .zdsju-map-dot-layer {
  width: 8px;
  height: 8px;
  background-color: #04C8DC;
  margin: -4px 0 0 -4px
}
.zdsju-map-dot.style-2, .zdsju-map-dot.style-2:after {
  -webkit-box-shadow: inset #04C8DC 0 0 5px;
  box-shadow: inset #04C8DC 0 0 5px
}
.zdsju-map-dot.style-3 {
  box-shadow: inset #ff6600  0 0 5px;
  border-radius: 50%
}
.zdsju-map-dot.style-3 .zdsju-map-dot-layer {
  width: 8px;
  height: 8px;
  background-color: #ff6600 ;
  margin: -4px 0 0 -4px
}
.zdsju-map-dot.style-3, .zdsju-map-dot.style-3:after {
  -webkit-box-shadow: inset #ff6600  0 0 5px;
  box-shadow: inset #ff6600  0 0 5px
}
.zdsju-map-dot, .zdsju-map-dot-explain-txt {
  display: inline-block;
  vertical-align: middle
}
.zdsju-map-dot-explain .zdsju-map-dot {
  position: relative
}
.zdsju-map-dot-explain-txt {
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased
}
.zdsju-map-dot-layer:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-box-shadow: inset #0070ff 0 0 5px;
  box-shadow: inset #0070ff 0 0 5px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0
}
.zdsju-map-dot.animate.active:after, .zdsju-map-dot.animate:hover:after {
  -webkit-animation: warn 2s ease-out .1s infinite;
  animation: warn 2s ease-out .1s infinite
}
.zdsju-map-dot.animate.active .zdsju-map-dot-layer:after, .zdsju-map-dot.animate:hover .zdsju-map-dot-layer:after {
  -webkit-animation: warn-2 2s ease-out 1.1s infinite;
  animation: warn-2 2s ease-out 1.1s infinite
}
.zdsju-map-dot.style-1 .zdsju-map-dot-layer:after {
  -webkit-box-shadow: inset #0070ff 0 0 5px;
  box-shadow: inset #0070ff 0 0 5px
}
.zdsju-map-dot.style-2 .zdsju-map-dot-layer:after {
  -webkit-box-shadow: inset #04C8DC 0 0 5px;
  box-shadow: inset #04C8DC 0 0 5px
}
.zdsju-map-dot.style-3 .zdsju-map-dot-layer:after {
  -webkit-box-shadow: inset #ff6600  0 0 5px;
  box-shadow: inset #ff6600  0 0 5px
}
@-webkit-keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }
  5% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4)
  }
}
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }
  5% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4)
  }
}
@-webkit-keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }
  5% {
    opacity: 8
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10)
  }
}
@keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }
  5% {
    opacity: 8
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10)
  }
}
.zdsju-map-dot-list {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0
}
.zdsju-map-dot-text {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  white-space: nowrap
}
.zdsju-map-dot-text.left {
  left: auto;
  right: 100%;
  padding-left: 0;
  padding-right: 5px
}
.zdsju-bubble {
  position: absolute;
  z-index: 6
}
.zdsju-map-bubble {
  left: 50%;
  bottom: 100%;
  margin-left: -100px;
  margin-bottom: 10px;
  width: 200px;
  text-align: center;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  cursor: default;
  pointer-events: none
}
.zdsju-bubble-inner {
  font-size: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b3b7bf;
  border-radius: 2px;
  background-color: #fff;
  line-height: 18px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  position: static !important;
  left: 50%;
  top: 50%;
  min-width: 160px
}
.zdsju-map-bubble .zdsju-bubble-inner {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  border-color: rgba(83, 98, 114, .4);
  font-size: 14px;
  line-height: 24px;
  color: #333
}
.zdsju-map-bubble-title {
  padding: 0 16px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, .37);
  line-height: 40px;
  background-color: #F5F7FA
}
.zdsju-map-bubble-cont {
  padding: 8px 16px;
  font-size: 14px;
  color: #000;
  text-align: left;
  line-height: 24px
}
.zdsju-map-bubble .zdsju-bubble-inner:before {
  border-top-color: #0070ff
}
.zdsju-bubble-bottom .zdsju-bubble-inner:before {
  margin-left: -8px;
  border-top-color: #b3b7bf
}
.zdsju-bubble-bottom .zdsju-bubble-inner:after, .zdsju-bubble-bottom .zdsju-bubble-inner:before {
  top: 100%;
  left: inherit;
  right: inherit;
  margin-top: -1px;
  border-top-style: solid
}
.zdsju-bubble .zdsju-bubble-inner:after, .zdsju-bubble .zdsju-bubble-inner:before {
  font-size: 0;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border: 8px dashed transparent
}
.zdsju-bubble-bottom .zdsju-bubble-inner:after {
  margin-left: -7px;
  border-top-color: #fff
}
.zdsju-map-dot.hover .zdsju-map-bubble, .zdsju-map-dot:hover .zdsju-map-bubble {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.zdsju-certificate-section .zdsju-1-media-panel {
  text-align: left
}
.zdsju-certificate-section .zdsju-section-tit {
  margin-top: 60px
}
.zdsju-certificate-section .zdsju-section-des {
  position: relative;
  margin-top: 32px
}
.zdsju-certificate-section .zdsju-section-des span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding: 0 40px;
  font-size: 14px;
  color: #999
}
.zdsju-certificate-section .zdsju-section-des::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  background-image: linear-gradient(to right, #fff, #e4e4e4, #fff, #e4e4e4, #fff);
  top: 50%;
  left: 0
}
.home-certificate-panels {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  margin: -120px auto 0;
  max-width: 1600px;
  padding: 0 10px
}
.zdsju-certificate-section .zdsju-lattice-line &gt; .zdsju-lattice-cell {
  margin-bottom: 0
}
.zdsju-certificate-section .zdsju-1-media-panel-desc {
  margin-top: 15px;
  color: #666
}
.zdsju-certificate-section .zdsju-section-inner .zdsju-section-hd {
  margin-bottom: 40px
}
.home-certificate.zdsju-lattice-line {
  background-color: #fff;
  padding: 26px 36px;
  border-radius: 2px;
  border: 1px solid #E5E8ED;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
  position: relative;
  z-index: 10
}
.home-certificate.zdsju-lattice-line &gt; .zdsju-lattice-cell:after {
  height: 90px;
  margin-top: -45px
}
.home-certificate .zdsju-1-media-panel-title {
  color: #000
}
[class*=zdsju-1-media-panel-clamp-], [class^=zdsju-1-media-panel-clamp-] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.zdsju-1-media-panel-clamp-2 {
  -webkit-line-clamp: 2;
  max-height: 48px
}
.zdsju-1-media-panel-clamp-3 {
  -webkit-line-clamp: 3;
  max-height: 72px
}
.zdsju-1-media-panel {
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 14px
}
.zdsju-1-media-panel-object {
  margin: 0 auto 20px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px
}
.zdsju-1-media-panel-object-border {
  width: 86px;
  height: 86px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  line-height: 86px
}
.zdsju-1-media-panel-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px
}
.zdsju-1-media-panel-title {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-font-smoothing: antialiased
}
.zdsju-1-media-panel-body:hover .zdsju-1-media-panel-title {
  color: #0070ff
}
.zdsju-1-media-panel-body:hover .zdsju-1-media-panel-title.zdsju-link-weak-arrow:after {
  background-image: url(sprite/main-20209171659.svg);
  ;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  background-position: 69.34% 41.67%;
  background-size: 4666.666666666666% 2260%;
  ;
  background-repeat: no-repeat
}
.zdsju-1-media-panel-desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 48px;
  word-wrap: break-word
}
.zdsju-1-media-panel-desc p {
  margin: 0
}
.zdsju-1-media-panel-links {
  margin-top: 10px
}
.zdsju-1-media-panel-link {
  color: #0070ff;
  text-decoration: none
}
.zdsju-1-media-panel-link:after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-style: solid;
  border-color: transparent #0070ff #0070ff transparent;
  border-width: 0 1px 1px 0;
  transform: rotate3d(0, 0, 1, -45deg);
  transition: transform .3s ease-in-out
}
.zdsju-1-media-panel-link:hover:after {
  transform: rotate3d(0, 0, 1, -45deg) translate3d(3px, 3px, 0)
}
.zdsju-1-media-panel-horizontal {
  position: relative;
  padding-left: 116px;
  min-height: 86px;
  text-align: left
}
.zdsju-1-media-panel-horizontal .zdsju-1-media-panel-object {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box
}
.zdsju-1-media-panel-horizontal .zdsju-1-media-panel-body {
  padding-top: 10px
}
.zdsju-1-media-panel-horizontal .zdsju-1-media-panel-desc {
  margin-top: 15px
}
.zdsju-1-media-panel-left {
  text-align: left
}
.zdsju-1-media-panel-left .zdsju-1-media-panel-object {
  margin-left: 0
}
.zdsju-section {
  padding: 70px 0
}
.zdsju-section-bg {
  background-color: #f7f8fa
}
.zdsju-section-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px
}
.zdsju-section-hd {
  margin-bottom: 55px
}
.zdsju-section-tit {
  text-align: center;
  font-size: 30px;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased
}
.zdsju-section-des {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin: 20px 0 0;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased
}
.zdsju-section-des a {
  color: #0070ff;
  text-decoration: none
}
.zdsju-section-des a:hover {
  text-decoration: underline
}
.zdsju-section-bg1 {
  background-color: #f7f8fa;
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: auto 241px, auto 270px
}
.zdsju-section-bg2 {
  background-color: #f7f8fa;
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: auto 419px, auto 513px
}
.home-certificate-list-pc {
  padding-top: 5px;
  font-size: 0
}
.home-certification-item {
  width: 12.5%;
  text-align: center;
  display: inline-block;
  vertical-align: top
}
.home-certification-item &gt; a {
  display: block
}
.home-certification-item a:hover .home-certification-tit {
  color: #0070ff
}
.home-certification-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px
}
.home-certification-icon img {
  display: block;
  width: 100%;
  height: 100%
}
.home-certification-tit {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word
}
.home-certification-icon.more {
  position: relative;
  background: url(img/certification/btn-more.svg)
}
.home-certification-item a:hover .home-certification-icon.more {
  background: url(img/certification/btn-more-hover.svg);
  transition: all .2s linear
}
.home-certificate-list-mobile {
  display: none
}
.zdsju-action-panel {
  position: relative;
  padding: 40px 10px;
  min-height: 218px;
  background-size: auto 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased
}
.zdsju-action-panel-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1600px;
  padding: 0 10px
}
.zdsju-action-panel-title {
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased
}
.zdsju-action-panel-desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  -webkit-font-smoothing: antialiased
}
.zdsju-action-panel-desc.mobile {
  display: none
}
.zdsju-action-panel-desc a {
  color: #fff;
  font-weight: 600
}
.zdsju-action-panel-desc a:hover {
  text-decoration: underline
}
.zdsju-action-panel-btns {
  margin-top: 32px;
  font-size: 0
}
.zdsju-action-panel .zdsju-btn {
  min-width: 160px;
  height: 44px;
  line-height: 42px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  border-color: rgba(255, 255, 255, .6)
}
.zdsju-action-panel .zdsju-btn:hover {
  transition: all .2s linear;
  color: #0070ff
}
.zdsju-action-panel-custom-bg {
  background-color: #00A4FF
}
.zdsju-action-panel-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.zdsju-action-panel-bg-mobile, .zdsju-action-panel-bg-pc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%
}
.zdsju-action-panel-bg-mobile {
  background-size: cover
}
.c-msg-info {
  padding: 11px 20px;
  font-size: 12px
}
.c-msg-info a {
  color: #0070ff
}
@media screen and (max-width:1400px) {
  .zdsju-topbar-tips {
    padding-left: 200px;
    padding-right: 400px
  }
}
@media screen and (max-width:768px) {
  .zdsju-topbar-tips {
    display: none;
    position: relative;
    z-index: 300;
    min-width: 0;
    height: auto;
    line-height: 20px;
    text-align: left;
    background-color: #151A25;
    padding: 4px 15px
  }
  .zdsju-topbar-tips-mobile, .zdsju-topbar-tips.visible {
    display: block
  }
  .zdsju-topbar-tips-tag {
    margin-right: 4px;
    font-size: 12px
  }
  .zdsju-topbar-tips-info {
    display: inline;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    line-height: 20px;
    white-space: inherit;
    vertical-align: middle
  }
  .zdsju-topbar-tips-info &gt; a, .zdsju-topbar-tips-link {
    display: inline-block;
    font-size: 12px
  }
  .zdsju-topbar-tips-label {
    margin-left: -6px
  }
  .home-container {
    background-color: #F5F7FA
  }
}
@media screen and (max-width:768px) {
  .m-show-block {
    display: block !important
  }
  .zdsjumap-title {
    padding-left: 16px;
    padding-right: 16px
  }
  .zdsjumap-title i {
    display: block
  }
  .home-container .zdsju-2-action-panel {
    margin-bottom: 12px
  }
  .home-container .zdsju-market-section, .home-container .zdsju-solution-section {
    margin-bottom: 12px;
    padding-bottom: 0
  }
  .home-container .zdsju-developer-section {
    padding-bottom: 0;
    margin-bottom: 12px
  }
  .home-container .zdsju-2-logo-case-section, .home-container .zdsju-map-section {
    margin-bottom: 12px
  }
  .home-container .zdsjumap {
    box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06)
  }
  .zdsjumap-breach {
    display: none
  }
}
@media (min-width:769px) {
  body {
    min-width: 1280px
  }
  .zdsjumap-title.mobile, .zdsju-section-tit.mobile {
    display: none
  }
}
@media screen and (max-width:768px) {
  .zdsjumap-title, .zdsju-section-tit {
    display: none
  }
  .zdsjumap-title.mobile, .zdsju-section-tit.mobile {
    display: block
  }
}
@media screen and (min-width:600px) {
  .weixin-search {
    display: none
  }
}
@media screen and (max-width:599px) {
  .weixin-search {
    margin-bottom: 18px
  }
  .weixin-search img {
    width: 100%;
    display: block
  }
}
@media screen and (min-width:1367px) {
  .zdsjumap-hd {
    margin-bottom: 60px
  }
}
@media screen and (max-width:1366px) {
  .zdsjumap-hd {
    margin-bottom: 32px
  }
}
@media screen and (max-width:600px) {
  .zdsjumap {
    padding: 30px 0
  }
  .zdsjumap-inner {
    padding: 0 16px
  }
  .zdsjumap-hd {
    margin-bottom: 30px
  }
  .zdsjumap-title {
    font-size: 24px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased
  }
  .zdsjumap-breach, .zdsjumap-desc {
    display: none
  }
}
@media screen and (min-width:769px) {
  .wrap-canvas-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 480px
  }
  .wrap-canvas-inner {
    width: 440px;
    height: 400px;
    position: absolute;
    left: 542px;
    top: 40px
  }
  .wrap-canvas-inner canvas {
    position: absolute;
    left: 0;
    top: 0
  }
}
@media screen and (max-width:768px) {
  .zdsju-2-hero-list {
    display: none
  }
  .zdsju-2-hero-list-m {
    display: block
  }
  .zdsju-2-hero-list-m-inner {
    height: 100%
  }
  .zdsju-2-hero-list-m-inner .zdsju-2-hero-item {
    float: left;
    width: 100%
  }
  .zdsju-2-hero-item {
    padding: 0
  }
  .zdsju-2-hero-nav-wrap, .zdsju-2-hero-wrap-canvas {
    display: none
  }
  .zdsju-2-hero, .zdsju-2-hero-item-bg {
    height: 200px
  }
  .zdsju-2-hero-item-inner {
    padding: 32px 16px 0;
    max-width: inherit
  }
  .zdsju-2-hero-item-title {
    font-size: 24px;
    line-height: 32px;
    height: 64px;
    width: 200px;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    max-height: inherit
  }
  .zdsju-2-hero-item-desc {
    display: none;
    font-size: 12px;
    width: 200px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    height: auto;
    max-height: 66px;
    text-align: justify
  }
  .zdsju-2-hero-tab {
    margin-top: 10px;
    text-align: center
  }
  .zdsju-2-hero-tab li a i {
    width: 29px;
    height: 3px
  }
  .zdsju-2-hero-item-btns .zdsju-btn {
    margin-top: 20px;
    height: 36px;
    line-height: 34px;
    padding-left: 32px;
    padding-right: 32px
  }
  .zdsju-2-hero-item-bg {
    display: none
  }
  .zdsju-2-hero-item-bg.mobile {
    display: block;
    background-size: cover
  }
  .zdsju-2-hero-tab-wrap {
    top: 167px
  }
  .zdsju-2-hero-tab {
    width: 100%;
    margin: 0
  }
  .div-wrap-canvas-wrap {
    display: none
  }
}
@media screen and (max-width:768px) {
  .zdsju-2-hero-group {
    margin-bottom: 12px
  }
  .zdsju-2-hero-group .zdsju-2-event-panels {
    padding: 0;
    margin-top: 0
  }
  .zdsju-2-event-lattice-card.zdsju-2-event-lattice-cols-4 &gt; .zdsju-2-event-lattice-cell {
    width: 100%;
    margin-right: 0
  }
  .zdsju-2-event-lattice-card .zdsju-2-event-lattice-cell {
    display: none
  }
  .zdsju-2-event-panel {
    padding: 12px 16px;
    border-left: none;
    border-right: none;
    border-top: none
  }
  .zdsju-2-event-panel-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
    height: 20px;
    -webkit-font-smoothing: antialiased
  }
  .zdsju-2-event-panel-desc {
    line-height: 20px;
    color: #666;
    font-size: 12px
  }
  .zdsju-2-event-panel-icon {
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    opacity: 0
  }
  .zdsju-2-event-panel-icon-m {
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    position: absolute;
    left: 0;
    opacity: 1
  }
  .zdsju-2-hero-group .zdsju-2-event-lattice-card &gt; .zdsju-2-event-lattice-cell {
    top: 0;
    margin-bottom: 0
  }
  .zdsju-2-event-cont::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 12px;
    background-image: url(sprite/main-media13-20209171659.svg);
    ;
    background-size: 125% 116.66666666666667%;
    ;
    background-position: 50% 50%;
    background-repeat: no-repeat
  }
  .zdsju-2-event-cont {
    padding-left: 44px
  }
}
@media screen and (min-width:769px) {
  .select-product-section {
    padding-top: 40px
  }
  .zdsju-collapse-product-m {
    display: none
  }
}
@media screen and (max-width:768px) {
  .select-product-section .zdsjumap-bd {
    display: none
  }
  .select-product-section .zdsjumap-inner {
    padding: 0
  }
}
@media screen and (max-width:768px) {
  .zdsju-collapse-item-bd {
    padding: 20px 16px 25px
  }
  .home-container .select-product-section {
    padding-bottom: 0
  }
  .zdsju-collapse-product-m .zdsju-collapse-item-hd {
    padding-left: 60px
  }
  .zdsju-collapse-product-icon {
    position: absolute;
    left: 16px;
    top: 10px;
    width: 32px;
    height: 32px
  }
  .zdsju-collapse-product-icon img {
    width: 100%;
    height: 100%;
    display: block
  }
  .zdsju-collapse-item.zdsju-collapse-item-active .zdsju-collapse-product-icon img {
    opacity: 0
  }
  .zdsju-collapse-product-icon img.active-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
  }
  .zdsju-collapse-item.zdsju-collapse-item-active .zdsju-collapse-product-icon img.active-img {
    opacity: 1
  }
  .zdsju-collapse-product-cont {
    padding: 0
  }
  .zdsju-collapse-product-m .zdsju-collapse-product-cont {
    padding: 10px 0;
    background-color: #F5F7FA
  }
  .zdsju-collapse-product-m .zdsju-collapse-product-title {
    line-height: 24px
  }
  .zdsju-collapse-product-item {
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    padding: 10px 16px
  }
  .zdsju-collapse-product-item .zdsju-collapse-product-title a {
    font-size: 14px;
    color: #333;
    line-height: 24px
  }
  .zdsju-collapse-product-tag {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2px;
    margin-left: 10px;
    min-width: 32px;
    border: 1px solid #ff6600;
    font-size: 12px;
    line-height: 14px;
    color: #ff6600;
    text-align: center
  }
  .zdsju-collapse-product-text-span {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: block
  }
  .zdsju-collapse-product-text .zdsju-btn {
    display: inline-block;
    margin-top: 8px
  }
  .more-product-link {
    padding: 10px 16px 20px
  }
  .more-product-link a {
    font-size: 14px;
    color: #00A4FF;
    line-height: 24px
  }
  .more-product-link a::after {
    content: '';
    display: inline-block;
    vertical-align: -3px;
    width: 18px;
    height: 18px;
    background-image: url(sprite/main-media16-20209171659.svg);
    ;
    background-repeat: no-repeat;
    background-size: 225% 112.5%;
    ;
    margin-left: 6px;
    background-position: 5% 50%
  }
  .more-product-link.active a::after {
    background-image: url(sprite/main-media16-20209171659.svg);
    ;
    background-position: 95% 50%;
    background-size: 225% 112.5%;
    ;
    background-repeat: no-repeat
  }
}
@media screen and (max-width:768px) {
  .zdsju-2-action-panel {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    background-image: url(img/recommend/bg2-mobile.jpg);
    background-size: cover;
    box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .12)
  }
  .zdsju-2-action-panel-btns {
    display: block;
    margin: 20px auto 0
  }
  .zdsju-2-action-pane-desc {
    display: none
  }
  .zdsju-2-action-pane-desc span, .zdsju-2-action-pane-desc.mobile {
    display: block
  }
}
@media screen and (min-width:1367px) {
  .zdsju-solution-section .zdsjumap-hd {
    margin-bottom: 40px
  }
}
@media screen and (min-width:769px) {
  .zdsju-collapse-solution-m {
    display: none
  }
}
@media screen and (max-width:768px) {
  .zdsju-solution-section .zdsjumap-inner .zdsjumap-bd {
    display: none
  }
  .zdsju-solution-section .zdsjumap-inner .zdsjumap-title {
    color: #000
  }
  .zdsju-solution-section .home-solution-bg {
    display: none
  }
  .zdsju-collapse-solution-m .zdsju-collapse-item-bd {
    background-color: #F5F7FA
  }
  .zdsju-collapse-solution-m .zdsju-collapse-item-caret {
    width: 18px;
    height: 18px
  }
  .zdsju-collapse-solution-m .zdsju-collapse-item-hd::after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -9px;
    background-image: url(sprite/main-media20-20209171659.svg);
    ;
    background-repeat: no-repeat;
    background-size: 225% 112.5%;
    ;
    background-position: 5% 50%
  }
  .zdsju-collapse-solution-m .zdsju-collapse-item.active .zdsju-collapse-item-hd::after {
    background-image: url(sprite/main-media20-20209171659.svg);
    ;
    background-repeat: no-repeat;
    background-size: 225% 112.5%;
    ;
    background-position: 95% 50%
  }
  .zdsju-collapse-solution-m .zdsju-collapse-item.active .zdsju-collapse-item-bd {
    display: block
  }
  .zdsju-collapse-solution-title {
    display: none;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
  }
  .zdsju-collapse-solution-category {
    display: none;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 12px
  }
  .zdsju-collapse-solution-category i {
    margin: 0 5px
  }
  .zdsju-collapse-solution-text {
    font-size: 14px;
    color: #666;
    line-height: 24px
  }
  .zdsju-collapse-solution-logo-case .zdsju-1-logo-cases {
    margin-top: 32px
  }
  .zdsju-collapse-solution-logo-case .zdsju-1-logo-case {
    text-align: center;
    line-height: 30px
  }
  .zdsju-collapse-solution-logo-case .zdsju-lattice {
    margin-bottom: 0
  }
  .zdsju-collapse-solution-logo-case .zdsju-lattice &gt; .zdsju-lattice-cell {
    margin-bottom: 25px
  }
  .zdsju-collapse-solution-button {
    text-align: center;
    margin-top: 12px
  }
  .zdsju-collapse-solution-button .zdsju-btn {
    min-width: 136px;
    border-radius: 2px
  }
  .zdsju-collapse-more {
    text-align: center;
    padding: 20px 0
  }
  .zdsju-collapse-more-link {
    display: inline-block;
    font-size: 14px;
    color: #00A4FF;
    line-height: 22px
  }
}
@media screen and (min-width:769px) {
  .zdsju-1-logo-cases .zdsju-lattice.zdsju-lattice-without-margin {
    margin-bottom: -98px;
    min-height: 100px
  }
  .zdsju-1-logo-cases .zdsju-lattice-cell {
    margin-bottom: 98px
  }
}
@media screen and (max-width:768px) {
  .zdsju-1-logo-cases .zdsju-lattice.zdsju-lattice-without-margin {
    margin-bottom: -60px
  }
  .zdsju-1-logo-cases .zdsju-lattice-cell {
    margin-bottom: 60px
  }
}
@media screen and (max-width:600px) {
  .zdsju-1-logo-cases .zdsju-lattice.zdsju-lattice-without-margin {
    margin-bottom: -35px
  }
  .zdsju-1-logo-cases .zdsju-lattice-cell {
    margin-bottom: 35px
  }
  .zdsju-1-logo-case {
    max-width: 88px;
    height: 30px
  }
}
@media (min-width:769px) {
  .zdsju-lattice &gt; .zdsju-lattice-cell {
    margin-bottom: 20px
  }
  .zdsju-lattice.zdsju-lattice-cols-1 &gt; .zdsju-lattice-cell {
    width: 100%
  }
  .zdsju-lattice.zdsju-lattice-cols-2 &gt; .zdsju-lattice-cell {
    margin-right: 60px;
    width: calc((100% - 60px * (2 - 1) - 1px)/ 2)
  }
  .zdsju-lattice.zdsju-lattice-cols-2 &gt; .zdsju-lattice-cell:nth-child(2n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-2 &gt; .zdsju-lattice-cell:nth-child(2n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-3 &gt; .zdsju-lattice-cell {
    margin-right: 60px;
    width: calc((100% - 60px * (3 - 1) - 1px)/ 3)
  }
  .zdsju-lattice.zdsju-lattice-cols-3 &gt; .zdsju-lattice-cell:nth-child(3n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-3 &gt; .zdsju-lattice-cell:nth-child(3n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-4 &gt; .zdsju-lattice-cell {
    margin-right: 60px;
    width: calc((100% - 60px * (4 - 1) - 1px)/ 4)
  }
  .zdsju-lattice.zdsju-lattice-cols-4 &gt; .zdsju-lattice-cell:nth-child(4n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-4 &gt; .zdsju-lattice-cell:nth-child(4n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-5 &gt; .zdsju-lattice-cell {
    margin-right: 60px;
    width: calc((100% - 60px * (5 - 1) - 1px)/ 5)
  }
  .zdsju-lattice.zdsju-lattice-cols-5 &gt; .zdsju-lattice-cell:nth-child(5n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-5 &gt; .zdsju-lattice-cell:nth-child(5n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell {
    margin-right: 60px;
    width: calc((100% - 60px * (6 - 1) - 1px)/ 6)
  }
  .zdsju-lattice.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell:nth-child(6n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell:nth-child(6n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-without-margin {
    margin-bottom: -40px
  }
}
@media (min-width:601px) and (max-width:768px) {
  .zdsju-lattice &gt; .zdsju-lattice-cell {
    margin-bottom: 40px
  }
  .zdsju-lattice.zdsju-lattice-cols-m-1 &gt; .zdsju-lattice-cell {
    width: 100%
  }
  .zdsju-lattice.zdsju-lattice-cols-m-2 &gt; .zdsju-lattice-cell {
    margin-right: 40px;
    width: calc((100% - 40px * (2 - 1) - 1px)/ 2)
  }
  .zdsju-lattice.zdsju-lattice-cols-m-2 &gt; .zdsju-lattice-cell:nth-child(2n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-m-2 &gt; .zdsju-lattice-cell:nth-child(2n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-m-3 &gt; .zdsju-lattice-cell {
    margin-right: 40px;
    width: calc((100% - 40px * (3 - 1) - 1px)/ 3)
  }
  .zdsju-lattice.zdsju-lattice-cols-m-3 &gt; .zdsju-lattice-cell:nth-child(3n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-m-3 &gt; .zdsju-lattice-cell:nth-child(3n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-m-4 &gt; .zdsju-lattice-cell {
    margin-right: 40px;
    width: calc((100% - 40px * (4 - 1) - 1px)/ 4)
  }
  .zdsju-lattice.zdsju-lattice-cols-m-4 &gt; .zdsju-lattice-cell:nth-child(4n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-m-4 &gt; .zdsju-lattice-cell:nth-child(4n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-m-5 &gt; .zdsju-lattice-cell {
    margin-right: 40px;
    width: calc((100% - 40px * (5 - 1) - 1px)/ 5)
  }
  .zdsju-lattice.zdsju-lattice-cols-m-5 &gt; .zdsju-lattice-cell:nth-child(5n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-m-5 &gt; .zdsju-lattice-cell:nth-child(5n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-m-6 &gt; .zdsju-lattice-cell {
    margin-right: 40px;
    width: calc((100% - 40px * (6 - 1) - 1px)/ 6)
  }
  .zdsju-lattice.zdsju-lattice-cols-m-6 &gt; .zdsju-lattice-cell:nth-child(6n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-m-6 &gt; .zdsju-lattice-cell:nth-child(6n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-without-margin {
    margin-bottom: -40px
  }
}
@media (max-width:600px) {
  .zdsju-lattice, .zdsju-lattice &gt; .zdsju-lattice-cell {
    margin-bottom: 40px
  }
  .zdsju-lattice.zdsju-lattice-cols-s-1 &gt; .zdsju-lattice-cell {
    margin-bottom: 40px;
    width: 100%
  }
  .zdsju-lattice.zdsju-lattice-cols-s-2 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (2 - 1) - 1px)/ 2)
  }
  .zdsju-lattice.zdsju-lattice-cols-s-2 &gt; .zdsju-lattice-cell:nth-child(2n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-s-2 &gt; .zdsju-lattice-cell:nth-child(2n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-s-3 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (3 - 1) - 1px)/ 3)
  }
  .zdsju-lattice.zdsju-lattice-cols-s-3 &gt; .zdsju-lattice-cell:nth-child(3n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-s-3 &gt; .zdsju-lattice-cell:nth-child(3n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-s-4 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (4 - 1) - 1px)/ 4)
  }
  .zdsju-lattice.zdsju-lattice-cols-s-4 &gt; .zdsju-lattice-cell:nth-child(4n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-s-4 &gt; .zdsju-lattice-cell:nth-child(4n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-s-5 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (5 - 1) - 1px)/ 5)
  }
  .zdsju-lattice.zdsju-lattice-cols-s-5 &gt; .zdsju-lattice-cell:nth-child(5n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-s-5 &gt; .zdsju-lattice-cell:nth-child(5n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-cols-s-6 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (6 - 1) - 1px)/ 6)
  }
  .zdsju-lattice.zdsju-lattice-cols-s-6 &gt; .zdsju-lattice-cell:nth-child(6n) {
    margin-right: 0
  }
  .zdsju-lattice.zdsju-lattice-cols-s-6 &gt; .zdsju-lattice-cell:nth-child(6n):after {
    display: none
  }
  .zdsju-lattice.zdsju-lattice-without-margin {
    margin-bottom: -40px
  }
}
@media (min-width:769px) {
  .zdsju-lattice-line &gt; .zdsju-lattice-cell {
    margin-bottom: 20px
  }
  .zdsju-lattice-line.zdsju-lattice-cols-1 &gt; .zdsju-lattice-cell {
    width: 100%
  }
  .zdsju-lattice-line.zdsju-lattice-cols-2 &gt; .zdsju-lattice-cell {
    margin-right: 80px;
    width: calc((100% - 80px * (2 - 1) - 1px)/ 2)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-2 &gt; .zdsju-lattice-cell:nth-child(2n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-2 &gt; .zdsju-lattice-cell:nth-child(2n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-3 &gt; .zdsju-lattice-cell {
    margin-right: 80px;
    width: calc((100% - 80px * (3 - 1) - 1px)/ 3)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-3 &gt; .zdsju-lattice-cell:nth-child(3n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-3 &gt; .zdsju-lattice-cell:nth-child(3n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-4 &gt; .zdsju-lattice-cell {
    margin-right: 80px;
    width: calc((100% - 80px * (4 - 1) - 1px)/ 4)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-4 &gt; .zdsju-lattice-cell:nth-child(4n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-4 &gt; .zdsju-lattice-cell:nth-child(4n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-5 &gt; .zdsju-lattice-cell {
    margin-right: 80px;
    width: calc((100% - 80px * (5 - 1) - 1px)/ 5)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-5 &gt; .zdsju-lattice-cell:nth-child(5n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-5 &gt; .zdsju-lattice-cell:nth-child(5n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell {
    margin-right: 80px;
    width: calc((100% - 80px * (6 - 1) - 1px)/ 6)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell:nth-child(6n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell:nth-child(6n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-without-margin {
    margin-bottom: -20px
  }
  .zdsju-lattice-line.zdsju-lattice-cols-1 &gt; .zdsju-lattice-cell:after {
    display: none
  }
}
@media (min-width:601px) and (max-width:768px) {
  .zdsju-lattice-line &gt; .zdsju-lattice-cell {
    margin-bottom: 20px
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-1 &gt; .zdsju-lattice-cell {
    width: 100%
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-2 &gt; .zdsju-lattice-cell {
    margin-right: 40px;
    width: calc((100% - 40px * (2 - 1) - 1px)/ 2)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-2 &gt; .zdsju-lattice-cell:nth-child(2n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-2 &gt; .zdsju-lattice-cell:nth-child(2n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-3 &gt; .zdsju-lattice-cell {
    margin-right: 40px;
    width: calc((100% - 40px * (3 - 1) - 1px)/ 3)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-3 &gt; .zdsju-lattice-cell:nth-child(3n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-3 &gt; .zdsju-lattice-cell:nth-child(3n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-4 &gt; .zdsju-lattice-cell {
    margin-right: 40px;
    width: calc((100% - 40px * (4 - 1) - 1px)/ 4)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-4 &gt; .zdsju-lattice-cell:nth-child(4n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-4 &gt; .zdsju-lattice-cell:nth-child(4n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-5 &gt; .zdsju-lattice-cell {
    margin-right: 40px;
    width: calc((100% - 40px * (5 - 1) - 1px)/ 5)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-5 &gt; .zdsju-lattice-cell:nth-child(5n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-5 &gt; .zdsju-lattice-cell:nth-child(5n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-6 &gt; .zdsju-lattice-cell {
    margin-right: 40px;
    width: calc((100% - 40px * (6 - 1) - 1px)/ 6)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-6 &gt; .zdsju-lattice-cell:nth-child(6n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-6 &gt; .zdsju-lattice-cell:nth-child(6n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-without-margin {
    margin-bottom: -20px
  }
  .zdsju-lattice-line.zdsju-lattice-cols-m-1 &gt; .zdsju-lattice-cell:after {
    display: none
  }
  .zdsju-lattice-line &gt; .zdsju-lattice-cell:after {
    right: -20px
  }
}
@media (max-width:600px) {
  .zdsju-lattice-line, .zdsju-lattice-line &gt; .zdsju-lattice-cell {
    margin-bottom: 40px
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-1 &gt; .zdsju-lattice-cell {
    margin-bottom: 40px;
    width: 100%
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-2 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (2 - 1) - 1px)/ 2)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-2 &gt; .zdsju-lattice-cell:nth-child(2n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-2 &gt; .zdsju-lattice-cell:nth-child(2n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-3 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (3 - 1) - 1px)/ 3)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-3 &gt; .zdsju-lattice-cell:nth-child(3n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-3 &gt; .zdsju-lattice-cell:nth-child(3n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-4 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (4 - 1) - 1px)/ 4)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-4 &gt; .zdsju-lattice-cell:nth-child(4n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-4 &gt; .zdsju-lattice-cell:nth-child(4n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-5 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (5 - 1) - 1px)/ 5)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-5 &gt; .zdsju-lattice-cell:nth-child(5n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-5 &gt; .zdsju-lattice-cell:nth-child(5n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-6 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (6 - 1) - 1px)/ 6)
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-6 &gt; .zdsju-lattice-cell:nth-child(6n) {
    margin-right: 0
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-6 &gt; .zdsju-lattice-cell:nth-child(6n):after {
    display: none
  }
  .zdsju-lattice-line.zdsju-lattice-without-margin {
    margin-bottom: -40px
  }
  .zdsju-lattice-line.zdsju-lattice-cols-s-1 &gt; .zdsju-lattice-cell:after {
    display: none
  }
  .zdsju-lattice-line &gt; .zdsju-lattice-cell:after {
    right: -5px
  }
}
@media (min-width:769px) {
  .zdsju-lattice-card &gt; .zdsju-lattice-cell {
    margin-bottom: 20px
  }
  .zdsju-lattice-card.zdsju-lattice-cols-1 &gt; .zdsju-lattice-cell {
    width: 100%
  }
  .zdsju-lattice-card.zdsju-lattice-cols-2 &gt; .zdsju-lattice-cell {
    margin-right: 20px;
    width: calc((100% - 20px * (2 - 1) - 1px)/ 2)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-2 &gt; .zdsju-lattice-cell:nth-child(2n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-2 &gt; .zdsju-lattice-cell:nth-child(2n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-3 &gt; .zdsju-lattice-cell {
    margin-right: 20px;
    width: calc((100% - 20px * (3 - 1) - 1px)/ 3)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-3 &gt; .zdsju-lattice-cell:nth-child(3n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-3 &gt; .zdsju-lattice-cell:nth-child(3n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-4 &gt; .zdsju-lattice-cell {
    margin-right: 20px;
    width: calc((100% - 20px * (4 - 1) - 1px)/ 4)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-4 &gt; .zdsju-lattice-cell:nth-child(4n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-4 &gt; .zdsju-lattice-cell:nth-child(4n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-5 &gt; .zdsju-lattice-cell {
    margin-right: 20px;
    width: calc((100% - 20px * (5 - 1) - 1px)/ 5)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-5 &gt; .zdsju-lattice-cell:nth-child(5n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-5 &gt; .zdsju-lattice-cell:nth-child(5n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell {
    margin-right: 20px;
    width: calc((100% - 20px * (6 - 1) - 1px)/ 6)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell:nth-child(6n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell:nth-child(6n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-without-margin {
    margin-bottom: -20px
  }
}
@media (min-width:601px) and (max-width:768px) {
  .zdsju-lattice-card &gt; .zdsju-lattice-cell {
    margin-bottom: 20px
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-1 &gt; .zdsju-lattice-cell {
    width: 100%
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-2 &gt; .zdsju-lattice-cell {
    margin-right: 20px;
    width: calc((100% - 20px * (2 - 1) - 1px)/ 2)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-2 &gt; .zdsju-lattice-cell:nth-child(2n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-2 &gt; .zdsju-lattice-cell:nth-child(2n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-3 &gt; .zdsju-lattice-cell {
    margin-right: 20px;
    width: calc((100% - 20px * (3 - 1) - 1px)/ 3)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-3 &gt; .zdsju-lattice-cell:nth-child(3n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-3 &gt; .zdsju-lattice-cell:nth-child(3n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-4 &gt; .zdsju-lattice-cell {
    margin-right: 20px;
    width: calc((100% - 20px * (4 - 1) - 1px)/ 4)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-4 &gt; .zdsju-lattice-cell:nth-child(4n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-4 &gt; .zdsju-lattice-cell:nth-child(4n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-5 &gt; .zdsju-lattice-cell {
    margin-right: 20px;
    width: calc((100% - 20px * (5 - 1) - 1px)/ 5)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-5 &gt; .zdsju-lattice-cell:nth-child(5n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-5 &gt; .zdsju-lattice-cell:nth-child(5n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-6 &gt; .zdsju-lattice-cell {
    margin-right: 20px;
    width: calc((100% - 20px * (6 - 1) - 1px)/ 6)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-6 &gt; .zdsju-lattice-cell:nth-child(6n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-m-6 &gt; .zdsju-lattice-cell:nth-child(6n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-without-margin {
    margin-bottom: -20px
  }
}
@media (max-width:600px) {
  .zdsju-lattice-card, .zdsju-lattice-card &gt; .zdsju-lattice-cell {
    margin-bottom: 20px
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-1 &gt; .zdsju-lattice-cell {
    margin-bottom: 20px;
    width: 100%
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-2 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (2 - 1) - 1px)/ 2)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-2 &gt; .zdsju-lattice-cell:nth-child(2n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-2 &gt; .zdsju-lattice-cell:nth-child(2n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-3 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (3 - 1) - 1px)/ 3)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-3 &gt; .zdsju-lattice-cell:nth-child(3n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-3 &gt; .zdsju-lattice-cell:nth-child(3n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-4 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (4 - 1) - 1px)/ 4)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-4 &gt; .zdsju-lattice-cell:nth-child(4n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-4 &gt; .zdsju-lattice-cell:nth-child(4n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-5 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (5 - 1) - 1px)/ 5)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-5 &gt; .zdsju-lattice-cell:nth-child(5n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-5 &gt; .zdsju-lattice-cell:nth-child(5n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-6 &gt; .zdsju-lattice-cell {
    margin-right: 10px;
    width: calc((100% - 10px * (6 - 1) - 1px)/ 6)
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-6 &gt; .zdsju-lattice-cell:nth-child(6n) {
    margin-right: 0
  }
  .zdsju-lattice-card.zdsju-lattice-cols-s-6 &gt; .zdsju-lattice-cell:nth-child(6n):after {
    display: none
  }
  .zdsju-lattice-card.zdsju-lattice-without-margin {
    margin-bottom: -20px
  }
}
@media screen and (max-width:768px) {
  .zdsju-clip-mod {
    display: none
  }
  .zdsju-market-section .zdsjumap-inner {
    padding-left: 0;
    padding-right: 0
  }
  .zdsju-market-section .zdsju-market-panel-sidebar {
    display: none
  }
  .zdsju-market-section .zdsju-market-panel {
    padding-left: 0
  }
  .zdsju-market-section .zdsju-more-link {
    display: none
  }
}
@media screen and (min-width:769px) {
  .zdsju-tabs-skin-2 .zdsju-tabs-item-con-desc, .zdsju-tabs-skin-2 .zdsju-tabs-item-con-title {
    display: block;
    text-align: center
  }
  .zdsju-tabs-skin-2 .zdsju-tabs-item-con-title {
    line-height: 28px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased
  }
  .zdsju-tabs-skin-2 .zdsju-tabs-item-con-desc {
    line-height: 24px;
    font-size: 14px;
    color: #999
  }
  .zdsju-tabs-skin-2 .zdsju-tabs-item.zdsju-tabs-active .zdsju-tabs-item-con-desc {
    color: #00A4FF
  }
  .zdsju-tabs-skin-2 .zdsju-tabs-active .zdsju-tabs-item-con:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0070ff;
    border-left: 1px solid #0070ff;
    background-color: #FAFBFD;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .zdsju-tabs-skin-2 .zdsju-tabs-item {
    margin: 0 80px -1px;
    overflow: hidden
  }
}
@media screen and (max-width:768px) {
  .zdsju-tabs-skin-2 .zdsju-tabs-item-con-desc {
    display: none
  }
  .zdsju-tabs-skin-2 .zdsju-tabs-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -1px
  }
  .zdsju-market-section .zdsju-tabs-skin-2 .zdsju-tabs-list {
    font-size: 0;
    box-sizing: border-box;
    background-color: #F5F7FA
  }
  .zdsju-market-section .zdsju-tabs-skin-2 .zdsju-tabs-item {
    width: 33.3%;
    padding-bottom: 0
  }
  .zdsju-market-section .zdsju-tabs-skin-2 .zdsju-tabs-active .zdsju-tabs-item-con:after {
    height: 2px
  }
  .zdsju-market-section .zdsju-tabs-skin-2 .zdsju-tabs-item-con {
    font-size: 16px;
    line-height: 58px;
    -webkit-font-smoothing: antialiased
  }
  .btn-switch {
    display: none
  }
}
@media screen and (max-width:320px) {
  .zdsju-market-section .zdsju-tabs-skin-2 .zdsju-tabs-item-con {
    padding: 0 20px
  }
}
@media screen and (max-width:768px) {
  .zdsju-market-section .zdsju-tabs-content {
    padding-top: 0
  }
  .zdsju-market-panel .zdsju-market-panel-main-cont .zdsju-market-info {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0
  }
  .zdsju-market-info .zdsju-market-info-panel {
    box-shadow: inherit;
    border-top: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 20px 16px
  }
  .zdsju-market-info:last-child .zdsju-market-info-panel {
    border-bottom: none
  }
  .zdsju-market-info-panel:hover {
    top: inherit
  }
  .zdsju-market-panel {
    max-height: inherit
  }
}
@media screen and (min-width:1367px) {
  .zdsju-service-wrap {
    margin-top: 60px
  }
}
@media screen and (max-width:1366px) {
  .zdsju-service-wrap {
    margin-top: 40px
  }
}
@media screen and (max-width:768px) {
  .zdsju-service-wrap {
    display: none
  }
}
@media screen and (max-width:1400px) {
  .home-service-bg, .home-service-bg-mask {
    display: none
  }
}
@media (max-width:768px) {
  .zdsju-developer-section .zdsjumap-inner {
    padding-left: 0;
    padding-right: 0
  }
  .home-developer-bg {
    display: none
  }
  .zdsju-developer-section .zdsju-lattice-card .zdsju-lattice-cell {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%
  }
  .zdsju-developer-section .zdsju-5-media-panel {
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none
  }
  .zdsju-developer-section .zdsju-lattice-cell:first-child .zdsju-5-media-panel {
    border-top: 1px solid #E5E8ED
  }
  .zdsju-developer-section .zdsju-lattice-cell:last-child .zdsju-5-media-panel {
    border: none
  }
  .zdsju-developer-section .zdsju-5-media-panel-details {
    display: none
  }
  .zdsju-developer-section .zdsju-5-media-panel:hover {
    top: inherit;
    box-shadow: none
  }
}
@media (max-width:768px) {
  .zdsju-5-media-panel-main {
    padding: 20px 16px 0;
    min-height: 200px
  }
  .zdsju-5-media-panel-title {
    position: relative
  }
  .zdsju-5-media-panel-title-link {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #02A3FF;
    line-height: 24px
  }
  .zdsju-5-media-panels .zdsju-lattice-card {
    margin-bottom: 0
  }
  .zdsju-2-logo-case-section-m .zdsju-1-logo-cases {
    margin-top: 32px
  }
  .zdsju-2-logo-case-section-m .zdsju-1-logo-case {
    text-align: center;
    line-height: 30px;
    max-width: 100%
  }
  .zdsju-2-logo-case-section-m .zdsju-lattice-cell {
    margin-bottom: 25px
  }
  .zdsju-2-logo-case-section-m .zdsju-lattice {
    margin-bottom: 0
  }
  .zdsju-icon-title {
    width: 100px;
    height: 20px
  }
}
@media (max-width:320px) {
  .zdsju-developer-section .zdsju-lattice-cell:last-child .zdsju-5-media-panel-desc {
    margin-bottom: 20px
  }
}
@media (min-width:769px) {
  .zdsju-tabs-skin-1 .zdsju-lattice.zdsju-lattice-cols-6 &gt; .zdsju-lattice-cell:nth-child(6n) {
    margin-right: 0
  }
}
@media (max-width:768px) {
  .zdsju-2-logo-case-section .zdsju-tabs, .tabs-animation {
    display: none
  }
  .zdsju-2-logo-case-section .zdsju-more-link {
    margin-top: 0
  }
}
@media screen and (max-width:768px) {
  .zdsju-map-section {
    padding-bottom: 32px;
    margin-bottom: 16px;
    box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06)
  }
  .zdsju-map-section .zdsju-btn {
    min-width: 192px;
    height: 44px;
    line-height: 44px
  }
  .zdsju-map-section .zdsju-map-btn .zdsju-more-link {
    margin-top: 10px
  }
  .zdsju-map-section .zdsju-map-btn .zdsju-more-link a {
    font-size: 14px;
    line-height: 24px
  }
}
@media screen and (max-width:768px) {
  .zdsju-map-wrap {
    display: none
  }
  .zdsju-map-data {
    padding: 8px 10px 28px;
    color: #fff;
    font-size: 0;
    text-align: center
  }
  .zdsju-map-data-text em {
    color: #FFF;
    text-align: center;
    margin-right: 6px;
    vertical-align: -2px;
    -webkit-font-smoothing: antialiased;
    font-family: DINNextLTPro-MediumCond, 'DIN Alternate'
  }
  .zdsju-map-data-text i {
    padding: 0 20px;
    font-size: 20px;
    vertical-align: 0;
    opacity: .8
  }
  .zdsju-map-mod img {
    opacity: .7
  }
  .zdsju-map-data-text {
    display: inline-block;
    color: #FFF;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    font-size: 14px
  }
  .zdsju-map-data-text em {
    font-size: 24px
  }
}
@media screen and (max-width:768px) {
  .zdsju-certificate-section {
    background-color: #fff
  }
  .zdsju-certificate-section .home-certificate-panels {
    display: none
  }
  .zdsju-certificate-section .zdsju-section-tit {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased
  }
  .zdsju-certificate-section .zdsju-section-des {
    margin-top: 20px
  }
  .zdsju-certificate-section .zdsju-section-des span {
    background-color: #fff
  }
  .zdsju-certificate-section .zdsju-section-inner .zdsju-section-hd {
    margin-bottom: 32px
  }
}
@media (max-width:768px) {
  .zdsju-1-media-panel {
    text-align: center;
    padding-left: 0
  }
  .zdsju-1-media-panel .zdsju-1-media-panel-object {
    position: static;
    display: block;
    margin: 0 auto 20px
  }
  .zdsju-1-media-panel .zdsju-1-media-panel-body {
    padding-top: 0
  }
  .zdsju-1-media-panel .zdsju-1-media-panel-title {
    font-size: 16px;
    -webkit-font-smoothing: antialiased
  }
  .zdsju-1-media-panel .zdsju-1-media-panel-desc {
    margin-top: 10px
  }
}
@media screen and (max-width:1367px) {
  .zdsju-section {
    padding: 45px 10px 50px
  }
  .zdsju-section-hd {
    margin-bottom: 30px
  }
  .zdsju-section-tit {
    font-size: 24px;
    -webkit-font-smoothing: antialiased
  }
  .zdsju-section-des {
    font-size: 16px;
    -webkit-font-smoothing: antialiased
  }
}
@media screen and (max-height:769px) {
  .zdsju-section {
    padding: 45px 10px 50px
  }
  .zdsju-section-hd {
    margin-bottom: 30px
  }
}
@media screen and (max-width:768px) {
  .zdsju-section {
    padding: 45px 0 50px
  }
  .zdsju-section-inner {
    padding: 0 16px
  }
  .zdsju-section-tit {
    font-size: 20px;
    -webkit-font-smoothing: antialiased
  }
  .zdsju-section-bg1, .zdsju-section-bg2 {
    background-image: none
  }
  .zdsju-section-line {
    background: #fff;
    border-bottom: 1px solid #e5e5e5
  }
}
@media screen and (max-width:768px) {
  .home-certificate-list-pc {
    display: none
  }
  .home-certificate-list-mobile {
    display: block;
    text-align: center;
    font-size: 0
  }
  .home-certificate-list-mobile .home-certification-icon {
    width: 42px;
    height: 42px
  }
  .home-certificate-list-mobile .home-certification-item {
    width: 25%;
    margin-bottom: 18px
  }
  .home-certificate-list-mobile .home-certification-tit {
    margin-top: 4px;
    height: 38px;
    display: -webkit-box
  }
  .home-certificate-list-mobile .home-certification-tit i {
    display: block
  }
  .home-certificate-list-mobile .zdsju-more-link a {
    font-size: 14px;
    color: #00A4FF;
    text-align: center;
    line-height: 24px
  }
}
@media (min-width:920px) {
  .Page__Container-eUbTcM {
    width: auto
  }
}
@media (min-width:601px) {
  .zdsju-action-panel-bg-mobile {
    background-color: transparent !important;
    background-image: none !important
  }
}
@media (max-width:600px) {
  .zdsju-action-panel {
    background-size: cover;
    min-height: 0;
    padding: 32px 6px
  }
  .zdsju-action-panel-title {
    font-size: 20px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased
  }
  .zdsju-action-panel-desc {
    display: none;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px
  }
  .zdsju-action-panel-desc i, .zdsju-action-panel-desc.mobile {
    display: block
  }
  .zdsju-action-panel-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px
  }
  .zdsju-action-panel .zdsju-btn {
    margin: 0 10px;
    min-width: 136px;
    max-width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 14px
  }
  .zdsju-action-panel-bgs-responsive .zdsju-action-panel-bg-pc {
    background-color: transparent !important;
    background-image: none !important
  }
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (-webkit-min-device-pixel-ratio:2) {
  .zdsju-market-section {
    overflow: hidden
  }
  .home-service-bg, .home-service-bg-mask {
    display: none
  }
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) and (-webkit-min-device-pixel-ratio:2) {
  .zdsju-map-section {
    height: 800px
  }
  .home-certificate-panels {
    margin-top: -90px
  }
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) and (-webkit-min-device-pixel-ratio:1) {
  .zdsju-2-hero-group {
    overflow: hidden
  }
  .zdsju-2-hero-item-inner {
    padding: 124px 0 0
  }
  .zdsju-2-tabs-item-con {
    padding: 0 20px
  }
  .zdsju-menu-panel.list-3 .zdsju-row-box {
    width: calc((100% / 3) + 4px)
  }
  .zdsju-5-media-panel-main {
    min-height: 232px
  }
  .zdsju-5-media-panel-text {
    width: 120px
  }
  .zdsju-clip-mod {
    display: none
  }
  .zdsju-market-section {
    overflow: hidden
  }
  .zdsju-tabs-skin-2 .zdsju-tabs-item {
    margin: 0 70px -1px
  }
  .zdsju-map-wrap {
    width: 980px;
    height: 475px
  }
  .zdsju-map-dot-explain {
    left: 0
  }
  .zdsju-solution-item .zdsju-lattice &gt; .zdsju-lattice-cell {
    max-width: 128px;
    margin-right: 20px
  }
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) and (-webkit-min-device-pixel-ratio:1) {
  .zdsju-2-hero-item-desc, .zdsju-2-hero-item-title {
    width: 80%
  }
  .zdsjumap {
    padding: 30px 10px
  }
  .zdsjumap-title {
    font-size: 24px;
    line-height: 32px
  }
}
@media screen and (min-width:769px) {
  .c-nav-wrap.c-nav-air-sub .c-nav-mod-pc::after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(rgba(25, 30, 43, 1), rgba(25, 30, 43, 0));
    background: -o-linear-gradient(rgba(25, 30, 43, 1), rgba(25, 30, 43, 0));
    background: -moz-linear-gradient(rgba(25, 30, 43, 1), rgba(25, 30, 43, 0));
    background: linear-gradient(rgba(25, 30, 43, 1), rgba(25, 30, 43, 0));
    pointer-events: none
  }
}
#MAXIM {
  content: "weu2020917165933"
}</pre></body></html>