:.text-center {
    text-align: center;
}

.text-success {
    color: #3c763d;
}

.text-danger {
    color: #a94442;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


/*====reset css====*/

html,
body,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
em,
i,
img,
ol,
ul,
li,
dl,
dt,
dd,
form,
label,
fieldset,
article,
aside,
footer,
header,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-size: 100%;
    font-style: normal;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

html,
body {
    background-color: #fff;
    color: #fff;
}

ul,
li,
dl,
dt,
dd {
    display: block;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

::-webkit-scrollbar {
    width: 0;
}

::-moz-scrolled-content {
    width: 0;
}

a {
    padding: 0;
}

input,
textarea {
    border: none;
    outline: none;
    resize: none;
}

section {
    overflow: hidden;
}


/*====reset css====*/

@font-face {
    font-family: 'hanyiRegular';
    src: url('../fonts/hyxdxj.ttf');
    src: local('../fonts/hyxdxj.ttf'), local('hanyiRegular'), url('../fonts/hyxdxj.ttf') format('woff'), url('../fonts/hyxdxj.ttf') format('truetype'), url('../fonts/hyxdxj.ttf#hanyiRegular') format('svg');
}

* {
    font-family: hanyiRegular, Hiragino Sans GB W3, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei;
    font-weight: 100;
}

a,
a:hover,
a.active,
a:focus,
a:visited: {
    text-decoration: none;
}


/*====public basic css====*/

div {
    box-sizing: border-box;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

::-webkit-scrollbar {
    width: 0;
}

::-moz-scrolled-content {
    width: 0;
}


/*====public basic css====*/


/*====overall situation css====*/

header,
footer {
    width: 100%;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px;
    color: #64a3fd;
    line-height: 1.5;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #bbbaba;
    margin: 0;
}

.main-box {
    box-sizing: border-box;
    position: relative;
    width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.bg-fff {
    background-color: #fff;
}

.bg-eee {
    background-color: #eee;
    position: relative;
}

.flex-row-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex-row-box-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.play2 {
    display: block;
    background: url("../images/play-btn.png") no-repeat;
    background-size: 100% 100%;
}

.btn {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    font-size: 16px;
    color: #509cff;
    background-color: #eee;
    text-align: center;
}

.btn:hover,
.btn:active {
    color: #fff;
    background-color: #509cff;
}

.btn1 {
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #509cff;
    background-color: transparent;
    border: 1px solid #509cff;
    text-align: center;
}

.btn1:hover,
.btn1:active {
    color: #fff;
    background-color: #509cff;
}

.btn2 {
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
}

.btn2:hover,
.btn2.active {
    color: #509cff;
    border: 1px solid #509cff;
}

.btn-group {
    width: 450px;
    margin-top: 60px;
}

.btn-group a {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 30px;
}


/*====overall situation css====*/


/*====header====*/

.home-page-header {
    position: relative;
    width: 100%;
    height: 680px;
}

.nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    width: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    overflow: hidden;
}

.nav-logo {
    display: inline-block;
    width: 152px;
    height: 18px;
    margin-left: 60px;
    margin-right: 50px;
    background: url("../images/tvm-logo.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.first-nav,
.first-nav li {
    position: relative;
    display: inline-block;
}

.first-nav a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    text-align: center;
}

.first-nav a {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

.first-nav a:hover,
.first-nav a:active,
.first-nav a.active {
    border: 1px solid #508fda;
    color: #508fda;
}

.banner {
    position: relative;
    width: 100%;
    height: 680px;
}

.banner-intro {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

.banner-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.banner-intro h1 {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.4;
}

.banner-intro p {
    margin-bottom: 100px;
    font-size: 24px;
    text-align: center;
}

.banner-intro a {
    box-sizing: border-box;
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
}

.banner-intro a {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.nav-portal {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, .85);
    overflow: auto;
}

.nav-portal hr {
    display: inline-block;
    width: 1px;
    height: 50px;
    border: none;
    background-color: #6e6e69;
}

.nav-portal-box {
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 287px;
    height: 100px;
}

.nav-portal-box .intro span {
    display: block;
    text-align: left;
}

.nav-portal-box .intro span:nth-child(1) {
    margin-bottom: 15px;
    font-size: 18px;
    color: #494949;
}

.nav-portal-box .intro span:nth-child(2) {
    font-size: 16px;
    color: #6e6e69;
}

.nav-portal-box:hover {
    height: 96px;
    border-bottom: 4px solid #5cacfa;
}

.nav-portal-box:hover .intro span:nth-child(1) {
    color: #5cacfa;
}

.nav-portal .icon {
    width: 60px;
    height: 60px;
    margin: 20px 32px 20px 0;
}

.nav-portal .portal-data .icon {
    background: url("../images/icon/portal-data.png");
    background-size: 100% 100%;
}

.nav-portal .portal-data:hover .icon,
.nav-portal .portal-data:active .icon {
    background: url("../images/icon/portal-data.gif");
    background-size: 100% 100%;
}

.nav-portal .portal-scene .icon {
    background: url("../images/icon/portal-scene.png");
    background-size: 100% 100%;
}

.nav-portal .portal-scene:hover .icon {
    background: url("../images/icon/portal-scene.gif");
    background-size: 100% 100%;
}

.nav-portal .portal-scene:active .icon {
    background: url("../images/icon/portal-scene-active.png");
    background-size: 100% 100%;
}

.nav-portal .portal-interaction .icon {
    background: url("../images/icon/portal-interaction.png");
    background-size: 100% 100%;
}

.nav-portal .portal-interaction:hover .icon {
    background: url("../images/icon/portal-interaction.gif");
    background-size: 100% 100%;
}

.nav-portal .portal-interaction:active .icon {
    background: url("../images/icon/portal-interaction-active.png");
    background-size: 100% 100%;
}

.nav-portal .portal-ad .icon {
    background: url("../images/icon/portal-ad.png");
    background-size: 100% 100%;
}

.nav-portal .portal-ad:hover .icon {
    background: url("../images/icon/portal-ad.gif");
    background-size: 100% 100%;
}

.nav-portal .portal-ad:active .icon {
    background: url("../images/icon/partal-ad-active.png");
    background-size: 100% 100%;
}


/*====header====*/

.site-main {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.main-title {
    width: 300px;
    margin: 0 auto;
    font-size: 20px;
    color: #6e6e69;
    text-align: center;
}

.main-title:before,
.main-title:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 16px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    background-color: #5cacfa;
}

.main-title:before {
    margin-right: 25px;
}

.main-title:after {
    margin-left: 25px;
}

.main-title+p {
    margin-top: 40px;
    font-size: 16px;
    color: #6e6e69;
    line-height: 1.8;
    text-align: center;
}


/*====图文结构css====*/

.intro-pic {
    margin-top: 60px;
}

.intro-pic-left {
    margin-left: 60px;
}

.intro-pic-right {
    margin-right: 60px;
}

.intro-text {
    margin-top: 60px;
}

.intro-text-p {
    width: 420px;
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #6e6e69;
    line-height: 1.8;
    text-align: justify;
}

.intro-text-left {
    margin-left: 60px;
    text-align: left;
}

.intro-text-left h3 {
    text-align: left;
}

.intro-text-right {
    margin-right: 60px;
    text-align: right;
}

.intro-text-right h3 {
    text-align: right;
}

.code-pic {
    width: 130px;
    height: 130px;
    margin-top: 90px;
    margin-bottom: 130px;
}

.intro-text .btn1 {
    display: block;
    width: 120px;
    margin-top: 60px;
}

.case-more .btn1 {
    display: block;
    width: 150px;
    float: right;
}

.product-intro-text {
    margin-right: 60px;
}

.product-intro-text .intro-text-p {
    width: 450px;
}

.intro-text-tips h5 {
    margin-top: 15px;
    margin-bottom: -30px;
    color: #c5c5c5;
}

.intro-text-tips h5:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #c5c5c5;
}

.intro-text-tips:hover h5,
.intro-text-tips.active h5 {
    color: #50a5fa;
}

.intro-text-tips:hover h5:before,
.intro-text-tips.active h5:before {
    background-color: #50a5fa;
}

.intro-text-tips h5+.intro-text-p {
    font-size: 14px;
    margin-bottom: 0;
}

.interaction-user .intro-text-p {
    color: #fff;
}


/*====图文结构css====*/

.tvm-data {
    width: 100%;
    padding-top: 40px;
    background: url("../images/tvm-data-bg.png") no-repeat center center;
    background-size: cover;
}

.tvm-data .main-title {
    color: #fff;
}

.tvm-data-text hr {
    width: 500px;
    height: 2px;
    margin: 40px 0 40px 60px;
    border: none;
    background-color: #fff;
}

.tvm-data-text .intro-text p {
    width: 400px;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    text-align: justify;
}

.data {
    width: 670px;
    margin-left: 15px;
    padding-bottom: 60px;
}

.data li {
    display: inline-block;
    width: 178px;
    margin-bottom: 40px;
    text-align: center;
}

.data li span:nth-child(1) {
    /*display: block;*/
    font-size: 48px;
}

.data li span:nth-child(2) {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.tvm-data-pic {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tvm-data-pic img {
    margin-left: -150px;
}

.user-data {
    width: 920px;
    margin: 70px auto 0 auto;
}

.tvm-video {
    padding: 20px 0;
}

.video-mask {
    position: relative;
    width: 1080px;
    height: 607px;
    margin: 0 auto;
}

.video-mask img,
.video-mask video {
    width: 100%;
    height: 607px;
}

.tvm-video-flayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 607px;
    background-color: rgba(0, 0, 0, .6);
}

.tvm-video-flayer .play2 {
    width: 110px;
    height: 110px;
    margin: 253px auto 0 auto;
}


/*====页面通屏播放视频样式====*/

.video-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.video-play video {
    width: 100%;
    border: 0;
    display: inline-block;
}

.video-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.video-close img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    vertical-align: middle;
}

.video-close:hover,
.video-close:active {
    background-color: rgba(255, 255, 255, .5)
}


/*====页面通屏播放视频样式====*/


/*====视频播放浮层====*/

.banner-video-flayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.banner-video-flayer video {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 960px;
    height: 540px;
    margin: auto;
    /*margin-left: 50%;*/
    /*margin-top: 50%;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}


/*====视频播放浮层====*/

.tvm-news {
    border-bottom: 1px solid #d2d2d2;
}

.tvm-news .btn1 {
    display: block;
    margin: 50px auto 0 auto;
}

.news-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.news {
    box-sizing: border-box;
    display: inline-block;
    width: 280px;
    height: 400px;
    margin: 0 5px;
    border: 1px solid #d2d2d2;
    vertical-align: top;
}

.news:hover {
    border: 1px solid #509cff;
}

.news:hover .btn {
    color: #fff;
    background-color: #509cff;
}

.news h5 {
    margin: 20px;
    color: #777;
    line-height: 150%;
    text-align: left;
    height: 50px;
    overflow: hidden;
}

.news p {
    margin: 0 20px;
    font-size: 14px;
    color: #777;
    line-height: 150%;
    height: 63px;
    overflow: hidden;
}

.news .btn {
    margin: 25px auto 0 auto;
}

.news .news-pic {
    position: relative;
    width: 280px;
    height: 150px;
}

.news-pic img {
    width: 278px;
    height: 150px;
}

.news-pic .date {
    display: block;
    position: absolute;
    bottom: 0;
    right: 2px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #519aff;
}

.icon-shade {
    display: inline-block;
    position: relative;
    width: 280px;
    height: 70px;
    margin-bottom: 20px;
    margin-right: 20px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
}

.icon-shade span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(81, 154, 255, 0.9)
}

.icon-shade:hover span,
.icon-shade:active span {
    display: inline-block;
}

.partner-title {
    font-size: 16px;
    color: #6e6e69;
    line-height: 1.8;
    text-align: center;
}

.tvm-partner .partner-title {
    margin-top: -5px;
}

.tvm-partner .flexslider li>p {
    margin-bottom: 60px;
}


/*====banner图====*/

.top-banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
/*.bnmb-banner{
    background: url(../images/tv-interaction-bg.png) center 0 no-repeat;
}
.bnmb-banner2{
    background: url(../images/bigSense/big-sence-banner.png) center 0 no-repeat;
}
.bnmb-banner3{
    background: url(../images/bigdata/big-data-banner.png) center 0 no-repeat;
}
.bnmb-banner4{
    background: url(../images/tv-ad-bg.png) center 0 no-repeat;
}
.bnmb-banner5{
    background: url(../images/tv-live-bg.png) center 0 no-repeat;
}*/
.top-banner>img {
    width: 100%;
}

.top-banner .banner-intro {
    top: 150px;
}

.tvm-about-top-banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.tvm-about-top-banner>img {
    width: 100%;
    min-height: 600px;
}

.company-intro {
    position: absolute;
    left: 50%;
    top: 120px;
    width: 600px;
    margin-left: -300px;
    text-align: justify;
}

.company-intro .title {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.company-intro p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
}


/*====banner图====*/


/*====优势介绍====*/

.advantage-intro {
    width: 280px;
    height: 342px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}

.icon-intro {
    width: 280px;
    height: 195px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.icon-intro .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
}

.icon-intro:after {
    content: "";
    display: block;
    width: 220px;
    height: 2px;
    margin: 20px auto 0 auto;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#42d9fe', endColorStr='#3d8ffd');
    background: -o-linear-gradient(left, #42d9fe, #3d8ffd);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#42d9fe), to(#3d8ffd));
}

.icon-intro h4 {
    color: #3fa8fd;
}

.text-intro {
    width: 190px;
    margin: 20px auto 0 auto;
    font-size: 14px;
    color: #abaaaa;
    line-height: 1.8;
    text-align: center;
}

.advantage-intro:hover .icon-intro {
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#42d9fe', endColorStr='#3d8ffd');
    background: -o-linear-gradient(left, #42d9fe, rgba(61, 143, 253, .8));
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#42d9fe), to(rgba(61, 143, 253, .8)));
}

.advantage-intro:hover .icon-intro:after {
    display: none;
}

.advantage-intro:hover h4 {
    color: #fff;
}

.icon-intro .icon1 {
    background: url("../images/icon/data-icon1.png");
    background-size: 100% 100%;
}

.advantage-intro:hover .icon1 {
    background: url("../images/gificon/hlnrsl.gif");
    background-size: 100% 100%;
}

.icon-intro .icon2 {
    background: url("../images/icon/data-icon2.png");
    background-size: 100% 100%;
}

.advantage-intro:hover .icon2 {
    background: url("../images/gificon/hlspcl.gif");
    background-size: 100% 100%;
}

.icon-intro .icon3 {
    background: url("../images/icon/data-icon3.png");
    background-size: 100% 100%;
}

.advantage-intro:hover .icon3 {
    background: url("../images/gificon/hlzsyh.gif");
    background-size: 100% 100%;
}

.icon-intro .icon4 {
    background: url("../images/icon/data-icon4.png");
    background-size: 100% 100%;
}

.advantage-intro:hover .icon4 {
    background: url("../images/gificon/dsjfx.gif");
    background-size: 100% 100%;
}

.icon-intro .icon5 {
    background: url("../images/icon/scene-icon1.png");
    background-size: 100% 100%;
}

.advantage-intro:hover .icon5 {
    background: url("../images/gificon/kjcx.gif");
    background-size: 100% 100%;
}

.icon-intro .icon6 {
    background: url("../images/icon/scene-icon2.png");
    background-size: 100% 100%;
}

.advantage-intro:hover .icon6 {
    background: url("../images/gificon/yclx.gif");
    background-size: 100% 100%;
}

.icon-intro .icon7 {
    background: url("../images/icon/scene-icon3.png");
    background-size: 100% 100%;
}

.advantage-intro:hover .icon7 {
    background: url("../images/gificon/gjsy.gif");
    background-size: 100% 100%;
}

.icon-intro .icon8 {
    background: url("../images/icon/scene-icon4.png");
    background-size: 100% 100%;
}

.advantage-intro:hover .icon8 {
    background: url("../images/gificon/ybzj.gif");
    background-size: 100% 100%;
}

.icon-intro .icon9 {
    background: url("../images/icon/scene-icon5.png");
    background-size: 100% 100%;
}

.advantage-intro:hover .icon9 {
    background: url("../images/gificon/pxfx.gif");
    background-size: 100% 100%;
}

.big-scene-advantage .advantage-intro {
    width: 220px;
}

.big-scene-advantage .icon-intro {
    width: 220px;
}

.big-scene-advantage .text-intro {
    width: 150px;
}

.big-scene-advantage .icon-intro:after {
    width: 180px;
}


/*====优势介绍====*/

.advantage-point {
    margin-top: 60px;
}

.advantage-point>div {
    display: inline-block;
    width: 184px;
    text-align: center;
}

.advantage-point hr {
    display: inline-block;
    height: 80px;
    width: 1px;
    border: none;
    background-color: #aaa;
    vertical-align: top;
}

.advantage-point img {
    display: inline-block;
    width: 88px;
    height: 28px;
}

.advantage-point p {
    width: 120px;
    margin: 10px auto 0 auto;
    font-size: 14px;
    color: #6e6e69;
    line-height: 1.5;
}

.phone {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.style-intro {
    width: 240px;
    margin-bottom: 3px;
    text-align: center;
}

.style-intro:hover {
    margin-bottom: 3px;
}

.style-intro .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.style-intro p {
    font-size: 16px;
    color: #3fa8fd;
    margin-bottom: -10px;
}

.style-intro .arrow {
    visibility: hidden;
    width: 240px;
    margin-bottom: -7px;
}

.style-intro .arrow.active {
    visibility: visible;
}

.style-intro-text {
    font-size: 14px;
    color: #6e6e69;
}

.style-intro-text p {
    width: 150px;
    margin: 10px auto 40px auto;
    line-height: 1.5;
    text-align: center;
}

.data-search {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.search-video-mask>img {
    width: 100%;
    min-height: 360px;
}

.search-video-mask .main-box {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -600px;
    text-align: center;
}

.search-video-mask .main-box h3 {
    color: #fff;
    margin-bottom: 50px;
}

.search-video-mask .main-box a {
    display: inline-block;
    width: 120px;
    height: 35px;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    display: none;
}

.tvm-honer {
    width: 100%;
    padding-top: 40px;
    background: url("../images/bigSense/tvm-honer-bg.png") no-repeat center center;
    background-size: cover;
}

.tvm-honer-data {
    margin-left: 15px;
    padding-bottom: 60px;
}

.tvm-honer-data li {
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.tvm-honer-data li span:nth-child(1) {
    font-size: 48px;
}

.tvm-honer-data li span:nth-child(2) {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.tvm-honer .main-title {
    color: #fff;
}

.product-intro {
    border-bottom: 1px solid #eee;
}

.product-intro-box {
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 193px;
    height: 80px;
    margin-top: 20px;
}

.product-intro-box .intro span {
    display: block;
    font-size: 16px;
    color: #abaaaa;
    text-align: left;
}

.product-intro-box .intro span:nth-child(1) {
    margin-bottom: 5px;
}

.product-intro-box:hover,
.product-intro-box.active {
    height: 77px;
    border-bottom: 3px solid #5cacfa;
}

.product-intro-box:hover .intro span,
.product-intro-box.active .intro span {
    color: #5cacfa;
}

.product-intro .icon {
    width: 40px;
    height: 40px;
    margin: 20px 20px 20px 0;
}

.product-intro .icon1 .icon {
    background: url("../images/icon/360qjhd0.png");
    background-size: 100% 100%;
}

.product-intro .icon1:hover .icon,
.product-intro .icon1.active .icon {
    background: url("../images/icon/360qjhd1.png");
    background-size: 100% 100%;
}

.product-intro .icon2 .icon {
    background: url("../images/icon/qjxn0.png");
    background-size: 100% 100%;
}

.product-intro .icon2:hover .icon,
.product-intro .icon2.active .icon {
    background: url("../images/icon/qjxn1.png");
    background-size: 100% 100%;
}

.product-intro .icon3 .icon {
    background: url("../images/icon/hdzxbz0.png");
    background-size: 100% 100%;
}

.product-intro .icon3:hover .icon,
.product-intro .icon3.active .icon {
    background: url("../images/icon/hdzxbz1.png");
    background-size: 100% 100%;
}

.product-intro .icon4 .icon {
    background: url("../images/icon/xngzx0.png");
    background-size: 100% 100%;
}

.product-intro .icon4:hover .icon,
.product-intro .icon4.active .icon {
    background: url("../images/icon/xngzx1.png");
    background-size: 100% 100%;
}

.product-intro .icon5 .icon {
    background: url("../images/icon/arjh0.png");
    background-size: 100% 100%;
}

.product-intro .icon5:hover .icon,
.product-intro .icon5.active .icon {
    background: url("../images/icon/arjh1.png");
    background-size: 100% 100%;
}

.product-intro .icon6 .icon {
    background: url("../images/icon/ysjxxjhpt0.png");
    background-size: 100% 100%;
}

.product-intro .icon6:hover .icon,
.product-intro .icon6.active .icon {
    background: url("../images/icon/ysjxxjhpt1.png");
    background-size: 100% 100%;
}

.product-intro .icon7 .icon {
    background: url("../images/icon/kj-kjds0.png");
    background-size: 100% 100%;
}

.product-intro .icon7:hover .icon,
.product-intro .icon7.active .icon {
    background: url("../images/icon/kj-kjds1.png");
    background-size: 100% 100%;
}

.product-intro .icon8 .icon {
    background: url("../images/icon/kj-kjzb0.png");
    background-size: 100% 100%;
}

.product-intro .icon8:hover .icon,
.product-intro .icon8.active .icon {
    background: url("../images/icon/kj-kjzb1.png");
    background-size: 100% 100%;
}

.product-intro .icon9 .icon {
    background: url("../images/icon/kj-kjwf0.png");
    background-size: 100% 100%;
}

.product-intro .icon9:hover .icon,
.product-intro .icon9.active .icon {
    background: url("../images/icon/kj-kjwf1.png");
    background-size: 100% 100%;
}

.product-intro .icon10 .icon {
    background: url("../images/icon/kj-osmo0.png");
    background-size: 100% 100%;
}

.product-intro .icon10:hover .icon,
.product-intro .icon10.active .icon {
    background: url("../images/icon/kj-osmo1.png");
    background-size: 100% 100%;
}

.product-intro .icon11 .icon {
    background: url("../images/icon/kj-wrj0.png");
    background-size: 100% 100%;
}

.product-intro .icon11:hover .icon,
.product-intro .icon11.active .icon {
    background: url("../images/icon/kj-wrj1.png");
    background-size: 100% 100%;
}

.product-intro .icon12 .icon {
    background: url("../images/icon/kj-360xn0.png");
    background-size: 100% 100%;
}

.product-intro .icon12:hover .icon,
.product-intro .icon12.active .icon {
    background: url("../images/icon/kj-360xn1.png");
    background-size: 100% 100%;
}

.intro-advantage-select {
    width: 435px;
    margin-top: 40px;
    margin-bottom: 30px;
    border: 2px solid #c5c5c5;
    font-size: 0;
}

.intro-advantage-select a {
    display: inline-block;
    width: 50%;
    padding: 5px 0;
    font-size: 14px;
    color: #c5c5c5;
    text-align: center;
}

.intro-advantage-select a:hover,
.intro-advantage-select a.active {
    margin-bottom: -2px;
    color: #3c90fd;
    border-bottom: 2px solid #3c90fd;
    text-decoration: none;
}


/*====案例滑动====*/

.video-slide-contain {
    margin-top: 60px;
}

.video-contain {
    width: 600px;
    overflow: hidden;
    position: relative;
}

.video-contain ul {
    width: 60000px;
}

.video-contain li {
    display: inline-block;
    width: 600px;
    height: 337px;
}

.video-img,
.video {
    /*position: absolute;*/
    width: 600px;
    height: 337px;
}

.video-img img,
.video video {
    width: 100%;
    height: 100%;
    min-height: 337px;
}

.video-img .video-img-flayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 337px;
    background-color: rgba(9, 9, 9, .5);
}

.video-img .video-play-btn {
    width: 60px;
    height: 60px;
    margin: 138px auto 0 auto;
}

.video .video-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.video .video-close img {
    width: 15px;
    height: 15px;
    margin-left: 12px;
}

.case-slide-list {
    width: 600px;
    margin-top: 20px;
    overflow: hidden
}

.case-slide-list ul {
    width: 3000px;
}

.case-slide-list li {
    position: relative;
    width: 135px;
    height: 76px;
    margin-right: 20px;
    display: inline-block;
}

.case-slide-list li img {
    width: 100%;
    height: 100%;
}

.case-slide-flayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 9, 9, 0.5);
}

.case-slide-flayer:hover {
    background-color: rgba(81, 124, 255, .8)
}

.slides {
    font-size: 0;
}

.slides li>a {
    display: block;
    height: 100%;
    position: relative;
}

.case-slide-flayer h6 {
    width: 100%;
    text-align: center;
    line-height: 1.6;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.control-bar {
    width: 280px;
    height: 40px;
    margin: 20px auto 0 auto;
    line-height: 40px;
}

.left-arrow,
.right-arrow {
    vertical-align: middle;
}

.left-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 30px solid #aaa;
    border-bottom: 15px solid transparent;
}

.right-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 30px solid #aaa;
    border-bottom: 15px solid transparent;
}

.left-arrow:hover {
    border-right: 30px solid #519aff;
}

.right-arrow:hover {
    border-left: 30px solid #519aff;
}

.page-num {
    display: inline-block;
    margin: 0 14px;
    font-size: 16px;
    color: #ababab;
    vertical-align: top;
}

.page-num .current {
    color: #333;
}

.page-num a {
    font-size: 14px;
    color: #aaa;
}

.page-num a:hover {
    color: #509cfd;
}

.page-num a.pre {
    margin-right: 20px;
}

.page-num a.next {
    margin-left: 20px;
}

.pic-slide-contain {
    margin-top: 60px;
}

.pic-contain {
    width: 585px;
    overflow: hidden;
}

.pic-contain img {
    width: 100%;
}

.pic-contain ul {
    width: 60000px;
}

.pic-contain li,
.pic-contain li img {
    display: inline-block;
    width: 550px;
    height: 450px;
}

.case-slide-list1 {
    width: 600px;
    margin-top: 20px;
    overflow: hidden
}

.case-slide-list1 ul {
    width: 3000px;
}

.case-slide-list1 li {
    position: relative;
    width: 135px;
    height: 40px;
    margin-right: 15px;
    display: inline-block;
}

.case-slide-list1 li img {
    width: 100%;
    height: 100%;
}

.case-slide-flayer1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 9, 9, 0.5);
}

.case-slide-flayer1 a {
    color: #fff;
}

.case-slide-flayer1:hover {
    background-color: rgba(81, 124, 255, .8)
}

.case-slide-flayer1 h6 {
    width: 100px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
}


/*====案例滑动====*/

.overall-perspective {
    box-sizing: border-box;
    width: 100%;
    height: 540px;
    padding-top: 40px;
    background: url("../images/bigSense/overall-perspective.png") no-repeat center center;
}

.overall-perspective .main-title {
    color: #fff;
}

.interaction-portal {
    display: inline-block;
    width: 232px;
    height: 90px;
    margin: 10px 0;
    background-color: #fff;
}

.interaction-portal>a {
    display: block;
    height: 100%;
}

.interaction-portal img {
    margin-top: 15px;
    margin-left: 20px;
    vertical-align: middle;
}

.interaction-portal p {
    display: inline-block;
    width: 100px;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 14px;
    color: #ababab;
    line-height: 1.5;
    vertical-align: middle;
}

.interaction-portal:hover,
.interaction-portal.active {
    height: 90px;
    border-bottom: 4px solid #50a5fa;
}

.interaction-portal:hover p,
.interaction-portal.active p {
    color: #51a5fa;
}

.interaction-tool {
    width: 100%;
    height: 200px;
    background: url("../images/interaction-tool-bg.jpg") no-repeat center center;
    position: relative;
}

.interaction-tool .main-box>img {
    display: block;
    width: 913px;
    height: 264px;
    margin: 0 auto;
}

.interaction-user {
    width: 100%;
    height: 694px;
    background: url("../images/interaction-user-bg.png") no-repeat center center;
}

.phone-pic {
    width: 285px;
    height: 576px;
    padding-top: 69px;
    background: url("../images/phone-pic-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.phone-pic img {
    display: block;
    width: 249px;
    height: 438px;
    margin: 0 auto;
}

.pop-info-up {
    width: 213px;
    height: 129px;
    margin-top: 125px;
    margin-left: 30px;
    background: url(../images/pop-info-up-pic01.png) 0 0 no-repeat;
    background-size: cover;
    position: relative;
}

.pop-info-up>p {
    width: 146px;
    position: absolute;
    left: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    line-height: 28px;
}

.icon-text-title {
    width: 500px;
}

.icon-text-title-left {
    margin-top: 30px;
    margin-left: 60px;
    text-align: left;
}

.icon-text-title-right {
    margin-top: 60px;
    margin-right: 60px;
    text-align: right;
}

.icon-text-title p {
    width: 320px;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.interaction-tool-portal {
    width: 1080px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -540px;
}

.interaction-tool-portal a {
    display: inline-block;
    width: 135px;
    height: 35px;
    margin-right: -8px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background-color: #50a5fa;
}

.interaction-tool-portal a:hover,
.interaction-tool-portal a.active {
    color: #50a5fa;
    background-color: #fff;
}


/*====小分类切换====*/

.sy-sort {
    margin-top: 60px;
    margin-right: 60px;
}

.sy-sort a {
    display: inline-block;
    width: 135px;
    margin-right: -8px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
}

.sy-sort a .icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px auto;
}

.sy-sort a .icon1 {
    background: url("../images/icon/sy-llzz0.png");
    background-size: 100% 100%;
}

.sy-sort a .icon2 {
    background: url("../images/icon/sy-djgg0.png");
    background-size: 100% 100%;
}

.sy-sort a .icon3 {
    background: url("../images/icon/sy-zyds0.png");
    background-size: 100% 100%;
}

.sy-sort a .icon4 {
    background: url("../images/icon/sy-fsjj0.png");
    background-size: 100% 100%;
}

.sy-sort a .icon5 {
    background: url("../images/icon/sy-dswp.png");
    background-size: 100% 100%;
}

.sy-sort a .icon6 {
    background: url("../images/icon/sy-dsztc.png");
    background-size: 100% 100%;
}

.sy-sort a .icon7 {
    background: url("../images/icon/sy-ydzg.png");
    background-size: 100% 100%;
}

.sy-sort a span {
    font-size: 16px;
    color: #bfbfbf;
}

.sy-sort a:hover,
.sy-sort a.active {
    padding-bottom: 12px;
    border-bottom: 4px solid #51a5fa;
}

.sy-sort a:hover span,
.sy-sort a.active span {
    color: #51a5fa;
}

.sy-sort a:hover .icon1,
.sy-sort a.active .icon1 {
    background: url("../images/icon/sy-llzz1.png");
    background-size: 100% 100%;
}

.sy-sort a:hover .icon2,
.sy-sort a.active .icon2 {
    background: url("../images/icon/sy-djgg1.png");
    background-size: 100% 100%;
}

.sy-sort a:hover .icon3,
.sy-sort a.active .icon3 {
    background: url("../images/icon/sy-zyds1.png");
    background-size: 100% 100%;
}

.sy-sort a:hover .icon4,
.sy-sort a.active .icon4 {
    background: url("../images/icon/sy-fsjj1.png");
    background-size: 100% 100%;
}

.sy-sort a:hover .icon5,
.sy-sort a.active .icon5 {
    background: url("../images/icon/sy-dswp1.png");
    background-size: 100% 100%;
}

.sy-sort a:hover .icon6,
.sy-sort a.active .icon6 {
    background: url("../images/icon/sy-dsztc1.png");
    background-size: 100% 100%;
}

.sy-sort a:hover .icon7,
.sy-sort a.active .icon7 {
    background: url("../images/icon/sy-ydzg1.png");
    background-size: 100% 100%;
}


/*====小分类切换====*/


/*====合作流程====*/

.cooperate-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
}

.cooperate-flow li:nth-child(2n+1) {
    display: inline-block;
    width: 136px;
    height: 136px;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
}

.cooperate-flow li:nth-child(2n+1) img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 30px auto 15px auto;
}

.cooperate-flow li:nth-child(2n+1) span {
    font-size: 14px;
    color: #bfbfbf;
}

.cooperate-flow li:nth-child(2n) {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #bfbfbf;
}

.cooperate-flow+.btn1 {
    display: block;
    width: 120px;
    height: 35px;
    margin: 60px auto 10px auto;
}


/*====合作流程====*/


/*====马蜂窝效果====*/

.hex-box {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.hex-box+ .hex-box {
    margin-top: -45px;
}

.hex {
    width: 220px;
    height: 253px;
    margin: 0 10px;
    background: url("../images/hex-wihte-bg.png");
    background-size: 100% 100%;
}

.hex:hover {
    background: url("../images/hex-blue-bg.png");
    background-size: 100% 100%;
}

.hex .icon {
    width: 100px;
    height: 100px;
    margin: 65px auto 15px auto;
}

.hex .icon1 {
    background: url("../images/icon/ad-icon1.png") no-repeat;
    background-size: 100% 100%;
}

.hex .icon2 {
    background: url("../images/icon/ad-icon2.png") no-repeat;
    background-size: 100% 100%;
}

.hex .icon3 {
    background: url("../images/icon/ad-icon3.png") no-repeat;
    background-size: 100% 100%;
}

.hex .icon4 {
    background: url("../images/icon/ad-icon4.png") no-repeat;
    background-size: 100% 100%;
}

.hex .icon5 {
    background: url("../images/icon/ad-icon5.png") no-repeat;
    background-size: 100% 100%;
}

.hex .icon6 {
    background: url("../images/icon/ad-icon6.png") no-repeat;
    background-size: 100% 100%;
}

.hex:hover .icon1 {
    background: url("../images/gificon/qmdsfg.gif") no-repeat;
    background-size: 100% 100%;
}

.hex:hover .icon2 {
    background: url("../images/gificon/schdcj.gif") no-repeat;
    background-size: 100% 100%;
}

.hex:hover .icon3 {
    background: url("../images/gificon/jzzdxz.gif") no-repeat;
    background-size: 100% 100%;
}

.hex:hover .icon4 {
    background: url("../images/gificon/cdyxbh.gif") no-repeat;
    background-size: 100% 100%;
}

.hex:hover .icon5 {
    background: url("../images/gificon/xgsskk.gif") no-repeat;
    background-size: 100% 100%;
}

.hex:hover .icon6 {
    background: url("../images/gificon/dpdsmk.gif") no-repeat;
    background-size: 100% 100%;
}

.hex p {
    font-size: 14px;
    color: #3fa8fd;
    text-align: center;
}

.hex:hover p {
    color: #fff;
}

.hex-last {
    width: 220px;
    height: 253px;
    margin: 0 10px;
    background: url("../images/hex-bg.png");
    background-size: 100% 100%;
}

.hex-last .btn2 {
    display: block;
    width: 150px;
    height: 35px;
    margin: 110px auto 20px auto;
}

.know-more {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 16px;
    color: #3d8ffd;
    text-align: center;
}


/*====马蜂窝效果====*/


/*====footer====*/

footer {
    font-size: 14px;
    background-color: #313131;
    overflow: hidden;
}

.footer-content {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-nav {
    margin-right: 140px;
    line-height: 180%;
}

.footer-nav a {
    display: block;
    color: #ccc;
}

.contact-us {
    width: 200px;
    margin-right: 140px;
    color: #ccc;
    line-height: 180%;
}

.footer-nav h4,
.contact-us h4,
.footer-code h4 {
    margin-bottom: 15px;
    color: #4f9aff;
}

.footer-code {
    width: 220px;
    color: #ccc;
}

#footer-code-zone > img
{
    float: left;
}

#footer-code-zone > img:not(:first-child)
{
    margin-left: 20px;
}

.footer-code img {
    display: block;
    width: 100px;
    height: 100px;
}

.copyright {
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    color: #ccc;
}


/*====footer====*/


/*====表单填写浮层====*/

.contact-us-list {
    z-index: 2;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 550px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2), -3px 0 18px rgba(0, 0, 0, 0.2), 3px 0 18px rgba(0, 0, 0, 0.2), -3px -3px 18px rgba(0, 0, 0, 0.2);
}

.contact-us-list .logo {
    width: 100%;
    padding: 8px 0;
    background-color: rgba(45, 45, 45, 1);
}

.contact-us-list .logo img {
    display: block;
    width: 152px;
    height: 18px;
    margin: 0 auto;
}

.contact-us-list ul {
    margin-left: 10px;
}

.contact-us-list ul li {
    width: 450px;
    margin-top: 15px;
}

.contact-us-list ul li:nth-child(7) {
    /*margin-top: 42px;*/
}

.contact-us-list ul span {
    display: inline-block;
    width: 120px;
    margin-right: 20px;
    font-size: 14px;
    color: #767676;
    text-align: right;
    vertical-align: top;
}

.contact-us-list ul input {
    width: 300px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 14px;
    color: #767676;
    vertical-align: top;
}

.contact-us-list ul textarea {
    width: 295px;
    height: 150px;
    border: 1px solid #bfbfbf;
}

.contact-us-list ul a {
    display: block;
    width: 100px;
    height: 34px;
    margin-left: 350px;
    line-height: 34px;
    background-color: #519aff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.contact-us-list .address {
    margin-top: 25px;
    margin-bottom: 30px;
}

.contact-us-list .address p {
    font-size: 12px;
    color: #9c9c9c;
    line-height: 22px;
    text-align: center;
}


/*====表单填写浮层====*/


/*====关于我们====*/

.main-team {
    width: 1132px;
    margin: 45px auto 0 auto;
}

.main-team li {
    position: relative;
    display: inline-block;
    width: 220px;
    text-align: center;
}

.people-img {
    width: 136px;
    height: 136px;
    padding: 14px;
    border-radius: 50%;
}

.main-team li span {
    display: block;
    color: #6e6e69;
    text-align: center;
}

.people-name {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}

.people-work {
    font-size: 14px;
}

.people-intro {
    z-index: 99;
    display: none;
    position: absolute;
    left: 0;
    bottom: -222px;
    box-sizing: border-box;
    width: 220px;
    height: 240px;
    padding: 20px;
    box-shadow: -1px 0 5px rgba(135, 135, 135, .2), 1px 0 5px rgba(135, 135, 135, .2), 0 1px 5px rgba(135, 135, 135, .2), 0 -1px 5px rgba(135, 135, 135, .2);
}

.people-intro {
    font-size: 12px;
    color: #6e6e69;
    line-height: 1.5;
    text-align: justify;
    background-color: #fff;
}

.main-team li:hover .people-name {
    color: #3d8ffd;
}

.main-team li:hover .people-intro {
    display: block;
}

.main-team li:hover .people-img {
    background: url("../images/people-img-bg.png") no-repeat;
    background-size: 100% 100%;
}

.honer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.honer-box {
    width: 960px;
    height: 540px;
    margin: 60px auto 0 auto;
}

.honer-box>div {
    position: relative;
    margin-bottom: -10px;
}

.honer-intro {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
}

.honer-intro>p,
.honer-intro1>p {
    font-size: 12px;
    line-height: 1.5;
}

.honer-intro >div {
    width: 100%;
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.4;
}

.honer-intro hr {
    float: left;
    width: 40px;
    height: 2px;
    border: none;
    background-color: #3c90fd;
}

.honer-intro1 p span {
    display: inline;
    font-size: 16px;
}

.honer-intro1 {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 220px;
    margin-left: -110px;
    text-align: center;
}

.course {
    width: 100%;
    min-height: 1260px;
    background: url("../images/course-bg.png") no-repeat center;
}

.course-line {
    position: relative;
    width: 434px;
    height: 1014px;
    margin: 60px auto 0 auto;
    background: url("../images/course.png") no-repeat center;
    background-size: 100% 100%;
}

.course-line p {
    width: 500px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}

.course-line .text-left {
    text-align: left;
}

.course-line .text-right {
    text-align: right;
}

.year2008 {
    position: absolute;
    bottom: 0;
    right: -340px;
}

.year2009 {
    position: absolute;
    bottom: 100px;
    left: -340px;
}

.year2010 {
    position: absolute;
    bottom: 200px;
    right: -340px;
}

.year2011 {
    position: absolute;
    bottom: 300px;
    left: -340px;
}

.year2012 {
    position: absolute;
    bottom: 400px;
    right: -340px;
}

.year2013 {
    position: absolute;
    bottom: 500px;
    left: -340px;
}

.year2014 {
    position: absolute;
    bottom: 600px;
    right: -340px;
}

.year2015 {
    position: absolute;
    bottom: 700px;
    left: -340px;
}

.year2016 {
    position: absolute;
    bottom: 800px;
    right: -340px;
}

.company-name-detail {
    width: 670px;
    height: 450px;
    background-color: #fff;
}

.company-name-bg {
    width: 670px;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: url("../images/company-name-bg.png") no-repeat;
    background-size: 100% 100%;
}

.company-content-detail {
    width: 500px;
    margin: 40px auto 0 auto;
}

.company-content-detail .title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #6e6e69;
    text-align: center;
}

.company-content-detail .content {
    font-size: 14px;
    color: #a3a3a3;
    text-align: center;
    line-height: 1.5;
}

.company-name {
    width: 330px;
    background-color: #494949;
}

.company-name>li {
    font-size: 18px;
    color: #fff;
}

.company-name>li p {
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
}

.up-arrow {
    float: right;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 18px;
    margin-right: 20px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}

.down-arrow {
    float: right;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 18px;
    margin-right: 20px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}

.contact {
    width: 1020px;
    margin: 30px auto 0 auto;
}

.company-name ul {
    display: none;
    background-color: #fff;
}

.company-name ul>li {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #a3a3a3;
    text-align: center;
}

.company-name ul>li:hover {
    color: #3c90fd;
}

.company-name>li.active ul {
    display: block;
}


/*====关于我们====*/

.live-bg1 {
    width: 100%;
    min-height: 550px;
    background: url(../images/live-bg1.png) center;
    background-size: cover;
}

.live-bg2 {
    width: 100%;
}

.live-bg3 {
    width: 100%;
    min-height: 780px;
    position: relative;
}

.bg3 {
    background: url(../images/live/bgbk.png) center;
    background-size: cover;
}

.bg4 {
    background: url(../images/live/bgmz.png) center;
    background-size: cover;
}

.live-bg4 {
    width: 100%;
    min-height: 500px;
}

.live-bg5 {
    width: 100%;
    min-height: 540px;
    background: url(../images/live-bg5.png) center;
    background-size: cover;
}

.live-bg6 {
    width: 100%;
    min-height: 560px;
    background: url(../images/live-bg6.png) center;
    background-size: cover;
}

.live-intro h3 {
    margin-bottom: 30px;
}

.live-intro p {
    font-size: 16px;
    color: #6e6e69;
}

.live-bg1 .live-intro,
.live-bg4 .live-intro,
.live-bg5 .live-intro,
.live-bg6 .live-intro {
    padding-top: 40px;
    margin-bottom: 46px;
    text-align: center;
}

.live-bg2 .live-intro {
    position: absolute;
    top: 170px;
    right: 20%;
    text-align: right;
}

.slides li {
    position: relative;
}

.live-bg3 .live-intro {
    text-align: center;
    overflow: hidden;
}

.live-bg3 .live-intro h3 {
    line-height: 1;
    margin-top: 40px;
    font-size: 28px;
    margin-bottom: 30px;
}

.live-bg3 .live-intro p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.live-bg4 .live-intro+img {
    display: block;
    width: 1070px;
    height: 350px;
    margin: 0 auto;
}

.live-bg5 .live-intro+img {
    display: block;
    width: 600px;
    height: 306px;
    margin: 0 auto;
}

.live-bg5 .live-intro p {
    color: #fff;
}

.live-bg6 .main-box .btn1 {
    display: block;
    width: 150px;
    height: 35px;
    margin: 230px auto 0 auto;
}

.live-des {
    width: 880px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 80px;
}

.bg4 .live-des {
    color: rgb(141, 141, 141);
}

.live-des li {
    font-size: 16px;
    display: inline-block;
    width: 160px;
    margin-right: 80px;
    vertical-align: top;
}

.live-des .img-wrap {
    text-align: center;
}

.live-des .img-wrap img {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 35px;
    border: none;
}

.live-des li>p {
    line-height: 30px;
}

.live-des li:last-child {
    margin-right: 0;
}


/*编辑按钮*/

.mode-button {
    display: inline-block;
    position: fixed;
    padding: 5px 15px;
    border: 1px solid #fff;
    background-color: #fff;
    top: 30px;
    right: 30px;
    z-index: 2;
    font-weight: bold;
    border: 1px solid #ccc;
}


/**/

.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 999;
    font-size: 1rem;
    overflow: hidden;
}

.mask.out {
    opacity: 1;
    background-color: transparent;
    top: auto;
}

.mask.out video {
    display: none
}

.videoTabsHead a {
    color: #fff;
}

.ewm {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
}

.ewm.out {
    display: none;
}

.ewm>img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.contact-us-list-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
}

.contact-us-list-container.out {
    display: none;
}

.scrollNavBarFixed {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
}

.white-a {
    color: #fff;
}

.smbanner {
    width: 320px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.slides>li {
    position: relative;
}

.tvm-partner .slides>li {
    font-size: 0;
}

.contact-item.active {
    color: #3d8ffd;
}

.kjsq-ul {
    font-size: 0;
    text-align: center;
    height: 97px;
}

.kjsq-ul li {
    display: inline-block;
    font-size: 14px;
    color: #bbbbbb;
    position: relative;
    padding: 0 45px;
    vertical-align: top;
}

.kjsq-ul li>a {
    display: block;
    height: 97px;
}

.kjsq-ul li:last-child {
    margin-right: 0;
}

.kjsq-ul li .title {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 16px;
}

.kjsq-ul li.active .title {
    color: #83b4ff;
    font-size: 16px;
}

.kjsq-img {
    text-align: center;
    margin-top: 40px;
    font-size: 0;
}

.ktsy {
    width: 100%;
    height: 220px;
    background: url(../images/live/zbkysy.png) 0 0;
    background-size: cover;
    display: block;
    overflow: hidden;
}

.ktsy .btn1 {
    color: #fff;
    border-color: #fff;
    display: block;
    font-size: 16px;
    width: 200px;
    margin-top: 89px;
    margin-left: auto;
    margin-right: auto;
    line-height: 35px;
}

.fixRightBottom {
    width: 50px;
    height: 160px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
}

.fixRightBottom .backtop {
    width: 50px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/live/hddbzt1.png) 0 0 no-repeat;
    background-size: cover;
}

.fixRightBottom .backtop:hover {
    background: url(../images/live/hddbzt2.png) 0 0 no-repeat;
    background-size: cover;
}

.fixRightBottom .quickContact {
    width: 50px;
    height: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/live/kslxwmzt1.png) 0 0 no-repeat;
    background-size: cover;
}

.fixRightBottom .quickContact:hover {
    background: url(../images/live/kslxwmzt2.png) 0 0 no-repeat;
    background-size: cover;
}

.tv-wp {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #bbb;
}

.tv-wp h3 {
    color: #fff;
    margin-top: 300px;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}

.tv-wp p {
    font-size: 14px;
    width: 350px;
    text-align: center;
    margin: 0 auto;
    line-height: 24px;
}

.tv-wp .colorb {
    color: #64a3fd
}

.tv-wp .top-bg {
    height: 496px;
    font-size: 0;
    background: url(../images/interaction/wphsbg.png) center 0 no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.tv-wp .top-bg .interaction-tool-portal {
    margin-left: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    width: 100%;
}

.tv-wp .top-bg .interaction-tool-portal a {
    width: auto;
    margin-right: 0;
    padding: 0 70px;
}

.tv-wp .bottom-tab {
    padding: 30px 0;
    background-color: #fff;
}

.tv-wp .bottom-tab ul {
    font-size: 0;
    width: 1065px;
    height: 193px;
    margin: 0 auto;
}

.tv-wp .bottom-tab li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    width: 238px;
    height: 210px;
    position: relative;
}

.tv-wp .bottom-tab li {
    width: 238px;
}

.tv-wp .bottom-tab li:last-child {
    margin-right: 0;
}

.tv-wp .bottom-tab h4 {
    font-size: 14px;
    color: #000;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.tv-wp .control-bar {
    background-color: #fff;
    margin: 0 auto;
}

.slides li {
    overflow: hidden;
}

.footer-nav a:hover {
    color: #4f9aff;
}
html{
    background-color: #313131;
}
.contact-item{
    display: block;
    width: 100%;
    height: 100%;
}
.flexslider .slides img {
    width: 100%;
}
.adslider .slides li{
    height: 535px;
}
.liveslider .slides li{
    width: 100%;
    height: 535px;
}
.tvm-partner{
    position: relative;
}


.product-intro .icon1 .icon {
    background: url("../images/ad/product/i11.png");
    background-size: 100% 100%;
}

.product-intro .icon1:hover .icon,
.product-intro .icon1.active .icon {
    background: url("../images/ad/product/i12.png");
    background-size: 100% 100%;
}

.product-intro .icon2 .icon {
    background: url("../images/ad/product/i21.png");
    background-size: 100% 100%;
}

.product-intro .icon2:hover .icon,
.product-intro .icon2.active .icon {
    background: url("../images/ad/product/i22.png");
    background-size: 100% 100%;
}

.product-intro .icon3 .icon {
    background: url("../images/ad/product/i31.png");
    background-size: 100% 100%;
}

.product-intro .icon3:hover .icon,
.product-intro .icon3.active .icon {
    background: url("../images/ad/product/i32.png");
    background-size: 100% 100%;
}

.product-intro .icon4 .icon {
    background: url("../images/ad/product/i41.png");
    background-size: 100% 100%;
}

.product-intro .icon4:hover .icon,
.product-intro .icon4.active .icon {
    background: url("../images/ad/product/i42.png");
    background-size: 100% 100%;
}

.product-intro .icon5 .icon {
    background: url("../images/ad/product/i51.png");
    background-size: 100% 100%;
}

.product-intro .icon5:hover .icon,
.product-intro .icon5.active .icon {
    background: url("../images/ad/product/i52.png");
    background-size: 100% 100%;
}

.product-intro .icon6 .icon {
    background: url("../images/ad/product/i61.png");
    background-size: 100% 100%;
}

.product-intro .icon6:hover .icon,
.product-intro .icon6.active .icon {
    background: url("../images/ad/product/i62.png");
    background-size: 100% 100%;
}
.cnm{
    color: rgb(110, 110, 105);
}
.cnm li{
    overflow: hidden;
}
.cnm .intro-text-tips h5{
    margin-bottom: 0;
}
.tv-ad .intro-text-p{
    margin-bottom: 10px;
}