/* 4fd97401：home_00065 模板（红色 nav 风格 Post_YPM_Shop）。
   源站客服浮层 CSS 已剥离，stylesheet_1.css（index.css）
   和 stylesheet_2.css（global.css）清洗后保留。所有规则限定在 .tpl-4fd97401 下。
   banner/banner_owl 用图片库槽位，无须静态背景；装饰图走 /static/templates/4fd97401/images/。
*/
.tpl-4fd97401 {
    color: #2d251b;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Open Sans", Arial, sans-serif;
    line-height: 1.6;
    background: #fff;
}

.tpl-4fd97401 a {
    color: #333;
    text-decoration: none;
}

.tpl-4fd97401 a:hover {
    text-decoration: none;
}

.tpl-4fd97401 a:focus {
    outline: 0;
}

.tpl-4fd97401 img {
    max-width: 100%;
    border: 0;
    display: block;
}

.tpl-4fd97401 ul,
.tpl-4fd97401 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tpl-4fd97401 h1,
.tpl-4fd97401 h3,
.tpl-4fd97401 h5,
.tpl-4fd97401 p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.tpl-4fd97401 h1 {
    font-size: 19px;
    font-weight: normal;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tpl-4fd97401 .clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.tpl-4fd97401 .wrap {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.tpl-4fd97401 .flt {
    float: left;
}

.tpl-4fd97401 .frt {
    float: right;
}

/* ========== header 固定顶部导航 ========== */
.tpl-4fd97401 .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-top: 3px solid #ddd;
    height: 60px;
    line-height: 60px;
}

.tpl-4fd97401 .header .logo {
    margin-right: 2em;
}

.tpl-4fd97401 .header .logo img {
    max-height: 60px !important;
    max-width: 360px !important;
    display: inline-block;
    vertical-align: middle;
}

.tpl-4fd97401 .header .menu ul li {
    float: left;
    margin-left: 0;
}

.tpl-4fd97401 .header .menu ul li * {
    display: block;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.tpl-4fd97401 .header .menu ul li span {
    font-size: 15px;
    padding: 0 5px;
    color: #626b72;
}

.tpl-4fd97401 .header .menu ul li.on {
    background: #a92225;
}

.tpl-4fd97401 .header .menu ul li.on a,
.tpl-4fd97401 .header .menu ul li.on span {
    color: #fff;
}

.tpl-4fd97401 .header .menu ul li a:hover span {
    color: #fff;
}

.tpl-4fd97401 .header .menu ul li:hover span {
    background: #a92225;
    color: #fff;
}

.tpl-4fd97401 .header .menu_wrap {
    display: none;
}

/* ========== banner owl 轮播区 ========== */
.tpl-4fd97401 .banner_owl {
    padding-top: 65px;
    position: relative;
}

.tpl-4fd97401 .banner_owl .owl {
    position: relative;
}

.tpl-4fd97401 .banner_owl .owl_cur {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: none;
}

.tpl-4fd97401 .banner_owl .owl_cur .prev,
.tpl-4fd97401 .banner_owl .owl_cur .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3) center center no-repeat;
    cursor: pointer;
    pointer-events: auto;
}

.tpl-4fd97401 .banner_owl .owl_cur .prev {
    left: 10px;
    background-image: url("/static/templates/4fd97401/images/pro-prev.png");
    background-size: 20px 20px;
}

.tpl-4fd97401 .banner_owl .owl_cur .next {
    right: 10px;
    background-image: url("/static/templates/4fd97401/images/pro-next.png");
    background-size: 20px 20px;
}

.tpl-4fd97401 .banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tpl-4fd97401 .banner .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.tpl-4fd97401 .banner .item.active {
    position: relative;
    opacity: 1;
}

.tpl-4fd97401 .banner .item .img1 {
    max-height: 500px;
    overflow: hidden;
}

.tpl-4fd97401 .banner .item .img1 img {
    width: 100%;
    display: block;
}

.tpl-4fd97401 .banner_dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.tpl-4fd97401 .banner_dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.5;
}

.tpl-4fd97401 .banner_dots span.active {
    background: #fff;
    width: 30px;
    opacity: 1;
}

/* ========== dpspbox 视频主区（左侧视频 + 右侧缩略图） ========== */
.tpl-4fd97401 .dpspbox {
    margin: 15px auto;
    overflow: hidden;
    width: 1200px;
    background: #fff;
    z-index: 9999 !important;
}

.tpl-4fd97401 .dpspcpimgvideo {
    position: relative;
    width: 850px;
    float: left;
}

.tpl-4fd97401 .dpspcpimgvideo .videobox2024 {
    max-height: 600px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 15px;
}

.tpl-4fd97401 .dpspcpimgvideo .videobox2024 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 15px;
    width: 100%;
}

.tpl-4fd97401 .dpspcpimgvideo .playvideo2024 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    z-index: 10;
    margin-top: -35px;
    cursor: pointer;
}

.tpl-4fd97401 .dpspcpimgvideo .playvideo2024 img {
    width: 70px;
    height: 70px;
}

.tpl-4fd97401 .dpspycbox {
    width: 330px;
    float: right;
    color: #fff;
}

.tpl-4fd97401 .dpspycbox .moreimglist2024 {
    margin-top: 0;
}

.tpl-4fd97401 .dpspycbox .moreimglist2024 li {
    margin-bottom: 10px;
    height: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.tpl-4fd97401 .dpspycbox .moreimglist2024 .tuijianimgbox2024 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 4px;
    background: #000;
}

.tpl-4fd97401 .dpspycbox .moreimglist2024 .tuijianimgbox2024 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    transition: all 0.5s;
    object-fit: cover;
}

.tpl-4fd97401 .dpspycbox .moreimglist2024 .tuijianimgbox2024 .playvideo2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.tpl-4fd97401 .dpspycbox .moreimglist2024 .tuijianimgbox2024 .playvideo2 img {
    position: relative !important;
    width: 50% !important;
    height: 50% !important;
    margin-left: 20%;
    margin-top: 20%;
}

.tpl-4fd97401 .dpspycbox .moreimglist2024 .cp-title2024 {
    line-height: 30px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 230px;
    max-height: 60px;
}

/* ========== 视频介绍横条 ========== */
.tpl-4fd97401 .video_intro1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: red;
    text-align: center;
}

/* ========== mainer 内容包裹 ========== */
.tpl-4fd97401 .mainer {
    padding-top: 0;
}

.tpl-4fd97401 .page {
    padding: 60px 0;
}

.tpl-4fd97401 .page.page_f9f9f9 {
    background: #f9f9f9;
}

.tpl-4fd97401 .title {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 50px;
    background: rgba(0, 0, 0, 0) url("/static/templates/4fd97401/images/title-bg.png") repeat-x left center;
}

.tpl-4fd97401 .title span {
    font-size: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
}

/* ========== about 关于我们 ========== */
.tpl-4fd97401 .about_box {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.tpl-4fd97401 .about-hk {
    width: 400px;
    height: 200px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    border: 3px solid #a92225;
    z-index: -1;
}

.tpl-4fd97401 .about_img {
    float: right;
    margin-left: 50px;
    max-width: 400px;
    overflow: hidden;
}

.tpl-4fd97401 .about_img img {
    width: 100%;
    display: block;
}

.tpl-4fd97401 .about_txt {
    overflow: hidden;
    position: relative;
}

.tpl-4fd97401 .about_txt .laytxt {
    font-size: 130px;
    color: #f6f5f5;
    position: absolute;
    z-index: -1;
    font-weight: bold;
    line-height: 130px;
    text-indent: 100px;
}

.tpl-4fd97401 .about_txt h3 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 45px;
    padding-top: 20px;
    position: relative;
}

.tpl-4fd97401 .about_txt h3:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 4px;
    background: #a92225;
}

.tpl-4fd97401 .about_txt h5 {
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
}

.tpl-4fd97401 .about_txt .text {
    line-height: 25px;
    max-height: 300px;
    padding: 20px 0;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.tpl-4fd97401 .about_txt .dptygjc7 {
    color: #4661d9;
    font-weight: bold;
    font-size: 20px !important;
}

.tpl-4fd97401 .about_txt .dpsbm7 {
    color: #4e6ef2;
    font-weight: bold;
    font-size: 20px !important;
}

.tpl-4fd97401 .tylxr,
.tpl-4fd97401 .tydz {
    color: #ff0000;
    font-weight: bold;
    font-size: 20px !important;
}

.tpl-4fd97401 .about_txt .btn a {
    display: block;
    width: 138px;
    line-height: 40px;
    border-radius: 40px;
    background: #a92225;
    color: #fff;
    box-shadow: 0 2px 10px rgba(85, 50, 139, 0.2);
    text-align: center;
}

.tpl-4fd97401 .about_txt .btn a:hover {
    background: #bc8b43;
}

/* ========== page_list 客户案例 ========== */
.tpl-4fd97401 .page_list {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.tpl-4fd97401 .page_list ul {
    border-left: 1px solid #a92225;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-left: 0;
}

.tpl-4fd97401 .page_list li {
    background: #fff;
    transition: box-shadow 0.3s;
}

.tpl-4fd97401 .page_list li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.tpl-4fd97401 .page_list li .img {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
}

.tpl-4fd97401 .page_list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tpl-4fd97401 .page_list li h3 {
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
    line-height: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tpl-4fd97401 .more {
    text-align: center;
    margin-top: 40px;
}

.tpl-4fd97401 .more a {
    display: inline-block;
    line-height: 35px;
    font-size: 15px;
    width: 132px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #d2d2d2;
    color: #adadad;
}

.tpl-4fd97401 .more a:hover {
    border-color: #e63b3e;
    color: #e63b3e;
}

/* ========== page_list2 热销产品 ========== */
.tpl-4fd97401 .page_list2 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.tpl-4fd97401 .page_list2 .owl {
    position: relative;
}

.tpl-4fd97401 .page_list2 .owl_cur {
    margin-top: 60px;
    text-align: center;
}

.tpl-4fd97401 .page_list2 .owl_cur span {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: 0 20px;
    cursor: pointer;
}

.tpl-4fd97401 .page_list2 .owl_cur span.prev {
    background: #f5f5f5 url("/static/templates/4fd97401/images/pro-prev.png") no-repeat center center;
    border-radius: 0;
    float: none;
}

.tpl-4fd97401 .page_list2 .owl_cur span.next {
    background: #f5f5f5 url("/static/templates/4fd97401/images/pro-next.png") no-repeat center center;
    border-radius: 0;
    float: none;
}

.tpl-4fd97401 .page_list2 .owl_cur span.prev:hover {
    background: #a92225 url("/static/templates/4fd97401/images/pro-prev-hover.png") no-repeat center center;
}

.tpl-4fd97401 .page_list2 .owl_cur span.next:hover {
    background: #a92225 url("/static/templates/4fd97401/images/pro-next-hover.png") no-repeat center center;
}

.tpl-4fd97401 .page_list2 .pro_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tpl-4fd97401 .page_list2 .pro_list li {
    background: #fff;
    transition: box-shadow 0.3s;
}

.tpl-4fd97401 .page_list2 .pro_list li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.tpl-4fd97401 .page_list2 .pro_list li .img {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
}

.tpl-4fd97401 .page_list2 .pro_list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-4fd97401 .page_list2 .pro_list li h3 {
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
    color: #333;
}

/* ========== page_news 新闻 ========== */
.tpl-4fd97401 .page_news {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.tpl-4fd97401 .page_news .item {
    width: 100%;
}

.tpl-4fd97401 .page_news ul {
    padding-top: 30px;
}

.tpl-4fd97401 .page_news ul li {
    border: 1px solid #fff;
    margin-bottom: 15px;
    padding: 25px;
    background: url("/static/templates/4fd97401/images/news-bg.png") no-repeat right bottom #fff;
    position: relative;
    transition: all 0.3s;
}

.tpl-4fd97401 .page_news ul li:hover {
    border-color: #a92225;
    background: url("/static/templates/4fd97401/images/news-bg-hover.png") no-repeat right bottom #fff;
}

.tpl-4fd97401 .page_news ul li:hover .date {
    background: #a92225;
}

.tpl-4fd97401 .page_news ul li:hover .date_k,
.tpl-4fd97401 .page_news ul li:hover .date_k h2 {
    border-color: #df5a5d;
}

.tpl-4fd97401 .page_news ul li:hover .text h3 {
    color: #a92225;
}

.tpl-4fd97401 .page_news ul li .date {
    float: left;
    margin-right: 30px;
    background: #b5b5b5;
    padding: 2px;
}

.tpl-4fd97401 .page_news ul li .date_k {
    height: 75px;
    width: 65px;
    padding: 0 5px;
    border: 2px solid #c9c9c9;
    text-align: center;
}

.tpl-4fd97401 .page_news ul li .date_k span {
    line-height: 25px;
    display: block;
    color: #fff;
}

.tpl-4fd97401 .page_news ul li .text h3 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tpl-4fd97401 .page_news ul li a {
    display: block;
    color: #333;
}

/* ========== linkbox 友情链接 ========== */
.tpl-4fd97401 .linkbox {
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 0 10px;
}

.tpl-4fd97401 .linkbox p {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #a92225;
    padding-bottom: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.tpl-4fd97401 .linkbox p span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    line-height: 25px;
}

.tpl-4fd97401 .linkbox a {
    color: #333;
    margin-right: 15px;
    line-height: 25px;
    display: inline-block;
}

/* ========== footer ========== */
.tpl-4fd97401 .footer {
    margin-top: 10px;
    border-top: 1px solid #dedede;
}

.tpl-4fd97401 .footer .ft_bq {
    text-align: center;
    line-height: 30px;
    padding: 20px 10px 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.tpl-4fd97401 .footer .ft_bq p {
    color: #666;
    font-size: 14px;
}

/* 强制全局 box-sizing 兜底 */
.tpl-4fd97401 * {
    box-sizing: border-box;
}
