@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    height: auto;
    min-width: 1200px;
    font-family: "Microsoft YaHei"!important;
    font-size:16px;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    /*letter-spacing: 1px;*/
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
    outline:none !important;
}

html {
    height: auto;
    font-size: .6em;
}

.hide {
    display: none;
}

.textCN {
    display: none;
}

.textEN {
    display: none;
}

/*面包屑导航栏开始*/
.nav-ul {
    padding: 0;
    position: fixed;
    right: 20px;
    top: 50%;
    width: 12px;
    z-index: 66666;
    margin-bottom: 0;
}

.nav-ul li {
    padding: 0;
    list-style: none;
    margin: 10px 0;
    position: relative;
}

.nav-ul li::after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid gainsboro;
    background: transparent;
    margin: 5px 0;
    cursor: pointer;
}

.nav-ul li.active {
    background: transparent !important;
}

.nav-ul li.active::after {
    background: #192742;
    border-color: #192742;
    box-shadow: 0 0 10px 3px #192742;
}

.nav-ul li:hover::after {
    background: #192742;
    border-color: #192742;
}

.nav-ul li:hover p {
    opacity: 1;
}

.nav-ul li p {
    position: absolute;
    right: 20px;
    top: -5px;
    font-size: 1.4rem;
    line-height: 14px;
    white-space: nowrap;
    background: #192742;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    text-transform: capitalize;
}

.nav-active {
    background: #b90b2c !important;
}

/*面包屑导航栏结束*/

/*backTop开始*/
/*1200px {*/
    /*width: 45px;*/
    /*height: 45px;*/
    /*border-radius: 5px;*/
    /*position: fixed;*/
    /*bottom: 15px;*/
    /*right: 15px;*/
    /*background: #D20814;*/
    /*text-align: center;*/
    /*line-height: 45px;*/
    /*cursor: pointer;*/
    /*z-index: 999999;*/
    /*display: none;*/
/*}*/

.backTop i {
    font-size: 25px;
    color: #fff;
    line-height: 45px;
}

/*backTop结束*/

section {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gray {
    background: #f7f7f7;
}

section .section-body {
    width: 1200px;
    margin: auto;
    padding-bottom: 70px;
}

/*通用链接按钮*/
.link-btn{
    border: 1px gainsboro solid;
    background: #fff;
    border-radius: 25px;
    height: 33px;
    display: inline-block;
    position: relative;
    text-indent: 0;
    line-height: 15px;
}

.link-btn i{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #192742;
    color: #fff;

    /*定位*/
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 15px;
}
.link-btn i:before {
    content: "\e602";
    position: absolute;
    top: -1px;
    left: 0;
}

.link-btn span {
    color: #000;
    font-size: 15px;
    line-height: 35px;
    margin: 0 20px 0 40px;
}
.link-btn:hover{
    border-color: #192742;
    background: #192742;
}
.link-btn:hover i {
    color: #192742;
    background: #fff;
}
.link-btn:hover span {
    color: #fff;
}
.link-btn:active{
    border-color: gainsboro;
    background: #fff;
}
.link-btn:active i {
    background: #192742;
    color: #fff;
}
.link-btn:active span {
    color: #000;
}

/*section标题栏开始*/
section .section-title {
    margin: 60px auto;
    display: table;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

section .section-title .section-title-EN {
    text-transform: Uppercase;
    font-size: 3.4rem;
    color: #b90b2c;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 3px 120px;
    margin: auto;
    display: table;
}

section .section-title .section-title-EN::before {
    content: '';
    height: 1px;
    width: 30px;
    background: #b90b2c;

    /* 定位 */
    position: absolute;
    left: 0;
    bottom: 25px;
}

section .section-title .section-title-EN::after {
    content: '';
    height: 1px;
    width: 30px;
    background: #b90b2c;

    /* 定位 */
    position: absolute;
    right: 0;
    bottom: 25px;
}

section .section-title .section-title-line {
    width: 100%;
}

section .section-title .section-title-line::before {
    content: '';
    height: 1px;
    width: calc(50% - 15px);
    background: rgba(128, 128, 128, 0.51);

    /* 定位 */
    position: absolute;
    left: 0;
    bottom: 0;
}

section .section-title .section-title-line::after {
    content: '';
    height: 1px;
    width: calc(50% - 15px);
    background: rgba(128, 128, 128, 0.51);

    /* 定位 */
    position: absolute;
    right: 0;
    bottom: 0;
}

section .section-title .section-title-CN {
    display: block;
    font-size: 2.4rem;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
    position: relative;
    width: fit-content;
    margin: auto;
}
section .section-title .section-title-CN::after {
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background: #b90b2c;

    /* 定位 */
    position: absolute;
    left: 50%;
    top: -3px;
    transform: translateX(-50%);
}

section .section-title.white .section-title-EN {
    color: white;
}

section .section-title.white .section-title-EN::before {
    background: white;
}

section .section-title.white .section-title-EN::after {
    background: white;
}

section .section-title.white .section-title-line::before {
    background: white;
}

section .section-title.white .section-title-line::after {
    background: white;
}

section .section-title.white .section-title-CN {
    color: white;
}

section .section-title.white .section-title-CN::after {
    background: white;
}

/*section标题栏结束*/

/*滚动分页器样式开始*/
.lianxin-bullet {
    display: inline-block;
    margin: 15px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid gainsboro;
    cursor: pointer;
}

.lianxin-bullet-active {
    background-color: #192742 !important;
    border-color: #192742 !important;
}

/*滚动分页器样式结束*/



/*联信科技*/
.align-center{
    text-align: center;
}
.text-content{
    color: #606266;
    line-height: 30px;
}
.flex-container{
    display: flex;/*重要*/
    justify-content: space-between;/*重要*/
}
.flex-container .three-box{
    width: 412px;
    height: 255px;
}
.flex-container .two-box{
    width: 588px;
    height: 179px;
}
.display-row{
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.display-col{
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex1{
    box-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -webkit-flex:1;
    flex:1;
}
.full-height{
    height: 100%;
}
.overflow{
    overflow: hidden;
}
.float{
    float: left;
}
.float-right{
    float: right;
}
.cursor-pointer{
    cursor: pointer;
}
.clearFloat{
    clear: both;
}


/*顔色*/
.title-color{
    color: #192742;
}
.content-color{
    color: #5F6464;
}

.page-banner img{
    width: 100%;
    height: 30vw;
    /*min-width: 1200px;*/
    min-height: 400px;
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
}
.fontweight{
    font-weight: 600;
}
.hideDom{
    display: none;
}
.showDom{
    display: block;
}
.advisory img{
    width: 26px;
    height: 26px;
}
.advisory .logo-img{
    width: 30px;
    height: 30px;
}
.linktoHaichan{
    cursor: pointer;
}
.banner-container{
    position: relative;
    min-height: 420px;
}
.banner-txt{
    width: 1100px;
    position: absolute;
    left: calc(50% - 550px);
    top: 40%;
    /*min-top:200px;*/
    font-size: 44px;
    letter-spacing: 1px;
}
.banner-txt .txt{
    font-size: 16px;
    margin-top: 10px;
}





/*海传css*/
html {width: 100%;-webkit-text-size-adjust:none;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);height: 100%;}
/*body {width: 100%;min-width: 1200px;height: 100%;font-size: 16px; color: #fff;line-height: 24px;background: #fff;min-height: 100%;font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;}*/
* {margin: 0;padding: 0;border: 0;box-sizing: border-box;}
ul,ul li,ol,li {list-style: none outside none;}
/*img {vertical-align: middle;border: none;width: 100%;}*/
i {font: inherit;}
input,select,option {vertical-align: middle;border-radius: 0px;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;}
input[type="text"],input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;appearance: none;border-radius: 0;outline: none;}
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
h1,h2,h3,h4,h5,h6,i,strong {font-weight: normal;}
select::-ms-expand { display: none; }
a {color: #fff;text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:hover {text-decoration: none;outline: none;}
.clear {clear: both;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {zoom: 1;display: block;_height: 1px;clear: both;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin: 0;padding: 0;}
.posRe{position: relative;}
.posAb{position: absolute;}
.textCenter{text-align: center;}
.textLeft{text-align: left;}
.textRight{text-align: right;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f23{font-size: 23px;}
.f24{font-size: 24px;}
.f25{font-size: 25px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f35{font-size: 35px;}
.f36{font-size: 36px;}
.f40{font-size: 40px;}
.fw400{font-weight: 400;}
.fw600{font-weight: 600;}
.textUpper{text-transform: uppercase;}
.textLower{text-transform: lowercase;}
.flex{
    display: flex;
    align-items: center;
}
.flex-justifyCenter{justify-content: center;}
.flex-justifyAround{justify-content: space-around;}
.flex-justifyBetween{justify-content: space-between;}

.m0{margin: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt13{margin-top: 13px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt100{margin-top: 100px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb13{margin-bottom: 13px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb58{margin-bottom: 58px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb100{margin-bottom: 100px;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}
.ml55{margin-left: 55px;}
.ml60{margin-left: 60px;}
.ml65{margin-left: 65px;}
.mr5{margin-right: 5px;}
.mr0{margin-right: 0px!important;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}
.mr55{margin-right: 55px;}
.mr60{margin-right: 60px;}
.mr65{margin-right: 65px;}
.mr100{margin-right: 100px;}
.p0{padding: 0!important;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt55{padding-top: 55px;}
.pt60{padding-top: 60px;}
.pt65{padding-top: 65px;}
.pt80{padding-top: 80px;}
.pt100{padding-top: 100px;}
.pt120{padding-top: 120px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb55{padding-bottom: 55px;}
.pb60{padding-bottom: 60px;}
.pb65{padding-bottom: 65px;}
.pb80{padding-bottom: 80px;}
.pb100{padding-bottom: 100px;}
.pb120{padding-bottom: 120px;}
.pb150{padding-bottom: 150px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}
.pl35{padding-left: 35px;}
.pl40{padding-left: 40px;}
.pl45{padding-left: 45px;}
.pl50{padding-left: 50px;}
.pl55{padding-left: 55px;}
.pl60{padding-left: 60px;}
.pl65{padding-left: 65px;}
.pl120{padding-left: 120px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pr25{padding-right: 25px;}
.pr30{padding-right: 30px;}
.pr35{padding-right: 35px;}
.pr40{padding-right: 40px;}
.pr45{padding-right: 45px;}
.pr50{padding-right: 50px;}
.pr55{padding-right: 55px;}
.pr60{padding-right: 60px;}
.pr65{padding-right: 65px;}
.ptb60{padding: 60px 0;}
.ptb80{padding: 80px 0;}
.ptb100{padding: 100px 0;}
.ptb120{padding: 100px 0;}

/*一级标题颜色*/
.color1{color: #192742;}
/*二级标题颜色*/
.color1_1{color: #595757;}
/*模块文字颜色*/
.color2{color: #666B7C;}
/*数字增长颜色*/
.color3{color: #083BC8;}

/*模块背景颜色*/
.bgColor1{background: #F7F9FB;}

.transition2{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.transition5{
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.commonWidth {
    width: 1200px;
    margin: 0 auto;
}
.fontBold{
    font-weight: bold;
}

/*隐藏第三方在线咨询*/
#newBridge{
    display: none;
}

@keyframes a_bg_hover_show {
    0%{ -webkit-transform:scale(1,0.5); opacity: 0;}
    100%{  -webkit-transform:scale(1,1); opacity: 1;}
}
/*合作伙伴*/
.partnerBox .swiper-pagination-custom{
    bottom: 0;
}
.partnerBox .swiper-pagination-customs{
    width:6px;
    height:6px;
    background:rgba(225,230,243,1);
    border-radius:50%;
}
.partnerBox .swiper-pagination-customs-active {
    width:20px;
    height:6px;
    background:rgba(57,103,248,1);
    border-radius:3px;
}

/* 机器人 */
.swiper-pagination-custom {
    left: 0;
    width: 100%;
    text-align: center;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiperRobot-pagination-customs {
    border: 1px solid #E3E6EA;
    display:inline-block;
    color: #666B7C;
    margin: 0 5px;
    outline: 0;
    font-size: 18px;
    padding: 14px 20px;
    border-radius: 4px;
    cursor: pointer;

}
/*自定义分页器激活时的样式表现*/
.swiperRobot-pagination-customs-active {
    opacity: 1;
    background: #fff;
    color: #3D6CF8;
    border: 1px solid #3C6BF7;
}

/* 公共头部 */
header {
    height: 72px;
    line-height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,.8);
}
.head {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    /*background: #fff;*/
}
.headNav{
    /*width: calc(100% - 500px);*/
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.NavLink {
    width: 120px;
}
.NavLinkTit > a{
    display: block;
    font-weight: bold;
    opacity: 0.95;
    -webkit-transition: color 0.3s linear;
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    margin: 0 auto;
    text-align: center;
    color: #000!important;
}
.NavLinkTit > a:after{
    display: block;
    content: "";
    height: 4px;
    width: 50%;
    position: absolute;
    bottom: 9px;
    left: 25%;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01,1);
}
 .headNav .NavLink .NavLinkTit:hover > a:after,
.headNav .NavLinkActive .NavLinkTit:hover > a:after{
    transform:scale(1,1);
    opacity: 1;
    background: #083BC8!important;
}
.headNav .NavLink.active .NavLinkTit > a:after,
.headNav .NavLinkActive.active .NavLinkTit > a:after{
    transform:scale(1,1);
    opacity: 1;
    background: #fff;
}
.headNav .NavLink .NavLinkTit > a.active{
    color: #083BC8!important;
}
.childHover{
    display: none;
    width: 548px;
    height: 425px;
    position: absolute;
}
.childType{
    width: 100%;
}
.childType div{
    flex: 1;
}
.childTitle{
    color: #A1A3A8;
}
.childType a{
    color: #192742!important;
    font-size: 15px;
}
.childType a:hover{
    color: #083BC8!important;
    font-weight: 600;
}
.childType p{
    margin-bottom: 5px;
    font-size: 14px;
    color: rgba(102, 107, 124, .6);
}
.cursorNot{
    cursor: not-allowed;
}
.childHoverProduct{
    width: 80%;
    position: absolute;
    right: -5%;
    box-shadow: 0 7px 6px 0 rgba(0,0,0,.1);
}
.childHover > div{
    width: 100%;
    height: 100%;
    line-height: normal;
    -webkit-animation: a_bg_hover_show 0.2s ease-out both;
    -webkit-transform-origin: 50% 0%;
}
.childHoverL{
    flex: 1;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    align-items: initial;
}
.childHoverL_item{
    flex: 1;
}
.childHoverL_item ul{
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 5px;
    border-right: 2px solid #ECECEC;
}
.childHoverL_item:last-child ul{
    border-right: none;
}
.childHoverL_item ul li{
    margin-bottom: 30px;
}
.childHoverL_item ul li:last-child{
    margin: 0;
}
.childHoverL_item ul li a{
    display: block;
    padding-top: 20px;
    padding-left: 45px;
    position: relative;
}
.childHoverL_item ul li a .img_hot{
    width: auto;
    position: absolute;
    top: 5px;
    right: 25px;
}
.childHoverL_item ul li a span{
    color: #192742;
    font-size: 22px;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
    transition: all .3s linear;
}
.childHoverL_item ul li a p{
    color: #A1A3A8;
    font-size: 12px;
    margin-top: 10px;
    transition: all .3s linear;
}
.img_item{
    width: auto;
    display: inline-block;
}
.img_item_active{
    width: auto;
    display: none;
}
.childHoverL_item ul li a:hover .img_item{
    display: none;
}
.childHoverL_item ul li a:hover .img_item_active{
    display: inline-block;
}
.childHoverL_item ul li a:hover span{
    color: #003CC8;
}
.childHoverL_item ul li a:hover p{
    color: #192742;
}
.childHoverR{
    width: 280px;
    height: 100%;
    background: #F3F3F3;
}
.childHoverAbouts{
    width: 160px;
    height: 140px;
    position: absolute;
    right: 0;
    margin-right: -20px;
}
.childHoverAbouts .childHoverL{
    padding-top: 0;
}
.childHoverAbouts .childHoverL_item ul li{
    margin-bottom: 0;
}
.childHoverAbouts .childHoverL_item ul li a{
    padding: 15px 0 15px 25px;
}
.childHoverAbouts .childHoverL_item ul li a:hover{
    background-color: #efecec;
}
.childHoverAbouts .childHoverL_item ul li a span{
    font-size: 18px;
    font-weight: 400;
}

.hot{
    position: relative;
}
.hot:after {
    content: 'HOT';
    width: 30px;
    height: 13px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    font-size: 8px;
    position: absolute;
    top: -8px;
    right: -30px;
    background: #FC0E1F;
    border-radius: 5px;
    font-weight: 600;
}

/* 公共底部 */
footer {
    background: #0F1B3E;
}
footer a{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.footTop {
    padding: 75px 0 120px 0;
    background: #30343E;
}
.footItem h1{
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}
.footItem a{
    color: #929499;
    margin-bottom: 20px;
}
.footItem a:first-child{
    margin-right: 35px;
}
.footItem span{
    color: #929499;
    display: block;
    margin-bottom: 12px;
}
.footItem span p{
    color: #FECB2E;
    font-size: 22px;
    margin-top: 8px;
}
.footItem .footWxchat{
    color: #929499;
    width: 256px;
    height: 70px;
    background: #3F4451;
    margin: 24px 0;
}
.footItem .footWxchat img{
    width: 63px;
    height: 64px;
    margin-left: 3px;
}
.footItem .footWxchat p{
    color: #FEFEFE;
    margin-bottom: 5px;
}
.footOnly img{
    width: 40px;
    margin-right: 14px;
}
.footOnly p{
    color: #929499;
    font-size: 12px;
    line-height: 18px;
}

.footBtm{
    color: #929499;
    padding: 50px 0;
    background: #292C33;
}
.footBtm img {
    width: 22px;
    vertical-align: top;
    margin-right: 10px;
}
.footBtm a{
    color: #929499;
    font-size: 14px;
}
.footItem a:hover, .footBtm a:hover{
    color: #fff;
}
.footTop > div, .footBtm > div{
    align-items: initial;
}
.footBtm > div > div{
    margin-right: 60px;
}


.footNav .footNavList {
    /*float: left;
    margin-right: 100px;*/
    font-size: 14px;
}
.footNav .footNavList li{
    padding-right: 4%;
    float: left;
}
.footNav .footNavList li a:hover {
    color: #3D6CF5;
}
.footContact {
    padding: 35px 0;
}
.websetRecord {
    border-top: 1px solid #E3E3E3;
}


/*产品试用申请*/
.layer{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.layerContent{
    width: 480px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 40px 45px 60px;
}
.layerContent h1{
    font-size: 35px;
    line-height: 45px;
    text-align: center;
}
.layerContent ul li{
    height: 50px;
    margin-top: 35px;
}
.layerContent ul li input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #595757;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    padding-left: 10px;
}
.platType .plat_item{
    margin: 0!important;
}
.platType .plat_checked{
    border: 2px solid #083BC8;
}
.platType .oncheck{
    background: url(../image/index/checked_blue.png) center no-repeat;
}
.layerClose{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #666B7C;
    font-size: 26px;
}
.layerClose:hover{
    color: #192742;
}
.submit{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    background: #083BC8;
    display: block;
    cursor: pointer;
    outline: none;
    margin-top: 30px;
}
.submit:hover{
    background: #284AFE;
}
.commonText{
    color: #f26a6a;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}
.indexFreeCon .commonText{
    bottom: -30px;
}
.layerSuccess{
    display: none;
    width: 480px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 60px 0;
    text-align: center;
}
.layerSuccess img{
    width: 70px;
}
.layerSuccess p{
    color: #000;
}
.layerSuccess span{
    color: #61677E;
}
/*右侧咨询*/
.freeImg{
    display: none;
    position: absolute;
    top: -68px;
    left: -5px;
    z-index: 9;
    cursor: pointer;
}
.index_kp{
    display: none;
    position: fixed;
    left: 0;
    bottom: -1px;
    z-index: 99999;
}
.index_kp_c{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index_kp_c div{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}
.index_kp_c a{
    display: block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #FF1212;
    background: #fff;
    margin-left: 150px;
    text-align: center;
    cursor: pointer;
}
.index_kp_c img{
    width: auto;
    position: absolute;
    top: 2px;
    right: -23px;
    cursor: pointer;
}
.advisory{
    position: fixed;
    right: 5px;
    bottom: 80px;
    z-index: 1000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.wechat-phone{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75px;
    background: #F9F9F9;
    border-radius: 14px;
    position: relative;
    padding:25px 0;
    bottom: 19px;
    box-shadow: 0 13px 28px 0 rgba(0,0,0,.1);
}
.wechat-phone:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #F9F9F9;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    left: 50%;
    bottom: -8px;
}
.wechat-phone p {
    font-size: 12px;
    color: #4C4C4C;
    line-height: 18px!important;
    font-weight: bold;
}
.wechat-phone > div{
    width: 100%;
    /*height: 66px;*/
    /*position: relative;*/
    /*width:45px;
    height:45px;
    background:#eee;
    border-radius: 50%;*/
}

.phoneImg i{
    font-size: 24px;
    color: #4D4D4D;
}

.wechatImg{
    /*margin-top: 8px;*/
}
.wechatImg i{
    font-size: 36px;
    color: #4D4D4D;
}

.wechatImg i.iconfont, .lxccImg i.iconfont, .phoneImg i.iconfont{
    display: block;
    /*width: 29px;*/
    /*height: 23px;*/
    font-size:30px;
    color:#666;
    cursor: pointer;
}
.wechatImg:hover i.iconfont, .lxccImg:hover i.iconfont, .phoneImg:hover i.iconfont{
    color:#003CC8;
}
.appImg {
    margin-top: 20px;
}
.iconBox{
    width: 45px;
    height: 45px;
    background: rgb(238, 238, 238);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.consult-button {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*background-color: #003be9;*/
    /*box-shadow: 0 13px 28px 0 rgba(0,0,0,.2);*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #192742;
}
.appImg-target {
    width: 45px;
    height: 45px;
    overflow: hidden;
    background-color: rgb(238, 238, 238);
    border-radius: 50%;
}
.appImg-target>img {
    width: 28px;
    height: 28px;
}
.appImg-target .nor {
    display: block;
}
.appImg-target .pre {
    display: none;
}
.contactUs{
    display: none;
    width: 128px;
    height: 70px;
    background: #F9F9F9;
    box-shadow: 0px 0px 30px 0px rgba(30,65,160,0.17);
    border-radius: 8px;
    right: 75px;
    bottom: 80px;
    font-size: 14px;
    transition: all .3s;
}
.weChat,
.appCode{
    display: none;
    width: 125px;
    background: #F9F9F9;
    box-shadow: 0px 0px 30px 0px rgba(30,65,160,0.17);
    border-radius: 8px;
    right: 75px;
    padding: 8px 12px 12px;
    transition: all .3s;
}
.rbutton{
    line-height: 15px;
}
.appCode {
    bottom: 0;
}
.weChat {
    top: 0;
}

.jishu{
    display: none;
    width: 100px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(30,65,160,0.17);
    border-radius: 10px;
    right: 75px;
    top: -20px;
    padding: 10px;
    height: 144px;
}
.contactUs div{
    color: #091C37;
}
.contactUs div:first-child{
    margin-top: 10px;
}
.jishu div{
    height: 20px;
    color: #3C4359;
}
.jishu img{
    width: 75px;
    margin-top: 5px;
}

.weChat div{
    height: 20px;
    font-size: 12px;
    color: #3C4359;
}
.appCode img,
.weChat img{
    width: 100%;
    height: auto;
    margin-top: 5px;
}
.appCode div {
    font-size: 12px;
    color: #3C4359;
}
.appCode img {
    margin-top: 5px;
}
/*
 * 首页
 * */
.swiper-containerBanner {
    height: 775px;
}
.swiper-containerBanner .bannerUrl{
    display:inline-block;
    height: 100%;
    width: 100%;
}
.swiper-containerBanner .swiper-pagination-bullet{
    width: 28px;
    height: 6px;
    opacity: 1;
    background: #fff;
    border-radius: 5px;
    margin: 15px 11px!important;
}
.swiper-containerBanner .swiper-pagination-bullet-active{
    background: #003CC8;
}
.swiper-containerBanner .swiper-pagination{
    bottom: 160px!important;
}
.swiper-containerBanner .swiper-slide > div:first-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-containerBanner .swiper-slide-active > div:first-child{
    transition: all 2s ease;
    transform: scale(1.08);
}
/*四大核心*/
.swiper-containerScene{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-containerScene .swiper-wrapper .swiper-slide{
    height: 100%;
}
.swiper-paginationScene{
    border-bottom: 2px solid #fff;
    display: flex;
    justify-content: space-around;
}
.swiper-paginationScene-customs{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding-bottom: 30px;
    position: relative;
}
.swiper-paginationScene-customs-active {
    color: #083BC8;
}
.swiper-paginationScene-customs-active:after{
    content: '';
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 3px solid #083BC8;
}
.productOther .flex > div:nth-of-type(1){
    width: 350px;
    padding: 20px 0;
    padding-left: 20px
}
.productOther .flex > div:nth-of-type(2){
    width: 350px;
    padding: 20px 0;
    padding-left: 20px;
}
.productOther .flex > div:nth-of-type(3){
    width: 350px;
    padding: 20px 0;
    padding-left: 20px;
}
.productOther .flex > div:hover{
    box-shadow: 1px 3px 7px 2px #ddd;
}
.productOther img{
    width: 30px;
}
.productOther h1{
    color: #2E47F3;
}
.productOther p{
    line-height: 18px;
}
/*合作伙伴*/
.indexPartnerContent{
    width: 100%;
    margin: 0 auto;
}
.indexPartner .indexPartnerContent .swiper-slide{
    width: 2280px!important;
    height: 180px;
}
.partnerItem{
    width: 160px;
    background: #fff;
    margin:0 25px 20px 0;
}
/*产品体验*/
.indexFree{
    background: url(../image/index/home_mianfeitiyan_bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    line-height: initial;
}
.indexFreePlat{
    margin: 45px 0;
}
.ex_item{
    font-size: 20px;
}
.ex_item:nth-of-type(2){
    margin: 0 35px;
}
.ex_item input{
    width: 140px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    padding-left: 10px;
    color: #797979;
    background: #fff;
}
.plat_item{
    font-size: 16px;
    margin-right: 40px;
    cursor: pointer;
}
.plat_item:first-child{
    margin-left: 15px;
}
.plat_checked{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fff;
}
.oncheck{
    background: url(../image/index/checked.png) center no-repeat;
}
.plat_checked input{
    opacity: 0;
    cursor: pointer;
}
.submitBtn{
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    background: #192742;
    box-shadow: 0px 8px 24px 0px rgba(13, 24, 47, 0.4);
}
.indexFreeBtn{
    width:140px;
    height:40px;
    line-height: 40px;
    background:rgba(25,39,66,1);
    box-shadow:0px 8px 24px 0px rgba(13,24,47,0.4);
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    transition: all .3s ease;
}
.indexFreeBtn:hover{
    background: #060a14;
}
/*
 * 产品
 * */
/*.productType1, */.productType2{
                       display: none;
                   }
/*呼叫中心--标准版*/
.productBanner{
    /*background: url("../image/product/HJZX/productBg.png") no-repeat center;*/
    /*background-size: cover;*/
    /*height: 670px;*/
    position: relative;
}
.banner_title{
    /*position: absolute;*/
    bottom: -92px;
    left: 0;
    margin-top: -3px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color:rgba(178,187,230,.7);
}
.banner_title li {
    width: 435px;
    height: 92px;
    line-height: 92px;
    font-size: 22px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_intro_cont{
    margin-top: 5px;
    background-color: #ff6a00;
    padding: 0 10px;
    color: white;
    letter-spacing:5px;
    font-size: 22px;
}
.banner_title li:hover{
    background-color: #fff;
    color: #003CC8;
}
.banner_title li img{
    margin-right: 10px;
}
.bg1{
    width: 25px;
    height: 28px;
    margin-right: 10px;
    background: url("../images/product/HJZX/bannertitledefault1.png") no-repeat;
}
.bg2{
    width: 25px;
    height: 28px;
    margin-right: 10px;
    background: url("../images/product/HJZX/bannertitledefault2.png") no-repeat;
}
.bg3{
    width: 25px;
    height: 28px;
    margin-right: 10px;
    background: url("../images/product/HJZX/bannertitledefault3.png") no-repeat;
}
.banner_title1:hover .bg1{
    background: url("../images/product/HJZX/bannertitle1.png") no-repeat;
}
.banner_title2:hover .bg2{
    background: url("../images/product/HJZX/bannertitle2.png") no-repeat;
}
.banner_title3:hover .bg3{
    background: url("../images/product/HJZX/bannertitle3.png") no-repeat;
}
.mian_intro{
    position: absolute;
    top:115px;
    left: 20%;
    color: #192742;
    font-size: 24px;
    line-height: 70px;
}
.main_intro_title{
    font-size: 65px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 22px 0;
}
.main_intro_consult{
    width: 163px;
    height: 51px;
    background: #FF6A00;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    margin-top: 10px;
}
.choose_reason{
    color: #192742;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 78px 0 4px 0;
}
.choose_reason h2{
    display: block;
    margin: 0 0 65px 0;
    font-size: 30px;
}
.choose_reason ul{
    width: 986px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 74px;
}
.choose_reason ul li{
    display: flex;
    text-align: left;
}
.choose_reason ul li img{
    margin: 15px 15px 0 0;
}
.choose_reason_title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #192742;
    line-height: 57px
}
.choose_reason_cont{
    width: 347px;
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A1A3A8;
}
.programme_title{
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 71px 0 59px 0;

}
.programme_tab{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.programme_tab_ul{
    width: 980px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    border-bottom: 2px solid #e8e8fa;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-evenly;
    margin-left: 67px;


}
.programme_tab_item{
    /*width: 127px;*/
    height: 60px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    /*font-weight: bold;*/
    color:black;
    /*margin-bottom: 81px;*/
}
.programme_tab_item_active{
    color:#003CC8;
    border-bottom: 3px solid #003CC8;
}
.programme_tab_item:hover{
    color: #003CC8;
}
.programme_cont_ul{
    width: 1226px;
    margin: 0 auto;
}
.programme_cont_li{
    display: inline-block;
    width: 392px;
    height: 208px;
    color: #192742;
    box-shadow: 0px 2px 11px 2px rgba(211, 211, 224, 0.4);
    text-align: center;
    margin-bottom: 25px;
    background-color: #fff;
}
.programme_cont_li img{
    width: 41px;
    height: 41px;
    margin-top: 33px;
    margin-bottom: 20px;
}
.programme_cont_li p{
    width: 315px;
    margin: 0 auto;
}
.programme_cont_li:hover .programme_item_title{
    color: #003CC8;
}
.programme_cont_li:hover{
    box-shadow: 0px 2px 11px 2px rgba(0, 60, 200, 0.4);
}
.programme{

    padding: 1px;
}
.programme_item_title{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #192742;
    margin-bottom: 15px!important;
}
.programme_item_cont{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A1A3A8;
}
.programme_cont_li_active{
    width: 390px;
    height: 208px;
    box-shadow: 0px 2px 11px 2px rgba(0, 60, 200, 0.4);
}
.manager{
    width: 100%;
    background-color: #fff;
    padding-top: 69px;
}
.manager_title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #192742;
    margin-bottom: 58px;
    text-align: center;
}
.manager_list{
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
    color: #192742;
}
.manager_cont_item{
    width: 310px;
    box-shadow: 0px 4px 26px 26px rgba(79, 79, 79, 0.05);

}
.manager_list_title{
    background-color: #003CC8;
    color: #fff;
    height: 102px;
    line-height: 102px;
    padding-left: 25px;
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.manager_list_item{
    height: 90px;
    padding-left: 25px;
    padding-top: 20px;
    background-color: #FAFAFA;
}
.manager_list_item:nth-child(odd){
    background-color: #fff;
}
.manager_list_item p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #192742;
    line-height: 30px;
}
.manager_list_item span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A1A3A8;
}
.company_intro{
    width: 1231px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #A1A3A8;
    font-size: 15px;
    height: 432px;
}
.company_li{
    width: 391px;
    height: 431px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 2px rgba(195, 195, 195, 0.39);
    border-radius: 5px;
    overflow: hidden;
    transition: margin-top .2s;
}
.company_li:hover{
    margin-top: -10px;
}
.company_li_title{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    margin-left: 28px;
    color: #000;
    margin-top: 30px;
}
.company_li_company{
    display: flex;
    margin-top: 18px;
    margin-bottom: 24px;
    padding-right: 28px;
}
.company_li_company>img{
    margin: 0 3px 0 12px;
}
.company_li_company>img,.company_li_company>div>img{
    width: 10px;
    height: 10px;
}
.company_li_company>div{
    display: inline-block;
}
.company_li_footer{
    padding: 0 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company_list{
    margin-top: 60px;
    padding-bottom: 65px;
}
.company_list li{
    width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.company_list li img{
    width: 130px;
    height: 66px;
}
.stat ul{
    width: 1250px;
    height: 209px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
}
.stat p{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #003CC8;
}
.stat span{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A1A3A8;
}
.stat p span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: normal;
    color: #003CC8;
}
.productTabTitle{
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 9;
}
.productTabTitle ul{
    width: 860px;
    margin: 0 auto;
    border-bottom: 2px solid #ECECEC;
    overflow: hidden;
}
.productTabTitle ul li{
    width: 200px;
    cursor: pointer;
}
.productTabTitle ul li a{
    display: block;
    color: #192742;
    padding-bottom: 20px;
    border-bottom: 4px solid transparent;
    transition: all 0.5s linear;
}
.productTabTitle ul li:first-child{
    margin-right: 200px;
}
.productTabTitle ul li:last-child{
    margin-right: 0;
}
.productTabTitle ul li.active a, .productTabTitle ul li:hover a, .productTabTitle ul li:active a{
    color: #083BC8;
    border-color: #083BC8;
}
.picDiv{
    width: 450px;
}
.picDiv p{
    color: #595757;
    line-height: 30px;
    font-size: 16px;
}
.pic1{
    width: 500px;
}
.pic2{
    width: 600px;
}
/*服务响应*/ /*高价值客户*/
.productService ul li, .productCustom ul li{
    padding-left: 25px;
    position: relative;
}
.productService ul li:after, .productCustom ul li:after{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 7px;
    background: #0948F2;
}
.productService ul li p, .productCustom ul li p{
    color: #595757;
}
/*全面工作统计*/
.productWork{
    background: url(../image/product/quanmiangongzuotongji_bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
}
.productWork img{
    width: 50px;
}
/*数据*/
.productData p{
    color: #595757;
    margin-bottom: 5px;
}
/*专属定制*/
.exclusive{
    width: 760px;
    height: 200px;
    box-shadow:1px 1px 39px 0px rgba(111,132,188,0.2);
}
.standard{
    width: 370px;
    height: 200px;
    box-shadow:1px 1px 39px 0px rgba(111,132,188,0.2);
}
.exclusive:hover, .standard:hover{
    transform: scale(1.03);
    background: #083BC8;
}
.productExclusive h1{
    color: #073BC7;
    font-size: 20px;
    margin-bottom: 20px;
}
.productExclusive p{
    color: #656B7B;
    font-size: 14px;
    margin-bottom: 5px;
}
.productExclusive a{
    display: block;
    height: 100%;
}
.productExclusive span{
    width: 65px;
    display: block;
    color: #656B7B;
    font-size: 14px;
    position: relative;
}
.productExclusive span:after{
    content: '';
    position: absolute;
    right: -5px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #656B7B;
    border-bottom: 5px solid transparent;
}
.productExclusive a:hover{
    color: #083BC8;
}
.productExclusive .exclusive:hover h1,
.productExclusive .exclusive:hover p,
.productExclusive .exclusive:hover span,
.productExclusive .standard:hover h1,
.productExclusive .standard:hover p,
.productExclusive .standard:hover span{
    color: #fff;
}
.productExclusive .exclusive:hover span:after, .productExclusive .standard:hover span:after{
    border-left-color: #fff;
}
/*呼叫中心--专业版*/
/*减少服务风险*/
.productRisk {
    color: #595757;
}
.productRiskContent img{
    width: 1000px;
    margin: 0 auto;
}
/*在线客服--标准版*/
.productZXKF .productBanner{
    /*background: url(../image/product/banner_zxkf.png) no-repeat center;*/
}
/*机器人—语音机器人*/
.productRobot .productBanner1{
    background: url(../image/product/banner_robot.png) no-repeat center;
    background-size: cover;
    height: 670px;
}
.productRobot .productBanner2{
    background: url(../image/product/banner_robot2.png) no-repeat center;
    background-size: cover;
    height: 670px;
    display: none;
}
.productRobot .productService .pic1{
    width: 730px;
    margin: 0 auto;
}
/*
* 订单系统
*/
.systemOmsBanner{
    background: url(../image/system/banner_Oms.png) no-repeat center;
    background-size: cover;
    height: 670px;
}
/*
* 客户管理
*/
.systemCRMBanner{
    background: url(../image/system/banner_CRM.png) no-repeat center;
    background-size: cover;
    height: 670px;
}
/*
* 智能质检
*/
.systemSeeBanner{
    background: url(../image/system/banner_See.png) no-repeat center;
    background-size: cover;
    height: 670px;
}
.systembtm{
    width: 585px;
    height: 180px;
    box-shadow:1px 2px 39px 1px rgba(111,133,188,0.2);
}
.systembtm:hover{
    transform: scale(1.03);
    background: #083BC8;
}
.productExclusive .systembtm:hover h1,
.productExclusive .systembtm:hover p,
.productExclusive .systembtm:hover span{
    color: #fff;
}
.productExclusive .systembtm:hover span:after, .productExclusive .systembtm:hover span:after{
    border-left-color: #fff;
}
/*
* 催收系统
*/
.systemUrgeBanner{
    background: url(../image/system/banner_Urge.png) no-repeat center;
    background-size: cover;
    height: 670px;
}

/*
 *行业
 * */
.industryBanner{
    background: url(../image/industry/banner.png) no-repeat center;
    background-size: cover;
    height: 670px;
}
/*tab*/
.industryTabTitle{
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    border-bottom: 2px solid #ECECEC;
}
.industryTabTitle ul {
    overflow: hidden;
}
.industryTabTitle ul li a{
    display: block;
    width: 60px;
    border-bottom: 4px solid transparent;
    color: #192742;
    padding-bottom: 20px;
}
.industryTabTitle ul li.active a, .industryTabTitle ul li:hover a, .industryTabTitle ul li:active a {
    color: #083BC8;
    border-color: #083BC8;
}
.industryType{
    display: none;
}
.industryType1{
    display: block;
}
/*提高能力*/
.abilityItem{
    width: 370px;
    border:1px solid rgba(8,59,200,1);
}
.abilityItem div{
    color: #fff;
    height: 60px;
    line-height: 60px;
    background-size: cover;
}
.abilityItem:nth-of-type(1) div{
    background: url(../image/industry/01_bg.png) no-repeat center;
}
.abilityItem:nth-of-type(2) div{
    background: url(../image/industry/02_bg.png) no-repeat center;
}
.abilityItem:nth-of-type(3) div{
    background: url(../image/industry/03_bg.png) no-repeat center;
}
.abilityItem p{
    padding: 30px 20px;
}
/*客户上保险*/
.customItem{
    width: calc(50% - 20px);
    padding: 40px 40px 40px 50px;
    background: #fff;
}
.customItem:hover{
    box-shadow:1px 2px 39px 1px rgba(111,133,188,0.2);
}
.customItem:first-child{
    margin-right: 40px;
}
.customItem img{
    width: 40px;
    margin-right: 50px;
}
/*解决方案优势*/
.advantageItem img{
    width: 40px;
}
/*行业案例*/
.caseItem{
    width: 380px;
    background: #fff;
}
.caseItem:hover{
    transform: scale(1.02);
    box-shadow:1px 2px 39px 1px rgba(111,133,188,0.1);
}
.caseItem img{
    width: 100%;
    height: 230px;
}
.caseItem div{
    padding: 30px;
}

/*
 *服务
 * */
.serviceBanner{
    background: url(../image/service/banner.png) no-repeat center;
    background-size: cover!important;
    height: 670px;
}
/*专属服务*/
.titleItem{
    width: 280px;
    height: 66px;
    line-height: 66px;
    background: #F2F3F5;
    text-align: center;
    cursor: pointer;
    color: #595757;
    font-size: 18px;
}
.titleItem.active, .titleItem:active, .titleItem:hover{
    color: #fff;
    background: #083BC8;
}
.imgItem{
    width: 20px;
}
.serviceItem{
    display: none;
    padding: 50px;
    background: #F2F3F5;
}
.serviceItem1{
    display: flex;
}
.serviceItem > div{
    flex: 1;
}
.serviceItem img{
    width: 40px;
}
/*专属团队*/
.teamItem{
    width: 370px;
    box-shadow:1px 2px 39px 1px rgba(111,133,188,0.1);
}
.teamItem div{
    color: #fff;
    height: 60px;
    line-height: 60px;
    background-size: cover;
}
.teamItem:nth-of-type(1) div{
    background: url(../image/service/01_bg_zixuntuandui.png) no-repeat center;
}
.teamItem:nth-of-type(2) div{
    background: url(../image/service/02_bg_yanfatuandui.png) no-repeat center;
}
.teamItem:nth-of-type(3) div{
    background: url(../image/service/03_bg_jiaofutuandui.png) no-repeat center;
}
.teamItem p{
    padding: 30px 20px
}
/*支持体系*/
.systemItem img{
    width: 40px;
}
/*
 *我们
 * */
.aboutBanner {
    background: url(../image/about/banner.png) no-repeat center;
    background-size: cover;
    height: 670px;
}
/*关于我们*/
.aboutTitle{
    padding-right: 50px;
}
/*愿景*/
.aboutVision{
    background: #F7F7F7;
}
.visionL{
    width: 160px;
    position: relative;
}
.visionL:after{
    content: '';
    width: 1px;
    height: 240px;
    position: absolute;
    left: 260px;
    top: 50%;
    transform: translateY(-50%);
    background:rgba(226,228,230,1);
}
.smallTitle{
    margin-top: -35px;
}
/*业务架构*/
.businessItem{
    width: 160px;
    height: 100px;
    background: #F2F3F5;
    color: #666B7C;
    cursor: default;
}
.businessItem:hover, .businessItem.active, .businessItem:active{
    color: #fff;
    background: #083BC8;
}
.line{
    background: #F2F3F5;
    left: 50%;
    top: -50px;
}
.line1{
    width: 2px;
    height: 50px;
}
.line2{
    width: 260px;
    height: 2px;
}
.line3{
    width: 2px;
    height: 80px;
    top: -80px;
}
.businessType{
    display: none;
    background: #083BC8;
    padding: 40px 25px;
    color: #fff;
    line-height: 26px;
}
.businessType1{
    display: block;
}
/*商业成就*/
.aboutAchieve{
    background: #F7F7F7;
}
.achieveItem{
    color: #fff;
    width: 535px;
    height: 96px;
    line-height: 96px;
    background-size: cover!important;
}
.achieveItem1{
    background: url(../image/about/01_bg.png) no-repeat center;
}
.achieveItem2{
    background: url(../image/about/02_bg.png) no-repeat center;
}
.achieveCon{
    background: #fff;
}
/*大事件*/
.aboutBig{
    color: #fff;
    background: #2749FD;
}
.bigTitle{
    color: #fff;
}
.aboutBigContent{
    overflow: hidden;
}
.bigBox{
    overflow: hidden;
    transition: left 0.3s ease 0s, right 0.3s ease 0s;
}
.bigItem{
    width: 500px;
}
.bigItem .big-time{

}
.bigItem .big-info{
    width: 290px;
    position: relative;
}
.bigItem .big-info:after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    left: -20px;
    top: 8px;
}
.bigItem .big-dot{
    position: absolute;
    top: 0;
    color: #fff;
    border: 7px solid #fff;
    border-radius: 50%;
}
.bigItem .big-line{
    position: absolute;
    top: 5px;
    left: 40px;
    width: 474px;
    border: 1.5px solid hsla(0,0%,100%,.15);
}
.btnBox .btn{
    width: 50px;
    height: 60px;
    margin: 50px 12px 0 0;
    color: #fff;
    outline: none;
    background-color: hsla(0,0%,100%,.1);
}
.btnBox .btn:hover{
    cursor: pointer;
    opacity: .8;
}
.btnBox .btn:disabled{
    cursor: not-allowed;
    opacity: .4;
}
/*免费体验*/
.about .indexFree, .case .indexFree{
    background: url(../image/about/bg.png) no-repeat center;
    background-size: cover!important;
}
.about .indexFreeBtn, .case .indexFreeBtn{
    background: #083BC8;
}
/*
* 体验中心banner
*/
.product-banner{
    background: url(../img/product/product_banner.png) no-repeat center !important;
    background-size: cover!important;
    height: 670px;
}
/*
* 案例
*/
.caseBanner{
    background: url(../image/case/banner.png) no-repeat center;
    background-size: cover!important;
    height: 670px;
}
.caseContent{
    background: #F7F7F7;
}
.caseTabTitle{
    width: 100%;
    background: #fff;
    z-index: 2;
}
/*.caseLeft{
    width: 200px;
    height: 620px;
    padding: 30px 20px 30px 25px;
    background: #fff;
}
.caseLeft div div{
    margin-bottom: 12px;
}
.caseLeft div div:first-child{
    margin-bottom: 20px;
}*/
.checkbox, .checkboxInput {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.checkbox {
    color: #606266;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    margin-top: 4px;
}
.checkboxInput {
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}
.checkboxInner {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #fff;
    z-index: 1;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.checkboxInner:after {
    border: 2px solid #fff;
    box-sizing: content-box;
    content: "";
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4.5px;
    position: absolute;
    top: 2px;
    width: 3px;
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
}
.checkboxInner:hover, .is-checked .checkboxInner:hover {
    border-color: #2027fc;
}
.is-checked .checkboxInner {
    background: #2027fc;
    border: 1px solid #2027fc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkbox-active {
    color: #2027fc;
}
.checkboxOriginal {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.caseRight{
    flex: 1;
}
.caseRight #newsDiv > a{
    width: 300px;
    height: 250px;
    display: block;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    background: #fff;
}
.caseRight #newsDiv > a:nth-of-type(3n+1){
    /*margin-left: 0;*/
    margin-left: 120px;
}
.caseRight #newsDiv > a:hover{
    transform: translateY(-6px);
    box-shadow: 1px 2px 39px 1px rgba(111,133,188,0.1);
}
.caseRight #newsDiv > a img{
    width: 100%;
    height: 120px;
}
.caseRightItem{
    padding: 15px 20px;
    color: #192742;
    height: 130px;
    position: relative;
}
.caseRightItem p{
    line-height: 30px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.caseRightItem span{
    position: absolute;
    color: #083BC8;
    font-size: 14px;
    bottom: 25px;
}
.caseRightItem span:after{
    content: '';
    position: absolute;
    right: -12px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #083BC8;
    border-bottom: 4px solid transparent;
}
#pagination{
    padding: 10px 0;
}
#pagination li{
    display: inline;
}
#pagination li a{
    color: #192742;
    font-weight: 600;
    padding: 6px 0;
    font-size: 14px;
    margin-left: 40px;
}
#pagination li.active a{
    color: #083BC8;
}
#pagination>li>a:focus,
#pagination>li>a:hover,
#pagination>li>span:focus,
#pagination>li>span:hover{
    color: #083BC8;
}
.caseCustom{
    background: #083BC8;
}
.swiper-containerCase{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.customContent .swiper-slide{
    width: 50%;
    height: 300px;
    color: #666B7C;
    background: #fff;
    padding: 30px;
    position: relative;
}
.customContent .swiper-slide-active p{
    color: #192742;
}
.customContent .swiper-slide img{
    width: 40px;
}
.customContent .swiper-slide .bottomImg{
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.customContent .swiper-slide .customLogo{
    width: 160px;
    position: absolute;
    right: 70px;
    bottom: 30px;
}
.customContent .swiper-slide p{
    padding-left: 20px;
    line-height: 28px;
    margin-top: 40px;
}
.swiper-paginationCase{
    width: 480px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.swiper-paginationCase-customs {
    width: 90px;
    color: #fff;
    font-size: 16px;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}
.swiper-paginationCase-customs-active {
    border-bottom-color: #fff;
}
.customContent .swiper-slide .activeImg{
    display: none;
}
.customContent .swiper-slide.swiper-slide-active .activeImg{
    display: block!important;
}
.customContent .swiper-slide.swiper-slide-active .defaultImg{
    display: none!important;
}
/*
* 法律声明
*/
.state header{
    background: #083BC8!important;
}
.state header a{
    color: #fff!important;
}
.state header .childType a {
    color: #192742!important;
}
.state header .childType a:hover {
    color: #083BC8!important;
}
.state .contain{
    background: #F7F7F7;
    padding: 172px 0 100px;
}
.stateItem p{
    font-size: 26px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 40px;
}
.stateItem ul li{
    color: #595757;
    line-height: 32px;
    margin-bottom: 40px;
    padding-left: 40px;
    position: relative;
    font-size: 18px;
}
.stateItem ul li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 10px;
    background: #192742;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*
* 隐私政策
*/
.policy p{
    line-height: 32px;
}
.dics{
    padding-left: 40px;
    position: relative;
}
.dics:after{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #192742;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*
* 云总机
*/
.productBannerYZJ {
    background: url(../image/pro/bannerYZJ.png) no-repeat center;
}

/*
* 移动座席
*/

.productYDZX .productBanner{
    background: url(../image/pro/bannerYDZX.png) no-repeat center;
}

/*业务系统*/
.productYWXT .productBanner{
    background: url(../image/pro/bannerYWXT.png) no-repeat center;
}
/*机器人 */
.productJQR .productBanner{
    background: url(../image/product/banner_robot.png) no-repeat center;
}

/*新闻*/
.newsBanner{
    background: url(../image/news/banner.png) no-repeat center;
    background-size: cover!important;
    height: 670px;
}
.newsInfo_title{
    font-size: 42px;
    font-weight: bold;
}
.newsInfo_time{
    font-size: 16px;
    font-weight: bold;
}
.newsInfo_time img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.newsInfo_line{
    width: 2px;
    height: 18px;
    margin: 0 15px;
    background: #DCD9DE;
}


@media screen and (max-width: 1450px){
    .develop_area .slide_list{
        height: 700px;
    }
    .develop_area .slide_list li{
        height: 700px;
    }
}

@media screen and (max-width: 1439px){
    /* 首页 */
    .descript_area .txt{
        font-size: 20px;
    }
    .detail_list li p{
        font-size: 26px;
    }
    .en-us .link_area .tab_list .list_item_1 .txt{
        top: 60%;
    }
    .en-us .link_area .tab_list li.list_item_2 .txt{
        top: 62%;
    }
    .en-us .link_area .tab_list li.list_item_3 .txt{
        top: 62%;
    }
    .link_area .link_con_list .script .tit{
        font-size: 20px;
    }
    .resp_area .resp_details .tit{
        font-size: 30px;
    }

    .en-us .menu_list .menu_item{
        margin-left: 40px;
    }
}

/*媒体查询*/
@media only screen and (min-width: 1441px) {
    .index .commonWidth {
        width:1440px
    }
    .index .footTop .commonWidth{
        width:1200px
    }
    .index .indexCenter_con{
        width: 720px;
    }
    .index .indexCenter_con .text{
        width: 570px;
    }
    .index .indexCenter_item:last-child .indexCenter_con .text {
        width: 510px;
    }
}
@media only screen and (max-width: 1440px) {
    .kaiping .kaiping_close {
        width: 30px;
        top: 15px;
        right: 15px;
    }
    .index .commonWidth {
        width:1200px
    }
    .index .indexCenter_con{
        width: 600px;
    }
    .index .indexCenter_con .text{
        width: 510px;
    }
    .index .indexCenter_item:last-child .indexCenter_con .text {
        width: 470px;
    }
    .index .indexService_r{
        width: 900px;
    }
    .index .indexService_tab {
        width: 240px;
    }
    .index .kaiping div h1{
        font-size: 90px;
        margin-bottom: 20px;
    }
    .index .kaiping div p{
        font-size: 25px;
        font-size: 25px;
    }
    .index .indexScene {
        height: 800px;
    }
    .index .slideScene {
        left: 72%;
        width: 260px;
    }
    .index .slideScene img{
        top: -160px;
    }
    .index .slideScene_dc img{
        top: -110px;
        max-width: 70%;
    }
    .index .slideScene_qc img{
        top: -130px;
    }
}
