body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
.ui-widget.ui-widget-content {
    z-index: 9999;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

fieldset,
img {
    border: none;
}


/*img{vertical-align:top;}*/

input,
button {
    vertical-align: middle;
    color: #6b5f53;
    outline: none;
}
div{
    outline: none;
}
caption,
th {
    text-align: left;
}

a {
    text-decoration: none;
    color: #323232;
}

a:hover {
    color: #dc021b;
    text-decoration: none !important;
}

html {
    text-align: center;
}

.sidebarB-audience {
    border-top: 5px solid #002d74;
    margin-bottom: 30px;
}

body {
    /*    font: 14px Arial, Helvetica, sans-serif;*/
    font: 14px '思源','Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #302e3a;
    margin: 0 auto;
    text-align: left;
    -webkit-text-size-adjust: none;
    line-height: 24px;
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}


/*Common Style*/

.hidden {
    display: none !important;
}

.clearfloat:after {
    content: "";
    display: block;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfloat {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.btn {
    border: 0;
    cursor: pointer;
}

.mb-show{
    display: none;
}

.mt20{
    margin-top: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.mb30{
    margin-bottom: 30px;
}
.txt-red{
    color: #ff0006;
}
.grey-bg{
    background: #f6f6f6;
}
.color-grey{
     color: #84858e;
}

/*轮播样式*/
.swiper-pagination-bullet{
    background: #84858e;
}
.swiper-pagination-bullet-active{
    background: #ff0006;
}
/*头部*/

.head-warp{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: rgba(0,0,0,0.1);
    padding: 0 80px;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.head-warp.curr {
    -webkit-transform: translate(0px, -120px);
    -moz-transform: translate(0px, -120px);
    transform: translate(0px, -120px);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.nav-box li{
    float: left;
}
.nav-box li a{
    display: block;
    color: #999;
    padding: 0 20px;
    font-size: 16px;
}
.nav-box li.active a, .nav-box li:hover a{
    color: #fff;
}
.nav-box li .contact-btn{
    display: inline-block;
    color: #fff;
    border: 1px solid #ee384d;
    height: 42px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    padding: 0;
    margin-left: 20px;
    border-radius: 20px;
    transition: 400ms;
}
.nav-box li.active .contact-btn,
.nav-box li .contact-btn:hover{
    background: #ee384d;
    color:  #fff;
    transition: 400ms;
}
.head-warp.navBg{
    background: #fff;
}
.head-warp.navBg .nav-box li:hover a, 
.head-warp.navBg .nav-box li.active a,
.head-warp.navBg .nav-box li .contact-btn{
    color: #302e3a;
}
/*响应式菜单按钮 start*/
 .mb-nav-box {
    position: fixed;
    top: 20px;
    right: 5%;
    z-index: 999;
    background: #ff0006;
    width: 38px;
    height: 35px;
    padding-top: 4px;
}
.mb-nav-box span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 4px auto;
    border-radius: 35px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.mb-nav-box.curr span {
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.mb-nav-box.curr span:nth-of-type(1) {
    -ms-transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
.mb-nav-box.curr span:nth-of-type(2) {
    opacity: 0;
}
.mb-nav-box.curr span:nth-of-type(3) {
    -ms-transform: translateY(-7px) rotate(45deg);
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}
/*响应式菜单按钮 end*/


/*底部*/
.foot-wrap{
    background: #141416;
    color: #fff;
}
.foot-top{
    padding: 30px 0 15px;
    border-bottom: 1px solid #302f46;
}
.foot-logo{
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
}
.foot-top-info{
    display: inline-block;
    margin-top: 30px;
}
.foot-top-info td{
    padding-left: 100px; 
}
.foot-qrcode{
    width: 140px;
    height: 140px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}
.foot-qrcode img{
    width: 100%;
}
.foot-qrcode-title{
    text-align: center;
    margin-top: 5px;
}
.foot-bottom{
    height: 75px;
    line-height: 75px;
}
.foot-copyright a{
    font-size: 16px;
    color: #84858e;
}
.foot-icon a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #dedede;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
}
/*banner*/
.banner-wrap{
    position: relative;
}


/*主内容*/
.containers{
    width: 100%;
    padding: 80px 0;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
.goal-wrap{
    background: url(../images/bg.png) no-repeat center center;
    height: 736px;
}
.main-title{
    position: relative;
    font-size: 30px;
    color: #302e3a;
    text-align: center;
}
.main-title:after{
    display: block;
    content: '';
    margin: 30px auto 0;
    background: #ff0006;
    height: 5px;
    width: 70px;
    border-radius: 5px;
}
.goal-wrap .title{
    font-size: 30px;
    color: #162c43;
    margin-bottom: 30px;
}
.desc-info{
    font-size: 16px;
    color: #84858e;
    line-height: 1.8;
    letter-spacing: 1px;
}
.goal-con{
    width: 460px;
    margin-top: 70px;
}
.red-btn, .red-btn:focus{
    color: #fff;
    background: #ff0006;
    padding: 10px 30px;
}
.red-btn:hover{
    color: #fff;
    opacity: 0.8;
}
.attention-wrap{
    background: #f6f6f6;
}
.attention-con li{
    width: 320px;
    height: 350px;
    padding: 40px 30px 0;
    background: #fff;
    float: left;
    margin: 30px 40px 0;
    border-radius: 5px;
    transition: 400ms;
}
.attention-con li:hover{
    box-shadow:0px 0px 30px 5px rgba(0,0,0,0.3);
    transition: 400ms;
    -ms-transform: scale(1.01);        /* IE 9 */
    -webkit-transform: scale(1.01);    /* Safari and Chrome */
    -o-transform: scale(1.01);     /* Opera */
    -moz-transform: scale(1.01);
    transform: scale(1.01);
}
.con-title{
    font-size: 24px;
    color: #162c43;
    text-align: center;
}
.icon-wrap{
    text-align: center;
    margin-bottom: 30px;
}
.attention-wrap .con-title{
    margin-bottom: 10px;
}
.attention-wrap .desc-info{
    font-size: 14px;
    min-height: 120px;
}
.more{
    color: #84858e;
}
.attention-wrap .more{
    display: block;
    text-align: center;
    line-height: 48px;
}
.sub-title{
    text-align: center;
}
.digital_service .desc-info{
    width: 800px;
    text-align: center;
    margin: 30px auto 0;
}
.client-wrap{
    background: url(../images/client_bg.jpg) no-repeat center center;
}
.client-wrap .main-title{
    color: #fff;
}
.client-wrap .main-title:after{
    background: #fff;
}
.client-wrap .desc-info{
    width: 650px;
    text-align: center;
    margin: 30px auto 0;
    color: #fff;
}
.client-logo{
    text-align: center;
    margin-top: 30px;
}
.client-logo img{
    margin: 0 20px;
}
.swiper-brand-banner{
    overflow: hidden;
}
.brand-wrap{
    position: relative;
    font-size: 16px;
    background: #f6f6f6;
}
.brand-wrap .swiper-slide:nth-of-type(2n){
    margin-right: 0;
}
.brand-img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 100px;
}
.brand-desc{
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 20px 0;
}
.brand-info{
    margin: 0 20px;
}
.brand-company{
    color: #84858e;
    text-align: center;
}
.blog-wrap{
    position: relative;
}
.blog-img{
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.blog-img img{
    width: 100%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transition: 1s;
}
.blog-slide:hover .blog-img img, .blog-con li:hover .blog-img img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transition: 1s;
}
.blog-desc{
    padding: 10px 30px 20px;
}
.blog-slide{
    border: 1px solid #dedede;
}
.blog-title{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
    color: #302e3a;
    overflow : hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-time{
    color: #84858e;
}
.swiper-blog-banner{
    margin-top: 30px;
    overflow: hidden;
}
.swiper-blog-banner.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-blog-banner .swiper-pagination-custom, 
.swiper-blog-banner .swiper-pagination-fraction{
    bottom: 40px;
}
.email-wrap{
    background: #222227;
    padding: 60px 0;
}
.email-fl{
    color: #fff;
    margin-right: 40px;
}
.email-title{
    font-size: 24px;
    margin-bottom: 20px;
}
.email-box{
    position: relative;
    height: 65px;
    line-height: 65px;
    width: 680px;
    background: #141416;
    border-radius: 40px;
}
.email-img{
    margin: 0 20px 0 40px;
}
.email-input{
    background: transparent;
    border: none;
    color: #fff;
    width: 430px;
}
.send-btn{
    width: 140px;
    height: 50px;
    background: #ff0006;
    color: #fff;
    border-radius: 30px;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    outline: 0 !important;
}
.send-btn:focus, .send-btn:hover{
    color: #fff;
}
.scaleImg{
    overflow: hidden;
}
.scaleImg img{
    width: 100%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transition: 1s;
}
.scaleImg:hover img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transition: 1s;
}

/*案例*/
.case-title{
    font-size: 24px;
    margin-bottom: 10px;
}
.case-subtitle, .case-subtitle a, .case-type{
    color: #84858e;
}
.case-subtitle a.active, .case-subtitle a:hover{
    color: #ff0006;
}
.case-subtitle span{
    margin: 0 5px;
}
.case-img{
    width: 588px;
    height: 352px;
    overflow: hidden;
    margin-bottom: 10px;
}
.case-img img{
    width: 100%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transition: 1s;
}
.case-con li:hover .case-img img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transition: 1s;
}
.case-li-all .case-img{
    width: 100%;
}
.case-name{
    font-size: 16px;
}
.case-con{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-con li{
    margin-bottom: 50px;
}
.case-con li:last-of-type{
    margin-bottom: 0px;
}


/*工具*/
.div-half-img{
    width: 50%;
}
.div-half-img img{
    width: 100%;
}
.tool-wrap{
    position: relative;
}
.tool-wrap .title{
    margin-bottom: 30px;
    font-size: 24px;
    color: #302e3a;
}
.toolinfo-box-bg{
    background: rgba(0,0,0,0.5);
    padding: 40px;
    width: 570px;
    color: #fff;
    font-size: 16px;
}
.tool-wrap_1{
    background: url(../images/tool_bg01.jpg) no-repeat center center;
    background-size: cover;
}  
.tool-wrap_2{
    background: url(../images/tool_bg02.jpg) no-repeat center center;
    background-size: cover;
}  
.toolinfo-whitebg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 490px;
    color: #84858e;
    font-size: 16px;
}

/*服务*/
.service-con{
    /*display: flex;
    flex-wrap: wrap;*/
}
.service-icon{
    transition: all 0.5s ease-in;
    transform: translateY(30px);
}
.service-con .title{
    color: #162c43;
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
    transition: all 0.5s ease-in;
    transform: translateY(30px);
}
.service-desc{
    color: #84858e;
    font-size: 16px;
    line-height: 1.8;
    transition: all 0.5s ease-in;
    transform: translateY(30px);
}
.service-con li{
    float: left;
    width: 33.333333%;
    height: 380px;
    text-align: center;
    padding: 0px 6%;
    display: table;
    vertical-align: middle;
    background: #f8f8f8;
}
.service-con li:nth-of-type(2n){
    background: #f0f0f0
}
.service-con .more-btn{
    opacity: 0;
    padding: 10px 40px;
    transition: all 0.5s ease-in;
    transform: translateY(20px);
}
.service-con li:hover .more-btn{
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-in;
}
.service-con li:hover .title, 
.service-con li:hover .service-desc,
.service-con li:hover .service-icon{
    transform: translateY(0px);
    transition: all 0.5s ease-in;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.ads-wrap{
    height: 340px;
    overflow: hidden;
}
.ads-box{
    width: 360px;
    margin-left: 60px;
    margin-top: 80px;
    font-size: 36px;
    line-height: 1.5
}

/*联系*/
.contact-wrap .title{
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-form{
    width: 565px;
}
.form-name{
    font-size: 16px;
    margin-bottom: 10px;
}
.checkTips{
    color: #ff0006;
}
.form-input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.form-textarea{
    resize: none;
    height: auto;
    outline: none;
}
.form-ul{
    margin: 30px 0;
}
.form-ul li{
    margin-bottom: 10px;
}
.rule{
    font-size: 16px;
    color: #84858e;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 10px;
}
.rule input[type=checkbox]{
    margin-top: 0;
}
.contact-info{
    margin-top: 30px
}
.contact-info .title{
    margin-bottom: 30px;
}
.contact-send-btn, .contact-send-btn:focus{
    padding: 10px 50px;
    margin-top: 40px;
    outline: none;
}

/*博客*/
.border-bottom{
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-menu-wrap{
    width: 278px;
}
.blog-banner{
    display: flex;
    /*height: 600px;*/
    overflow: hidden;
}
.blog-item{
    display: block;
    flex: 1 1;
    position: relative;
    color: #fff;
    text-align: center;
}
.blog-banner-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-banner-title{
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
    color: #fff;
}
.blog-banner-name{
    color: #84858e;
}
.menu-icon{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #162c43;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}
.blog-menu-box{
    font-size: 16px;
    padding-bottom: 40px;
    margin-bottom: 15px;
}

.blog-menu-title{
    margin-bottom: 15px;
}
.menu-item{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
}
.menu-item:hover{
    color: #fff;
    background: #ff0006;
    border-color: #ff0006;
}
.subscribe-box{
    background: #162c43;
    padding: 30px 20px;
}
.subscribe-box .form-input{
    border-color: transparent;
    margin-bottom: 15px;
    font-size: 14px;
}
.subscribe-box .rule{
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.subscribe-box .rule input{
    margin-top: 7px;
}

.subscribe-box .policy{
    color: #fff;
    text-decoration: underline;
}
.subscribe-box .rule-info{
    width: calc(100% - 30px);
    margin-left: 10px;
}
.subscribe-btn{
    width: 100%;
    height: 50px;
    outline: 0 !important;
}
.blog-box-right{
    width: calc(100% - 278px);
}
.blog-con li{
    width: 280px;
    height: 340px;
    overflow: hidden;
    border: 1px solid #dedede;
    float: left;
    margin-left: 27px;
    margin-bottom: 60px;
}
.blog-con .blog-img{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.blog-con .blog-img img{
    width: 100%;
}
.blog-con .blog-desc{
    padding: 10px 20px 20px;
}
.blog-con .blog-title{
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
    color: #302e3a;
}

.app-nav-box{
    display: none
}

/*手机版*/
@media screen and (max-width: 768px){
    html, body{
        width: 100%;
        height: 100%;
        /*overflow-x: hidden;*/
        position: relative;
    }
    /*手机导航*/
    .app-nav-box{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transform: translateX(100%);
        transition: 0.3s;
        background: rgba(255,255,255,.9);
    }
    .app-nav-box.curr{
        transform: translateX(0%);
        transition: 0.3s;
    }
    .app-nav{
        padding-top: 80px;
    }
    .app-nav a{
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .app-nav li.active a{
        color: #ff0006;
    }
    .mb-show{
        display: block;
    }
    .mb-hide{
        display: none;
    }
    .containers{
        padding: 40px 0;
    }
    .wrap{
        width: 90%;
    }
    .main-title, .goal-wrap .title{
        font-size: 24px;
    }
    .con-title, .email-title {
        font-size: 20px;
    }
    .head-warp{
        height: 70px;
        line-height: 70px;
        padding: 0 5%;
    }
    .goal-wrap{
        background-image: url('../images/bg2.png');
        height: auto;
    }
    .goal-con, .digital_service .desc-info{
        width: 100%;
    }
    .goal-con{
        margin-top: 50px;
    }
    .attention-con li{
        float: none;
        margin: 30px auto;
    }
    .attention-con li:last-of-type{
        margin: 0 auto;
    }
    .client-logo img {
        margin: 10px 20px;
        height: 22px;
    }
    .email-box{
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-top: 20px
    }
    .email-img{
        margin: 0 10px 0 20px;
    }
    .email-input{
        width: calc(100% - 150px);
    }
    .send-btn{
        height: 40px;
        border-radius: 20px;
        width: 80px;
        top: 5px;
        right: 5px;
    }
    .foot-top-info{
        display: block;
    }
    .foot-top-info td{
        padding-left: 50px;
    }
    .foot-top-info td:first-of-type{
        padding-left: 0px;
    }
    .foot-top-l, .foot-top-r{
        width: 100%;
    }
    .foot-qrcode{
        margin: 10px auto;
    }
    .foot-bottom{
        height: auto;
        line-height: 1;
        padding: 20px 0;
    }
    .foot-icon{
        float: left;
        margin-top:  10px;
    }

    /*案例*/
    .case-con{
        margin-top: 40px;
    }
    .case-img{
        width: 100%;
        height: auto;
    }
    .case-con li{
        margin-bottom: 30px;
    }

    /*工具*/
    .div-half-img, .toolinfo-box-bg{
        width: 100%
    }
    .toolinfo-box-bg{
        padding: 20px;
        margin-top: 20px;
    }
    .tool-wrap .title img{
        max-width: 100%;
    }
    .toolinfo-whitebg{
        position: static;
        transform: translateY(0);
        margin-bottom: 20px;
    }

    /*服务*/
    .service-con li{
        width: 100%;
    }
    .service-img, .service-img img{
        width: 100%;
    }
    .ads-box{
        margin: 20px 0 0 0;
        width: 100%;
        font-size: 24px;
    }
    .ads-wrap{
        height: auto;
    }

    /*联系*/
    .contact-form{
        width: 100%;
    }
    .contact-info{
        margin-top: 20px;
    }
    .contact-img, .contact-img img{
        width: 100%;
    }
    .contact-send-btn{
        margin-top: 10px;
    }
    .contact-img{
        margin-top: 40px;
    }

    /*博客*/
    .blog-menu-wrap{
        display: none;
    }
    .blog-banner{
        flex-wrap: wrap;
    }
    .blog-item{
        width: 100%;
        flex: none;
    }
}