/* tz8umadw：home_00040 首页快速导入。
   CSS 整合自参考站 stylesheet_2.css（ypmshopzsy2.css）、stylesheet_4.css（style.css），
   客服浮层（right_info/zhuce2023/linkus/huaermapbox/contactbox2023/yqbody2024）已剥离。
   所有规则限定在 .tpl-tz8umadw 下，避免与其他模板的 CSS 互相污染。
*/

.tpl-tz8umadw {
    color: #5E5E5E;
    font-size: 13px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.7;
    background: #fafafa;
    -webkit-text-size-adjust: none;
    width: 100%;
}

body.tpl-tz8umadw *,
.tpl-tz8umadw h2,
.tpl-tz8umadw p,
.tpl-tz8umadw ul,
.tpl-tz8umadw li,
.tpl-tz8umadw input,
.tpl-tz8umadw img {
    margin: 0;
    padding: 0;
}

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

.tpl-tz8umadw img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

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

.tpl-tz8umadw a:hover {
    text-decoration: none;
    color: #d40000;
}

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

/* 1200px 通用容器 */
.tpl-tz8umadw .containertop {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* 头部：白底 + 100px logo 区 + 58px 黑色导航 */
.tpl-tz8umadw .header {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.tpl-tz8umadw .top-box1 {
    height: 100px;
    overflow: hidden;
    width: 1050px;
    margin: 0 auto;
}

.tpl-tz8umadw .top-box1-logo {
    height: 80px;
    margin-top: 10px;
    overflow: hidden;
}

.tpl-tz8umadw .top-box1-logo img {
    max-height: 80px;
    max-width: 100%;
}

/* 黑色 58px 导航条，参考站用 images/0.png 做竖向分割线，源文件为空故改用 CSS border */
.tpl-tz8umadw .headerNav {
    overflow: hidden;
    width: 100%;
    height: 58px;
    background-color: #000;
}

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

.tpl-tz8umadw .headerNav li {
    float: left;
    line-height: 58px;
    font-size: 14px;
    border-right: 1px solid #1a1a1a;
}

.tpl-tz8umadw .headerNav li.last {
    border-right: none;
}

.tpl-tz8umadw .headerNav li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 19px;
    padding-left: 50px;
}

.tpl-tz8umadw .headerNav li.cur a,
.tpl-tz8umadw .headerNav li a:hover {
    color: #fff;
    background: #d40000;
}

/* 大图轮播 fullSlide */
.tpl-tz8umadw .fullSlide {
    height: 450px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background: #c5cde4;
}

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

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

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

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

.tpl-tz8umadw .fullSlide .hd {
    height: 6px;
    position: absolute;
    left: 20%;
    bottom: 20px;
    z-index: 99;
}

.tpl-tz8umadw .fullSlide .hd ul {
    overflow: hidden;
}

.tpl-tz8umadw .fullSlide .hd li {
    display: inline-block;
    width: 30px;
    height: 8px;
    background: #fff;
    cursor: pointer;
    margin-left: 3px;
    overflow: hidden;
    text-indent: -9999px;
}

.tpl-tz8umadw .fullSlide .hd li.on {
    background: #d40000;
}

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

.tpl-tz8umadw .fullSlide .prev {
    left: 0;
}

.tpl-tz8umadw .fullSlide .next {
    right: 0;
}

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

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

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

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

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

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

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

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

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

.tpl-tz8umadw .dpspycbox .moreimglist2024 .tuijianimgbox2024 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.tpl-tz8umadw .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-tz8umadw .dpspycbox .moreimglist2024 .playvideo2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-tz8umadw .dpspycbox .moreimglist2024 .playvideo2 img {
    width: 36px;
    height: 36px;
    position: relative;
}

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

/* 视频介绍文字：红色加粗居中 */
.tpl-tz8umadw .video_intro1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #d40000;
    text-align: center;
    padding: 25px 0;
    background: #fff;
}

/* 工艺格言 contactbox：3 张纹理背景 */
.tpl-tz8umadw .contactbox {
    width: 100%;
    margin: 0 auto;
    height: 195px;
    background: url("/static/templates/tz8umadw/images/2.jpg") repeat-x top left;
    overflow: hidden;
}

.tpl-tz8umadw .contactbox_ma {
    width: 1002px;
    height: 195px;
    background: url("/static/templates/tz8umadw/images/3.jpg") no-repeat 16px bottom;
    margin: 0 auto;
}

.tpl-tz8umadw .contactbox_main {
    width: 982px;
    height: 146px;
    padding: 18px 10px 0 10px;
    margin: 0 auto;
    background: url("/static/templates/tz8umadw/images/4.jpg") repeat-y 755px top;
    overflow: hidden;
}

.tpl-tz8umadw .contactbox_main_left {
    width: 770px;
    float: left;
}

.tpl-tz8umadw .contactbox_main_left_title {
    width: 100%;
    font-size: 41px;
    font-family: Impact, "Arial Black", sans-serif;
    color: #fbfbfb;
    height: 50px;
    line-height: 50px;
}

.tpl-tz8umadw .contactbox_main_left_min {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #fbfbfb;
    height: 40px;
    line-height: 40px;
}

.tpl-tz8umadw .contactbox_main_left_min span {
    font-size: 18px;
    font-weight: bold;
}

.tpl-tz8umadw .contactbox_main_left_text {
    width: 628px;
    float: left;
    clear: both;
    font-size: 12px;
    color: #d5abad;
    line-height: 18px;
    margin-top: 6px;
}

.tpl-tz8umadw .contactbox_main_right {
    float: left;
    width: 210px;
    overflow: hidden;
}

.tpl-tz8umadw .contactbox_main_right_tel {
    padding-top: 42px;
    width: 100%;
    float: left;
    color: #d5aaad;
    font-size: 12px;
    line-height: 22px;
    margin-top: 30px;
}

.tpl-tz8umadw .contactbox_main_right_tel a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.tpl-tz8umadw .contactbox_main_right_tel a:hover {
    color: #ffe478;
}

/* 案例滚动区 casemare */
.tpl-tz8umadw .casemare {
    overflow: hidden;
    width: 1200px;
    margin: 20px auto;
    height: 330px;
    background: #fff;
}

.tpl-tz8umadw .casemare ul {
    overflow: hidden;
    width: 1200px;
    margin-bottom: 20px;
}

.tpl-tz8umadw .casemare li {
    float: left;
    width: 289px;
    height: 320px;
    margin-right: 10px;
    margin-top: 10px;
}

.tpl-tz8umadw .casemare li .imgcss {
    height: 220px;
    width: 289px;
    background: #f5f5f5;
    overflow: hidden;
}

.tpl-tz8umadw .casemare li .imgcss img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-tz8umadw .casemare li a {
    display: block;
    text-decoration: none;
}

.tpl-tz8umadw .casemare li h2 {
    margin-top: 16px;
    text-align: center;
    margin-left: 8px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #2a333c;
}

.tpl-tz8umadw .casemare li h2 a {
    color: #2a333c;
}

/* 通用 product 容器 */
.tpl-tz8umadw .product {
    width: 100%;
    height: auto !important;
    padding-bottom: 10px;
    background: #fff;
}

.tpl-tz8umadw .product h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 15px;
}

.tpl-tz8umadw .prtj_tit {
    font-size: 18px;
    padding-bottom: 15px;
    text-align: center;
    background: url("/static/templates/tz8umadw/images/1.png") no-repeat center bottom;
    display: block;
    padding-top: 20px;
    height: 50px;
    line-height: 50px;
    color: #333;
}

.tpl-tz8umadw .prtj_tit h2 {
    font-size: 30px;
    color: #d40000;
    font-weight: bold;
    font-family: "Microsoft YaHei", sans-serif;
    line-height: 50px;
}

/* 关于我们 */
.tpl-tz8umadw .about-section {
    padding: 10px 0 30px;
    background: #fff;
}

.tpl-tz8umadw #main {
    width: 1200px;
    margin: 0 auto;
}

.tpl-tz8umadw .company {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    min-height: 300px;
    overflow: hidden;
}

.tpl-tz8umadw .company img {
    float: left;
    margin-right: 20px;
    width: 300px;
    height: 250px;
    object-fit: cover;
}

.tpl-tz8umadw .companyt {
    color: #323232;
    min-height: 250px;
    overflow: hidden;
    line-height: 28px;
    font-size: 13px;
}

.tpl-tz8umadw .companyt p {
    line-height: 28px;
    font-size: 13px;
    color: #5E5E5E;
}

.tpl-tz8umadw .companyt p .dptygjc {
    color: #b2b200;
    font-weight: bold;
}

.tpl-tz8umadw .companyt p .dpcsgsm {
    color: #09c;
    font-weight: bold;
}

.tpl-tz8umadw .companyt p .tylxr,
.tpl-tz8umadw .companyt p .tydz {
    color: #f00;
    font-weight: bold;
}

.tpl-tz8umadw .symore {
    width: 120px;
    height: 40px;
    text-align: center;
    margin-left: 1060px;
    background-color: #d40000;
    line-height: 40px;
    margin-top: 20px;
}

.tpl-tz8umadw .symore a {
    font-size: 16px;
    color: #fff;
}

.tpl-tz8umadw .cl {
    clear: both;
}

/* 科技资讯 kjzx：左侧新闻 + 右侧联系 */
.tpl-tz8umadw .kjzx {
    height: 440px;
    padding: 8px 0;
    background: #fafafa;
    overflow: hidden;
}

.tpl-tz8umadw .kjzx01 {
    width: 1200px;
    height: 440px;
    margin: 0 auto;
}

.tpl-tz8umadw .kjzxl {
    width: 779px;
    height: 393px;
    position: relative;
    float: left;
    overflow: hidden;
}

.tpl-tz8umadw .kjzxltop {
    height: 48px;
    border-bottom: #ccc solid 2px;
    margin-right: 20px;
    position: relative;
}

.tpl-tz8umadw .kjtitle {
    line-height: 46px;
    border-bottom: #d40000 solid 4px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #333;
}

.tpl-tz8umadw .kjtitle a {
    color: #333;
}

.tpl-tz8umadw .kjfg {
    border-top: #fff 1px solid;
}

.tpl-tz8umadw .newcont {
    float: left;
    width: 760px;
    margin-top: 10px;
}

.tpl-tz8umadw .cpfl {
    margin-top: 13px;
    width: 759px;
    overflow: hidden;
}

.tpl-tz8umadw .cpfl ul {
    list-style-type: none;
}

.tpl-tz8umadw .cpfl ul li {
    background-color: #efefef;
    height: 40px;
    line-height: 40px;
    margin-bottom: 13px;
    border: 1px dashed #ccc;
    width: 759px;
    overflow: hidden;
}

.tpl-tz8umadw .cpfl ul li a {
    color: #000;
    text-align: left;
    font-weight: normal;
    text-decoration: none;
    padding-left: 30px;
    width: 610px;
    float: left;
    margin-right: 12px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tpl-tz8umadw .kjzxr {
    width: 399px;
    height: 440px;
    float: left;
    border-left: #fff solid 1px;
    padding-left: 20px;
    overflow: hidden;
}

.tpl-tz8umadw .lxfl {
    margin-top: 13px;
}

.tpl-tz8umadw .lxfl ul {
    list-style-type: none;
}

.tpl-tz8umadw .lxfl ul li {
    background-color: #efefef;
    height: 40px;
    line-height: 40px;
    margin-bottom: 13px;
    border: 1px dashed #ccc;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    padding-left: 30px;
}

/* 产品新闻 casescro：横向滚动列表 */
.tpl-tz8umadw .casescro {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto 20px;
    background: #fff;
}

.tpl-tz8umadw .casescro ul {
    overflow: hidden;
    width: 1200px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tpl-tz8umadw .casescro ul li {
    width: 290px;
    height: 280px;
    background: #fafafa;
    overflow: hidden;
}

.tpl-tz8umadw .casescro ul li .imgcss {
    height: 220px;
    width: 290px;
    background: #f5f5f5;
    overflow: hidden;
}

.tpl-tz8umadw .casescro ul li .imgcss img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tpl-tz8umadw .casescro ul li h2 {
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.tpl-tz8umadw .casescro ul li h2 a {
    color: #333;
}

/* 友情链接 ljys */
.tpl-tz8umadw .ljys {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.tpl-tz8umadw .mainyq {
    width: 1200px;
    margin: 0 auto;
}

.tpl-tz8umadw .tab {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.tpl-tz8umadw .tab .tabspan {
    float: left;
    background: #dcdcdc;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    padding: 0 14px;
}

.tpl-tz8umadw .tab-hd {
    padding: 0;
    margin: 0;
    height: 24px;
    zoom: 1;
    color: #fff;
    list-style: none;
}

.tpl-tz8umadw .tab-bd {
    padding: 10px;
    margin: 0;
    line-height: 28px;
    list-style: none;
}

.tpl-tz8umadw .tab-bd li {
    display: block;
}

.tpl-tz8umadw .tab-bd li a {
    display: inline-block;
    margin: 4px 12px 4px 0;
    color: #666;
    font-size: 13px;
}

.tpl-tz8umadw .tab-bd li a:hover {
    color: #d40000;
}

/* 页脚：深灰底白字 */
.tpl-tz8umadw .foot {
    margin: 0 0 10px 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    background: #333;
    line-height: 28px;
    color: #fff;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 14px;
    overflow: hidden;
}

.tpl-tz8umadw .foot a {
    color: #d40000;
    font-weight: bold;
}

.tpl-tz8umadw .foot a:hover {
    color: #ffe478;
}

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

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

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

.tpl-tz8umadw .case-carousel .case-track ul li {
    display: inline-block;
    width: 289px;
    height: 320px;
    margin: 0 10px;
    white-space: normal;
    vertical-align: top;
}

.tpl-tz8umadw .case-carousel .case-track ul li .imgcss {
    height: 220px;
    width: 289px;
    background: #f5f5f5;
    overflow: hidden;
}

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

.tpl-tz8umadw .case-carousel .case-track ul li h2 {
    margin-top: 16px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #2a333c;
}

.tpl-tz8umadw .case-carousel .case-track ul li h2 a {
    color: #2a333c;
}

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

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

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

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

.tpl-tz8umadw .foot p {
    margin: 0;
    padding: 0 10px;
}

/* 内页通用容器：面包屑 + 列表 */
.tpl-tz8umadw .inner-page {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
}

.tpl-tz8umadw .inner-breadcrumb {
    font-size: 14px;
    color: #5a5a5a;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.tpl-tz8umadw .inner-breadcrumb a {
    color: #5a5a5a;
}

.tpl-tz8umadw .inner-breadcrumb a:hover {
    color: #d40000;
}

.tpl-tz8umadw .inner-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 15px 0;
}

.tpl-tz8umadw .inner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.tpl-tz8umadw .inner-card {
    border: 1px solid #eee;
    background: #fff;
}

.tpl-tz8umadw .inner-card .imgcss {
    width: 100%;
    height: 220px;
    background: #f5f5f5;
    overflow: hidden;
}

.tpl-tz8umadw .inner-card .imgcss img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tpl-tz8umadw .inner-card h3 {
    font-size: 15px;
    color: #333;
    text-align: center;
    padding: 12px 0;
    font-weight: normal;
    line-height: 1.5;
}

.tpl-tz8umadw .inner-card a {
    color: #333;
    display: block;
}

.tpl-tz8umadw .inner-card a:hover h3 {
    color: #d40000;
}
