/* nqt8508g：home_00020 蓝白传统区域站首页快速导入。
   CSS 来自参考站 stylesheet_0.css（客服浮层）已剥离，stylesheet_1.css（index.css）和
   stylesheet_2.css（public.css）清洗后保留。banner 整屏背景使用静态资源。
   所有规则限定在 .tpl-nqt8508g 下，避免污染其他模板。
*/

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

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

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

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

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

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

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

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

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

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

/* 顶部 topWrap：白色透明 + 底部边线 */
.tpl-nqt8508g .topWrap {
    font-family: "Microsoft Yahei";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    z-index: 5;
}

.tpl-nqt8508g .topWrap .header {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

/* logo 区：白底文字 logo 容器 */
.tpl-nqt8508g .logobox {
    height: 60px;
    overflow: hidden;
    width: 300px;
    position: relative;
}

.tpl-nqt8508g .logobox .logo img {
    margin-right: 10px;
    max-height: 60px !important;
    max-width: 60px !important;
    float: left;
    width: auto;
}

.tpl-nqt8508g .logobox .logo a {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    color: #fff;
    height: 60px;
}

.tpl-nqt8508g .logobox .logo:hover a {
    color: #fff !important;
}

/* 导航：右侧 6 项 */
.tpl-nqt8508g .nav {
    position: absolute;
    top: 0;
    right: 0;
}

.tpl-nqt8508g .nav ul {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    margin-top: 20px;
}

.tpl-nqt8508g .nav li {
    text-align: center;
    position: relative;
    height: 60px;
    transition: 0.5s;
    width: 124px;
}

.tpl-nqt8508g .nav li a {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    padding-top: 20px;
}

.tpl-nqt8508g .nav .cur a,
.tpl-nqt8508g .nav li:hover a {
    color: #1a57a9;
}

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

/* banner 大背景：700px 高度，CSS 背景图 */
.tpl-nqt8508g .zdybanner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    padding-top: 250px;
    color: #fff;
    position: relative;
}

.tpl-nqt8508g .zdybanner .content {
    width: 1200px;
    overflow: hidden;
}

.tpl-nqt8508g .zdybanner-left {
    width: 660px;
    float: left;
    min-height: 355px;
}

.tpl-nqt8508g .zdybanner-left h1 {
    height: 60px;
    display: inline-block;
    font-size: 36px;
    color: #fff;
    line-height: 60px;
    overflow: hidden;
    max-width: 600px;
    margin-top: 20px;
}

.tpl-nqt8508g .zdybanner-left .zdywz1 {
    line-height: 80px;
    font-size: 40px;
    letter-spacing: 2px;
}

.tpl-nqt8508g .zdybanner-left .zdywz2 {
    line-height: 80px;
    font-size: 28px;
}

.tpl-nqt8508g .zdybanner-right {
    width: 500px;
    float: right;
}

.tpl-nqt8508g .zdybanner-tel {
    margin: 100px auto 0;
    text-align: center;
    font-size: 36px;
    width: 600px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
}

.tpl-nqt8508g .zdybanner-left ul {
    margin-top: 20px;
    overflow: hidden;
}

.tpl-nqt8508g .icomoonsz222 {
    letter-spacing: 1px !important;
}

/* 六边形标签 */
.tpl-nqt8508g .liubianxing {
    width: 50px;
    height: 55px;
    background: #fff;
    position: relative;
    float: left;
    margin: 10px 20px 0 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 0 25px;
    color: #333;
    line-height: 55px;
}

.tpl-nqt8508g .liubianxing::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #fff;
}

.tpl-nqt8508g .liubianxing::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #fff;
}

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

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

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

.tpl-nqt8508g .dpspcpimgvideo .videobox2024 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 15px;
}

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

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

.tpl-nqt8508g .dpspycbox {
    width: 330px;
    float: right;
    color: #fff;
}

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

.tpl-nqt8508g .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-nqt8508g .dpspycbox .moreimglist2024 .tuijianimgbox2024 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.tpl-nqt8508g .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-nqt8508g .dpspycbox .moreimglist2024 .tuijianimgbox2024 .playvideo2 img {
    position: relative !important;
    width: 50% !important;
    height: 50% !important;
    margin-left: 20%;
    margin-top: 20%;
}

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

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

/* 通用 c1 区块：白底 + 50px 内边距 */
.tpl-nqt8508g .c1 {
    padding: 50px;
    overflow: hidden;
    background: #F9F9F9;
}

.tpl-nqt8508g .case50 {
    padding: 50px;
    overflow: hidden;
    background: #fff;
}

/* 栏目标题 */
.tpl-nqt8508g .titl {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
}

.tpl-nqt8508g .titl .zh {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    z-index: 2;
    position: relative;
    letter-spacing: 3px;
}

.tpl-nqt8508g .titl::after {
    content: "";
    width: 60px;
    height: 7px;
    background-color: #1a57a9;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.tpl-nqt8508g .titl .en {
    color: #999;
    font-size: 18px;
    display: block;
    margin-top: 5px;
}

/* 产品/案例网格 */
.tpl-nqt8508g .c22,
.tpl-nqt8508g .c2 {
    position: relative;
    overflow: hidden;
}

.tpl-nqt8508g .c22 .bd li:hover .img img,
.tpl-nqt8508g .c2 li:hover .img img {
    transform: scale(1.1);
}

.tpl-nqt8508g .c22 .bd li:hover h3 {
    background: #023793;
    color: #fff;
}

/* m3 公司介绍：蓝色背景 + 白底内容 */
.tpl-nqt8508g .m3 {
    padding: 50px 0;
    background: #023793;
    overflow: hidden;
    position: relative;
}

.tpl-nqt8508g .m3 .titl .zh {
    color: #fff;
}

.tpl-nqt8508g .m3 .titl .en {
    color: #fff;
}

.tpl-nqt8508g .m3cont {
    background: #fff;
    padding: 30px;
    overflow: hidden;
}

.tpl-nqt8508g .m30 {
    float: right;
    width: 540px;
    height: 420px;
}

.tpl-nqt8508g .m30 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-nqt8508g .m31 {
    width: 550px;
    float: left;
    max-height: 410px;
    overflow: hidden;
    text-indent: 32px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}

.tpl-nqt8508g .m31 .dptygjc4 {
    color: #7ab900;
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px !important;
}

.tpl-nqt8508g .m31 .tylxr,
.tpl-nqt8508g .m31 .tydz {
    color: #ff0000;
    font-weight: bold;
    font-size: 20px !important;
}

/* 四大优势 youshi：左右交错布局 + 蓝灰底 */
.tpl-nqt8508g .youshi {
    overflow: hidden;
    background: #fff;
}

.tpl-nqt8508g .youshititle {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

.tpl-nqt8508g .youshititle .wz1 {
    font-size: 32px;
    line-height: 60px;
    letter-spacing: 3px;
}

.tpl-nqt8508g .youshititle .wz2 {
    font-size: 24px;
    line-height: 40px;
}

.tpl-nqt8508g .youshi dl {
    margin: 0;
    padding: 50px 0;
    border-bottom: solid 1px #C4C4C4;
    overflow: hidden;
}

.tpl-nqt8508g .youshi dl:last-child {
    border-bottom: 0;
}

.tpl-nqt8508g .youshi dt {
    float: right;
    width: 400px;
    height: 280px;
    overflow: hidden;
}

.tpl-nqt8508g .youshi dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-nqt8508g .youshi dd {
    margin: 0 0 0 450px;
}

.tpl-nqt8508g .youshi dd h4 {
    background: url("/static/templates/nqt8508g/images/ys-line.png") no-repeat 0 bottom;
    padding-bottom: 15px;
    margin: 0 0 30px;
    overflow: hidden;
    background-size: 100% 7px;
}

.tpl-nqt8508g .youshi dd h4 i {
    float: left;
    font-style: normal;
    color: #fff;
    background-color: #023793;
    width: 77px;
    line-height: 77px;
    text-align: center;
    border-radius: 50%;
    font-family: Impact;
    font-size: 48px;
}

.tpl-nqt8508g .youshi dd h4 span {
    display: block;
    margin-left: 100px;
    font-size: 36px;
    line-height: 1;
    color: #023793;
    padding: 10px 0;
}

.tpl-nqt8508g .youshi dd h4 small {
    display: block;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
}

.tpl-nqt8508g .youshi dd p {
    margin: 10px 0 0;
    line-height: 2;
    color: #666;
    background: url("/static/templates/nqt8508g/images/ys-icon.png") no-repeat left center;
    padding-left: 20px;
}

.tpl-nqt8508g .youshi dd .text {
    margin-left: 70px;
}

.tpl-nqt8508g .youshi dl:nth-child(even) dt {
    float: left;
}

.tpl-nqt8508g .youshi dl:nth-child(even) dd {
    margin: 0 0 0 450px;
}

.tpl-nqt8508g .youshi .img-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 流程 lc：7 步圆角列表 */
.tpl-nqt8508g .lc {
    padding: 70px 0;
    overflow: hidden;
    background: #f9f9f9;
}

.tpl-nqt8508g .lc ul {
    background: url("/static/templates/nqt8508g/images/lcbg.png") no-repeat center;
    display: flex;
    justify-content: space-between;
}

.tpl-nqt8508g .lc ul li {
    width: 132px;
    height: 102px;
    border: 1px solid #023793;
    border-radius: 50%;
    text-align: center;
    margin-right: 34px;
    padding-top: 30px;
}

.tpl-nqt8508g .lc ul li img {
    width: 55px;
    height: 45px;
    margin: 0 auto;
}

.tpl-nqt8508g .lc ul li h3 {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
}

.tpl-nqt8508g .lc ul li:last-child {
    margin-right: 0;
}

/* 行业资讯 n1：双列布局 */
.tpl-nqt8508g .n1 {
    background: #f5f5f5;
    padding: 70px 0 30px;
    overflow: hidden;
}

.tpl-nqt8508g .news.content {
    overflow: hidden;
}

.tpl-nqt8508g .ns_l {
    width: 750px;
    float: left;
    background: #fff;
    padding: 20px;
    height: 460px;
}

.tpl-nqt8508g .n50title {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #023793;
    margin-bottom: 10px;
}

.tpl-nqt8508g .n50title span {
    color: #999;
    font-size: 12px;
    margin-left: 10px;
    font-weight: normal;
}

.tpl-nqt8508g .n50cont {
    display: flex;
    justify-content: space-between;
}

.tpl-nqt8508g .ns_l ul {
    overflow: hidden;
    width: 330px;
}

.tpl-nqt8508g .ns_l ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #eee;
}

.tpl-nqt8508g .ns_l ul li h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
}

.tpl-nqt8508g .ns_r {
    width: 350px;
    float: right;
    background: #fff;
    padding: 20px;
    height: 460px;
}

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

.tpl-nqt8508g .linkbox a {
    margin-right: 10px;
    display: inline-block;
}

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

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

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

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

.tpl-nqt8508g .footer p {
    max-width: 1200px;
    margin: 0 auto;
}
