/* ip10vdwk：home_00004 黑色传统区域站首页快速导入，所有规则限定在 .tpl-ip10vdwk 下。
   CSS 来自参考站 stylesheet_0.css（注册/客服浮层）已整体剥离，
   stylesheet_1.css（index.css）和 stylesheet_2.css（public.css）清洗后合并。
   url() 中的装饰图已改写到 images/。移动端适配规则未引入。
*/

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

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

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

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

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

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

.tpl-ip10vdwk ul,
.tpl-ip10vdwk li,
.tpl-ip10vdwk h1,
.tpl-ip10vdwk h2,
.tpl-ip10vdwk h3,
.tpl-ip10vdwk h4,
.tpl-ip10vdwk h5,
.tpl-ip10vdwk input,
.tpl-ip10vdwk div {
    margin: 0;
    padding: 0;
}

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

.tpl-ip10vdwk h2 {
    font-size: 26px;
}

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

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

/* 顶部导航：黑色背景、白色文字、双行导航（中+英） */
.tpl-ip10vdwk .topWrap {
    font-family: "Microsoft Yahei";
    position: relative;
    width: 100%;
    background: #181818;
}

.tpl-ip10vdwk .header {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    padding: 25px 0;
}

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

.tpl-ip10vdwk .logobox .logo {
    max-height: 60px;
    float: left;
    overflow: hidden;
    max-width: 100%;
}

.tpl-ip10vdwk .logobox .logo img {
    height: 60px;
    display: block;
}

.tpl-ip10vdwk .nav {
    height: 60px;
    position: relative;
}

.tpl-ip10vdwk .nav ul {
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.tpl-ip10vdwk .nav li {
    text-align: center;
    position: relative;
}

.tpl-ip10vdwk .nav li a p {
    line-height: 35px;
    max-width: 166px;
    overflow: hidden;
    height: 35px;
    color: #fff;
}

.tpl-ip10vdwk .nav li a {
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    display: inline-block;
    color: #fff;
}

.tpl-ip10vdwk .nav li a span {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    line-height: 25px;
    color: #fff;
}

.tpl-ip10vdwk .nav li.cur a p,
.tpl-ip10vdwk .nav li.cur a span {
    color: #ce0101;
}

.tpl-ip10vdwk .m_nav {
    display: none;
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url(images/menu.png) no-repeat center center #ce0101;
    background-size: 25px auto;
    right: 5px;
}

/* 全屏轮播 banner：参考站用 jQuery SuperSlide 实现，模板里只保 DOM 静态结构 */
.tpl-ip10vdwk .fullSlide {
    min-width: 1200px;
    position: relative;
    height: 450px;
    overflow: hidden;
    z-index: 2;
}

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

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

.tpl-ip10vdwk .fullSlide .bd li {
    width: 100% !important;
    height: 450px;
    overflow: hidden;
    display: none;
}

.tpl-ip10vdwk .fullSlide .bd li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.tpl-ip10vdwk .fullSlide .hd ul {
    display: flex;
}

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

.tpl-ip10vdwk .fullSlide .hd li.on {
    background: #ce0101;
}

.tpl-ip10vdwk .prev,
.tpl-ip10vdwk .next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 10;
}

.tpl-ip10vdwk .prev {
    left: 2%;
}

.tpl-ip10vdwk .next {
    right: 2%;
}

.tpl-ip10vdwk .prev img,
.tpl-ip10vdwk .next img {
    display: block;
}

/* 视频展示 dpspbox：左侧大封面 + 右侧 6 个缩略图 */
.tpl-ip10vdwk .dpspbox {
    position: relative;
    width: 1400px;
    margin: 30px auto;
    overflow: hidden;
}

.tpl-ip10vdwk .dpspcpimgvideo {
    width: 100%;
}

.tpl-ip10vdwk .videobox2024 {
    position: relative;
    width: 100%;
    padding-top: 45%;
    background: #000;
    overflow: hidden;
}

.tpl-ip10vdwk .videobox2024 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tpl-ip10vdwk .playvideo2024 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 5;
}

.tpl-ip10vdwk .playvideo2024 img {
    width: 100%;
    height: 100%;
    display: block;
}

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

.tpl-ip10vdwk .moreimglist2024 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tpl-ip10vdwk .moreimglist2024 li {
    width: 220px;
    cursor: pointer;
    margin-bottom: 15px;
}

.tpl-ip10vdwk .tuijianimgbox2024 {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
    background: #000;
}

.tpl-ip10vdwk .tuijianimgbox2024 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .5s;
}

.tpl-ip10vdwk .playvideo2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    z-index: 5;
}

.tpl-ip10vdwk .playvideo2 img {
    width: 100%;
    height: 100%;
    display: block;
}

.tpl-ip10vdwk .moreimglist2024 li:hover .tuijianimgbox2024 img {
    transform: scale(1.1);
}

.tpl-ip10vdwk .cp-title2024 {
    line-height: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 视频下方导语 */
.tpl-ip10vdwk .video_intro1 {
    text-align: center;
    font-size: 16px;
    color: #999;
    padding: 20px 0;
    line-height: 1.8;
    width: 1400px;
    margin: 0 auto;
}

/* 产品/案例宫格 pro_bj 暗色背景 + 标题块 */
.tpl-ip10vdwk .pro_bj {
    padding: 50px 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #222124;
}

.tpl-ip10vdwk .pro {
    position: relative;
}

.tpl-ip10vdwk .index-title-box {
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.tpl-ip10vdwk .index-title-box .centertxt {
    font-size: 32px;
    color: #fff;
    letter-spacing: 3px;
    width: 300px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    line-height: 100px;
    z-index: 5;
    background: #222124;
}

.tpl-ip10vdwk .index-title-box p {
    color: #97989E;
}

.tpl-ip10vdwk .index-title-box .centertxt .span1 {
    position: absolute;
    left: 0;
    top: -9px;
    display: block;
    line-height: 1;
}

.tpl-ip10vdwk .index-title-box .centertxt .span1 img {
    display: block;
}

.tpl-ip10vdwk .index-title-box .centertxt .span2 {
    position: absolute;
    right: 0;
    bottom: -37px;
    display: block;
    line-height: 1;
}

.tpl-ip10vdwk .index-title-box .centertxt .span2 img {
    display: block;
}

.tpl-ip10vdwk .index-title-box .xian {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #959595;
    left: 0;
    top: 50%;
}

.tpl-ip10vdwk .pro ul {
    display: flex;
    flex-wrap: wrap;
}

.tpl-ip10vdwk .pro ul li {
    float: left;
    width: 264px;
    margin-right: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    overflow: hidden;
}

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

.tpl-ip10vdwk .pro ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    transition: all .5s;
    object-fit: cover;
}

.tpl-ip10vdwk .pro ul li h3 {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border: 1px solid #959595;
    padding-left: 5px;
    font-weight: 500;
    margin: 0;
}

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

.tpl-ip10vdwk .al_j1,
.tpl-ip10vdwk .al_j2 {
    position: absolute;
    top: 230px;
    cursor: pointer;
    z-index: 5;
}

.tpl-ip10vdwk .al_j1 {
    left: 0;
}

.tpl-ip10vdwk .al_j2 {
    right: 0;
}

.tpl-ip10vdwk .al_j1 img,
.tpl-ip10vdwk .al_j2 img {
    display: block;
}

.tpl-ip10vdwk .morelist {
    padding: 10px;
    margin: 30px auto;
    width: 120px;
    text-align: center;
    border: 1px solid #959595;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 50px;
}

.tpl-ip10vdwk .morelist a {
    color: #fff;
}

/* 公司介绍 aboutbox：底图 + 灰文字 */
.tpl-ip10vdwk .aboutbox {
    overflow: hidden;
    padding-bottom: 50px;
    background: url(images/about-bg.jpg) no-repeat center top;
}

.tpl-ip10vdwk .aboutbox .index-title-box .centertxt {
    background: none;
}

.tpl-ip10vdwk .aboutbox .content {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.tpl-ip10vdwk .aboutbox .content h2 {
    margin-bottom: 20px;
    color: #999;
    font-size: 22px;
}

.tpl-ip10vdwk .aboutbox .about-wenzi {
    width: 720px;
    float: left;
    color: #999;
}

.tpl-ip10vdwk .aboutbox .about-wenzi .about-cont {
    line-height: 30px;
    text-align: justify;
    height: 400px;
    overflow: hidden;
    font-size: 16px;
}

.tpl-ip10vdwk .aboutbox .about-wenzi .about-cont p {
    text-indent: 15px;
    margin-bottom: 15px;
}

.tpl-ip10vdwk .aboutbox .about-img {
    width: 600px;
    overflow: hidden;
    height: 400px;
    float: right;
}

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

/* white 高光过渡效果（用于 .img 和 .about-img） */
.tpl-ip10vdwk .white {
    position: relative;
}

.tpl-ip10vdwk .white:after,
.tpl-ip10vdwk .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, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}

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

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

/* 行业资讯 ns_bj 暗色块 */
.tpl-ip10vdwk .ns_bj {
    background: #1a191e;
    padding: 50px 0;
    box-sizing: border-box;
}

.tpl-ip10vdwk .ns_bj .index-title-box .centertxt {
    background: #1a191e;
}

.tpl-ip10vdwk .newsli {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tpl-ip10vdwk .newsli .leftimgbox {
    width: 450px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.tpl-ip10vdwk .newsli .leftimgbox img {
    width: 100%;
    height: 350px;
    display: block;
    transition: all .5s;
    object-fit: cover;
}

.tpl-ip10vdwk .newsli .leftimgbox h3 {
    font-size: 16px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border: 1px solid #959595;
    padding-left: 5px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.tpl-ip10vdwk .newsli ul {
    width: 920px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tpl-ip10vdwk .newsli li {
    border: 1px solid #959595;
    height: 46px;
    line-height: 44px;
    width: 450px;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 13px;
    overflow: hidden;
}

.tpl-ip10vdwk .newsli li h3 {
    width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    float: left;
    color: #fff;
    margin: 0;
}

.tpl-ip10vdwk .newsli li span {
    width: 100px;
    display: block;
    float: right;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    color: #97989E;
}

.tpl-ip10vdwk .newsli a {
    color: #fff;
}

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

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

.tpl-ip10vdwk .linkbox h4 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #333;
    margin: 0;
}

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

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

.tpl-ip10vdwk .footer p {
    color: #fff;
    margin: 0;
    padding: 0;
}

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