/* bp1lcc1p：home_00076 fullpage 中央分隔栏传统工业站快速导入。
   CSS 来自参考站 stylesheet_3.css（index.css）、stylesheet_4.css（header.css）、
   stylesheet_7.css（base.css）、stylesheet_8.css（font.css）清洗合并。
   远程字体、注册/客服浮层样式、fullpage.css、swiper.css 已剥离。
   移动端适配、媒体查询已剥离。
   所有规则限定在 .tpl-bp1lcc1p 下，不影响其他模板。
*/

.tpl-bp1lcc1p {
    color: #393939;
    font-size: 14px;
    width: 100%;
    font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    background: #fff;
    overflow-x: hidden;
}

.tpl-bp1lcc1p a {
    color: #333;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}

.tpl-bp1lcc1p a:hover {
    text-decoration: none;
}

.tpl-bp1lcc1p p {
    margin: 0;
    padding: 0;
}

.tpl-bp1lcc1p img {
    border: 0;
    vertical-align: middle;
}

.tpl-bp1lcc1p li {
    list-style: none;
}

.tpl-bp1lcc1p h1,
.tpl-bp1lcc1p h2,
.tpl-bp1lcc1p h3,
.tpl-bp1lcc1p h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}

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

/* 顶部 fixed 80px header 旧规则已废弃：layout 现在始终输出 .inner-header
   （sticky 70px 白色条），不再使用 <header> 标签，此处规则保留空注释占位。 */

.tpl-bp1lcc1p .head {
    max-width: 1400px;
    margin: 0 auto;
}

.tpl-bp1lcc1p .logo {
    display: inline-block;
    transition: 0.4s ease-in-out;
    vertical-align: middle;
}

.tpl-bp1lcc1p .logo img {
    max-height: 60px;
    max-width: 500px;
}

.tpl-bp1lcc1p .nav {
    display: inline-block;
    float: right;
    transition: all 0.8s cubic-bezier(0.35, 0.75, 0.55, 1);
}

.tpl-bp1lcc1p .nav:after {
    content: "";
    display: block;
    clear: both;
}

.tpl-bp1lcc1p .nav ul {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    float: right;
}

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

.tpl-bp1lcc1p .nav ul li a {
    font-size: 15px;
    padding: 0 10px;
}

.tpl-bp1lcc1p .nav ul li a:hover {
    color: #000;
}

.tpl-bp1lcc1p .nav ul > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    width: auto;
}

.tpl-bp1lcc1p .nav ul > li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 15px;
    background: lightgray;
    position: absolute;
    right: 0;
    top: 33px;
}

.tpl-bp1lcc1p .nav ul > li:last-child:after {
    display: none;
}

.tpl-bp1lcc1p .nav ul > li > a {
    display: inline-block;
    line-height: 1;
    width: auto;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 2px solid transparent;
    color: #000 !important;
}

.tpl-bp1lcc1p .nav ul > li:last-child a {
    border: none;
}

.tpl-bp1lcc1p .nav ul > li.active > a,
.tpl-bp1lcc1p .nav ul > li:hover > a {
    color: #46ab34 !important;
}

.tpl-bp1lcc1p .nav ul > li:last-child:before {
    display: none;
}

/* fullpage 4 section 容器：参考站是 fixed 100vh 滚动，
   改为普通文档流顺序堆叠；header 已在文档流里（inner-header 70px），
   section 顶部不再额外留白。 */
.tpl-bp1lcc1p .fullpage-wrapper {
    display: block;
    width: 100%;
}

.tpl-bp1lcc1p .section {
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
    min-height: 600px;
}

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

.tpl-bp1lcc1p .index_divBox {
    width: 92%;
    margin: 0 auto;
}

.tpl-bp1lcc1p .index_title {
    text-align: center;
    margin-bottom: 20px;
}

.tpl-bp1lcc1p .index_title h1 {
    font-size: 30px;
    color: #282828;
}

.tpl-bp1lcc1p .index_title span {
    font-size: 18px;
    color: #e5e5e5;
    display: block;
    margin-top: 3px;
}

/* section2 关于我们 */
.tpl-bp1lcc1p .section2 {
    background: #f5f5f5;
}

.tpl-bp1lcc1p .section2 .index_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.tpl-bp1lcc1p .sec2_swiper {
    margin-top: 40px;
    position: relative;
}

.tpl-bp1lcc1p .about_box {
    margin-top: 30px;
    position: relative;
    padding-bottom: 30px;
}

.tpl-bp1lcc1p .about_box .about_cont {
    float: left;
    background: #fff;
    width: 45%;
    line-height: 28px;
    text-indent: 15px;
    z-index: 5;
    padding: 50px;
    position: relative;
    box-sizing: border-box;
}

.tpl-bp1lcc1p .about_box .about_cont .about-name {
    line-height: 45px;
    font-size: 25px;
    font-weight: bold;
}

.tpl-bp1lcc1p .about_box .about_cont .about-name h1 {
    display: inline;
    font-size: 25px;
    font-weight: bold;
}

.tpl-bp1lcc1p .about_box .about_cont .about-wh {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.tpl-bp1lcc1p .about_box .about_cont .about-jj {
    min-height: 180px;
    max-height: 280px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.tpl-bp1lcc1p .about_box .about_cont .about-jj a {
    color: #46ab34;
}

.tpl-bp1lcc1p .about_box .about_cont .about-more {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 15px;
    margin-left: 15px;
    cursor: pointer;
    color: #333;
    display: inline-block;
    text-decoration: none;
}

.tpl-bp1lcc1p .about_box .about_cont .about-more:hover {
    background: #46ab34;
    color: #fff;
    border-color: #46ab34;
}

.tpl-bp1lcc1p .about_box .about_img {
    float: left;
    width: 35%;
    margin-left: -50px;
    margin-top: 80px;
}

.tpl-bp1lcc1p .about_box .about_img img {
    width: 100%;
    max-height: 400px;
    display: block;
}

.tpl-bp1lcc1p .about_box .about_youshi {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 5;
}

.tpl-bp1lcc1p .about_box .about_youshi li {
    background: #fff;
    padding: 20px 50px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.tpl-bp1lcc1p .about_box .about_youshi li .hsdz {
    color: #46ab34;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

/* section3 核心产品 */
.tpl-bp1lcc1p .section3 .index_title {
    border-bottom: 1px solid lightgray;
    padding-bottom: 15px;
}

.tpl-bp1lcc1p .sec3_u2 {
    position: relative;
    height: 470px;
    margin-top: 30px;
}

.tpl-bp1lcc1p .sec3_u2 .pro_box {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.tpl-bp1lcc1p .sec3_u2 .swiper-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.tpl-bp1lcc1p .sec3_u2 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transform: translate3d(0, 0, 0);
}

.tpl-bp1lcc1p .sec3_u2 .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 259px;
    margin-right: 45px;
}

.tpl-bp1lcc1p .sec3_u2 .swiper-slide a {
    display: block;
    color: #333;
}

.tpl-bp1lcc1p .sec3_u2_div1 {
    text-align: center;
    padding: 50px 0 30px;
    position: relative;
}

.tpl-bp1lcc1p .sec3_u2_div1:after {
    content: "";
    display: block;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(69, 171, 51, 0.8) url("/static/templates/bp1lcc1p/images/jia-hover.png") no-repeat center center;
    position: absolute;
    transform: scaleY(0);
    transition: 0.4s ease-in-out;
}

.tpl-bp1lcc1p .sec3_u2 .swiper-slide a:hover .sec3_u2_div1:after {
    transform: scaleY(1);
}

.tpl-bp1lcc1p .sec3_u2 .swiper-slide a:hover p {
    color: white;
}

.tpl-bp1lcc1p .sec3_u2 .swiper-slide a span {
    display: block;
    overflow: hidden;
}

.tpl-bp1lcc1p .sec3_u2 .swiper-slide a span img {
    transition: 0.4s ease-in-out;
    max-height: 330px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.tpl-bp1lcc1p .sec3_u2 .swiper-slide a:hover span img {
    transform: scale(1.05);
}

.tpl-bp1lcc1p .sec3_u2_div1 p {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    font-size: 16px;
    color: #535353;
    transition: 0.4s ease-in-out;
}

.tpl-bp1lcc1p .sec3_u2_li1_slid {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.tpl-bp1lcc1p .sec3_u2 .swiper-button-next,
.tpl-bp1lcc1p .sec3_u2 .swiper-button-prev {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #45ab33;
    color: white;
    font-size: 18px;
    transition: 0.3s ease-out;
    position: relative;
    cursor: pointer;
    border: 0;
}

.tpl-bp1lcc1p .sec3_u2 .swiper-button-next {
    margin-left: 20px;
}

.tpl-bp1lcc1p .sec3_u2 .swiper-button-next:hover,
.tpl-bp1lcc1p .sec3_u2 .swiper-button-prev:hover {
    background: #45ab33;
    color: white;
}

/* section6 客户案例 */
.tpl-bp1lcc1p .section6 {
    background: #fff;
}

.tpl-bp1lcc1p .section6 .index_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.tpl-bp1lcc1p .sec6_swiper {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tpl-bp1lcc1p .sec6_swiper .swiper-container {
    position: relative;
    overflow: hidden;
}

.tpl-bp1lcc1p .sec6_swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    transition-property: transform;
    transform: translate3d(0, 0, 0);
}

.tpl-bp1lcc1p .sec6_swiper .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    flex: 0 0 auto;
}

.tpl-bp1lcc1p .sec6_swiper .swiper-container a {
    position: relative;
    display: block;
    overflow: hidden;
}

.tpl-bp1lcc1p .sec6_swiper .swiper-container a:after {
    content: "";
    display: block;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(69, 171, 51, 0.8) url("/static/templates/bp1lcc1p/images/jia-hover.png") no-repeat center center;
    position: absolute;
    transform: scaleY(0);
    transition: 0.4s ease-in-out;
}

.tpl-bp1lcc1p .sec6_swiper .swiper-container .swiper-slide:hover a:after {
    transform: scaleY(1);
}

.tpl-bp1lcc1p .sec6_swiper .swiper-container a span img {
    display: block;
    max-width: 100%;
    transition: 0.4s ease-in-out;
}

.tpl-bp1lcc1p .sec6_swiper .swiper-container a:hover span img {
    transform: scale(1.05);
}

.tpl-bp1lcc1p .sec6_swiper .sec3_u2_li1_slid {
    position: absolute;
    bottom: -80px;
    text-align: center;
    width: 100%;
}

.tpl-bp1lcc1p .sec6_swiper .swiper-button-next,
.tpl-bp1lcc1p .sec6_swiper .swiper-button-prev {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    text-align: center;
    background: #45ab33;
    color: white;
    line-height: 36px;
    font-size: 18px;
    transition: 0.3s ease-out;
    position: relative;
    cursor: pointer;
    border: 0;
}

.tpl-bp1lcc1p .sec6_swiper .swiper-button-next {
    margin-left: 20px;
}

.tpl-bp1lcc1p .sec6_swiper .swiper-button-next:hover,
.tpl-bp1lcc1p .sec6_swiper .swiper-button-prev:hover {
    background: #45ab33;
    color: white;
}

/* section5 新闻动态 + linkbox + footer */
.tpl-bp1lcc1p .section5 {
    background: #f5f5f5;
}

.tpl-bp1lcc1p .section5 .index_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.tpl-bp1lcc1p .sec5_swiper {
    position: relative;
    margin-top: 30px;
}

.tpl-bp1lcc1p .sec5_swiper .swiper-container {
    position: relative;
    overflow: hidden;
}

.tpl-bp1lcc1p .sec5_swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transform: translate3d(0, 0, 0);
}

.tpl-bp1lcc1p .sec5_swiper .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
}

.tpl-bp1lcc1p .sec5_swiper .sec3_u2_li1_slid {
    position: absolute;
    bottom: -80px;
    text-align: center;
    width: 100%;
}

.tpl-bp1lcc1p .sec5_swiper .swiper-button-next,
.tpl-bp1lcc1p .sec5_swiper .swiper-button-prev {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    text-align: center;
    background: #45ab33;
    color: white;
    line-height: 36px;
    font-size: 18px;
    transition: 0.3s ease-out;
    position: relative;
    cursor: pointer;
    border: 0;
}

.tpl-bp1lcc1p .sec5_swiper .swiper-button-next {
    margin-left: 20px;
}

.tpl-bp1lcc1p .sec5_swiper .swiper-button-next:hover,
.tpl-bp1lcc1p .sec5_swiper .swiper-button-prev:hover {
    background: #45ab33;
    color: white;
}

/* 友情链接 */
.tpl-bp1lcc1p .linkbox {
    margin-top: 50px;
    padding: 0 4%;
}

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

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

.tpl-bp1lcc1p .linkbox a {
    display: inline-block;
    margin: 8px 0;
    color: #666;
    margin-right: 15px;
}

.tpl-bp1lcc1p .linkbox a:hover {
    color: #46ab34;
    text-decoration: underline;
}

/* 底部 footer */
.tpl-bp1lcc1p .footer {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #ccc;
    line-height: 30px;
    clear: both;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
    padding: 25px 4%;
    margin-top: 30px;
    box-sizing: border-box;
}

.tpl-bp1lcc1p .footer .warp {
    max-width: 1200px;
    margin: 0 auto;
}

.tpl-bp1lcc1p .footer p {
    margin: 5px 0;
}

.tpl-bp1lcc1p .footer a {
    color: #ccc;
}

.tpl-bp1lcc1p .footer a:hover {
    color: #46ab34;
    text-decoration: underline;
}

/* 标记/排版小样式：参考站装饰文字色 */
.tpl-bp1lcc1p .sjys8 {
    color: #082e54;
    font-weight: bold;
}

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

.tpl-bp1lcc1p .dpcsgsm3 {
    color: rgb(0, 153, 0);
    font-weight: bold;
}

.tpl-bp1lcc1p .dpsbm10 {
    color: #009960;
    font-weight: bold;
}

.tpl-bp1lcc1p .dptygjc3 {
    color: #3fb68c;
    font-weight: bold;
}

.tpl-bp1lcc1p .dptygjc9 {
    color: #e8423f;
    font-weight: bold;
}

.tpl-bp1lcc1p .dptygjc10 {
    color: #ff6600;
    text-decoration: underline;
    font-weight: bold;
}

/* === 内页顶部导航 + 通用壳（仅非首页显示） === */
.tpl-bp1lcc1p .inner-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #eee;
}
.tpl-bp1lcc1p .inner-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.tpl-bp1lcc1p .inner-header .logo {
    display: inline-flex;
    align-items: center;
    height: 70px;
}
.tpl-bp1lcc1p .inner-header .logo img {
    max-height: 50px;
    max-width: 320px;
    display: block;
}
.tpl-bp1lcc1p .inner-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0;
}
.tpl-bp1lcc1p .inner-nav ul li {
    position: relative;
}
.tpl-bp1lcc1p .inner-nav ul li a {
    display: block;
    padding: 0 18px;
    line-height: 70px;
    color: #333;
    font-size: 15px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}
.tpl-bp1lcc1p .inner-nav ul li a:hover {
    color: #46ab34;
}
.tpl-bp1lcc1p .inner-nav ul li.active a {
    color: #46ab34;
    border-bottom-color: #46ab34;
}

/* === 页底 === */
.tpl-bp1lcc1p .site-footer {
    background: #2a2a2a;
    color: #ccc;
    text-align: center;
    padding: 24px 20px;
    line-height: 1.9;
    font-size: 13px;
}
.tpl-bp1lcc1p .site-footer p {
    margin: 4px 0;
}

/* === 内页通用壳（内页 slot 复用 dc8d42e1 风格） === */
.tpl-bp1lcc1p .ny_banner {
    background: #46ab34;
    color: #fff;
    padding: 30px 0;
}
.tpl-bp1lcc1p .ny_banner-inner {
    width: 1200px;
    margin: 0 auto;
    max-width: 96%;
}
.tpl-bp1lcc1p .ny_banner h1 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 8px;
}
.tpl-bp1lcc1p .ny_banner p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}
.tpl-bp1lcc1p .crumbs {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    color: #666;
    font-size: 13px;
}
.tpl-bp1lcc1p .crumbs-inner {
    width: 1200px;
    margin: 0 auto;
    max-width: 96%;
}
.tpl-bp1lcc1p .crumbs a {
    color: #666;
}
.tpl-bp1lcc1p .crumbs a:hover {
    color: #46ab34;
}
.tpl-bp1lcc1p .crumbs span {
    color: #46ab34;
}

.tpl-bp1lcc1p .cont-wrap {
    padding: 30px 0;
    background: #fff;
}
.tpl-bp1lcc1p .cont-wrap .content {
    width: 1200px;
    margin: 0 auto;
    max-width: 96%;
    background: #fff;
    padding: 20px 24px;
    line-height: 1.8;
    color: #333;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}
.tpl-bp1lcc1p .cont-wrap .article {
    color: #333;
    line-height: 1.8;
    font-size: 14px;
}
.tpl-bp1lcc1p .cont-wrap .article h2 {
    font-size: 18px;
    color: #46ab34;
    border-left: 4px solid #46ab34;
    padding-left: 10px;
    margin: 16px 0;
}
.tpl-bp1lcc1p .cont-wrap .article p {
    margin: 8px 0;
}
.tpl-bp1lcc1p .cont-wrap .article-detail h1 {
    font-size: 22px;
    color: #46ab34;
    text-align: center;
    margin: 0 0 12px;
}
.tpl-bp1lcc1p .cont-wrap .article-detail .meta {
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-bottom: 16px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}
.tpl-bp1lcc1p .cont-wrap .article-detail .body p {
    margin: 8px 0;
    line-height: 1.9;
    color: #333;
}

.tpl-bp1lcc1p .contact-block {
    width: 1200px;
    max-width: 96%;
    margin: 24px auto;
    background: #fff;
    border: 1px solid #eee;
    border-left: 4px solid #46ab34;
    padding: 18px 24px;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.tpl-bp1lcc1p .contact-block h2 {
    font-size: 18px;
    color: #46ab34;
    margin: 0 0 12px;
}
.tpl-bp1lcc1p .contact-block p {
    margin: 6px 0;
    color: #555;
    line-height: 1.8;
}
.tpl-bp1lcc1p .contact-block .phone {
    color: #c00;
    font-weight: bold;
}
.tpl-bp1lcc1p .contact-block a.cta {
    display: inline-block;
    padding: 8px 22px;
    background: #46ab34;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 4px;
}
.tpl-bp1lcc1p .contact-block a.cta:hover {
    background: #2f8a1d;
}

.tpl-bp1lcc1p .case-list,
.tpl-bp1lcc1p .news-list {
    list-style: none;
    padding: 0;
    margin: 24px auto;
    width: 1200px;
    max-width: 96%;
}
.tpl-bp1lcc1p .case-list {
    overflow: hidden;
}
.tpl-bp1lcc1p .case-list li {
    width: 23.5%;
    margin: 0 1% 20px 1%;
    float: left;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.tpl-bp1lcc1p .case-list li a {
    display: block;
    color: #333;
}
.tpl-bp1lcc1p .case-list li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.tpl-bp1lcc1p .case-list li h3 {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    line-height: 1.4;
    color: #333;
    font-weight: normal;
    margin: 0;
}
.tpl-bp1lcc1p .case-list li:hover {
    box-shadow: 0 4px 12px rgba(70, 171, 52, 0.2);
}
.tpl-bp1lcc1p .case-list li:hover h3 {
    color: #46ab34;
}
.tpl-bp1lcc1p .news-list li {
    border-bottom: 1px dashed #eee;
    padding: 12px 0;
    overflow: hidden;
}
.tpl-bp1lcc1p .news-list li a {
    display: block;
    color: #333;
    overflow: hidden;
}
.tpl-bp1lcc1p .news-list li h3 {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    font-weight: normal;
    margin: 0;
    float: left;
}
.tpl-bp1lcc1p .news-list li .news-time {
    color: #999;
    font-size: 12px;
    float: right;
}
.tpl-bp1lcc1p .news-list li:hover h3 {
    color: #46ab34;
}

.tpl-bp1lcc1p .related-regions {
    width: 1200px;
    max-width: 96%;
    margin: 24px auto;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 18px 24px;
    box-sizing: border-box;
}
.tpl-bp1lcc1p .related-regions h3 {
    color: #46ab34;
    font-size: 18px;
    border-left: 4px solid #46ab34;
    padding-left: 10px;
    margin: 0 0 12px;
}
.tpl-bp1lcc1p .related-regions .related-regions-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tpl-bp1lcc1p .related-regions .related-regions-inner a {
    display: inline-block;
    margin: 4px 12px 4px 0;
    color: #555;
}
.tpl-bp1lcc1p .related-regions .related-regions-inner a:hover {
    color: #46ab34;
}

.tpl-bp1lcc1p .product-cards {
    width: 1200px;
    max-width: 96%;
    margin: 24px auto;
    overflow: hidden;
}
.tpl-bp1lcc1p .product-cards .item {
    width: 280px;
    margin: 0 10px 20px 10px;
    float: left;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.tpl-bp1lcc1p .product-cards .item a {
    display: block;
    color: #333;
    padding: 12px;
}
.tpl-bp1lcc1p .product-cards .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.tpl-bp1lcc1p .product-cards .item h3 {
    font-size: 14px;
    text-align: center;
    padding: 8px 0 0;
    font-weight: normal;
    margin: 0;
}
.tpl-bp1lcc1p .product-cards .item:hover {
    box-shadow: 0 4px 12px rgba(70, 171, 52, 0.2);
}
.tpl-bp1lcc1p .product-header,
.tpl-bp1lcc1p .product-body {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
}
.tpl-bp1lcc1p .product-header {
    background: #fff;
    padding: 18px 24px;
    margin-top: 24px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.tpl-bp1lcc1p .product-header h1 {
    font-size: 22px;
    color: #46ab34;
    margin: 0 0 8px;
}
.tpl-bp1lcc1p .product-body {
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
    min-height: 240px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tpl-bp1lcc1p .article-cards {
    width: 1200px;
    max-width: 96%;
    margin: 24px auto;
}
.tpl-bp1lcc1p .article-cards .item {
    background: #fff;
    padding: 18px 24px;
    margin-bottom: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.tpl-bp1lcc1p .article-cards .item h3 {
    font-size: 16px;
    color: #333;
    margin: 0 0 8px;
    font-weight: normal;
}
.tpl-bp1lcc1p .article-cards .item .article-meta {
    color: #999;
    font-size: 12px;
    margin-bottom: 8px;
}
.tpl-bp1lcc1p .article-cards .item .article-summary {
    color: #666;
    line-height: 1.7;
}
.tpl-bp1lcc1p .article-cards .item:hover h3 {
    color: #46ab34;
}

.tpl-bp1lcc1p .sections,
.tpl-bp1lcc1p .section-block {
    width: 1200px;
    max-width: 96%;
    margin: 16px auto;
    background: #fff;
    padding: 18px 24px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.tpl-bp1lcc1p .section-block h2 {
    font-size: 18px;
    color: #46ab34;
    border-left: 4px solid #46ab34;
    padding-left: 10px;
    margin: 0 0 10px;
}
.tpl-bp1lcc1p .company-advantages,
.tpl-bp1lcc1p .qualifications,
.tpl-bp1lcc1p .selling-points,
.tpl-bp1lcc1p .use-cases,
.tpl-bp1lcc1p .specifications,
.tpl-bp1lcc1p .faq,
.tpl-bp1lcc1p .company-philosophy {
    width: 1200px;
    max-width: 96%;
    margin: 16px auto;
    background: #fff;
    padding: 18px 24px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.tpl-bp1lcc1p .company-advantages-head,
.tpl-bp1lcc1p .qualifications-head,
.tpl-bp1lcc1p .selling-points-head,
.tpl-bp1lcc1p .use-cases-head,
.tpl-bp1lcc1p .specifications-head,
.tpl-bp1lcc1p .faq-head,
.tpl-bp1lcc1p .company-philosophy-head {
    color: #46ab34;
    font-size: 18px;
    border-left: 4px solid #46ab34;
    padding-left: 10px;
    margin: 0 0 12px;
}
.tpl-bp1lcc1p .company-advantages-list,
.tpl-bp1lcc1p .qualifications-list,
.tpl-bp1lcc1p .selling-points-list,
.tpl-bp1lcc1p .use-cases-list {
    list-style: disc inside;
    padding: 0;
    margin: 0;
}
.tpl-bp1lcc1p .company-advantages-list li,
.tpl-bp1lcc1p .qualifications-list li,
.tpl-bp1lcc1p .selling-points-list li,
.tpl-bp1lcc1p .use-cases-list li {
    padding: 4px 0;
    color: #333;
}
.tpl-bp1lcc1p .specifications table {
    width: 100%;
    border-collapse: collapse;
}
.tpl-bp1lcc1p .specifications th,
.tpl-bp1lcc1p .specifications td {
    border: 1px solid #eee;
    padding: 8px 12px;
    text-align: left;
    color: #333;
}
.tpl-bp1lcc1p .specifications th {
    background: #f5f5f5;
    color: #46ab34;
}
.tpl-bp1lcc1p .faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tpl-bp1lcc1p .faq-list li {
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
    color: #333;
}
