:root {
  --primary-red: #e63946;
  /* 主红色 */
  --secondary-gray: #8d99ae;
  /* 辅助灰色 */
}
.navbar {
  height: 80px;
}
.navbar .navbar-menu {
  margin-left: 150px;
}
.navbar .navbar-end .fa-phone {
  margin-right: 5px;
}
.navbar .navbar-end a,
.navbar .navbar-end a:hover {
  color: #e63946;
  text-decoration: none !important;
  /* 强制覆盖 Bulma 默认样式 */
}
.index .section {
  background: url("/assets/img/1_-min.jpg.webp") no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  padding: 100px 0;
  position: relative;
  /* SVG覆盖层 */
}
.index .section .container .block h1 {
  font-size: 120px;
  line-height: 120px;
  color: #fff;
  margin-top: 100px;
}
.index .section .container .block h2 {
  float: right;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin-top: 250px;
  margin-right: 100px;
}
.index .section .svg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  /* 定位到右侧 */
  width: 40%;
  /* 占据右半区 */
  height: 100%;
  /* 与原图同高 */
  z-index: 2;
  /* 确保在上层 */
  /* 可选：内容居中 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .section .svg-overlay svg {
  width: 80%;
  /* 在右半区内缩放 */
  height: auto;
}
.index .section2 .content {
  margin: 90px;
  padding: 50px;
}
.index .section2 .content h1 {
  font-size: 40px;
}
.index .section2 .content div > a {
  background-color: #e63946;
  color: white;
}
.index .section3 {
  width: 100%;
}
.index .section3 .aboutus {
  background: url("/assets/img/Frame_427319438.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
  /* 居中显示 */
}
.index .section3 .aboutus .content {
  padding: 50px;
}
.index .section4 {
  background-color: #fffafa;
  padding: 50px 50px 0 50px;
}
.index .section4 .custom-tabs .tab-content {
  display: none;
  height: 500px;
}
.index .section4 .custom-tabs .tab-content .content {
  padding: 50px;
}
.index .section4 .custom-tabs .tab-content .imageshow1 {
  height: 500px;
  background: url("/assets/img/1.webp") no-repeat;
  background-size: cover;
}
.index .section4 .custom-tabs .tab-content .imageshow2 {
  height: 500px;
  background: url("/assets/img/2.webp") no-repeat;
  background-size: cover;
}
.index .section4 .custom-tabs .tab-content .imageshow3 {
  height: 500px;
  background: url("/assets/img/3.webp") no-repeat;
  background-size: cover;
}
.index .section4 .custom-tabs .tab-content .imageshow4 {
  height: 500px;
  background: url("/assets/img/4.webp") no-repeat;
  background-size: cover;
}
.index .section4 .custom-tabs .tab-content .imageshow5 {
  height: 500px;
  background: url("/assets/img/5.webp") no-repeat;
  background-size: cover;
}
.index .section4 .custom-tabs .tab-content .imageshow6 {
  height: 500px;
  background: url("/assets/img/6.webp") no-repeat;
  background-size: cover;
}
.index .section4 .custom-tabs .tab-content .imageshow7 {
  height: 500px;
  background: url("/assets/img/7.webp") no-repeat;
  background-size: cover;
}
.index .section4 .custom-tabs .tab-content .imageshow8 {
  height: 500px;
  background: url("/assets/img/8.webp") no-repeat;
  background-size: cover;
}
.index .section4 .custom-tabs .tab-content .imageshow9 {
  height: 500px;
  background: url("/assets/img/9.webp") no-repeat;
  background-size: cover;
}
.index .section4 .custom-tabs .tab-content.is-active {
  display: block;
}
.index .section4 .custom-tabs .tabs {
  overflow-x: auto;
  flex-wrap: nowrap;
}
.index .section5 {
  background-color: #e63946;
  color: white;
}
.index .section5 .content {
  padding: 50px;
}
.index .section5 .content h1 {
  color: white;
}
.index .section5 .imageshow {
  height: 500px;
  background: url("/assets/img/section5.webp") no-repeat;
  background-size: cover;
}
.index .section6 {
  background-color: #fffafa;
}
.index .section6 .box {
  height: 280px;
  padding: 50px;
}
.index .section7 .slider {
  width: 100%;
  margin: 100px auto;
}
.index .section7 .slider .card {
  width: 250px;
  height: 300px;
}
.index .section7 .slider .card .card-content {
  height: 150px;
}
.index .section7 .slick-slide {
  margin: 0px 20px;
}
.index .section7 .slick-slide img {
  width: 100%;
}
.index .section7 .slick-prev:before,
.index .section7 .slick-next:before {
  color: black;
}
.index .section7 .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.index .section8 {
  width: 100%;
  height: 400px;
  text-align: center;
  background-color: #fffafa;
  background: url("/assets/img/Union.svg") no-repeat center;
  background-size: cover;
}
.index .section9 {
  background-color: #c10020;
  color: white;
  padding: 50px;
}
.index .section9 h1,
.index .section9 h4 {
  color: white;
}
.index .section9 .contactform {
  margin: 50px;
  background-color: white;
}
.index .section9 .contactform p {
  color: black;
}
.footer {
  background-color: #f6f1f1;
  margin-top: 40px;
}
.footer .column {
  border-right: 1px solid gray;
}
.contact .contentbox {
  padding: 80px;
}
.contact .contentbox:first-child {
  border-right: 1px solid gray;
}
.contact .contentbox h1 {
  font-size: 30px;
}
.contact .redbox {
  background-color: red;
  color: #fff;
  height: 300px;
  padding: 40px;
}
.contact .redbox .columns {
  margin-top: 40px;
}
.contact .redbox .columns h1 {
  font-size: 50px;
}
.contact .redbox .columns p {
  font-size: 20px;
  color: #8d99ae;
}
.contact .redbox .columns .button {
  margin-top: 20px;
  background-color: gainsboro;
  color: black;
}
.search {
  background-color: #fffafa;
}
.search .section1 .contentbox h1 {
  margin: 20px;
  font-size: 30px;
}
.search .section1 .contentbox p {
  margin: 20px;
  font-size: 20px;
}
.search .section3 {
  margin-top: 50px;
}
.search .section3 h5 {
  color: red;
}
.search .section3 .column {
  margin: 20px;
}
.search .section3 .content {
  background-color: #f6f1f1;
}
.search .section4 {
  margin: 20px;
}
.search .section5 {
  margin: 50px;
}
.search .section5 .content {
  margin: 20px;
}
.search .section5 h4 {
  color: red;
}
.search .section6 .content h5 {
  color: red;
}
.search .section7 {
  background-color: #c10020;
  color: white;
  padding: 50px;
}
.search .section7 h1,
.search .section7 h4 {
  color: white;
}
.search .section7 .contactform {
  margin: 50px;
  background-color: white;
}
.search .section7 .contactform p {
  color: black;
}
.search-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: white;
  padding: 2rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.search-dropdown .searchdiv {
  margin: 20px;
}
