/* tr0v0abw: home_00025 蓝色传统区域站首页快速导入，所有规则限定在 .tpl-tr0v0abw 下。
   CSS 来自参考站 stylesheet_2.css（index.css）和 stylesheet_3.css（public.css）清洗后保留。
   参考站客服/注册相关的 stylesheet_0.css 和字体 stylesheet_1.css 已剥离。
   1.png / 2.jpg 是 0 字节占位，本模板用 CSS 边框/底色代替，不进入静态目录。
   不实现 mobile 媒体查询和移动端汉堡菜单。
*/

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

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

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

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

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

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

.tpl-tr0v0abw h1,
.tpl-tr0v0abw h2,
.tpl-tr0v0abw h3,
.tpl-tr0v0abw h4,
.tpl-tr0v0abw ul,
.tpl-tr0v0abw li,
.tpl-tr0v0abw input {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

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

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

.tpl-tr0v0abw .content,
.tpl-tr0v0abw .footer {
    width: 1400px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

/* 顶部 topWrap：浅灰背景 + logobox 左 logo + nav 右 6 项 */
.tpl-tr0v0abw .topWrap {
    font-family: "Microsoft Yahei";
    position: relative;
    width: 100%;
    background: #f0f0f0;
}

.tpl-tr0v0abw .topWrap .header {
    display: block;
    width: 100%;
}

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

.tpl-tr0v0abw .logobox .logo {
    max-height: 60px;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.tpl-tr0v0abw .logobox .logo a {
    display: flex;
    align-items: center;
    color: #333;
}

.tpl-tr0v0abw .logobox .logo img {
    height: 60px;
    max-width: 200px;
    margin-right: 10px;
}

.tpl-tr0v0abw .logobox .logo .logo-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tpl-tr0v0abw .nav {
    height: 60px;
    position: relative;
    float: right;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

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

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

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

.tpl-tr0v0abw .nav .cur a {
    color: #0067d0;
    border-bottom: 2px solid #0067d0;
}

.tpl-tr0v0abw .nav li:hover a {
    color: #0067d0;
    background: #fff;
    font-weight: bold;
}

/* fullSlide 大图轮播 */
.tpl-tr0v0abw .fullSlide {
    min-width: 1200px;
    position: relative;
    height: 450px;
    overflow: hidden;
    z-index: 2;
    background: #f0f0f0;
}

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

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

.tpl-tr0v0abw .fullSlide .bd li {
    width: 100% !important;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-tr0v0abw .fullSlide .bd li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tpl-tr0v0abw .fullSlide .hd {
    position: absolute;
    bottom: 32px;
    z-index: 99;
    left: 46%;
    width: 200px;
}

.tpl-tr0v0abw .fullSlide .hd ul {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tpl-tr0v0abw .fullSlide .hd li {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
}

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

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

.tpl-tr0v0abw .fullSlide .prev {
    left: 2%;
}

.tpl-tr0v0abw .fullSlide .next {
    right: 2%;
}

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

/* white 装饰：图片反光叠加 */
.tpl-tr0v0abw .white {
    position: relative;
    overflow: hidden;
}

.tpl-tr0v0abw .white:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    pointer-events: none;
}

.tpl-tr0v0abw .white:hover:after {
    left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

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

.tpl-tr0v0abw .dpspcpimgvideo {
    position: relative;
    width: 880px;
    height: 600px;
    float: left;
    background: #000;
}

.tpl-tr0v0abw .dpspcpimgvideo .videobox2024 {
    width: 880px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

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

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

.tpl-tr0v0abw .dpspcpimgvideo .playvideo2024 img {
    width: 100px;
    height: 100px;
    display: block;
}

.tpl-tr0v0abw .dpspycbox {
    width: 500px;
    float: right;
}

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

.tpl-tr0v0abw .dpspycbox .moreimglist2024 li {
    margin-bottom: 10px;
    height: 90px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

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

.tpl-tr0v0abw .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-tr0v0abw .dpspycbox .moreimglist2024 .tuijianimgbox2024 .playvideo2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.tpl-tr0v0abw .dpspycbox .moreimglist2024 .tuijianimgbox2024 .playvideo2 img {
    position: relative !important;
    width: 40% !important;
    height: 50% !important;
    margin-left: 30%;
    margin-top: 25%;
    object-fit: contain;
}

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

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

/* 通用 content / 段落 */
.tpl-tr0v0abw .about-cont {
    color: #666;
}

/* 栏目标题：参考站 h2 左侧带 index-title-bg.png，本模板用 CSS 边框代替 */
.tpl-tr0v0abw .index-title-box {
    text-align: center;
    padding-bottom: 20px;
}

.tpl-tr0v0abw .index-title-box h2 {
    width: 348px;
    margin: 0 auto;
    font-size: 32px;
    color: #333;
    position: relative;
    line-height: 1.4;
}

.tpl-tr0v0abw .index-title-box h2::before,
.tpl-tr0v0abw .index-title-box h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 1px;
    background: #0067d0;
}

.tpl-tr0v0abw .index-title-box h2::before {
    left: -80px;
}

.tpl-tr0v0abw .index-title-box h2::after {
    right: -80px;
}

.tpl-tr0v0abw .index-title-box p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #97989E;
}

/* 产品中心 pro_bj：浅灰底 + 4 产品卡 */
.tpl-tr0v0abw .pro_bj {
    padding-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
    background: #f0f0f0;
}

.tpl-tr0v0abw .product {
    margin-bottom: 36px;
    position: relative;
}

.tpl-tr0v0abw .product ul {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.tpl-tr0v0abw .product ul li {
    float: left;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}

.tpl-tr0v0abw .product ul li .img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.tpl-tr0v0abw .product ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    transition: all 0.5s;
}

.tpl-tr0v0abw .product ul li .tit {
    z-index: 10;
    width: 80%;
    margin: -30px auto 15px auto;
    background: #fff;
    height: 64px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.tpl-tr0v0abw .product ul li .tit p {
    color: #333;
    font-size: 16px;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    padding-left: 5px;
}

.tpl-tr0v0abw .product ul li:hover .img img {
    transform: scale(1.1);
}

.tpl-tr0v0abw .product ul li:hover {
    box-shadow: 0px 0px 20px #aaa;
}

/* aboutbox：深蓝 desc-top + 白底 desc-cont + 6 优势卡 */
.tpl-tr0v0abw .aboutbox {
    overflow: hidden;
    background: #f0f0f0;
    padding-top: 80px;
    padding-bottom: 50px;
}

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

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

.tpl-tr0v0abw .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-tr0v0abw .desc-top h2.subtitle {
    margin-top: 5px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
}

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

.tpl-tr0v0abw .desc-cont .dptygjc4 {
    color: #0067d0;
    font-weight: bold;
}

.tpl-tr0v0abw .desc-cont .dpcsgsm4 {
    color: #0067d0;
    font-weight: bold;
}

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

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

.tpl-tr0v0abw .aboutbox .right-list .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 18px;
}

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

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

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

.tpl-tr0v0abw .aboutbox .right-list .list-item .img .advantage-num {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0354a4;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

.tpl-tr0v0abw .aboutbox .img-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
}

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

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

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

/* 客户案例 al_bj：3 案例卡 + 黑色半透明标题条 */
.tpl-tr0v0abw .al_bj {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 50px;
    margin-top: 30px;
    background: #f0f0f0;
}

.tpl-tr0v0abw .almask {
    width: 100%;
}

.tpl-tr0v0abw .anl {
    margin-top: 20px;
    position: relative;
}

.tpl-tr0v0abw .anl h2 {
    color: #999;
}

.tpl-tr0v0abw .anl ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.tpl-tr0v0abw .anl ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    cursor: pointer;
    background: #fff;
}

.tpl-tr0v0abw .anl ul li .img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.tpl-tr0v0abw .anl ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    transition: all 0.5s;
}

.tpl-tr0v0abw .anl ul li .img h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 16px;
}

.tpl-tr0v0abw .anl ul li:hover .img img {
    transform: scale(1.1);
}

/* 新闻中心 ns_bj：浅灰底 */
.tpl-tr0v0abw .ns_bj {
    background: #f0f0f0;
    padding: 40px 0;
    box-sizing: border-box;
}

.tpl-tr0v0abw .ns_n {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
}

.tpl-tr0v0abw .ns_n ul {
    width: 100%;
    background: #fff;
    padding: 0 20px;
}

.tpl-tr0v0abw .ns_n ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}

.tpl-tr0v0abw .ns_n ul li:hover {
    background: #0067d0;
}

.tpl-tr0v0abw .ns_n ul li:hover a {
    color: #fff;
}

/* 友情链接 linkbox：参考站样式 */
.tpl-tr0v0abw .linkbox {
    background: #f2f2f2;
    padding: 15px;
    width: 1370px;
    line-height: 26px;
    margin: 30px auto 50px auto;
}

.tpl-tr0v0abw .linkbox a {
    margin-right: 10px;
}

.tpl-tr0v0abw .linkbox h4 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

/* 页脚：深灰色 + 居中 */
.tpl-tr0v0abw .footWrap {
    background: #33383c;
    overflow: hidden;
    font-family: "Microsoft Yahei";
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

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

.tpl-tr0v0abw .footer a {
    color: #fff;
}

/* case-carousel：案例横向滚动 */
.tpl-tr0v0abw .case-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.tpl-tr0v0abw .case-carousel .case-track {
    overflow: hidden;
}

.tpl-tr0v0abw .case-carousel .case-track ul {
    white-space: nowrap;
    font-size: 0;
    transition: transform 0.4s ease;
}

.tpl-tr0v0abw .case-carousel .case-track ul li {
    display: inline-block;
    width: 360px;
    margin: 0 10px;
    white-space: normal;
    vertical-align: top;
}

.tpl-tr0v0abw .case-carousel .case-track ul li .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.tpl-tr0v0abw .case-carousel .case-track ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-tr0v0abw .case-carousel .case-track ul li .img h3 {
    text-align: center;
    padding: 8px 0;
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

.tpl-tr0v0abw .case-prev,
.tpl-tr0v0abw .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;
    background: rgba(0, 0, 0, 0.3);
}

.tpl-tr0v0abw .case-prev {
    left: 0;
}

.tpl-tr0v0abw .case-next {
    right: 0;
}

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