
/* ---------- 1. 设计变量（取自 style.css :root） ---------- */
:root{
  --color:#B96809;          /* 全站唯一品牌/主题色：琥珀棕 */
  --hovercolor:#EAEAEA;
  --fontcolor:#000000;      /* 正文主色 */
  --headercolor:#FFFFFF;
  --footercolor:#000000;
  --introcolor:#444444;     /* 次要/说明文字 */
  --hometitlefont:36px;
  --fontsize12:12px; --fontsize13:13px; --fontsize14:14px; --fontsize15:15px;
  --fontsize16:16px; --fontsize17:17px; --fontsize18:18px; --fontsize20:20px;
  --fontsize22:22px; --fontsize24:24px; --fontsize26:26px; --fontsize28:28px;
  --fontsize30:30px;
  --fontbold3:300; --fontbold4:400; --fontbold5:500; --fontbold6:600; --fontbold7:700;
  --borderradius:8px;
  --fontfamily:"Lato","Open Sans","Roboto","Poppins","Oswald","Noto Sans","Montserrat",arial,sans-serif;
}

/* ---------- 4. 页面布局（common-main / page 结构） ---------- */
.common-main { padding: 50px 0; }
.page-container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.page-main { padding-right: 30px; width: calc(100% - 360px); }
.pro-cate-title { font-size: var(--fontsize26); font-weight: var(--fontbold6); color: var(--color); line-height: 1; margin-bottom: 20px; }

/* ---------- 5. 产品网格（.pro-list.list1，3 列等宽） ---------- */
.pro-list { display: flex; flex-wrap: wrap; list-style: none; margin-top: 20px; padding: 0; }
.pro-list li { margin-bottom: 30px; }
.pro-list li .pro-img { position: relative; }
.pro-list li .pro-img a { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.pro-list li .pro-img a img { width: 100%; height: 100%; object-fit: contain; }
.pro-list li .pro-img a::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); opacity: 0; transition: all .1s linear; }
.pro-list li .pro-info { padding: 15px 0 20px; }
.pro-list li .pro-info .title { display: block; font-size: var(--fontsize18); color: var(--fontcolor); font-weight: var(--fontbold5); text-decoration: none; }
.pro-list.list1 li { width: 32%; margin-right: 2%; }
.pro-list.list1 li:nth-child(3n) { margin-right: 0; }
.pro-list.list1 li .pro-img a { max-height: 360px; }
.pro-list li:hover .pro-img a::after { opacity: 1; }
.pro-list li:hover .pro-info .title { color: var(--color); }

/* ---------- 6. kche 模块共享布局类（kche/public.css） ---------- */
.kche-color-theme { color: var(--color, #333) !important; }
.kche-bg-theme { background-color: var(--color, #666) !important; }
.kche-border-theme { border-color: var(--color, #CCC) !important; }
.kche-wrap-bg { clear: both; width: 100%; max-width: 100%; box-sizing: border-box; }
.kche-wrap-width { clear: both; margin: 0 auto; width: 100%; padding: 15px 0; max-width: 1600px; box-sizing: border-box; }
.kche-wrap-width1 { clear: both; margin: 0 auto; width: 100%; padding: 0; max-width: 1600px; box-sizing: border-box; }
.modular-cont-fullscreen .kche-wrap-width { padding: 4% 0; }

/* ---------- 7. 模块 t92 · Importance（标题 + 正文段） ---------- */
.kche-t92 .kche-t92-content > .kche-t92-tit { color: #333; font-size: 22px; font-weight: var(--fontbold6,600); margin: 0; margin-bottom: 10px; }
.kche-t92 .kche-t92-content > .modality { width: 10px; height: 10px; border-radius: 50%; background-color: var(--color, #1d2087); position: relative; margin-left: 14px; margin-bottom: 2em; }
.kche-t92 .kche-t92-content > .modality > p { position: absolute; display: inline-block; width: 80px; height: 5px; border-radius: 2px; background-color: var(--color, #1d2087); opacity: .2; left: -14px; top: 2px; margin: 0; }
.kche-t92 .kche-t92-content p { margin: 0; color: var(--introcolor, #555555); line-height: 1.7; }

/* ---------- 8. 模块 t76 · Types（居中标题 + 底部三点短线装饰） ---------- */
.kche-t76 .kche-template-item { position: relative; display: flex; align-items: center; justify-content: center; padding: 0 15px 15px; }
.kche-t76 .kche-template-item h5 { font-weight: var(--fontbold6,600); font-size: 24px; margin: 0; padding: 0; }
.kche-t76 .kche-template-item .kche-t76-line { display: flex; align-items: center; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; }
.kche-t76 .kche-template-item .kche-t76-line em { margin: 0 4px; width: 6px; height: 6px; background: var(--color, #000); }

/* ---------- 9. 模块 t129 · Types 列表（左侧品牌色竖条 + 圆点） ---------- */
.kche-t129 h5 { font-size: 24px; color: #000; margin: 0; font-weight: var(--fontbold6,600); text-align: center; }
.kche-t129 .kche-t129-list { margin-top: 20px; }
.kche-t129 .kche-t129-list .kche-t129-item { position: relative; box-sizing: border-box; padding-left: 30px; display: flex; padding-bottom: 20px; }
.kche-t129 .kche-t129-list .kche-t129-item p { margin: 0; color: #444; width: 100%; font-size: 16px; }
.kche-t129 .kche-t129-list .kche-t129-item-style { position: absolute; left: 8px; top: 0; border-radius: 50%; width: 2px; height: 100%; background-color: var(--color, #cf261d); }
.kche-t129 .kche-t129-list .kche-t129-item-style div { position: absolute; left: -4px; top: 0; width: 10px; height: 10px; background-color: var(--color, #cf261d); border-radius: 50%; }

/* ---------- 10. 模块 t90 · Contact（左标题 / 右正文，两栏） ---------- */
.kche-t90 .kche-t90-content { display: flex; align-items: center; flex-wrap: wrap; }
.kche-t90 .kche-t90-l { width: 40%; }
.kche-t90 .kche-t90-l > .kche-t90-tit { color: #333; font-size: 22px; font-weight: var(--fontbold6,600); margin: 0; margin-bottom: 10px; }
.kche-t90 .kche-t90-l > .modality { width: 10px; height: 10px; border-radius: 50%; background-color: var(--color, #1d2087); position: relative; margin-left: 14px; }
.kche-t90 .kche-t90-l > .modality > p { position: absolute; display: inline-block; width: 80px; height: 5px; border-radius: 2px; background-color: var(--color, #1d2087); opacity: .2; left: -14px; top: 2px; margin: 0; }
.kche-t90 .kche-t90-r { flex: 1; font-size: 16px; color: var(--introcolor, #555555); line-height: 1.7; }
@media (max-width: 768px) { .kche-t90 .kche-t90-l { width: 100%; } }

/* ---------- 11. 模块 t53 · 供应商简介（居中标题 + 正文） ---------- */
.kche-t53 .kche-t53-title { text-align: center; font-weight: 500; font-size: 24px; margin: 0; }
.kche-t53 .kche-t53-text p { margin: 0; color: #333; line-height: 1.6; font-size: 16px; }

/* ---------- 12. 模块 t58 · 分段标题（居中 + 底部品牌色短线） ---------- */
.kche-t58 .kche-template-item { position: relative; display: flex; align-items: center; justify-content: center; padding: 0 15px 15px; }
.kche-t58 .kche-template-item h5 { font-weight: var(--fontbold6,600); font-size: 24px; margin: 0; padding: 0; }
.kche-t58 .kche-template-item .kche-t58-line { position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 50px; height: 3px; background: var(--color, #000); }

/* ---------- 13. 模块 t86 · Our Advantages（4 张特性卡，图标 + 标题 + 说明） ---------- */

.kche-t86 .kche-t86-content > p { color: #333; font-weight: var(--fontbold6,600); font-size: 24px; text-align: center; margin: 0; margin-bottom: 10px; }
.kche-t86 .kche-t86-list { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 20px; box-sizing: border-box; padding: 0 4px; }
.kche-t86 .kche-t86-item-flex { width: 49%; margin-bottom: 2em; display: flex; align-items: center; box-sizing: border-box; padding: 20px 18px; background-color: #fff; border-radius: 10px; border-bottom: 2px solid var(--color, #1d2087); box-shadow: 0 2px 6px 0 rgba(51,51,52,.2); }
.kche-t86 .kche-t86-item-flex > .kche-item-l {
width: 90px; height: 90px; background-color: #f8f8f8; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: all .2s ease; }
.kche-t86 .kche-t86-item-flex > .kche-item-l img {
  width: 48px; /* 内部三根线条整体宽度，按需调整 */
  height: auto;
}
.kche-t86 .kche-t86-item-flex:hover > .kche-item-l { background-color: #eee; }


.kche-t86 .kche-t86-item-flex > .kche-item-l > em { font-size: 36px; color: #333; transition: all .2s ease; }
.kche-t86 .kche-t86-item-flex > .kche-item-r { flex: 1; margin-left: 20px; }
.kche-t86 .kche-t86-item-flex > .kche-item-r > .kche-item-tit { color: var(--color, #111); font-size: 18px; font-weight: var(--fontbold6,600); transition: all .2s ease; margin: 0; }
.kche-t86 .kche-t86-item-flex > .kche-item-r > .kche-item-text { font-size: 16px; color: var(--introcolor, #555555); margin-top: 5px; }
.kche-t86 .kche-t86-item-flex > .kche-item-r > .kche-item-text p { margin: 0; }
.kche-t86 .kche-t86-item-flex:nth-child(3), .kche-t86 .kche-t86-item-flex:nth-child(4) { margin-bottom: 0; }

@media (max-width: 768px) { .kche-t86 .kche-t86-item-flex { width: 100%; } }

/* ---------- 14. 模块 t157 · 特性图文卡（图 + 标题 + 说明，2 列） ---------- */
.kche-t157 .kche-t157-title h5 { font-size: 24px; font-weight: var(--fontbold6,600); color: #000; margin: 0; text-align: center; padding-top: 20px; }
.kche-t157 .kche-t157-list { display: flex; justify-content: space-between; flex-wrap: wrap; }
.kche-t157 .kche-t157-item { width: 49%; display: flex; padding: 25px 20px; background: #fff; box-shadow: 0 0 24px 0 rgba(35,24,21,.11); margin-bottom: 2%; box-sizing: border-box; }
.kche-t157 .kche-t157-img { width: 40%; overflow: hidden; }
.kche-t157 .kche-t157-img img { display: block; max-width: 100%; border: 1px solid #eee; transition: all .3s ease-in-out; box-sizing: border-box; }
.kche-t157 .kche-t157-text { flex: 1; padding-left: 25px; }
.kche-t157 .kche-t157-table p { font-size: 18px; margin: 0; line-height: 1.7; }
.kche-t157 .kche-t157-con p { font-size: 16px; line-height: 1.7; color: var(--introcolor, #555555); margin: 0; }
.kche-t157 .kche-t157-con { margin: 5px 0 20px; }
.kche-t157 .kche-t157-titbot p { text-align: center; font-size: 16px; margin: 0; color: var(--introcolor, #555555); }
.kche-t157 .kche-t157-titbot { margin-bottom: 35px; }
.kche-t157 .kche-t157-img:hover img { transform: scale(1.02); }
@media (max-width: 1200px) { .kche-t157 .kche-t157-item { flex-direction: column; } .kche-t157 .kche-t157-img, .kche-t157 .kche-t157-img img { width: 100%; } .kche-t157 .kche-t157-text { padding-left: 0; margin-top: 10px; } }

/* ---------- 15. prolist 容器（包裹上述模块的整段区域） ---------- */
.prolist-content { margin: 0 auto 15px; line-height: 1.6; }
.prolist-bottom { clear: both; margin: 0 auto 30px; padding: 0 70px; max-width: 1700px; line-height: 1.6; box-sizing: border-box; }
.prolist-bottom a { text-decoration: underline; }
.prolist-bottom a:hover { color: var(--color); }
@media (max-width: 768px) { .prolist-bottom { padding: 0 15px; } }

/* ---------- 16. kche 共享 flex 布局类（t43/t42/t79 等图片排版依赖） ---------- */
.kche-flex-jc-sb { display: flex; flex-wrap: wrap; justify-content: space-between; }
.kche-flex-item2 { width: 49%; margin: 10px 0; }
.kche-flex-item3 { width: 32%; margin: 10px 0; }
.kche-flex-item4 { width: 24%; margin: 10px 0; }
.kche-text-align-c { text-align: center; }
.kche-item-img { overflow: hidden; }
.kche-item-img img { display: block; margin: 0 auto; border: 1px solid #eee; box-sizing: border-box; }

/* ---------- 17. 模块 t141 · Product type（两栏列表 + 序号 + 主题色标题条） ---------- */
.kche-t141 h5 { font-size: 24px; color: #000; font-weight: var(--fontbold6,600); margin: 0; text-align: center; line-height: 1.6; text-transform: capitalize; }
.kche-t141 .kche-t141-title-box { display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.kche-t141 .kche-t141-title-box div { width: 12px; height: 12px; background-color: var(--color, #e81c2e); display: inline-block; position: relative; }
.kche-t141 .kche-t141-title-box .kche-t141-title-left { margin-right: 6px; }
.kche-t141 .kche-t141-title-box .kche-t141-title-right { margin-left: 6px; }
.kche-t141 .kche-t141-des { color: #333; text-align: center; font-size: 16px; }
.kche-t141 .kche-t141-des p { margin: 0; }
.kche-t141 .kche-t141-list { display: flex; flex-wrap: wrap; margin-top: 30px; justify-content: space-between; }
.kche-t141 .kche-t141-list .kche-t141-item { width: 50%; box-sizing: border-box; position: relative; padding-left: 50px; display: inline-flex; padding-bottom: 30px; }
.kche-t141 .kche-t141-list .kche-t141-item .kche-t141-item-serial { font-size: 26px; font-weight: var(--fontbold6,600); position: absolute; left: 0; top: -4px; }
.kche-t141 .kche-t141-list .kche-t141-item .kche-t141-item-text { font-size: 16px; color: #333; line-height: 1.6; }
.kche-t141 .kche-t141-list .kche-t141-item .kche-t141-item-text p { margin: 0; }
.kche-t141 .kche-t141-list .kche-t141-odd { padding-right: 40px; border-right: 1px solid #eee; }
.kche-t141 .kche-t141-list .kche-t141-even { width: calc(50% - 40px); margin-left: 40px; }
@media (max-width: 768px) {
  .kche-t141 .kche-t141-list .kche-t141-item { width: 100%; margin: 0; padding-bottom: 20px; }
  .kche-t141 .kche-t141-list .kche-t141-odd { border-right: none; }
}

/* ---------- 18. 模块 t121 · 印刷工艺（标题 + 上/下两栏图文交错 + Learn more） ---------- */
.kche-t121 .kche-t121-title { color: var(--color, #2bbf72); font-size: 24px; font-weight: var(--fontbold6,600); margin: 0; text-transform: capitalize; }
.kche-t121 .kche-t121-into { width: 100%; height: 1px; margin: 10px 0 20px; background-color: var(--color, #2bbf72); }
.kche-t121 .kche-t121-item { display: flex; align-items: center; flex-wrap: wrap; }
.kche-t121 .kche-t121-item .kche-t121-info { width: 60%; box-sizing: border-box; font-size: 16px; color: var(--introcolor, #555555); }
.kche-t121 .kche-t121-item-top .kche-t121-info { padding-right: 4%; }
.kche-t121 .kche-t121-item-top { margin-bottom: 30px; }
.kche-t121 .kche-t121-item-bottom .kche-t121-info { padding-left: 4%; }
.kche-t121 .kche-t121-item .kche-t121-info p { margin: 0; }
.kche-t121 .kche-t121-item .kche-t121-info .kche-t121-link { display: flex; align-items: center; margin-top: 20px; }
.kche-t121 .kche-t121-item .kche-t121-info .kche-t121-icon { background-color: var(--color, #2bbf72); width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; margin-right: 10px; color: #fff; font-size: 24px; transition: all .1s linear; }
.kche-t121 .kche-t121-item .kche-t121-link:hover .kche-t121-icon { width: 45px; }
.kche-t121 .kche-t121-item .kche-t121-info .kche-t121-more { font-size: 16px; color: #000; text-decoration: underline; font-weight: var(--fontbold6,600); cursor: pointer; text-transform: capitalize; }
.kche-t121 .kche-t121-item-top .kche-t121-img { text-align: right; }
.kche-t121 .kche-t121-item-bottom .kche-t121-img { text-align: left; }
.kche-t121 .kche-t121-item .kche-t121-img { width: 40%; overflow: hidden; }
.kche-t121 .kche-t121-item .kche-t121-img img { max-width: 100%; height: auto; transition: all .1s linear; border: 1px solid #eee; box-sizing: border-box; }
.kche-t121 .kche-t121-item .kche-t121-img img:hover { transform: scale(1.01); }
@media (max-width: 768px) {
  .kche-t121 .kche-t121-item-top .kche-t121-info, .kche-t121 .kche-t121-item-bottom .kche-t121-info { padding: 0; }
  .kche-t121 .kche-t121-item { flex-direction: column; }
  .kche-t121 .kche-t121-item .kche-t121-info, .kche-t121 .kche-t121-item .kche-t121-img { width: 100%; }
}

/* ---------- 19. 模块 t98 · Value-added Services（3 张特性卡，标题底边 + 描边） ---------- */
.kche-t98 .kche-t98-title { font-size: 24px; font-weight: var(--fontbold6,600); margin: 0; text-align: center; }
.kche-t98 .kche-t98-list { display: flex; margin-top: 30px; justify-content: space-between; flex-wrap: wrap; }
.kche-t98 .kche-t98-list .kche-t98-item { width: 31%; box-shadow: 0 2px 6px 0 rgba(51,51,52,.2); border-radius: 10px; transition: all .1s linear; }
.kche-t98 .kche-t98-item-title { width: 100%; margin: 0; text-align: center; padding: 15px 0; font-size: 18px; font-weight: var(--fontbold6,600); border-bottom: 3px solid var(--color, #10b098); }
.kche-t98 .kche-t98-item .kche-t98-item-bottom { box-sizing: border-box; padding: 20px; color: var(--introcolor, #555555); }
.kche-t98 .kche-t98-item .kche-t98-item-des { line-height: 1.7; margin: 0; }
.kche-t98 .kche-t98-item:hover { box-shadow: 0 2px 6px 0 rgba(51,51,52,.6); }
.kche-t98 .kche-t98-item .kche-t98-item-btn { margin-top: 10px; }
.kche-t98 .kche-t98-item .kche-t98-item-btn span { text-decoration: underline; }
@media (max-width: 1024px) { .kche-t98 .kche-t98-list .kche-t98-item { width: 48%; } }
@media (max-width: 768px) { .kche-t98 .kche-t98-list .kche-t98-item { width: 100%; margin-bottom: 20px; } }

/* ---------- 20. 模块 t79 · Factory pictures 标题（顶部三点短线装饰，同 t76 变体） ---------- */
.kche-t79 .kche-template-item { position: relative; display: flex; align-items: center; justify-content: center; padding: 15px 15px 0; }
.kche-t79 .kche-template-item h5 { font-weight: var(--fontbold6,600); font-size: 24px; margin: 0; padding: 0; }
.kche-t79 .kche-template-item .kche-t79-line { display: flex; align-items: center; position: absolute; left: 50%; transform: translateX(-50%); top: 0; }
.kche-t79 .kche-template-item .kche-t79-line em { margin: 0 4px; width: 6px; height: 6px; background: var(--color, #000); border-radius: 50%; }

/* ---------- 21. 模块 t43 · 工厂图（2 张等宽，hover 轻微放大） ---------- */
.kche-t43 .kche-item-img { overflow: hidden; }
.kche-t43 .kche-item-img img { transition: all .1s linear; width: 100%; max-width: 100%; }
.kche-t43 .kche-item-img img:hover { transform: scale(1.02); }

/* ---------- 22. 模块 t42 · 工厂图（3 张等宽，hover 轻微放大） ---------- */
.kche-t42 .kche-item-img { overflow: hidden; }
.kche-t42 .kche-item-img img { transition: all .1s linear; max-width: 100%; }
.kche-t42 .kche-item-img img:hover { transform: scale(1.02); }
.kche-t42 .kche-item-title strong { font-size: 18px; }

/* ---------- 23. 模块 t68 · FAQ 胶囊标题（圆角边框 + 品牌色填充文字） ---------- */
.kche-t68 > .kche-template-title { border: 1px solid var(--color, #6272d6); border-radius: 30px; margin: 0; padding: 4px; color: #FFF; }
.kche-t68 > .kche-template-title > h5 { font-weight: var(--fontbold6,600); display: inline-block; background-color: var(--color, #6272d6); border-radius: 30px; padding: 5px 20px; margin: 0; font-size: 20px; }

/* ---------- 24. 模块 t55 · FAQ 折叠列表（条目边框 + +/- 图标） ---------- */
.kche-t55.cusfaq-list { max-width: 1600px; margin: 0 auto; width: 100%; }
.kche-t55 h5 { font-size: 24px; font-weight: var(--fontbold6,600); color: #000; margin: 0; margin-bottom: 5px; }
.kche-t55 > .kche-faq-list > .kche-faq-item { border: 1px solid #eee; padding: 10px; box-sizing: border-box; margin: 10px 0; position: relative; }
.kche-t55 > .kche-faq-list > .kche-faq-item > .kche-faq-tit > p { padding-right: 20px; margin: 0; line-height: 1.6; font-size: 18px; cursor: pointer; position: relative; }
.kche-t55 > .kche-faq-list > .kche-faq-item > .kche-faq-tit > p::after,
.kche-t55 > .kche-faq-list > .kche-faq-item > .kche-faq-tit > p::before { content: ''; width: 12px; height: 2px; background-color: #000; position: absolute; top: 14px; right: 4px; }
.kche-t55 > .kche-faq-list > .kche-faq-item > .kche-faq-tit > p::after { transform: rotate(90deg); }
.kche-t55 > .kche-faq-list > .kche-faq-item > .kche-faq-tit.active > p::after { opacity: 0; }
.kche-t55 > .kche-faq-list > .kche-faq-item > .kche-faq-box { color: var(--introcolor, #555555); line-height: 1.6; padding-top: 4px; }
.kche-t55.cusfaq-list-double > .kche-faq-list { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.kche-t55.cusfaq-list-double > .kche-faq-list > .kche-faq-item { width: 49%; }





/* 折叠/展开：grid 0fr → 1fr 平滑过渡（无需写死高度，自适应内容） */
.kche-t55 > .kche-faq-list > .kche-faq-item > .kche-faq-box {
  display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease;
}
.kche-t55 > .kche-faq-list > .kche-faq-item.active > .kche-faq-box { grid-template-rows: 1fr; }
.kche-t55 > .kche-faq-list > .kche-faq-item > .kche-faq-box > .kche-faq-answer {
  overflow: hidden; color: var(--introcolor, #555555); line-height: 1.6; padding-top: 4px;
}
.kche-t55.cusfaq-list-double > .kche-faq-list { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.kche-t55.cusfaq-list-double > .kche-faq-list > .kche-faq-item { width: 49%; }








/* 详细页*/

.kche-wrap-width1{clear:both;margin:0 auto;width:100%;padding:0;max-width:1600px;box-sizing:border-box;}
.kche-color-theme{color:var(--color,#333)!important;}

/* ---------- 10. 模块 t3 · 标题（底部 5px 品牌色粗线 + 内嵌留白短线） ---------- */
.kche-t3{position:relative;margin:25px 0 10px;}
.kche-t3>h5{
  width:100%;font-size:20px;padding:5px 20px;box-sizing:border-box;
  border-bottom:5px solid var(--color,#555);margin:0;color:var(--color,#000);
}
.kche-t3>h5::before{
  content:'';display:inline-block;position:absolute;bottom:2px;right:0;
  width:calc(100% - 20px);height:3px;background-color:#FFF;
}




/* 详细页*/






/* ---------- 25. 页面底部收尾段（prolist-bottom 末段） ---------- */
.prolist-bottom p { margin: 0 0 10px; }

/* ---------- 26. 全局响应式：模块标题字号收敛 ---------- */
@media (max-width: 768px) {
  .kche-t76 .kche-template-item h5, .kche-t58 .kche-template-item h5,
  .kche-t129 h5, .kche-t86 .kche-t86-content > p,
  .kche-t157 .kche-t157-title h5 { font-size: 18px !important; }
  .page-main { width: 100%; padding-right: 0; }
  .pro-list.list1 li { width: 48%; margin-right: 4%; }
  .pro-list.list1 li:nth-child(3n) { margin-right: 4%; }
  .pro-list.list1 li:nth-child(2n) { margin-right: 0; }
}
@media (max-width: 480px) {
  .kche-t76 .kche-template-item h5, .kche-t58 .kche-template-item h5,
  .kche-t129 h5, .kche-t86 .kche-t86-content > p,
  .kche-t157 .kche-t157-title h5 { font-size: 16px !important; }
  .pro-list.list1 li { width: 48%; margin-right: 0; }
  .kche-t157 .kche-t157-item, .kche-t86 .kche-t86-item-flex { width: 100%; }
}


















/* kche‑t168 数字卡片模块 */
.kche-t168 .kche-t168-into {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.kche-t168 .kche-t168-into div {
    width: 30px;
    height: 5px;
}
.kche-t168 .kche-t168-into .kche-t168-into-left {
    background-color: #000;
}
.kche-t168 .kche-t168-into .kche-t168-into-right {
    background-color: var(--color, #05c09b);
}
.kche-t168 .kche-t168-title {
    text-align: center;
}
.kche-t168 h5 {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: var(--fontbold6, 600);
    text-align: center;
    line-height: 1.6;
    text-transform: capitalize;
    background-image: linear-gradient(to right, #000, var(--color) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kche-t168 .kche-t168-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kche-t168 .kche-t168-item {
    width: 23%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
    border-radius: 5px;
    margin-top: 30px;
    transition: all 0.1s linear;
}
.kche-t168 .kche-t168-item:hover {
    transform: translateY(-5px);
}
.kche-t168 .kche-t168-item:hover .kche-t168-item-icon {
    transform: rotateY(180deg);
}
.kche-t168 .kche-t168-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.kche-t168 .kche-t168-item-top .kche-t168-item-num {
    color: #000;
    font-weight: var(--fontbold6, 600);
    font-size: 36px;
}
.kche-t168 .kche-t168-item-top .kche-t168-item-icon {
    color: var(--color, #05c09b);
    transition: all 0.1s linear;
}
.kche-t168 .kche-t168-item-top .kche-t168-item-icon em {
    font-size: 36px;
}
.kche-t168 .kche-t168-item-tit {
    font-size: 18px;
    color: #000;
    margin: 0;
    text-transform: capitalize;
}
.kche-t168 .kche-t168-item-des {
    margin-top: 10px;
}
.kche-t168 .kche-t168-item-des p {
    line-height: 1.6;
    color: var(--introcolor, #555555);
    font-size: 16px;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .kche-t168 .kche-t168-item {
        width: 48%;
        padding: 20px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .kche-t168 .kche-t168-item {
        width: 100%;
    }
}


/* kche‑t128 带分割线标题 */
.kche-t128 .kche-template-item {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kche-t128 .kche-template-item h5 {
    margin: 0;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 24px;
    font-weight: var(--fontbold6, 600);
    color: var(--color,#000);
}
.kche-t128 .kche-template-item .kche-t128-line {
    flex: 1;
    height: 0.5px;
    background: var(--color, #666);
}

/* kche‑t55 FAQ折叠问答 */
.kche-t55.cusfaq-list {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}
.kche-t55 h5 {
    font-size: 24px;
    font-weight: var(--fontbold6, 600);
    color: #000;
    margin: 0 0 5px 0;
}
.kche-t55>.kche-faq-list>.kche-faq-item {
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0;
    position: relative;
}
.kche-t55>.kche-faq-list>.kche-faq-item>.faq-item-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #0000006d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 16px;
    cursor: pointer;
    display: none;
}
.kche-t55>.kche-faq-list>.kche-faq-item:hover>.faq-item-close {
    display: flex;
}
.kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p {
    padding-right: 20px;
    margin: 0;
    line-height: 1.6;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p::after,
.kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p::before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 14px;
    right: 4px;
}
.kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p::after {
    transform: rotate(90deg);
}
.kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-tit.active>p::after {
    opacity: 0;
}
.kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-box {
    color: var(--introcolor, #555555);
    line-height: 1.6;
    padding-top: 4px;
}
.kche-t55.cusfaq-list-double>.kche-faq-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.kche-t55.cusfaq-list-double>.kche-faq-list>.kche-faq-item {
    width: 49%;
}
.kche-t55.cusfaq-list-expand>.kche-faq-list>.kche-faq-item>.kche-faq-box {
    display: block !important;
}
.kche-t55.cusfaq-list-expand>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p::after,
.kche-t55.cusfaq-list-expand>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p::before {
    content: none;
}
@media (max-width: 768px) {
    .kche-t55.cusfaq-list-double>.kche-faq-list>.kche-faq-item {
        width: 100%;
    }
}


.kche-t124 h5 {
   font-size: 24px;
   font-weight: var(--fontbold6, 600);
   text-align: center;
   color: #000;
   margin: 0;
   text-transform: capitalize;
}
.kche-t124 .kche-t124-des {
   text-align: center;
   font-size: 16px;
   color: #333;
   margin: 0;
}
.kche-t124 .kche-t124-list {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-top: 20px;
}
.kche-t124 .kche-t124-list .kche-t124-item {
   width: 32%;
   position: relative;
   overflow: hidden;
   border-radius: 5px;
   box-sizing: border-box;
   padding: 20px;
}
.kche-t124 .kche-t124-list .kche-t124-item .kche-t124-item-info {
   box-sizing: border-box;
   position: relative;
   padding: 20px;
   height: 100%;
   width: 100%;
}
.kche-t124 .kche-t124-list .kche-t124-item .kche-t124-item-before {
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   height: 98.5%;
   width: 98.5%;
   position: absolute;
   left: 1%;
   top: 1%;
   opacity: 0;
   transform: scaleX(0);
   transition: all 0.4s ease;
}
.kche-t124 .kche-t124-list .kche-t124-item .kche-t124-item-after {
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
   position: absolute;
   left: 1%;
   top: 1%;
   height: 98.5%;
   width: 98.5%;
   opacity: 0;
   transform: scaleY(0);
   transition: all 0.4s ease;
}
.kche-t124 .kche-t124-list .kche-t124-item:hover .kche-t124-item-before {
   opacity: 1;
   transform: scaleX(1);
}
.kche-t124 .kche-t124-list .kche-t124-item:hover .kche-t124-item-after {
   opacity: 1;
   transform: scaleY(1);
}
.kche-t124 .kche-t124-item .kche-t124-item-bg {
   background-color: var(--color, #6046ff);
   opacity: 0.2;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   z-index: 0;
   transition: all 0.4s ease;
}
.kche-t124 .kche-t124-item .kche-t124-icon {
   width: 50px;
   height: 50px;
   background-color: var(--color, #6046ff);
   display: inline-flex;
   align-items: center;
   border-radius: 5px;
   justify-content: center;
   color: #fff;
}
.kche-t124 .kche-t124-item .kche-t124-icon em {
   font-size: 36px;
}
.kche-t124 .kche-t124-item .kche-t124-item-tit {
   font-size: 18px;
   color: #000;
   font-weight: var(--fontbold6, 600);
   margin: 10px 0;
   text-transform: capitalize;
   transition: all 0.4s ease;
   position: relative;
   z-index: 9;
}
.kche-t124 .kche-t124-item .kche-t124-item-des {
   font-size: 16px;
   color: #333;
   transition: all 0.4s ease;
   position: relative;
   z-index: 9;
}
.kche-t124 .kche-t124-item .kche-t124-item-des a {
   color: inherit;
}
.kche-t124 .kche-t124-item .kche-t124-item-des p {
   margin: 0;
}
.kche-t124 .kche-t124-item:hover .kche-t124-item-bg {
   opacity: 0.8;
}
.kche-t124 .kche-t124-item:hover .kche-t124-item-tit {
   color: #fff;
}
.kche-t124 .kche-t124-item:hover .kche-t124-item-des {
   color: #fff;
}
@media (max-width: 1024px) {
   .kche-t124 .kche-t124-list .kche-t124-item {
      padding: 20px;
   }
}
@media (max-width: 768px) {
   .kche-t124 .kche-t124-list .kche-t124-item {
      width: 100%;
      margin-bottom: 20px;
   }
   .kche-t124 .kche-t124-list .kche-t124-item:last-child {
      margin-bottom: 0;
   }
}
@media (max-width: 500px) {
   .kche-t124 .kche-t124-list .kche-t124-item {
      padding: 10px;
   }
   .kche-t124 .kche-t124-list .kche-t124-item .kche-t124-item-info {
      padding: 10px 20px;
   }
   .kche-t124 .kche-t124-item .kche-t124-icon em {
      font-size: 26px;
   }
}


.kche-t125 .kche-t125-content {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
}
.kche-t125 .kche-t125-info {
   width: 60%;
   box-sizing: border-box;
   padding-right: 4%;
}
.kche-t125 .kche-t125-info h5 {
   font-size: 20px;
   font-weight: var(--fontbold6, 600);
   color: #000;
   margin: 0;
   margin-bottom: 10px;
}
.kche-t125 .kche-t125-info .kche-t125-des {
   color: var(--introcolor, #555555);
   font-size: 16px;
}
.kche-t125 .kche-t125-info .kche-t125-des p {
   margin: 0;
}
.kche-t125 .kche-t125-img {
   width: 40%;
   overflow: hidden;
   text-align: right;
}
.kche-t125 .kche-t125-img img {
   max-width: 100%;
   height: auto;
   transition: all 0.1s linear;
}
.kche-t125 .kche-t125-img:hover img {
   transform: scale(1.05);
}
.kche-t125 .kche-t125-more {
   margin-top: 20px;
   cursor: pointer;
   background-color: var(--color, #6046ff);
   box-sizing: border-box;
   border-radius: 5px;
   display: inline-block;
   font-size: 16px;
}
.kche-t125 .kche-t125-more span {
   box-sizing: border-box;
   border-radius: 5px;
   color: #fff;
   padding: 6px 18px;
   display: inline-block;
   text-decoration: underline;
   transition: all 0.1s linear;
}
.kche-t125 .kche-t125-more:hover span {
   padding: 6px 24px;
}
@media (max-width: 768px) {
   .kche-t125 .kche-t125-info {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px;
   }
   .kche-t125 .kche-t125-img {
      width: 100%;
   }
   .kche-t125 .kche-t125-img img {
      width: 100%;
   }
   .kche-t125 .kche-t125-info h5 {
      text-align: center;
   }
}



.kche-t145 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold6, 600);
  margin: 0;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 4px;
}
.kche-t145 .kche-t145-des p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
}
.kche-t145 .kche-t145-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kche-t145 .kche-t145-img .kche-t145-img-item {
  width: 24%;
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.kche-t145 .kche-t145-img .kche-t145-img-item:hover img {
  transform: scale(1.03);
}
.kche-t145 .kche-t145-img .kche-t145-img-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.2s linear;
}
.kche-t145 .kche-t145-text {
  padding-top: 20px;
  box-sizing: border-box;
  border-top: 1px dashed var(--color, #43c7c6);
  margin-top: 5px;
}
.kche-t145 .kche-t145-text p {
  color: var(--introcolor, #555555);
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .kche-t145 .kche-t145-img .kche-t145-img-item {
    width: 48%;
    margin-top: 20px;
  }
}


.kche-t93 .kche-t93-tit {
  color: #333;
  font-size: 24px;
  font-weight: var(--fontbold6, 600);
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
.kche-t93 .kche-t93-content > .modality {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color, #1d2087);
  position: relative;
  margin: 0 auto;
}
.kche-t93 .kche-t93-content > .modality > p {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 5px;
  border-radius: 2px;
  background-color: var(--color, #1d2087);
  opacity: 0.2;
  left: -14px;
  top: 2px;
  margin: 0;
}
.kche-t93 .kche-t93-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  justify-content: space-between;
}
.kche-t93 .kche-t93-item {
  width: 23.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.kche-t93 .kche-t93-item::after {
  content: "";
  background: url(../images/modular-2.webp) no-repeat;
  position: absolute;
  right: -30%;
  top: 20px;
  display: inline-flex;
  width: 50%;
  height: 40px;
  background-position-x: right;
  background-size: cover;
}
.kche-t93 .kche-t93-item:last-child::after {
  display: none;
}
.kche-t93 .kche-t93-item > .kche-t93-item-top {
  width: 110px;
  height: 110px;
  background-color: var(--color, #1d2087);
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.kche-t93 .kche-t93-item > .kche-t93-item-top > .item-num {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color, #1d2087);
}
.kche-t93 .kche-t93-item > .kche-t93-item-top > em {
  font-size: 36px;
  color: #fff;
}
.kche-t93 .kche-t93-item > .kche-t93-item-text {
  text-align: center;
}
.kche-t93 .kche-t93-item > .kche-t93-item-text > .tit {
  font-size: 18px;
  color: #232323;
}
.kche-t93 .kche-t93-item > .kche-t93-item-text > .des {
  color: #444;
  font-size: 16px;
  line-height: 24px;
}
.kche-t93 .showhidden {
  color: var(--color, #1d2087);
  cursor: pointer;
  position: relative;
}
.kche-t93 .tupxila {
  position: absolute;
  top: 2px;
  right: -16px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid var(--color, #1d2087);
  transform: rotate(0);
}
.kche-t93 .tupxila.rotate {
  top: 8px;
}
.kche-t93 .rotate {
  transform-origin: center center;
  transform: rotate(180deg);
  transition: transform 0.2s;
}
.kche-t93 .rotate1 {
  transform-origin: center center;
  transform: rotate(0);
  transition: transform 0.2s;
}
@media (max-width: 768px) {
  .kche-t93 .kche-t93-content > .kche-t93-tit {
    font-size: 24px;
  }
  .kche-t93 .kche-t93-item {
    width: 48%;
    margin-bottom: 2em;
  }
  .kche-t93 .kche-t93-item > .kche-t93-item-top {
    width: 80px;
    height: 80px;
  }
  .kche-t93 .kche-t93-item > .kche-t93-item-top > .item-num {
    width: 30px;
    height: 30px;
  }
  .kche-t93 .kche-t93-item > .kche-t93-item-top > em {
    font-size: 28px;
    color: #fff;
  }
  .kche-t93 .kche-t93-item::after {
    display: none;
  }
}
@media (max-width: 500px) {
  .kche-t93 .kche-t93-item {
    width: 100%;
    margin-bottom: 1em;
  }
}

.kche-t190 .kche-t190-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold6, 600);
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
.kche-t190 .kche-t190-con p {
  margin: 0;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.kche-t190 .kche-t190-con {
  margin: 10px 0 35px;
}
.kche-t190 .kche-t190-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}
.kche-t190 .kche-t190-item {
  width: 15%;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 40px 25px;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
.kche-t190 .kche-t190-img {
  display: flex;
  justify-content: center;
  color: var(--color, #c4956a);
}
.kche-t190 .kche-t190-img > em {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  line-height: 1;
}
.kche-t190 .kche-t190-text {
  margin-top: 20px;
}
.kche-t190 .kche-t190-text p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.kche-t190 .kche-t190-span p {
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: 0;
  font-size: 18px;
}
.kche-t190 .kche-t190-span {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  bottom: 15%;
}
.kche-t190 .kche-t190-item:hover em {
  transform: rotateY(190deg);
}
.kche-t190 .kche-t190-order {
  width: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kche-t190 .kche-t190-order p {
  color: #444;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  font-family: cursive;
}
@media (max-width: 1600px) {
  .kche-t190 .kche-t190-item {
    padding: 40px 20px;
  }
  .kche-t190 .kche-t190-span p {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .kche-t190 .kche-t190-item {
    padding: 30px 15px;
  }
  .kche-t190 .kche-t190-text p {
    font-size: 14px;
  }
  .kche-t190 .kche-t190-span p {
    width: 40px;
    height: 40px;
  }
  .kche-t190 .kche-t190-img > em {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .kche-t190 .kche-t190-img > em {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .kche-t190 .kche-t190-order {
    display: none;
  }
  .kche-t190 .kche-t190-list {
    flex-wrap: wrap;
  }
  .kche-t190 .kche-t190-item {
    width: 32%;
    margin-bottom: 20px;
  }
  .kche-t190 .kche-t190-img > em {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .kche-t190 .kche-t190-item {
    width: 49%;
  }
  .kche-t190 .kche-t190-con {
    margin: 10px 0 20px;
  }
  .kche-t190 .kche-t190-img > em {
    font-size: 32px;
  }
}
.kche-t108 .kche-t108-into {
  width: 30px;
  height: 3px;
  background-color: var(--color, #10b098);
  margin: 0 auto;
  margin-bottom: 20px;
}
.kche-t108 .kche-t108-title {
  font-size: 24px;
  margin: 0;
  font-weight: var(--fontbold6, 600);
  text-align: center;
}
.kche-t108 .kche-t108-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kche-t108 .kche-t108-list .kche-t108-item {
  position: relative;
  width: 32%;
  overflow: hidden;
}
.kche-t108 .kche-t108-item-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.1s linear;
}
.kche-t108 .kche-t108-item-info {
  position: absolute;
  width: calc(100% - 40px);
  margin: 20px 20px 15px 20px;
  background-color: var(--color, #10b098);
  bottom: -100%;
  left: 0;
  transition: all 0.2s linear;
}
.kche-t108 .kche-t108-item-info .kche-t108-item-des {
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin: 0;
  padding: 20px 20px 15px;
}
.kche-t108 .kche-t108-item-btn {
  display: flex;
  margin-left: auto;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  background-color: #fff;
}
.kche-t108 .kche-t108-item-btn em {
  font-size: 24px;
  position: relative;
  z-index: 1;
  transition: all 0.1s linear;
}
.kche-t108 .kche-t108-item-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #10b098;
  opacity: 0;
  transition: all 0.1s linear;
}
.kche-t108 .kche-t108-item-btn:hover a {
  opacity: 0.7;
}
.kche-t108 .kche-t108-item-btn:hover em {
  color: #fff;
}
.kche-t108 .kche-t108-item-info .kche-t108-item-more {
  color: #fff;
  text-align: right;
  padding: 0 20px 10px;
}
.kche-t108 .kche-t108-item-info .kche-t108-item-more a {
  color: #fff;
}
.kche-t108 .kche-t108-item:hover .kche-t108-item-img img {
  transform: scale(1.02);
}
.kche-t108 .kche-t108-item:hover .kche-t108-item-info {
  bottom: 0;
}
@media (max-width: 768px) {
  .kche-t108 .kche-t108-list .kche-t108-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .kche-t108 .kche-t108-list .kche-t108-item {
    width: 100%;
  }
  .kche-t108 .kche-t108-title {
    font-size: 20px;
  }
  .kche-t108 .kche-t108-into {
    margin-bottom: 10px;
  }
  .kche-t108 .kche-t108-list {
    margin-top: 20px;
  }
  .kche-t108 .kche-t108-item-btn {
    width: 40px;
    height: 40px;
  }
}


.kche-t127 h5 {
  font-size: 24px;
  margin: 0;
  font-weight: var(--fontbold6, 600);
  color: #000;
  text-transform: capitalize;
}
.kche-t127 .kche-t127-list {
  margin-top: 20px;
}
.kche-t127 .kche-t127-item {
  display: flex;
  flex-wrap: wrap;
}
.kche-t127 .kche-t127-item .kche-t127-item-img {
  width: 25%;
  overflow: hidden;
  text-align: left;
}
.kche-t127 .kche-t127-item .kche-t127-item-img img {
  max-width: 100%;
  height: auto;
  transition: all 0.1s linear;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.kche-t127 .kche-t127-item .kche-t127-item-img:hover img {
  transform: scale(1.01);
}
.kche-t127 .kche-t127-item .kche-t127-item-info {
  display: flex;
  width: 75%;
}
.kche-t127 .kche-t127-item .kche-t127-item-time {
  color: var(--color, #fcb026);
  font-size: 22px;
  display: block;
  margin: 20px 0 20px 40px;
  font-weight: var(--fontbold6, 600);
}
.kche-t127 .kche-t127-item .kche-t127-item-shaft {
  width: 2px;
  background-color: var(--color, #fcb026);
  height: auto;
  margin: 0 50px;
  position: relative;
}
.kche-t127 .kche-t127-item .kche-t127-item-shaft div {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--color, #fcb026);
  left: -6px;
  top: 0;
  z-index: 1;
}
.kche-t127 .kche-t127-item .kche-t127-item-tit {
  font-size: 18px;
  color: #000;
  font-weight: var(--fontbold6, 600);
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.kche-t127 .kche-t127-item .kche-t127-item-des {
  color: #444;
  font-size: 16px;
  margin-bottom: 20px;
}
.kche-t127 .kche-t127-item .kche-t127-item-des p {
  margin: 0;
}
@media (max-width: 768px) {
  .kche-t127 .kche-t127-item .kche-t127-item-shaft {
    margin: 0 30px;
  }
  .kche-t127 .kche-t127-item .kche-t127-item-time {
    margin: 20px 0 20px 20px;
  }
}
@media (max-width: 500px) {
  .kche-t127 .kche-t127-item .kche-t127-item-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .kche-t127 .kche-t127-item .kche-t127-item-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .kche-t127 .kche-t127-item:last-child .kche-t127-item-info {
    margin-bottom: 0;
  }
}
.kche-t122 h5 {
  font-size: 24px;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
  font-weight: var(--fontbold6, 600);
  text-align: center;
  text-transform: capitalize;
}
.kche-t122 .kche-t122-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kche-t122 .kche-t122-des {
  text-align: center;
}
.kche-t122 .kche-t122-des p {
  color: #333;
  margin: 0;
}
.kche-t122 .kche-t122-list .kche-t122-item {
  margin-bottom: 2%;
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.1s linear;
}
.kche-t122 .kche-t122-list .kche-t122-item:nth-child(4),
.kche-t122 .kche-t122-list .kche-t122-item:nth-child(5),
.kche-t122 .kche-t122-list .kche-t122-item:nth-child(6) {
  margin-bottom: 0;
}
.kche-t122 .kche-t122-item .kche-t122-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color, #ccc);
  opacity: 0.1;
  z-index: -1;
}
.kche-t122 .kche-t122-item:hover {
  transform: translateY(-5px);
}
.kche-t122 .kche-t122-item .kche-t122-icon {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(38, 38, 38, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: var(--color, #6046ff);
}
.kche-t122 .kche-t122-item .kche-t122-icon em {
  font-size: 36px;
  transition: all 0.1s linear;
}
.kche-t122 .kche-t122-item:hover .kche-t122-icon em {
  transform: rotateY(180deg);
}
.kche-t122 .kche-t122-item .kche-t122-item-tit {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-weight: var(--fontbold6, 600);
  text-transform: capitalize;
}
.kche-t122 .kche-t122-item .kche-t122-item-des {
  color: #333;
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
}
.kche-t122 .kche-t122-item .kche-t122-item-des p {
  margin: 0;
}
@media (max-width: 768px) {
  .kche-t122 .kche-t122-list .kche-t122-item {
    width: 48.5%;
    padding: 20px;
    border-radius: 20px;
  }
  .kche-t122 .kche-t122-item .kche-t122-icon {
    width: 75px;
    height: 75px;
  }
  .kche-t122 .kche-t122-list .kche-t122-item:nth-child(4) {
    margin-bottom: 2%;
  }
}
@media (max-width: 500px) {
  .kche-t122 .kche-t122-list .kche-t122-item {
    padding: 14px;
  }
  .kche-t122 .kche-t122-item .kche-t122-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .kche-t122 .kche-t122-item .kche-t122-icon em {
    font-size: 28px;
  }
  .kche-t122 .kche-t122-item .kche-t122-item-des {
    margin-top: 6px;
  }
}
.kche-t182 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold6, 600);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}
.kche-t182 .kche-t182-into {
  width: 60px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  border-radius: 2px;
  margin: 10px auto;
}
.kche-t182 .kche-t182-des {
  color: #333;
  font-size: 16px;
  text-align: center;
}
.kche-t182 .kche-t182-des p {
  margin: 0;
}
.kche-t182 .kche-t182-item {
  margin-top: 20px;
}
.kche-t182 .kche-t182-item-tit {
  font-size: 20px;
  color: #000;
  font-weight: var(--fontbold6, 600);
  margin: 0;
  text-transform: capitalize;
}
.kche-t182 .kche-t182-item-des {
  margin-top: 4px;
}
.kche-t182 .kche-t182-item-des p {
  color: var(--introcolor, #555555);
  line-height: 1.6;
  margin: 0;
}



.kche-t114 .kche-t114-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.kche-t114 .kche-t114-img {
  width: 40%;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.kche-t114 .kche-t114-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.1s linear;
}
.kche-t114 .kche-t114-info {
  width: 55%;
  margin-left: 5%;
  padding-right: 3%;
  box-sizing: border-box;
}
.kche-t114 .kche-t114-into {
  width: 45px;
  height: 3px;
  background-color: var(--color, #3483f9);
  margin: 0;
  margin-bottom: 20px;
}
.kche-t114 .kche-t114-title {
  margin: 0;
  font-size: 20px !important;
  color: #000;
  font-weight: var(--fontbold6, 600);
}
.kche-t114 .kche-t114-des {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  color: var(--introcolor, #555555);
  line-height: 1.7;
}
.kche-t114 .kche-t114-img:hover img {
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .kche-t114 .kche-t114-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .kche-t114 .kche-t114-info {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .kche-t114 .kche-t114-des {
    font-size: 16px;
    line-height: 1.5;
  }
  .kche-t114 .kche-t114-into {
    margin-bottom: 10px;
  }
}

.kche-t64 > .kche-flex-list > .kche-flex-item > .kche-flex-wrap {
  font-size: 16px;
  padding: 30px;
}
@media (max-width: 768px) {
  .kche-t64 > .kche-flex-list > .kche-flex-item > .kche-flex-wrap {
    font-size: 20px;
  }
}