/* guv9w6jt：home_00015 绿色传统工业站首页快速导入，所有规则限定在 .tpl-guv9w6jt 下。
   CSS 来自参考站 stylesheet_3.css（public.css）和 stylesheet_2.css（index.css）清洗合并：
   - stylesheet_0.css（cdn 客服/注册浮层）已剥离
   - stylesheet_1.css（font.css）仅保留 .sjys24 颜色
   主题色使用 #0b9243（绿色），装饰图来自模板静态目录。
*/

.tpl-guv9w6jt {
    color: #666;
    font-size: 14px;
    width: 100%;
    font-family: "Microsoft Yahei", Arial, sans-serif;
    line-height: 1.6;
    background: #fff;
}

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

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

.tpl-guv9w6jt a:focus {
    outline: 0;
}

.tpl-guv9w6jt p {
    word-spacing: -1.5px;
    margin: 0;
    padding: 0;
}

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

.tpl-guv9w6jt h1,
.tpl-guv9w6jt h2,
.tpl-guv9w6jt h3,
.tpl-guv9w6jt h4,
.tpl-guv9w6jt h5,
.tpl-guv9w6jt ul,
.tpl-guv9w6jt li,
.tpl-guv9w6jt dl,
.tpl-guv9w6jt dt,
.tpl-guv9w6jt dd,
.tpl-guv9w6jt input {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.tpl-guv9w6jt ul,
.tpl-guv9w6jt li {
    list-style: none;
}

.tpl-guv9w6jt h5 {
    font-size: 12px;
}

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

.tpl-guv9w6jt .content,
.tpl-guv9w6jt .footer {
    width: 1400px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

/* 顶部 topWrap + 横向 header：左 logo + 右 6 项绿色导航 */
.tpl-guv9w6jt .topWrap {
    font-family: "Microsoft Yahei";
    position: relative;
    width: 100%;
    background: #fff;
}

.tpl-guv9w6jt .header {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    padding: 25px 0;
}

.tpl-guv9w6jt .logobox {
    height: 60px;
    overflow: hidden;
    width: 360px;
    position: relative;
}

.tpl-guv9w6jt .logobox .logo {
    max-height: 60px;
    float: left;
    overflow: hidden;
    max-width: 100%;
}

.tpl-guv9w6jt .logobox .logo img {
    height: 60px;
}

/* 绿色主导航：60px 高，6 项 1000px 等分 */
.tpl-guv9w6jt .nav {
    height: 60px;
    position: relative;
}

.tpl-guv9w6jt .nav ul {
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.tpl-guv9w6jt .nav li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    max-width: 166px;
    overflow: hidden;
}

.tpl-guv9w6jt .nav li a {
    font-size: 18px;
    font-weight: 700;
    color: #0b9243;
    padding: 0 10px;
    display: inline-block;
}

.tpl-guv9w6jt .nav .cur a {
    color: #fff;
    background: #0b9243;
}

.tpl-guv9w6jt .nav li a:hover {
    color: #fff;
    background: #0b9243;
}

/* 移动端汉堡按钮 */
.tpl-guv9w6jt .m_nav {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url("/static/templates/guv9w6jt/images/mobile-menu.png") no-repeat center center #333;
    background-size: 25px auto;
    right: 5px;
    display: none;
}

/* fullSlide 轮播 banner：参考站原始宽度 1400px */
.tpl-guv9w6jt .fullSlide {
    min-width: 1200px;
    position: relative;
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.tpl-guv9w6jt .fullSlide .bd {
    position: relative;
    z-index: 0;
}

.tpl-guv9w6jt .fullSlide .bd ul {
    width: 100% !important;
}

.tpl-guv9w6jt .fullSlide .bd li {
    width: 100% !important;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-guv9w6jt .fullSlide .bd li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

.tpl-guv9w6jt .fullSlide .hd {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}

.tpl-guv9w6jt .fullSlide .hd ul {
    text-align: center;
}

.tpl-guv9w6jt .fullSlide .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 5px;
    cursor: pointer;
}

.tpl-guv9w6jt .fullSlide .hd .on {
    background: #0b9243;
}

.tpl-guv9w6jt .fullSlide .prev,
.tpl-guv9w6jt .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
}

.tpl-guv9w6jt .fullSlide .prev {
    left: 20px;
}

.tpl-guv9w6jt .fullSlide .next {
    right: 20px;
}

.tpl-guv9w6jt .fullSlide .prev img,
.tpl-guv9w6jt .fullSlide .next img {
    width: 40px;
    height: 50px;
}

/* dpspbox 视频区：左大视频 + 右 6 缩略图 */
.tpl-guv9w6jt .dpspbox {
    width: 1200px;
    margin: 15px auto;
    overflow: hidden;
    background: #fff;
}

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

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

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

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

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

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

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

.tpl-guv9w6jt .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-guv9w6jt .dpspycbox .moreimglist2024 .tuijianimgbox2024 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.tpl-guv9w6jt .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-guv9w6jt .dpspycbox .moreimglist2024 .tuijianimgbox2024 .playvideo2 img {
    position: relative !important;
    width: 50% !important;
    height: 50% !important;
    margin-left: 20%;
    margin-top: 20%;
}

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

/* 视频介绍文案 */
.tpl-guv9w6jt .video_intro1 {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 50px;
    background: #fff;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

/* 栏目标题：居中 h2 + 装饰背景 + 英文 en */
.tpl-guv9w6jt .index-title-box {
    text-align: center;
    padding-bottom: 20px;
}

.tpl-guv9w6jt .index-title-box h2 {
    width: 348px;
    margin: 0 auto;
    font-size: 32px;
    background: url("/static/templates/guv9w6jt/images/title-bg.png") no-repeat left center;
    color: #0b9243;
    line-height: 32px;
}

.tpl-guv9w6jt .index-title-box p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #97989e;
}

/* aboutbox 优势区 + 公司介绍 */
.tpl-guv9w6jt .aboutbox {
    overflow: hidden;
    padding-bottom: 50px;
    background: #f0f0f0;
}

.tpl-guv9w6jt .aboutbox .content {
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.tpl-guv9w6jt .aboutbox .content h2 {
    color: #0b9243;
    margin-bottom: 20px;
}

/* 4 卡片优势：白底圆角 + 阴影 + 悬停展开 */
.tpl-guv9w6jt .advan-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tpl-guv9w6jt .advan-list li {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 30px;
    position: relative;
    height: 300px;
    cursor: pointer;
    width: 280px;
}

.tpl-guv9w6jt .advan-list li a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #048f3e;
    border-radius: 5px;
    z-index: 1;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.tpl-guv9w6jt .advan-list li:hover a:after {
    left: 0;
    width: 100%;
}

.tpl-guv9w6jt .advan-list li .img {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-guv9w6jt .advan-list li .img img {
    max-height: 70px;
    transition: all 0.5s;
}

.tpl-guv9w6jt .advan-list li h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    margin: 2.5vh 0;
    position: relative;
    z-index: 9;
    top: 0;
    transition: all 0.8s;
}

.tpl-guv9w6jt .advan-list li:hover h3 {
    top: -100px;
    color: #fff;
}

.tpl-guv9w6jt .advan-list li .text .intro {
    color: #666;
    font-size: 15px;
    line-height: 2;
    height: 90px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    top: 0;
    transition: all 0.8s;
}

.tpl-guv9w6jt .advan-list li:hover .intro {
    top: -100px;
    color: #fff;
    height: 180px;
}

/* about-wenzi 公司介绍文字 + about-img 公司图 */
.tpl-guv9w6jt .about-wenzi {
    width: 740px;
    background: #fff;
    padding: 20px;
    float: right;
}

.tpl-guv9w6jt .about-wenzi .about-cont {
    line-height: 30px;
    text-align: justify;
    height: 360px;
    overflow: hidden;
    font-size: 16px;
    text-indent: 15px;
}

.tpl-guv9w6jt .about-wenzi .dptygjc {
    color: #0b9243;
    font-weight: bold;
}

.tpl-guv9w6jt .about-wenzi .tylxr,
.tpl-guv9w6jt .about-wenzi .tydz {
    color: #ff0000;
    font-weight: bold;
}

.tpl-guv9w6jt .about-img {
    width: 600px;
    overflow: hidden;
    height: 400px;
    float: left;
}

.tpl-guv9w6jt .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 白色斜光扫过效果 */
.tpl-guv9w6jt .white {
    position: relative;
}

.tpl-guv9w6jt .white:after,
.tpl-guv9w6jt .whites:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}

.tpl-guv9w6jt .white:hover:after {
    left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

/* 产品中心 pro_bj + pro + product */
.tpl-guv9w6jt .pro_bj {
    padding-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}

.tpl-guv9w6jt .product {
    margin-bottom: 36px;
    position: relative;
}

.tpl-guv9w6jt .product ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    background: #fff;
    padding: 20px 0;
}

.tpl-guv9w6jt .product li {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.tpl-guv9w6jt .product li .img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.tpl-guv9w6jt .product li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.tpl-guv9w6jt .product li:hover .img img {
    transform: scale(1.05);
}

.tpl-guv9w6jt .product li .tit {
    padding: 12px 10px;
    text-align: center;
}

.tpl-guv9w6jt .product li .tit p {
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tpl-guv9w6jt .product li:hover .tit p {
    color: #0b9243;
}

/* 客户案例 al_bj + almask + anl */
.tpl-guv9w6jt .al_bj {
    background: #f0f0f0;
    padding: 40px 0;
}

.tpl-guv9w6jt .almask {
    overflow: hidden;
}

.tpl-guv9w6jt .anl {
    position: relative;
}

.tpl-guv9w6jt .case-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.tpl-guv9w6jt .case-track {
    overflow: hidden;
}

.tpl-guv9w6jt .case-track ul {
    white-space: nowrap;
    font-size: 0;
    transition: transform 0.4s ease;
}

.tpl-guv9w6jt .case-track ul li {
    display: inline-block;
    width: 360px;
    margin: 0 10px 20px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    white-space: normal;
}

.tpl-guv9w6jt .case-track ul li .img {
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.tpl-guv9w6jt .case-track ul li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.tpl-guv9w6jt .case-track ul li:hover .img img {
    transform: scale(1.05);
}

.tpl-guv9w6jt .case-track ul li .tit {
    padding: 12px 10px;
    text-align: center;
}

.tpl-guv9w6jt .case-track ul li .tit p {
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tpl-guv9w6jt .case-prev,
.tpl-guv9w6jt .case-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-guv9w6jt .case-prev {
    left: 0;
}

.tpl-guv9w6jt .case-next {
    right: 0;
}

.tpl-guv9w6jt .case-prev img,
.tpl-guv9w6jt .case-next img {
    width: 100%;
    height: 100%;
    max-width: none;
}

/* 新闻中心 ns_bj + news + ns_n */
.tpl-guv9w6jt .ns_bj {
    background: #fff;
    padding: 40px 0;
}

.tpl-guv9w6jt .ns_n {
    background: #fff;
    padding: 20px 0;
}

.tpl-guv9w6jt .ns_n ul {
    background: #fff;
}

.tpl-guv9w6jt .ns_n li {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.tpl-guv9w6jt .ns_n li a {
    color: #333;
    flex: 1;
}

.tpl-guv9w6jt .ns_n li a:hover {
    color: #0b9243;
}

.tpl-guv9w6jt .ns_n li span {
    color: #999;
    font-size: 14px;
    margin-left: 20px;
}

/* 友情链接 linkbox */
.tpl-guv9w6jt .linkbox {
    background: #f0f0f0;
    padding: 20px;
    width: 1360px;
    line-height: 26px;
    margin: 30px auto;
    overflow: hidden;
}

.tpl-guv9w6jt .linkbox a {
    margin-right: 10px;
    display: inline-block;
    color: #666;
}

.tpl-guv9w6jt .linkbox h4 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #0b9243;
    margin-right: 10px;
}

/* 页脚 footWrap + footer */
.tpl-guv9w6jt .footWrap {
    background: #0b9243;
    overflow: hidden;
    font-family: "Microsoft Yahei";
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.tpl-guv9w6jt .footer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.tpl-guv9w6jt .footer p {
    color: #fff;
    margin-bottom: 8px;
}

.tpl-guv9w6jt .footer .sjys24 {
    color: #fff;
    font-weight: bold;
}

.tpl-guv9w6jt .footer .tylxr,
.tpl-guv9w6jt .footer .tydz {
    color: #fff;
    font-weight: bold;
}

.tpl-guv9w6jt .m3cont {
    background: #fff;
}

/* 通用标题装饰 */
.tpl-guv9w6jt .index-more:hover {
    background: #0b9243;
}

.tpl-guv9w6jt .index-more:hover a {
    color: #fff;
}
