/* h4ua5lay：home_00070 城市分站工业站首页快速导入。
   CSS 来自参考站 stylesheet_1.css（主样式）、stylesheet_2.css（global）、
   stylesheet_3.css（.sjys3 单独颜色）、stylesheet_4.css（owl 轮播基础）。
   客服/注册浮层（stylesheet_0.css）已剥离；animate.min.css 按需少量引用。
   所有规则限定在 .tpl-h4ua5lay 下。
*/

.tpl-h4ua5lay {
    color: #333;
    font-size: 14px;
    width: 100%;
    font-family: "Microsoft YaHei", "Open Sans", sans-serif;
    line-height: 1.6;
    background: #fff;
}

.tpl-h4ua5lay a {
    color: #333;
    text-decoration: none;
    border: 0;
}

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

.tpl-h4ua5lay a:focus {
    outline: 0;
}

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

.tpl-h4ua5lay ul,
.tpl-h4ua5lay li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tpl-h4ua5lay h1,
.tpl-h4ua5lay h2,
.tpl-h4ua5lay h3,
.tpl-h4ua5lay h4,
.tpl-h4ua5lay h5,
.tpl-h4ua5lay p,
.tpl-h4ua5lay div,
.tpl-h4ua5lay dl,
.tpl-h4ua5lay dt,
.tpl-h4ua5lay dd,
.tpl-h4ua5lay input {
    margin: 0;
    padding: 0;
}

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

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

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

.tpl-h4ua5lay .ht30 {
    height: 30px;
}

/* 顶部白底半透明 fixed 导航 */
.tpl-h4ua5lay .index_owl {
    margin-top: 70px;
    height: 0;
}

.tpl-h4ua5lay .header {
    background: rgba(255, 255, 255, 0.95);
    line-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.tpl-h4ua5lay .header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tpl-h4ua5lay .header .logo {
    float: left;
    max-width: 360px;
    overflow: hidden;
}

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

.tpl-h4ua5lay .header .menu {
    float: right;
}

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

.tpl-h4ua5lay .header .menu ul li a {
    display: inline-block;
    color: #333;
    position: relative;
    padding: 0 10px;
    line-height: 70px;
    font-size: 16px;
}

.tpl-h4ua5lay .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;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

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

.tpl-h4ua5lay .header .menu_wrap {
    clear: both;
}

/* banner 轮播（参考 owl 简化） */
.tpl-h4ua5lay .owl {
    position: relative;
}

.tpl-h4ua5lay .owl_cur {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
}

.tpl-h4ua5lay .owl_cur .prev,
.tpl-h4ua5lay .owl_cur .next {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    pointer-events: auto;
    position: absolute;
    top: -20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.tpl-h4ua5lay .owl_cur .prev img,
.tpl-h4ua5lay .owl_cur .next img {
    width: 18px;
    height: 18px;
    margin: 11px auto 0;
    display: block;
}

.tpl-h4ua5lay .owl_cur .prev {
    left: 16px;
}

.tpl-h4ua5lay .owl_cur .next {
    right: 16px;
}

.tpl-h4ua5lay .banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.tpl-h4ua5lay .banner .banner_list {
    width: 100%;
    position: relative;
}

.tpl-h4ua5lay .banner .item {
    width: 100%;
    position: relative;
    display: none;
    font-family: Arial;
}

.tpl-h4ua5lay .banner .item.active {
    display: block;
}

.tpl-h4ua5lay .banner .img1 {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.tpl-h4ua5lay .banner .img1 a {
    display: block;
    height: 100%;
}

.tpl-h4ua5lay .banner .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tpl-h4ua5lay .banner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.tpl-h4ua5lay .banner .owl-dots .owl-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
}

.tpl-h4ua5lay .banner .owl-dots .owl-dot.active {
    background: #fff;
    opacity: 1;
}

/* 视频主区 dpspbox */
.tpl-h4ua5lay .dpspbox {
    width: 1200px;
    max-width: 96%;
    margin: 20px auto;
    overflow: hidden;
    background: #fff;
}

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

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

.tpl-h4ua5lay .dpspcpimgvideo .videobox2024 img {
    max-width: 100%;
    max-height: 600px;
    display: block;
}

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

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

.tpl-h4ua5lay .dpspycbox {
    width: 330px;
    float: right;
}

.tpl-h4ua5lay .dpspycbox .moreimglist2024 {
    margin: 0;
    padding: 0;
}

.tpl-h4ua5lay .dpspycbox .moreimglist2024 li {
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    list-style: none;
}

.tpl-h4ua5lay .dpspycbox .moreimglist2024 li .tuijianimgbox2024 {
    position: relative;
    overflow: hidden;
}

.tpl-h4ua5lay .dpspycbox .moreimglist2024 li img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.tpl-h4ua5lay .dpspycbox .moreimglist2024 .playvideo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    width: 36px;
    height: 36px;
    opacity: 0.85;
}

.tpl-h4ua5lay .dpspycbox .moreimglist2024 .playvideo2 img {
    width: 36px;
    height: 36px;
}

.tpl-h4ua5lay .dpspycbox .moreimglist2024 .cp-title2024 {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

/* 视频介绍 video_intro1 */
.tpl-h4ua5lay .video_intro1 {
    width: 1200px;
    max-width: 96%;
    margin: 30px auto 10px;
    font-size: 18px;
    font-weight: bold;
    color: #e8423f;
    text-align: center;
    line-height: 1.8;
}

/* mainer 通用 */
.tpl-h4ua5lay .mainer {
    overflow: hidden;
}

.tpl-h4ua5lay .mainer .page {
    padding: 50px 0 30px;
    overflow: hidden;
}

.tpl-h4ua5lay .mainer .page.on {
    background: #fafafa;
}

.tpl-h4ua5lay .page_tit {
    text-align: center;
    margin-bottom: 30px;
}

.tpl-h4ua5lay .page_tit h4 {
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 8px;
}

.tpl-h4ua5lay .page_tit h3 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    white-space: normal;
}

/* 产品中心 pro_list */
.tpl-h4ua5lay .pro_list ul {
    overflow: hidden;
    margin: 0 -10px;
    padding: 0;
}

.tpl-h4ua5lay .pro_list ul li {
    width: 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin-bottom: 20px;
}

.tpl-h4ua5lay .pro_list ul li a {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    color: #333;
}

.tpl-h4ua5lay .pro_list ul li .tuijianimgbox2024 {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.tpl-h4ua5lay .pro_list ul li .tuijianimgbox2024 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tpl-h4ua5lay .pro_list ul li .playvideo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    width: 36px;
    height: 36px;
}

.tpl-h4ua5lay .pro_list ul li .playvideo2 img {
    width: 36px;
    height: 36px;
}

.tpl-h4ua5lay .pro_list ul li .cp-title2024 {
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    background: #fff;
}

.tpl-h4ua5lay .pro_list .more {
    text-align: center;
    margin-top: 20px;
}

.tpl-h4ua5lay .pro_list .more a {
    display: inline-block;
    padding: 10px 30px;
    background: #ffcb00;
    color: #333;
    font-size: 16px;
    border-radius: 3px;
}

/* 关于我们 about */
.tpl-h4ua5lay .about {
    overflow: hidden;
}

.tpl-h4ua5lay .about .tit {
    overflow: hidden;
    margin-bottom: 30px;
}

.tpl-h4ua5lay .about .tit ul {
    overflow: hidden;
    margin: 0 -15px;
    padding: 0;
}

.tpl-h4ua5lay .about .tit ul li {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    list-style: none;
}

.tpl-h4ua5lay .about .tit ul li .adv_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto 15px;
}

.tpl-h4ua5lay .about .tit ul li .adv_icon img {
    max-width: 80px;
    max-height: 80px;
    vertical-align: middle;
    display: inline-block;
}

.tpl-h4ua5lay .about .tit ul li h3 {
    font-size: 32px;
    color: #ffcb00;
    margin-bottom: 5px;
    white-space: normal;
}

.tpl-h4ua5lay .about .tit ul li h3 .num {
    font-size: 40px;
    font-weight: bold;
    margin-right: 4px;
}

.tpl-h4ua5lay .about .tit ul li h3 .unit {
    font-size: 18px;
    color: #ffcb00;
}

.tpl-h4ua5lay .about .tit ul li p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    white-space: normal;
}

.tpl-h4ua5lay .about .text {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 20px 0;
    overflow: hidden;
}

.tpl-h4ua5lay .about .text p {
    margin-bottom: 12px;
    text-indent: 2em;
}

.tpl-h4ua5lay .about .text .dptygjc3 {
    color: #e8423f;
    font-weight: bold;
    font-size: 18px;
    margin-right: 4px;
}

.tpl-h4ua5lay .about .more {
    text-align: center;
    margin-top: 20px;
}

.tpl-h4ua5lay .about .more a {
    display: inline-block;
    padding: 10px 30px;
    background: #ffcb00;
    color: #333;
    font-size: 16px;
    border-radius: 3px;
}

/* 新闻动态 news */
.tpl-h4ua5lay .news {
    overflow: hidden;
}

.tpl-h4ua5lay .news .news_lt {
    width: 45%;
    float: left;
    overflow: hidden;
}

.tpl-h4ua5lay .news .news_lt .img {
    overflow: hidden;
    position: relative;
    height: 360px;
    background: #f5f5f5;
}

.tpl-h4ua5lay .news .news_lt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tpl-h4ua5lay .news .news_list {
    width: 53%;
    float: right;
}

.tpl-h4ua5lay .news .news_list ul {
    margin: 0;
    padding: 0;
}

.tpl-h4ua5lay .news .news_list ul li {
    list-style: none;
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
}

.tpl-h4ua5lay .news .news_list ul li a {
    display: flex;
    align-items: center;
    color: #333;
}

.tpl-h4ua5lay .news .news_list ul li label {
    background: #ffcb00;
    color: #333;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 2px;
    margin-right: 10px;
    flex-shrink: 0;
}

.tpl-h4ua5lay .news .news_list ul li p {
    flex: 1;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tpl-h4ua5lay .news .news_list ul li span {
    color: #999;
    font-size: 12px;
    margin-left: 10px;
    flex-shrink: 0;
}

/* 客户案例 link_owl */
.tpl-h4ua5lay .link_owl {
    overflow: hidden;
}

.tpl-h4ua5lay .link_owl ul {
    margin: 0 -10px;
    padding: 0;
    overflow: hidden;
}

.tpl-h4ua5lay .link_owl ul li {
    width: 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin-bottom: 20px;
}

.tpl-h4ua5lay .link_owl ul li a {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    color: #333;
}

.tpl-h4ua5lay .link_owl ul li .img {
    overflow: hidden;
    position: relative;
    height: 220px;
}

.tpl-h4ua5lay .link_owl ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.5s;
}

.tpl-h4ua5lay .link_owl ul li:hover .img img {
    transform: scale(1.05);
}

.tpl-h4ua5lay .link_owl ul li h3 {
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    background: #fff;
    margin: 0;
}

/* 友情链接 linkbox */
.tpl-h4ua5lay .linkbox {
    width: 1200px;
    max-width: 96%;
    margin: 30px auto;
    background: #f5f5f5;
    padding: 15px 20px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
}

.tpl-h4ua5lay .linkbox p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.tpl-h4ua5lay .linkbox a {
    margin-right: 10px;
    display: inline-block;
    color: #666;
    font-size: 13px;
}

/* 页脚 */
.tpl-h4ua5lay .footer {
    background: #2c2f33;
    color: #ccc;
    padding: 30px 0;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
}

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

.tpl-h4ua5lay .footer p {
    color: #ccc;
    margin-bottom: 6px;
}

.tpl-h4ua5lay .sjys3 {
    color: #6a5acd;
    font-weight: bold;
}

/* 内页通用壳（compact-region） */
.tpl-h4ua5lay .ny_banner {
    background: linear-gradient(135deg, #ffcb00 0%, #ffb700 100%);
    color: #333;
    padding: 30px 0;
}

.tpl-h4ua5lay .ny_banner-inner {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
}

.tpl-h4ua5lay .ny_banner h1 {
    color: #333;
    font-size: 24px;
    margin: 0 0 8px;
}

.tpl-h4ua5lay .ny_banner p {
    color: rgba(51, 51, 51, 0.85);
    font-size: 14px;
}

.tpl-h4ua5lay .crumbs {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    color: #666;
    font-size: 13px;
}

.tpl-h4ua5lay .crumbs-inner {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
}

.tpl-h4ua5lay .crumbs a {
    color: #666;
}

.tpl-h4ua5lay .crumbs span {
    color: #e8423f;
}

.tpl-h4ua5lay .cont-wrap {
    padding: 30px 0;
    background: #fff;
}

.tpl-h4ua5lay .cont-wrap .content {
    background: #fff;
    padding: 20px;
    line-height: 1.8;
    color: #333;
}

.tpl-h4ua5lay .article {
    color: #333;
}

.tpl-h4ua5lay .article h2 {
    font-size: 22px;
    color: #e8423f;
    margin: 0 0 10px;
    text-align: center;
}

.tpl-h4ua5lay .article p {
    line-height: 1.8;
    color: #333;
    font-size: 14px;
    margin: 0 0 10px;
}

.tpl-h4ua5lay .article img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

.tpl-h4ua5lay .case-list,
.tpl-h4ua5lay .news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
}

.tpl-h4ua5lay .case-list li,
.tpl-h4ua5lay .news-list li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    list-style: none;
}

.tpl-h4ua5lay .case-list a,
.tpl-h4ua5lay .news-list a {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    color: #333;
}

.tpl-h4ua5lay .case-list img,
.tpl-h4ua5lay .news-list img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.tpl-h4ua5lay .case-list h3,
.tpl-h4ua5lay .news-list h3 {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.tpl-h4ua5lay .news-list li {
    width: 100%;
    padding: 0;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.tpl-h4ua5lay .news-list a {
    display: flex;
    border: none;
    padding: 15px 20px;
    align-items: center;
}

.tpl-h4ua5lay .news-list h3 {
    text-align: left;
    flex: 1;
    line-height: 1.6;
    white-space: normal;
}

.tpl-h4ua5lay .contact-block {
    background: #fff;
    padding: 30px;
    text-align: center;
    line-height: 1.8;
}

.tpl-h4ua5lay .contact-block h2 {
    color: #e8423f;
    font-size: 22px;
    margin: 0 0 15px;
}

.tpl-h4ua5lay .contact-block p {
    margin: 5px 0;
    color: #333;
    font-size: 14px;
}

.tpl-h4ua5lay .contact-block .phone {
    color: #ff0000;
    font-weight: bold;
    font-size: 22px;
}

.tpl-h4ua5lay .related-regions {
    padding: 20px 0;
    background: #f5f5f5;
    color: #333;
}

.tpl-h4ua5lay .related-regions-inner {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
}

.tpl-h4ua5lay .related-regions h3 {
    color: #333;
    font-size: 20px;
    margin: 0 0 15px;
}

.tpl-h4ua5lay .related-regions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tpl-h4ua5lay .related-regions a {
    display: inline-block;
    padding: 6px 14px;
    background: #fff;
    color: #3453C6;
    border: 1px solid #eee;
}

.tpl-h4ua5lay .article-detail {
    background: #fff;
    padding: 25px;
}

.tpl-h4ua5lay .article-detail h1 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin: 0 0 10px;
}

.tpl-h4ua5lay .article-detail .meta {
    text-align: center;
    color: #999;
    font-size: 13px;
    margin-bottom: 20px;
}

.tpl-h4ua5lay .article-detail .body {
    line-height: 1.8;
    color: #333;
    font-size: 14px;
}

.tpl-h4ua5lay .article-detail .body p {
    margin: 0 0 12px;
}

/* case-carousel 案例轮播 */
.tpl-h4ua5lay .case-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}
.tpl-h4ua5lay .case-track {
    overflow: hidden;
}
.tpl-h4ua5lay .case-track ul {
    white-space: nowrap;
    font-size: 0;
    transition: transform 0.4s ease;
}
.tpl-h4ua5lay .case-track ul li {
    display: inline-block;
    width: 280px;
    margin: 0 10px;
    background: #f5f5f5;
    overflow: hidden;
    white-space: normal;
    vertical-align: top;
}
.tpl-h4ua5lay .case-track ul li .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.tpl-h4ua5lay .case-track ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpl-h4ua5lay .case-track ul li h3 {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.tpl-h4ua5lay .case-prev,
.tpl-h4ua5lay .case-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tpl-h4ua5lay .case-prev {
    left: 0;
}
.tpl-h4ua5lay .case-next {
    right: 0;
}
.tpl-h4ua5lay .case-prev img,
.tpl-h4ua5lay .case-next img {
    width: 100%;
    height: 100%;
    max-width: none;
}
