.app-index{
    position:relative;
}
.ix-background{
    min-width: 1200px;
    height: 568px;
    overflow: hidden;
    background-position: center;
    background-size: auto 568px;
    display: flex;
    justify-content: center;
}
.el-carousel--horizontal{
    min-width: 1200px;
    position:absolute;
    z-index: 0;
}
.ix-silder{
    height: 568px;
}
.ix-silder > .el-carousel__item {
    min-width: 1200px;
    height: 568px;
    overflow: hidden;
    background-position: center;
    background-size: auto 568px;
    display: flex;
    justify-content: center;
}
.ix-background-container{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:absolute;
    z-index: 2;
    height: 568px;
    left: 0;
    right:0;
    margin: 0 auto;
}
.ix-background-container > div:nth-child(2){
    width: 384px;
    height: 415px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.08);
    opacity: 1;
    border-radius: 4px;
    padding: 40px 48px 0 48px;
}
.ix-background-container >div:nth-child(1)>div:nth-child(1){
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 45px;
}
.ix-background-container >div:nth-child(1)>div:nth-child(2){
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 44px;
    color: #FFFFFF;
    width: 264px;
}
.ix-number{
    min-width: 1200px;
    height: 152px;
    overflow: hidden;
    background-position: center;
    background-size: auto 152px;
    display: flex;
    justify-content: center;
    background-color: #2e3541;
}
.ix-pattern{
    width: 100%;
    min-width: 1200px;
    height: 716px;
    background: #FFFFFF;
    opacity: 1;
    display: flex;
    justify-content: center;
}
.ix-pattern > div{
    width: 1200px;
    margin-top: 64px;
}
.ix-solution{
    min-width: 1200px;
    height: 620px;
    background: #F7F8FB;
    opacity: 1;
}
.ix-cluster{
    min-width: 1200px;
    height: 480px;
    background: #FFFFFF;
    opacity: 1;
}
.ix-business{
    min-width: 1200px;
    height: 480px;
    background: #F7F8FB;
    opacity: 1;
}
.ix-effect{
    min-width: 1200px;
    height: 653px;
    overflow: hidden;
    background-position: center;
    background-size: auto 653px;

    position: relative;

}
.ix-cooperation{
    min-width: 1200px;
    min-height: 635px;
    background: #FFFFFF;
    opacity: 1;
}
.ix-news{
    min-width: 1200px;
    height: 717px;
    background: #F7F8FB;
    opacity: 1;
}
.ix-testuse > div:nth-child(1){
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-bottom: 16px;
    text-align: center;
}
.ix-testuse > div:nth-child(2){
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 32px;
}
.ix-testuse-phone{
    margin-bottom: 20px;
}
.ix-testuse-phone > img{
    position: absolute;
    margin: 14px 0 13px 14px;
}
.ix-testuse-phone > input{
    width: 288px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #E0E1E6;
    opacity: 1;
    border-radius: 4px;
    padding-left: 40px;
    outline:none;
}
.ix-testuse-phone > input:focus{
    border: 1px solid #c5c7d0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #E0E1E6;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #E0E1E6;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #E0E1E6;
    font-size: 14px;
}
.ix-order-btn{
    width: 288px;
    height: 48px;
    background: #008AFF;
    box-shadow: 1px 2px 16px rgba(0, 108, 255, 0.16);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.ix-order-tip{
    display: flex;
    margin-bottom: 40px;
}
.ix-order-tip>div:nth-child(1){
    color: #FF0000;
    margin-right: 4px;
}
.ix-order-tip>div:nth-child(2){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.ix-qrcode{
    display: flex;
    margin-bottom: 16px;
    justify-content: space-between;
}
.ix-qrcode>img{
    position:absolute;
    margin: 13px 0 13px 14px;
}
.ix-qrcode>div{
    width: 98px;
    height: 44px;
    background: #008AFF;
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ix-qrcode > input{
    background: #FFFFFF;
    border: 1px solid #E0E1E6;
    opacity: 1;
    border-radius: 4px;
    padding-left: 40px;
    width: 178px;
    outline: none;
}
.ix-qrcode > input:focus{
    border: 1px solid #c5c7d0;
}
.ix-pattern-pane > div:nth-child(1){
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 16px;
}
.ix-pattern-pane > div:nth-child(2){
    text-align: center;
    margin-bottom: 64px;
}
.ix-pattern-pane > div:nth-child(3){
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ix-pattern-info {
    width: 480px;
}
.ix-pattern-info > div{
    text-align: right;
}
.ix-pattern-info >div:nth-child(1){
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 32px;
}
.ix-pattern-info >div:nth-child(2){
    margin-bottom: 24px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #7A7D97;

}

.ix-pattern-info >div:nth-child(3){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #7A7D97;

}
.ix-solution{
    display: flex;
    justify-content: center;
}
.ix-solution > div{
    width: 1200px;
    margin-top: 64px;
}
.ix-solution >div> div:nth-child(1){
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 16px;
}
.ix-solution >div> div:nth-child(2){
    text-align: center;
    margin-bottom: 51px;
}
.ix-solution >div> div:nth-child(3){
    display: flex;
    justify-content: space-between;
    width: 1200px;
}
.ix-solution >div> div:nth-child(3) > img{
    width: 518px;
    height: 368px;
}

.ix-solution-text > div:nth-child(1){
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
    margin-top: 24px;
}
.ix-solution-text > div:nth-child(2){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    color: #606972;
    margin-bottom: 20px;
}
.ix-sort{
    display: flex;
    align-items: center;
}
.ix-sort > div:nth-child(1){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.ix-sort > div:nth-child(2){
    display: flex;
    align-items: center;
}
.ix-sort > div:nth-child(2) > div{
    margin-right: 4px;
    width: 56px;
    height: 20px;
    background: #FFFFFF;

    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F454B;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ix-solution-text > div:nth-child(3)> div:nth-child(1){
    margin-bottom: 9px;
}
.ix-solution-text > div:nth-child(3){
    margin-bottom: 33px;
}
.ix-solution-text > div:nth-child(4){
    margin-bottom: 32px;
}
.ix-solution-text > div:nth-child(5){
    margin-bottom: 16px;
}
.ix-consult-btn{
    width: 148px;
    height: 40px;
    background: #008AFF;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ix-project{
    display: flex;
}
.ix-project >div{
    display: flex;
    margin-right: 32px;
    align-items: center;
    cursor: pointer;
}
.ix-project >div>div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #008AFF;
    margin-left: 8px;
}
.ix-more-case{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ix-more-case > div:nth-child(1){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #008AFF;
    margin-right: 4px;
}
.ix-business{
    display: flex;
    justify-content: center;
}
.ix-business > div{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    height: 368px;
    margin-top: 48px;
}
.ix-business > div > img{
    width: 518px;
    height: 368px;
}
.ix-cluster{
    display: flex;
    justify-content: center;
}
.ix-cluster >div{
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin-top: 48px;
}
.ix-cluster >div >img{
    height: 368px;
    width: 518px;
}
.ix-cluster-item > div:nth-child(1){
    margin-top: 0!important;
    text-align: right;
}
.ix-cluster-item > div:nth-child(2){
    text-align: right;
}
.ix-cluster-item > div:nth-child(3){
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px !important;
}
.ix-cluster-item > div:nth-child(4){
    display: flex;
    justify-content: flex-end;
}
.ix-cluster-item > div:nth-child(5){
    display: flex;
    justify-content: flex-end;
}
.ix-cluster-item > div:nth-child(6){
    display: flex;
    justify-content: flex-end;
    margin-bottom: 11px;
}
.ix-cluster-item > div:nth-child(7){
    margin-bottom: 17px;
}
.ix-cluster-item > div:nth-child(8){
    display: flex;
    justify-content: flex-end;
}
.ix-cluster-project > div{
    margin-right: 0px !important;
    margin-left: 32px;
}
.ix-cluster-mod{
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.ix-cluster-mod>div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #008AFF;
    margin-left: 16px;
}
.ix-cluster-sort{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 9px;
}
.ix-cluster-sort >div:nth-child(1){
    display: flex;
    align-items: center;
}
.ix-cluster-sort >div:nth-child(1) > div{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F454B;
    width: 56px;
    height: 20px;
    background: #F7F8FB;
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ix-cluster-sort >div:nth-child(2){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-left: 6px;
}
.ix-cooperation{
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}
.ix-cooperation > div{
    width: 1200px;
}
.ix-cooperation > div > div:nth-child(1){
    text-align: center;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin: 64px 0 16px 0;
}
.ix-cooperation > div > div:nth-child(2){
    text-align: center;
}

.ix-cooperation-case{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
}
.ix-cooperation-case >div{
    width: 200px;
    height: 226px;
    /*background-color: #7A7D97;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.ix-cooperation-case >div > img{
    height: 118px;
}

.ix-cooperation > div > div:nth-child(4){
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.ix-cooperation > div > div:nth-child(4) > div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #008AFF;
    margin-right: 4px;
}

.ix-news {
    display: flex;
    justify-content: center;
}
.ix-news > div > div:nth-child(1){
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
.ix-news > div > div:nth-child(1) > div{
    width: 384px;
    height: 541px;
    background-color: #ffffff;
}
.ix-news-panel > div:nth-child(1){
    height: 216px;
    display: flex;
    align-items: flex-end;
}
.ix-news-panel > div:nth-child(1) > div{
    width: 36px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 16px 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #FFFFFF;
    white-space:nowrap;
    position: relative;
}
.ix-gray{
    background-color: #b2b5d2 !important;
}
.ix-news-item{
    padding: 0 12px;
    margin-top: 24px;
}
.ix-news-item > div:nth-child(1){
    height: 16px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #979DAB;

}
.ix-news-item > div:nth-child(2){
    height: 38px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    padding-bottom: 16px;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 12px;
    cursor: pointer;
}
.ix-news-item > div:nth-child(3){
    margin-top: 8px;
}
.ix-info-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
}
.ix-info-item > div{
    display: flex;
    align-items: center;
}
.ix-info-item > div:nth-child(1){
    width: 261px;

}
.ix-info-item > div:nth-child(2){
    width: 72px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #979DAB;
}
.ix-info-item > div:nth-child(1)>div:nth-child(1){
    white-space:nowrap;
    text-overflow:ellipsis;overflow:hidden;
    margin-right: 2px;
}
.ix-info-item > div:nth-child(1)> div:nth-child(2){
    background: #008AFF;
    border-radius: 2px;

    font-size: 8px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px 7px;
}
.ix-news-item > div:nth-child(4){
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.ix-news-item > div:nth-child(4) > div{
    width: 98px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #008AFF;
    cursor: pointer;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #008AFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ix-effect{
    display: flex;
    justify-content: center;
}
.ix-greate{
    width: 1200px;
}
.ix-greate > div:nth-child(1){
    text-align: center;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: 52px 0 16px 0;
}
.ix-greate > div:nth-child(2){
    display: flex;
    justify-content: center;
}
.ix-greate-choice>div{
    width: 268px;
    height: 66px;
    background: rgba(0,0,0,0);
    cursor: pointer;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFB3B8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ix-greate > div:nth-child(3){
    margin-top: 56px;
}
.ix-greate-select{
    background: linear-gradient(270deg, #005196 0%, rgba(55, 118, 255, 0) 100%) !important;
    color: #FFFFFF !important;
    border-right: 2px solid #008AFF;
}
.ix-greate > div:nth-child(3){
    display: flex;
    justify-content: space-between;
}
.ix-his-info{
    width: 892px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ix-his-info > div{
    display: flex;
    width: 434px;
    height: 72px;
    margin-bottom: 72px;
}
.ix-his-info > div > div:nth-child(1) > div > img{
    width: 72px;
    height: 72px;
}
.ix-his-info > div > div > div:nth-child(1){
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.ix-his-info > div > div:nth-child(2) {
    width: 280px;
}

.ix-his-info > div > div > div:nth-child(2){
    margin-top: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFB3B8;
}
.ix-number>div{
    width: 1182px;
    display: flex;
    justify-content: space-between;
    padding: 0 9px;
}
.ix-number>div>div>div:nth-child(1){
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
}
.ix-number>div>div>div:nth-child(2){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFB3B8;
    opacity: 0.5;
}
.ix-number>div>div>div:nth-child(1)>div:nth-child(1){
    font-size: 48px;
    font-family: SF Pro Display;
    font-weight: 600;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
}
.ix-number>div>div>div:nth-child(1)>div:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFB3B8;
}
.ix-number>div>div{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ns-app{

}
.ns-background{
    min-width: 1200px;
    height: 320px;
    overflow: hidden;
    background-position: center;
    background-size: auto 320px;
    display: flex;
    justify-content: center;
}
.ns-background > div{
    width: 1200px;
}
.ns-background > div > div{
    margin-left: 48px;
    margin-top: 108px;
    width: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ns-background > div > div>div:nth-child(1){
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F454B;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
}
.ns-background > div > div>div:nth-child(2){
    width: 108px;
    height: 5px;
    background: #AFB3B8;
    opacity: 0.8;
}
.ns-content{
    min-width: 1200px;
    display: flex;
    justify-content: center;
}
.ns-content > div{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.ns-content-left > div:nth-child(1){
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
    display: flex;
}
.ns-content-left > div:nth-child(1) > div{
    cursor: pointer;
}
.ns-content-left > div:nth-child(1) > div >div{
    padding: 16px 0px;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F454B;
    margin:0 20px;
}
.ns-content-left > div:nth-child(1) > div:nth-child(1) >div{
    margin-left: 0px !important;
}
.ns-left-select{
    color: #008AFF !important;
    border-bottom: 1px solid #008AFF;
}
.ns-content-item{
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #F2F2F2;
}
.ns-content-item > img{
    width: 240px;
    height: 135px;
    margin-right: 24px;
    cursor: pointer;
}
.ns-content-item > div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ns-content-item > div:nth-child(2) > div:nth-child(1){
    font-size: 20px;
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
}
.ns-content-item > div:nth-child(2) > div:nth-child(1):hover{
    color: #4370f5;
}
.ns-content-item > div:nth-child(2) > div:nth-child(1):visited{
    color: #999;
}
.ns-content-item > div:nth-child(2) > div:nth-child(2) > div{
    margin-right: 53px;
}
.ns-content-item > div:nth-child(2) > div:nth-child(2){
    display: flex;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFB3B8;
}
.ns-content-item > div:nth-child(2) > div:nth-child(3){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606972;
    max-height: 55px;
    overflow: hidden;
    width: 664px;
    line-height: 21px;
}
.ns-content-left > div:nth-child(2){
    width: 928px;
}
.ns-advertise{
    margin-top: 92px;
}
.ns-page{
    margin: 35px 0 130px 0;
    display: flex;
    justify-content: center;
}

.case-background{
    min-width: 1200px;
    height: 320px;
    overflow: hidden;
    background-position: center;
    background-size: auto 320px;
    display: flex;
    justify-content: center;
}
.case-background > div{
    width: 1200px;
}
.case-background > div>div:nth-child(1){
    margin-top: 64px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.case-background > div>div:nth-child(2){
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    margin: 20px 0 40px 0;
}
.case-background > div>div:nth-child(3){
    width: 168px;
    height: 48px;
    background: #FFFFFF;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ACBCCD;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-bottom {
    min-width: 1200px;
    display: flex;
    justify-content: center;
}
.case-bottom > div{
    width: 1200px;
    min-height: 820px;
}
.case-menu-item{
    display: flex;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 16px;
}
.case-menu-item > div{
    padding: 0px 20px;
    cursor: pointer;
}
.case-menu-item > div>div{
    font-size: 14px;
    padding: 16px 0px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F454B;
}
.case-menu-select{
    color: #008AFF !important;
    border-bottom: 1px solid #008AFF;
}
.case-menu-item > div:nth-child(1){
    padding-left: 0px !important;
}
.case-example {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    min-height: 550px;
}
.case-example-item{
    width: 288px;
    height: 162px;
    margin-bottom: 32px;
    margin-right: 16px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    background-size: 288px 162px;
}
.case-example > div:nth-child(4n+4){
    margin-right: 0px !important;
}
.case-example-item > div{
    height: 40px;
    width: 288px;
    padding-left: 16px;
    line-height: 40px;
    background: linear-gradient(360deg, rgba(0,0,0,0.4) 0%, rgba(0, 0, 0, 0) 100%);

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.case-consult{
    display: flex;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 128px;
}
.case-consult>div{
    width: 168px;
    height: 48px;
    background: #008AFF;
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
}
.eo-background{
    min-width: 1200px;
    height: 568px;
    overflow: hidden;
    background-position: center;
    background-size: auto 568px;
    display: flex;
    justify-content: center;
}
.eo-bg-title{
    width: 1200px;
    margin-top: 86px;
}
.eo-bg-title > div:nth-child(1){
    width: 484px;
    height: 115px;
    font-size: 44px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 56px;
    color: #FFFFFF;
}
.eo-bg-btn{
    width: 168px;
    height: 48px;
    background: #FFFFFF;
    opacity: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #13B5FA;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.eo-bg-info {
    display: flex;
    margin-top: 25px;
    margin-bottom: 33px;
}
.eo-bg-info > div:nth-child(1){
    width: 120px;
    margin-right: 72px;
}
.eo-bg-info > div{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
}
.eo-bg-info > div > div{
    margin-bottom: 16px;
}
#eo-app{
    min-width: 1200px;
}
.eo-face-edu{
    display: flex;
    justify-content: center;
}
.eo-face-edu > div{
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}
.eo-face-edu > div>div:nth-child(1){
    height: 52px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 52px;
    color: #000000;
    opacity: 1;
    margin: 64px 0 16px 0 ;
}
.eo-edu-item{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.eo-edu-item > div{
    width: 288px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
    opacity: 1;
    margin-bottom: 24px;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
}
.eo-edu-item > div:hover{

}
.eo-edu-item > div:nth-child(4n+4){
    margin-right: 0px !important;
}
.eo-edu-item > div>div:nth-child(1){
    width: 288px;
    height: 120px;
    background: linear-gradient(316deg, #38C9FF 0%, #007EE8 100%);
    opacity: 1;

    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-top: 36px;
}
.eo-edu-item > div > img,.eo-edu-item > div>div:nth-child(3){
    position: absolute;
    top : 86px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.eo-edu-item > div>div:nth-child(2){
    padding: 50px 20px 0;
}
.eo-edu-intro{
    width: 248px;
    height: 68px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #3F454B;
    margin-bottom: 24px;
}
.eo-edu-mod {
    display: flex;
    margin-top: 17px;
}
.eo-edu-mod > div{
    display: flex;
}
.eo-edu-mod > div:nth-child(1){
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #606972;
    opacity: 1;
}
.eo-edu-mod > div:nth-child(2) > div{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F454B;
    height: 20px;
    line-height: 17px;
    padding: 2px 4px;
    background-color: #F4F4F4;
    margin-right: 4px;
}
.eo-attend-background {
    min-width: 1200px;
    height: 629px;
    overflow: hidden;
    background-position: center;
    background-size: auto 629px;
    display: flex;
    justify-content: center;
}
.eo-attend-background > div{
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eo-attend-background > div>div:nth-child(1){
    height: 52px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 52px;
    color: #FFFFFF;
    margin-top: 51px;
    margin-bottom: 16px;
}
.eo-attend-background > div>div:nth-child(3){
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
}
.eo-attend-background > div>div:nth-child(3) > div{
    margin: 0 16px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.eo-attend-background > div>div:nth-child(4){

}
.eo-greate-background{
    min-width: 1200px;
    height: 724px;
    overflow: hidden;
    background-position: center;
    background-size: auto 724px;
    display: flex;
    justify-content: center;
}
.eo-greate-pane {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eo-greate-pane > div:nth-child(1){
    height: 52px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 52px;
    color: #000000;
    opacity: 1;
    margin: 64px 0 16px 0;
}
.eo-greate-pane > div:nth-child(3){
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-top: 48px;
    align-items: center;
}
.eo-greate-entry > div{
    display: flex;
    margin-bottom: 24px;
}
.eo-greate-entry > div:nth-child(1){
    height: 35px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
}
.eo-greate-entry:nth-child(1){
    margin-bottom: 44px;
}
.eo-greate-entry > div>div{
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #7A7D97;
    margin-left: 12px;
}
.ix-teamlink{
    display: flex;
    margin-top: 50px;
}
.ix-teamlink > div:nth-child(1){
    margin-right: 6px;
}
.ix-teamlink > div:nth-child(2){
    display: flex;
    width: 1114px;
    flex-wrap: wrap;
}
.ix-teamlink > div:nth-child(2) > div{
    padding: 0 8px;
    cursor: pointer;
    margin-bottom: 6px;
}
.ix-effect-background-image{
    position: absolute;
    z-index: -1;
    background-color: #2e3949;
    height: 653px;
    min-width: 1200px;
    width: 100%;
}
.ix-effect-background-image > div{
    height: 653px;
    min-width: 1200px;
    width: 100%;
    background-color: #2e3949;
}
.ix-news-panel > div:nth-child(1) > span {
    width: 384px;height: 216px;position: absolute;z-index: 0
}
.ns-content-img{
    width: 240px;
    height: 135px;
    margin-right: 24px;
}

.ce-type{
    width: 100%;
    min-width: 1200px;
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.ce-type > div{
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ce-title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-bottom: 16px;
}
.ce-type-mod{
    margin-top: 48px;
    width: 1200px;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
}
.ce-type-mod > div > .el-image{
    height: 80px;
    width: 80px;
}
.ce-type-mod > div>div:nth-child(2){
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    opacity: 1;
    margin-top: 24px;
    text-align: center;
}
.ce-type-mod > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ce-process{
    min-width: 1200px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}
.ce-process > div{
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ce-process-mod{
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
}
.ce-container{
    padding-bottom: 128px;
}
.ce-yjt-png{
    width: 30px;
    height: 30px;
}
.ce-process-panel{
    width: 166px;
    height: 235px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ce-process-panel > div:nth-child(1){
    width: 160px;
    height: 4px;
    background: #008AFF;
    opacity: 1;
}
.ce-process-panel > div:nth-child(2){
    width: 48px;
    height: 48px;
    margin-top: 60px;
}
.ce-process-panel > div:nth-child(3){
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    opacity: 1;
    margin-top: 24px;
    margin-bottom: 12px;
}
.ce-process-panel > div:nth-child(4){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606972;
    width: 125px;
    text-align: center;
}
.ce-method{
    min-width: 1200px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}
.ce-method > div{
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ce-method-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 48px;
}
.ce-method-one >div{
    width: 288px;
    height: 162px;

    margin-bottom: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ce-method-one >div > .el-image{
    width: 288px;
    height: 218px;
    position: absolute;
    z-index: -1;
}
.ce-method-one >div > div:nth-child(1){
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.ce-method-one >div > div:nth-child(2){
    width: 33px;
    height: 3px;
    background: #FFFFFF;
    opacity: 1;
    margin-top: 24px;
}
.ce-video{

    margin-top: 48px;
}
.ce-video > video{
    width: 1200px;
    height: 730px;
    overflow: hidden;
}
.ce-shadow{
    background: rgba(0, 0, 0, 0.5);
}
.ce-method-one > div>video{
    width: 288px;
    height: 218px;
    position: absolute;
    z-index: -1;
}
/* ipfh.html */
.ih-bg-title{
    width: 1200px;
    margin-top: 140px;
}
.ih-bg-title > div:nth-child(1){
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.ih-bg-info {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    width: 650px;
    margin: 24px 0 40px 0;
}
.ih-plan-panel{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.ih-plan-panel > div{
    width: 561px;
    height: 350px;
    box-shadow: 0px 0px 20px #e8e8e8;
    padding-top: 50px;
    padding-left: 41px;
}
.ih-plan-panel > div:nth-child(1){
    margin-right: 39px;
}
.ih-plan-info >div:nth-child(1){
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.ih-plan-info >div:nth-child(2){
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    margin: 30px 0 31px 0;
    width: 395px;
}
.ih-plan-info >div:nth-child(3){
    width: 150px;
    height: 50px;
    background: #0DA3F3;

    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    cursor: pointer;
    text-align: center;

}
.ih-intro-panel{
    display: flex;
    justify-content: center;
}
.ih-intro-panel > div:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 23px;
}
.ih-intro-panel > div:nth-child(1)> div:nth-child(1){
    width: 644px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
}
.ih-intro-panel > div:nth-child(1)> div:nth-child(2){
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 39px;
}
.ih-shadow{
    width: 1203px;
    height: 571px;
    background: rgba(255, 255, 255, 0.12);
    padding: 20px;
    margin-top: 39px !important;
}
.ih-img-background{
    min-height: 836px;
    margin-top: 104px ;
}
.ih-img-background > div>div:nth-child(1){
    margin-top: 71px;
}
.ih-space{
    margin-left: 22px;
}
.ih-title{
    margin-top: 86px !important;
    position: relative;
}
.ih-title-panel{
    position: relative;
}
.ih-rule-img{
    position: absolute;
    left: -28px;
    top: -18px;
}
.ih-intro-img{
    position: absolute;
    top : 164px;
    left: -100px;
}