@charset "UTF-8";
body {
  color: #333;
  -webkit-tap-highlight-color: transparent
}
a {
  color: #15b0a9
}
:focus {
  outline: 0
}
.body .c-btn:hover {
  background-color: #0092ee
}
.c-hero {
  -webkit-font-smoothing: antialiased;
  margin-top: -65px
}
.c-hero .mod-hero .hero-tab {
  font-size: 0
}
.c-hero .mod-hero .hero-tab li a {
  padding: 10px 0;
  width: auto;
  height: auto
}
.c-hero .mod-hero .hero-tab li a i {
  width: 30px;
  height: 3px
}
.c-hero .mod-hero .hero-text {
  max-width: 1120px;
  color: #fafafa
}
.c-hero .mod-hero .hero-text .hero-btn {
  bottom: 24.6%;
  font-size: 16px;
  border-color: rgba(255, 255, 255, .5);
  border-radius: 0
}
.c-hero .hero-text-con {
  top: 35.8%
}
.c-hero .mod-hero .hero-text .hero-text-con .des-text {
  font-size: 18px
}
.c-hero:hover .hero-handle {
  opacity: 1;
  z-index: 2
}
.c-hero .mod-hero .switch-control {
  margin-top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #222835;
  border-radius: 50%;
  text-align: center
}
.c-hero .mod-hero .switch-control.next, .c-hero .mod-hero .switch-control.pre {
  text-align: center
}
.c-hero .mod-hero .switch-control b {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  overflow: visible
}
.c-hero .mod-hero .switch-control b:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 2px solid #4f596e;
  border-bottom: 2px solid #4f596e
}
.c-hero .mod-hero .switch-control:hover b:after {
  border-right-color: #747c8c;
  border-bottom-color: #747c8c
}
.c-hero .mod-hero .switch-control.pre b {
  background: 0 0;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px)
}
.c-hero .mod-hero .switch-control.pre b:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
.c-hero .mod-hero .switch-control.next b {
  background: 0 0;
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px)
}
.c-hero .mod-hero .switch-control.next b:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.c-hero-aside {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45%;
  height: 100%;
  max-width: 560px;
  min-width: 320px;
  background-color: transparent
}
.c-hero-aside-inner {
  width: 230px;
  padding: 20px 25px 25px;
  background-color: #343c4c;
  position: absolute;
  right: 0;
  top: 154px;
  font-size: 16px;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: left;
  color: #fff;
  pointer-events: auto
}
.c-hero-aside-item a {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  border-bottom: 1px solid #fff
}
.c-hero-aside-item a:hover {
  color: #15b0a9;
  border-bottom-color: #15b0a9
}
.c-hero-aside-item em {
  display: inline-block;
  vertical-align: middle;
  margin-top: 14px;
  font-size: 46px;
  line-height: 66px
}
.c-hero-aside-btn {
  padding-top: 24px
}
.c-hero-aside-btn .c-btn {
  width: 100%;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  font-size: 16px
}
.c-hero-m-aside, .c-section-tit.mobile {
  display: none
}
.home-event-mod {
  overflow: hidden
}
.home-event-mod .c-grid {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed
}
.home-event-mod [class*=c-g-] {
  position: relative;
  display: table-cell;
  padding: 0;
  border-right: 1px solid #dadee4;
  -webkit-transition: all .2s;
  transition: all .2s
}
.home-event-mod [class*=c-g-]:last-child {
  border-right: none
}
.home-event-mod [class*=c-g-]:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .7)
}
.home-event-mod [class*=c-g-]:hover a {
  color: #15b0a9
}
.home-event-item a {
  display: block;
  padding: 36px 10px 25px;
  color: #333
}
.home-event-item a:hover {
  text-decoration: none
}
.home-event-item-tit {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px
}
.home-event-item-tit:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #15b0a9;
  left: 0;
  bottom: 0
}
.home-event-item-tit span {
  vertical-align: middle
}
.home-event-icon-new {
  border: 1px solid #f60;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #f60;
  line-height: 1;
  padding: 2px;
  margin-left: 5px
}
.home-event-item-txt {
  padding-top: 10px;
  line-height: 1.6;
  color: #666
}
.home-event-item-con {
  position: relative;
  z-index: 2
}
.home-event-item-bg {
  width: 96px;
  height: 96px;
  position: absolute;
  z-index: 1;
  bottom: -6px;
  right: 30px
}
.home-event-item .mobile-img, .home-event-item .mobile-text {
  display: none
}
.home-product-mod .c-section-hd {
  margin-bottom: 16px
}
.home-product-mod .c-section-tit {
  line-height: 1.1
}
.home-product-mod .c-section-inner {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
.home-product-tab {
  padding-top: 34px
}
.home-product-tab .c-tab-normal {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 0;
  text-align: left
}
.home-product-tab .c-tab-panel.c-tab-panel-shadow {
  -webkit-box-shadow: inset 0 3px 6px 0 rgba(229, 232, 237, .5);
  -moz-box-shadow: inset 0 3px 6px 0 rgba(229, 232, 237, .5);
  box-shadow: inset 0 3px 6px 0 rgba(229, 232, 237, .5)
}
.home-product-tab .c-tab-normal > ul {
  position: relative
}
.c-tab-normal-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #15b0a9;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.home-product-tab .c-tab-normal-line {
  width: 20%
}
.home-product-tab .c-tab-simple {
  width: 20%;
  border-bottom: 1px solid #fff
}
.home-product-tab .c-tab-simple .c-tab-tit {
  color: #666
}
.home-product-tab .c-tab-simple.actived .c-tab-tit {
  color: #15b0a9
}
.home-product-tab .c-tab-simple.actived:after {
  height: 2px;
  background-color: transparent;
  bottom: -2px
}
.home-product-icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 15px
}
.home-product-icon img {
  width: 100%;
  height: 100%;
  display: block
}
.home-product-icon .active-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0
}
.c-tab-simple.actived .home-product-icon img, .c-tab-simple:hover .home-product-icon img {
  opacity: 0
}
.c-tab-simple.actived .home-product-icon .active-img, .c-tab-simple:hover .home-product-icon .active-img {
  opacity: 1
}
.home-product-icon.compute {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 57.099999999999994% 0.31%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.compute, .c-tab-simple:hover .home-product-icon.compute {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 57.099999999999994% 15.939999999999998%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.storage {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 28.689999999999998% 31.56%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.storage, .c-tab-simple:hover .home-product-icon.storage {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 14.49% 31.56%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.database {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 0.27999999999999997% 62.81%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.database, .c-tab-simple:hover .home-product-icon.database {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 14.49% 62.81%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.network {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 85.50999999999999% 94.06%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.network, .c-tab-simple:hover .home-product-icon.network {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 99.72% 0.31%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.cdn {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 42.9% 31.56%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.cdn, .c-tab-simple:hover .home-product-icon.cdn {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 0.27999999999999997% 47.19%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.domain {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 57.099999999999994% 62.81%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.domain, .c-tab-simple:hover .home-product-icon.domain {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 71.31% 0.31%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.security {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 71.31% 15.939999999999998%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.security, .c-tab-simple:hover .home-product-icon.security {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 14.49% 47.19%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.video {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 0.27999999999999997% 31.56%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.video, .c-tab-simple:hover .home-product-icon.video {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 28.689999999999998% 15.939999999999998%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.monitor {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 57.099999999999994% 94.06%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.monitor, .c-tab-simple:hover .home-product-icon.monitor {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 71.31% 94.06%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.big-data {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 42.9% 0.31%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.big-data, .c-tab-simple:hover .home-product-icon.big-data {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 42.9% 15.939999999999998%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.ai {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 0.27999999999999997% 0.31%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.ai, .c-tab-simple:hover .home-product-icon.ai {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 42.9% 78.44%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.voice-service {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 28.689999999999998% 0.31%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.voice-service, .c-tab-simple:hover .home-product-icon.voice-service {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 14.49% 0.31%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.pic-service {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 99.72% 15.939999999999998%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.pic-service, .c-tab-simple:hover .home-product-icon.pic-service {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 99.72% 31.56%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.game {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 71.31% 62.81%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.game, .c-tab-simple:hover .home-product-icon.game {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 0.27999999999999997% 78.44%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.mobile {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 28.689999999999998% 94.06%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.mobile, .c-tab-simple:hover .home-product-icon.mobile {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 42.9% 94.06%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.communicate {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 28.689999999999998% 47.19%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.communicate, .c-tab-simple:hover .home-product-icon.communicate {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 42.9% 47.19%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.manage {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 85.50999999999999% 62.81%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.manage, .c-tab-simple:hover .home-product-icon.manage {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 85.50999999999999% 78.44%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.developer {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 28.689999999999998% 62.81%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.developer, .c-tab-simple:hover .home-product-icon.developer {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 42.9% 62.81%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.data-process {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 57.099999999999994% 31.56%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.data-process, .c-tab-simple:hover .home-product-icon.data-process {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 57.099999999999994% 47.19%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.all {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 0.27999999999999997% 15.939999999999998%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.all, .c-tab-simple:hover .home-product-icon.all {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 14.49% 15.939999999999998%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.iot-hub {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 85.50999999999999% 15.939999999999998%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.iot-hub, .c-tab-simple:hover .home-product-icon.iot-hub {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 85.50999999999999% 31.56%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.middleware {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 0.27999999999999997% 94.06%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.middleware, .c-tab-simple:hover .home-product-icon.middleware {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 14.49% 94.06%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.blockchain {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 28.689999999999998% 78.44%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.blockchain, .c-tab-simple:hover .home-product-icon.blockchain {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 14.49% 78.44%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.quanta {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 71.31% 78.44%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.quanta, .c-tab-simple:hover .home-product-icon.quanta {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 57.099999999999994% 78.44%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.financial-service {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 71.31% 31.56%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.financial-service, .c-tab-simple:hover .home-product-icon.financial-service {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 71.31% 47.19%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-icon.qidian {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 85.50999999999999% 47.19%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.c-tab-simple.actived .home-product-icon.qidian, .c-tab-simple:hover .home-product-icon.qidian {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 85.50999999999999% 0.31%;
  background-size: 833.3333333333334% 766.6666666666667%;
  ;
  background-repeat: no-repeat
}
.home-product-tab .c-tab-simple a {
  padding-left: 15px;
  padding-right: 15px
}
.c-tab-normal .c-tab-simple a:hover .c-tab-tit {
  color: #15b0a9;
  text-decoration: none;
  background: ) no-repeat;
}
.home-product-mod-btn .home-product-tab .c-tab-panel {
  padding: 30px 0 20px
}
.home-product-tab .c-tab-panel {
  display: none;
  background-color: #f7f8fa;
  padding: 55px 0 25px;
  overflow: hidden
}
.home-product-m-title {
  display: none
}
.home-product-list {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  font-size: 0
}
.home-product-list > ul {
  display: none
}
.home-product-list-btn {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  background-color: #f7f8fa
}
.home-product-list-btn .home-product-item {
  width: 100%;
  padding: 15px 30px 25px 0;
  margin-bottom: 10px
}
.home-product-list-btn .home-product-item .c-btn-hole {
  background-color: transparent;
  margin-top: 16px;
  min-width: 120px
}
.home-product-list-normal .home-product-item-tit {
  margin-bottom: 6px;
  line-height: 22px
}
.home-product-list-normal .home-product-item-txt {
  line-height: 24px
}
.home-product-list-btn .home-product-item-tit {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 25px
}
.home-product-list-btn .home-product-item-txt {
  line-height: 24px
}
.home-product-list-normal {
  display: inline-block;
  width: 75%
}
.home-product-list-normal .home-product-item {
  padding: 0;
  width: 33.33333%;
  margin-bottom: 0
}
.home-product-list-normal.expand {
  width: 100%
}
.home-product-list-normal.expand .home-product-item {
  width: 25%
}
.home-product-list-normal .home-product-item > a {
  padding: 15px 30px
}
.home-product-list-normal .home-product-arrow {
  display: inline-block;
  display: none;
  width: 16px;
  height: 16px;
  background-image: url(sprite/home-201807271534.svg);
  ;
  vertical-align: text-top;
  margin-left: 4px;
  background-position: 0.26% 99.72%;
  background-size: 2500% 2300%;
  ;
  background-repeat: no-repeat
}
.home-product-list-more-m {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  display: none
}
.home-product-list-more-m:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 8px;
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 99.74% 41.94%;
  background-size: 2857.1428571428573% 4600%;
  ;
  background-repeat: no-repeat
}
.home-product-item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px
}
.home-product-item a {
  display: block;
  color: #333
}
.home-product-item-tit {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400
}
.home-product-item a:hover .home-product-item-tit {
  color: #15b0a9;
  text-decoration: none
}
.home-product-item-tit a {
  display: block
}
.home-product-item-tit a:hover {
  color: #15b0a9
}
.home-product-item-txt {
  font-size: 14px;
  color: #999;
  line-height: 1.5
}
.home-product-item-txt span {
  margin-right: 5px
}
.home-product-item-txt a {
  color: #15b0a9;
  display: inline-block
}
.home-product-item-txt a:hover {
  text-decoration: underline
}
.home-product-item-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 #f60;
  font-size: 12px;
  line-height: 14px;
  color: #f60;
  text-align: center
}
.home-product-m-trigger, .home-solution-m-mod {
  display: none
}
.home-solution-mod {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 
  position: relative;
  -webkit-font-smoothing: antialiased
}
.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
}
.home-solution-mod .c-section-tit {
  color: #fff
}
.home-solution-mod .c-section-inner {
  position: relative;
  z-index: 2
}
.c-tab-normal .c-tab-simple a:hover .c-tab-tit {
  color: #15b0a9;
  text-decoration: none;
}
.home-product-mod-btn .home-product-tab .c-tab-panel {
  padding: 30px 0 20px
}
.home-product-tab .c-tab-panel {
  display: none;
  background-color: #f7f8fa;
  padding: 55px 0 25px;
  overflow: hidden
}
.home-product-m-title {
  display: none
}
.home-product-list {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  font-size: 0
}
.home-product-list > ul {
  display: none
}
.home-product-list-btn {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  background-color: #f7f8fa
}
.home-product-list-btn .home-product-item {
  width: 100%;
  padding: 15px 30px 25px 0;
  margin-bottom: 10px
}
.home-product-list-btn .home-product-item .c-btn-hole {
  background-color: transparent;
  margin-top: 16px;
  min-width: 120px
}
.home-product-list-normal .home-product-item-tit {
  margin-bottom: 6px;
  line-height: 22px
}
.home-product-list-normal .home-product-item-txt {
  line-height: 24px
}
.home-product-list-btn .home-product-item-tit {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 25px
}
.home-product-list-btn .home-product-item-txt {
  line-height: 24px
}
.home-product-list-normal {
  display: inline-block;
  width: 75%
}
.home-product-list-normal .home-product-item {
  padding: 0;
  width: 33.33333%;
  margin-bottom: 0
}
.home-product-list-normal.expand {
  width: 100%
}
.home-product-list-normal.expand .home-product-item {
  width: 25%
}
.home-product-list-normal .home-product-item > a {
  padding: 15px 30px
}
.home-product-list-normal .home-product-arrow {
  display: inline-block;
  display: none;
  width: 16px;
  height: 16px;
  background-image: url(sprite/home-201807271534.svg);
  ;
  vertical-align: text-top;
  margin-left: 4px;
  background-position: 0.26% 99.72%;
  background-size: 2500% 2300%;
  ;
  background-repeat: no-repeat
}
.home-product-list-more-m {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  display: none
}
.home-product-list-more-m:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 8px;
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 99.74% 41.94%;
  background-size: 2857.1428571428573% 4600%;
  ;
  background-repeat: no-repeat
}
.home-product-item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px
}
.home-product-item a {
  display: block;
  color: #333
}
.home-product-item-tit {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400
}
.home-product-item a:hover .home-product-item-tit {
  color: #15b0a9;
  text-decoration: none
}
.home-product-item-tit a {
  display: block
}
.home-product-item-tit a:hover {
  color: #15b0a9
}
.home-product-item-txt {
  font-size: 14px;
  color: #999;
  line-height: 1.5
}
.home-product-item-txt span {
  margin-right: 5px
}
.home-product-item-txt a {
  color: #15b0a9;
  display: inline-block
}
.home-product-item-txt a:hover {
  text-decoration: underline
}
.home-product-item-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 #f60;
  font-size: 12px;
  line-height: 14px;
  color: #f60;
  text-align: center
}
.home-product-m-trigger, .home-solution-m-mod {
  display: none
}
.home-solution-mod {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  position: relative;
  -webkit-font-smoothing: antialiased
}
.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
}
.home-solution-mod .c-section-tit {
  color: #fff
}
.home-solution-mod .c-section-inner {
  position: relative;
  z-index: 2
}
.home-solution-tab .c-tab-simple .c-tab-tit {
  color: #333;
  font-size: 14px;font-weight: 600;margin-top:-0px;
}
.home-solution-tab .c-tab-simple.actived:after {
  height: 100%;
  position: absolute;
  left: inherit;
}
.home-solution-tab .c-tab-simple.actived .c-tab-tit, .home-solution-tab .c-tab-simple:hover .c-tab-tit {
  color:#15b0a9;
  text-decoration: none;
}
.home-solution-tab ul {width:150px;
  display: block;
  margin: 40px 0 0 0px;
  background: url("../images/ulbg.png") no-repeat;
}
.home-solution-tab ul li {
  margin: 0px 0 0 0px;
  height: 65px
}
.home-solution-tab ul li:hover, .home-solution-tab ul li.actived {
  background: url("../images/1hover.png") no-repeat;
}
.home-solution-tab ul li a {
  color: #bfbfbf;
}

.home-solution-tab .c-tab-simple a {
  padding: 0px 0px 0px 15px;
  margin-bottom: 15px
}
.home-solution-wrap .home-solution-tab {
  padding-top: 0px
}
.home-solution-tab-more {
  padding: 0 43px 0 0;
  margin-top: 20px;
  text-align: right
}
.home-solution-tab-more a {
  display: inline-block;
  border-top: #667080 1px solid;
  padding-top: 20px;
  color: #eef4ff;
  font-size: 16px;
  padding-right: 5px
}
.home-solution-tab-more a:hover {
  color: #BFBFBF;
  text-decoration: none
}
.home-solution-wrap .c-tab-panel {
  padding-left: 0px;
  margin-left: 0px;
}
.home-solution-item {
  padding: 28px 41px;
}
.home-solution-tit {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;font-weight: 600;
}
.home-solution-txt {
  width: 500px;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  min-height: 230px;
}
.home-solution-links {
  padding-top: 8px
}
.home-solution-links a {
  margin-right: 20px;
  display: inline-block;
  color: #15b0a9;
  position: relative
}
.home-solution-links a:after {
  content: '';
  position: absolute;
  background-color: #15b0a9;
  width: 1px;
  height: 14px;
  top: 50%;
  margin-top: -8px;
  right: -10px
}
.home-solution-links a:hover {
  text-decoration: underline
}
.home-solution-links a:last-child:after {
  display: none
}
.home-solution-btn {
  padding-top: 35px
}
.home-solution-logo {
  margin-top: 50px;
  padding-top: 55px;
  border-top: rgba(255, 255, 255, .2) 1px dashed;
  font-size: 0;
  overflow: hidden
}
.home-solution-logo-inner {
  margin-left: -40px
}
.solution-logo-item {
  height: 45px;
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 20px;
  margin-right: 20px\9
}
.solution-logo-item.disabled, .solution-logo-item.disabled:hover {
  cursor: default
}
.solution-logo-item img {
  display: block;
  max-width: 100%;
  max-height: 100%
}
.home-m-solution-mod {
  display: none
}
.home-service-mod {
  position: relative;
  overflow: hidden
}
.home-service-mod .c-section-inner {
  position: relative;
  z-index: 2
}
.home-service-mod .c-section-hd {
  margin-bottom: 40px
}
.home-service-bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  z-index: 1;
  opacity: .07;
  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/home-201807271534.png);
  background-position: 0px -232px
}
.home-service-bg-item.symantec {
  width: 300px;
  height: 81px;
  background-image: url(sprite/home-201807271534.png);
  background-position: 0px 0px
}
.home-service-bg-item.del {
  width: 150px;
  height: 57px;
  background-image: url(sprite/home-201807271534.png);
  background-position: -96px -291px
}
.home-service-bg-item.beyondsoft {
  width: 300px;
  height: 79px;
  background-image: url(sprite/home-201807271534.png);
  background-position: 0px -83px
}
.home-service-bg-item.dell {
  width: 94px;
  height: 94px;
  background-image: url(sprite/home-201807271534.png);
  background-position: 0px -291px
}
.home-service-bg-item.cisco {
  width: 103px;
  height: 55px;
  background-image: url(sprite/home-201807271534.png);
  background-position: 0px -387px
}
.home-service-bg-item.dll {
  width: 220px;
  height: 81px;
  background-image: url(sprite/home-201807271534.png);
  background-position: -302px 0px
}
.home-service-bg-item.wlxy {
  width: 72px;
  height: 72px;
  background-image: url(sprite/home-201807271534.png);
  background-position: 0px -444px
}
.home-service-bg-item.trustasia {
  width: 300px;
  height: 66px;
  background-image: url(sprite/home-201807271534.png);
  background-position: 0px -164px
}
.home-service-bg-item.kingdee {<strong></strong>
  width: 216px;
  height: 35px;
  background-image: url(sprite/home-201807271534.png);
  background-position: -248px -291px
}
.home-service-bg-item.cloudroom {
  width: 177px;
  height: 32px;
  background-image: url(sprite/home-201807271534.png);
  background-position: -96px -350px
}
.home-service-bg-item.isoftstone {
  width: 178px;
  height: 53px;
  background-image: url(sprite/home-201807271534.png);
  background-position: -302px -232px
}
.home-service-bg-item.avaya {
  width: 200px;
  height: 58px;
  background-image: url(sprite/home-201807271534.png);
  background-position: -302px -170px
}
.home-service-bg-item.icss {
  width: 190px;
  height: 85px;
  background-image: url(sprite/home-201807271534.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%)
  }
}
.home-service-info {
  font-size: 18px;
  text-align: center
}
.home-service-info-link {
  display: block;
  margin: 15px auto 0;
  font-size: 14px;
  color: #15b0a9
}
.home-service-info-link:hover {
  text-decoration: underline
}
.home-service-list {
  -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 5px;
  box-shadow: rgba(0, 0, 0, .1) 0 0 5px;
  margin-top: 50px;
  font-size: 0;
  background-color: #fff;
  text-align: center
}
.home-service-list > ul {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}
.home-service-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 16.6666%;
  position: relative;
  border-right: 1px solid #f5f6f7
}
.home-service-item:last-child {
  border-right: none
}
.home-service-list .home-service-mobile {
  display: none
}
.home-service-item > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px 0 25px;
  height: 100%
}
.home-service-icon {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden
}
.home-service-icon:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
  overflow: hidden
}
.home-service-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
  width: 48px;
  height: 48px
}
.home-service-icon .active-img, .home-service-item:hover img {
  opacity: 0
}
.home-service-item:hover .active-img {
  opacity: 1
}
.home-service-m-icon {
  display: none
}
.home-service-tit {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px
}
.home-service-item a:hover {
  text-decoration: none
}
.home-service-item a:hover .home-service-tit {
  color: #15b0a9
}
.home-customer-mod .c-section-inner {
  max-width: none
}
.home-customer-mod .c-section-hd {
  margin-bottom: 0
}
.home-customer-mod .c-tab-normal ul {
  position: relative;
  margin: auto;
  border-bottom: #e5e5e5 1px solid;
  padding-top: 30px
}
.home-customer-mod .c-tab-normal-line {
  bottom: -1px;
  width: 200px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}
.home-customer-mod .c-tab-normal .c-tab-simple {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  bottom: -1px;
  width: 200px;
  padding-bottom: 15px
}
.home-customer-mod .c-tab-normal .c-tab-simple.actived:after {
  display: inline-block;
  display: none;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #15b0a9;
  z-index: 1
}
.home-customer-list {
  position: relative;
  padding: 70px 10px 0;
  font-size: 0;
  overflow: hidden
}
.home-customer-list > ul {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px
}
.home-customer-list > ul.actived {
  display: block
}
.home-customer-item {
  display: inline-block;
  margin-bottom: 56px;
  height: 56px;
  width: 16.6666%;
  text-align: center
}
.home-customer-item a {
  display: block;
  height: 100%
}
.home-customer-item.disabled a:hover {
  cursor: default
}
.home-customer-item img {
  max-height: 100%;
  max-width: 100%;
  min-width: 56px
}
.home-customer-more {
  font-size: 14px;
  text-align: center
}
.home-customer-more a {
  color: #15b0a9
}
.home-customer-more a:after {
  position: relative;
  top: -1px;
  content: '>>';
  margin-left: 5px
}
.home-customer-more a:hover {
  text-decoration: underline
}
.home-customer-item.small-item {
  width: 8.3333%
}
.home-customer-sublist .home-customer-item {
  width: 50%
}
.home-certificate-mod .home-certificate-mobile {
  display: none
}
.home-certification-mod .c-section-tit {
  line-height: 1.1
}
.home-certification-list {
  font-size: 0
}
.home-certification-list.without-all .home-certification-item {
  width: 14.2857%
}
.home-certification-item {
  width: 12.5%;
  text-align: center;
  display: inline-block;
  vertical-align: top
}
.home-certification-item > a {
  display: block
}
.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-icon.more {
  position: relative;
  background: url(img/home2017/slice/all.svg)
}
.home-certification-icon.more:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(img/home2017/slice/all-actived.svg);
  opacity: 0
}
.home-certification-tit {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  font-weight: 400
}
.home-certification-item a:hover {
  text-decoration: none
}
.home-certification-item a:hover .home-certification-tit {
  color: #15b0a9
}
.home-certification-item a:hover .home-certification-icon.more {
  background: url(img/home2017/slice/all-actived.svg)
}
.c-hidden {
  display: none
}
.home-footer-mod.c-p-y-tall {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 394px
}
.home-footer-info {
  text-align: center;
  font-size: 16px;
  line-height: 1.8
}
.home-footer-info a:hover {
  text-decoration: underline
}
.home-footer-btn {
  text-align: center;
  padding-top: 35px
}
.home-footer-btn .c-btn {
  width: 220px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  background-color: #15b0a9
}
.home-footer-mod {
  position: relative
}
.home-footer-mod .c-section-hd {
  margin-bottom: 40px
}
.home-footer-mod .c-section-inner {
  position: relative;
  z-index: 2
}
.home-footer-mod .c-section-inner.mobile {
  display: none
}
.home-footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(img/home2017/free-bg.jpg) top center no-repeat #f7f8fa;
  background-size: cover
}
.home-footer-mod.bg-white .home-footer-bg {
  background-image: url(img/home2017/free-bg-white.png)
}
.home-certificate .c-media-horiz {
  border: 1px solid #e5e5e5;
  min-height: 130px;
  padding: 30px
}
.home-certificate .c-media-horiz:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .1);
  transform: translate3d(0, -3px, 0);
  transition: all .2s
}
.home-certificate .c-media-horiz:hover .c-media-heading {
  color: #15b0a9
}
.home-certificate .c-media-horiz .c-media-img {
  padding-right: 30px
}
.home-certificate .c-media-horiz .c-media-img img {
  width: 48px;
  height: 48px
}
.home-certificate-list {
  font-size: 0
}
.home-certificate-item {
  width: 12.5%;
  text-align: center;
  display: inline-block;
  vertical-align: top
}
.home-certificate-item > a {
  display: block
}
.home-certificate-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px
}
.home-certificate-icon img {
  display: block;
  width: 100%;
  height: 100%
}
.home-certificate-tit {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  font-weight: 400
}
.home-certificate-item a:hover {
  text-decoration: none;
  color: #15b0a9
}
.home-certificate-item a:hover .home-certificate-tit {
  color: #15b0a9
}
.home-certificate-list-wrap {
  padding-top: 60px
}
.home-certificate-list-tit {
  font-size: 14px;
  font-weight: 400;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  position: relative
}
.home-certificate-list-tit:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  top: 50%;
  left: 0
}
.home-certificate-list-tit span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  color: #666
}
.c-section.bg-color .home-certificate-list-tit span {
  background-color: #f7f8fa
}
.home-certificate-list {
  padding-top: 60px
}
.home-certificate .c-media-horiz .link-style {
  display: none
}
.home-certificate-more-m {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  display: none;
  text-align: center
}
.home-community-mod.home-community-mod-mobile {
  display: none
}
.home-community-mod .c-section-bd {
  padding: 0 10px;
  overflow: hidden
}
.home-community-list {
  margin-left: -40px;
  margin-right: -40px
}
.home-community-list [class*=c-g-] {
  padding-left: 40px;
  padding-right: 40px
}
.home-community-group .group-hd {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5
}
.home-community-group .group-title {
  display: block;
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.home-community-group .group-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
  height: 24px
}
.home-community-group .group-icon.column {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 95.38% 44.940000000000005%;
  background-size: 1250% 1150%;
  ;
  background-repeat: no-repeat
}
.home-community-group .group-icon.ask {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 95.38% 65.18%;
  background-size: 1250% 1150%;
  ;
  background-repeat: no-repeat
}
.home-community-group .group-icon.lab {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 95.38% 55.059999999999995%;
  background-size: 1250% 1150%;
  ;
  background-repeat: no-repeat
}
.home-community-group .group-icon.edu {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 95.38% 75.3%;
  background-size: 1250% 1150%;
  ;
  background-repeat: no-repeat
}
.home-community-group .group-title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 4.95% 99.72%;
  background-size: 2500% 2300%;
  ;
  background-repeat: no-repeat
}
.home-community-group .group-title:hover {
  color: #15b0a9
}
.home-community-group .group-title:hover:after {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 91.41% 81.53%;
  background-size: 2500% 2300%;
  ;
  background-repeat: no-repeat
}
.home-community-item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #000
}
.home-community-item .item-title {
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.home-community-item:hover .item-title {
  color: #15b0a9
}
.home-community-item .item-infos {
  margin-top: 10px;
  color: #666;
  line-height: 16px;
  font-size: 0
}
.home-community-item .item-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 14px
}
.home-community-item .item-info:first-child {
  margin-left: 0
}
.home-community-item .info-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 16px
}
.home-community-item .info-icon.view {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 96.09% 86.65%;
  background-size: 2500% 2300%;
  ;
  background-repeat: no-repeat
}
.home-community-item .info-icon.dialog {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 96.09% 91.75999999999999%;
  background-size: 2500% 2300%;
  ;
  background-repeat: no-repeat
}
.home-community-item .info-icon.step {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 9.64% 99.72%;
  background-size: 2500% 2300%;
  ;
  background-repeat: no-repeat
}
.home-community-item .info-icon.time {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 91.41% 86.65%;
  background-size: 2500% 2300%;
  ;
  background-repeat: no-repeat
}
.home-community-item .info-icon.user {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 91.41% 91.75999999999999%;
  background-size: 2500% 2300%;
  ;
  background-repeat: no-repeat
}
.home-community-item .info-icon.level {
  background-image: url(sprite/home-201807271534.svg);
  ;
  background-position: 96.09% 81.53%;
  background-size: 2500% 2300%;
  ;
  background-repeat: no-repeat
}
.top-warning {
  width: 100%;
  box-sizing: border-box;
  position: static;
  background-color: #e4eff5;
  color: #333;
  text-align: center;
  margin-bottom: 0
}
.c-msg-close:after {
  background-image: url(sprite/home-201807271534.svg);
  ;
  width: 13px;
  height: 13px;
  background-position: 98.97% 45.1%;
  background-size: 3636.3636363636365% 3345.4545454545455%;
  ;
  background-repeat: no-repeat
}
@media screen and (max-width:1366px) {
  .home-solution-mod {
    
  }
}
@media screen and (max-width:1300px) {
  .c-hero .mod-hero .switch-control {
    background-color: transparent
  }
  .c-hero .mod-hero .switch-control.pre {
    left: 5px
  }
  .c-hero .mod-hero .switch-control.next {
    right: 5px
  }
  .home-customer-item.small-item img {
    height: 50px;
    min-width: 0
  }
  .home-customer-list {
    padding-left: 20px;
    padding-right: 20px
  }
  .home-customer-sublist img {
    height: 50px;
    min-width: 0
  }
}
@media screen and (max-width:1280px) {
  .home-certificate .c-media-horiz {
    min-height: 170px
  }
}
@media screen and (max-width:1230px) and (min-width:769px) {
  .c-hero .mod-hero .switch-control.pre b {
    margin-left: 0
  }
  .c-hero .mod-hero .switch-control.next b {
    margin-right: 0
  }
}
@media screen and (max-width:1200px) {
  .home-event-mod .c-section-inner {
    padding-left: 0;
    padding-right: 0
  }
  .home-event-item-bg {
    right: 20px
  }
}
@media screen and (max-width:1190px) {
  .c-nav, .qc-footer {
    min-width: 320px
  }
}
@media screen and (max-width:1000px) {
  .c-hero-aside {
    position: static;
    padding: 0;
    width: auto;
    height: auto;
    max-width: none
  }
  .c-hero-aside-inner {
    display: none
  }
  .c-hero-m-aside {
    position: relative;
    display: block;
    padding: 20px 100px 20px 15px;
    background-image: url(sprite/home-media7-201807271534.png);
    font-size: 14px;
    line-height: 20px;
    pointer-events: all;
    background-position: 0px 0px
  }
  .c-hero-aside .c-hero-m-aside {
    background-size: cover
  }
  .c-hero-m-aside .btn-register {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 80px;
    min-width: 80px;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff
  }
  .c-hero-m-aside a {
    display: block;
    color: inherit
  }
  .c-hero-m-aside-icon {
    position: absolute;
    left: 17px;
    top: 15px;
    width: 24px;
    height: 24px;
    background-image: url(sprite/home-media7-201807271534.svg);
    ;
    background-position: 50% 50%;
    background-size: 108.33333333333333% 108.33333333333333%;
    ;
    background-repeat: no-repeat
  }
  .home-product-mod .c-section-hd {
    margin-bottom: 0
  }
  .home-service-mod .c-section-hd {
    margin-bottom: 30px
  }
  .home-solution-item {
    padding-top: 15px
  }
  .home-footer-mod .c-section-hd {
    margin-bottom: 30px
  }
  .home-certificate .c-media-horiz {
    min-height: 190px
  }
  .home-community-list {
    margin-left: -20px;
    margin-right: -20px
  }
  .home-community-list [class*=c-g-] {
    padding-left: 20px;
    padding-right: 20px
  }
  .home-community-item .item-info {
    margin-left: 10px;
    font-size: 12px
  }
}
@media screen and (min-width:768px) {
  .home-product-list-normal .home-product-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
    -moz-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
    box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06)
  }
  .home-product-list-btn .home-product-item .c-btn-hole:hover {
    background-color: #15b0a9;
    text-decoration: none
  }
  .home-product-list-normal .home-product-item:hover .home-product-item-tit {
    color: #15b0a9
  }
  .home-product-list-normal .home-product-item:hover .home-product-arrow {
    display: inline-block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
  }
}
@media screen and (max-width:768px) {
  .top-warning {
    text-align: left
  }
  body {
    min-width: 280px
  }
  a:hover {
    text-decoration: none
  }
  .c-nav {
    position: relative
  }
  .c-hero {
    margin-top: 0
  }
  .c-hero .hero-text-con {
    top: 26%
  }
  .c-hero .mod-hero .hero-text .hero-btn {
    bottom: 20%
  }
  .c-hero .mod-hero .hero-text .hero-text-con .des-text {
    font-size: 16px
  }
  .home-event-mod .c-section-inner {
    padding: 0
  }
  .home-event-mod [class*=c-g-]:hover {
    background-color: transparent
  }
  .home-event-mod [class*=c-g-]:hover a {
    color: #333
  }
  .home-event-mod [class*=c-g-]:active {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .7)
  }
  .home-event-mod [class*=c-g-]:active a {
    color: #15b0a9
  }
  .home-event-item a {
    padding-top: 25px
  }
  .home-event-item-bg {
    right: 20px;
    width: 80px;
    height: 80px
  }
  .home-event-item-tit span {
    display: none
  }
  .home-event-item-tit .mobile-text {
    display: inline
  }
  .home-product-tab .c-tab-panel {
    padding: 35px 0 5px
  }
  .home-product-tab .c-tab-simple a {
    padding-left: 10px;
    padding-right: 10px
  }
  .home-product-tab .c-tab-simple .c-tab-tit {
    font-size: 16px
  }
  .home-product-list {
    padding-right: 20px
  }
  .home-product-item {
    padding-left: 20px
  }
  .home-product-item-tit a {
    display: block
  }
  .home-product-item-tit a:hover {
    color: #333
  }
  .home-product-item-tit a:active {
    color: #15b0a9
  }
  .home-product-list-btn .home-product-item {
    padding: 11px 15px;
    margin-bottom: 0
  }
  .home-product-list-btn .home-product-item-tit {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px
  }
  .home-product-list-btn .home-product-item .c-btn-hole {
    margin-top: 8px;
    min-width: 100px;
    height: 30px;
    line-height: 28px
  }
  .home-product-list-btn .home-product-item-txt {
    line-height: 24px;
    color: #999
  }
  .home-product-list-normal .home-product-item-txt {
    color: #999
  }
  .home-product-list-btn {
    padding-top: 10px
  }
  .home-product-list .home-product-list-normal {
    padding-top: 0
  }
  .home-product-list-normal .home-product-item {
    padding: 0;
    margin-bottom: 0
  }
  .home-product-list-normal .home-product-item > a {
    padding: 11px 15px
  }
  .home-product-list-normal .home-product-item-tit {
    margin-bottom: 0;
    line-height: 24px
  }
  .home-solution-mod {
    
  }
  .home-solution-mod .c-section-inner {
    padding: 0
  }
  .home-solution-tab {
    width: 20%;
    padding-left: 20px
  }
  .home-solution-wrap .c-tab-panel {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px
  }
  .home-solution-tab .c-tab-simple a {
    padding-right: 20px
  }
  .home-solution-tab-more {
    padding-right: 20%
  }
  .home-solution-tab-more a {
    padding-right: 0
  }
  .home-solution-logo {
    margin-top: 40px;
    padding-top: 40px;
    text-align: left
  }
  .home-solution-logo-inner {
    margin-left: -20px
  }
  .solution-logo-item {
    margin-left: 20px;
    height: 35px
  }
  .home-service-info {
    margin: 0 auto;
    max-width: 600px
  }
  .home-service-item a:hover .home-service-tit {
    color: #111
  }
  .home-service-item a:active .home-service-tit {
    color: #15b0a9
  }
  .home-service-icon {
    width: 70px;
    height: 70px
  }
  .home-customer-list {
    padding: 50px 0 0
  }
  .home-customer-item {
    margin-bottom: 35px;
    width: 20%;
    height: 35px
  }
  .home-customer-item.small-item {
    width: 10%;
    text-align: center
  }
  .home-customer-item a:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .home-certification-icon {
    width: 50px;
    height: 50px
  }
  .home-certification-item > a {
    padding: 0 5px
  }
  .home-certification-item a:hover .home-certification-tit {
    color: #000
  }
  .home-certification-item a:active .home-certification-tit {
    color: #15b0a9
  }
  .home-footer-mod.c-p-y-tall {
    padding-top: 60px;
    height: auto
  }
  .home-footer-btn .c-btn:hover {
    background-color: #15b0a9
  }
  .home-footer-btn .c-btn:active {
    background-color: #0092ee
  }
  .home-certificate .c-g-12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
  .home-certificate .c-media-horiz {
    min-height: 0;
    border: none;
    padding: 15px 0
  }
  .home-certificate .c-media-horiz .c-media-img {
    padding-right: 15px
  }
  .home-certificate .c-media-horiz .c-media-img img {
    width: 32px;
    height: 32px;
    margin-top: 5px
  }
  .home-certificate .c-media-horiz .link-style {
    display: block;
    color: #15b0a9;
    margin-top: 5px
  }
  .home-certificate .c-media-horiz:hover {
    box-shadow: none;
    transform: translate3d(0, 0, 0)
  }
  .home-community-item .item-infos {
    display: none
  }
}
@media screen and (max-width:600px) {
  .c-hero {
    margin-top: 0
  }
  .c-hero .hero-text-con {
    top: 32px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute
  }
  .c-hero .mod-hero .hero-text .hero-text-con .des-text {
    font-size: 14px
  }
  .c-hero .mod-hero .hero-tab {
    bottom: 2px
  }
  .c-hero .mod-hero .hero-tab li {
    margin: 0 4px
  }
  .c-hero .mod-hero .hero-tab li a i {
    width: 6px;
    height: 6px;
    border-radius: 50%
  }
  .c-hero .mod-hero:hover .hero-handle {
    display: none
  }
  .c-hero .mod-hero .hero-img {
    height: 160px
  }
  .c-hero .mod-hero .hero-text .hero-btn, .mod-hero .hero-ct {
    display: none
  }
  .c-hero .mod-hero .hero-ct-mobile {
    display: block
  }
  .c-hero .mod-hero .hero-text .hero-text-con .des-text p {
    display: none
  }
  .c-hero .mod-hero .hero-text .hero-text-con .des-text p:first-child {
    display: block
  }
  .c-hero .mod-hero .hero-text .hero-text-con .piece {
    margin-right: 0
  }
  .c-hero-m-aside {
    font-size: 14px
  }
  .c-section {
    border-bottom: 1px solid #e5e5e5
  }
  .c-section.c-p-y-tall {
    padding: 30px 0 0
  }
  .c-section.bg-color {
    background-color: transparent
  }
  .c-section-inner {
    padding: 0
  }
  .c-section-hd {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
  }
  .c-section-tit {
    font-size: 20px;
    display: none
  }
  .c-section-tit.mobile {
    display: block
  }
  .c-section-tit > a {
    position: relative;
    display: block;
    color: inherit
  }
  .c-section-tit > a:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 26.950000000000003% 93.36%;
    background-size: 1700% 1700%;
    ;
    background-repeat: no-repeat
  }
  .c-section.home-event-mod {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5
  }
  .home-event-mod [class*=c-g-] {
    padding: 0;
    border-right: 0
  }
  .home-event-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center
  }
  .home-event-item a {
    padding: 28px 0
  }
  .home-event-item-bg {
    position: static;
    display: block;
    margin-bottom: 12px;
    width: auto;
    height: auto
  }
  .home-event-item-bg img {
    display: none
  }
  .home-event-item-bg .mobile-img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px
  }
  .home-event-item-con {
    position: static
  }
  .home-event-item-tit {
    position: static;
    padding-bottom: 0;
    font-size: 14px
  }
  .home-event-item-tit span, .home-event-item-tit:after {
    display: none
  }
  .home-event-item-tit .mobile-text {
    display: inline
  }
  .home-event-icon-new {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: 20px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }
  .home-event-item-txt {
    display: none
  }
  .home-product-mod.c-p-y-tall {
    border-bottom: none
  }
  .home-product-mod .c-section-hd {
    margin-bottom: 0
  }
  .home-product-tab {
    padding-top: 0
  }
  .home-hidden-xs, .home-product-tab .c-tab-normal {
    display: none
  }
  .home-product-tab .c-tab-panel {
    display: block;
    padding: 0;
    background-color: transparent
  }
  .home-product-mod-btn .home-product-tab .c-tab-panel {
    padding: 0
  }
  .home-product-tab .c-tab-panel.c-tab-panel-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }
  .home-product-list {
    display: block;
    padding-right: 0
  }
  .home-product-list-more-m {
    display: block
  }
  .home-product-list-btn .home-product-item .c-btn-hole {
    display: block;
    width: 100px
  }
  .home-product-m-title {
    display: block;
    position: relative;
    padding: 10px 15px 10px 57px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 32px
  }
  .home-product-m-title:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 22px;
    width: 14px;
    height: 8px;
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    background-position: 39.92% 90.53%;
    background-size: 1942.8571428571427% 3400%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived {
    color: #15b0a9
  }
  .home-product-m-title.actived:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 33.72% 90.53%;
    background-size: 1942.8571428571427% 3400%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 32px;
    height: 32px
  }
  .home-product-m-title.actived .home-product-icon img {
    opacity: 0
  }
  .home-product-m-title.actived .home-product-icon .active-img {
    opacity: 1
  }
  .home-product-icon.compute {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 28.749999999999996% 42.92%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.compute {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 42.92% 42.92%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.storage {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 99.58% 71.25%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.storage {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 99.58% 85.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.database {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 57.08% 28.749999999999996%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.database {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 57.08% 42.92%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.network {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 0.42% 85.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.network {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 14.580000000000002% 85.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.cdn {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 28.749999999999996% 28.749999999999996%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.cdn {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 42.92% 0.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.domain {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 28.749999999999996% 57.08%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.domain {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 42.92% 57.08%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.security {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 99.58% 42.92%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.security {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 99.58% 57.08%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.video {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 0.42% 99.58%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.video {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 14.580000000000002% 14.580000000000002%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.monitor {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 85.42% 57.08%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.monitor {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 85.42% 71.25%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.big-data {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 0.42% 28.749999999999996%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.big-data {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 14.580000000000002% 28.749999999999996%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.ai {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 14.580000000000002% 0.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.ai {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 0.42% 71.25%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.voice-service {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 0.42% 14.580000000000002%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.voice-service {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 14.580000000000002% 99.58%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.pic-service {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 28.749999999999996% 85.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.pic-service {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 42.92% 85.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.game {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 71.25% 42.92%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.game {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 71.25% 57.08%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.mobile {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 85.42% 28.749999999999996%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.mobile {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 85.42% 42.92%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.communicate {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 0.42% 42.92%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.communicate {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 14.580000000000002% 42.92%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.manage {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 57.08% 71.25%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.manage {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 71.25% 71.25%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.developer {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 0.42% 57.08%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.developer {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 14.580000000000002% 57.08%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.data-process {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 57.08% 0.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.data-process {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 57.08% 14.580000000000002%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.iot-hub {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 0.42% 0.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.iot-hub {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 14.580000000000002% 71.25%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.middleware {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 85.42% 0.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.middleware {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 85.42% 14.580000000000002%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.blockchain {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 99.58% 14.580000000000002%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.blockchain {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 99.58% 28.749999999999996%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.quanta {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 99.58% 0.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.quanta {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 85.42% 85.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.financial-service {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 71.25% 14.580000000000002%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.financial-service {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 71.25% 28.749999999999996%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-icon.qidian {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 57.08% 85.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-title.actived .home-product-icon.qidian {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 71.25% 85.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-product-item {
    margin-bottom: 0;
    padding: 10px 15px;
    display: block;
    width: auto
  }
  .home-product-list-btn, .home-product-list-normal {
    width: 100%
  }
  .home-product-list-normal.expand {
    padding-top: 10px
  }
  .home-product-list-normal .home-product-item {
    width: 100%
  }
  .home-product-list-normal .home-product-item.hide {
    display: none
  }
  .home-product-list-normal.expand .home-product-item {
    width: 100%
  }
  .home-product-item a:hover .home-product-item-tit {
    color: #333
  }
  .home-product-item a:active .home-product-item-tit {
    color: #15b0a9
  }
  .home-product-list > ul {
    padding: 10px 0;
    background-color: #f7f8fa;
    border-bottom: 1px solid #e5e5e5
  }
  .home-product-item-tit {
    font-size: 14px;
    margin-bottom: 4px
  }
  .home-product-item-txt {
    font-size: 14px;
    color: #666
  }
  .home-product-m-trigger {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 55px;
    color: #999;
    text-align: center
  }
  .home-product-m-trigger:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-position: 26.950000000000003% 93.36%;
    background-size: 1700% 1700%;
    ;
    background-repeat: no-repeat
  }
  .home-product-m-trigger.show:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  .home-solution-mod {
    display: none
  }
  .home-m-solution-mod {
    display: block;
    border-bottom: none
  }
  .home-m-solution-mod .c-section-inner {
    padding: 0
  }
  .home-m-solution-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 2px;
    padding: 40px 10px 0;
    width: 150px;
    height: 150px;
    background-color: #3e444f;
    background-size: cover;
    background-position: center;
    text-align: center;
    white-space: normal;
    color: #fff;
    line-height: 1.5
  }
  .home-m-solution-item:last-child {
    margin-right: 0
  }
  .home-m-solution-item-tit {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400
  }
  .home-m-solution-item-tit:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, .3)
  }
  .home-m-solution-item-desc {
    font-size: 14px
  }
  .home-m-solution-item.primary {
    display: block;
    margin-right: 0;
    margin-bottom: 2px;
    width: auto;
    height: 160px
  }
  .home-m-solution-list {
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap
  }
  .home-solution-m-mod {
    display: block;
    border-bottom: none
  }
  .solution-m-tit {
    display: block;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 32px
  }
  .solution-m-tit h3 {
    font-weight: 400
  }
  .solution-m-tit:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 22px;
    width: 14px;
    height: 8px;
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    transition: transform .2s;
    background-position: 39.92% 90.53%;
    background-size: 1942.8571428571427% 3400%;
    ;
    background-repeat: no-repeat
  }
  .solution-m-tit.actived {
    color: #15b0a9
  }
  .solution-m-tit.actived:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 33.72% 90.53%;
    background-size: 1942.8571428571427% 3400%;
    ;
    background-repeat: no-repeat
  }
  .solution-m-con {
    padding: 10px 0;
    background-color: #f7f8fa;
    border-bottom: 1px solid #e5e5e5
  }
  .solution-m-txt {
    padding: 10px 20px 0;
    color: #333;
    line-height: 1.6
  }
  .solution-m-txt a {
    display: inline-block
  }
  .solution-m-logo {
    padding: 20px 10px 0;
    font-size: 0
  }
  .solution-m-logo-item {
    display: inline-block;
    height: 45px;
    width: 33.3333%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 15px;
    vertical-align: top;
    font-size: 0;
    white-space: normal
  }
  .solution-m-logo-item:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
  }
  .solution-m-logo-item img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
  }
  .home-service-mod .c-section-hd {
    margin-bottom: 0
  }
  .home-service-icon, .home-service-info {
    display: none
  }
  .home-service-bg {
    display: none;
    will-change: auto;
    -webkit-animation: none;
    animation: none
  }
  .home-service-list .home-service-pc {
    display: none
  }
  .home-service-list .home-service-mobile {
    display: block
  }
  .home-service-list {
    display: block;
    margin-top: 0;
    padding: 10px 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .home-service-item {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    width: 25%;
    height: auto;
    border-right: none;
    background-image: none
  }
  .home-service-item > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 5px
  }
  .home-service-item:hover img {
    opacity: 1
  }
  .home-service-m-icon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px
  }
  .home-service-m-icon img {
    display: block;
    width: 100%;
    height: 100%
  }
  .home-service-tit {
    color: #111;
    font-size: 14px
  }
  .home-customer-mod .c-tab-normal {
    display: none
  }
  .home-customer-mod .c-tab-normal ul {
    padding: 0 15px;
    font-size: 0;
    border-bottom: none
  }
  .home-customer-mod .c-tab-normal-line {
    width: 48%
  }
  .home-customer-mod .c-tab-normal .c-tab-simple {
    position: relative;
    padding-bottom: 2px;
    width: 50%;
    border-bottom: none
  }
  .home-customer-mod .c-tab-normal .c-tab-simple a {
    padding: 4px 0 0;
    line-height: 45px;
    font-size: 16px;
    color: #111
  }
  .home-customer-mod .c-tab-normal .c-tab-simple.actived:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    background: 0 0;
    border-bottom: 4px solid #15b0a9;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }
  .home-customer-list {
    padding: 30px 0 0
  }
  .home-customer-list > ul {
    transition-duration: .2s
  }
  .home-customer-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 30px;
    width: 33.33%;
    height: 32px
  }
  .home-customer-item.small-item {
    width: 33.33%
  }
  .home-customer-item:nth-child(13), .home-customer-item:nth-child(14), .home-customer-item:nth-child(15), .home-customer-item:nth-child(16), .home-customer-item:nth-child(17), .home-customer-item:nth-child(18), .home-customer-item:nth-child(19), .home-customer-more {
    display: none
  }
  .home-certification-mod {
    display: none;
    border-bottom: none
  }
  .home-certification-list {
    padding: 5px 10px 27px
  }
  .home-certification-item, .home-certification-list.without-all .home-certification-item {
    width: 25%
  }
  .home-certification-item a {
    display: block;
    padding: 20px 10px
  }
  .home-certification-icon {
    margin: 0 auto 15px;
    width: 42px;
    height: 42px
  }
  .home-certification-tit {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #000
  }
  .home-certificate {
    padding-top: 20px
  }
  .c-section.home-certificate-mod {
    border-bottom: none
  }
  .home-certificate-mod .home-certificate-mobile {
    display: block
  }
  .home-certificate-mod .c-section-hd, .home-certificate-mod .home-certificate, .home-certificate-mod .home-certificate-pc {
    display: none
  }
  .home-certificate-mod.c-section.c-p-y-tall {
    padding-top: 0
  }
  .home-certificate-list-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff
  }
  .home-certificate-list {
    padding: 10px 10px 0
  }
  .home-certificate-item {
    width: 25%
  }
  .home-certificate-item a {
    display: block;
    padding: 20px 10px
  }
  .home-certificate-list-tit {
    margin: 0 20px
  }
  .c-section.bg-color .home-certificate-list-tit span {
    background-color: #fff
  }
  .home-certificate-more-m {
    display: block
  }
  .c-footer-action.c-p-y-tall, .home-footer-mod.c-p-y-tall {
    padding: 0;
    height: 280px
  }
  .home-footer-mod .c-section-inner {
    display: none
  }
  .home-footer-mod .c-section-inner.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    height: 100%
  }
  .home-footer-mod .c-section-hd {
    border-bottom: none;
    padding-bottom: 12px;
    margin-bottom: 0
  }
  .home-footer-info {
    font-size: 14px;
    line-height: 1.7;
    color: #333
  }
  .home-footer-btn {
    padding-top: 33px
  }
  .home-footer-btn .c-btn {
    width: 100%
  }
  .home-footer-bg {
    background-size: auto 100%
  }
  .home-community-mod.home-community-mod-pc {
    display: none
  }
  .home-community-mod.home-community-mod-mobile {
    display: block;
    border-bottom: none
  }
  .home-community-mod .c-section-hd {
    border-bottom: none
  }
  .home-community-mod .c-section-bd {
    padding: 0
  }
  .home-community-list {
    margin-bottom: -1px
  }
  .home-community-item .item-infos {
    display: inline-block;
    position: absolute;
    min-width: 50px;
    right: 5px;
    top: 2px
  }
  .home-community-item .item-info {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0
  }
  .home-community-item .item-info:not(:last-child) {
    display: none
  }
  .home-community-group .group-hd {
    padding-bottom: 0
  }
  .home-community-group .group-title {
    padding: 0 35px 0 15px;
    font-size: 16px;
    line-height: 52px;
    background-image: url(sprite/home-media10-201807271534.png);
    background-position: 0px 0px
  }
  .home-community-group .group-hd .group-title {
    background-size: cover
  }
  .home-community-list [class*=c-g-] {
    padding-left: 35px;
    padding-right: 35px
  }
  .home-community-group .group-title:hover {
    color: #000
  }
  .home-community-group .group-title:after, .home-community-group .group-title:hover:after {
    right: 15px;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    -webkit-transition: transform .2s, -webkit-transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: 39.92% 90.53%;
    background-size: 1942.8571428571427% 3400%;
    ;
    background-repeat: no-repeat
  }
  .home-community-group .group-bd {
    padding: 0 15px
  }
  .home-community-group {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5
  }
  .home-community-group .group-icon {
    position: relative;
    top: -2px
  }
  .home-community-group .group-icon.column {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 42.92% 28.749999999999996%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-community-group.actived .group-icon.column {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 42.92% 14.580000000000002%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-community-group .group-icon.ask {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 28.749999999999996% 14.580000000000002%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-community-group.actived .group-icon.ask {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 28.749999999999996% 0.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-community-group .group-icon.lab {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 42.92% 71.25%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-community-group.actived .group-icon.lab {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 28.749999999999996% 71.25%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-community-group .group-icon.edu {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 71.25% 0.42%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-community-group.actived .group-icon.edu {
    background-image: url(/xiang/fenkuai/options/o4/images/o4.svg);
    ;
    background-position: 57.08% 57.08%;
    background-size: 850% 850%;
    ;
    background-repeat: no-repeat
  }
  .home-community-item {
    position: relative;
    padding: 8px 85px 8px 0;
    border-bottom: none;
    border-bottom: dashed 1px #e5e5e5;
    color: #333
  }
  .home-community-item:last-child {
    border-bottom: none
  }
  .home-community-item:hover .item-title {
    color: #333
  }
  .home-community-item:active .item-title {
    color: #15b0a9
  }
}
#MAXIM {
  content: "veg20180727153435"
}