.descript,.server_1,.server_1 .text {
    position: relative
}

.descript p,.server_1 .txt p {
    line-height: 30px;
    font-size: 18px
}

#Case_list .buttom .nums,#Case_list .buttom .nums span,.consulta li .alt_t p:nth-child(1),.consulta li .alt_t p:nth-child(2) {
    font-family: mDIN
}

.server_1 {
    padding: 80px 0 120px
}

.server_1 .img {
    width: 540px;
    height: 680px;
    margin-top: 47.5px
}

.server_1 .text {
    width: 840px;
    height: 727.5px
}

.server_1 .text-ul {
    padding: 115px 0 0
}

.descript {
    width: 100%;
    padding-bottom: 15px
}

.consulta,.descript:after {
    position: absolute;
    bottom: 0;
    left: 0
}

.descript p {
    color: #4F5887;
    margin-top: 8px
}

.descript:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #324cff
}

.descript.animates:after {
    -webkit-animation: xianLeft .8s linear forwards;
    animation: xianLeft .8s linear forwards
}

@keyframes xianLeft {
    100% {
        width: 100%
    }
}

@-webkit-keyframes xianLeft {
    100% {
        width: 100%
    }
}

.server_1 .txt {
    padding: 15px 0
}

.server_1 .txt p {
    color: #669
}

.consulta {
    width: 100%
}

.consulta li {
    float: left;
    width: 240px;
    height: 168px;
    background: #140281;
    margin-right: 20px;
    transition-duration: .5s;
    position: relative
}

#Case_list ul li.item,.consulta li .alt_t {
    position: absolute;
    transition-duration: .5s
}

.consulta li:nth-child(1) {
    background: url(../images/icon-consultation_01.png) center #140281;
    background-size: cover
}

.consulta li:nth-child(2) {
    background: url(../images/icon-phone_03.png) center #140281;
    background-size: cover
}

.consulta li:nth-child(3) {
    background: url(../images/icon-email_02.png) center #140281;
    background-size: cover
}

.consulta li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column
}

.consulta li img {
    display: block
}

.consulta li p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    text-align: center
}

.consulta li:nth-child(1):hover {
    background: url(../images/icon-consultation_01.png) center #324cff;
    background-size: cover
}

.consulta li:nth-child(2):hover {
    background: url(../images/icon-phone_03.png) center #324cff;
    background-size: cover
}

.consulta li:nth-child(3):hover {
    background: url(../images/icon-email_02.png) center #324cff;
    background-size: cover
}

.consulta li .alt_t {
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    background: #324cff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column
}

.consulta li:hover .alt_t {
    opacity: 1
}

.consulta li .alt_t p {
    margin: 0
}

.consulta li .alt_t p:nth-child(1) {
    font-size: 20px;
    color: #fff;
    line-height: 100%
}

.consulta li .alt_t p:nth-child(2) {
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    margin: 15px 0 26px
}

.consulta li .alt_t p:nth-child(3) {
    font-size: 18px;
    color: #fff;
    line-height: 100%
}

.server_2 {
    padding: 115px 0 120px;
    background: #f8f9fe
}

.server_2 .descript {
    width: 600px
}

#Case_list {
    margin-top: 65px;
    overflow: hidden
}

#Case_list ul {
    height: 242px;
    position: relative
}

#Case_list ul li.item {
    width: 180px;
    height: 180px;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    overflow: hidden
}

#Case_list ul li.item-1,#Case_list ul li.item-3 {
    height: 180px;
    border: 26px solid #140281;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    position: absolute
}

#Case_list ul li.item-1 {
    width: 180px;
    left: 0!important
}

#Case_list ul li.item .img img {
    display: block;
    width: 100%
}

#Case_list ul li.item-3 {
    width: 180px;
    left: 1260px!important
}

#Case_list ul li.item-2 {
    width: 960px;
    height: 100%;
    background: #324cff;
    left: 240px!important;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 36px;
    opacity: 1;
    z-index: 2
}

#Case_list ul li.item-2 .img {
    width: 168px;
    height: 168px;
    overflow: hidden
}

#Case_list ul li.item .text {
    opacity: 0;
    animation: CaesListText 1s linear forwards;
    -webkit-animation: CaesListText 1s linear forwards
}

@keyframes CaesListText {
    0% {
        width: 660px
    }

    90% {
        width: 660px;
        opacity: 0
    }

    100% {
        width: 0;
        opacity: 0
    }
}

@-webkit-keyframes CaesListText {
    0% {
        width: 660px
    }

    90% {
        width: 660px;
        opacity: 0
    }

    100% {
        width: 0;
        opacity: 0
    }
}

#Case_list ul li.item-2 .text {
    display: block;
    width: 660px;
    margin-left: 30px;
    padding: 25px 0;
    opacity: 1;
    animation: CaesListTextA 1s linear forwards;
    -webkit-animation: CaesListTextA 1s linear forwards
}

.server_3,.server_4 {
    padding: 115px 0 120px
}

@keyframes CaesListTextA {
    0% {
        width: 0;
        opacity: 0
    }

    90% {
        width: 660px;
        opacity: 0
    }

    100% {
        width: 660px;
        opacity: 1
    }
}

@-webkit-keyframes CaesListTextA {
    0% {
        width: 0;
        opacity: 0
    }

    90% {
        width: 660px;
        opacity: 0
    }

    100% {
        width: 660px;
        opacity: 1
    }
}

#Case_list ul li.item-2 .text h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px
}

#Case_list ul li.item-2 .text p {
    font-size: 14px;
    color: #fff;
    line-height: 24px
}

#Case_list .buttom {
    height: 50px;
    border-bottom: 2px solid #e0e2f0;
    position: relative;
    text-align: center
}

#Case_list .buttom .time {
    position: absolute;
    width: 180px;
    height: 2px;
    background: #140281;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto
}

#Case_list .buttom .next,#Case_list .buttom .prev {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    cursor: pointer
}

#Case_list .buttom .time span {
    display: block;
    width: 0;
    height: 2px;
    background: #fa4b4b
}

#Case_list .buttom .nums {
    line-height: 50px;
    font-size: 14px;
    color: #7c83a7;
    font-style: italic;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#Case_list .buttom .nums span {
    color: #fa4b4b
}

#Case_list .buttom .prev {
    width: 25px;
    height: 20px;
    left: 20px
}

#Case_list .buttom svg {
    width: 100%;
    height: 100%
}

#Case_list .buttom .cls-1 {
    fill: #140281;
    fill-rule: evenodd;
    transition: fill .3s
}

#Wt .h i,#Wt li {
    transition-duration: .5s
}

#Case_list .buttom .next {
    width: 25px;
    height: 20px;
    right: 20px
}

#Case_list .buttom .next:hover .cls-1,#Case_list .buttom .prev:hover .cls-1 {
    fill: #FA4B4B
}

.server_3 {
    background: #f1f3ff
}

.server_3 .descript {
    width: 950px
}

#partner_list {
    margin-top: 60px;
    height: 248px;
    position: relative;
    overflow: hidden
}

#partner_list .swiper-slide {
    width: 360px
}

#partner_list .img {
    width: 360px;
    height: 248px;
    border: 8px solid #324cff;
    overflow: hidden
}

#partner_list .img img {
    width: 100%;
    display: block
}

#partner_list a {
    cursor: auto
}

#Wt {
    margin-top: 80px
}

#Wt li {
    border-bottom: 2px solid #e0e2f0;
    margin-bottom: 40px
}

#Wt li.active {
    border-bottom: 2px solid #140281
}

#Wt li:hover {
    border-bottom: 2px solid #fa4b4b
}

#Wt li:hover i {
    color: #fa4b4b
}

#Wt .h {
    line-height: 60px;
    cursor: pointer
}

#Wt .h i {
    font-size: 28px;
    color: #717899;
    font-family: mDIN;
    width: 120px;
    font-weight: 700
}

#Wt .h h3 {
    width: 1200px;
    font-size: 18px;
    color: #313a69
}

#Wt .h h3 span,#Wt .text span.h {
    font-size: 28px;
    font-family: mDIN;
    float: left
}

#Wt .h h3 p {
    float: left
}

#Wt .h h3 span {
    color: #324cff;
    margin-right: 20px
}

#Wt .h .icon {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 14px 0
}

#Wt .h .icon:after,#Wt .h .icon:before {
    position: absolute;
    content: '';
    background: #140281;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#Wt .h .icon:after {
    width: 24px;
    height: 4px
}

#Wt .h .icon:before {
    width: 4px;
    height: 24px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s
}

#Wt .active .h .icon:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#Wt .text {
    width: 1200px;
    margin-left: 120px;
    overflow: hidden;
    line-height: 30px;
    padding-bottom: 15px;
    display: none
}

#Wt .text span.h {
    margin-right: 20px;
    color: #fa4b4b;
    line-height: 30px
}

#Wt .text p {
    float: left;
    width: 1160px;
    font-size: 16px;
    color: #717899
}
