/* tth3zkfz：home_00042 蓝白传统区域站首页快速导入。
   仅保留参考站主样式（ypmshopzsy1 + index），客服浮层、注册弹窗、远程视频控件
   全部剥离。banner 整屏背景使用图片库 mixed 槽位。
   所有规则限定在 .tpl-tth3zkfz 下，避免污染其他模板。
   ID 选择器改为 class 选择器以确保隔离。
*/

.tpl-tth3zkfz {
    color: #5E5E5E;
    font-size: 13px;
    font-family: "宋体", "ArialNarrow", "Microsoft Yahei", Arial, sans-serif;
    line-height: 1.6;
    background: #fff;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.tpl-tth3zkfz div,
.tpl-tth3zkfz ul,
.tpl-tth3zkfz li,
.tpl-tth3zkfz p,
.tpl-tth3zkfz span,
.tpl-tth3zkfz h2,
.tpl-tth3zkfz h5,
.tpl-tth3zkfz img {
    border: 0;
    padding: 0;
    margin: 0;
}

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

.tpl-tth3zkfz a:link,
.tpl-tth3zkfz a:visited,
.tpl-tth3zkfz a:active {
    color: #000;
    text-decoration: none;
}

.tpl-tth3zkfz a:hover {
    color: #273A7E;
}

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

/* 顶部 logo 区 */
.tpl-tth3zkfz .top-box1 {
    height: 100px;
    overflow: hidden;
    width: 1050px;
    margin: 0 auto;
}

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

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

.tpl-tth3zkfz .top-box1-logo .logo11 {
    max-width: 80%;
}

/* 主导航：参考站蓝底白字 */
.tpl-tth3zkfz .nav22 {
    width: 100%;
    height: 45px;
    background: #273a7d;
    line-height: 45px;
}

.tpl-tth3zkfz .nav22 ul {
    width: 1000px;
    margin: 0 auto;
}

.tpl-tth3zkfz .nav22 ul li {
    width: 125px;
    text-align: center;
    height: 45px;
    font-size: 16px;
    float: left;
    background: url("/static/templates/tth3zkfz/images/line.png") no-repeat;
}

.tpl-tth3zkfz .nav22 ul li a {
    color: #fff;
}

.tpl-tth3zkfz .nav22 .navurl {
    background: url("/static/templates/tth3zkfz/images/cur1.gif") no-repeat !important;
    background-position: left -32px top 0 !important;
}

.tpl-tth3zkfz .nav22 .navurl a {
    color: #fff;
}

/* banner 区：参考站主视觉 */
.tpl-tth3zkfz .index_brand {
    height: 450px;
    margin: auto;
    position: relative;
    background: #c5cde4;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tpl-tth3zkfz .index_brand .banner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.tpl-tth3zkfz .index_brand .banner ul {
    height: 100%;
    overflow: hidden;
}

.tpl-tth3zkfz .index_brand .banner li {
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
}

.tpl-tth3zkfz .index_brand .banner li.on {
    z-index: 1;
    opacity: 1;
}

.tpl-tth3zkfz .index_brand .banner li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tpl-tth3zkfz .index_brand .banner li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-tth3zkfz .index_brand .banner .number {
    height: 6px;
    position: absolute;
    left: 20%;
    bottom: 20px;
}

.tpl-tth3zkfz .index_brand .banner .number span {
    display: inline-block;
    width: 30px;
    height: 8px;
    background: #fff;
    cursor: pointer;
    margin-left: 3px;
    position: relative;
    overflow: hidden;
}

.tpl-tth3zkfz .index_brand .banner .number span.on {
    background: #d40000;
}

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

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

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

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

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

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

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

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

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

.tpl-tth3zkfz .dpspbox .dpspycbox .moreimglist2024 .tuijianimgbox2024 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    object-fit: cover;
}

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

.tpl-tth3zkfz .dpspbox .dpspycbox .moreimglist2024 .cp-title2024 {
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    width: 230px;
    max-height: 60px;
}

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

/* 关于我们区块标题：背景图 */
.tpl-tth3zkfz .focus_t {
    background: url("/static/templates/tth3zkfz/images/focus-nav.jpg") no-repeat center top;
    height: 46px;
    overflow: hidden;
    margin-top: 22px;
}

.tpl-tth3zkfz .focus_t .focus_con {
    width: 1200px;
    margin: 0 auto;
}

.tpl-tth3zkfz .focus_t h2 {
    height: 46px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 160px;
    float: left;
}

.tpl-tth3zkfz .focus_t h2 span.fl {
    display: block;
    float: left;
    font: 38px "Times New Roman", Times, serif;
    color: #fcf2cf;
    text-transform: uppercase;
    line-height: 34px;
}

.tpl-tth3zkfz .focus_t h2 a {
    font: 18px "Microsoft Yahei";
    color: #fcf2cf;
    padding-top: 6px;
    display: block;
    width: 206px;
    line-height: 18px;
    float: left;
}

.tpl-tth3zkfz .focus_t h2 i {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
}

/* 关于我们正文 */
.tpl-tth3zkfz .inab {
    width: 100%;
}

.tpl-tth3zkfz .inab .main {
    width: 1200px;
    margin: 0 auto;
}

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

.tpl-tth3zkfz .inab .company > div:first-child {
    float: left;
}

.tpl-tth3zkfz .inab .companyt {
    color: #323232;
    height: 250px;
    overflow: hidden;
    width: 815px;
    float: right;
    background: url("/static/templates/tth3zkfz/images/focus-bj.jpg") repeat;
    border: 5px solid #fff;
}

.tpl-tth3zkfz .inab .acont {
    width: 800px;
    height: 250px;
    overflow: hidden;
}

.tpl-tth3zkfz .inab .acont p {
    margin: 6px;
    font-size: 14px;
    text-indent: 24px;
    line-height: 27px;
}

.tpl-tth3zkfz .inab .symore {
    width: 129px;
    height: 30px;
    text-align: center;
    margin-left: 600px;
    background-color: #273A7E;
    line-height: 30px;
    margin-top: -40px;
}

.tpl-tth3zkfz .inab .symore a {
    font-size: 16px;
    color: #FFFFFF;
    font: 14px "Microsoft Yahei";
    font-weight: bold;
    line-height: 30px;
    height: 30px;
}

.tpl-tth3zkfz .inab .cl {
    clear: both;
}

/* 通用 clear */
.tpl-tth3zkfz .clear {
    clear: both;
    overflow: hidden;
    height: 0;
    margin-top: 5px;
}

/* clfocus_bj 分割线 */
.tpl-tth3zkfz .clfocus_bj {
    height: 2px;
    margin-top: 2px;
    overflow: hidden;
    background: url("/static/templates/tth3zkfz/images/focus-line1.gif") repeat-x center bottom;
}

/* 产品新闻 mingxing */
.tpl-tth3zkfz .mingxing {
    overflow: hidden;
    padding-bottom: 20px;
}

.tpl-tth3zkfz .mingxing .kh01 {
    width: 400px;
    margin: 0 auto;
    padding-top: 5px;
    font-size: 40px;
    text-align: center;
    color: #273A7E;
    font-weight: bold;
    letter-spacing: 2px;
}

.tpl-tth3zkfz .mingxing .fang_t {
    margin-top: 3px;
    height: 43px;
    background: url("/static/templates/tth3zkfz/images/fang-nav.jpg") no-repeat center bottom;
    overflow: hidden;
    position: relative;
}

.tpl-tth3zkfz .mingxing .mxcon {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.tpl-tth3zkfz .mingxing .mxcon ul {
    padding-top: 20px;
    overflow: hidden;
}

.tpl-tth3zkfz .mingxing .mxcon li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #eee;
    transition: box-shadow 0.3s, transform 0.3s;
}

.tpl-tth3zkfz .mingxing .mxcon li:hover {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.tpl-tth3zkfz .mingxing .mxcon li a {
    color: #333;
    font-size: 15px;
}

.tpl-tth3zkfz .mingxing .mxcon li a:hover {
    color: #273A7E;
}

/* 新闻资讯 pro：水平滚动 */
.tpl-tth3zkfz .pro {
    overflow: hidden;
    width: 100%;
    height: 420px;
    margin-top: 20px;
}

.tpl-tth3zkfz .pro .kh01 {
    width: 400px;
    margin: 0 auto;
    padding-top: 5px;
    font-size: 40px;
    text-align: center;
    color: #273A7E;
    font-weight: bold;
    letter-spacing: 2px;
}

.tpl-tth3zkfz .pro .fang_t {
    margin-top: 3px;
    height: 43px;
    background: url("/static/templates/tth3zkfz/images/fang-nav.jpg") no-repeat center bottom;
    overflow: hidden;
    position: relative;
}

.tpl-tth3zkfz .pro .proBox {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 340px;
}

.tpl-tth3zkfz .pro .proWin {
    overflow: hidden;
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}

.tpl-tth3zkfz .pro .proWin ul {
    overflow: hidden;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tpl-tth3zkfz .pro .proWin li {
    overflow: hidden;
    float: left;
    width: 280px;
    height: 300px;
    background-color: #fff;
    margin: 10px 7px;
    list-style: none;
}

.tpl-tth3zkfz .pro .proWin li img {
    display: block;
    margin: 0 auto 20px;
    margin-top: 10px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tpl-tth3zkfz .pro .proWin li h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    height: 30px;
    font-weight: normal;
}

.tpl-tth3zkfz .pro .proWin li h5 a {
    color: #9a1f1b;
}

.tpl-tth3zkfz .pro .proWin li a {
    color: #333;
}

/* 新闻中心 + 联系我们 xwbox22：双列布局 */
.tpl-tth3zkfz .xwbox22 {
    width: 1200px;
    margin: auto;
    height: 490px;
    margin-top: 10px;
    overflow: hidden;
}

.tpl-tth3zkfz .xwbox22 .left {
    width: 722px;
    float: left;
    border: 1px solid #DFDFDF;
    margin-right: 20px;
    background-color: #ffffff;
    padding: 15px 10px 10px 10px;
    height: 450px;
    overflow: hidden;
}

.tpl-tth3zkfz .xwbox22 .lxright {
    width: 402px;
    float: right;
    border: 1px solid #DFDFDF;
    background-color: #ffffff;
    padding: 15px 10px 10px 10px;
    height: 450px;
    overflow: hidden;
}

.tpl-tth3zkfz .xwbox22 .title2 {
    background-color: #273A7E;
    height: 62px;
    line-height: 62px;
    color: #FFFFFF;
}

.tpl-tth3zkfz .xwbox22 .title2 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.tpl-tth3zkfz .xwbox22 .cpfl {
    margin-top: 13px;
    width: 720px;
    overflow: hidden;
}

.tpl-tth3zkfz .xwbox22 .cpfl ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tpl-tth3zkfz .xwbox22 .cpfl li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #eee;
    list-style: none;
}

.tpl-tth3zkfz .xwbox22 .cpfl li a {
    color: #333;
    font-size: 15px;
}

.tpl-tth3zkfz .xwbox22 .cpfl li a:hover {
    color: #273A7E;
}

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

.tpl-tth3zkfz .xwbox22 .lxfl ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tpl-tth3zkfz .xwbox22 .lxfl li {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    list-style: none;
    padding: 6px 0;
}

.tpl-tth3zkfz .xwbox22 .lxfl li span {
    padding: 0 10px;
}

/* 区域词装饰：参考站 stylesheet_3.css */
.tpl-tth3zkfz .sjys3 {
    color: #6a5acd;
    font-weight: bold;
}

/* 电话/QQ 装饰：参考站 icomoonsz222 */
.tpl-tth3zkfz .icomoonsz222 {
    letter-spacing: 1px !important;
    font-weight: bold;
    color: #273A7E;
}

/* 产品/公司高亮：dptygjc4 */
.tpl-tth3zkfz .dptygjc4 {
    color: #9a1f1b;
    font-weight: bold;
    font-size: 18px;
}

.tpl-tth3zkfz .dpsbm4 {
    color: #273A7E;
    font-weight: bold;
}

/* 联系人/地址强调 */
.tpl-tth3zkfz .tylxr,
.tpl-tth3zkfz .tydz {
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
}

/* 友情链接 ljys */
.tpl-tth3zkfz .ljys {
    margin-top: 20px;
    overflow: hidden;
}

.tpl-tth3zkfz .ljys .mainyq {
    width: 1200px;
    margin: auto;
}

.tpl-tth3zkfz .ljys .tab {
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #273A7E;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.tpl-tth3zkfz .ljys .tab .tabspan {
    display: inline-block;
    background: #273A7E;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
}

.tpl-tth3zkfz .ljys .tab .tab-hd {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tpl-tth3zkfz .ljys .tab .tab-bd {
    list-style: none;
    margin: 0;
    padding: 8px 12px;
    overflow: hidden;
    line-height: 26px;
}

.tpl-tth3zkfz .ljys .tab .tab-bd a {
    color: #666;
    margin-right: 10px;
    display: inline-block;
    font-size: 13px;
}

.tpl-tth3zkfz .ljys .tab .tab-bd a:hover {
    color: #273A7E;
}

/* 页脚 */
.tpl-tth3zkfz .foot {
    margin: 0 0 10px 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    background: #333;
    line-height: 28px;
    color: #fff;
    min-width: 300px;
}

.tpl-tth3zkfz .foot p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
}

.tpl-tth3zkfz .foot a {
    color: #fff;
}
