/* @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;
    } */

* {
    outline: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "PingFangSC-Regular", "Microsoft Yahei", "Helvetica", "Arial", "Verdana", "Sans-Serif";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

.hengxian {
	height: 0;FFFFFF
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

/* a {
        cursor: pointer;
    } */

body {
    font-family:  "Microsoft Yahei", "PingFangSC-Regular","Helvetica", "Arial", "Verdana", "Sans-Serif";
}

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

p {
    margin: 0px;
}

img {

    max-width: 100%;
    border-radius: 10px;
}

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: 1200px;
}

.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 #eb6100;
    color: #eb6100;
    border-radius: 30px;
    background: none;
}

    .btn-border-blue:hover {
        background: rgba(93, 160, 251, .2);
        color: #eb6100;
    }

.btn-blue,
.btn-blue:focus {
    background: #eb6100;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 4px 4px 6px rgba(93, 160, 251, .8);
}

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

    .btn-blue:active {
        box-shadow: 4px 4px 6px rgba(93, 160, 251, .8), inset 1px 2px 4px rgba(0, 0, 0, .1);
    }

.bg-white {
    background: #fff;
}

.bg-light-gray {
    background: #f3f5f8;
}

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

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

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

.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('../img/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%);
    }


/* logo-list */

.logo-list {
}

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

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

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


/* HEADER */

header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: transparent;
    z-index: 12;
    transition: 1s;
    border-radius: 0;
}

    header .container {
        min-width: 1300px;
        padding: 0;
    }

    header .logo {
        width: 190px;
        height: 60px;
        display: block;
        background: url('../img/logo-white.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: -2px;
}

header .navbar-nav > li > a {
    color: #eee;
    color: rgba(255, 255, 255, 1.0);
    font-size: 18px;
    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);
}

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(../img/nav-arrow-down.png) no-repeat;
}

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

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

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

    header .navbar-nav .dropdown-menu.product {
        left: 0;
        width: 172px;
        font-size: 0;
    }

        header .navbar-nav .dropdown-menu.product .col {
            float: left;
            
        }

    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 {
        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;
    margin-top: 16px;
}

header .dropdown-menu {
    top: 70px;
    padding: 6px 0;
    border-radius: 5px !important;
    
    border: none;
    min-width: 146px;
}

    header .dropdown-menu li a {
        font-size: 16px;
        color: #363637;
        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: #eb6100;
        color: #f7fafe;
    }

header.white-header {
    background: #fff;
    transition: 1s;
}

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

    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(240, 137, 87, 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('../img/logo.png') no-repeat;
        background-position: center center;
        background-size: 100%;
    }

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

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


    /* banner*/

    .carousel-caption .h5,
    .banner .text-box .h5 {
        font-size: 40px;
        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: 35px;
        display: block;
        line-height: 1.5em;
    }

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

.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;
}

.banner0 {
    background-image: url(../img/banner-mobileapp.jpg);
    display: table;
    width: 100%;
    height: 494px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}


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

.banner-home {
    height: 600px;
}

.banner-home-1 {
    background-image: url(../img/home_bg1.jpg);
    background-position: bottom center;
}

.banner-home-2 {
    background-image: url(../img/home_bg2.jpg);
    background-position: bottom center;
}

.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(../img/banner-device.jpg);
}

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

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

.banner-about {
    background-image: url(../img/banner-about.jpg);
}

.banner-partner {
    background-image: url(../img/insert-img_25.jpg);
}

.banner-case {
    background-image: url(../img/insert-img_23.jpg);
}

.banner-asset {
    background-image: url(../img/banner-asset.jpg);
}

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

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

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

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

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

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

.banner-activeRFID {
    background-image: url(../img/banner-activeRFID.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-bottom: 30px;
           
        }

    .model-title .title-desc {
        font-size: 18px;
        color: #808080;
        display: block;
    }

.carousel-control {
    width: 10%;
}

.icon-arrow {
    background: url('../img/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 */

.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: 40px;
        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-2 */

.section-2 {
    width: 100%;
    /*height: 610px;*/
    padding-top: 40px;
    background: url('../img/11.jpg') center center no-repeat;
    background-size: cover;
}

    .section-2 .model-title,
    .section-2 .model-title .title-desc,
    .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-2 .insert-img {
        margin-top: 1px;
        width: 110%;
    }

/* section-22 */

.section-22 {
    width: 100%;
    /*height: 610px;*/
    padding-top: 40px;
    background: url('../img/101.jpg') center center no-repeat;
    background-size: cover;
}

    .section-2 .model-title,
    .section-2 .model-title .title-desc,
    .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-2 .insert-img {
        margin-top: 1px;
        width: 110%;
    }


/* section-3 */

.section-3 {
    margin-bottom: 30px;
}

    .section-3 .box {
        text-align: center;
        padding: 50px 10px;
    }

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

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

    .section-3 .box-title,
    .section-21 .box-title {
        font-size: 24px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .section-210 .box-title {
        font-size: 24px;
        color: #000;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .section-3 .desc,
    .section-21 .desc {
        font-size: 16px;
        color: #fff;
        line-height: 1.6em;
        min-height: 120px;
        font-weight: 400;
    }
    .section-210 .desc {
        font-size: 16px;
        color: #000;
        line-height: 1.6em;
        min-height: 120px;
        font-weight: 400;
    }




.section-04 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('../img/insert-img_7.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}


    .section-04 .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;
        min-height:320px;
    }

        .section-04 .box:hover {
            transform: scale(1.1);
            transition: .6s;
            background: #69abff;
           
        }

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

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

    .section-04 .box-title {
        font-size: 52px;
        color: #383838;
        min-height: 64px;
        font-weight: normal;
    }

    .section-04 .desc {
        font-size: 18px;
        color: #808080;
        font-weight: 400;
    }

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

    .section-04 .model-title {
        margin-bottom: 35px;
    }

    .section-04 .box > .icon {
        width: 83px;
        height: 83px;
        background: url('../img/section-4-icon.png') no-repeat;
        background-position: 0 0;
        display: block;
        margin: 0 auto 30px;
        background-size: 166px;
    }

        .section-04 .box > .icon.icon-aqtx {
            background-position: -83px 0px;
        }

        .section-04 .box > .icon.icon-dptfg {
            background-position: -83px -83px;
        }

        .section-04 .box > .icon.icon-zjzyfw {
            background-position: -83px -166px;
        }

        .section-04 .box > .icon.icon-ppjc {
            background-position: -83px -249px;
        }

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

    .section-04 .box:hover > .icon.icon-aqtx {
        background-position: 0px 0px;
    }

    .section-04 .box:hover > .icon.icon-dptfg {
        background-position: 0px -83px;
    }

    .section-04 .box:hover > .icon.icon-zjzyfw {
        background-position: 0px -166px;
    }

    .section-04 .box:hover > .icon.icon-ppjc {
        background-position: 0px -249px;
    }




.section-4 {

    background: url('../img/112.jpg')/* no-repeat*/;
    padding: 60px 0;
}


    .section-4 .box {
        text-align: center;
        cursor: pointer;
        padding: 30px 40px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        background: #fff;
        transform: scale(1);
        transition: .3s;
        border-radius: 6px;
        min-height:387px;
    }

        .section-4 .box:hover {
            transform: scale(1.1);
            transition: .6s;
            background: #f1f1f1;
            
        }

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

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

    .section-4 .box-title {
        font-size: 22px;
        color: #383838;
        min-height: 64px;
        font-weight: normal;
    }

    .section-4 .desc {
        font-size: 16px;
        color: #808080;
        line-height: 30px;
        min-height: 130px;
        font-weight: 400;
    }

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

    .section-4 .model-title {
        margin-bottom: 15px;
    }

    .section-4 .box > .icon {
        width: 83px;
        height: 83px;
        background: url('../img/section-4-icon.png') no-repeat;
        background-position: 0 0;
        display: block;
        margin: 0 auto 30px;
        background-size: 166px;
    }

        .section-4 .box > .icon.icon-aqtx {
            background-position: -83px 0px;
        }

        .section-4 .box > .icon.icon-dptfg {
            background-position: -83px -83px;
        }

        .section-4 .box > .icon.icon-zjzyfw {
            background-position: -83px -166px;
        }

        .section-4 .box > .icon.icon-ppjc {
            background-position: -83px -249px;
        }

    .section-4 .box:hover .box-title,
    .section-4 .box:hover .desc {
        color: #000;
    }

    .section-4 .box:hover > .icon.icon-aqtx {
        background-position: 0px 0px;
    }

    .section-4 .box:hover > .icon.icon-dptfg {
        background-position: 0px -83px;
    }

    .section-4 .box:hover > .icon.icon-zjzyfw {
        background-position: 0px -166px;
    }

    .section-4 .box:hover > .icon.icon-ppjc {
        background-position: 0px -249px;
    }


/* section-21 */

.section-21 {
 
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
  
}

    .section-21 .model-title {
        width: 100%;
        margin-bottom: 50px;
        color: #fff;
    }

    .section-21 .box {
        text-align: center;
        cursor: pointer;
        padding: 50px 40px 20px;
        transform: scale(1);
        transition: .3s;
        background: #69abff;
        border-radius: 6px;
       
    }

        .section-21 .box:hover {
            transform: scale(1.1);
            box-shadow: none;
            transition: .6s;
        }

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

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


/* section-5 */

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

    .section-5 .model-title {
        position: absolute;
        top: 40%;
        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-6 .box > .icon {
            width: 94px;
            margin-bottom: 40px;
        }

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

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

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

        .section-6 .item .bg-insert-img {
            max-width: 519px;
            width: 100%;
            position: absolute;
            right: 44px;
            bottom: 0px;
        }

            .section-6 .item .bg-insert-img.img2 {
                width: 467px;
                right: auto;
                left: 44px;
            }

            .section-6 .item .bg-insert-img.img3 {
                max-width: 789px;
                right: -5%;
            }

        .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 */

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

.section-7-top {
    width: 100%;
    height:150px;
    background: url(../img/227.jpg) top center no-repeat;
    background-size: cover;
}

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

.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: 30px 60px 40px;
    width: 100%;
    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;
    }

.section-7 .logo-list {
    margin: 80px 0;
}

    .section-7 .logo-list .logo {
        max-width: 200px;
	    height: 50px;
	    border: 1px #dbdbdb solid;

}
    }


/* 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('../img/insert-img_7.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

    .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('../img/insert-img_8.png') no-repeat;
        background-size: cover;
    }

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

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

    .section-10 .box.box-qybpro .box-head {
        background: url('../img/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(../img/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: #eb6100;
        border: solid 1px #eb6100;
        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: #eb6100;
        color: #eb6100;
        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;

    }

.section-16 .box-header {
    padding: 66px 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: 100px;
    background: url(../img/bg-try-img.png) 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:hover {
            box-shadow: 0 18px 54px rgba(240, 242, 244, 1);
        }

            .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;
            }


/* section-18 */

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

    .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;
                }


/* section-19 */

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

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

    .section-19 .boxs .box {
        float: left;
        width: 50%;
        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: 30px;
    padding-bottom: 80px;
}

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

    .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: #eb6100;
            font-weight: normal;
            position: absolute;
            top: 44px;
            left: 45px;
        }

            .section-20 .box .number:after {
                content: '';
                display: block;
                width: 1px;
                height: 100px;
                background: #eb6100;
                position: absolute;
                right: -26px;
                top: 13px;
                
            }

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

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

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


/* 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: #3970bd;
}

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

.footer ul {
    width: 16.6%;
    float: left;
    padding: 0;
}

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

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

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

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

            .footer ul li strong a {
                font-size: 18px;
                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: 18px;
    border-top: solid 1px #FFFFFF;
    color: rgba(255, 255, 255, .8);
}

.footer-copyright,
.footer-logo {
    float: left;
}

.footer-logo {
    margin-top: -10px;
    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(../img/footer-ios.png) no-repeat;
}

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

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

.footer-mac {
    background: url(../img/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: 30px;
    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('../img/contact-icon-weixin.png') no-repeat;
            background-size: 100%;
        }

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

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

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

    .contact-icon a {
        display: block;
        padding: 15px 5px 16px;
        position: relative;
        border-top: solid 1px #FAFAFA;
    }

    .contact-icon li {
        position: relative;
    }

        .contact-icon li:first-of-type a {
            border-top: none;
            padding-bottom: 17px;
        }

        .contact-icon li.active {
            background: rgba(93, 160, 251, 1.0);
        }

            .contact-icon li.active + li a {
                border-top-color: transparent;
            }

    .contact-icon #qq_tel.active a {
        border-top-color: rgba(93, 160, 251, 1.0);
    }

    .contact-icon a:hover .icon {
        opacity: .8;
    }

    .contact-icon .tel-layout,
    .contact-icon .qq-layout {
        position: absolute;
        bottom: 0;
        right: 70px;
        background: rgba(93, 160, 251, 1.0);
        opacity: 0;
        font-size: 18px;
        color: #fff;
        border-radius: 0;
        width: 160px;
        z-index: 0;
        min-height: 70px;
        padding: 10px 0;
    }

#icon_tel.active .tel-layout,
#qq_tel.active .qq-layout {
    opacity: 1;
}

.contact-icon .tel-layout p,
.contact-icon .qq-layout p {
    padding: 0 12px 0px 12px;
    line-height: 1.5;
    margin-bottom: 15px;
}

    .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('../img/logo-white-lg.png') no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    header.white-header .logo {
        background: url('../img/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 .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
    }

@-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(../img/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(../img/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(../img/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(../img/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: #eb6100;
                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(/resources/img/icon-print-blue.png) no-repeat;
}

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

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

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

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

.active .icon-barcode {
    background: url(/resources/img/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(/resources/img/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: #eb6100;
            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: #eb6100;
        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(/resources/img/list-style.png) no-repeat left 1px;
        margin-bottom: 10px;
        padding-left: 30px;
    }

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

.icon-new {
    background: url(/resources/img/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(/resources/img/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 #eb6100;
    color: #eb6100;
    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(../img/platform_tab_1.png);
}

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

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

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

.nav-tabs-platform-5 {
    background-image: url(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/platform_arrow_left.png) no-repeat;
}

.platform_arrow_right {
    left: auto;
    right: 0;
    background: url(../img/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(../img/icon-close.png) no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
/* asset */
.cloud .tabs-category {
    background: #f5f7fa;
    height: 60px;
    line-height: 60px;
    font-size: 0;
}

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

        .cloud .tabs-category a:hover {
            color: #eb6100;
        }

        .cloud .tabs-category a.active {
            color: #eb6100;
        }

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

        .cloud .tabs-category a.active span {
            border-bottom: 3px solid #eb6100;
        }

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

.cloud .item .row {
    height: 520px;
}

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

.cloud .item .item-content,
.cloud .item .item-img {
    display: table-cell;
    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;
    /*line-height: 30px;*/
    padding: 0 0 50px 0;
}

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

.cloud .item-list li {
    font-size: 16px;
    line-height: 1.5em;
    color: #666666;
    margin-bottom: 8px;
    position: relative;
    padding-left: 10px;
}

    .cloud .item-list li::before {
        position: absolute;
        content: '';
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background: #666666;
        left: 0px;
        top: 10px;
    }

.cloud .item p {
    font-size: 16px;
    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(../img/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(../img/icon-mobileapp-1.png);
}

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

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

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

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

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

.icon-activeRFID-3 {
    background-image: url(../img/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(../img/icon-mobileapp-5.png);
}

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

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

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

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

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

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

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

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


/* passiveRFID */

.passiveRFID {
    background: url(../img/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(../img/passiveRFID-img-1.jpg) no-repeat;
}

.passiveRFID-section-2 .left-img {
    background: url(../img/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: #eb6100;
}

.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(../img/icon-RFID-time.png) no-repeat;
}

.passiveRFID .txt-content .icon-RFID-point {
    background: url(../img/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(../img/icon-RFID-1.png) no-repeat;
}

.passiveRFID .txt-content .icon-RFID-2 {
    background: url(../img/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(../img/RFID-icon1.png);
    }

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

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

    .passiveRFID-section-3 .RFID-icon-4 {
        background-image: url(../img/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: 52px 0;
    text-align: center;
}

.section-try0 {
    padding: 52px 0;
    text-align: center;
}

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

.section-try0 {
    background-image: url(../img/bg-try-img0.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: 1200px;
}

.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:#eb6100;
    }

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

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

    .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 {
       
        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;
            }

.pagination {
    margin: 30px 0;
}

    .pagination i {
        font-size: 12px;
    }

    .pagination > li {
        display: inline-block;
        margin: 0 5px;
    }

        .pagination > li > a, .pagination > li > span {
            color: #666;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background: #eb6100;
        border-color: #eb6100;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-radius: 0;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        cursor: default;
    }

/** 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;

        }

        .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: #eb6100;
        }

.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 #eb6100;
    }


.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:#eb6100;
    }
    .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;
}





.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: 20%;
}

.news .tabs-category a {
    width: 20%;
}

.tabs-category a:hover {
    color: #eb6100;
}

.tabs-category a.active {
    color: #eb6100;
}

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

.tabs-category a.active span {
    border-bottom: 3px solid #eb6100;
}

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

.cloud .item .row {
    height: 520px;
}

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

.cloud .item .item-content,
.cloud .item .item-img {
    display: table-cell;
    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;
    /*line-height: 30px;*/
    padding: 0 0 80px 0;
}

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

.cloud .item-list li {
    font-size: 16px;
    line-height: 1.5em;
    color: #666666;
    margin-bottom: 8px;
    position: relative;
    padding-left: 10px;
}

    .cloud .item-list li::before {
        position: absolute;
        content: '';
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background: #666666;
        left: 0px;
        top: 10px;
    }

.cloud .item p {
    font-size: 16px;
    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(../img/label-coming.png) no-repeat;
}

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


.section-14 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url('../img/11.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}


    .section-14 .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;
        min-height:320px;
    }

        .section-14 .box:hover {
            transform: scale(1.1);
            transition: .6s;
            background: #69abff;
           
        }

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

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

    .section-14 .box-title {
        font-size: 52px;
        color: #383838;
        min-height: 64px;
        font-weight: normal;
    }

    .section-14 .desc {
        font-size: 28px;
        color: #808080;
        font-weight: 400;
    }

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

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

    .section-14 .box > .icon {
        width: 83px;
        height: 83px;
        background: url('../img/section-4-icon.png') no-repeat;
        background-position: 0 0;
        display: block;
        margin: 0 auto 30px;
        background-size: 166px;
    }

        .section-14 .box > .icon.icon-aqtx {
            background-position: -83px 0px;
        }

        .section-14 .box > .icon.icon-dptfg {
            background-position: -83px -83px;
        }

        .section-14 .box > .icon.icon-zjzyfw {
            background-position: -83px -166px;
        }

        .section-14 .box > .icon.icon-ppjc {
            background-position: -83px -249px;
        }

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

    .section-14 .box:hover > .icon.icon-aqtx {
        background-position: 0px 0px;
    }

    .section-14 .box:hover > .icon.icon-dptfg {
        background-position: 0px -83px;
    }

    .section-14 .box:hover > .icon.icon-zjzyfw {
        background-position: 0px -166px;
    }

    .section-14 .box:hover > .icon.icon-ppjc {
        background-position: 0px -249px;
    }


/* section-201 */

.section-210 {
 
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
  
}

    .section-210 .model-title {
        width: 100%;
        margin-bottom: 50px;
        color: #fff;
    }

    .section-210 .box {
        text-align: center;
        cursor: pointer;
        padding: 50px 40px 20px;
        transform: scale(1);
        transition: .3s;
        background: #f1f1f1;
        border-radius: 6px;
       
    }

        .section-210 .box:hover {
            transform: scale(1.1);
            box-shadow: none;
            transition: .6s;
        }

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

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

 .hengxian{
     height: 0;
     width: 100%;
     border-bottom: 1px solid #cccccc;
           }

.pagex {
	clear: both;
	height: 30px;
	margin: 20px;
	overflow: hidden;
    width: 800px;
    float: right;
}
.mbbody_body .pagex {
	margin-left: 20px;
}
.pagex ul {
}
.pagex ul li {
	float: left;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 8px;
	line-height: 20px;
	background: #fff;
}
.pagex ul li.thisclass {
	display: inline-block;
	border: 1px solid #3970bd;
	padding: 2px 9px;
	margin: 0 10px;
	background: #3970bd;
	color: #fff;
}
.pagex ul li.thisclass a {
	color: #fff;
}
.pagex ul li a:hover {
	color: #1f9652;
}
.pagex ul li span {
	display: inline-block;
	padding: 0;
}