/* tidas3sg：home_00005 绿色传统区域站首页快速导入，所有规则限定在 .tpl-tidas3sg 下。
   CSS 来自参考站 stylesheet_0.css（注册浮层）已剥离，stylesheet_1.css（index.css）和
   stylesheet_2.css（public.css）清洗后保留并加 .tpl-tidas3sg 前缀。
   远程视频、jQuery slide、单文件 base64 全部不输出。
*/

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

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

.tpl-tidas3sg a:hover {
    color: #333 !important;
    text-decoration: none;
}

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

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

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

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

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

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

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

/* 内容容器：参考站统一 1200px 居中 */
.tpl-tidas3sg .content,
.tpl-tidas3sg .footer {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

/* 顶部 topWrap：白底 + 包含欢迎条 + 头部 + 导航 */
.tpl-tidas3sg .topWrap {
    font-family: "Microsoft Yahei";
    position: relative;
    width: 100%;
    background: #fff;
}

/* 顶部欢迎条 header1：浅灰底 + 欢迎语 */
.tpl-tidas3sg .header1 {
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.tpl-tidas3sg .header1 .welcome {
    float: left;
}

.tpl-tidas3sg .header1 .mapli {
    float: right;
}

/* 主头部 header：1200px 容器 + logo + 文字标签 + 右侧电话 */
.tpl-tidas3sg .header {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}

/* logo 容器：左 logo 图 + 文字标签 + 边框分割 */
.tpl-tidas3sg .logobox {
    height: 60px;
    overflow: hidden;
    width: 1200px;
    position: relative;
}

.tpl-tidas3sg .logobox .logo {
    max-height: 60px;
    float: left;
    overflow: hidden;
    max-width: 360px;
}

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

.tpl-tidas3sg .logobox .logotext {
    padding-left: 20px;
    border-left: 1px solid #ddd;
    float: left;
}

.tpl-tidas3sg .logobox .logotext h1 {
    color: #3faf41;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.tpl-tidas3sg .logobox .logotext span {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: block;
}

/* 右侧电话 buybox：图标 + 文案 + 号码 */
.tpl-tidas3sg .buybox {
    position: absolute;
    top: 30px;
    height: 50px;
    right: 0;
    display: flex;
    align-items: center;
    text-align: right;
}

.tpl-tidas3sg .buybox p {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: 2px;
    line-height: 25px;
}

.tpl-tidas3sg .buybox strong {
    color: #3faf41;
    font-size: 20px;
    font-weight: normal;
}

.tpl-tidas3sg .buybox .telboximg {
    width: 50px;
    height: 50px;
    background: url("/static/templates/tidas3sg/images/buybox-tel.png") no-repeat center;
    background-size: 50px;
}

.tpl-tidas3sg .buybox .telboxwz {
    margin-left: 10px;
}

.tpl-tidas3sg .buybox .icomoonsz222 {
    display: block;
    color: #3faf41;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

/* 导航 nav：绿色背景 + 6 项水平 */
.tpl-tidas3sg .nav {
    height: 60px;
    position: relative;
    background: #3faf41;
    width: 100%;
}

.tpl-tidas3sg .nav ul {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.tpl-tidas3sg .nav li {
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 200px;
}

.tpl-tidas3sg .nav li a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.tpl-tidas3sg .nav li:hover a {
    color: #fff !important;
    z-index: 10;
    position: relative;
}

.tpl-tidas3sg .nav .cur {
    background: #258c44;
}

.tpl-tidas3sg .nav .cur a {
    color: #fff;
}

/* 移动端汉堡按钮：参考站 .m_nav 装饰图 */
.tpl-tidas3sg .m_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url("/static/templates/tidas3sg/images/mobile-menu.png") no-repeat center center #3faf41;
    background-size: 30px auto;
    display: none;
    cursor: pointer;
}

/* 轮播 fullSlide */
.tpl-tidas3sg .fullSlide {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.tpl-tidas3sg .fullSlide .bd {
    width: 100%;
    height: 100%;
    position: relative;
}

.tpl-tidas3sg .fullSlide .bd ul {
    width: 100%;
    height: 100%;
    position: relative;
}

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

.tpl-tidas3sg .fullSlide .bd li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tpl-tidas3sg .fullSlide .hd {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.tpl-tidas3sg .fullSlide .hd ul {
    display: inline-block;
}

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

.tpl-tidas3sg .fullSlide .hd .on {
    background: #3faf41;
}

.tpl-tidas3sg .fullSlide .prev,
.tpl-tidas3sg .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    cursor: pointer;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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

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

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

.tpl-tidas3sg .dpspycbox {
    width: 330px;
    float: right;
}

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

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

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

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

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

/* 5 个能力优势 four：白底 + 5 个图标 + 文字 */
.tpl-tidas3sg .four {
    padding: 40px 0;
    background: #fff;
    overflow: hidden;
}

.tpl-tidas3sg .four ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.tpl-tidas3sg .four ul li {
    width: 240px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #666;
    background: url("/static/templates/tidas3sg/images/four-line.gif") no-repeat 0 42px;
}

.tpl-tidas3sg .four ul li em {
    width: 45px;
    display: block;
    margin: 0 auto;
}

.tpl-tidas3sg .four ul li em img {
    width: 45px;
    height: 42px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

.tpl-tidas3sg .four ul li span {
    display: block;
    font-size: 22px;
    color: #333;
    height: 70px;
    line-height: 70px;
    background: url("/static/templates/tidas3sg/images/four-underline.png") no-repeat center 66px;
    margin-bottom: 12px;
    overflow: hidden;
}

.tpl-tidas3sg .four ul li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 0 20px;
    height: 48px;
    overflow: hidden;
}

.tpl-tidas3sg .four ul li:hover em img {
    transform: rotateY(180deg);
}

/* 通用 c1 区块：白底 + 50px 内边距 */
.tpl-tidas3sg .c1 {
    padding: 50px;
    overflow: hidden;
    background: #fff;
}

/* 栏目标题 titl：绿色文字 + 装饰底图 */
.tpl-tidas3sg .titl {
    margin-bottom: 30px;
    text-align: center;
    background: url("/static/templates/tidas3sg/images/title-decor.png") no-repeat center center;
}

.tpl-tidas3sg .titl .zh {
    font-size: 36px;
    font-weight: bold;
    color: #3faf41;
}

.tpl-tidas3sg .titl .en {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
}

/* c1 内 c22：左侧分类菜单 + 右侧产品宫格 */
.tpl-tidas3sg .c22 {
    position: relative;
    overflow: hidden;
}

.tpl-tidas3sg .c22 .hd {
    width: 240px;
    float: left;
    background: #f5f5f5;
    min-height: 570px;
}

.tpl-tidas3sg .c22 .hd .title1 {
    padding: 15px;
    text-align: center;
}

.tpl-tidas3sg .c22 .hd .title1 img {
    max-width: 100%;
    max-height: 60px;
    margin: 0 auto;
}

.tpl-tidas3sg .c22 .hd ul {
    padding: 15px;
}

.tpl-tidas3sg .c22 .hd li {
    margin-bottom: 17px;
    line-height: 44px;
    color: #000;
    display: block;
    text-align: center;
    font-size: 16px;
    border: 1px solid #3faf41;
}

.tpl-tidas3sg .c22 .hd li:hover {
    background: #3faf41;
    color: #fff;
}

.tpl-tidas3sg .c22 .bd {
    width: 930px;
    float: right;
    overflow: hidden;
}

.tpl-tidas3sg .c22 .bd li:hover {
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
}

.tpl-tidas3sg .c22 .bd li:hover .img img {
    transform: scale(1.1);
}

/* c2 客户案例网格：285px 卡片 + 阴影 */
.tpl-tidas3sg .c2 {
    position: relative;
    overflow: hidden;
}

.tpl-tidas3sg .c2 ul {
    padding-bottom: 30px !important;
    overflow: hidden;
}

.tpl-tidas3sg .c2 li {
    float: left;
    width: 285px;
    position: relative;
    margin-right: 20px;
    box-shadow: 0 0 8px #d4d4d4;
    margin-bottom: 20px;
    background: #fff;
}

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

.tpl-tidas3sg .c2 li .img.white {
    background: #fff;
}

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

.tpl-tidas3sg .c2 li h3 {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 15px;
    text-align: center;
    color: #333;
    background: #fff;
}

/* m3 公司介绍：白底 + 公司图 + 文字 */
.tpl-tidas3sg .m3 {
    padding: 10px 0 80px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.tpl-tidas3sg .m30 {
    float: right;
    width: 600px;
    height: 420px;
    background: url("/static/templates/tidas3sg/images/company-frame.png") no-repeat right top;
}

.tpl-tidas3sg .m30 img {
    padding-top: 20px;
    padding-right: 40px;
    width: 560px;
    height: 380px;
    object-fit: cover;
}

.tpl-tidas3sg .m31 {
    width: 550px;
    float: left;
    max-height: 410px;
    overflow: hidden;
    color: #666;
    line-height: 1.8;
    font-size: 14px;
}

.tpl-tidas3sg .m31 .dptygjc {
    color: #3faf41;
    font-weight: bold;
}

.tpl-tidas3sg .m31 .dpsbm {
    color: #3faf41;
    font-weight: bold;
}

.tpl-tidas3sg .m31 .tylxr,
.tpl-tidas3sg .m31 .tydz {
    color: #ff0000;
    font-weight: bold;
}

/* ysbox 4 大优势：背景纹理 + 编号 + 中英标题 + 描述 */
.tpl-tidas3sg .ysbox {
    width: 100%;
    background: url("/static/templates/tidas3sg/images/ysbg.jpg") no-repeat center center;
    padding: 50px 0;
    overflow: hidden;
}

.tpl-tidas3sg .ys01,
.tpl-tidas3sg .ys02 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.tpl-tidas3sg .ysbox .ysleft {
    width: 600px;
    float: left;
}

.tpl-tidas3sg .ysbox .ysright {
    width: 580px;
    float: right;
    text-align: center;
}

.tpl-tidas3sg .ysbox .ysright img {
    max-width: 100%;
    max-height: 350px;
    margin: 0 auto;
    border-radius: 8px;
}

.tpl-tidas3sg .ysbox dl {
    width: 600px;
    display: inline-block;
    padding-bottom: 20px;
    overflow: hidden;
}

.tpl-tidas3sg .ysbox dl dt {
    display: inline-block;
    overflow: hidden;
    height: 56px;
}

.tpl-tidas3sg .ysbox dl dt em {
    display: block;
    float: left;
    width: 52px;
    height: 56px;
    background: #3faf41;
    color: #fff;
    font-size: 28px;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}

.tpl-tidas3sg .ysbox dl dt h5 {
    float: left;
    padding: 5px 0 0 10px;
}

.tpl-tidas3sg .ysbox dl dt h5 div {
    font-size: 22px;
    color: #3faf41;
    width: 530px;
    height: 31px;
    overflow: hidden;
    font-weight: bold;
}

.tpl-tidas3sg .ysbox dl dt h5 i {
    display: block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
    padding: 3px 0 0;
    font-style: normal;
}

.tpl-tidas3sg .ysbox dl dd {
    padding: 10px 0 0 30px;
}

.tpl-tidas3sg .ysbox dl dd p {
    font-size: 15px;
    color: #333;
    line-height: 30px;
    padding: 0 0 0 0;
    height: 30px;
    overflow: hidden;
}

/* n1 行业资讯：左大列 + 右窄列 */
.tpl-tidas3sg .n1 {
    background: #f5f5f5;
    padding: 40px 0;
    overflow: hidden;
}

.tpl-tidas3sg .n1 .news.content {
    overflow: hidden;
}

.tpl-tidas3sg .ns_l {
    width: 790px;
    float: left;
    background: #fff;
}

.tpl-tidas3sg .ns_l ul {
    padding: 0 20px 10px 20px;
    overflow: hidden;
}

.tpl-tidas3sg .ns_l li {
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}

.tpl-tidas3sg .ns_l li h3 {
    font-size: 18px;
    color: #3faf41;
    margin-bottom: 8px;
}

.tpl-tidas3sg .ns_l li p {
    color: #999;
    line-height: 1.6;
    font-size: 13px;
}

.tpl-tidas3sg .ns_r {
    width: 350px;
    float: right;
    background: #fff;
    padding: 20px;
}

.tpl-tidas3sg .ns_r ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    color: #666;
}

.tpl-tidas3sg .ns_r ul li a {
    color: #3faf41;
}

/* 友情链接 linkbox */
.tpl-tidas3sg .linkbox {
    background: #fff;
    padding: 15px;
    width: 1170px;
    line-height: 26px;
    margin: 0 auto;
}

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

.tpl-tidas3sg .linkbox h4 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #3faf41;
    margin-right: 10px;
}

/* 页脚 footWrap：深灰 + 白字 */
.tpl-tidas3sg .footWrap {
    background: #33383c;
    overflow: hidden;
    font-family: "Microsoft Yahei";
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

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

.tpl-tidas3sg .footer a {
    color: #fff;
}

.tpl-tidas3sg .footer .sjys24,
.tpl-tidas3sg .footer .dpsbm2,
.tpl-tidas3sg .footer .dptygjc2,
.tpl-tidas3sg .footer .tylxr,
.tpl-tidas3sg .footer .tydz {
    color: #fff;
    font-weight: normal;
}

/* case-carousel：案例横向滚动 */
.tpl-tidas3sg .case-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.tpl-tidas3sg .case-carousel .case-track {
    overflow: hidden;
}

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

.tpl-tidas3sg .case-carousel .case-track ul li {
    display: inline-block;
    width: 280px;
    height: 220px;
    margin: 0 10px;
    background: #f5f5f5;
    overflow: hidden;
    white-space: normal;
}

.tpl-tidas3sg .case-carousel .case-track ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-tidas3sg .case-prev,
.tpl-tidas3sg .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;
    background: rgba(0, 0, 0, 0.3);
}

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

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