@charset "utf-8";
/* 响应式自适应样式 - 适配平板、手机等移动设备 */

/* ========== 平板设备 (768px - 1199px) ========== */
@media screen and (max-width: 1199px) {
    body {
        min-width: 100%;
        width: 100%;
    }
    
    .content,
    .container,
    .fen1,
    .case2 {
        width: 95%;
        max-width: 960px;
        margin: 0 auto;
        margin-left: auto !important;
        left: auto !important;
        position: relative !important;
    }
    
    .banner {
        height: 450px;
    }
    .banner .bd, .banner .bd li {
        height: 450px;
    }
    .banner .bd li img {
        height: 450px;
        margin-left: -50%;
        width: auto;
        max-width: none;
    }
    
    /* 产品区域 */
    .pro {
        height: auto;
        padding-bottom: 50px;
    }
    .pro1 {
        height: auto;
    }
    .pro1 dt {
        width: 60%;
        height: auto;
    }
    .pro1 dt img {
        width: 100%;
        height: auto;
    }
    .pro1 dd {
        width: 35%;
        padding: 30px 0 0 0;
    }
    .pro1 dd h4 a {
        font-size: 24px;
    }
    .prokey p {
        width: 75%;
    }
    .prokey h5 {
        left: auto;
        right: 20px;
    }
    
    /* 案例区域 */
    .case {
        height: auto;
        margin-top: 50px;
    }
    .case1 {
        min-width: 100%;
        height: auto;
    }
    .case1 dt {
        width: 100%;
        height: auto;
    }
    .case1 dt img {
        width: 100%;
        height: auto;
    }
    .case1 dl {
        height: auto;
    }
    
    /* 优势区域 */
    .yinz {
        height: auto;
        padding: 60px 0;
    }
    .yinz dl {
        height: auto;
    }
    .yinz dt {
        width: 50%;
        height: auto;
    }
    .yinz dt img {
        width: 100%;
        height: auto;
    }
    .yinz dd {
        width: 45%;
    }
    .yinz dd h3 {
        font-size: 36px;
    }
    .yinz li {
        width: 50%;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .yinz li:nth-child(3), .yinz li:nth-child(4) {
        width: 50%;
        padding-left: 40px;
    }
    
    /* 标题 */
    .tit1 {
        font-size: 36px;
    }
    .tit1 em {
        font-size: 16px;
    }
    
    /* 导航 */
    .nav ul li a {
        padding: 0 12px;
        font-size: 14px;
    }
    
    /* 页脚 */
    .footer ul li {
        width: 50%;
        margin-bottom: 15px;
    }
}

/* ========== 手机设备 (481px - 767px) ========== */
@media screen and (max-width: 767px) {
    body {
        min-width: 100%;
        font-size: 14px;
    }
    
    .content,
    .container {
        width: 94%;
        padding: 0 3%;
    }
    
    /* Banner */
    .banner {
        height: 250px;
    }
    .banner .bd, .banner .bd li {
        height: 250px;
    }
    .banner .bd li img {
        height: 250px;
        margin-left: -60%;
    }
    
    /* 顶部 */
    .topWrap .header h5 {
        display: none;
    }
    .header h1.logo {
        width: 60%;
        float: left;
    }
    .header h1.logo img {
        max-width: 100%;
        height: auto;
    }
    .header h2 {
        display: none;
    }
    .header > p {
        display: none;
    }
    
    /* 导航 - 改为单列可滚动 */
    .nav {
        width: 100%;
        overflow-x: auto;
    }
    .nav ul {
        width: max-content;
    }
    .nav ul li {
        float: left;
    }
    .nav ul li a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 45px;
    }
    
    /* 标题 */
    .tit1 {
        font-size: 28px;
    }
    .tit1 em {
        font-size: 14px;
    }
    
    /* 产品区域 */
    .pro {
        padding-top: 50px;
        height: auto;
    }
    .fen1 {
        width: 94%;
        margin-left: 0;
        padding: 10px;
    }
    .prot {
        height: auto;
        margin-bottom: 30px;
    }
    .prot h3 {
        width: 50%;
        line-height: 50px;
        font-size: 14px;
    }
    .prot h3 .erji {
        width: 100%;
        height: auto;
        top: 50px;
    }
    .prot h3 .erji a {
        width: 50%;
        box-sizing: border-box;
        line-height: 40px;
        font-size: 14px;
        margin: 0;
    }
    .pro1 dt {
        width: 100%;
        float: none;
        height: auto;
    }
    .pro1 dd {
        width: 100%;
        float: none;
        padding: 20px 15px;
        box-sizing: border-box;
    }
    .pro1 dd h4 a {
        font-size: 20px;
    }
    .pro1 dd span a {
        margin-top: 20px;
    }
    .pro_l, .pro_r {
        display: none;
    }
    .prokey {
        height: auto;
        padding: 15px 0;
    }
    .prokey h3 {
        width: 100%;
        height: 60px;
        padding-top: 10px;
        font-size: 20px;
        float: none;
    }
    .prokey p {
        width: 100%;
        float: none;
        padding: 15px 0 0 0;
    }
    .prokey p a {
        width: 50%;
        line-height: 35px;
        font-size: 14px;
    }
    .prokey h5 {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 15px;
    }
    
    /* 案例区域 */
    .case .tit1 {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
    }
    .caset {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .caset h3 {
        width: 33.33%;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .case1 {
        height: auto;
        min-width: 100%;
    }
    .case2 {
        width: 100%;
        left: 0;
        margin-left: 0;
        position: relative;
    }
    
    /* 优势区域 */
    .yinz {
        padding: 40px 0;
        height: auto;
    }
    .yinz dd {
        width: 100%;
        float: none;
    }
    .yinz dd h3 {
        font-size: 28px;
    }
    .yinz dd p {
        font-size: 14px;
        line-height: 24px;
        margin: 15px 0 20px;
    }
    .yinz dt {
        width: 100%;
        float: none;
        height: auto;
        margin-top: 20px;
    }
    .yinz dt iframe {
        height: 250px;
    }
    .yinz ul.digital {
        height: auto;
        margin-top: 30px;
    }
    .yinz li {
        width: 50%;
        padding-left: 30px;
        font-size: 14px;
    }
    .yinz li span {
        font-size: 36px;
    }
    .yinz li:nth-child(3), .yinz li:nth-child(4) {
        width: 50%;
        padding-left: 30px;
    }
    .yinz li:before {
        height: 50px;
    }
    
    /* 合作客户 */
    .par ul li {
        width: 33.33%;
    }
    .par ul li img {
        max-width: 100%;
        height: auto;
    }
    
    /* 企业实力 */
    .ys dl dd,
    .ys dl dt {
        width: 100%;
        float: none !important;
    }
    .ys dl dt img {
        width: 100%;
        height: auto;
    }
    .ys dl dd h3 {
        font-size: 20px;
    }
    .ys dl dd h4 {
        font-size: 16px;
    }
    .ys dl dd p {
        font-size: 14px;
        line-height: 24px;
    }
    
    /* 新闻区域 */
    .new .dy,
    .new .new1 {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    
    /* 页脚 */
    .fnav a {
        font-size: 12px;
        margin: 0 5px;
    }
    .footer ul {
        padding: 20px 0;
    }
    .footer ul li {
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
    }
    .foot h5 {
        font-size: 12px;
        line-height: 22px;
    }
    .code {
        float: none !important;
        text-align: center;
        margin-top: 20px;
    }
    
    /* 侧边客服 */
    .client-2 {
        display: none;
    }
    
    /* 快速通道 */
    .tongd dl {
        width: 100%;
        margin-bottom: 20px;
    }
    
    /* 图片自适应 */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* 搜索框 */
    .sou .content {
        padding: 15px 0;
    }
    .sou .sou1 {
        width: 100%;
        margin-top: 10px;
    }
    .sou .sou1 .ip01 {
        width: 75%;
    }
}

/* ========== 小屏手机 (≤480px) ========== */
@media screen and (max-width: 480px) {
    .tit1 {
        font-size: 24px;
    }
    
    .banner {
        height: 200px;
    }
    .banner .bd, .banner .bd li {
        height: 200px;
    }
    .banner .bd li img {
        height: 200px;
    }
    
    .yinz dd h3 {
        font-size: 24px;
    }
    
    .yinz li {
        width: 100%;
        padding-left: 50px;
        margin-bottom: 15px;
    }
    .yinz li:nth-child(3), .yinz li:nth-child(4) {
        width: 100%;
        padding-left: 50px;
    }
    .yinz li:before {
        display: none;
    }
    
    .prokey p a {
        width: 100%;
    }
    
    .caset h3 {
        width: 50%;
    }
    
    .par ul li {
        width: 50%;
    }
}

/* ========== 触屏优化 ========== */
@media (hover: none) and (pointer: coarse) {
    a, button {
        min-height: 44px;
        min-width: 44px;
    }
}
