﻿@charset "utf-8";
/* 全局初始化 - 统一链接样式，移除下划线 */
a {
    text-decoration: none !important;
    color: inherit;
}
a:hover {
    text-decoration: none !important;
}

/* 原有全局初始化代码（完整保留） */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,blockquote,th,td{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: bold;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
th{text-align: left;}
td,th,div{word-break:break-all;word-wrap:break-word}
form{display:inline;}
*{outline:none;box-sizing: border-box !important;}
*{font-family:微软雅黑 !important;} 

/* 全局样式 */
body {
    width:auto; 
    height:auto; 
    margin : 0; 
    padding : 0; 
    background :#F9F9F9 ; 
    font-size : 12px; 
} 

        .visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }
        /* 确保动画样式生效 */
        @keyframes caseFadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

.clear { 
    clear : both; 
    padding : 0; 
    margin : 0; 
}

/* Header样式（完整保留） */
#hd{
    background : #F9F9F9 url(images/header.png) repeat-x 0% 0%; 
    margin:0 auto; 
    height:121px;
    display: block; 
    width:100%; 
    z-index : 888; 
    overflow: hidden;
    position: relative;
}
#header { 
    margin : 0 auto; 
    height : 121px; 
    position : relative; 
    z-index : 99; 
    width : 1300px; 
    background : url(images/header_gradient.png) no-repeat 110px 60px; 
} 
.logo a{ 	
    position : absolute; 
    height : 60px; 
    width : 300px; 
    display: block; 
    background:#A00000 url(images/logot.png);
} 
.logo{ 
    position : absolute; 
    top : 15px; 
    height : 60px; 
    width : 300px; 
    display: block; 
} 
.logo a:hover{ 
    background:#A00000 url(images/logo.png);
} 
#nav_all { 
    position : absolute; 
    left : 0; 
    top : 79px; 
    height : 42px; 
    width : 1300px; 
} 
#nav-weixin { 
    font-size : 14px; 
    margin : 0; 
    padding : 0; 
    list-style : none; 
    text-align : center; 
} 
#nav-weixin li { 
    text-align : center; 
} 
#nav-onhoo { 
    font-size : 14px; 
    margin : 0; 
    padding : 0; 
    list-style : none; 
} 
#nav-onhoo li { 
    float : left; 
    margin : 0; 
    padding : 0; 
} 
.bi { 
    position : relative; 
    z-index : 0; 
} 
.bi:hover { 
    z-index : 99; 
} 
.bi:hover span { 
    visibility : visible; 
    top : 0; 
    left : 0; 
    cursor : pointer; 
} 
.bi span { 
    position : absolute; 
    left : -999em; 
    visibility : hidden; 
} 
#nav-onhoo li a, .bi:hover span { 
    line-height : 39px; 
    color : #fff; 
    display : block; 
    width : 80px; 
    text-align : center; 
} 
#nav-onhoo li a:hover, .bi:hover span { 
    color : #ffffff; 
    background:#000 url(images/nav-bg.gif);
} 
.bi:hover span { 
    padding-top : 2px; 
} 
#navbar { 
    background : #dc4e1b; 
    height : 8px; 
    overflow : hidden; 
    clear : both; 
}

/* 头部右侧样式 */
.text { 
    position : absolute; 
    right : 0; 
    top : 18px; 
    width : 500px; 
    font-size : 12px; 
    z-index : 99; 
    color : #a1917b; 
    padding-bottom : 5px; 
    text-align:right;
    height : 25px; 
} 
.text a { 
    color : #fff; 
    line-height : 25px;
} 
.text a:hover { 
    color : #ffc; 
} 
.textwz a{ 
    float: right; 
    height:25px; 
    line-height:25px; 
    padding-right:20px;
}
.textwz a:link{ 
    float: right; 
    color : #ffff00;
    height:25px; 
    line-height:25px; 
    padding-right:20px;
}
.texttu a{ 
    float: right; 
    height:25px; 
    line-height:25px;
    width:99px;
    display:block;
    background:url(images/qq.jpg);
}
.texttu a:hover{
    background:url(images/qqs.jpg);
}
.search { 
    height : 28px; 
    width : 160px; 
    border : 1px solid #000; 
    background : #fafafa; 
    position : absolute; 
    right : 0; 
    bottom : 17px; 
    line-height : 28px; 
} 
.search input { 
    padding : 0; 
    margin : 0; 
    height : 26px; 
    border : 0; 
    line-height : 26px; 
    padding-left : 10px; 
    background : #fafafa; 
} 
INPUT#submit:hover {
    background-image: url(images/sot.png);
    background-repeat: no-repeat;
    width:35px;
    height:28px;
    text-align: left;
    background-position: right;	
}
INPUT#submit {
    width:35px;
    background-repeat: no-repeat;
    height:28px;
    text-align: left;
    background-image: url(images/so.png);
    background-position: right;	
}
INPUT#field a{width:0px;}
.rss a { 
    height : 30px; 
    width : 31px; 
    position : absolute; 
    bottom : 17px; 
    right : 223px; 
    z-index : 99; 
    font-size : 12px; 
    background-image : url(images/rss.png); 
} 
.rss a:hover { 
    background-image : url(images/rss_sb.png); 
}

/* 主容器样式 */
#content_bg{	
    width : 100%; 
    text-align : center; 
    height: auto; 
    padding : 0; 
    margin : 0; 
    background :url(images/content.jpg) no-repeat center 0px; 
}
#hot_all { 
    margin : 0 auto; 
    width : 1300px; 
    margin-top: 0;
    height : auto; 
    position: relative; 
    z-index: 1;
}

/* 路径导航 */
.xzfeizi { 
    width : 100%; 
    color : #666; 
    padding-left : 20px; 
    line-height : 30px; 
    padding-top : 5px; 
    background : #e4e4e4; 
    border-bottom : 1px solid #b4b4b4; 
    font-size : 12px; 
    border-top : 1px solid #b4b4b4; 
} 
.xzfeizi a { 
    color : #000; 
    font-size : 12px; 
}

/* 标题栏 - 修复重叠，新增弹性布局+间距，文字居中不重叠 */
.left_gg-ye { 
    float : left; 
    width : 1300px; 
    height : 150px; 
    background : #14293E ; 
    text-align : center; 
    font-size : xx-large; 
    color : #fff; 
    display: flex; /* 核心：弹性布局，子元素垂直排列 */
    flex-direction: column; /* 垂直方向排列 */
    justify-content: center; /* 垂直居中 */
    align-items: center; /* 水平居中 */
    padding: 0 20px; /* 左右内边距，防止文字溢出 */
    box-sizing: border-box !important;
}
.zuozhe-nr-bt { 
    width: 100%; /* 占满容器宽度，文字居中 */
    height: auto; /* 自适应高度，取消固定60px */
    text-align : center; 
    padding-top : 0; /* 取消顶部内边距，由flex控制间距 */
    font-family: ZCOOL GDH,FontAwesome, sans-serif; 
    font-weight: normal; 
    font-size: 28px; 
    color: #fff; 
    margin: 0 0 10px 0; /* 底部10px间距，和下方分类区隔开 */
}
.zuozhe-nr-bt2 { 
    width: 100%; /* 占满容器宽度，内容居中 */
    text-align : center; 
    padding-bottom : 0; /* 取消底部内边距 */
    font-family: ZCOOL GDH,FontAwesome, sans-serif; 
    font-weight: normal; 
    font-size: 12px; 
    color: #fff; /* 文字改为白色，适配深色背景，更清晰 */
    margin: 0;
}
/* 分类+点击数间距优化，避免挤在一起 */
.zuozhe-nr-bt2 span {
    margin: 0 15px; /* 左右15px间距，替代原有margin-left:50px，更协调 */
}

/* 内容主容器 */
#neirong-ye { 
    float : left; 
    width : 1300px; 
    background : #fff ; 
    text-align : left; 
    overflow: hidden;
} 
#zxnr-ye { 
    float: left; 
    width: 1300px; 
    overflow: hidden;
    position: relative;
}
/* 左右栏Flex容器 - 核心：确保950+350宽度平衡 */
.columns-container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
}

/* 左栏核心样式 - 保留25px内边距，无外边距，背景完整 */
.neirong { 
    width: 950px; 
    padding: 25px;
    background: #fff;
    color: #000; 
    font-size: 14px; 
    line-height: 21px; 
    margin: 0;
    flex-shrink: 0;

    margin: 0 auto; /* 核心！上下外边距0，左右自动平分 → 容器自身水平居中 */
    
    float: none; /* 移除原有浮动 → 否则margin:0 auto会失效（关键！） */
}

.neirong a {
    color: red; 
    text-decoration: none; 
}

.neirong a:hover {
    color: #c00; 
}

/* 报价模块核心样式 - 自适应父容器，完美居中（解决偏右关键） */
.budget-container {
  width: 100%;        /* 自适应.neirong宽度（950-25*2=900px），避免超出 */
  margin: 20px auto;  /* 上下间距，左右自动居中 */
  padding: 0;
}
.budget-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center; /* 模块水平居中核心 */
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.budget-item {
  flex: 0 0 140px;
  height: 75px;
  border-radius: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #00a7b2 !important;
  transition: all 0.3s ease;
  font: 600 14px/1.2 sans-serif;
  background: transparent;
  border: 2px solid #333;
  cursor: pointer;
}
.budget-item i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 700 !important;
  display: block;
  font-size: 22px;
  margin-bottom: 4px;
  color: #00a7b2 !important;
}
.budget-item:hover {
  color: #FF4A00 !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.budget-item:hover i {
  color: #FF4A00 !important;
}

/* 右栏样式 - 350px固定宽度，内边距在宽度内 */
.longnow { 
    width: 350px; 
    padding: 15px 20px 0;
    background: #E4E4E4; 
    color: #000; 
    font-size: 12px; 
    line-height: 35px;
    flex-shrink: 0;
}

/* 右栏企业视频/案例样式 */
.longnow div a {
    position: relative;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    color: inherit;
}
.longnow div a:hover {

    color: #ff0000; /* 文字变红（保留） */
    font-weight: bold; /* 新增：文字加粗 */

}
.longnow div[align="left"] a {
    margin: 0 2px; 
}
.longnow table a {
    position: relative; 
    transition: all 0.2s ease; 
    display: inline-block; 
}
.longnow table a:hover {
    font-weight: bold; /* 新增：文字加粗 */
    color: #ff0000; 
}
.longnow table .pic1 {
    display: block; 
    margin-bottom: 2px; 
    line-height: 0; 
    width: 310px;
    height: 150px;
    object-fit: cover;
    object-position: center center;
    border-radius: 3px; 
    transition: opacity 0.2s ease,all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.longnow table td > div {
    width: 310px;
    margin: 0 auto;
}
.pic1:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25),0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    position: relative;
    opacity: 1;
}

/* 其他样式 */
.video-case-module .case-item img{width:100%;height:210px;object-fit:cover;display:block;border-radius:3px;transition:opacity .2s ease;}
.prev-next-links {
    padding: 5px 0;
}
.prev-next-links a {
    color: #333;
}
.prev-next-links a:hover {
    color: #f97316;
    text-decoration: underline;
}

/* 页脚样式 */
#foot { 
    background : #000000; 
    width : 100%; 
    margin-top : 20px; 
} 
#foot_980 { 
    margin : 0 auto; 
    width : 1300px; 
    height : 350px; 
    clear : inherit; 
    padding-top:7px;
} 
.link_logo { 
    line-height : 40px; 
    width : 202px; 
    float : left; 
    text-align : left; 
} 
.link_onhoo { 
    line-height : 30px; 
    width : 755px; 
    float: left; 
    text-align :left; 
    font-size : 14px; 
    color : #82664c; 
} 
.link_onhoo a { 
    color : #82664c; 
} 
.foot_ba { 
    float : left; 
    height : 25px; 
    width : 1300px; 
    line-height : 25px; 
    font-size : 12px; 
    color : #ccc; 
    margin-top:15px;
} 
.foot_ba a { 
    color : #a79687; 
} 
.foot_ba a:hover { 
    color : #ff0; 
}

/* 底部图片展示 */
.box1 {
    width: 1300px; 
    margin: 0 auto; 
}
.thumbnailwrapper2 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}
.thumbnailwrapper2 li {
    flex: 1;
    transition: transform 0.3s ease;
}
.thumbnailwrapper2 img {
    width: 100%;
    height: auto;
}
.thumbnailwrapper2 li:hover {
    transform: translateY(-5px);
}

/* 响应式适配 - 移动端友好 */
@media (max-width: 992px) {
  .budget-container {
    width: 100%;
    padding: 0 10px;
    margin: 20px 0;
  }
  .budget-grid {
    flex-wrap: wrap;
    gap: 20px;
  }
  .budget-item {
    margin-bottom: 15px;
  }
  /* 移动端左右栏堆叠 */
  .columns-container {
      flex-wrap: wrap;
  }
  .neirong, .longnow {
      width: 100%;
  }
}
@media (max-width: 480px) {
  .budget-item {
    flex: 0 0 160px;
    height: 80px;
    font-size: 15px;
  }
  .budget-item i {
    font-size: 24px;
  }
  .neirong {
      padding: 15px;
  }
}