/**
 * ============================================
 * 移动端统一修复样式
 * Mobile Unified Fix
 * 优先级最高，解决所有移动端问题
 * ============================================
 */

/* ==========================================
   桌面端：隐藏汉堡菜单
   ========================================== */
@media (min-width: 768px) {
    .mobile-menu-toggle {
        display: none !important;
    }
}

/* ==========================================
   移动端样式（< 768px）
   ========================================== */
@media (max-width: 767px) {

    /* ==========================================
       全局防溢出
       ========================================== */
    html {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        position: relative !important;
    }

    /* 所有容器防溢出 */
    * {
        max-width: 100vw !important;
    }

    .w201, .w290, .w231, .w1200, .wrapper,
    .na201, .h201_main, .b182,
    .prcbox_323, .about290, .eyys,
    .case231_main, .news_326, .footer169 {
        width: 100% !important;
        overflow-x: hidden !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
    }

    /* ==========================================
       顶部通知栏
       ========================================== */
    .top201 {
        height: auto !important;
        padding: 8px 0 !important;
    }

    .top201 .w201 {
        display: flex !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .top201 .zc201 {
        width: 100% !important;
        font-size: 11px !important;
        line-height: 1.5 !important;
    }

    .top201 .r201 {
        display: none !important;
    }

    /* ==========================================
       Logo区域
       ========================================== */
    .h201_main {
        padding: 12px 0 !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 1000 !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    }

    .h201_main .head201 {
        height: 70px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 15px !important;
    }

    .h201_main .logo201 {
        width: auto !important;
        max-width: 140px !important;
        display: flex !important;
        align-items: center !important;
    }

    .h201_main .logo201 img {
        max-height: 60px !important;
        width: auto !important;
        height: auto !important;
    }

    .h201_main .ss201 {
        display: none !important;
    }

    /* ==========================================
       汉堡菜单按钮 - 简洁现代风格（蓝色版）
       ========================================== */
    .h201_main .mobile-menu-toggle,
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;
        width: 44px !important;
        height: 44px !important;
        background: linear-gradient(135deg, #0085cd 0%, #0066a1 100%) !important;
        border: none !important;
        border-radius: 8px !important;
        cursor: pointer !important;
        z-index: 1002 !important;
        position: relative !important;
        margin-left: auto !important;
        padding: 10px !important;
        transition: all 0.2s ease !important;
        box-shadow: 0 2px 8px rgba(0, 133, 205, 0.3) !important;
    }

    .h201_main .mobile-menu-toggle:active {
        transform: scale(0.95) !important;
        box-shadow: 0 1px 4px rgba(0, 133, 205, 0.4) !important;
    }

    .h201_main .mobile-menu-toggle span,
    .mobile-menu-toggle span {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        background: #ffffff !important;
        background-color: #ffffff !important;
        border-radius: 2px !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        pointer-events: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
    }

    /* 移除可能干扰的伪元素 */
    .h201_main .mobile-menu-toggle span::before,
    .h201_main .mobile-menu-toggle span::after,
    .mobile-menu-toggle span::before,
    .mobile-menu-toggle span::after {
        content: none !important;
        display: none !important;
    }

    /* 菜单打开时的X图标 */
    body.menu-open .h201_main .mobile-menu-toggle {
        background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%) !important;
        border: none !important;
    }

    body.menu-open .h201_main .mobile-menu-toggle span,
    body.menu-open .mobile-menu-toggle span {
        background: #ffffff !important;
        background-color: #ffffff !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.menu-open .h201_main .mobile-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg) !important;
    }

    body.menu-open .h201_main .mobile-menu-toggle span:nth-child(2) {
        opacity: 0 !important;
        transform: scaleX(0) !important;
    }

    body.menu-open .h201_main .mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg) !important;
    }

    /* ==========================================
       导航栏区域
       ========================================== */
    .nav201 {
        display: block !important;
        height: 0 !important;
        overflow: visible !important;
        background: transparent !important;
        position: relative !important;
        z-index: 999 !important;
    }

    .nav201 .na201 {
        padding: 0 !important;
        height: 0 !important;
        position: relative !important;
    }

    /* 桌面导航默认隐藏 */
    .nav201 .list201 {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        z-index: 9999 !important;
        background: linear-gradient(135deg, #0085cd 0%, #006ba1 100%) !important;
        display: none !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 90px 20px 40px 20px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.3s ease, visibility 0.3s ease !important;
    }

    /* 菜单激活状态 */
    .nav201 .list201.active {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* 全屏菜单关闭按钮 */
    .nav201 .list201 .mobile-menu-close {
        position: fixed !important;
        top: 15px !important;
        right: 15px !important;
        width: 44px !important;
        height: 44px !important;
        background: rgba(255, 255, 255, 0.15) !important;
        backdrop-filter: blur(10px) !important;
        border: 2px solid rgba(255, 255, 255, 0.25) !important;
        border-radius: 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        z-index: 10001 !important;
        transition: all 0.2s ease !important;
    }

    .nav201 .list201 .mobile-menu-close:active {
        transform: scale(0.9) !important;
        background: rgba(255, 255, 255, 0.25) !important;
    }

    .nav201 .list201 .mobile-menu-close:before,
    .nav201 .list201 .mobile-menu-close:after {
        content: '' !important;
        position: absolute !important;
        width: 20px !important;
        height: 2px !important;
        background: #fff !important;
        border-radius: 2px !important;
    }

    .nav201 .list201 .mobile-menu-close:before {
        transform: rotate(45deg) !important;
    }

    .nav201 .list201 .mobile-menu-close:after {
        transform: rotate(-45deg) !important;
    }

    /* 菜单项样式 */
    .nav201 .list201 > li {
        width: 100% !important;
        max-width: 400px !important;
        margin: 0 0 12px 0 !important;
        float: none !important;
        border: none !important;
    }

    .nav201 .list201 > li > a {
        display: block !important;
        width: 100% !important;
        padding: 16px 20px !important;
        background: rgba(255, 255, 255, 0.15) !important;
        backdrop-filter: blur(10px) !important;
        border-radius: 12px !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-align: center !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        transition: all 0.3s ease !important;
        height: auto !important;
        line-height: 1.4 !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    }

    .nav201 .list201 > li > a:hover,
    .nav201 .list201 > li > a.hover {
        background: rgba(255, 255, 255, 0.25) !important;
        border-color: rgba(255, 255, 255, 0.4) !important;
        color: #fff !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    }

    .nav201 .list201 > li > a span {
        display: block !important;
        font-size: 11px !important;
        opacity: 0.8 !important;
        margin-top: 4px !important;
        font-weight: 400 !important;
        color: rgba(255, 255, 255, 0.9) !important;
    }

    .nav201 .list201 > li > a i {
        display: none !important;
    }

    /* 子菜单 */
    .nav201 .list201 > li dl {
        position: static !important;
        display: none !important;
        width: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 10px 0 0 0 !important;
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .nav201 .list201 > li.has-submenu.open dl {
        display: block !important;
    }

    .nav201 .list201 > li dl dd {
        margin: 0 !important;
        padding: 0 !important;
        line-height: normal !important;
        height: auto !important;
        border: none !important;
    }

    .nav201 .list201 > li dl dd a {
        display: block !important;
        padding: 12px 20px !important;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 14px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border-radius: 8px !important;
        margin: 5px 0 !important;
        transition: all 0.3s ease !important;
        height: auto !important;
        line-height: 1.4 !important;
    }

    .nav201 .list201 > li dl dd a:hover {
        background: rgba(255, 255, 255, 0.2) !important;
        color: #fff !important;
    }

    /* 防止页面滚动 */
    body.menu-open {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
    }

    /* 菜单打开时，降低Logo区域的z-index，让菜单在最上层 */
    body.menu-open .h201_main {
        z-index: 1 !important;
    }

    /* 汉堡按钮在菜单打开时固定位置，保持在最上层 */
    body.menu-open .mobile-menu-toggle {
        position: fixed !important;
        top: 15px !important;
        right: 15px !important;
        z-index: 10001 !important;
    }

    /* ==========================================
       Hero轮播图
       ========================================== */
    .b182 {
        height: 240px !important;
        margin-top: 0 !important;
        width: 100% !important;
    }

    .b182 li,
    .b182 .list182 li {
        height: 240px !important;
        width: 100% !important;
    }

    .b182 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .b182 .prev182,
    .b182 .next182 {
        width: 28px !important;
        height: 28px !important;
    }

    .b182 .tip182 {
        bottom: 12px !important;
    }

    .b182 .tip182 span {
        width: 25px !important;
        height: 3px !important;
        margin: 0 3px !important;
    }

    /* ==========================================
       产品中心模块
       ========================================== */
    .prcbox_323 {
        padding: 35px 0 !important;
        width: 100% !important;
    }

    .prcbox_323 .prctit {
        font-size: 22px !important;
        padding-bottom: 15px !important;
        text-align: center !important;
    }

    .prcbox_323 .prccon {
        width: 100% !important;
        padding: 0 15px !important;
    }

    /* Tab按钮 */
    .prcbox_323 .prccon .hd {
        position: static !important;
        text-align: center !important;
        margin-bottom: 20px !important;
        height: auto !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .prcbox_323 .prccon .hd ul {
        display: flex !important;
        gap: 8px !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        padding: 5px !important;
    }

    .prcbox_323 .prccon .hd ul li {
        padding: 8px 18px !important;
        font-size: 13px !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }

    /* 产品网格 - 2列布局 */
    .prcbox_323 .prccon .bd {
        width: 100% !important;
    }

    .prcbox_323 .prccon .bd ul {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .prcbox_323 .prccon .bd li {
        width: calc(50% - 6px) !important;
        margin: 0 !important;
        float: none !important;
        background: #fff !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    }

    .prcbox_323 .prccon .bd li .ppic {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        overflow: hidden !important;
    }

    .prcbox_323 .prccon .bd li .ppic img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .prcbox_323 .prccon .bd li .tit {
        padding: 12px 8px !important;
        text-align: center !important;
    }

    .prcbox_323 .prccon .bd li .tit span {
        font-size: 13px !important;
        display: block !important;
        line-height: 1.4 !important;
    }

    /* 查看更多按钮 */
    .prcbox_323 .pmore {
        margin-top: 25px !important;
        text-align: center !important;
    }

    .prcbox_323 .pmore a {
        padding: 12px 35px !important;
        font-size: 14px !important;
        display: inline-block !important;
    }

    /* ==========================================
       关于我们模块
       ========================================== */
    .about290 {
        padding: 35px 0 !important;
        width: 100% !important;
    }

    .about290 .ab290 {
        width: 100% !important;
        padding: 0 !important;
    }

    .about290 .ab290 .part3 {
        display: block !important;
        width: 100% !important;
    }

    .about290 .ab290 .part3 .img {
        width: 100% !important;
        height: auto !important;
        max-height: 250px !important;
        float: none !important;
        margin-bottom: 20px !important;
        overflow: hidden !important;
        border-radius: 10px !important;
    }

    .about290 .ab290 .part3 .img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .about290 .ab290 .part3 .txt {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }

    .about290 .ab290 .part3 .txt h3 {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }

    .about290 .ab290 .part3 .txt h4 {
        font-size: 13px !important;
        margin-bottom: 15px !important;
        opacity: 0.8 !important;
    }

    .about290 .ab290 .part3 .txt .desc {
        font-size: 13px !important;
        line-height: 1.8 !important;
        text-align: justify !important;
    }

    .about290 .ab290 .part3 .txt span {
        margin-top: 20px !important;
        display: inline-block !important;
    }

    /* ==========================================
       我们的优势模块
       ========================================== */
    .eyys {
        padding: 35px 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .eyys .floor {
        width: 100% !important;
        padding: 0 !important;
    }

    .eyys .ystit {
        margin-bottom: 25px !important;
        height: auto !important;
    }

    .eyys .ystit .tit {
        font-size: 22px !important;
        margin-bottom: 5px !important;
        padding-top: 0 !important;
    }

    .eyys .ystit .subtit {
        font-size: 13px !important;
        opacity: 0.8 !important;
    }

    .eyys .eybox {
        width: 100% !important;
        padding: 20px 0 !important;
        margin-top: 0 !important;
    }

    .eyys .eylist {
        display: block !important;
        width: 100% !important;
    }

    .eyys .eylist .item {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
        padding: 18px 15px !important;
        display: flex !important;
        align-items: flex-start !important;
        text-align: left !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    }

    .eyys .eylist .item .img {
        width: 55px !important;
        height: 55px !important;
        flex-shrink: 0 !important;
        margin: 0 15px 0 0 !important;
    }

    .eyys .eylist .item .img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .eyys .eylist .item .txt {
        flex: 1 !important;
    }

    .eyys .eylist .item .txt h3 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        line-height: 1.3 !important;
    }

    .eyys .eylist .item .txt p {
        font-size: 12px !important;
        line-height: 1.6 !important;
        opacity: 0.85 !important;
    }

    /* ==========================================
       成功案例模块
       ========================================== */
    .case231_main {
        padding: 35px 0 !important;
        width: 100% !important;
    }

    .case231_main .c_231 {
        width: 100% !important;
    }

    .case231_main .ctit231 {
        margin-bottom: 25px !important;
    }

    .case231_main .ctit231 .tit {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }

    .case231_main .ctit231 .subtit {
        font-size: 13px !important;
        opacity: 0.8 !important;
    }

    .case231_main .menu {
        margin-bottom: 20px !important;
    }

    .case231_main .icase231 {
        display: block !important;
        width: 100% !important;
    }

    .case231_main .bigbox {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px !important;
    }

    .case231_main .bigbox .bd .item {
        height: 220px !important;
    }

    .case231_main .bigbox .bd .item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .case231_main .smabox {
        width: 100% !important;
        float: none !important;
    }

    .case231_main .sma231 {
        display: block !important;
    }

    .case231_main .sma231 .item {
        width: 100% !important;
        margin-bottom: 12px !important;
        height: auto !important;
    }

    .case231_main .sma231 .item img {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover !important;
    }

    /* ==========================================
       新闻中心模块
       ========================================== */
    .news_326 {
        padding: 35px 0 !important;
        width: 100% !important;
    }

    .news_326 .tit {
        margin-bottom: 25px !important;
    }

    .news_326 .tit a {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }

    .news_326 .tit p {
        font-size: 13px !important;
        opacity: 0.8 !important;
    }

    .news_326 .news_list {
        width: 100% !important;
    }

    .news_326 .news_list ul {
        display: block !important;
        width: 100% !important;
    }

    .news_326 .news_list ul li {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        float: none !important;
        background: #fff !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    }

    .news_326 .news_list ul li b {
        width: 100% !important;
        height: 180px !important;
        float: none !important;
        display: block !important;
    }

    .news_326 .news_list ul li b img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .news_326 .news_list ul li em {
        width: auto !important;
        height: auto !important;
        float: none !important;
        padding: 8px 12px !important;
        display: inline-block !important;
    }

    .news_326 .news_list span.title {
        font-size: 15px !important;
        line-height: 1.5 !important;
        padding: 12px 15px 8px 15px !important;
        display: block !important;
    }

    .news_326 .news_list p {
        font-size: 12px !important;
        line-height: 1.6 !important;
        padding: 0 15px 15px 15px !important;
    }

    /* ==========================================
       页脚
       ========================================== */
    .footer169 {
        padding: 30px 0 10px 0 !important;
        width: 100% !important;
    }

    .footer169 .b169_main {
        padding: 20px 0 !important;
    }

    .footer169 .w169 {
        display: block !important;
        width: 100% !important;
    }

    .footer169 .lx169 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 25px !important;
        text-align: center !important;
    }

    .footer169 .lx169 h3 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }

    .footer169 .lx169 p {
        font-size: 13px !important;
        line-height: 1.8 !important;
    }

    .footer169 .lx169 .p169 {
        font-size: 14px !important;
        margin-top: 10px !important;
    }

    .footer169 .lx169 .tel169 {
        font-size: 24px !important;
        font-weight: 600 !important;
        color: #0085cd !important;
        margin: 8px 0 !important;
    }

    .footer169 .bnav169 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 25px !important;
        border: none !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .footer169 .bnav169 dl {
        width: 100% !important;
        float: none !important;
        text-align: left !important;
        margin: 0 !important;
    }

    .footer169 .bnav169 dl dt {
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }

    .footer169 .bnav169 dl dd {
        font-size: 13px !important;
        line-height: 2 !important;
    }

    .footer169 .ewm169 {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .footer169 .ewm169 dl {
        float: none !important;
        display: inline-block !important;
    }

    .footer169 .ewm169 dl dt {
        width: 130px !important;
        height: 130px !important;
    }

    .footer169 .ewm169 dl dt img {
        width: 100% !important;
        height: 100% !important;
    }

    .footer169 .ewm169 dl dd {
        font-size: 13px !important;
        margin-top: 8px !important;
    }

    .footer169 .bq169_main {
        padding: 15px 0 !important;
    }

    .footer169 .bq169_main p {
        font-size: 11px !important;
        line-height: 1.8 !important;
        text-align: center !important;
    }

    /* ==========================================
       右侧客服组件优化
       ========================================== */
    .right_nav {
        right: 8px !important;
        bottom: 70px !important;
        width: auto !important;
        z-index: 100 !important;
    }

    .right_nav li {
        width: 48px !important;
        height: 48px !important;
        margin: 8px 0 !important;
        padding: 0 !important;
        right: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.15) !important;
    }

    .right_nav li img {
        width: 26px !important;
        height: 26px !important;
    }

    .right_nav li h4,
    .right_nav li .hideBox {
        display: none !important;
    }

    /* ==========================================
       返回顶部按钮
       ========================================== */
    .back-to-top {
        width: 48px !important;
        height: 48px !important;
        bottom: 15px !important;
        right: 15px !important;
        border-radius: 50% !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.15) !important;
    }

    /* ==========================================
       触摸优化
       ========================================== */
    a, button, input, select, textarea {
        -webkit-tap-highlight-color: rgba(0,0,0,0.1) !important;
        -webkit-touch-callout: none !important;
    }

    /* 确保所有可点击元素有足够的触摸区域 */
    .pmore a,
    .nav201 a,
    button,
    input[type="button"],
    input[type="submit"] {
        min-height: 44px !important;
        min-width: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* ==========================================
   小屏优化（< 375px）
   ========================================== */
@media (max-width: 374px) {
    body {
        font-size: 13px !important;
    }

    .h201_main .logo201 {
        max-width: 120px !important;
    }

    .h201_main .logo201 img {
        max-height: 50px !important;
    }

    .b182,
    .b182 li {
        height: 200px !important;
    }

    .prcbox_323 .prctit,
    .eyys .ystit .tit,
    .case231_main .ctit231 .tit,
    .news_326 .tit a {
        font-size: 20px !important;
    }

    /* 产品网格改为单列 */
    .prcbox_323 .prccon .bd li {
        width: 100% !important;
    }

    .eyys .eylist .item {
        flex-direction: column !important;
        text-align: center !important;
    }

    .eyys .eylist .item .img {
        margin: 0 0 12px 0 !important;
    }
}

/* ==========================================
   横屏优化
   ========================================== */
@media (max-width: 767px) and (orientation: landscape) {
    .b182,
    .b182 li {
        height: 200px !important;
    }

    .prcbox_323,
    .about290,
    .eyys,
    .case231_main,
    .news_326 {
        padding: 25px 0 !important;
    }

    .nav201 .list201 {
        padding: 60px 20px 20px 20px !important;
        justify-content: flex-start !important;
    }

    .nav201 .list201 > li {
        margin: 0 0 8px 0 !important;
    }

    .nav201 .list201 > li > a {
        padding: 12px 18px !important;
        font-size: 14px !important;
    }
}
