.elementor-8082 .elementor-element.elementor-element-7c2d509{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8082 .elementor-element.elementor-element-b238136{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8082 .elementor-element.elementor-element-938cefd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8082 .elementor-element.elementor-element-a670bba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8082 .elementor-element.elementor-element-756a9a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8082 .elementor-element.elementor-element-f82c3b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8082 .elementor-element.elementor-element-d8055d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8082 .elementor-element.elementor-element-aac96e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8082 .elementor-element.elementor-element-902e216{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8082 .elementor-element.elementor-element-937712c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c523650 */.custom-html-block .demo-wrapper,
.custom-html-block .demo-wrapper * {
    box-sizing: border-box;
}

.custom-html-block .demo-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.custom-html-block .product-banner-section {
    --banner-aspect-ratio: 1600 / 583;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    aspect-ratio: var(--banner-aspect-ratio);
    padding: 0 100px;
    overflow: hidden;
    background: transparent;
}

.custom-html-block .banner-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.custom-html-block .banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.48) 0%,
        rgba(0, 0, 0, 0.38) 30%,
        rgba(0, 0, 0, 0.20) 58%,
        rgba(0, 0, 0, 0.06) 82%,
        rgba(0, 0, 0, 0) 100%
    );
}

.custom-html-block .banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
}

.custom-html-block .banner-title {
    margin: 0 0 28px;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
/* 桌面端：强制每一行span禁止内部换行 */
.custom-html-block .title-line {
    display: block;
    white-space: nowrap;
}

.custom-html-block .banner-subtitle {
    margin: 0 0 28px;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.custom-html-block .banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 47px;
    padding: 0 26px;
    border: 0;
    border-radius: 48px;
    background: #ff7822;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 120, 34, 0.3);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.custom-html-block .banner-btn::after {
    content: "→";
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.custom-html-block .banner-btn:hover {
    background: #000000;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}

.custom-html-block .banner-btn:hover::after {
    transform: translateX(4px);
}

.custom-html-block .banner-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .custom-html-block .product-banner-section {
        padding: 0 65px;
    }
    .custom-html-block .banner-title {
        font-size: 38px;
        letter-spacing: 0.2px;
    }
    .custom-html-block .banner-subtitle {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 1024px) {
    .custom-html-block .product-banner-section {
        flex-direction: column;
        aspect-ratio: auto;
        padding: 0;
        background: #ffffff;
    }
    .custom-html-block .banner-image {
        position: static;
        height: auto;
    }
    .custom-html-block .banner-overlay {
        display: none;
    }
    .custom-html-block .banner-content {
        position: static;
        padding: 40px 50px;
        max-width: unset;
    }
    .custom-html-block .banner-title {
        font-size: 36px;
        color: #000000;
        text-shadow: none;
        letter-spacing: 0.2px;
    }
    /* 平板及以下关闭nowrap，允许自动换行，防止文字溢出屏幕 */
    .custom-html-block .title-line {
        white-space: normal;
    }
    .custom-html-block .banner-subtitle {
        font-size: 16px;
        color: #000000;
        text-shadow: none;
    }
}

@media (max-width: 768px) {
    .custom-html-block .banner-content {
        padding: 40px 28px;
    }
    .custom-html-block .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .custom-html-block .banner-content {
        padding: 32px 22px;
    }
    .custom-html-block .banner-title {
        font-size: 26px;
        letter-spacing: 0.1px;
    }
    .custom-html-block .banner-subtitle {
        font-size: 15px;
    }
    .custom-html-block .banner-btn {
        width: 100%;
        padding: 0 18px;
    }
}

#kfPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
}

.kf-popup-box {
    background: #ffffff;
    border-radius: 20px;
    max-width: 550px;
    width: 100%;
    padding: 26px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-height: 95vh;
    overflow: visible;
}

.kf-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    color: #666666;
    line-height: 1;
    margin: 0;
}

.kf-close:hover {
    color: #000000;
}

.kf-popup-title {
    margin: 0 0 16px;
    font-size: 34px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.kf-form input[type="text"],
.kf-form input[type="email"],
.kf-form input[type="tel"],
.kf-form textarea {
    width: 100%;
    border: 1px solid #e9edf5;
    border-radius: 16px;
    padding: 16px 20px;
    font-size: 16px;
    outline: none;
    background: #f8f9fc;
    margin: 0 0 11px;
}

.kf-form textarea {
    min-height: 105px;
    resize: vertical;
}

.kf-upload {
    margin: 6px 0 18px;
}

.kf-upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #ff7822;
    color: #000000;
    padding: 13px 25px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    min-height: 50px;
}

.kf-upload-btn:hover {
    background: #ff7822;
    color: #ffffff;
}

.kf-upload input {
    display: none;
}

.kf-submit {
    width: 100%;
    background: #ff7822;
    color: #ffffff;
    border: none;
    padding: 17px 30px;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
}

.kf-submit:hover {
    background: #000000;
}

@media (max-width: 768px) {
    .kf-popup-box {
        padding: 22px 19px;
    }
    .kf-popup-title {
        font-size: 28px;
    }
    .kf-form input[type="text"],
    .kf-form input[type="email"],
    .kf-form input[type="tel"],
    .kf-form textarea {
        padding: 14px 17px;
    }
    .kf-form textarea {
        min-height: 90px;
    }
}

@media (max-width: 480px) {
    .kf-popup-title {
        font-size: 24px;
    }
    .kf-submit {
        width: 100%;
        padding: 15px;
        font-size: 19px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52cce50 */.about-linjia-section {
  width: 100%;
  background-color: #ffffff;
}
.about-linjia-container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 70px 80px;
  display: flex;
  flex-direction: column;
}
.about-linjia-title {
  font-size: 60px;
  font-weight: 700;
  color: #0f2b42;
  margin: 0 0 32px;
  line-height: 1.1;
}
.about-linjia-content p {
  font-size: 20px;
  color: #1a2b3c;
  line-height: 1.7;
  margin: 0 0 24px;
}
.about-linjia-content p:last-child {
  margin-bottom: 0;
}

/* 平板适配 */
@media (max-width: 1200px) {
  .about-linjia-container {
    padding: 50px 40px;
  }
  .about-linjia-title {
    font-size: 46px;
  }
  .about-linjia-content p {
    font-size: 18px;
  }
}

/* 手机适配 */
@media (max-width: 768px) {
  .about-linjia-container {
    padding: 40px 20px;
  }
  .about-linjia-title {
    font-size: 36px;
  }
  .about-linjia-content p {
    font-size: 17px;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3af9b58 */.four-icon-feature-section {
    width: 100%;
    background-color: #ffffff;
}
.four-icon-feature-container {
    max-width: 1620px;
    margin: 0 auto;
    padding: 70px 80px;
}
.four-icon-feature-main-title {
    font-size: 60px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 48px;
    line-height: 1.1;
    text-align: left;
}
.four-icon-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.feature-card {
    text-align: left;
}
.feature-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 0 24px;
    display: block;
}
.feature-card-title {
    font-size: 26px;
    font-weight: 700;
    color: #0f2b42;
    margin: 0 0 16px;
}
.feature-card-desc {
    font-size: 18px;
    color: #111111;
    line-height: 1.7;
    margin: 0;
}

/* 平板适配 */
@media (max-width: 1200px) {
    .four-icon-feature-container {
        padding: 50px 40px;
    }
    .four-icon-feature-main-title {
        font-size: 46px;
    }
    .four-icon-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .feature-icon {
        width: 80px;
        height: 80px;
    }
    .feature-card-title {
        font-size: 22px;
    }
    .feature-card-desc {
        font-size: 17px;
    }
}

/* 手机适配 */
@media (max-width: 768px) {
    .four-icon-feature-container {
        padding: 40px 20px;
    }
    .four-icon-feature-main-title {
        font-size: 36px;
    }
    .four-icon-feature-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .feature-icon {
        width: 70px;
        height: 70px;
    }
    .feature-card-title {
        font-size: 20px;
    }
    .feature-card-desc {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d2ac41 */.two-column-a-section {
  max-width: 1430px;
  margin: 0 auto;
  padding: 60px 65px;
}
.info-block-a {
  display: flex;
  gap: 40px;
  /* 顶部对齐：图片顶部与文案标题顶部对齐 */
  align-items: flex-start;
}
.info-text-a {
  flex: 1;
}
.info-img-a {
  flex: 1;
}
.info-img-a img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.info-text-a .main-title-a {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.3;
}
.info-text-a .desc-a {
  margin-bottom: 25px;
}
.info-text-a .desc-a p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  line-height: 1.65;
  margin: 0 0 18px 0;
}
.info-text-a .desc-a p:last-child {
  margin-bottom: 0;
}
.info-text-a .btn-a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ff7822;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 120, 34, 0.3);
}
.info-text-a .btn-a:hover {
  background: #000000;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}
.info-text-a .btn-a::after {
  content: "→";
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.info-text-a .btn-a:hover::after {
  transform: translateX(4px);
}

@media (max-width: 992px) {
  .two-column-a-section {
    padding: 60px 20px;
  }
  .info-block-a {
    flex-direction: column;
    align-items: flex-start;
  }
  .info-img-a img {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdfc1de */.two-column-b-section {
  max-width: 1430px;
  margin: 0 auto;
  padding: 60px 65px;
}
.info-block-b {
  display: flex;
  gap: 40px;
  /* 顶部对齐，图片与文案上边对齐 */
  align-items: flex-start;
}
.info-img-b {
  flex: 1;
}
.info-img-b img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.info-text-b {
  flex: 1;
}
.info-text-b .sub-title-b {
  font-size: 13px;
  color: #007bff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.info-text-b .main-title-b {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.3;
}
.info-text-b .desc-b {
  margin-bottom: 25px;
}
.info-text-b .desc-b p {
  font-size: 17px;
  color: #111;
  line-height: 1.65;
  margin: 0 0 18px 0;
}
.info-text-b .desc-b p:last-child {
  margin-bottom: 0;
}
.info-text-b .desc-b strong {
  font-weight: 700;
  color:#000;
}
.info-text-b .btn-b {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ff7800;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.info-text-b .btn-b:hover {
  background: #cc5f00;
}
.info-text-b .btn-b::after {
  content: "→";
}
@media (max-width: 992px) {
  .two-column-b-section {
    padding: 60px 20px;
  }
  .info-block-b {
    flex-direction: column;
    align-items: flex-start;
  }
  .info-img-b img {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f82c3b4 */.two-column-a-section {
  max-width: 1430px;
  margin: 0 auto;
  padding: 60px 65px;
}
.info-block-a {
  display: flex;
  gap: 40px;
  align-items: center;
}
.info-img-a {
  flex: 1;
}
.info-img-a img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.info-text-a {
  flex: 1;
}
.info-text-a .sub-title-a {
  font-size: 13px;
  color: #007bff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.info-text-a .main-title-a {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.3;
}
.info-text-a .desc-a {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}
.info-text-a .btn-a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ff7800;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.info-text-a .btn-a:hover {
  background: #cc5f00;
}
.info-text-a .btn-a::after {
  content: "→";
}
@media (max-width: 992px) {
  .two-column-a-section {
    padding: 60px 20px;
  }
  .info-block-a {
    flex-direction: column;
  }
  .info-img-a img {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03b05aa */.two-column-a-section {
  max-width: 1430px;
  margin: 0 auto;
  padding: 60px 65px;
}
.info-block-a {
  display: flex;
  gap: 40px;
  /* flex‑start 保证图片与文案顶部对齐 */
  align-items: flex-start;
}
.info-text-a {
  flex: 1;
}
.info-img-a {
  flex: 1;
}
.info-img-a img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.info-text-a .main-title-a {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.3;
}
.info-text-a .desc-a {
  margin-bottom: 25px;
}
.info-text-a .desc-a p {
  font-size: 17px;
  color: #111;
  line-height: 1.65;
  margin: 0 0 18px 0;
}
.info-text-a .desc-a p:last-child {
  margin-bottom: 0;
}
.info-text-a .btn-a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ff7800;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.info-text-a .btn-a:hover {
  background: #cc5f00;
}
.info-text-a .btn-a::after {
  content: "→";
}
@media (max-width: 992px) {
  .two-column-a-section {
    padding: 60px 20px;
  }
  .info-block-a {
    flex-direction: column;
    align-items: flex-start;
  }
  .info-img-a img {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d030c81 */.company-culture-section {
  max-width: 1430px;
  margin: 0 auto;
  padding: 60px 65px;
}

.culture-main-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #111111;
}

.culture-card {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.culture-card-img {
  flex: 0 0 32%;
}

.culture-card-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.culture-card-text {
  flex: 1;
}

.card-subheading {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #111;
}

/* 正文描述：Open Sans Regular 400，黑色，适中字号 */
.card-desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 18px;
}

.card-btn-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.culture-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

/* 橙色主按钮：全站统一CTA交互 */
.culture-btn-primary {
  background: #ff7822;
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 120, 34, 0.3);
}

.culture-btn-primary:hover {
  background: #000000;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

.culture-btn-primary::after {
  content: "→";
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.culture-btn-primary:hover::after {
  transform: translateX(4px);
}

/* 描边按钮，保留原有样式 */
.culture-btn-outline {
  background: #ffffff;
  color: #d62228;
  border: 1px solid #d62228;
  padding-right: 18px;
}

.culture-btn-outline .btn-icon {
  font-size: 16px;
  line-height: 1;
  margin-left: 4px;
}

/* 弹窗样式 */
.kf-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.kf-popup-box {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}

.kf-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  line-height:1;
  margin:0;
}

.kf-popup-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
}

.kf-form input,
.kf-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.kf-form textarea {
  min-height: 100px;
  resize: none;
}

.kf-upload {
  margin-bottom: 15px;
}

.kf-upload-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
}

.kf-upload input {
  display: none;
}

.kf-submit {
  width: 100%;
  padding: 12px;
  background: #ff7822;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

/* 响应式 */
@media (max-width: 992px) {
  .company-culture-section {
    padding: 60px 20px;
  }

  .culture-card {
    flex-direction: column;
  }

  .culture-card-img {
    flex: 0 0 auto;
    width: 100%;
  }

  .culture-card-img img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d48fbc6 */.team-section {
    width: 100%;
    padding: 60px 0;
}
.team-container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 80px;
}
.team-main-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 48px;
}
.team-card-wrap {
    display: flex;
    gap: 32px;
}
.team-card {
    flex: 1;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-radius: 8px;
    overflow: hidden;
}
.team-card-img {
    width: 100%;
    display: block;
}
.team-card-text {
    padding: 28px 24px;
}
.team-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #0a2442;
    margin: 0 0 14px;
}
.team-card-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #222222;
    margin: 0;
}

/*响应式 992px断点*/
@media (max-width: 992px) {
    .team-container {
        padding: 0 20px;
    }
    .team-card-wrap {
        flex-direction: column;
    }
    .team-main-title {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0db0d6c *//* =========================================
   FORM + FAQ MODULE
========================================= */

.form-faq-wrap {

    /* 统一品牌橙色 */
    --faq-brand-color: #ff8800;

    background-image: url("https://linjiapower.com/wp-content/uploads/2026/08/s10Bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 80px 0;
}


/* =========================================
   Main Container
========================================= */

.form-faq-container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 80px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;

    align-items: start;
}


/* =========================================
   Left Side - Heading
========================================= */

.section-head {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;

    margin-bottom: 30px;
}


/* Orange Dot */

.form-faq-wrap .red-dot {
    display: block;

    width: 12px;
    height: 12px;

    border-radius: 50%;

    background-color: var(--faq-brand-color) !important;

    flex-shrink: 0;
}


/* =========================================
   Form Card
========================================= */

.form-card {
    background: #ffffff;

    padding: 45px 40px;
}


/* =========================================
   Form Fields
========================================= */

.form-group {
    margin-bottom: 16px;

    display: flex;
    flex-direction: column;

    gap: 6px;
}


.form-group label {
    font-size: 15px;
    font-weight: 500;

    color: #222222;
}


.form-group input,
.form-group textarea {
    box-sizing: border-box;

    width: 100%;

    padding: 16px;

    background: #f5f7fa;

    border: none;
    outline: none;

    border-radius: 6px;

    font-size: 15px;
    color: #333333;

    transition:
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}


/* Focus */

.form-group input:focus,
.form-group textarea:focus {
    background: #ffffff;

    box-shadow:
        0 0 0 1px var(--faq-brand-color);
}


/* Textarea */

.form-group textarea {
    min-height: 140px;

    resize: vertical;
}


/* =========================================
   Bottom Bar
========================================= */

.form-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 15px;

    margin-top: 10px;

    position: relative;
}


/* =========================================
   Upload Button
========================================= */

.form-faq-wrap .upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 10px 16px;

    background: #ffffff !important;

    color: var(--faq-brand-color) !important;

    border:
        1px solid var(--faq-brand-color) !important;

    border-radius: 50px;

    cursor: pointer;

    font-size: 14px;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}


/* Upload Hover */

.form-faq-wrap .upload-btn:hover {
    background:
        var(--faq-brand-color) !important;

    color: #ffffff !important;

    border-color:
        var(--faq-brand-color) !important;
}


/* Upload SVG */

.form-faq-wrap .upload-btn svg {
    width: 16px;
    height: 16px;

    flex-shrink: 0;

    stroke: currentColor !important;
}


/* Hide File Input */

.upload-btn input {
    display: none;
}


/* =========================================
   File Preview
========================================= */

#filePreview {
    position: absolute;

    left: 0;
    bottom: calc(100% + 8px);

    font-size: 13px;

    color: #555555;
}


#filePreview img {
    display: block;

    max-width: 120px;
    max-height: 100px;

    object-fit: cover;

    border-radius: 5px;

    border: 1px solid #eeeeee;
}


#filePreview .file-name {
    background: #ffffff;

    padding: 5px 8px;

    border-radius: 4px;

    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.08);
}


/* =========================================
   Submit Button
========================================= */

.form-faq-wrap .submit-btn {
    appearance: none;
    -webkit-appearance: none;

    background:
        var(--faq-brand-color) !important;

    color: #ffffff !important;

    border:
        1px solid var(--faq-brand-color) !important;

    padding: 14px 28px;

    border-radius: 50px;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    white-space: nowrap;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.2s ease;
}


/* Submit Hover */

.form-faq-wrap .submit-btn:hover {
    background: #000000 !important;

    border-color: #000000 !important;
}


/* Submit Active */

.form-faq-wrap .submit-btn:active {
    transform: translateY(1px);
}


/* =========================================
   Right Side - Main Title
========================================= */

.faq-main-title {
    margin: 0 0 40px;

    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;

    color: #000000;
}


/* =========================================
   FAQ List
========================================= */

.faq-list {
    display: flex;
    flex-direction: column;
}


.faq-item {
    padding: 24px 0;

    border-bottom: 1px solid #cccccc;
}


/* =========================================
   FAQ Header
========================================= */

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;

    cursor: pointer;
}


.faq-question-text {
    margin: 0;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;

    color: #000000;
}


/* =========================================
   FAQ Orange Circle
========================================= */

.form-faq-wrap .faq-circle-btn {
    width: 44px;
    height: 44px;

    min-width: 44px;

    border-radius: 50%;

    border:
        1px solid var(--faq-brand-color) !important;

    color:
        var(--faq-brand-color) !important;

    background: transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}


/* FAQ SVG */

.form-faq-wrap .faq-circle-btn svg {
    width: 16px;
    height: 16px;

    stroke: currentColor !important;

    transition: stroke 0.3s ease;
}


/* Hover */

.form-faq-wrap .faq-header:hover .faq-circle-btn {
    background:
        var(--faq-brand-color) !important;

    color: #ffffff !important;
}


/* Active Rotation */

.form-faq-wrap .faq-item.active .faq-circle-btn {
    transform: rotate(180deg);
}


/* =========================================
   FAQ Answer
========================================= */

.faq-content-wrap {
    max-height: 0;

    overflow: hidden;

    opacity: 0;

    transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
}


.faq-item.active .faq-content-wrap {
    max-height: 500px;

    opacity: 1;
}


.faq-answer-text {
    margin: 0;

    padding-top: 16px;

    font-size: 16px;
    line-height: 1.6;

    color: #222222;
}


/* =========================================
   Tablet / Mobile
========================================= */

@media (max-width: 992px) {

    .form-faq-wrap {
        padding: 60px 0;
    }


    .form-faq-container {
        grid-template-columns: 1fr;

        padding: 0 24px;

        gap: 50px;
    }


    .faq-main-title {
        font-size: 28px;

        margin-bottom: 25px;
    }


    .form-card {
        padding: 35px 25px;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 600px) {

    .form-faq-wrap {
        padding: 45px 0;
    }


    .form-faq-container {
        padding: 0 18px;
    }


    .section-head {
        font-size: 15px;

        margin-bottom: 20px;
    }


    .form-card {
        padding: 28px 20px;
    }


    .form-bottom-bar {
        flex-direction: column;
        align-items: stretch;

        gap: 14px;
    }


    .form-faq-wrap .upload-btn {
        width: 100%;

        box-sizing: border-box;
    }


    .form-faq-wrap .submit-btn {
        width: 100%;
    }


    #filePreview {
        position: static;

        margin-top: 5px;
    }


    .faq-main-title {
        font-size: 26px;
    }


    .faq-item {
        padding: 20px 0;
    }


    .faq-question-text {
        font-size: 16px;
    }


    .form-faq-wrap .faq-circle-btn {
        width: 40px;
        height: 40px;

        min-width: 40px;
    }

}/* End custom CSS */