/* 导航栏布局 */
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background-color: #fff;
}

.logo {
  margin-left: 5.99vw;
}

.logo a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
}

.logo-img {
  width: 9.5vw;
  height: auto;
}

.logo-main {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
}

.nav-right-section {
  display: flex;
  align-items: center;
  margin-right: 4.9vw;
}

.nav-outer-wrapper {
  display: flex;
  margin-right: 3.08vw;
}

.nav-links {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.nav-links p {
  margin: 0 3.45vw 0 0;
  text-align: center;
}

.nav-links span {
  color: #000;
  /* font-weight: bold; */
  text-decoration: none;
  font-size: 1.18vw;
  letter-spacing: 1px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-color 0.3s;
  user-select: none;
}

.nav-links span:hover,
.nav-links span.active {
  color: #d51f19;
}

.nav_br {
  /* width: 5vw; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nav_search {
  min-width: 2.12vw;
  /* width: 1.5vw; */
  height: 3vw;
  z-index: 66;
  /* position: absolute; */
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.search_txt_box {
  /* width: 92%;
  height: 100%; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav_ip {
  width: 85%;
  transition: 2s;
  /* padding-left: 2vw; */
  display: none;
}

.nav_tit {
  color: #2b2b2b;
  font-size: 0.84vw;
  /* font-family: 'sy_m'; */
  position: absolute;
  letter-spacing: 0.2vw;
  transform: translate(-50%, 0);
  left: 50%;
  /* font-weight: bold;*/
}

.bg_white {
  background-color: white !important;
}

.bl_gray2 {
  border: 1px solid #2b2b2b;
}

.nav_ip_box {
  width: 100%;
  /* background-color: white; */
  display: flex;
  flex-direction: row;
  border-radius: 3vw;
  padding-right: 1vw;
  justify-content: flex-end;
  align-items: center;
}

.index_search_box {
  width: 47%;
  height: 2.12vw;
  display: flex;
  /* margin: 0 auto; */
  /* border: 2px solid #d51f19; */
  /* border-radius: 0.3vw;*/
}

.index_search_box input {
  width: 90%;
  padding-left: 5%;
  height: 100%;
  border: none;
  font-size: 0.94vw;
  outline: none;
  background-color: #fff;
}

.index_search_box input:-internal-autofill-selected {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}

.nav_search .search-icon {
  display: flex;
  align-items: center;
  height: 2.12vw;
  width: 2.12vw;
}

/* CTA Section */
.cta-section {
  background-color: #d51f19;
  color: #fff;
  height: 13.85vw;
  display: flex;
  align-items: center;
  padding: 0 6.77vw;
  position: relative;
}

.cta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cta-text-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  width: 50%;
}

.cta-text {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  font-size: 2.92vw;
  font-weight: 300;
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}

.cta-text.active {
  opacity: 1;
  visibility: visible;
}

.a-outer {
  position: absolute;
  right: 0;
  width: 35%;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: start;
}

.a-outer .btn-more {
  font-size: 2.19vw;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  padding: 1.5vw 2.5vw 1.5vw 2vw;
  border: 3px solid #d51f19;
  margin-left: 7.5vw;
}

.a-outer .btn-more::after {
  width: 2.08vw;
  height: 2.08vw;
  margin-left: 0.26vw;
  background-image: url("../images/arrow1.png");
}

/* 页脚样式 */
.main-footer {
  color: #000;
  padding: 0;
  background-color: #e7e7e7;
   
}
/* .container footer-grid{
border-top: 0.5vw solid #c43528
} */
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6.56vw 6.77vw 10.94vw 6.77vw;
 /* border-top: 0.5vw solid #c43528 */
}
.footer-contact {
  flex: 1;
  width: 100%;
}

.upper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.contact-info {
  display: flex;
  flex-direction: column;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  text-justify: inter-ideograph; /* 针对中文语言 */
  word-break: break-all;
  white-space: nowrap;
}

.address {
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  text-justify: inter-word;
}

.footer-contact .contact-info p {
  margin-bottom: 0.8vw;
  letter-spacing: 1px;
}

.footer-contact .contact-info p:first-child {
  font-size: 1.46vw;
  font-weight: 100;
}

.footer-contact .contact-info p:nth-child(2) {
  font-size: 1.15vw;
  font-weight: 300;
}

.footer-contact .phone-numbers {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-top: 0.68vw;
}

.phone-tip {
  display: inline-flex;
  /* flex-direction: row; */
}

.footer-contact .phone-numbers div {
  font-size: 1.78vw;
  font-weight: bold;
  color: #000;
}

.footer-contact .phone-numbers > div:first-child {
  margin-right: 1.8vw;
}

.footer-contact .phone-numbers p {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-contact .phone-numbers .phone-tip p span {
  height: 100%;
  font-size: 0.625vw;
  font-weight: 300;
  color: #000;
  line-height: 1.2;
  /* margin-left: 0.21vw; */
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin-top: 5.73vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

.footer-nav  p{
  color: #000;
  text-decoration: none;
  font-size: 1.04vw;
  font-weight: bold;
  user-select: none;
}

.footer-nav p:hover {
  color: #545454;
}

.footer-qr {
  display: flex;
  gap: 1.2vw;
  justify-content: flex-end;
  padding-right: 2vw;
}

.footer-qr img {
  width: 6.2vw;
  height: auto;
}

.business-title {
  width: 30vw;
  height: auto;
  margin: 1vw 0;
  display: block;
}

.footer-section {
  width: 100vw;
  height: 5.73vw;
  background-color: #000;
}

.footer-section .logo .logo-img {
  width: 8vw;
}

.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 8.85vw 1vw 0;
  margin: 0;
  width: 100%; /* 确保宽度填满 */
}

.copyright p {
  font-size: 0.52vw;
  color: #fff;
}

/* 更大按钮样式 */
.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 1.2vw;
  padding: 0.7vw 1.5vw 0.7vw 0.8vw;
  color: #000;
  text-decoration: none;
  font-size: 1.09vw;
  transition: all 0.3s ease;
  border: 0.06vw solid #d51f19;
  user-select: none;
}

.btn-more::after {
  content: "";
  display: inline-block;
  /* width: 1.25vw;
  height: 1.25vw; */
  width: 1.5vw;
  height: 1.5vw;
  background-image: url("../images/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.btn-more:hover::after {
  transform: translateX(0.5vw);
}
