/* ahybgfbq：home_00034 首页 stylesheet_1.css 和 stylesheet_2.css 清洗导入。
   保留原站以黄色 #ffcb00 为主色、淡灰 #f4f4f4 为板块底的视觉皮肤；
   头部白色透明 + 黑色菜单、滚动激活黄色高亮不能改成蓝色通用风格。
   所有规则限定在 body.tpl-ahybgfbq 下避免污染其他模板。 */

body.tpl-ahybgfbq {
    -webkit-text-size-adjust: none;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", "Open Sans", Arial, sans-serif;
    color: #333;
    line-height: 1.7;
    background: #fff;
}

body.tpl-ahybgfbq * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

body.tpl-ahybgfbq a:hover {
    color: #ffcb00;
}

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

body.tpl-ahybgfbq img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

body.tpl-ahybgfbq .wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

body.tpl-ahybgfbq .clear {
    clear: both;
}

body.tpl-ahybgfbq .clear:after,
body.tpl-ahybgfbq .clear:before {
    content: "";
    clear: both;
    display: table;
}

body.tpl-ahybgfbq .ht30 {
    height: 30px;
}

body.tpl-ahybgfbq .img {
    overflow: hidden;
    position: relative;
}

body.tpl-ahybgfbq .img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 100;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

body.tpl-ahybgfbq .img:hover img {
    opacity: 0.75;
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

body.tpl-ahybgfbq h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

body.tpl-ahybgfbq *,
body.tpl-ahybgfbq *:after,
body.tpl-ahybgfbq *:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/* 顶部 header：白色半透明 + 黄色菜单激活高亮 */
body.tpl-ahybgfbq .header {
    background: rgba(255, 255, 255, 0.95);
    line-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

body.tpl-ahybgfbq .header .logo {
    float: left;
}

body.tpl-ahybgfbq .header .logo img {
    vertical-align: middle;
    max-height: 60px;
}

body.tpl-ahybgfbq .header .menu {
    float: right;
}

body.tpl-ahybgfbq .header .menu ul li {
    float: left;
    margin-left: 2px;
    text-align: center;
}

body.tpl-ahybgfbq .header .menu ul li a {
    display: inline-block;
    color: #333;
    position: relative;
    padding: 0 10px;
}

body.tpl-ahybgfbq .header .menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -5px;
    z-index: -1;
    height: 10px;
    background: #ffcb00;
    border-radius: 5px;
}

body.tpl-ahybgfbq .header .menu ul li.on a:before,
body.tpl-ahybgfbq .header .menu ul li a:hover:before {
    width: 100%;
}

body.tpl-ahybgfbq .header .menu ul li.on a,
body.tpl-ahybgfbq .header .menu ul li a:hover {
    color: #000;
}

body.tpl-ahybgfbq .header .menu_wrap {
    display: none;
}

/* banner 区域：固定全宽 */
body.tpl-ahybgfbq .index_owl {
    margin-top: 70px;
    position: relative;
}

body.tpl-ahybgfbq .owl {
    position: relative;
}

body.tpl-ahybgfbq .owl_cur {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    left: 2%;
    right: 2%;
    z-index: 10;
}

body.tpl-ahybgfbq .owl_cur span {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 70px;
    border-radius: 2px;
    background: url(/static/templates/ahybgfbq/images/0.png) no-repeat center center rgba(0, 0, 0, 0.5);
}

body.tpl-ahybgfbq .owl_cur span.prev {
    float: left;
}

body.tpl-ahybgfbq .owl_cur span.next {
    float: right;
    background: url(/static/templates/ahybgfbq/images/1.png) no-repeat center center rgba(0, 0, 0, 0.5);
}

body.tpl-ahybgfbq .owl_cur span:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

body.tpl-ahybgfbq .banner .item {
    position: relative;
    font-family: Arial;
}

body.tpl-ahybgfbq .banner .img1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.tpl-ahybgfbq .banner .img1 a {
    display: block;
    width: 100%;
}

body.tpl-ahybgfbq .banner .img1 img {
    display: block;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

/* 视频展示 dpspbox */
body.tpl-ahybgfbq .dpspbox {
    overflow: hidden;
    padding: 30px 0;
}

body.tpl-ahybgfbq .dpspcpimgvideo {
    float: left;
    width: 40%;
    padding-right: 20px;
}

body.tpl-ahybgfbq .videobox2024 {
    position: relative;
    overflow: hidden;
    background: #000;
}

body.tpl-ahybgfbq .videobox2024 img {
    display: block;
    width: 100%;
    height: auto;
}

body.tpl-ahybgfbq .playvideo2024 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.15);
}

body.tpl-ahybgfbq .playvideo2024 img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
}

body.tpl-ahybgfbq .dpspycbox {
    float: right;
    width: 60%;
}

body.tpl-ahybgfbq .moreimglist2024 {
    overflow: hidden;
}

body.tpl-ahybgfbq .moreimglist2024 li {
    float: left;
    width: 33.333%;
    padding: 0 6px 12px;
    box-sizing: border-box;
}

body.tpl-ahybgfbq .tuijianimgbox2024 {
    position: relative;
    overflow: hidden;
    background: #000;
}

body.tpl-ahybgfbq .tuijianimgbox2024 img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

body.tpl-ahybgfbq .playvideo2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.15);
}

body.tpl-ahybgfbq .playvideo2 img {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
}

body.tpl-ahybgfbq .cp-title2024 {
    margin-top: 6px;
    font-size: 13px;
    text-align: center;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* 视频介绍文字 */
body.tpl-ahybgfbq .video_intro1 {
    background: #f4f4f4;
    text-align: center;
    padding: 25px 10px;
    color: #555;
    font-size: 15px;
}

/* mainer：内含 product/about/news/case 多个 page */
body.tpl-ahybgfbq .mainer {
    background: #fff;
}

body.tpl-ahybgfbq .page {
    padding-bottom: 40px;
}

body.tpl-ahybgfbq .page.on {
    background: #f4f4f4;
}

body.tpl-ahybgfbq .wrap .page_tit {
    background: none;
}

body.tpl-ahybgfbq .page_tit {
    padding: 40px 0;
    text-align: center;
    margin-bottom: 40px;
    background: #fff;
}

body.tpl-ahybgfbq .page_tit h3 {
    font-size: 42px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333;
}

body.tpl-ahybgfbq .page_tit h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #dedede;
    font-size: 20px;
    font-family: Arial;
    letter-spacing: 30px;
    margin-left: 25px;
}

/* 产品中心 */
body.tpl-ahybgfbq .pro_list {
    overflow: hidden;
}

body.tpl-ahybgfbq .pro_list ul {
    margin: -18px -15px;
    overflow: hidden;
}

body.tpl-ahybgfbq .pro_list li {
    width: 33.333%;
    float: left;
}

body.tpl-ahybgfbq .pro_list li:nth-child(3n+1) {
    clear: both;
}

body.tpl-ahybgfbq .pro_list li a {
    display: block;
    margin: 18px 15px;
}

body.tpl-ahybgfbq .pro_list .img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

body.tpl-ahybgfbq .pro_list .img img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

body.tpl-ahybgfbq .pro_list p {
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    background: #fff;
}

body.tpl-ahybgfbq .pro_list p span {
    display: block;
    background: no-repeat right center;
}

body.tpl-ahybgfbq .pro_list a:hover p {
    background: #ffcb00;
    text-align: left;
}

body.tpl-ahybgfbq .pro_list a:hover p span {
    background: url(/static/templates/ahybgfbq/images/2.png) no-repeat right center;
}

/* 更多按钮 */
body.tpl-ahybgfbq .more {
    padding: 40px 0;
    text-align: center;
}

body.tpl-ahybgfbq .more a {
    display: inline-block;
    padding: 0 60px;
    line-height: 44px;
    background: #ffcb00;
    border-radius: 5px;
    color: #222;
}

body.tpl-ahybgfbq .more a:hover {
    padding: 0 80px;
}

/* 关于我们 */
body.tpl-ahybgfbq .about .tit {
    background: #ffcb00;
    padding: 37px 0;
}

body.tpl-ahybgfbq .about .tit ul {
    overflow: hidden;
}

body.tpl-ahybgfbq .about .tit ul li {
    padding: 10px 0;
    width: 25%;
    float: left;
    margin-left: -1px;
    border-left: 1px solid #fff;
    text-align: center;
    color: #fff;
}

body.tpl-ahybgfbq .about .tit ul li:first-child {
    border-left: 0;
    margin-left: 0;
}

body.tpl-ahybgfbq .about .tit ul li h3 {
    display: inline-block;
    font-size: 36px;
    padding: 0 20px;
    background: url(/static/templates/ahybgfbq/images/3.png) no-repeat right 5px;
    margin-bottom: 15px;
    color: #fff;
}

body.tpl-ahybgfbq .about .text {
    margin: 0 auto;
    line-height: 32px;
    color: #666;
    margin-top: 40px;
    text-align: center;
    padding: 0 30px;
    max-height: 260px;
    overflow: hidden;
}

body.tpl-ahybgfbq .about .text .dptygjc3 {
    color: #ffcb00;
    font-weight: bold;
}

body.tpl-ahybgfbq .about .text .dpsbm3 {
    color: #ffcb00;
    font-weight: bold;
}

body.tpl-ahybgfbq .about .text .tylxr {
    color: #ffcb00;
}

body.tpl-ahybgfbq .about .text .tydz {
    color: #ffcb00;
}

/* 新闻动态 */
body.tpl-ahybgfbq .news {
    margin-bottom: 30px;
    position: relative;
    padding-left: 566px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

body.tpl-ahybgfbq .news_lt {
    position: absolute;
    top: 0;
    left: 0;
    width: 536px;
}

body.tpl-ahybgfbq .news_lt .img img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

body.tpl-ahybgfbq .news_list {
    padding-right: 30px;
    line-height: 88px;
}

body.tpl-ahybgfbq .news_list ul {
    overflow: hidden;
}

body.tpl-ahybgfbq .news_list p {
    white-space: nowrap;
    background: no-repeat right center;
    text-overflow: ellipsis;
    overflow: hidden;
}

body.tpl-ahybgfbq .news_list li {
    border-bottom: 1px dashed #999;
    position: relative;
}

body.tpl-ahybgfbq .news_list li:last-child {
    border-bottom: 0;
}

body.tpl-ahybgfbq .news_list li a {
    display: block;
    padding-left: 30px;
    background: url(/static/templates/ahybgfbq/images/4.png) no-repeat left center;
    position: relative;
    padding-right: 100px;
}

body.tpl-ahybgfbq .news_list li a:hover {
    background: #ffcb00 no-repeat left center;
}

body.tpl-ahybgfbq .news_list li a:hover p {
    background: url(/static/templates/ahybgfbq/images/5.png) no-repeat right center;
    font-size: 18px;
    color: #333;
}

body.tpl-ahybgfbq .news_list li a:hover span,
body.tpl-ahybgfbq .news_list li a:hover label {
    display: none;
}

body.tpl-ahybgfbq .news_list span {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

body.tpl-ahybgfbq .news_list label {
    display: block;
    float: left;
    line-height: 22px;
    padding: 0 9px;
    border-radius: 10px;
    background: #ffcb00;
    font-size: 14px;
    margin-top: 32px;
    margin-right: 20px;
    color: #333;
}

/* 客户案例轮播 */
body.tpl-ahybgfbq .link_owl {
    margin-bottom: 30px;
    overflow: hidden;
}

body.tpl-ahybgfbq .link_owl ul {
    overflow: hidden;
    margin: 0 -10px;
}

body.tpl-ahybgfbq .link_owl ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}

body.tpl-ahybgfbq .link_owl a {
    display: block;
    border: 1px solid #fff;
    line-height: 300px;
    height: 300px;
    text-align: center;
    position: relative;
}

body.tpl-ahybgfbq .link_owl a img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

body.tpl-ahybgfbq .link_owl a p {
    position: absolute;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    background: #ffcb00;
    opacity: 0.6;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    margin: 0;
}

body.tpl-ahybgfbq .link_owl a:hover p {
    height: 300px;
    line-height: 300px;
    color: #000;
    opacity: 1;
}

/* 友情链接 */
body.tpl-ahybgfbq .linkbox {
    width: 96%;
    margin: 25px auto 0;
    max-width: 1200px;
    position: relative;
}

body.tpl-ahybgfbq .linkbox p {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    margin-bottom: 5px;
}

body.tpl-ahybgfbq .linkbox a {
    color: #9b9b9b;
    margin-right: 15px;
    line-height: 25px;
}

body.tpl-ahybgfbq .linkbox a:hover {
    color: #ffcb00;
}

/* 页脚 */
body.tpl-ahybgfbq .footer {
    background: #fff;
    padding: 15px 0;
    text-align: center;
    line-height: 30px;
    color: #666;
}

body.tpl-ahybgfbq .footer .ft_bq {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
}

body.tpl-ahybgfbq .footer .ft_bq p {
    color: #666;
}

/* 内页：内页统一走经典白底卡片壳 */
body.tpl-ahybgfbq .tpl-ahybgfbq-page-header,
body.tpl-ahybgfbq .tpl-ahybgfbgy-product-intro,
body.tpl-ahybgfbq .tpl-ahybgfbq-enterprise-info,
body.tpl-ahybgfbq .tpl-ahybgfbq-company-philosophy,
body.tpl-ahybgfbq .tpl-ahybgfbq-company-advantages,
body.tpl-ahybgfbq .tpl-ahybgfbq-qualifications,
body.tpl-ahybgfbq .tpl-ahybgfbq-faq,
body.tpl-ahybgfbq .tpl-ahybgfbq-contact-detail,
body.tpl-ahybgfbq .tpl-ahybgfbq-product-cards,
body.tpl-ahybgfbq .tpl-ahybgfbq-content-body,
body.tpl-ahybgfbq .tpl-ahybgfbq-section,
body.tpl-ahybgfbq .tpl-ahybgfbq-product-header,
body.tpl-ahybgfbq .tpl-ahybgfbq-product-body,
body.tpl-ahybgfbq .tpl-ahybgfbq-related-items,
body.tpl-ahybgfbq .tpl-ahybgfbq-article-header,
body.tpl-ahybgfbq .tpl-ahybgfbq-article-body,
body.tpl-ahybgfbq .tpl-ahybgfbq-article-cards,
body.tpl-ahybgfbq .tpl-ahybgfbq-use-cases,
body.tpl-ahybgfbq .tpl-ahybgfbq-selling-points,
body.tpl-ahybgfbq .tpl-ahybgfbq-specifications,
body.tpl-ahybgfbq .tpl-ahybgfbq-related-regions,
body.tpl-ahybgfbq .tpl-ahybgfbq-product-intro,
body.tpl-ahybgfbq .tpl-ahybgfbq-contact-entry {
    padding: 30px 0;
    background: #fff;
}

body.tpl-ahybgfbq .tpl-ahybgfbq-page-header {
    background: #f4f4f4;
}

body.tpl-ahybgfbq .tpl-ahybgfbq-page-header h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

body.tpl-ahybgfbq .tpl-ahybgfbq-page-header .breadcrumbs {
    color: #888;
    font-size: 13px;
}

body.tpl-ahybgfbq .breadcrumbs a {
    color: #888;
}

body.tpl-ahybgfbq .breadcrumbs a:hover {
    color: #ffcb00;
}

body.tpl-ahybgfbq .tpl-ahybgfbq-enterprise-info,
body.tpl-ahybgfbq .tpl-ahybgfbq-product-cards,
body.tpl-ahybgfbq .tpl-ahybgfbq-content-body,
body.tpl-ahybgfbq .tpl-ahybgfbq-section,
body.tpl-ahybgfbq .tpl-ahybgfbq-product-header,
body.tpl-ahybgfbq .tpl-ahybgfbq-product-body,
body.tpl-ahybgfbq .tpl-ahybgfbq-related-items,
body.tpl-ahybgfbq .tpl-ahybgfbq-article-header,
body.tpl-ahybgfbq .tpl-ahybgfbq-article-body,
body.tpl-ahybgfbq .tpl-ahybgfbq-article-cards,
body.tpl-ahybgfbq .tpl-ahybgfbq-use-cases,
body.tpl-ahybgfbq .tpl-ahybgfbq-selling-points,
body.tpl-ahybgfbq .tpl-ahybgfbq-specifications,
body.tpl-ahybgfbq .tpl-ahybgfbq-related-regions,
body.tpl-ahybgfbq .tpl-ahybgfbq-company-philosophy,
body.tpl-ahybgfbq .tpl-ahybgfbq-company-advantages,
body.tpl-ahybgfbq .tpl-ahybgfbq-qualifications,
body.tpl-ahybgfbq .tpl-ahybgfbq-contact-detail,
body.tpl-ahybgfbq .tpl-ahybgfbq-faq {
    background: #fff;
}

body.tpl-ahybgfbq .tpl-ahybgfbq-enterprise-info .about,
body.tpl-ahybgfbq .tpl-ahybgfbq-product-cards,
body.tpl-ahybgfbq .tpl-ahybgfbq-content-body .content-article,
body.tpl-ahybgfbq .tpl-ahybgfbq-section .content-article,
body.tpl-ahybgfbq .tpl-ahybgfbq-product-header .product-header-box,
body.tpl-ahybgfbq .tpl-ahybgfbq-product-body .content-article,
body.tpl-ahybgfbq .tpl-ahybgfbq-article-header .article-header-box,
body.tpl-ahybgfbq .tpl-ahybgfbq-article-body .content-article,
body.tpl-ahybgfbq .tpl-ahybgfbq-company-philosophy .content-article,
body.tpl-ahybgfbq .tpl-ahybgfbq-faq .faq-list {
    background: #fff;
    padding: 20px;
    border: 1px solid #f0f0f0;
}

body.tpl-ahybgfbq .content-article {
    line-height: 1.8;
    color: #666;
}

body.tpl-ahybgfbq .content-article p {
    margin-bottom: 12px;
}

body.tpl-ahybgfbq .placeholder-text {
    text-align: center;
    color: #999;
    padding: 20px;
}

/* 产品列表卡片 */
body.tpl-ahybgfbq .product-card-grid {
    overflow: hidden;
    margin: -10px;
}

body.tpl-ahybgfbq .product-card-grid li {
    float: left;
    width: 33.333%;
    padding: 10px;
    box-sizing: border-box;
}

body.tpl-ahybgfbq .product-card-grid a {
    display: block;
    background: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

body.tpl-ahybgfbq .product-card-grid .img img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

body.tpl-ahybgfbq .product-card-grid p {
    padding: 12px 15px;
    line-height: 1.5;
}

body.tpl-ahybgfbq .product-card-grid p span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #333;
}

/* 产品详情头部 */
body.tpl-ahybgfbq .product-header-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

body.tpl-ahybgfbq .product-header-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

body.tpl-ahybgfbq .product-header-info h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

body.tpl-ahybgfbq .product-header-info .summary {
    color: #666;
    line-height: 1.8;
}

/* 案例卡片 */
body.tpl-ahybgfbq .case-card-grid {
    overflow: hidden;
    margin: -10px;
}

body.tpl-ahybgfbq .case-card-grid li {
    float: left;
    width: 33.333%;
    padding: 10px;
    box-sizing: border-box;
}

body.tpl-ahybgfbq .case-card-grid a {
    display: block;
    background: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

body.tpl-ahybgfbq .case-card-grid .img img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

body.tpl-ahybgfbq .case-card-grid p {
    padding: 12px 15px;
    line-height: 1.5;
    text-align: center;
}

body.tpl-ahybgfbq .case-card-grid p span {
    color: #333;
}

/* 新闻文字列表 */
body.tpl-ahybgfbq .news-text-list li {
    border-bottom: 1px solid #eee;
    line-height: 60px;
    padding-left: 20px;
    position: relative;
}

body.tpl-ahybgfbq .news-text-list li:last-child {
    border-bottom: 0;
}

body.tpl-ahybgfbq .news-text-list a {
    display: block;
    padding-right: 100px;
    position: relative;
}

body.tpl-ahybgfbq .news-text-list p {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.tpl-ahybgfbq .news-text-list label {
    display: inline-block;
    line-height: 22px;
    padding: 0 9px;
    border-radius: 10px;
    background: #ffcb00;
    font-size: 13px;
    margin-right: 15px;
    color: #333;
    vertical-align: middle;
}

body.tpl-ahybgfbq .news-text-list span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 13px;
}

body.tpl-ahybgfbq .news-text-list a:hover {
    background: #ffcb00;
}

/* 文章头部 */
body.tpl-ahybgfbq .article-header-box h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

body.tpl-ahybgfbq .article-header-box .meta {
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
}

body.tpl-ahybgfbq .article-header-box .summary {
    color: #666;
    line-height: 1.8;
    border-left: 4px solid #ffcb00;
    padding: 10px 15px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

/* 优势网格 */
body.tpl-ahybgfbq .advantage-grid {
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f0f0;
}

body.tpl-ahybgfbq .advantage-grid li {
    width: 50%;
    float: left;
    padding: 25px 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #eee;
}

body.tpl-ahybgfbq .advantage-grid li:nth-child(odd) {
    border-right: 1px dashed #eee;
}

body.tpl-ahybgfbq .advantage-grid strong {
    display: inline-block;
    color: #ffcb00;
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

body.tpl-ahybgfbq .advantage-grid h5 {
    display: inline-block;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    vertical-align: middle;
}

body.tpl-ahybgfbq .advantage-grid p {
    color: #666;
    line-height: 1.7;
}

/* 卖点列表 */
body.tpl-ahybgfbq .selling-points-list {
    overflow: hidden;
}

body.tpl-ahybgfbq .selling-points-list li {
    width: 50%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin: -1px 0 0 -1px;
}

body.tpl-ahybgfbq .selling-points-list strong {
    color: #ffcb00;
    font-size: 24px;
    margin-right: 10px;
}

body.tpl-ahybgfbq .selling-points-list h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
}

body.tpl-ahybgfbq .selling-points-list p {
    color: #666;
    line-height: 1.7;
}

/* 资质列表 */
body.tpl-ahybgfbq .qualifications-list {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 20px 30px;
}

body.tpl-ahybgfbq .qualifications-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

body.tpl-ahybgfbq .qualifications-list li:last-child {
    border-bottom: 0;
}

/* FAQ 列表 */
body.tpl-ahybgfbq .faq-list li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

body.tpl-ahybgfbq .faq-list li:last-child {
    border-bottom: 0;
}

body.tpl-ahybgfbq .faq-list h4 {
    color: #ffcb00;
    font-size: 15px;
    margin-bottom: 6px;
}

body.tpl-ahybgfbq .faq-list p {
    color: #666;
    line-height: 1.7;
}

/* 应用场景 */
body.tpl-ahybgfbq .use-cases-list {
    overflow: hidden;
}

body.tpl-ahybgfbq .use-cases-list li {
    width: 50%;
    float: left;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin: 5px 0;
    border-left: 4px solid #ffcb00;
}

body.tpl-ahybgfbq .use-cases-list strong {
    display: block;
    color: #ffcb00;
    font-size: 16px;
    margin-bottom: 5px;
}

body.tpl-ahybgfbq .use-cases-list span {
    color: #666;
    line-height: 1.7;
}

/* 规格表 */
body.tpl-ahybgfbq .specs-table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #f0f0f0;
}

body.tpl-ahybgfbq .specs-table th {
    text-align: left;
    padding: 12px 20px;
    background: #f9f9f9;
    width: 30%;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
}

body.tpl-ahybgfbq .specs-table td {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
}

body.tpl-ahybgfbq .specs-table tr:last-child th,
body.tpl-ahybgfbq .specs-table tr:last-child td {
    border-bottom: 0;
}

/* 区域站点 */
body.tpl-ahybgfbq .region-sites {
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 15px;
}

body.tpl-ahybgfbq .region-sites li {
    float: left;
    margin: 5px;
}

body.tpl-ahybgfbq .region-sites a {
    display: inline-block;
    padding: 6px 14px;
    background: #f5f5f5;
    color: #333;
    border-radius: 3px;
    font-size: 13px;
}

body.tpl-ahybgfbq .region-sites a:hover {
    background: #ffcb00;
}

/* 相关推荐 */
body.tpl-ahybgfbq .related-items-grid {
    overflow: hidden;
}

body.tpl-ahybgfbq .related-items-grid li {
    width: 25%;
    float: left;
    padding: 8px;
    box-sizing: border-box;
}

body.tpl-ahybgfbq .related-items-grid a {
    display: block;
    padding: 10px 15px;
    background: #f5f5f5;
    color: #333;
    text-align: center;
    border-radius: 3px;
}

body.tpl-ahybgfbq .related-items-grid a:hover {
    background: #ffcb00;
}

/* 联系页 */
body.tpl-ahybgfbq .contact-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 30px;
}

body.tpl-ahybgfbq .contact-detail-grid h3 {
    color: #ffcb00;
    font-size: 22px;
    margin-bottom: 15px;
    white-space: normal;
}

body.tpl-ahybgfbq .contact-detail-grid p {
    line-height: 2;
    color: #666;
}

body.tpl-ahybgfbq .contact-detail-grid strong {
    color: #ffcb00;
    font-size: 18px;
}

/* 联系我们入口 */
body.tpl-ahybgfbq .contact-entry-box {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 30px;
    text-align: center;
}

body.tpl-ahybgfbq .contact-entry-box h3 {
    color: #ffcb00;
    font-size: 24px;
    margin-bottom: 15px;
    white-space: normal;
}

body.tpl-ahybgfbq .contact-entry-box p {
    color: #666;
    line-height: 2;
}

body.tpl-ahybgfbq .contact-entry-box strong {
    color: #ffcb00;
    font-size: 18px;
}

body.tpl-ahybgfbq .contact-entry-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 30px;
    background: #ffcb00;
    color: #333;
    border-radius: 3px;
}

body.tpl-ahybgfbq .contact-entry-btn:hover {
    color: #000;
    background: #e6b800;
}
