﻿html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    /*border: 1px solid red;*/
}

.page-container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    /*border: 1px solid red;*/
}

.swiper-container {
    width: 100%;
    height: 100%;
}
    #swiper-footer .swiper-slide {
        /*border: 1px solid red;*/
        /*font-size: 18px;*/
        height: auto;
    }

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    /*border-radius: 50%;*/
    opacity:1;
}
.swiper-pagination-bullet-active {
    background-color: #000;
}
.invert .swiper-pagination-bullet {
    background-color: white \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid white;
}

.invert .swiper-pagination-bullet-active {
    background-color: white;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 0;
}
/*内容*/
#body {
    width: 100%;
    /*height: calc(100% - 70px);*/
    height: 100%;
    position: relative;
    overflow-y: scroll;
    /*overflow: auto;*/
}
/*不显示滚动条*/
::-webkit-scrollbar {
    display: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

#sc {
    /*position: absolute;
    top: 50px;
    width: 18px;
    height: 50%;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid green;
    right: 10px;*/
}
.carousel-vertical {
    position: absolute;
    top: 45%;
    z-index: 15;
    padding-left: 0;
    /*margin-left: 15px;*/
    text-align: center;
    list-style: none;
    right: 10px;
    vertical-align: middle;
    /*border: 1px solid blue;*/
}
.carousel-vertical li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 20px 1px 20px 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 10px;
    vertical-align: middle;
}
.carousel-vertical .active {
    width: 12px;
    height: 12px;
    margin: 20px 0px 20px 0px;
    background-color: #000;
}

.carousel-vertical.invert li {
    background-color: white \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid white;
}
.carousel-vertical.invert .active {
    background-color: white;
}

.carousel-vinner-top {
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    /*border: 1px solid red;*/
    position: relative;
    /*padding: 100px 10% 50px 10%;*/
}
.carousel-vinner {
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    /*border: 1px solid red;*/
    position: relative;
    padding: 100px 10% 50px 10%;
    font-family: Microsoft YaHei;
}

.homepage-video {
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    /*border: 1px solid red;*/
}
.videoDialog-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.videoDialog-bg:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
}

.page-banner-container {
    width: 100vw;
    height: 100vh;
    color: white;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    /*border: 1px solid white;*/
    display:table-cell;
    vertical-align:middle;
}

.h1 {
    letter-spacing: 0.3em;
    font-weight: 100;
    line-height: 1.1;
    /*font-size: 46px;*/
    font-family: PingFang SC;
    /*font-weight: bold;*/
    color: #FFFFFF;
    /*line-height: 50px;*/
}
.h3 {
    letter-spacing: 0.05em;
    font-weight: 100;
    font-size: 24px;
    font-family: PingFang SC;
    /*font-weight: bold;*/
    /*color: #FFFFFF;*/
    /*line-height: 40px;*/
    line-height: 1.1;
}

hr{
    width:500px;
}


.inner-title {
    /*border: 1px solid red;*/
    /*font-weight: 500;
    line-height: 1.1;*/
}
.inner-title .en-title {
    height: 60px;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
}
.inner-title .cn-title {
    height: 36px;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
}

.div-content {
    width: 100%;
    height: calc(100% - 110px);
    /*border:1px solid red;*/
    padding-top:10px;
}
.div-content .tab-content {
    width: 100%;
    height: calc(100% - 100px);
    /*border: 1px solid red;*/
    padding: 6% 0;
    overflow-y: auto;
}
.div-content .tab-content .tab-pane {
    height: 100%;
}

@media (max-width: 992px) {
    .div-content .tab-content {
        padding: 10px 0;
    }
}        

/*产品*/
.product {
    background: #F7FBFF;
    color: #333333;
}

.product .tab-content .div-left {
    height: 100%;
    padding: 0;
    /*border: 1px solid red;*/
}
.product .tab-content .div-left > img {
    width: 100%;
    height: 100%;
}
.product .tab-content .div-right {
    height: 100%;
    font-size: 18px;
    padding-right: 0px;
    /*border: 1px solid red;*/
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
.product h2{
    margin-bottom:20px;
}

.ui_tabs {
    padding: 8px 0px 8px 0px;
    height: 100px;
    /*border: 1px solid red;*/
}
.ui_tabs > li {
    height: 100px;
    display: table-cell;
    /*border: 1px solid red;*/
}
.ui_tabs > li > a {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
.ui_tabs > li > a > span {
    display: block;
    text-align: center;
    font-size: 22px;
    /*font-family: Microsoft YaHei;*/
    font-weight: bold;
    color: #333333;
    /*line-height: 30px;*/
}
.ui_tabs > li.active > a > span {
    color: #009CFF;
}

.ui_tabs > li .line {
    width: 100%;
    height: 30px;
    /*border: 1px solid red;*/
    /*display: inline-block;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(145,37,37,0) 49%,rgba(145,37,37,1) 51%, rgba(145,37,37,1) 52%,rgba(145,37,37,0) 54%);
    text-align: center;
    background-image: url('../Imgs/icon_default.png');
    background-repeat: no-repeat;
    background-position: center center;*/
    background-image: linear-gradient(#666666,#666666);
    background-position: center center;
    background-size: 100% 1px;
    background-repeat: no-repeat; /*这个属性不能少。*/
    /*transition: .3s;*/
}
.ui_tabs > li.active .line {
    background-image: linear-gradient(#009CFF,#009CFF);
}
.ui_tabs li .line > .circular {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    /*background-image: url('../Imgs/icon_default.png');
    background-repeat: no-repeat;
    background-position: center center;*/
    background-color: #666666;
    border: 6px solid #F7FBFF;
    border-radius: 50%;
    -webkit-border-radius: 15px;
    box-shadow: 0 0 0 1px #666666;
}
.ui_tabs li.active .line > .circular {
    /*background-image: url('../Imgs/icon_select.png');*/
    background-color: #009CFF;
    box-shadow: 0 0 0 1px #009CFF;
}

/*解决案例*/
.case {
    background: linear-gradient(26deg, #11347B, #1279BA);
    color: white;
}
    .case > .div-content {
        /*width: 100%;*/
        /*padding-top: 10px;*/
        /*border: 1px solid red;*/
        padding: 0;
    }

    .case > .div-content > .tab-content {
        padding: 15px 0;
        height: calc(100% - 70px);
        /*border: 1px solid red;*/
    }


    .case .ul-tabs {
        /*height: 70px;*/
        border-bottom: 1px solid #1279BA;
    }

    .case  .ul-tabs > li {
        display: table-cell;
        width: 150px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 50px;
    }

    .case  .ul-tabs > li > a {
        color: #FFFFFF;
    }

    .case .ul-tabs > li.active {
        padding-bottom: -2px;
        margin-bottom: -2px;
        border-bottom: 2px solid #FFC263;
        position: relative;
        background-color: transparent;
    }

        .case .ul-tabs > li.active > a {
            border: 0;
            color: #FFC263;
        }

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

/*.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}*/

.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #FFC263;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #FFC263;
    background-color: transparent;
}




/*.section-wrapper {
    width: 100%;
    height: 100%;
    margin: 0px auto 0;
}*/

.plan-content {
    position: relative;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
}

    .plan-content:before, .plan-content:after {
        content: " ";
        display: table
    }

.plan-container {
    float: left;
    height: 100%;
    width: 90%;
    overflow: hidden
}

.plan-wrapper {
    position: relative;
    left: 0;
    height: 100%;
    font-size: 0;
    white-space: nowrap
}

.plan-slide {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 14.83%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-size: 1rem;
    overflow: hidden;
    vertical-align: top;
    white-space: normal;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

    .plan-slide.open {
        width: 55.51%
    }

.plan-card-bg {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .2s
}

    .plan-card-bg img {
        display: block;
        position: absolute;
        top: -10000px;
        right: -10000px;
        bottom: -10000px;
        left: -10000px;
        height: 100%;
        margin: auto
    }

.plan-slide.open .plan-card-bg img {
    height: 101%;
    width:100%;
}

.plan-card-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #060606;
    opacity: .5;
    transition: .2s
}

.plan-wrapper .plan-slide:nth-child(4) .plan-card-bg:after {
    opacity: .4
}

.plan-wrapper .plan-slide:last-child .plan-card-bg:after {
    opacity: .5
}

.plan-slide:not(.open):hover .plan-card-bg:after {
    opacity: .1
}

.plan-slide.open .plan-card-collapse {
    opacity: 0
}

.plan-card-collapse {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: .5s
}

.plan-card-collapse-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -63px;
    font-size: 0;
    text-align: center;
    letter-spacing: 1px
}

    .plan-card-collapse-inner.gengdg {
        height: 100% !important;
        margin: 0;
        top: 0
    }

        .plan-card-collapse-inner.gengdg .dian {
            position: absolute;
            top: 117px;
            left: 50%;
            margin-left: -24px;
            width: 48px;
            height: 8px
        }

            .plan-card-collapse-inner.gengdg .dian span {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                border: 2px solid #fff;
                margin: 0 4px;
                float: left;
                display: block
            }

        .plan-card-collapse-inner.gengdg .dian {
            position: absolute;
            top: 117px;
            left: 50%;
            margin-left: -24px;
            width: 48px;
            height: 8px
        }

        .plan-card-collapse-inner.gengdg .wena {
            position: absolute;
            top: 137px;
            left: 0;
            width: 100%;
            height: 34px;
            text-align: center;
            line-height: 34px;
            font-size: 20px;
            color: #fff;
            letter-spacing: 1px
        }

    .plan-card-collapse-inner .xsytb1 {
        /*width: 62px;
        height: 62px;*/
        width: 32px;
        height: 32px;
        background-image: url('../Imgs/icon_into.png');
        background-repeat:no-repeat;
        /*background-position: 0 -114px;*/
        margin: 0 auto;
    }

    .plan-card-collapse-inner .tb2 {
        background-position: -62px -114px
    }

    .plan-card-collapse-inner .tb3 {
        background-position: -124px -114px
    }

    .plan-card-collapse-inner .tb4 {
        background-position: -186px -114px
    }

    .plan-card-collapse-inner .tb5 {
        background-position: -248px -114px
    }

    .plan-card-collapse-inner .tb6 {
        background-position: -310px -114px
    }

    .plan-card-collapse-inner i {
        width: 20px;
        height: 2px;
        display: block;
        background: #596efb;
        margin: 13px auto 19px
    }

    .plan-card-collapse-inner .h2 {
        font-size: 20px;
        color: #fff;
        line-height: 50px
    }

.plan-slide.open .plan-card-open {
    opacity: 1;
    visibility: visible
}

.plan-card-open {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden
}

.plan-card-open-inner {
    position: absolute;
    top: 50%;
    left: 13%;
    right: 13%;
    width: 74%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin: auto;
    color: #fff;
    text-align: center;
    letter-spacing: 1px
}

    .plan-card-open-inner .h1 {
        position: relative;
        margin-bottom: 50px;
        font-size: 22px;
        color: #fff;
        line-height: 38px
    }

        .plan-card-open-inner .h1:after {
            content: "";
            display: block;
            position: absolute;
            top: 100%;
            right: 0;
            left: 0;
            width: 70%;
            height: 1px;
            margin: 13px auto 0;
            background-color: #FFFFFF;
            opacity: 0.5;
        }

    .plan-card-open-inner .h4 a {
        color: #fff
    }

    .plan-card-open-inner p {
        margin-bottom: 49px;
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        line-height: 24px
    }

.plan-recommend {
    display: inline-block;
    font-size: 14px;
    line-height: 24px
}

    .plan-recommend .details {
        font-size: 14px;
        background-color: #009CFF;
        color: #FFFFFF;
        line-height: 40px;
        padding: 5px 20px 5px 20px;
        text-decoration: none;
    }

    .plan-recommend h2 {
        color: rgba(255,255,255,.7);
        font-size: 14px;
        line-height: 24px
    }

    .plan-recommend ul {
        margin-top: 8px;
        height: auto;
        overflow: hidden;
        text-align: center
    }

        .plan-recommend ul > li {
            display: inline-block
        }

            .plan-recommend ul > li a {
                transition: .2s;
                color: #fff;
                font-size: 14px;
                line-height: 24px
            }

                .plan-recommend ul > li a:hover {
                    text-decoration: underline
                }

            .plan-recommend ul > li + li:before {
                content: "\2002|\2002";
                opacity: .5
            }

.plan-ctrl {
    float: left;
    position: relative;
    width: 10%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    cursor: pointer
}

.plan-ctrl-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: url(/static/images/xiaoyi_2018/index/planBxbj.png);
    background-repeat: no-repeat;
    background-position: center;*/
    background-size: cover;
    transition: .2s
}

    .plan-ctrl-bg:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background-color: #060606;*/
        background-color: #0B204D;
        opacity: .8;
        transition: .2s
    }

.plan-ctrl .plan-ctrl-arrow {
    -webkit-transform: rotateY(0) scale(.88);
    -moz-transform: rotateY(0) scale(.88);
    -ms-transform: rotateY(0) scale(.88);
    -o-transform: rotateY(0) scale(.88);
    transform: rotateY(0) scale(.88)
}

.plan-ctrl.active .plan-ctrl-arrow {
    -webkit-transform: rotateY(180deg) scale(.88);
    -moz-transform: rotateY(180deg) scale(.88);
    -ms-transform: rotateY(180deg) scale(.88);
    -o-transform: rotateY(180deg) scale(.88);
    transform: rotateY(180deg) scale(.88)
}

.plan-ctrl-arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 28px;
    margin-left: -10px;
    margin-top: -14px;
    -moz-transition: all .2s;
    -ms-transform: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

    .plan-ctrl-arrow span {
        display: block;
        width: 28px;
        height: 28px;
        margin-left: -12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

        .plan-ctrl-arrow span:before {
            content: "";
            display: block;
            width: 100%;
            border-top: solid 4px;
            border-radius: 2px
        }

        .plan-ctrl-arrow span:after {
            content: "";
            display: block;
            width: 4px;
            height: 100%;
            border-right: solid 4px;
            border-radius: 2px;
            margin-top: -4px
        }



/*技术*/
.technology {
    background: #F7FBFF;
    color: #333333;
}
.technology .div-content {
    /*height: calc(100% - 100px);*/
    padding: 2% 0;
    /*border: 1px solid red;*/
}

.technology .div-content .tab-content {
    width: 70%;
    height: 100%;
    float: right;
    padding: 0px 0px;
    /*border: 1px solid red;*/
}
.technology .div-content .div-left {
    width: 30%;
    height: 100%;
    float: left;
    /*border: 1px solid red;*/
    padding: 9% 35px 9% 0px;
}
.technology .div-content .div-left .ul-tabs {
    width: 100%;
    height: 100%;
    font-size: 24px;
    /*border: 1px solid red;*/
}
    .technology .div-content .div-left .ul-tabs li {
        width: 100%;
        /*height: 80%;*/
        text-align: center;
        line-height: 80px;
        background: #FFFFFF;
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
        /*border: 1px solid red;*/
    }
    .technology .div-content .div-left .ul-tabs li a {
        color: #333333;
    }
        .technology .div-content .div-left .ul-tabs li.active {
            padding-top: 13%;
            width: 100%;
            text-align: center;
            /*line-height: 138px;*/
            background-image: url('../Imgs/icon_libg.png');
            background-size: cover;
            transition: 0.5s;
        }
    .technology .div-content .div-left .ul-tabs li.active a {
        color: #FFFFFF;
    }
    .technology .div-left .ul-tabs li a > img {
        width: 54px;
        height: 34px;
        padding-left: 20px;
        content: url('../Imgs/icon_arrow.png');
    }
    .technology .div-left .ul-tabs li.active a > img {
        content: url('../Imgs/icon_arrow1.png');
    }

    .technology .div_content {
        height: 50%;
        background-color: #FFFFFF;
        padding: 5% 4% 3% 5%;
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        /*line-height: 30px;*/
    }
.technology .div_content img {
    margin-left: 15%;
    /*margin-top:5%;*/
}
.technology .div_content .h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

@media (max-width: 992px) {
    .technology .div-content {
        padding: 10px 0;
        /*border: 1px solid red;*/
    }
    .technology .div-content .div-left {
        width: 30%;
        height: 100%;
        float: left;
        /*border: 1px solid red;*/
        padding: 10px 35px 10px 0px;
    }
} 

/*合作客户*/
.customer {
    background: #FFFFFF;
    color: #333333;
}
.customer .div-content {
    width: 100%;
    height: calc(100% - 110px);
    /*border: 1px solid red;*/
    padding-top: 10px;
}

.customer .div-content .tab-content {
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
    padding: 6% 0;
}
.customer .col-md-3 {
    padding: 10px 10px 10px 0px;
    /*border: 1px solid red;*/
}
.customer .col-md-3 img {
    width: 100%;
    height: 100%;
}


