/* mcl1fa8e：home_00044 首页快速导入。
   CSS 整合自参考站 stylesheet_0.css / stylesheet_1.css / stylesheet_2.css。
   参考站的 5 屏 fullpage 滚动已改写为垂直堆叠布局，保留参考站视觉签名。
   所有规则限定在 .tpl-mcl1fa8e 下，避免与其他模板的 CSS 互相污染。
*/

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

body.tpl-mcl1fa8e *,
.tpl-mcl1fa8e h2,
.tpl-mcl1fa8e h3,
.tpl-mcl1fa8e p,
.tpl-mcl1fa8e ul,
.tpl-mcl1fa8e li,
.tpl-mcl1fa8e input {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Microsoft YaHei", Tahoma, Arial;
}

.tpl-mcl1fa8e h2,
.tpl-mcl1fa8e h3 {
    font-family: "Microsoft YaHei", Tahoma, Arial;
}

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

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

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

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

.tpl-mcl1fa8e i {
    font-style: normal;
}

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

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

.tpl-mcl1fa8e .clear {
    clear: both;
}

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

.tpl-mcl1fa8e .warp100 {
    margin: 0 50px;
    clear: both;
}

.tpl-mcl1fa8e .mt18 { margin-top: 18px; }
.tpl-mcl1fa8e .mt25 { margin-top: 25px; }
.tpl-mcl1fa8e .mt50 { margin-top: 50px; }
.tpl-mcl1fa8e .mt60 { margin-top: 60px; }

/* ============ 顶部导航（首页固定黑色 / 内页静态） ============ */
.tpl-mcl1fa8e .header {
    margin: 0 50px;
    clear: both;
    position: relative;
    height: 90px;
}

.tpl-mcl1fa8e .header .logo img {
    width: auto;
    height: 90px;
    overflow: hidden;
    max-width: 360px;
}

.tpl-mcl1fa8e .headers-box {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 10;
}

.tpl-mcl1fa8e .header-box-black {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.tpl-mcl1fa8e .inner-header {
    background: #222;
    color: #fff;
}

.tpl-mcl1fa8e .inner-header .header {
    height: 90px;
    line-height: 90px;
}

.tpl-mcl1fa8e .inner-header #menu01 li a {
    color: #fff;
}

.tpl-mcl1fa8e #menu01 {
    display: inline-block;
    margin-left: 40px;
    height: 90px;
    line-height: 90px;
}

.tpl-mcl1fa8e #menu01 li {
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 15px;
    margin-left: 10px;
}

.tpl-mcl1fa8e #menu01 li a {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0 15px;
}

.tpl-mcl1fa8e #menu01 li.cur a {
    color: #a7a25a;
}

.tpl-mcl1fa8e .menu_wrap {
    position: absolute;
    top: 30px;
    width: 40px;
    height: 40px;
    background: url('/static/templates/mcl1fa8e/images/3.png') no-repeat center center #a7a25a;
    background-size: 25px auto;
    right: 5px;
    display: none;
}

/* ============ 右侧 fullpage 圆点菜单 ============ */
.tpl-mcl1fa8e #menu {
    position: fixed;
    right: 20px;
    top: 40%;
    z-index: 10;
    list-style-type: none;
}

.tpl-mcl1fa8e #menu li {
    width: 27px;
    height: 27px;
    margin-top: 7px;
    overflow: hidden;
}

.tpl-mcl1fa8e #menu a {
    display: block;
    height: 27px;
    padding-right: 27px;
    line-height: 27px;
    background: url('/static/templates/mcl1fa8e/images/2.png') right -34px no-repeat;
    color: #fff;
    text-align: right;
    text-shadow: 1px 1px 0 #333;
    text-decoration: none;
    overflow: hidden;
}

.tpl-mcl1fa8e #menu span {
    display: block;
    width: 27px;
    height: 27px;
    font-size: 12px;
    text-indent: 200px;
    opacity: 0.6;
    overflow: hidden;
}

.tpl-mcl1fa8e #menu a:hover span {
    text-indent: 0;
}

.tpl-mcl1fa8e #menu .active a {
    background-position: right 0;
}

/* ============ fullpage 5 屏结构 ============ */
.tpl-mcl1fa8e .fullpage-wrapper {
    width: 100%;
    position: relative;
}

.tpl-mcl1fa8e .fp-section {
    background-size: cover !important;
    clear: both;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 600px;
    display: table;
    table-layout: fixed;
}

.tpl-mcl1fa8e .fp-section.fp-table {
    display: table;
}

.tpl-mcl1fa8e .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-height: 600px;
    padding: 50px 0;
}

.tpl-mcl1fa8e .page1 .fp-tableCell { min-height: 700px; }
.tpl-mcl1fa8e .page4 { background-size: auto !important; }
.tpl-mcl1fa8e .page5 { position: relative; padding-bottom: 80px; }

/* ============ 标题块 new_box / new_tt ============ */
.tpl-mcl1fa8e .new_box {
    height: auto;
    color: #FFF;
    margin-top: 70px;
}

.tpl-mcl1fa8e .new_tt {
    clear: both;
    text-align: center;
}

.tpl-mcl1fa8e .new_tt h2 {
    font-weight: normal;
    font-size: 38px;
    display: block;
    margin-top: 24px;
    letter-spacing: 1px;
    color: #FFF;
    line-height: 1.4;
}

.tpl-mcl1fa8e .new_tt h3 {
    font-size: 120px;
    color: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-family: Arial;
    margin-top: -110px;
    line-height: 1.1;
}

.tpl-mcl1fa8e .new_tt h2::after {
    width: 50px;
    height: 5px;
    background: #a7a25a;
    display: block;
    content: "";
    margin: 10px auto 0;
}

/* ============ page1 产品列表 ============ */
.tpl-mcl1fa8e .pro_list {
    clear: both;
    position: relative;
}

.tpl-mcl1fa8e .pro_list ul {
    overflow: hidden;
}

.tpl-mcl1fa8e .pro_list li {
    width: 25%;
    height: 390px;
    float: left;
    display: inline-block;
    transition: all 0.3s ease-in 0s;
}

.tpl-mcl1fa8e .pro_pic {
    background: rgba(255, 255, 255, 0.2);
    height: 300px;
    overflow: hidden;
    padding: 10px;
    margin: 10px;
}

.tpl-mcl1fa8e .pro_pic img {
    max-width: 100%;
    height: 300px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}

.tpl-mcl1fa8e .pro_list li p {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    margin: 10px;
    background: rgba(255, 255, 255, 0.2);
}

.tpl-mcl1fa8e .pro_list li:hover {
    background: #a7a25a;
}

.tpl-mcl1fa8e .pro_list li:hover .pro_pic img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
}

/* ============ page2 公司介绍 ============ */
.tpl-mcl1fa8e .about_box {
    color: #FFF;
    height: auto;
    display: inline-block;
}

.tpl-mcl1fa8e .about_item {
    position: relative;
    left: 0;
    top: 0;
    width: 600px;
    max-height: 400px;
    display: block;
    overflow: hidden;
}

.tpl-mcl1fa8e .about_item h2 {
    font-size: 24px;
    height: 88px;
    line-height: 88px;
    overflow: hidden;
    color: #FFF;
}

.tpl-mcl1fa8e .about_item .txt {
    font-size: 15px;
    line-height: 30px;
    height: 240px;
    overflow: hidden;
    clear: both;
    color: #FFF;
}

.tpl-mcl1fa8e .in_about_more {
    width: 130px;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    transition: all 0.4s ease-in 0s;
}

.tpl-mcl1fa8e .in_about_more a {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    transition: all 0.3s ease-in 0s;
    letter-spacing: 1px;
}

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

.tpl-mcl1fa8e .in_about_more:hover a {
    color: #fff;
}

.tpl-mcl1fa8e .in_about_pic {
    width: 540px;
    height: 340px;
    overflow: hidden;
    padding-left: 30px;
    padding-top: 30px;
}

.tpl-mcl1fa8e .in_about_pic img {
    width: 540px;
    height: 340px;
    overflow: hidden;
}

/* ============ page3 新闻列表 ============ */
.tpl-mcl1fa8e .new_list {
    color: #FFF;
    clear: both;
    overflow: hidden;
}

.tpl-mcl1fa8e .new_list ul {
    width: 1240px;
}

.tpl-mcl1fa8e .new_list li {
    padding: 12px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.tpl-mcl1fa8e .new_list li a {
    color: #FFF;
    display: block;
    line-height: 1.6;
    font-size: 15px;
}

.tpl-mcl1fa8e .new_list li:hover {
    background: rgba(0, 0, 0, 0.6);
}

.tpl-mcl1fa8e .new_more {
    width: 170px;
    height: 46px;
    line-height: 46px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: all 0.4s ease-in 0s;
    margin: 50px auto 0;
}

.tpl-mcl1fa8e .new_more a {
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    transition: all 0.3s ease-in 0s;
    letter-spacing: 1px;
}

.tpl-mcl1fa8e .new_more:hover {
    background: rgba(0, 0, 0, 0.6);
}

.tpl-mcl1fa8e .new_more:hover a {
    color: #fff;
}

/* ============ page4 案例展示 ============ */
.tpl-mcl1fa8e .case_list {
    clear: both;
    position: relative;
}

.tpl-mcl1fa8e .case_list ul {
    overflow: hidden;
}

.tpl-mcl1fa8e .case_list li {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.tpl-mcl1fa8e .case_list li:hover {
    background: #a7a25a;
}

.tpl-mcl1fa8e .case_list li:hover .pro_pic img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
}

.tpl-mcl1fa8e .case_list li p {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    line-height: 1.4;
}

.tpl-mcl1fa8e .pro_more {
    width: 170px;
    height: 46px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    margin: 60px auto 0;
}

.tpl-mcl1fa8e .pro_more a {
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    transition: all 0.3s ease-in 0s;
    letter-spacing: 1px;
}

.tpl-mcl1fa8e .pro_more:hover {
    background: #a7a25a;
}

.tpl-mcl1fa8e .pro_more:hover a {
    color: #fff;
}

/* ============ page5 联系我们 + 友情链接 ============ */
.tpl-mcl1fa8e .i_contact_ul {
    overflow: hidden;
    clear: both;
    margin: 120px 0 80px;
}

.tpl-mcl1fa8e .i_contact_ul ul {
    width: 1220px;
    margin: 0 auto;
}

.tpl-mcl1fa8e .i_contact_ul li {
    float: left;
    width: 285px;
    height: 145px;
    padding: 6px 0;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    margin: 0 10px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.tpl-mcl1fa8e .i_contact_ul li a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 0 3%;
}

.tpl-mcl1fa8e .i_contact_ul li img {
    width: 44px;
    height: 43px;
    display: block;
    margin: 30px auto 25px;
}

.tpl-mcl1fa8e .i_contact_ul li:hover {
    background: #a7a25a;
}

.tpl-mcl1fa8e .linkbox {
    margin-top: 50px;
}

.tpl-mcl1fa8e .linkbox p {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #a7a25a;
    padding-bottom: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.tpl-mcl1fa8e .linkbox p span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    line-height: 25px;
}

.tpl-mcl1fa8e .linkbox a {
    color: #fff;
    margin-right: 15px;
    line-height: 25px;
    display: inline-block;
}

.tpl-mcl1fa8e #in_copy {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    color: #FFF;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    padding: 20px 0;
    margin-top: 50px;
}

.tpl-mcl1fa8e #in_copy p {
    padding: 3px 0;
}

.tpl-mcl1fa8e #in_copy a:hover {
    color: #a7a25a;
    text-decoration: underline;
}

/* ============ 源站高亮色（保留参考站视觉签名） ============ */
.tpl-mcl1fa8e .dpcsgsm {
    color: #09C;
    font-weight: bold;
    font-size: 20px;
}

.tpl-mcl1fa8e .tylxr,
.tpl-mcl1fa8e .tydz {
    color: #ff0000;
    font-weight: bold;
    font-size: 20px;
}

.tpl-mcl1fa8e .dpcsgsm5 {
    color: rgb(255, 0, 0);
    font-weight: bold;
    font-size: 20px;
}

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

.tpl-mcl1fa8e .dptygjc5 {
    color: #b848ff;
    font-weight: bold;
    font-size: 20px;
}

.tpl-mcl1fa8e .sjys22 {
    color: #03a89e;
    font-weight: bold;
    font-style: italic;
}

.tpl-mcl1fa8e .icomoonsz222 {
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
}

/* ============ 内页通用样式（classic-blue 风格） ============ */
.tpl-mcl1fa8e .inner-page {
    width: 1220px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    min-height: 400px;
}

.tpl-mcl1fa8e .inner-breadcrumb {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eee;
}

.tpl-mcl1fa8e .inner-breadcrumb a {
    color: #666;
}

.tpl-mcl1fa8e .inner-breadcrumb a:hover {
    color: #a7a25a;
}

.tpl-mcl1fa8e .inner-title {
    text-align: center;
    font-size: 24px;
    color: #333;
    padding: 25px 0;
    font-weight: bold;
    border-bottom: 2px solid #a7a25a;
    margin-bottom: 20px;
}

.tpl-mcl1fa8e .inner-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.tpl-mcl1fa8e .inner-card {
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
}

.tpl-mcl1fa8e .inner-card a {
    display: block;
    background: #f5f5f5;
    padding: 10px;
    transition: all 0.3s ease;
}

.tpl-mcl1fa8e .inner-card a:hover {
    background: #a7a25a;
}

.tpl-mcl1fa8e .inner-card a:hover h3 {
    color: #fff;
}

.tpl-mcl1fa8e .inner-card .imgcss {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-mcl1fa8e .inner-card .imgcss img {
    max-width: 100%;
    max-height: 100%;
}

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

.tpl-mcl1fa8e .prtj_tit {
    text-align: center;
    padding: 20px 0 30px;
}

.tpl-mcl1fa8e .prtj_tit h2 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #a7a25a;
}

.tpl-mcl1fa8e #main {
    padding: 10px 0;
    clear: both;
}

.tpl-mcl1fa8e #main .company {
    margin: 15px 0;
}

.tpl-mcl1fa8e #main .company img {
    max-width: 400px;
    float: left;
    margin-right: 20px;
}

.tpl-mcl1fa8e #main .companyt {
    overflow: hidden;
    min-height: 200px;
    font-size: 14px;
    line-height: 1.8;
    color: #5a5a5a;
}

.tpl-mcl1fa8e #main .companyt p {
    margin-bottom: 10px;
}

.tpl-mcl1fa8e #main .symore {
    text-align: right;
    padding-top: 10px;
    clear: both;
}

.tpl-mcl1fa8e #main .symore a {
    color: #a7a25a;
    font-size: 14px;
}

.tpl-mcl1fa8e .cpfl ul {
    padding: 10px 0;
}

.tpl-mcl1fa8e .cpfl li {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.tpl-mcl1fa8e .cpfl li a {
    color: #333;
    font-size: 14px;
}

.tpl-mcl1fa8e .cpfl li a:hover {
    color: #a7a25a;
}

.tpl-mcl1fa8e .lxfl {
    padding: 20px 0;
}

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

.tpl-mcl1fa8e .lxfl li {
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #eee;
}

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

.tpl-mcl1fa8e .dpspbox {
    padding: 20px 0;
}

.tpl-mcl1fa8e .dpspcpimgvideo {
    text-align: center;
}

.tpl-mcl1fa8e .videobox2024 {
    position: relative;
    display: inline-block;
    max-width: 600px;
}

.tpl-mcl1fa8e .playvideo2024 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tpl-mcl1fa8e .dpspycbox {
    margin-top: 20px;
}

.tpl-mcl1fa8e .moreimglist2024 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.tpl-mcl1fa8e .moreimglist2024 li {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.tpl-mcl1fa8e .tuijianimgbox2024 {
    position: relative;
    overflow: hidden;
}

.tpl-mcl1fa8e .playvideo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tpl-mcl1fa8e .cp-title2024 {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
}

.tpl-mcl1fa8e .product {
    padding: 20px 0;
}

.tpl-mcl1fa8e .kjzx {
    padding: 20px 0;
}

.tpl-mcl1fa8e .kjzx01 {
    display: flex;
    margin: 0 -10px;
}

.tpl-mcl1fa8e .kjzxl,
.tpl-mcl1fa8e .kjzxr {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.tpl-mcl1fa8e .kjtitle {
    font-size: 20px;
    color: #333;
    padding: 10px 0;
    border-bottom: 2px solid #a7a25a;
    margin-bottom: 15px;
}

.tpl-mcl1fa8e .ljys {
    padding: 20px 0;
}

.tpl-mcl1fa8e .tab-bd {
    padding: 10px 0;
}

.tpl-mcl1fa8e .tab-bd li a {
    color: #333;
    margin-right: 10px;
    font-size: 14px;
}
