/* @font-face {
        font-family: 'pingfangSC';
        src: url('../fonts/pingfang_regular-webfont.eot');
        src: url('../fonts/pingfang_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pingfang_regular-webfont.woff2') format('woff2'), url('../fonts/pingfang_regular-webfont.woff') format('woff'), url('../fonts/pingfang_regular-webfont.ttf') format('truetype'), url('../fonts/pingfang_regular-webfont.svg#pingfangSC') format('svg');
        font-weight: normal;
        font-style: normal;
    } */
@charset "utf-8";

* {
    outline: none !important;
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}


/* a {
        cursor: pointer;
    } */


body {
    /*font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;*/
    /*font-family: "PingFangSC-Regular", "Microsoft Yahei", "Helvetica", "Arial", "Verdana", "Sans-Serif";*/
}
/*页面有滚动条时,弹窗导致页面动*/

body {
    overflow-y: auto !important;
}

label {
    margin: 0px;
    font-weight: 400;
}

p {
    margin: 0px;
}

img {
    display: block;
    max-width: 100%;
}

h2, h3 {
    margin: 0 auto;
    line-height: inherit;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.float-left {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        ul.float-left:after {
            content: '';
            display: block;
            clear: both;
        }

        ul.float-left > li {
            float: left;
        }

.form-control {
    border-radius: 25px;
    font-size: 18px;
    padding: 8px 30px;
    height: 52px;
    border-color: #C7C7C7;
}

    .form-control:focus {
        box-shadow: none;
        border-color: #989898;
    }

    .form-control.error {
        border-color: #ff8d8d;
    }

.container {
    position: relative;
    z-index: 1;
}

.container-sm {
    width: 100%;
}

.full-screen {
    width: 100%;
}


/* BTN */

.btn-lg {
    padding: 10px 40px;
    min-width: 180px;
    font-size: 18px;
    height: 46px;
}

.btn-sm {
    padding: 5px 10px;
    min-width: 92px;
    font-size: 16px;
}

.btn-md {
    padding: 7px 10px;
    min-width: 150px;
    font-size: 16px;
}

.btn-border-white,
.btn-border-white:focus {
    border: solid 1px #fff;
    color: #fff;
    border-radius: 100px;
    background: none;
}

    .btn-border-white:hover {
        color: #fff;
        background: rgba(255, 255, 255, .2)
    }

.btn-border-blue,
.btn-border-blue:focus {
    border: solid 1px #668eff;
    color: #668eff;
    border-radius: 30px;
    background: none;
}

    .btn-border-blue:hover {
        background: rgba(102, 142, 255, .2);
        color: #668eff;
    }

.btn-blue,
.btn-blue:focus {
    background: #668eff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 4px 4px 6px rgba(124, 154, 239, .8);
}

    .btn-blue:hover {
        color: #fff;
        background: #87a6ff;
    }

    .btn-blue:active {
        box-shadow: 4px 4px 6px rgba(124, 154, 239, .8), inset 1px 2px 4px rgba(0, 0, 0, .1);
    }

.bg-white {
    background: #fff;
}

.bg-light-gray {
    /*background: #f7fafe;*/
    background: url("/images/site/home/p/bg_black.png");
}
.bg-light-gray1 {
    /*background: #f7fafe;*/
    background: url("/images/site/home/p/bg_white.png");
}

    .bg-white .title,
    .bg-light-gray .title {
        color: #383838;
    }

    .bg-white .title-desc,
    .bg-light-gray .title-desc {
        color: #808080;
    }
/*光影*/

.right-item-img{
    width: 33.666667%;
    height: 402px;
    float:left;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    overflow: auto;
    padding-top: 10px;
}
.right-item-img .r1{
    width: 39.6%;
    border: 1px solid white;
    margin: 5px;
    display: inline-block;
    float: left;
    padding: 1px;

}

.right-item-img .r2{
    width: 50%;
    height: 85px;
    margin: 5px;
    display: inline-block;
    float: left;
    font-size: 15px;
    color: #333333;
}

.right-item-img img{
    height: 80px;
}

.right-item-2 .active{
    border: 1px solid #0099FF;
}

.right-item-2 .active2{
    color: #0099FF;
    font-weight: bold;
}

.right-item-2 .r1 :hover{
    border: 1px solid #0099FF;
}











.num {
    font-size: 176px;
    line-height: 176px;
    font-weight: bold;
    color: #f7fafe;
}

.intro-list {
}

    .intro-list > li {
        font-size: 18px;
        color: #808080;
        line-height: 1.75em;
        padding-left: 34px;
    }

        .intro-list > li:before {
            content: '';
            width: 14px;
            height: 14px;
            background: url('../images/icon-circle.png') no-repeat;
            display: inline-block;
            margin-right: 20px;
            margin-left: -34px;
        }

.section-img-text {
}

/*.section-img-text .box {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }*/




/* HEADER */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    /*background: transparent;*/
    background: url(/images/site/home/p/bg-nav.png);
    z-index: 12;
    /*transition: 1s;*/
    border-radius: 0;
}

    header .container {
        min-width: 1100px;
        padding: 0;
        width: 90%;
        max-width: 1340px;
    }

    header .logo {
        width: 147px;
        height: 34px;
        /*width: 180px;
        height: 70px;*/
        display: block;
        background: url('/images/site/home/p/logo.png') no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    header .navbar {
        width: 100%;
        margin-bottom: 0px;
        padding: 0;
        border: none;
        display: table;
    }

.brand,
.navbar-nav,
.navbar-btns {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 0;
}

.navbar-nav {
    margin-left: 150px;
}

header .navbar-nav > li > a {
    color: #eee;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    padding: 0 20px;
}

    header .navbar-nav > li > a:hover {
        background: none;
    }

header .navbar-nav > li.active > a,
header .navbar-nav .open > a {
    color: #fff;
    color: rgba(255, 255, 255, 1.0);
}

header .navbar-nav > li > a span {
    position: relative;
    display: inline-block;
    padding: 24px 0;
}

header .navbar-nav > li > a > span:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 18px;
    background: rgba(255, 255, 255, 0);
}

header .navbar-nav > li.active > a > span:after,
header .navbar-nav > li:hover > a > span:after,
header .navbar-nav .open > a > span:after {
    /*background: rgba(255, 255, 255, 1.0);*/
    background: rgba(102, 142, 255, 1.0);
}

header .navbar-nav > li > a .nav-arrow-down {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    margin-left: 6px;
    opacity: 0.6;
    background: url(../images/nav-arrow-down.png) no-repeat;
}

.white-header .navbar-nav > li > a .nav-arrow-down {
    background: url(../images/nav-arrow-down-black.png) no-repeat;
}

header .navbar-nav .dropdown-menu {
    position: absolute;
    top: 66px;
}

    header .navbar-nav .dropdown-menu::after {
        /*display: table;*/
        content: " ";
    }

    header .navbar-nav .dropdown-menu.product {
        position: fixed;
        left: 0;
        width: 100%;
        height: 55px;
        background: black;
        font-size: 0;
        padding-left: 22%;
        opacity: 0.9;
    }

    header .navbar-nav .dropdown-menu.product .col {
        float: left;
        min-height: 168px;
    }

    header .navbar-nav .dropdown-menu.solution {
        width: initial;
        left: -15px;
    }

    header .navbar-nav .dropdown-menu.about {
        width: initial;
        left: -15px;
    }

    header .navbar-nav .dropdown-menu li {
        float: left;
        display: block;
    }

header .nav .open > a,
header .nav .open > a:hover,
header .nav .open > a:focus,
header .navbar-nav > li > a:focus {
    background: none;
}

header .navbar-btns > .btn {
    margin-left: 10px;
    margin-right: 0;
}

header .dropdown-menu {
    top: 70px;
    padding: 6px 0;
    /*border-radius: 5px !important;*/
    /*box-shadow: 0px 0px 13px rgba(237, 240, 243, 1.0);*/
    border: none;
    min-width: 146px;
}

    header .dropdown-menu li a {
        font-size: 16px;
        /*color: #363637;*/
        color: rgb(155,155,155);
        padding: 0px 30px;
        line-height: 42px;
        text-align: left;
        display: block;
        text-decoration: none;
        white-space: nowrap;
    }

    header .dropdown-menu.about li a {
        text-align: center;
    }

    header .dropdown-menu li a:hover {
        background: #00a0e9;
        color: white;
        border-radius: 4px;
    }

header .dropdown-menu .active{
    background: #00a0e9;
    color: white;
    border-radius: 4px;
}
header.white-header {
    /*background: #fff;*/
    background: url("/images/site/home/p/bg-nav.png");
    opacity: 0.9;
    /*transition: 1s;*/
}

    header.white-header .navbar-nav > li > a {
        color: #666;
        color: rgba(55, 55, 55, 0.6);
        color: white;
    }

    header.white-header .navbar-nav > li.active > a,
    header.white-header .navbar-nav > li:hover > a,
    header.white-header .nav .open > a {
        /*color: #373737;*/
        /*color: rgba(55, 55, 55, 1.0);*/
    }

        header.white-header .navbar-nav > li.active > a > span:after,
        header.white-header .navbar-nav > li:hover > a > span:after,
        header.white-header .navbar-nav .open > a > span:after {
            background: rgba(102, 142, 255, 1.0);
        }

    header.white-header .navbar-btns > .btn {
        border-color: #363637;
        color: #363637;
    }

        header.white-header .navbar-btns > .btn:hover {
            background: #f5f5f5;
        }

    header.white-header .logo {
        background: url('/images/site/home/p/logo.png') no-repeat;
        background-position: center center;
        background-size: 100%;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}

.carousel-caption {
    top: 50%;
    padding: 70px 0 140px 0;
    bottom: auto;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: none;
}

.carousel-indicators li {
    width: 20px;
    height: 4px;
    margin: 0 5px;
}

.carousel-indicators .active {
    margin: 0 5px;
}
/* banner*/
.carousel-caption .h5,
.banner .text-box .h5 {
    font-size: 30px;
    margin: 0px;
    margin-bottom: 25px;
}

.carousel-caption .h1,
.banner .text-box .h1 {
    position: relative;
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 25px;
    display: block;
}

.carousel-caption .h6,
.banner .text-box .h6 {
    font-size: 20px;
    display: block;
    line-height: 1.5em;
}

.carousel-caption .btn {
    box-shadow: none;
    margin: 30px 10px 0 10px;
}

.carousel-caption.qw {
    text-align: left;
}

    .carousel-caption.qw .btn-install {
        margin-top: 40px;
    }

    .carousel-caption.qw .h6 {
        line-height: 1.8em;
    }

.text-box {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.banner-white .text-box .h1 {
    color: #333;
}

.banner-white .text-box .h6 {
    color: #808080;
}

.banner .btn-blue {
    box-shadow: none;
    font-size: 16px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 10px;
}

.banner .btn-border-white {
    font-size: 16px;
    margin: 0 10px;
    min-width: 140px;
}

.banner .btn {
    margin-top: 30px;
}

.banner {
    display: table;
    width: 100%;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.banner-home {
    height: 660px;
}

.banner-home-1 {
    background-image: url(/images/site/home/p/ba_01.png);
    background-position: bottom center;
}

.banner-home-2 {
    background-image: url(/images/site/home/p/ba_02.png);
    background-position: bottom center;
}

.banner-home-3 {
    background-image: url(/images/site/home/p/ba_03.png);
    background-position: bottom center;
}

.banner-home-4 {
    background-image: url(/images/site/home/p/ba_04.png);
    background-position: bottom center;
}

/*.banner-home-3 {
    background-image: url(https://ydassetpicture.oss-cn-beijing.aliyuncs.com/Images/slide_qw.jpg);
    background-position: top center;
}*/
/*.banner-home-3 {
    background-image: url(../images/slide_3.jpg);
    background-position: top center;
}*/
.item-qw {
    position: relative;
    background: #000;
    text-align: center;
    overflow: hidden;
    height: 640px;
}

    .item-qw .video-style {
        position: fixed;
        width: 100vw;
        top: calc(-1*((57.5vw - 640px)/2));
        left: 0;
    }

    .item-qw .over-layer {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 102;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,0,0,.7);
    }

        .item-qw .over-layer img {
            width: 70px;
            cursor: pointer;
            margin-top: -60px;
        }

.item-video {
    position: relative;
    background: #000;
    text-align: center;
    overflow: hidden;
    height: 640px;
}

    .item-video .video-style {
        position: fixed;
        width: 100vw;
        top: calc(-1*((57.5vw - 640px)/2));
        left: 0;
    }

    .item-video .mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: rgba(0,0,0,.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .item-video .mask h2 {
            font-size: 50px;
            margin-top: -60px;
            font-weight: 700;
            letter-spacing: 10px;
            color: #fff;
            text-align: center;
            z-index: 105;
        }

    .item-video .before-load {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 102;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: rgba(14,87,162,.9);*/
    }

.banner-platform {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 330px;
    padding-top: 100px;
    z-index: 2;
    background-image: none;
}

.banner-device {
    height: 512px;
    padding-bottom: 90px;
    background-image: url(../images/banner-device.jpg);
}

.banner-course {
    position: relative;
    margin-bottom: 176px;
    background-image: url(../images/banner-course.jpg);
}

.banner-course-arrow {
    position: absolute;
    left: 50%;
    margin-left: -323px;
    bottom: -176px;
    width: 646px;
    height: 463px;
    background: url(../images/banner-course-arrow.png) no-repeat;
    background-size: contain;
}

.banner-about {
    background-image: url(https://ydassetpicture.oss-cn-beijing.aliyuncs.com/Images/banner-about.jpg);
}

.banner-partner {
    background-image: url(https://ydassetpicture.oss-cn-beijing.aliyuncs.com/Images/insert-img_25.jpg);
}

.banner-case {
    background-image: url(https://ydassetpicture.oss-cn-beijing.aliyuncs.com/Images/insert-img_23.jpg);
}

.banner-asset {
    background-image: url(/images/site/home/p/bg-nav.png);
}

.banner-consumables {
    background-image: url(../images/banner-consumables.jpg);
}

.banner-procurement {
    background-image: url(../images/banner-procurement.jpg);
}

.banner-financial {
    background-image: url(../images/banner-financial.jpg);
}

.banner-employeeself {
    background-image: url(../images/banner-employeeself.jpg);
}

.banner-mobileapp {
    background-image: url(../images/banner-mobileapp.jpg);
}

.banner-passiveRFID {
    background-image: url(../images/banner-passiveRFID.jpg);
}

.banner-activeRFID {
    background-image: url(../images/banner-activeRFID.jpg);
}

.banner-news {
    background-image: url(../images/banner-news.jpg);
}

.banner-qw {
    height: 680px;
    background-image: url(../images/banner-qw.jpg);
}

/* model-title */

.model-title {
    text-align: center;
}

    .model-title .title {
        font-size: 30px;
        display: block;
        margin-bottom: 20px;
    }

        .model-title .title:last-child {
            margin-top: 50px;
            margin-bottom: 20px;
        }

    .model-title .title-desc {
        font-size: 18px;
        color: #808089;
        display: block;
        line-height: 1.8em;
    }

.home .model-title .title-desc {
    color: #555;
}

.carousel-control {
    width: 10%;
}

.icon-arrow {
    background: url('../images/icon-slide-arrow.png') no-repeat;
    width: 30px;
    height: 143px;
    display: block;
    background-position: 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -72px;
}

    .icon-arrow.icon-right-arrow {
        background-position: -30px 0;
    }


/* home */
.home .carousel .carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

.banner-features {
    width: 100%;
    padding: 0 0;
    background: rgba(49,56,74,.9);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 1;
}

    .banner-features.none {
        display: none;
    }

    .banner-features .container {
        max-width: 1340px;
        width: 90%;
        margin: 0 auto;
    }

    .banner-features .col-xs-3 {
        border-left: 1px solid rgba(255,255,255,.2);
    }

        .banner-features .col-xs-3:hover {
            background: #24292e;
        }

        .banner-features .col-xs-3:last-child {
            border-right: 1px solid rgba(255,255,255,.2);
        }

    .banner-features .fea-box {
        display: block;
        color: #fff;
        padding: 20px 0;
        text-align: center;
        text-decoration: none;
    }

    .banner-features .fea-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .banner-features p {
        white-space: nowrap;
        font-size: 16px;
        color: rgba(255,255,255,.6);
    }

    .banner-features .icon-fea {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 27px;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .banner-features .icon-fea-cloud {
        background-image: url(../images/home/icon-fea-cloud.png);
    }

    .banner-features .icon-fea-industry {
        background-image: url(../images/home/icon-fea-industry.png);
    }

    .banner-features .icon-fea-cooperation {
        background-image: url(../images/home/icon-fea-cooperation.png);
    }

    .banner-features .icon-fea-news {
        background-image: url(../images/home/icon-fea-news.png);
    }

.mui-title-desc .desc {
    font-size: 20px;
    color: #808080;
    margin-top: 20px;
}

.num-title {
    position: relative;
}

    .num-title .icon,
    .num-title .title {
        position: absolute;
        bottom: 0px;
        left: 50%;
        font-weight: normal;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .num-title .icon {
        width: 106px;
    }

    .num-title .title {
        font-size: 36px;
    }

.mui-title-desc.text-left .num-title .icon,
.mui-title-desc.text-left .num-title .title {
    left: 0px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}


/* section-1 */

.section-1 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

    .section-1 .data {
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 400;
        display: block;
        color: #383838;
    }

    .section-1 .big-text {
        font-size: 40px;
        font-weight: bold;
        margin-right: 6px;
        font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    }

    .section-1 .desc {
        font-size: 18px;
        color: #737373;
        font-weight: 400;
        margin-bottom: 40px;
        display: block;
    }

    .section-1 .updata-time {
        font-size: 14px;
        color: #b8b8b8;
        font-weight: 400;
    }


/* section-intro */

.section-intro {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .section-intro .insert-img {
        margin: 30px auto 0 auto;
        width: 70%;
    }

    .section-intro a {
        color: #668eff;
        font-size: 18px;
        text-decoration: underline;
    }

.icon-intro {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/home/icon-intro.png) no-repeat;
}

.section-7 .model-title,
.section-7 .model-title .title-desc,
.section-9 .model-title,
.section-9 .model-title .title-desc,
.section-5 .model-title .title,
.section-5 .model-title .title-desc {
    color: #fff;
}



/* section-3 */
.section-solution {
    padding: 20px 0 80px 0;
    background: url("/images/site/home/p/bg_zyyw.png");
    background-size: 100% 100%;
}

    .section-solution .model-title .title {
        font-size: 36px;
        margin-bottom: 30px;
    }

.section-solution-content {
    /* width: 80%;
    max-width: 1040px;*/
    margin: 54px auto 0;
}

    .section-solution-content > ul > li {
        position: relative;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        display: inline-block;
        width: 25%;
        vertical-align: top;
        box-sizing: border-box;
        padding: 30px;
        /*        border-right: 1px solid #d5d8db;*/
        float: left;
    }

        .section-solution-content > ul > li:after {
            position: absolute;
            content: '';
            background: linear-gradient(to bottom, #f0f3f7 0, #d5d8db 20%);
            width: 1px;
            height: 100%;
            top: 0;
            right: 0;
        }

        .section-solution-content > ul > li:nth-child(5):after,
        .section-solution-content > ul > li:nth-child(6):after,
        .section-solution-content > ul > li:nth-child(7):after {
            background: linear-gradient(to bottom, #d5d8db 80%, #f0f3f7 100%);
        }

        .section-solution-content > ul > li:hover {
            background: white;
        }

        .section-solution-content > ul > li > .img {
            width: 230px;
            height: 60px;
            margin: 0 auto 30px;
        }

            .section-solution-content > ul > li > .img > img {
                width: 100%;
                height: auto;
            }

        .section-solution-content > ul > li > .title {
            font-size: 18px;
            font-weight: 700;
            color: #111;
            line-height: 34px;
            /*    height: 68px;*/
            margin-bottom: 15px;
            text-align: center
        }

        .section-solution-content > ul > li > .text {
            text-align: left;
            font-size: 14px;
            color: #666;
            line-height: 24px;
            margin: 0 0 30px;
            height: 72px;
        }

        .section-solution-content > ul > li > .btn {
            padding: 0 24px;
            background: #4c94ff;
            color: #fff;
            width: 130px;
            height: 42px;
            line-height: 42px;
            font-size: 14px;
            border-radius: 50px;
            margin: 0 auto;
            display: block;
        }

        .section-solution-content > ul > li:nth-child(4n):after {
            display: none;
        }

        .section-solution-content > ul > li:nth-child(-n+4):before {
            position: absolute;
            content: '';
            background: #d5d8db;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
        }

        .section-solution-content > ul > li:nth-child(1):before {
            background: none;
            background: linear-gradient(to right, #f0f3f7 0, #d5d8db 20%);
        }

        .section-solution-content > ul > li:nth-child(4):before {
            background: linear-gradient(to right, #d5d8db 80%, #f0f3f7 100%);
        }

/*zyyw*/

.section-solution-left{
    width: 24%;
    float: left;
    background: url("/images/site/home/p/bg-nav.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin:0 auto;
}

/*.section-solution-left::after {*/
/*    content: "";*/
/*    display: block;*/
/*    !*这里的padding =  height / width*!*/
/*    padding:73%;*/
/*}*/

#section-solution-left1::after {
    content: "";
    display: block;
    /*这里的padding =  height / width*/
    padding:0%;
}
#section-solution-left1 .ul-left li{
    line-height: 104px;
    color: white;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
}
#section-solution-left1 .ul-left li span{
    padding-left: 40px;
}
.t1{
    width:100px;height: 100%;float: left;text-align: -webkit-center;padding-top: 20px;
}

.t2{
    width:60%;float: left;height: 60px;line-height: 60px;color: white;font-size: 15px;font-weight: bold;
}

.t3{
    width:66%;float: left;color: #808080;
}


.section-solution-left .ul-left li{
    line-height: 80px;
    color: white;
    margin-bottom: 2px;
}
.section-solution-left .ul-left li span{
    padding-left: 20px;
}
.section-solution-left .ul-left li:hover{
    background: #00a0e9;
}

.section-solution-left .ul-left li.active{
    background: #00a0e9;
}

.section-solution-right{
    width: 74%;
    float: right;
}
.section-solution-right .ul-right-top{
    width: 100%;
    /*height:225px;*/
    height: auto;
    /*border: 1px solid red;*/
    margin-bottom: 10px;
    overflow: auto;
}

.section-solution-right .ul-right-top .tt{
    width: 50%;
    float: left;
    /*margin-right: 10px;*/
}

.section-solution-right .ul-right-top .tt img{
    width: 97.3%;
}
.text-bottom{
    display: inline-block;
    width: 35.1%;
    height: 35px;
    background: #33333357;
    position: absolute;
    margin-top: -35px;
    line-height: 35px;
    padding-left: 15px;
    color: #eeeeeea8;
}

.text-bottom2{
    display: inline-block;
    width: 81.1%;
    height: 35px;
    position: absolute;
    margin-top: -35px;
    line-height: 35px;
    background: rgba(51, 51, 51, 0.35);
    padding-left: 15px;
    font-size: 15px;
    color: white;
}

.text-bottom3{
    display: none;
    width: 82%;
    height: 176px;
    /* border: 2px solid #ccc; */
    position: absolute;
    line-height: 176px;
    text-align: center;
    top: 10%;
    left: 9%;
    color: white;
    font-size: 18px;
    background: rgba(51, 51, 51, 0.49);
}

.section-solution-right .ul-right-bottom{
    width: 100%;
    /*height:225px;*/
    /*border: 1px solid red;*/
    overflow: auto;
}

.section-solution-right .ul-right-bottom .bb{
    width: 33.333%;
    float: left;
    /*margin-right: 5px;*/
}
/*  .section-solution-content > ul > li:nth-child(-n+4) {
            border-bottom: 1px solid #d5d8db;
        }*/
/*
.sol-tabs {
    border: none;
    margin-top: 60px;
    margin-bottom: 60px;
}

    .sol-tabs > li {
        width: calc( 100% / 7);
        text-align: center;
    }

        .sol-tabs > li:first-child > a {
            border-radius: 50px 0 0 50px;
            border-left: 1px solid #ebebeb;
        }

        .sol-tabs > li:last-child > a {
            border-radius: 0 50px 50px 0;
        }

        .sol-tabs > li > a {
            height: 60px;
            line-height: 60px;
            padding-top: 0;
            padding-bottom: 0;
            font-size: 18px;
            border: 1px solid #ebebeb;
            border-left: none;
            border-radius: 0;
            margin: 0;
            background: #fff;
            color: #333;
        }

            .sol-tabs > li > a:hover {
                background: #fff;
                color: #7585fa;
                border: 1px solid #ebebeb;
                border-left: none;
            }

        .sol-tabs > li:first-child > a:hover {
            border-left: 1px solid #ebebeb;
        }

        .sol-tabs > li.active > a,
        .sol-tabs > li.active > a:hover,
        .sol-tabs > li.active > a:focus {
            color: #fff;
            cursor: default;
            background-color: #7585fa;
            border: 1px solid #ebebeb;
            border-left: none;
        }

        .sol-tabs > li:first-child.active > a,
        .sol-tabs > li:first-child.active > a:hover,
        .sol-tabs > li:first-child.active > a:focus {
            border-left: 1px solid #ebebeb;
        }

.sol-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.section-solution-content .tab-content {
    min-height: 404px;
}

    .section-solution-content .tab-content .col-sm-6:first-child {
        padding-left: 40px;
    }

    .section-solution-content .tab-content .col-sm-6:last-child {
        text-align: center;
    }

    .section-solution-content .tab-content img {
        display: inline-block;
    }

    .section-solution-content .tab-content p {
        font-size: 16px;
        color: #555;
        line-height: 1.8em;
        margin-bottom: 20px;
    }

    .section-solution-content .tab-content .btn-blue {
        padding: 0;
        text-align: center;
        width: 130px;
        height: 36px;
        line-height: 36px;
    }*/
/*section-data*/
.section-data {
    width: 100%;
    height: 574px;
    background: url(/images/site/home/p/bg-section-data.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

    .section-data .model-title .title {
        text-align: left;
        font-size: 38px;
        font-weight: 700;
    }

    .section-data .container {
        padding: 80px 0 0 0;
    }

    .section-data .col-sm-8 {
        padding-left: 60px;
    }

    .section-data ul {
        margin-top: 50px;
        margin-left: 20px;
    }

    .section-data li {
        font-size: 20px;
        list-style: disc;
        line-height: 40px;
    }

    .section-data .data-num {
        font-size: 48px;
        font-weight: 700;
        margin: 10px 0;
    }

    .section-data p {
        font-size: 18px;
    }

    .section-data .row-top {
        margin-bottom: 110px;
    }

    .section-data .icon-data {
        width: 34px;
        height: 34px;
        display: block;
    }

        .section-data .icon-data.icon-data-num {
            background: url(../images/home/icon-data-num.png) no-repeat;
        }

        .section-data .icon-data.icon-data-custom {
            background: url(../images/home/icon-data-custom.png) no-repeat;
        }

        .section-data .icon-data.icon-data-staff {
            background: url(../images/home/icon-data-staff.png) no-repeat;
        }


/*section-service*/


.section-service {
    padding: 80px 0;
    background: #f0f3f7;
}

    .section-service .box {
        text-align: center;
        cursor: pointer;
        padding: 30px 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        background: #fff;
        /*transform: scale(1);*/
        /*transition: .3s;*/
        border-radius: 6px;
        background: #f7f9ff;
        background-image: linear-gradient(0deg, #f7f9ff, 10%, #fff 80%);
    }

        .section-service .box:hover {
            /*transform: scale(1.1);*/
            /*transition: .6s;*/
            background: #69abff;
            background-image: linear-gradient(0deg, #8b8cfb 20%, #69abff 80%);
        }


.section-service-caigou1 .box-c {
    /*text-align: center;*/
    cursor: pointer;
    /*padding: 20px 20px;*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);*/
    /*transform: scale(1);*/
    /*transition: .3s;*/
    /*border-radius: 6px;*/
    margin: 20px;
    border: 2px solid #ffffff00;
}

.section-service-caigou1 .box-c:hover {
    /*transform: scale(1.1);*/
    /*transition: .6s;*/
    border: 2px solid #00A0E9;
}

.section-service-caigou1 .box-c:hover .text-bottom2{
    display: none;
}
.section-service-caigou1 .box-c:hover .text-bottom3{
    display: block;
}

.section-service-caigou2 .box-c {
    /*text-align: center;*/
    cursor: pointer;
    padding: 20px 20px;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);*/
    transform: scale(1);
    transition: .3s;
    border-radius: 6px;
}

.section-service-caigou2 .ry{
    background: url(/images/site/home/p/head_nor.png);
    width: 100%;
    height: 80px;
    color: white;
    line-height: 80px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.section-service-caigou2 .rongyu ul li{
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
    color: #666666;
}

.section-service-caigou2 .rongyu{
    width:89%;
    height:290px;
    margin:20px;
    border: 3px solid white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.section-service-caigou2 .rongyu:hover{
    border: 3px solid #00a0e9;
}

.section-service-caigou2 .rongyu:hover .ry{
    background: url(/images/site/home/p/head_hov.png);
}

/*.section-service-caigou2 .box-c:hover {*/
/*    transform: scale(1.1);*/
/*    transition: .6s;*/
/*}*/


    .section-service .num-title {
        margin-bottom: 20px;
    }

        .section-service .num-title .icon {
            width: 106px;
        }

    .section-service .box-title {
        font-size: 22px;
        color: #383838;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .section-service .desc {
        font-size: 16px;
        color: #555;
        line-height: 1.6em;
        min-height: 130px;
        font-weight: 400;
    }

    .section-service .btn-md {
        min-width: 120px;
        font-size: 16px;
    }

    .section-service .model-title {
        margin-bottom: 65px;
    }

    .section-service .box > .icon {
        width: 62px;
        height: 62px;
        display: block;
        margin: 0 auto 20px;
    }

        .section-service .box > .icon.icon-aqtx {
            background: url(../images/home/icon-aqtx.png) no-repeat;
        }

        .section-service .box > .icon.icon-dptfg {
            background: url(../images/home/icon-dptfg.png) no-repeat;
        }

        .section-service .box > .icon.icon-zjzyfw {
            background: url(../images/home/icon-zjzyfw.png) no-repeat;
        }

        .section-service .box > .icon.icon-ppjc {
            background: url(../images/home/icon-ppjc.png) no-repeat;
        }

    .section-service .box:hover .box-title,
    .section-service .box:hover .desc {
        color: #fff;
    }

    .section-service .box:hover > .icon.icon-aqtx {
        background: url(../images/home/icon-aqtx-white.png) no-repeat;
    }

    .section-service .box:hover > .icon.icon-dptfg {
        background: url(../images/home/icon-dptfg-white.png) no-repeat;
    }

    .section-service .box:hover > .icon.icon-zjzyfw {
        background: url(../images/home/icon-zjzyfw-white.png) no-repeat;
    }

    .section-service .box:hover > .icon.icon-ppjc {
        background: url(../images/home/icon-ppjc-white.png) no-repeat;
    }


/* section-jobs */

.section-jobs {
    background: url('/images/site/home/p/bg_service.png') left bottom no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-jobs::after {
    content: "";
    display: block;
    padding: 11.5%;
}

    .section-jobs .model-title {
        width: 100%;
        margin-bottom: 50px;
        color: white;
    }

    .section-jobs .box-title {
        position: relative;
        font-size: 16px;
        color: #ccc;
        margin-bottom: 20px;
        font-weight: normal;
        padding-bottom: 10px;
    }

        .section-jobs .box-title:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -15px;
            bottom: 0;
            width: 30px;
            height: 5px;
            border-radius: 20px;
            /*background: #7585fa;*/
        }

    .section-jobs .desc {
        font-size: 16px;
        color: #555;
        line-height: 1.6em;
        font-weight: 400;
    }

    .section-jobs .box {
        text-align: center;
        /*cursor: pointer;*/
        padding: 10px 10px 0px;
        transform: scale(1);
        transition: .3s;
        background: #93939938;
        /*background-image: linear-gradient(0deg, #f7f9ff, 10%, #fff 80%);*/
        /*border-radius: 6px;*/
        /*box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);*/
    }

        .section-jobs .box:hover {
            /*transform: scale(1.1);*/
            /*transition: .6s;*/
        }

    .section-jobs .num-title {
        width: 50px;
        height: 50px;
        overflow: hidden;
        /*border-radius: 100px;*/
        margin: 0 auto 20px;
    }

        .section-jobs .num-title img {
            width: 100%;
        }


/* section-5 */

.section-5 {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: url(../images/insert-img_2.jpg) center center no-repeat;
    background-size: cover;
}

    .section-5 .model-title {
        position: absolute;
        top: 20%;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 100%;
    }


/* section-6 */

.section-6 {
    padding-top: 40px;
}

    .section-6 .box {
        padding-right: 110px;
        z-index: 1;
    }

.section-img-text .box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.section-6 .box > .icon {
    width: 94px;
    margin-bottom: 10px;
}

.section-6 .box > .title {
    font-size: 26px;
    color: #383838;
    margin-bottom: 20px;
    margin-left: 20px;
    font-weight: normal;
}

.section-6 .box > .desc {
    font-size: 18px;
    color: #555;
    line-height: 30px;
    margin-left: 20px;
    font-weight: 400;
}

.section-6 .item {
    position: relative;
    overflow: hidden;
}

.section-6 .item-1 {
    background: url(https://ydassetpicture.oss-cn-beijing.aliyuncs.com/Images/bg-insert-img_1.png) no-repeat;
    background-size: 519px 434px;
    background-position-x: calc(100vw - 44px - 519px);
    background-position-y: 0px;
}

.section-6 .item-2 {
    background: url(https://ydassetpicture.oss-cn-beijing.aliyuncs.com/Images/bg-insert-img_2.png) top left no-repeat;
    background-size: 467px 415px;
    background-position-x: 44px;
    background-position-y: 0px;
}

.section-6 .item-3 {
    background: url(https://ydassetpicture.oss-cn-beijing.aliyuncs.com/Images/bg-insert-img_3.png) top right no-repeat;
    background-size: 789px 364px;
    background-position-x: calc(100vw + 5vw - 789px);
    background-position-y: 0px;
}

.section-6 .item .img .insert-img {
    position: relative;
    z-index: 1;
}

.section-6 .message img.insert-img {
    opacity: 0;
    position: relative;
    z-index: 0;
}


/* section-7 */
.title-one1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: white;
}
.title-one2{
    width: 100%;
    height: 80px;
    line-height: 80x;
    text-align: center;
    overflow: hidden;
    color: #cccccccf;
    font-size: 15px;
}

.section-7 {
    position: relative;
    padding-top: 80px;
}

.section-7-top {
    width: 100%;
    /*height: 720px;*/
    background: url(/images/site/home/p/bg_black.png) top center no-repeat;
    background-size: 100% 100%;
}

.section-7 .model-title {
    margin-bottom: 30px;
}

.section-7 .full-screen-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.section-7 .box {
    /*background: #fff;*/
    border-radius: 5px;
    /*box-shadow: 0 18px 54px rgba(240, 242, 244, 1);*/
    padding: 1px 1px 5px;
    width: 93%;
    margin: auto;
    margin-bottom: 54px;
}

.section-7 .swiper-slide .box {
    transform: scale(0.9, 0.9);
}

.section-7 .swiper-slide-active .box {
    transform: scale(1, 1);
}

.section-7 .box .box-header {
    margin-bottom: 40px;
}

.section-7 .box .logo {
    width: auto;
    /*height: 40px;*/
    float: left;
}

.section-7 .box .btn-group {
    float: right;
    padding: 5px 0;
}

    .section-7 .box .btn-group .btn {
        background: none;
        box-shadow: none;
    }

        .section-7 .box .btn-group .btn:hover {
            background: #f5f5f5;
        }

        .section-7 .box .btn-group .btn:active {
            background: #eee;
        }

.section-7 .box .desc {
    color: #383838;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 30px;
    min-height: 168px;
}

.section-7 .box .principal {
    font-size: 18px;
    color: #ADADAD;
    line-height: 24px;
    margin-bottom: 50px;
}

.section-7 .box .link {
    font-size: 18px;
    color: #5A83F7;
    line-height: 24px;
}

    .section-7 .box .link .icon {
        width: 14px;
        display: inline-block;
    }
/* logo-list */
.section-7 .logo-list {
    margin: 50px 0 80px 0;
}

    .section-7 .logo-list .logo {
        max-width: 200px;
    }

.logo-list > li {
    width: 25%;
    margin: 20px 0 25px 0;
}

.logo-list.row3 > li {
    margin: 15px 0;
}

.logo-list.row4 > li {
    margin: 10px 0;
}

.logo-list .logo {
    width: 100%;
    max-width: 200px;
    margin: auto;
}

/* section-8 */

.section-8 {
}

    .section-8 .model-title {
        margin-bottom: 65px;
    }

    .section-8 .box {
        position: relative;
        width: 100%;
        max-width: 642px;
        margin: auto;
        margin-bottom: 100px;
    }

        .section-8 .box::after {
            display: table;
            content: " ";
            clear: both;
        }

        .section-8 .box .form-control {
            width: 70%;
            float: left;
        }

        .section-8 .box .btn {
            width: 28%;
            float: right;
            height: 52px;
        }

    .section-8.section-platform .box .btn {
        float: none;
    }


/* section-9 */

.section-9 {
    padding-top: 80px;
    padding-bottom: 130px;
    background: url('/images/site/home/p/bg_white.png') no-repeat;
    background-size: 100% 100%;
}

    .section-9 .model-title {
        margin-bottom: 80px;
    }

    .section-9 .item {
        text-align: center;
        margin: auto;
        width: 180px;
    }

        .section-9 .item:nth-child(2) {
            float: right;
        }

        .section-9 .item .icon {
            width: 96px;
            margin: auto;
            cursor: pointer;
            position: relative;
            display: block;
        }

            .section-9 .item .icon > img {
                width: 100%;
            }

            .section-9 .item .icon > .icon1 {
                position: relative;
                z-index: 1;
            }

            .section-9 .item .icon > .icon2 {
                opacity: 0;
                position: absolute;
                bottom: 50%;
                left: 0px;
                transition: 1s;
                z-index: 0;
                border-radius: 4px;
            }

            .section-9 .item .icon:hover > .icon2 {
                bottom: 104%;
                opacity: 1;
                transition: 1s;
            }

        .section-9 .item .title {
            font-size: 24px;
            color: #fff;
            margin-top: 15px;
            margin-bottom: 27px;
        }

        .section-9 .item .desc {
            color: rgba(255, 255, 255, .5);
        }

            .section-9 .item .desc:first-of-type {
                margin-bottom: 10px;
            }


/* section-10 */

.section-10 {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .section-10 .model-title {
        margin-top: 120px;
        margin-bottom: 70px;
    }

    .section-10 .box {
        border-radius: 5px;
        box-shadow: 0 18px 54px rgba(240, 242, 244, 1);
        overflow: hidden;
    }

    .section-10 .box-head {
        padding: 30px;
        text-align: center;
        position: relative;
    }

    .section-10 .box.box-syb .box-head {
        background: url('../images/insert-img_8.png') no-repeat;
        background-size: cover;
    }

    .section-10 .box.box-jcb .box-head {
        background: url('../images/insert-img_9.png') no-repeat;
        background-size: cover;
    }

    .section-10 .box.box-qyb .box-head {
        background: url('../images/insert-img_10.png') no-repeat;
        background-size: cover;
    }

    .section-10 .box.box-qybpro .box-head {
        background: url('../images/insert-img_30.png') no-repeat;
        background-size: cover;
    }

    .section-10 .box-head .icon {
        margin: auto;
        width: 56px;
    }

    .section-10 .box-head .icon-tuijian {
        width: 67px;
        height: 68px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .section-10 .box-head .title {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0px;
    }

    .section-10 .box-body {
        padding: 64px 15px 60px;
    }

        .section-10 .box-body .intro {
            border-bottom: solid 1px #F0F0F3;
            text-align: center;
            padding-bottom: 70px;
            margin-bottom: 22px;
        }

    .section-10 .intro .title {
        font-size: 16px;
        color: #808080;
        margin-bottom: 22px;
        display: block;
    }

    .section-10 .intro .price {
        font-size: 16px;
        display: block;
        color: #383838;
    }

        .section-10 .intro .price .big-text {
            font-size: 42px;
            font-weight: bold;
            line-height: 40px;
        }

    .section-10 .box.box-qybpro .big-text {
        font-size: 34px;
        display: inline-block;
        font-weight: bold;
    }

    .section-10 .box-body .function {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .section-10 .box-body .functionList {
        margin-bottom: 73px;
        letter-spacing: 0;
    }

    .section-10 .function > li {
        margin-bottom: 20px;
        font-size: 16px;
        color: #808080;
    }

        .section-10 .function > li:last-child {
            margin-bottom: 0px;
        }

    .section-10 .function .title {
        font-size: 14px;
        color: #CBCBCB;
        margin-bottom: 30px;
    }

    .section-10 .function .icon {
        width: 20px;
        height: 20px;
        background: url(../images/icon-tick.png) no-repeat;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
    }

    .section-10 .btn {
        font-size: 18px;
        height: 60px;
        max-width: 250px;
        margin: auto;
    }


/* section-13 */

.section-13 {
    padding-top: 80px;
    padding-bottom: 127px;
}

    .section-13 .model-title {
        margin-bottom: 80px;
    }

    .section-13 .code {
        width: 224px;
        margin: auto;
    }


/* section-14 */

.section-14 {
    padding-top: 80px;
    padding-bottom: 120px;
}

    .section-14 .model-title {
        margin-bottom: 100px;
    }

        .section-14 .model-title .title-desc {
            letter-spacing: 2px;
        }

    .section-14 .line-desc {
        color: #B8B8B8;
        font-size: 14px;
        padding-bottom: 18px;
        text-align: center;
        display: block;
        border-bottom: solid 1px #EAF1FA;
        margin-bottom: 30px;
    }

    .section-14 .text-bubble {
        font-size: 24px;
        color: #688FFF;
        border: solid 1px #668EFF;
        background: #EAF1FA;
        border-radius: 30px;
        padding: 8px 12px;
        text-align: center;
        display: block;
        width: 122px;
        margin: auto;
        margin-bottom: 26px;
    }

    .section-14 .box {
        border-radius: 5px;
        box-shadow: 0 18px 54px rgba(240, 242, 244, 1);
        overflow: hidden;
    }

        .section-14 .box .insert-img {
            width: 60%;
            max-width: 182px;
            margin: auto;
            margin-top: -91px;
            margin-bottom: 25px;
        }

    .section-14 .box-body {
        padding: 0 10px 50px;
        text-align: center;
    }

        .section-14 .box-body .title {
            font-size: 24px;
            color: #383838;
            display: block;
            margin-bottom: 17px;
            font-weight: bold;
        }

        .section-14 .box-body .title-desc {
            font-size: 18px;
            color: #808080;
        }


/* section-15 */

.section-15 {
    margin-bottom: 60px;
}


/* section-16 */

.section-16 .case-list > li {
    width: 20%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.section-16 .case-list.three-col > li {
    width: 33.333%;
}

.section-16 .case-list > li > span {
    text-align: center;
    color: #808080;
    font-size: 20px;
    padding: 7px 10px;
    display: inline-block;
    border: solid 1px transparent;
    cursor: pointer;
    border-radius: 30px;
    min-width: 122px;
    transition: .4s;
}

    .section-16 .case-list > li > span:hover,
    .section-16 .case-list > li.active > span {
        border-color: #668eff;
        color: #668eff;
        transition: .4s;
    }

.section-16 .case-filter {
    padding-top: 80px;
    padding-bottom: 40px;
}

.section-16 .case-content {
    position: relative;
    height: 500px;
}

    .section-16 .case-content:after {
        content: '';
        clear: both;
        display: block;
    }

.section-16 .sliding-block {
    overflow: hidden;
    padding-top: 40px;
}

.section-16 .case-content .boxs {
    position: absolute;
}

.section-16 .box {
    width: 986px;
    border-radius: 5px;
    box-shadow: 0 12px 54px rgba(240, 242, 244, 1);
    overflow: hidden;
    float: left;
    margin-right: 96px;
}

    .section-16 .box .box-top-line {
        height: 12px;
        width: 100%;
        background: transparent;
    }

    .section-16 .box.active .box-top-line {
        background: #6CADFF;
        background: -webkit-linear-gradient(-135deg, #34ACEA 0%, #8A87EE 70%);
        background: -o-linear-gradient(-135deg, #34ACEA 0%, #8A87EE 70%);
        background: -moz-linear-gradient(-135deg, #34ACEA 0%, #8A87EE 70%);
        background: linear-gradient(-135deg, #34ACEA 0%, #8A87EE 70%);
    }

.section-16 .box-header {
    padding: 66px 90px 30px 90px;
}

    .section-16 .box-header .icon {
        width: 60px;
        display: inline-block;
        vertical-align: middle;
    }

    .section-16 .box-header .box-title {
        border-left: solid 1px #383838;
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px;
        margin-left: 25px;
    }

.section-16 .box-title .title {
    font-size: 36px;
    color: #383838;
    display: block;
    margin-bottom: 12px;
    line-height: 42px;
    font-weight: normal;
}

.section-16 .box-title .title-desc {
    font-size: 18px;
    color: #808080;
}

.section-16 .box-body {
    padding: 20px 80px 86px;
}

.section-16 .class-bg-icon {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 380px;
    transform: translateY(-50%);
}


/* section-17 */

.section-17 {
    margin-top: 150px;
    margin-bottom: 0;
    background: url(/assets/images/contact-bg-1.jpg) no-repeat;
    background-size: contain;
}

    .section-17 .model-title {
        margin-bottom: 70px;
    }

    .section-17 .box {
        border-radius: 5px;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
        display: block;
        text-decoration: none;
    }

        .section-17 .box .box-body {
            padding-bottom: 37px;
        }

        .section-17 .box .box-top-line {
            height: 12px;
            width: 100%;
            background: transparent;
        }

        .section-17 .box .icon {
            width: 80px;
            margin: 50px auto;
        }

        .section-17 .box .title {
            display: block;
            font-size: 24px;
            margin-bottom: 18px;
            color: #383838;
            font-weight: normal;
            margin-top: 10px;
            margin-bottom: 20px;
            font-size: 18px;
        }

        .section-17 .box .desc {
            font-size: 18px;
            color: #808080;
            margin-bottom: 36px;
        }

        .section-17 .box .arrow {
            width: 14px;
            display: block;
            opacity: 0;
            margin: auto;
        }

    .section-17 .box {
        background: #fff;
        box-shadow: 0 10px 20px rgba(77,138,221,0.15);
    }

        /*.section-17 .box:hover .box-top-line {
                background: #6CADFF;
                background: -webkit-linear-gradient(-135deg, #34ACEA 0%, #8A87EE 70%);
                background: -o-linear-gradient(-135deg, #34ACEA 0%, #8A87EE 70%);
                background: -moz-linear-gradient(-135deg, #34ACEA 0%, #8A87EE 70%);
                background: linear-gradient(-135deg, #34ACEA 0%, #8A87EE 70%);
            }*/

        .section-17 .box:hover .arrow {
            opacity: 1;
        }
/*contact*/
.ttr{
    width: 48%;
    height: 160px;
    background: #000000a6;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    margin-right: 15px;
}
.t1{

}
.fuwu {
    width: 100%;
    height: 245px;
    /*margin: 20px;*/
    border: 1px solid white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
.fuwu-title {
    background: url(/images/site/home/p/head_nor.png);
    width: 100%;
    height: 50px;
    color: white;
    line-height: 50px;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
}

.fuwu .fuwu-con{
    padding: 10px;
    color: #333333b3;
    line-height: 28px;
}


.guandian {
    width: 100%;
    /*height: 290px;*/
    /*margin: 20px;*/
    border: 1px solid white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
.guandian-title {
    /*background: url(/images/site/home/p/head_nor.png);*/
    width: 100%;
    height: 50px;
    color: white;
    line-height: 50px;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.guandian-con{
    padding: 10px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.guandian-title span{
    float: right;
    padding-right: 5px;
    font-size: 12px;
    color: #808080;
}



.gywm{
    background: url("/images/site/home/p/deco.png") no-repeat;
}
#left-title-gywm{
    width:80%;
    font-size: 15px;
    margin-top: -46px;
    margin-left: 60px;
    line-height: 28px;
    color: black;
}
.contact .section-service {
    padding: 0;
    padding-bottom: 80px;
    background: url("/images/site/home/p/bg_ry.png");
    background-size: 100%;
}

    .contact .section-service .model-title {
        margin-bottom: 0;
    }

.hr-line {
    position: relative;
    width: 100%;
    height: 2px;
    margin: 117px auto;
}

    .hr-line:before, .hr-line:after {
        content: '';
        position: absolute;
        width: 24%;
        height: 3px;
        background-color: #80a2f5;
        left: 0;
        top: 0;
    }

    .hr-line:after {
        left: auto;
        right: 0;
    }


.front-news li {
    width: calc((100% - 48px)/3);
    float: left;
    margin-right: 24px;
    position: relative;
}

    .front-news li:nth-of-type(3n) {
        margin-right: 0;
    }

.pic-news li {
    background: #FFFFFF;
    box-shadow: 0 5px 10px 0 rgba(77,138,221,0.3);
    margin-bottom: 24px;
}

    .pic-news li span.news-cover {
        display: block;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }



        .pic-news li span.news-cover img {
            width: 100%;
            height: auto;
            transition: all 0.5s;
        }

    .pic-news li:hover span.news-cover img {
        transform: scale(1.05);
        transform-origin: center center;
    }

    .pic-news li:hover a {
        text-decoration: none;
    }

    .pic-news li span.news-title {
        display: block;
        width: 100%;
        height: 84px;
        line-height: 84px;
        font-size: 20px;
        color: #000000;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        text-decoration: none;
    }



.service-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #7391ed;
    top: 0;
    left: 0;
    transform: translate3d(0, 50%, 0);
    opacity: 0;
    transition: all 0.5s;
    text-decoration: none;
}

.pic-news li:hover .service-content {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.service-content:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/images/service-content-pattern.png) no-repeat center top;
    background-size: 100%;
}

.service-content dl {
    padding: 50px 28px;
    position: relative;
    color: #fff;
}

.service-content dt {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 30px;
}



.service-content dd {
    font-size: 16px;
    line-height: 1.7em;
    color: #FFFFFF;
}

/* section-18 */

.section-18 {
    margin-top: 150px;
    margin-bottom: 100px;
}

    .section-18 .model-title {
        text-align: left;
        margin-top: 80px;
        margin-bottom: 40px;
    }

        .section-18 .model-title .title {
            margin-bottom: 30px;
        }

    .section-18 .box {
        margin: auto;
    }

        .section-18 .box .item {
            text-align: center;
            float: left;
            width: 180px;
        }

            .section-18 .box .item:nth-child(2) {
                margin-left: 100px;
            }

            .section-18 .box .item .icon {
                width: 114px;
                margin: auto;
            }

            .section-18 .box .item .title {
                color: #383838;
                margin-top: 10px;
                margin-bottom: 20px;
                font-size: 18px;
            }

            .section-18 .box .item .desc {
                text-align: left;
                color: rgba(56, 56, 56, .5);
            }

                .section-18 .box .item .desc:first-of-type {
                    margin-bottom: 10px;
                }

/*团队*/
.tuandui{
    width: 100%;
    height: 160px;
    background: #f5f5f5;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    margin-right: 15px;
}
.terms .active{
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

/*.terms .tuandui :hover{*/
/*    background: white;*/
/*    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);*/
/*}*/

.tuandui

.tuandui1{
    width:150px;
    height: 100%;
    float: left;
    text-align: -webkit-center;
    padding-top: 45px;
}

.tuandui2{
    width:80%;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
}

.tuandui3{
    width:80%;float: left;color: #808080;
}




/* section-19 */

.section-19 {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .section-19 .model-title {
        margin-bottom: 70px;
    }

    .section-19 .boxs .box {
        float: left;
        width: 33.3333%;
        text-align: center;
    }

        .section-19 .boxs .box:nth-child(1) {
            padding-right: 2px;
        }

        .section-19 .boxs .box:nth-child(2) {
            padding-left: 1px;
            padding-right: 1px;
        }

        .section-19 .boxs .box:nth-child(3) {
            padding-left: 2px;
        }

    .section-19 .box .box-header {
        position: relative;
        margin-bottom: 36px;
    }

        .section-19 .box .box-header .icon {
            width: 58px;
            position: absolute;
            top: 50%;
            left: 36px;
            margin-top: -29px;
        }

    .section-19 .box .insert-img {
        width: 100%;
    }

    .section-19 .box .box-body {
        padding: 0 40px;
    }

    .section-19 .box .title {
        font-size: 24px;
        color: #383838;
        margin-bottom: 27px;
        font-weight: normal;
    }

    .section-19 .box .desc {
        font-size: 18px;
        color: #808080;
        line-height: 28px;
    }


/* section-20 */

.section-20 {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .section-20 .model-title {
        margin-bottom: 60px;
    }

    .section-20 .box {
        width: 100%;
        position: relative;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0 18px 54px rgba(240, 242, 244, 1);
        margin-bottom: 20px;
    }

        .section-20 .box:last-of-type {
            margin-bottom: 0px;
        }

        .section-20 .box .number {
            font-size: 36px;
            color: #688FFF;
            font-weight: normal;
            position: absolute;
            top: 44px;
            left: 45px;
        }

            .section-20 .box .number:after {
                content: '';
                display: block;
                width: 1px;
                height: 100px;
                background: #D8E2FF;
                position: absolute;
                right: -6px;
                top: 13px;
                transform: rotate(30deg);
            }

        .section-20 .box .box-title {
            padding: 50px 50px 50px 180px;
        }

        .section-20 .box .title {
            font-size: 24px;
            color: #688FFF;
            margin-bottom: 20px;
            display: block;
            font-weight: normal;
        }

        .section-20 .box .title-desc {
            font-size: 18px;
            color: #808080;
        }


/* contact-us */

.contact-us {
    padding-top: 80px;
    padding-bottom: 110px;
}

    .contact-us .model-title {
        margin-bottom: 68px;
    }

    .contact-us .form-control {
        margin-bottom: 20px;
    }

    .contact-us .btn-blue {
        width: 260px;
        display: block;
        margin: auto;
        margin-top: 30px;
    }


/* footer */

.footer {
    background: #000000;
}

.footer-top {
    padding: 60px 0 20px 0;
}

.footer ul {
    width: 20%;
    float: left;
    padding: 0;
    text-align:center;
}

    .footer ul li a {
        font-size: 12px;
        color: #d1d2d8;
        text-decoration: none;
    }

        .footer ul li a:hover {
            color: #fff;
        }

    .footer ul li {
        position: relative;
        color: #d1d2d8;
        margin-bottom: 8px;
    }

        .footer ul li strong {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
        }

            .footer ul li strong a {
                font-size: 16px;
                color: #fff;
                opacity: 1;
            }

        .footer ul li p {
            margin-left: 20px;
            margin-top: 10px;
        }

        .footer ul li .footer-qrcode {
            margin-top: 20px;
        }

.footer-bottom {
    padding: 20px 0;
    width: 100%;
    font-size: 12px;
    border-top: solid 1px #676C93;
    color: rgba(255, 255, 255, .8);
}

.footer-copyright,
.footer-logo {
    /*float: left;*/
    text-align: center;
}

.footer-logo {
    background: url(../images/logo-white.svg);
    background-size: contain;
    width: 120px;
    height: 28px;
    margin-top: 5px;
    margin-right: 20px;
}

.footer-location {
    float: right;
}

    .footer-location span {
        margin-left: 20px;
    }

.footer-copyright img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer-copyright p,
.footer-copyright a,
.footer-location {
    line-height: 2em;
    color: rgba(255, 255, 255, .8);
}

.icon-footer {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer-ios {
    background: url(../images/footer-ios.png) no-repeat;
}

.footer-android {
    background: url(../images/footer-android.png) no-repeat;
}

.footer-windows {
    background: url(../images/footer-windows.png) no-repeat;
}

.footer-mac {
    background: url(../images/footer-mac.png) no-repeat;
}

.footer-ios-code {
    position: absolute;
    top: -90px;
    left: -10px;
    display: none;
}

.footer-android-code {
    left: 0;
}

.footer-ios-code .triangle {
    width: 0;
    height: 0;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    top: 87px;
    left: 32px;
    z-index: 0;
    position: absolute;
}

.footer-ios-code img {
    width: 90px;
}

.footer ul li:hover .footer-ios-code {
    display: block;
}


/* contact-icon */

.contact-icon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .contact-icon ul {
        position: relative;
   /*     background: rgba(0, 0, 0, .3);
        border-radius: 40px;*/
        z-index: 1;
    }

    .contact-icon li {
        padding: 0 11px;
    }

/*        .contact-icon li:hover {
            background: rgba(0, 0, 0, .3);
        }

        .contact-icon li:last-child:hover {
            border-radius: 0 0 40px 40px;
        }
*/
    .contact-icon .icon {
        width: 38px;
        height: 38px;
        display: block;
        opacity: 1;
        margin: auto;
    }

        .contact-icon .icon.icon-weixin {
            background: url('../images/contact-icon-weixin.png') no-repeat;
            background-size: 100%;
        }

        .contact-icon .icon.icon-qq {
            background: url('../images/contact-icon-qq.png') no-repeat;
            background-size: 100%;
        }

        .contact-icon .icon.icon-email {
            background: url('../images/contact-icon-email.png') no-repeat;
            background-size: 100%;
        }

        .contact-icon .icon.icon-tel {
            background: url('../images/contact-icon-tel.png') no-repeat;
            background-size: 100%;
        }
        .contact-icon .icon.icon-totop {
            background: url('../images/contact-icon-top.png') no-repeat;
            background-size: 100%;
            margin-top:10px;
        }


    .contact-icon li:hover .icon.icon-qq {
        background: url('../images/contact-icon-qq-white.png') no-repeat;
        background-size: 100%;
    }

    .contact-icon li:hover  .icon.icon-email {
        background: url('../images/contact-icon-email-white.png') no-repeat;
        background-size: 100%;
    }

    .contact-icon li:hover .icon.icon-tel {
        background: url('../images/contact-icon-tel-white.png') no-repeat;
        background-size: 100%;
    }

    .contact-icon li:hover .icon.icon-totop {
        background: url('../images/contact-icon-top-white.png') no-repeat;
        background-size: 100%;
    }
    .contact-icon a {
        display: block;
        color: #A1A3AB;
        position: relative;
        font-size:12px;
    }

    .contact-icon li {
        position: relative;
        display: block;
        position: relative;
        text-align: center;
        width: 73px;
        height: 73px;
        background: #ffffff;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 8px;
        margin-top: 1.5px;
        color: #A1A3AB;
    }
        .contact-icon li:hover {
            background: rgba(102, 142, 255, 1.0);
            color: #fff;
        }
        .contact-icon li:nth-child(2):hover {
            border-radius: 0 8px 8px 0;
   
        }
            .contact-icon li:hover a, .contact-icon li.active a {
                color: #fff;
                text-decoration: none;
            }

            .contact-icon li.active {
                background: rgba(102, 142, 255, 1.0);
            }



    .contact-icon .tel-layout,
    .contact-icon .qq-layout {
        position: absolute;
        top: 0;
        right: 73px;
     
        color: #fff;
        opacity: 0;
        font-size: 18px;
        border-radius: 0;
        width: 160px;
        z-index: 0;
        min-height: 73px;
        padding: 10px 0;
        border-radius: 8px 0 0 8px;
    }
    .contact-icon .tel-layout{
        background: rgba(102, 142, 255, 1.0);
    }
        #icon_tel.active .tel-layout,
        #qq_tel.active .qq-layout {
            opacity: 1;
        }

.contact-icon .tel-layout p {
    padding: 0 12px 0px 12px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size:16px;

}
.contact-icon .qq-layout {
    padding: 8px;
}
.contact-icon .qq-layout img {
    width: 90px;
    position: absolute;
    right: 5px;
    top: 0;
    border-radius: 4px;
    border: 1px solid #979797;
}
/*    .contact-icon .qq-layout p:last-child {
        margin-bottom: 0;
    }*/

.contact-icon .tel-layout p {
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
   
}

/*@media only screen and (-Webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    header .logo {
        background: url('../images/logo-white-lg.png') no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    header.white-header .logo {
        background: url('../images/logo-lg.png') no-repeat;
        background-position: center center;
        background-size: 100%;
    }
}*/
.pt0 {
    padding-top: 0px;
}

.carousel-inner > .item {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transition: all .6s linear .2s;
    transition: all .6s linear .2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
}

    /*    .carousel-inner > .item.item-qw {
        -webkit-animation: none;
        animation: none;
        -webkit-transition: none;
        transition: none;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        overflow: hidden;
    }
*/
    .carousel-inner > .item .banner-home,
    .carousel-inner > .item .carousel-caption {
        opacity: 0;
    }

    .carousel-inner > .item.active .carousel-caption {
        -webkit-animation: slide-text-fade 1s both 0s;
        animation: slide-text-fade 1s both 0s;
    }

    .carousel-inner > .item.active .banner-home {
        -webkit-animation: slide-fade 10s infinite 0s;
        animation: slide-fade 10s infinite 0s
    }


    .carousel-inner > .item.item-qw .banner-home,
    .carousel-inner > .item.item-qw .carousel-caption {
        opacity: 1;
    }

    .carousel-inner > .item.item-qw.active .carousel-caption {
        -webkit-animation: none;
        animation: none;
    }

    .carousel-inner > .item.item-qw.active .banner-home {
        -webkit-animation: none;
        animation: none;
    }

    .carousel-inner > .item.item-qw .banner-home.banner-home-3,
    .carousel-inner > .item.item-qw .banner-home.banner-home-3 .carousel-caption {
        opacity: 1;
    }

    .carousel-inner > .item.item-qw.active .banner-home.banner-home-3 .carousel-caption {
        -webkit-animation: none;
        animation: none;
    }

.carousel-inne > .item.item-qw.active .banner-home.banner-home-3 {
    -webkit-animation: none;
    animation: none
}

.carousel-caption .btn-white {
    background: #fff;
    color: #668eff;
}

@-webkit-keyframes slide-text-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slide-text-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slide-fade {
    0% {
        opacity: .9
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateY(-4%) rotateZ(1deg);
        transform: scale(1.1) translateY(-4%) rotateZ(1deg)
    }
}

@keyframes slide-fade {
    0% {
        opacity: .9
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateY(-4%) rotateZ(1deg);
        transform: scale(1.1) translateY(-4%) rotateZ(1deg)
    }
}

.carousel-inner > .next,
.carousel-inner > .prev,
.carousel-inner > .active.left,
.carousel-inner > .active.right {
    left: 0;
}


/* about */

.about-tabs {
    width: 980px;
    margin: 0 auto;
    margin-top: -90px;
    margin-bottom: 70px;
}

    .about-tabs .nav-tabs {
        position: relative;
        z-index: 2;
        height: 150px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 18px 54px #f0f2f4;
        border: none;
        margin-bottom: 50px;
    }

        .about-tabs .nav-tabs > li {
            width: 50%;
            height: 100%;
            position: relative;
        }

            .about-tabs .nav-tabs > li::before {
                content: '';
                position: absolute;
                background: #d8e2ff;
                width: 1px;
                height: 100px;
                right: 0;
                top: 25px;
                z-index: 2;
            }

            .about-tabs .nav-tabs > li > a {
                margin: 0;
                line-height: 150px;
                padding: 0;
                border: none;
                font-size: 26px;
                font-weight: normal;
                color: #383838;
                text-align: center;
            }

                .about-tabs .nav-tabs > li > a:hover {
                    background: none;
                    color: #6b79dc;
                }

            .about-tabs .nav-tabs > li.active > a,
            .about-tabs .nav-tabs > li.active > a:hover,
            .about-tabs .nav-tabs > li.active > a:focus {
                border: none;
                color: #6b79dc;
            }

    .about-tabs .icon-about-intro {
        background: url(../images/icon-about-intro.png) no-repeat;
        width: 81px;
        height: 66px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }

    .about-tabs .icon-about-team {
        background: url(../images/icon-about-team.png) no-repeat;
        width: 81px;
        height: 66px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }

    .about-tabs .tab-content {
        font-size: 20px;
        color: #808080;
        line-height: 38px;
        min-height: 583px;
    }

        .about-tabs .tab-content p {
            margin-bottom: 20px;
            font-size: 18px;
        }

            .about-tabs .tab-content p span {
                font-size: 22px;
                color: #333;
                position: relative;
            }

            .about-tabs .tab-content p:first-child span:first-child {
                font-size: 24px;
            }

            .about-tabs .tab-content p.pull-right span::after {
                display: none;
            }

            .about-tabs .tab-content p span::after {
                content: '';
                position: absolute;
                background: linear-gradient(to right, #8a87ee, #34acea);
                width: 100%;
                height: 4px;
                left: 0;
                bottom: 0;
                z-index: 2;
            }

    .about-tabs .icon-about-arrow {
        background: url(../images/icon-about-arrow.png) no-repeat;
        width: 22px;
        height: 14px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
    }

.course-banner {
    background: url(https://ydassetpicture.oss-cn-beijing.aliyuncs.com/Images/banner-course.jpg) center center no-repeat;
    background-size: cover;
}

    .course-banner .text-box .h6 {
        line-height: 1.5em;
        margin-bottom: 0;
        font-size: 18px;
    }

.course-timeline {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding-bottom: 220px;
    margin-bottom: 120px;
    padding-top: 40px;
}

    .course-timeline::before {
        content: '';
        position: absolute;
        background: #d9dbff;
        width: 1px;
        height: 100%;
        left: 50%;
        top: -20px;
        z-index: 2;
    }

    .course-timeline .row {
        margin-bottom: 50px;
    }

.course-time {
    font-size: 24px;
    color: #383838;
    font-weight: normal;
}

.course-txt {
    font-size: 18px;
    color: #737373;
}

.course-timeline .text-right {
    padding-right: 35px;
    position: relative;
}

    .course-timeline .text-right::after {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        background: #fff;
        border: 2px solid #7378d6;
        box-shadow: 0 0 5px #b1c3f6;
        border-radius: 50%;
        right: -7px;
        top: 50%;
        margin-top: -7px;
        z-index: 2;
    }

.course-timeline .text-left {
    padding-left: 35px;
    position: relative;
}

    .course-timeline .text-left::after {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        background: #fff;
        border: 2px solid #7378d6;
        box-shadow: 0 0 5px #b1c3f6;
        border-radius: 50%;
        left: -7px;
        top: 50%;
        margin-top: -7px;
        z-index: 2;
    }

.course-timeline-bottome {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.dots {
    background: #d0d2f9;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 5px #b1c3f6;
    margin: 35px auto;
}


/* device */

.nav-tabs-device {
    border: none;
    margin: -240px -20px 85px -20px;
}

    .nav-tabs-device > li {
        width: 33.33%;
    }

        .nav-tabs-device > li > a {
            margin: 0 20px;
            padding: 0;
            border: none;
            transition: all .5s linear;
            transform: translate3d(0, 0px, 0);
        }

            .nav-tabs-device > li > a:hover {
                transform: translate3d(0, 10px, 0);
            }

        .nav-tabs-device > li.active > a,
        .nav-tabs-device > li.active > a:hover,
        .nav-tabs-device > li.active > a:focus {
            border: none;
        }

            .nav-tabs-device > li.active > a .nav-box {
                background: #668eff;
                background: linear-gradient(-128deg, #8c8ff8, #6cadff);
                color: #fff;
            }

                .nav-tabs-device > li.active > a .nav-box h4,
                .nav-tabs-device > li.active > a .nav-box p {
                    color: #fff;
                }

.nav-box {
    width: 100%;
    height: 150px;
    box-shadow: 18px 0 54px #f0f2f4;
    border-radius: 4px;
    background: #fff;
}

.nav-box-left {
    display: inline-block;
    padding: 20px;
}

.nav-box-right {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-top: 40px;
}

    .nav-box-right h4 {
        font-size: 26px;
        font-weight: normal;
        color: #383838;
    }

    .nav-box-right p {
        font-size: 14px;
        color: #808080;
    }

.icon-print {
    display: inline-block;
    width: 106px;
    height: 106px;
    background: url(../images/device/icon-print-blue.png) no-repeat;
}

.active .icon-print {
    background: url(../images/device/icon-print-white.png) no-repeat;
}

.icon-scan {
    display: inline-block;
    width: 124px;
    height: 106px;
    background: url(../images/device/icon-scan-blue.png) no-repeat;
}

.active .icon-scan {
    background: url(../images/device/icon-scan-white.png) no-repeat;
}

.icon-barcode {
    display: inline-block;
    width: 106px;
    height: 106px;
    background: url(../images/device/icon-barcode-blue.png) no-repeat;
}

.active .icon-barcode {
    background: url(../images/device/icon-barcode-white.png) no-repeat;
}

ul.lead {
    font-size: 20px;
    color: #808080;
    margin: auto;
    display: block;
}

    ul.lead li {
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 18px;
        position: relative;
        display: inline-block;
        text-align: center;
    }

        ul.lead li::before {
            content: '';
            position: absolute;
            width: 14px;
            height: 14px;
            left: -24px;
            top: 50%;
            margin-top: -7px;
            background: url(../images/device/list-style-circle.png) no-repeat;
        }

.nav-tabs-sub {
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #e0e8ff;
    display: inline-block;
    margin: 55px auto 75px auto;
    background: rgba(255, 255, 255, .8);
}

    .nav-tabs-sub > li > a {
        margin: 0;
        padding: 0;
        border: none;
        width: 260px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50px;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #383838;
        position: relative;
        transition: all .5s linear;
    }

        .nav-tabs-sub > li > a:focus,
        .nav-tabs-sub > li > a:hover {
            background: none;
            color: #668eff;
            transition: all .5s linear;
        }

    .nav-tabs-sub > li.active > a,
    .nav-tabs-sub > li.active > a:hover,
    .nav-tabs-sub > li.active > a:focus {
        transition: all .5s linear;
        border: none;
        background: #668eff;
        color: #fff;
    }

    .nav-tabs-sub.fixed-tabs {
        position: fixed;
        top: 45px;
        left: 50%;
        margin-left: -401px;
        z-index: 9999;
    }

#device-2 .nav-tabs-sub.fixed-tabs {
    margin-left: -271px;
}

#device-3 .nav-tabs-sub.fixed-tabs {
    margin-left: -271px;
}

.tab-pane.active .tab-content.has-top {
    padding-top: 180px;
}

.media-device {
    margin-top: 0;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(203, 213, 222, .5);
    position: relative;
}

.media-device-a4 {
    background: linear-gradient(131deg, rgba(247, 243, 255, .3), rgba(131, 163, 255, .3));
}

.media-device:last-child {
    margin-bottom: 15px;
}

.media-device-gray {
    background: #f7fafe;
}

.media-device .media-heading {
    font-size: 24px;
    color: #383838;
    font-weight: normal;
}

.media-device .media-body {
    text-align: left;
    padding-left: 70px;
    float: left;
    display: block;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

    .media-device .media-body .feature-img {
        margin-top: 60px;
    }

        .media-device .media-body .feature-img img {
            width: inherit;
        }

    .media-device .media-body p {
        font-size: 18px;
        color: #4f84e7;
    }

.media-device .media-right {
    text-align: right;
    padding-left: 0;
    float: right;
    width: 50%;
}

    .media-device .media-right img {
        display: inline-block;
        width: initial;
    }

ul.list-check {
    margin-top: 30px;
    font-size: 16px;
    color: #808080;
    padding: 0;
    font-weight: 400;
}

    ul.list-check li {
        background: url(../images/device/list-style.png) no-repeat left 1px;
        margin-bottom: 10px;
        padding-left: 30px;
    }

.bluetooth {
    background: url(../images/device/bluetooth.png) no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
}

.icon-new {
    background: url(../images/device/new-icon.png) no-repeat;
    width: 34px;
    height: 28px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: -5px;
}

.nav-tabs-sub .active .icon-new {
    background: url(../images/device/new-icon-white.png) no-repeat;
}


/* platform */

.platform .content {
    margin-bottom: 100px;
}

.platform .tab-content .tab-pane {
    position: relative;
}

    .platform .tab-content .tab-pane.active.animated {
        display: block;
    }

.platform .tab-content {
    margin: 0 auto;
}

.platform-caption {
    position: absolute;
    top: 40px;
    left: 80px;
    width: 406px;
}

.platform-caption-title {
    font-size: 30px;
    margin-bottom: 20px;
}

    .platform-caption-title span {
        position: relative;
        z-index: 2;
    }

        .platform-caption-title span::after {
            position: absolute;
            content: '';
            width: calc(100% + 40px);
            height: 16px;
            background: #e7e6fa;
            left: -20px;
            bottom: 0;
            z-index: -1;
        }

.platform-caption p {
    font-size: 16px;
    color: #808080;
    margin-bottom: 20px;
    line-height: 1.75em;
}

.platform-badge {
    display: inline-block;
    height: 30px;
    line-height: 26px;
    font-size: 14px;
    border: 2px solid #668eff;
    color: #668eff;
    border-radius: 20px;
    padding: 0 13px;
    margin-right: 10px;
}

.nav-tabs-platform {
    padding: 0 60px;
    border-bottom: none;
    margin-bottom: 40px;
}

    .nav-tabs-platform > li {
        width: 20%;
    }

        .nav-tabs-platform > li > a {
            display: table;
            width: 100%;
            height: 493px;
            margin-right: 0;
            border: none;
            background-position: bottom center;
            background-repeat: no-repeat;
            background-size: contain;
            transition: all .5s linear;
            transform: translate3d(0, 0px, 0);
        }

            .nav-tabs-platform > li > a:hover,
            .nav-tabs-platform > li > a:focus {
                transform: translate3d(0, 5px, 0);
            }

.nav-tabs-platform-1 {
    background-image: url(../images/platform_tab_1.png);
}

.nav-tabs-platform-2 {
    background-image: url(../images/platform_tab_2.png);
}

.nav-tabs-platform-3 {
    background-image: url(../images/platform_tab_3.png);
}

.nav-tabs-platform-4 {
    background-image: url(../images/platform_tab_4.png);
}

.nav-tabs-platform-5 {
    background-image: url(../images/platform_tab_5.png);
}

.nav-tabs-platform-1:hover,
.nav-tabs-platform-1:focus,
.nav-tabs-platform > li.active .nav-tabs-platform-1 {
    background-image: url(../images/platform_tab_1_active.png);
}

.nav-tabs-platform-2:hover,
.nav-tabs-platform-2:focus,
.nav-tabs-platform > li.active .nav-tabs-platform-2 {
    background-image: url(../images/platform_tab_2_active.png);
}

.nav-tabs-platform-3:hover,
.nav-tabs-platform-3:focus,
.nav-tabs-platform > li.active .nav-tabs-platform-3 {
    background-image: url(../images/platform_tab_3_active.png);
}

.nav-tabs-platform-4:hover,
.nav-tabs-platform-4:focus,
.nav-tabs-platform > li.active .nav-tabs-platform-4 {
    background-image: url(../images/platform_tab_4_active.png);
}

.nav-tabs-platform-5:hover,
.nav-tabs-platform-5:focus,
.nav-tabs-platform > li.active .nav-tabs-platform-5 {
    background-image: url(../images/platform_tab_5_active.png);
}

.nav-tabs-platform > li > a:hover,
.nav-tabs-platform > li > a:focus {
    background-color: transparent;
}

.nav-tabs-platform > li.active > a,
.nav-tabs-platform > li.active > a:hover,
.nav-tabs-platform > li.active > a:focus {
    border: none;
}

    .nav-tabs-platform > li.active > a h4,
    .nav-tabs-platform > li.active > a:hover h4,
    .nav-tabs-platform > li.active > a:focus h4 {
        color: #556fb7;
        font-size: 36px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .nav-tabs-platform > li.active > a span,
    .nav-tabs-platform > li.active > a:hover span,
    .nav-tabs-platform > li.active > a:focus span {
        color: #fff;
    }

    .nav-tabs-platform > li.active > a.nav-tabs-platform-4 h4,
    .nav-tabs-platform > li.active > a.nav-tabs-platform-4:hover h4,
    .nav-tabs-platform > li.active > a.nav-tabs-platform-4:focus h4 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 40px;
    }

.nav-shape {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
    /* height: 191px;
            padding-top: 88px; */
    text-align: center;
}

    .nav-shape h4 {
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        color: #b1b5d3;
        margin: 0;
        margin-bottom: 44px;
    }

    .nav-shape span {
        font-size: 18px;
        color: #606060;
    }

.nav-tabs-platform > li > a:hover .nav-shape h4,
.nav-tabs-platform > li > a:focus .nav-shape h4 {
    color: #556fb7;
}

.nav-tabs-platform > li > a:hover .nav-shape span,
.nav-tabs-platform > li > a:focus .nav-shape span {
    color: #fff;
}

.platform_arrow_left,
.platform_arrow_right {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background: url(../images/platform_arrow_left.png) no-repeat;
}

.platform_arrow_right {
    left: auto;
    right: 0;
    background: url(../images/platform_arrow_right.png) no-repeat;
}


/* 动画 */

.animated {
    display: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/* modal */

.modal-view {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: 100;
}

.modal-box {
    width: 900px;
    margin: 10% auto;
    position: relative;
}

    .modal-box video {
        width: 100%;
    }

    .modal-box .close-btn {
        display: block;
        position: absolute;
        top: -50px;
        right: -100px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: rgba(255, 255, 255, .4);
        cursor: pointer;
        text-align: center;
    }

        .modal-box .close-btn i {
            color: #fff;
        }

    .modal-box .icon-close {
        margin-top: 12px;
        display: inline-block;
        vertical-align: middle;
        background: url(../images/icon-close.png) no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
/* asset */
.tabs-category {
    background: #f5f7fa;
    height: 60px;
    line-height: 60px;
    font-size: 0;
}

    .tabs-category a {
        display: inline-block;
        width: 20%;
        font-size: 18px;
        color: #333;
        text-align: center;
        text-decoration: none;
    }

.cloud .tabs-category a {
    width: 25%;
    border: 2px solid #f0f3f7;
    font-weight: bold;
}

.news .tabs-category a {
    width: 25%;

}

.tabs-category a:hover {
    font-weight: bold;
    color: rgb(0,153,255);
    /*border: 2px solid rgb(0,153,255);*/
}

.tabs-category a.active {
    font-weight: bold;
    color: rgb(0,153,255);
    border: 2px solid rgb(0,153,255);
}

.tabs-category a span {
    position: relative;
    display: inline-block;
}

.tabs-category a.active span {
    /*border-bottom: 3px solid #668eff;*/
}
.cloud .item #container1 {
    width: 1500px;
}

.cloud .item #container2 {
    width: 1135px;
}

.cloud .item .container {
    width: 1100px;
}

.cloud .item .row {
    height: 520px;
    /*margin-top: 50px;*/
}

    .cloud .item .row .col-xs-5,
    .cloud .item .row .col-xs-7 {
        /*font-size: 0;*/
        display: table;
        height: 100%;
    }

.cloud .item .item-content{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.cloud .item .item-content,
.cloud .item .item-img {
    /*display: table-cell;*/
    /*padding-top: 20px;*/
    vertical-align: middle;
}

    .cloud .item .item-img img {
        display: inline-block;
    }

.cloud .item .item-img {
    text-align: center;
}

.cloud .item-title {
    position: relative;
    font-size: 26px;
    /*padding: 0 0 80px 0;*/
    text-align: center;
    height: 165px;
    line-height: 165px;
    font-weight: bold;
    margin-top: 50px;
}

.left-title{
    width: 100%;
    text-indent: 2em;
    font-size: 15px;
    overflow: hidden;
    padding: 5px 0px;
}
.item-list-title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: rgb(0,153,255);
    font-weight: bold;
    background: rgba(128, 128, 128, 0.16);
}

    /*.cloud .item-title::before {*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    width: 27px;*/
    /*    height: 3px;*/
    /*    background: #668eff;*/
    /*    left: 0px;*/
    /*    bottom: 40px;*/
    /*}*/

.numimg-list{
    line-height: 60px;
    /*color: white;*/
    margin-bottom: 2px;

}
.numimg-list li{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-left: 15px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.numimg-list :hover{
    color: rgb(0,153,255);
    text-decoration: none;
}

.numimg-list .active{
    border-left: 3px solid rgb(0,153,255);
    color: rgb(0,153,255);
}



.item-list{
    margin:10px;
}

.cloud .item-list li {
    font-size: 15px;
    line-height: 22px;
    /*color: rgba(128, 128, 128, 0.73);*/
    color: #333333;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

    .cloud .item-list li::before {
        position: absolute;
        content: '';
        width: 9px;
        height: 9px;
        /*background: url("/images/site/home/p/dot.png");*/
        left: 0px;
        top: 5px;
        right: 5px;
    }

.cloud .item p {
    font-size: 15px;
    line-height: 1.5em;
    /*color: #666666;*/
    margin-bottom: 8px;
}

.banner .text-box .h1 span {
    position: relative;
}

.label-coming {
    position: absolute;
    bottom: 10px;
    left: 146px;
    display: block;
    width: 98px;
    height: 28px;
    background: url(../images/label-coming.png) no-repeat;
}

.item-title .label-coming {
    bottom: 80px;
    left: 120px;
}


/* solution */

.solution .item .container {
    padding: 60px 0;
}

    .solution .item .container .box {
        text-align: center;
        padding: 30px 20px;
        box-shadow: 0 0 10px rgba(118, 128, 184, .12);
        background: #fff;
        transition: all .5s linear;
        transform: translate3d(0, 0, 0);
    }

        .solution .item .container .box:hover {
            transform: translate3d(0, -5px, 0);
        }

.solution .box-title {
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.solution .box-des {
    font-size: 14px;
    line-height: 1.6em;
    color: #999;
    text-align: left;
    min-height: 110px;
}

.solution .box-icon-bg {
    height: 140px;
    line-height: 140px;
    background: #f7faff;
    margin: -30px -20px 30px -20px;
}

.icon-item-1 {
    width: 96px;
    height: 110px;
    margin-bottom: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-mobileapp-1 {
    background-image: url(../images/icon-mobileapp-1.png);
}

.icon-mobileapp-2 {
    background-image: url(../images/icon-mobileapp-2.png);
}

.icon-mobileapp-3 {
    background-image: url(../images/icon-mobileapp-3.png);
}

.icon-mobileapp-4 {
    background-image: url(../images/icon-mobileapp-4.png);
}

.icon-activeRFID-1 {
    background-image: url(../images/icon-activeRFID-1.png);
}

.icon-activeRFID-2 {
    background-image: url(../images/icon-activeRFID-2.png);
}

.icon-activeRFID-3 {
    background-image: url(../images/icon-activeRFID-3.png);
}

.icon-item-2 {
    width: 101px;
    height: 101px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-mobileapp-5 {
    background-image: url(../images/icon-mobileapp-5.png);
}

.icon-mobileapp-6 {
    background-image: url(../images/icon-mobileapp-6.png);
}

.icon-mobileapp-7 {
    background-image: url(../images/icon-mobileapp-7.png);
}

.icon-mobileapp-8 {
    background-image: url(../images/icon-mobileapp-8.png);
}

.icon-activeRFID-4 {
    background-image: url(../images/icon-activeRFID-4.png);
}

.icon-activeRFID-5 {
    background-image: url(../images/icon-activeRFID-5.png);
}

.icon-activeRFID-6 {
    background-image: url(../images/icon-activeRFID-6.png);
}

.item-3-img {
    text-align: center;
}

    .item-3-img img {
        display: inline-block;
    }


/* passiveRFID */

.passiveRFID {
    background: url(../images/bg-passiveRFID.jpg) top center no-repeat;
}

    .passiveRFID .container {
        position: relative;
    }

    .passiveRFID .card {
        display: block;
        padding: 100px 100px;
        width: 655px;
        height: 520px;
        transition: all .5s linear;
        transform: translate3d(0, 0, 0);
    }

        .passiveRFID .card:hover {
            transform: translate3d(0, -5px, 0);
        }

        .passiveRFID .card.left-img {
            padding-right: 200px;
            color: #fff;
        }

.passiveRFID-section-1 {
    padding: 170px 0 150px 0;
}

.passiveRFID-section-2 {
    padding: 0 0 80px 0;
}

.passiveRFID-section-1 .left-img {
    background: url(../images/passiveRFID-img-1.jpg) no-repeat;
}

.passiveRFID-section-2 .left-img {
    background: url(../images/passiveRFID-img-2.jpg) no-repeat;
}

.passiveRFID .right-content {
    position: absolute;
    right: 0;
    top: -70px;
    background: #f5f5f5;
}

.passiveRFID .txt-content .title {
    font-size: 30px;
    margin-bottom: 20px;
}

.passiveRFID .txt-content .subtitle {
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
    text-indent: 20px;
    line-height: 1em;
}

    .passiveRFID .txt-content .subtitle::before {
        position: absolute;
        content: '';
        width: 3px;
        height: 20px;
        left: 0;
        bottom: 0;
        background: #fff;
    }

.passiveRFID .right-content .txt-content .subtitle::before {
    background: #668eff;
}

.passiveRFID .txt-content p {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 40px;
    color: #666;
}

.passiveRFID .left-img .txt-content p {
    color: #fff;
}

.passiveRFID .txt-content .btn {
    min-width: 120px;
}

.passiveRFID .txt-content .icon-RFID-time,
.passiveRFID .txt-content .icon-RFID-point {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    background: url(../images/icon-RFID-time.png) no-repeat;
}

.passiveRFID .txt-content .icon-RFID-point {
    background: url(../images/icon-RFID-point.png) no-repeat;
}

.passiveRFID .txt-content .icon-RFID-1,
.passiveRFID .txt-content .icon-RFID-2 {
    position: absolute;
    right: 100px;
    top: 70px;
    display: inline-block;
    width: 135px;
    height: 130px;
    background: url(../images/icon-RFID-1.png) no-repeat;
}

.passiveRFID .txt-content .icon-RFID-2 {
    background: url(../images/icon-RFID-2.png) no-repeat;
}

.passiveRFID-section-3 {
    margin-bottom: 40px;
}

    .passiveRFID-section-3 .row {
        margin: 0;
    }

        .passiveRFID-section-3 .row img {
            width: initial;
        }

        .passiveRFID-section-3 .row [class*=col-] {
            padding: 0;
        }

    .passiveRFID-section-3 .caption-txt {
        padding-left: 70px;
        padding-top: 125px;
        padding-bottom: 20px;
    }

    .passiveRFID-section-3 .title {
        text-align: left;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .passiveRFID-section-3 li {
        width: 220px;
        margin-bottom: 20px;
    }

    .passiveRFID-section-3 .RFID-icon {
        width: 60px;
        height: 60px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .passiveRFID-section-3 .RFID-icon-1 {
        background-image: url(../images/RFID-icon1.png);
    }

    .passiveRFID-section-3 .RFID-icon-2 {
        background-image: url(../images/RFID-icon2.png);
    }

    .passiveRFID-section-3 .RFID-icon-3 {
        background-image: url(../images/RFID-icon3.png);
    }

    .passiveRFID-section-3 .RFID-icon-4 {
        background-image: url(../images/RFID-icon4.png);
    }

    .passiveRFID-section-3 ul li {
        float: left;
        font-size: 18px;
        color: #464646;
        transition: all .5s linear;
        transform: translate3d(0, 0, 0);
    }

        .passiveRFID-section-3 ul li:hover {
            transform: translate3d(0, -5px, 0);
        }

.passiveRFID-section-4 {
    margin-bottom: 100px;
}

    .passiveRFID-section-4 .row {
        margin: 0 -8px;
    }

        .passiveRFID-section-4 .row [class*="col-"] {
            padding: 0 8px;
        }

    .passiveRFID-section-4 .panel {
        min-height: 346px;
        padding: 40px 20px 80px 20px;
        margin-bottom: 0;
        box-shadow: 0 0 10px rgba(118, 128, 184, .12);
        transition: all .5s linear;
        transform: translate3d(0, 0, 0);
        border-radius: 10px;
    }

        .passiveRFID-section-4 .panel:hover {
            transform: translate3d(0, -5px, 0);
            cursor: pointer;
        }

        .passiveRFID-section-4 .panel .panel-header {
            font-size: 18px;
            color: #383838;
            text-align: center;
            margin-bottom: 30px;
        }

        .passiveRFID-section-4 .panel .panel-body {
            padding: 0;
            margin-bottom: 30px;
        }

        .passiveRFID-section-4 .panel p {
            font-size: 14px;
            color: #767676;
            line-height: 1.71em;
        }

        .passiveRFID-section-4 .panel .btn-blue {
            min-width: 170px;
            position: absolute;
            bottom: 30px;
            left: 50%;
            margin-left: -85px;
            background: linear-gradient(0, #757cde, #76a1f6)
        }


/* public */

.section-follow,
.section-try {
    padding: 42px 0;
    text-align: center;
}

.section-try {
    background-image: url(../images/bg-try-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .section-follow .title,
    .section-try .title {
        line-height: 1em;
        margin-bottom: 20px;
    }

    .section-follow .title-desc,
    .section-try .title-desc {
        margin-bottom: 40px;
    }

.section-follow img {
    display: inline-block;
}

.section-try .btn {
    width: 140px;
}

/*@media screen and (max-width:1139px) {
    .container {
        width: 100%;
    }
}*/

/*news*/
.news .content .container {
    width: 1000px;
}

.news .media-row:first-child {
    margin-top: 30px;
}

.news .media-row {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

    .news .media-row:hover .media-heading {
        color: #668eff;
    }

    .news .media-row .media-object {
        max-width: inherit;
    }

    .news .media-row .media-left {
        padding-right: 20px;
    }

    .news .media-row .media-heading {
        color: #333;
        font-size: 19px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .news .media-row .media-body p {
        font-size: 16px;
        line-height: 1.75em;
        color: #888;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 56px;
    }


    .news .media-row .media-body {
        position: relative;
    }

    .news .media-row .list-inline {
        position: absolute;
        left: 0;
        bottom: 10px;
        margin-left: 0;
    }

        .news .media-row .list-inline li {
            color: #888;
            font-size: 14px;
            border-right: 1px solid #999;
            padding: 0 20px;
        }

            .news .media-row .list-inline li:first-child {
                padding-left: 0;
            }

            .news .media-row .list-inline li:last-child {
                border-right: none;
            }

.page-tabs {
    display: inline-block;
    margin: 30px 0;
    border-bottom: none;
}

    .page-tabs.nav-tabs > li.active > a, .page-tabs.nav-tabs > li.active > a:hover, .page-tabs.nav-tabs > li.active > a:focus {
        background: #668eff;
        color: #fff;
        border-radius: 0;
        border-color: #668eff;
    }

    .page-tabs.nav-tabs > li > a {
        border: 1px solid #ddd;
        border-radius: 0;
        margin: 0 10px;
    }

/** news-detail */
.news-detail {
    margin-top: 150px;
    position: relative;
    z-index: 3;
}

    .news-detail .news-top {
        margin: 0 0 50px 0;
        color: #333;
    }

        .news-detail .news-top a {
            color: #666;
            text-decoration: none;
        }

    .news-detail .content .container {
        width: 1100px;
    }

    .news-detail .left-wrap {
        width: 780px;
    }

    .news-detail .right-wrap {
        width: 270px;
        padding-left: 40px;
    }

    .news-detail .right-wrap, .news-detail .left-wrap {
        display: inline-block;
        float: left;
    }



        .news-detail .left-wrap .news-content {
            padding: 25px 36px;
            /*border: solid 1px #e5e5e5;*/
        }

            .news-detail .left-wrap .news-content .title {
                color: #222;
                font-size: 24px;
                padding-bottom: 15px;
                line-height: 1.6em;
                text-align: center;
            }

            .news-detail .left-wrap .news-content .month-day, .news-detail .left-wrap .news-content .year {
                font-size: 14px;
                line-height: 32px;
                color: #888;
                display: inline-block;
            }

            .news-detail .left-wrap .news-content .author {
                color: #888888;
                padding-left: 36px
            }





            .news-detail .left-wrap .news-content .detail p {
                font-size: 16px;
                color: #666;
                margin-bottom: 30px;
                line-height: 1.8em;
            }

                .news-detail .left-wrap .news-content .detail p img {
                    display: inline-block;
                }

            .news-detail .left-wrap .news-content .detail ul,
            .news-detail .left-wrap .news-content .detail ol {
                padding-left: 20px;
                margin-bottom: 20px;
            }

            .news-detail .left-wrap .news-content .detail li {
                font-size: 16px;
                color: #666;
                line-height: 1.8em;
            }

            .news-detail .left-wrap .news-content .detail ul li {
                list-style: disc;
            }

    .news-detail .read-page {
        padding: 40px 0;
    }

        .news-detail .read-page a {
            display: block;
            color: #777;
            font-size: 18px;
            text-decoration: none;
            padding: 5px 0;
        }

            .news-detail .read-page a:hover {
                color: #668eff;
            }

    .news-detail .right-wrap .title {
        font-size: 22px;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #eee;
        margin: -10px 0 30px 0;
    }

        .news-detail .right-wrap .title span {
            display: inline-block;
            border-bottom: 3px solid #668eff;
        }


    .news-detail .right-wrap .case-box {
        display: block;
        padding: 25px 0;
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }

        .news-detail .right-wrap .case-box:hover {
            color: #668eff;
        }

        .news-detail .right-wrap .case-box .case-img {
            margin-bottom: 20px;
        }


iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.iframe-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 260px;
    z-index: 4;
    background: transparent;
}

.iframe-header-body {
    background: none;
}

/*Qwpage*/
.banner-qw .container {
    display: table;
    height: 100%;
    width: 90%;
    max-width: 1340px;
}

    .banner-qw .container .text-box {
        padding-top: 90px;
        text-align: left;
        padding-left: 60px;
    }

.banner-qw .qw-img {
    margin-top: 70px;
    height: 120px;
}

.banner-qw.banner .text-box .h6 {
    line-height: 1.8em;
}

.banner-qw .qw-img-item {
    width: 240px;
    float: left;
    text-align: center;
}

    .banner-qw .qw-img-item:first-child {
        margin-right: 70px;
        width: 200px;
    }

.banner-qw .qw-logo {
    display: inline-block;
    margin-bottom: 30px;
}

.btn-register {
    background: url(../images/register_white_middle.png) no-repeat;
    width: 240px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

    .btn-register:hover {
        background: url(../images/register_blue_middle.png) no-repeat;
    }

.btn-install {
    background: url(../images/install_white_middle.png) no-repeat;
    width: 240px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

    .btn-install:hover {
        background: url(../images/install_blue_middle.png) no-repeat;
    }

.section-qw .btn-install {
    background: url(../images/install_white_middle_s.png) no-repeat;
    width: 200px;
    height: 40px;
    display: inline-block;
}

    .section-qw .btn-install:hover {
        background: url(../images/install_blue_middle_s.png) no-repeat;
    }



.modal-open {
    padding-right: 0 !important;
}

.modal-qw.in {
    display: flex !important;
    align-items: center;
}

.modal-qw .modal-dialog {
    width: 430px;
}

    .modal-qw .modal-dialog p {
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
    }

.modal-qw .close-btn {
    display: block;
    position: absolute;
    top: -50px;
    right: -100px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .4);
    cursor: pointer;
    text-align: center;
}

    .modal-qw .close-btn i {
        color: #fff;
    }

.modal-qw .icon-close {
    margin-top: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-close.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.qw-code {
    display: block;
    margin: 30px auto;
    width: 280px;
    height: 280px;
    border: 1px solid #E2E2E2;
}

.section-qw .model-title .title {
    font-size: 24px;
}

.section-qw .model-title a {
    display: inline-block;
    margin-top: 10px;
}

.banner-qw .container {
    position: relative;
}

.special-logo {
    position: absolute;
    left: 10px;
    top: 75px;
}

/* help index */
.resource .banner {
    display: table;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

    .resource .banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 700px;
        background: linear-gradient(rgba(255, 255, 255, 0.9), #fff);
    }

.resource .banner-resources {
/*    background-image: url(../images/banner-resource.jpg);*/
}

.resource .caption .text-box {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    color: #333
}


/* banner*/

.resource .caption {
    width: 100%;
    margin-bottom: 40px;
    display: table;
}

.resource .text-box .h5 {
    font-size: 30px;
    margin: 0px;
    margin-bottom: 25px;
}

.resource .text-box .h1 {
    position: relative;
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 25px;
    display: block;
    text-indent: 25px;
}

    .resource .text-box .h1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 40px;
        background: #668eff;
    }

.resource .text-box .h6 {
    font-size: 18px;
    display: block;
    line-height: 1.8em;
}

.resource .text-box {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.resource {
    background: #fff;
    margin-bottom: 60px;
}
    .resource .container {
        width: 1070px;
    }
    .resource .item {
        position:relative;
        margin-top:100px;
       /* position: absolute;
        top: 100px;
        left: 0;*/
        width: 100%;
    }

        .resource .item .container {
            padding-top: 5%;
        }

    .resource .item-normal {
        position: relative;
        top: 0;
        background: #f7fafe;
    }

    .resource .box {
        display: block;
        box-shadow: 0 0 10px rgba(118, 128, 184, .12);
        background: #fff;
        transition: all .5s linear;
        transform: translate3d(0, 0, 0);
        text-decoration: none;
        margin-bottom: 30px;
    }

        .resource .box:hover {
            transform: translate3d(0, -5px, 0);
        }

    .resource .box-icon-bg img {
        width: 100%;
    }

    .resource .box-bottom {
        position: relative;
        padding: 40px 20px 20px 20px;
        /* min-height: 152px; */
    }

    .resource .box .icon {
        position: absolute;
        width: 50px;
        height: 50px;
        line-height: 44px;
        background: #668eff;
        top: -25px;
        left: 20px;
        border-radius: 50%;
        border: 3px #fff solid;
        text-align: center;
    }

    .resource .box .iconfont {
        display: inline-block;
        vertical-align: middle;
        font-weight: 300;
        font-size: 24px;
        color: #fff;
    }

    .resource .box .icon-xiazai {
        color: #000;
    }

    .resource .box-title {
        font-size: 17px;
        color: #333;
        min-height: 50px;
    }

        .resource .box-title .pull-left {
            width: 80%;
        }

    .resource .box-des {
        font-size: 14px;
        line-height: 1.6em;
        color: #999;
        margin-bottom: 10px;
    }

.icon-help{
    width:24px;
    height:24px;
    display:inline-block;
    vertical-align:middle;
}
.icon-handbook {
    background: url(/assets/images/icon-handbook.svg);
    background-size: contain;
}
.icon-video {
    background: url(/assets/images/icon-video.svg);
    background-size: contain;
}

.icon-faq {
    background: url(/assets/images/icon-faq.svg);
    background-size: contain;
}

.icon-download {
    background: url(/assets/images/icon-download.svg);
    background-size: contain;
}

.icon-guide {
    background: url(/assets/images/icon-guide.svg);
    background-size: contain;
}
