/* ==========================================================================
   产品详情（外包/财税/教考/产业/IT 等）专用样式
   覆盖 21 个产品页所需的全部版式与组件
   关系：与全站 style.css 协同，本文件仅承载本页独有的版式
   ========================================================================== */

/* ---------- 通用工具类 ---------- */
.td-fcc { display: flex; align-items: center; justify-content: center; }
.td-fsc { display: flex; align-items: center; justify-content: flex-start; }
.td-fbc { display: flex; align-items: center; justify-content: space-between; }
.td-fsa { display: flex; align-items: center; justify-content: space-around; }
.td-hxyx { display: flex; align-items: center; justify-content: center; flex-direction: column; }
.inl-block { display: inline-block; }
.mr-10 { margin-right: 10px; }
.ma-tit { font-size: 16px; color: #fff; text-align: center; margin-top: 10px; }
.f-16 { font-size: 16px; }
/*.contain { margin-top: 80px; }*/
.clearfix::after { content: ''; display: block; clear: both; }
.wd1000 { width: 1000px; margin: 0 auto; }
.wd100  { width: 100%; }
.bg-f   { background: #fff; }
.tit-26 { font-size: 26px; }
/*.contain{*/
/*  padding: 0px 0 60px;*/
/*}*/
/* ---------- 内页 Banner（多页共用 .Nei-banner） ---------- */
.personnel-banner h1 { font-size: 42px; letter-spacing: 8px; }
.personnel-banner h2 { font-size: 22px; font-weight: 400; letter-spacing: 5px; margin-top: 12px; opacity: 0.85; }
.zt26 { font-size: 26px !important; }

/* ---------- 子栏目 Out-nav ---------- */
.out-nav {
  text-align: center;
  padding: 8px 0 14px;
  border-bottom: 1px solid #efefef;
  background: #fff;
}
.out-nav .nav-item {
  display: inline-block;
  line-height: 48px;
  color: #666;
  font-size: 16px;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
}
.out-nav .nav-item a { display: block; color: inherit;height: 48px }
.out-nav .nav-item::after {
  display: none;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url('/gw/images/products/common/tab-indicator.png') no-repeat center / 100% 100%;
}
.out-nav .nav-item:hover { color: #B9383B; }
.out-nav .nav-item:hover::after,
.out-nav .nav-item.is-active::after { display: block; }
.out-nav .nav-item.is-active a { color: #B9383B; }
@media (max-width: 1200px) {
  .out-nav { white-space: nowrap; overflow-x: auto; overflow-y: hidden; }
}

/* ---------- 区块标题（中英文双行 / 单行，左对齐） ---------- */
.block-title { font-size: 20px; }
.block-title > div { display: inline-block; margin-right: 10px; }
.block-title > div:first-child { font-size: 30px; color: #333; }
.block-title > div:last-child  { color: #B9383B; font-size: 20px; }
/* 居中型标题（IT 页面用） */
.zh_title { font-size: 30px; color: #333; text-align: center; }
.en_title { font-size: 22px; color: #B9383B; text-align: center; margin: 8px 0 28px; }
.two_title { text-align: center; }
.two_title .zh { font-size: 30px; color: #333; }
.two_title .en { font-size: 20px; color: #B9383B; margin-top: 4px; }

/* ---------- 第 1 段：业务介绍（左侧文案 + 右侧双图） ---------- */
.out-1 .cont-box { display: flex; align-items: center; justify-content: space-between; padding-top: 30px; }
.out-1 .left-text  { width: 50%; padding-right: 50px; line-height: 30px; }
.out-1 .left-text .business { margin-top: 30px; color: #666; font-size: 16px; line-height: 2; }
.out-1 .left-text .business p { text-align: justify; text-justify: inter-ideograph;}
.out-1 .right-text { width: 50%; }
.out-1 .out-1-img { position: relative; margin-left: 50px; }
.out-1 .out-1-img .img-main { width: 525px; max-width: 100%; display: block; }
.out-1 .out-1-img .img-sub  { width: 300px; max-width: 60%; position: absolute; top: 110px; left: -75px; box-shadow: 0 6px 20px rgba(0,0,0,.12); }

/* ---------- 单图详情页（caishui_jizhang 等 10 页） ---------- */
.out-1.single-img { text-align: center; }
.out-1.single-img img { max-width: 100%; height: auto; }

/* ---------- 第 2 段：服务场景（左 5 条 + 右侧关系图） ---------- */
.personnel-2 .personnel-cont { display: flex; align-items: center; justify-content: center; margin-top: 60px; }
.personnel-2 .left-cont .item { display: flex; align-items: center; font-size: 16px; line-height: 50px; }
.personnel-2 .left-cont .item img.icon { width: 10px; }
.personnel-2 .right-cont { margin-left: 140px; flex-shrink: 0; }
.personnel-2 .right-cont img { max-width: 100%; display: block; }

/* ---------- 第 3 段：服务内容（4 列网格 + 整段背景图） ---------- */
.out-6 {
  background-size: 68% 66%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
}
.company { background-image: url('/gw/images/products/common/fodder-444.png');padding-top: 20px }
.out-6 .container { width: 1000px; margin: 0 auto; }
.out-6 .title { text-align: left; }
.out-6 .title .tit { display: inline-block; }
.out-6 .title .tit h3 { font-size: 30px; color: #333; text-align: left; }
.out-6 .title .tit p  { font-size: 24px; color: #B9383B; margin-top: 5px; text-align: left; }
.out-6 .company { margin-top: 40px; display: flex; flex-wrap: wrap; }
.out-6 .item-box {
  width: 23%; height: 160px; margin: 0 1% 37px;
  border-radius: 5px; border: 1px solid #B52B2E;
  background: rgba(255,255,255,0.58); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 17px; text-align: center; box-sizing: border-box; padding: 10px;
  transition: background .25s, color .25s;
}
.renshi-out-6 .item-box { background: none; }
/* personnel-3 页面（renli_daili 服务内容）覆盖：55px 高 + 白边 + 透明 + 白字 */
.personnel-3 .item-box {
  height: 55px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.out-6 .item-box p { display: block; color: #fff; }
.out-6 .item-box:hover { background: #fff; color: #B9383B; }
.out-6 .item-box:hover p { color: #B9383B; }

/* ---------- 第 4 段：免费咨询（双卡片 + CTA） ---------- */
.renshi-out-5 { padding: 60px 0 30px; }
.renshi-out-5 .cont-box { display: flex; align-items: flex-start; justify-content: space-around; }
.renshi-out-5 .block-box { width: 300px; text-align: center; color: #333; margin-top: 40px; }
.renshi-out-5 .block-box img { width: 80px; }
.renshi-out-5 .block-box h1 { font-size: 28px; font-weight: normal; margin: 30px 0 18px; }
.renshi-out-5 .block-box p  { font-size: 20px; color: #666; text-align: center; }
.renshi-out-5 .click-btn {
  display: flex; align-items: center; justify-content: center;
  width: 275px; height: 53px; margin: 50px auto 0;
  border-radius: 27px; background: #b9383b; color: #fff;
  font-size: 20px; cursor: pointer;
  transition: all 0.3s;
}
.renshi-out-5 .click-btn a {
  display: block; width: 100%; height: 100%; line-height: 53px;
  margin: 0; padding: 0; background: none; background-image: none;
  color: #fff; font-size: 20px; text-align: center;
}
.renshi-out-5 .click-btn:hover { background: #fff; border: 2px solid #b9383b; }
.renshi-out-5 .click-btn:hover a { color: #b9383b; background: none; background-image: none; }

/* ---------- out-2：服务场景 - 4 张大色块卡片（renli_paiqian 派遣场景） ---------- */
.out-2 { padding: 30px 0; }
.out-2 .serve-list { margin-top: 50px; display: flex; flex-wrap: wrap; }
.out-2 .serve-card {
  width: 23%; height: 420px; margin: 0 1% 30px;
  color: #fff; padding: 35px 20px 0;
  display: flex; flex-direction: column;
  background-size: 100% 100%; background-repeat: no-repeat;
  box-sizing: border-box;
  transition: transform .3s;
  text-align: center;
}
.out-2 .serve-card:hover { transform: translateY(-4px); }
.out-2 .serve-card h1 { font-weight: bold; font-size: 22px; line-height: 30px; margin-bottom: 24px; }
.out-2 .serve-card p  { font-size: 16px; line-height: 28px; }
.out-2 .serve-card.bg-1 { background-image: url('/gw/images/products/common/serve-item-1.png'); }
.out-2 .serve-card.bg-2 { background-image: url('/gw/images/products/common/serve-item-2.png'); }
.out-2 .serve-card.bg-3 { background-image: url('/gw/images/products/common/serve-item-3.png'); }
.out-2 .serve-card.bg-4 { background-image: url('/gw/images/products/common/serve-item-4.png'); }

/* ---------- out-3：派遣模式/服务内容（左侧大标题 + 右侧 N 卡片） ---------- */
.out-3 { display: flex; align-items: stretch; justify-content: flex-start; }
.out-3 .left-cont {
  width: 200px; min-height: 350px;
  background-size: 100% 100%; background-repeat: no-repeat;
  color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center;
  flex-shrink: 0;
  background-image: url('/gw/images/products/common/fodder-4.png');
}
.out-3 .left-cont h1 { font-size: 28px; }
.out-3 .left-cont h2 { font-size: 20px; }
.out-3 .right-cont {
  flex: 1; min-height: 350px; padding: 60px 30px 30px 60px;
  display: flex; flex-wrap: wrap;
  box-shadow: 0 2px 20px rgba(207,207,207,.27);
  box-sizing: border-box;
}
.out-3 .mode-item {
  width: 23%; height: 200px; margin: 0 1% 24px;
  padding: 30px 15px 0; border-radius: 5px; border: 2px solid #e3e3e3;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  box-sizing: border-box; transition: all .3s; cursor: default;
}
.out-3 .mode-item:hover { border-color: #B9383B; box-shadow: 0 2px 16px rgba(185,56,59,.23); }
.out-3 .mode-item:hover h1 { color: #B9383B; }
.out-3 .mode-item h1 { font-size: 18px; color: #333; margin-bottom: 12px; }
.out-3 .mode-item span { color: #666; font-size: 14px; line-height: 1.6; }

/* ---------- insurance-box：4 卡片（奇白奇红交替，renli_baoxian） ---------- */
.insurance-box { display: flex; flex-wrap: wrap; margin-top: 50px; }
.insurance-box > div {
  width: 25%; height: 285px; text-align: center;
  padding: 45px 3% 0; box-sizing: border-box;
  display: flex; flex-direction: column; align-items: center;
  background-repeat: no-repeat; background-size: 100% 100%;
}
.insurance-box > div img { width: 50px; }
.insurance-box > div h1 { font-size: 22px; color: #fff; margin-top: 20px; margin-bottom: 15px; }
.insurance-box > div p  { font-size: 14px; color: #fff; line-height: 1.7; }
.insurance-box > div:nth-child(odd)  {
  background-color: #B9383B;
  background-image: url('/gw/images/products/common/fodder-000007.png');
}
.insurance-box > div:nth-child(even) {
  background: #fff; box-shadow: 0 2px 32px rgba(207,207,207,.53);
}
.insurance-box > div:nth-child(even) h1,
.insurance-box > div:nth-child(even) p { color: #333; }
.insurance-box > div.about-bg {
  background-image: url('/gw/images/products/common/fodder-000008.png') !important;
}

/* ---------- gsdl-style：服务图标网格（caishui_biangeng 注册变更） ---------- */
.svc-section { margin: 40px 0; }
.svc-section::after { content: ''; display: block; clear: both; }
.svc-section .svc-left {
  float: left; width: 30%; padding-right: 30px; box-sizing: border-box;
  text-align: center;
}
.svc-section .svc-left .title { font-size: 28px; color: #B9383B; font-weight: bold; }
.svc-section .svc-left .eng   { font-size: 18px; color: #B9383B; margin-top: 8px; }
.svc-section .svc-right { float: right; width: 70%; }
.svc-grid { display: flex; flex-wrap: wrap; }
.svc-grid .svc-item {
  width: 25%; padding: 20px 10px; text-align: center; box-sizing: border-box;
  transition: transform .3s;
}
.svc-grid .svc-item:hover { transform: translateY(-4px); }
.svc-grid .svc-item img { width: 70px; height: 70px; object-fit: contain; }
.svc-grid .svc-item .desc { font-size: 14px; color: #333; margin-top: 10px; }

/* ---------- cwzx-style / zscqfw-style：4 项大图标（caishui_chanquan, zixun） ---------- */
.big4-section { display: flex; flex-wrap: wrap; margin-top: 30px; }
.big4-section .big4-item {
  width: 25%; padding: 30px 20px; text-align: center; box-sizing: border-box;
  transition: transform .3s;
}
.big4-section .big4-item:hover { transform: translateY(-4px); }
.big4-section .big4-item img { max-width: 100%; height: auto; }
.big4-section .big4-item .desc { font-size: 16px; color: #333; margin-top: 12px; }

/* ---------- it-style 服务优势（it_dashuju, it_saas 等） ---------- */
.advantages { width: 100%; margin-top: 30px; display: flex; flex-wrap: wrap;justify-content: center; }
.advantages li {
  width: 20%; margin: 0 .5% 24px; padding: 30px 20px; text-align: center;
  background: #fff; box-shadow: 0 2px 20px rgba(207,207,207,.27);
  box-sizing: border-box; transition: all .3s;
  box-shadow: 0px 0px 15px 0px #FFF1F1;
}
.advantages li:hover { transform: translateY(-4px); box-shadow: 0 6px 24px rgba(185,56,59,.18); }
.advantages li .ex_c { display: flex; justify-content: center; margin-bottom: 16px; }
.advantages li .ex_c .in_c {
  width: 70px; height: 70px; border-radius: 50%;
  background: #FFF5F5; display: flex; align-items: center; justify-content: center;
}
.advantages li .ex_c .in_c img { width: 40px; height: 40px; object-fit: contain; }
.advantages li .title { font-size: 20px;
  margin-bottom: 15px;
  margin-top: 10px; }
.advantages li .desc  { width: 100%;
  height: 95px;
  overflow: hidden;
  text-align: left;
  color: #8B8B8B; }

/* ---------- it_dashuju 服务优势 - 红色圆形图标 + 白色图标（覆盖默认浅粉） ---------- */
.dashuju-advantages li .ex_c .in_c { background: #B9383B; }
.dashuju-advantages li .ex_c .in_c img { width: 38px; height: 38px; filter: brightness(0) invert(1); }

/* ---------- it-style 服务内容（it_gongxiang: 图+文 左右布局） ---------- */
.gxxt_service_content { display: flex; align-items: stretch; margin-top: 24px; }
.gxxt_service_content .left_block,
.gxxt_service_content .right_block { width: 50%; padding: 30px; box-sizing: border-box; }
.gxxt_service_content img { width: 100%; border-radius: 8px; display: block; }
.gxxt_service_content .title { font-size: 24px; color: #B9383B; font-weight: bold; margin-bottom: 16px; }
.gxxt_service_content .desc  { font-size: 17px; color: #666; line-height: 1.8; }

/* ---------- it-style 安全性能高（it_gongxiang: 文+图） ---------- */
.safety_performance { display: flex; align-items: stretch; margin-top: 24px;justify-content: center }
.safety_performance .left_block,
.safety_performance .right_block {
  float: left;
  width: 40%;
  height: 300px;
  padding: 25px 50px;

  /*border-radius: 0px 0px 0px 10px;*/
  cursor: pointer;
}
.safety_performance .right_block{
  background: #fff;
  margin-left: -1px;
}
.safety_performance .left_block { text-align: center; border-radius: 8px;box-shadow: 0px 0px 15px 0px #FFF1F1; }
.safety_performance .left_block .title { font-size: 26px; color: #B9383B; font-weight: bold; margin-bottom: 20px;display: flex;align-items: center;justify-content: center}
.safety_performance .left_block .title .lx { color: #B9383B; margin: 0 12px;font-size: 36px }
.safety_performance .left_block .desc  {
  font-weight: 400;
  font-size: 17px;
  color: #8B8B8B;
  line-height: 33px;
  text-align: left;
  margin-top: 25px;
}
.safety_performance .right_block img { width: 100%; border-radius: 8px; }

/* ---------- it_gongxiang 第 1 段双图：圆角 + 阴影（作用域隔离，不污染共用类） ---------- */
.gxxt_service_content img,
.safety_performance .right_block img { box-shadow: 0 6px 20px rgba(0,0,0,.10); }
.gx-img .img-main { border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,.10); }
.gx-img .img-sub  { border-radius: 8px; }
/* ---------- it_saas 第 1 段双图：圆角 + 阴影（与 gongxiang 一致） ---------- */
.saas-img .img-main { border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,.10); }
.saas-img .img-sub  { border-radius: 8px; }

/* ---------- it-style 功能覆盖（流程节点 + 箭头） ---------- */
.function_covers { display: flex; align-items: center; justify-content: center; margin-top: 20px; }
.function_covers .covers {
  width: 240px; padding: 30px 20px; text-align: center;
  background: #fff;
  transition: transform .3s;
}
.function_covers .covers:hover { transform: translateY(-4px); }
.function_covers .covers img { height: 80px; margin-bottom: 12px; }
.function_covers .covers .title { font-size: 20px; color: #333; }
.function_covers .jt { padding: 0 20px; }
.function_covers .jt img { height: 30px; }

/* ---------- it-style 解决方案（行业卡片） ---------- */
.solution .desc {     font-size: 18px;
  padding: 0 100px;
  text-align: left;
  margin-top: 15px;
  line-height: 35px;
  margin-bottom: 25px;}
.solution ul { display: flex; flex-wrap: wrap; justify-content: center; }
.solution ul li {
  width: 18%; margin: 10px 1%; padding: 20px 10px; text-align: center;
  background: #fff; box-shadow: 0px 0px 15px 0px #FFF1F1;
  transition: all .3s; box-sizing: border-box;
}
.solution ul li:hover { transform: translateY(-4px); box-shadow: 0 6px 24px rgba(185,56,59,.18); }
.solution ul li img { width: 50px; height: 50px; object-fit: contain; margin-bottom: 8px; }
.solution ul li .title { font-size: 16px; color: #333; font-weight: bold; }

/* ---------- it-style 行业广（4 图标横向） ---------- */
.industry-wide { display: flex; flex-wrap: wrap; margin-top: 30px; }
.industry-wide .item { width: 24%; margin: 0 1% 24px; text-align: center; }
.industry-wide .item img { height: 80px; margin-bottom: 12px; }
.industry-wide .item .title { font-size: 18px; color: #333; font-weight: bold; margin-bottom: 8px; }
.industry-wide .item .desc  { font-size: 14px; color: #666; line-height: 1.7; }

/* ---------- superiority 优势段（深色背景） ---------- */
.superiority {
  background-size: 100% 100%; background-repeat: no-repeat;
  margin: 75px 0; padding: 60px 0; color: #fff;
  background-image: url('/gw/images/products/common/bop-bj.png');
}
.superiority .zh_title,
.superiority .en_title { color: #fff; }
.superiority .advantages li { background: rgba(255,255,255,.1); color: #fff; }
.superiority .advantages li .title,
.superiority .advantages li .desc { color: #fff; }
.superiority .advantages li .ex_c .in_c { background: rgba(255,255,255,.18); }

/* ---------- Peixun 培训流程图（renli_zixun） ---------- */
.peixun { padding-bottom: 50px; text-align: center; }
.peixun img { max-width: 100%; margin-top: 40px; margin-bottom: 20px; }

/* ---------- service-detail 服务场景 5 列图标（renli_zixun） ---------- */
.service-detail { flex-wrap: wrap; margin-top: 67px; display: flex; justify-content: space-between; }
.service-detail .item { width: 20%; margin-bottom: 90px; display: flex; flex-direction: column; align-items: center; font-size: 18px; }
.service-detail .item img { height: 90px; margin-bottom: 10px; }

/* ---------- gsdl 工商代理 / zzdb 资质办理（caishui_biangeng） ---------- */
/* 左标题块（21%） + 右 4 列图标网格（77%） */
.gsdl, .zzdb { width: 82%; min-height: 500px; }
.gsdl .left_block,
.zzdb .left_block {
  float: left; width: 21%; height: 355px;
  background-size: 100% 100%; background-repeat: no-repeat;
  text-align: center; color: #fff; padding-top: 100px; box-sizing: border-box;
}
.gsdl .left_block { background-image: url('/gw/images/products/common/gsdl-left.png'); }
.zzdb .left_block { background-image: url('/gw/images/products/common/zzdb-left.png'); }
.gsdl .left_block .title,
.zzdb .left_block .title { font-size: 30px; font-weight: bold; }
.gsdl .left_block .eng,
.zzdb .left_block .eng { font-size: 18px; padding-left: 65px; text-align: left; }

.gsdl .right_block,
.zzdb .right_block { float: right; width: 77%; }
.gsdl .right_block ul,
.zzdb .right_block ul { width: 100%; padding-left: 15px; }
.gsdl::after, .zzdb::after { content: ''; display: block; clear: both; }

/* ---------- 财税咨询（caishui_zixun）专用：右 4 卡片横排 + 灰色底条 + hover 红框 ---------- */
.cwzx-section { position: relative; }
.cwzx-section::after {
  content: ''; position: absolute; width: 24px; height: 24px;
  background: #FBE9E9; top: 20px; right: 0; border-radius: 3px;
}

.cwzx-section .gsdl { position: relative; z-index: 1; }

.cwzx-section .right_block ul {     display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; }

.cwzx-section .right_block ul li {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 22px 10px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  box-sizing: border-box;
  position: relative;
  height: 135px;
}
.cwzx-section .right_block ul li:hover {
  /*border-color: #B62C31;*/
}
.cwzx-section .right_block ul li .icon-wrap {
  flex: 1; display: flex; align-items: center; justify-content: center;
}
.cwzx-section .right_block ul li .icon-wrap img {
  width: 50px; height: 50px; object-fit: contain;
}
.cwzx-section .right_block ul li .desc {
  font-size: 16px;
  color: #333;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100px;
  display: flex;
  align-items: end;
  justify-content: center;
  line-height: 34px;
}

/* ---------- 学历教育 - 专业分类 + 合作院校（jiaokao_xueli） ---------- */
.subjects_content {
  width: 1200px;
  height: 364px;
  background: linear-gradient(135deg, #B62C31 0%, #EE3A3D 100%);
  margin-top: 55px;
  display: flex;
  padding: 50px 10px 10px;

}
.subjects_content .subject-item {
  width: 230px; margin: 0 8px 30px; padding: 30px 20px; text-align: center;
  background: #fff; border: 2px solid #f0f0f0; border-radius: 8px;
  box-sizing: border-box; transition: all .3s;
}
/*.subjects_content .subject-item:hover { border-color: #B9383B; transform: translateY(-4px); }*/
.subjects_content .subject-item img { width: 70px; height: 73px; margin-bottom: 0; }
.subjects_content .subject-item .title { font-size: 18px;
  text-align: center;
  color: #D46877;
margin: 20px}
.subjects_content .subject-item .desc { display: block; font-size: 14px; color: #666; margin-top: 12px; line-height: 2;margin-left: 10px }
.subjects_content .subject-item .desc span{
  display: inline-block;
  width: 70px;
  margin-right: 10px;
  text-align: left;

}
.cooperative_institutions { display: flex; flex-wrap: wrap; margin-top: 30px; justify-content: center; }
.cooperative_institutions .school-item {
  float: left;
  width: 190px;
  height: 219px;
  background: #f0f0f0;
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: center;
}
/*.cooperative_institutions .school-item:hover { transform: translateY(-3px); border-color: #B9383B; }*/
.cooperative_institutions .school-item img { max-width: 100%;height: 96px;margin: 26px auto;}
.cooperative_institutions .school-item .name {font-size: 18px;
  color: #333;
  text-align: center;
display: block}

/* ---------- 技能培训 14 分类轮播（jiaokao_peixun：左侧标题卡 + 右侧 4×2 网格 + 左右切换） ---------- */
.skill_carousel { display: flex; align-items: stretch; margin-top: 30px; }
.skill_left { width: 250px; flex-shrink: 0; }
.skill_left .left-bg {
  width: 100%; height: 100%; min-height: 355px;
  background-color: #4A5560; background-size: cover; background-position: center;
  border-radius: 0px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.skill_left .left-bg::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.skill_left .left-bg .title { position: relative; z-index: 1; color: #fff; font-size: 30px; font-weight: bold; margin-bottom: 8px; }
.skill_left .left-bg .eng   {
  width: 23%;
  height: 135px;
  display: inline-block;
  text-align: center;
  border: 1px solid #E2E2E2;
  margin: 8px 5px 20px 5px;
  padding: 30px 0;
  color: #8B8B8B;
  cursor: pointer;
  border-radius: 5px;
  /*position: relative; z-index: 1; color: #fff; font-size: 18px;*/
}
.skill_left .left-bg.bg-left::after { background: rgba(0,0,0,0); }

.skill_right { flex: 1; margin-left: 25px; position: relative; padding: 0 35px; box-sizing: border-box; }
.skill_pages { overflow: hidden; border-radius: 8px; padding: 12px; background: #fff;margin-top: 50px }
.skill_page { display: none; }
.skill_page.active { display: block; }
.skill_page-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.skill_page-grid .skill-item {
  background: #fff; border: 1px solid #f0f0f0; border-radius: 6px;
  padding: 22px 10px; text-align: center; cursor: pointer;
  transition: all .3s; box-sizing: border-box;
  position: relative;
  height: 135px;
}
.skill_page-grid .skill-item:hover {  }
.skill_page-grid .skill-item:hover .title {  font-weight: bold;top: 0 }
.skill_page-grid .skill-item img { width: 50px; height: 50px; object-fit: contain; margin-bottom: 6px; }
.skill_page-grid .skill-item .title {font-size: 16px;
  color: #333;
  transition: all .3s;
  background: rgba(0,0,0,0.5);
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100px;
  display: flex;
  align-items: end;
  justify-content: center;
  line-height: 34px;
}

.skill_right .arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 26px; height: 56px; border: none; cursor: pointer;
  font-size: 16px; color: #fff; padding: 0; line-height: 56px;
  transition: opacity .2s;
}
.skill_right .arrow-left  { left: 0;  background: #999; }
.skill_right .arrow-right { right: 0; background: #B9383B; }
.skill_right .arrow:hover { opacity: .85; }

/* ---------- zhaoshang_jinrong 投资金融 - 特色图标 ---------- */
.tzjjgl-feature { display: flex; flex-wrap: wrap; margin-top: 30px; }
.tzjjgl-feature .feature-item {
  width: 32%; margin: 0 .66% 30px; text-align: center; padding: 0 10px;
}
.tzjjgl-feature .feature-item img { max-width: 100%; margin-bottom: 16px; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.tzjjgl-feature .feature-item .title { font-size: 20px; color: #B9383B; font-weight: bold; margin-bottom: 10px; }
.tzjjgl-feature .feature-item .desc  { font-size: 14px; color: #666; line-height: 1.7; }

/* ---------- zcbx-banner 系列（财税简单类 6 页共用 banner 图） ---------- */
.banner-zcbx { background-size: 100% 100%; background-position: center; background-repeat: no-repeat; }

/* ---------- 内容段落标准容器 ---------- */
.section-block { padding: 60px 0; }

/* ---------- 招商·园区运营管理（zhaoshang_yuanqu） ---------- */
.yuanqu-section .park-block { margin-bottom: 50px; }
.yuanqu-section .park-img { text-align: center; }
.yuanqu-section .park-img img {
  display: inline-block; max-width: 100%;  height: auto;
  border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,.10);
}
.yuanqu-section .park-title {
  text-align: center; color: #333; margin: 0 0 14px;
}
.yuanqu-section .park-title strong { font-weight: bold; }
.yuanqu-section .park-desc {
  font-size: 14px; color: #333; line-height: 1.5;
  text-align: justify; text-justify: inter-ideograph;
}

/* ---------- 招商·产业配套（zhaoshang_peitao） ---------- */
.peitao-section .pt-title { text-align: center; font-size: 36px; color: #333; margin: 0 0 42px; }
.peitao-section .pt-title strong { font-weight: bold; }
.peitao-section .pt-desc {
  font-size: 14px; color: #666; line-height: 1.5; margin: 0 0 22px;
  text-align: justify; text-justify: inter-ideograph;color: #333;
}
.peitao-section .pt-img { text-align: center; margin: 0 0 22px; }
.peitao-section .pt-img img {
  display: inline-block; max-width: 100%;  height: auto;
  border-radius: 8px;
}

/* ---------- 招商·交易鉴证（zhaoshang_jianzheng） ---------- */
.jianzheng-section .jz-desc {
  font-size: 14px; color: #333; line-height: 1.5; margin: 0 0 20px;
  text-align: justify; text-justify: inter-ideograph;
}
.jianzheng-section .jz-img { text-align: center; margin: 0; }
.jianzheng-section .jz-img img {
  display: inline-block; max-width: 100%; height: auto;
  border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,.10);
}
