@charset "UTF-8";
body {
    color: #333;
    -webkit-tap-highlight-color: transparent
;}

a {
    color: #00a4ff
;}

: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%;
    background-color: transparent
;}

.c-hero-aside-inner {
    padding: 10px;
    background-color: #343c4c;
    line-height: 0px;
    position: absolute;
    right: 0;
    top: 154px;
    pointer-events: auto;}
.c-hero-aside-inner-img{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #ffffff;
    pointer-events: auto;
    cursor: pointer;}
.c-hero-aside-inner-img img{
    width: 25px;
    height: 25px;}

.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: #00a4ff;
    border-bottom-color: #00a4ff
;}

.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: #00a4ff
;}

.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: #00a4ff;
    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-normal > ul {
    position: relative
;}

.c-tab-normal-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: #00a4ff;
    -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: #00a4ff
;}

.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-201803081439.jpg);
    background-position: 28.689999999999998% 50%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 42.9% 50%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.storage {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 71.31% 50%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 42.9% 33.44%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.database {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 57.099999999999994% 33.44%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 57.099999999999994% 50%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.network {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 42.9% 99.67%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 57.099999999999994% 99.67%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.cdn {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 42.9% 0.33%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 42.9% 16.89%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.domain {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 28.689999999999998% 66.56%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 42.9% 66.56%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.security {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0.27999999999999997% 83.11%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 71.31% 66.56%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.video {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0.27999999999999997% 33.44%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 28.689999999999998% 16.89%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.monitor {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 14.49% 99.67%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 28.689999999999998% 99.67%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.big-data {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 14.49% 33.44%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 28.689999999999998% 33.44%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.ai {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0.27999999999999997% 0.33%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 14.49% 83.11%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.voice-service {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 28.689999999999998% 0.33%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 14.49% 0.33%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.pic-service {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 71.31% 99.67%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 85.50999999999999% 99.67%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.game {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 71.31% 16.89%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 71.31% 33.44%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.mobile {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 85.50999999999999% 83.11%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 0.27999999999999997% 99.67%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.communicate {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0.27999999999999997% 50%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 14.49% 50%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.manage {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 85.50999999999999% 16.89%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 85.50999999999999% 33.44%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.developer {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0.27999999999999997% 66.56%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 14.49% 66.56%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.data-process {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 57.099999999999994% 0.33%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 57.099999999999994% 16.89%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.all {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0.27999999999999997% 16.89%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 14.49% 16.89%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.iot-hub {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 57.099999999999994% 83.11%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 71.31% 83.11%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.middleware {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 85.50999999999999% 50%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 85.50999999999999% 66.56%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.blockchain {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 42.9% 83.11%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 28.689999999999998% 83.11%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.quanta {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 99.72% 33.44%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 85.50999999999999% 0.33%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.financial-service {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 57.099999999999994% 66.56%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 71.31% 0.33%;
    background-size: 833.3333333333334% 729.1666666666667%;
    background-repeat: no-repeat
;}

.home-product-icon.qidian {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 99.72% 0.33%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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-201803081439.jpg);
    background-position: 99.72% 16.89%;
    background-size: 833.3333333333334% 729.1666666666667%;
    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: #00a4ff;
    text-decoration: none
;}

.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;
    padding-right: 30px
;}

.home-product-list > ul {
    display: none
;}

.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: #00a4ff;
    text-decoration: none
;}

.home-product-item-tit a {
    display: block
;}

.home-product-item-tit a:hover {
    color: #00a4ff
;}

.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: #00a4ff;
    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;
    min-height: 730px;
    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: #eef4ff;
    font-size: 16px
;}

.home-solution-tab .c-tab-simple.actived:after {
    height: 100%;
    width: 4px;
    position: absolute;
    left: inherit;
    right: -3px;
    background: #00a4ff
;}

.home-solution-tab .c-tab-simple.actived .c-tab-tit, .home-solution-tab .c-tab-simple:hover .c-tab-tit {
    color: #00a4ff;
    text-decoration: none
;}

.home-solution-tab ul {
    display: block
;}

.home-solution-tab .c-tab-simple a {
    padding: 5px 48px 5px 0;
    margin-bottom: 15px
;}

.home-solution-tab .c-tab-simple.actived a {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0))
;}

.home-solution-wrap .home-solution-tab {
    border-right: #667080 2px solid;
    padding: 0 0 5px
;}

.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: #00a4ff;
    text-decoration: none
;}

.home-solution-wrap .c-tab-panel {
    padding-left: 78px;
    margin-left: -2px;
    border-left: #667080 2px solid
;}

.home-solution-item {
    padding-top: 25px
;}

.home-solution-tit {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px
;}

.home-solution-txt {
    font-size: 14px;
    color: #fff;
    line-height: 1.8
;}

.home-solution-links {
    padding-top: 8px
;}

.home-solution-links a {
    margin-right: 20px;
    display: inline-block;
    color: #00a4ff;
    position: relative
;}

.home-solution-links a:after {
    content: '';
    position: absolute;
    background-color: #00a4ff;
    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-201803081439.jpg);
    background-position: 0px -232px
;}

.home-service-bg-item.symantec {
    width: 300px;
    height: 81px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0px 0px
;}

.home-service-bg-item.del {
    width: 150px;
    height: 57px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: -96px -291px
;}

.home-service-bg-item.beyondsoft {
    width: 300px;
    height: 79px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0px -83px
;}

.home-service-bg-item.dell {
    width: 94px;
    height: 94px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0px -291px
;}

.home-service-bg-item.cisco {
    width: 103px;
    height: 55px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0px -387px
;}

.home-service-bg-item.dll {
    width: 220px;
    height: 81px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: -302px 0px
;}

.home-service-bg-item.wlxy {
    width: 72px;
    height: 72px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0px -444px
;}

.home-service-bg-item.trustasia {
    width: 300px;
    height: 66px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 0px -164px
;}

.home-service-bg-item.kingdee {
    width: 216px;
    height: 35px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: -248px -291px
;}

.home-service-bg-item.cloudroom {
    width: 177px;
    height: 32px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: -96px -350px
;}

.home-service-bg-item.isoftstone {
    width: 178px;
    height: 53px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: -302px -232px
;}

.home-service-bg-item.avaya {
    width: 200px;
    height: 58px;
    background-image: url(sprite/home-201803081439.jpg);
    background-position: -302px -170px
;}

.home-service-bg-item.icss {
    width: 190px;
    height: 85px;
    background-image: url(sprite/home-201803081439.jpg);
    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: #00a4ff
;}

.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-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: #00a4ff
;}

.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: #00a4ff;
    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: #00a4ff
;}

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

.home-certification-icon.more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(img/home2017/slice/all-actived.jpg);
    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: #00a4ff
;}

.home-certification-item a:hover .home-certification-icon.more {
    background: url(img/home2017/slice/all-actived.jpg)
;}

.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: #00a4ff
;}

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

.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: #00a4ff
;}

.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: #00a4ff
;}

.home-certificate-item a:hover .home-certificate-tit {
    color: #00a4ff
;}

.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-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: 32px;
    height: 32px
;}

.home-community-group .group-icon.column {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 95.38% 58.18%;
    background-size: 1250% 1093.75%;
    background-repeat: no-repeat
;}

.home-community-group .group-icon.ask {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 95.38% 68.87%;
    background-size: 1250% 1093.75%;
    background-repeat: no-repeat
;}

.home-community-group .group-icon.lab {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 95.38% 47.48%;
    background-size: 1250% 1093.75%;
    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-201803081439.jpg);
    background-position: 91.41% 91.92%;
    background-size: 2500% 2187.5%;
    background-repeat: no-repeat
;}

.home-community-group .group-title:hover {
    color: #00a4ff
;}

.home-community-group .group-title:hover:after {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 96.09% 86.53%;
    background-size: 2500% 2187.5%;
    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: #00a4ff
;}

.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-201803081439.jpg);
    background-position: 91.41% 81.14%;
    background-size: 2500% 2187.5%;
    background-repeat: no-repeat
;}

.home-community-item .info-icon.dialog {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 96.09% 91.92%;
    background-size: 2500% 2187.5%;
    background-repeat: no-repeat
;}

.home-community-item .info-icon.step {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 91.41% 75.75%;
    background-size: 2500% 2187.5%;
    background-repeat: no-repeat
;}

.home-community-item .info-icon.time {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 96.09% 81.14%;
    background-size: 2500% 2187.5%;
    background-repeat: no-repeat
;}

.home-community-item .info-icon.user {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 91.41% 86.53%;
    background-size: 2500% 2187.5%;
    background-repeat: no-repeat
;}

.home-community-item .info-icon.level {
    background-image: url(sprite/home-201803081439.jpg);
    background-position: 96.09% 75.75%;
    background-size: 2500% 2187.5%;
    background-repeat: no-repeat
;}

@media screen and (max-width: 1366px) {
    .home-solution-mod {
        min-height: 665px
    ;}
}

@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: 10px 17px 10px 54px;
        min-height: 35px;
        border-bottom: 1px solid #e5e5e5;
        background-color: #f7f8fa;
        font-size: 16px;
        line-height: 35px
    ;}

    .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-201803081439.jpg);
        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 (max-width: 768px) {
    body {
        min-width: 320px
    ;}

    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: #00a4ff
    ;}

    .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: #00a4ff
    ;}

    .home-solution-mod {
        min-height: 700px
    ;}

    .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: #00a4ff
    ;}

    .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: #00a4ff
    ;}

    .home-footer-mod.c-p-y-tall {
        padding-top: 60px;
        height: auto
    ;}

    .home-footer-btn .c-btn:hover {
        background-color: #00a4ff
    ;}

    .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: #00a4ff;
        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: 28.75%;
        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: 20px;
        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(sprite/home-media9-201803081439.jpg);
        background-position: 0.38999999999999996% 99.58%;
        background-size: 1700% 1600%;
        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-list {
        display: block;
        padding-right: 0
    ;}

    .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(sprite/home-media9-201803081439.jpg);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        background-position: 13.569999999999999% 96.37%;
        background-size: 1942.8571428571427% 3200%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived {
        color: #00a4ff
    ;}

    .home-product-m-title.actived:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 7.359999999999999% 96.37%;
        background-size: 1942.8571428571427% 3200%;
        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(sprite/home-media9-201803081439.jpg);
        background-position: 28.749999999999996% 45.98%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.compute {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 42.92% 45.98%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.storage {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 99.58% 45.98%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.storage {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 99.58% 61.160000000000004%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.database {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 57.08% 30.8%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.database {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 57.08% 45.98%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.network {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 85.42% 61.160000000000004%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.network {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 85.42% 76.34%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.cdn {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 28.749999999999996% 30.8%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.cdn {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 42.92% 0.44999999999999996%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.domain {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 28.749999999999996% 61.160000000000004%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.domain {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 42.92% 61.160000000000004%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.security {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 99.58% 15.629999999999999%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.security {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 99.58% 30.8%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.video {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 99.58% 76.34%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.video {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 14.580000000000002% 15.629999999999999%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.monitor {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 85.42% 30.8%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.monitor {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 85.42% 45.98%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.big-data {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 0.42% 30.8%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.big-data {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 14.580000000000002% 30.8%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.ai {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 14.580000000000002% 0.44999999999999996%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.ai {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 71.25% 61.160000000000004%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.voice-service {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 0.42% 15.629999999999999%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.voice-service {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 99.58% 91.52%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.pic-service {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 0.42% 91.52%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.pic-service {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 14.580000000000002% 91.52%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.game {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 71.25% 15.629999999999999%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.game {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 71.25% 30.8%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.mobile {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 85.42% 0.44999999999999996%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.mobile {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 85.42% 15.629999999999999%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.communicate {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 0.42% 45.98%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.communicate {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 14.580000000000002% 45.98%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.manage {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 28.749999999999996% 76.34%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.manage {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 42.92% 76.34%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.developer {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 0.42% 61.160000000000004%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.developer {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 14.580000000000002% 61.160000000000004%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.data-process {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 57.08% 0.44999999999999996%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.data-process {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 57.08% 15.629999999999999%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.iot-hub {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 71.25% 45.98%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.iot-hub {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 0.42% 0.44999999999999996%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.middleware {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 57.08% 76.34%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.middleware {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 71.25% 76.34%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.blockchain {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 85.42% 91.52%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.blockchain {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 99.58% 0.44999999999999996%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.quanta {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 71.25% 91.52%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.quanta {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 57.08% 91.52%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.financial-service {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 57.08% 61.160000000000004%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.financial-service {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 71.25% 0.44999999999999996%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-icon.qidian {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 28.749999999999996% 91.52%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-m-title.actived .home-product-icon.qidian {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 42.92% 91.52%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-product-item {
        margin-bottom: 0;
        padding: 10px 15px;
        display: block;
        width: auto
    ;}

    .home-product-item a:hover .home-product-item-tit {
        color: #333
    ;}

    .home-product-item a:active .home-product-item-tit {
        color: #00a4ff
    ;}

    .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: 12px;
        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(sprite/home-media9-201803081439.jpg);
        -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: 0.38999999999999996% 99.58%;
        background-size: 1700% 1600%;
        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 10px 20px;
        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(sprite/home-media9-201803081439.jpg);
        transition: transform .2s;
        background-position: 13.569999999999999% 96.37%;
        background-size: 1942.8571428571427% 3200%;
        background-repeat: no-repeat
    ;}

    .solution-m-tit.actived {
        color: #00a4ff
    ;}

    .solution-m-tit.actived:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 7.359999999999999% 96.37%;
        background-size: 1942.8571428571427% 3200%;
        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 {
        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: 33.333%;
        height: auto;
        border-right: none;
        background-image: none
    ;}

    .home-service-item > a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 10px
    ;}

    .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 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 #00a4ff;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    ;}

    .home-customer-list {
        padding: 35px 0 5px
    ;}

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

    .home-certificate-list-wrap {
        padding-top: 30px;
        padding-bottom: 30px
    ;}

    .home-certificate-list {
        padding: 30px 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
    ;}

    .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 .c-section-bd {
        padding: 0
    ;}

    .home-community-list {
        margin-bottom: -1px
    ;}

    .home-community-group .group-hd {
        padding-bottom: 0
    ;}

    .home-community-group .group-title {
        padding: 0 35px 0 20px;
        font-size: 16px;
        line-height: 54px
    ;}

    .home-community-group .group-title:hover {
        color: #000
    ;}

    .home-community-group .group-title:after, .home-community-group .group-title:hover:after {
        right: 20px;
        margin-top: -4px;
        width: 14px;
        height: 8px;
        background-image: url(sprite/home-media9-201803081439.jpg);
        -webkit-transition: transform .2s, -webkit-transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        background-position: 13.569999999999999% 96.37%;
        background-size: 1942.8571428571427% 3200%;
        background-repeat: no-repeat
    ;}

    .home-community-group .group-bd {
        display: none;
        padding: 8px 0;
        background-color: #F7F8FA;
        border-bottom: 1px solid #e5e5e5
    ;}

    .home-community-group.actived .group-title {
        color: #00a4ff
    ;}

    .home-community-group.actived .group-title:after {
        background-image: url(sprite/home-media9-201803081439.jpg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        background-position: 7.359999999999999% 96.37%;
        background-size: 1942.8571428571427% 3200%;
        background-repeat: no-repeat
    ;}

    .home-community-group.actived .group-bd {
        display: block
    ;}

    .home-community-group .group-icon {
        position: relative;
        top: -2px
    ;}

    .home-community-group .group-icon.column {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 42.92% 30.8%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-community-group.actived .group-icon.column {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 42.92% 15.629999999999999%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-community-group .group-icon.ask {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 28.749999999999996% 15.629999999999999%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-community-group.actived .group-icon.ask {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 28.749999999999996% 0.44999999999999996%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-community-group .group-icon.lab {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 14.580000000000002% 76.34%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-community-group.actived .group-icon.lab {
        background-image: url(sprite/home-media9-201803081439.jpg);
        background-position: 0.42% 76.34%;
        background-size: 850% 800%;
        background-repeat: no-repeat
    ;}

    .home-community-item {
        padding: 7px 20px;
        border-bottom: none;
        color: #333
    ;}

    .home-community-item:hover .item-title {
        color: #333
    ;}

    .home-community-item:active .item-title {
        color: #00a4ff
    ;}
}

#MAXIM {
    content: "weu20180308144000"
;}
