/* zwnrtuwf：home_00037 蓝色传统区域站首页快速导入。
   源站家族 2018_YPM_Shop/49，与 home_00031 (AreaidUid_YPM_Shop/49) DOM 同构。
   CSS 来自参考站 stylesheet_0.css（客服浮层）已剥离，stylesheet_1.css（index.css）和
   stylesheet_2.css（public.css）清洗后保留。所有规则限定在 .tpl-zwnrtuwf 下。
*/

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

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

.tpl-zwnrtuwf a:hover {
    color: #333 !important;
    text-decoration: none;
}

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

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

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

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

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

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

.tpl-zwnrtuwf .clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

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

/* 顶部 topWrap：白底 + 浅灰信息条 */
.tpl-zwnrtuwf .topWrap {
    font-family: "Microsoft Yahei";
    position: relative;
    width: 100%;
    background: #fff;
}

.tpl-zwnrtuwf .header1 {
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.tpl-zwnrtuwf .header1 .welcome {
    float: left;
}

.tpl-zwnrtuwf .header1 .welcome p {
    color: #666;
    font-size: 12px;
}

.tpl-zwnrtuwf .header1 .mapli {
    float: right;
}

/* 主体 header：logo + 标题 + 服务小图标 + 电话 */
.tpl-zwnrtuwf .header {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    align-items: center;
}

.tpl-zwnrtuwf .logobox {
    height: 60px;
    overflow: hidden;
    width: 500px;
    position: relative;
}

.tpl-zwnrtuwf .logobox .logo {
    max-height: 60px;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tpl-zwnrtuwf .logobox .logo img {
    height: 58px;
    border: 1px solid #eee;
    margin-right: 10px;
}

.tpl-zwnrtuwf .logobox .logo2 {
    max-width: 450px;
    margin-left: 10px;
}

.tpl-zwnrtuwf .logobox .logo2 h3 {
    color: #1a57a9;
    font-size: 18px;
    margin-bottom: 4px;
}

.tpl-zwnrtuwf .logobox .logo2 h1 {
    color: #1a57a9;
    font-size: 14px;
    line-height: 1.4;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 头部 logo-ys 服务小图标 */
.tpl-zwnrtuwf .logo-ys {
    width: 350px;
    display: flex;
    justify-content: space-between;
}

.tpl-zwnrtuwf .logo-ys li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tpl-zwnrtuwf .logo-ys li div.img {
    width: 42px;
    height: 42px;
    background-color: #1a57a9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.tpl-zwnrtuwf .logo-ys li div.img img {
    width: 24px;
    height: 24px;
    display: block;
}

.tpl-zwnrtuwf .logo-ys li .cont h3 {
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 5px;
}

.tpl-zwnrtuwf .logo-ys li .cont p {
    font-family: "Arial";
    font-size: 12px;
    color: #888;
    line-height: 1;
}

/* 头部 buybox 电话 CTA */
.tpl-zwnrtuwf .buybox {
    height: 50px;
    display: flex;
    align-items: center;
    text-align: right;
}

.tpl-zwnrtuwf .buybox p {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 2px;
}

.tpl-zwnrtuwf .buybox strong {
    color: #1a57a9;
    font-size: 20px;
    font-weight: bold;
}

.tpl-zwnrtuwf .buybox .telboximg {
    width: 42px;
    height: 42px;
    background: #1a57a9 url("/static/templates/zwnrtuwf/images/buybox-tel.png") no-repeat center;
    background-size: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

/* 导航 nav：蓝色条 + 白字 */
.tpl-zwnrtuwf .nav {
    height: 70px;
    position: relative;
    background: #1a57a9;
    width: 100%;
}

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

.tpl-zwnrtuwf .nav li {
    text-align: center;
    position: relative;
    flex: 1;
    transition: background 0.3s;
}

.tpl-zwnrtuwf .nav li a {
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    display: block;
    font-weight: 500;
}

.tpl-zwnrtuwf .nav .cur,
.tpl-zwnrtuwf .nav li:hover {
    background: rgba(255, 255, 255, 0.12);
}

.tpl-zwnrtuwf .nav .cur a,
.tpl-zwnrtuwf .nav li:hover a {
    color: #fff !important;
}

/* 移动端 m_nav 占位 */
.tpl-zwnrtuwf .m_nav {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url("/static/templates/zwnrtuwf/images/mobile-menu.png") no-repeat center center #333;
    background-size: 25px auto;
    right: 5px;
    display: none;
}

/* fullSlide banner */
.tpl-zwnrtuwf .fullSlide {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 360px;
    background: #1a57a9;
}

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

.tpl-zwnrtuwf .fullSlide .bd ul {
    width: 100%;
    height: 360px;
}

.tpl-zwnrtuwf .fullSlide .bd li {
    display: none;
    align-items: center;
    justify-content: center;
}

.tpl-zwnrtuwf .fullSlide .bd li[style*="display:list-item"] {
    display: list-item;
    align-items: center;
    justify-content: center;
}

.tpl-zwnrtuwf .fullSlide .bd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: none;
}

.tpl-zwnrtuwf .fullSlide .hd {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 10px;
    z-index: 1;
}

.tpl-zwnrtuwf .fullSlide .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.tpl-zwnrtuwf .fullSlide .hd ul li {
    float: left;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
}

.tpl-zwnrtuwf .fullSlide .hd ul li.on {
    background: #1a57a9;
}

.tpl-zwnrtuwf .fullSlide .prev,
.tpl-zwnrtuwf .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
}

.tpl-zwnrtuwf .fullSlide .prev {
    left: 10px;
}

.tpl-zwnrtuwf .fullSlide .next {
    right: 10px;
}

.tpl-zwnrtuwf .fullSlide .prev img,
.tpl-zwnrtuwf .fullSlide .next img {
    width: 100%;
    height: 100%;
    display: block;
}

.tpl-zwnrtuwf .fullSlide .prev:hover,
.tpl-zwnrtuwf .fullSlide .next:hover {
    opacity: 1;
}

/* dpspbox 视频展示 */
.tpl-zwnrtuwf .dpspbox {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
    background: #fff;
}

.tpl-zwnrtuwf .dpspbox .dpspcpimgvideo {
    width: 45%;
    float: left;
    padding: 0 15px;
}

.tpl-zwnrtuwf .dpspbox .videobox2024 {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
}

.tpl-zwnrtuwf .dpspbox .videobox2024 > img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.tpl-zwnrtuwf .dpspbox .playvideo2024 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.tpl-zwnrtuwf .dpspbox .playvideo2024 img {
    width: 100%;
    height: 100%;
}

.tpl-zwnrtuwf .dpspbox .dpspycbox {
    width: 55%;
    float: right;
    padding: 0 15px;
}

.tpl-zwnrtuwf .dpspbox .moreimglist2024 {
    overflow: hidden;
}

.tpl-zwnrtuwf .dpspbox .moreimglist2024 li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 12px;
}

.tpl-zwnrtuwf .dpspbox .moreimglist2024 li:nth-child(3n) {
    margin-right: 0;
}

.tpl-zwnrtuwf .dpspbox .tuijianimgbox2024 {
    position: relative;
    overflow: hidden;
    background: #000;
}

.tpl-zwnrtuwf .dpspbox .tuijianimgbox2024 > img {
    width: 100%;
    height: 110px;
    display: block;
    object-fit: cover;
}

.tpl-zwnrtuwf .dpspbox .playvideo2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.tpl-zwnrtuwf .dpspbox .playvideo2 img {
    width: 100%;
    height: 100%;
}

.tpl-zwnrtuwf .dpspbox .cp-title2024 {
    text-align: center;
    font-size: 13px;
    color: #5a5a5a;
    line-height: 1.6;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* video_intro1 介绍文字 */
.tpl-zwnrtuwf .video_intro1 {
    text-align: center;
    background: #fafafa;
    padding: 25px 15px;
    font-size: 16px;
    color: #5a5a5a;
    border-top: 1px dashed #dadaea;
    border-bottom: 1px dashed #dadaea;
    line-height: 1.7;
}

/* 栏目标题 titl */
.tpl-zwnrtuwf .titl {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    height: 70px;
    line-height: 70px;
    letter-spacing: 2px;
}

.tpl-zwnrtuwf .titl .zh {
    font-size: 36px;
    font-weight: bold;
    color: #1a57a9;
    z-index: 2;
    position: relative;
}

.tpl-zwnrtuwf .titl .en {
    color: #fff;
    text-shadow: #eaeaea 1px 0 0, #eaeaea 0 1px 0, #eaeaea -1px 0 0, #eaeaea 0 -1px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 54px;
    line-height: 70px;
}

/* m3 公司介绍 */
.tpl-zwnrtuwf .m3 {
    padding: 30px 0 80px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.tpl-zwnrtuwf .m3 .content {
    overflow: hidden;
}

.tpl-zwnrtuwf .m3 .m30 {
    float: right;
    width: 600px;
    height: 420px;
    background: url("/static/templates/zwnrtuwf/images/about-frame.png") no-repeat right top;
}

.tpl-zwnrtuwf .m3 .m30 img {
    padding-top: 20px;
    padding-right: 40px;
    width: 560px;
    height: 380px;
    object-fit: cover;
}

.tpl-zwnrtuwf .m3 .m31 {
    width: 550px;
    float: left;
    max-height: 410px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.tpl-zwnrtuwf .m3 .m31 .dptygjc2 {
    color: #1a57a9;
    font-weight: bold;
}

.tpl-zwnrtuwf .m3 .m31 .dpcsgsm2 {
    color: #1a57a9;
    font-weight: bold;
}

.tpl-zwnrtuwf .m3 .m31 .tylxr,
.tpl-zwnrtuwf .m3 .m31 .tydz {
    color: #d33;
    font-weight: bold;
}

/* c1 通用背景 + 内边距 */
.tpl-zwnrtuwf .c1 {
    padding: 50px;
    background: url("/static/templates/zwnrtuwf/images/c1-bg.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.tpl-zwnrtuwf .c1 .content {
    overflow: hidden;
}

/* c22 产品/案例卡 */
.tpl-zwnrtuwf .c22 {
    position: relative;
    overflow: hidden;
}

.tpl-zwnrtuwf .c22 .hd {
    width: 296px;
    float: left;
    background: #f5f5f5;
    min-height: 540px;
}

.tpl-zwnrtuwf .c22title {
    padding: 30px 0 50px;
    text-align: center;
    background: url("/static/templates/zwnrtuwf/images/c22-title-bg.jpg") no-repeat center center;
    margin-top: -70px;
    position: relative;
}

.tpl-zwnrtuwf .c22title::after {
    content: "";
    width: 12px;
    height: 20px;
    background: url("/static/templates/zwnrtuwf/images/c22-title-r.jpg") no-repeat center center;
    position: absolute;
    top: 0;
    right: -12px;
}

.tpl-zwnrtuwf .c22title::before {
    content: "";
    width: 12px;
    height: 20px;
    background: url("/static/templates/zwnrtuwf/images/c22-title-l.jpg") no-repeat center center;
    position: absolute;
    top: 0;
    left: -12px;
}

.tpl-zwnrtuwf .c22title h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.tpl-zwnrtuwf .c22title p {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
}

.tpl-zwnrtuwf .c22title img {
    transform: translateY(10px);
    display: inline-block;
    width: 60%;
}

.tpl-zwnrtuwf .c22 .hd ul {
    padding: 15px;
}

.tpl-zwnrtuwf .c22 .hd li {
    margin-bottom: 17px;
    line-height: 44px;
    color: #000;
    display: block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #1a57a9;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tpl-zwnrtuwf .c22 .hd li:hover {
    background: #1a57a9;
    color: #fff;
}

.tpl-zwnrtuwf .c22 .bd {
    width: 880px;
    float: right;
}

.tpl-zwnrtuwf .c22 .bd li {
    float: left;
    width: 280px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 15px;
    background: #fff;
}

.tpl-zwnrtuwf .c22 .bd li:hover {
    box-shadow: 0 0 10px #333;
}

.tpl-zwnrtuwf .c22 .bd .img {
    overflow: hidden;
}

.tpl-zwnrtuwf .c22 .bd .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.5s;
}

.tpl-zwnrtuwf .c22 .bd .white {
    background: #fff;
}

.tpl-zwnrtuwf .c22 .bd h3 {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 12px 8px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tpl-zwnrtuwf .c22 .bd li:hover h3 {
    background: #1a57a9;
    color: #fff;
}

.tpl-zwnrtuwf .c22 .bd li:hover .img img {
    transform: scale(1.05);
}

/* case49 客户案例 */
.tpl-zwnrtuwf .case49 {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}

.tpl-zwnrtuwf .case49 .content {
    overflow: hidden;
}

.tpl-zwnrtuwf .case49_2 {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 20px 60px;
}

.tpl-zwnrtuwf .case49_2 ul {
    overflow: hidden;
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}

.tpl-zwnrtuwf .case49_2 .al_j1,
.tpl-zwnrtuwf .case49_2 .al_j2 {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    opacity: 0.7;
}

.tpl-zwnrtuwf .case49_2 .al_j1 {
    left: 10px;
}

.tpl-zwnrtuwf .case49_2 .al_j2 {
    right: 10px;
}

.tpl-zwnrtuwf .case49_2 .al_j1 img,
.tpl-zwnrtuwf .case49_2 .al_j2 img {
    width: 100%;
    height: 100%;
    display: block;
}

/* ysbox 优势 tab */
.tpl-zwnrtuwf .ysbox {
    width: 100%;
    background: url("/static/templates/zwnrtuwf/images/ysbox-bg.png") no-repeat center center;
    background-size: cover;
    padding: 50px 0 0;
    overflow: hidden;
}

.tpl-zwnrtuwf .ysbox .content {
    overflow: hidden;
}

.tpl-zwnrtuwf .ysboxa {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.tpl-zwnrtuwf .ysboxa li {
    width: 24%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
}

.tpl-zwnrtuwf .ysboxa li a {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.tpl-zwnrtuwf .ysboxa li h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 6px;
    font-weight: bold;
}

.tpl-zwnrtuwf .ysboxa li h4 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.tpl-zwnrtuwf .ysboxa li .img {
    display: flex;
    justify-content: center;
    margin: 12px 0;
}

.tpl-zwnrtuwf .ysboxa li .img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
    box-sizing: border-box;
}

.tpl-zwnrtuwf .ysboxa li.active,
.tpl-zwnrtuwf .ysboxa li:hover {
    background: #fff;
}

.tpl-zwnrtuwf .ysboxa li.active a,
.tpl-zwnrtuwf .ysboxa li:hover a {
    color: #1a57a9;
}

.tpl-zwnrtuwf .ysboxa li.active h3,
.tpl-zwnrtuwf .ysboxa li:hover h3 {
    color: #1a57a9;
}

.tpl-zwnrtuwf .ysboxa li.active h4,
.tpl-zwnrtuwf .ysboxa li:hover h4 {
    color: #888;
}

/* ysboxbj 优势内容 */
.tpl-zwnrtuwf .ysboxbj {
    background: #fff;
    padding: 40px 0;
}

.tpl-zwnrtuwf .ysboxbj .content {
    overflow: hidden;
}

.tpl-zwnrtuwf .ysboxb {
    overflow: hidden;
}

.tpl-zwnrtuwf .ysboxb1 {
    overflow: hidden;
    display: none;
}

.tpl-zwnrtuwf .ysboxb1.active {
    display: block;
}

.tpl-zwnrtuwf .ysboxb1 .cont {
    width: 55%;
    float: left;
    padding-right: 30px;
}

.tpl-zwnrtuwf .ysboxb1 .cont-title {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.tpl-zwnrtuwf .ysboxb1 .cont-title h3:first-child {
    font-size: 48px;
    color: #1a57a9;
    font-weight: bold;
    margin-right: 18px;
    line-height: 1;
}

.tpl-zwnrtuwf .ysboxb1 .cont-t-right h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 6px;
    font-weight: bold;
}

.tpl-zwnrtuwf .ysboxb1 .cont-t-right p {
    font-size: 14px;
    color: #888;
}

.tpl-zwnrtuwf .ysboxb1 .cont-text {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
}

.tpl-zwnrtuwf .ysboxb1 .img {
    width: 42%;
    float: right;
    overflow: hidden;
    background: #f5f5f5;
}

.tpl-zwnrtuwf .ysboxb1 .img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.tpl-zwnrtuwf .ysboxc {
    text-align: center;
    margin-top: 30px;
    padding: 24px 0;
    background: #1a57a9;
    color: #fff;
    border-radius: 6px;
}

.tpl-zwnrtuwf .ysboxc h3 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #fff;
}

.tpl-zwnrtuwf .ysboxc h4 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
}

.tpl-zwnrtuwf .icomoonsz222 {
    color: #1a57a9;
    font-weight: bold;
}

.tpl-zwnrtuwf .ysboxc .icomoonsz222 {
    color: #fff;
}

/* n1 行业资讯 */
.tpl-zwnrtuwf .n1 {
    padding: 50px 0;
    background: #fff;
    overflow: hidden;
}

.tpl-zwnrtuwf .n1 .news.content {
    overflow: hidden;
}

.tpl-zwnrtuwf .ns_l {
    overflow: hidden;
    margin-bottom: 20px;
}

.tpl-zwnrtuwf .ns_l ul {
    overflow: hidden;
    border-top: 1px dashed #eee;
    padding-top: 10px;
}

.tpl-zwnrtuwf .ns_l li {
    border-bottom: 1px dashed #eee;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    color: #888;
    font-size: 14px;
}

.tpl-zwnrtuwf .ns_l li a {
    color: #666;
    display: block;
}

.tpl-zwnrtuwf .ns_l li h3 {
    display: inline-block;
    font-size: 14px;
    color: #666;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.tpl-zwnrtuwf .ns_l li a:hover h3 {
    color: #1a57a9;
}

.tpl-zwnrtuwf .ns_l li div {
    display: inline-block;
    float: right;
    color: #888;
}

/* linkbox 友情链接 */
.tpl-zwnrtuwf .linkbox {
    width: 1200px;
    margin: 0 auto 20px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #eee;
    line-height: 1.8;
    font-size: 13px;
    color: #888;
}

.tpl-zwnrtuwf .linkbox h4 {
    display: inline-block;
    font-size: 14px;
    color: #1a57a9;
    font-weight: bold;
    margin-right: 10px;
}

.tpl-zwnrtuwf .linkbox a {
    color: #666;
    margin: 0 5px;
    display: inline-block;
    line-height: 1.8;
}

.tpl-zwnrtuwf .linkbox a:hover {
    color: #1a57a9 !important;
}

/* footer */
.tpl-zwnrtuwf .footWrap {
    background: #1a57a9;
    color: #fff;
    padding: 20px 0;
}

.tpl-zwnrtuwf .footer {
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-size: 13px;
}

.tpl-zwnrtuwf .footer p {
    color: #fff;
    margin: 4px 0;
}

.tpl-zwnrtuwf .footer p:last-child {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin-top: 8px;
}

/* 通用 news-list 用于内页 */
.tpl-zwnrtuwf .news-list li {
    background: #fff;
    border: 1px solid #eee;
    padding: 18px 16px;
    margin-bottom: 14px;
    width: 31%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
    min-height: 110px;
}

.tpl-zwnrtuwf .news-list li:nth-child(3n) {
    margin-right: 0;
}

.tpl-zwnrtuwf .news-list .wz h3 {
    font-size: 16px;
    color: #1a57a9;
    margin-bottom: 6px;
    font-weight: bold;
}

.tpl-zwnrtuwf .news-list .wz p {
    color: #888;
    font-size: 13px;
    line-height: 1.6;
}

.tpl-zwnrtuwf .news-list li:hover {
    border-color: #1a57a9;
    box-shadow: 0 2px 8px rgba(26, 87, 169, 0.18);
}

/* ===== 案例轮播 case-carousel ===== */
.tpl-zwnrtuwf .case-carousel {
    position: relative;
    overflow: hidden;
}

.tpl-zwnrtuwf .case-track {
    overflow: hidden;
}

.tpl-zwnrtuwf .case-track ul {
    white-space: nowrap;
    font-size: 0;
    transition: transform 0.4s ease;
    display: block;
    gap: 0;
}

.tpl-zwnrtuwf .case-track ul li {
    display: inline-block;
    white-space: normal;
    float: none;
}

.tpl-zwnrtuwf .case-carousel .al_j1,
.tpl-zwnrtuwf .case-carousel .al_j2 {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.tpl-zwnrtuwf .case-carousel .al_j1 {
    left: 0;
}

.tpl-zwnrtuwf .case-carousel .al_j2 {
    right: 0;
}

.tpl-zwnrtuwf .case-carousel .al_j1 img,
.tpl-zwnrtuwf .case-carousel .al_j2 img {
    width: 100%;
    height: 100%;
    max-width: none;
}
