/* z1gy21wn：home_00041 蓝白传统区域站首页快速导入。
   整合自参考站 stylesheet_3.css（public.css）和 stylesheet_2.css（index.css）。
   参考站的客服浮层与注册相关样式（stylesheet_0.css）已剥离；stylesheet_1.css 的 .sjys19 已统一为项目强调色。
   所有规则限定在 .tpl-z1gy21wn 下，避免与其他模板的 CSS 互相污染。
*/

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

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

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

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

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

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

.tpl-z1gy21wn div,
.tpl-z1gy21wn dl,
.tpl-z1gy21wn dt,
.tpl-z1gy21wn dd,
.tpl-z1gy21wn ul,
.tpl-z1gy21wn li,
.tpl-z1gy21wn h2,
.tpl-z1gy21wn h3,
.tpl-z1gy21wn h4,
.tpl-z1gy21wn input,
.tpl-z1gy21wn p {
    margin: 0;
    padding: 0;
}

.tpl-z1gy21wn li {
    list-style: none;
}

.tpl-z1gy21wn h2,
.tpl-z1gy21wn h4 {
    font-weight: normal;
}

.tpl-z1gy21wn h4 {
    font-size: 14px;
}

.tpl-z1gy21wn input {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

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

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

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

/* 顶部 topWrap：白底 + 25px 顶部留白 */
.tpl-z1gy21wn .topWrap {
    font-family: "Microsoft Yahei";
    position: relative;
    width: 100%;
    background: #fff;
    padding-top: 25px;
}

/* 头部 header：logobox + nav 上下布局 */
.tpl-z1gy21wn .header {
    position: relative;
}

/* logo 区：60px 高，与参考站一致 */
.tpl-z1gy21wn .logobox {
    height: 60px;
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

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

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

/* 导航：蓝色长条，6 项均分 */
.tpl-z1gy21wn .nav {
    height: 60px;
    position: relative;
    margin-top: 30px;
    width: 100%;
    background: #0067d0;
}

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

.tpl-z1gy21wn .nav li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
}

.tpl-z1gy21wn .nav li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    font-weight: 600;
}

.tpl-z1gy21wn .nav .cur a {
    color: #0067d0;
    background: #fff;
}

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

/* 产品卡 hover 流光 */
.tpl-z1gy21wn .white,
.tpl-z1gy21wn .whites {
    position: relative;
    overflow: hidden;
}

.tpl-z1gy21wn .white:after,
.tpl-z1gy21wn .whites: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);
}

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

.tpl-z1gy21wn .whites:hover:after {
    left: 100%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* 移动端汉堡按钮：参考站 .m_nav 是固定 40x40 蓝色方块 */
.tpl-z1gy21wn .m_nav {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url("/static/templates/z1gy21wn/images/menu.png") no-repeat center center #0067d0;
    background-size: 25px auto;
    right: 5px;
    display: none;
    cursor: pointer;
}

/* banner：参考站 .fullSlide 全屏轮播高度 450px */
.tpl-z1gy21wn .fullSlide {
    min-width: 1200px;
    position: relative;
    height: 450px;
    overflow: hidden;
    z-index: 2;
}

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

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

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

.tpl-z1gy21wn .fullSlide .bd li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

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

.tpl-z1gy21wn .fullSlide .hd li {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 20px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

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

.tpl-z1gy21wn .prev {
    position: absolute;
    left: 2%;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}

.tpl-z1gy21wn .next {
    position: absolute;
    right: 2%;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}

/* 视频区：左大视频 + 右 6 缩略图 */
.tpl-z1gy21wn .dpspbox {
    width: 1400px;
    margin: 30px auto;
    overflow: hidden;
}

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

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

.tpl-z1gy21wn .dpspcpimgvideo .videobox2024 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 4px;
    position: relative;
}

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

.tpl-z1gy21wn .dpspcpimgvideo .playvideo2024 img {
    width: 70px;
    height: 70px;
    position: static;
}

.tpl-z1gy21wn .dpspycbox {
    width: 530px;
    float: right;
    color: #fff;
}

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

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

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

.tpl-z1gy21wn .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-z1gy21wn .dpspycbox .moreimglist2024 .playvideo2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-z1gy21wn .dpspycbox .moreimglist2024 .playvideo2 img {
    position: relative !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0;
}

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

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

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

.tpl-z1gy21wn .pro {
    margin-bottom: 36px;
    position: relative;
}

.tpl-z1gy21wn .pro .content {
    width: 1400px;
    margin: 0 auto;
}

/* 栏目标题：蓝色 32px 标题 + 灰色英文副标题 */
.tpl-z1gy21wn .index-title-box {
    text-align: center;
    padding-bottom: 20px;
}

.tpl-z1gy21wn .index-title-box h2 {
    width: 348px;
    margin: 0 auto;
    font-size: 32px;
    color: #0067d0;
    background: url("/static/templates/z1gy21wn/images/title-bg.png") no-repeat left center;
    font-weight: bold;
}

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

/* 产品卡片：3 列，宽 338 */
.tpl-z1gy21wn .product {
    margin-bottom: 36px;
    position: relative;
}

.tpl-z1gy21wn .product ul {
    overflow: hidden;
}

.tpl-z1gy21wn .product ul li {
    float: left;
    width: 450px;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
    text-align: center;
    transition: all 0.5s;
    overflow: hidden;
}

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

.tpl-z1gy21wn .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-z1gy21wn .product ul li .tit p {
    color: #333;
    font-size: 20px;
    line-height: 64px;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

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

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

/* 服务能力 5 个图标区：浅灰底 + 5 个白盒 */
.tpl-z1gy21wn .service {
    padding: 60px 0;
    background: #fff;
}

.tpl-z1gy21wn .service ul {
    display: flex;
    justify-content: space-between;
}

.tpl-z1gy21wn .service ul li .box {
    width: 270px;
    padding-bottom: 47px;
    background: #f4f3f3;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}

.tpl-z1gy21wn .service ul li:last-child .box {
    margin-right: 0;
}

.tpl-z1gy21wn .service ul li img {
    margin-top: 40px;
    width: 132px;
    height: 132px;
}

.tpl-z1gy21wn .service ul li:hover img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition: all 0.5s;
}

.tpl-z1gy21wn .service ul li p {
    font-size: 20px;
    margin-top: 42px;
    margin-bottom: 22px;
    font-weight: bold;
    padding: 0 10px;
}

.tpl-z1gy21wn .service ul li i {
    width: 60px;
    height: 1px;
    background: #595757;
    display: block;
    margin: auto;
    margin-bottom: 36px;
    transition: all 0.5s;
}

.tpl-z1gy21wn .service ul li span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 0 10px;
    height: 52px;
    overflow: hidden;
}

.tpl-z1gy21wn .service ul li .box:hover {
    background: #0067d0;
    box-shadow: 0 0 20px #aaa;
    color: #fff;
}

.tpl-z1gy21wn .service ul li:hover i {
    background: #fff;
}

/* 关于我们：左文右图布局 */
.tpl-z1gy21wn .aboutbox {
    overflow: hidden;
}

.tpl-z1gy21wn .index-mask {
    background: #f0f0f0;
    width: 100%;
    height: 100%;
}

.tpl-z1gy21wn .aboutbox .content {
    padding: 30px 0;
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.tpl-z1gy21wn .aboutbox .about-wenzi {
    width: 950px;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}

.tpl-z1gy21wn .aboutbox .about-wenzi .about-cont {
    line-height: 28px;
    text-align: justify;
    min-height: 360px;
    overflow: hidden;
    width: 700px;
    text-indent: 15px;
    color: #666;
}

.tpl-z1gy21wn .aboutbox .about-img {
    width: 600px;
    overflow: hidden;
    height: 370px;
    position: absolute;
    right: 0;
    top: 160px;
}

.tpl-z1gy21wn .aboutbox .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 客户案例区 */
.tpl-z1gy21wn .al_bj {
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 50px;
}

.tpl-z1gy21wn .almask {
    background: #fff;
}

.tpl-z1gy21wn .anl {
    margin-top: 20px;
    position: relative;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

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

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

/* 新闻中心区 */
.tpl-z1gy21wn .ns_bj {
    background: #f0f0f0;
    padding: 40px 0;
    box-sizing: border-box;
}

.tpl-z1gy21wn .news .content {
    width: 1400px;
    margin: 0 auto;
}

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

.tpl-z1gy21wn .dongt {
    width: 49%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.tpl-z1gy21wn .dongt dl {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
    margin: 0;
}

.tpl-z1gy21wn .dongt dt {
    width: 34%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0;
}

.tpl-z1gy21wn .dongt dt img {
    width: 100%;
    transition: all 0.5s;
}

.tpl-z1gy21wn .dongt dl:hover {
    border-color: #fff;
    box-shadow: 0 5px 10px rgba(32, 33, 38, 0.1);
}

.tpl-z1gy21wn .dongt dt:hover img {
    transform: scale(1.1);
}

.tpl-z1gy21wn .dongt dd {
    width: 64%;
    margin: 0;
}

.tpl-z1gy21wn .dongt dd h4 {
    height: 30px;
    line-height: 30px;
}

.tpl-z1gy21wn .dongt dd h4 a {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.tpl-z1gy21wn .dongt dd h4 a:hover {
    color: #3754bf;
}

.tpl-z1gy21wn .dongt dd span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #999;
}

.tpl-z1gy21wn .dongt dd p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
}

/* "更多" 按钮 */
.tpl-z1gy21wn .index-more {
    display: inline-block;
    padding: 6px 24px;
    background: #fff;
    color: #0067d0;
    border: 1px solid #0067d0;
    margin-top: 10px;
    transition: all 0.5s;
}

.tpl-z1gy21wn .index-more:hover {
    background: #0067d0;
}

.tpl-z1gy21wn .index-more:hover a {
    color: #fff;
}

/* 友情链接 */
.tpl-z1gy21wn .linkbox {
    background: #f2f2f2;
    padding: 15px;
    width: 1370px;
    line-height: 26px;
    margin: 50px auto;
    color: #666;
}

.tpl-z1gy21wn .linkbox a {
    margin-right: 10px;
    color: #666;
}

.tpl-z1gy21wn .linkbox a:hover {
    color: #0067d0;
}

.tpl-z1gy21wn .linkbox h4 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

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

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

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

.tpl-z1gy21wn .footer a:hover {
    color: #ccc;
}

.tpl-z1gy21wn .footer p {
    margin: 0;
    padding: 0;
}

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

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

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

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

.tpl-z1gy21wn .case-carousel .al_j1,
.tpl-z1gy21wn .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;
}

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

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

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