.contact-main{
    background-color: #F4F4F4;
}

#form{
    background: white;
}

/* 联络信息板块整体布局 */
.contact-info-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 60px 0;
  gap: 48px;
}
.contact-info-left, .contact-info-right {
  flex: 1 1 0;
  max-width: 600px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info-left {
  /* 无背景色 */
  padding: 48px 32px 48px 32px;
}
.company-title {
  font-size: 26px;
  font-weight: bold;
  color: #222;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.company-title-underline {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-bottom: 36px;
}
.contact-info-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.address-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.contact-info-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 24px;
}
.contact-info-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.contact-info-item i {
  font-size: 32px;
  color: #666;
  margin-bottom: 10px;
}
.info-label {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}
.info-value {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  word-break: break-all;
}

/* 右侧图片 */
.contact-info-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-right img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  object-fit: cover;
}

.banner-contact-banner{
    margin: 45px 0px; height: 640px; margin-bottom:0;
}

.banner-contact-banner iframe{
    height: 100%;
}

/* 响应式：移动端上下布局 */
@media (max-width: 900px) {
  .contact-info-section {
    flex-direction: column;
    padding: 32px 0;
    gap: 24px;
  }
  .contact-info-left, .contact-info-right {
    max-width: 100%;
    min-width: 0;
    padding: 24px 8px;
  }
  .company-title {
    font-size: 22px;
  }
  .info-label {
    font-size: 16px;
  }
  .contact-info-item i {
    font-size: 22px;
  }
  .contact-info-row {
    flex-direction: column;
    gap: 18px 0;
  }
}

.contact-info-outer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 980px) {
    .banner-contact-banner{
        display: none;
    }
    
    
}

@media screen and (max-width: 480px) {
    .address-item{
        margin-bottom: 0;
    }

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

    .about-subnav-item{
        width: 49.5%;
    }

    .company-title{
        font-size: 20px;;
    }

    .info-value{
        font-size: 14px;
    }

    .banner-contact-banner{
        height: 320px;
    }
}

/* 表单板块整体布局 */
#contact-form{
    padding: 95px 0px; padding-bottom: 85px; background:white; background:white;
}

.contact-form-outer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-form-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 90px 20px;
  gap: 50px;
  background:white;
}
.contact-form-left, .contact-form-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-form-left {
  align-items: flex-end;
  width: 34%;
}

.contact-form-right{
    flex: 1;
}

 



.form-title {
  font-size: 36px;
  font-weight: bold;
  color: #222;
  margin-bottom: 18px;
  text-align: left;
  line-height: 1.2;
  width: 100%;
}
.form-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
}
.form-image{
    width: 100%;
}
.form-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.contact-form-right {
  align-items: flex-start;
  padding-left: 40px;
}
.contact-form {
  width: 100%;
}
.form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.form-row textarea.layui-textarea {
  min-height: 150px;
  resize: vertical;
  width: 100%;
  font-size: 16px;
  padding: 14px 16px;
  border-radius: 2px;
  color: #333;
  background: none;
}
.form-row .layui-input {
  flex: 1 1 0;
  font-size: 16px;
  padding: 14px 16px;
  border-radius: 2px;
  color: #333;
  height: 50px;
  background: none;
}
.form-row-captcha {
  align-items: center;
}
.captcha-input {
  max-width: 220px;
}
.captcha-img {
  height: 48px;
  margin-left: 24px;
  border-radius: 2px;
  background: #f5f5f5;
}
.form-submit-btn {
  width: 100%;
  background: #AD191E;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
  height: 50px;
}
.form-submit-btn:hover {
  background: #8c1518;
}
@media (min-width: 981px) {
	.about-subnav{
		width:600px;
	}
}
/* 响应式布局 */
@media (max-width: 980px) {
  .contact-form-section {
    flex-direction: column;
    gap: 32px;
    padding: 0 8px;
  }
  .contact-form-left, .contact-form-right {
    max-width: 100%;
    min-width: 0;
    padding: 0;
    align-items: flex-start;
  }
  .form-title, .form-desc {
    text-align: left;
  }
  .form-image img {
    width: 180px;
    margin-bottom: 24px;
  }
  .contact-form-left{
    width: 100%; text-align: center; align-items: center; text-align: center;
 }

 .form-title, .form-desc{
    text-align: center;
 }

 .form-image img{
    margin:0 auto;
 }

 .contact-form-right{
    width: 100%; padding-left: 20px; padding-right: 20px;
 }
 
 #codes{
     min-height: 40px;
 }


}
@media (max-width: 600px) {
  .contact-form-section {
    padding: 0 2px;
    margin-bottom: 32px;
    padding-top: 40px;
  }
  .form-title {
    font-size: 22px;
  }
  .form-desc {
    font-size: 14px;
  }
  .form-row {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
    flex-direction: row;
  }
  .captcha-img {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    height: 40px;
    object-fit: contain;
  }
  .form-submit-btn {
    font-size: 16px;
    padding: 12px 0;
  }

  .captcha-img{
    width: 120px;
  }



}


