/* 移动端样式 */
.top_bg{height: auto;}
/* 移动端汉堡菜单按钮 */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* 移动端导航菜单 */
.mobile-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    overflow-y: auto;
}

.mobile-nav.active {
    display: block;
}

.mobile-nav-content {
    padding: 80px 20px 20px;
    color: white;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav ul li a {
    display: block;
    padding: 15px 0;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.mobile-nav ul li a:hover {
    color: #ba272d;
}

/* 移动端头部样式 */
.mobile-header {
    display: none;
    position: relative;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.mobile-logo {
    display: flex;
    align-items: center;
}

.mobile-logo img {
    max-height: 30px;
    width: auto;
}

.mobile-contact {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.mobile-contact .phone {
    color: #ba272d;
    font-weight: bold;
    font-size: 16px;
}

/* 响应式断点 */
@media (max-width: 768px) {
    /* 隐藏PC端导航 */
    .h_nav {
        display: none !important;
    }
    
    /* 显示移动端头部 */
    .mobile-header {
        display: block;
    }
    
    /* 显示汉堡菜单按钮 */
    .mobile-menu-toggle {
        display: flex;
    }
    
    /* 调整头部布局 */
    .header {
        width: 100% !important;
        padding: 0;
    }
    
    .h_con {
        display: none;
    }
    
    /* 隐藏下拉导航 */
    .voc_nav, .rto_nav, .co_nav, .vl_nav, .pro_nav, .xinwen_nav, .ab_nav {
        display: none !important;
    }
    
    /* 调整内容区域 */
    .content {
        width: 100% !important;
        padding: 0 15px;
		box-sizing: border-box;
    }
    
    /* 调整banner */
    .banner {
        margin-top: 0;
    }
    .banner .slick-next{background: none;}
    .banner_m {
        width: 100%;
    }
    .ys01,.ys02,.ys03,.ys04{height: inherit;}
    .banner_m img {
        width: 100%;
        height: auto;
    }
    
    /* 调整搜索区域 */
    .s_bg {
        display: none;
    }
    
    /* 调整合作客户区域 */
    .hz {
        padding: 40px 0;
		display: none;
    }
    
    .hz_tit {
        font-size: 24px;
        height: auto;
        padding: 10px 0;
    }
    
    .hz_tit a {
        width: 100%;
        font-size: 24px;
        height: auto;
        line-height: 1.2;
    }
    
    .hz_qie {
        width: 100%;
        padding: 20px 0 0;
    }
    
    .hz ul li {
        width: 50% !important;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    
    .hz ul li em {
        width: 100%;
        height: 80px;
    }
    
    .hz ul li img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }
    
    .hz ul li span {
        width: 100%;
        font-size: 12px;
        height: auto;
        line-height: 1.2;
        padding: 5px 0;
    }
    
    /* 调整案例区域 */
    .case {
        padding: 40px 0;
		display: none;
    }
    
    .case_tit {
        font-size: 20px;
        height: auto;
        line-height: 1.2;
        padding: 10px 0;
    }
    
    .case_nav {
        padding: 15px 0;
        height: auto;
    }
    
    .case_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .case_nav ul li {
        width: calc(50% - 10px);
        margin: 5px;
    }
	.ys_desc:before{left:0;}
	.ys_desc p:before{left:-5px}
    
    .case_nav ul li a {
        width: 100%;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
    
    /* 调整广告条 */
	.ban01{display: none;}
    .ban01, .ban02 {
        padding: 20px 15px;
        height: auto;
    }
    .hide-xs{display: none;}
    .ban01_l, .ban02_l {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .ban01_l01, .ban02_l {
        font-size: 16px;
        height: auto;
        line-height: 1.4;
    }
    
    .ban01_tel {
        width: 100%;
        text-align: center;
    }
    
    .ban01_tel span {
        width: 100%;
        text-align: center;
        background: none;
        padding: 0;
    }
    
    .ban01_tel a {
        margin: 10px auto 0;
        float: none;
    }
    
    /* 调整优势区域 */
    .yous {
        padding: 40px 0;
    }
    
    .yous dl {
        margin-bottom: 30px;
    }
    
    .yous dl dt {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .yous dl dt img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    
    .yous dl dd {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .yous dl dd h5 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        text-align: center;
    }
    
    .yous dl dd h5:before {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .yous dl dd em {
        float: none;
        margin: 0 auto 15px;
    }
    
    .yous dl dd span {
        float: none;
        text-align: center;
        padding: 0;
    }
    .ys_desc{margin:0}
    .ys_desc p {
        padding: 15px 0 0 10px;
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* 调整解决方案区域 */
    .plan {
        padding: 40px 0;
    }
    
    .plan_m {
        padding: 20px 0 0;
    }
    
    .plan_m dl {
        width: calc(50% - 10px);
        height: 200px;
        margin: 5px;
    }
    
    .plan_m dl dt {
        width: 100%;
        height: 100px;
        padding-top: 40px;
    }
    
    .plan_m dl dt em {
        width: 50px;
        height: 40px;
    }
    
    .plan_m dl dt img {
        width: 50px;
        height: 40px;
    }
    
    .plan_m dl dt b {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    
    .plan_m dl dd img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .plan_m dl.plan_dl02 {
        margin-top: 0;
    }
    
    .plan_m dl.plan_dl05 {
        margin-left: 0;
    }
    
    /* 调整产品中心 */
    .chanp {
        padding: 40px 0;
    }
    
    .cp_l {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .cp_r {
        width: 100%;
        margin-top: 0;
    }
    
    .cp_r ul li {
        width: calc(50% - 5px);
        margin-left: 5px;
        margin-bottom: 15px;
    }
    
    .cp_r ul li em {
        width: 100%;
        height: 150px;
    }
    
    .cp_r ul li img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    
    .cp_r ul li span {
        width: 100%;
        font-size: 12px;
        height: auto;
        line-height: 1.2;
        padding: 5px 0;
    }
    
    /* 调整服务流程 */
    .liuc {
        padding: 40px 0;
    }
    
    .liuc ul {
        padding: 20px 0 0;
    }
    
    .liuc ul li {
        width: calc(50% - 10px);
        margin: 5px;
        font-size: 14px;
    }
    
    .liuc ul li em {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }
    
    .liuc ul li em img {
        width: 80px;
        height: 80px;
    }
    
    /* 调整新闻区域 */
    .news {
        padding: 40px 0;
    }
    
    .news_l {
        width: 100%;
    }
    
    .news_t {
        width: 100%;
        padding: 0;
        height: auto;
    }
    
    .news_t ul li {
        width: 50%;
        text-align: center;
    }
    
    .news_m {
        width: 100%;
    }
    
    .news_m dl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .news dl dt {
        width: 60px;
        font-size: 12px;
    }
    
    .news dl dt i {
        font-size: 16px;
    }
    
    .news dl dd {
        width: calc(100% - 70px);
    }
    
    .news_m dl dd em {
        width: 100%;
        height: 120px;
    }
    
    .news_m dl dd em img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    
    .wd {
        width: 100%;
		display: none;
        margin-top: 0;
    }
    
    .wd dl {
        width: 100%;
        height: auto;
        padding: 15px 0;
    }
    
    /* 调整关于我们 */
    .ab_bg {
        height: auto;
		background: #002D99;
		padding-top:20px;
    }
    
    .about dl {
        height: auto;
    }
    
    .about dl dt {
        width: 100%;
        height: 200px;
        position: relative;
        left: 0;
    }
    
    .about dl dt img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .about dl dd {
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    
    .about dl dd h2 {
        font-size: 24px;
        height: auto;
        line-height: 1.2;
        text-align: center;
    }
    
    .ab_desc {
        width: 100%;
        height: auto;
        text-align: center;
    }
    
    .digital {
        padding: 20px 0 0;
    }
    
    .ibrand-num li {
        width: 30% !important;
		font-size: 13px;
        text-align: center;
        margin-bottom: 15px;
    }
	.ibrand-num li b,.ibrand-num li i{font-size: 16px;;}
    
    /* 调整相册区域 */
    .photo_bg {
        padding: 40px 0;
    }
    
    .photo_l {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    
    .photo_l ul li {
        width: 50%;
        text-align: center;
        padding: 0 10px;
    }
    
    .photo_l ul li a {
        font-size: 18px;
    }
    
    .photo_r {
        width: 100%;
        padding: 20px 0 0;
    }
    
    .photo_r ul li {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 15px;
    }
    
    .photo_r ul li em {
        width: 100%;
    }
    
    .photo_r ul li img {
        width: 100%;
        height: auto;
    }
    
    .photo_r ul li span {
        width: 100%;
        font-size: 12px;
        height: auto;
        line-height: 1.2;
        padding: 5px 0;
    }
    
    /* 调整底部 */
    .f_bg {
        padding: 20px 0;
		height: auto;
		background: #333333;
    }
    
    .footer {
        width: 100%;
        padding: 0 15px;
		box-sizing: border-box;
    }
    
    .f_nav, .f_er, .f_ban {
        width: 100%;
		box-sizing: border-box;
        float: none;
        text-align: center;
    }
	.f_top{font-size: 17px;;}
	.f_ban{height: auto;}
    .f_er h5{width: auto;height: auto;padding: 0;}
    .f_bot {
        text-align: center;
        padding: 10px 0;
		height: auto;
		line-height: 1.5;
    }
	.f_er h5 img{width: 160px;display: none;}
	.f_ban p,.f_er p span{line-height: 1.5;}
    .f_er{padding: 0;}
    /* 调整友情链接 */
    .f_link {
        margin: 0;
        width: 100%;
        height: auto;
        line-height: 1.4;
        padding: 20px 0;
    }
    
    .f_link b {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .f_link p {
        width: 100%;
        text-align: center;
    }
    
    .f_link p a {
        display: inline-block;
        margin: 2px 5px;
        padding: 2px 8px;
        background: rgba(255,255,255,0.1);
        border-radius: 3px;
    }
	/***********新闻内页*************/
	.blk-main,.cpcc-ts-01-right,.pc-cx-tel-1{width: 100%;}
	.blk-xs,.blk-sm{width:auto;float: none;margin: 10px;;}
	.k12-xl-xwlb-1nt2-1-01-list dt img{display: none;}
	.ty-banner-1 img.show{max-width:100%;height: 110px;}
	.k12-xl-xwlb-1nt2-1-01-list dl{padding: 15px;box-sizing: border-box;display: block;}
	.fdh-01-tit,.fdh-01-tit h2,.fdh-01-nav-one h3{height: auto;line-height: 1.5;font-size: 18px;padding: 5px 0;}
	.k12-gl-gslb-3nf1-1-01-left dl{width: 48%;}
	.k12-gl-gslb-3nf1-1-01-left dt img{height: 120px;}
	.zy{padding: 15px;box-sizing: border-box;font-size: 14px;;}
	.zy li p{margin: 10px 0 0;padding: 0;padding-left: 30px;background-size: 30px 30px !important;}
	.santi{padding:0;}
	.leftnav-z1-list dl,.p14-product-2-list dl{width: 48%;}
	.p14-product-2-list h4{font-size: 12px;;}
	.cpcc-ts-01-right{float: none;margin: 0;}
	.cpcc-ts-01{margin-bottom: 0;}
	.jgzc p{padding: 15px;margin:0}
	.ted ul li{width: 32%;padding: 0;margin: 0;}
	.ted ul li em{font-size: 12px;}
	.ted,.p14-prodcontent-1{margin:0}
	.biaoti{font-size: 16px;;}
	.p14-prodcontent-1{padding: 0;}
	
	
    /* 调整客服悬浮按钮 */
    .client-2 {
        display: none;
    }
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
    .hz ul li,
    .case_nav ul li,
    .plan_m dl,
    .cp_r ul li,
    .liuc ul li,
    .photo_r ul li {
    }
    
    .news_t ul li {
        width: 40%;
        margin-bottom: 10px;
    }
    
    .photo_l ul li {
        width: 40%;
		float: left;
        margin-bottom: 15px;
    }
} 