@charset "UTF-8";
/*******************************************
 *******************************************
 *
 * @File: FlatPro by themeum.
 *
 * This file contains the styling for the actual theme, this
 * is the file you need to edit to change the look of the
 * theme.
 *
 * This files contents are outlined below >>>
 *
 *******************************************
 *******************************************
 *
 * == INDEX PAGE CSS
 *
 * 00 - 00 - common & reset css
 * 01. header
 * 02. 轮播图 
 * 03. 特色服务容器
 * 04. 苏豪通网站展示
 * 05. 有效询盘
 */

.c1 {
  color: #2d3666; }

.c1-bg {
  background-color: #2d3666; }

.c1-bo {
  border-color: #2d3666 !important; }

.c2 {
  color: #222538; }

.c2-bg {
  background-color: #222538; }

.c2-bo {
  border-color: #222538 !important; }

.c3, #menu ul ul li a:hover, .single-service.bordered .inner:hover .icon, .bordered.single-service-2 .inner:hover .icon, .bordered.single-service-3 .inner:hover .icon,
.single-service.bordered .inner:hover h4,
.bordered.single-service-2 .inner:hover h4,
.bordered.single-service-3 .inner:hover h4, .single-service-3 .inner:hover .title .icon, .faq-sidebar li a, .single-pricing .inner a.button:hover, .single-pricing-2 .inner a.button:hover, .single-pricing-2.active .inner a.button {
  color: #4698ff; }

.c3-bg, .bg1, .button, .hero-slider .owl-dots .owl-dot.active, .single-service-2:hover .inner, .faq .single-item.active, .single-faq h2 span, .footer_widget .nw_form button, .tabs-area .tabs-nav li a.active, .single-team .inner .team-img::after, .single-pricing.active .inner, .active.single-pricing-2 .inner, .single-pricing-2.active .inner .title .price {
  background-color: #4698ff; }

.c3-bo, .button, .single-service.bordered .inner:hover, .bordered.single-service-2 .inner:hover, .bordered.single-service-3 .inner:hover, .testimonial-slider .single-slide, .tabs-area .tabs-nav li a::after, .tabs-area .tabs-nav li a.active, .contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
  border-color: #4698ff !important; }

* {
  margin: 0;
  padding: 0; 
}

a:focus,
a:hover,
a:visited,
input,
input:hover,
input:focus,
input:active,
select {
  text-decoration: none;
  outline: none !important; }

img {
  max-width: 100%; }

a,
span {
  display: inline-block; }

.no-padding {
  padding: 0; }

.static {
  position: static; }

.relative {
  position: relative; }

/* .bg2 {
  background-color: #f3f6fa; } */

.sp {
  padding-top: 100px;
  padding-bottom: 100px; }

.spt {
  padding-top: 90px; }

.spb {
  padding-bottom: 90px; }

/* preloader css */
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center; }

.preloader-spin {
  margin: 0 auto;
  height: 35px;
  width: 35px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #d0d0d0 #d0d0d0 #111111 #d0d0d0;
  animation: 1s linear 0s normal none infinite running spinner_preloader; }

@keyframes spinner_preloader {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(720deg); } }
/* button */
.button {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid;
  color: #fff;
  border-radius: 3px;
  font-weight: 400; }
  .button-primary {
    font-size: 1.4rem;
    line-height: 40px;
    padding: 6px 30px;
    border: 2px solid;
    color: #fff;
    border-radius: 50px;
    font-weight: 400; }
  .button:hover {
    color: #fff;
    background: #3578d6;
}
  @media only screen and (max-width: 767px) {
    .button {
      font-size: 13px;
      padding: 0 15px;
      line-height: 32px; } }

.button-2 {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid;
  color: #fff;
  background-color: transparent;
  border: 2px solid #c1c2c5;
  color: #2d3666;
  border-radius: 3px;
  font-weight: 400; }
  .button-2:hover {
    color: #fff;
    background-color: #333;
    border-color: #333; }
  @media only screen and (max-width: 767px) {
    .button-2 {
      font-size: 13px;
      padding: 0 15px;
      line-height: 32px; } }

/* section title */
.section-title {
  text-align: center;
  font-size: 16px;
  color: #7d91aa;
  font-weight: 300;
  margin-bottom: 30px; }
  .section-title h2 {
    margin: 0 0 5px;
    font-size: 2.8rem;
    /* line-height: 5rem; */
    margin-bottom: 20px;
    font-weight: 700;
    color: #1A1A1A }
  .section-title p {
    font-size: 1rem;
    color: #1A1A1A;
    font-weight: 400;
  }
  .section-title.white {
    color: #ffffff; }
    .section-title.white h2 {
      color: #fff; }

/* page-title */
.page-title {
  font-size: 16px;
  color: #7d91aa; }
  .page-title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #333; }
  .page-title p:last-child {
    margin-bottom: 0; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #2d3666; }

h1, h2, h3, h4, h5, h6 {
  color: #222538; }

iframe {
  border: none; }

.slicknav_menu {
  background-color: #1f2131;
  border-bottom: 1px solid #585757; 
}
@media only screen and (min-width: 991px) {
  .slicknav_menu {
    display: none; 
  } 
}

/* 隐藏MENU文本，但保留汉堡菜单图标 */
.slicknav_menu .slicknav_menutxt {
  display: none !important;
}

/*****************************
 *   01. header
 ***************************** */
/* 导航相关样式已移动到navigation.css文件 */

/*****************************
 *   02. hero-area
 ***************************** */
.hero-slider .single-slide {
  height: 100vh;
  position: relative;
}

.hero-slider .single-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.3);
}

.hero-slider .slide-content {
  position: relative;
  z-index: 2;
}

.hero-slider .single-slide {
  height: 715px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .hero-slider .single-slide {
      height: auto;
      padding: 60px 30px 100px;
      z-index: 1; }
      .hero-slider .single-slide::after {
        content: "";
        height: 100%;
        width: 100%;
        background-color: transparent;
        z-index: -1;
        left: 0;
        top: 0;
        position: absolute; } }
  @media only screen and (max-width: 767px) {
    .hero-slider .single-slide {
      font-size: 18px;
      line-height: 24px;
      text-align: center; 
      background-size: cover !important;
      background-position: center !important; } }
  .hero-slider .single-slide h2 {
    font-size: 4.5rem;
    line-height: 6rem;
    margin: 0 0 25px;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .hero-slider .single-slide h2 {
        font-size: 30px;
        line-height: 35px; } }
  .hero-slider .single-slide .slide-btn {
    margin-top: 50px; }
    .hero-slider .single-slide .slide-btn a:not(:last-child) {
      margin-right: 4px; }
.hero-slider .owl-dots {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .hero-slider .owl-dots .owl-dot {
    background-color: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 30px; }
    .hero-slider .owl-dots .owl-dot.active {
      width: 40px; }
.hero-slider .owl-nav > div {
  position: absolute;
  left: 3%;
  top: 50%;
  height: 40px;
  width: 40px;
  background-color:#548CF2;
  opacity: 0.25;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.hero-slider .owl-nav > div:hover {
  height: 50px;
  width: 50px;
  line-height: 50px;
  opacity: 0.8;
  cursor: pointer;
}

.hero-slider .owl-nav > div.owl-next {
  left: auto;
  right: 3%;
}

/* 轮播图导航箭头内部图标样式 */
.hero-slider .owl-nav i {
  font-size: 24px !important; /* 使用!important确保覆盖所有其他样式 */
  display: inline-block;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.hero-slider .owl-nav > div:hover i {
  font-size: 28px !important;
  line-height: 50px;
}

/* 轮播图导航图标响应式样式 */
@media (max-width: 767px) {
  .hero-slider .owl-nav i {
    font-size: 20px !important;
    line-height: 40px;
  }
  .hero-slider .owl-nav > div:hover i {
    font-size: 24px !important;
    line-height: 50px;
  }
}

/*****************************
 *   03. brand-area
 ***************************** */
.brand-area {
  background-image: url("../img/banner-2.webp");
  background-size: cover;
  background-position: center;
  padding: 70px 0px;
}

.brand-content {
  padding: 25px;
}

.brand-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 4rem;
}

.brand-content h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #131313;
  margin-bottom: 2rem;
}

.brand-content hr {
  margin: 20px 0;
  border-top: 1px solid #E9E9E9;
  width: 100%;
}

.brand-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #1A1A1A;
  margin-top: 25px;
}

/*****************************
 *   04. service-area
 ***************************** */
.single-service, .single-service-2, .single-service-3 {
  margin: 15px 0; }
  .single-service .inner, .single-service-2 .inner, .single-service-3 .inner {
    background-color: #fff;
    border-radius: 7px;
    padding: 30px; }
    .single-service .inner:hover, .single-service-2 .inner:hover, .single-service-3 .inner:hover {
      box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15); }
    .single-service .inner .title, .single-service-2 .inner .title, .single-service-3 .inner .title {
      overflow: hidden;
      margin-bottom: 15px; }
      .single-service .inner .title .icon, .single-service-2 .inner .title .icon, .single-service-3 .inner .title .icon {
        float: left;
        font-size: 26px; }
      .single-service .inner .title h4, .single-service-2 .inner .title h4, .single-service-3 .inner .title h4 {
        padding-left: 50px;
        font-size: 20px;
        margin: 3px 0 0; }
    .single-service .inner .content, .single-service-2 .inner .content, .single-service-3 .inner .content {
      font-weight: 300;
      font-size: 14px;
      color: #2d3666;
      line-height: 26px; }
      .single-service .inner .content p:last-child, .single-service-2 .inner .content p:last-child, .single-service-3 .inner .content p:last-child {
        margin-bottom: 0; }
  .single-service.bordered .inner, .bordered.single-service-2 .inner, .bordered.single-service-3 .inner {
    border: 1px solid #cad4de;
    box-shadow: none; }

.single-service-2 {
  text-align: center; }
  .single-service-2 .inner {
    border: 1px solid #cad4de;
    border-radius: 5px;
    padding: 85px 40px; }
    .single-service-2 .inner .content {
      font-size: 16px;
      color: #7288b5;
      margin-top: 25px; }
    .single-service-2 .inner .title {
      text-align: center; }
      .single-service-2 .inner .title .icon {
        float: none;
        display: block;
        font-size: 40px;
        margin-bottom: 30px; }
      .single-service-2 .inner .title h4 {
        padding-left: 0; }
  .single-service-2:hover .inner {
    color: #fff; }
    .single-service-2:hover .inner .content,
    .single-service-2:hover .inner .title h4 {
      color: #fff; }

.single-service-3 {
  margin: 30px 0; }
  .single-service-3 .inner {
    background: transparent;
    padding: 0;
    color: #fff; }
    .single-service-3 .inner:hover {
      box-shadow: none; }
    .single-service-3 .inner .content,
    .single-service-3 .inner .title h4 {
      color: #fff;
      padding-left: 100px; }
    .single-service-3 .inner .title h4 {
      font-size: 24px; }
    .single-service-3 .inner .content {
      font-size: 16px; }
    .single-service-3 .inner .title .icon {
      background-color: rgba(255, 255, 255, 0.2);
      width: 70px;
      height: 70px;
      text-align: center;
      line-height: 70px;
      border-radius: 4px;
      position: absolute;
      left: 15px;
      top: 0;
      font-size: 34px; }
    .single-service-3 .inner:hover .title .icon {
      background-color: #fff; }

/*****************************
 *   06. testimonial-area
 ***************************** */
.testimonial-area .section-title {
  margin-bottom: 45px; }

.testimonial-slider .single-slide {
  background-color: #fff;
  padding: 35px;
  border-radius: 5px;
  font-weight: 300;
  color: #7d91aa;
  border: 1px solid; }
  .testimonial-slider .single-slide img {
    width: auto; }
  .testimonial-slider .single-slide .client-info {
    overflow: hidden; }
    .testimonial-slider .single-slide .client-info .client-img {
      width: 58px;
      float: left;
      border-radius: 50%;
      overflow: hidden; }
    .testimonial-slider .single-slide .client-info .client-data {
      padding-left: 78px; }
      .testimonial-slider .single-slide .client-info .client-data h4 {
        font-size: 16px;
        margin: 4px 0 0; }
.testimonial-slider .owl-nav > div {
  background-color: #222222;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px; }
  @media only screen and (max-width: 991px) {
    .testimonial-slider .owl-nav > div {
      left: -12.5px;
      height: 25px;
      width: 25px;
      line-height: 25px; }
      .testimonial-slider .owl-nav > div i {
        font-size: 13px; } }
  .testimonial-slider .owl-nav > div.owl-next {
    left: auto;
    right: -55px; }
    @media only screen and (max-width: 991px) {
      .testimonial-slider .owl-nav > div.owl-next {
        right: -12.5px; } }

/*****************************
 *   08. footer-top
 ***************************** */
footer {
  background-color: #272938;
  color: #7286a0;
  line-height: 24px; }

.footer-top {
  padding: 65px 0; }
  @media only screen and (max-width: 991px) {
    .footer-top {
      padding: 30px 0; } }
  .footer-top .media img {
    width: 60px; }
    .footer-top .media img img {
      width: 100%; }

.footer_widget h5 {
  font-size: 16px; }

.footer_widget h4,
.footer_widget h5 {
  color: #7286a0; }

@media only screen and (max-width: 991px) {
  .footer_widget {
    padding: 15px; } }
.footer_widget h4 {
  margin-bottom: 40px;
  font-size: 18px; }
  @media only screen and (max-width: 991px) {
    .footer_widget h4 {
      margin-bottom: 20px; } }
.footer_widget ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer_widget ul li a {
    color: #7286a0;
    padding: 3px 0; }
.footer_widget .media {
  margin-bottom: 14px; }
  .footer_widget .media h5 {
    margin: 0;
    line-height: 20px; }
  .footer_widget .media a {
    color: #7286a0;
    font-size: 14px; }
  .footer_widget .media span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px; }
.footer_widget .nw_form {
  position: relative; }
  .footer_widget .nw_form input {
    width: 100%;
    display: block;
    background-color: #1f2131;
    border-radius: 3px;
    height: 40px;
    border: 1px solid #1f2131;
    color: #7286a0;
    text-indent: 20px; }
    .footer_widget .nw_form input::-webkit-input-placeholder {
      color: #7286a0; }
    .footer_widget .nw_form input::-moz-placeholder {
      color: #7286a0; }
    .footer_widget .nw_form input:-ms-input-placeholder {
      color: #7286a0; }
    .footer_widget .nw_form input:-moz-placeholder {
      color: #7286a0; }
  .footer_widget .nw_form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    border: none;
    color: #fff;
    padding: 0 15px;
    border-radius: 0 3px 3px 0; }

.footer-bottom {
  background-color: #1f2131;
  padding: 25px 0; }
  .footer-bottom a {
    color: #7286a0;
    padding: 0 10px; }
  @media only screen and (max-width: 991px) {
    .footer-bottom {
      text-align: center; }
      .footer-bottom .text-right {
        text-align: center !important;
        margin-top: 5px; } }

/*****************************
 *   09. tabs-area
 ***************************** */
.tabs-area .tabs-nav {
  display: block;
  padding-bottom: 30px;
  overflow: hidden; }
  .tabs-area .tabs-nav li {
    width: 25%;
    padding: 0 12.5px;
    display: inline-block;
    float: left;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .tabs-area .tabs-nav li {
        width: 50%;
        margin-top: -5px; } }
    .tabs-area .tabs-nav li a {
      text-align: center;
      color: #222538;
      display: block;
      border-bottom: 2px solid #222538;
      padding: 25px 0; }
      .tabs-area .tabs-nav li a::after {
        content: "";
        border: 10px solid transparent;
        position: absolute;
        top: 100%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .tabs-area .tabs-nav li a i {
        display: block;
        font-size: 24px;
        margin-bottom: 12px; }
      .tabs-area .tabs-nav li a span {
        font-size: 18px;
        font-weight: 700; }
    .tabs-area .tabs-nav li a.active {
      color: #fff;
      border-radius: 5px; }
      .tabs-area .tabs-nav li a.active::after {
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        opacity: 1; }

.tabs-area .tab-content {
  border: 1px solid #cad4de;
  padding: 40px;
  border-radius: 4px; }

/*****************************
 *   10. about-area
 ***************************** */
.about-content {
  color: #7d91aa;
  font-weight: 300;
  margin-top: 25px; }
  @media only screen and (max-width: 991px) {
    .about-content {
      margin-bottom: 20px; } }
  .about-content h3 {
    font-size: 24px;
    margin-bottom: 30px; }
  .about-content a.button {
    margin-top: 15px; }

/*****************************
 *   11. team-area
 ***************************** */
.single-team .inner {
  text-align: center; }
  .single-team .inner .team-img {
    position: relative; }
    .single-team .inner .team-img img {
      width: 100%; }
    .single-team .inner .team-img::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0; }
    .single-team .inner .team-img:hover::after {
      opacity: 0.4; }
  .single-team .inner .team-content {
    padding: 25px 0; }
    .single-team .inner .team-content h4 {
      font-size: 18px;
      font-weight: 400; }
    .single-team .inner .team-content h5 {
      font-weight: 300;
      font-size: 16px;
      color: #7d91aa; }
    .single-team .inner .team-content a {
      display: inline-block;
      color: #7d91aa;
      padding: 2px;
      margin: 0 3px;
      font-size: 16px; }

/*****************************
 *   12. contact-area
 ***************************** */
@media only screen and (max-width: 767px) {
  .contact-info {
    margin-bottom: 30px; } }
.contact-info .single-info {
  font-size: 16px;
  font-weight: 300; }
  .contact-info .single-info:not(:last-child) {
    margin-bottom: 20px; }
  .contact-info .single-info h5 {
    font-size: 16px;
    font-weight: 500;
    color: #7d91aa; }
  .contact-info .single-info p:last-child {
    margin-bottom: 0; }
  .contact-info .single-info a {
    color: #333;
    display: inline-block;
    margin-right: 8px; }

.contact-form {
  border: 1px solid #cad4de;
  padding: 40px;
  border-radius: 3px; }
  .contact-form input[type="text"],
  .contact-form input[type="tel"] {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  .contact-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    resize: none;
    transition: all 0.3s ease;
  }
  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: #4698ff;
    box-shadow: 0 0 0 2px rgba(70, 152, 255, 0.2);
  }
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #999;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .contact-form input:focus::placeholder,
  .contact-form textarea:focus::placeholder {
    opacity: 0;
  }
  .contact-form input.is-valid,
  .contact-form textarea.is-valid {
    border-color: #198754;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 2.5rem;
  }
  .contact-form input.is-invalid,
  .contact-form textarea.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 2.5rem;
  }
  .contact-form textarea {
    height: 120px;
    padding-top: 10px; }

.google-map {
  height: 500px;
  width: 100%;
  display: block;
  background-color: #eee; }
  @media only screen and (max-width: 767px) {
    .google-map {
      height: 280px; } }
  .google-map iframe {
    width: 100%;
    height: 100%;
    border: none; }

/*****************************
 *   13. skill-area
 ***************************** */
.skill-area .container {
  background-color: #1f2131;
  border-radius: 5px;
  padding: 70px 100px;
  color: #fff; }
  @media only screen and (max-width: 991px) {
    .skill-area .container {
      padding: 40px; } }

.skill-title {
  font-size: 16px; }
  @media only screen and (max-width: 991px) {
    .skill-title {
      margin-bottom: 40px; } }
  .skill-title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400; }
  .skill-title a.button {
    margin-top: 20px; }

.single-skill {
  margin: 5px 0; }
  .single-skill h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400; }
  .single-skill .barfiller {
    height: 7px;
    background-color: #8394a7;
    border: none;
    border-radius: 5px; }
    .single-skill .barfiller .fill {
      background-color: #fff !important;
      border-radius: 5px; }
    .single-skill .barfiller .tip {
      right: 0 !important;
      left: auto !important;
      background-color: transparent; }
      .single-skill .barfiller .tip::after {
        opacity: 0; }

/*****************************
 *   14. pricing-area
 ***************************** */
.single-pricing, .single-pricing-2 {
  margin: 7.5px 0; }
  .single-pricing .inner, .single-pricing-2 .inner {
    background-color: #1f2131;
    padding: 35px;
    color: #90a0b2;
    border-radius: 5px;
    font-weight: 300; }
    .single-pricing .inner .title .price, .single-pricing-2 .inner .title .price {
      width: 85px;
      height: 85px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      background-color: #363950;
      position: absolute;
      right: 35px;
      top: 25px;
      border-radius: 15px; }
      .single-pricing .inner .title .price span, .single-pricing-2 .inner .title .price span {
        color: #fff; }
      .single-pricing .inner .title .price span:first-child, .single-pricing-2 .inner .title .price span:first-child {
        font-size: 24px;
        font-weight: 700; }
    .single-pricing .inner h2, .single-pricing-2 .inner h2 {
      color: #fff;
      margin-bottom: 30px;
      font-size: 24px; }
    .single-pricing .inner ul, .single-pricing-2 .inner ul {
      list-style: none;
      font-size: 14px;
      line-height: 35px;
      margin: 20px 0; }
    .single-pricing .inner a.button:hover, .single-pricing-2 .inner a.button:hover {
      background-color: #fff;
      border-color: #fff !important; }
  .single-pricing.active .inner, .active.single-pricing-2 .inner {
    color: #fff; }
    .single-pricing.active .inner a.button, .active.single-pricing-2 .inner a.button {
      background-color: #222;
      border-color: #222 !important; }

.single-pricing-2 .inner {
  text-align: center; }
  .single-pricing-2 .inner .title .price {
    position: static;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex; }
.single-pricing-2.active .inner {
  background-color: #1f2131;
  color: #90a0b2; }
  .single-pricing-2.active .inner a.button {
    background-color: #fff;
    border-color: #fff !important; }

/*****************************
 *   15. extra
 ***************************** */
.single-gallery .inner {
  margin: 15px 0;
  overflow: hidden;
  border-radius: 5px; }
  .single-gallery .inner img {
    width: 100%; }

.coming-soon {
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  text-align: center; }
  .coming-soon .coming-soon-box {
    color: #fff;
    padding: 40px;
    border-radius: 5px;
    font-size: 16px; }
    .coming-soon .coming-soon-box h2 {
      font-size: 40px;
      font-weight: 400;
      color: #fff;
      margin: 0 0 20px; }
    .coming-soon .coming-soon-box p {
      margin-bottom: 27px; }
  .coming-soon .coming-soon-logo {
    margin-bottom: 75px;
    display: inline-block; }

.single-counter {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin: 8px; }
  .single-counter span:first-child {
    font-size: 34px;
    display: block;
    font-weight: 600; }
  .single-counter .text {
    font-size: 16px;
    display: block; }

.error-area {
  background-position: center center;
  background-size: cover;
  text-align: center;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .error-area {
      height: 300px; } }
  .error-area h1 {
    font-size: 40px;
    font-weith: 400;
    margin: 0 0 20px; }

/*# sourceMappingURL=main.css.map */

/* 特色服务区域样式 */
.features-area {
  padding: 80px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.feature-box {
  transition: all 0.3s ease;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important; */
}

.feature-box h4 {
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 700;
}

.feature-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #1A1A1A;
  font-weight: 400;
}

.feature-box img {
  transition: all 0.3s ease;
  max-width: 80px;
  height: auto;
}

@media (max-width: 768px) {
  .features-area {
    padding: 40px 0;
  }
  
  .feature-box {
    margin-bottom: 20px;
  }
  
  .feature-box h4 {
    font-size: 16px;
  }
  
  .feature-box p {
    font-size: 13px;
  }
}

/* 特色服务容器样式 */
.features-container {
    position: relative;
    margin-top: -40px;
    z-index: 10;
}

.features-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-box {
    padding: 20px;
    transition: all 0.3s ease;
}

.feature-box .icon {
    margin-bottom: 20px;
}

.feature-box .icon img {
    height: auto;
    width: auto;
}

.feature-box h4 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1A1A1A;
}

.feature-box p {
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #1A1A1A;
}

@media (max-width: 768px) {
    .features-container {
        margin-top: -50px;
    }
    
    .features-wrapper {
        padding: 15px;
    }
    
    .feature-box {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .feature-box h4 {
        font-size: 16px;
    }
    
    .feature-box p {
        font-size: 13px;
    }
}
.contact-form-box{
  border:none !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
.contact-form-box h2,.contact-form-box h3 {
    font-size: 2.6rem;
    color: #1A1A1A;
    margin-bottom: 20px;
    font-weight: 700;
}
form#contactForm {
  margin-top: 30px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"] {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    resize: none;
}

.contact-form button {
    background: #4698ff;
    color: #fff;
    border: none;
    padding: 4px 40px;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.contact-form button:hover {
    transform: scale(1.08);
    background: #3578d6;
}

.contact-form button i {
    margin-left: 8px;
    font-size: 14px;
    vertical-align: middle;
}

.contact-form button:hover i {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .contact-form-box {
        padding: 20px;
    }
    
    .contact-form-box h2 {
        font-size: 24px;
    }
    
    .contact-form-box h3 {
        font-size: 16px;
    }
}

/* 表单验证样式改进 */
.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-valid {
    border-color: #198754;
}

.invalid-feedback {
    display: none !important; /* 默认隐藏所有错误提示 */
    color: #dc3545;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-weight: 500;
    line-height: 1.3;
}

/* 当JavaScript设置display:block时，覆盖默认隐藏 */
.invalid-feedback[style*="display: block"] {
    display: block !important;
}

/* 修复手机号验证样式问题 */
.form-field-container {
    position: relative;
    margin-bottom: 30px; /* 为错误消息留出空间 */
}

/* 添加表单动画效果 */
@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-5px);}
    20%, 40%, 60%, 80% {transform: translateX(5px);}
}

.form-control.is-invalid {
    animation: shake 0.6s ease-in-out;
    background-color: rgba(220, 53, 69, 0.05);
}

/* 确保验证图标正确显示 */
.contact-form input.is-valid,
.contact-form textarea.is-valid {
    background-position: right calc(0.375em + 0.1875rem) center !important;
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
    background-position: right calc(0.375em + 0.1875rem) center !important;
}

/* 联系我们部分的自适应样式 */
@media (max-width: 991px) {
    .faq-area .row {
        flex-direction: column-reverse;
    }
    
    .faq-area .faq-img {
        margin-bottom: 30px;
    }
    
    .faq-area .faq-img img {
        max-width: 80%;
        height: auto;
    }
    
    .contact-form-box h2 {
        font-size: 2.2rem; /* 平板端字号 */
        margin-bottom: 10px;
    }
    
    .contact-form-box h3 {
        font-size: 1.8rem; /* 平板端字号 */
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .faq-area {
        padding: 50px 0;
    }
    #contactForm .row {
      display: flex;
      flex-direction: column;
    }
    .form-field-container {
        margin-bottom: 30px;
    }
    
    .contact-form .row .col-md-6:first-child .form-field-container {
        margin-bottom: 30px;
    }
    
    .contact-form button {
        width: 100%;
        padding: 10px;
    }
    
    .faq-area .faq-img img {
        max-width: 100%;
    }
    
    .contact-form-box h2 {
        font-size: 1.8rem; /* 移动端字号 */
        margin-bottom: 10px;
    }
    
    .contact-form-box h3 {
        font-size: 1.5rem; /* 移动端字号 */
        margin-bottom: 20px;
    }
    
    .contact-title-mobile h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

/* 专门针对iPad和平板设备的优化 */
@media (min-width: 768px) and (max-width: 991px) {
    .faq-area {
        padding: 70px 0;
    }
    
    .faq-area .container {
        max-width: 720px;
    }
    
    .faq-area .faq-img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    
    .faq-area .faq-img img {
        max-width: 400px;
        width: 80%;
    }
    
    .contact-form-box {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .contact-form-box h2 {
        font-size: 2.2rem; /* 平板端字号 */
        margin-bottom: 10px;
    }
    
    .contact-form-box h3 {
        font-size: 1.8rem; /* 平板端字号 */
        margin-bottom: 20px;
    }
    
    .contact-form .row {
        margin: 0 -10px;
    }
    
    .contact-form .row > div {
        padding: 0 10px;
    }
    
    .contact-form input[type="text"],
    .contact-form input[type="tel"] {
        height: 48px;
        font-size: 16px;
        padding: 0 15px;
    }
    
    .contact-form textarea {
        padding: 15px;
        font-size: 16px;
        min-height: 120px;
    }
    
    .form-field-container {
        margin-bottom: 35px;
    }
    
    .contact-form button {
        padding: 10px 40px;
        font-size: 16px;
        margin: 0 auto;
    }
    
    .invalid-feedback {
        font-size: 14px;
        bottom: -25px;
    }
}

/* 联系我们部分新样式 */
.faq-area.sp {
    padding: 80px 0;
    background-color: #F5F5F5;
}

.contact-row {
    position: relative;
}

.contact-image-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-image {
    max-width: 100%;
    height: auto;
}

.contact-form-box h2,.contact-form-box h3 {
  font-size: 2.6rem;
  color: #1A1A1A;
  margin-bottom: 20px;
  font-weight: 700;
}
.contact-form input[type="text"],
.contact-form input[type="tel"] {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 15px;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    font-size: 15px;
    resize: none;
    min-height: 120px;
}

.contact-submit-btn {
    padding: 10px 40px;
    font-size: 16px;
}

/* 自适应样式 */
@media (min-width: 992px) {
    .contact-form-box {
        padding-left: 30px;
    }
    
    .faq-img {
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .faq-area .container {
        max-width: 700px;
        margin: 0 auto;
    }
    
    .faq-area .row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .faq-area .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    
    .contact-form-box {
        text-align: center;
    }
    
    .contact-form-box .row {
        display: flex;
        flex-direction: row;
    }
    
    .contact-form-box .row .col-md-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 15px;
    }
    
    .contact-form-box .form-field-container {
        margin-bottom: 15px;
    }
    
    .contact-form-box .button {
        margin: 10px auto;
        display: inline-block;
    }
    
    .faq-img {
        margin: 0 auto;
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .faq-area.sp {
        padding: 50px 0;
    }
    
    .contact-image-col {
        margin-bottom: 20px !important;
    }
    
    .contact-image {
        max-width: 280px;
    }
    
    .contact-form-box h2, .contact-form-box h3 {
        font-size: 1.5rem; /* 移动端字号 */
        margin-bottom: 10px;
        text-align: center;
    }
    
    .contact-title-mobile h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    
    .contact-submit-btn {
        width: 100%;
        padding: 10px;
    }
}

/* 问题对话框样式 */
.question-box {
  background: #fff;
  border: 2px solid #58A9F6;
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: left;
  z-index: 2;
  transition: all 0.3s ease;
  position: absolute;
}

.question-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.question-box:hover {
  padding: 15px 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transform: scale(1.05);
  background: linear-gradient(135deg, #91D0FD, #4D8FF6);
  border: none;
  z-index: 10;
}

.question-box:hover p {
  font-size: 18px;
  color: white;
  font-weight: 500;
}

/* 对话框响应式样式 */
@media (max-width: 1199px) {
  .question-box {
    padding: 8px 12px;
  }
  
  .question-box p {
    font-size: 14px;
  }
  
  .question-box:hover {
    padding: 10px 15px;
  }
  
  .question-box:hover p {
    font-size: 16px;
  }
}

/* 平板尺寸专用样式 */
@media (min-width: 768px) and (max-width: 991px) {
  /* 平板端布局样式 */
  .brand-area .row {
    flex-direction: column;
  }
  
  .brand-area .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px !important;
  }
  
  .brand-area .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  
  .brand-area .brand-content {
    padding: 20px 50px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  
  /* 调整对话框位置以适应新布局 */
  .brand-area .question-box {
    position: absolute;
  }
}

@media (max-width: 767px) {
  /* 手机端样式 */
  .brand-area .question-container {
    height: auto;
    margin: 30px 0;
  }
  
  .question-box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 10px auto;
    max-width: 90% !important;
    width: 100%;
  }
}

/* 品牌区域响应式样式 */
@media (min-width: 768px) and (max-width: 991px) {
  /* 改变布局方向为垂直方向 */
  .brand-area .brand-row {
    flex-direction: column;
  }
  
  /* 图片容器样式调整 */
  .brand-area .brand-image-container {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  
  /* 内容容器样式调整 */
  .brand-area .brand-content-container {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  
  /* 内容居中显示 */
  .brand-area .brand-content {
    text-align: center;
    padding: 0 50px;
    max-width: 600px;
    margin: 0 auto;
  }
  
  /* 调整对话框在平板端的位置 */
  .brand-area .question-box {
    max-width: 100% !important;
  }
  
  /* 调整各个对话框的具体位置 */
  .brand-area .question-box:nth-child(2) {
    top: 22% !important;
    right: -2% !important;
    left: auto !important;
    transform: none !important;
  }
  
  .brand-area .question-box:nth-child(3) {
    top: 40% !important;
    left: 5% !important;
    right: auto !important;
  }
  
  .brand-area .question-box:nth-child(4) {
    bottom: 42% !important;
    left: 8% !important;
    right: auto !important;
  }
  
  .brand-area .question-box:nth-child(5) {
    bottom: 18% !important;
    right: 1% !important;
    left: auto !important;
    transform: none !important;
  }
  
  .brand-area .question-box:nth-child(6) {
    bottom: 8% !important;
    right: 16% !important;
    left: auto !important;
  }
}

/* 对话框响应式样式 */
@media (max-width: 1199px) {
  .question-box {
    padding: 8px 12px;
  }
  
  .question-box p {
    font-size: 14px;
  }
  
  .question-box:hover {
    padding: 10px 15px;
  }
  
  .question-box:hover p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* 手机端样式 */
  .question-box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 10px auto;
    max-width: 100% !important;
    width: 100%;
  }
}

/* 有效询盘区域样式 */
.service-content {
    padding-right: 50px;
}

.service-content h3 {
  font-size: 2.4rem;
  line-height: 5rem;
  font-weight: 700;
  color: #1A1A1A;
}

.service-content h4,.service-content p {
    font-size: 1rem;
    font-weight: 400;
    color: #1A1A1A;
}

.service-features {
    margin-bottom: 30px;
}

.service-features .d-flex {
    display: flex !important;
     justify-content: end;
}

.feature-number {
    width: 24px;
    height: 24px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 2px;
}

.feature-text {
    font-size: 1rem;
    font-weight: 500;
    color: #1A1A1A;
}

.more-btn {
    margin-top: 35px;
}

.service-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible; /* 允许图片超出容器 */
}

.service-image img {
    /* max-width: 100%; 已删除此限制 */
    height: auto; /* 保持宽高比 */
}

@media (max-width: 1200px) {
    .service-image img {
        max-width: 100%; /* 在较小屏幕上限制尺寸 */
    }
}

@media (max-width: 992px) {
    .service-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .service-features {
        max-width: 280px;
        margin: 0 auto 30px;
    }
    
    .service-features .d-flex {
        justify-content: center;
    }
    
    .more-btn {
        text-align: center;
    }
    
    .service-content h3 {
        font-size: 26px;
    }
    
    .service-content h4 {
        font-size: 16px;
    }
    
    .service-content p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .service-features .d-flex {
        justify-content: center;
    }
}

.arrow-icon {
    width: 16px;
    height: auto;
    margin-left: 5px;
    vertical-align: middle;
    transition: transform 0.3s ease;
    position: relative;
    top: -1px;
}

.button.button-primary {
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.button.button-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.button.button-primary:hover .arrow-icon {
    transform: translateX(3px);
}

.inquiry-image {
    width: 738px; /* 原始尺寸 */
    height: auto;
    transition: transform 0.3s ease;
}

.inquiry-image:hover {
    transform: translateY(-5px);
}

@media (max-width: 1400px) {
    .inquiry-image {
        width: 650px;
    }
}

@media (max-width: 1200px) {
    .inquiry-image {
        width: 100%;
        max-width: 738px;
    }
}

/* 响应式标题字号 */
@media (max-width: 991px) {
    .section-title h2 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .section-title p {
    font-size: 0.85rem;
    }
    .service-content h3 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 1.2rem;
        line-height: 2.6rem;
    }
    
    .section-title p {
        font-size: 0.5rem;
        line-height: 1.6rem;
    }
    
    .service-content h3 {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    
    .service-content h4,
    .service-content p {
        font-size: 0.9rem;
    }
    
    .feature-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .section-title h2 {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
    
    .service-content h3 {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
}

/* 更多移动端响应式调整 */
@media (max-width: 767px) {
    /* 标题区域间距调整 */
    .section-title {
        margin-bottom: 25px;
    }
    
    /* 间距调整 */
    .sp {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    /* 按钮调整 */
    .button.button-primary {
        padding: 4px 20px;
        font-size: 1rem;
    }
    
    /* 特性数字和文本调整 */
    .feature-number {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    
    .service-features .d-flex {
        margin-bottom: 12px;
    }
    
    /* 移动端内容居中 */
    .col-lg-5[style*="text-align: right"] {
        text-align: center !important;
        margin-bottom: 0rem !important;
    }
    
    .service-features .d-flex {
        justify-content: center !important;
    }
    
    .more-btn {
        text-align: center;
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .sp {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .service-content {
        padding-right: 0;
    }
}

/* 平板设备优化 */
@media (min-width: 768px) and (max-width: 991px) {
    .service-content {
        padding-right: 20px;
    }
  
    
    .button.button-primary {
        font-size: 1.1rem;
    }
    
    .inquiry-image {
        width: 100%;
        max-width: 600px;
    }
}

/* 确保自适应字体大小的平滑过渡 */
@media (min-width: 481px) and (max-width: 767px) {
    .section-title h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    
    .service-content h3 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

/* 轮播图响应式调整 */
@media (max-width: 1199px) {
    .hero-slider .single-slide h2 {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
    .hero-slider .single-slide p {
        font-size: 0.9rem;
    }
    .button.button-primary {
        font-size: 1.2rem;
        padding: 5px 20px;
    }
}

@media (max-width: 1024px) {
    .hero-slider .single-slide h2 {
        font-size: 3rem;
        line-height: 4rem;
    }
    .hero-slider .single-slide p {
        font-size: 0.85rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .button.button-primary {
        font-size: 1.1rem;
        padding: 4px 20px;
    }
    .hero-slider .slide-btn {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .hero-slider .single-slide h2 {
        font-size: 2.4rem;
        line-height: 3.5rem;
    }
}

.trns, .button, .button-2, .nav-column a, .nav-column span, .nav-column .right-nav span, form.search-form, #menu ul > li > a, #menu ul ul, #menu ul ul::after, #menu ul ul li a, .hero-slider .owl-dots .owl-dot, .single-service .inner, .single-service-2 .inner, .single-service-3 .inner, .single-service .inner .title .icon, .single-service-2 .inner .title .icon, .single-service-3 .inner .title .icon, .single-service .inner .title h4, .single-service-2 .inner .title h4, .single-service-3 .inner .title h4, .single-service .inner .content, .single-service-2 .inner .content, .single-service-3 .inner .content, .faq-sidebar li a, .single-team .inner .team-img::after, .contact-form input:not([type="submit"]),
.contact-form textarea {
  -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
  transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s; }

.workflow-item {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    animation-iteration-count: 1;
}

/* 使用更高优先级选择器确保动画效果生效 */
.workflow-path .workflow-item:hover {
    animation: workflowPulse 1.5s infinite !important;
    transform: none !important; /* 覆盖AOS的transform */
    -webkit-animation: workflowPulse 1.5s infinite !important;
    -webkit-transform: none !important;
}

@keyframes workflowPulse {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes workflowPulse {
    0% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

.workflow-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

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

.workflow-content h4 {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

.workflow-container {
    /* margin: 60px 0; */
    position: relative;
}

.workflow-path {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.workflow-line {
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #e0e0e0;
    z-index: -1;
}

@media (max-width: 991px) {
    .workflow-path {
        flex-direction: column;
        align-items: center;
    }
    
    .workflow-line {
        display: none;
    }
    
    .workflow-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .workflow-icon {
        width: 70px;
        height: 70px;
    }
    
    .workflow-content h4 {
        font-size: 14px;
    }
}

/* 轮播图底部居中按钮样式 */
.slide-content.d-flex {
  min-height: 450px; /* 设置最小高度确保小屏幕也有足够空间 */
}

.slide-content.d-flex .slide-btn.mb-5 {
  margin-bottom: 60px !important; /* 增加底部间距，确保在所有设备上都有足够空间 */
}

@media (max-width: 767px) {
  .slide-content.d-flex {
    min-height: 350px; /* 在移动设备上减小高度 */
  }
  
  .slide-content.d-flex .slide-btn.mb-5 {
    margin-bottom: 40px !important; /* 在移动设备上调整底部间距 */
  }
}

@media (max-width: 480px) {
  .slide-content.d-flex {
    min-height: 300px; /* 在小型移动设备上进一步减小高度 */
  }
}
