/* ========== 国药汉方健康产业（珠海）有限公司 - 全局样式 ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Noto Sans SC', 'Microsoft YaHei', 'PingFang SC', sans-serif; color: #333; background: #fff; line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul, li { list-style: none; }
img { max-width: 100%; display: block; }
.flex { display: flex; align-items: center; }
.flex1 { flex: 1; }
.clear::after { content: ''; display: block; clear: both; }
.none { display: none !important; }
.wrap { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.fs28 { font-size: 28px; }

:root {
  --color-primary: #1A5276;
  --color-primary-light: #2980B9;
  --color-gold: #D4A853;
  --color-gold-light: #E8D07A;
  --color-dark: #1B2631;
  --color-bg: #F0F4F8;
  --color-bg-warm: #FAF6F0;
}

/* ========== 品牌文字样式 ========== */
.logo_text { font-size: 20px; font-weight: 700; }
.logo_light { color: #fff; }
.logo_dark { color: var(--color-primary); display: none; }
.logo_brand { color: var(--color-primary); font-size: 24px; font-weight: 700; letter-spacing: 2px; }
.logo_white { color: #fff; }
.entry_card { height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; font-size: 24px; border-radius: 8px; text-align: center; cursor: pointer; transition: transform .3s, box-shadow .3s; }
.entry_card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.card1 { background: linear-gradient(135deg, #1A5276, #2980B9); }
.card2 { background: linear-gradient(135deg, #1B2631, #34495E); }
.card3 { background: linear-gradient(135deg, #D4A853, #1A5276); }
.entry_icon { font-size: 40px; margin-bottom: 8px; }
.entry_text { font-weight: 500; }
.stat_num { font-size: 42px; font-weight: 700; color: var(--color-primary); line-height: 1; }
.slogan_text { font-size: 22px; color: var(--color-dark); font-weight: 600; text-align: center; }
.watermark_icon { font-size: 180px; color: var(--color-primary); opacity: .1; }
.qr_placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #999; background: #fff; }
.qr_brand { background: var(--color-primary); color: #fff; }

/* ========== Header ========== */
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: all .3s; }
.header .none h1 { font-size: 0; height: 0; }
.menu_wrap, .wap_logo, .wap_show { display: none; }

.head_fix { height: 90px; padding: 0 40px; justify-content: space-between; transition: all .3s; }
.head_fix.scrolled { background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,.1); height: 70px; }
.head_fix.scrolled .logo { display: flex; }
.head_fix.scrolled .logo_fff { display: none; }
.head_fix.scrolled .menu > ul > li > a { color: #333; }
.head_fix.scrolled .menu > ul > li > a::after { background: var(--color-primary); }
.head_fix.scrolled .h_rt .tel a { color: var(--color-primary); }
.head_fix .logo { display: none; align-items: center; gap: 10px; }
.head_fix .logo_fff { display: flex; }

.menu > ul { display: flex; gap: 0; }
.menu > ul > li { position: relative; padding: 0 16px; }
.menu > ul > li > a { display: block; color: #fff; font-size: 15px; padding: 35px 0; position: relative; transition: all .3s; }
.head_fix.scrolled .menu > ul > li > a { padding: 25px 0; }
.menu > ul > li > a::after { content: ''; position: absolute; bottom: 25px; left: 0; width: 0; height: 2px; background: var(--color-gold); transition: width .3s; }
.head_fix.scrolled .menu > ul > li > a::after { bottom: 18px; }
.menu > ul > li:hover > a::after, .menu > ul > li.on > a::after { width: 100%; }
.menu > ul > li > a .h3 { display: flex; flex-direction: column; align-items: center; }
.menu > ul > li > a .h3 span { font-size: 15px; }
.menu > ul > li > a .h3 label { font-size: 12px; opacity: .7; }

.menu .drop { position: absolute; top: 100%; left: -60px; width: 460px; background: #fff; box-shadow: 0 10px 40px rgba(0,0,0,.15); padding: 30px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .3s; z-index: 10; }
.menu > ul > li:hover .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.menu .drop .wrap { padding: 0; }
.menu .drop .flex1 h3 { font-size: 20px; color: var(--color-primary); margin-bottom: 15px; font-weight: 600; }
.menu .drop .flex1 ul { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.menu .drop .flex1 ul li a { font-size: 14px; color: #666; transition: color .3s; line-height: 2; }
.menu .drop .flex1 ul li a:hover { color: var(--color-primary); }
.menu .drop .img { width: 150px; height: 110px; flex-shrink: 0; margin-left: 20px; overflow: hidden; border-radius: 4px; }
.menu .drop .img img { width: 100%; height: 100%; object-fit: cover; }

.h_rt { display: flex; align-items: center; gap: 15px; }
.h_rt .tel a { color: #fff; font-size: 17px; font-weight: 700; letter-spacing: 1px; transition: color .3s; }
.h_rt .yy a, .h_rt .rc a { display: inline-block; padding: 8px 20px; border: 1px solid var(--color-gold); color: var(--color-gold); border-radius: 2px; font-size: 14px; transition: all .3s; }
.h_rt .yy a:hover, .h_rt .rc a:hover { background: var(--color-gold); color: #fff; }

/* ========== Banner ========== */
.banner { position: relative; }
.banner .swiper-container { width: 100%; height: 100vh; min-height: 600px; }
.banner .swiper-slide .img { width: 100%; height: 100%; background-size: cover; background-position: center; }
.banner .swiper-slide .img img { width: 100%; height: 100%; object-fit: cover; }
.banner .swiper-pagination-bullet { width: 12px; height: 12px; background: #fff; opacity: .5; }
.banner .swiper-pagination-bullet-active { opacity: 1; background: var(--color-gold); }
.banner .swiper-button-prev, .banner .swiper-button-next { color: #fff; }
.banner .swiper-button-prev::after, .banner .swiper-button-next::after { font-size: 30px; }

/* ========== 入口卡片 ========== */
.page_new_list { padding: 60px 0 0; }
.page_new_list .wrap { max-width: 1400px; }
.page_new_list ul { display: flex; gap: 20px; }
.page_new_list ul li { flex: 1; }

/* ========== 内容区域 ========== */
.page { padding: 80px 0; }
.page_tit { text-align: center; margin-bottom: 15px; }
.page_tit h3 { font-size: 32px; color: var(--color-dark); font-weight: 600; position: relative; display: inline-block; }
.page_tit h3::after { content: ''; display: block; width: 40px; height: 3px; background: var(--color-gold); margin: 10px auto 0; }
.page_tit_more { float: right; font-size: 14px; color: var(--color-primary); margin-top: -30px; transition: color .3s; }
.page_tit_more:hover { color: var(--color-gold); }

/* ========== 服务分类标签 ========== */
.page_tag { text-align: center; margin-bottom: 40px; }
.page_tag ul { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 5px; position: relative; }
.page_tag ul li a { display: inline-block; padding: 10px 24px; font-size: 15px; color: #666; border-radius: 2px; transition: all .3s; cursor: pointer; }
.page_tag ul li.on a { color: #fff; background: var(--color-primary); }
.page_tag ul li a:hover { color: var(--color-primary); }
.page_tag ul li.on a:hover { color: #fff; }

/* ========== 服务卡片列表 ========== */
.page1_list { margin-top: 20px; }
.page1_list ul { display: none; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.page1_list ul.on { display: grid; }
.page1_list .box { display: block; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: all .3s; }
.page1_list .box:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.page1_list .box .img { position: relative; overflow: hidden; height: 200px; }
.page1_list .box .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.page1_list .box:hover .img img { transform: scale(1.08); }
.page1_list .box .img p { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; color: #fff; font-size: 16px; font-weight: 500; background: linear-gradient(transparent, rgba(0,0,0,.7)); }
.page1_list .box .text { padding: 20px; }
.page1_list .box .text h3 { font-size: 18px; color: var(--color-dark); margin-bottom: 8px; font-weight: 600; }
.page1_list .box .js_address { font-size: 13px; color: #999; margin-bottom: 12px; }
.page1_list .box .lbls { display: flex; flex-wrap: wrap; gap: 6px; }
.page1_list .box .lbls label { padding: 3px 10px; font-size: 12px; color: var(--color-primary); background: rgba(26,82,118,.08); border-radius: 2px; }

/* ========== 新闻轮播 ========== */
.news_list { padding: 20px 0 50px; position: relative; }
.news_list .swiper-slide { width: 420px; }
.news_list .item { border-radius: 8px; overflow: hidden; }
.news_list .box { display: block; position: relative; border-radius: 8px; overflow: hidden; }
.news_list .box img { width: 100%; height: 260px; object-fit: cover; transition: transform .5s; border-radius: 8px; }
.news_list .box:hover img { transform: scale(1.08); }
.news_list .box .txt { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px 20px; background: linear-gradient(transparent, rgba(0,0,0,.8)); color: #fff; border-radius: 0 0 8px 8px; }
.news_list .box .txt h3 { font-size: 13px; margin-bottom: 6px; opacity: .9; }
.news_list .box .txt p { font-size: 16px; font-weight: 500; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news_list .swiper-button-prev, .news_list .swiper-button-next { color: #fff; width: 44px; height: 44px; background: rgba(0,0,0,.3); border-radius: 50%; }
.news_list .swiper-button-prev::after, .news_list .swiper-button-next::after { font-size: 18px; }
.news_list .swiper-button-prev { left: 10px; }
.news_list .swiper-button-next { right: 10px; }

/* ========== 品牌统计 ========== */
.page_about { position: relative; background: var(--color-bg-warm); padding: 60px 0 40px; text-align: center; margin-top: 20px; overflow: hidden; }
.page_about .img_pos { position: absolute; right: -40px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.page_about .top { position: relative; z-index: 1; }
.page_about .about_list ul { display: flex; justify-content: center; gap: 60px; margin-bottom: 30px; }
.page_about .about_list ul li { text-align: center; }
.page_about .about_list ul li p { font-size: 15px; color: #666; margin-top: 4px; }
.page_about .img1 { margin-bottom: 30px; }
.page_about .bottom { position: relative; z-index: 1; }
.page_about .bottom span a { display: inline-block; padding: 12px 40px; border: 1px solid var(--color-primary); color: var(--color-primary); font-size: 15px; border-radius: 2px; transition: all .3s; }
.page_about .bottom span a:hover { background: var(--color-primary); color: #fff; }

/* ========== Footer ========== */
.footer { background: var(--color-dark); color: #bbb; padding: 60px 0 30px; }
.footer .wrap { padding: 0 40px; }
.footer .wrap > .flex { align-items: flex-start; justify-content: space-between; margin-bottom: 40px; }
.footer .f_menu { display: flex; gap: 30px; flex-wrap: wrap; flex: 1; }
.footer .f_menu .item h3 { font-size: 16px; color: #fff; margin-bottom: 16px; font-weight: 500; }
.footer .f_menu .item h3 a { color: #fff; }
.footer .f_menu .item ul li { margin-bottom: 8px; }
.footer .f_menu .item ul li a { font-size: 13px; color: #888; transition: color .3s; }
.footer .f_menu .item ul li a:hover { color: var(--color-gold); }
.footer .f_rt { flex-shrink: 0; margin-left: 50px; }
.footer .f_rt .tit { margin-bottom: 25px; }
.footer .f_rt .tit .flex { gap: 12px; }
.footer .f_rt .tit .tel a { color: var(--color-gold); font-size: 22px; font-weight: 700; }
.footer .f_rt .tit .yy a, .footer .f_rt .tit .rc a { padding: 6px 16px; border: 1px solid var(--color-gold); color: var(--color-gold); font-size: 13px; border-radius: 2px; transition: all .3s; }
.footer .f_rt .tit .yy a:hover, .footer .f_rt .tit .rc a:hover { background: var(--color-gold); color: var(--color-dark); }
.footer .f_rt .ewms { display: flex; gap: 30px; }
.footer .f_rt .ewm { text-align: center; }
.footer .f_rt .ewm .img { width: 90px; height: 90px; margin: 0 auto 8px; background: #fff; border-radius: 4px; padding: 4px; overflow: hidden; }
.footer .f_rt .ewm p { font-size: 12px; color: #888; }
.footer .foot { border-top: 1px solid rgba(255,255,255,.1); padding-top: 25px; text-align: center; }
.footer .foot p { font-size: 13px; color: #666; margin-bottom: 6px; }
.footer .foot .flex { justify-content: center; gap: 20px; }
.footer .foot .flex a { color: #666; font-size: 13px; transition: color .3s; }
.footer .foot .flex a:hover { color: var(--color-gold); }
.footer .foot .text span { margin-right: 15px; }

/* ========== 移动端 Footer ========== */
.wap_footer { display: none; background: var(--color-dark); padding: 30px 20px 80px; color: #bbb; text-align: center; }
.wap_footer .f_menu ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
.wap_footer .f_menu ul li a { color: #ccc; font-size: 14px; padding: 5px 10px; transition: color .3s; }
.wap_footer .f_menu ul li a:hover { color: var(--color-gold); }
.wap_footer .ewms { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
.wap_footer .ewm { text-align: center; }
.wap_footer .ewm .img { width: 70px; height: 70px; margin: 0 auto 6px; background: #fff; border-radius: 4px; padding: 3px; }
.wap_footer .ewm .img img { width: 100%; height: 100%; object-fit: contain; }
.wap_footer .ewm p { font-size: 11px; color: #888; }
.wap_footer .copyright { font-size: 12px; color: #666; }
.wap_footer .copyright p { margin-bottom: 4px; }
.wap_footer .copyright a { color: #666; }

/* ========== 右侧悬浮工具栏 ========== */
.fullrt { position: fixed; right: 10px; top: 50%; transform: translateY(-50%); z-index: 999; }
.fullrt ul { display: flex; flex-direction: column; gap: 6px; }
.fullrt ul li a, .fullrt ul li span { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: #fff; border-radius: 4px; box-shadow: 0 2px 10px rgba(0,0,0,.1); font-size: 12px; color: #666; cursor: pointer; transition: all .3s; text-align: center; }
.fullrt ul li a:hover, .fullrt ul li span:hover { background: var(--color-primary); color: #fff; }

/* ========== 子页面 ========== */
.sub_banner { height: 350px; background: var(--color-dark); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; margin-top: 90px; }
.sub_banner .bg { position: absolute; inset: 0; opacity: .25; background-size: cover; background-position: center; }
.sub_banner h2 { position: relative; color: #fff; font-size: 36px; font-weight: 600; z-index: 1; }
.sub_banner h2::after { content: ''; display: block; width: 50px; height: 3px; background: var(--color-gold); margin: 15px auto 0; }

.sub_page { padding: 60px 0; min-height: 500px; }
.sub_page .wrap { max-width: 1200px; }
.sub_page .breadcrumb { margin-bottom: 30px; font-size: 13px; color: #999; }
.sub_page .breadcrumb a { color: #666; transition: color .3s; }
.sub_page .breadcrumb a:hover { color: var(--color-primary); }

/* ========== 品牌介绍页 ========== */
.about_content .section { margin-bottom: 50px; }
.about_content .section h3 { font-size: 24px; color: var(--color-dark); margin-bottom: 20px; padding-left: 15px; border-left: 3px solid var(--color-primary); }
.about_content .section p { font-size: 15px; color: #666; line-height: 2; margin-bottom: 15px; }
.about_content .section .img_box { margin: 20px 0; text-align: center; }
.about_content .section .img_box img { max-width: 100%; border-radius: 8px; }
.about_content .timeline { margin: 20px 0; }
.about_content .timeline p { padding: 8px 0 8px 20px; border-left: 2px solid var(--color-primary); margin-bottom: 4px; font-size: 14px; color: #555; }

/* ========== 新闻列表页 ========== */
.news_page_list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.news_page_list .news_item { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,.06); transition: all .3s; }
.news_page_list .news_item:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,.1); }
.news_page_list .news_item .img { height: 200px; overflow: hidden; }
.news_page_list .news_item .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news_page_list .news_item:hover .img img { transform: scale(1.05); }
.news_page_list .news_item .info { padding: 20px; }
.news_page_list .news_item .info .date { font-size: 12px; color: #999; margin-bottom: 8px; }
.news_page_list .news_item .info h3 { font-size: 17px; color: var(--color-dark); margin-bottom: 10px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news_page_list .news_item .info p { font-size: 14px; color: #999; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ========== 加盟合作页 ========== */
.join_content { max-width: 800px; margin: 0 auto; }
.join_content h3 { font-size: 24px; color: var(--color-dark); margin-bottom: 20px; text-align: center; }
.join_content .join_advantages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 30px 0; }
.join_content .join_advantages .adv_item { text-align: center; padding: 30px 20px; background: var(--color-bg); border-radius: 8px; transition: all .3s; }
.join_content .join_advantages .adv_item:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,.1); }
.join_content .join_advantages .adv_item .icon { font-size: 40px; margin-bottom: 12px; }
.join_content .join_advantages .adv_item h4 { font-size: 17px; color: var(--color-dark); margin-bottom: 8px; }
.join_content .join_advantages .adv_item p { font-size: 14px; color: #999; }
.join_content .join_form { background: var(--color-bg); padding: 40px; border-radius: 8px; margin-top: 40px; }
.join_content .join_form .form_item { margin-bottom: 20px; }
.join_content .join_form label { display: block; font-size: 14px; color: #666; margin-bottom: 6px; }
.join_content .join_form input, .join_content .join_form textarea { width: 100%; padding: 10px 15px; border: 1px solid #e0e0e0; border-radius: 4px; font-size: 14px; font-family: inherit; transition: border-color .3s; }
.join_content .join_form input:focus, .join_content .join_form textarea:focus { outline: none; border-color: var(--color-primary); }
.join_content .join_form textarea { height: 120px; resize: vertical; }
.join_content .join_form .submit_btn { display: inline-block; padding: 12px 40px; background: var(--color-primary); color: #fff; border: none; border-radius: 4px; font-size: 15px; cursor: pointer; transition: all .3s; }
.join_content .join_form .submit_btn:hover { background: var(--color-primary-light); }

/* ========== 产品页卡片样式 ========== */
.products_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product_card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: all .3s; }
.product_card:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.product_card .img { height: 200px; overflow: hidden; }
.product_card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product_card:hover .img img { transform: scale(1.08); }
.product_card .info { padding: 20px; }
.product_card .info h3 { font-size: 18px; color: var(--color-dark); margin-bottom: 8px; font-weight: 600; }
.product_card .info .cat { font-size: 13px; color: #999; margin-bottom: 12px; }
.product_card .info .tags { display: flex; flex-wrap: wrap; gap: 6px; }
.product_card .info .tags label { padding: 3px 10px; font-size: 12px; color: var(--color-primary); background: rgba(26,82,118,.08); border-radius: 2px; }

/* ========== 响应式 ========== */
@media (max-width: 1200px) {
  .page1_list ul { grid-template-columns: repeat(3, 1fr); }
  .news_page_list { grid-template-columns: repeat(2, 1fr); }
  .products_grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
  .page1_list ul { grid-template-columns: repeat(2, 1fr); }
  .products_grid { grid-template-columns: repeat(2, 1fr); }
  .menu_wrap { display: block; position: absolute; top: 20px; right: 20px; z-index: 1001; }
  .menu_wrap label { display: block; width: 30px; height: 22px; position: relative; cursor: pointer; }
  .menu_wrap label::before, .menu_wrap label::after { content: ''; position: absolute; left: 0; width: 100%; height: 2px; background: #fff; transition: all .3s; }
  .menu_wrap label::before { top: 0; }
  .menu_wrap label::after { bottom: 0; }
  .head_fix.scrolled .menu_wrap label::before, .head_fix.scrolled .menu_wrap label::after { background: #333; }
  .wap_logo { display: block; position: absolute; top: 18px; left: 20px; z-index: 1001; }
  .head_fix.scrolled .logo_light { display: none; }
  .head_fix.scrolled .logo_dark { display: block; }
  .head_fix .logo, .head_fix .logo_fff { display: none !important; }
  .menu { position: fixed; top: 0; right: -100%; width: 80%; max-width: 320px; height: 100vh; background: #fff; padding: 80px 30px 30px; transition: right .3s; overflow-y: auto; box-shadow: -5px 0 30px rgba(0,0,0,.15); z-index: 1000; }
  .menu.open { right: 0; }
  .menu > ul { flex-direction: column; gap: 0; }
  .menu > ul > li { padding: 0; border-bottom: 1px solid #f0f0f0; }
  .menu > ul > li > a { padding: 14px 0; color: #333; font-size: 16px; }
  .menu .drop { position: static; opacity: 1; visibility: visible; transform: none; width: 100%; padding: 10px 0 20px; box-shadow: none; display: none; }
  .menu > ul > li.open .drop { display: block; }
  .menu .drop .wrap { flex-direction: column; }
  .menu .drop .img { display: none; }
  .h_rt { display: none; }
  .h_rt.wap_show { display: block; }
  .h_rt.wap_show .rc a { padding: 6px 14px; font-size: 13px; border-color: var(--color-gold); color: var(--color-gold); }
  .page_new_list ul { flex-direction: column; }
  .about_list ul { flex-wrap: wrap; gap: 25px; }
  .footer .wrap > .flex { flex-direction: column; }
  .footer .f_menu { gap: 20px; }
  .footer .f_rt { margin: 30px 0 0; }
  .footer { display: none; }
  .wap_footer { display: block; }
  .fullrt { display: none; }
  .news_page_list { grid-template-columns: 1fr; }
  .join_content .join_advantages { grid-template-columns: 1fr; }
}

@media (max-width: 576px) {
  .wrap { padding: 0 20px; }
  .head_fix { padding: 0 15px; height: 60px; }
  .banner .swiper-container { height: 250px; min-height: 250px; }
  .page1_list ul, .products_grid { grid-template-columns: 1fr; }
  .page_tit h3 { font-size: 24px; }
  .stat_num { font-size: 30px; }
  .slogan_text { font-size: 16px; }
  .page { padding: 50px 0; }
  .sub_banner { height: 200px; margin-top: 60px; }
  .sub_banner h2 { font-size: 24px; }
}
