/* 页脚链接样式 */
.footstext a {color:#666666}/* 页脚文本链接颜色为深灰色 */
.footstext a:hover {color:#ffa400;}/* 页脚链接悬停时变为橙色 */

/* 通用工具类 */
.pull-left {float:left}/* 左浮动工具类 */

/* 头部导航区域 */
.of-heand {
    width:100%; /* 宽度100% */
    position: fixed; /* 固定定位 */
    top: 0; /* 顶部对齐 */
    z-index:100; /* 层级100，确保在最前 */
    border-bottom:1px solid #eee; /* 底部边框为浅灰色 */
}/* 区域 */
.login {margin-right:20px;}/* 右边距20px */

/* 头部Logo区域 */
.of-heand .of-login {
    left: 60px; /* 距离左侧60px */
    z-index: 1; /* 层级1 */
    position: relative; /* 相对定位 */
    width: 130px; /* 宽度130px */
    padding:13px 0px; /* 上下内边距13px */
    float: left; /* 左浮动 */
    color: #fff; /* 文字颜色白色 */
    text-align: center; /* 文字居中 */
}/* 头部导航区域 */
.of-heand .of-nav {
    position: relative; /* 相对定位 */
    top: 0; /* 顶部对齐 */
}/* 语言切换区域 */
.of-heand .of-language {
    position: relative; /* 相对定位 */
    top: 0; /* 顶部对齐 */
    right:110px; /* 距离右侧110px */
    line-height: 60px; /* 行高60px */
    color:#222; /* 文字颜色深灰色 */
    float: right; /* 右浮动 */
}/* 区域 */
.of-heand .of-logout {
    position: relative; /* 相对定位 */
    top: 0; /* 顶部对齐 */
    right:60px; /* 距离右侧60px */
    width:168px; /* 宽度168px */
    line-height: 60px; /* 行高60px */
    color:#222; /* 文字颜色深灰色 */
    float: right; /* 右浮动 */
    font-size: 14px; /* 字体大小14px */
}/* 提示框渐变背景 */
.tipbox {background-image: linear-gradient(270deg, #ff6317 0, #ffa400 97%);}/* ========== 产品功能图标样式 ========== */
.icon-jxc {
    background:url( ../image/product/product_jxc_b.png) center center no-repeat; /* JXC图标背景 */
    display:inline-block; /* 行内块显示 */
    width:48px; /* 宽度48px */
    height:48px; /* 高度48px */
}.icon-ad {
    background:url(../image/product/product_ad_b.png) center center no-repeat; /* 广告图标背景 */
    display:inline-block; /* 行内块显示 */
    width:48px; /* 宽度48px */
    height:48px; /* 高度48px */
}/* 当前激活状态的图标颜色变化 */
.layui-this .icon-jxc {background:url(../image/product/product_jxc_y.png) center center no-repeat;}/* JXC激活图标 */
/* 以下规则已移动至 css/unused.css（由清理报告标记为未使用） */
/* .layui-this .icon-goods */
/* .layui-this .icon-finance */
/* .layui-this .icon-power */
.layui-this .icon-ad {background:url(../image/product/product_ad_y.png) center center no-repeat;}/* 广告激活图标 */

/* 新样式列表悬停效果 */
.newstyle-li li:hover {color:#ffa400;}/* 列表项悬停时变为橙色 */

/* ========== 横幅轮播区域 ========== */
.of-banner {
    margin-top: 60px; /* 顶部外边距60px，避免被固定导航遮挡 */
}/* 标签页标题样式 */
.layui-tab-title li p {padding:16px 0px;}/* 标签页标题内边距 */

/* 主要内容区域容器 */
/* 卡片清除浮动 */
.of-crad {
    clear: both; /* 清除左右浮动 */
}/* 卡片内容区域 */
.of-crad-content {
    margin: 0 auto; /* 水平居中 */
    width: 1200px; /* 固定宽度1200px */
}/* 卡片标题样式 */
.of-crad-content .title {
    font-size:14px; /* 字体大小14px */
    color:#333; /* 深灰色 */
    margin-bottom:20px; /* 底部外边距20px */
}/* 大标题样式 */
.of-crad-title {
    text-align: center; /* 文字居中 */
    font-size: 28px; /* 字体大小28px */
    color: #333; /* 深灰色 */
    font-weight:300; /* 字体重量300（细体） */
    padding:30px; /* 内边距30px */
}/* 合作伙伴链接样式 */
.panter a:hover {color:#ffa400}/* 悬停时橙色 */
.panter a {
    margin-left:30px; /* 左侧外边距30px */
    color:#999; /* 浅灰色 */
}/* 卡片主体文本样式 */
.of-crad-body {
    font-size: 16px; /* 字体大小16px */
    text-indent:2em; /* 首行缩进2个字符 */
    line-height: 2; /* 行高2倍 */
    color: #565758; /* 中灰色 */
}/* 公告区域尺寸 */
.of-content .announce {
    width: 590px; /* 宽度590px */
    height: 150px; /* 高度150px */
}/* 公告区域浮动 */
.announce {
    float: right; /* 右浮动 */
}/* 公告标题样式 */
.announce p.title {
    border-bottom: solid 1px #e6e6e6; /* 底部边框浅灰色 */
    border-bottom-color: #e6e6e6; /* 底部边框颜色 */
    padding-bottom:20px; /* 底部内边距20px */
}/* 圆形背景装饰 - 灰色 */
.circle-bg-gary {
    z-index: 2; /* 层级2 */
    position: absolute; /* 绝对定位 */
    top: 25%; /* 距离顶部25% */
    left: -300px; /* 距离左侧-300px（部分超出） */
    width:300px; /* 宽度300px */
    height:300px; /* 高度300px */
    background:rgb(240, 240, 240,0); /* 透明背景 */
    border-radius: 50%; /* 圆形 */
    border: 100px solid #f1f2f3; /* 100px宽的浅灰色边框 */
}/* 圆形背景装饰 - 橙色 */
.circle-bg-yellow {
    z-index: 2; /* 层级2 */
    position: absolute; /* 绝对定位 */
    top: -30px; /* 距离顶部-30px（部分超出） */
    right: 1%; /* 距离右侧1% */
    width:100px; /* 宽度100px */
    height:100px; /* 高度100px */
    background:rgb(240, 240, 240,0); /* 透明背景 */
    border-radius: 50%; /* 圆形 */
    border: 50px solid #ff6e14; /* 50px宽的橙色边框 */
}/* 按钮组样式 */
.buttongroup a:first-child {margin-right:20px;}/* 第一个按钮右侧外边距20px */
.buttongroup {margin-top:60px;}/* 顶部外边距60px */

/* 公告标题详细样式 */
.announce p.title {
    height: 50px; /* 高度50px */
    line-height: 50px; /* 行高50px */
    font-size: 20px; /* 字体大小20px */
    font-weight: bold; /* 加粗 */
    float: left; /* 左浮动 */
    color: #333; /* 深灰色 */
    width: 100%; /* 宽度100% */
}/* 公告列表容器 */
.announce ul {
    width: 98%; /* 宽度98% */
}/* 公告列表项 */
.announce li {
    height: 35px; /* 高度35px */
    line-height: 35px; /* 行高35px */
    font-size: 14px; /* 字体大小14px */
    overflow: hidden; /* 溢出隐藏 */
    width: 100%; /* 宽度100% */
    float: left; /* 左浮动 */
}/* 公告日期样式 */
.announce li span {
    float: right; /* 右浮动 */
    font-size: 14px; /* 字体大小14px */
    color:#999; /* 浅灰色 */
}/* 公告链接样式 */
.announce a {
    color: #666666; /* 深灰色 */
    cursor: pointer; /* 鼠标手形 */
}.announce a:hover {color:#ffa400}/* 悬停时橙色 */

/* ========== 首页功能图标样式 ========== */
/* 图标容器 */
.icon-group .icon {
    width: 56px; /* 宽度56px */
    height: 56px; /* 高度56px */
    margin: auto; /* 水平居中 */
    background-repeat: no-repeat; /* 背景不重复 */
    background-size: contain; /* 背景包含 */
}/* 各个功能图标（正常状态） */
.icon-group .icon-computer {background-image: url(../image/home/icon-computer1.png);}/* 电脑图标 */
.icon-group .icon-house {background-image: url(../image/home/icon-house1.png);}/* 房屋图标 */
.icon-group .icon-car {background-image: url(../image/home/icon-car1.png);}/* 汽车图标 */
.icon-group .icon-money {background-image: url(../image/home/icon-money1.png);}/* 金钱图标 */
.icon-group .icon-ad {background-image: url(../image/home/icon-ad1.png);}/* 广告图标 */
.icon-group .icon-data {background-image: url(../image/home/icon-data1.png);}/* 数据图标 */
.icon-group .icon-phone {background-image: url(../image/home/icon-phone1.png);}/* 手机图标 */
.icon-group .icon-people {background-image: url(../image/home/icon-people1.png);}/* 人员图标 */

/* 各个功能图标（悬停状态） */
.icon-size:hover .icon-computer {background-image: url(../image/home/icon-computer2.png);}/* 电脑悬停图标 */
.icon-size:hover .icon-house {background-image: url(../image/home/icon-house2.png);}/* 房屋悬停图标 */
.icon-size:hover .icon-car {background-image: url(../image/home/icon-car2.png);}/* 汽车悬停图标 */
.icon-size:hover .icon-money {background-image: url(../image/home/icon-money2.png);}/* 金钱悬停图标 */
.icon-size:hover .icon-ad {background-image: url(../image/home/icon-ad2.png);}/* 广告悬停图标 */
.icon-size:hover .icon-data {background-image: url(../image/home/icon-data2.png);}/* 数据悬停图标 */
.icon-size:hover .icon-phone {background-image: url(../image/home/icon-phone2.png);}/* 手机悬停图标 */
.icon-size:hover .icon-people {background-image: url(../image/home/icon-people2.png);}/* 人员悬停图标 */

/* 图标尺寸和容器样式 */
.icon-size {
    font-size:16px; /* 字体大小16px */
    color:#444; /* 深灰色 */
    padding:30px 0; /* 上下内边距30px */
    text-align:center; /* 文字居中 */
}.icon-size:hover {
    color:#fff; /* 悬停时文字白色 */
    background: linear-gradient(270deg, #ff6317 0, #ffa400 97%); /* 橙色渐变背景 */
    box-shadow: 0px 0px 20px rgba(255,99,23,0.4); /* 橙色阴影 */
}/* 内容区域标题样式 */
.of-content .title {
    padding:60px 0 0px 0px; /* 顶部内边距60px */
    color: #222222; /* 深黑色 */
    font-size:30px; /* 字体大小30px */
    text-align: center; /* 文字居中 */
}/* 内容区域副标题样式 */
.of-content .smtext {
    padding:10px 0 30px 0px; /* 上下内边距 */
    color: #999999; /* 浅灰色 */
    font-size:16px; /* 字体大小16px */
    text-align: center; /* 文字居中 */
}/* 其他页面横幅样式 */
.otherbanner {
    position:absolute; /* 绝对定位 */
    z-index:2; /* 层级2 */
    top:150px; /* 距离顶部150px */
}.otherbanner .title {
    color:#fff; /* 白色文字 */
    font-size:40px; /* 字体大小40px */
    text-align:left; /* 左对齐 */
}.otherbanner .asstext {
    color:#fff; /* 白色文字 */
    opacity:0.8; /* 80%不透明度 */
    font-size:16px; /* 字体大小16px */
    text-align:left; /* 左对齐 */
    margin-top:20px; /* 顶部外边距20px */
}/* 新样式列表布局 */
.newstyle-li li {
    width:20%; /* 宽度20% */
    padding:0px; /* 无内边距 */
}/* 案例展示列表项 */
.case ul li {
    float: left; /* 左浮动 */
    width: 280px; /* 宽度280px */
    height: 300px; /* 高度300px */
    padding: 10px; /* 内边距10px */
}/* 查看更多文字样式 */
.moretext {
    font-size:24px; /* 字体大小24px */
    cursor: pointer; /* 鼠标手形 */
    color:#ffa400; /* 橙色 */
}/* 左浮动工具类 */
.flleft {float:left;}/* 左浮动 */

/* 卡片内左对齐信息容器 */
.of-crad .infoleft {
    margin-right:30px; /* 右侧外边距30px */
}/* 卡片内右对齐信息容器 */
.of-crad .inforight {
    margin-left:30px; /* 左侧外边距30px */
}/* 辅助信息样式 */
.of-crad .assistinfo {
    color:#ffa400; /* 橙色 */
    font-size:14px; /* 字体大小14px */
    margin-bottom:10px; /* 底部外边距10px */
    margin-top:30px; /* 顶部外边距30px */
}/* 主标题样式 */
.of-crad .htitle {
    font-size:22px; /* 字体大小22px */
    color:#222; /* 深灰色 */
    margin-bottom:30px; /* 底部外边距30px */
    font-weight:700; /* 加粗 */
}/* 间距工具类 */
.matop60 {margin-top:60px;}/* 顶部外边距60px */
.mabot60 {margin-bottom:60px;}/* 底部外边距60px */

/* 宽度限制容器 */
.boxwidth {
    width:1200px; /* 宽度1200px */
    margin:0 auto; /* 水平居中 */
}/* 更多图标样式 */
.layui-icon-more {
    background-image: url(../image/home/more.png); /* 更多图标背景 */
    padding:1px 16px; /* 内边距 */
    margin-left:10px; /* 左侧外边距10px */
}/* 热门标题样式 */
.title-hot {font-size:16px;}/* 字体大小16px */


/* 文章内容辅助文本 */
.article-content .asstext {
    margin-top:40px; /* 顶部外边距40px */
    color:#999; /* 浅灰色 */
    font-size:12px; /* 字体大小12px */
}/* 列表样式容器 */
.list-style {
    background:#ffffff; /* 白色背景 */
    margin-bottom:20px; /* 底部外边距20px */
    border: 1px solid #eee; /* 浅灰色边框 */
    padding:20px 20px; /* 内边距20px */
    border: 1px solid #eee; /* 浅灰色边框 */
}/* 文章图片样式 */
.article-img img {
    height:150px; /* 高度150px */
    width:240px; /* 宽度240px */
    border-radius: 6px; /* 圆角6px */
}/* 白色背景容器 */
.white-box {background:#ffffff;}/* 白色背景 */

/* 内容区域短分割线 */
.content .short-line {margin-top:40px;}/* 顶部外边距40px */

/* 内容区域小标题 */
.content .tit {
    font-size:18px; /* 字体大小18px */
    color:#222; /* 深灰色 */
    margin-bottom:10px; /* 底部外边距10px */
}/* ========== 核心优势区域图标样式 ========== */
/* 项目图标 */
.intrtext .project-icon {
    background:url(../image/home/safe.png) center center no-repeat; /* 安全图标 */
    height:48px; /* 高度48px */
    width:48px; /* 宽度48px */
    display:block; /* 块级显示 */
    margin-right:15px; /* 右侧外边距15px */
}.intrtext .box:hover .project-icon {
    background:url(../image/home/safe_y.png) center center no-repeat; /* 安全悬停图标 */
}/* 数据图标 */
.intrtext .data-icon {
    background:url(../image/home/data.png) center center no-repeat; /* 数据图标 */
    height:48px; /* 高度48px */
    width:48px; /* 宽度48px */
    display:block; /* 块级显示 */
    margin-right:15px; /* 右侧外边距15px */
}.intrtext .box:hover .data-icon {
    background:url(../image/home/data_y.png) center center no-repeat; /* 数据悬停图标 */
}/* 快速图标 */
.intrtext .fast-icon {
    background:url(../image/home/fast.png) center center no-repeat; /* 快速图标 */
    height:48px; /* 高度48px */
    width:48px; /* 宽度48px */
    display:block; /* 块级显示 */
    margin-right:15px; /* 右侧外边距15px */
}.intrtext .box:hover .fast-icon {
    background:url(../image/home/fast_y.png) center center no-repeat; /* 快速悬停图标 */
}/* 资源图标 */
.intrtext .resource-icon {
    background:url(../image/home/resource.png) center center no-repeat; /* 资源图标 */
    height:48px; /* 高度48px */
    width:48px; /* 宽度48px */
    display:block; /* 块级显示 */
    margin-right:15px; /* 右侧外边距15px */
}.intrtext .box:hover .resource-icon {
    background:url(../image/home/resource_y.png) center center no-repeat; /* 资源悬停图标 */
}/* 优势标题样式 */
.intrtext .use-title {
    color:#333; /* 深灰色 */
    font-size:18px; /* 字体大小18px */
    margin-bottom:10px; /* 底部外边距10px */
}/* 优势图标和内容布局 */
.intrtext .use-img, .use-content {
    display:table-cell; /* 表格单元格显示 */
    vertical-align: top; /* 顶部对齐 */
}/* 优势框样式 */
.intrtext .box {
    padding:30px; /* 内边距30px */
    background-color:#ffffff; /* 白色背景 */
    border:1px solid #eee; /* 浅灰色边框 */
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out; /* Webkit阴影过渡动画 */
    transition: -webkit-box-shadow 0.3s ease-in-out; /* Webkit阴影过渡动画 */
    transition: box-shadow 0.3s ease-in-out; /* 阴影过渡动画 */
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; /* 兼容性写法 */
}.intrtext .box:hover {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1); /* 悬停时阴影效果 */
}.intrtext .box:hover .use-title {color:#ffa400;}/* 悬停时标题变为橙色 */

/* 优势区域网格布局 */
.intrtext .layui-col-md6 {
    padding:0px 10px 30px 10px; /* 内边距 */
}/* 地图框样式 */
.map-box {
    padding:10px; /* 内边距10px */
    position: relative; /* 相对定位 */
    margin-bottom:60px; /* 底部外边距60px */
}/* 点区域样式 */
.point-area {font-size:12px;}/* 字体大小12px */

/* 短分割线样式 */
.of-crad .short-line {
    width:20px; /* 宽度20px */
    height:3px; /* 高度3px */
    background:#ffa400; /* 橙色背景 */
    margin-bottom:30px; /* 底部外边距30px */
}/* 内容区域样式 */
.of-crad .content {
    color:#666; /* 中灰色 */
    font-size:14px; /* 字体大小14px */
}/* 灰色文本样式 */
.text-gary {color:#999;}/* 浅灰色 */

/* ========== 页脚区域样式 ========== */
.of-footer {
    text-align: center; /* 文字居中 */
    color: #666; /* 中灰色 */
    padding:30px; /* 内边距30px */
    font-size:12px; /* 字体大小12px */
}/* 小号灰色文本 */
.text-sm {
    font-size:12px; /* 字体大小12px */
    color:#999999; /* 浅灰色 */
}/* 微信二维码弹窗图片 */
.wechart_img {
    background:url(../image/jianwenjian_wechart.png) center center no-repeat; /* 微信二维码背景 */
    display:block; /* 块级显示 */
    width:100px; /* 宽度100px */
    height:100px; /* 高度100px */
}/* 新版标签页标题 */
.tab-new-title li {font-size:14px;}/* 字体大小14px */
.layui-tab-new { margin:0;}/* 无外边距 */

/* 产品标签页样式 */
.tab-product {
    background-color:#f8f8f8; /* 浅灰色背景 */
    padding:60px 0px!important; /* 上下内边距60px */
}/* 标签页内容区域 */
.layui-tab-content .layui-tab-item {
    max-width:1200px; /* 最大宽度1200px */
    margin:0 auto; /* 水平居中 */
}/* 提示弹窗样式 */
.layui-layer-tips .layui-layer-content {
    padding:7px 7px 7px 7px   !important; /* 内边距7px */
}/* 功能框样式 */
.layui-tab-content .box-content {
    padding: 30px; /* 内边距30px */
    margin:0px 10px; /* 左右外边距10px */
    background-color: #ffffff; /* 白色背景 */
    border: 1px solid #eee; /* 浅灰色边框 */
    transition: -webkit-box-shadow 0.3s ease-in-out; /* Webkit阴影过渡动画 */
    transition: box-shadow 0.3s ease-in-out; /* 阴影过渡动画 */
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; /* 兼容性写法 */
}.layui-tab-content .box-content:hover {
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1); /* 悬停时阴影效果 */
}/* 功能标题样式 */
.layui-tab-content .function-title {
    font-size:20px; /* 字体大小20px */
    margin-bottom:20px; /* 底部外边距20px */
    font-weight:700; /* 加粗 */
}/* 功能内容区域 */
.layui-tab-content .function-content {
    position: relative; /* 相对定位 */
    margin-bottom:30px; /* 底部外边距30px */
}/* 功能说明标题 */
.layui-tab-content .war-title {
    font-size:16px; /* 字体大小16px */
    margin-bottom:10px; /* 底部外边距10px */
    margin-left:40px; /* 左侧外边距40px */
    color:#666666; /* 中灰色 */
}/* 功能说明内容 */
.layui-tab-content .war-content {
    font-size:12px; /* 字体大小12px */
    color:#999999; /* 浅灰色 */
    margin-left:40px; /* 左侧外边距40px */
}/* ========== 功能图标集合 ========== */
/* 仓库图标 */
.icon-warehouse {
    background:url(../image/product/warehouse.png) center center no-repeat; /* 仓库图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 产品图表图标 */
.icon-product-chart {
    background:url(../image/product/product-chart.png) center center no-repeat; /* 产品图表图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 产品金钱图标 */
.icon-product-money {
    background:url(../image/product/product-money.png) center center no-repeat; /* 产品金钱图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 产品分摊图标 */
.icon-product-fentan {
    background:url(../image/product/product-fentan.png) center center no-repeat; /* 产品分摊图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 产品供应商图标 */
.icon-product-gys {
    background:url(../image/product/product-gys.png) center center no-repeat; /* 供应商图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:33px; /* 高度33px */
    position:absolute; /* 绝对定位 */
}/* 银行卡图标 */
.icon-product-bankcard {
    background:url(../image/product/product-bankcard.png) center center no-repeat; /* 银行卡图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 采购图标 */
.icon-product-caifa {
    background:url(../image/product/product-caifa.png) center center no-repeat; /* 采购图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 产品图标 */
.icon-product {
    background:url(../image/product/product.png) center center no-repeat; /* 产品图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 人员图标 */
.icon-peoples {
    background:url(../image/product/people.png) center center no-repeat; /* 人员图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 购物车图标 */
.icon-shopcar {
    background:url(../image/product/shopcar.png) center center no-repeat; /* 购物车图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 买入图标 */
.icon-buyin {
    background:url(../image/product/buyin.png) center center no-repeat; /* 买入图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:33px; /* 高度33px */
    position:absolute; /* 绝对定位 */
}/* 组装图标 */
.icon-assmble {
    background:url(../image/product/assmble.png) center center no-repeat; /* 组装图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 汽车图标 */
.icon-cars {
    background:url(../image/product/car.png) center center no-repeat; /* 汽车图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 飞机图标 */
.icon-plane {
    background:url(../image/product/plane.png) center center no-repeat; /* 飞机图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 商品图标 */
.icon-good {
    background:url(../image/product/goods.png) center center no-repeat; /* 商品图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:34px; /* 高度34px */
    position:absolute; /* 绝对定位 */
}/* 产品库存图标 */
.icon-product-kucn {
    background:url(../image/product/product-kucn.png) center center no-repeat; /* 产品库存图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:34px; /* 高度34px */
    position:absolute; /* 绝对定位 */
}/* 运营控制图标 */
.icon-op-control {
    background:url(../image/product/op-control.png) center center no-repeat; /* 运营控制图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营时钟图标 */
.icon-op-clock {
    background:url(../image/product/op-clock.png) center center no-repeat; /* 运营时钟图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营广告数据图标 */
.icon-op-advdata {
    background:url(../image/product/op-advdata.png) center center no-repeat; /* 运营广告数据图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营销售数据图标 */
.icon-op-saledata {
    background:url(../image/product/op-saledata.png) center center no-repeat; /* 运营销售数据图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营利润数据图标 */
.icon-op-profitdata {
    background:url(../image/product/op-profitdata.png) center center no-repeat; /* 运营利润数据图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营搜索数据图标 */
.icon-op-searchdata {
    background:url(../image/product/op-searchdata.png) center center no-repeat; /* 运营搜索数据图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营销售条件数据图标 */
.icon-op-salecondata {
    background:url(../image/product/op-salecondata.png) center center no-repeat; /* 运营销售条件数据图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营分析数据图标 */
.icon-op-anasylsdata {
    background:url(../image/product/op-anasylsdata.png) center center no-repeat; /* 运营分析数据图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营订单数据图标 */
.icon-op-orderdata {
    background:url(../image/product/op-orderdata.png) center center no-repeat; /* 运营订单数据图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营发票数据图标 */
.icon-op-invoiccedata {
    background:url(../image/product/op-invoiccedata.png) center center no-repeat; /* 运营发票数据图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营退货订单图标 */
.icon-op-returnorder {
    background:url(../image/product/op-returnorder.png) center center no-repeat; /* 运营退货订单图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营日销售图标 */
.icon-op-saleday {
    background:url(../image/product/op-saleday.png) center center no-repeat; /* 运营日销售图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 运营总销售图标 */
.icon-op-allsale {
    background:url(../image/product/op-allsale.png) center center no-repeat; /* 运营总销售图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 广告文件图标 */
.icon-ad-file {
    background:url(../image/product/ad-file.png) center center no-repeat; /* 广告文件图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 广告关键词图标 */
.icon-ad-keywords {
    background:url(../image/product/ad-keywords.png) center center no-repeat; /* 广告关键词图标 */
    display:inline-block; /* 行内块显示 */
    width:33px; /* 宽度33px */
    height:33px; /* 高度33px */
    position:absolute; /* 绝对定位 */
}/* 广告搜索图标 */
.icon-ad-search {
    background:url(../image/product/ad-search.png) center center no-repeat; /* 广告搜索图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 广告投放图标 */
.icon-ad-putin {
    background:url(../image/product/ad-putin.png) center center no-repeat; /* 广告投放图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 广告计划图标 */
.icon-ad-plan {
    background:url(../image/product/ad-plan.png) center center no-repeat; /* 广告计划图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 广告历史图标 */
.icon-ad-history {
    background:url(../image/product/ad-history.png) center center no-repeat; /* 广告历史图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 广告活动图标 */
.icon-ad-campagins {
    background:url(../image/product/ad-campagins.png) center center no-repeat; /* 广告活动图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 广告数据图标 */
.icon-ad-data {
    background:url(../image/product/ad-data.png) center center no-repeat; /* 广告数据图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 广告下载图标 */
.icon-ad-down {
    background:url(../image/product/ad-down.png) center center no-repeat; /* 广告下载图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 广告搜索建议图标 */
.icon-ad-ss {
    background:url(../image/product/ad-ss.png) center center no-repeat; /* 广告搜索建议图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 广告眼睛图标 */
.icon-ad-eye {
    background:url(../image/product/ad-eye.png) center center no-repeat; /* 广告眼睛图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 财务排名图标 */
.icon-fi-rank {
    background:url(../image/product/fi-rank.png) center center no-repeat; /* 财务排名图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 财务笔图标 */
.icon-fi-pen {
    background:url(../image/product/fi-pen.png) center center no-repeat; /* 财务笔图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 财务金钱图标 */
.icon-fi-money {
    background:url(../image/product/fi-money.png) center center no-repeat; /* 财务金钱图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 财务总销售图标 */
.icon-fi-saleall {
    background:url(../image/product/fi-saleall.png) center center no-repeat; /* 财务总销售图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 财务国家图标 */
.icon-fi-cuntry {
    background:url(../image/product/fi-cuntry.png) center center no-repeat; /* 财务国家图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 财务SKU图标 */
.icon-fi-sku {
    background:url(../image/product/fi-sku.png) center center no-repeat; /* 财务SKU图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 财务用户图标 */
.icon-fi-user {
    background:url(../image/product/fi-user.png) center center no-repeat; /* 财务用户图标 */
    display:inline-block; /* 行内块显示 */
    width:32px; /* 宽度32px */
    height:32px; /* 高度32px */
    position:absolute; /* 绝对定位 */
}/* 页脚段落样式 */
.of-footer p {
    margin-bottom: 10px; /* 底部外边距10px */
}/* 联系方式图标容器 */
.contact_message {
    margin-top:20px; /* 顶部外边距20px */
    display:inline-block; /* 行内块显示 */
    margin-right:20px; /* 右侧外边距20px */
}/* 浅色背景工具类 */
.bg-light {
    background-color: #f8f9fa!important; /* 浅灰色背景 */
}/* 页面头部区域 */
.page_head {
    border-bottom: 1px solid #eee; /* 底部边框 */
    margin-top: 20px; /* 顶部外边距20px */
    height: 50px; /* 高度50px */
}/* 页面标题 */
.nr_title {
    float: left; /* 左浮动 */
    line-height: 1; /* 行高1 */
}/* 页面位置指示器 */
.nr_position {
    float: right; /* 右浮动 */
    line-height: 1; /* 行高1 */
    padding-top: 15px; /* 顶部内边距15px */
}/* 资源标题样式 */
.ResTitle_a1 span {
    font-size: 30px; /* 字体大小30px */
    color: #cf0000; /* 红色 */
    display: inline-block; /* 行内块显示 */
}/* 通用链接样式 */
a {
    text-decoration: none; /* 无下划线 */
    color: #000; /* 黑色 */
    cursor: pointer; /* 鼠标手形 */
}/* 资源标题强调文本 */
.ResTitle_a1 em {
    font-size: 14px; /* 字体大小14px */
    color: #999999; /* 浅灰色 */
    display: inline-block; /* 行内块显示 */
}/* 消息框样式 */
.message {
    background:#ffffff; /* 白色背景 */
    height:290px; /* 高度290px */
    margin-top:60px; /* 顶部外边距60px */
    padding:0 20px; /* 左右内边距20px */
    border:1px solid #eee; /* 浅灰色边框 */
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out; /* Webkit阴影过渡动画 */
    transition: -webkit-box-shadow 0.3s ease-in-out; /* Webkit阴影过渡动画 */
    transition: box-shadow 0.3s ease-in-out; /* 阴影过渡动画 */
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; /* 兼容性写法 */
}.message .title {padding-top:20px;}/* 标题顶部内边距20px */
.message:hover {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1); /* 悬停时阴影效果 */
}/* 文章内容标题 */
.article-content .content-title {
    color: #222222; /* 深黑色 */
    font-size: 20px; /* 字体大小20px */
    font-weight: normal; /* 正常字体重量 */
    margin-bottom:10px; /* 底部外边距10px */
}/* 文章内容标题悬停 */
.article-content.content-title:hover {color:#ffa400;}/* 悬停时橙色 */

/* 内容标题 */
.content-title {font-size:30px;}/* 字体大小30px */

/* 内容文本 */
.content-txt {
    margin-top:30px; /* 顶部外边距30px */
    color: #202020; /* 深灰色 */
    font-size: 16px; /* 字体大小16px */
    line-height: 30px; /* 行高30px */
    padding-bottom: 40px; /* 底部内边距40px */
}/* 内容主体文本溢出处理 */
.content-body-text {
    overflow: hidden; /* 溢出隐藏 */
    text-overflow: ellipsis; /* 文本溢出显示省略号 */
    height:40px; /* 高度40px */
}/* 文章内容容器 */
.article-content {
    height:150px; /* 高度150px */
    padding:10px 0px; /* 上下内边距10px */
}/* 内容主体文本内元素样式 */
.content-body-text p, .content-body-text span {
    color:#999999!important; /* 浅灰色 */
    font-size:14px !important; /* 字体大小14px */
}/* 内容信息样式 */
.content-inf {
    margin-top: 30px; /* 顶部外边距30px */
    color: rgb(154, 154, 154); /* 中灰色 */
    font-size: 12px; /* 字体大小12px */
}/* 切换器消息框 */
.switcher .message_box {
    background-color: #fff; /* 白色背景 */
    padding: 5px 20px; /* 内边距 */
    position: absolute; /* 绝对定位 */
    color: #666; /* 中灰色 */
    z-index: -1; /* 层级-1（在后方） */
    top:6px; /* 距离顶部6px */
    left:120px; /* 距离左侧120px */
    border-radius: 4px; /* 圆角4px */
    line-height: 30px; /* 行高30px */
    box-shadow: 0 0 10px rgba(0, 0 ,0 ,0.2); /* 阴影效果 */
    white-space: nowrap; /* 不换行 */
}/* 右侧联系按钮固定定位 */
.switcher .call {
    position: fixed; /* 固定定位 */
    right: 0; /* 右侧对齐 */
    z-index:  99; /* 层级99 */
    bottom:100px; /* 距离底部100px */
}/* 联系按钮列表项 */
.call ul li { 
    list-style: none; /* 无列表样式 */
    border-radius: 4px; /* 圆角4px */
    margin-top: 10px; /* 顶部外边距10px */
    width:65px; /* 宽度65px */
    cursor: pointer; /* 鼠标手形 */
}/* 电话按钮样式 */
.switcher ul .box1 {
    background-image: linear-gradient(270deg, #ff6317 0, #ffa400 97%); /* 橙色渐变 */
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1); /* 阴影效果 */
}.switcher ul .box1 div {
    background:url(../image/home/icon-phone.png)center no-repeat; /* 电话图标 */
    height:60px; /* 高度60px */
}/* QQ按钮样式 */
.switcher ul .box2 {
    background:#fff; /* 白色背景 */
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1); /* 阴影效果 */
}.switcher ul .box2 div {
    background:url(../image/home/icon-qq.png)center no-repeat; /* QQ图标 */
    height:60px; /* 高度60px */
}/* 中文公司信息样式 */
.company_china {
    padding: 35px; /* 内边距35px */
    background: #4d4d4d; /* 深灰色背景 */
    color: #fff; /* 白色文字 */
    height:220px; /* 高度220px */
}/* 英文公司信息样式 */
.company_english {
    padding: 35px; /* 内边距35px */
    background: #f8f8f8; /* 浅灰色背景 */
    height:220px; /* 高度220px */
    color: #666; /* 中灰色文字 */
}/* 公司信息段落 */
.company_china p, .company_english p {
    margin-bottom:16px; /* 底部外边距16px */
    font-size:13px; /* 字体大小13px */
}/* 自定义表格样式 */
.mytable {
    width:100%; /* 宽度100% */
    color:#222222; /* 深黑色文字 */
    box-shadow: 0px 0px 5px rgba(100,100,100,0.1); /* 浅灰色阴影 */
}/* 表格单元格样式 */
.mytable tr td, .mytable tr th, .fixedtable tr th, .fixedtable tr td { 
    text-align: center; /* 文字居中 */
    padding: 16px 20px; /* 内边距 */
}/* 表头样式 */
.mytable tr th, .fixedtable tr th {
    font-weight:400; /* 正常字体重量 */
}/* 表格单元格右边框 */
.mytable tr td {
    border-right: 1px solid #eee; /* 浅灰色右边框 */
}/* 第一列左对齐 */
.mytable tr th:first-child, .mytable tr td:first-child { 
    text-align: left; /* 左对齐 */
}/* 对勾图标 */
.mytable .fa-check, .fixedtable .fa-check {
    background:url(../image/product/fa-check.png)center no-repeat; /* 对勾图标 */
    display:inline-block; /* 行内块显示 */
    width:16px; /* 宽度16px */
    height:16px; /* 高度16px */
}/* 免费版背景色 */
.mytable .free-bg {
    background-image: linear-gradient(270deg, #827f7a 0, #dbdbdb 97%); /* 灰色渐变 */
}/* VIP版背景色 */
/* 以下背景色规则已移动到 css/unused.css（由清理报告标记为未使用） */
/* .mytable .vip-bg */
/* .mytable .spvip-bg, .fixedtable .spvip-bg */
/* 版本标题文字颜色 */
.free-bg {
    color:#ffffff; /* 白色文字 */
    font-size:24px; /* 字体大小24px */
}/* 表格奇数行背景色 */
.mytable tr:nth-of-type(odd) {
    background: #fbf9f8; /* 浅米色背景 */
}/* 固定表格奇数行背景色 */
.fixedtable tr:nth-of-type(odd) {
    background: #fbf4e4; /* 浅黄色背景 */
}/* 价格样式 */
.fixedtable .price, .mytable .price {
    font-size:22px; /* 字体大小22px */
    color:#f22e2e; /* 红色 */
}/* 表格按钮样式 */
.fixedtable button, .mytable button {
    margin-top:10px; /* 顶部外边距10px */
}/* 固定表格样式 */
.fixedtable {
    top: 0px; /* 顶部对齐 */
    width: calc(100% / 6 ); /* 宽度为1/6 */
    position: absolute; /* 绝对定位 */
    background: #fffaeb; /* 浅黄色背景 */
    right: calc(100% / 6 - 16px); /* 右侧位置计算 */
    box-shadow: 0 0 11px rgba(255, 112, 19,0.1); /* 橙色阴影 */
    border: 1px solid #ffde7e; /* 浅黄色边框 */
    z-index:2; /* 层级2 */
}/* 套餐选择区域相对定位 */
.sel-meal {position: relative;}/* 消息框内文字 */
.message_box span {
    color:#333; /* 深灰色 */
}/* 服务活动区域相对定位 */
.service-activity {position:relative;}/* 关闭按钮悬停效果 */
.close:hover {background-color:rgba(0,0,0,0.8)}/* 悬停时半透明黑色背景 */

/* 关闭按钮样式 */
.close {
    background:url(../image/home/close.png)center no-repeat; /* 关闭图标 */
    width:17px; /* 宽度17px */
    height:17px; /* 高度17px */
    margin-right:20px; /* 右侧外边距20px */
    padding:8px; /* 内边距8px */
    cursor:pointer; /* 鼠标手形 */
    position:absolute; /* 绝对定位 */
    top:0; /* 顶部对齐 */
    right:0; /* 右侧对齐 */
}/* 服务横幅样式 */
.banner-service {
    height:120px; /* 高度120px */
    width:100%; /* 宽度100% */
    cursor:pointer; /* 鼠标手形 */
    background:url(../image/home/hand.jpg)center no-repeat; /* 手部图片背景 */
}/* 确保轮播横幅正确显示背景图片 */
.of-banner .banner {
    height:725px; /* 高度725px */
    background-size:cover; /* 背景图片覆盖 */
    background-position:center; /* 背景图片居中 */
}
