/* ========================================
   租赁信息发布平台 - 全新样式
   配色方案：暖橙 #FF6B35 + 深蓝 #1B2A4A + 清新绿 #2ECC71
   ======================================== */

/* ------------------------------------------
   01. 基础重置与全局样式
   ------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px !important;
  color: #1B2A4A;
  font-weight: 600;
}

h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* { box-sizing: border-box; }

html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  background-color: #F5F7FA;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #4A5568;
}

.home-body {
  background: #F5F7FA;
}

a {
  text-decoration: none !important;
  color: #2D3748;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul { margin-bottom: 0px; }

/* ------------------------------------------
   02. Preloader
   ------------------------------------------ */
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  background-image: linear-gradient(135deg, #FF6B35 0%, #1B2A4A 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-wrapper .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 120px;
  display: flex;
  flex-flow: column nowrap;
  transform: translate(-50%, -50%);
}

.loader-wrapper .loader .diamond {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(0) scale(0);
  animation: diamonds 1500ms linear infinite;
}

.loader-wrapper .loader .diamond:nth-child(1) { animation-delay: -1000ms; }
.loader-wrapper .loader .diamond:nth-child(2) { animation-delay: -2000ms; }
.loader-wrapper .loader .diamond:nth-child(3) { animation-delay: -3000ms; }
.loader-wrapper .loader .diamond:nth-child(4) { animation-delay: -4000ms; }

@keyframes diamonds {
  50% { transform: translateY(-50px) scale(1); }
  100% { transform: translateY(-100px) scale(0); }
}

/* ------------------------------------------
   03. 全局样式
   ------------------------------------------ */
::selection {
  background: #FF6B35;
  color: #fff;
}

::-moz-selection {
  background: #FF6B35;
  color: #fff;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.background {
  background: #fff;
}

/* ------------------------------------------
   04. 页面 Cover 区域
   ------------------------------------------ */
.page .cover {
  min-height: 280px;
  position: relative;
  margin-top: 125px;
  margin-bottom: 60px;
  z-index: 1;
}

.page .cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(135deg, #FF6B35 0%, #1B2A4A 100%);
  z-index: 2;
  opacity: 0.92;
}

.page .cover .page-top {
  position: absolute;
  width: 100%;
  top: 80px;
  z-index: 3;
}

.page .cover .page-top h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
}

.page .cover .page-top h1:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #FF6B35;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 2px;
}

.page .cover .page-top .breadcrumb {
  float: none;
  background: none;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: inline-block;
  text-align: center;
}

.page .cover .page-top .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 28px;
  margin-left: 10px;
  display: inline-block;
  letter-spacing: 0.5px;
}

.page .cover .page-top .breadcrumb li:after {
  content: "|";
  margin-left: 11px;
  color: rgba(255,255,255,0.5);
}

.page .cover .page-top .breadcrumb li:first-child { margin-left: 0px; }
.page .cover .page-top .breadcrumb li:last-child:after { content: ''; margin-left: 0px; }
.page .cover .page-top .breadcrumb li a { color: #fff; }

.page .page-bottom {
  padding-bottom: 80px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #4A5568;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.page .page-bottom p { margin-bottom: 16px; }

.page .page-bottom .home-services-item {
  margin-top: 0px;
  margin-bottom: 30px;
}

/* 图片画廊 */
.page-gallery {
  height: 220px;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px;
  position: relative;
}

.page-gallery:hover { box-shadow: 0 8px 30px rgba(255,107,53,0.2); }

.page-gallery.small {
  height: 165px;
}

.page-gallery:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  background-image: linear-gradient(135deg, #FF6B35 0%, #1B2A4A 100%);
  opacity: .15;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-gallery:after {
  font-family: FontAwesome;
  content: "\f00e";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 220px;
  left: 0px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}

.page-gallery:hover:after {
  top: 0px;
}

/* 间距工具类 */
.mtop-100 { margin-top: 100px !important; }
.mtop-70 { margin-top: 70px !important; }
.mbottom-20 { margin-bottom: 20px !important; }
.mbottom-30 { margin-bottom: 30px !important; }
.mbottom-40 { margin-bottom: 40px !important; }
.mbottom-50 { margin-bottom: 50px !important; }
.mbottom-60 { margin-bottom: 60px !important; }
.mbottom-0 { margin-bottom: 0px !important; }
.pbottom-40 { padding-bottom: 40px !important; }
.pbottom-70 { padding-bottom: 70px !important; }
.pbottom-80 { padding-bottom: 80px !important; }
.pbottom-0 { padding-bottom: 0px !important; }
.ptop-0 { padding-top: 0px !important; }

blockquote {
  margin-bottom: 24px;
  padding: 30px;
  padding-top: 40px;
  border-radius: 12px;
  background: #FFF8F3;
  overflow: hidden;
  border-left: 4px solid #FF6B35;
}

blockquote .text {
  position: relative;
  text-align: center;
}

blockquote .text p {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px !important;
}

/* 标题样式 */
.left-heading .section-title {
  font-weight: 600;
  font-size: 28px;
  color: #1B2A4A;
  letter-spacing: 1px;
  line-height: 42px;
  margin-bottom: 20px !important;
}

.center-heading { text-align: center; }

.center-heading .section-title {
  font-weight: 600;
  font-size: 30px;
  color: #1B2A4A;
  letter-spacing: 1px;
  line-height: 40px;
  margin-bottom: 16px !important;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #4A5568;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.left-text p { margin-bottom: 16px; }

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #718096;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.center-text p { margin-bottom: 30px; }

@media (max-width: 991px) {
  .page .cover { margin-top: 80px; }
  .page .cover h1 { font-size: 24px !important; }
  .page .cover .page-top { text-align: center; }
  .page-gallery { height: 185px; }
  .mobile-bottom-fix { margin-bottom: 60px; }
}

/* ------------------------------------------
   05. 按钮
   ------------------------------------------ */
.btn-white-line {
  display: block;
  width: 225px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: none;
  background: linear-gradient(135deg, #FF6B35 0%, #e85d26 100%);
  border-radius: 23px;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255,107,53,0.3);
}

.btn-white-line:hover {
  background: linear-gradient(135deg, #FF8C5A 0%, #FF6B35 100%);
  box-shadow: 0 6px 20px rgba(255,107,53,0.4);
  color: #fff;
  transform: translateY(-1px);
}

.btn-secondary-line {
  display: block;
  width: 225px;
  height: 46px;
  line-height: 46px;
  color: #FF6B35;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: 2px solid #FF6B35;
  background: none;
  border-radius: 23px;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
}

.btn-secondary-line:hover {
  background: #FF6B35;
  color: #fff;
  transform: translateY(-1px);
}

.btn-primary-line {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #FF6B35;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  border: 2px solid #FF6B35;
  background: none;
  border-radius: 22px;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
}

.btn-primary-line:hover {
  background: #FF6B35;
  color: #fff;
  transform: translateY(-1px);
}

.btn-secondary-block {
  display: block;
  width: 200px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: none;
  background: linear-gradient(135deg, #FF6B35 0%, #e85d26 100%);
  border-radius: 23px;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255,107,53,0.3);
}

.btn-secondary-block:hover {
  box-shadow: 0 6px 20px rgba(255,107,53,0.5);
  transform: translateY(-1px);
}

.btn-secondary-white-block {
  display: block;
  width: 225px;
  height: 46px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: 2px solid rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.15);
  border-radius: 23px;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
  backdrop-filter: blur(5px);
}

.btn-secondary-white-block:hover {
  background: #fff;
  color: #1B2A4A;
  border-color: #fff;
}

/* ------------------------------------------
   06. Header 头部导航 - 双行布局
   ------------------------------------------ */
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  transition: all 0.3s ease 0s;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.header-area.light-header .main-nav .nav li a { color: #1B2A4A; }
.header-area.light-header .main-nav .nav li a:hover { color: #FF6B35; }
.header-area.light-header .main-nav .nav li.submenu:after { color: #1B2A4A; }

/* 顶行：Logo + 发布按钮 */
.header-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0 4px;
}
.header-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* 移动端隐藏按钮组，只留hamburger */
@media (max-width: 991px) {
  .header-btns {
    display: none;
  }
  .menu-trigger {
    display: block !important;
    margin-left: auto;
  }
}

.header-area .main-nav .logo {
  margin: 0;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  height: 60px;
  width: auto;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .dark-logo { display: none; }

.header-area .main-nav .header-publish-btn {
  float: none;
  margin: 0;
  width: 190px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  border-radius: 16px;
  flex-shrink: 0;
}
.header-publish-btn:hover{
	color: #fff;
}
/* 导航行 */
.header-nav-row {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 12px 0;
}

.header-area .main-nav .nav {
  display: flex;
  align-items: center;
/*  justify-content: center;*/
  flex-wrap: nowrap;
  margin: 0;
  transition: all 0.3s ease 0s;
  gap: 0;
}

.header-area .main-nav .nav li {
  padding: 0 14px;
  flex-shrink: 0;
}

.header-area .main-nav .nav li:last-child { padding-right: 0px; }

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #1B2A4A;
  transition: all 0.3s ease 0s;
  height: 32px;
  line-height: 32px;
  border: transparent;
  letter-spacing: 0.5px;
  position: relative;
  white-space: nowrap;
}

.header-area .main-nav .nav li a:hover { color: #FF6B35; }
.header-area .main-nav .nav li a.curr { color: #FF6B35; }

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 28px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "107";
  font-size: 12px;
  color: #1B2A4A;
  position: absolute;
  right: 12px;
  top: 8px;
  transition: all 0.3s;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
  border: 1px solid #EDF2F7;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition-delay: 0s, 0s, 0s;
}

.header-area .main-nav .nav li.submenu ul li { padding: 0; }

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #4A5568 !important;
  padding-left: 20px;
  height: 42px;
  line-height: 42px;
  transition: all 0.2s ease 0s;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #F7FAFC;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 42px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  transition: all 0.2s ease 0s;
  background: #FF6B35;
  border-radius: 0 2px 2px 0;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #FFF8F3;
  padding-left: 25px;
  color: #FF6B35 !important;
}

/* 汉堡菜单按钮 */
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: none;
  position: relative;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  z-index: 99;
  flex-shrink: 0;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #1B2A4A;
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  left: 4px;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
  background-color: #1B2A4A;
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  left: 4px;
}

.header-area .main-nav .menu-trigger span { top: 14px; }
.header-area .main-nav .menu-trigger span:before { transform-origin: 33% 100%; top: -8px; z-index: 10; }
.header-area .main-nav .menu-trigger span:after { transform-origin: 33% 0; top: 8px; }

/* Sticky 状态 */
.header-area.header-sticky {
  background: rgba(255,255,255,0.98);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.header-area.header-sticky .header-top-row { padding: 6px 0 4px; }
.header-area.header-sticky .header-top-row .logo img { height: 60px; }
.header-area.header-sticky .header-publish-btn { height: 45px !important; line-height: 45px !important; font-size: 16px !important; }
.header-area.header-sticky .dark-logo { display: block !important; }
.header-area.header-sticky .light-logo { display: none !important; }
.header-area.header-sticky .nav li a { color: #1B2A4A !important; }
.header-area.header-sticky .nav li.submenu:after { color: #1B2A4A !important; }

@media (max-width: 1200px) {
  .header-area .main-nav .nav li { padding-left: 10px; padding-right: 10px; }
  .header-area .main-nav .nav li.submenu { padding-right: 22px; }
  .header-area .main-nav .nav li.submenu:after { right: 6px; }
}

@media (max-width: 991px) {
  .header-area { background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
  .header-area .container { padding: 0; }
  .header-top-row { padding: 8px 15px; }
  .header-top-row .logo img { height: 28px; }
  .header-area .light-logo { display: none !important; }
  .header-area .dark-logo { display: block !important; }
  .header-area .main-nav .menu-trigger { display: block !important; }
  .header-nav-row { display: block; }
  .header-area .main-nav .nav { display: none; flex-direction: column; align-items: stretch; gap: 0; }
  .header-nav-row .nav li { width: 100%; border-bottom: 1px solid #F7FAFC; padding: 0 !important; }
  .header-nav-row .nav li a { height: 46px !important; line-height: 46px !important; padding: 0 20px !important; color: #1B2A4A !important; }
  .header-nav-row .nav li a:hover { background: #FFF8F3 !important; color: #FF6B35 !important; }
  .header-nav-row .nav li.submenu ul {
    position: relative; visibility: inherit; opacity: 1; z-index: 1;
    transform: none; width: 100%; box-shadow: none; height: 0; overflow: hidden; left: 0;
  }
  .header-nav-row .nav li.submenu ul.active { height: auto; }
  .header-nav-row .nav li.submenu ul li a { padding-left: 40px !important; }
  .header-nav-row .nav li.submenu ul li a:hover:before { width: 0px; }
  .header-nav-row .nav li.submenu:after { color: #1B2A4A; right: 15px; font-size: 14px; top: 12px; }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav { display: flex !important; }
  .header-nav-row { display: block !important; }
}/* ------------------------------------------
   07. Welcome Area 首页Banner
   ------------------------------------------ */
.welcome-area-1 {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1B2A4A 0%, #2D4A7A 60%, #FF6B35 100%);
}

.welcome-area-1.full { min-height: 600px; }
.welcome-area-1.full-bottom { min-height: 650px; }

.welcome-area-1 .welcome-bottom {
  position: absolute;
  width: 100%;
  top: 0px;
}

.welcome-area-1 .welcome-bottom .image-content {
  left: 0px;
  width: 100%;
  border-radius: 0 0 0 0;
  overflow: hidden;
  height: 650px;
  position: absolute;
  z-index: 1;
}

.welcome-area-1 .welcome-bottom .image-content.full { width: 100%; height: 600px; border-radius: 0px; }
.welcome-area-1 .welcome-bottom .image-content.full-bottom { width: 100%; height: 650px; border-radius: 0px; }

.welcome-area-1 .welcome-bottom .image-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #1B2A4A 0%, #2D4A7A 60%, #FF6B35 100%);
  opacity: .88;
  z-index: 2;
}

.welcome-area-1 .welcome-top {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.welcome-area-1 .welcome-top .text-content { padding-top: 80px; }

.welcome-area-1 .welcome-top .text-content h1 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 50px;
}

.welcome-area-1 .welcome-top .text-content p {
  font-weight: 400;
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-bottom: 40px;
}

.welcome-area-1 .welcome-bottom .slider-position {
  right: 0px;
  width: 65%;
  z-index: 2;
  position: absolute;
  height: 700px;
}

@media (max-width: 991px) {
  .welcome-area-1 { margin-top: 70px; height: 800px; }
  .welcome-area-1 .welcome-bottom .image-content { width: 100%; height: 800px; }
  .welcome-area-1 .welcome-top .text-content h1 { font-size: 28px; }
}

/* ------------------------------------------
   08. 首页服务卡片
   ------------------------------------------ */
.home-services-item {
  display: block;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  font-weight: 400;
  font-size: 14px;
  color: #4A5568;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding: 30px;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 1px solid #EDF2F7;
  height: auto;
}

.home-services-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(255,107,53,0.15);
}

.home-services-item.box { border-radius: 16px !important; }

.home-services-item .services-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: #1B2A4A;
  margin-bottom: 12px !important;
  letter-spacing: 0.5px;
  transition: all 0.3s ease 0s;
}

.home-services-item:hover .services-title {
  color: #FF6B35;
}

.home-services-item i {
  font-size: 22px;
  margin-bottom: 20px;
  color: #FF6B35;
  transition: all 0.3s ease 0s;
}
.home-services-item .phone span {
	font-size: 20px;
}
.home-services-item:hover i {
/*  transform: scale(1.15);*/
}

.home-services-item p {
  transition: all 0.3s ease 0s;
  margin-bottom: 0px !important;
}

.home-services-item .btn-white-line {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* ------------------------------------------
   09. Blog Post Card 卡片
   ------------------------------------------ */
.blog-post-thumb {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
  border: 1px solid #EDF2F7;
}

.blog-post-thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(255,107,53,0.12);
}

.blog-post-thumb .img {
  overflow: hidden;
  height: 200px;
  position: relative;
}

.blog-post-thumb .img img {
  width: 100%;
  height: 100%;
/*  object-fit: cover;*/
  transition: transform 0.4s ease;
}

.blog-post-thumb:hover .img img {
  transform: scale(1.05);
}

.blog-post-thumb .post-content {
  padding: 24px;
  position: relative;
}

.blog-post-thumb .post-content .date {
  position: absolute;
  top: -16px;
  left: 24px;
  background: linear-gradient(135deg, #FF6B35 0%, #e85d26 100%);
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(255,107,53,0.3);
}

.blog-post-thumb .post-content .post-meta {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.blog-post-thumb .post-content .post-meta li {
  padding: 3px 12px;
  background: #FFF8F3;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.blog-post-thumb .post-content .post-meta li a {
  color: #4A5568;
}

.blog-post-thumb .post-content .post-meta li a:hover {
  color: #FF6B35;
}

.blog-post-thumb .post-content h3 {
  font-weight: 600;
  font-size: 18px;
  color: #1B2A4A;
  line-height: 26px;
  margin-bottom: 12px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-post-thumb .post-content h3 a {
  color: #1B2A4A;
  transition: color 0.2s;
}

.blog-post-thumb .post-content h3 a:hover {
  color: #FF6B35;
}

.blog-post-thumb .post-content .text {
  font-size: 14px;
  color: #718096;
  line-height: 22px;
  margin-bottom: 16px;
}

/* 信息行 - 卡片底部信息展示 */
.card-info {
  padding: 10px 0;
  margin-bottom: 12px;
  border-top: 1px solid #F0F4F8;
}

.info-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.info-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #718096;
  line-height: 1.5;
}

.info-item i {
  color: #FF6B35;
  font-size: 12px;
  width: 14px;
  text-align: center;
  flex-shrink: 0;
}

.info-item.company {
  color: #2D3748;
  font-weight: 500;
}

/* 联系人/电话/分类那一行横排 */
.info-row .info-item:not(.company) {
  display: inline-flex;
}
.info-row-sub {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.info-row-sub .info-item:last-child {
  width: 100%;
  margin-top: -4px;
}


.blog-post-thumb.big .post-content {
  padding: 30px;
  border-radius: 0 0 16px 16px;
}

/* ------------------------------------------
   10. Aside 侧边栏
   ------------------------------------------ */
.default-aside {
/*  background: #fff !important;*/
  border-radius: 16px;
  padding: 0;
/*  border: 1px solid #EDF2F7;*/
}

.default-aside .sidebar {
  padding: 0;
}

/* ------------------------------------------
   11. Services Section
   ------------------------------------------ */
.services-section {
  background: #fff;
}

/* ------------------------------------------
   12. Footer 底部
   ------------------------------------------ */
footer {
  background: #1B2A4A;
  color: rgba(255,255,255,0.8);
  padding: 40px 0 40px;
}

footer .logo {
  margin-bottom: 20px;
}

footer .address p {
  font-size: 14px;
  line-height: 28px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
}

footer .address a {
  color: rgba(255,255,255,0.8);
  transition: color 0.2s;
}

footer .address a:hover {
  color: #FF6B35;
}

footer .copyright {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

footer .copyright a {
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}

footer .copyright a:hover {
  color: #FF6B35;
}

/* ------------------------------------------
   13. Pagination 分页
   ------------------------------------------ */
.pagination {
  margin-top: 40px;
}

.pagination .page-link {
  border: none;
  color: #4A5568;
  border-radius: 8px !important;
  margin: 0 3px;
  padding: 8px 16px;
  font-weight: 500;
  transition: all 0.2s;
}

.pagination .page-link:hover {
  background: #FF6B35;
  color: #fff;
}

.pagination .active .page-link,
.pagination .current {
  background: #FF6B35;
  color: #fff;
  border: none;
}

/* ------------------------------------------
   14. post-detail 文章详情
   ------------------------------------------ */
.post-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #2D3748;
}

.post-detail p {
  margin-bottom: 16px;
}
.detail-section-title {
  font-size: 15px;
  font-weight: 600;
  color: #1B2A4A;
  margin: 24px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #FF6B35;
  display: flex;
  align-items: center;
  gap: 6px;
}

.detail-section-title i {
  color: #FF6B35;
  font-size: 14px;
}
.header-mall-btn {
  float: right;
  margin-top: 0;
  margin-left: 8px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  color: #FF6B35;
  border:1.5px solid #FF6B35;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

.header-mall-btn:hover {
  background: #FF6B35;
  color: #fff;
}

/* 移动端适配 */
@media (max-width: 991px) {
  .header-mall-btn {
    display: none;
  }
}

/* ------------------------------------------
   15. 响应式优化
   ------------------------------------------ */
@media (max-width: 767px) {
  .btn-primary-line { width: 180px; margin: 0 auto; }
  .blog-post-thumb .img { height: 180px; }
  .welcome-area-1 .welcome-top .text-content h1 { font-size: 24px; line-height: 36px; }
}
