﻿@media screen and (max-width: 1446px) {
    .header .header_menu ul li a {
        padding: 0px 12px;
    }

    .platform_advantage_brief {
        padding-left: 30px;
    }

    .consulting_type {
        padding: 20px 0;
    }

    .consulting_type ul {
        margin: 15px 0 10px 0;
    }

    .consulting_type ul li a {
        height: 30px;
        line-height: 30px;
    }

    .consulting_box .problem {
        padding-top: 15px;
    }

    .consulting_box .problem ul {
        padding: 10px 0 0 30px;
    }

    .canvasdiv {
        padding-top: 150px;
    }
}

@media screen and (max-width: 1199px) {

    .problems_box{
        background: none;
        height: auto;
        padding-top: 30px;
    }
    .problems_box_title{
        font-size: 20px;
    }
    .problems_list1{
        padding: 0;
    }
    .problems_list2{
        padding: 0 120px;
    }
    .problems_list li{
        margin-bottom: 25px;
    }
    .blockbox1_right .li{
        width: 50%;
        margin: 0 -1px;
    }
    .blockbox1_right .li .img{
        padding-top: 20px;
    }
    .blockbox1_right .lia a p.p3 br,.blockbox1_right .li p.p3 br{
    }
    .blockbox1_right .li .img{
        width: 100%;
    }
    .blockbox4 li{
        width: 20%;
        padding-right: 0;
    }
    .blockbox4 li .hr{
        display: none;
    }
    .m_sign{
        display: block;
    }
    .mpage {
        width: 100%;
        height: 888px;
        overflow: hidden;
        margin: 0 auto;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .canvasdiv {
        display: none !important;
    }

    .banner_title {
        /* padding-top: 150px; */
    }

    .banner .owl-prev {
        margin-left: 20px;
    }

    .banner .owl-next {
        margin-right: 20px;
    }

    .all_button:hover {
        background: #3B9FF2;
        color: #fff;
    }




    .platform_advantage_img img {
        width: 50px;
    }

    .platform_advantage_brief {
        padding-left: 20px;
    }

    .platform_advantage_brief .brief_title {
        font-size: 16px;
    }

    .platform_advantage_brief .brief_text {
        font-size: 13px;
    }

    .platform_advantage_content {
        margin-left: -50px;
    }

    .platform_advantage_list {
        margin: 0 0 50px 50px;
    }

    .marketing_advantage_brief {
        padding: 0 25px;
    }

    .aside, .consulting_box {
        display: none;
    }


    .case_show_brief {
        margin-left: 10px;
    }

    .case_show_brief_text {
        margin: 15px 10px 20px 0;
        line-height: 1.8;
    }

    .support_type_list {
        border: none;
        color: #fff;
        background: #3DA6F7;
        margin-left: 50px;
        border-radius: 3px;
    }

    .support_type_list:before {
        display: none;
    }

    .support_type_list:hover {
        border: none;
        background: #3DA6F7;
    }

    .template_show_list {
        width: 90%;
        padding: 50px 0;
    }

    .introduce_list_brief {
        margin: 0 20px 10px 0;
    }

    .introduce_list_text {
        font-size: 12px;
    }

    .cloud_platform_list {
        padding: 40px 20px;
    }

    .industry_list_left {
        padding-right: 25px;
    }

    .industry_list_rigth {
        padding-left: 25px;
    }

    .industry_list_title {
        margin-bottom: 15px;
    }

    .industry_list_brief {
        margin-bottom: 20px;
    }

    .advantage_project_content {
        margin: 50px 0 0 -10px;
    }

    .advantage_project_list {
        overflow: hidden;
        margin: 0 0 100px 10px;
    }

    .proxy_process_line {
        max-width: 900px;
    }

    .proxy_process_content {
        margin: -55px 0 0 -30px;
    }

    .proxy_process_list {
        margin-left: 30px;
    }

    .proxy_process_list:hover .proxy_process_list_bottom .text {
        color: #939393;
    }

    .seo_pro_line {
        max-width: 900px;
    }

    .seo_pro_content {
        margin: -55px 0 0 -30px;
    }

    .seo_pro_list {
        margin-left: 30px;
    }

    .seo_pro_list:hover .seo_pro_list_bottom .text {
        color: #939393;
    }

}
@media (max-width: 1024px) {
    .footer1,.zw_box1{
        display: block;
    }
    .sign{
        margin-right: 45px;
    }
    .web_process li p{
        padding: 0;
    }
    .header{display: block}
    #fixed-guide{
        display: none;
    }
    .header-nav{
        float: right;
    }
    .header .mobileMenuBtn{
        display: block;
    }
    .header .mobileMenuBtn_shad {
        width: 100%;
        height: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.7);
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
    }

    .header .mobileMenuBtn_shad.active {
        height: 100%;
    }

    .header .header_menu {
        width: 180px;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        height: 100%;
        overflow: auto;
        top: 0;
        right: -200px;
        transition: 0.6s all;
        -webkit-transition: 0.6s all;
    }

    .header .header_menu.active {
        right: 0;
    }

    .header .header_menu ul li {
        display: block;
        padding: 0 15px;
    }

    .header .header_menu ul li a {
        border: none;
        border-bottom: solid 1px #2e2e2f;
        line-height: normal;
        padding: 12px 0;
        color: #fff;
    }

    .header .header_menu ul li a:hover, .header .header_menu ul li a.active {
        border: none;
        border-bottom: solid 1px #2e2e2f;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .header .md-show {
        display: block;
    }
}
@media screen and (max-width: 967px) {
    .yh_service .li ol li{
        background: none;
        padding-left: 0;
        height: 50px;
        overflow: hidden;
    }

    .kz_what .what_rigth{
        display: none;
    }
    .blockbox3_left{
        float: none;
        width: 100%;
        height: auto;
        background: none;
        overflow: hidden;
        text-align: center;
    }
    .blockbox3_left h2{
        margin: 0;
    }
    .blockbox3_left h2:before,.blockbox3_left h2:after,.blockbox3_left .links{
        display: none;
    }
    .blockbox3 ul{
        margin: 0;
    }
    .blockbox3 li{
        width: 32.3333%;
        margin: 0 1.5% 10px 0;
        height: auto;
    }
    .blockbox3 li:nth-child(3n){
        margin-right: 0;
    }

    .mpage {
        width: 1500px;
        height: 888px;
        top: 50%;
        left: 50%;
        margin-top: -444px;
        margin-left: -750px;
    }

    .waves_box {
        display: none;
    }

    .index_product {
        padding: 60px 0;
    }

    .all_title1, .all_title2 {
        margin-bottom: 20px;
    }

    .all_title1 .title, .all_title2 .title {
        font-size: 24px;
    }
    .all_title1 h3{
        font-size: 18px;
    }
    .platform_advantage {
        padding: 60px 0;
    }

    .marketing_advantage {
        padding: 60px 0;
    }

    .marketing_advantage_content {
        margin-left: -10px;
    }

    .marketing_advantage_list {
        margin: 0 0 10px 10px;
    }

    .marketing_advantage_brief {
        padding: 0 15px;
        top: 15%;
    }

    .partners {
        padding: 60px 0;
    }

    .partners_content_list {
        margin: 10px 10px;
    }

    .join_in {
        padding: 60px 0;
    }

    .news_center {
        padding-bottom: 0;
    }

    .news_center_content {
        margin-left: -30px;
    }

    .news_center_list {
        margin-left: 30px;
    }

    .footer_content {
        padding: 60px 0;
    }

    .footer .bottom_logo {
        display: none;
    }

    .footer_content {
        margin-left: -20px;
    }

    .footer_list {
        margin-left: 20px;
    }

    .quick_navigation {
        padding-left: 0;
        text-align: center;
    }

    .quick_navigation {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: solid 1px #2D2B2B;
    }

    .quick_navigation ul {
        text-align: center;
    }

    .quick_navigation ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .z_banner {
        padding: 120px 0;
    }

    .case_show_brief_text {
        margin: 10px 0 20px 0;
        line-height: 1.5;
        font-size: 12px;
    }

    .support_type {
        margin: 30px 0;
    }

    .support_type_content {
        margin-left: -30px;
    }

    .support_type_list {
        margin-left: 30px;
    }

    .technical_support_box ul li a .text {
        width: 75%;
    }

    .technical_support_box ul li a .time {
        width: 25%;
    }

    .technical_support_box_z_header .title {
        font-size: 18px;
    }

    .technical_support_box_z_info_box {
        margin: 20px 0;
        padding: 20px 0;
    }

    .template_search_select select {
        width: 200px;
    }

    .template_show_list_text ul li {
        margin-right: 20px;
    }

    .introduce {
        padding: 60px 0;
    }

    .introduce_list_brief {
        margin: 0 0 15px 0;
    }

    .introduce_list_img {
        text-align: center;
    }

    .cloud_platform {
        padding: 60px 0;
    }

    .cloud_platform_content {
        overflow: hidden;
        margin: 50px 0 50px -20px;
    }

    .cloud_platform_list {
        margin-left: 20px;
    }

    .industry {
        padding: 60px 0;
    }

    .industry_content {
        margin-top: 20px;
    }

    .industry_list_left {
        padding-right: 0;
        text-align: center;
    }

    .industry_list_rigth {
        padding-left: 0;
        text-align: center;
        margin-top: 50px;
    }

    .industry_list_brief {
        margin-bottom: 10px;
    }

    .advantage_project {
        padding-top: 60px;
    }

    .advantage_project_content {
        margin: 50px 0 0 -30px;
    }

    .advantage_project_list {
        margin: 0 0 50px 30px;
    }

    .marketing_support {
        padding: 60px 0;
    }

    .marketing_support_list_img {
        display: none;
    }

    .proxy_process {
        padding: 60px 0;
    }

    .proxy_process_content {
        margin: -55px 0 0 -20px;
    }

    .proxy_process_list {
        margin-left: 20px;
    }

    .proxy_process_list_bottom {
        min-height: 80px;
    }

    .proxy_process_list_bottom .title {
        font-size: 14px;
    }

    .proxy_process_list_bottom .text {
        font-size: 12px;
    }

    .seo_pro {
        padding: 60px 0;
    }

    .seo_pro_content {
        margin: -55px 0 0 -20px;
    }

    .seo_pro_list {
        margin-left: 20px;
    }

    .seo_pro_list_bottom {
        min-height: 80px;
    }

    .seo_pro_list_bottom .title {
        font-size: 14px;
    }

    .seo_pro_list_bottom .seo_process {
        font-size: 12px;
    }

}
@media (max-width: 768px) {
    .net_d_center .span3,.new_service .service_exp ul li{
        width: 48.5%;
        margin-right: 3%;
    }
    .net_d_center .span3:nth-child(even),.new_service .service_exp ul li:nth-child(even){
        margin-right: 0;
    }
    .net_d_center .span3:nth-child(n+3){
        margin-top: 20px;
    }
    .new_service .service_exp ul li:nth-child(n+3){
        margin-top: 80px;
    }
    .web_price li{
        margin-top: 30px;
    }
    .web_price li p{
        height: auto;
        line-height: 30px;
        margin: 10px 0;
    }
    .web_process li{
        width: 30%;
        margin-top: 15px;
    }
    .new_seo .left{
        width: 45%;
    }
    .new_seo .right{
        width: 50%;
        padding-top: 20px;
    }
    .keyword_rank ul li{
        margin-top: 20px;
    }
    .keyword_rank ul li .icon{
        float: left;
    }
    .keyword_rank ul li h3{
        width: 70%;
        float: left;
    }
    .keyword_service .left,.keyword_service .right{
        width: 25%;
        margin-top: 20px;
    }
    .keyword_service ul li{
        margin-bottom: 15px;
    }
    .keyword_question .left{
        display: none;
    }
    .keyword_question .right{
        width: 100%;
        float: none;
    }
    .problems_box_text{
        height: 72px;
        overflow: hidden;
    }
    .seoyoushi .tayoushi .rightus p,.seoyoushi .woyoushi .leftus p,.problems_box_en{
        display: none;
    }
    .seoyoushi .woyoushi .leftus,.seoyoushi .tayoushi .rightus{
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .seoyoushi .tayoushi .rightus h2,.seoyoushi .woyoushi .leftus h2{
        font-size: 24px;
    }
    .seoyoushi .woyoushi .leftus{
        float: none;
    }
    .seoyoushi .tayoushi,.seoyoushi .woyoushi{
        height: auto;
    }
    .yh_strength1{
        display: none;
    }
    .yh_service .li{
        width: 50%;
    }
    .yh_service .li:nth-child(2){
        display: none;
    }
    .yh_service .li ol li{
        background: none;
        padding-left: 0;
        height: 50px;
        overflow: hidden;
    }
    .tg_advantage,.tg_advantage1,.tg_process{
        padding: 30px 0;
    }
    .blockbox1_right .li{
        height: 200px;
    }
    .blockbox4 li{
        width: 33.33333%;
    }
    .kz_why_icon{
        display: none;
    }
    .kz_why_left,.kz_why_right{
        width: 48%;
    }
    .kz_why_right{
        float: right;
    }
    .kz_why{
        padding-bottom: 10px;
    }
    .page-seo-service-list li{
        width: 50%;
    }
    .page-seo-service-list li:last-child{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .index_news_list .span6:nth-child(n+2){
        display: none;
    }
    .banner .owl-pagination {
        margin-top: 100px;
    }

    .banner_title {
        font-size: 30px;
    }

    .index_product {
        padding: 40px 0;
    }

    .platform_advantage {
        padding: 40px 0;
    }

    .platform_advantage_content {
        margin-left: -25px;
    }

    .platform_advantage_list {
        margin: 0 0 30px 25px;
    }

    .platform_advantage_brief .brief_title {
        font-size: 14px;
    }

    .platform_advantage_brief .brief_text {
        font-size: 12px;
    }

    .marketing_advantage {
        padding: 40px 0;
    }

    .marketing_advantage_list {
        margin: 0 0 14px 10px;
        background-color: #fff;
    }

    .marketing_advantage_content .span3:first-child .marketing_advantage_list {
        background-color: #fff;
        text-align: center;
    }

    .marketing_advantage_content .span3:first-child img {
        width: 84%;
    }

    .marketing_advantage_brief {
        padding: 0 35px;
        top: 30%;
    }

    .partners {
        padding: 40px 0;
    }

    .partners_content_list {
        margin: 10px 10px;
    }

    .join_in {
        padding: 40px 0;
    }

    .join_in_title {
        font-size: 30px;
    }

    .news_center_content {
        margin-left: -10px;
    }
    .news_center .all_title1{
        display: none;
    }
    .news_center_list {
        margin: 0;
    }

    .news_center_list_title {
        margin: 15px 0px;
    }

    .news_center_content ul li a .text {
        width: 75%;
    }

    .news_center_content ul li a .time {
        width: 25%;
    }

    .footer_content {
        padding: 40px 0;
    }

    .quick_navigation ul li {
        margin: 0 10px;
    }

    .platform_advantage_bg {
        display: none;
    }

    .z_banner {
        padding: 80px 0;
    }

    .case_show_list {
        padding-top: 30px;
    }

    .case_show_brief {
        margin: 0;
        padding-bottom: 30px;
        text-align: center;
    }

    .support_type_content {
        margin-left: -15px;
    }

    .support_type_list {
        margin-left: 15px;
    }

    .technical_support_type {
        margin-bottom: 30px;
    }

    .technical_support_type ul li:before {
        display: none;
    }

    .technical_support_type ul li a {
        padding: 10px 0;
        text-indent: 0;
        text-align: center;
    }

    .technical_support_type ul li.active a:hover {
        color: #fff;
    }

    .technical_support_type ul li a:hover {
        border-bottom: solid 1px #F0F0F0;
        color: #333;
    }

    .technical_support {
        padding: 30px 0;
    }

    .technical_support_type .title {
        cursor: pointer;
    }

    .technical_support_type .title span {
        display: block;
    }

    .technical_support_type ul {
        display: none;
    }

    .technical_support_box ul li a:before {
        display: none;
    }

    .technical_support_box ul li a:hover {
        color: #333;
    }

    .template_search {
        margin: 30px 0;
    }

    .template_search_select {
        margin: 0 15px;
    }

    .template_search_select select {
        width: 150px;
    }

    .case_show_more {
        padding: 30px 0;
    }

    .know_more {
        padding: 30px 0;
    }

    .introduce {
        padding: 40px 0;
    }

    .introduce_list_text {
        font-size: 14px;
    }

    .cloud_platform {
        padding: 40px 0;
    }

    .cloud_platform_content {
        overflow: hidden;
        margin: 40px 0 40px -10px;
    }

    .cloud_platform_list {
        padding: 30px 10px;
        margin-left: 10px;
    }

    .cloud_platform_solution .title {
        font-size: 20px;
    }

    .industry {
        padding: 40px 0;
    }

    .industry_content {
        margin-top: 0;
    }

    .advantage_project {
        padding-top: 40px;
    }

    .advantage_project_content {
        margin: 40px 0px 0px -30px;
    }

    .marketing_support {
        padding: 40px 0;
    }

    .marketing_support_list_brief {
        margin-top: 20px;
    }

    .proxy_process_line {
        display: none;
    }

    .proxy_process_content {
        margin-top: 0;
    }

    .proxy_process_list_middle {
        display: none;
    }

    .proxy_process_list {
        margin: 0 0 30px 20px;
    }

    .proxy_process_list:hover .proxy_process_list_top {
        color: #3ba1f2;
    }

    .proxy_process_list_top:before {
        display: none;
    }

    .proxy_process_list_bottom .title {
        font-size: 16px;
    }

    .seo_pro_line {
        display: none;
    }

    .seo_pro_content {
        margin-top: 0;
    }

    .seo_pro_list_middle {
        display: none;
    }

    .seo_pro_list {
        margin: 0 0 30px 20px;
    }

    .seo_pro_list:hover .proxy_process_list_top {
        color: #3ba1f2;
    }

    .seo_pro_list_top:before {
        display: none;
    }

    .seo_pro_list_bottom .title {
        font-size: 16px;
    }

    .response_shows .response_shows_box .thumb {
        bottom: -20%;
    }
}

@media screen and (max-width: 739px) {
    .marketing_advantage_content .span3:first-child img {
        width: 88%;
    }
}

@media(max-width: 600px) {
    .add_part1 .icon,.add_part1 .cont{
        width: 100%;
    }
    .add_part1 .cont .item{
        margin-bottom: 0;
        margin-top: 20px;
        font-size: 16px;
    }

    .net_d_center .net_d_box,.net_d_center .net_d_list{
        padding: 0;
    }
    .net_d_center .net_d_box{
        min-height: auto;
    }
    .add_part1{
        padding-bottom: 25px;
    }
    .header{
        height: 60px;
    }
    .header .logo img{
        height: 50px;
    }
    .header .logo{
        margin-top: 5px;
    }
    .sign .register_m{
        display: inline-block;
    }
    .sign .register_pc{
        display: none;
    }
    .sign{
        margin-top: 15px;
    }
    .header .mobileMenuBtn{
        top:20px
    }
    .sign .login{
        border:none;
        width: auto;
    }
    .zw_box{
        height: 60px;
    }
}
@media screen and (max-width: 479px) {
    .zw_box{
        height: 50px;
    }
    .header{
        height: 50px;
    }
    .header .logo img{
        height: 40px;
    }
    .sign{
        margin-top: 10px;
    }
    .header .mobileMenuBtn{
        width: 26px;
        right: 15px;
        top:15px;
    }
    .all_title1 .title, .all_title2 .title{
        font-size: 22px;
    }
    .citynav a{
        width: 23%;
        margin:15px 1%;
    }
    .citynav a.mar0{
        margin:15px 1%;
    }

    .web_process li{
        padding: 10px;
    }
    .web_price li{
        width: 100%;
        margin: 20px 0 0;
    }
    .web_problems .content{
        background: 0;
        margin-top: 0px;
    }
    .web_problems .item .item-box{
        width: 100%;
        height: auto;
        text-align: left;
        margin-top: 20px;
    }
    .new_choose li p{
        height: 120px;
        overflow: hidden;
    }
    .new_adv li h3,.new_grasp li h3,.new_choose li h3,.web_seo li h3,.web_problems .item .item-box h3,.web_price li h3,.web_process li h3{
        font-size: 16px;
    }
    .web_price li h3{
        font-weight: bold;
    }
    .new_grasp li,.new_choose li,.web_seo li{
        width: 50%;
    }
    .web_seo li{
        padding: 0 15px;
    }
    .new_grasp li:last-child{
        display: none;
    }
    .new_seo .right,.new_seo .left{
        width: 100%;
    }
    .new_adv li{
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .new_adv li:last-child{
        margin-bottom: 0;
    }
    .seo_baidu li h3{
        font-size: 18px;
    }
    .seo_service .icon{
        height: 100px;
        position: relative;
    }
    .seo_service .left, .seo_service .right{
        width: 100%;
        display: block;
        padding: 0;
    }
    .seo_service .text{
        padding: 0 15px;
    }
    .seo_service .icon2{
        display: none;
    }
    .seo_baidu li,.seo_question li{
        width: 50%;
    }
    .seo_question li p{
        line-height: 24px;
        margin-bottom: 10px;
    }
    .keyword_rank ul li .icon{
        margin: 0 auto;
        float: none;
        display: block;
    }
    .keyword_rank ul li h3{
        width: 90%;
        font-size: 16px;
        margin: 10px auto 0;
        text-indent: 2em;
        display: block;
        float: none;
        height: 72px;
        overflow: hidden;
    }
    .keyword_service .mid{
        display: none;
    }
    .keyword_service .left, .keyword_service .right{
        width: 100%;
    }
    .keyword_service .left li, .keyword_service .right li{
        list-style: circle;
        list-style-position: inside;
        font-size: 16px;
    }
    .keyword_service .left li h3, .keyword_service .right li h3{
        display: inline-block;
    }
    .keyword_why ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .keyword_question .right{
        margin-top: 0;
    }
    .keyword_question .right p{
        padding-left: 0;
        margin-bottom: 0px;
        font-size: 18px;
    }
    .keyword_question .right p span{
        background: none;
        color: #f08619;
        margin-right: 0;
    }
    .why_tui ul li .whyq_mess h3{
        font-size: 16px;
    }
    .seoyoushi .tayoushi .rightus h2, .seoyoushi .woyoushi .leftus h2{
        font-size: 18px;
    }
    .youshilie .yousright h3,.youshilie .yousleft h3{
        font-size: 14px;
    }
    .tg_problems{
        padding: 30px 0;
    }
    .problems_box_en{
        display: none;
    }
    .yh_advantage{
        padding: 30px 0 0;
    }
    .yh_advantage li{
        width: 33.333%;
        margin-bottom: 20px;
    }
    .yh_advantage li h3{
        font-size: 16px;
    }
    .yh_advantage li h3 br,.yh_advantage li:nth-child(n+7){
        display: none;
    }
    .yh_service{
        padding: 30px 0 10px;
    }
    .yh_service .li{
        width: 100%;
    }
    .yh_service .li ol{
        margin-bottom: 20px;
    }
    .yh_strength{
        padding: 30px 0 20px;
    }
    .yh_strength li{
        width: 100%;
        margin-right: 0;
        padding: 20px 0;
        margin-bottom: 10px;
    }
    .yh_strength li p{
        font-size: 36px;
    }
    .yh_strength li h3{
        margin-top: 0px;
        font-size: 16px;
    }
    .kz_what{
        padding: 30px 0 0px;
    }
    .what_left h2{
        font-size: 24px;
    }
    .what_left p{
        margin-bottom: 10px;
    }
    .kz_why{
        padding: 30px 0;
    }
    .kz_why_left, .kz_why_right{
        width: 100%;
        text-align: left;
    }
    .kz_why .item{
        margin-bottom: 10px;
    }
    .kz_why .item h3{
        font-size: 18px;
    }
    .kz_value{
        padding: 30px 0 10px;
    }
    .page-seo-play-title{
        padding: 10px 0;
    }
    .page-seo-play-title h3{
        font-size: 18px;
    }
    .page-seo-play-content{
    }
    .page-seo-play li{
        width:100%;
    }
    .page-seo-play-content p{
        margin: 0;
    }
    .page-seo-play-content a{
        margin-top: 15px;
    }
    .page-seo-play-content{
        padding-bottom: 20px;
    }
    .problems_list{
        display: none;
    }
    .problems_box{
        padding-top: 0;
    }
    .problems_box dd{
        width: 50%;
        margin-top: 15px;
    }
    .kz_service{
        padding: 30px 0 10px;
    }
    .page-seo-service h3{
        padding-bottom: 10px;
        font-size: 16px;
    }
    .blockbox1_right .li{
        height: 240px;
    }
    .blockbox1_right .lia a p.p3 br, .blockbox1_right .li p.p3 br{
        display: none;
    }
    .blockbox3 li{
        width: 49%;
        margin: 0 2% 10px 0;
    }
    .blockbox3 li:nth-child(3n){
        margin:0 2% 10px 0;
    }

    .blockbox3 li:nth-child(2n){
        margin-right: 0;
    }
    .blockbox3 li .img{
        padding-top: 10px;
    }
    .blockbox3 li h3,.blockbox1_right .li h3,.problems_box_title{
        font-size: 16px;
    }
    .blockbox4 li{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        text-align: left;
    }
    .blockbox4 li .img{
        float: left;
        height: 100px;
        margin-right: 20px;
    }
    .blockbox4 li h2{
        margin-top: 0px;
    }
    .blockbox4 li p.p1,.blockbox4 li h2{
        text-align: left;
    }
    .blockbox4 li p.p1{
        background-position:left top;
    }
    .eqi_advantage{
        padding-top: 30px;
    }
    .new_service,.net_d_center{
        padding:25px 0;
    }
    .net_d_center .text{
        display: none;
    }
    .wltuiguang{
        padding:0;
    }
    .all_title1 h3{
        font-size: 14px;
    }
    .new_service .service_exp ul li p{
        padding: 0;
        margin-bottom: 15px;
    }
    .new_service .service_exp ul li:nth-child(odd){
        padding-right: 10px;
    }
    .new_service .service_exp ul li:nth-child(n+9){
        display: none;
    }
    .eqi_advantage .eqi_advantage_content{
        margin: 0;
    }
    .eqi_advantage .eqi_advantage_content .span4{
        padding: 0;
    }
    .eqi_advantage .eqi_advantage_content .span4:nth-child(even) .eqi_advantage_list{
        margin-left: 8px;
    }
    .eqi_advantage .eqi_advantage_content .span4:nth-child(odd) .eqi_advantage_list{
        margin-right: 8px;
    }
    .eqi_advantage .eqi_advantage_list .brief_text,.net_d_center p{
        display: none;
    }
    .eqi_advantage .eqi_advantage_list .brief_title{
        font-size: 16px;
        margin-top: 0;
    }
    .eqi_advantage .eqi_advantage_list{
        min-height: auto;
        padding: 0 8px;
        margin-bottom: 15px;
    }
    .eqi_advantage .eqi_advantage_list .eqi_advantage_img{
        margin: 10px 0;
    }
    .marketing_advantage_content .span3:first-child img {
        width: 99%;
    }

    .response_shows .response_shows_box {
        padding: 0 0 50px;
    }

    .platform_advantage_img {
        width: 35%;
        text-align: center;
    }

    .marketing_advantage_content {
        margin-left: -8px;
    }

    .marketing_advantage_list {
        margin: 0 0 10px 8px;
    }

    .marketing_advantage_brief {
        padding: 0 15px;
        top: 12%;
    }

    .partners_content_list img {
        width: 150px;
    }

    .join_in_title {
        font-size: 24px;
    }

    .join_in_text {
        font-size: 14px;
        margin: 15px 0 30px 0;
    }


    .footer {
    }

    .quick_navigation_title, .footer_link_title, .footer_cotact_title {
        text-align: center;
    }

    .footer_link {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .case_show_brief_text {
        margin: 10px 5px 20px 5px;
        font-size: 13px;
    }

    .case_show_content {
        margin: 30px 0;
    }

    .support_type {
        margin: 30px 0px 15px 0;
    }

    .support_type_list {
        margin-bottom: 15px;
    }

    .technical_support_type .title {
        text-indent: 15px;
    }

    .technical_support_box {
        padding: 15px;
    }

    .technical_support_box ul li a {
        padding: 7px 0;
    }

    .technical_support_box ul li a .time {
        font-size: 12px;
    }

    .technical_support_page ul li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
    }

    .technical_support_box_z {
        padding: 15px;
    }

    .technical_support_page_z {
        padding: 0 15px 30px 15px;
    }

    .template_search_select {
        display: block;
    }

    .template_search_select {
        margin-bottom: 10px;
    }

    .template_search_select select {
        width: 100%;
    }

    .template_show_content:before {
        display: none;
    }

    .cloud_platform_list {
        margin-bottom: 10px;
    }

    .advantage_project {
        background: #4EA7EB none;
    }

    .advantage_project_list {
        margin: 0 0 30px 30px;
    }

    .marketing_support_list_brief {
        text-align: center;
    }
    .kzf-mod-product{
        padding:30px 0 0;
    }
    .proxy_process {
        padding: 30px 0 0px;
    }
    .proxy_process_list_top{
        display: none;
    }
    .response_shows .response_shows_box .thumb {
        bottom: -25%;
    }

    .platform_advantage_brief {
        padding-left: 0px;
    }
    .kzf-mod-custom-title{
        font-size: 24px;
    }
    .m_hidden{
        display: none!important;
    }
    .page-seo-service{
        margin: 6px;
        padding: 6px;
    }
    .sign a{
        font-size: 14px;
    }
    .sign img{
        margin-top: 0;
    }
    .new_service .service_exp ul li{
        padding: 15px;
        padding-top: 85px;
    }
    .new_service .service_exp ul li h3{
        font-size: 16px;
        font-weight: bold;
    }
    .net_d_center .net_d_title{
        font-size: 16px;
        margin-bottom: 0;
    }
}
