.h_product {
  padding: 30px 0;
}
.h_product .h_tabs {
  display: flex;
  flex-wrap: wrap;
  --r-gap: 20px;
  --c-gap: 24px;
  --rown: 6;
  --bjs: calc((var(--rown) - 1)*var(--c-gap)/var(--rown));
  gap: var(--r-gap) var(--c-gap);
  --rowWidth: calc(100%/var(--rown) - var(--bjs));
}
.h_product .h_tabs .h_tab {
  width: var(--rowWidth);
  line-height: 48px;
  background: #E8E8E8;
  text-align: center;
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.h_product .h_tabs .h_tab.h_hide {
  display: none;
}
.h_product .h_tabs .h_tab::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  border-top: 6px solid #fff;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid #fff;
}
.h_product .h_tabs .h_tab:hover {
  background: #D9A32E;
  color: #fff;
}
.h_product .h_tabs .h_tab.h_active {
  background: #D9A32E;
  color: #fff;
}
.h_product .mySwiper1 .swiper-slide {
  width: 180px;
}
.h_product .mySwiper1 .swiper-slide a {
  display: block;
  line-height: 48px;
  background: #E8E8E8;
  text-align: center;
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.h_product .mySwiper1 .swiper-slide a::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  border-top: 6px solid #fff;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid #fff;
}
.h_product .mySwiper1 .swiper-slide a:hover {
  background: #D9A32E;
  color: #fff;
}
.h_product .mySwiper1 .swiper-slide a.h_active {
  background: #D9A32E;
  color: #fff;
}
.h_product .h_list {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.h_product .h_list .h_box {
  flex-wrap: wrap;
  width: calc(25% - 20.25px);
  margin: 27px 27px 0 0;
}
.h_product .h_list .h_box:nth-child(4n) {
  margin-right: 0;
}
.h_product .h_list .h_box .h_img {
  border: 2px solid #F2F2F2;
  overflow: hidden;
}
.h_product .h_list .h_box .h_img img {
  width: 100%;
  transition: transform 0.3s linear;
}
.h_product .h_list .h_box .h_text {
  text-align: center;
  background: #F2F2F2;
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_product .h_list .h_box:hover .h_img {
  border-color: #283E84;
}
.h_product .h_list .h_box:hover .h_img img {
  transform: scale(1.05);
}
.h_product .h_list .h_box:hover .h_text {
  background: #283E84;
  color: #fff;
}
.h_news .h_list {
  display: block;
}
.h_news .h_list .h_box {
  width: 100%;
  margin: 40px 0 0;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  transition: transform 0.3s linear, box-shadow 0.3s linear;
}
.h_news .h_list .h_box .h_L {
  width: calc(100% - 408px);
  padding: 36px;
}
.h_news .h_list .h_box .h_L .h_time {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.h_news .h_list .h_box .h_L .h_time img {
  width: 20px;
  margin-right: 12px;
}
.h_news .h_list .h_box .h_L .h_time p {
  font-size: 13px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #AAAAAA;
}
.h_news .h_list .h_box .h_L .h_title {
  font-size: 23px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_news .h_list .h_box .h_L .h_desc {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.h_news .h_list .h_box .h_L .h_ckgd {
  font-size: 14px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  color: #3D3D3D;
}
.h_news .h_list .h_box .h_L .h_ckgd i {
  margin-right: 8px;
  font-size: 14px;
}
.h_news .h_list .h_box .h_R {
  width: 408px;
  background: #fff;
}
.h_news .h_list .h_box .h_R img {
  width: 100%;
  transition: transform 0.3s linear;
}
.h_news .h_list .h_box:hover {
  box-shadow: 4px 4px 12px #ccc;
}
.h_news .h_list .h_box:hover .h_L .h_title,
.h_news .h_list .h_box:hover .h_L .h_ckgd {
  color: #283E84;
}
.h_news .h_list .h_box:hover .h_R img {
  transform: translate(16px, -16px);
}
.h_resources .h_box {
  padding: 48px;
  background: #F9F9F9;
  margin-top: 32px;
}
.h_support1 {
  display: flex;
  flex-wrap: wrap;
}
.h_support1 .h_box {
  width: calc(33.3333% - 20px);
  margin: 30px 30px 0 0;
  background: #F9F9F9;
  padding: 30px;
  transition: background 0.3s linear;
}
.h_support1 .h_box:nth-child(3n) {
  margin-right: 0;
}
.h_support1 .h_box .h_title {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 16px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_support1 .h_box .h_desc {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  margin-bottom: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_support1 .h_box:hover {
  background: #283E84;
}
.h_support1 .h_box:hover .h_title,
.h_support1 .h_box:hover .h_desc,
.h_support1 .h_box:hover .h_p1 {
  color: #fff;
}
.h_support2 .h_box {
  margin-top: 40px;
  box-shadow: inset 0 -1px #EBEBEB;
  overflow: hidden;
  transition: all 0.3s linear;
}
.h_support2 .h_box .h_Q,
.h_support2 .h_box .h_A {
  padding-left: 44px;
  position: relative;
  margin-bottom: 22px;
}
.h_support2 .h_box .h_Q::after,
.h_support2 .h_box .h_A::after {
  position: absolute;
  left: 0;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
}
.h_support2 .h_box .h_Q {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
}
.h_support2 .h_box .h_Q::after {
  content: 'Q';
  top: 0;
  background: #283E84;
  color: #fff;
}
.h_support2 .h_box .h_A {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 28px;
  text-align: justify;
}
.h_support2 .h_box .h_A::after {
  content: 'A';
  top: 0;
  background: #E8E8E8;
  color: #888;
}
.h_support2 .h_box:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);
}
.h_contact1 .h_box .h_title {
  display: flex;
}
.h_contact1 .h_box .h_title p {
  width: calc(100% - 24px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_contact1 .h_box .h_title img {
  width: 24px;
}
.h_contact1 .h_box .h_p1 {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  margin-bottom: 16px;
}
.h_contact1 .h_box .h_desc {
  display: flex;
}
.h_contact1 .h_box .h_desc .h_p2 {
  white-space: wrap;
  text-align: justify;
}
.h_contact1 .h_box .h_desc:last-child {
  margin-bottom: 0;
}
.h_mapBox {
  background: #F8F9FB;
  position: relative;
  height: 650px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.h_mapBox .h_content {
  width: calc(50% - 100px);
}
.h_mapBox .h_content .h_title {
  font-size: 26px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
  padding-bottom: 24px;
  border-bottom: 1px solid #E2E3E5;
  position: relative;
}
.h_mapBox .h_content .h_title::after {
  content: '';
  position: absolute;
  width: 39px;
  height: 4px;
  background: #D9A32E;
  left: 0;
  bottom: 0;
}
.h_mapBox .h_content .h_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #E2E3E5;
}
.h_mapBox .h_content .h_box .h_img {
  width: 48px;
  margin-right: 8px;
}
.h_mapBox .h_content .h_box .h_img img {
  width: 100%;
}
.h_mapBox .h_content .h_box .h_text {
  width: calc(100% - 56px);
}
.h_mapBox .h_content .h_box .h_text .h_p1 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999998;
  margin-bottom: 4px;
}
.h_mapBox .h_content .h_box .h_text .h_p2 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
}
.h_mapBox .h_content .h_box .h_L,
.h_mapBox .h_content .h_box .h_R {
  display: flex;
}
.h_mapBox #map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.h_contact2 {
  padding: 70px 0;
  display: flex;
  flex-wrap: wrap;
}
.h_contact2 .h_L {
  width: 38%;
}
.h_contact2 .h_L .h_title {
  font-size: 36px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.h_contact2 .h_L .h_title::after {
  position: absolute;
  content: '';
  width: 39px;
  height: 4px;
  background: #283E84;
  left: 0;
  bottom: 0;
}
.h_contact2 .h_L .h_desc {
  font-size: 17px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.h_contact2 .h_R {
  width: 62%;
}
.h_contact2 .h_R form {
  display: flex;
  flex-wrap: wrap;
}
.h_contact2 .h_R .h_box {
  display: flex;
  background: #F7F7F7;
  width: calc(50% - 16px);
  margin: 0 32px 36px 0;
  line-height: 43px;
  padding: 0 14px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}
.h_contact2 .h_R .h_box:nth-child(2n) {
  margin-right: 0;
}
.h_contact2 .h_R .h_box p {
  white-space: nowrap;
}
.h_contact2 .h_R .h_box input {
  width: 100%;
  background: none;
  height: 43px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}
.h_contact2 .h_R textarea {
  width: 100%;
  background: #F7F7F7;
  padding: 14px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}
.h_contact2 .h_R button {
  cursor: pointer;
  margin-top: 36px;
  width: 132px;
  height: 45px;
  background: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #283E84;
  overflow: hidden;
  position: relative;
  border: 1px solid #283E84;
}
.h_contact2 .h_R button:hover {
  color: #fff;
  background: #283E84;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.h_contact2 .h_R button:hover::before {
  -webkit-animation: sh02 0.8s 0s linear;
  -moz-animation: sh02 0.8s 0s linear;
  animation: sh02 0.8s 0s linear;
}
.h_contact2 .h_R button::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 30px 10px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.h_contact2 .h_R button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
@media screen and (max-width: 1024px) {
  .h_product .h_list .h_box {
    width: calc(33.3333% - 18px);
  }
  .h_product .h_list .h_box:nth-child(4n) {
    margin-right: 27px;
  }
  .h_product .h_list .h_box:nth-child(3n) {
    margin-right: 0;
  }
  .h_news .h_list .h_box {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .h_news .h_list .h_box .h_L {
    width: 60%;
  }
  .h_news .h_list .h_box .h_R {
    width: 40%;
  }
  .h_contact2 {
    padding: 50px 0;
  }
  .h_mapBox {
    height: auto;
    padding-top: 50px;
  }
  .h_mapBox .h_content {
    width: 100%;
  }
  .h_mapBox #map {
    position: static;
    width: 100%;
    height: 400px;
  }
  .h_product .h_tabs {
    --rown: 5;
  }
}
@media screen and (max-width: 767px) {
  .h_dqwz .h_R form {
    display: none;
  }
  .h_product .h_list .h_box {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .h_product .h_list .h_box:nth-child(3n) {
    margin-right: 20px;
  }
  .h_product .h_list .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_product .h_list .h_box .h_text {
    line-height: 46px;
  }
  .h_news .h_list .h_box {
    flex-direction: column-reverse;
  }
  .h_news .h_list .h_box .h_L {
    width: 100%;
    padding: 16px;
  }
  .h_news .h_list .h_box .h_R {
    width: 100%;
  }
  .h_news .h_list .h_box .h_L .h_ckgd {
    display: none;
  }
  .h_news .h_list .h_box .h_L .h_desc {
    margin-bottom: 0;
  }
  .h_resources .h_box {
    padding: 16px;
  }
  .h_support1 .h_box {
    width: calc(50% - 15px);
  }
  .h_support1 .h_box:nth-child(3n) {
    margin-right: 30px;
  }
  .h_support1 .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_contact2 .h_L {
    width: 100%;
    margin-bottom: 20px;
  }
  .h_contact2 .h_R {
    width: 100%;
  }
  .h_product .h_tabs {
    --rown: 4;
  }
}
@media screen and (max-width: 480px) {
  .h_news .h_list .h_box .h_L .h_time {
    margin-bottom: 5px;
  }
  .h_news .h_list .h_box .h_L .h_title {
    margin-bottom: 10px;
  }
  .h_product .mySwiper1 .swiper-slide {
    width: calc(50% - 12px);
  }
  .h_support1 .h_box {
    width: 100%;
    margin-right: 0 !important;
  }
  .h_contact2 .h_R .h_box {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .h_product .h_tabs {
    --rown: 2;
    --r-gap: 14px;
    --c-gap: 14px;
  }
  .h_product .h_tabs .h_tab {
    line-height: 43px;
    font-size: 14px;
  }
}
