@charset "UTF-8";
/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

:root {
  --primary-color: #5FAEA4;
  --secondary-color-1: #BDB0D5;
  --secondary-color-2: #433280;
  --text-color: #333;
  --light-text: #fff;
  --light-bg: #f8f9fa;
  --border-color: #eaeaea;
}

.hero.other img {
  width: 100%;
  height: 100%;
}

.other-nav {
  padding: 60px 0 0;
}
.other-nav .nav-buttons {
  display: flex;
  justify-content: center;
  gap: 20px 50px;
}
.other-nav .nav-btn {
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  background-color: #e0e0e0;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.other-nav .nav-btn.active {
  background-color: var(--primary-color);
  color: white;
}
.other-nav .nav-btn:hover:not(.active) {
  background-color: #d0d0d0;
}

.other-pos {
  padding: 20px 0;
}
.other-pos .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.other-pos .container a {
  font-size: 18px;
  color: #333;
}
.other-pos .container a:hover {
  color: red;
}
.other-pos .container span {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
}

.team-detail {
  min-height: 50vh;
}
.team-detail .team-image {
  float: left;
  margin-right: 4%;
  margin-bottom: 15px;
  width: 46%;
}
.team-detail .team-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.team-detail .team-info h3 {
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 15px;
}
.team-detail .team-info h4 {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
}
.team-detail .team-info p {
  margin-bottom: 15px;
  line-height: 2;
  text-align: justify;
  font-size: 18px;
}

.products-list {
  min-height: 20vh;
}
.products-list .product-box {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #E6E6E6 solid;
}
.products-list .product-box .product-image {
  float: left;
  margin-right: 4%;
  width: 46%;
}
.products-list .product-box .product-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.products-list .product-box .product-info {
  float: right;
  width: 50%;
}
.products-list .product-box .product-info h3 {
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 15px;
}
.products-list .product-box .product-info h4 {
  color: #666666;
  font-size: 18px;
  margin-bottom: 15px;
}
.products-list .product-box .product-info p {
  margin-bottom: 15px;
  line-height: 2;
  font-size: 16px;
}
.products-list .product-box .product-info .btn {
  font-size: 16px;
  padding: 8px 30px;
}
.products-list .product-box:last-child {
  border-bottom: none;
}

.products.other-nav {
  background-color: var(--light-bg);
  padding: 80px 0;
}
.products.other-nav .nav-buttons {
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px 50px;
}
.products.other-nav .nav-buttons a {
  width: 30%;
}
.products.other-nav .nav-buttons a .nav-btn {
  width: 100%;
}

.products-detail {
  min-height: 70vh;
}
.products-detail h1 {
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px #F2F2F2 solid;
  padding-bottom: 25px;
}
.products-detail .products-image {
  margin: 35px auto;
  text-align: center;
}
.products-detail .products-image img {
  width: 50%;
  height: auto;
  border-radius: 5px;
}
.products-detail .products-info {
  margin-top: 50px;
}
.products-detail .products-info h4 {
  color: #666666;
  font-size: 18px;
  margin-bottom: 15px;
}
.products-detail .products-info p {
  margin-bottom: 15px;
  line-height: 2;
  font-size: 16px;
}

.news-list {
  min-height: 70vh;
}
.news-list .nav-buttons {
  margin-bottom: 60px;
}
.news-list .news-box {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #E6E6E6 solid;
}
.news-list .news-box .news-image {
  float: left;
  margin-right: 4%;
  width: 46%;
}
.news-list .news-box .news-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.news-list .news-box .news-info {
  float: right;
  width: 50%;
}
.news-list .news-box .news-info h3 {
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 15px;
}
.news-list .news-box .news-info h4 {
  color: #666666;
  font-size: 18px;
  margin-bottom: 15px;
}
.news-list .news-box .news-info p {
  margin-bottom: 15px;
  line-height: 2;
  font-size: 16px;
}
.news-list .news-box .news-info .btn {
  font-size: 16px;
  padding: 8px 30px;
}
.news-list .news-box:last-child {
  border-bottom: none;
}

.news-detail {
  min-height: 70vh;
}
.news-detail h1 {
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.news-detail .pubinfo {
  margin-bottom: 30px;
  font-size: 16px;
  color: #666666;
  border-bottom: 1px #F2F2F2 solid;
  padding-bottom: 25px;
  text-align: center;
}
.news-detail .pubinfo span {
  margin-right: 20px;
}
.news-detail .news-info {
  margin-top: 50px;
}
.news-detail .news-info h4 {
  color: #666666;
  font-size: 18px;
  margin-bottom: 15px;
}
.news-detail .news-info p {
  margin-bottom: 15px;
  line-height: 2;
  font-size: 16px;
}

.feedback-form-container {
  background-color: #F8F9FA;
  border-radius: 8px;
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
}
.feedback-form-container .form-group {
  margin-bottom: 20px;
}
.feedback-form-container .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
.feedback-form-container .form-group .form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}
.feedback-form-container .form-group .form-textarea {
  width: 100%;
  height: 200px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  resize: none;
}
.feedback-form-container .submit-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

#container {
  overflow: hidden;
  width: 1000px;
  height: 560px;
  margin: 0;
}

/*# sourceMappingURL=other.css.map */
