/*!
Theme Name: haifeng
Theme URI: http://underscores.me/
Author: caibaojian
Author URI: http://jiancehf.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: haifeng
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

haifeng is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

body{
  line-height: 1.5;
  color: #333;
}

/* 兼容旧版浏览器 */

.inset-0 {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.logo-text{
  font-size: 32px;
    color: #1e40af;
}

.bg-blue-600{
  background-color: #2563EB;
}
@media (max-width:760px){
  .logo-text{
    font-size: 20px;
  }
  .user-city{
    display: none;
  }
  .totalPage{
    max-width: 330px;
    margin: 0 auto;
  }
  .widget-area{
    display: none;
  }
}

/* 客服按钮容器 */
.floating-service-btn {
    position: fixed;
    right: -70px; /* 默认隐藏右侧 */
    bottom: 50%;
    transform: translateY(50%);
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

/* 悬停时滑出 */
.floating-service-btn:hover {
    right: 20px;
    animation: pulse 1.5s infinite;
}

/* 按钮主体样式 */
.service-btn {
    background: #2196F3;
    color: white;
    padding: 15px 25px;
    border-radius: 30px 0 0 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(33,150,243,0.3);
    text-decoration: none;
    transition: background 0.3s;
}

/* 图标与文字间距 */
.service-btn i {
    margin-right: 10px;
    font-size: 1.2em;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .floating-service-btn {
        bottom: 20px;
        right: -100px;
    }
    .floating-service-btn:hover {
        right: 10px;
    }
    .service-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* 呼吸灯动画 */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(33,150,243,0.4); }
    70% { box-shadow: 0 0 0 15px rgba(33,150,243,0); }
    100% { box-shadow: 0 0 0 0 rgba(33,150,243,0); }
}


.top-phone{
  zoom: 1;
}

.top-phone:after{
  content:"\20";
  height:0;
  display:block;
  overflow:hidden;
  content: "";
  clear: both;
}

.top-phone-icon{
  float:left;
  margin-right: 5px;
  width: 46px;
  height: 43px;
}

.top-phone-text{
  float:left;
  margin-top: 3px;
  margin-right: 10px;
}

.top-phone-text .top-phone-tip{
  color: #777995;
  font-size: 12px;
  line-height: 1;
}

.top-phone-text .top-phone-num{
  font-size: 20px;
  line-height: 1.5;
  color: #1E50AE;
  font-weight: bold;
  margin-top: 5px;
}

@media (max-width:768px){
  .top-phone-text .top-phone-tip{
    display: none;
  }

  .top-phone-icon{
    width: 22px;
  }

  .top-phone-text .top-phone-num{
    font-size: 12px;
  }
}

.clearfix{*zoom:1
}

.clearfix:after{
  content:"\20";
  clear:both;
  height:0;
  display:block;
  overflow:hidden;
}
.detail-tit, .detail-desc{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.detail-tit{
  height: 1.75rem;
}
.detail-desc{
  height: 1.25rem;
}

.contact-phone{
  height: 60px;
}

.pc-search input{
  border: 1px solid #ddd;
}

.pc-search-btn{
  color: #1E7EFF;
}

.header {
  position: relative;
  z-index: 100;
}

.top-menu {
  background-color: #1e50ae;
}

.top-menu .sub-menu {
  display: none;
  position: absolute;
  left: -10px;
  top: 100%;
  min-width: 120px;
  background: #1144ab;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.top-menu .nav-item:hover .sub-menu {
  display: block;
}

.top-menu .sub-menu a {
  color: #fff;
  line-height: 2.5rem;
}

@media (max-width:768px) {
  .top-menu .nav-item:hover .sub-menu {
    display: none;
  }
}

.main-content {
  margin-top: 60px;
  padding: 20px;
}

.search-input:focus {
  outline: none;
}

/* 基础样式 */

.top-slide .glide__slide {
  position: relative;
}

.top-slide .glide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 桌面端幻灯片高度 */

.top-slide .glide__slide .relative {
  height: 600px;
}

/* 移动端幻灯片高度 */

@media (max-width: 768px) {
  .top-slide .glide__slide .relative {
    height: 300px;
  }
}

.glide__bullet {
  background-color: white;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid white;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: transparent;
}

.top-menu ul {
  height: 3.5rem;
}

.top-menu ul ul {
  height: auto;
}

.mobile-menu-button {
  background-color: #1E50AE;
  margin-left: 10px;
  color: #fff;
}

/* 添加过渡动画 */

#mobileSearchBox {
  transition: all 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
}

#mobileSearchBox.active {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width:1120px){
  .top-menu .menu-item{
    margin-left: 2rem !important;
  }
  .top-menu .sub-menu .menu-item{
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .top-menu .nav-item {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgb(255,255,255,0.1);
    margin-left: 0 !important;
  }
  .top-menu .menu-item.current-menu-item, .top-menu .menu-item.current_page_item{
    background-color: #1144ab;
  }
.top-menu .menu-item.current-menu-item .border-b-2{
  border: none;
}
.top-menu .menu-item.current-menu-item .border-b-2:hover{
  background-color: #1144ab;
  border: none;
}
  .top-menu .sub-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    padding-left: 2rem;
  }

  .top-menu .sub-menu li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .top-menu ul {
    height: auto;
    background-color: #1E50AE;
  }

  .top-menu ul li {
    height: 3.5rem;
  }

  .top-menu .menu-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-menu .menu-item a {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

/*菜单详情*/

.menu-container {
  position: relative;
}
@media (max-width:960px){
  .menu-container{
    display: none;
  }
}

.menu-detail {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.menu-detail.active {
  display: flex;
}

.menu-detail .menu-detail-nav{
  background-color: #1144ab;
  color: #fff;
}

.menu-detail .nav-item.active,
.menu-detail .nav-item:hover {
  background-color: #F3F4F6;
  color: #3B82F6;
}
.menu-detail .nav-item a{
  flex: 1;
}

.menu-detail .content-section {
  display: none;
  max-height: 540px;
  overflow-y: auto;
}

.menu-detail .content-section a:hover{
  color: #3B82F6;
}

.menu-detail .content-section.active {
  display: block;
}


/* 微信悬浮显示样式 */
.wechat-hover-trigger {
  position: relative;
  }
  
  .wechat-hover-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  width: 180px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  }
  
  .wechat-hover-content:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  }
  
  .wechat-hover-trigger:hover .wechat-hover-content {
  display: block;
  }
  
  .wechat-hover-content .wechat-qrcode {
  margin-bottom: 10px;
  }
  
  .wechat-hover-content .wechat-qrcode img {
  max-width: 150px;
  height: auto;
  border: 1px solid #eee;
  }
  
  .wechat-hover-content p {
  margin: 0;
  color: #333;
  font-size: 12px;
  }
  
  /* 移动端适配 */
  @media (max-width: 768px) {
  .wechat-hover-content {
      left: auto;
      right: 0;
      transform: none;
  }
  
  .wechat-hover-content:before {
      left: auto;
      right: 20px;
  }
  }
  /* 头部样式 - 添加header前缀防止冲突 */
  .header-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  }
  
  /* 顶部信息栏 */
  .header-top-bar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  font-size: 14px;
  }
  
  .header-top-bar .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  
  .header-top-left .header-home-link {
  color: #666;
  text-decoration: none;
  }
  
  .header-top-left .header-home-link i {
  color: #1E50AE;
  margin-right: 5px;
  }
  
  .header-links {
      display: flex;
  }
  
  .header-links a {
      color: #666;
      text-decoration: none;
      margin-left: 15px;
      transition: color 0.3s;
  }
  
  .header-links a i {
      margin-right: 5px;
      color: #1E50AE
  }
  
  .header-links a:hover {
      color: #1E50AE
  }
  
  .header-language-switch {
      margin-left: 15px;
      padding-left: 15px;
      border-left: 1px solid #ddd;
  }
  
  .top-bar{
      padding: 15px 0;
  }
  .custom-logo{
      max-height: 60px;
      max-width: 310px;
      width: auto;
  }
  .custom-logo.mobile{
    display: none;
  }
  @media (max-width:768px){
    .custom-logo{
      display: none;
    }
    .custom-logo.mobile{
      display: block;
    }
  }
  .logo-intro{
      border-left: 1px solid #e5e5e5;
      padding-left: 15px;
      margin-left: 15px;
      font-size: 14px;
      color: #777;
  }
  .logo-intro .logo-text{
      color: #1E50AE;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.3;
  }
  .logo-intro .text-sm{
      margin-top: 5px;
  }
  
  .header-phone-icon {
      width: 50px;
      height: 50px;
      background-color: #1E50AE;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-right: 10px;
  }
  .header-phone-icon a{
    color: #fff;
  }
  .mobile-tel a{
    background-color: #1E50AE !important;
  }
  
  @media (max-width: 992px) {
  }
  @media (max-width: 768px) {
    .custom-logo {
      max-height: 40px;
      max-width: 100%;
      margin-right: 10px;
    }
      .top-bar{
          padding: 10px;
      }
      .header-main{
          padding: 0;
      }
      .header-business-title{
          font-size: 18px;
      }
      .header-top-bar {
          display: none;
      }
      .logo-intro .text-sm{
        display: none;
      }
  }

/* 容器使用 flex 布局 */

.site-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* 正文内容 */
.single-top .breadcrumb{
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.1);
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  max-width: 1280px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 1.5rem;
}
.single-top .breadcrumb a{
  color: #fff;
}
.single{
  background-color: #f3f3f3;
}
.single .content-area{
  background-color: #fff;
}
.content-area .post-title{
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.content-area {
  order: 1;
  flex-basis: 100%;
  overflow: hidden;
}
.entry-box  .thumb-img{float: right; margin-left: 20px; width: auto; height: 60px;}
.entry-box  .thumb-img img{height: 60px; max-width: 100%;}

@media (min-width: 768px) {
  .content-area {
    order: 1;
    flex-basis: calc(75% - 10px);
  }
}

.widget-area {
  order: 2;
  flex-basis: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .widget-area {
    order: 2;
    flex-basis: calc(25% - 10px);
    overflow: hidden;
  }
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.sidebar-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.sidebar-menu a:hover {
  background: #f0f0f0;
  color: #1e40af;
}

.sidebar-menu .active {
  background: #1e40af;
  color: white;
}

.entry-meta {
  padding: 50px 0 20px;
  color: #fff;
  line-height: 30px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.entry-meta .entry-description p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.entry-meta .entry-box{
  width: 75%;
  margin-bottom: 20px;
  margin: 0 1.5rem 1.5rem;
  overflow: hidden;
}

.entry-meta .entry-title{
  margin-bottom: 1.5rem;
  white-space: nowrap;
  line-height: 2.25rem;
  overflow: hidden;
  text-overflow: ellipsis;

}

.entry-meta .btns{
  white-space: nowrap;
}

.entry-meta .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF;
  /* 按钮背景颜色 */
  color: white;
  /* 按钮文字颜色 */
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  /* 按钮圆角 */
  transition: background-color 0.3s ease;
  /* 背景颜色过渡效果 */
  margin-left: 1.5rem;
}

.entry-meta .btn:hover {
  background-color: #0056b3;
  /* 鼠标悬停时的按钮背景颜色 */
}

@media (max-width:768px){
  .single .single-top{height: auto;}
  .entry-meta .entry-box{
    width:auto;
  }
}
.entry-meta .btn.contact-tel {
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 16px;
}

.entry-meta .btn.contact-tel .call-text {
  font-size: 14px;
  font-weight: normal;
}

.entry-meta .btn.contact-tel .phone-number {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .entry-meta .btn.contact-tel {
      padding: 8px 12px;
  }
  
  .entry-meta .btn.contact-tel .call-text {
      font-size: 13px;
  }
  
  .entry-meta .btn.contact-tel .phone-number {
      font-size: 16px;
  }
}

.related-post .yarpp-related h3{
  margin-bottom: 10px;
}
.related-post .yarpp-related a{
  font-weight: normal;
  color: #007BFF;
}
.related-post .yarpp-related a:hover{
  color: #0056b3;
}

.yarpp-related{
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 20px;

}
.yarpp-related ol:after,.yarpp-related ul:after{
    content:"\20";
    clear:both;
    height:0;
    display:block;
    overflow:hidden;

}
.yarpp-related h3{
  margin-bottom: 10px;
}
.yarpp-related li{
  float: left;
  width: 50%;
  padding: 5px 0;
  white-space: nowrap;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-list li{
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-list li a{
  color: #007BFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 全局样式 */
.entry-content a{
  color: #333;
  text-decoration: none;
}

.entry-content {
  line-height: 1.15;
  /* 1.15 是大多数浏览器的默认行高比例 */
  -webkit-text-size-adjust: 100%;
  /* 防止 iOS 设备上文本大小随设备方向改变 */
}

/* 标题样式 */

.entry-content h1 {
  font-size: 2em;
  /* 通常是父元素字体大小的 2 倍 */
  margin: 0.67em 0;
  /* 上下外边距 */
}

.entry-content h2 {
  font-weight: bold;
  font-size: 1.5em;
  /* 通常是父元素字体大小的 1.5 倍 */
  margin: 0.83em 0;
  /* 上下外边距 */
}

.entry-content h3 {
  font-weight: bold;
  font-size: 1.17em;
  /* 通常是父元素字体大小的 1.17 倍 */
  margin: 1em 0;
  /* 上下外边距 */
}

.entry-content h4 {
  font-weight: bold;
  font-size: 1em;
  /* 与父元素字体大小相同 */
  margin: 1.33em 0;
  /* 上下外边距 */
}

.entry-content h5 {
  font-weight: bold;
  font-size: 0.83em;
  /* 通常是父元素字体大小的 0.83 倍 */
  margin: 1.67em 0;
  /* 上下外边距 */
}

.entry-content h6 {
  font-weight: bold;
  font-size: 0.67em;
  /* 通常是父元素字体大小的 0.67 倍 */
  margin: 2.33em 0;
  /* 上下外边距 */
}

/* 段落样式 */

.entry-content p {
  margin: 1em 0;
  /* 上下外边距 */
}

/* 列表样式 */

.entry-content ul,
.entry-content ol {
  margin: 1em 0;
  /* 上下外边距 */
  padding: 0 0 0 40px;
  /* 左内边距 */
}

.entry-content ul{
  list-style: decimal;
}

.entry-content ol{
  list-style: circle;
}

.entry-content li {
  display: list-item;
  /* 确保列表项正常显示 */
}

/* 链接样式 */

.entry-content a {
  background-color: transparent;
  /* 去除链接默认背景颜色 */
  color: #333;
  /* 浏览器默认链接颜色 */
  text-decoration: none;
  /* 链接默认下划线 */
  cursor: pointer;
  /* 鼠标悬停时显示手型指针 */
}

/* 强调和重要文本样式 */

.entry-content strong {
  font-weight: bolder;
  /* 更粗的字体权重 */
}

.entry-content em {
  font-style: italic;
  /* 斜体样式 */
}

/* 表格样式 */

.entry-content table {
  border-collapse: collapse;
  /* 合并表格边框 */
  border-spacing: 0;
  /* 表格单元格间距 */
}

.entry-content th,
.entry-content td {
  padding: 1px;
  /* 表格单元格内边距 */
  border: 1px solid #ccc;
  /* 表格边框 */
}

/* 表单元素样式 */

.entry-content input,
.entry-content textarea,
.entry-content select {
  font-family: inherit;
  /* 继承父元素字体 */
  font-size: inherit;
  /* 继承父元素字体大小 */
  line-height: inherit;
  /* 继承父元素行高 */
  margin: 0;
  /* 去除外边距 */
}

.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"] {
  -webkit-appearance: button;
  /* 确保按钮在不同浏览器显示一致 */
  cursor: pointer;
  /* 鼠标悬停时显示手型指针 */
}

.breadcrumb{
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width:768px){
  .single .breadcrumb,
  .breadcrumb .text-gray-900{
    display: none;
  }
  .footer-widget{
  }
  .footer-widget ul{
    display: flex;
    flex-wrap: wrap;
  }
  .footer-widget ul li{
    width: 50%;
  }
}
/* Banner */
.banner {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.banner-slide {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,40,86,0.6);
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
max-width: 1280px;
  width: 80%;
  z-index: 2;
}
.banner-pic{
max-width: 100px;
width: 100px;
height: 100px;
border-radius: 100%;
margin: 0 auto;
}
.banner-pic img{
border-radius: 100px;
}
.banner-title {
  font-size: 48px;
  margin-bottom: 20px;
  text-shadow: 0 2px 5px rgba(0,0,0,0.3);
  animation: fadeInUp 1s ease;
}

.banner-desc {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  animation: fadeInUp 1s ease 0.3s forwards;
  opacity: 0;
}

.banner-btn {
  animation: fadeInUp 1s ease 0.6s forwards;
  opacity: 0;
}
.banner .btn-primary{
display: inline-block;
padding: 12px 30px;
border-radius: 4px;
font-weight: bold;
text-align: center;
transition: all 0.3s ease;
border: none;
cursor: pointer;
background-color: #1e40af;
color: #fff;
}
.banner .btn-primary:hover{
background-color: #2579F0;
color: #fff;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
@media (max-width:768px){

  .banner,.banner-slide {
      height: 450px;
  }
.banner .glide__bullets{
bottom: 10px;
}
  .banner .glide__arrows{
display: none;
}
  .banner-title {
      font-size: 32px;
  }
  
  .banner-desc {
      font-size: 18px;
  }
}
@media (max-width: 576px) {
  .banner,.banner-slide {
      height: 450px;
  }
  
  .banner-title {
      font-size: 28px;
  }
  
  .banner-desc {
      font-size: 16px;
  }
}


.index-intro{
  padding: 20px 0;
}

.index-intro .tit{
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 10px 0 5px 0;
  justify-content: center;
}

/* .index-intro .tit:before{
	background: linear-gradient(to right, transparent, #666);
    content: "";
    height: 1px;
    width: 60px;
    margin: 0 10px 0 0;
    display: inline-block;
}
.index-intro .tit:after{
	background: linear-gradient(to right, #666, transparent);
    content: "";
    height: 1px;
    width: 60px;
    margin: 0 0 0 10px;
    display: inline-block;
} */
.index-intro .con{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.index-section{
  padding: 20px 0 20px;
}

.index-section:nth-child(odd){
  background-color: #EFF0F2;
}

.index-tit{
  font-size: 26px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}

@media (max-width:960px){
  .index-section{
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  .index-tit{
    font-size: 22px;
    padding: 15px 0;
  }
}

@media (max-width:768px){
  .index-tit{
    font-size: 20px;
  }

  .text-xl.font-semibold{
    font-size: 16px;
  }
}

.index-intro .txt{
  float: left;
  width: 48%;
  line-height: 2;
  margin-right: 2%;
}

.index-intro .txt p:first-child{
  margin-bottom: 15px;
}

.index-intro .txt .text1, .index-intro .text .text2{
  text-indent: 2em;
}

.index-intro .img{
  float: right;
  width: 50%;
  text-align: right;
}

.index-intro .img img{
  display: inline-block;
}

.index-intro .tip{
  text-align: right;
}
.index-pro-lists .card:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

@media (max-width:960px){
  .index-intro .txt .text2{
    display: none;
  }
}

@media (max-width:768px){
  .index-intro .con{
    flex-direction: column-reverse;
  }
  .index-intro{
    font-size: 14px;
  }

  .index-intro .tit{
    font-size: 16px;
  }

  .index-intro .txt,.index-intro .img{
    float: none;
    width: 100%;
  }

  .index-intro .img{
    text-align: center;
    margin-bottom: 20px;
  }

  .index-intro .tip{
    text-align: center;
  }
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-\[240px\] {
  height: 240px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[600px\] {
  height: 600px;
}

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-items-center {
  justify-items: center;
}

.gap-12 {
  grid-row-gap: 3rem;
  grid-column-gap: 3rem;
  -webkit-gap: 3rem;
  gap: 3rem;
  
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.\!rounded-button {
  border-radius: 8px !important;
}

.rounded {
  border-radius: 8px;
}

.rounded-button {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 16px;
}

.border {
  border-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-primary\/10 {
  background-color: rgb(37 99 235 / 0.1);
}

.bg-primary\/80 {
  background-color: rgb(37 99 235 / 0.8);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/80 {
  --tw-gradient-from: rgb(37 99 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/90 {
  --tw-gradient-from: rgb(37 99 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-\[\\\'Pacifico\\\'\] {
  font-family: \'Pacifico\';
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(37 99 235 / 0.9);
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-primary\/80:hover {
  color: rgb(37 99 235 / 0.8);
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}



.contact-container {
  display: flex;
  min-height: 100px;
  background: linear-gradient(to right, #ffffff 0%, #5BA4C7 100%);
  position: relative;
  overflow: hidden;
}

/* 分隔线 */
.contact-container::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  background: linear-gradient(to bottom,
          transparent 20%,
          rgba(42, 12, 76, 0.3) 50%,
          transparent 80%);
  transform: rotate(15deg);
  /* 修正倾斜方向 */
  left: 51%;
  top: -25%;
}

.contact-container .column {
  flex: 1;
  padding: 20px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-container .left {
  text-align: right;

}

.contact-container .right {}

/* 左侧文字 */
.contact-container .highlight {
  color: #2A0C4E;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-container .service {
  color: #2A0C4E;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.3);
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
}

/* 右侧电话区 */
.contact-container .hotline-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 8px;
}

.contact-container .hotline-number {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.contact-container .hotline-number a {
  color: #fff;
  text-decoration: none;
}

.contact-container .btn {
  background: #2A0C4E;
  position: relative;
  cursor: pointer;
  color: white;
  padding: 12px 35px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  width: fit-content;
  transition: transform 0.3s ease;
}

/* 在线申请表单样式 */
/* 表单容器样式 */
.online-application-form {
  background-color: #f8f9fa;
  padding: 25px;
}

/* 表单标题和电话样式 */
.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
}

.form-title {
  margin: 0;
  font-size: 22px;
  color: #1e40af;
  font-weight: bold;
}

.form-phone {
  font-size: 18px;
  font-weight: bold;
  color: #1e40af;
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: rgba(30, 64, 175, 0.1);
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.form-phone i {
  margin-right: 6px;
}

.form-phone:hover {
  background-color: rgba(30, 64, 175, 0.2);
}

/* 表单提示文字 */
.form-tip {
  margin-bottom: 20px;
  color: #4b5563;
}

.form-tip em {
  font-style: normal;
  color: #ef4444;
  font-weight: bold;
}

/* 表单字段样式 */
.form-field {
  margin-bottom: 15px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 15px;
  transition: border-color 0.3s;
  background-color: #f5f5f5;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #1e40af;
  outline: none;
  box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

.form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.form-row .form-field {
  flex: 1;
  margin-bottom: 0;
}

/* 表单提交区域 */
.form-submit {
  margin-top: 20px;
}

.form-note {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 15px;
}

/* 按钮组样式 */
.button-group {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.submit-btn, .baidu-service-btn {
  flex: 1;
  padding: 12px 15px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn i, .baidu-service-btn i {
  margin-right: 8px;
}

.submit-btn {
  background-color: #1e40af;
  color: white;
}

.baidu-service-btn {
  background-color: #f59e0b;
  color: white;
  text-decoration: none;
}

.submit-btn:hover {
  background-color: #1e3a8a;
}

.baidu-service-btn:hover {
  background-color: #d97706;
}

@media (max-width: 640px) {
  .form-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
  }
  
  .form-row {
      flex-direction: column;
      gap: 15px;
  }
  
  .button-group {
      flex-direction: column;
  }
  
  .form-phone {
      align-self: flex-start;
  }
}
/* .online-application-form {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
}

.form-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.form-tip{
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.form-tip em{
  font-style: normal;
  color: #1e40af;
}

.form-field {
  margin-bottom: 15px;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.form-row .form-field {
  flex: 1;
  margin-bottom: 0;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background-color: #f5f5f5;
}

.form-field textarea {
  height: 100px;
  resize: vertical;
}

.form-note {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

.form-submit {
  text-align: center;
}

.submit-btn {
  background: #2A0C4E;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #3a1c5e;
} */






/* 添加响应式设计 */
@media (max-width: 768px) {
  .contact-container {
      flex-direction: column;
      background: linear-gradient(to bottom, #ffffff 0%, #5BA4C7 100%);
  }

  .contact-container::after {
      display: none;
      /* 移除分隔线 */
  }

  .contact-container .column {
      padding: 15px 5%;
  }

  .contact-container .left {
      text-align: center;
  }

  .contact-container .right {
      text-align: center;
      align-items: center;
  }

  .contact-container .highlight {
      font-size: 22px;
      margin-bottom: 10px;
  }

  .contact-container .service {
      font-size: 16px;
      margin: 0 auto;
  }

  .contact-container .hotline-title {
      font-size: 14px;
  }

  .contact-container .hotline-number {
      font-size: 24px;
      margin-bottom: 15px;
  }

  .contact-container .btn {
      padding: 10px 25px;
      font-size: 14px;
      margin: 0 auto;
  }

  /* 响应式表单 */
  /* .form-row {
      flex-direction: column;
      gap: 15px;
  } */
}

/* 更小屏幕的额外调整 */
@media (max-width: 480px) {
  .contact-container .highlight {
      font-size: 18px;
  }

  .contact-container .service {
      font-size: 14px;
      padding: 6px 10px;
  }

  .contact-container .hotline-number {
      font-size: 20px;
  }
}


/* 现有样式保持不变 */
.btn.contact-tel {
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 16px;
}

/* 添加文章侧边栏小组件的响应式样式 */
.article-sidebar-widget {
  float: right;
  width: 200px;
  margin-top: -100px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.qr-code-container {
  text-align: center;
  margin-bottom: 15px;
}

.qr-code-wrapper {
  overflow: hidden;
}

.qr-code-wrapper img {
  width: 100%;
  border-radius: 4px;
}

.qr-code-wrapper p {
  margin-top: 8px;
  font-size: 12px;
  color: #333;
  font-weight: 500;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-btn {
  display: block;
  text-align: center;
  padding: 8px 0;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.contact-btn.online-apply {
  background: rgb(0, 94, 196);
}

.contact-btn.consult {
  background: #1e40af;
}

/* 移动端响应式样式 */
@media (max-width: 768px) {
  .article-sidebar-widget {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-bottom: 20px;
      margin-top: 0;
      padding: 0 12px;
  }
  
  .qr-code-container {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .qr-code-wrapper {
      width: 100px;
      margin-right: 10px;
  }
  
  .contact-buttons {
      flex-direction: row;
      flex-wrap: wrap;
  }
  
  .contact-btn {
      flex: 1;
      min-width: 120px;
      padding: 10px 15px;
  }
}



/* 悬浮按钮样式 */
.float-buttons {
  position: fixed;
  right: 0px;
  bottom: 100px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3b82f6;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-decoration: none;
}

.float-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #2563eb;
}

.float-button i {
  font-size: 24px;
}
/* 微信弹窗样式 */
.wechat-popup {
  position: absolute;
  right: 60px;
  bottom: 0;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  display: none;
  width: 150px;
  text-align: center;
  z-index: 1000;
}

.wechat-popup img {
  width: 100%;
  height: auto;
}

.wechat-popup p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #333;
}

.wechat-container {
  position: relative;
}

.wechat-container:hover .wechat-popup,
.wechat-popup:hover {
  display: block;
}

/* 电话弹窗样式 */
.phone-container {
  position: relative;
}

.phone-popup {
  position: absolute;
  right: 60px;
  bottom: 0;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  display: none;
  width: 180px;
  text-align: center;
  z-index: 1000;
}

.phone-popup p {
  margin: 5px 0;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.phone-popup a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 0;
  margin: 5px 0;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.phone-popup a:hover {
  color: #2563eb;
  background-color: #f0f7ff;
}

.phone-popup a i {
  margin-right: 8px;
  color: #3b82f6;
}

.phone-container:hover .phone-popup,
.phone-popup:hover {
  display: block;
}

/* 返回顶部按钮初始隐藏 */
#back-to-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

#back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .float-buttons {
      right: 10px;
      bottom: 10px;
  }

  .float-button {
      width: 45px;
      height: 45px;
  }

  .float-button i {
      font-size: 20px;
  }
}


.mobile-tel{min-width: 90px;}
@media (max-width:400px){
  .logo-intro .logo-text{
    font-size: 18px;
  }
}


		
/* 高亮咨询专线样式 */
.hotline-highlight {
	display: flex;
	align-items: center;
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 15px;
	margin: 20px 0;
	border-left: 4px solid #4A90E2;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.hotline-icon {
	background-color: #4A90E2;
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-size: 24px;
}

.hotline-content {
	flex: 1;
}

.hotline-label {
	color: #6B7280;
	font-size: 14px;
	margin: 0;
	line-height: 1.2;
}

.hotline-number {
	color: #4A90E2;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
}



.index-section .card{
  border: 1px solid #eee;
}
.index-section .detail-desc{
  display: none;
}
@media (max-width:768px){
  .index-section .detail-desc{
    display: none;
  }
  .index-section .detail-more{
    display: none;
  }
}


.why-con .why-detail{
  text-align: center;
}
/* 现有样式保持不变 */
.index-section .detail-tit{
  margin: 0;
  text-align: center;
}
@media (max-width:768px){
  .index-section .detail-tit{
  font-size: 14px;
  text-align: center;
  margin: 0;
}
}

/* 主导航Tab菜单样式 */
.main-tab-navigation {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 30px;
}

.main-tab-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0;
  margin: 0;
  justify-content: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.main-tab-nav::-webkit-scrollbar {
  display: none;
}

.tab-button {
  padding: 15px 25px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  color: #4B5563;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 16px;
}

.tab-button:hover {
  color: #2579F0;
}

.tab-button.active {
  color: #2579F0;
  border-bottom-color: #2579F0;
}

/* Tab内容面板样式 */
.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 响应式调整 */
@media (max-width: 768px) {
  .tab-button {
    padding: 12px 15px;
    font-size: 14px;
  }
  .main-tab-nav .tab-button:last-child{
    display: none;
  }
}

@media (min-width:767px){
	.main-tab-navigation{
		display: none;
	}
	.tab-container .tab-panel{
		display: block;
	}
}

 /* 分部地址悬浮效果 */
/* .footer-service .address {
    display: none;
    font-size: 0.85rem;
    color: #a0aec0;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.footer-service li {
    position: relative;
}

.footer-service li:hover .address {
    display: block;
    animation: fadeIn 0.3s ease;
}

.footer-service .branch-name {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.footer-service .branch-name:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.7rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: transform 0.3s ease;
}

.footer-service li:hover .branch-name:after {
    transform: translateY(-50%) rotate(180deg);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
} */


/* 友情链接样式 */
.friend-links-section {
  padding: 15px 0;
}

.friend-links-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.friend-links-title {
  color: #fff;
  font-size: 14px;
}

.friend-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content:center;
}

.friend-links-list a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.friend-links-list a:hover {
  color: #0066cc;
}
.social-img{
  max-width: 120px;
}
@media (max-width: 768px) {
  .friend-links-container {
      flex-direction: column;
      gap: 5px;
  }
  
  .friend-links-list {
      gap: 15px;
  }
}
.copyright{
  padding-top: 10px;
}


/* 分公司网络样式 */
.branch-offices {
    margin: 0 0 10px;
    color: #fff;
}

.branch-offices h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.branch-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.branch-item {
    padding: 10px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.branch-item p {
    margin: 0;
}

.branch-item .address_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.branch-item .address_location {
    display: none;
    margin-top: 5px;
    padding-left: 26px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.branch-item:hover .address_location {
    display: block;
    animation: fadeIn 0.3s ease;

}

.branch-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.branch-item:hover .branch-arrow {
    transform: rotate(180deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.branch-item .address_location {
    display: none;
}

.branch-grid:hover .address_location {
    display: block;
}

.branch-item:hover {
    background-color: #0055aa;
    transform: translateY(-2px);
}

.branch-item i {
    margin-right: 10px;
    font-size: 16px;
}

.branch-item span {
    font-size: 14px;
}

@media (max-width: 768px) {
    .branch-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.friend-links-footer {
    padding: 15px 0;
}


.friend-links-content h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.friend-links-footer .links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.friend-links-footer .links-list a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.friend-links-footer .links-list a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

@media (max-width: 768px) {

    .friend-links-content h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .friend-links-footer .links-list {
        gap: 15px;
    }

    .friend-links-footer .links-list a {
        font-size: 13px;
        padding: 6px 12px;
    }
}

@media (max-width: 480px) {
    .friend-links-footer .links-list {
        gap: 10px;
    }

    .friend-links-footer .links-list a {
        font-size: 12px;
        padding: 5px 10px;
    }
}