html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: 0;
}

body {
    font-size: 14px;
    font-family: 'Microsoft YaHei', 'SimSun';
}

body,
a,
a:hover {
    color: #323232;
    text-decoration: none;
}

.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header .container {
    position: relative;
}

.brand {
    padding: 20px 0;
}

.logo {
    width: 167px;
    height: 49px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/logo.png);
}

.nav {
    position: absolute;
    right: 0;
    top: 20px;
}

.nav li {
    position: relative;
    float: left;
    line-height: 50px;
}

.nav li ul {
    position: absolute;
    z-index: 1;
    display: none;
    top: 50px;
    width: 120px;
    background-color: #fff;
    left: -70px;
    margin-left: 50%;
    padding: 10px 0;
    border: 1px solid #e5e5e5\9;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.nav li ul.w-product {
    width: 180px;
}

.nav li ul li {
    float: none;
    line-height: 40px;
    text-align: center;
}

.nav a {
    padding: 0 15px;
    color: #303435;
}

.nav li:hover ul {
    display: block;
}

.nav li ul a {
    display: block;
    font-size: 14px;
}

.nav li ul a:hover {
    background-color: #46A1F0;
    color: #fff;
}

.banner {
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    display: block;
}


/*slider*/

.hiSlider {
    overflow: hidden;
    height: auto;
    width: auto;
    background: #eee;
}

.hiSlider-item {
    float: left;
}


/* jquery.hiSlider.css */

.hiSlider-pages,
.hiSlider-title {
    position: absolute;
    z-index: 3;
}

.hiSlider-btn-prev,
.hiSlider-btn-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    background: url(../images/hislider-arrow.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter: alpha(opacity: 60);
}

.hiSlider-btn-prev {
    left: 10px;
}

.hiSlider-btn-next {
    right: 10px;
    background-position: -30px 0;
}

.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover {
    opacity: 1;
    filter: alpha(opacity: 100);
}

.hiSlider-title {
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0, 0, 0, .15);
    z-index: 2;
}

.hiSlider-pages {
    bottom: 10px;
    right: 10px;
    text-align: right;
}

.hiSlider-pages a {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #ddd;
}

.hiSlider-pages a.active {
    background: #5472BF;
}


/*slider end */

.title {
    line-height: 90px;
    font-size: 30px;
    text-align: center;
}

.title span {
    position: relative;
    display: inline-block;
}

.title span:after {
    position: absolute;
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin-left: -45%;
    background-color: #429DEC;
}

.text-tab {
    line-height: 46px;
    text-align: center;
}

.text-tab a {
    padding: 0 16px;
    font-size: 12px;
}

.text-tab a.active {
    color: #46A2EF;
}

.footer {
    color: #fff;
    background-color: #262930;
}

.footer-info {
    display: table;
    padding: 50px 0 80px;
}

.footer-info-list {
    width: 290px;
}

.footer-info-list li {
    line-height: 38px;
}

.footer-info-list .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-image: url(../images/footer-icon.png);
}

.footer-info-list .icon-position {
    background-position: 0 0;
}

.footer-info-list .icon-tel {
    background-position: -26px 0;
}

.footer-info-list .icon-email {
    background-position: -52px 0;
}

.footer-copyright {
    background-color: #202126;
    line-height: 50px;
    text-align: center;
}

.footer-nav,
.footer-qcode,
.footer-info-list {
    display: table-cell;
    vertical-align: top;
}

.footer-nav {
    width: 510px;
    overflow: hidden;
    margin-left: -40px;
}

.footer-nav dl {
    float: left;
    padding-left: 40px;
}

.footer-nav dl.first {
    padding-left: 0;
}

.footer-nav dt {
    line-height: 32px;
    padding-right: 10px;
    color: #449ae5;
    font-size: 18px;
}

.footer-nav dd {
    line-height: 28px;
    padding-right: 10px;
}

.footer-nav dd a {
    color: #fff;
}

.footer-qcode {
    width: 200px;
    text-align: center;
}

.footer-qcode span {
    display: block;
    line-height: 24px;
    font-size: 12px;
    width: 100%;
}


/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}


/* banner */

.banner-bdap {
    background: url(../../img/product-BDAP-banner.jpg) center 0;
    height: 564px;
}

.banner-training {
    height: 420px;
    background: url(../../img/product-training-banner.jpg) center 0;
}

.innerpage {
    height: 260px;
    background: url(../../img/article-banner.jpg) center 0 no-repeat;
}


/*=== article ===*/

.article-title {
    height: 58px;
    border-bottom: 1px solid #429DEC;
    padding-top: 10px;
    line-height: 58px;
}

.article-title h2 {
    font-weight: normal;
    color: #313131;
}

.article-main {
    overflow: hidden;
    padding: 46px 0;
}

.article-nav li {
    height: 58px;
}

.article-nav a {
    display: block;
    height: 58px;
    color: #54637f;
    padding-left: 20px;
    line-height: 42px;
    font-size: 24px;
}

.article-nav li.current a,
.article-nav a:hover {
    background-color: #46A1F0;
    color: #fff;
}

.article-nav span {
    position: relative;
}

.article-nav span:after {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    bottom: -8px;
    left: 8px;
    background-color: #262626;
}

.article-nav li.current span:after,
.article-nav a:hover span:after {
    background-color: #fff;
}

.article-content {
    color: #282828;
}

.article-content h4,
.article-content h5 {
    line-height: 48px;
    font-size: 16px;
}

.article-content p {
    line-height: 30px;
}


/* article list */

.list-bar {
    border-bottom: 1px solid #46a1f0;
}

.list-title {
    width: 700px;
    float: left;
}

.list-cnt-w {
    width: 1000px;
    line-height: 2;
    padding-top: 15px;
}

.list-cnt-d {
    border: 1px solid #46a1f0;
    padding: 8px 0;
    display: block;
    width: 100px;
    text-align: center;
    float: right;
}

.list-cnt-d:hover {
    color: #3C92DB;
    text-decoration: none;
}

.list-date {
    text-align: right;
}

.article-list {
    margin-top: -20px;
}

.news-content .article-list li {
    margin: 30px 0;
}

.news-content .list-title {
    font-size: 18px;
    font-weight: bold;
}

.news-content .list-bar {
    padding-bottom: 15px;
}

.news-content p {
    line-height: 2.5;
}

.news-content h4 {
    line-height: 3;
}

.join-content p {
    line-height: 2.5;
}

.join-content .tit {
    font-size: 16px;
}

.news-content a:hover {
    text-decoration: underline;
}

.case-content {
    margin: 0 -30px
}

.case-content li {
    float: left;
    width: 620px;
    margin: 10px 30px;
}

.case-tit {
    font-size: 18px;
    display: block;
    padding: 10px 0;
    color: #0C6BBB;
}

.case-tit:hover {
    color: #0C6BBB;
    text-decoration: underline;
}

.case-cnt {
    line-height: 2;
    height: 90px;
}

.product-video-list li {
    float: left;
}


/*=== article end ===*/


/*=== big data ===*/

.BDAP-advantage {
    padding-top: 55px;
    padding-bottom: 150px;
    font-family: "微软雅黑";
}

.BDAP-advantage .container {
    padding-top: 80px;
}

.BDAP-advantage-line {
    position: relative;
    min-height: 400px;
}

.BDAP-advantage-line-1 {
    padding-left: 50%;
    margin-bottom: 60px;
}

.BDAP-advantage-line-2 {
    padding-right: 50%;
}

.BDAP-advantage-photo {
    position: absolute;
    top: 0;
}

.BDAP-advantage-line-1 .BDAP-advantage-photo {
    left: 0;
    padding-top: 80px;
}

.BDAP-advantage-line-2 .BDAP-advantage-photo {
    right: 0;
    padding-top: 90px;
    padding-right: 30px;
}

.BDAP-advantage-caption i,
.BDAP-advantage-caption span {
    display: block;
}

.BDAP-advantage-caption i {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.BDAP-advantage-caption span {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    font-size: 32px;
    font-weight: normal;
}

.BDAP-advantage-icon-1 {
    width: 70px;
    height: 90px;
    background-image: url(../images/BDAP-advantage-icon-1.png);
}

.BDAP-advantage-icon-2 {
    width: 65px;
    height: 100px;
    background-image: url(../images/BDAP-advantage-icon-2.png);
}

.BDAP-advantage-content {
    line-height: 40px;
}

.BDAP-core {
    padding-top: 25px;
    padding-bottom: 85px;
    background-color: #F2F6FF;
    font-family: "微软雅黑";
}

.BDAP-core .container {
    padding-top: 70px;
    height: 580px;
    position: relative;
}

.BDAP-core-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 960px;
    height: 170px;
    margin-left: -480px;
    margin-top: -210px;
    padding-top: 250px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/BDAP-core-center.png);
}

.BDAP-core-center i {
    display: none;
}

.BDAP-core-center span {
    display: block;
    color: #868ca0;
    line-height: 26px;
}

.BDAP-core-center h2 {
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    color: #464f6e;
    font-weight: normal;
}

.BDAP-core-item {
    position: absolute;
    width: 300px;
    padding-left: 120px;
    min-height: 140px;
}

.BDAP-core-left-top {
    left: 0;
    top: 70px;
}

.BDAP-core-right-top {
    right: 0;
    top: 70px;
}

.BDAP-core-left-bottom {
    left: 0;
    bottom: 50px;
}

.BDAP-core-right-bottom {
    right: 0;
    bottom: 0;
}

.BDAP-core-item i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 110px;
    border: 1px solid #4B8FE0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/BDAP-core-icon.png);
}

.BDAP-core-left-top i {
    background-position: 0 0;
}

.BDAP-core-right-top i {
    background-position: -110px 0;
}

.BDAP-core-left-bottom i {
    background-position: -220px 0;
}

.BDAP-core-right-bottom i {
    background-position: -330px 0;
}

.BDAP-core-item:hover i {
    background-position-y: -110px;
    background-color: #4990E2;
    border-color: #4990E2;
}

.BDAP-core-item h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}

.BDAP-core-item p {
    line-height: 26px;
    color: #97a3b4;
}

.product-video {
    padding-top: 60px;
}


/*=== big data end ===*/


/*=== index.css ===*/

.products {
    padding-top: 30px;
    padding-bottom: 120px;
}

.products-block {
    padding-top: 30px;
}

.products-item {
    position: relative;
    float: left;
    height: 300px;
    text-align: center;
}

.products-training .products-item {
    width: 260px;
}

.products-BDAP .products-item {
    width: 433px;
}

.products-item-inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 300px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    background-color: #fff;
}

.products-training .products-item-inner {
    width: 261px;
}

.products-BDAP .products-item-inner {
    width: 433px;
}

.products-item-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.products-training .products-item-title {
    padding-top: 20px;
}

.products-item-title strong {
    padding: 20px 0;
}

.products-BDAP .products-item-title {
    padding-top: 30px;
}

.products-item-title .icon {
    display: block;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}

.products-item-title strong {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    color: #333;
}

.products-item-title span {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #919090;
}

.products-item ul.row-3 {
    padding-top: 20px;
}

.products-item ul.row-4 {
    padding-top: 30px;
}

.products-item p {
    width: 380px;
    padding-top: 24px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
}

.icon-products-training-1 {
    background-image: url(../images/icon-sx-01.png);
}

.icon-products-training-2 {
    background-image: url(../images/icon-sx-02.png);
}

.icon-products-training-3 {
    background-image: url(../images/icon-sx-03.png);
}

.icon-products-training-4 {
    background-image: url(../images/icon-sx-04.png);
}

.icon-products-training-5 {
    background-image: url(../images/icon-sx-05.png);
}

.icon-products-BDAP-1 {
    background-image: url(../images/icon-dsj-01.png);
}

.icon-products-BDAP-2 {
    background-image: url(../images/icon-dsj-02.png);
}

.icon-products-BDAP-3 {
    background-image: url(../images/icon-dsj-03.png);
}

.icon-products-BDAP-4 {
    background-image: url(../images/icon-dsj-04.png);
}

.tells-block {
    background-color: #383D41;
    margin-top: 75px;
    margin-bottom: 45px;
}

.tells-list {
    overflow: hidden;
}

.tells-item {
    position: relative;
    width: 590px;
    height: 332px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.tells-item-training {
    float: left;
}

.tells-item-BDAP {
    float: right;
}

.tells-item img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.tells-item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: background-color linear .2s;
    -o-transition: background-color linear .2s;
    transition: background-color linear .2s;
}

.tells-item .icon {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 66px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: top linear .2s;
    -o-transition: top linear .2s;
    transition: top linear .2s;
}

.tells-item-training .icon {
    background-image: url(../images/tells-training.png);
}

.tells-item-BDAP .icon {
    background-image: url(../images/tells-BDAP.png);
}

.tells-item .icon:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 1px;
    content: '';
    background-color: #fff;
    margin-left: -20px;
}

.tells-item strong {
    display: block;
    position: absolute;
    top: 195px;
    left: 0;
    width: 100%;
    height: 30px;
    font-size: 28px;
    font-weight: normal;
    -webkit-transition: top linear .2s;
    -o-transition: top linear .2s;
    transition: top linear .2s;
}

.tells-item span {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 110px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    height: 0;
    line-height: 26px;
    font-size: 16px;
    -webkit-transition: height linear .2s;
    -o-transition: height linear .2s;
    transition: height linear .2s;
}

.tells-item a {
    display: block;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 106px;
    margin-left: -54px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: height linear .2s;
    -o-transition: height linear .2s;
    transition: height linear .2s;
}

.tells-item:hover .mask {
    background-color: rgb(70, 161, 240);
    background-color: rgba(70, 161, 240, .78);
}

.tells-item:hover .icon {
    top: 20px;
}

.tells-item:hover .icon:after {
    display: none;
}

.tells-item:hover strong {
    top: 124px;
}

.tells-item:hover span {
    height: 52px;
}

.tells-item:hover a {
    display: block;
    border: 1px solid #fff;
    height: 30px;
}

.tells-item.in-other .img {
    display: none;
}

.notice .container {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
}

.notice-item {
    width: 420px;
    padding-left: 60px;
    position: relative;
}

.notice-left {
    float: left;
}

.notice-right {
    float: right;
}

.notice-item span {
    position: absolute;
    display: block;
    width: 80px;
    left: 0;
    top: 0;
    font-family: impact;
}

.notice-item em {
    display: block;
    line-height: 28px;
    height: 28px;
    font-size: 21px;
    font-style: normal;
    color: #5A5A58;
}

.notice-item strong {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #CCCCCE;
    margin-top: -6px;
}

.notice-item h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #0D6ABA;
    margin-bottom: 10px;
}

.notice-item h3 a {
    color: #47A0F0;
}

.notice-item h3 a:visited {
    color: #0C6BBB;
}

.notice-item p {
    line-height: 24px;
    color: #5A5C5B;
}


/* TABS */

.tab,
.tab-con {
    position: relative;
    overflow: hidden;
}

.tab-nav {
    padding: 100px 0 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.tab-nav a {
    height: 35px;
    display: inline-block;
    font-size: 14px;
    padding: 0 30px;
    color: #999;
    position: relative;
}

.tab-nav a:before {
    width: 100%;
    height: 70px;
    position: absolute;
    top: -70px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 56px;
    content: '';
}

.tab-nav a.sx:before {
    background-image: url(../images/index-icon-sx.png);
}

.tab-nav a.sm:before {
    background-image: url(../images/index-icon-sm.png);
}

.tab-nav a.dsj:before {
    background-image: url(../images/index-icon-dsj.png);
}

.tab-nav a.dmt:before {
    background-image: url(../images/index-icon-dmt.png);
}

.tab-nav a.dh:before {
    background-image: url(../images/index-icon-dh.png);
}

.tab-nav a.jc:before {
    background-image: url(../images/index-icon-jc.png);
}

.tab-nav a.js:before {
    background-image: url(../images/index-icon-js.png);
}

.tab-nav a.zncb:before {
    background-image: url(../images/index-icon-zncb.png);
}

.tab-nav a.current {
    color: #000;
    font-weight: bold;
}

.tab-nav a.current:before {
    background-position: center -83px;
    background-position: center 0\9;
}

.tab-nav a:hover:before {
    background-position: center -90px\9;
}

.tab-con-item {
    display: none;
}

.tab-line {
    position: absolute;
    bottom: -1px;
    width: 84px;
    height: 4px;
    background-color: deepskyblue;
}


/* services */

.services {
    background: url(../images/bg-service.jpg) center center;
    padding: 30px 0;
    color: #fff;
}

.services a {
    color: #fff;
}

.services-row {
    margin: 30px -30px;
    text-align: center;
}

.services-title {
    font-size: 21px;
    font-weight: bold;
    padding: 10px 0 !important;
}

.services-detail {
    font-size: 21px;
}


/* pro */

.tabs-cover {
    width: 40%;
    float: left;
}

.tabs-book {
    width: 400px;
    padding-top: 10px;
    text-align: center;
    background-image: url(../images/bg-macbook.png);
    background-repeat: no-repeat;
    margin-top: 40px;
}

.tabs-book img {
    width: 300px;
}

.tabs-book-btn {
    margin-top: 50px;
}

.tabs-book-btn a {
    display: inline-block;
    text-align: center;
    padding: 8px 25px;
    margin: 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.tabs-book-btn a:hover {
    color: #fff;
    background-color: #46A1F0;
    border-color: #46A1F0;
}

.tabs-info {
    width: 60%;
    min-height: 400px;
    float: right;
}

.tabs-info img {
    width: 60px;
    float: left;
    margin-left: -80px;
}

.tabs-info li {
    padding: 5px 0;
    padding-left: 60px;
}

.tab-content {
    padding-top: 30px;
}

.tabs-info p {
    line-height: 2;
}

.tabs-info-title {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.notice-btn-more {
    display: inline-block;
    padding: 8px 25px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.notice-btn-more:hover {
    color: #fff;
    background-color: #46A1F0;
    border-color: #46A1F0;
}


/*=== index.css end ===*/


/*=== product ===*/

.product-board {
    background-color: #E6EFFE;
    padding-top: 160px;
    padding-bottom: 120px;
}

.product-board-list {
    overflow: hidden;
    width: 1005px;
}

.product-board-item,
.product-board-title {
    float: left;
    width: 330px;
    height: 218px;
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
}

.product-board-title strong {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 0;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    color: #546380;
}

.product-board-title span {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #8B94A5;
}

.product-board-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
}

.product-board-item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(67, 67, 67, .47);
}

.product-board-item .mask:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    content: '';
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/icon-plus.png);
}

.product-board-item .icon {
    display: none;
    width: 70px;
    height: 70px;
    margin: 20px auto 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.product-board-item .icon-1 {
    background-image: url(../images/product-training-board-icon-1.png);
}

.product-board-item .icon-2 {
    background-image: url(../images/product-training-board-icon-1.png);
}

.product-board-item .icon-3 {
    background-image: url(../images/product-training-board-icon-1.png);
}

.product-board-item .icon-4 {
    background-image: url(../images/product-training-board-icon-1.png);
}

.product-board-item .icon-5 {
    background-image: url(../images/product-training-board-icon-1.png);
}

.product-board-item p {
    display: none;
    width: 334px;
    margin: 10px auto 0;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.product-board-item:hover .mask {
    background-color: #46A1F0;
}

.product-board-item:hover .mask:after {
    display: none;
}

.product-board-item:hover .icon,
.product-board-item:hover p {
    display: block;
}

.product-point {
    padding-top: 40px;
}

.product-point-list {
    margin-left: -35px;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 40px;
}

.product-point-list li {
    float: left;
    width: 165px;
    text-align: center;
    padding-left: 35px;
    cursor: pointer;
}

.product-point-list .icon {
    display: block;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.product-point-list .icon:before {
    width: 100px;
    height: 100px;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    border: 1px solid #B6B6B6;
    border-radius: 50%;
}

.product-point-list .icon:after {
    width: 85px;
    height: 85px;
    position: absolute;
    content: '';
    left: 17px;
    top: 17px;
    border: 1px solid #B6B6B6;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-point-list .icon-1 {
    background-image: url(../images/product-point-icon-1.png);
}

.product-point-list .icon-2 {
    background-image: url(../images/product-point-icon-2.png);
}

.product-point-list .icon-3 {
    background-image: url(../images/product-point-icon-3.png);
}

.product-point-list .icon-4 {
    background-image: url(../images/product-point-icon-4.png);
}

.product-point-list .icon-5 {
    background-image: url(../images/product-point-icon-5.png);
}

.product-point-list p {
    padding-top: 25px;
    line-height: 26px;
    color: #656565;
}

.product-point-list li:hover .icon:before,
.product-point-list li:hover .icon:after {
    border-color: #64B3F8;
}

.product-point-list li:hover p {
    color: #3C92DB;
}

.product-intro {
    padding-top: 65px;
    padding-bottom: 35px;
}

.product-intro .container {
    padding-top: 75px;
}

.product-intro-list {
    width: 1324px;
    height: 480px;
}

.product-intro-list li {
    float: left;
    display: inline;
    margin-right: 24px;
    width: 307px;
    margin-top: 136px;
    -webkit-transition: margin-top linear .2s;
    -o-transition: margin-top linear .2s;
    transition: margin-top linear .2s;
}

.product-intro-list li.active {
    margin-top: 36px;
}

.product-intro-list h3 {
    padding-top: 28px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #E6EFFE;
    color: #52555A;
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.product-intro-list h3:before {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    top: -36px;
    width: 73px;
    margin-left: -36px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/product-intro-title-icon.png);
}

.product-intro-list .content {
    overflow: hidden;
    background-color: #1D2089;
    padding: 0 30px;
    height: 0;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.product-intro-list .content p {
    height: 100%;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    overflow-y: auto;
}

.product-intro-list li.active .content {
    height: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-intro-list .control {
    cursor: pointer;
    height: 54px;
    background-color: #1D2089;
    position: relative;
    -webkit-transition: background-color linear .2s;
    -o-transition: background-color linear .2s;
    transition: background-color linear .2s;
}

.product-intro-list .control:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/product-intro-control-icon-open.png);
}

.product-intro-list li.active .control {
    background-color: #E6EFFE;
}

.product-intro-list li.active .control:after {
    background-image: url(../images/product-intro-control-icon-close.png);
}

.product-video {
    padding-bottom: 120px;
}

.product-video .container {
    padding-top: 125px;
}

.product-video-list {
    width: 1314px;
    overflow: hidden;
}

.product-video-list li {
    float: left;
    display: inline;
    width: 424px;
    margin-right: 14px;
    margin-bottom: 15px;
}

.product-video-list img {
    display: block;
    width: 100%;
}

.product-video-list span {
    display: block;
    height: 38px;
    line-height: 38px;
}

.video-center-list {
    width: 100%;
}

.video-center-list li {
    margin-right: 40px;
}


/* 客户案例 */

.custom-item {
    margin: 0 -10px;
    padding: 50px 0 30px;
}

.custom-item img {
    width: 305px;
    margin: 5px 10px;
}

.custom {
    background-color: #fff;
    padding-bottom: 40px;
}

.custom.training {
    background-color: #E6EFFE;
}


/* smbs */

.may9th-products-TSP-banner {
    padding: 100px 0;
    color: #fff;
    background: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/product-TSP-banner.jpg);
}

.may9th-products-TSP-banner h2 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 54px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.may9th-products-TSP-banner p {
    width: 1014px;
    line-height: 34px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}

.may9th-TSP-title {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    height: 86px;
    line-height: 86px;
    font-size: 30px;
    position: relative;
}

.may9th-TSP-title:after {
    position: absolute;
    content: '';
    bottom: 60px;
    left: 50%;
    width: 108px;
    height: 1px;
    margin-left: -54px;
    background-color: #419fe9;
}

.may9th-TSP-advantage-list {
    overflow: hidden;
    width: 1030px;
}

.may9th-TSP-advantage-list li {
    float: left;
    width: 310px;
    padding-right: 30px;
    height: 200px;
}

.may9th-TSP-advantage-list .may9th-icon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(../images/TSP-advantage-icon.png);
}

.may9th-TSP-advantage-list .may9th-icon-1 {
    background-position: 0 0;
}

.may9th-TSP-advantage-list .may9th-icon-2 {
    background-position: -50px 0;
}

.may9th-TSP-advantage-list .may9th-icon-3 {
    background-position: -100px 0;
}

.may9th-TSP-advantage-list .may9th-icon-4 {
    background-position: 0 -50px;
}

.may9th-TSP-advantage-list .may9th-icon-5 {
    background-position: -50px -50px;
}

.may9th-TSP-advantage-list .may9th-icon-6 {
    background-position: -100px -50px;
}

.may9th-TSP-advantage-list .may9th-icon-7 {
    background-position: 0 -100px;
}

.may9th-TSP-advantage-list .may9th-icon-8 {
    background-position: -50px -100px;
}

.may9th-TSP-advantage-list .may9th-icon-9 {
    background-position: -100px -100px;
}

.may9th-TSP-advantage-list h3 {
    height: 46px;
    line-height: 46px;
    font-size: 17px;
}

.may9th-TSP-advantage-list p {
    line-height: 22px;
    font-size: 12px;
}

.may9th-TSP-scenarios-wrap {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/TSP-scenarios-wrap.jpg);
}

.may9th-TSP-scenarios-wrap .container {
    background-color: #fff;
    padding: 60px 10px;
}

.may9th-TSP-scenarios-list {
    overflow: hidden;
}

.may9th-TSP-scenarios-list li {
    float: left;
    width: 290px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.may9th-TSP-scenarios-list li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 5%;
    width: 1px;
    height: 90%;
    background-color: #b3b3b3;
}

.may9th-TSP-scenarios-list li.may9th-last:after {
    display: none;
}

.may9th-TSP-scenarios-list h3 {
    line-height: 22px;
    font-size: 18px;
    color: #46a1f0;
    margin-bottom: 10px;
}

.may9th-TSP-scenarios-list p {
    line-height: 30px;
    font-size: 12px;
}


/* smbs end */


/* dmt */

.may9th-products-MMFMSYS {
    padding-bottom: 100px;
}

.may9th-MMFMSYS-title strong,
.may9th-MMFMSYS-title span {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.may9th-MMFMSYS-title strong {
    position: relative;
    text-transform: uppercase;
}

.may9th-MMFMSYS-title strong:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    display: block;
    width: 100px;
    height: 4px;
    margin-left: -50px;
    background-color: #429dec;
}

.may9th-MMFMSYS-advantage-list {
    width: 1020px;
    margin-left: -10px;
    margin-top: 20px;
    overflow: hidden;
}

.may9th-MMFMSYS-advantage-list li {
    float: left;
    width: 330px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 36px;
}

.may9th-MMFMSYS-advantage-list .may9th-item {
    border: 1px solid #e3e3e3;
    height: 356px;
}

.may9th-MMFMSYS-advantage-list .may9th-pic {
    height: 178px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.may9th-MMFMSYS-advantage-list .may9th-pic img {
    height: 178px;
    width: auto;
}

.may9th-MMFMSYS-advantage-list .may9th-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}

.may9th-MMFMSYS-advantage-list .may9th-text h3 {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 17px;
}

.may9th-MMFMSYS-advantage-list .may9th-text p {
    font-size: 12px;
    line-height: 21px;
}

.may9th-MMFMSYS-scenarios-wrap {
    overflow: hidden;
    padding-top: 50px;
}

.may9th-MMFMSYS-scenarios-half {
    float: left;
    width: 50%;
}

.may9th-MMFMSYS-scenarios-wrap .may9th-pic img {
    width: 100%;
    height: 207px;
    display: block;
}

.may9th-MMFMSYS-scenarios-wrap .may9th-text {
    width: 405px;
    height: 156px;
}

.may9th-MMFMSYS-scenarios-wrap .may9th-text h3 {
    width: 250px;
    padding: 5px 10px 8px;
    border: 2px solid #e3e3e3;
    margin-bottom: 10px;
}

.may9th-MMFMSYS-scenarios-wrap .may9th-text h3 strong {
    display: block;
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #e3e3e3;
    font-weight: normal;
    font-size: 16px;
}

.may9th-MMFMSYS-scenarios-wrap .may9th-text p {
    line-height: 24px;
}

.may9th-MMFMSYS-scenarios-left .may9th-text {
    margin-top: 35px;
}

.may9th-MMFMSYS-scenarios-right .may9th-text {
    margin-top: 10px;
    margin-left: 80px;
    margin-bottom: 40px;
}

.may9th-MMFMSYS-scenarios-right .may9th-text h3 {
    float: right;
}

.may9th-MMFMSYS-scenarios-right .may9th-text p {
    float: none;
    clear: both;
}


/* dmt end */


/* data-service */

.may23rd-DS-banner-1 {
    height: 490px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url(../images/product-DS-banner-1.jpg);
}

.may23rd-DS-banner-1 h2,
.may23rd-DS-banner-1 h3 {
    display: none;
}

.may23rd-DS-banner-2 {
    height: 524px;
    padding-top: 10px;
}

.may23rd-DS-banner-2 h2 {
    width: 250px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-image: url(../images/product-DS-banner-2-title.jpg);
    text-indent: -9999px;
}

.may23rd-DS-banner-2 ul {
    padding-top: 45px;
    overflow: hidden;
}

.may23rd-DS-banner-2 li {
    float: left;
    width: 500px;
}

.may23rd-DS-banner-2 li a {
    display: block;
    height: 158px;
    padding-left: 158px;
    padding-right: 46px;
    position: relative;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 38px;
    height: 122px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.may23rd-DS-banner-2 li a:hover {
    background-color: #efedf0;
}

.may23rd-DS-banner-2 li a .icon {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 158px;
    height: 158px;
    background-repeat: no-repeat;
    background-image: url(../images/product-DS-banner-2-icon.png);
}

.may23rd-DS-banner-2 li.item1 a .icon {
    background-position: 0 0;
}

.may23rd-DS-banner-2 li.item2 a .icon {
    background-position: -158px 0;
}

.may23rd-DS-banner-2 li.item3 a .icon {
    background-position: 0 -158px;
}

.may23rd-DS-banner-2 li.item4 a .icon {
    background-position: -158px -158px;
}

.may23rd-DS-banner-3 {
    height: 470px;
    background-color: #5266a5;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/product-DS-banner3.png);
}

.may23rd-DS-banner-3 h2,
.may23rd-DS-banner-3 ul {
    display: none;
}

.may23rd-DS-banner-4 {
    padding-top: 35px;
    padding-bottom: 25px;
}

.may23rd-DS-banner-4 h2 {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/product-DS-banner-title.jpg);
}

.may23rd-DS-banner-4 h2 strong,
.may23rd-DS-banner-4 h2 span {
    display: none;
}

.may23rd-DS-banner-4 ul {
    padding-top: 70px;
    padding-bottom: 15px;
    overflow: hidden;
}

.may23rd-DS-banner-4 li {
    float: left;
    width: 240px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.may23rd-DS-banner-4 a {
    display: block;
    height: 360px;
    background-color: #e2e3e8;
    padding-top: 45px;
    padding-left: 22px;
    padding-right: 22px;
}

.may23rd-DS-banner-4 a:hover {
    background-color: #ffad01;
    color: #fff;
}

.may23rd-DS-banner-4 .icon {
    display: block;
    width: 95px;
    height: 95px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-image: url(../images/product-DS-banner-icon.png);
}

.may23rd-DS-banner-4 .icon-1 {
    background-position: 0 0;
}

.may23rd-DS-banner-4 .icon-2 {
    background-position: -95px 0;
}

.may23rd-DS-banner-4 .icon-3 {
    background-position: -190px 0;
}

.may23rd-DS-banner-4 .icon-4 {
    background-position: -285px 0;
}

.may23rd-DS-banner-4 a:hover .icon-1 {
    background-position: 0 -95px;
}

.may23rd-DS-banner-4 a:hover .icon-2 {
    background-position: -95px -95px;
}

.may23rd-DS-banner-4 a:hover .icon-3 {
    background-position: -190px -95px;
}

.may23rd-DS-banner-4 a:hover .icon-4 {
    background-position: -285px -95px;
}

.may23rd-DS-banner-4 h3 {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
}

.may23rd-DS-banner-4 p {
    line-height: 36px;
    font-size: 16px;
}


/* data-service end*/


/* dhhx */

.dh-advantage {
    width: 1020px;
    margin-left: -20px;
    margin-bottom: 50px;
}

.dh-advantage .dh-row {
    width: 490px;
    float: left;
    padding-left: 20px;
    display: table;
    height: 150px;
}

.dh-row>div {
    display: table-cell;
    vertical-align: top;
    padding: 15px 0;
}

.dh-row .dh-img {
    width: 100px;
}

.dh-row .dh-img img {
    width: 80px;
}

.dh-row .dh-tit {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    color: darkslateblue;
}

.dh-row .dh-detail {
    line-height: 1.8;
}

.dh-special {
    background: #5996ef;
    padding: 50px 0;
}

.dh-unit {
    width: 33.33%;
    float: left;
    text-align: center;
    color: #fff;
}

.dh-unit-img img {
    width: 60px;
}

.dh-unit-tit {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
}

.dh-unit-detail {
    padding: 0 15px;
    line-height: 1.8;
    text-align: left;
}

.sub-title {
    text-align: center;
    font-size: 18px;
    padding-bottom: 30px;
    margin-top: -30px;
}

.dh-special .sub-title {
    color: #FFF;
    margin-top: 0;
    padding-bottom: 40px;
}

.dh-inner-banner {
    background: url(../../img/product-dhhx-banner.jpg);
}

.dh-how-wrap {
    display: table;
    width: 1030px;
    margin-left: -15px;
}

.dh-how-wrap li {
    display: table-cell;
    width: 500px;
    padding: 10px 15px;
}

.dh-how-wrap .cell {
    padding: 20px 15px;
    padding-left: 35px;
    min-height: 90px;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 2px;
}

.dh-how-wrap .detail {
    color: #555;
    line-height: 1.5;
}

.dh-how-wrap .c1 {
    background-image: url(../images/bg-dh01.png);
}

.dh-how-wrap .c2 {
    background-image: url(../images/bg-dh02.png);
}

.dh-how-wrap .c3 {
    background-image: url(../images/bg-dh03.png);
}

.dh-how-wrap .c4 {
    background-image: url(../images/bg-dh04.png);
}

.dh-how-wrap .c5 {
    background-image: url(../images/bg-dh05.png);
}

.dh-how-wrap .c6 {
    background-image: url(../images/bg-dh06.png);
}

.dh-how-wrap .c7 {
    background-image: url(../images/bg-dh07.png);
}

.dh-how-wrap .c8 {
    background-image: url(../images/bg-dh08.png);
    height: 111px;
}

.dh-how-wrap .name {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}


/* dhhx end */


/*=== product end ===*/


/* data20180518 */

.VATAS-title {
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
}

.VATAS-title span {
    position: relative;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    font-weight: normal;
}

.VATAS-title span:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 1px;
    margin-left: -60px;
    background-color: #429dec;
}

.VATAS-core-1 {
    padding-top: 30px;
    padding-bottom: 70px;
}

.VATAS-core-2 {
    padding-top: 60px;
}

.VATAS-core-content {
    padding-left: 320px;
    background-repeat: no-repeat;
}

.VATAS-core-title {
    padding-top: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: normal;
}

.VATAS-core-describe {
    max-width: 520px;
    line-height: 22px;
    color: #9399ac;
}

.VATAS-core-intro {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.VATAS-core-intro td {
    vertical-align: top;
    padding-bottom: 15px;
    border: none;
}

.VATAS-core-intro td:nth-child(odd) {
    padding-right: 15px;
}

.VATAS-core-intro td h4 {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.VATAS-core-intro .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.VATAS-core-intro .icon-core-1 {
    background-image: url(../images/VATAS-core-1.png);
}

.VATAS-core-intro .icon-core-2 {
    background-image: url(../images/VATAS-core-2.png);
}

.VATAS-core-intro .icon-core-3 {
    background-image: url(../images/VATAS-core-3.png);
}

.VATAS-core-intro .icon-core-4 {
    background-image: url(../images/VATAS-core-4.png);
}

.VATAS-core-intro .icon-core-5 {
    background-image: url(../images/VATAS-core-5.png);
}

.VATAS-core-intro .icon-core-6 {
    background-image: url(../images/VATAS-core-6.png);
}

.VATAS-core-intro .icon-core-7 {
    background-image: url(../images/VATAS-core-7.png);
}

.VATAS-core-intro .icon-core-8 {
    background-image: url(../images/VATAS-core-8.png);
}

.VATAS-core-intro .icon-core-9 {
    background-image: url(../images/VATAS-core-9.png);
}

.VATAS-core-intro .icon-core-10 {
    background-image: url(../images/VATAS-core-10.png);
}

.VATAS-core-intro .icon-core-11 {
    background-image: url(../images/VATAS-core-11.png);
}

.VATAS-core-intro .icon-core-12 {
    background-image: url(../images/VATAS-core-12.png);
}

.VATAS-core-intro .icon-core-13 {
    background-image: url(../images/VATAS-core-13.png);
}

.VATAS-core-1 .VATAS-core-content {
    background-image: url(../images/vatas-core-1.jpg);
    background-position: 0 126px;
}

.VATAS-core-2 .VATAS-core-content {
    background-image: url(../images/vatas-core-2.jpg);
    background-position: 0 164px;
}

.VATAS-core-intro p {
    line-height: 20px;
    font-size: 12px;
    color: #8c8c8c;
    margin-left: 30px;
    display: list-item;
    list-style-type: disc;
}

.VATAS-risk {
    background-color: #f2f6ff;
    height: 438px;
}

.VATAS-risk .container {
    width: 880px;
    height: 298px;
    padding-left: 120px;
    padding-top: 140px;
    background-repeat: no-repeat;
    background-position: 563px 100px;
    background-image: url(../images/VATAS-risk-bg.png);
}

.VATAS-risk h3 {
    height: 30px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
}

.VATAS-risk p {
    line-height: 20px;
    color: #9399ac;
}

.VATAS-risk dl {
    margin-top: 15px;
}

.VATAS-risk dt {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 38px;
    font-size: 16px;
}

.VATAS-risk dt .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.VATAS-risk dt .icon-risk {
    background-image: url(../images/VATAS-risk-icon.png);
}

.VATAS-risk dd {
    line-height: 30px;
    margin-left: 50px;
    display: list-item;
    list-style-type: disc;
    color: #8c8c8c;
    font-size: 12px;
}

.VATAS-advantage-content {
    position: relative;
    padding-top: 100px;
    padding-bottom: 155px;
    background-color: #f2f6ff;
    background-repeat: repeat-x;
    background-position: 50% 100%;
    background-image: url(../images/VATAS-advantage-bg.png);
}

.VATAS-advantage-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-image: url(../images/VATAS-advantage-before.png);
}

.VATAS-advantage-list {
    margin-left: -30px;
    margin-right: -30px;
    height: 380px;
}

.VATAS-advantage-list li {
    box-sizing: border-box;
    float: left;
    width: 33.32%;
    padding-left: 30px;
    padding-right: 30px;
}

.VATAS-advantage-list .item {
    box-sizing: border-box;
    background-color: #fff;
    height: 380px;
    border-radius: 5px;
    padding-top: 37px;
    cursor: pointer;
}

.VATAS-advantage-list .item:hover {
    box-shadow: 0 0 20px #c8c8c8;
}

.VATAS-advantage-list .item .pic {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    height: 145px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/VATAS-advantage-item-bg.png);
}

.VATAS-advantage-list .item .pic .icon {
    display: block;
    width: 200px;
    height: 145px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.VATAS-advantage-list .item .pic .icon-advantage-1 {
    background-image: url(../images/VATAS-advantage-item-1.png);
}

.VATAS-advantage-list .item .pic .icon-advantage-2 {
    background-image: url(../images/VATAS-advantage-item-2.png);
}

.VATAS-advantage-list .item .pic .icon-advantage-3 {
    background-image: url(../images/VATAS-advantage-item-3.png);
}

.VATAS-advantage-list .item h3 {
    position: relative;
    height: 40px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
}

.VATAS-advantage-list .item:hover h3 {
    color: #4a90e2;
}

.VATAS-advantage-list .item h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 16px;
    height: 3px;
    margin-left: -8px;
    background-color: #5295e4;
}

.VATAS-advantage-list .item p {
    margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 22px;
    color: #9399ac;
}

.VATAS-case {
    padding-bottom: 110px;
}

.VATAS-case-list {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.VATAS-case-list li {
    box-sizing: border-box;
    float: left;
    width: 33.32%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.VATAS-case-list li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding-left: 85px;
    background-color: #2171b8;
    background-repeat: no-repeat;
    background-position: 18px 50%;
    background-image: url(../images/VATAS-case-item.jpg);
    color: #fff;
    font-size: 18px;
}

.VATAS-case-list li.small a {
    letter-spacing: -1px;
    font-size: 16px;
}


/* data20180518 end*/


/* 竞赛平台 */
.banner-race {
    background: url(../../img/product-race-banner.jpg) center 0;
    height: 500px;
}

.race-platform-title {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}

.race-platform-title span {
    margin-left: 12px;
    margin-right: 12px;
}

.race-platform-panel-1 .race-platform-title {
    line-height: 156px;
}

.race-platform-list-1 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.race-platform-list-1 li {
    box-sizing: border-box;
    width: 33.32%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
}

.race-platform-list-1 .item {
    height: 405px;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/race-platform-item-bg.png);
}

.race-platform-list-1 .item .pic .icon {
    display: block;
    height: 120px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.race-platform-list-1 .item .pic .icon-1 {
    background-image: url(../images/race-platform-item-1.png);
}

.race-platform-list-1 .item .pic .icon-2 {
    background-image: url(../images/race-platform-item-2.png);
}

.race-platform-list-1 .item .pic .icon-3 {
    background-image: url(../images/race-platform-item-3.png);
}

.race-platform-list-1 .item .pic .icon-4 {
    background-image: url(../images/race-platform-item-4.png);
}

.race-platform-list-1 .item .pic .icon-5 {
    background-image: url(../images/race-platform-item-5.png);
}

.race-platform-list-1 .item .pic .icon-6 {
    background-image: url(../images/race-platform-item-6.png);
}

.race-platform-list-1 .item h3 {
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #000;
}

.race-platform-list-1 .item .text {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 20px;
    font-size: 12px;
}

.race-platform-list-1 .item .text p {
    text-indent: 2em;
}

.race-platform-panel-2 {
    padding-bottom: 60px;
    background-color: #aed7ed;
}

.race-platform-panel-2 .race-platform-title {
    line-height: 100px;
}

.race-platform-pics {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.race-platform-pics img {
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.race-platform-list-2 {
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.race-platform-list-2 li {
    box-sizing: border-box;
    float: left;
    width: 33.32%;
    padding-left: 15px;
    padding-right: 15px;
}

.race-platform-list-2 li img {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.race-platform-list-2 li h3 {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: normal;
}

.banner-wrap.zncb {
    width: 640px;
    padding-left: 360px;
    margin: 0 auto;
    color: white;
}

.zncb-banner-title {
    font-size: 36px;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 20px;
}

.zncb-banner-detail {
    font-size: 16px;
    line-height: 26px;
    padding-right: 50px;
}

.zncb-function {
    width: 1000px;
    margin: 80px auto 0;
    display: table;
}

.zncb-function-item {
    text-align: center;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 100px;
}

.zncb-function-item.item1 {
    background-image: url(../images/zncb-function1.png);
}

.zncb-function-item.item2 {
    background-image: url(../images/zncb-function2.png);
}

.zncb-function-item.item3 {
    background-image: url(../images/zncb-function3.png);
}

.zncb-function-item.item4 {
    background-image: url(../images/zncb-function4.png);
}

.zncb-function-title {
    font-size: 20px;
    font-weight: bold;
}

.zncb-function-detail {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 15px;
}

.zncb-run {
    background-color: #2A86FF;
    margin-top: 40px;
}

.zncb-case-info {
    font-size: 20px;
    padding-left: 30px;
    margin-top: 55px;
    margin-bottom: -10px;
    background: url(../images/zncb-case-info.png) 0 center no-repeat;
}

.zncb-function-wrap {
    padding-top: 60px;
}

.zncb-run-wrap {
    padding-top: 80px;
}

.zncb-case-wrap {
    padding-top: 60px;
}