@charset "utf-8";
/* ==========================================================================
   kabocup.com  |  index.css  --  首页与内页模块样式
   ========================================================================== */

/* ==========================================================================
   1. 首页轮播
   ========================================================================== */
.banner { position: relative; overflow: hidden; background: #16202c; }
.banner .slide-wrap { position: relative; width: 100%; height: 560px; }
.banner .slide-item {
  position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease;
  background-position: center center; background-repeat: no-repeat; background-size: cover;
}
.banner .slide-item.on { opacity: 1; }
.banner .slide-cap {
  position: absolute; left: 0; right: 0; bottom: 0; top: 0;
  background: linear-gradient(90deg, rgba(14,20,28,.82) 0%, rgba(14,20,28,.45) 48%, rgba(14,20,28,.05) 100%);
  display: flex; align-items: center;
}
.banner .slide-cap .main { color: #fff; }
.banner .slide-cap h2 { font-size: 46px; line-height: 1.3; color: #fff; letter-spacing: 2px; margin-bottom: 12px; }
.banner .slide-cap p { font-size: 15px; color: #ccd5de; letter-spacing: 1px; margin-bottom: 24px; max-width: 560px; }
.banner .slide-cap .sbtn { display: inline-block; padding: 12px 40px; border: 1px solid rgba(255,255,255,.6); color: #fff; font-size: 14px; }
.banner .slide-cap .sbtn:hover { background: #c8452e; border-color: #c8452e; color: #fff; }
.banner .btn_prev, .banner .btn_next {
  position: absolute; top: 50%; margin-top: -26px; width: 52px; height: 52px;
  background: rgba(20,28,38,.42); color: #fff; text-align: center; line-height: 52px;
  font-size: 20px; cursor: pointer; z-index: 5; border-radius: 50%;
}
.banner .btn_prev { left: 3%; }
.banner .btn_next { right: 3%; }
.banner .btn_prev:hover, .banner .btn_next:hover { background: #c8452e; }
.banner .js_nav { position: absolute; left: 0; right: 0; bottom: 20px; text-align: center; z-index: 6; }
.banner .js_nav li {
  display: inline-block; width: 30px; height: 4px; background: rgba(255,255,255,.4);
  margin: 0 5px; cursor: pointer; border-radius: 2px;
}
.banner .js_nav li.on { background: #c8452e; }

/* three feature cards under banner */
.feat { background: #fff; border-bottom: 1px solid #eae4dc; }
.feat .main { display: flex; flex-wrap: wrap; }
.feat .feat-item {
  flex: 1 1 33.33%; padding: 30px 26px; display: flex; align-items: flex-start;
  border-left: 1px solid #f0ebe4;
}
.feat .feat-item:first-child { border-left: 0; }
.feat .feat-ico {
  flex: 0 0 54px; width: 54px; height: 54px; border-radius: 50%; background: #faf2ef;
  color: #c8452e; font-size: 22px; text-align: center; line-height: 54px; margin-right: 16px;
}
.feat .feat-txt h3 { font-size: 17px; color: #1c2430; margin-bottom: 4px; }
.feat .feat-txt p { font-size: 13px; color: #8b939c; line-height: 1.7; }

/* ==========================================================================
   2. 产品中心（首页）
   ========================================================================== */
.track { padding: 56px 0 60px; background: #fff; }
.pro_lanfra {
  text-align: center; padding: 26px 0 6px; border-bottom: 1px solid #f0ebe4; margin-bottom: 26px;
}
.pro_lanfra span { display: inline-block; }
.pro_lanfra span a {
  display: block; padding: 6px 20px; font-size: 15px; color: #5a636e; margin: 0 3px;
  border-radius: 3px;
}
.pro_lanfra span a:hover { background: #faf2ef; color: #c8452e; }
.pro_lanfra span.on a, .pro_lanfra span a.on { background: #c8452e; color: #fff; }
.pro_lanfra .promore { color: #c8452e; font-size: 13px; margin-left: 14px; }

.pro-grid { display: flex; flex-wrap: wrap; margin: 0 -11px; }
.pro-grid li { width: 25%; padding: 0 11px 22px; }
.pro-grid li .pro-a {
  display: block; background: #fff; border: 1px solid #ece6de; border-radius: 6px;
  overflow: hidden; transition: box-shadow .28s, transform .28s, border-color .28s;
}
.pro-grid li .pro-a:hover { box-shadow: 0 12px 30px rgba(28,36,48,.13); transform: translateY(-4px); border-color: #e2d5cd; }
.pro-grid li .proimg { display: block; position: relative; overflow: hidden; background: #f7f4f0; }
.pro-grid li .proimg img { display: block; width: 100%; height: 232px; object-fit: cover; transition: transform .5s; }
.pro-grid li .pro-a:hover .proimg img { transform: scale(1.06); }
.pro-grid li .proimg em {
  position: absolute; left: 0; top: 0; width: 0; height: 0;
  border-top: 46px solid rgba(200,69,46,.92); border-right: 46px solid transparent;
}
.pro-grid li .proimg i {
  position: absolute; left: 8px; top: 7px; color: #fff; font-size: 12px; z-index: 2;
}
.pro-grid li .proname {
  padding: 14px 14px 6px; font-size: 15px; color: #1c2430; text-align: center;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.pro-grid li .prodesc {
  padding: 0 14px 16px; font-size: 12px; color: #98a2ad; text-align: center;
  height: 40px; overflow: hidden; line-height: 1.6;
}

/* 四列按钮式产品分类导航 */
.cat-strip { background: #f4f1ec; padding: 44px 0 34px; }
.cat-strip ul { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.cat-strip ul li { width: 25%; padding: 0 8px 16px; }
.cat-strip ul li a {
  display: block; background: #fff; border: 1px solid #eae4dc; border-radius: 6px;
  padding: 18px 18px 16px; position: relative; overflow: hidden;
}
.cat-strip ul li a::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: #c8452e;
  transform: scaleY(0); transform-origin: top; transition: transform .3s;
}
.cat-strip ul li a:hover::before { transform: scaleY(1); }
.cat-strip ul li a:hover { box-shadow: 0 10px 24px rgba(28,36,48,.10); }
.cat-strip ul li h3 { font-size: 16px; color: #1c2430; margin-bottom: 2px; }
.cat-strip ul li p { font-size: 12px; color: #a2aab4; letter-spacing: .5px; text-transform: uppercase; }

/* ==========================================================================
   3. 优势 / 服务保障
   ========================================================================== */
.adv { padding: 56px 0 60px; background: #1c2430; color: #b9c2cc; }
.adv .ititle p { color: #38465a; }
.adv .ititle span { color: #fff; }
.adv .adv-sub { text-align: center; font-size: 13px; color: #7b8595; margin-bottom: 34px; }
.adv-list { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.adv-list li { width: 25%; padding: 0 12px 20px; }
.adv-list li .adv-box {
  background: #232f3d; border: 1px solid #2e3a4a; border-radius: 6px;
  padding: 28px 22px 26px; height: 100%; transition: background .3s, transform .3s;
}
.adv-list li .adv-box:hover { background: #28354410; background: #283544; transform: translateY(-4px); }
.adv-list li .num {
  font-size: 34px; font-weight: 700; color: #c8452e; line-height: 1; letter-spacing: -1px;
}
.adv-list li h3 { font-size: 17px; color: #fff; margin: 12px 0 10px; }
.adv-list li p { font-size: 13px; line-height: 1.85; color: #98a2ad; }

/* ==========================================================================
   4. 关于我们（首页）
   ========================================================================== */
.aboutf { background: #fff; padding: 56px 0; }
.aboutf .ab-wrap { display: flex; flex-wrap: wrap; align-items: center; }
.aboutf .imgleft { flex: 0 0 46%; max-width: 46%; padding-right: 40px; }
.aboutf .imgleft img { width: 100%; height: auto; border-radius: 6px; display: block; }
.aboutf .abright { flex: 1 1 0; }
.aboutf .name { font-size: 26px; color: #1c2430; margin-bottom: 6px; }
.aboutf .name em { font-size: 13px; color: #a2aab4; letter-spacing: 2px; text-transform: uppercase; }
.aboutf .name em font { color: #c8452e; }
.aboutf .name::after { content: ""; display: block; width: 46px; height: 3px; background: #c8452e; margin-top: 14px; }
.aboutf .con { font-size: 14px; color: #5a636e; line-height: 2; margin: 20px 0 26px; }
.aboutf .abmore { display: inline-block; padding: 11px 32px; border: 1px solid #1c2430; color: #1c2430; font-size: 14px; }
.aboutf .abmore:hover { background: #c8452e; border-color: #c8452e; color: #fff; }

/* 四宫格优势图标 */
.ab-4 { display: flex; flex-wrap: wrap; margin: 36px -10px 0; border-top: 1px solid #f0ebe4; padding-top: 30px; }
.ab-4 li { width: 25%; padding: 0 10px; text-align: center; }
.ab-4 li i {
  display: block; width: 52px; height: 52px; margin: 0 auto 10px; border-radius: 50%;
  background: #faf2ef; color: #c8452e; line-height: 52px; font-size: 20px;
}
.ab-4 li h4 { font-size: 15px; color: #1c2430; margin-bottom: 4px; }
.ab-4 li p { font-size: 12px; color: #98a2ad; line-height: 1.7; }

/* ==========================================================================
   5. 新闻
   ========================================================================== */
.news { padding: 56px 0 60px; background: #f4f1ec; }
.news .newscon { display: flex; flex-wrap: wrap; margin-top: 34px; }
.news .newsleft { flex: 0 0 460px; max-width: 460px; padding-right: 34px; }
.news .newsleft .lead-img { display: block; position: relative; overflow: hidden; border-radius: 6px; }
.news .newsleft .lead-img img { display: block; width: 100%; height: 288px; object-fit: cover; transition: transform .5s; }
.news .newsleft .lead-img:hover img { transform: scale(1.05); }
.news .newsleft h3 { font-size: 18px; color: #1c2430; margin: 18px 0 8px; line-height: 1.6; }
.news .newsleft h3 a:hover { color: #c8452e; }
.news .newsleft p { font-size: 13px; color: #7b848f; line-height: 1.9; height: 74px; overflow: hidden; }
.news .news-left-list { margin-top: 20px; border-top: 1px dashed #ddd6cd; padding-top: 14px; }
.news .news-left-list li { line-height: 2.2; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news .news-left-list li a { color: #5a636e; }
.news .news-left-list li a:hover { color: #c8452e; }
.news .news-left-list li em { float: right; color: #b3bac2; font-size: 12px; }
.news .newsright { flex: 1 1 0; }
.news .newsright li {
  background: #fff; border-radius: 6px; padding: 14px; margin-bottom: 14px;
  transition: box-shadow .3s, transform .3s;
}
.news .newsright li:hover { box-shadow: 0 10px 26px rgba(28,36,48,.10); transform: translateX(4px); }
.news .newsright li a { display: flex; align-items: flex-start; }
.news .newsright li img {
  width: 168px; height: 112px; object-fit: cover; flex: 0 0 168px; border-radius: 4px;
}
.news .newsright li .nnr { flex: 1 1 0; padding-left: 16px; min-width: 0; }
.news .newsright li .name {
  font-size: 16px; color: #1c2430; line-height: 1.6; margin-bottom: 6px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.news .newsright li:hover .name { color: #c8452e; }
.news .newsright li em { font-size: 12px; color: #b3bac2; display: block; margin-bottom: 6px; }
.news .newsright li .nnrcon {
  font-size: 13px; color: #8b939c; line-height: 1.8;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.news .more { text-align: right; padding-top: 8px; }
.news .more a { color: #c8452e; font-size: 13px; }

/* 新闻 Tab */
.news-tabs { border-bottom: 1px solid #e4ded6; padding-bottom: 0; margin-top: 6px; }
.news-tabs span {
  display: inline-block; padding: 8px 22px; font-size: 15px; color: #5a636e;
  border-bottom: 3px solid transparent; cursor: pointer;
}
.news-tabs span.on { color: #c8452e; border-bottom-color: #c8452e; font-weight: bold; }
.news-pane { display: none; }
.news-pane.on { display: block; }

/* ==========================================================================
   6. 常见问题（首页）
   ========================================================================== */
.faq { background: #fff; padding: 52px 0 58px; }
.faq-list { display: flex; flex-wrap: wrap; margin: 30px -11px 0; }
.faq-list li { width: 50%; padding: 0 11px 16px; }
.faq-list li a {
  display: block; background: #faf8f5; border: 1px solid #efe9e1; border-radius: 6px;
  padding: 18px 20px; transition: border-color .3s, box-shadow .3s;
}
.faq-list li a:hover { border-color: #e2d5cd; box-shadow: 0 8px 22px rgba(28,36,48,.08); }
.faq-list li h3 {
  font-size: 16px; color: #1c2430; margin-bottom: 8px; padding-left: 26px; position: relative;
}
.faq-list li h3::before {
  content: "?"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px;
  background: #c8452e; color: #fff; font-size: 12px; text-align: center; line-height: 18px;
  border-radius: 50%;
}
.faq-list li p { font-size: 13px; color: #8b939c; line-height: 1.85; padding-left: 26px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ==========================================================================
   7. 列表页
   ========================================================================== */
.prolist-page { padding: 40px 0 20px; }
.prolist { display: flex; flex-wrap: wrap; margin: 0 -11px; }
.prolist li { width: 25%; padding: 0 11px 22px; }
.prolist li .pro-a {
  display: block; background: #fff; border: 1px solid #ece6de; border-radius: 6px; overflow: hidden;
  transition: box-shadow .28s, transform .28s;
}
.prolist li .pro-a:hover { box-shadow: 0 12px 30px rgba(28,36,48,.13); transform: translateY(-4px); }
.prolist li .proimg { display: block; background: #f7f4f0; overflow: hidden; }
.prolist li .proimg img { display: block; width: 100%; height: 232px; object-fit: cover; transition: transform .5s; }
.prolist li .pro-a:hover .proimg img { transform: scale(1.06); }
.prolist li .proname {
  padding: 14px; font-size: 15px; color: #1c2430; text-align: center;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* 栏目导航条 */
.sortnav { background: #fff; border-bottom: 1px solid #ece6de; padding: 8px 0; }
.sortnav .main { display: flex; flex-wrap: wrap; }
.sortnav a {
  display: inline-block; padding: 8px 20px; margin: 4px 6px 4px 0; font-size: 14px;
  color: #5a636e; border: 1px solid #eae4dc; border-radius: 3px;
}
.sortnav a:hover { border-color: #c8452e; color: #c8452e; }
.sortnav a.on { background: #c8452e; border-color: #c8452e; color: #fff; }

/* 新闻列表 */
.newslist-page { padding: 36px 0 20px; }
.newslist { }
.newslist li {
  background: #fff; border: 1px solid #ece6de; border-radius: 6px; margin-bottom: 18px;
  transition: box-shadow .3s;
}
.newslist li:hover { box-shadow: 0 10px 28px rgba(28,36,48,.09); }
.newslist li a { display: flex; align-items: stretch; padding: 16px; }
.newslist li img {
  width: 236px; height: 158px; flex: 0 0 236px; object-fit: cover; border-radius: 4px;
}
.newslist li .nlr { flex: 1 1 0; padding-left: 22px; min-width: 0; }
.newslist li .nlr h3 { font-size: 18px; color: #1c2430; margin-bottom: 10px; line-height: 1.6; }
.newslist li:hover .nlr h3 { color: #c8452e; }
.newslist li .nlr .meta { font-size: 12px; color: #b3bac2; margin-bottom: 10px; }
.newslist li .nlr .meta em { margin-right: 16px; }
.newslist li .nlr .sum {
  font-size: 13px; color: #8b939c; line-height: 1.9;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.newslist li .nlr .rd { margin-top: 12px; font-size: 13px; color: #c8452e; }

/* ==========================================================================
   8. 详情页
   ========================================================================== */
.detail-page { padding: 36px 0 20px; }
.detail-top { display: flex; flex-wrap: wrap; background: #fff; border: 1px solid #ece6de; border-radius: 6px; padding: 24px; }
.detail-top .dleft { flex: 0 0 460px; max-width: 460px; padding-right: 30px; }
.detail-top .view { border: 1px solid #ece6de; border-radius: 4px; overflow: hidden; background: #f8f6f3; }
.detail-top .view img { display: block; width: 100%; height: auto; }
.detail-top .thumbs { display: flex; flex-wrap: wrap; margin-top: 12px; }
.detail-top .thumbs a {
  display: block; width: 74px; height: 74px; border: 1px solid #e4ded6; border-radius: 4px;
  margin: 0 8px 8px 0; overflow: hidden; padding: 2px;
}
.detail-top .thumbs a:hover { border-color: #c8452e; }
.detail-top .thumbs img { width: 100%; height: 100%; object-fit: cover; }
.detail-top .dright { flex: 1 1 0; min-width: 0; }
.detail-top .dright h1 {
  font-size: 24px; color: #1c2430; line-height: 1.5; padding-bottom: 14px;
  border-bottom: 1px solid #f0ebe4; margin-bottom: 8px;
}
.detail-top .dright .dmeta { font-size: 13px; color: #a2aab4; line-height: 2.1; margin-bottom: 10px; }
.detail-top .dright .dmeta b { color: #1c2430; font-weight: normal; }
.detail-top .dright .dsum {
  background: #faf8f5; border-left: 3px solid #c8452e; padding: 12px 16px;
  font-size: 13px; color: #5a636e; line-height: 1.9; margin-bottom: 18px;
}
.detail-top .dright .dsum p { margin: 0; }
.detail-top .dright .dbtns a { margin-right: 12px; }
.detail-top .dright .dtel { margin-top: 18px; font-size: 14px; color: #5a636e; }
.detail-top .dright .dtel b { font-size: 22px; color: #c8452e; font-weight: 700; }

.detail-body { background: #fff; border: 1px solid #ece6de; border-radius: 6px; margin-top: 22px; padding: 6px 24px 24px; }
.detail-body .dh {
  font-size: 18px; color: #1c2430; border-bottom: 1px solid #f0ebe4;
  padding: 18px 0 12px; margin-bottom: 18px; position: relative;
}
.detail-body .dh::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 54px; height: 3px; background: #c8452e; }
.detail-body .content { font-size: 14px; color: #4a535e; line-height: 2.1; }
.detail-body .content p { margin-bottom: 14px; }
.detail-body .content img { max-width: 100%; height: auto; }
.detail-body .content table { width: 100%; margin-bottom: 14px; }
.detail-body .content table td, .detail-body .content table th { border: 1px solid #e4ded6; padding: 8px 12px; }
.detail-body .content h3 { font-size: 16px; color: #1c2430; margin: 18px 0 10px; }
.detail-body .content ul, .detail-body .content ol { margin: 0 0 14px 22px; }
.detail-body .content ul li { list-style: disc; }
.detail-body .content ol li { list-style: decimal; }

.nav-prev-next {
  margin-top: 22px; padding-top: 16px; border-top: 1px dashed #e4ded6;
  font-size: 14px; color: #5a636e; line-height: 2.2;
}
.nav-prev-next a { color: #5a636e; }
.nav-prev-next a:hover { color: #c8452e; }
.nav-prev-next p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 详情页侧栏 */
.detail-flex { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.detail-flex .dmain { flex: 1 1 0; min-width: 0; padding: 0 12px; }
.detail-flex .dside { flex: 0 0 300px; max-width: 300px; padding: 0 12px; }
.side-box { background: #fff; border: 1px solid #ece6de; border-radius: 6px; margin-bottom: 20px; }
.side-box .sh {
  font-size: 17px; color: #1c2430; padding: 14px 18px; border-bottom: 1px solid #f0ebe4;
  position: relative;
}
.side-box .sh::after { content: ""; position: absolute; left: 18px; bottom: -1px; width: 40px; height: 3px; background: #c8452e; }
.side-box ul { padding: 12px 18px 18px; }
.side-box ul li { line-height: 2.2; border-bottom: 1px dashed #f0ebe4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.side-box ul li:last-child { border-bottom: 0; }
.side-box ul li a { color: #5a636e; font-size: 14px; }
.side-box ul li a:hover { color: #c8452e; }
.side-box ul li em { float: right; color: #b3bac2; font-size: 12px; }
.side-pro { display: flex; flex-wrap: wrap; padding: 14px 12px 6px; }
.side-pro a { width: 50%; padding: 0 6px 12px; display: block; }
.side-pro a img { width: 100%; height: 108px; object-fit: cover; border-radius: 4px; display: block; }
.side-pro a p {
  font-size: 13px; color: #5a636e; text-align: center; padding-top: 6px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.side-pro a:hover p { color: #c8452e; }
.side-ct { padding: 16px 18px 20px; font-size: 13px; color: #7b848f; line-height: 2; }
.side-ct .tel { font-size: 22px; color: #c8452e; font-weight: 700; }
.side-ct img.qr { width: 110px; height: 110px; display: block; margin: 10px auto 4px; }

/* ==========================================================================
   9. 关于我们 / 单页
   ========================================================================== */
.about-page { padding: 36px 0 30px; }
.about-page .ab-lead {
  background: #fff; border: 1px solid #ece6de; border-radius: 6px; padding: 24px;
  display: flex; flex-wrap: wrap; margin-bottom: 22px;
}
.about-page .ab-lead .abl-img { flex: 0 0 400px; max-width: 400px; padding-right: 26px; }
.about-page .ab-lead .abl-img img { width: 100%; display: block; border-radius: 4px; }
.about-page .ab-lead .abl-txt { flex: 1 1 0; }
.about-page .ab-lead .abl-txt h1 { font-size: 24px; color: #1c2430; margin-bottom: 10px; }
.about-page .ab-lead .abl-txt .en { font-size: 12px; color: #b3bac2; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.about-page .ab-lead .abl-txt p { font-size: 14px; color: #5a636e; line-height: 2; margin-bottom: 12px; }

/* 数字说话 */
.facts { display: flex; flex-wrap: wrap; background: #1c2430; border-radius: 6px; padding: 30px 10px; margin-bottom: 22px; }
.facts li { width: 25%; text-align: center; color: #b9c2cc; }
.facts li b { display: block; font-size: 34px; color: #c8452e; font-weight: 700; line-height: 1.2; }
.facts li b i { font-size: 16px; font-style: normal; }
.facts li span { font-size: 13px; }

.about-page .content {
  background: #fff; border: 1px solid #ece6de; border-radius: 6px;
  padding: 26px 28px; font-size: 14px; color: #4a535e; line-height: 2.1;
}
.about-page .content p { margin-bottom: 14px; }
.about-page .content h3 { font-size: 17px; color: #1c2430; margin: 20px 0 10px; }
.about-page .content img { max-width: 100%; height: auto; }
.about-page .content strong { color: #1c2430; }
.about-page .content table td { border: 1px solid #e4ded6; padding: 8px 14px; }

/* ==========================================================================
   10. 搜索 / 留言
   ========================================================================== */
.search-page { padding: 36px 0 40px; }
.search-form {
  background: #fff; border: 1px solid #ece6de; border-radius: 6px; padding: 24px;
  text-align: center;
}
.search-form form { display: inline-flex; max-width: 620px; width: 100%; }
.search-form input[type=text] {
  flex: 1 1 auto; height: 44px; border: 1px solid #ddd6cd; border-right: 0;
  padding: 0 16px; font-size: 14px; background: #fff;
}
.search-form button {
  height: 44px; padding: 0 34px; border: 0; background: #c8452e; color: #fff;
  font-size: 15px; cursor: pointer;
}
.search-form button:hover { background: #a83a25; }
.search-results { margin-top: 22px; }
.search-results .stip {
  font-size: 13px; color: #8b939c; padding: 0 4px 14px; border-bottom: 1px solid #ece6de;
}
.search-results .stip strong { color: #c8452e; }
.search-results ul li {
  background: #fff; border: 1px solid #ece6de; border-radius: 6px; margin-top: 14px;
  padding: 18px 20px; transition: box-shadow .3s;
}
.search-results ul li:hover { box-shadow: 0 10px 26px rgba(28,36,48,.09); }
.search-results ul li a.sr-t { font-size: 17px; color: #1c2430; font-weight: bold; }
.search-results ul li a.sr-t:hover { color: #c8452e; }
.search-results ul li p { font-size: 13px; color: #8b939c; line-height: 1.9; margin: 8px 0; }
.search-results ul li em { font-size: 12px; color: #b3bac2; }

.msg-page { padding: 36px 0 40px; }
.msg-form { background: #fff; border: 1px solid #ece6de; border-radius: 6px; padding: 28px; }
.msg-form .row { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 16px; }
.msg-form .row label { flex: 0 0 92px; font-size: 14px; color: #1c2430; }
.msg-form .row label i { color: #c8452e; font-style: normal; }
.msg-form .row .fi { flex: 1 1 0; }
.msg-form .row input[type=text], .msg-form .row textarea {
  width: 100%; border: 1px solid #ddd6cd; border-radius: 3px; padding: 10px 14px;
  font-size: 14px; color: #333; background: #fff;
}
.msg-form .row textarea { height: 130px; resize: vertical; }
.msg-form .row .code { display: flex; }
.msg-form .row .code input { flex: 1 1 auto; }
.msg-form .row .code img { margin-left: 10px; height: 41px; cursor: pointer; border: 1px solid #ddd6cd; border-radius: 3px; }
.msg-form .subm { padding-left: 92px; }
.msg-form .subm button { padding: 12px 44px; }

/* ==========================================================================
   11. 404
   ========================================================================== */
.err-page { padding: 90px 0 110px; text-align: center; }
.err-page h1 { font-size: 92px; color: #c8452e; line-height: 1; font-weight: 700; }
.err-page h2 { font-size: 22px; color: #1c2430; margin: 16px 0 10px; }
.err-page p { color: #8b939c; margin-bottom: 26px; }

/* ==========================================================================
   12. 响应式
   ========================================================================== */
@media screen and (max-width: 1240px) {
  .detail-flex .dside { flex: 0 0 280px; max-width: 280px; }
}

@media screen and (max-width: 980px) {
  .banner .slide-wrap { height: 380px; }
  .banner .slide-cap h2 { font-size: 28px; }
  .banner .slide-cap p { font-size: 13px; margin-bottom: 16px; }
  .banner .btn_prev, .banner .btn_next { width: 40px; height: 40px; line-height: 40px; margin-top: -20px; }

  .feat .feat-item { flex: 1 1 100%; border-left: 0; border-top: 1px solid #f0ebe4; padding: 20px 8px; }
  .feat .feat-item:first-child { border-top: 0; }

  .track, .adv, .aboutf, .news, .faq { padding: 38px 0 40px; }
  .pro-grid li, .prolist li { width: 50%; }
  .pro-grid li .proimg img, .prolist li .proimg img { height: 200px; }
  .cat-strip ul li { width: 50%; }
  .adv-list li { width: 50%; }

  .aboutf .imgleft { flex: 1 1 100%; max-width: 100%; padding-right: 0; margin-bottom: 22px; }
  .aboutf .abright { flex: 1 1 100%; }
  .ab-4 li { width: 50%; margin-bottom: 18px; }

  .news .newsleft { flex: 1 1 100%; max-width: 100%; padding-right: 0; margin-bottom: 24px; }
  .news .newsright { flex: 1 1 100%; }
  .faq-list li { width: 100%; }

  .detail-top .dleft { flex: 1 1 100%; max-width: 100%; padding-right: 0; margin-bottom: 20px; }
  .detail-top .dright { flex: 1 1 100%; }
  .detail-flex .dmain, .detail-flex .dside { flex: 1 1 100%; max-width: 100%; }

  .about-page .ab-lead .abl-img { flex: 1 1 100%; max-width: 100%; padding-right: 0; margin-bottom: 18px; }
  .facts li { width: 50%; margin-bottom: 18px; }

  .newslist li a { display: block; }
  .newslist li img { width: 100%; height: 200px; flex: none; }
  .newslist li .nlr { padding: 14px 0 0; }
}

@media screen and (max-width: 640px) {
  .banner .slide-wrap { height: 260px; }
  .banner .slide-cap h2 { font-size: 20px; letter-spacing: 0; }
  .banner .slide-cap p { display: none; }
  .banner .slide-cap .sbtn { padding: 8px 22px; font-size: 13px; }
  .banner .btn_prev, .banner .btn_next { display: none; }

  .pro-grid li, .prolist li { width: 100%; }
  .pro-grid li .proimg img, .prolist li .proimg img { height: 240px; }
  .cat-strip ul li { width: 100%; }
  .adv-list li { width: 100%; }
  .faq-list li { width: 100%; }
  .search-form form { display: block; }
  .search-form input[type=text] { width: 100%; border-right: 1px solid #ddd6cd; margin-bottom: 10px; }
  .search-form button { width: 100%; }

  .track, .adv, .aboutf, .news, .faq { padding: 28px 0 30px; }
  .ititle { padding: 4px 0 2px; }
  .detail-top { padding: 14px; }
  .detail-top .dright h1 { font-size: 19px; }
  .detail-body { padding: 4px 14px 18px; }
  .about-page .content, .msg-form { padding: 18px 16px; }
  .facts li b { font-size: 24px; }
  .msg-form .row label { flex: 0 0 72px; font-size: 13px; }
  .msg-form .subm { padding-left: 72px; }
  .err-page { padding: 60px 0 70px; }
  .err-page h1 { font-size: 60px; }
}
