/* 页面公共样式 */
html,body{min-width:1200px;}
.wrap{width:1200px;height:100%;margin:0 auto;position: relative;}
.black{color:#000!important;}
.white{color:#fff!important;}
.cursor{cursor: pointer;}
.inline-box{display:inline-block;}
.text-overflow{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
/* **************************** header start ****************************** */
#header{
    width:100%;
    background:#fff;
    position: relative;
    z-index: 999;
}
.header-top-list{
    width:100%;
    height:32px;
    line-height:29px;
    padding-left:4px;
}
.header-top-list a{
    font-size:12px;
    color:#333333;
    padding:0 40px;
    position: relative;
}
.header-top-list a:after{
    content:'';
    display:block;
    width:1px;
    height:8px;
    background:#bfbfbf;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.header-top-list a:last-child:after{
    display:none;
}
.header-top-list a:hover{
    color:#0e56a0;
}
.header-top-list a:first-child{
    padding-left:0;
}
.header-nav{
    width:100%;
    height:64px;
    background:#0e56a0;
    position: relative;
}
.header-logo{
    width:128px;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    cursor:pointer;
}
.header-nav-list{
    height:100%;
    line-height:64px;
    text-align: right;
    margin-left:150px;
}
.header-nav-list li{
    display: inline-block;
    float: left;
    width: 120px;
    text-align: center;
}
.header-nav-list li:hover,.header-nav-list li.active{
    background:#0b4580;
}
.header-nav-list li.active a{
    color:#fff;
}
.header-nav-list a {
    color:#fff;
    font-size:16px;
    text-decoration: none;
}
.header-nav-list li:hover a{
    color:#fff;
}
.header-nav .wrap p.tel{
    float: right;
    color: #fff;
    font-size: 20px;
    margin-top:16px;
}
.header-nav .wrap p span{
    font-size:24px;
    margin-right:12px;
}
.header-select{
    width:100%;
    height:auto;
    background:#ffffff;
    position: absolute;
    top:100%;
    left:0;
    display:none;
    -webkit-box-shadow: 0 0 10px rgba(0,46,78,0.26);
    -moz-box-shadow: 0 0 10px rgba(0,46,78,0.26);
    -ms-box-shadow: 0 0 10px rgba(0,46,78,0.26);
    -o-box-shadow: 0 0 10px rgba(0,46,78,0.26);
    box-shadow: 0 0 10px rgba(0,46,78,0.26);
}
.header-select .wrap{
    display:none;
    background:#ffffff;
}
.header-select .wrap:before{
    content:'';
    width:270px;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    background:#f6f6f6;
}
.header-select:before{
    content:'';
    display:block;
    width:50%;
    height:100%;
    position: absolute;
    background:#f6f6f6;
}
/* 第一种样式 */
.header-second-nav{
    width:270px;
    height:100%;
    padding-top:26px;
    position: relative;
}
.header-second-contain{
    width:930px;
    height:100%;
    background:#fff;
    padding:30px;
    position: relative;
}
.second-nav-link{
    font-size:16px;
    color:#333333;   
    height:34px;
    margin-bottom:10px;
    line-height:34px;
}
.second-nav-link a{
    display:block;
    width:100%;
    height:100%;
    color:#333333;  
    padding-left:34px; 
}
.second-contain-wrap{
    display:none;
}
.second-contain-wrap.active{
    display:block;
}
.second-contain-wrap li{
    width:33.33%;
    margin-bottom:26px;
}
.second-contain-wrap li a{
    font-size:16px;
    line-height:24px;
    color:#666666;
}
.second-nav-link.active,.second-nav-link.active a{
    color:#105eab;
    text-decoration:none;
}
.second-nav-link a:hover{
    color:#fff;
    background-color:#105eab;
}
.second-contain-wrap li a:hover{
    color:#105eab;
}
.ie8 .second-nav-link.active a{
    color:#fff;
    background-color:#105eab;
}
/* 第二种 */
.second-contain-img{
    display:none;
}
.second-contain-img.active{
    display:block;
}
.thred-contain-list{
    width:50%;
}
.thred-contain-list li{
    height:38px;
    font-size:16px;
    line-height:38px;
    color:#666666;
    margin-bottom:6px;
    overflow:hidden;
}
.thred-contain-list li a{
    color:#666666;
}
.thred-contain-list li.active,.thred-contain-list li.active a{
    color:#105eab;
}
.thred-contain-list li a:hover{
    color:#105eab;
}
.thred-contain-list img{
    max-width:100%;
}
.thred-contain-wrap{
    width:46%;
    padding-left:4%;
}
.thred-contain-box{
    display:none;
}
.thred-contain-box.active{
    display:block;
}
.thred-contain-box img{
    display:block;
    width:100%;
    margin-bottom:16px;
}
.thred-contain-box p{
    color:#666666;
    font-size:14px;
    line-height:24px;
}
/* 第三种样式 */
.second-fourth-img{
    display:block;
    width:50%;
    height:220px;
    padding-right:32px;
    margin:32px 0;
}
.second-fourth-img img{
    display:block;
    width:100%;
}
.second-fourth-text{
    width:50%;
    height:220px;
    padding-left:32px;
    margin:32px 0;
    font-size:14px;
    color:#666666;
    display:table;
}
.second-fourth-text p{
    display:table-cell;
    vertical-align: middle;
    line-height:24px;
}

.header-label{
    margin-left:50px;
    line-height:64px;
    color:#add6ff;
    overflow:hidden;
}
.header-label i{
    display:inline-block;
    width:1px;
    height:12px;
    background:#fff;
    opacity: 0.4;
}
.header-label span{
    font-size:16px;
    padding:0 6px;
}
.header-label span:hover{
    opacity: 0.8;
}
.header-label img{
    width:auto;
    height:15px;
    vertical-align: middle;
    margin-right:4px;
    margin-top:-2px;
}
/* **************************** header end ****************************** */

/* **************************** footer start ****************************** */
#footer{
    width:100%;
    height:300px;
    position: relative;
    background:#000;
}
.fooetr-nav{
    width:100%;
    padding-top:50px;
    height:230px;
    position: relative;
    border-bottom:1px solid #373737;
}
.fooetr-nav li{
    width:175px;
}
.fooetr-nav .footer-title{
    color:#ffffff;
    font-size:16px;
    margin-bottom:20px;
}
.fooetr-nav .footer-links{
    display:block;
    color:#a0a0a0;
    font-size:14px;
    line-height:16px;
    margin-bottom:10px;
}
.fooetr-nav .footer-links:hover{
    color:#fff;
}
.footer-logo{
    width:230px;
    position: absolute;
    top:70px;
    right:0;
}
.keep-on-record{
    width:100%;
    line-height:72px;
    color:#a0a0a0;
    font-size:14px;
    text-align: center
}
.keep-on-record img{
    width:20px;
    margin:0 4px;
    vertical-align: middle;
}
.keep-on-record a{
    color:#999;
    margin-left:12px;
}
/* **************************** footer end ****************************** */
/* banner */
.common-banner,.banner-swiper{
    width:100%;
    height:480px;
    overflow:hidden;
    position: relative;
}
.swiper-wrapper{
    width:100%;
    height:100%;
}
.index-banner-tit{
    width:100%;
    height:480px;
    display:table;
}
.index-banner-center{
    display:table-cell;
    vertical-align: middle;
    text-align:center;;
}
.index-banner-center h2{
    color:#fff;
    font-size:30px;
    line-height:32px;
    margin-bottom:32px;
}
.index-banner-center p{
    color:#fff;
    font-size:14px;
    line-height:16px;
}
.common-banner-tit h2{
    font-size:38px;
}
/* 第一种样式 单标题 */
.common-banner.banner-type-one .common-banner-tit{
    position: absolute;
    left:0;
    top:184px;
    padding-left:22px;
    color:#fff;
    font-size:36px;
    line-height:90px;   
}
.common-banner.banner-type-one .common-banner-tit i{
    display:block;
    width:70px;
    height:3px;
    background:#f1983a;
}
/* 第二种样式 标题描述 */
.common-banner.banner-type-two .common-banner-tit{
    position: absolute;
    left:0;
    top:170px;
    padding-left:22px;
    color:#fff;
    font-size:42px;
    line-height:90px;   
}
.common-banner.banner-type-two .common-banner-tit p{
    color:#ffffff;
    font-size:20px;
    line-height:34px;
}
/* 第三种样式 标题描述 */
.common-banner.banner-type-three .common-banner-tit{
    position: absolute;
    left:0;
    top:120px;
    padding-left:22px;
    color:#fff;
    font-size:40px;
    line-height:90px;   
}
.common-banner.banner-type-three .common-banner-tit p{
    color:#ffffff;
    font-size:20px;
    line-height:34px;
}
.common-banner.banner-type-three .common-banner-btn{
    margin-top:24px;
}
.common-banner.banner-type-three .common-banner-btn a{
    display:block;
    padding:10px 10px 10px 20px;
    border:1px solid #fff;
    float:left;
    margin-right:20px;
    color:#fff;
    font-size:14px;
    line-height:16px;
}
.common-banner.banner-type-three .common-banner-btn a:hover{
    background: #33a4ff;
}
.common-banner.banner-type-three .common-banner-btn svg{
    display:inline-block;
    width:22px;
    height:18px;
    margin-top:-4px;
    margin-left:8px;
    vertical-align: middle;
}
.common-banner.banner-type-three .common-banner-btn path{
    stroke: #fff;
}
/* 第四种样式 标题描述 */
.common-banner.banner-type-four .common-banner-tit{
    width:658px;
    padding-left:22px;
    color:#fff;
    font-size:40px;
    line-height:90px;   
    display:table-cell;
    vertical-align: middle;
}
.common-banner.banner-type-four .common-banner-tit p{
    color:#ffffff;
    font-size:20px;
    line-height:34px;
}
.common-banner-list-table{
    width:430px;
    height:100%;
    position: absolute;
    right:0;
    top:0;
    display:table;
}
.common-banner-list-table .common-banner-list-tablecell{
    display:table-cell;
    vertical-align: middle;
}
.common-banner.banner-type-four .common-banner-list{
    width:430px;
    padding:20px 25px 1px;
    background:#fff;
    background:rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.common-banner.banner-type-four .common-banner-list.active{
    top:0;
    bottom:0;
    margin:auto;
}
.common-banner.banner-type-four .common-banner-list li{
    margin-bottom:20px;
    color:#333333;
    font-size:14px;
    line-height:24px;
    padding-left:12px;
    position: relative;
}
.common-banner.banner-type-four .common-banner-list li:before{
    content:'';
    display:block;
    width:3px;
    height:14px;
    position: absolute;
    left:0;
    top:5px;
    background:#1177db;
}
.common-banner.banner-type-four .wrap{
    display:table;
}
.center_x{
    width:1920px;
    height:100%;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-960px;
    /* -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%); */
}
/* 黑白相间背景分割 */
.common-back{
    padding:26px 0;
    background:#f6f6f6;
}
.common-back:nth-of-type(2n){
    background:#fff;
}
/* 模块标题 */
.common-title{
    font-size:24px;
    color:#333333;
    text-align:center;
    line-height:26px;
    margin-bottom:36px;
    font-weight: 700;
    position: relative;
}
.common-title:after{
    content:'';
    display:block;
    width:46px;
    height:3px;
    background:#1277dc;
    position:absolute;
    left:50%;
    bottom:-14px;
    margin-left:-23px;
}
.left-title{
    text-align:left;
    padding-left:16px;
    margin-bottom:0;
}
.left-title:after{
    content:'';
    width:6px;
    height:28px;
    background:#1277dc;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
.common-more{
    display:block;
    width:120px;
    text-align: center;
    margin:20px auto 0;
    color:#888888;
    font-size:14px;
}
.common-more img{
    width:24px;
    vertical-align: middle;
    margin-left:14px;
    margin-top:-4px;
    -webkit-transition:transform .3s linear;
    -moz-transition:transform .3s linear;
    -ms-transition:transform .3s linear;
    -o-transition:transform .3s linear;
    transition:transform .3s linear;
}
.common-more:hover img{
    -webkit-animation:arrow 1.2s linear infinite;
    -moz-animation:arrow 1.2s linear infinite;
    -ms-animation:arrow 1.2s linear infinite;
    -o-animation:arrow 1.2s linear infinite;
    animation:arrow 1.2s linear infinite;
}
.content .news-list li:hover  .right .see-details img{
    -webkit-animation:arrow 1.2s linear infinite;
    -moz-animation:arrow 1.2s linear infinite;
    -ms-animation:arrow 1.2s linear infinite;
    -o-animation:arrow 1.2s linear infinite;
    animation:arrow 1.2s linear infinite;
}
/* 动画部分 */
@-webkit-keyframes arrow{
    0%,100%{
        -webkit-transform:translateX(0);
    }
    50%{
        -webkit-transform:translateX(4px);
    }
}
@-moz-keyframes arrow{
    0%,100%{
        -moz-transform:translateX(0);
    }
    50%{
        -moz-transform:translateX(4px);
    }
}
@-ms-keyframes arrow{
    0%,100%{
        -ms-transform:translateX(0);
    }
    50%{
        -ms-transform:translateX(4px);
    }
}
@-o-keyframes arrow{
    0%,100%{
        -o-transform:translateX(0);
    }
    50%{
        -o-transform:translateX(4px);
    }
}
@keyframes arrow{
    0%,100%{
        transform:translateX(0);
    }
    50%{
        transform:translateX(4px);
    }
}

/* 首页相关行业 */
.index-industry{
    text-align: center;
    font-size: 0;
}
.index-industry.active{
    text-align: left;
}
.index-industry li{
    display:inline-block;
    width:200px;
    height:120px;
    padding:2px;
    text-align: center;
    position: relative;
}
/* 横线 */
.index-industry li:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0px;
    right: 2px;
    left: 2px;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    background: #dadada;
}
/* 竖线 */
.index-industry li:after {
    content: "";
    display: block;
    width: 2px;
    position: absolute;
    top:2px;
    bottom: 2px;
    right: -1px;
    -webkit-transform: scale(.5, 1);
    transform: scale(.5, 1);
    background:#dadada;
    background: -webkit-linear-gradient(top, rgba(214,214,214,0), #dadada 55%);
    background: linear-gradient(to bottom, rgba(214,214,214,0), #dadada 55%);
}
/* 中间区域 竖线 */
.index-industry li.act-border-right:after{
    background:#dadada;
}
/* 每四个右侧竖线消失 */
.index-industry li:nth-of-type(6n):after {
    display:none;
}
/* 最左侧横线样式 */
.index-industry li:first-child:before ,.index-industry li:nth-of-type(7n):before {
    background:#dadada;
    background: -webkit-linear-gradient(left, rgba(214,214,214,0), #dadada 55%);
    background: linear-gradient(to right, rgba(214,214,214,0), #dadada 55%);
}
/* 最右侧横线样式 */
.index-industry li:nth-of-type(6n):before{
    background:#dadada;
    background: -webkit-linear-gradient(right, rgba(214,214,214,0), #dadada 55%);
    background: linear-gradient(to left, rgba(214,214,214,0), #dadada 55%);
}
.index-industry li span{
    display:block;
    width:100%;
    height:100%;
    padding-top:16px;
}
.index-industry li img{
    width:48px;
    height:48px;
    margin:0 auto;
}
.index-industry li p{
    color:#333333;
    font-size:14px;
    text-align: center;
    margin-top:10px;
}
.index-industry li.act-border:before{
    display:none;
}
.index-industry li.act-border:after{
    top:2px;
    -webkit-transform:rotateZ(180deg) scale(.5, 1);
    -moz-transform:rotateZ(180deg) scale(.5, 1);
    -ms-transform:rotateZ(180deg) scale(.5, 1);
    -o-transform:rotateZ(180deg) scale(.5, 1);
    transform:rotateZ(180deg) scale(.5, 1);
}
/* 少于四个样式 */
.index-industry.less-child li:last-child:after{
    display:none;
}
.index-industry.less-child li:before{
    display:none;
}
/* ************************ 在线留言 *********************** */
.onlinemessage{
    width:70px;
    height:170px;
    background-image:url('/static/index/images/common/onlinemessage.png');
    background-repeat:no-repeat;
    background-size:cover;
    position:fixed;
    top:50%;
    margin-top:0px;
    right:20px;
    font-size:16px;
    color:#fff;
    text-align: center;
    display:table;
    z-index: 99;
    padding-left:7px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}
/* 关于我们部分 */
.onlinemessage.about-onlinemessage{
    width:70px;
    height:280px;
    margin-top:-140px;
    background-image:url('/static/index/images/common/aboutfixedback.png');
    background-repeat:no-repeat;
    background-size:cover;
    padding-left:7px;
}
.ie8 .onlinemessage{
    padding:0;
    background:#0e56a0!important;
}
.onlinemessage.about-onlinemessage .about-gotojoin{
    width:40px;   
    padding-bottom:12px;
    margin:0 auto 14px;
    border-bottom:1px dotted #fff;
}
.onlinemessage.about-onlinemessage .online-text{
    display:block;
}
.onlinemessage.about-onlinemessage p{
    width:40px;
    color:#fff;
}
.about-online-cell{
    display:table-cell;
    vertical-align: middle;
}
.online-text{
    display:table-cell;
    vertical-align: middle;
}
.onlinemessage img{
    display:block;
    width:28px;
    margin:0 auto 10px;
}
.onlinemessage p{
    width:20px;
    margin:4px auto 0;
}
.online-mask{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index: 999;
    padding:50px 0;
    background:rgba(0,0,0,0.4);
    display:none;
}
.online-contain{
   width:800px;
   max-height:720px;
   background:#fff;
   border-radius:10px; 
   position: absolute;
   top:50px;
   bottom:50px;
   left:50%;
   margin-left:-400px;
}  
.online-scroll-bars{
    width:100%;
    height:100%;
    overflow-y:scroll;
}
.online-scroll-bars .online-scroll-padding{
    height:720px;
}
@media screen and (min-height: 680px) {
    .online-contain{
        width:800px;
        height:720px;
        background:#fff;
        border-radius:10px; 
        position: absolute;
        top:50%;
        left:50%;
        margin-top:-340px;
        margin-left:-400px;
    }  
}
.online-close{
    width:60px;
    height:60px;
    position: absolute;
    top:0;
    right:0;
    background-image:url('/static/index/images/common/online-closeicon.png');
    background-repeat:no-repeat;
    background-size:40px auto;
    background-position:center center;
    cursor:pointer;
}
.online-contain-left{
    width:40%;
    height:100%;
    background-image:url('/static/index/images/common/on-line-left.png');
    background-repeat:no-repeat;
    background-size:108% auto;
    background-position:center center;
    padding:50px 34px 0;
}
.online-contain-right{
    width:60%;
    height:100%;
}
.online-logo{
    width:144px;
    margin-bottom:20px;
}
.online-textbox{
    position: relative;
    padding-top:14px;
}
.online-textbox:before{
    content:'';
    display:block;
    width:100%;
    height:1px;
    position: absolute;
    top:0;
    background-image:url('/static/index/images/common/online-lines.png');
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:center center;
}
.online-textbox p{
    color:#0e56a0;
    font-size:16px;
    line-height:26px;
}
.online-wrap{
    width:100%;
    margin-top:20px;
}
.online-wrap .online-margin{
    margin-bottom:12px;
}
.online-wrap img{
    display:block;
    width:32px;
    margin-bottom:12px;
}
.online-margin img{
    display:inline-block;
    width:32px;
    vertical-align: middle;
    margin-bottom: 0;
}
.online-wrap a{
    color:#0e56a0;
    font-size:18px;
}
.online-contain-right{
    padding-top:60px;
    padding-left:40px;
    padding-right:40px;
}
.online-scroll{
    width:100%;
    height:100%;
}
.online-form-tit{
    font-size:18px;
    color:#083559;
    line-height:20px;
    padding-bottom:4px;
}
.online-form-wrap{
    width:100%;
    margin-top:20px;
}
.online-form-submit{
    width:100%;
    height:40px;
    background:#34a4ff;
    text-align:center;
    line-height:40px;
    font-size:16px;
    color:#fff;
    margin-top:30px;
}
.online-form-name{
    display:block;
    width:100%;
    font-size:16px;
    line-height:18px;
    color:#083559;
    margin-bottom:14px;
}
.online-form-name .online-error{
    font-size:16px;
    color:#ff0000;
    display:none;
} 
.online-form-name span{
    color:#ff0000;
}
.online-form-input{
    width:100%;
    height:32px;
    border:1px solid #dadada;
}
.online-form-input input,.online-form-input textarea{
    width:100%;
    height:100%;
    border:0;
    background:none;
    padding-left:10px;
    resize:none;
    font-size:16px;
    color:#333333;
}
.online-textarea{
    height:94px;
}
.online-form-input textarea{
    line-height:30px;
}
.online-success{
    width:100%;
    height:100%;
    display:none;
}
.online-success-wrap{
    display:table;
    width:100%;
    height:100%;
}
.online-success-cell{
    display:table-cell;
    vertical-align: middle;
    padding-bottom:60px;
}
.online-success-wrap img{
    display:block;
    width:76px;
    margin:0 auto;
}
.online-success-wrap p{
    color:#34a4ff;
    font-size:16px;
    text-align:center;
    margin-top:30px;
}

/* 详情页 */
.solutiontitleback{
    width:516px;
    position: absolute;
    right:0;
    bottom:0;
}
.details-relevant{
    border-top:1px solid #e0e0e0;
}
.details-relevant .common-title{
    margin-bottom:0;
}
.details-contain{
    padding-top:26px;
}
.details-title{
    padding-bottom:20px;
    border-bottom:1px solid #969696;
}
.details-title h3{
    font-size:28px;
    line-height:40px;
    color:#000000;
    margin-bottom:2px;
}
.details-label{
    font-size:14px;
    color:#999999;
    margin-top:8px;
}
.details-label span{
    margin-right:30px;
}
.details-list li{
    width:50%;
    padding:40px 0 0;
}
.details-list li:nth-of-type(2n-1){
    padding-right:60px;
}
.details-list li:nth-of-type(2n){
    padding-left:60px;
}
.details-list li.hasborder{
    border-bottom:1px solid #bfbfbf;
}
.details-list-title{
    color:#333333;
    font-size:18px;
    line-height:30px;
    padding-bottom:20px;
    position: relative;
}
.details-list-title:after{
    content:'';
    display:block;
    width:52px;
    height:1px;
    background:#c7c7c7;
    position: absolute;
    left:0;
    bottom:0;
}
.details-list-label{
    display:block;
    color:#999999;
    font-size:14px;
    margin-top:10px;
}
/* 解决方案详情页 */
.slove-details-back{
    width:100%;
    height:185px;
    position: absolute;
    bottom:0px;
}
.slove-details-back img{
    height:auto;
}
.slove-details-con{
    padding-top:0;
    z-index: 9;
    border:1px solid #e0e0e0;
}
.slove-details-con .wrap{
    position: relative;
    padding-top:130px;
    background:#fff;
    padding-bottom:50px;
}
.details-text-label{
    color:#fff;
    font-size:16px;
    line-height:1.5;
    padding:10px 0;
	position:relative;
	z-index:9999;
}
.slove-details-con .details-title{
    width:100%;
    background:#0e56a0;
    position: absolute;
    top:-80px;
    padding:26px 46px 30px 46px;
}
.slove-details-con .details-title h3{
    color:#fff;
    margin-bottom:2px;
    position: relative;
    z-index: 3;
}
.slove-details-con .details-label{
    color:#fff;
}
#commondetails{
    position: relative;
}
#slovedetails{
    position: relative;
    background-color:#f6f6f6;
}
#slovedetails .detail-diy{
    padding:20px 46px 0;
}
.ie8 #slovedetails{
    background:none;
    background-color:#f6f6f6;
}
.detail-diy{
    padding:20px 0 0;
    font-size:20px;
    color:#333333;
}
.detail-diy p{
    margin-bottom:10px;
    line-height:1.5;
}
.detail-diy h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.detail-diy img{
    max-width:100%;
}
.detail-diy ul,.detail-diy li, .detail-diy ol{
    list-style: disc;
}
/*修改滚动条样式*/
.scroll-bars{
    /* ie下滚动条修改 */
    scrollbar-arrow-color: #fff;
    scrollbar-face-color: #bfbfbf;
    scrollbar-3dlight-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-track-color: #fff;
    scrollbar-base-color:#fff;
}
/* google滚动条修改 */
.scroll-bars::-webkit-scrollbar{
    width:10px;
    height:10px;
}
.scroll-bars::-webkit-scrollbar-track{
    background: rgb(239, 239, 239, 0);
    border-radius:2px;
}
.scroll-bars::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:10px;
}
.scroll-bars::-webkit-scrollbar-thumb:hover{
    background: #333;
}

/* 注册部分增加鼠标滑动效果 */
.login-box .register-list .btn:hover,
 #personal .cursor:hover,
 .login-box .register-list .register-title .title span:hover,
 .login-box .register-list .remember .forget:hover,
 .login-box .register-list .remember .title span:hover{
    opacity: 0.8;
}
#personal .cancel:hover{
    opacity: 1;
    background:#e2f1ff;
}

/* 暂无内容 */
.no-content-wrap{
    width:100%;
    height:400px;
    line-height:400px;
    text-align:center;
    color:#333;
    font-size:20px;
}

/* 增加在线留言小程序二维码部分 */
.small-procedures{
    margin-top:30px;
}
.small-procedures-img{
    width:160px;
    height:160px;
    background:#fff;
    overflow:hidden;
    border-radius:50%;
    margin:0 auto;
    padding:10px;
}
.small-procedures-img img{
    display:block;
    width:100%;
    height:100%;
    border-radius:100%;
}
.small-procedures .small-procedures-text{
    width:100%;
    font-size:14px;
    color:#0e56a0;
    text-align:center;
    margin-top:16px;
    line-height:20px;
}
/* 增加导航点击 */
.header-logo-nav{
    height:100%;
    font-size:12px;
    color:#333333;
    padding-right:18px;
    position: relative;
    line-height:32px;
    margin-right:40px;
    cursor:pointer;
}
.header-logo-nav svg{
    width:10px;
    height:4px;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.header-logo-listshow{
    position: relative;
    width:50%;
    height:100%;
    overflow:hidden;
}
.header-logo-lefttrans{
    position: absolute;
    left:-100%;
    -webkit-transition:left .5s ease;
    -moz-transition:left .5s ease;
    -ms-transition:left .5s ease;
    -o-transition:left .5s ease;
    transition:left .5s ease;
}
.header-logo-lefttrans.active{
    left: 0;
}
.header-logo-nav.active svg{
    -webkit-transform:rotateZ(-90deg);
    -moz-transform:rotateZ(-90deg);
    -ms-transform:rotateZ(-90deg);
    -o-transform:rotateZ(-90deg);
    transform:rotateZ(-90deg);
}

/* 新增官方微信样式 */
.weibocode img{
    display:none;
    width:110px;
    height:110px;
    margin-top:10px;
}
.weibocode:hover img{
    display:block;
}
/* 修改导航下拉部分样式 */
.core-products{
    overflow:hidden;
}
.core-products li{
    width:50%;
    float:left;
    padding-right:20px;
    word-wrap: normal;
}
.core-products img{
    max-width:100%;
}
/* 导航增加了解更多 */
.header-nav-more{
    margin:20px 0 0;
    text-align: left;
}
.header-nav-more img{
    display:inline-block;
    margin-bottom:0;
}

/* 增加隐私条款 */
.privacy-statement{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:#000;
    background:rgba(0,0,0,0.4);
    z-index: 999;
    padding:50px 0;
    display:none;
}
.privacy-statwrap{
    width:820px;
    height:100%;
    background:#fff;
    border-radius: 10px;
    margin:0 auto;
    position: relative;
    padding:90px 40px 40px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.privacy-close{
    display:block;
    width:46px;
    position: absolute;
    right:0;
    top:4px;
    cursor:pointer;
}
.privacy-title{
    color:#27559b;
    font-size:18px;
    line-height:20px;
    padding-bottom:20px;
    border-bottom:1px solid #dfdfdf;
    position: absolute;
    top:44px;
    left:40px;
    right:40px;
}
.privacy-content{
    width:100%;
    height:100%;
    padding-top:20px;
    overflow-y:scroll;
}
.privacy-title-h2{
    color:#333333;
    font-size:16px;
    margin-bottom:14px;
    line-height:18px;
    font-weight: 700;
    line-height:20px;
}
.privacy-title-h3{
    color:#333333;
    font-size:14px;
    margin-bottom:6px;
    line-height:16px;
    font-weight: 700;
    line-height:20px;
}
.privacy-text{
    font-size:14px;
    color:#333333;
    line-height:24px;
    margin-bottom:6px;
}
.privacy-dotted{
    padding-left:18px;
    position: relative;
}
.privacy-dotted:after{
    content:'·';
    display:block;
    position: absolute;
    left:0;
    top:0;
    font-size:1em;
}
.privacy-margin{
    margin-bottom:18px;
}
.title-padding{
    padding-left:30px;
}
.privacy-third-content{
    padding-left:64px;
}
.privacy-third-content .privacy-title-h3{
    margin-bottom:8px;
}
.privacy-text-pad{
    padding-left:30px;
}
.privacy-third-content .privacy-dotted:after{
    font-size:2.4em;
    line-height:20px;
}
.text-instand{
    text-indent: -8px;
}

.list-paddingleft-2 {
    padding-left: 30px;
}
.banner-swiper .swiper-pagination-bullet{
    background:rgba(255,255,255,0.8);   
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


/*gotop*/
#elevator_item {
    width: 60px;
    height: 200px;
    position: fixed;
    right: 60px;
    bottom: 60px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 100020;
    display: block;
}

#elevator_item.off {
    opacity: 0;
    visibility: hidden
}

#elevator {
    display: block;
    width: 60px;
    height: 50px;
    background: url(../image/icon_top.png) center center no-repeat;
    background-color: #444;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    cursor: pointer;
    margin-bottom: 10px;
    background-size:28px;
}

#elevator:hover {
    background-color: rgba(0, 0, 0, .7)
}

#elevator:active {
    background-color: rgba(0, 0, 0, .75)
}

#elevator_item .qr,#elevator_item .wechat, #elevator_item .telshow{
    display: block;
    width: 60px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    cursor: pointer;
    background: url(../image/icon_erweima.png) center center no-repeat;
    background-color: #444;
    background-color: rgba(0, 0, 0, .6);
    background-size:28px;
}

#elevator_item .qr:hover,#elevator_item .wechat:hover,#elevator_item .telshow:hover{
    background-color: rgba(0, 0, 0, .7)
}

#elevator_item .qr:hover {
    background-color: rgba(0, 0, 0, .7)
}

#elevator_item .qr:active {
    background-color: rgba(0, 0, 0, .75)
}

#elevator_item .qr-popup,#elevator_item .telshow-popup,#elevator_item .wechat-popup {
    width: 170px;
    height: 200px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    position: absolute;
    left: -180px;
    bottom: 0;
    border-radius: 2px;
    display: none;
    text-align: center
}

#elevator_item .qr-popup .code-link {
    display: block;
    margin: 10px;
    color: #666
}
#elevator_item .wechat-popup .code-link {
    display: block;
    margin: 10px;
    color: #666
}
#elevator_item .qr-popup .code-link img{width:145px;height:145px;}
#elevator_item .wechat-popup .code-link img{width:145px;height:145px;}

#elevator_item .wechat,#elevator_item .telshow {
    margin-bottom: 10px;
    background: url(../image/icon_wechat.png) no-repeat center center;
    background-color: #444;
    background-color: rgba(0, 0, 0, .6);
    background-size:28px;
}

#elevator_item .telshow {
    background:url(../image/icon_tel.png) no-repeat center center;
    background-color: #444;
    background-color: rgba(0, 0, 0, .6);
    background-size:28px;
}

#elevator_item .telshow-popup{width:170px;height:175px;padding:20px 15px;}
#elevator_item .telshow-popup dt{color:#054b89;margin-bottom:8px;font-weight:bold;font-size:15px;}
#elevator_item .telshow-popup dd{line-height:28px;}
#elevator_item .telshow-popup dt.winwin{margin-top:12px;border-top:1px dotted #ddd;padding-top:12px;}
