.h_Title {
  font-size: 36px;
}
.h_about .h_Title {
  font-weight: 600;
}
.h_about .h_Box1 .h_Box {
  margin-top: 20px;
}
.h_about .h_Box1 .h_Box .h_L {
  width: 522px;
}
.h_about .h_Box1 .h_Box .h_R {
  width: calc(100% - 570px);
}
.h_about .h_Box1 .h_Box .h_R .h_title {
  font-size: 24px;
  color: var(--active-color);
}
.h_about .h_Box1 .h_Box .h_R .h_desc {
  text-align: justify;
  margin-top: 4px;
  color: #666666;
  line-height: calc(30/16);
}
.h_about .h_Box1 .h_Box .h_R .h_number .h_item .h_num {
  font-size: 50px;
  color: var(--active-color);
}
.h_about .h_Box1 .h_Box .h_R .h_number .h_item .h_dec {
  color: #666666;
}
.h_about .h_Box2 {
  margin-top: 20px;
}
.h_about .h_Box2 .h_item {
  padding: 30px;
  background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 100%);
  border: 1px solid #F6F6F6;
  margin-top: 32px;
  box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.08);
}
.h_about .h_Box2 .h_item .h_p1 {
  font-size: 20px;
  color: var(--active-color);
}
.h_about .h_Box2 .h_item .h_desc {
  margin-top: 7px;
  text-align: justify;
}
.h_about .h_Box2 .h_item .h_desc p {
  font-size: 16px;
  color: #666;
  line-height: calc(30/16);
}
.h_about .h_Box4 {
  position: relative;
}
.h_about .h_Box4 .h_text {
  max-width: 100%;
  width: 578px;
  position: absolute;
  left: 0;
  padding: 33px;
  background: #F6F6F6;
  color: var(--active-color);
  font-size: 16px;
  line-height: calc(30/16);
}
.h_about .h_Box4 .h_text span {
  color: #000;
}
.h_about .h_Box4 .h_img {
  width: 993px;
  max-width: 100%;
}
.h_story {
  --margin: 60px;
}
.h_story .h_Box {
  overflow: hidden;
  text-align: center;
}
.h_story .h_Box:nth-child(2n) {
  background-color: #f6f4f4;
}
.h_story .h_Box .h_Title {
  font-weight: 600;
  margin: var(--margin) 0 calc(var(--margin) - 20px);
  animation-name: fadeInUp;
}
.h_story .h_Box .h_video {
  margin: 0 auto;
  width: 100%;
  max-width: 660px;
  animation-name: fadeInUp;
}
.h_story .h_Box .h_video video {
  width: 100%;
}
.h_story .h_Box .h_desc {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  animation-name: fadeInUp;
  margin-bottom: var(--margin);
}
.h_story .h_Box .h_img {
  animation-name: fadeInUp;
  margin-bottom: var(--margin);
}
.h_story .h_Box .h_img img {
  max-width: 900px;
}
.h_product .h_list .h_item {
  position: relative;
  animation-name: fadeInRight;
}
.h_product .h_list .h_item:nth-child(4n-2) {
  animation-delay: 0.1s;
}
.h_product .h_list .h_item:nth-child(4n-1) {
  animation-delay: 0.2s;
}
.h_product .h_list .h_item:nth-child(4n) {
  animation-delay: 0.3s;
}
.h_product .h_list .h_item .h_img {
  aspect-ratio: 285/380;
}
.h_product .h_list .h_item .h_name {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  text-align: center;
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: background 0.3s;
}
.h_product .h_list .h_item:hover .h_img img {
  transform: scale(1.1);
}
.h_product .h_list .h_item:hover .h_name {
  background: var(--active-color);
}
.h_news .h_tabs {
  gap: 10px 20px;
}
.h_news .h_tabs .h_tab {
  display: block;
  background-color: #f6f4f4;
  font-size: 16px;
  color: #333;
  padding: 10px 30px;
  transition: background 0.3s;
}
.h_news .h_tabs .h_tab.active,
.h_news .h_tabs .h_tab:hover {
  background: var(--active-color);
  color: #fff;
}
.h_news .h_list .h_item .h_img {
  width: 48%;
  display: none;
}
.h_news .h_list .h_item .h_text {
  padding: 28px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_news .h_list .h_item .h_text .h_name {
  color: #333;
  width: calc(100% - 120px);
}
.h_news .h_list .h_item .h_text .h_desc {
  display: none;
}
.h_news .h_list .h_item .h_text .h_date {
  color: #666;
}
.h_news .h_list .h_item:first-child {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.h_news .h_list .h_item:first-child .h_img {
  display: block;
}
.h_news .h_list .h_item:first-child .h_text {
  padding: 0 40px;
  width: 52%;
  display: block;
}
.h_news .h_list .h_item:first-child .h_text .h_name {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  --lines: 2;
}
.h_news .h_list .h_item:first-child .h_text .h_date {
  margin-top: 16px;
  font-size: 14px;
}
.h_news .h_list .h_item:first-child .h_text .h_desc {
  display: -webkit-box;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-top: 10px;
}
.h_news .h_list .h_item:first-child:hover .h_text {
  background-color: #fff;
}
.h_news .h_list .h_item:hover .h_text {
  background-color: #f6f4f4;
}
.h_news .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_news .h_newsDetails .h_Title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.h_news .h_newsDetails .h_date {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 16px;
}
.h_news .h_newsDetails .h_hr {
  width: 100%;
  height: 1px;
  background-color: #EBEAEA;
  margin: 20px 0;
}
.h_news .h_newsDetails .h_content {
  line-height: 1.8;
}
.h_news .h_newsDetails .h_content img,
.h_news .h_newsDetails .h_content table,
.h_news .h_newsDetails .h_content video {
  max-width: 100%;
  height: auto !important;
}
.h_news .h_newsDetails .h_links a {
  color: #333;
  width: 48%;
}
.h_news .h_newsDetails .h_links a:hover {
  color: var(--active-color);
}
.h_news .h_newsDetails .h_links .h_next {
  text-align: right;
}
.h_cooperation .h_Title {
  text-align: center;
}
.h_cooperation .h_Box1 {
  text-align: center;
}
.h_cooperation .h_Box1 .h_desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.h_cooperation .h_Box1 .h_list {
  gap: 20px;
}
.h_cooperation .h_Box1 .h_list .h_item {
  width: 181px;
}
.h_cooperation .h_Box1 .h_list .h_item .h_icon {
  border: 1px solid #54B33E;
  aspect-ratio: 1;
  align-content: center;
}
.h_cooperation .h_Box1 .h_list .h_item .h_icon img {
  width: 70px;
}
.h_cooperation .h_Box1 .h_list .h_item .h_name {
  color: #666;
  line-height: 54px;
  background-color: #F8F8F8;
  font-size: 14px;
  padding: 0 12px;
}
.h_cooperation .h_Box2 .h_list .h_item {
  position: relative;
}
.h_cooperation .h_Box2 .h_list .h_item .h_img {
  aspect-ratio: 191/137;
  overflow: hidden;
}
.h_cooperation .h_Box2 .h_list .h_item .h_text {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  padding: 0 20px;
}
.h_cooperation .h_Box2 .h_list .h_item:hover .h_img img {
  transform: scale(1.1);
}
.h_cooperation .h_Box3 .h_list .h_item {
  background-color: #F9F9F9;
  padding: 20px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
  animation-name: fadeInLeft;
  display: flex;
  flex-direction: column;
}
.h_cooperation .h_Box3 .h_list .h_item:nth-child(6n-4) {
  animation-delay: 0.1s;
}
.h_cooperation .h_Box3 .h_list .h_item:nth-child(6n-3) {
  animation-delay: 0.2s;
}
.h_cooperation .h_Box3 .h_list .h_item:nth-child(6n-2) {
  animation-delay: 0.3s;
}
.h_cooperation .h_Box3 .h_list .h_item:nth-child(6n-1) {
  animation-delay: 0.4s;
}
.h_cooperation .h_Box3 .h_list .h_item:nth-child(6n) {
  animation-delay: 0.5s;
}
.h_cooperation .h_Box3 .h_list .h_item .h_index {
  text-align: right;
  color: var(--active-color);
}
.h_cooperation .h_Box3 .h_list .h_item .h_index span {
  font-size: 24px;
  opacity: 0.2;
}
.h_cooperation .h_Box3 .h_list .h_item .h_index em {
  font-size: 46px;
  font-style: normal;
  line-height: 0.5;
}
.h_cooperation .h_Box3 .h_list .h_item .h_text {
  font-size: 16px;
  color: #666666;
}
.h_cooperation .h_Box3 .h_list .h_item:nth-child(2n) {
  row-gap: 6px;
  flex-direction: column-reverse;
  background-color: #F1F1F1;
}
.h_formBox .h_form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.h_formBox .h_form .h_L {
  width: calc(50% - 10px);
}
.h_formBox .h_form .h_L .h_input {
  width: 100%;
}
.h_formBox .h_form .h_input {
  margin-bottom: 20px;
  width: calc(50% - 10px);
  animation-name: fadeInUp;
  font-size: 0;
}
.h_formBox .h_form .h_input:last-child {
  margin: 0;
}
.h_formBox .h_form .h_input:nth-child(4) {
  animation-delay: 0.3s;
}
.h_formBox .h_form .h_input:nth-child(2) {
  animation-delay: 0.1s;
}
.h_formBox .h_form .h_input:nth-child(3) {
  animation-delay: 0.2s;
}
.h_formBox .h_form .h_input label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}
.h_formBox .h_form .h_input label span {
  color: red;
  margin-left: 7px;
}
.h_formBox .h_form .h_input input,
.h_formBox .h_form .h_input textarea {
  color: #333;
  width: 100%;
  flex-grow: 1;
  background: #f8f8f8;
  font-size: 13px;
  font-family: '微软雅黑';
  border: 1px solid #f8f8f8;
}
.h_formBox .h_form .h_input input:focus,
.h_formBox .h_form .h_input textarea:focus {
  border-color: var(--active-color);
}
.h_formBox .h_form .h_input .h_code {
  margin-left: 20px;
  flex-shrink: 0;
}
.h_formBox .h_form .h_input .h_code img {
  width: auto;
  height: 44px;
}
.h_formBox .h_form .h_input input {
  padding: 0 14px;
  height: 44px;
}
.h_formBox .h_form .h_input textarea {
  padding: 9px 14px;
  height: 108px;
}
.h_formBox .h_form button {
  margin-top: 20px;
  height: 44px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background-color: var(--active-color);
}
.h_contact .h_Title {
  text-align: center;
}
.h_contact .h_Box1 .h_Box .h_img {
  width: 58%;
}
.h_contact .h_Box1 .h_Box .h_text {
  background-color: #F8F8F8;
  padding: 40px;
  width: 42%;
}
.h_contact .h_Box1 .h_Box .h_text .h_name {
  font-size: 24px;
  font-weight: 600;
  color: var(--active-color);
}
.h_contact .h_Box1 .h_Box .h_text .h_msg {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}
.h_contact .h_Box1 .h_Box .h_text .h_msg p {
  margin: 3px 0;
}
.h_contact .h_Box1 .h_Box .h_text .h_link {
  display: inline-block;
  background-color: var(--active-color);
  height: 40px;
  padding: 0 22px;
  color: #fff;
  align-content: center;
  font-size: 15px;
  margin-top: 20px;
}
.h_contact .h_Box1 .h_Box .h_text .h_link img {
  width: 20px;
  margin-top: -3px;
  filter: brightness(0) invert(1);
}
.h_contact .h_Box1 .h_Box .h_text .h_link:hover {
  background: #3e992a;
}
.h_contact .h_Box2 .h_list .h_item {
  padding: 30px;
  background-color: #F8F8F8;
  transition: all 0.3s;
}
.h_contact .h_Box2 .h_list .h_item .h_name {
  font-size: 24px;
  color: var(--active-color);
}
.h_contact .h_Box2 .h_list .h_item .h_msg {
  margin-top: 20px;
  line-height: calc(30/16);
  color: #333;
}
.h_contact .h_Box2 .h_list .h_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.h_contact .h_Box3 .h_formBox {
  width: calc(50% - 20px);
}
.h_contact .h_Box3 .h_formBox .h_form {
  gap: 0;
}
.h_contact .h_Box3 .h_formBox .h_input {
  width: 100%;
}
.h_contact .h_Box3 .h_formBox button {
  margin-top: 0;
}
.h_contact .h_Box3 .h_map {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1024px) {
  .h_Title {
    font-size: 28px;
  }
  .h_about .h_Box1 .h_Box .h_L {
    width: 100%;
  }
  .h_about .h_Box1 .h_Box .h_R {
    width: 100%;
    margin-top: calc(var(--w-padding)/2);
  }
}
@media screen and (max-width: 768px) {
  .h_Title {
    font-size: 24px;
  }
  .h_about .h_Box1 .h_Box .h_R .h_title {
    font-size: 20px;
  }
  .h_about .h_Box2 .h_item {
    padding: calc(var(--w-padding)/2);
    margin-top: calc(var(--w-padding)/2);
  }
  .h_story {
    --margin: 40px;
  }
  .h_story .h_Box .h_desc {
    font-size: 16px;
  }
  .h_news .h_list .h_item:first-child {
    margin-bottom: 20px;
  }
  .h_news .h_list .h_item .h_text {
    padding: 14px 16px;
  }
  .h_news .h_list .h_item:first-child .h_text {
    padding: 0 20px;
  }
  .h_news .h_list .h_item:first-child .h_text .h_date {
    margin-top: 12px;
  }
  .h_news .h_newsDetails .h_Title {
    font-size: 20px;
  }
  .h_contact .h_Box1 .h_Box .h_img {
    width: 100%;
  }
  .h_contact .h_Box1 .h_Box .h_text {
    width: 100%;
    padding: calc(var(--w-padding)/2);
  }
  .h_contact .h_Box2 .h_list {
    --c-gap: calc(var(--w-padding)/2);
  }
  .h_contact .h_Box2 .h_list .h_item {
    padding: 24px;
  }
  .h_contact .h_Box2 .h_list .h_item .h_name {
    font-size: 18px;
  }
  .h_contact .h_Box2 .h_list .h_item .h_msg {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .h_Title {
    font-size: 20px;
  }
  .h_about .h_Box1 .h_Box .h_R .h_number {
    row-gap: 10px;
  }
  .h_about .h_Box1 .h_Box .h_R .h_number .h_item {
    width: 50%;
    text-align: center;
  }
  .h_about .h_Box1 .h_Box .h_R .h_number .h_item .h_num {
    font-size: 32px;
  }
  .h_about .h_Box1 .h_Box .h_R .h_number .h_item .h_dec {
    font-size: 14px;
  }
  .h_about .h_Box1 .h_Box .h_R .h_title,
  .h_about .h_Box2 .h_item .h_p1 {
    font-size: 18px;
  }
  .h_about .h_Box1 .h_Box .h_R .h_desc,
  .h_story .h_Box .h_desc,
  .h_product .h_list .h_item .h_name,
  .h_cooperation .h_Box1 .h_desc,
  .h_about .h_Box2 .h_item .h_desc p {
    font-size: 15px;
  }
  .h_about .h_Box4 .h_text {
    font-size: 15px;
    padding: 20px;
    position: static;
    width: 100%;
  }
  .h_about .h_Box1 .h_Box {
    margin-top: 12px;
  }
  .h_story {
    --margin: 12px;
  }
  .h_story .h_Box .h_Title {
    font-size: 18px;
    margin: 15px 0 12px;
  }
  .h_news .h_tabs {
    gap: 7px 15px;
  }
  .h_news .h_tabs .h_tab {
    font-size: 15px;
    padding: 7px 20px;
  }
  .h_news .h_list .h_item {
    display: block;
    border-bottom: 1px dashed #E5E5E5;
  }
  .h_news .h_list .h_item .h_text {
    padding: 12px 0;
  }
  .h_news .h_list .h_item .h_text .h_name {
    font-size: 15px;
    width: calc(100% - 90px);
  }
  .h_news .h_list .h_item .h_text .h_date {
    font-size: 14px;
  }
  .h_news .h_list .h_item:first-child {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .h_news .h_list .h_item:first-child .h_img {
    width: 100%;
  }
  .h_news .h_list .h_item:first-child .h_text {
    width: 100%;
    padding: 12px 0;
  }
  .h_news .h_list .h_item:first-child .h_text .h_name {
    font-size: 16px;
  }
  .h_news .h_list .h_item:first-child .h_text .h_date {
    margin-top: 7px;
  }
  .h_news .h_list .h_item:first-child .h_text .h_desc {
    margin-top: 7px;
  }
  .h_news .h_newsDetails .h_Title {
    font-size: 18px;
  }
  .h_news .h_newsDetails .h_date {
    margin-top: 7px;
  }
  .h_news .h_newsDetails .h_hr {
    margin: 10px 0;
  }
  .h_news .h_newsDetails .h_links a {
    width: 100%;
    font-size: 15px;
  }
  .h_news .h_newsDetails .h_links .h_next {
    text-align: left;
    margin-top: 6px;
  }
  .h_cooperation .h_Box1 .h_list {
    gap: 15px;
  }
  .h_cooperation .h_Box1 .h_list .h_item {
    width: calc(50% - 7.5px);
  }
  .h_cooperation .h_Box1 .h_list .h_item .h_name {
    line-height: 40px;
  }
  .h_cooperation .h_Box2 .h_list .h_item .h_text {
    font-size: 18px;
    padding: 0 16px;
  }
  .h_formBox .h_form {
    gap: 15px;
  }
  .h_formBox .h_form .h_L {
    width: 100%;
  }
  .h_formBox .h_form .h_input {
    width: 100%;
    margin-bottom: 15px;
  }
  .h_formBox .h_form .h_input .h_code {
    margin-left: 15px;
  }
  .h_contact .h_Box1 .h_Box .h_text .h_name {
    font-size: 20px;
  }
  .h_contact .h_Box1 .h_Box .h_text .h_msg {
    margin-top: 10px;
    font-size: 15px;
  }
  .h_contact .h_Box1 .h_Box .h_text .h_link {
    margin-top: 10px;
  }
  .h_contact .h_Box2 .h_list .h_item {
    padding: 15px;
  }
  .h_contact .h_Box2 .h_list .h_item .h_msg {
    font-size: 15px;
  }
  .h_contact .h_Box3 .h_formBox {
    width: 100%;
  }
  .h_contact .h_Box3 .h_map {
    width: 100%;
    margin-top: 15px;
  }
}
