﻿@font-face {
    font-family: 'pingfangSC';
    src: url('../fonts/pingfang_regular-webfont.html');
    src: url('../fonts/pingfang_regular-webfontd41d.html?#iefix') format('embedded-opentype'), url('../fonts/pingfang_regular-webfont-2.html') format('woff2'), url('../fonts/pingfang_regular-webfont-3.html') format('woff'), url('../fonts/pingfang_regular-webfont-4.html') format('truetype'), url('../fonts/pingfang_regular-webfont-5.html#pingfangSC') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none !important;
    font-family: PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
}

a {
    cursor: pointer;
}

body {}

label {
    margin: 0px;
    font-weight: 400;
}

p {
    margin: 0px;
}

img {
    display: block;
    width: 100%;
}

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-lg {
    width: 1440px;
}

.container-md {
    width: 1192px;
}

.container-sm {
    width: 986px;
}

.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: 20px;
}

.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: 18px;
    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;
}

.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: #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%);
}


/* logo-list */

.logo-list {}

.logo-list>li {
    /*width: 25%;*/
	width: 33.3%;
    margin: 25px 0;
}

.logo-list.row3>li {
    margin: 10px 0;
}

.logo-list .logo {
    width: 100%;
    min-width: 240px;
    /*max-width: 200px;*/
	max-width: 240px;
    min-height: 160px;
    margin: auto;
}


/* HEADER */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: transparent;
    z-index: 12;
    transition: 1s;
    border-radius: 0;
}

header .logo {
    width: 180px;
    height: 70px;
    display: block;
    /*background: url('../images/logo-white.png') no-repeat;*/
	background: url('/styleimg.asp?id=logo&tab=config') no-repeat;
    background-position: center center;
    background-size: 100%;
}

header .navbar {
    margin-bottom: 0px;
    padding: 0 25px;
    border: none;
}

header .navbar-nav {
    float: right;
}

header .navbar-nav>li>a {
    color: #eee;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    padding: 24px 38px 0px;
}

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 .dropdown-menu {
    top: 62px;
    left: -15px;
}

header .navbar-nav>li>a>span:after {
    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 .nav .open>a,
header .nav .open>a:hover,
header .nav .open>a:focus,
header .navbar-nav>li>a:focus {
    background: none;
}

header .navbar-btns {
    float: right;
    margin-left: 140px;
    margin-top: 17px;
}

header .navbar-btns>.btn {
    margin-left: 30px;
}

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;
    padding: 0px;
    line-height: 42px;
    text-align: center;
}

header .dropdown-menu>li>a:hover {
    background: #f7fafe;
    color: #668eff;
}

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(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/logo.png') no-repeat;*/
	background: url('/styleimg.asp?id=footlogo&tab=config') 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,
.full-screen .text-box .h5 {
    font-size: 42px;
    margin: 0px;
    margin-bottom: 32px;
    font-weight: 300;
}

.carousel-caption .h1,
.full-screen .text-box .h1 {
    font-size: 42px;
    margin-bottom: 35px;
    letter-spacing: 0px;
    font-weight: 300;
    display: block;
}

.carousel-caption .h6,
.full-screen .text-box .h6 {
    font-size: 18px;
    margin-bottom: 80px;
    font-weight: 300;
    display: block;
}


/* æ²¡æœ‰Banneré¡µé¢æ ‡é¢˜ */

.model-title {
    text-align: center;
}

.model-title .title {
    font-size: 36px;
    /* font-weight: 300; */
    line-height: 44px;
    display: block;
    margin-bottom: 20px;
}

.model-title .title-desc {
    font-size: 18px;
    /* font-weight: 300; */
    display: block;
}


/* banneré«˜åº¦é€‚é… */

@media (min-width: 1441px) {
    .carousel-inner,
    .full-screen {
        height: 700px;
        overflow: hidden;
    }
    .section-2.full-screen {
        height: 100%;
        overflow: visible;
    }
}

@media (max-width: 1440px) {
    .carousel-inner,
    .full-screen {
        height: 540px;
        overflow: hidden;
    }
    .section-2.full-screen {
        height: 100%;
        overflow: visible;
    }
}

.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-left-arrow {}

.icon-arrow.icon-right-arrow {
    background-position: -30px 0;
}


/* full-screen */

.full-screen {
    position: relative;
}

.full-screen .full-screen-img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.full-screen .text-box {
    position: absolute;
    top: 50%;
    right: 20%;
    left: 20%;
    text-align: center;
    padding: 0px;
    bottom: auto;
    transform: translateY(-50%);
    color: #fff;
}

.mui-title-desc {}

.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: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.section-1 .box {}

.section-1 .data {
    font-size: 40px;
    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: 300;
    margin-bottom: 40px;
    display: block;
}

.section-1 .updata-time {
    font-size: 14px;
    color: #b8b8b8;
    font-weight: 300;
}


/* section-2 */

.section-2 {
    padding-top: 80px;
}

.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: 50px;
    width: 90%;
}


/* section-3 */

.section-3 {
    margin-bottom: 100px;
}

.section-3 .box {
    text-align: center;
    padding: 50px 10px;
}

.section-3 .num-title {
    margin-bottom: 20px;
}

.section-3 .num-title .icon {
    width: 106px;
}

.num-title .num {}

.section-3 .box-title,
.section-21 .box-title {
    font-size: 24px;
    color: #383838;
    margin-bottom: 20px;
    font-weight: normal;
}

.section-3 .desc,
.section-21 .desc {
    font-size: 18px;
    color: #808080;
    line-height: 30px;
    min-height: 120px;
    margin-bottom: 30px;
    font-weight: 300;
}

.section-4 {
    padding: 100px 0;
}

.section-4 .box {
    text-align: center;
    cursor: pointer;
    padding: 50px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    background: #fff;
    transform: scale(1);
    transition: .3s;
    border-radius: 6px;
}

.section-4 .box:hover {
    transform: scale(1.1);
    transition: .6s;
    /*background: #69abff;
    background-image: linear-gradient(0deg, #8b8cfb 20%, #69abff 80%);*/
	background: #30b792;
    background-image: linear-gradient(0deg, #30b792 20%, #30b792 80%);
}

.section-4 .num-title {
    margin-bottom: 20px;
}

.section-4 .num-title .icon {
    width: 106px;
}

.num-title .num {}

.section-4 .box-title {
    font-size: 22px;
    color: #383838;
    /* margin-bottom: 20px;  */
    min-height: 64px;
    font-weight: normal;
}

.section-4 .desc {
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    min-height: 130px;
    /* margin-bottom: 30px; */
    font-weight: 300;
}

.section-4 .btn-md {
    min-width: 120px;
    font-size: 16px;
}

.section-4 .model-title {
    margin-bottom: 65px;
}

.section-4 .box>.icon {
    width: 83px;
    height: 83px;
    background: url('/styleimg.asp?id=39&tab=page_class&type=mixpic') 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: #fff;
}

.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: url('/styleimg.asp?id=38&tab=page_class&type=maxpic') no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 100px;
}

.section-21 .model-title {
    width: 100%;
    margin-bottom: 65px;
    color: #fff;
}

.section-21 .box {
    text-align: center;
    cursor: pointer;
    padding: 50px 10px 20px;
    transform: scale(1);
    transition: .3s;
    background: #ebf4ff;
    background-image: linear-gradient(0deg, #ebf4ff 10%, #fff 80%);
}

.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;
    overflow: hidden;
}

.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-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: #444444;
    line-height: 30px;
    margin-left: 20px;
    font-weight: 300;
}

.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: 80px;
}

.section-7 .model-title {
    margin-bottom: 50px;
}

.section-7 .full-screen-img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.section-7 .box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 18px 54px rgba(240, 242, 244, 1);
    padding: 30px 60px 40px;
    width: 100%;
    /* max-width: 687px; */
    margin: auto;
    margin-bottom: 54px;
}

.section-7 .swiper-slide .box {
    transform: scale(0.9, 0.9);
    /*transform-origin: bottom;*/
}

.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: 28px;
    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>li {}

.section-7 .logo-list .logo {
    max-width: 200px;
}


/* 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/insert-img_7.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-9 .model-title {
    margin-bottom: 120px;
}


/* .section-9{
	width: 520px;
	margin: auto;
} */

.section-9 .item {
    text-align: center;
    margin: auto;
    width: 180px;
}

.section-9 .item:nth-child(2) {
    float: right;
}

.section-9 .item .icon {
    width: 126px;
    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 .container {
    /* width: 1320px; */
}

.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-11 */

.section-11 {
    margin-top: 35px;
}

.section-11 .mui-title-desc {
    margin-bottom: 80px;
}

.section-11 .intro-list {
    max-width: 600px;
    margin: auto;
    margin-bottom: 60px;
}

.section-11 .intro-list>li {}

.section-11 .intro-list>li:before {}

.section-11 .insert-img {
    width: 100%;
}


/* section-12 */

.section-12 {
    margin-top: 60px;
}

.section-12 .mui-title-desc {
    margin-bottom: 83px;
    margin-top: 20px;
}

.section-12 .item {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-12 .item .intro-list>li {
    line-height: 1.75em;
}


/* 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 .item {}

.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 {}

.section-16 .case-list {}

.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;
}

.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: 100px;
    margin-bottom: 100px;
}

.section-17 .container {
    padding-left: 40px;
    padding-right: 40px;
}

.section-17 .model-title {
    margin-top: 120px;
    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;
}

.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: 220px;
    margin-bottom: 100px;
}

.section-18 .container {
    padding-left: 40px;
    padding-right: 40px;
}

.section-18 .insert-img {
    max-width: 507px;
}

.section-18 .model-title {
    text-align: left;
    margin-top: 80px;
    margin-bottom: 80px;
}

.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 {
    font-size: 24px;
    color: #383838;
    margin-top: 30px;
    margin-bottom: 27px;
}

.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: 120px;
    padding-bottom: 90px;
}

.section-19 .model-title {
    margin-bottom: 70px;
}

.section-19 .boxs {}

.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: #414667;
}

.footer .nav {}

.footer .nav>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.footer .nav>li.active>a {
    background: none;
}

.footer .nav>li:hover>a {
    background: none;
}

.footer ul {
    padding: 24px 0;
}

.contactLink {
    float: right;
}

.contactLink>li {
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
}

.contactLink .icon {
    width: 26px;
    height: 26px;
    background: url('../images/contact-icon-small.png') no-repeat;
    background-position: 0 0;
    display: block;
    opacity: .8;
}

.contactLink .icon.icon-weixin {
    background-position: 0 0;
}

.contactLink .icon.icon-qq {
    background-position: 0 -26px;
}

.contactLink .icon.icon-email {
    background-position: 0 -52px;
}

.contactLink .icon.icon-phone {
    background-position: 0 -78px;
}

.contactLink a:hover .icon {
    opacity: 1;
}

.footer .copyright {
    border-top: solid 1px #676C93;
    text-align: center;
    color: #676C93;
    padding: 28px 0 36px;
}

.footer .design {
    margin-left: 122px;
    text-decoration: none;
    color: #676C93;
}
.footer .link {
    display:inline-block;
    text-decoration:none;
    font-size: 14px;
    color: #676C93;
    margin-left: 20px;
}

.footer .link img {
    width: 14px;
    margin-right: 4px;
    display: inline-block;
    margin-top: -2px;
}

.footer .design:hover {
    color: #73789f;
}

.footer .design>img {
    width: 66px;
    display: inline-block;
    margin-left: 20px;
}

.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('../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 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(102, 142, 255, 1.0);
}

.contact-icon li.active+li a {
    border-top-color: transparent;
}

.contact-icon #qq_tel.active a {
    border-top-color: rgba(102, 142, 255, 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(102, 142, 255, 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 (max-width: 1440px) {
    .contact-icon .tel-layout,
    .contact-icon .qq-layout {
        right: 58px;
    }
    .contact-icon .tel-layout {
        min-height: 58px;
    }
    .contact-icon .tel-layout p {
        line-height: 38px;
    }
}

@media (min-width: 1441px) {
    .section-10 .container {
        width: 1320px;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .container-lg {
        width: 1240px;
    }
    .container-md {
        width: 992px;
    }
    .container-sm {
        width: 786px;
    }
    header .navbar-btns {
        margin-left: 0px;
    }
    header .navbar-nav>li>a {
        padding: 24px 25px 0px;
    }
}

@media (min-width: 1193px) and (max-width: 1366px) {
    .container-lg {
        width: 1166px;
    }
    .container-md,
    .container-sm {
        /* width: 792px; */
    }
    header .navbar-btns {
        margin-left: 0px;
    }
    header .navbar-nav>li>a {
        padding: 24px 25px 0px;
    }
    /* .section-10 .container{
		width: 100%;
	} */
    .section-10 .intro .price .big-text {
        font-size: 32px;
        line-height: 32px;
    }
    .section-10 .box.box-qybpro .big-text {
        font-size: 26px;
    }
}

@media (min-width: 987px) and (max-width: 1192px) {
    .container-lg {
        width: 100%;
    }
    .container-md {
        width: 100%;
    }
    .container-sm {
        width: 100%;
    }
    header .navbar-btns {
        margin-left: 0px;
    }
    header .navbar-nav>li>a {
        padding: 24px 15px 0px;
    }
    header .navbar-btns>.btn {
        margin-left: 15px;
    }
    .section-10 .function>li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .section-10 .container {
        width: 100%;
    }
}

@media (max-width: 986px) {
    .container-lg {
        width: 100%;
    }
    .container-md {
        width: 100%;
    }
    .container-sm {
        width: 100%;
    }
    header .navbar-btns {
        margin-left: 0px;
    }
    header .navbar-nav>li>a {
        padding: 24px 15px 0px;
    }
    header .navbar-btns>.btn {
        margin-left: 15px;
    }
    /* section-4 */
    .section-4 .box {
        padding: 40px 20px;
    }
    .section-4 .box>.icon {
        background-size: 166px;
        width: 83px;
        height: 83px;
        margin-bottom: 30px;
    }
    .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>.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-4 .box>.title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .section-4 .box>.desc {
        font-size: 16px;
        line-height: 30px;
    }
    .section-10 .container {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .num-title .title {
        font-size: 36px;
    }
    .mui-title-desc .desc {
        font-size: 16px;
    }
    .intro-list>li {
        font-size: 14px;
        line-height: 30px;
    }
    /* .model-title .title {
        font-size: 36px;
    }
    .model-title .title-desc {
        font-size: 16px;
    } */
    .num {
        font-size: 140px;
        line-height: 140px;
    }
    .section-1 .big-text {
        font-size: 54px;
    }
    .section-1 .data {
        font-size: 34px;
    }
    .section-1 .desc {
        font-size: 18px;
    }
    .section-1 .updata-time {
        font-size: 16px;
    }
    .section-2 {
        padding-top: 60px;
    }
    .section-2 .insert-img {
        margin-top: 30px;
    }
    .section-3 .box-title,
    .section-21 .box-title {
        font-size: 22px;
    }
    .section-10 .intro .price .big-text {
        font-size: 32px;
        line-height: 32px;
    }
    .section-10 .box.box-qybpro .big-text {
        font-size: 26px;
    }
    .section-3 {
        margin-bottom: 80px;
    }
    .section-3 .num-title .icon {
        width: 86px;
    }
    .section-3 .desc,
    .section-21 .desc {
        font-size: 14px;
    }
    .section-4 .box>.title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .section-4 .box>.desc {
        font-size: 16px;
        line-height: 26px;
    }
    .section-6 .box>.icon {
        width: 54px;
        margin-bottom: 20px;
    }
    .section-6 .box>.title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .section-6 .box>.desc {
        font-size: 16px;
        line-height: 26px;
    }
    .section-7 .model-title {
        margin-bottom: 50px;
    }
    /* .section-7 .box .logo {
        width: 160px;
    } */
    .section-7 .box .desc {
        font-size: 16px;
    }
    .section-7 .box .principal {
        font-size: 16px;
        margin-bottom: 36px;
    }
    .section-7 .box .link {
        font-size: 14px;
    }
    .section-12 .item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-12 .mui-title-desc {
        margin-bottom: 40px;
    }
    .mui-title-desc .desc {
        margin-top: 10px;
    }
    .section-10 .function>li {
        font-size: 14px;
        letter-spacing: -1px;
    }
    .section-16 .case-filter {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-16 .case-list>li>span {
        font-size: 18px;
    }
    .section-16 .box {
        width: 762px;
        margin-right: 60px;
    }
    .section-16 .box-header {
        padding: 30px 40px;
    }
    .section-16 .box-header .icon {
        width: 50px;
    }
    .section-16 .box-header .box-title {
        padding-left: 20px;
    }
    .section-16 .box-title .title {
        font-size: 30px;
        line-height: 30px;
    }
    .section-16 .box-title .title-desc {
        font-size: 14px;
    }
    .section-16 .box-body {
        padding: 10px 20px 40px;
    }
    /*}
@media (max-width: 1367px){*/
    .contact-icon .icon {
        width: 26px;
        height: 26px;
    }
    .section-1 .data {
        font-size: 30px;
    }
    .section-1 .big-text {
        font-size: 54px;
    }
    .section-1 .desc {
        font-size: 18px;
    }
    .section-1 .updata-time {
        font-size: 14px;
    }
    /* .model-title .title {
        font-size: 36px;
        line-height: 36px;
    }
    .model-title .title-desc {
        font-size: 16px;
    } */
    .num {
        font-size: 140px;
        line-height: 140px;
    }
    .num-title .title {
        font-size: 36px;
    }
    .mui-title-desc .desc {
        font-size: 16px;
    }
    .section-3 .num-title .icon {
        width: 80px;
    }
    .section-3 .box-title,
    .section-21 .box-title {
        font-size: 22px;
    }
    .section-3 .desc,
    .section-21 .desc {
        font-size: 16px;
        line-height: 24px;
    }
    .section-6 .box>.title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .section-6 .box>.icon {
        width: 60px;
        margin-bottom: 20px;
    }
    .section-6 .box>.desc {
        font-size: 16px;
    }
    .section-6 .box {
        padding-right: 20px;
    }
    .section-6 .item .bg-insert-img {
        max-width: 380px;
    }
    .section-6 .item .bg-insert-img.img3 {
        max-width: 550px;
    }
    .section-7 .box .desc {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section-7 .box .principal {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .section-7 .box .link {
        font-size: 16px;
    }
    .section-7 .logo-list .logo {
        max-width: 150px;
    }
    .section-9 {
        padding-bottom: 100px;
    }
    .section-9 .model-title {
        margin-bottom: 80px;
    }
    .section-9 .item .icon {
        width: 100px;
    }
    .section-9 .item .title {
        font-size: 18px;
    }
    .footer .nav>li>a {
        font-size: 16px;
    }
    .contactLink>li {
        font-size: 16px;
    }
    .section-10 .box-body {
        padding: 40px 20px;
    }
    .section-10 .box-body .intro {
        padding-bottom: 30px;
    }
    .section-10 .intro .price .big-text {
        font-size: 32px;
        line-height: 32px;
        margin-top: 10px;
        display: inline-block;
    }
    .section-10 .function>li {
        margin-bottom: 10px;
    }
    .section-10 .intro .price {
        font-size: 16px;
    }
    .section-10 .box.box-qybpro .big-text {
        font-size: 26px;
    }
    .section-10 .box-body .functionList {
        margin-bottom: 40px;
    }
    .section-11 .mui-title-desc {
        margin-bottom: 40px;
    }
    .intro-list>li {
        font-size: 16px;
        line-height: 28px;
    }
    .section-11 .intro-list {
        margin-bottom: 30px;
    }
    .section-11 .insert-img {
        width: 80%;
        margin: auto;
    }
    .section-12 .mui-title-desc {
        margin-bottom: 20px;
    }
    .section-12 .item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-14 .box-body .title-desc {
        font-size: 16px;
    }
    .section-18 .model-title {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .section-18 .box .item .title {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .section-18 .box .item:nth-child(2) {
        margin-left: 40px;
    }
    .section-19 .box .box-header {
        margin-bottom: 20px;
    }
    .section-19 .box .title {
        font-size: 24px;
    }
    .section-19 .box .desc {
        font-size: 16px;
    }
    .section-19 .box .box-body {
        padding: 0 20px;
    }
    .section-19 .box .box-header .icon {
        width: 42px;
        top: 50%;
        left: 26px;
        margin-top: -21px;
    }
    .section-20 .box .number {
        font-size: 40px;
    }
    .section-20 .box .number:after {
        height: 60px;
    }
    .section-20 .box .title {
        font-size: 24px;
    }
    .section-20 .box .title-desc {
        font-size: 16px;
    }
    .section-16 .case-filter {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-16 .case-list>li>span {
        font-size: 18px;
    }
    .section-16 .box {
        width: 762px;
        width: 1010px;
        min-height: 700px;
        margin-right: 60px;
    }
    .section-16 .box-header {
        padding: 30px 40px;
    }
    .section-16 .box-header .icon {
        width: 50px;
    }
    .section-16 .box-header .box-title {
        padding-left: 20px;
    }
    .section-16 .box-title .title {
        font-size: 30px;
        line-height: 30px;
    }
    .section-16 .box-title .title-desc {
        font-size: 14px;
    }
    .section-16 .box-body {
        padding: 10px 20px 40px;
    }
    .contact-icon {
        right: 20px;
    }
}

@media (max-width: 1366px) {
    /* .section-4 .box {
        padding: 40px;
    }
    .section-4 .box>.icon {
        margin-bottom: 30px;
    }
    .section-4 .box>.title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section-4 .box>.desc {
        font-size: 16px;
        line-height: 34px;
    } */
}

@media (max-width: 1201px) {
    .section-10 .container {
        width: 100%;
    }
}

@media (max-width: 1025px) {
    header .navbar {
        padding: 0px;
    }
    .section-1 .data {
        font-size: 24px;
    }
    .section-1 .big-text {
        font-size: 44px;
    }
    .section-2 .insert-img {
        margin: auto;
        margin-top: 20px;
        width: 58%;
    }
    .section-3 .box {
        padding: 20px 10px 50px;
    }
    .section-10 .model-title {
        margin-top: 100px;
    }
    .contactLink>li.phoneNum {
        width: 100%;
    }
    .section-18 {
        margin-top: 140px;
    }
    .section-18 .insert-img {
        width: 40%;
        margin: auto;
    }
    .section-18 .model-title {
        text-align: center;
    }
    .section-18 .box {
        width: 420px;
    }
    .section-18 .box .item:nth-child(2) {
        margin-left: 60px;
    }
    .section-17 .model-title {
        margin-top: 80px;
    }
    .section-17 .box .title {
        font-size: 24px;
    }
    .footer .design {
        display: block;
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media (max-width: 880px) {
    header .navbar-btns>.btn {
        min-width: 70px;
    }
    header .navbar-nav>li>a {
        font-size: 16px;
    }
    header .logo {
        width: 130px;
        background: url('../images/logo-white-xs.png') no-repeat;
        background-size: 100%;
        background-position: center center;
    }
    header.white-header .logo {
        background: url('../images/logo-xs.png') no-repeat;
        background-size: 100%;
        background-position: center center;
    }
}

@media (max-width: 769px) {
    /* .navbar-toggle{
		margin-top: 16px;
		background: #eee;
	}
	.navbar-toggle .icon-bar{
		background: #668eff;
	}
	header .navbar-nav{
		float: none;
	}
	.navbar-collapse.in {

	} */
    .navbar-header {
        float: left;
    }
    #main-nav {
        float: right;
    }
    header .navbar-nav {
        margin: 0;
    }
    header .navbar-nav>li {
        float: left;
    }
    header .navbar-nav>li>a {
        font-size: 14px;
        padding: 24px 12px 0;
    }
    header .logo {
        max-width: 130px;
    }
    header .navbar {
        padding: 0px;
    }
    header .navbar-btns>.btn {
        min-width: 60px;
        font-size: 14px;
    }
    .full-screen .text-box .h6 {
        margin-bottom: 0px;
    }
    .icon-arrow {
        background-size: 30px;
        width: 15px;
        height: 72px;
        margin-top: -36px;
    }
    .icon-arrow.icon-right-arrow {
        background-position: -15px 0;
    }
    .icon-arrow.icon-left-arrow {
        background-position: 0px 0;
    }
    .carousel-caption .h6 {
        margin-bottom: 20px;
    }
    .section-2 {
        padding-top: 40px;
    }
    .section-7 {
        padding-top: 40px;
    }
    .section-7 .model-title {
        margin-bottom: 30px;
    }
    .section-7 .logo-list {
        margin: 40px 0 60px;
    }
    .contactLink>li.phoneNum {
        width: auto;
    }
    .contactLink {
        float: none;
    }
    .section-10 .model-title {
        margin-top: 60px;
    }
    .section-10 .box {
        margin: 0 100px 40px;
    }
    .section-12 .img>img {
        width: 50%;
        margin: auto;
    }
    .section-12 .intro-list {
        max-width: 600px;
        margin: auto;
    }
    .section-14 {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }
    .section-14 .box-body .title-desc {
        font-size: 14px;
    }
    .section-14 .item {
        width: 80%;
        margin: auto;
        margin-bottom: 80px;
    }
    .section-18 {
        margin-top: 100px;
    }
    .section-18 .insert-img {
        width: 50%;
    }
    .section-17 .model-title {
        margin-top: 40px;
    }
    .section-16 .box-header {
        padding: 20px 30px;
    }
    .section-16 .box-header .icon {
        width: 40px;
    }
    .section-16 .box-title .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .section-16 .box {
        width: 640px;
        margin-right: 60px;
    }
}

@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('/styleimg.asp?id=logo&tab=config') no-repeat;*/
		background: url('/styleimg.asp?id=footlogo&tab=config') no-repeat;
        background-position: center center;
        background-size: 100%;
    }
    header.white-header .logo {
        background: url('/styleimg.asp?id=footlogo&tab=config') no-repeat;
        background-position: center center;
        background-size: 100%;
    }
}

.pt0 {
    padding-top: 0px;
}


/* .carousel-inner {
    height: 100%;
} */

.carousel-inner>.item {
    height: 100%;
    -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 img,
.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 img {
    -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-banner {
    background: url(/Images/banner-about.jpg) center center no-repeat;
    background-size: cover;
}

.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(/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 */

.banner-device.full-screen {
    height: 512px;
    background: url(../images/banner-device.jpg) center top;
}

.banner-device.full-screen .text-box {
    left: 0;
    right: 0;
}

.banner-device.full-screen .text-box .h1 {
    color: #383838;
    font-size: 36px;
    color: #383838;
    font-family: PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.banner-device.full-screen .text-box .h6 {
    color: #808080;
}

.device .container {
    width: 1130px;
}

.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: 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: inline-block;
}

ul.lead li {
    margin-bottom: 30px;
    font-weight: 400;
    padding-left: 5px;
    font-size: 18px;
}

ul.lead li {
    list-style-image: url(../images/device/list-style-circle.png);
    text-align: left;
}

.nav-tabs-sub {
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #e0e8ff;
    display: inline-block;
    margin-top: 55px;
    margin-bottom: 75px;
    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;
}

.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: 300;
}

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;
}

@media (max-width: 1024px) {
    .device .container {
        width: 100%;
    }
    .nav-tabs-device>li>a {
        margin: 0 10px;
    }
    .nav-tabs-sub>li>a {
        width: 100%;
        padding: 0 50px;
        letter-spacing: 0;
        min-width: 200px;
    }
    .nav-tabs-device {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .nav-box-left {
        display: none;
    }
    .nav-box-right {
        display: block;
    }
    .nav-tabs-sub>li>a {
        width: 100%;
        padding: 0 30px;
        letter-spacing: 0;
    }
    .nav-tabs-sub {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .nav-tabs-sub.fixed-tabs {
        margin-left: -311px;
    }
    .banner-device.full-screen .text-box .h6 {
        padding: 0 20%;
        line-height: 1.5em;
    }
    .media-device {
        margin-bottom: 30px;
    }
    .media-device .media-body {
        padding-left: 40px;
    }
    .media-device .media-right {
        width: 50%;
    }
    .media-device .media-right img {
        width: 100%;
    }
    .nav-box-left {
        display: none;
    }
    .nav-box-right {
        display: block;
    }
    ul.lead {
        width: 80%;
    }
    .course-timeline {
        width: 100%;
    }
}


/* platform */

.platform {
    margin: 0;
    margin-bottom: 100px;
}

.banner-platform.full-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 303px;
    z-index: 9;
    background-image: none;
}

.banner-platform.full-screen .text-box {
    top: 235px;
}

.platform .tab-content .tab-pane {
    position: relative;
}

.platform .tab-content .tab-pane.active.animated {
    display: block;
}

.platform .tab-content {
    width: 1200px;
    margin: 0 auto;
}

.platform-caption {
    position: absolute;
    top: 40px;
    left: 80px;
    width: 420px;
}

.platform-caption-title {
    font-size: 34px;
    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: flex;
    align-items: flex-end;
    justify-content: center;
    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: 25px;
}

.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 {
    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: 40px;
}

.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;
}

@media (max-width: 1440px) {
    .nav-shape {
        padding-top: 110px;
    }
    .nav-shape h4 {
        margin-bottom: 23px;
    }
    .nav-tabs-platform>li.active>a h4,
    .nav-tabs-platform>li.active>a:hover h4,
    .nav-tabs-platform>li.active>a:focus h4 {
        margin-bottom: 15px;
        margin-top: -7px;
    }
    .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 {
        margin-bottom: 23px;
        margin-top: 0px;
    }
}

@media (max-width: 1024px) {
    .nav-tabs-platform {
        padding: 0;
    }
    .nav-tabs-platform>li>a {
        height: 450px;
    }
    .nav-shape {
        padding-top: 110px;
    }
    .nav-shape h4 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .nav-shape span {
        font-size: 16px;
    }
    .platform .tab-content .tab-pane {
        padding-top: 80px;
    }
    .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: 18px!important;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .nav-tabs-platform {
        padding: 0;
    }
    .banner-platform.full-screen .text-box {
        top: 180px;
    }
    .nav-tabs-platform>li>a {
        height: 400px;
    }
    .nav-shape {
        padding-top: 130px;
    }
    .nav-shape h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .nav-shape span {
        font-size: 14px;
    }
    .platform-caption {
        width: 50%;
        font-size: 14px;
    }
    .platform-caption-title {
        font-size: 24px;
    }
    .platform-caption p {
        font-size: 14px;
    }
}


/* 动画 */

.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;
}


/* RFID */

.banner-RFID {
    background: url(/Images/banner-RFID.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 90px;
    height: calc((100vw - 17px) / 2);
}

.video-background {
    position: relative;
    font-size: 0;
}

.video-background .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-RFID video {
    width: 100%;
}

.banner-RFID .text-box .h1 {
    font-size: 44px;
    font-weight: 400;
}

.banner-RFID .text-box .h6 {
    font-size: 20px;
    font-weight: 400;
}

.RFID .container {
    width: 1200px;
    padding: 0;
}

.RFID .row {
    display: flex;
}

.RFID .row [class*=col-] {
    display: table-cell;
}

.RFID .row .panel {
    height: 100%;
}

.RFID .title {
    font-size: 36px;
    /* font-weight: 700; */
    text-align: center;
    margin-bottom: 75px;
}

.RFID-section-1 {
    margin-bottom: 80px;
}

.RFID-section-1 .row {
    margin: 0 -3px;
}

.RFID-section-1 .row [class*="col-"] {
    padding: 0 3px;
}

.RFID-section-1 .panel {
    background: #fbfdff;
    box-shadow: none;
    margin-bottom: 0;
    transition: all .5s linear;
    transform: translate3d(0, 0, 0);
}

.RFID-section-1 .panel:hover {
    transform: translate3d(0, -5px, 0);
}

.RFID-section-1 .panel .panel-header {
    padding: 0;
    height: 120px;
    color: #fff;
    background: linear-gradient(120deg, #757cde, #9ba3ee);
    display: flex;
    align-items: center;
    justify-content: center;
}

.RFID-section-1 .panel .panel-header .panel-title {
    font-size: 22px;
}

.RFID-section-1 .panel .panel-header .panel-title span {
    position: relative;
    font-size: 54px;
    line-height: 1em;
    font-weight: 300;
    margin-right: 20px;
}

.RFID-section-1 .panel .panel-header .panel-title span::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 70%;
    bottom: 15%;
    right: -10px;
    transform: rotate(15deg);
}

.RFID-section-1 .panel .panel-body {
    padding: 40px 45px;
}

.RFID-section-1 .panel p {
    font-size: 14px;
    color: #787878;
    line-height: 2em;
}

.RFID-section-2 {
    margin-bottom: 80px;
}

.RFID-section-2 .RFID-icon {
    display: inline-block;
    background: url(../images/RFID-icon.png) no-repeat;
    width: 122px;
    height: 55px;
}

.RFID-section-2 .panel {
    padding: 50px 60px;
    background: #fbfdff;
    border: 1px solid #eee;
    border-radius: 0;
    min-height: 500px;
    box-shadow: none;
    margin-bottom: 0;
    transition: all .5s linear;
    transform: translate3d(0, 0, 0);
}

.RFID-section-2 .panel:hover {
    transform: translate3d(0, -5px, 0);
}

.RFID-section-2 .panel-header {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.RFID-section-2 .panel-header span {
    position: relative;
}

.RFID-section-2 .panel-header span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #8091ea;
    bottom: -10px;
    left: 0;
}

.RFID-section-2 .panel .panel-body {
    padding: 0;
    text-align: center;
}

.RFID-section-2 .panel .panel-body small {
    text-align: center;
    color: #787878;
    font-size: 14px;
    line-height: 1.71em;
}

.RFID-section-2 .panel .panel-body img {
    width: auto;
    display: block;
    margin: 20px auto 0 auto;
}

.RFID-section-2 .panel .panel-body p {
    text-align: left;
    font-size: 18px;
    line-height: 2em;
    color: #787878;
}

.RFID-section-3 {
    margin-bottom: 40px;
}

.RFID-section-3 .row {
    margin: 0;
}

.RFID-section-3 .row img {
    width: initial;
}

.RFID-section-3 .row [class*=col-] {
    padding: 0;
}

.RFID-section-3 .caption-txt {
    padding-left: 70px;
    padding-top: 125px;
    padding-bottom: 20px;
}

.RFID-section-3 .title {
    text-align: left;
    font-size: 40px;
    margin-bottom: 30px;
}

.RFID-section-3 li {
    width: 220px;
    margin-bottom: 20px;
}

.RFID-section-3 .RFID-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}

.RFID-section-3 .RFID-icon-1 {
    background-image: url(../images/RFID-icon1.png);
}

.RFID-section-3 .RFID-icon-2 {
    background-image: url(../images/RFID-icon2.png);
}

.RFID-section-3 .RFID-icon-3 {
    background-image: url(../images/RFID-icon3.png);
}

.RFID-section-3 .RFID-icon-4 {
    background-image: url(../images/RFID-icon4.png);
}

.RFID-section-3 ul li {
    float: left;
    font-size: 20px;
    color: #464646;
    transition: all .5s linear;
    transform: translate3d(0, 0, 0);
}

.RFID-section-3 ul li:hover {
    transform: translate3d(0, -5px, 0);
}

.RFID-section-4 {
    margin-bottom: 100px;
}

.RFID-section-4 .row {
    margin: 0 -8px;
}

.RFID-section-4 .row [class*="col-"] {
    padding: 0 8px;
}

.RFID-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;
}

.RFID-section-4 .panel:hover {
    transform: translate3d(0, -5px, 0);
    cursor: pointer;
}

.RFID-section-4 .panel .panel-header {
    font-size: 22px;
    /* font-weight: 700; */
    color: #383838;
    text-align: center;
    margin-bottom: 40px;
}

.RFID-section-4 .panel .panel-body {
    padding: 0;
    margin-bottom: 30px;
}

.RFID-section-4 .panel p {
    font-size: 14px;
    color: #767676;
    line-height: 1.71em;
}

.RFID-section-4 .panel .btn-blue {
    min-width: 170px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -85px;
    background: linear-gradient(0, #757cde, #76a1f6)
}

@media (max-width: 1024px) {
    .banner-RFID {
        height: 50vw;
    }
    .RFID .container {
        width: 100%;
        padding: 0 15px;
    }
    .RFID-section-1 .panel .panel-body {
        padding: 30px;
    }
    .RFID-section-2 .panel {
        padding: 40px;
    }
    .RFID-section-3 .row img {
        width: 100%;
    }
    .RFID-section-3 .caption-txt {
        padding-left: 20px;
        padding-top: 100px;
    }
    .RFID-section-3 ul li {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .RFID-section-1 .panel .panel-header .panel-title span {
        font-size: 30px;
    }
    .RFID-section-1 .panel .panel-header .panel-title {
        font-size: 18px;
    }
    .RFID-section-3 .title {
        font-size: 30px;
    }
    .RFID-section-3 .RFID-icon {
        width: 40px;
        height: 40px;
    }
    .RFID-section-3 .caption-txt {
        padding-left: 20px;
        padding-top: 60px;
    }
    .RFID-section-3 ul li {
        width: 150px;
        font-size: 18px;
    }
    .RFID-section-4 .panel .panel-header {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.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;
    line-height: 43px;
    padding-left: 1px;
    }
    .modal-box .close-btn i {
    color: #fff;
    }