.nav-avatar {
    position: relative;
    height: 56px
}

.nav-avatar .avatar-img {
    position: absolute;
    width: 56px;
    height: 56px;
    left: 0;
    top: 0
}

.nav-avatar h1 {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 35px;
    padding-left: 71px
}

.nav-avatar em {
    font-style: normal;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 25px;
    position: absolute;
    left: 71px;
    bottom: 0;
    background: #fff;
    padding: 0 10px 0 0
}

.nav-avatar .more {
    font-style: normal;
    font-size: 16px;
    color: #19bbff;
    line-height: 28px;
    position: absolute;
    right: 10px;
    bottom: 0;
    background: #fff;
    padding: 0 10px 5px 0
}

.nav-avatar .hr {
    border-bottom: 1px dashed #666;
    margin: 8px 90px 0 130px
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(0.1)
    }

    45% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0.1)
    }
}

@keyframes load {
    0% {
        transform: scale(0.1)
    }

    45% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.1)
    }
}

.load span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 15px;
    background: #00c0f1;
    animation: load .8s infinite ease-in-out;
    -webkit-animation: load .8s infinite ease-in-out
}

.load span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.load span:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.load span:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.c-outer {
    background-color: rgba(255,255,255,.95);
    background-color: #f0f0f0\9
}

.c-outer .sliders {
    position: relative;
    max-width: 1920px;
    height: 480px;
    margin: 0 auto
}

.c-outer .sliders .loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-color: #f0f0f0
}

.c-outer .sliders .loading .spin {
    position: relative;
    width: 50%;
    top: 270px;
    left: 50%;
    margin-left: -30px
}

.c-outer .sliders .outer {
    position: absolute;
    height: 100%;
    overflow: hidden
}

.c-outer .sliders .outer img {
    position: absolute
}

.c-outer .sliders .outer .inner a {
    width: 100%;
    height: 100%;
    display: block
}

.c-outer .sliders .outer .inner-slider {
    visibility: hidden;
    width: 1185px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.c-outer .sliders .outer .inner-slider .inner-slider-img {
    width: 450px;
    height: 102px
}

.c-outer .sliders .outer .inner-slider button {
    background-color: #e63939;
    color: #fff;
    width: 240px;
    height: 55px;
    border: 0;
    font-size: 20px;
    font-family: 'Microsoft YaHei',sans-serif;
    margin-top: 80px;
    cursor: pointer
}

.c-outer .sliders .outer .inner-slider.visible {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -webkit-animation: mainButton 1s ease;
    -moz-animation: mainButton 1s ease;
    -o-animation: mainButton 1s ease;
    animation: mainButton 1s ease;
    z-index: 5;
    visibility: visible
}

.c-outer .sliders .outer .inner,.c-outer .sliders .outer .inner-line {
    height: 566px;
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover
}

.c-outer .sliders .outer .inner-line {
    opacity: 0
}

.c-outer .sliders .outer .inner-line img {
    opacity: 0;
    filter: alpha(opacity=0)
}

.c-outer .sliders .outer .inner-line.animate-line {
    -webkit-animation: bgWord .3s ease-in 1s 1 normal;
    -moz-animation: bgWord .3s ease-in 1s 1 normal;
    -o-animation: bgWord .3s ease-in 1s 1 normal;
    animation: bgWord .3s ease-in 1s 1 normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.c-outer .sliders .outer .inner-line.animate-line img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.c-outer .sliders .ol-div {
    position: relative;
    top: 440px;
    z-index: 10
}

.c-outer .sliders .ol-div ol {
    display: block;
    text-align: center
}

.c-outer .sliders .ol-div ol li {
    display: inline-block;
    border: 1px solid rgba(255,255,255,.3);
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,.2);
    margin-right: 10px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.nav-avatar .avatar-img {
    width: 44px;
    height: 40px;
    left: 10px;
    top: 10px
}

.nav-avatar .hr {
    border-bottom: 1px solid #b2b2b2
}

.content {
    background-color: #fff;
    padding-top: 70px
}

.content .c-case {
    padding-top: 20px;
    overflow: hidden
}
.c-case .c-news-title {
	margin:30px 0;
	text-align:center;
	font-size:24px;
	font-weight:400
}
.content .c-case .c-c-li {
    margin-top: 25px;
    width: 1230px
}

.content .c-case .c-c-li li:first-child {
    margin-left: 9px
}

.content .c-case .c-c-li li {
    float: left;
    margin-bottom: 20px;
    width: 260px;
    height: 360px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 15px;
    margin-right: 6px
}

.content .c-case .c-c-li li .image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    height: 260px
}

.content .c-case .c-c-li li .image img {
    width: 100%;
    height: 100%
}

.content .c-case .c-c-li li .image .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    height: 120px;
    width: 220px;
    background-color: #00c0f1;
    z-index: 1;
    bottom: -170px;
    opacity: .9;
    padding: 20px 20px 0;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    word-wrap: break-word;
    text-align: left;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.content .c-case .c-c-li li .image .desc.en_US {
    font-size: 12px
}

.content .c-case .c-c-li li .image:hover .desc {
    bottom: 0
}

.content .c-case .c-c-li li h3 {
    line-height: 26px;
    font-size: 14px;
    color: #666;
    height: 30px
}

.content .c-case .c-c-li li h3 a {
    font-size: 16px;
    font-weight: 400;
    color: #333
}

.content .c-case .c-c-li li h3 a:hover {
    color: #19bbff
}

.content .c-case .c-c-li li p {
    margin: 15px 0;
    font-size: 14px;
    color: #666;
    overflow:hidden;
}

.content .c-case .c-c-li li:hover {
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 4px #e7e7e7;
    border-radius: 10px;
    -moz-box-shadow: 0 0 4px #e7e7e7
}

.content .c-case .ui-pager {
    text-align: center
}

/*产品中心分类列表*/
.content .business-wrapper {
    height: 100px;
    border-bottom: 1px solid #eaeff1
}

.content .business-wrapper .business-title {
    display: inline-block;
    width: 100px;
    color: #333;
    position: relative;
    /*top: -25px;*/
    font-size: 20px;
    vertical-align: middle
}

.content .business-wrapper .business-ul {
    display: inline-block
}

.content .business-wrapper li {
    display: inline-block;
    width: 100px;
    text-align: center
}

.content .business-wrapper li a {
    color: #666;
    display: inline-block;
    position: relative;
    top: 25px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 6px;
    padding: 6px 13px;
    /*box-shadow: 0 0 1px #eaeff1;*/
    border:1px solid #eaeff1;
}
.content .business-wrapper li.active a {
     background-color: #00c0f1;
    color: #fff;
    cursor: default;
}

.content .business-wrapper li a:hover {
    background-color: #00c0f1;
    color: #fff;
    cursor: default;
    top: 25px
}

.content .business-wrapper li a div {
    /*color: #666;*/
    /*height: 40px;*/
    overflow: hidden
}

.content .business-wrapper li span {
    font-size: 32px
}

.content .head-wrapper {
    height: 30px;
    padding-top: 50px
}

.content .head-wrapper .e-head {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 400;
    border-left: 14px solid #00c0f1;
    padding-left: 14px;
    float: left;
    color: #333
}

.content .head-wrapper .subhead {
    font-size: 16px;
    color: #999;
    margin-left: 25px
}
