/* ============================================================
   宽皓金属 官网排版定制优化  custom.css
   覆盖优先级高于原模板，删除本文件即可完全还原
   ============================================================ */

/* ---------- 产品/新闻列表卡片 ---------- */
.blog-one__single {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 18px rgba(15, 40, 80, .08);
    transition: box-shadow .3s ease, transform .3s ease;
    margin-bottom: 26px;
}
.blog-one__single:hover {
    box-shadow: 0 10px 30px rgba(15, 40, 80, .16);
    transform: translateY(-4px);
}
.blog-one__img {
    overflow: hidden;
}
.blog-one__img img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 0;
    transition: transform .45s ease;
}
.blog-one__single:hover .blog-one__img img {
    transform: scale(1.06);
}
.blog-content {
    padding: 18px 20px 22px;
}
.blog-one__title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-one__tt {
    color: #7a8494;
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---------- 首页产品分类 tab 大图 ---------- */
.tabs-content__inner a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(15, 40, 80, .12);
}
.tabs-content__inner img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    transition: transform .5s ease;
}
.tabs-content__inner a:hover img {
    transform: scale(1.03);
}

/* ---------- 产品详情页轮播 ---------- */
.feedback-single img,
.feedback-single.bg-white img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 10px;
}
.product_thumb_slider_2 .swiper-slide img {
    width: 100%;
    height: 92px;
    object-fit: cover;
    border-radius: 8px;
    opacity: .75;
    transition: opacity .25s ease;
}
.product_thumb_slider_2 .swiper-slide-active img,
.product_thumb_slider_2 .swiper-slide:hover img {
    opacity: 1;
}

/* ---------- 内页页头 banner ---------- */
.page-header {
    position: relative;
    overflow: hidden;
}
.page-header-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
}
.page-header-bg::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(105deg, rgba(8, 28, 58, .55) 0%, rgba(8, 28, 58, .28) 55%, rgba(8, 28, 58, .45) 100%);
}
.page-header .container {
    position: relative;
    z-index: 2;
}
.page-header__inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.page-header__inner h2 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
}

/* ---------- 关于我们 ---------- */
.welcome-one__img img {
    border-radius: 14px;
    box-shadow: 0 10px 34px rgba(15, 40, 80, .16);
}
.adminbuy_cn img {
    border-radius: 10px;
    margin: 6px 0;
}

/* ---------- 首页优势图标 ---------- */
.why-choose-one__icon {
    overflow: hidden;
}
.why-choose-one__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------- 企业文化卡片 ---------- */
.service-card-four__text {
    color: #6b7686;
    line-height: 1.75;
}

/* ---------- 侧栏与新闻详情 ---------- */
.blog-details__text-1 img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}
.sidebar__single img {
    border-radius: 8px;
}

/* ---------- 移动端适配 ---------- */
@media (max-width: 767px) {
    .blog-one__img img { height: 190px; }
    .tabs-content__inner img { height: 230px; }
    .feedback-single img { height: 230px; }
    .page-header__inner { padding-top: 26px !important; padding-bottom: 26px !important; }
}
