.c-icon {
    font-family: cicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.c-wrapper {
    width: 1200px;
    margin: 30px auto
}

.c-col6 {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.m-product-panel {
    text-align: center;
    padding: 60px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 0
}

.c-title-large.light {
    color: #fff;
}

.c-title-large .c-title-main {
    font-size: 34px;
    font-weight: 700;
    line-height: 1em;
}

.c-title-large .c-title-main:after {
    width: 120px;
    margin-top: 23px;
    content: "";
    display: block;
    height: 4px;
    background: #05A6F3;
    margin: 16px auto 0;
    background: #fff;
}

.c-title-large {
    text-align: center;
    margin-bottom: 56px;
}

.m-product-panel .m-product-panel-list {
    background: #f5f8f9;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(7, 61, 125, .16)
}

.m-product-panel .m-product-panel-list > li {
    position: relative;
    cursor: default
}

.m-product-panel .m-product-panel-list > li h4 {
    color: #4a4a4a;
    font-size: 24px;
    padding: 50px 20px 20px;
    -webkit-transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, transform .3s ease;
    transition: color .3s ease, transform .3s ease, -webkit-transform .3s ease;
    margin-bottom: 0;
}

.m-product-panel .m-product-panel-list > li .m-product-panel-list-note {
    color: #7d7e7e;
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    line-height: 40px;
    padding: 20px 30px;
    -webkit-transition: -webkit-transform .3s ease .05s;
    transition: -webkit-transform .3s ease .05s;
    transition: transform .3s ease .05s;
    transition: transform .3s ease .05s, -webkit-transform .3s ease .05s
}

.m-product-panel {
    background-image: url(../images/bg.jpg);
    float: left;
    width: 100%;
}

.m-product-panel .m-product-panel-list > li .m-product-panel-list-icon {
    position: absolute;
    width: 100%;
    bottom: 90px;
    left: 0;
    color: #dcdedf;
    color: rgba(0, 0, 0, .1);
    font-size: 64px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .5s ease, opacity .5s ease;
    transition: visibility .5s ease, opacity .5s ease
}

.m-product-panel .m-product-panel-list > li .m-product-panel-list-button {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .5s ease, opacity .5s ease, -webkit-transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, -webkit-transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, transform .3s ease .15s, -webkit-transform .3s ease .15s
}

.m-product-panel .m-product-panel-list > li .m-product-panel-list-button button {
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    cursor: inherit;
    color: #666;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: transparent;
    -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;
    transition: color .3s ease, border-color .3s ease, background .3s ease
}

.m-product-panel .m-product-panel-list > li .m-product-panel-list-detail {
    width: 100%;
    padding: 0 50px;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease .1s;
    transition: -webkit-transform .3s ease .1s;
    transition: transform .3s ease .1s;
    transition: transform .3s ease .1s, -webkit-transform .3s ease .1s
}

.m-product-panel .m-product-panel-list > li .m-product-panel-list-detail li {
    color: #999;
    font-size: 14px;
    margin-top: 18px
}

.m-product-panel .m-product-panel-list > li .m-product-panel-list-detail .c-icon {
    color: #ddd;
    font-size: 20px;
    margin-right: 12px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    position: relative;
    top: 2px
}

.m-product-panel .m-product-panel-list > li > div {
    position: relative;
    z-index: 9;
    height: 382px;
    margin: 25px 0;
    border-left: 1px dashed #d6d6d6;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    overflow: hidden
}

.m-product-panel .m-product-panel-list > li > div > a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none
}

.m-product-panel .m-product-panel-list > li:first-child > div {
    border-left-color: transparent
}

.m-product-panel .m-product-panel-list > li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #f5f8f9;
    -webkit-transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease
}

.m-product-panel .m-product-panel-list > li.active:after, .m-product-panel .m-product-panel-list > li:hover:after {
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13)
}

.m-product-panel .m-product-panel-list > li.active + li > div, .m-product-panel .m-product-panel-list > li.active > div, .m-product-panel .m-product-panel-list > li:hover + li > div, .m-product-panel .m-product-panel-list > li:hover > div {
    border-left-color: transparent
}

.m-product-panel .m-product-panel-list > li.active h4, .m-product-panel .m-product-panel-list > li:hover h4 {
    color: #05A6F3;
    -webkit-transform: translate3d(0, -37px, 0);
    transform: translate3d(0, -37px, 0)
}

.m-product-panel .m-product-panel-list > li.active .m-product-panel-list-note, .m-product-panel .m-product-panel-list > li:hover .m-product-panel-list-note {
    -webkit-transform: translate3d(0, -45px, 0);
    transform: translate3d(0, -45px, 0)
}

.m-product-panel .m-product-panel-list > li.active .m-product-panel-list-icon, .m-product-panel .m-product-panel-list > li:hover .m-product-panel-list-icon {
    visibility: hidden;
    opacity: 0
}

.m-product-panel .m-product-panel-list > li.active .m-product-panel-list-button, .m-product-panel .m-product-panel-list > li:hover .m-product-panel-list-button {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0)
}

.m-product-panel .m-product-panel-list > li.active .m-product-panel-list-button button, .m-product-panel .m-product-panel-list > li:hover .m-product-panel-list-button button {
    color: #fff;
    border-color: #05A6F3;
    background: #05A6F3;
    box-shadow: 0 0 9px rgba(0, 0, 0, .06)
}

.m-product-panel .m-product-panel-list > li.active .m-product-panel-list-detail, .m-product-panel .m-product-panel-list > li:hover .m-product-panel-list-detail {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0)
}

.auto-box {
    width: 100%;
    height: auto;
    padding: 30px 0 40px;
    background: #fff
}

.main-box {
    max-width: 1200px;
    height: auto;
    margin: 0 auto
}

.index-tserver {
    width: 100%;
    background: url('../images/360server-line.png') no-repeat center 320px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 2.6%
}

.index-tserver li {
    width: 24.8%;
    min-width: 162px;
    height: 162px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 96px;
    font-size: 14px;
    color: #656d73;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: -0.1%
}

.index-tserver li.tserver-list1 {
    background: url('../images/server01.png') no-repeat center top
}

.index-tserver li.tserver-list2 {
    background: url('../images/server02.png') no-repeat center top
}

.index-tserver li.tserver-list3 {
    background: url('../images/server03.png') no-repeat center top
}

.index-tserver li.tserver-list4 {
    background: url('../images/server04.png') no-repeat center top
}

.index-tserver li.tserver-list5 {
    background: url('../images/server05.png') no-repeat center top
}

.index-tserver li.tserver-list6 {
    background: url('../images/server06.png') no-repeat center top
}

.index-tserver li.tserver-list7 {
    background: url('../images/server07.png') no-repeat center top
}

.index-tserver li p {
    width: 162px;
    height: 162px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -81px;
    border-radius: 81px;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    background: linear-gradient(111deg, #04bde4, #1067fe);
    display: none
}

.index-tserver li p a {
    color: #fff
}

.index-tserver li p.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

.index-tserver li:hover p {
    display: block
}

.zoomin {
    animation-name: zoomin
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

.section-news {
    background: #f3f6ff;
    padding-bottom: 90px;
    float: left;
    width: 100%;
}

.wrapper {
    position: relative;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto
}

.news-body {
    position: relative
}

.news-pic-box {
    position: absolute;
    top: 12px;
    left: 0;
    width: 420px;
    height: 280px;
    background: url(./../images/task.jpg) center;
    background-size: cover
}

.news-text {
    box-shadow: 0 15px 30px 10px rgba(196, 203, 222, .43);
    border-radius: 2px;
    padding-left: 40px;
    margin-left: 380px;
    background-color: #fff;
    height: 304px
}

.news-body:after {
    content: "";
    display: table;
    clear: both
}

.news-text-content {
    position: relative;
    overflow: hidden;
    height: 100%
}

.news-text-content ul {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: content-box
}

.news-text-content li {
    padding: 30px 60px;
    height: 100%;
    position: relative
}

.news-text-content h1 {
    max-height: 56px;
    font-size: 22px;
    line-height: 24px;
    color: #383e63;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .2s;
    margin-bottom: 30px
}
.news-title-content{
    height: 165px;
}
.news-text-content h1 a {
    display: block
}

.news-text-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #737895;
    position: relative;
    text-align: left;
    text-indent: 30px;
}

.news-text-content p:before {
    content: "";
    width: 21px;
    height: 18px;
    background: url(../images/ei-v3-point.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -28px;
    right: -31px
}

.news-text-content p:after {
    content: "";
    width: 21px;
    height: 18px;
    background: url(../images/ei-v3-point.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -31px;
    transform: rotatez(180deg)
}

.news-title-content:hover {
    cursor: pointer
}

.news-title-content:hover h1 {
    color: #f66f6a
}

.news-text-pagination {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-bottom: 20px;
    line-height: 4px;
    z-index: 10;
    bottom: 10px;
    width: 100%;
    text-align: center
}

.news-text-pagination span {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #666a75;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
    opacity: .2;
    cursor: pointer
}

.news-text-pagination span.on {
    background: #f66f6a;
    opacity: 1
}

.cui-btn {
    display: inline-block;
    height: 40px;
    padding: 0 30px;
    border: solid 1px transparent;
    border-radius: 2px;
    background: 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: .2s;
    border-color: #f66f6a;
    background-color: #f66f6a;
    color: #fff
}

.cui-btn:hover {
    box-shadow: 0 8px 16px rgba(246, 111, 106, .5)
}


input::-webkit-input-placeholder {
    /*//webkit内核*/
　　/*color: #D6D0CA;*/
    font-size:17px;
}
