﻿/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 */
html {
    color: #333;
    min-width: 320px;
    font-size: 16px;
    scroll-behavior: smooth;
}

:selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* 默认内外边距 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
dl,
dt,
dd,
figure,
figcaption,
blockquote {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.5s ease;
    vertical-align: middle;
}

body {
    line-height: 1.8;
    background: #fff;
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

a {
    color: #666;
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover,
a:active {
    color: #D80808;
    text-decoration: none;
}

/*=============
 * 工具类样式
 =============*/
.container {
    max-width: 1232px;
    margin: 0 auto;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gray-bg {
    background-color: #f7f7f7;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

/* 清除浮动 */
.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
}

.clearfix::after {
    clear: both;
}

/*=============
 * 导航栏组件
 =============*/
.navbar {
    background: #fff;
    height: 80px;
    box-shadow: 0 4px 18px rgba(127, 127, 127, 0.1);
    position: fixed;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
    transition: box-shadow 0.3s ease;
}

.navbar:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.logo img {
    max-height: 64px;
    width: auto;
    margin-top: 8px;
}

/* 桌面端导航菜单 */
.nav {
    text-align: right;
    font-size: 0;
}

.nav li {
    display: inline-block;
    font-size: 16px;
}

.nav li a {
    display: block;
    line-height: 80px;
    height: 80px;
    padding: 0 24px;
    transition: color 0.3s ease;
}

.nav li a.on,
.nav li a:hover {
    color: #D80808;
    font-weight: bold;
}

/* 移动端汉堡按钮 */
.nav-logo {
    position: absolute;
    right: 32px;
    top: 16px;
    display: none;
    cursor: pointer;
    z-index: 50;
}

.nav-logo span {
    width: 30px;
    height: 4px;
    background: #333;
    display: block;
    margin-bottom: 6px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* 汉堡按钮激活状态 */
.nav-logo.zengj span {
    background: #D80808;
}

.nav-logo.zengj span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-logo.zengj span:nth-child(2) {
    opacity: 0;
}

.nav-logo.zengj span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* 移动端导航菜单 */
.mobile-nav {
    height: 100vh;
    background: #242424;
    position: fixed;
    right: -200px;
    top: 60px;
    width: 200px;
    overflow: hidden;
    display: block;
    z-index: 40;
    transition: right 0.3s ease;
}

.mobile-nav ul {
    padding: 15px 0;
}

.mobile-nav a {
    display: block;
    border-bottom: 1px solid #666;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.mobile-nav a:hover,
.mobile-nav a:active {
    background: #fff;
    color: #242424;
}

/*=============
 * 页面区块组件
 =============*/
section {
    padding-top: 70px;
}

/* 轮播图区域 */
.ad {
    text-align: center;
    margin-top: 80px;
}

.ad .item {
    font-size: 0;
    background: #535353;
}

/* 标题组件 */
.title {
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 50px;
}

.title h2 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 16px;
    color: #333;
    position: relative;
}

.title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(45deg, #D80808, #F13A3A);
    border-radius: 1.5px;
}

.title p {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

/* 关于我们区块 */
.sy-about {
    background: #242424;
    padding: 32px 0;
    color: #fff;
}

.sy-abtxt {
    width: 60%;
}

.sy-abtxt h2 {
    font-size: 24px;
    padding-bottom: 8px;
    font-weight: 400;
}

.ab-btn {
    text-align: right;
}

.ab-btn a {
    display: inline-block;
    border-radius: 30px;
    height: 50px;
    margin-top: 32px;
    width: 18%;
    min-width: 140px;
    line-height: 50px;
    background: #fff;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 500;
}

.ab-btn a:hover {
    background: #F13A3A;
    color: #fff;
    transform: translateY(-2px);
}

/* 服务列表 */
.service-list {
    padding-bottom: 60px;
    margin-bottom: 0;
    font-size: 0;
}

.service-list li {
    padding: 40px 20px;
    text-align: center;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.service-list li:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-list i {
    font-size: 64px;
    color: #666;
    transition: all 0.4s ease;
    display: block;
    margin-bottom: 20px;
}

.service-list h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 15px 0;
    color: #333;
}

.service-list li p {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
}

.service-list li:hover i {
    color: #F13A3A;
    transform: scale(1.1);
}

/* 法会活动列表 */
.active-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; /* 负边距抵消item的margin */
    padding: 0;
    list-style: none;
}

.active-list .item {
    flex: 0 0 calc(33.333% - 20px); /* 桌面端三列，减去margin空间 */
    margin: 0 10px 20px 10px;
    position: relative;
    overflow: hidden;
    background: #000;
    min-height: 280px;
    border-radius: 12px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
}

/* 悬停时增强阴影效果 */
.active-list .item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.active-list .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: inherit;
    border-radius: 12px; 
    overflow: hidden;
}

.active-list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
    border-radius: 12px;
}

.fa-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
    opacity: 0;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 12px 20px;
    backdrop-filter: blur(2px);
    line-height: 1.4;
    max-width: 90%;
}

/* 悬停效果 */
.active-list .item:hover img {
    opacity: 0.3;
    transform: scale(1.05);
}

.active-list .item:hover .fa-txt {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.02);
}

.active-list .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(216, 8, 8, 0.1), rgba(241, 58, 58, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 5;
    border-radius: 12px;
}

.active-list .item:hover::before {
    opacity: 1;
}


/* 品牌区块 */
.brand-box {
    background: url("../image/ban.jpg") center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 0 !important;
    margin-top: 60px;
}

.brand-box .box1 {
    padding: 64px 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.brand-box h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    background: rgba(0, 0, 0, 0.4);
    padding: 16px 0;
    border-radius: 8px;
}

.brand-box h2 span {
    color: #F13A3A;
    font-size: 48px;
}

.brand-box h2 strong {
    display: block;
    margin-top: 8px;
}

/* 团队列表 */
.team-box {
    padding-bottom: 80px;
}

.team-list {overflow:hidden; padding-bottom:20px
}

.team-list .item {
    width: calc(23.5%);
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; float:left; margin-right:2%
}

.team-list .item:nth-child(4n){ margin-right:0}
.team-list .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.team-list .item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px 15px 0 0;
}

.team-list .item .name-t {
    background: #fff;
    height: 55px;
    line-height: 55px;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 15px 15px;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.team-abs {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 55px;
    right: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-abs h3 {
    color: transparent;
    font-size: 48px;
    font-weight: 400;
    transition: all 0.4s ease;
    margin: 0;
}

.team-list .item a:hover .team-abs {
    background: rgba(0, 0, 0, 0.8);
}

.team-list .item a:hover .team-abs h3 {
    color: #fff;
    font-size: 24px;
}

/* 价值区块 */
.value-box {
	padding: 60px 0;
}

.value-txt {
    width: 50%;
    margin-left: 50%;
    background: rgba(30, 39, 48, 0.9);
    padding: 60px 40px;
    color: #fff;
    border-radius: 10px;
}

.value-txt h2 {
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: bold;
}

.value-txt .ab-btn {
    text-align: center;
}

.value-txt .ab-btn a {
    min-width: 160px;
}

/* 联系列表 */
.lx-box {
    padding-bottom: 80px;
}

.lx-list {
    font-size: 0;
    margin-top: 40px;
}

.lx-list li {
    display: inline-block;
    width: calc(25% - 12px);
    border: 2px solid #e9ecef;
    font-size: 16px;
    text-align: left;
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease;
    vertical-align: top;
}

.lx-list li + li {
    margin-left: 16px;
}

.lx-list li:hover {
    border-color: #F13A3A;
    box-shadow: 0 10px 25px rgba(248, 58, 58, 0.1);
    transform: translateY(-5px);
}

.lx-list li i {
    font-size: 36px;
    color: #F13A3A;
    margin-bottom: 15px;
    display: block;
}

.lx-list li p {
    margin: 0;
    font-weight: bold;
}

.lx-list li p span {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-top: 5px;
}

/* 页脚 */
.footer {
    background: #1b252e;
    padding: 40px 0;
    color: #8b939d;
    font-size: 14px;
    text-align: center;
}

.b-nav {
    padding: 16px 0;
    text-align: center;
    border-top: 1px solid #313a43;
}

.b-nav a {
    display: inline-block;
    padding: 0 32px;
    color: #8b939d;
    transition: color 0.3s ease;
}

.b-nav a:hover {
    color: #D80808;
}

/*=============
 * 活动列表页
 =============*/

/* 横幅区域 */
.banner-section {
    margin-top: 80px;
    height: 280px;
    overflow: hidden;
    background: #f5f5f5;
}

.banner-image {
    width: 100%;
    height: 100%;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 面包屑导航 */
.breadcrumb-section {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 12px 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6c757d;
}

.breadcrumb a {
    color: #555555;
    margin: 0 5px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #D80808;
    text-decoration: underline;
}

/* 子菜单列表 */
.sub-list {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 35px;
	font-size: 0;
}

.sub-list li {
	display: inline-block;
	font-size: 16px;
}

.sub-list li a {
	display: inline-block;
	padding: 4.8px 32px;
	border: 1px solid #dfdfdf;
	margin: 0 8px;
	border-radius: 80px;
}

.sub-list li a:hover,
.sub-list li.active a {
	background: #D80808;
	color: #fff;
	border-color: #D80808;
}

/* 新闻列表 */
.new-list li {
    color: #666;
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.new-list li span {
    margin-right: 16px;
    color: #666;
    text-align: center;
    background: #f2f2f2;
    float: left;
    width: 84px;
    height: 84px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.new-list li span strong {
    font-size: 24px;
    display: block;
    line-height: 1;
}

.new-list li p {
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    margin-top: 8px;
}

.new-list li a {
    padding-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: 500;
}

.new-list li a:hover {
    color: #D80808;
}

/* 新闻详情标题 */
.n-title,
.news-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
    text-align: center;
    margin-bottom: 30px;
}

.n-title h1,
.news-header h1 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
}

.n-title .inf,
.news-header span {
    color: #999;
    font-size: 14px;
}

/* 新闻内容 */
.news-txt,
.text-content {
    padding-top: 24px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.news-txt p,
.text-content p {
    margin-bottom: 20px;
}

.news-txt p:last-child,
.text-content p:last-child {
    margin-bottom: 0;
}

.news-txt img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    border-radius: 8px;
}

/*=============
 * 分页组件
 =============*/
.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both;
    text-align: center;
}

.pagebar .pagination {
    display: inline-flex;
    justify-content: center;
    margin-top: 10px;
    gap: 5px;
}

.pagination a,
.pagination span {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 4px;
    line-height: 1;
    transition: all 0.3s ease;
    text-decoration: none;
}

.pagination a:hover {
    color: #fff;
    background: #D80808;
    border-color: #D80808;
}

.pagination a.page-num-current {
    color: #fff;
    background: #D80808;
    border-color: #D80808;
}

/*=============
 * 联系页面
 =============*/
.page {
	padding-top: 55px;
	padding-bottom: 55px;
}

.page-title {
    color: #333;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #D80808;
}

.contact-main {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 35px auto 0;
    padding: 0 20px;
}

.contact-left {
    flex: 1;
}

.contact-right {
    flex: 0 0 350px;
}

/* 表单样式 */
form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

form > div {
    margin-bottom: 25px;
}

form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

form input[type="text"],
form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

form input[type="text"]:focus,
form textarea:focus {
    outline: none;
    border-color: #D80808;
    box-shadow: 0 0 0 3px rgba(216, 8, 8, 0.1);
}

form textarea {
    resize: vertical;
    min-height: 100px;
}

.send_btn {
    background: #D80808;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.send_btn:hover {
    background: #c00707;
    transform: translateY(-1px);
}

.contact-info-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.contact-info-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
}

.info-list li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-list li:last-child {
    border-bottom: none;
}

.info-list li i {
    font-size: 20px;
    color: #D80808;
    margin-right: 15px;
    width: 20px;
    text-align: center;
}

.info-list li p {
    margin: 0;
    font-size: 14px;
    color: #666;
    flex: 1;
}

.info-list li p span {
    display: block;
    color: #333;
    font-weight: 500;
    margin-top: 2px;
}

/*=============
 * 活动和新闻详情页
 =============*/
.detail-hero {
    padding: 22px 0;
    margin-top: 80px;
}

.detail-title {
    text-align: center;
}

.detail-title h1 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.5;
}

.detail-title h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #D80808, #F13A3A);
    border-radius: 2px;
}

.detail-breadcrumb {
    text-align: left;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.gallery-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 40px;
}

.mySwiper1 {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.mySwiper1 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
}

.mySwiper1 .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mySwiper1 .swiper-slide:hover img {
    transform: scale(1.02);
}

.swiper-pagination1 {
    bottom: 20px !important;
}

.swiper-pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background: #D80808;
    transform: scale(1.2);
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    margin-bottom: 60px;
}

.main-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(127, 127, 127, 0.1);
    padding: 40px;
}

.content-header {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.content-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.content-header h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: linear-gradient(135deg, #D80808, #F13A3A);
    border-radius: 2px;
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(127, 127, 127, 0.1);
    padding: 30px;
    transition: box-shadow 0.3s ease;
}

.sidebar-card:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    padding-left: 20px;
    position: relative;
}

.sidebar-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #D80808, #F13A3A);
    border-radius: 2px;
}

/* 简介卡片 */
.project-summary {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	background: #f5f5f5;
	padding: 20px;
	border-radius: 8px;
}
		
/* 推荐活动 */
.recommend-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
		
.recommend-item {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}
		
.recommend-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
		
.recommend-item img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	transition: transform 0.3s ease;
}
		
.recommend-item:hover img {
	transform: scale(1.05);
}
		
.recommend-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	color: #fff;
	padding: 15px;
	font-size: 14px;
	font-weight: 500;
}

/* 侧边栏推荐列表 */
.news-column {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-column li {
    margin-bottom: 10px;
}

.news-column li:last-child {
    margin-bottom: 0;
}

.news-column li a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #666;
    text-decoration: none;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    font-size: 15px;
    border: 1px solid #e9ecef;
}

.news-column li a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #D80808;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.news-column li a:hover {
    background: #D80808;
    color: #fff;
    border-color: #D80808;
    transform: translateX(3px);
}

.news-column li a:hover::before {
    background: #fff;
    transform: scale(1.2);
}

.news-recommend {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-recommend li {
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.news-recommend li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(135deg, #D80808, #F13A3A);
    border-radius: 2px 0 0 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news-recommend li:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(216, 8, 8, 0.1);
    transform: translateY(-1px);
}

.news-recommend li:hover::before {
    opacity: 1;
}

.news-recommend li:last-child {
    margin-bottom: 0;
}

.news-recommend li h3 {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.news-recommend li h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-recommend li:hover h3 a {
    color: #D80808;
}

.news-recommend li p {
    margin: 0;
    font-size: 13px;
    color: #999;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-recommend li span {
    font-size: 12px;
    color: #da7676;
}


/*=============
 * 响应式设计
 =============*/

/* 平板端 (≤768px) */
@media (max-width: 768px) {
    .container {
		padding-left: 15px;
		padding-right: 15px;
    }

    /* 导航栏调整 */
    .navbar {
        height: 60px;
    }

    .logo img {
        height: 44px;
        margin-top: 8px;
    }

    .nav {
        display: none;
    }

    .nav-logo {
        display: block;
        right: 15px;
        top: 18px;
    }

    .mobile-nav {
        display: block;
        top: 60px;
    }

    /* 区块调整 */
    section {
        padding-top: 45px;
    }

    .ad,
    .banner-section {
        margin-top: 60px;
    }

    .banner-section {
        height: 150px;
    }

    /* 关于我们区块 */
    .sy-about {
        padding: 24px 0;
    }

    .sy-abtxt {
        width: 100%;
        padding: 0;
        float: none;
        margin-bottom: 20px;
    }

    .sy-abtxt h2 {
        font-size: 20px;
        padding-bottom: 12px;
        text-align: center;
    }

    .sy-abtxt p {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .ab-btn {
        text-align: center;
        float: none;
    }

    .ab-btn a {
        width: auto;
        min-width: 112px;
        max-width: 200px;
        padding: 0 24px;
        margin-top: 5px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

    /* 标题样式 */
    .title h2 {
        font-size: 24px;
    }

    .title {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .title p {
        font-size: 14px;
    }

    /* 服务列表 */
    .service-list li {
        width: 50%;
        padding: 20px 12px;
        margin-bottom: 16px;
    }

    .service-list i {
        font-size: 48px;
    }

    .service-list h3 {
        font-size: 16px;
        margin: 12px 0 8px 0;
    }

    .service-list li p {
        font-size: 13px;
    }

    /* 活动列表 */
	.active-list {
	    margin: 0 -8px; /* 减少负边距 */
	}
	    
	.active-list .item {
	    flex: 1 1 calc(50% - 16px); /* 平板端两列，减去margin空间 */
	    margin: 0 8px 16px 8px; /* 调整间隙 */
	    min-height: 200px;
	    border-radius: 10px; /* 稍小的圆角 */
	}
	    
	.active-list .item a,
	.active-list .item img,
	.active-list .item::before {
	    border-radius: 10px;
	}
	    
	.fa-txt {
	    font-size: 15px;
	    padding: 8px 14px;
	}

    /* 品牌区块 */
    .brand-box h2 {
        font-size: 20px;
        font-weight: 400;
        padding: 20px 16px;
        line-height: 1.4;
    }

    .brand-box h2 span {
        font-size: 28px;
    }

    .brand-box .box1 {
        padding: 40px 16px;
    }

    /* 团队列表 */
    .team-list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: space-between;
    }

    .team-list .item {
        width: calc(50% - 6px);
        min-width: auto;
        margin: 0 0 12px 0;
        flex: none;
    }

    .team-list .item .name-t {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .team-abs {
        bottom: 40px;
    }

    .team-abs h3 {
        font-size: 16px !important;
    }

    /* 价值区块 */
    .value-box {
        padding: 40px 0;
    }

    .value-txt {
        width: 100%;
        margin-left: 0;
        padding: 30px 20px;
    }

    .value-txt h2 {
        font-size: 22px;
        padding-bottom: 16px;
    }

    .value-txt p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* 联系列表 */
    .lx-list li {
        width: calc(50% - 8px);
        padding: 20px 16px;
        margin-bottom: 12px;
    }

    .lx-list li i {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .lx-list li p {
        font-size: 14px;
    }

    .lx-list li p span {
        font-size: 12px;
    }

    .lx-list li:nth-child(2n) {
        margin-left: 16px;
    }

    .lx-list li:nth-child(2n+1) {
        margin-left: 0;
    }

    /* 页脚导航 */
    .b-nav a {
        padding: 0 12px;
        font-size: 13px;
    }

    /* 活动列表页 */
    .sub-list {
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 0; 
    }
        
    .sub-list li {
        display: inline-block;
        font-size: 14px; 
        margin: 5px 4px 0; 
    }
        
    .sub-list li a {
        padding: 4px 16px;
        border-radius: 60px;
        font-size: 13px;
        white-space: nowrap;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }

    .main-content,
    .sidebar-card {
        padding: 20px;
    }

    .mySwiper1 .swiper-slide img {
        height: 250px;
    }

    /* 联系页面 */
    .contact-main {
        flex-direction: column;
        gap: 30px;
        padding: 0 10px;
    }

    .contact-right {
        flex: none;
    }

    form {
        padding: 25px;
    }
	
	form > div {
		margin-bottom: 15px;
	}

    .contact-info-card {
        padding: 20px;
    }

    .page-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
.adminbuy_cn img{ max-width:100% !important; height:auto !important;display:inline-block;}
.adminbuy_cn p{text-wrap: inherit !important;}
.adminbuy_cn p span{text-wrap: inherit !important;}
/* 移动端 (≤480px) */
@media (max-width: 480px) {
    .container {
		padding-left: 12px;
		padding-right: 12px;
    }

    /* 区块调整 */
    section {
        padding-top: 30px;
    }

    .banner-section {
        height: 120px;
    }

    /* 关于我们 */
    .sy-about {
        padding: 20px 0;
    }

    .sy-abtxt h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .sy-abtxt p {
        font-size: 13px;
        line-height: 1.5;
    }

    .ab-btn a {
        min-width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-top: 12px;
    }

    /* 标题样式 */
    .title h2 {
        font-size: 20px;
    }

    .title {
        padding-bottom: 16px;
        margin-bottom: 24px;
    }

    .title p {
        font-size: 13px;
    }

    /* 服务列表 - 单列 */
    .service-list li {
        width: 100%;
        padding: 16px 12px;
        margin-bottom: 12px;
    }

    .service-list i {
        font-size: 36px;
    }

    /* 活动列表 */ 
	.sub-list li {
	    margin: 4px 2px 0;
	}
	    
	.sub-list li a {
	    padding: 3px 12px;
	    font-size: 12px;
	}

    .active-list {
        margin: 0 -6px; /* 减少负边距 */
    }
        
    .active-list .item {
        flex: 1 1 calc(100% - 12px); /* 手机端单列 */
        margin: 0 6px 12px 6px; /* 调整间隙 */
        min-height: 180px;
        border-radius: 8px;
    }
        
    .active-list .item a,
    .active-list .item img,
    .active-list .item::before {
        border-radius: 8px;
    }
        
    .fa-txt {
        font-size: 14px;
        padding: 8px 12px;
        max-width: 85%;
    }

    /* 品牌区块 */
    .brand-box h2 {
        font-size: 18px;
        line-height: 1.4;
        padding: 16px 12px;
    }

    .brand-box h2 span {
        font-size: 24px;
    }

    .brand-box .box1 {
        padding: 24px 12px;
    }

    /* 团队列表 - 保持两列 */
    .team-list {
        gap: 8px;
    }

    .team-list .item {
        width: calc(50% - 4px);
        margin-bottom: 8px;
    }

    .team-list .item .name-t {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
    }

    .team-abs {
        bottom: 36px;
    }

    .team-abs h3 {
        font-size: 14px !important;
    }

    /* 价值区块 */
    .value-box {
        padding: 30px 0;
    }

    .value-txt {
        padding: 24px 16px;
    }

    .value-txt h2 {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .value-txt p {
        font-size: 13px;
    }

    .value-txt .ab-btn a {
        min-width: 110px;
        font-size: 13px;
        height: 30px;
        line-height: 30px;
    }

    /* 联系列表 - 单列 */
    .lx-list li {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 12px;
        padding: 16px 12px;
    }

    .lx-list li i {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .lx-list li p {
        font-size: 13px;
    }

    .lx-list li p span {
        font-size: 11px;
    }

    .lx-box {
        padding-bottom: 24px;
    }

    /* 页脚导航 */
    .b-nav {
        padding: 12px 0;
    }

    .b-nav a {
        padding: 0 6px;
        font-size: 12px;
        line-height: 20px;
        margin: 2px 0;
    }

    .footer {
        padding: 24px 0;
        font-size: 12px;
    }

    /* 详情页 */
    .detail-hero {
        padding: 20px 0;
        margin-top: 60px;
    }

    .detail-title h1 {
        font-size: 20px;
    }
	
	.main-content {
	    padding: 25px 15px;
	}

    .sidebar-card {
        padding: 15px;
    }

    .content-header h2 {
        font-size: 20px;
    }

    .text-content {
        font-size: 14px;
    }

    .mySwiper1 .swiper-slide img {
        height: 200px;
    }

    .news-header h1 {
        font-size: 20px;
    }

    .n-title h1 {
        font-size: 20px;
    }

    /* 联系页面 */
    .page {
		padding-top: 40px;
		padding-bottom: 40px;
    }

    form {
        padding: 20px;
    }

    .page-title {
        font-size: 24px;
    }

    /* 新闻推荐 */
    .news-recommend li {
        padding: 12px;
        margin-bottom: 10px;
    }

    .news-column li a {
        padding: 8px 12px;
        font-size: 13px;
    }
}

/* 超小屏幕 (≤360px) */
@media (max-width: 360px) {
    .container {
		padding-left: 10px;
		padding-right: 10px;
    }

    .sy-abtxt h2 {
        font-size: 16px;
    }

    .sy-abtxt p {
        font-size: 12px;
    }

    .title h2 {
        font-size: 18px;
    }

    .brand-box h2 {
        font-size: 16px;
    }

    .brand-box h2 span {
        font-size: 20px;
    }
	
	.active-list .item {
	    min-height: 160px;
	    margin-bottom: 10px;
	}
	    
	.fa-txt {
	    font-size: 13px;
	    padding: 6px 10px;
	}

    .team-list .item .name-t {
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }

    .team-abs {
        bottom: 32px;
    }

    .value-txt h2 {
        font-size: 18px;
    }
}

/*=============
 *   工具类
 =============*/
.text-secondary {
    text-align: center;
    padding: 20px 0;
}

#maximg img {
    max-width: 100%;
    height: auto !important;
}

.mySwiper2 img {
    width: 100%;
    height: auto;
}

/* owl carousel相关样式 */
.owl-theme .owl-controls {
    margin-top: -45px !important;
}

#owl-demo4 .owl-controls,
#owl-demo5 .owl-controls,
#owl-demo6 .owl-controls {
    margin-top: 15px !important;
}

#owl-demo2 .owl-controls {
    margin-top: 24px !important;
}

#owl-demo3 .owl-controls {
    margin-top: 8px !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}