/* jpa3uy01: home_00029 黑色导航 + 黄色 hover 高亮的传统工业区域站首页。
   CSS 来自 home_00029/stylesheet_1.css 清洗后限定在 .tpl-jpa3uy01 下。
   原参考站的客服样式、字体样式、统计脚本与远程视频均已剥离。
*/

.tpl-jpa3uy01 {
    color: #333;
    font-size: 15px;
    font-family: "Microsoft YaHei", "Open Sans", sans-serif;
    line-height: 1.5;
    background: #fff;
}

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

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

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

.tpl-jpa3uy01 h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

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

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

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

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

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

/* 头部：黑色固定顶栏 + 黄色 hover 高亮 */
.tpl-jpa3uy01 .header {
    background: #242f35;
    line-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.tpl-jpa3uy01 .header .wrap {
    width: auto;
    padding: 0 250px;
    max-width: none;
}

.tpl-jpa3uy01 .logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 225px;
    background: url(../images/logo_bg.jpg) no-repeat right center;
    text-align: center;
    padding-right: 40px;
}

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

.tpl-jpa3uy01 .menu {
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
}

.tpl-jpa3uy01 .menu ul {
    display: flex;
}

.tpl-jpa3uy01 .menu ul li {
    flex: 1;
    text-align: center;
    font-size: 16px;
}

.tpl-jpa3uy01 .menu ul li a {
    display: inline-block;
    color: #fff;
    position: relative;
}

.tpl-jpa3uy01 .menu ul li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: #ffdb60;
    transition: width 0.3s ease;
}

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

.tpl-jpa3uy01 .menu ul li.on a,
.tpl-jpa3uy01 .menu ul li a:hover {
    color: #ffdb60;
}

.tpl-jpa3uy01 .tel {
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 24px;
    border-left: 1px solid #445863;
    margin-top: -12px;
    padding: 0 30px;
}

.tpl-jpa3uy01 .tel span {
    color: #ffdb60;
    font-size: 16px;
    padding: 0 30px;
    background: url(../images/icon1.png) no-repeat left center;
}

/* banner 大图区 */
.tpl-jpa3uy01 .banner_owl {
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.tpl-jpa3uy01 .banner_owl .item {
    position: relative;
}

.tpl-jpa3uy01 .banner_owl .img1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 600px;
}

.tpl-jpa3uy01 .banner_owl .img1 img {
    width: 100%;
    height: auto;
    display: block;
}

.tpl-jpa3uy01 .owl_cur {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 2%;
    right: 2%;
    z-index: 10;
    pointer-events: none;
}

.tpl-jpa3uy01 .owl_cur span {
    cursor: pointer;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    pointer-events: auto;
}

.tpl-jpa3uy01 .owl_cur span.prev {
    float: left;
    background-image: url(../images/cur1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.tpl-jpa3uy01 .owl_cur span.next {
    float: right;
    background-image: url(../images/cur2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.tpl-jpa3uy01 .owl_cur span:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* 视频产品展示区 */
.tpl-jpa3uy01 .dpspbox {
    padding: 40px 0;
}

.tpl-jpa3uy01 .dpspbox .dpspcpimgvideo {
    margin-bottom: 20px;
}

.tpl-jpa3uy01 .videobox2024 {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    aspect-ratio: 16 / 9;
}

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

.tpl-jpa3uy01 .playvideo2024 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-jpa3uy01 .playvideo2024 img {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
}

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

.tpl-jpa3uy01 .moreimglist2024 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.tpl-jpa3uy01 .tuijianimgbox2024 {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f5f5f5;
}

.tpl-jpa3uy01 .tuijianimgbox2024 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-jpa3uy01 .playvideo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    pointer-events: none;
}

.tpl-jpa3uy01 .playvideo2 img {
    width: 36px;
    height: 36px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}

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

.tpl-jpa3uy01 .video_intro1 {
    background: #f5f5f5;
    color: #333;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    line-height: 1.7;
}

/* mainer 关于我们 */
.tpl-jpa3uy01 .mainer {
    margin-top: 40px;
}

.tpl-jpa3uy01 .page_tit {
    text-align: center;
    margin-bottom: 40px;
}

.tpl-jpa3uy01 .page_tit h3 {
    font-size: 32px;
    font-weight: normal;
}

.tpl-jpa3uy01 .page_tit label {
    display: block;
    margin: 20px auto 0;
    width: 78px;
    height: 5px;
    background: #222;
}

.tpl-jpa3uy01 .about {
    background: #f5f5f5;
    overflow: hidden;
}

.tpl-jpa3uy01 .about .img {
    float: left;
    width: 45%;
    max-width: 500px;
    overflow: hidden;
}

.tpl-jpa3uy01 .about .img img {
    width: 100%;
    height: auto;
    display: block;
}

.tpl-jpa3uy01 .about .text {
    overflow: hidden;
    padding: 40px;
    line-height: 32px;
    font-size: 15px;
    color: #444;
}

.tpl-jpa3uy01 .about .text h3 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
    margin-top: 15px;
}

.tpl-jpa3uy01 .about .text p {
    height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
    white-space: normal;
}

.tpl-jpa3uy01 .div_btn a {
    display: inline-block;
    width: 132px;
    color: #fff;
    line-height: 40px;
    background: url(../images/img_06.jpg) no-repeat center right #242f35;
    padding-left: 20px;
    transition: padding-left 0.3s ease;
}

.tpl-jpa3uy01 .div_btn a:hover {
    padding-left: 40px;
}

/* page 通用容器 */
.tpl-jpa3uy01 .page {
    padding-top: 60px;
    overflow: hidden;
}

.tpl-jpa3uy01 .page.on {
    background: #f5f5f5;
}

/* 为什么选择我们 - cn_list 三个能力卡片 */
.tpl-jpa3uy01 .cn_list ul {
    display: flex;
    flex-wrap: wrap;
}

.tpl-jpa3uy01 .cn_list li {
    background: #242f35;
    width: 33.333%;
    position: relative;
    float: left;
    overflow: hidden;
    min-height: 256px;
}

.tpl-jpa3uy01 .cn_list li:nth-child(2n) {
    background: #ffdb60;
}

.tpl-jpa3uy01 .cn_list li:nth-child(2n) .text {
    color: #242f35;
}

.tpl-jpa3uy01 .cn_list li:nth-child(2n) .img .bg {
    background: url(../images/icon4-1.png) no-repeat center center;
    background-size: 100% 100%;
}

.tpl-jpa3uy01 .cn_list li:nth-child(2n+1) .text {
    color: #fff;
}

.tpl-jpa3uy01 .cn_list li .img {
    max-width: 357px;
    float: right;
    width: 60%;
    position: relative;
    overflow: hidden;
}

.tpl-jpa3uy01 .cn_list li .img img {
    height: 256px;
    max-width: none;
    width: 100%;
    object-fit: cover;
    display: block;
}

.tpl-jpa3uy01 .cn_list li .img .bg {
    position: absolute;
    top: 0;
    width: 30%;
    bottom: 0;
    background: url(../images/icon4.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 5;
}

.tpl-jpa3uy01 .cn_list li .text {
    position: absolute;
    top: 50%;
    margin-top: -48px;
    width: 35%;
    left: 5%;
    z-index: 10;
}

.tpl-jpa3uy01 .cn_list li .text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.tpl-jpa3uy01 .cn_list li .text p {
    line-height: 28px;
    font-size: 15px;
}

/* 产品中心 */
.tpl-jpa3uy01 .product_tit {
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.tpl-jpa3uy01 .product_list {
    padding-bottom: 50px;
}

.tpl-jpa3uy01 .product_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0;
    padding: 0;
}

.tpl-jpa3uy01 .product_list li {
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
}

.tpl-jpa3uy01 .product_list li .img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
}

.tpl-jpa3uy01 .product_list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tpl-jpa3uy01 .product_list li:hover .img img {
    transform: scale(1.05);
}

.tpl-jpa3uy01 .product_list li .text {
    padding: 15px;
    background: #fff;
}

.tpl-jpa3uy01 .product_list li .text h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-bottom: 6px;
}

.tpl-jpa3uy01 .product_list li .text p {
    color: #999;
    font-size: 13px;
    line-height: 1.5;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 新闻动态 */
.tpl-jpa3uy01 .news_list {
    padding-bottom: 70px;
}

.tpl-jpa3uy01 .news_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.tpl-jpa3uy01 .news_list li {
    overflow: hidden;
    position: relative;
}

.tpl-jpa3uy01 .news_list li a {
    display: block;
    background: #fff;
    padding: 20px;
    transition: background 0.3s ease;
}

.tpl-jpa3uy01 .news_list li a:hover {
    background: #242f35;
}

.tpl-jpa3uy01 .news_list li a:hover .text h3,
.tpl-jpa3uy01 .news_list li a:hover .text p {
    color: #fff;
}

.tpl-jpa3uy01 .news_list li .text h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.tpl-jpa3uy01 .news_list li .text p {
    color: #999;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.tpl-jpa3uy01 .news_list li .date {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}

/* 友情链接 */
.tpl-jpa3uy01 .linkbox {
    width: 96%;
    max-width: 1200px;
    margin: 25px auto 0;
    position: relative;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.tpl-jpa3uy01 .linkbox p {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

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

/* 页脚 */
.tpl-jpa3uy01 .footer {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 20px 0;
    background: #242f35;
    text-align: center;
}

.tpl-jpa3uy01 .footer p {
    margin: 0 0 6px 0;
    padding: 0 10px;
}
