/* ============================================
   TOMOWA Theme - Base Variables & Reset
   Brand: Deep Navy #1a1a5e | Black #000 | Grey #808080
   Fonts: Source Han Sans SC (body), system fallbacks
   ============================================ */

:root {
    --tw-primary: #1a1a5e;
    --tw-primary-light: #2a2a7e;
    --tw-primary-dark: #12123e;
    --tw-black: #000000;
    --tw-dark: #1a1a1a;
    --tw-grey: #808080;
    --tw-grey-light: #f5f5f5;
    --tw-grey-border: #e5e5e5;
    --tw-white: #ffffff;
    --tw-text: #333333;
    --tw-text-light: #666666;
    --tw-font-title: "Alimama ShuHeiTi", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
    --tw-font-body: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    --primary-color: #1a1a5e;
    --swiper-theme-color: var(--tw-primary);
}

/* Reset */
html,body,div,span,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,video{margin:0;padding:0;outline:0;border:0;background:transparent;font-size:100%}
html{-webkit-tap-highlight-color:rgba(0,0,0,0)}
body{font-family:var(--tw-font-body);background-color:#f5f7fa;color:var(--tw-text);line-height:1.6}
article,hgroup,menu,nav,section,aside,details,figcaption,figure,footer,header{display:block}
nav ul,ul,li{list-style:none}
a{text-decoration:none;color:inherit;transition:color .3s ease}

/* Typography */
h1,h2,h3,h4,h5,h6{font-family:var(--tw-font-title);font-weight:700}

/* Utilities */
.text-ellipsis{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.text-ellipsis-2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.text-ellipsis-3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.text-ellipsis-4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}

/* ============================================
   Header / Navigation
   TOMOWA: 深蓝导航 - 覆盖 Bootstrap bg-white
   ============================================ */
header.bg-white{background-color:var(--tw-primary) !important;box-shadow:0 2px 10px rgba(0,0,0,.2)}
/* 仅 PC：顶栏深蓝配白字。手机展开菜单 li 为白底，全局 li a 白字会盖住子级 hover/active（!important）导致看不见 */
@media (min-width:992px){
header.bg-white .nav-pc .menu>ul>li a{color:rgba(255,255,255,.9) !important}
header.bg-white .nav-pc .menu>ul>li a:hover,header.bg-white .nav-pc .menu>ul>li a.active{color:#fff !important}
header.bg-white .nav-pc .menu>ul>li:hover>.tw-nav-item>a{color:#fff !important;position:relative}
header.bg-white .nav-pc .menu>ul>li:hover>.tw-nav-item>a::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:30px;height:2px;background:#fff}
}
header.bg-white .lang-text,header.bg-white .search-icon,header.bg-white .lang-icon{color:rgba(255,255,255,.9) !important}
header.bg-white .search-icon:hover,header.bg-white .lang-icon:hover{color:#fff !important}

header{height:75px;position:relative;z-index:1000}
header .logo-wrapper{flex-shrink:0}
header .logo{max-width:160px}
header .logo img{width:100%;height:auto}
header .hys-logo{max-width:60px;flex-shrink:0}
header .hys-logo img{width:100%;height:auto}

/* Language Switcher */
header .lang-wrapper{position:relative;cursor:pointer}
header .lang-wrapper:hover .lang-dropdown{display:block}
header .lang-wrapper .lang-btn{display:flex;align-items:center;cursor:pointer;border:none;padding:0;height:30px}
header .lang-wrapper .lang-dropdown{display:none;position:absolute;padding-top:20px;right:0;z-index:100}
header .lang-wrapper .lang-dropdown ul{width:150px;background-color:#fff;padding:15px 10px;border-radius:8px;box-shadow:0 2px 20px rgba(0,0,0,.15)}
header .lang-wrapper .lang-dropdown ul li a{display:block;padding:0 25px;line-height:40px;color:#333;border-radius:4px;font-size:15px}
header .lang-wrapper .lang-dropdown ul li a:hover{color:var(--tw-primary);background-color:#f2f2f2}
header .lang-icon{width:18px;height:18px;cursor:pointer;color:#333;margin-right:5px}
header .search-icon{width:19px;height:19px;cursor:pointer;color:#000}
header .lang-text{font-size:13px;font-weight:700;color:#111;white-space:nowrap}

/* Search */
header .search-wrapper{display:none;position:absolute;top:0;height:75px;width:100%;background:#fff;align-items:center;justify-content:center;z-index:200}
header .search-wrapper.show{display:flex}
header .search-wrapper .search-wrapper-content{width:70%}
header .search-wrapper .search-input{width:calc(100% - 150px);height:40px;border:1px solid #e8e8e8;padding-left:20px;border-radius:40px}
header .search-wrapper .search-submit{width:120px;height:38px;background-color:var(--tw-primary);color:#fff;font-size:14px;border:none;margin-left:10px;border-radius:30px;cursor:pointer}
header .search-wrapper .search-submit:hover{background-color:var(--tw-primary-light)}
header .search-wrapper .search-close{cursor:pointer;width:30px}

/* PC Navigation */
.nav-pc{height:100%;overflow:visible}
.nav-pc a{text-transform:uppercase}
.nav-pc .menu{height:100%}
.nav-pc .menu>ul{overflow:visible;margin:0 auto;width:100%;height:100%;padding:0;box-sizing:border-box}
.nav-pc .menu>ul::before,.nav-pc .menu>ul::after{content:"";display:table}
.nav-pc .menu>ul::after{clear:both}
.nav-pc .menu>ul>li{position:relative;padding:0 18px;margin:0;height:100%}
.nav-pc .menu>ul>li .tw-nav-item{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}
.nav-pc .menu>ul>li:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav-pc .menu>ul>li a{white-space:nowrap;text-decoration:none;display:flex;align-items:center;height:100%;color:var(--tw-dark);font-size:15px;font-weight:500;transition:color .3s}
.nav-pc .menu>ul>li a>i.fa{margin-left:5px}
.nav-pc .menu>ul>li a.active{color:var(--tw-primary)}
.nav-pc .menu>ul>li:hover>.tw-nav-item>a{color:var(--tw-primary)}
.nav-pc .menu>ul>li .sub-menu{position:fixed;left:0;top:75px;width:100vw;max-width:100vw;margin:0;background:var(--tw-primary);z-index:998;opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;box-shadow:0 4px 15px rgba(0,0,0,.15)}
.nav-pc .menu>ul>li .sub-menu .sub-menu-list{display:flex;align-items:center;justify-content:center;gap:0;padding:0}
.nav-pc .menu>ul>li .sub-menu .sub-menu-item a{display:inline-block;padding:12px 28px;color:rgba(255,255,255,.85);font-size:14px;font-weight:400;transition:all .3s;border-radius:0;position:relative}
.nav-pc .menu>ul>li .sub-menu .sub-menu-item a:hover{color:#fff;background:rgba(255,255,255,.1)}
.nav-pc .menu>ul>li .sub-menu .sub-menu-item a::after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#fff;transition:all .3s;transform:translateX(-50%)}
.nav-pc .menu>ul>li .sub-menu .sub-menu-item a:hover::after{width:60%}

/* Mobile Menu Toggle */
.menu-mobile{padding:0 15px;transition:all .3s}
.menu-mobile .open-icon{display:block;opacity:1}
.menu-mobile .close-icon{display:none;opacity:0}
.menu-mobile.open .open-icon{opacity:0;display:none}
.menu-mobile.open .close-icon{opacity:1;display:block}

/* ============================================
   Main Slider / Banner
   ============================================ */
.main-slider{position:relative;display:block;overflow:hidden}
.main-slider:hover .swiper-button-next,.main-slider:hover .swiper-button-prev{opacity:1}
.main-slider .swiper-slide{position:relative}
.main-slider .swiper-slide .swiper-silde-img{width:100%;min-height:400px;max-height:800px;object-fit:cover;transform:scale(1);transition:transform 7000ms ease}
.main-slider .swiper-slide-content{position:absolute;top:0;left:0;right:0;bottom:0;z-index:99;display:flex;align-items:center}
.main-slider .swiper-slide-content .more{display:inline-block;background-color:transparent;border:2px solid #fff;color:#fff;font-size:16px;padding:12px 35px;border-radius:50px;transition:all .3s;letter-spacing:.1em;opacity:0;transform:translateY(100px);transition:opacity 2000ms ease,transform 2000ms ease}
.main-slider .swiper-slide-content .more:hover{background-color:var(--tw-primary);border-color:var(--tw-primary)}
.main-slider .swiper-slide-active .swiper-silde-img{transform:scale(1.15)}
.main-slider .swiper-slide-active .more,.main-slider .swiper-slide-active h2,.main-slider .swiper-slide-active p{visibility:visible;opacity:1;transform:translateY(0)}
.main-slider h2{margin:0 0 15px;color:#fff;font-weight:900;opacity:0;transform:translateY(120px);transition:opacity 2000ms ease,transform 2000ms ease;font-size:55px;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.3)}
.main-slider p{font-size:18px;color:rgba(255,255,255,.9);margin:0 0 40px;line-height:30px;opacity:0;transform:translateY(100px);transition:opacity 2000ms ease,transform 2000ms ease;text-shadow:0 1px 5px rgba(0,0,0,.3)}
.main-slider__nav{width:100%;position:absolute;top:50%;z-index:100;transform:translateY(-50%)}
.main-slider__nav .swiper-button-next,.main-slider__nav .swiper-button-prev{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.1);opacity:0;transition:all .5s}
.main-slider__nav .swiper-button-next{right:15px}
.main-slider__nav .swiper-button-prev{left:15px}
.main-slider__nav .swiper-button-next::after,.main-slider__nav .swiper-button-prev::after{display:none}
.main-slider__nav .fa{font-size:30px;color:#333}
#main-slider-pagination{z-index:10;bottom:30px;left:50%;width:100%;display:flex;align-items:center;justify-content:center;transform:translateX(-50%)}
#main-slider-pagination .swiper-pagination-bullet{width:10px;height:10px;border-radius:10px;opacity:.4;background-color:#fff;transition:all .5s;margin:0 3px}
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:30px;opacity:1}

/* ============================================
   Page Banner (Inner Pages)
   ============================================ */
.page-banner{position:relative;width:100%;height:350px;overflow:hidden}
.page-banner img{width:100%;height:100%;object-fit:cover}
.page-banner .page-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(26,26,94,.85) 0%, rgba(26,26,94,.6) 100%);z-index:1}
.page-banner .page-banner-content{position:absolute;bottom:60px;left:0;right:0;z-index:2;color:#fff}
.page-banner .page-banner-content h1{font-size:42px;font-weight:700;margin-bottom:5px}
.page-banner .page-banner-content .page-banner-ename{font-size:18px;font-weight:400;text-transform:uppercase;color:rgba(255,255,255,.7);letter-spacing:2px}
.page-banner .page-banner-tabs{position:absolute;bottom:0;left:0;right:0;z-index:3;background:rgba(0,0,0,.15);min-height:50px;display:flex;align-items:center}
.page-banner .page-banner-tabs ul{display:flex;margin:0;padding:0}
.page-banner .page-banner-tabs ul li{margin-right:5px}
.page-banner .page-banner-tabs ul li a{color:rgba(255,255,255,.8);display:inline-block;line-height:35px;font-size:15px;padding:5px 20px;transition:all .3s;border-radius:30px}
.page-banner .page-banner-tabs ul li.active a{background-color:var(--tw-primary);color:#fff;font-weight:500}
.page-banner .page-banner-tabs ul li:hover a{color:#fff}
.page-banner .page-banner-breadcrumb{font-size:13px;color:rgba(255,255,255,.5)}
.page-banner .page-banner-breadcrumb a{color:rgba(255,255,255,.6);transition:color .3s}
.page-banner .page-banner-breadcrumb a:hover{color:#fff}

/* Neinav (kept for compatibility) */
.neibanner{width:100%;height:350px;position:relative}
.neibanner img{width:100%;height:100%;object-fit:cover}
.neibanner .neibannerdesc{position:absolute;bottom:0;left:0;right:0;margin:auto;z-index:1;color:#fff}
.neibanner .neibannerdesc .neibannerdesc-title{margin-bottom:40px}
.neibanner .neibannerdesc h2{margin-top:5px;font-size:44px;font-weight:700}
.neibanner .neibannerdesc p{font-size:20px;text-transform:uppercase;color:rgba(255,255,255,.7);letter-spacing:2px}
.neinav{width:100%;background-color:rgba(0,0,0,.15);min-height:50px;display:flex;align-items:center;justify-content:space-between}
.neinav .neinav-wrapper li{margin:5px 20px 5px 0}
.neinav .neinav-wrapper li a{color:#eee;display:inline-block;line-height:35px;font-size:15px;transition:all .3s;position:relative}
.neinav .neinav-wrapper li.active a{background-color:var(--tw-primary);border-radius:40px;padding:0 15px;color:#fff;font-weight:500}
.neinav .neinav-wrapper li:hover a{color:#fff}
.neinav .neiposition i.fa{color:#ccc}
.neinav .neiposition i.neiposition-icon{color:#ccc;margin-right:5px}
.neinav .neiposition a{font-size:14px;color:#ccc}
.neinav .neiposition a:hover{color:#fff}

/* ============================================
   Public Components
   ============================================ */
.public-title h3{font-size:30px;font-weight:700;color:var(--tw-dark)}
.public-title p{font-size:14px;color:var(--tw-text-light);text-transform:uppercase}
.public-more{display:inline-block;text-align:center;border:1px solid #eee;padding:10px 25px;background-color:#fff;border-radius:50px;color:#666;font-size:13px;position:relative;overflow:hidden;z-index:1;transition:.4s}
.public-more::after{content:"";background-color:#fff;position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;transition:.4s}
.public-more:hover{color:#fff;border-color:var(--tw-primary)}
.public-more:hover::after{background-color:var(--tw-primary)}

/* ============================================
   Product Section
   ============================================ */
.product-wrapper{margin-top:60px}
.product-wrapper .link-section{flex-wrap:wrap}
.product-wrapper .link-section a{font-size:15px;color:#111;margin:0 10px}
.product-wrapper .product-list{margin-top:10px}
.product-wrapper .product-list .product-item{margin:12px 0}
.product-wrapper .product-list .product-item .product-item-wrapper{display:block;border-radius:12px;background-color:#fff;box-shadow:0 2px 8px rgba(100,100,100,.1);position:relative;top:0;transition:top .5s}
.product-wrapper .product-list .product-item .product-item-wrapper:hover{top:-4px}
.product-wrapper .product-list .product-item .product-item-wrapper:hover .pic img{transform:scale(1.2)}
.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper{background-color:var(--tw-primary);color:#fff}
.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-title,.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-info,.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .price{color:#fff}
.product-wrapper .product-list .product-item .pic{overflow:hidden;border-top-left-radius:12px;border-top-right-radius:12px}
.product-wrapper .product-list .product-item .pic img{transform:scale(1);transition:transform 500ms ease;width:100%;object-fit:cover}
.product-wrapper .product-list .product-item .content-wrapper{padding:15px;transition:all .3s;border-bottom-right-radius:12px;border-bottom-left-radius:12px}
.product-wrapper .product-list .product-item .product-item-title{color:#000;font-size:16px;font-weight:700;text-align:center;transition:all .3s}
.product-wrapper .product-list .product-item .product-item-info{margin:10px 0;color:#999;font-size:14px;line-height:24px;transition:all .3s}

/* ============================================
   About Section
   ============================================ */
.about-wrapper{margin-top:60px;margin-bottom:10px}
.about-wrapper .left-img{height:580px}
.about-wrapper .left-img img{max-height:120%}
.about-wrapper .about-right{display:flex;align-items:center;position:relative}
.about-wrapper .about-right .count-wrapper .count-item{margin-right:30px}
.about-wrapper .about-right .count-wrapper .count-text .number{font-weight:700;font-size:36px;color:var(--tw-primary)}
.about-wrapper .about-right .count-wrapper .count-text .unit{font-size:14px;color:#666}
.about-wrapper .about-right .about-right-content{position:absolute;height:100%;left:0;background:#fff;padding:80px 60px}
.about-wrapper .about-right .about-right-content h2{font-size:30px;font-weight:700}
.about-wrapper .about-right .about-right-content .info{margin-top:20px;line-height:1.8;color:#555;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}

/* ============================================
   Case Section
   ============================================ */
.case-wrapper{background-color:#fff;padding:60px 0;position:relative}
.case-wrapper .case-swiper{padding:0 12px 30px}
.case-wrapper .case-swiper .swiper-wrapper{padding:20px 0}
.case-wrapper .case-swiper .swiper-slide{border-radius:12px;overflow:hidden}
.case-wrapper .case-swiper .swiper-slide:hover .swiper-slide-img img{transform:scale(1.1)}
.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper::before{opacity:1;transform:scaleY(1)}
.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper h3,.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper p{color:#fff}
.case-wrapper .case-swiper .swiper-slide .swiper-slide-img{overflow:hidden;position:relative;border-radius:12px}
.case-wrapper .case-swiper .swiper-slide img{width:100%;object-fit:contain;transform:scale(1);transition:transform 500ms ease}
.case-wrapper .case-swiper .swiper-slide .case-content-wrapper{padding:25px;position:relative;background-color:#fff;margin:-50px 30px 15px;overflow:hidden;z-index:2;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.case-wrapper .case-swiper .swiper-slide .case-content-wrapper::before{position:absolute;content:"";top:0;left:0;right:0;height:100%;background-color:var(--tw-primary);transition:all .3s;transform:scaleY(0);z-index:-1}
.case-wrapper .case-swiper .swiper-slide .case-content-wrapper h3{font-size:16px;font-weight:700;color:#000;transition:all .2s}
.case-wrapper .case-swiper .swiper-slide .case-content-wrapper p{color:#7b7981;font-size:14px;margin-top:5px;transition:all .35s}

/* ============================================
   News Section
   ============================================ */
.news-wrapper{padding:60px 0}
.news-wrapper .news-list{padding:10px 0}
.news-wrapper .news-list .news-item{position:relative;top:0;border-radius:12px;overflow:hidden;background-color:#fff;margin:10px 0;transition:top .5s;box-shadow:0 2px 8px rgba(100,100,100,.1)}
.news-wrapper .news-list .news-item:hover .news-item-img img{transform:translate(-50%,-50%) scale(1.1)}
.news-wrapper .news-list .news-item:hover .card-body{background-color:var(--tw-primary);color:#fff}
.news-wrapper .news-list .news-item:hover .card-body .card-title,.news-wrapper .news-list .news-item:hover .card-body .card-text,.news-wrapper .news-list .news-item:hover .card-body .card-info,.news-wrapper .news-list .news-item:hover .card-body .card-info i,.news-wrapper .news-list .news-item:hover .card-body .more{color:#fff}
.news-wrapper .news-list .news-item .news-item-img{position:relative;overflow:hidden}
.news-wrapper .news-list .news-item .news-item-img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;transition:transform .3s}
.news-wrapper .news-list .news-item .card-body{padding:20px;transition:background-color .5s;width:100%}
.news-wrapper .news-list .news-item .card-body .card-title{font-size:18px;font-weight:700;color:#000;transition:all .3s}
.news-wrapper .news-list .news-item .card-body .card-text{margin-top:5px;font-size:13px;color:#222;line-height:22px;transition:all .3s}
.news-wrapper .news-list .news-item .card-body .card-info{margin-top:5px;font-size:13px;color:#666}
.news-wrapper .news-list .news-item .card-body .more{margin-top:10px;font-size:12px;text-align:right;color:var(--tw-primary)}

/* ============================================
   Contact / Form Section
   ============================================ */
.contact-wrapper{padding:40px 0;background-color:var(--tw-primary-dark)}
.contact-wrapper .public-title h3{color:#fff;font-size:36px;margin:10px 0}
.contact-wrapper .public-title p{color:#999;font-size:20px}
.contact-wrapper .contact-content input{height:40px;padding-left:15px;color:#000;font-size:16px;border:1px solid #ccc;border-radius:5px}
.contact-wrapper .contact-content input:focus{border-color:var(--tw-primary)}
.contact-wrapper .contact-content button{background-color:var(--tw-primary);color:#fff;border:none;border-radius:5px;cursor:pointer}
.contact-wrapper .contact-content button:hover{background-color:var(--tw-primary-light)}

/* Customer Logo Grid */
.custom-wrapper{padding:60px 0;background-color:#fff}
.custom-wrapper .custom-list{margin:20px 0 0;border-top:1px solid #f2f2f2;border-left:1px solid #f2f2f2}
.custom-wrapper .custom-list .custom-item{border-right:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;transition:.3s}
.custom-wrapper .custom-list .custom-item:hover{box-shadow:0 0 8px #ddd;z-index:1}
.custom-wrapper .custom-list .custom-item .pic{padding:20px;display:flex;align-items:center;justify-content:center;height:100%}
.custom-wrapper .custom-list .custom-item .pic img{width:100%}

/* ============================================
   Footer
   ============================================ */
footer{background-color:var(--tw-primary-dark);padding:0;color:rgba(255,255,255,.7)}
footer a{color:rgba(255,255,255,.7);transition:color .3s}
footer a:hover{color:#fff}

footer .footer-top{border-bottom:1px solid rgba(255,255,255,.1);padding:25px 0}
footer .footer-top .footer-nav a{font-size:14px;margin:0 15px;font-weight:500;color:rgba(255,255,255,.8)}
footer .footer-top .footer-nav a:hover{color:#fff}
footer .footer-top .contact-title{font-size:16px;color:#fff;font-weight:600;white-space:nowrap}
footer .footer-logo{width:140px;flex-shrink:0}
footer .footer-logo img{width:100%;filter:brightness(0) invert(1)}
footer .footer-hys{max-width:60px;flex-shrink:0}
footer .footer-hys img{width:100%}

footer .footer-main{padding:40px 0}

footer .footer-col .qrcodes{gap:15px}
footer .footer-col .qrcodes .qrcode-img{text-align:center}
footer .footer-col .qrcodes .qrcode-img img{width:100px;height:100px;background-color:#eee;border-radius:4px}
footer .footer-col .qrcodes .qrcode-img p{margin-top:5px;font-size:12px}

footer .footer-share{margin-top:20px}
footer .footer-share a{display:inline-flex;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.25);align-items:center;justify-content:center;margin-right:8px;transition:all .3s;font-size:14px;color:rgba(255,255,255,.5)}
footer .footer-share a:hover{border-color:#fff;color:#fff;background-color:rgba(255,255,255,.1)}

footer .footer-menu ul{gap:0}
footer .footer-menu li{margin-right:40px;font-size:14px;flex-shrink:0}
footer .footer-menu li dt{font-size:15px;color:#eee;margin-bottom:8px;font-weight:600}
footer .footer-menu li dd{margin-bottom:2px}
footer .footer-menu li a{color:rgba(255,255,255,.5);line-height:28px;font-size:13px}
footer .footer-menu li a:hover{color:#fff}

footer .footer-contact{color:rgba(255,255,255,.6);display:flex;flex-direction:column}
footer .footer-contact .contact-block{margin-bottom:20px}
footer .footer-contact .contact-block h5{font-size:15px;color:#fff;font-weight:600;margin-bottom:10px}
footer .footer-contact .contact-block p{font-size:13px;line-height:24px;margin-bottom:3px}
footer .footer-contact .contact-block p i.fa{width:16px;color:rgba(255,255,255,.4)}

footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:15px 0;font-size:13px;color:rgba(255,255,255,.4)}
footer .footer-bottom p{margin:0}
footer .footer-bottom p a{color:rgba(255,255,255,.4);margin-left:8px}
footer .footer-bottom p a:hover{color:rgba(255,255,255,.7)}
footer .footer-bottom .footer-legal{color:rgba(255,255,255,.4);font-size:13px;white-space:nowrap}
footer .footer-bottom .footer-legal:hover{color:rgba(255,255,255,.7)}

/* ============================================
   Page Content
   ============================================ */
.page-content{padding:40px 0}
.page-content .card-body{padding:30px;background-color:#fff;border-radius:10px;line-height:2rem}
.page-content .card-body img{max-width:calc(100% - 60px);height:auto}
.page-content .page-content-title{font-size:30px;text-align:center}
.page-content .page-content-timeline{border-bottom:1px solid #eee;padding:20px 0;margin-bottom:20px}
.page-content .page-content-timeline .page-content-timeline-left a{color:var(--tw-primary)}
.page-content .next-prev{margin-top:40px;border-top:1px solid #eee}
.page-content .next-prev .row{padding:20px 0}
.page-content .next-prev a{color:var(--tw-primary)}

/* About Page */
.about-page{padding:50px 0 60px}
.about-intro{margin-bottom:50px}
.about-intro .card-body{padding:40px;background:#fff;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.04);line-height:2;font-size:15px;color:#555}
.about-intro .card-body img{max-width:100%;height:auto;border-radius:8px;margin:15px 0}
.about-intro .card-body p{margin-bottom:12px}
.about-gallery{position:relative;margin-top:40px}
.about-gallery-swiper{border-radius:12px;overflow:hidden}
.about-gallery-item{height:300px;overflow:hidden;border-radius:8px}
.about-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.about-gallery-item:hover img{transform:scale(1.05)}
.about-gallery-nav .swiper-button-prev,.about-gallery-nav .swiper-button-next{width:44px;height:44px;background:var(--tw-primary);color:#fff;border-radius:50%;top:50%;transform:translateY(-50%)}
.about-gallery-nav .swiper-button-prev::after,.about-gallery-nav .swiper-button-next::after{display:none}
.about-gallery-nav .swiper-button-prev{left:-22px}
.about-gallery-nav .swiper-button-next{right:-22px}
.about-gallery-nav .swiper-button-prev i,.about-gallery-nav .swiper-button-next i{font-size:20px}
.about-gallery .swiper-pagination-bullet{background:var(--tw-primary)}
.about-gallery .swiper-pagination-bullet-active{background:var(--tw-primary)}
@media(max-width:991.98px){
    .about-gallery-item{height:220px}
    .about-gallery-nav .swiper-button-prev{left:10px}
    .about-gallery-nav .swiper-button-next{right:10px}
}
@media(max-width:575.98px){
    .about-intro .card-body{padding:20px}
    .about-gallery-item{height:160px}
}

/* ============================================
   Culture Page -- 企业文化（左右交替图文）
   ============================================ */
.culture-page{padding:60px 0 80px;background:#fff}
.culture-content{max-width:960px;margin:0 auto}
.culture-content h3,.culture-content h2{font-size:24px;font-weight:700;color:var(--tw-primary);margin-bottom:10px}
.culture-content h4{font-size:16px;font-weight:700;color:#333;margin-bottom:15px;line-height:1.8}
.culture-content p{font-size:14px;color:#666;line-height:2;margin-bottom:12px}
.culture-content img{max-width:100%;height:auto;border-radius:8px}
.culture-content table{width:100%;border:none;margin:40px 0}
.culture-content table td{vertical-align:top;padding:20px}
.culture-content table img{width:100%;border-radius:8px}
.culture-block{display:flex;align-items:flex-start;gap:40px;margin-bottom:60px}
.culture-block:nth-child(even){flex-direction:row-reverse}
.culture-block-img{flex:0 0 45%;border-radius:10px;overflow:hidden}
.culture-block-img img{width:100%;height:280px;object-fit:cover;border-radius:10px}
.culture-block-text{flex:1}
.culture-block-text h3{font-size:22px;color:var(--tw-primary);font-weight:700;margin-bottom:8px}
.culture-block-text h4{font-size:15px;color:#333;font-weight:700;margin-bottom:12px;line-height:1.6}
.culture-block-text p{font-size:14px;color:#666;line-height:2}
@media(max-width:767.98px){
    .culture-block{flex-direction:column !important;gap:20px;margin-bottom:40px}
    .culture-block-img{flex:none;width:100%}
    .culture-block-img img{height:200px}
}

/* ============================================
   Honor Page -- 荣誉资质（证书轮播 + 时间轴）
   ============================================ */
.honor-page{padding:60px 0 80px;background:#fff}
.honor-content{max-width:960px;margin:0 auto}
.honor-content h2,.honor-content h3{font-size:24px;font-weight:700;color:var(--tw-dark);margin-bottom:20px}
.honor-content img{max-width:100%;height:auto;border-radius:6px}
.honor-content table{width:100%;border:none;margin:30px 0}
.honor-content table td{vertical-align:top;padding:15px;text-align:center}
.honor-content table td img{max-height:200px;width:auto;border:1px solid #eee;border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.06)}
.honor-timeline{margin-top:60px;position:relative;padding-left:30px}
.honor-timeline::before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:#e0e0e0}
.honor-timeline-item{position:relative;margin-bottom:30px;padding-left:25px}
.honor-timeline-item::before{content:"";position:absolute;left:-26px;top:6px;width:10px;height:10px;border-radius:50%;background:var(--tw-primary);border:2px solid #fff;box-shadow:0 0 0 2px var(--tw-primary)}
.honor-timeline-year{font-size:20px;font-weight:700;color:#333;margin-bottom:8px}
.honor-timeline-desc{font-size:14px;color:#666;line-height:1.8}
.honor-timeline-desc ul{list-style:disc;padding-left:20px;margin:0}
.honor-timeline-desc li{margin-bottom:6px}
.honor-certs{position:relative;margin-bottom:60px;padding:0 50px}
.honor-cert-card{text-align:center}
.honor-cert-img{height:200px;border:1px solid #eee;border-radius:8px;overflow:hidden;margin-bottom:12px;background:#fafafa;display:flex;align-items:center;justify-content:center;padding:10px}
.honor-cert-img img{max-width:100%;max-height:100%;object-fit:contain}
.honor-cert-info h5{font-size:16px;font-weight:700;color:#333;margin-bottom:4px}
.honor-cert-info p{font-size:13px;color:#888;line-height:1.6}
.honor-cert-nav .swiper-button-prev,.honor-cert-nav .swiper-button-next{width:40px;height:40px;background:#fff;border:1px solid #ddd;color:#333;border-radius:50%;top:40%;transition:all .3s}
.honor-cert-nav .swiper-button-prev:hover,.honor-cert-nav .swiper-button-next:hover{background:var(--tw-primary);color:#fff;border-color:var(--tw-primary)}
.honor-cert-nav .swiper-button-prev::after,.honor-cert-nav .swiper-button-next::after{display:none}
.honor-cert-nav .swiper-button-prev{left:0}
.honor-cert-nav .swiper-button-next{right:0}
.honor-cert-nav .swiper-button-prev i,.honor-cert-nav .swiper-button-next i{font-size:18px}
@media(max-width:575.98px){
    .honor-content table td{padding:8px}
    .honor-content table td img{max-height:140px}
    .honor-timeline{padding-left:20px}
    .honor-timeline-item{padding-left:15px}
}

/* ============================================
   Product Detail -- 子公司详情页
   ============================================ */
.product-company-bar{background:var(--tw-primary);padding:12px 0}
.product-company-bar .product-company-logo{margin-right:15px}
.product-company-bar .product-company-logo img{height:28px;width:auto}
.product-company-bar .product-company-name{color:#fff;font-size:14px;font-weight:400}

.product-detail-page{padding:50px 0 60px}
.pd-section{margin-bottom:50px}
.pd-section-title{display:flex;align-items:center;margin-bottom:20px}
.pd-section-line{display:inline-block;width:4px;height:22px;background:var(--tw-primary);border-radius:2px;margin-right:10px}
.pd-section-title h3{font-size:20px;font-weight:700;color:#333;margin:0}

.pd-intro-content{font-size:15px;color:#555;line-height:2}
.pd-intro-content img{max-width:100%;height:auto;border-radius:6px;margin:10px 0}

.pd-stats{background:#f8f9fa;border-radius:10px;padding:30px}
.pd-stats-list{gap:0;justify-content:space-around;text-align:center}
.pd-stats .pd-stat-item{flex:1;text-align:center;padding:10px 0;position:relative}
.pd-stats .pd-stat-item+.pd-stat-item{border-left:1px solid #e0e0e0}
.pd-stats .pd-stat-item .pd-stat-num{font-size:42px;font-weight:900;color:#333;line-height:1}
.pd-stats .pd-stat-item .pd-stat-unit{font-size:16px;color:#333;vertical-align:super}
.pd-stats .pd-stat-item .pd-stat-label{font-size:13px;color:#999;margin-top:8px}

.pd-history-wrap{gap:30px}
.pd-history-years{flex:0 0 140px;position:relative;padding-left:20px}
.pd-history-years::before{content:"";position:absolute;left:5px;top:0;bottom:0;width:2px;background:#e0e0e0}
.pd-year-item{padding:10px 0;cursor:pointer;display:flex;align-items:center;position:relative;transition:all .3s}
.pd-year-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#ccc;margin-right:12px;position:relative;z-index:1;transition:all .3s;flex-shrink:0}
.pd-year-item.active .pd-year-dot{background:var(--tw-primary);box-shadow:0 0 0 3px rgba(26,26,94,.2)}
.pd-year-text{font-size:15px;color:#888;font-weight:500;transition:all .3s}
.pd-year-item.active .pd-year-text{color:var(--tw-primary);font-weight:700;font-size:17px}
.pd-year-item:hover .pd-year-text{color:var(--tw-primary)}

.pd-history-content{flex:1;position:relative;min-height:300px}
.pd-history-slide{display:none;animation:pdFadeIn .4s ease}
.pd-history-slide.active{display:block}
.pd-history-slide img{width:100%;height:auto;border-radius:10px;max-height:400px;object-fit:cover}
.pd-history-slide p{font-size:14px;color:#666;margin-top:12px;line-height:1.8}
@keyframes pdFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

.pd-extra-content{font-size:15px;color:#555;line-height:2}
.pd-extra-content h3,.pd-extra-content h4{font-size:18px;font-weight:700;color:#333;margin:25px 0 10px}
.pd-extra-content p{margin-bottom:12px}
.pd-extra-content strong{color:#333}

@media(max-width:767.98px){
    .pd-history-wrap{flex-direction:column}
    .pd-history-years{flex:none;display:flex;overflow-x:auto;padding-left:0;gap:0;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:15px}
    .pd-history-years::before{display:none}
    .pd-year-item{padding:8px 15px;flex-direction:column}
    .pd-year-dot{margin-right:0;margin-bottom:4px}
    .pd-stats .pd-stat-item .pd-stat-num{font-size:28px}
}

/* Page list */
.page-list.product-wrapper{margin-top:30px}
.page-list.case-wrapper{padding:30px 0}
.page-list .product-filter{width:100%;padding:20px;background-color:#fff;margin-bottom:30px;border-radius:10px}
.page-list .product-filter .filter-row{line-height:30px;border-bottom:1px solid #f2f2f2;padding:15px 0}
.page-list .product-filter .filter-row:last-child{border-bottom:none}
.page-list .product-filter .filter-values li a{display:inline-block;font-size:14px;color:#000;padding:0 15px;background-color:#f2f2f2;margin:5px 8px;border-radius:20px;transition:all .3s}
.page-list .product-filter .filter-values li:hover a,.page-list .product-filter .filter-values li.active a{background-color:var(--tw-primary);color:#fff}

/* News List (page list) */
.newslistp_bot{width:100%;margin-top:30px}
.newslistp_bot ul li{margin-bottom:30px;transition:all .5s}
.newslistp_bot ul li a{display:flex;border:1px solid #f2f2f2;border-radius:10px;background-color:#fff;overflow:hidden}
.newslistp_botimg{width:280px;min-width:280px;height:190px;overflow:hidden}
.newslistp_botimg img{width:100%;height:100%;object-fit:cover;transition:transform 500ms ease}
.newslistp_botdes{padding:20px;flex:1;display:flex;flex-direction:column;justify-content:center}
.newslistp_botdes h3{color:#333;font-size:18px;font-weight:600;margin-bottom:8px}
.newslistp_botdes .news-desc{font-size:14px;color:#666;line-height:24px;margin-bottom:10px}
.newslistp_botdes .news-meta{font-size:13px;color:#999}
.newslistp_botdes .news-tag{display:inline-block;font-size:12px;padding:2px 10px;border-radius:3px;color:var(--tw-primary);border:1px solid var(--tw-primary);margin-left:10px}
.newslistp_bot ul li:hover .newslistp_botimg img{transform:scale(1.05)}
.newslistp_bot ul li:hover{box-shadow:0 4px 15px rgba(0,0,0,.08)}

/* ============================================
   Pagination
   ============================================ */
.page-pagination{text-align:center;width:100%}
.page-pagination .pagination{display:inline-block;padding-left:0;margin:30px 0}
.page-pagination .pagination>li{display:inline}
.page-pagination .pagination>li>a,.page-pagination .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:var(--tw-primary);text-decoration:none;background-color:#fff;border:1px solid #ddd}
.page-pagination .pagination>.active>a,.page-pagination .pagination>.active>span{color:#fff;background-color:var(--tw-primary);border-color:var(--tw-primary)}

/* ============================================
   Product Detail
   ============================================ */
.product-content-info{margin-top:60px}
.procontent_1{width:100%;background-color:#f9fafc;padding:50px 0;overflow:hidden}
.procont_ltop h2{font-size:28px;color:#333}
.procont_ltop p{letter-spacing:1px;margin-top:10px;font-size:16px;color:#333}
.procontent_zx a{width:150px;height:40px;transition:all .5s;justify-content:center;background-color:var(--tw-primary);color:#fff;border-radius:30px;margin-right:10px}

/* ============================================
   Contact Detail Page
   ============================================ */
.contact-wrapper.page-content{background:none}
.contact-wrapper.page-content h3{font-size:28px;margin:20px 0;color:var(--tw-dark)}
.contact-wrapper.page-content .contact_blline{height:4px;width:80px;background-color:var(--tw-primary)}
.contact-wrapper.page-content .contact_br form button{background:var(--tw-primary);color:#fff;border-radius:50px}

/* Download page */
.download-wrapper .card-body{padding:50px}

/* ============================================
   Homepage: Section Title
   ============================================ */
.tw-section-title{margin-bottom:40px}
.tw-section-title h2{font-size:36px;font-weight:700;color:var(--tw-dark)}

/* ============================================
   Homepage: Global Network
   ============================================ */
.tw-network{position:relative;padding:80px 0 60px;overflow:hidden;background:#f5f7fa}
.tw-network-bg{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:flex-start;justify-content:center;pointer-events:none}
.tw-network-watermark{font-size:clamp(80px,12vw,160px);font-weight:900;color:rgba(0,0,0,.04);text-transform:uppercase;letter-spacing:10px;line-height:1;margin-top:20px}
.tw-network-map{position:relative;max-width:800px;margin:0 auto 40px}
.tw-map-img{width:100%;height:auto;opacity:.8}
.tw-map-point{position:absolute;cursor:pointer}
.tw-map-point-hk{top:52%;right:22%}
.tw-point-dot{display:block;width:16px;height:16px;border-radius:50%;border:2px solid;position:relative}
.tw-dot-red{border-color:#e74c3c}
.tw-dot-red::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:#e74c3c}
.tw-dot-green{border-color:#e74c3c}
.tw-dot-green::after{content:"+";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:11px;line-height:1;color:#e74c3c;font-weight:700}
.tw-point-label{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);white-space:nowrap;background:#e74c3c;color:#fff;font-size:11px;padding:6px 12px;border-radius:4px;opacity:0;transition:opacity .3s;line-height:1.6;text-align:left;z-index:10}
.tw-point-label::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#e74c3c}
.tw-map-point:hover .tw-point-label{opacity:1}

.tw-network-legend{margin-bottom:30px;gap:30px}
.tw-legend-item{display:flex;align-items:center;font-size:14px;color:#666}
.tw-legend-dot{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:6px;border:2px solid}
.tw-legend-dot-red{border-color:#e74c3c;background:transparent;position:relative}
.tw-legend-dot-red::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:50%;background:#e74c3c}
.tw-legend-dot-green{border-color:#e74c3c;background:transparent;position:relative}
.tw-legend-dot-green::after{content:"+";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;line-height:1;color:#e74c3c}

.tw-network-stats{gap:60px;flex-wrap:wrap;justify-content:center;padding-top:20px;border-top:1px solid rgba(0,0,0,.08)}
.tw-stat-item{text-align:center}
.tw-stat-item+.tw-stat-item{border-left:1px solid rgba(0,0,0,.1);padding-left:60px}
.tw-stat-number{display:flex;align-items:baseline;justify-content:center}
.tw-stat-number .number{font-size:56px;font-weight:900;color:#e74c3c;line-height:1}
.tw-stat-suffix{font-size:16px;color:#666;margin-left:2px}
.tw-stat-label{font-size:14px;color:#999;margin-top:5px}

/* ============================================
   Homepage: Corporate Culture
   ============================================ */
.tw-culture{position:relative;padding:80px 0;overflow:hidden;background:#2a2a3a}
.tw-culture-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:url('../images/首页-企业文化背景.jpg') center/cover no-repeat;z-index:0}
.tw-culture-bg::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45)}
.tw-culture .tw-section-title{position:relative;z-index:1}
.tw-culture .tw-section-title h2{color:#fff}
.tw-culture-cards{position:relative;z-index:1}
.tw-culture-card{background:rgba(255,255,255,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:40px 20px;transition:all .4s;border:1px solid rgba(255,255,255,.2);min-height:260px}
.tw-culture-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.95)}
.tw-culture-card:hover h4,.tw-culture-card:hover p{color:#333}
.tw-culture-icon{width:60px;height:60px;border-radius:50%;background:transparent;color:rgba(255,255,255,.9);display:inline-flex;align-items:center;justify-content:center;margin-bottom:15px;border:2px solid rgba(255,255,255,.3)}
.tw-culture-card:hover .tw-culture-icon{color:var(--tw-primary);border-color:var(--tw-primary)}
.tw-culture-card h4{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px}
.tw-culture-card p{font-size:13px;color:rgba(255,255,255,.7);line-height:1.8}

/* ============================================
   Homepage: Honor & Certification
   ============================================ */
.tw-honor{position:relative;padding:80px 0;overflow:hidden;background:linear-gradient(180deg,#e8ecf3 0%,#d8dde8 100%)}
.tw-honor-bg{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:flex-start;justify-content:center;pointer-events:none;overflow:hidden}
.tw-honor-watermark{font-size:clamp(80px,12vw,160px);font-weight:900;color:rgba(0,0,0,.05);text-transform:uppercase;letter-spacing:10px;line-height:1;margin-top:20px;font-style:italic}
.tw-honor-content{position:relative;z-index:1}
.tw-honor-text h2{font-size:36px;font-weight:900;color:var(--tw-dark);line-height:1.3;margin-bottom:15px}
.tw-honor-text p{font-size:15px;color:#666;margin-bottom:20px;line-height:1.8}
.tw-honor-tags{display:flex;gap:10px;flex-wrap:wrap}
.tw-honor-tag{display:inline-block;padding:8px 20px;border:2px solid var(--tw-primary);color:var(--tw-primary);font-size:14px;font-weight:600;border-radius:4px;transition:all .3s}
.tw-honor-tag:hover{background:var(--tw-primary);color:#fff}
.tw-honor-cert{text-align:center}
.tw-honor-cert img{max-width:100%;height:auto;max-height:350px;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.1)}
.tw-honor-trophy{text-align:center}
.tw-honor-trophy img{max-width:100%;height:auto;max-height:300px}
.tw-honor-more{margin-top:30px}
.tw-honor-more a{color:var(--tw-text-light);font-size:14px;transition:color .3s}
.tw-honor-more a:hover{color:var(--tw-primary)}

/* ============================================
   Responsive
   ============================================ */
@media(min-width:1400px){
    .container{max-width:88%}
}
@media(max-width:1199.98px){
    .nav-pc{max-width:calc(100% - 300px);overflow:visible}
    .nav-pc .menu>ul>li{padding:0 12px}
    .nav-pc .menu>ul>li a{font-size:14px}
    .neibanner{height:230px}
    .page-banner{height:250px}
}
@media(max-width:991.98px){
    header{height:60px}
    header .search-wrapper{height:60px}
    .main-slider h2{font-size:38px}
    .main-slider p{font-size:16px;margin-bottom:30px}
    .menu-mobile{display:block !important}
    .nav-pc .menu>ul{display:none !important}
    .nav-pc .menu>ul>li{width:100%;display:block;height:auto !important;line-height:50px;border-bottom:1px solid #f2f2f2;background:#fff}
    .nav-pc .menu>ul>li .tw-nav-item{width:100%;align-items:stretch}
    .nav-pc .menu>ul>li a{width:100%;justify-content:space-between;font-weight:400}
    .nav-pc .menu>ul>li .sub-menu{position:relative !important;top:auto !important;left:auto !important;width:auto !important;max-width:none !important;opacity:1 !important;visibility:visible !important;transform:none !important;background:#f8f8f8 !important;padding:0 25px;box-shadow:none;border-radius:0;display:none}
    .nav-pc .menu>ul>li .sub-menu .sub-menu-list{flex-direction:column !important;align-items:flex-start !important}
    .nav-pc .menu>ul>li .sub-menu .sub-menu-item a{color:#333 !important;padding:8px 0 !important}
    .nav-pc .menu>ul>li .sub-menu .sub-menu-item a::after{display:none !important}
    .nav-pc .menu .show-on-mobile{display:block !important;position:fixed;top:60px;left:0;width:100vw;height:calc(100vh - 60px);background-color:rgba(0,0,0,.5);border-top:1px solid #e5e5e5;z-index:100;overflow-y:auto}
    .about-wrapper .about-right{height:500px}
    .about-wrapper .about-right .about-right-content{padding:40px 60px;left:0;bottom:0}
    .footer-contact{align-items:start !important;text-align:left !important}
    .page-banner{height:220px}
    .page-banner .page-banner-content h1{font-size:32px}
}
@media(max-width:575.98px){
    .main-slider h2{font-size:28px;line-height:36px}
    .main-slider p{font-size:14px;margin-bottom:30px}
    .about-wrapper .about-right{height:450px}
    .about-wrapper .about-right .about-right-content{padding:30px 15px}
    .about-wrapper .about-right .about-right-content h2{font-size:24px}
    .public-title h3{font-size:22px}
    .contact-wrapper .contact-form{flex-direction:column}
    .contact-wrapper .contact-content input,.contact-wrapper .contact-content button{width:100%;margin:0 0 10px 0 !important}
    .page-banner{height:180px}
    .page-banner .page-banner-content h1{font-size:26px}
    .page-banner .page-banner-content .page-banner-ename{font-size:14px}
    .newslistp_bot ul li a{flex-direction:column}
    .newslistp_botimg{width:100%;min-width:100%;height:160px}
    .tw-network{padding:50px 0 40px}
    .tw-network-stats{gap:30px}
    .tw-stat-number .number{font-size:36px}
    .tw-culture{padding:50px 0}
    .tw-culture-card{padding:25px 15px;min-height:auto}
    .tw-honor{padding:50px 0}
    .tw-honor-text h2{font-size:26px}
    .tw-honor-cert{margin:30px 0}
}
