.container-header {background-color:#ffffff !important; background-image:none !important;box-shadow:none !important;}
.container-topbar {background-color:#f6f6f8 !important; border-bottom: solid 1px #e0e0e0; padding:2px 20px 7px 0px;}
.container-header .container-nav {padding-bottom: 23px !important;}
.mod-languages { line-height:20px; padding-right:2em; }
div.mod-languages ul {text-align: right;}
div.mod-languages ul.lang-inline li {margin-left:10px;}
@media (max-width:768px){
  .mod-languages{ padding-right:0; }
  div.mod-languages ul.lang-inline li{ margin-left:0; margin-right:10px; }
}
.container-footer .grid-child{ display:block !important; margin:0 !important; padding:0 !important; }
.container-footer .mod-custom{ display:block; width:100%; margin:0 !important; padding:0 !important; }
/* banner */
.banner-module {
    width: 100%;
    overflow: hidden;
}

.banner-module img.banner-img {
    width: 100%;
    height: auto;
    display: block;
}

#cf_1 {margin: 0 auto}
.footer {background-color: #093948 !important; background-image:none !important;}
#mod-custom115 {
  background-color: #002f3e;
  color: #ffffff;
  padding: 60px 40px 40px !important;
}
#mod-custom115 .footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#mod-custom115 .footer-top-logo {
  text-align: center;
  margin-bottom: 40px;
}
#mod-custom115 .footer-top-logo img {
  max-width: 240px;
  height: auto;
}
#mod-custom115 .footer-container {
  display: flex;
  justify-content: space-evenly; 
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
}
#mod-custom115 .footer-col {
  flex: 1 1 33%;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
}
#mod-custom115 .footer-icon-block {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mod-custom115 .footer-icon-block img {
  width: 32px;
  height: 32px;
}
#mod-custom115 .footer-divider {
  width: 2px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.4);
}
#mod-custom115 .footer-text {
  flex: 1;
  max-width: 320px;
}
#mod-custom115 .footer-text h4 {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
#mod-custom115 .footer-text p {
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}
#mod-custom115 a {
  color: #ffffff;
  text-decoration: none;
}
#mod-custom115 a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #mod-custom115 {
    padding: 40px 20px 30px;
  }
  #mod-custom115 .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  #mod-custom115 .footer-col {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
  #mod-custom115 .footer-icon-block img {
    width: 28px;
    height: 28px;
  }
  #mod-custom115 .footer-divider {
    height: 36px; 
  }
  #mod-custom115 .footer-text h4 {
    font-size: 16px;
  }
  #mod-custom115 .footer-text p {
    font-size: 14px;
  }
  #mod-custom115 .footer-top-logo img {
    max-width: 180px;
  }
}
#mod-custom116 {
  background-color: #001b28;
  color: #b7b2ac;
  text-align: center;
  font-size: 11px;
  line-height: 4.3;
  padding: 10px 15px;
}
#mod-custom116 .btm-copyright a {
  color: #b7b2ac;
  text-decoration: none;
}
#mod-custom116 .btm-copyright a:hover {
  text-decoration: underline;
}
#mod-custom116 span {
  color: #cccccc;
}
/** about us */
.container-top-a .top-a {
  border: none;
}
.container-top-b .top-b {
  border: none;
  background-color: #ebebeb;
}
/* huo1 OVERVIEW OF Qianyi Xinsheng  */
.about-section {
  background-color: #ffffff;
  padding: 10px 0;
  color: #333333;
}
.about-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 0 40px;
  box-sizing: border-box;
  gap: 40px;
}
.about-text {
  flex: 0 0 70% !important;
  max-width: 70% !important;
  text-align: left;
}
.about-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.about-title .title-line {
  width: 4px;
  height: 60px;
  background-color: #222;
  margin-right: 15px;
}
.about-title h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  color: #111;
}
.about-title h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0 0 0;
  color: #222;
  border-bottom: 2px solid #222;
  display: inline-block;
}
.about-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
}
.about-image {
  flex: 0 0 30% !important;
  max-width: 30% !important;
  text-align: right;
}
.about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 992px) {
  .about-container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    padding: 0 20px;
  }
  .about-text {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    text-align: left;
  }
  .about-title {
    justify-content: center;
  }
  .about-title .title-line {
    height: 50px;
  }
  .about-image {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    text-align: center;
    margin-top: 30px;
  }
  .about-image img {
    max-width: 95%;
  }
  .about-section {
    padding: 0px;
  }
}
/** huo2 GREENHOUSE SOLUTIONS **/
.solutions-section {
  background-color: #f7f7f7;
  padding: 60px 40px;
  text-align: center;
  color: #111;
}
.solutions-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: -20px;
}
.solutions-title .title-line {
  width: 4px;
  height: 60px;
  background-color: #222;
  margin-right: 15px;
}
.solutions-title h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}
.solutions-title h3 {
  font-size: 20px;
  margin-top: 5px;
  color: #333;
  font-weight: 600;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.solution-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.solution-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.solution-item:hover img {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.solution-item .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.solution-item.large {
  grid-row: span 2;
  grid-column: span 1;
}
@media (max-width: 992px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
  }
  .solution-item.large {
    grid-row: auto;
    grid-column: span 2;
  }
  .solutions-title h2 {
    font-size: 26px;
  }
  .solutions-title h3 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .solutions-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .solution-item.large {
    grid-column: span 1;
  }
  .solutions-section {
    padding: 40px 20px;
  }
}
/* ====== Contact Page 美化样式 ====== */
.contact-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #333;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* 标题区 */
.contact-header h1 {
  color: #002f3e;
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-header .contact-position {
  font-size: 16px;
  color: #0078c0;
  margin-bottom: 20px;
}

/* 主体区：左右布局 */
.contact-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.contact-left {
  flex: 1 1 55%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px 35px;
  line-height: 1.8;
}

.contact-left p {
  margin: 0 0 10px;
}

.contact-right {
  flex: 1 1 35%;
  text-align: right;
}

.contact-right img.contact-image {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* 联系表单 */
.contact-form-wrapper {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  margin-bottom: 50px;
}

.contact-form-wrapper h3 {
  font-size: 22px;
  font-weight: 700;
  color: #002f3e;
  margin-bottom: 25px;
}

.contact-form input,
.contact-form textarea {
  border-radius: 6px !important;
  padding: 12px 15px !important;
  border: 1px solid #ccc !important;
  font-size: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0078c0 !important;
  box-shadow: 0 0 0 3px rgba(0,120,192,0.15);
  outline: none;
}

.contact-form button,
.contact-form input[type="submit"] {
  background-color: #005bac;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-form button:hover,
.contact-form input[type="submit"]:hover {
  background-color: #0072d4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
/* 响应式 */
@media (max-width: 992px) {
  .contact-main {
    flex-direction: column;
    align-items: center;
  }
  .contact-left, .contact-right {
    flex: 1 1 100%;
    text-align: center;
  }
  .contact-right img {
    max-width: 300px;
    margin-top: 20px;
  }
}
/* 地图部分 */
.contact-map-section {
  margin: 50px auto;
  text-align: center;
  max-width: 1200px;
}
.contact-map-section h2 {
  font-size: 24px;
  color: #00323e;
  margin-bottom: 20px;
}
.bing-map iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
/* 手机版隐藏 Bing 地图，显示图片 */
@media (max-width: 768px) {
  .bing-map {
    display: none;
  }
  .map-image {
    display: block;
  }
  .map-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
}
/* 桌面端隐藏备用图片 */
@media (min-width: 769px) {
  .map-image {
    display: none;
  }
}



@media (max-width: 481px) {
body.wrapper-fluid .site-grid {
  grid-gap: 0;
  }
 .about-image img {
  display: none;
 }
}