/* uluhjizu：home_00019 黑金风格传统区域站首页快速导入。
   CSS 来自参考站 3 个外部 stylesheet 合并清洗：
   - stylesheet_0.css 外部客服注册浮层样式：剥离，仅保留基础 reset
   - stylesheet_1.css 主样式：保留并改写 url(...) 装饰图为 /static/templates/uluhjizu/images/...
   - stylesheet_2.css 字体颜色类：保留
   所有规则限定在 .tpl-uluhjizu 下，避免污染其他模板。
*/

.tpl-uluhjizu {
    color: #222;
    font-size: 12px;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, sans-serif;
    line-height: 24px;
    background: #fff;
    width: 100%;
}

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

.tpl-uluhjizu a:hover {
    text-decoration: none;
    color: #a7a25a;
}

.tpl-uluhjizu img {
    border: 0 none;
    vertical-align: top;
    max-width: 100%;
}

.tpl-uluhjizu h1,
.tpl-uluhjizu h2,
.tpl-uluhjizu h3,
.tpl-uluhjizu h4,
.tpl-uluhjizu h5,
.tpl-uluhjizu p,
.tpl-uluhjizu ul,
.tpl-uluhjizu li,
.tpl-uluhjizu input,
.tpl-uluhjizu dl,
.tpl-uluhjizu dt,
.tpl-uluhjizu dd,
.tpl-uluhjizu i {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    outline: none;
}

.tpl-uluhjizu h2,
.tpl-uluhjizu h3 {
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial;
}

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

.tpl-uluhjizu .fl {
    float: left;
}

.tpl-uluhjizu .fr {
    float: right;
}

.tpl-uluhjizu .clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.tpl-uluhjizu .warp {
    width: 1220px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.tpl-uluhjizu .warp100 {
    margin: 0 50px;
    clear: both;
    position: relative;
}

.tpl-uluhjizu .mt18 {
    margin-top: 18px;
}

.tpl-uluhjizu .mt25 {
    margin-top: 25px;
}

.tpl-uluhjizu .mt50 {
    margin-top: 50px;
}

.tpl-uluhjizu .mt60 {
    margin-top: 60px;
}

/* 顶部固定 header：黑底白字 + 渐变 */
.tpl-uluhjizu .headers-box {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.tpl-uluhjizu .header {
    margin: 0 50px;
    clear: both;
    position: relative;
    height: 90px;
}

.tpl-uluhjizu .header .logo {
    float: left;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}

.tpl-uluhjizu .header .logo img {
    max-height: 60px;
    max-width: 360px;
    width: auto;
    vertical-align: middle;
}

.tpl-uluhjizu .header .menu {
    display: inline-block;
    margin-left: 40px;
    height: 90px;
    line-height: 90px;
    float: right;
}

.tpl-uluhjizu .header .menu ul {
    overflow: hidden;
}

.tpl-uluhjizu .header .menu li {
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 15px;
    margin-left: 10px;
}

.tpl-uluhjizu .header .menu li a {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0 15px;
    height: 90px;
    line-height: 90px;
}

.tpl-uluhjizu .header .menu li.cur a,
.tpl-uluhjizu .header .menu li a:hover {
    color: #a7a25a;
}

/* 右侧锚点菜单：保留参考站 class，但只作为浮动提示 */
.tpl-uluhjizu .anchor-menu {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    margin: 0;
    padding: 0;
}

.tpl-uluhjizu .anchor-menu li {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
    list-style: none;
}

.tpl-uluhjizu .anchor-menu li a {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/static/templates/uluhjizu/images/dot.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

.tpl-uluhjizu .anchor-menu li.active a {
    background-image: url("/static/templates/uluhjizu/images/menu.png");
    background-size: 18px 18px;
}

/* fullpage section：原参考站是 100vh fullpage，本模板改为普通块级，min-height 保持视觉密度 */
.tpl-uluhjizu .fp-section {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 700px;
    padding: 130px 0 60px 0;
    position: relative;
    box-sizing: border-box;
}

.tpl-uluhjizu .fp-table {
    display: block;
}

.tpl-uluhjizu .fp-tableCell {
    width: 100%;
    display: block;
}

/* 通用标题条：new_box + new_tt */
.tpl-uluhjizu .new_box {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.tpl-uluhjizu .new_tt h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 6px;
}

.tpl-uluhjizu .new_tt h3 {
    font-size: 18px;
    color: #a7a25a;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

/* page1 产品中心 */
.tpl-uluhjizu .pro_list ul {
    overflow: hidden;
    margin: 0 -15px;
}

.tpl-uluhjizu .pro_list li {
    float: left;
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}

.tpl-uluhjizu .pro_pic {
    background: #fff;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    overflow: hidden;
}

.tpl-uluhjizu .pro_pic img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.tpl-uluhjizu .pro_pic img:hover {
    transform: scale(1.05);
}

.tpl-uluhjizu .pro_list li p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.6;
}

.tpl-uluhjizu .pro_more,
.tpl-uluhjizu .new_more {
    text-align: center;
    margin-top: 30px;
}

.tpl-uluhjizu .pro_more a,
.tpl-uluhjizu .new_more a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #a7a25a;
    color: #a7a25a;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.tpl-uluhjizu .pro_more a:hover,
.tpl-uluhjizu .new_more a:hover {
    background: #a7a25a;
    color: #fff;
}

/* page2 公司介绍 */
.tpl-uluhjizu .about_box {
    color: #fff;
    height: auto;
    display: inline-block;
    max-width: 600px;
}

.tpl-uluhjizu .about_item h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.4;
}

.tpl-uluhjizu .about_item .txt {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
    max-height: 360px;
    overflow: hidden;
}

.tpl-uluhjizu .sjys1 {
    color: #e3cf57;
    font-weight: bold;
}

.tpl-uluhjizu .dptygjc {
    color: #b2b200;
    font-weight: bold;
    font-size: 16px;
}

.tpl-uluhjizu .dpcsgsm {
    color: #09c;
    font-weight: bold;
    font-size: 16px;
}

.tpl-uluhjizu .tylxr {
    color: #ff0000;
    font-weight: bold;
}

.tpl-uluhjizu .tydz {
    color: #ff0000;
    font-weight: bold;
}

.tpl-uluhjizu .in_about_more {
    width: 140px;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    transition: all 0.4s;
    margin-top: 25px;
}

.tpl-uluhjizu .in_about_more a {
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tpl-uluhjizu .in_about_more:hover {
    background: #a7a25a;
}

.tpl-uluhjizu .in_about_pic {
    width: 480px;
    height: 360px;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
}

.tpl-uluhjizu .in_about_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* page3 新闻资讯 */
.tpl-uluhjizu .new_list {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 30px;
    border-radius: 4px;
}

.tpl-uluhjizu .new_list ul {
    overflow: hidden;
}

.tpl-uluhjizu .new_list li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 18px 0;
    overflow: hidden;
    color: #fff;
}

.tpl-uluhjizu .new_list li:last-child {
    border-bottom: none;
}

.tpl-uluhjizu .new_list .date {
    color: #a7a25a;
    font-size: 18px;
    width: 140px;
}

.tpl-uluhjizu .new_list .cont {
    width: 940px;
}

.tpl-uluhjizu .new_list .nowti {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tpl-uluhjizu .new_list .txts {
    color: #fff;
    font-size: 15px;
    transition: color 0.3s;
}

.tpl-uluhjizu .new_list .txts:hover {
    color: #a7a25a;
}

/* page4 案例展示 */
.tpl-uluhjizu .page4 {
    background-size: auto;
    background-repeat: repeat;
    background-color: #f4f4f4;
}

.tpl-uluhjizu .case_list ul {
    overflow: hidden;
    margin: 0 -10px;
}

.tpl-uluhjizu .case_list li {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tpl-uluhjizu .case_pic {
    background: #fff;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.tpl-uluhjizu .case_pic img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.tpl-uluhjizu .case_pic img:hover {
    transform: scale(1.05);
}

.tpl-uluhjizu .case_list li p {
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.5;
    padding: 0 10px;
}

.tpl-uluhjizu .certify {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 0;
}

/* page5 联系我们 */
.tpl-uluhjizu .page5 .new_tt h2,
.tpl-uluhjizu .page5 .new_tt h3 {
    color: #fff;
}

.tpl-uluhjizu .i_contact_ul {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 50px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.tpl-uluhjizu .i_contact_ul ul {
    overflow: hidden;
}

.tpl-uluhjizu .i_contact_ul li {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.tpl-uluhjizu .i_contact_ul li:last-child {
    border-bottom: none;
}

.tpl-uluhjizu .i_contact_ul li img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 10px;
}

.tpl-uluhjizu .icomoonsz222 {
    color: #a7a25a;
    font-weight: bold;
    font-size: 18px;
    margin-left: 6px;
}

.tpl-uluhjizu .linkbox {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 30px;
    border-radius: 4px;
    color: #fff;
}

.tpl-uluhjizu .linkbox p {
    color: #a7a25a;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
}

.tpl-uluhjizu .linkbox p span {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin-left: 6px;
    letter-spacing: 1px;
}

.tpl-uluhjizu .linkbox a {
    color: rgba(255, 255, 255, 0.85);
    margin: 4px 6px;
    display: inline-block;
    font-size: 13px;
    transition: color 0.3s;
}

.tpl-uluhjizu .linkbox a:hover {
    color: #a7a25a;
}

/* 版权区：#in_copy */
.tpl-uluhjizu #in_copy {
    background: #1a1a1a;
    color: #999;
    line-height: 25px;
    padding: 30px 0;
    text-align: center;
}

.tpl-uluhjizu #in_copy .copy-wrap {
    width: 1220px;
    margin: 0 auto;
}

.tpl-uluhjizu #in_copy p {
    color: #999;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 6px;
}

.tpl-uluhjizu #in_copy .city {
    color: #e3cf57;
    font-weight: bold;
}

.tpl-uluhjizu #in_copy .dptygjc7 {
    color: #4661d9;
    font-weight: bold;
}

.tpl-uluhjizu #in_copy .dpsbm7 {
    color: #4e6ef2;
    font-weight: bold;
}

/* 内页通用容器 */
.tpl-uluhjizu .content {
    width: 1200px;
    margin: 0 auto;
}

.tpl-uluhjizu .info-card {
    background: #fff;
    margin: 30px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    overflow: hidden;
}

.tpl-uluhjizu .info-head {
    background: #1a1a1a;
    color: #fff;
    padding: 15px 25px;
    overflow: hidden;
    border-left: 4px solid #a7a25a;
}

.tpl-uluhjizu .info-head h4 {
    font-size: 20px;
    color: #fff;
    float: left;
}

.tpl-uluhjizu .info-head h4 a {
    color: #fff;
}

.tpl-uluhjizu .info-head .more {
    float: right;
    color: #a7a25a;
    font-size: 13px;
    letter-spacing: 1px;
}

.tpl-uluhjizu .info-body {
    padding: 25px;
    overflow: hidden;
}

.tpl-uluhjizu .info-image {
    width: 280px;
    float: left;
    margin-right: 25px;
    height: 200px;
    overflow: hidden;
}

.tpl-uluhjizu .info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-uluhjizu .info-text {
    overflow: hidden;
    color: #666;
    line-height: 1.8;
}
