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

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

body.tpl-qm9trwh9 {
    color: #666;
    background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tpl-qm9trwh9 .header {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}

/* logo 区：60px 高，与参考站一致 */
.tpl-qm9trwh9 .logobox {
    height: 60px;
    overflow: hidden;
    float: left;
}

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

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

/* 导航：6 项均分，黑色字蓝色高亮 */
.tpl-qm9trwh9 .nav {
    height: 45px;
    float: right;
    margin-top: 10px;
}

.tpl-qm9trwh9 .nav ul {
    float: right;
    overflow: hidden;
}

.tpl-qm9trwh9 .nav li {
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    max-width: 145px;
}

.tpl-qm9trwh9 .nav li a {
    font-size: 18px;
    color: #333;
    display: inline-block;
    padding: 0 10px;
    font-weight: 600;
}

.tpl-qm9trwh9 .nav .cur a {
    color: #3453C6;
}

.tpl-qm9trwh9 .nav li:hover a {
    color: #fff;
    background: #3453C6;
    font-weight: bold;
}

/* 移动端菜单按钮（默认隐藏，仅小屏可见） */
.tpl-qm9trwh9 .m_nav {
    display: none;
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #3453C6 no-repeat center center;
    background-size: 25px auto;
    right: 5px;
}

/* 轮播 banner */
.tpl-qm9trwh9 .fullSlide {
    min-width: 1200px;
    position: relative;
    height: 450px;
    overflow: hidden;
    z-index: 2;
}

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

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

.tpl-qm9trwh9 .fullSlide .bd li {
    width: 100% !important;
    height: 450px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.tpl-qm9trwh9 .fullSlide .bd li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tpl-qm9trwh9 .fullSlide .bd li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.tpl-qm9trwh9 .fullSlide .bd li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

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

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

.tpl-qm9trwh9 .fullSlide .hd li.on {
    background: #3453C6;
}

.tpl-qm9trwh9 .prev {
    position: absolute;
    left: 2%;
    top: 50%;
    cursor: pointer;
}

.tpl-qm9trwh9 .next {
    position: absolute;
    right: 2%;
    top: 50%;
    cursor: pointer;
}

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

.tpl-qm9trwh9 .dpspcpimgvideo {
    width: 580px;
    float: left;
}

.tpl-qm9trwh9 .videobox2024 {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background: #000;
}

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

.tpl-qm9trwh9 .playvideo2024 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
}

.tpl-qm9trwh9 .playvideo2024 img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.tpl-qm9trwh9 .dpspycbox {
    width: 600px;
    float: right;
}

.tpl-qm9trwh9 .moreimglist2024 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.tpl-qm9trwh9 .tuijianimgbox2024 {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f0f0f0;
}

.tpl-qm9trwh9 .tuijianimgbox2024 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.tpl-qm9trwh9 .tuijianimgbox2024:hover img {
    transform: scale(1.1);
}

.tpl-qm9trwh9 .playvideo2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
}

.tpl-qm9trwh9 .playvideo2 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.tpl-qm9trwh9 .cp-title2024 {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 8px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 视频介绍文字 */
.tpl-qm9trwh9 .video_intro1 {
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto;
}

/* 公司介绍 aboutbox */
.tpl-qm9trwh9 .aboutbox {
    padding: 30px 0;
    overflow: hidden;
    background: #fff;
}

.tpl-qm9trwh9 .aboutbox .content {
    display: flex;
    justify-content: space-between;
}

.tpl-qm9trwh9 .aboutbox .about-wenzi {
    width: 730px;
    padding-bottom: 20px;
}

.tpl-qm9trwh9 .aboutbox .about-wenzi h2 {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    color: #333;
}

.tpl-qm9trwh9 .aboutbox .about-wenzi .about-name {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}

.tpl-qm9trwh9 .aboutbox .about-wenzi .about-cont {
    line-height: 28px;
    text-align: justify;
    height: 170px;
    overflow: hidden;
    color: #666;
}

.tpl-qm9trwh9 .aboutbox .about-wenzi .about-cont p {
    text-indent: 2em;
}

.tpl-qm9trwh9 .aboutbox .index-more {
    margin: 30px 0 0 0 !important;
}

.tpl-qm9trwh9 .aboutbox .about-img {
    width: 450px;
    overflow: hidden;
    height: 380px;
}

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

.tpl-qm9trwh9 .dptygjc {
    color: #3453C6;
    font-weight: bold;
}

/* 数据优势 youshibox */
.tpl-qm9trwh9 .youshibox {
    margin: 15px auto 30px auto;
    width: 1200px;
    border: 1px solid #EAEAEA;
    padding: 30px 0;
}

.tpl-qm9trwh9 .youshibox li {
    width: 20%;
    text-align: center;
    border-right: 1px solid #EAEAEA;
    box-sizing: border-box;
    float: left;
}

.tpl-qm9trwh9 .youshibox li:last-child {
    border-right: none;
}

.tpl-qm9trwh9 .youshibox li .item-dd {
    color: #3453C6;
}

.tpl-qm9trwh9 .youshibox li .num {
    font-size: 46px;
    line-height: 48px;
    color: #3453C6;
    font-weight: bold;
}

.tpl-qm9trwh9 .youshibox li sub {
    font-size: 16px;
    line-height: 18px;
    color: #3453C6;
    bottom: 0;
    margin-left: 5px;
}

.tpl-qm9trwh9 .youshibox li .item-dt {
    font-size: 18px;
    line-height: 20px;
    margin-top: 16px;
    color: #666;
}

/* 栏目标题样式 */
.tpl-qm9trwh9 .index-title-box {
    text-align: center;
    height: 88px;
    padding-bottom: 20px;
}

.tpl-qm9trwh9 .index-title-box h2 {
    width: 348px;
    margin: 0 auto;
    font-size: 32px;
    color: #999;
    background: url("../images/1.png") no-repeat left center;
}

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

/* 通用 more 按钮 */
.tpl-qm9trwh9 .index-more {
    width: 210px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #3453c6;
    border: 1px solid #3453c6;
    margin: 30px auto;
    display: block;
}

.tpl-qm9trwh9 .index-more:hover {
    background: #3453c6;
}

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

.tpl-qm9trwh9 .index-more a {
    color: #3453c6;
    display: block;
}

/* 产品中心 pro_bj */
.tpl-qm9trwh9 .pro_bj {
    padding-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
    background: #f0f0f0;
}

.tpl-qm9trwh9 .pro_nr {
    margin-bottom: 36px;
    position: relative;
}

.tpl-qm9trwh9 .pro_nr ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tpl-qm9trwh9 .pro_nr ul li {
    width: 32%;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.tpl-qm9trwh9 .pro_nr ul li img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.5s;
    display: block;
}

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

.tpl-qm9trwh9 .pro_nr ul li:hover {
    box-shadow: 0 5px 10px rgba(32, 33, 38, 0.1);
}

/* 案例 al_bj */
.tpl-qm9trwh9 .al_bj {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    background: url("../images/13.jpg") no-repeat center center;
    background-size: cover;
}

.tpl-qm9trwh9 .almask {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.tpl-qm9trwh9 .al_bj .content {
    padding: 50px 2%;
    width: 100%;
    box-sizing: border-box;
}

.tpl-qm9trwh9 .anl {
    padding-top: 40px;
    position: relative;
}

.tpl-qm9trwh9 .anl h2 {
    color: #fff;
}

.tpl-qm9trwh9 .anl p {
    color: #ccc;
}

.tpl-qm9trwh9 .anl ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tpl-qm9trwh9 .anl ul li {
    width: 24%;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

.tpl-qm9trwh9 .anl ul li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all 0.5s;
    display: block;
}

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

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

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

.tpl-qm9trwh9 .dongt {
    width: 500px;
}

.tpl-qm9trwh9 .dongt dt {
    width: 100%;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.tpl-qm9trwh9 .dongt dt img {
    width: 100%;
    transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}

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

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

.tpl-qm9trwh9 .dongt dd {
    padding: 20px;
    background: #f0f0f0;
}

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

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

.tpl-qm9trwh9 .dongt dd h4 a:hover {
    color: #3754BF;
}

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

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

.tpl-qm9trwh9 .went {
    width: 680px;
    box-sizing: border-box;
}

.tpl-qm9trwh9 .went li {
    border: 1px solid #ddd;
    padding: 22px 40px;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.tpl-qm9trwh9 .went li em {
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: bold;
}

.tpl-qm9trwh9 .went li span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

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

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

/* 页脚 */
.tpl-qm9trwh9 .footWrap {
    background: #33383c;
    overflow: hidden;
    font-family: "Microsoft Yahei";
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

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

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

/* 通用 service 区块（内页用） */
.tpl-qm9trwh9 .service {
    padding: 30px 0;
    background: #fff;
}

/* 屏蔽 SingleFile/客服/注册相关 class，避免污染 */
.tpl-qm9trwh9 .right_info,
.tpl-qm9trwh9 .zhuce2023,
.tpl-qm9trwh9 .linkus,
.tpl-qm9trwh9 #huaermapbox,
.tpl-qm9trwh9 #contactbox2023,
.tpl-qm9trwh9 .yqbody2024 {
    display: none !important;
}

/* case-carousel 案例轮播 */
.tpl-qm9trwh9 .case-carousel {
    position: relative;
    overflow: hidden;
}
.tpl-qm9trwh9 .case-carousel .case-track {
    overflow: hidden;
}
.tpl-qm9trwh9 .case-carousel .case-track ul {
    display: flex;
    flex-wrap: nowrap;
    transition: left 0.4s ease;
    position: relative;
}
.tpl-qm9trwh9 .case-carousel .case-track ul li {
    flex-shrink: 0;
    width: 285px;
    margin-right: 20px;
}
.tpl-qm9trwh9 .case-carousel .case-prev,
.tpl-qm9trwh9 .case-carousel .case-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    transform: translateY(-50%);
}
.tpl-qm9trwh9 .case-carousel .case-prev {
    left: -40px;
}
.tpl-qm9trwh9 .case-carousel .case-next {
    right: -40px;
}
