/* rk8l1r25：home_00046 蓝色传统工业站首页快速导入。
   CSS 来自参考站 stylesheet_2.css（index.css）和 stylesheet_3.css（public.css）
   清洗后保留；客服注册相关 CSS 和字体 CSS 剥离。
   所有规则限定在 .tpl-rk8l1r25 下，避免污染其他模板。
*/

.tpl-rk8l1r25 {
    color: #666;
    font-size: 14px;
    width: 100%;
    font-family: "Microsoft Yahei", Arial, sans-serif;
    line-height: 1.6;
    background: #fff;
}

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

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

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

.tpl-rk8l1r25 p {
    word-spacing: -1.5px;
    margin: 0;
    padding: 0;
}

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

.tpl-rk8l1r25 h1,
.tpl-rk8l1r25 h2,
.tpl-rk8l1r25 h3,
.tpl-rk8l1r25 h4,
.tpl-rk8l1r25 h5,
.tpl-rk8l1r25 ul,
.tpl-rk8l1r25 li,
.tpl-rk8l1r25 dl,
.tpl-rk8l1r25 dt,
.tpl-rk8l1r25 dd,
.tpl-rk8l1r25 input {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

.tpl-rk8l1r25 h5 {
    font-size: 12px;
}

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

.tpl-rk8l1r25 .content {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

/* 顶部 topWrap：白底带灰色背景 */
.tpl-rk8l1r25 .topWrap {
    font-family: "Microsoft Yahei";
    position: relative;
    width: 100%;
    background: #f0f0f0;
    border-bottom: 1px solid #e5e5e5;
}

.tpl-rk8l1r25 .logobox {
    height: 60px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 15px 0;
}

.tpl-rk8l1r25 .logobox .logo {
    max-height: 60px;
    float: left;
    overflow: hidden;
}

.tpl-rk8l1r25 .logobox .logo img {
    height: 60px;
    max-height: 60px;
}

.tpl-rk8l1r25 .logobox .logo a {
    display: flex;
    align-items: center;
}

/* 导航：蓝色下划线高亮 */
.tpl-rk8l1r25 .nav {
    height: 60px;
    position: relative;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #0067d0;
}

.tpl-rk8l1r25 .nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tpl-rk8l1r25 .nav li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    flex: 1;
}

.tpl-rk8l1r25 .nav li a {
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    color: #333;
}

.tpl-rk8l1r25 .nav .cur a,
.tpl-rk8l1r25 .nav li:hover a {
    color: #0067d0;
    border-bottom: 2px solid #0067d0;
    font-weight: bold;
}

/* 移动端汉堡按钮 */
.tpl-rk8l1r25 .m_nav {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url("/static/templates/rk8l1r25/images/menu.png") no-repeat center center #333;
    background-size: 25px auto;
    right: 5px;
    display: none;
    cursor: pointer;
}

/* fullSlide 轮播：1200 高度、左右翻页箭头 */
.tpl-rk8l1r25 .fullSlide {
    min-width: 1200px;
    position: relative;
    height: 450px;
    overflow: hidden;
    z-index: 2;
    background: #f5f5f5;
}

.tpl-rk8l1r25 .fullSlide .bd {
    position: relative;
    z-index: 0;
}

.tpl-rk8l1r25 .fullSlide .bd ul {
    width: 100% !important;
}

.tpl-rk8l1r25 .fullSlide .bd li {
    width: 100%;
    height: 450px;
    position: relative;
    text-align: center;
}

.tpl-rk8l1r25 .fullSlide .bd li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tpl-rk8l1r25 .fullSlide .bd li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.tpl-rk8l1r25 .fullSlide .bd li img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.tpl-rk8l1r25 .fullSlide .hd {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.tpl-rk8l1r25 .fullSlide .hd ul {
    display: inline-block;
}

.tpl-rk8l1r25 .fullSlide .hd li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.tpl-rk8l1r25 .fullSlide .hd .on {
    background: #0067d0;
}

.tpl-rk8l1r25 .fullSlide .prev,
.tpl-rk8l1r25 .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 3;
    width: 40px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-rk8l1r25 .fullSlide .prev {
    left: 20px;
}

.tpl-rk8l1r25 .fullSlide .next {
    right: 20px;
}

.tpl-rk8l1r25 .fullSlide .prev img,
.tpl-rk8l1r25 .fullSlide .next img {
    max-width: 100%;
    max-height: 100%;
}

/* 视频区 dpspbox：左大视频+右 6 缩略图 */
.tpl-rk8l1r25 .dpspbox {
    margin: 15px auto;
    overflow: hidden;
    width: 1200px;
    background: #fff;
}

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

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

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

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

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

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

.tpl-rk8l1r25 .dpspycbox .moreimglist2024 {
    margin-top: 0;
}

.tpl-rk8l1r25 .dpspycbox .moreimglist2024 li {
    margin-bottom: 10px;
    height: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.tpl-rk8l1r25 .dpspycbox .moreimglist2024 .tuijianimgbox2024 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.tpl-rk8l1r25 .dpspycbox .moreimglist2024 .tuijianimgbox2024 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    transition: all 0.5s;
    object-fit: cover;
}

.tpl-rk8l1r25 .dpspycbox .moreimglist2024 .tuijianimgbox2024 .playvideo2 img {
    position: relative !important;
    width: 50% !important;
    height: 50% !important;
    margin-left: 20%;
    margin-top: 20%;
}

.tpl-rk8l1r25 .dpspycbox .moreimglist2024 .cp-title2024 {
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    width: 230px;
    max-height: 60px;
}

/* 视频介绍文案 */
.tpl-rk8l1r25 .video_intro1 {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 50px;
    background: #f5f5f5;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

/* 通用栏目标题 */
.tpl-rk8l1r25 .index-title-box {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.tpl-rk8l1r25 .index-title-box h2 {
    width: 348px;
    margin: 0 auto;
    font-size: 32px;
    color: #0067d0;
    background: url("/static/templates/rk8l1r25/images/index-title-bg.png") no-repeat left center;
    line-height: 50px;
    height: 50px;
    padding-left: 50px;
    text-align: left;
    box-sizing: border-box;
}

.tpl-rk8l1r25 .index-title-box h2 span {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-left: 10px;
}

.tpl-rk8l1r25 .index-title-box p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #97989e;
    letter-spacing: 2px;
}

/* 产品中心 pro */
.tpl-rk8l1r25 .pro_bj {
    background: #f5f5f5;
    padding: 50px 0;
}

.tpl-rk8l1r25 .pro {
    overflow: hidden;
}

.tpl-rk8l1r25 .product {
    background: #fff;
    padding: 20px;
}

/* 六大优势 aboutbox：左简介+右 6 优势 */
.tpl-rk8l1r25 .aboutbox {
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 647px auto;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #f0f4f9;
}

.tpl-rk8l1r25 .aboutbox .content {
    overflow: hidden;
}

.tpl-rk8l1r25 .aboutbox .left-desc {
    float: left;
    width: 500px;
    box-shadow: 0 0.12rem 0.26rem rgba(0, 0, 0, 0.26);
}

.tpl-rk8l1r25 .aboutbox .left-desc .desc-top {
    background: #0354a4;
    padding: 50px;
}

.tpl-rk8l1r25 .aboutbox .desc-top h1.nav-name {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    line-height: 60px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

.tpl-rk8l1r25 .aboutbox .desc-top h2.subtitle {
    margin-top: 5px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}

.tpl-rk8l1r25 .aboutbox .desc-cont {
    line-height: 30px;
    text-align: justify;
    overflow: hidden;
    text-indent: 25px;
    background: #fff;
    padding: 15px;
    font-size: 16px;
    height: 390px;
    margin-bottom: 15px;
}

.tpl-rk8l1r25 .aboutbox .desc-cont .dptygjc6 {
    color: #0067d0;
    font-weight: bold;
}

.tpl-rk8l1r25 .aboutbox .desc-cont .dpsbm6 {
    color: #0067d0;
}

.tpl-rk8l1r25 .aboutbox .desc-cont .tylxr,
.tpl-rk8l1r25 .aboutbox .desc-cont .tydz {
    color: #ff0000;
    font-weight: bold;
}

.tpl-rk8l1r25 .aboutbox .right-list {
    float: right;
    width: 850px;
}

.tpl-rk8l1r25 .aboutbox .right-list .list {
    overflow: hidden;
}

.tpl-rk8l1r25 .aboutbox .right-list li.list-item {
    display: inline-block;
    vertical-align: bottom;
    width: 270px;
    height: 150px;
    padding: 20px 30px;
    border: 1px solid #ccc;
    margin-right: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}

.tpl-rk8l1r25 .aboutbox .right-list .list-item .img {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.tpl-rk8l1r25 .aboutbox .right-list .list-item .img img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #0354a4;
}

.tpl-rk8l1r25 .aboutbox .right-list .list-item .img::before,
.tpl-rk8l1r25 .aboutbox .right-list .list-item .img::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #0354a4;
    top: 25px;
}

.tpl-rk8l1r25 .aboutbox .right-list .list-item .img::before {
    left: 0;
}

.tpl-rk8l1r25 .aboutbox .right-list .list-item .img::after {
    right: 0;
}

.tpl-rk8l1r25 .aboutbox .img-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0354a4;
}

.tpl-rk8l1r25 .aboutbox .right-list .list-item p {
    color: #666;
    line-height: 1.6;
    font-size: 13px;
}

/* 客户案例 al_bj */
.tpl-rk8l1r25 .al_bj {
    background: #f5f5f5;
    padding: 50px 0;
}

.tpl-rk8l1r25 .al_bj .almask {
    width: 100%;
}

.tpl-rk8l1r25 .al_bj .anl {
    overflow: hidden;
}

/* 新闻中心 ns_bj */
.tpl-rk8l1r25 .ns_bj {
    background: #fff;
    padding: 50px 0;
}

.tpl-rk8l1r25 .ns_bj .news {
    overflow: hidden;
}

.tpl-rk8l1r25 .ns_bj .ns_n {
    background: #fff;
    padding: 20px 0;
}

.tpl-rk8l1r25 .ns_bj .ns_n ul li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

/* 友情链接 linkbox */
.tpl-rk8l1r25 .linkbox {
    background: #fff;
    padding: 15px;
    width: 1170px;
    line-height: 26px;
    margin: 30px auto;
    border: 1px solid #eee;
}

.tpl-rk8l1r25 .linkbox a {
    margin-right: 10px;
    display: inline-block;
    color: #666;
}

.tpl-rk8l1r25 .linkbox h4 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #0067d0;
    margin-right: 10px;
}

/* 页脚：深灰色 + 居中 */
.tpl-rk8l1r25 .footWrap {
    background: #f0f0f0;
    overflow: hidden;
    font-family: "Microsoft Yahei";
    padding: 30px 0;
    border-top: 2px solid #0067d0;
}

.tpl-rk8l1r25 .footer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    line-height: 25px;
    text-align: center;
    color: #666;
}

.tpl-rk8l1r25 .footer a {
    color: #0067d0;
}

.tpl-rk8l1r25 .footer p {
    max-width: 1200px;
    margin: 0 auto;
    color: #666;
}

/* case-carousel 案例轮播 */
.tpl-rk8l1r25 .case-carousel {
    position: relative;
    overflow: hidden;
}
.tpl-rk8l1r25 .case-carousel .case-track {
    overflow: hidden;
}
.tpl-rk8l1r25 .case-carousel .case-track ul {
    display: flex;
    flex-wrap: nowrap;
    transition: left 0.4s ease;
    position: relative;
}
.tpl-rk8l1r25 .case-carousel .case-track ul li {
    flex-shrink: 0;
    width: 285px;
    margin-right: 20px;
}
.tpl-rk8l1r25 .case-carousel .case-prev,
.tpl-rk8l1r25 .case-carousel .case-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    transform: translateY(-50%);
}
.tpl-rk8l1r25 .case-carousel .case-prev {
    left: -40px;
}
.tpl-rk8l1r25 .case-carousel .case-next {
    right: -40px;
}
