/******************* banner 样式 *****************/


.banner ul li {
    position: relative;
}

.banner ul li .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important;
}

.banner ul li .top {
    height: 37.5rem;
    position: relative;
    padding-bottom: 3rem
}

.banner ul li .top .container {
    height: 100%
}

.banner ul li .top .left {
    height: 100%;
    max-width: 50%;
    float: left;
}

.banner ul li .top .left .box_table {
    text-align: left
}

.banner ul li .top .left h3 {
    font-size: 2.0rem;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 50px;
    letter-spacing: 1px;

}

.banner ul li .top .left h5 {
    font-size: 1.0rem;
    color: #fff;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: normal;
}

.banner ul .miso-dots {
    text-align: center;
    bottom: 5.25rem
}

.banner ul .miso-dots li {
    display: inline-block;
    float: none;
    width: 1.875rem;
    height: 4px;
    background: #d7dbe0;
    border-radius: 2px;
    transition: .5rem
}

.banner ul .miso-dots li.miso-active {
    background: #ffcc84
}

.banner .links {
    font-size: 0;
    margin: 3.5rem 0 0
}

.banner .links li {
    display: inline-block;
    margin-right: .75rem
}

.banner .links li a {
    display: inline-block;
    background: url(../images/banner-links1.png) center no-repeat;
    background-size: 100% 100% !important;
    width: 8.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .875rem;
    color: #654b33;
    font-weight: bold;
    text-align: center;
    transition: .5s
}

.banner .links li:nth-child(2) a {
    background: url(../images/banner-links-bg.png) center no-repeat;
    color: #ffe3c0
}

.banner ul li .top .right {
    height: 100%;
    max-width: 50%;
    float: right;
}

.banner ul li .top .right img {
    max-width: 100%;
    display: inline-block;
    animation: float-bob-y 0s infinite linear;
    padding-top: 40px;
}

/******************* banner 手机端 样式 *****************/

@media(max-width: 992px) {

    .banner ul li .top {
        padding: 3rem 0 5rem;
    }

    .banner ul li .top .left {
        max-width: 100%;
        margin-top: 40px;
    }

    .banner ul li .top .left h5 {
        font-size: 0.9rem;
        color: #fff;
        line-height: 1.25;
    }

    .banner {
        text-align: center;
    }

    .banner ul li .top {
        padding: 3rem 0 8rem;
    }

    .banner ul li .top .left .box_table {
        text-align: center
    }

    .banner ul li .top {
        height: auto
    }

    .banner ul li .top .right {
        max-width: 100%;
        margin-top: 3rem
    }

    .banner ul li .top .right img {
        max-width: 70%;
        padding: 0px;
    }


}

.miso_qh {
    opacity: 0;
    visibility: hidden;
    transition: 0.6s
}

.miso_qh.miso-initialized {
    opacity: 1;
    visibility: visible;
}

.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
}

.miso-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.miso-list:focus {
    outline: none;
}

.miso-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.miso-slider .miso-track,
.miso-slider .miso-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.miso-track {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.miso-track:before,
.miso-track:after {
    display: table;
    content: '';
}

.miso-track:after {
    clear: both;
}

.miso-loading .miso-track {
    visibility: hidden;
}

.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    -moz-user-select: text;
    -khtml-user-select: text;
    user-select: text;
}

[dir='rtl'] .miso-slide {
    float: right;
}

.miso-slide img {
    display: block;
}

.miso-slide.miso-loading img {
    display: none;
}

.miso-slide.dragging img {
    pointer-events: none;
}

.miso-initialized .miso-slide {
    display: block;
}

.miso-loading .miso-slide {
    visibility: hidden;
}

.miso-vertical .miso-slide {
    display: block;
    height: auto;
}

.miso-arrow.miso-hidden {
    display: none;
}

.miso-prev,
.miso-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before {
    opacity: 1;
}

.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before {
    opacity: .25;
}

.miso-prev:before,
.miso-next:before {
    font-size: 2rem;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    cursor: pointer
}

.miso-prev {
    left: 0px;
}

[dir='rtl'] .miso-prev {
    right: 0px;
    left: auto;
}

.miso-prev:before {
    content: '';
    font-family: simsun;
}

[dir='rtl'] .miso-prev:before {
    content: '';
    font-family: simsun;
}

.miso-next {
    right: 0px;
}

[dir='rtl'] .miso-next {
    right: auto;
    left: 0px;
}

.miso-next:before {
    content: '';
    font-family: simsun;
}

[dir='rtl'] .miso-next:before {
    content: '';
    font-family: simsun;
}

/* Dots */
.miso-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.miso-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.miso-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.miso-dots li button:focus {
    outline: none;
}

.miso-dots li.miso-active a {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}





/*************  三大特点  样式  *************/

.index-guild {
    position: relative;
    height: 0
}

.index-guild .content {
    background: #fff;
    padding: 1.5rem 6.5rem;
    border-radius: 4px;
    box-shadow: 2.939px 4.045px 10.27px 2.73px rgba(221, 226, 233, 0.27);
    position: relative;
    margin-top: -3rem
}

.guild-list {
    margin: 0 -3.75rem;
    position: relative
}

.guild-list li {
    float: left;
    width: 33.333333%;
    padding: 0 4rem;
    position: relative
}

.guild-list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1rem;
    bottom: .75rem;
    background: #dee0e9;
    width: 1px;
}

.guild-list li h3 {
    font-size: 1rem;
    color: #3f4143;
    line-height: 36px;
    height: 36px;
    margin-bottom: 10px;
    font-weight: normal;
}

.guild-list i {
    font-size: 26px;
    margin-right: 10px;
    color: #3D7EFF;
}

.guild-list li p {
    font-size: 14px;
    color: #747a7f;
    line-height: 22px;
    height: 36px;
    margin: .5rem 0 0
}

.guild-list li:last-child:after {
    display: none
}


/******************* 三大特点 手机端样式 *****************/


@media(max-width: 992px) {
    .index-course h3 {
        font-size: 1.5rem;
        float: left;
        padding-top: 40px;
        text-align: center;
    }

    .index-course p {
        font-size: 1.5rem;
        float: left;
        text-align: left;
        padding-bottom: 20px;
        width: 100% !important;
        ;
    }

    .guild-list li {
        width: 100%;
        text-align: center;
        margin: 1rem 0;
        padding: 0 1rem;
        padding-bottom: 20px;
        border-bottom: 1px dashed #787878;
    }

    .guild-list li:after {
        display: none
    }

    .guild-list li h3 .ico {
        margin: 0 0 0 0;
        transform: scale(.7);
    }

    .guild-list li h3 font {
        display: block;
        margin: -.25rem 0 0;
        line-height: 34px;
    }

    .guild-list li p {
        font-size: 12px;
        color: #747a7f;
        line-height: 18px;
        height: 36px;
        margin-top: 30px;

    }

}




/******************* 服务流程 样式 *****************/

.index-course {
    background: url(../images/index-course-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 13.625rem 0 5rem;
}

.index-course .title {
    text-align: center;
    margin-bottom: 4rem
}

.index-course h3 {
    font-size: 1.75rem;
    color: #001228;
    line-height: 1.5
}

.index-course p {
    font-size: 1.0rem;
    color: #83858a;
    line-height: 28px;
    margin: 0 auto;
    width: 80%;
    padding-top: 1.75rem;
}


.index-course .list-course li {
    float: left;
    padding: 0 .5rem;
    transition: .5s;
    width: calc((100% - 28.5rem) / 3);
}

.index-course .list-course li a {
    display: block;
    background: #fff;
    position: relative;
    border-radius: 4px;
}

.index-course .list-course li a .top1 {
    height: 15rem;
    border: #ebebef 1px solid;
    background: #fff;
    border-radius: 4px;
    transition: .5s;
}

.index-course .list-course li a .top1 h3 {
    height: 3.75rem
}

.index-course .list-course li a .top1 h3 img {
    max-height: 3rem
}

.index-course .list-course li a .top1 hr {
    display: inline-block;
    margin: 0;
    width: 15px;
    height: 2px;
    background: #1760d7;
    vertical-align: top;
}

.index-course .list-course li a .top1 h5 {
    font-size: 1rem;
    color: #333333;
    vertical-align: top;
    margin: .5rem 0 1.75rem;
}

.index-course .list-course li a .top1 h4 img {
    height: 2rem
}

.index-course .list-course li a .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: url(../images/index-course-bg.png) center no-repeat;
    background-size: 100% 100% !important;
    padding: 0 2rem 0 2.5rem;
}

.index-course .list-course li a .top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/index-course-bg1.png) right top no-repeat;
}

.index-course .list-course li a .top .box_table {
    text-align: left;
    position: relative
}

.index-course .list-course li a .top h3 {
    font-size: 1.875rem;
    color: #010101;
    opacity: .15;
    font-family: Bebas;
    margin-bottom: 2rem;
}

.index-course .list-course li a .top h5 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.25;
}

.index-course .list-course li a .top h6 {
    font-size: 12px;
    color: #9fa0a4;
    text-transform: uppercase;
    margin: .375rem 0 1.5rem;
}

.index-course .list-course li a .top p {
    font-size: .875rem;
    color: #717173;
    line-height: 22px;
    height: 44px;
    padding: 0px;
    width: 100%;
}

.index-course .list-course li.on {
    width: 28.5rem;
}

.index-course .list-course li.on .top1 {
    opacity: 0;
    visibility: hidden
}

.index-course .list-course li.on .top {
    opacity: 1;
    visibility: visible
}

/******************* 服务流程 手机端样式 *****************/


@media(max-width: 768px) {
    .index-course {
        padding: 3rem 0
    }

    .list-course li {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .list-course li {
        width: 28.5rem;
    }

    .list-course li .top1 {
        opacity: 0 !important;
        visibility: hidden !important
    }

    .list-course li .top {
        opacity: 1 !important;
        visibility: visible !important
    }

    .index-course .list-course li a .top h3 {
        font-size: 1.875rem;
        color: #010101;
        opacity: .15;
        font-family: Bebas;
        margin-bottom: 2rem;
        padding-top: 0px;
        margin-right: 20px;
    }

}



/******************* 核心技术 样式 *****************/


.index-technology {
    background: #fff url(../images/index-technology-bg.png) center bottom no-repeat;
    background-size: 100% auto;
    padding: 6.5rem 0 11.25rem;
    overflow: hidden;
}

.index-technology .title {
    text-align: center;
    margin-bottom: 4rem;
}

.index-technology .title h3 {
    font-size: 1.75rem;
    color: #001228;
    line-height: 1.5;
}

.index-technology .title p {
    font-size: 1.0rem;
    color: #83858a;
    line-height: 18px;
    margin: 0.75rem 0 0;
}

.index-technology .left {
    width: 50%;
    margin-left: -5%;
}

.index-technology .left .miso_bd .miso-list {
    overflow: visible;
}

.index-technology .left .z_section00 {
    padding: 0;
    background: none;
    overflow: visible;
}

.index-technology .right {
    width: 53%;
    padding-left: 3.125rem;
}

.index-technology .right .miso_hd {
    background: #fff;
    box-shadow: -33.884px 26.473px 24.3px 2.7px rgba(208, 213, 220, 0.21);
}

.index-technology .right .miso_hd .miso-list {
    overflow: visible;
    padding: 4rem 0 2rem 2.5rem
}

.index-technology .right .miso_hd ul .miso-track {
    width: 100% !important;
    transform: translate3d(0, 0px, 0) !important;
}

.index-technology .right .miso_hd ul li {
    float: left;
    width: 50% !important;
    border-bottom: #e5e8ee 1px solid;
    transition: .5s;
    margin-top: -1px
}

.index-technology .right .miso_hd ul li a {
    display: block;
    height: 7.5rem;
    font-size: 1.125rem;
    color: #3d3e41;
    border-radius: .625rem;
    transition: .5s
}

.index-technology .right .miso_hd ul li a img {
    display: inline-block;
    width: 3rem;
    margin: -3px 1.25rem 0 0
}

.index-technology .right .miso_hd ul li a font {
    display: inline-block;
    width: 10.125rem;
    text-align: left
}

.index-technology .right .miso_hd ul li.miso-current {
    position: relative;
    z-index: 1;
    top: 0;
}

.index-technology .right .miso_hd ul li.miso-current a {
    box-shadow: 0px 0px 29px 0px rgba(160, 175, 204, 0.13);
    background: #fff;
}

.index-technology .right .miso_hd ul li.miso-current {
    border-bottom: #fff 1px solid;
}

.index-technology .left .miso_bd ul li a {
    display: block;
    height: 35.9375rem
}

.index-technology .left .miso_bd .miso-list {
    overflow: visible
}


.z_section00 .img {
    position: relative;
}

.z_section00 .img img {
    max-width: 100%
}

.b_circle {
    position: absolute;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 3px 15px 0px rgba(9, 114, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: .875rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2.375rem;
    margin-left: -2.375rem;
    animation: scalebs_1 0s linear infinite alternate;
}

.b_blue {
    background: #0870ff;
}

.b_green {
    background: #73d2b8;
}

.b_orange {
    background: #f69c50;
}

.b_red {
    background: #f88383;
}

.c01 {
    animation-delay: .1s;
}

.c02 {
    animation-delay: .2s;
}

.c03 {
    animation-delay: .3s;
}

.z_section01 .c01 {
    right: 7%;
    top: 24%;
}

.z_section01 .c02 {
    left: 15%;
    top: 58%;
}

.z_section01 .c03 {
    right: 45%;
    bottom: 3%;
}

.z_section02 .c01 {
    right: 7%;
    top: 20%;
}

.z_section02 .c02 {
    left: 15%;
    top: 66%;
}

.z_section02 .c03 {
    right: 22%;
    bottom: 17%;
}

.z_section03 .c01 {
    right: 35%;
    top: 17%;
}

.z_section03 .c02 {
    left: 19%;
    top: 84%;
}

.z_section03 .c03 {
    right: 6%;
    bottom: 21%;
}

.z_section04 .c01 {
    right: 16%;
    top: 11%;
}

.z_section04 .c02 {
    left: 4%;
    top: 44%;
}

.z_section04 .c03 {
    right: 7%;
    bottom: 29%;
}

.z_section04 .c04 {
    right: 50%;
    bottom: 12%;
}

.z_section05 .c01 {
    left: 28%;
    top: 12%;
}

.z_section05 .c02 {
    right: 8%;
    top: 68%;
}

.z_section05 .c03 {
    right: 51%;
    bottom: 0%;
}

.z_section06 .c01 {
    left: 21%;
    top: 15%;
}

.z_section06 .c02 {
    right: 4%;
    top: 42%;
}

.z_section06 .c03 {
    right: 64%;
    bottom: 10%;
}


.z_section07 .c01 {
    right: 21%;
    top: 13%;
}

.z_section07 .c02 {
    left: 14%;
    top: 30%;
}

.z_section07 .c03 {
    left: 55%;
    bottom: 10%;
}

.z_section08 .c01 {
    left: 20%;
    top: 17%;
}

.z_section08 .c02 {
    left: 89%;
    top: 67%;
}

.z_section08 .c03 {
    left: 39%;
    bottom: 10%;
}

/******************* 核心技术 手机端样式 *****************/

@media(max-width: 768px) {
    .index-technology {
        padding: 3rem 0;
    }

    .index-technology .left {
        width: 100%;
        padding: 0;
    }

    .index-technology .right {
        width: 100%;
        padding: 0;
    }

    .index-technology .left .miso_bd ul li a {
        height: auto
    }

    .index-technology .right .miso_hd .miso-list {
        padding: 2rem 0 2rem 1.5rem
    }

    .index-technology .right .miso_hd ul li a font {
        text-align: center;
        font-size: 14px;
    }

    .index-technology .right .miso_hd ul li a img {
        margin: 0px 0px 10px 0px;
    }

}

/******************* 智慧应用 样式 *****************/

.index-wisdom {
    background: url(../images/index-wisdom-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 5.625rem 0 6.5rem;
    overflow: hidden
}

.index-wisdom .title {
    text-align: center;
    margin-bottom: 4rem;
}

.index-wisdom .title h3 {
    color: #FFFFFF;
}

.index-wisdom .title p {
    font-size: 1.0rem;
    color: #FFFFFF;
    line-height: 28px;
    margin: 0 auto;
    width: 80%;
    padding-top: 1.75rem;
}

.index-wisdom .content {
    background: url(../images/index-wisdom-bg1.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 4.375rem 3.75rem 4rem;
    border-radius: 0 1.25rem 0 1.25rem;
    border: #FFFFFF 3px solid
}

.index-wisdom .content .left {
    width: 220px;
    position: relative
}

.index-wisdom .content .left:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e1e6f1
}

.index-wisdom .content .left .miso_hd ul li {
    position: relative;
    overflow: hidden
}

.index-wisdom .content .left .miso_hd ul li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.index-wisdom .content .left .miso_hd ul li a {
    display: block;
    height: 3.75rem;
    line-height: 3.75rem;
    position: relative
}

.index-wisdom .content .left .miso_hd ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 10px;
    height: 1px;
    background: #e1e6f1
}

.index-wisdom .content .left .miso_hd ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    width: 2px;
    transition: .5s
}

.index-wisdom .content .left .miso_hd ul li a font {
    display: block;
    position: relative;
    padding: 0 0 0 36px;
    font-size: 15px;
    color: #4b5877
}

.index-wisdom .content .left .miso_hd ul li a font:before {
    content: "";
    position: absolute;
    background: url(../images/index-wisdom-icon1.png) center no-repeat;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: 14px;
    transition: .5s
}

.index-wisdom .content .left .miso_hd ul li.miso-current:before {
    transform: translateX(0)
}

.index-wisdom .content .left .miso_hd ul li.miso-current a font:before {
    background: url(../images/index-wisdom-icon.png) center no-repeat;
}

.index-wisdom .content .left .miso_hd ul li.miso-current a:after {
    top: 0;
    height: 100%;
    background: #1760d7;
}

.index-wisdom .content .right {
    width: calc(100% - 220px);
    position: relative;
    padding-left: 3.5rem
}

.index-wisdom .content .right .miso_bd .left_con {
    width: 50%;
    padding: 0 1.5rem 0 0
}

.index-wisdom .content .right .miso_bd .left_con h3 {
    line-height: 2.75rem;
    font-size: 1.5rem;
    color: #000000;
    padding: 0 0 0 1.25rem;
    background: url(../images/index-wisdom-icon.png) left center no-repeat
}

.index-wisdom .content .right .miso_bd .left_con hr {
    width: 1.5rem;
    height: 2px;
    background: #91959d;
    margin: 2rem 0
}

.index-wisdom .content .right .miso_bd .left_con .con {
    height: 10rem;
    margin-bottom: 1.25rem;
}

.index-wisdom .content .right .miso_bd .left_con .con p {
    font-size: .875rem;
    color: #646972;
    line-height: 1.625rem;
    height: 9.75rem;
    -webkit-line-clamp: 6;
}

.index-wisdom .content .right .miso_bd .right_con {
    width: 50%;
    padding: 1.875rem 0 0 1.5rem;
}

.index-wisdom .content .right .miso_bd .right_con .img,
.index-wisdom .content .right .miso_bd .right_con .img img {
    width: 100%;
    height: 18.75rem;
    overflow: hidden
}

.index-wisdom .content .right .miso_bd .bottom {
    margin: 4.375rem 0 0;
    padding: 1.5rem 2.25rem;
    border: #ebf0fc 1px solid;
    background: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 999;
}

.index-wisdom .content .right .miso_bd .bottom .fa-angle-double-right:before {
    color: #646972;
    margin-right: 10px;
}

.index-wisdom .content .right .miso_bd .bottom li a {
    color: #646972;
    font-size: 16px;
    font-weight: normal;
}

.index-wisdom .content .right .miso_bd .bottom:before {
    content: "";
    position: absolute;
    background: url(../images/index-wisdom-bg2.png) center no-repeat;
    width: 31.625rem;
    height: 7.125rem;
    background-size: 100% 100%;
    bottom: 0;
    right: 0;
    animation: float-bob-y 2s infinite linear;
    z-index: -999;
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.list_box8 li a {
    display: inline-block;
    background: url(../images/index-wisdom-bg1.png);
    width: 8.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: .875rem;
    color: #fff;
    background-size: 100% 100% !important;
    position: relative;
    transition: .5s
}

.list_box8 li a img {
    margin: -3px 0 0 .5rem;
    display: inline-block
}

.list_box9 li {
    float: left;
    font-size: 1.0625rem;
    color: #414650;
    line-height: 1.875rem;
    margin: 0 3.125rem 0 0;
}

.list_box9 li img {
    margin: -3px .5rem 0 0;
    display: inline-block
}


/******************* 智慧应用 手机端样式 *****************/
@media(max-width: 768px) {

    .index-wisdom .content .left {
        width: 100%
    }

    .index-wisdom .content .right {
        width: 100%;
        padding: 2rem 0 0;
    }

    .index-wisdom .content {
        padding: 2rem 20px
    }

    .index-wisdom .content .right .miso_bd .left_con {
        width: 100%
    }

    .index-wisdom .content .right .miso_bd .left_con .list_box8 {
        padding-top: 10px;
    }

    .index-wisdom .content .right .miso_bd .right_con {
        width: 100%;
        padding: 2rem 0 0
    }

    .index-wisdom .content .right .miso_bd .bottom:before {
        display: none
    }

    .list_box9 li {
        margin: .5rem 0;
        width: 33.333333%
    }

    .list_box9 li img {
        height: 1.25rem
    }

    .index-wisdom .content .right .miso_bd .bottom {
        display: none;
    }

    .index-wisdom .content .right .miso_bd .right_con .img,
    .index-wisdom .content .right .miso_bd .right_con .img img {
        height: auto
    }

    .index-wisdom .content .left .miso_hd ul li a font {
        font-size: 14px;
    }
}

/******************* index - 头部 样式 *****************/


/***只电脑端显示***/


@media (min-width: 992px) {}








/******************* 手机端 切换按钮 样式 *****************/




/******************* 首页底部广告 样式 *****************/

.index-ad {
    background: url(../images/index-ad-bg.jpg) center no-repeat;
    background-size: cover !important
}

.index-ad .container {
    height: 100%
}


.index-ad .left {
    width: 40.625%;
    position: relative;
    top: -3.75rem
}

.index-ad .left img {
    max-width: 100%
}

.index-ad .right {
    width: calc(100% - 40.625%);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.index-ad .right .box_table {
    text-align: left
}

.box_table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle
}

.box_table_cell {
    white-space: normal;
    word-wrap: break-word;
}



.list_box13 {
    font-size: 0;
    margin: 3.5rem 0 0;
}

.list_box13 li {
    display: inline-block;
    margin-right: 0.5rem;
}



.container08 {
    background: url(../images/index-ad-bg.jpg) center no-repeat;
    background-size: cover !important
}

.container08 .w1280 {
    position: relative
}

.container08 .left {
    width: 40.625%;
    position: relative;
    top: -3.75rem
}

.container08 .left img {
    max-width: 100%
}

.container08 .right {
    width: calc(100% - 40.625%);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.container08 .right .box_table {
    text-align: left
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle
}

.box_table_cell * {
    white-space: normal;
    word-wrap: break-word;
}


/* ============================================================== 
     # 404
=================================================================== */

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.error-page-area .error-box {
    position: relative;
    z-index: 1;
    margin-left: 20px;
}

.error-page-area .error-box h1 {
    font-size: 160px;
    line-height: 130px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #999999;
    padding-top: 50px;
}

.error-page-area .error-box h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.error-page-area .error-box a {
    margin-top: 15px;
}

.error-page-area .thumb {
    padding-right: 35px;
}

.error-box .search {
    margin-top: 30px;
    text-align: center;
}

.error-box .search form {
    width: 400px;
    position: relative;
    z-index: 1;
}

.error-box .search .input-group {
    margin: auto;
}

.error-box .search form input {
    box-shadow: inherit;
    border-radius: inherit;
    min-height: 60px;
}

.error-box .search form button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    min-height: 60px;
    background: #104cba;
    border: none;
    padding: 0 30px;
    color: #ffffff;
}


/******************* 服务优势 样式 *****************/

.index-youshi {
    padding: 0rem 0 6.5rem;
}

.index-youshi .title {
    text-align: center;
    margin-bottom: 4rem;
}

.index-youshi .title h3 {
    color: #001228;
}

.index-youshi .title p {
    font-size: 1.0rem;
    color: #001228;
    line-height: 28px;
    margin: 0 auto;
    width: 80%;
    padding-top: 1.75rem;
}




.index-youshi li {
    padding-bottom: 1.4rem;
    display: inline-block;
    text-align: center;
    height: auto;
}

.index-youshi li a {
    display: block;
    border: #dfe3eb 1px solid;
    border-radius: .625rem;
    background: #fff;
    padding: 2.25rem 2.25rem 2.25rem;
    transition: .5s;
}

.index-youshi li a h3 {
    height: 5.625rem
}

.index-youshi li a h5 {
    font-size: 1rem;
    color: #333333;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 1.25rem
}

.index-youshi li a p {
    font-size: 0.9rem;
    color: #92929b;
    line-height: 1.9rem;
    text-align: left;
    -webkit-line-clamp: 8;
    text-align: center;
}




/******************* 智慧应用配套系统 样式 *****************/

.index-peitao {
    padding: 6.5rem 0 8.5rem;
    overflow: hidden;
    background: #f3f8fe;
}



.index-peitao .title {
    text-align: center;
    margin-bottom: 4rem;
}

.index-peitao .title h3 {
    color: #001228;
}

.index-peitao .title p {
    font-size: 1.0rem;
    color: #001228;
    line-height: 28px;
    margin: 0 auto;
    width: 80%;
    padding-top: 1.75rem;
}



.list-page-device {
    margin: 0 -.8125rem
}

.list-page-device li {
    float: left;
    width: 25%;
    padding: 0 .8125rem;
    margin: .8125rem 0
}

.list-page-device li a {
    display: block;
    background: #f3f5fa;
    height: 8.75rem;
    padding: 0 1rem;
    transition: .5s
}

.list-page-device li a .top {
    padding: 1rem 1rem 0;
    position: relative
}

.list-page-device li a .top:before {
    content: "";
    position: absolute;
    top: 0;
    width: .9375rem;
    height: 3px;
    background: #9baef1;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s
}

.list-page-device li a h5 {
    font-size: 15px;
    color: #3f6de8;
    font-weight: bold;
    line-height: 1.375;
    margin: 0 0 .375rem;
    transition: .5s
}

.list-page-device li a p {
    font-size: .875rem;
    color: #6b6f7a;
    line-height: 1.375;
    transition: .5s
}

.list-page-device .miso-arrow {
    width: 2rem;
    height: 2rem;
    background-size: 100% 100% !important;
    transition: .5s;
    opacity: .4
}

.list-page-device .miso-prev {
    background: url(../images/server/left03.png) center no-repeat;
    left: -4rem
}

.list-page-device .miso-next {
    background: url(../images/server/right03.png) center no-repeat;
    right: -4rem;
}

.list-page-device .miso-arrow:hover {
    opacity: 1
}





.index-peitao .miso_hd {
    background: #fff;
    padding: 0 2.25rem;
    border-radius: 4px;
    box-shadow: 2.939px 4.045px 10.27px 2.73px rgba(221, 226, 233, 0.27);
    position: relative;
}

.index-peitao .miso_bd {
    padding: 3rem 0
}

.index-peitao .miso_bd .box {
    padding: 0px 4.0rem;
}

.index-peitao .miso_bd .box .left {
    width: 50%
}

.index-peitao .miso_bd .box .right {
    padding-top: 40px;
}

.index-peitao .miso_bd .box .right img {
    max-height: 28rem
}


.list-miso_bd li {
    font-size: 16px;
    color: #6f7175;
    line-height: 36px;
    padding-left: 26px;
    float: left;
    width: 100%;
}


.list-miso_bd p {
    font-size: 16px;
    color: #6f7175;
    line-height: 36px;
    float: left;
    width: 100%;
}

.list-miso_bd .fa-check-square:before {
    margin-right: 20px;
    color: #1760d7;
}


/* Arrows */
.miso-prev,
.miso-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: 50%;
    z-index: 1;
}

.miso-prev {
    left: 0
}

.miso-next {
    right: 0
}

.miso-lightbox .miso-prev:before,
.miso-lightbox .miso-next:before {
    width: 32px;
    height: 32px;
    display: block
}

.miso-lightbox .miso-prev:before {
    content: '';
    background: url(../images/left_svg.svg) center no-repeat;
}

.miso-lightbox .miso-next:before {
    content: '';
    background: url(../images/right_svg.svg) center no-repeat;
}

@media(max-width: 768px) {

    .miso-prev,
    .miso-next {
        width: 20px;
        height: 20px;
    }

    .miso-lightbox .miso-prev:before,
    .miso-lightbox .miso-next:before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px
    }
}

.miso_qh {
    opacity: 0;
    visibility: hidden;
    transition: 0.6s
}

.miso_qh.miso-initialized {
    opacity: 1;
    visibility: visible;
}

.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0
}

.miso-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.miso-list:focus {
    outline: none;
}

.miso-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.miso-slider .miso-track,
.miso-slider .miso-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.miso-track {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.miso-track:before,
.miso-track:after {
    display: table;
    content: '';
}

.miso-track:after {
    clear: both;
}

.miso-loading .miso-track {
    visibility: hidden;
}

.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    -moz-user-select: text;
    -khtml-user-select: text;
    user-select: text;
}

[dir='rtl'] .miso-slide {
    float: right;
}

.miso-slide img {
    display: block;
}

.miso-slide.miso-loading img {
    display: none;
}

.miso-slide.dragging img {
    pointer-events: none;
}

.miso-initialized .miso-slide {
    display: block;
}

.miso-loading .miso-slide {
    visibility: hidden;
}

.miso-vertical .miso-slide {
    display: block;
    height: auto;
}

.miso-arrow.miso-hidden {
    display: none;
}


/******************* 合作商机 样式 *****************/

.index-hezuo {
    padding: 5.625rem 0 6.5rem;
    overflow: hidden
}

.index-hezuo .title {
    text-align: center;
    margin-bottom: 4rem;
}

.index-hezuo .title h3 {
    color: #001228;
}

.index-hezuo .title p {
    font-size: 0.9rem;
    color: #001228;
    line-height: 28px;
    margin: 0 auto;
    width: 80%;
    padding-top: 1.75rem;
}



.index-hezuo ul li .box {
    background: #f0f5fb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.index-hezuo ul li .img {}

.index-hezuo ul li .img img {}

.index-hezuo ul li .txt {
    text-align: center;
    position: relative;
    padding: 3.75rem 2.5rem;
}

.index-hezuo ul li .txt i {
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    position: absolute;
    right: 2.5rem;
    top: -3.5rem;
}

.index-hezuo ul li .txt i img {}

.index-hezuo ul li .txt h5 {
    font-size: 1.375rem;
    color: #3a3a3a;
    margin-bottom: 1.25rem;
}

.index-hezuo ul li .txt p {
    font-size: .875rem;
    color: #828282;
    line-height: 1.625rem;
    height: 3.25rem;
    text-align: left;
}



/******************* 底部广告 样式 *****************/


.index-ad {
    background: url(../images/index/index-foot-bg.jpg) center no-repeat;
    background-size: cover !important
}

.index-ad .container {
    position: relative
}

.index-ad .left {
    width: 40.625%;
    position: relative;
    top: -3.75rem
}

.index-ad .left img {
    max-width: 100%
}

.index-ad .right {
    width: calc(100% - 40.625%);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.index-ad .right .box_table {
    text-align: left
}


.ad-list {
    font-size: 0;
    margin: 3.5rem 0 0
}

.ad-list li {
    display: inline-block;
    margin-right: .5rem
}

.ad-list li a {
    display: inline-block;
    background: url(../images/index/ad-icon2.png) center no-repeat;
    background-size: 100% 100% !important;
    width: 10rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .875rem;
    color: #ffe3c0;
    text-align: center;
    transition: .5s;
}

.ad-list li a svg {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 .125rem;
    transition: .5s;
    fill: #fff
}

.ad-list li.on a {
    background: url(../images/index/ad-icon1.png) center no-repeat;
    color: #654b33;
}

.ad-list li.on a svg {
    fill: #72481c
}

/******************* 智慧应用 手机端样式 *****************/
@media(max-width: 768px) {

    .index-ad {
        display: none;
    }
}