h5{
    margin: 20px 0;
    font-size:18px;
    line-height: 1.5;
}
h6{
    font-size:12px;
    color: #b2b2b2;
    line-height: 1.5;
    margin-top: -10px;
}
.container{
    min-width: 575px;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}
nav{
    position: fixed;
    left:0;
    right:0;
    top:0;
    background:#000030;
    padding:22px 0 10px;
    z-index: 999;
}
.nav_container{
    position: relative;
}
.nav_tab>a{
    float: left;
    color: #fff;
    text-decoration: none;
    width: 20%;
    height:36px;
    line-height: 36px;
    cursor: pointer;
}
.nav_tab>a>li{
    text-align: center;
}
.nav_tab>a>li:hover{
    color:#30cad0;
}
.nav_tab>a>li:hover .tab_border{
    border-top:3px solid #30cad0;
}
.tab_border{
    width:30px;
    border-top:3px solid transparent;
    margin:2px auto 0;
}

/*解决方案下的小标题*/
.solution_border{
    width:30px;
    border-top:3px solid transparent;
    margin:2px auto 0;
}
.tab_solution>a>li:hover .solution_border{
    border-top:3px solid #30cad0;
}
.tab_solution>a>li:hover{
    color:#30cad0;
}
.tab_small_check{
    color:#30cad0 !important;
    font-size: 14px;
}
.tab_small_check>li>div{
    width:30px;
    border-top:3px solid #30cad0;
    margin:2px auto 0;
}
/*解决方案下的小标题结束*/
.tab_check>li{
    color:#30cad0;
    font-size: 16px;
}
.tab_check>li>div{
    width:30px;
    border-top:3px solid #30cad0;
    margin:2px auto 0;
}
.tab_solution{
    background: rgba(24,43,76,0.5);
    padding: 5px 50px;
    margin: auto;
    position: absolute;
    width:1200px;
    top:70px;
    z-index: 999;
}
.tab_solution>a{
    float: left;
    width:16.66%;
    color: #fff;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.tab_solution>a>li{
    font-size: 14px;
    text-align: center;
}
/* banner部分*/
.section_banner{
    background:#000030;
    margin-top: 64px;
    padding-top: 14px;
    position: relative;
}
.banner_row{
    position: relative;
    text-align: center;
}
.index .banner_text{
    position: absolute;
    left: 0;
    right:0;
    top: 15px;
    text-align: center;
}
.banner_text>p:first-child{
    color: #fff;
    font-size: 44px;
}
.banner_text>p:nth-child(2){
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
}
/* 中间内容*/
.section_index_mid{
    padding: 60px 0;
}
.white_bg{
    background: #fff;
}
.index_mid_title{
    text-align: center;
    font-size:20px;
}
.index_mid1,.index_mid2,.index_mid3{
    margin-top: 40px;
    margin-bottom: 0;
}
.index_mid1>li{
    text-align: center;
}
.index_mid1>li>div{
    width: 86px;
    margin: auto;
}
.index_mid1>li>div>img{
    width: 100%;
}
/*全渠道营销*/
.grey_bg{
    background:#f5f5f5;
}
.index_mid2>li{
    float: left;
    width:20%;
    text-align: center;
}
.index_mid2>li>div{
    width:52px;
    margin: auto;
}
.index_mid2>li>div>img{
    /*width:100%;*/
    max-width: 52px;
    max-height: 52px;
}
/*集中化运营*/
.mid3_left{
    width: 97px;
    height:106px;
    vertical-align: middle;
    text-align: center;
}
.mid3_left>img{
    max-width: 97px;
    max-height: 104px;
}
.mid3_right{
    margin-left: 100px;
    vertical-align: middle;
}
.mid3_right_one{
    margin-left: 110px;
}
.mid3_right>p:first-child{
    font-size:18px;
    margin: 12px 0 15px;
}
.mid3_right>p:nth-child(2){
    font-size:12px;
    color: #b2b2b2;
}
/* 合作伙伴 */
.Box_con {position: relative;margin-top: 40px;}
.Box_con .btnl {position: absolute;}
.Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
/*.Box .Box_con .btnl {background: url(img/jtl02.png) no-repeat center;left: -72px;}
.Box .Box_con .btnr {background: url(img/jtr02.png) no-repeat center;right: -72px;}
.Box .Box_con .btnl:hover {background: url(img/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(img/jtr03.png) no-repeat center;}*/
.Box_con .conbox {position: relative;overflow: hidden;}
 .Box_con .conbox ul {position: relative;list-style: none;}
 .Box_con .conbox ul li {float: left;width: 150px;height: 60px;margin-left: 20px;overflow: hidden;}
 .Box_con .conbox ul li:first-child {margin-left: 0;}
 .Box_con .conbox ul li img {display: block;width: 150px;height: 60px;transition: all 0.5s;}
 .Box_con .conbox ul li:hover img {transform: scale(1.1);}

 .BoxSwitch {margin-top: 30px;text-align: center;}
 .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
 .BoxSwitch span.cur {background: #538485;}
/* footer部分 */
footer{
    background: #000;
    padding-top: 40px;
}
.footer_text>li>p{
    color: #fff;
    font-size:16px;
}
.footer_text>li>a{
    display: block;
    text-decoration: none;
    color:#8a8c91;
}
.footer_text>li>a p{
   font-size: 12px;
   color:#8a8c91;
}
.footer_text>li>a:hover p{
    color:#fff;
}
.footer_right{
    margin-top: 40px;
}
.footer_addre>p:first-child{
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}
.footer_addre>p:nth-child(n+2){
    color: #f1f1f2;
    font-size: 12px;
    margin-top: 15px;
}
hr{
    height:1px;
    border:0;
    border-top: 1px solid #5f6875;
}
.footer_logo{
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    color:#8a8c91;
}

/*互联网营销*/
.hide_text{
    position: absolute;
    left: 0;
    right:0;
    top: 20px;
    text-align: center;
    padding-top: 20px;
}
.hide_text>p{
    height: 15px;
}
.solveSale .banner_text{
    position: absolute;
    left: 40px;
    top: 28%;
}
.banner_bottom{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    background: rgba(48,202,208,0.5);
    padding: 20px 0;
}
.sale_mid1_left{
    width: 42px;
    height:42px;
    vertical-align: middle;
    text-align: center;
    margin-top: 12px;
}
.sale_mid1_left>img{
    max-width:42px;
}
.sale_mid1_right{
    margin-left:60px;
    vertical-align: middle;
}
.sale_mid1_right>p:first-child{
    font-size:16px;
    color: #fff;
}
.sale_mid1_right>p:nth-child(2){
    font-size:12px;
    color: #fff;
    margin: 0;
}
.sale_title_small{
    text-align: center;
    font-size:14px;
    color:#666;
    margin: 0;
}
.sale_mid2,.sale_mid3,.call_mid2,.realName_mid2,.service_mid2,.about_mid2{
    margin-top: 40px;
    margin-bottom: 0;
}
.sale_mid2>li{
    text-align: center;
}
.sale_mid2>li>div{
    width: 95px;
    margin: auto;
    text-align: center;
}
.sale_mid2>li>div>img{
    max-width: 95px;
    max-height: 86px;
}
.sale_mid3>li>div>img{
    display: inline-block;
}
.sale_mid3>li>div{
    text-align: center;
}
/* 呼叫中心 */
.call_mid2>li{
    text-align: center;
}
.call_mid2>li>div{
    width: 86px;
    margin: auto;
    text-align: center;
}
.call_mid2>li>div>img{
    max-width: 86px;
    max-height: 82px;
}
.call_mid2 h6{
    margin-top: -10px;
}
/* 物联网 */
.internet_mid2>li>div{
    width:114px;
    margin: auto;
    text-align: center;
}
.internet_mid2>li>div>img{
    max-width: 114px;
}
.internet_mid2 h6{
   text-align: left;
  margin-top: -10px;
}
/*实名*/
.realname .banner_text{
    position: absolute;
    left: 40px;
    top: 22%;
}
.realName_mid2>div{
    text-align: center;
}
.realname h6{
    margin: 10px;
}
/*短信/流量服务*/
.banner_li{
    position: absolute;
    left: 0;
    right:0;
    top:50px;
}
.banner_li>p{
    text-align: center;
    font-size: 28px;
    color: #fff;
}
.service_banner_li{
    margin-top: 40px;
}
.service_banner_li>li>div{
    width:44px;
    margin: auto;
    height:44px;
    line-height: 44px;
}
.service_banner_li>li>div>img{
    max-width:44px;
}
.service_banner_li p{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}
.service_text_flow{
    margin-top: 78px;
}
.service_mid2>li{
    text-align: center;
}
.service_mid2>li>div{
    width: 132px;
    margin: auto;
    text-align: center;
}
.service_mid2>li>div>img{
    max-width: 132px;
}
/*案例*/
.case_banner{
    margin-top: 50px;
    margin-bottom: 30px;
}
.case_title{
   border-bottom: 1px solid #dedede;
}
.case_title>li{
    cursor: pointer;
    padding: 25px 0;
}
.case_title>li:hover{
    border-bottom: 3px solid #30cad0;
}
.case_title>li:hover div{
    color: #30cad0 !important;
}
.case_title>li>div{
    text-align: center;
    font-size: 14px;
    color: #666;
}
.case_title_check{
    border-bottom: 3px solid #30cad0;
}
.case_title_check>div{
    color: #30cad0 !important;
}
.case_detail_text{
    margin: 40px 0 100px;
}
.case_main_left p{
    font-weight: 500;
    font-size: 22px;
    margin-top: 10px;
}
.case_main_right{
    border-left:1px solid #dedede;
    padding-left:35px;
}
.case_main_right>div{
    margin-bottom: 10px;
}
.case_main_right>div>p{
    font-size: 14px;
}
.case_main_right>div>p:first-child{
   font-weight: bold;
}
.case_main_right>div>p:nth-child(2){
    margin-left: 80px;
    line-height: 20px;
    color: #666;
}
/* 关于我们 */
.join_us_tab>li{
    float: left;
    width:14.285%;
    text-align: center;
    box-sizing: border-box;
}
.join_title{
    margin: 30px 0;
}
.join_title>p:first-child{
    font-size: 34px;
    margin-bottom:10px;
}
.join_title>p:last-child{
    display: inline-block;
    color: #8be1e5;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #8be1e5;
}
.join_detail{
    margin-bottom: 100px;
}
.join_detail>div{
    margin-bottom: 20px;
}
.join_detail>div>p:first-child{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.join_detail>div>p:nth-child(2){
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.imgs_border{
    border:1px solid #eee;
}
/* 协议服务 */
.aggre_title{
    margin-top: 104px;
}
.aggre_title>p:first-child{
   font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.aggre_title>p:nth-child(2){
    font-size: 12px;
    line-height: 20px;
    color: #868a8c;
}
.aggre_content{
    margin-top: 20px;
    margin-bottom: 100px;
}
.aggre_content>div{
    margin-bottom: 20px;
}
.aggre_content>div>p:first-child{
    font-size: 16px;
    font-weight: 500;
}
.aggre_content>div>p:nth-child(n+2){
    font-size: 14px;
    color:#868a8c;
    line-height: 20px;
}
/* 关于我们 */
.about_us_banner .container{
    min-width: 970px;
}
.about_banner{
    position: absolute;
    left:0;
    right:0;
    top:10px;
    text-align: center;
}
.about_banner img{
   display: inline-block;
}
.about_banner_detail>p:first-child{
    font-size: 34px;
    margin: 10px 0;
    color: #fff;
}
.about_banner_detail>p:nth-child(2){
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.about_banner_bottom{
    margin-top: 40px;
}
.about_banner_bottom>p{
    color: #fff;
    font-size: 34px;
}
.about_banner_bottom>div{
    width:45%;
    margin: auto;
}
.about_mid2>li{
    text-align: center;
}
.about_mid2>li>div{
    width: 98px;
    margin: auto;
    text-align: center;
}
.about_mid2>li>div>img{
    max-width: 98px;
}
.about_mid2 h6{
    text-align: left;
}
.about_mid3_top{
    margin-top: 40px;
    margin-bottom: 0;
}
.about_mid3_top>li{
    text-align: center;
}
.about_mid3_top>li:first-child{
    /*border:1px dashed #3699ff;*/
    padding-top: 1.6px;
}
.about_mid3_top>li:last-child{
    /*border-right:1px dashed #3699ff;*/
    /*border-top:1px dashed #3699ff;*/
    /*border-bottom:1px dashed #3699ff;*/
}
.about_mid3_top img{
    display: inline-block;
}
.about_mid3_bottom{
    margin-top: 20px;
}
.about_mid3_bottom>p{
    color:#a7a9aa;
    font-size: 14px;
    text-align: left;
}
/* 修改部分 */
.index_revise_one>li>div>img{
    max-width:56px;
    max-height:46px;
}
.service_revise_one>li>div>img{
    max-width: 114px;
    max-height: 84px;
}