.h_proCenter {
  padding: 30px 0;
  background: linear-gradient(180deg, rgba(216, 216, 216, 0.22) 0%, rgba(216, 216, 216, 0) 50px);
}
.h_proCenter > .h_row {
  column-gap: 77px;
}
.h_proCenter > .h_row .h_Title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Bold;
  font-size: 25px;
  color: #3D3D3D;
}
.h_proCenter > .h_row .h_Title i {
  font-size: 16px;
  visibility: hidden;
}
.h_proCenter > .h_row .h_L {
  width: 256px;
}
.h_proCenter > .h_row .h_L .h_list {
  margin-top: 8px;
}
.h_proCenter > .h_row .h_L .h_list .h_box a,
.h_proCenter > .h_row .h_L .h_list .h_box .h_type {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_proCenter > .h_row .h_L .h_list .h_box a i,
.h_proCenter > .h_row .h_L .h_list .h_box .h_type i {
  font-size: 12px;
  width: 18px;
  height: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_type {
  line-height: 48px;
  box-shadow: inset 0 -1px #E5E5E5;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_type a {
  display: block;
  width: calc(100% - 20px);
  font-family: Light;
  font-size: 16px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_type.active a {
  color: var(--active-color);
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_type i {
  cursor: pointer;
  background-color: var(--active-color);
  transition: transform 0.3s linear;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist {
  display: none;
  padding: 8px 0 24px;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a {
  line-height: 48px;
  box-shadow: inset 0 -1px #E5E5E5;
  font-family: Light;
  font-size: 16px;
  color: #3D3D3D;
  padding-left: 26px;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a i {
  color: var(--active-color);
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a i::before {
  font-weight: 700 !important;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a.active {
  background-color: #F6F6F6;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a:hover {
  background-color: #F6F6F6;
}
.h_proCenter > .h_row .h_L .h_list .h_box.h_active .h_type i {
  transform: rotate(90deg);
}
.h_proCenter > .h_row .h_R {
  width: 100%;
}
.h_proCenter > .h_row .h_R > .h_row {
  align-items: flex-end;
}
.h_proCenter > .h_row .h_R > .h_row * {
  box-sizing: border-box;
}
.h_proCenter > .h_row .h_R .h_rowBox {
  display: block;
}
.h_proCenter > .h_row .h_R .h_rowBox .h_img {
  background-color: #f6f6f6;
  width: 100%;
}
.h_proCenter > .h_row .h_R .h_rowBox .h_name {
  font-family: Regular;
  font-size: 15px;
  color: #3D3D3D;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 6px;
}
.h_proCenter > .h_row .h_R .h_rowBox .h_price {
  margin-top: 5px;
  font-size: 18px;
  font-family: Arial;
  color: #e60300;
}
.h_proCenter > .h_row .h_R .h_rowBox:hover .h_name {
  color: var(--active-color);
}
.h_proCenter > .h_row .h_R.h_caseList {
  width: calc(100% - 333px);
}
.h_proCenter > .h_row .h_R.h_caseList .h_row {
  margin-top: 32px;
}
.h_proCenter > .h_row .h_R.h_caseList .h_rowBox:hover .h_img img {
  transform: scale(1.05);
}
.h_proCenter > .h_row .h_R.h_caseList .h_rowBox:hover .h_text .h_name {
  color: var(--active-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 6px;
}
.h_proCenter > .h_row .h_R.h_caseList .h_img {
  overflow: hidden;
  background: #F6F6F6;
  padding: 14px;
}
.h_proCenter > .h_row .h_R.h_caseList .h_img img {
  transition: transform 0.3s linear;
}
.h_proCenter > .h_row .h_R.h_caseList .h_text {
  padding: 6px 10px;
}
.h_proCenter > .h_row .h_R.h_caseList .h_text .h_name {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}
.h_proCenter > .h_row .h_R.h_caseList .h_text .h_desc {
  margin-top: 10px;
  font-family: Light;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_caseDetails .h_t {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.h_caseDetails .h_t .h_Title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  display: block;
  line-height: normal;
}
.h_caseDetails .h_t .h_desc {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 5px;
}
.h_caseDetails .h_t .h_desc .h_tag {
  padding: 0 14px;
  line-height: 28px;
  background: #ffe4d3;
  border-radius: 4px;
  font-family: Regular;
  font-size: 14px;
  color: var(--active-color);
  display: inline-block;
}
.h_caseDetails .h_t .h_desc .box {
  flex: 1;
  text-align: center;
}
.h_caseDetails .h_t .h_desc .h_time {
  font-family: Regular;
  font-size: 14px;
  color: #666666;
  flex: 1;
  text-align: center;
}
.h_caseDetails .h_content {
  padding: 10px;
  line-height: 1.8;
  color: #666666;
}
.h_caseDetails .h_content img,
.h_caseDetails .h_content video,
.h_caseDetails .h_content table {
  max-width: 100%;
}
.h_newsList {
  padding: 60px 0;
}
.h_newsList .h_box {
  display: flex;
  position: relative;
  align-items: center;
  background: #f8f8f8;
  margin-bottom: 50px;
  transition: transform 0.3s linear;
  padding-right: 48px;
  column-gap: 28px;
}
.h_newsList .h_box:last-child {
  margin-bottom: 0;
}
.h_newsList .h_box .h_L {
  width: calc(100% - 128px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --col-gap: 50px;
  column-gap: var(--col-gap);
  --img-width: 414px;
}
.h_newsList .h_box .h_L .h_img {
  overflow: hidden;
  width: var(--img-width);
  font-size: 0;
}
.h_newsList .h_box .h_L .h_img img {
  width: 100%;
}
.h_newsList .h_box .h_L .h_text {
  width: calc(100% - var(--col-gap) - var(--img-width));
}
.h_newsList .h_box .h_L .h_text .h_title,
.h_newsList .h_box .h_L .h_text h2,
.h_newsList .h_box .h_L .h_text h3 {
  font-weight: normal;
  font-family: Medium;
  font-size: 24px;
  color: #3D3D3D;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_newsList .h_box .h_L .h_text .h_time {
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #9B9B9B;
  line-height: 21px;
  margin-top: 20px;
  display: none;
}
.h_newsList .h_box .h_L .h_text .h_desc {
  font-family: Light;
  font-size: 15px;
  color: #777777;
  line-height: 25px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_newsList .h_box .h_L .h_text .h_read {
  margin-top: 30px;
  width: 143px;
  line-height: 44px;
  background: #EFEFEF;
  border-radius: 2px 2px 2px 2px;
  font-family: Light;
  font-size: 16px;
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 17px;
}
.h_newsList .h_box .h_L .h_text .h_read i {
  color: #555555;
  font-size: 13px;
}
.h_newsList .h_box .h_R {
  width: 100px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.h_newsList .h_box .h_R .h_day {
  font-family: Roboto-Regular;
  font-size: 54px;
  color: #D0D0D0;
  line-height: 42px;
}
.h_newsList .h_box .h_R .h_line {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #D0D0D0;
  margin: 20px 0 34px;
}
.h_newsList .h_box .h_R .h_ym {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #D0D0D0;
  padding-bottom: 14px;
}
.h_newsList .h_box .h_tag {
  position: absolute;
  width: 64px;
  top: -9px;
  right: 2%;
}
.h_newsList .h_box .h_tag img {
  width: 100%;
}
.h_newsList .h_box .h_tag.h_hide {
  display: none;
}
.h_newsList .h_box:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.01);
}
.h_newsList .h_box:hover .h_L .h_text .h_title {
  color: var(--active-color);
}
.h_newsList .h_box:hover .h_L .h_text .h_read {
  background-color: var(--active-color);
  color: #fff;
}
.h_newsList .h_box:hover .h_L .h_text .h_read i {
  color: #fff;
}
.h_newsList .h_box:hover .h_R .h_day {
  color: var(--active-color);
}
.h_newsDetails {
  margin-top: 16px;
  padding: 0px 0 20px;
}
.h_newsDetails .h_t {
  text-align: center;
}
.h_newsDetails .h_t .h_Title {
  font-family: Bold;
  font-size: 28px;
  color: #3D3D3D;
  line-height: 40px;
}
.h_newsDetails .h_t .h_desc {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  column-gap: 32px;
  font-family: Regular;
  font-size: 14px;
  color: #666666;
}
.h_newsDetails .h_hr {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.h_newsDetails .h_content {
  font-size: 15px;
  line-height: 1.8;
  color: #666666;
}
.h_newsDetails .h_content img,
.h_newsDetails .h_content video,
.h_newsDetails .h_content table {
  max-width: 100% !important;
}
.h_newsDetails .h_links {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  column-gap: 32px;
}
.h_newsDetails .h_links .h_l {
  width: calc(100% - 100px);
}
.h_newsDetails .h_links .h_l a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  font-size: 15px;
  font-family: Regular;
  line-height: 32px;
}
.h_newsDetails .h_links .h_l a:hover {
  color: var(--active-color);
}
.h_newsDetails .h_links .h_r {
  display: flex;
  white-space: nowrap;
  align-items: center;
  column-gap: 10px;
  color: #666;
  font-size: 16px;
}
.h_newsDetails .h_links .h_r:hover {
  color: var(--active-color);
}
.h_newsDetails .h_statement {
  font-size: 16px;
  color: #999;
  margin-bottom: 16px;
}
.h_newsDetails .h_abstract {
  background: #F5F6F9;
  margin: 20px 0;
  padding: 16px 24px;
  color: #666;
  text-align: center;
}
.h_tagBox {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
.h_tagBox .h_l {
  display: flex;
  align-items: baseline;
  /* width: 100%; */
  width: calc(100% - 310px);
}
.h_tagBox .h_l span {
  white-space: nowrap;
}
.h_tagBox .h_l .h_tags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 6px;
}
.h_tagBox .h_l .h_tags a {
  display: inline-block;
  color: #666;
  border-radius: 4px;
  line-height: 28px;
  height: 28px;
  padding: 0 13px;
  background: #F5F6F9;
}
.h_tagBox .h_l .h_tags a:hover {
  color: #fff;
  background-color: var(--active-color);
}
.h_proCol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.h_proList .h_Box {
  background: none;
  padding: 0 0 20px;
}
.h_proList .h_Box .h_t .h_R::before,
.h_proList .h_Box .h_t .h_R span::before,
.h_proList .h_Box .h_t .h_R span::after,
.h_proList .h_Box .h_t .h_R span {
  background-color: #f0f0f0;
}
.h_proList .h_rowBox {
  display: block;
}
.h_proList .h_rowBox .h_img {
  background-color: #f6f6f6;
  width: 100%;
  border: 1px solid #EEEEEE;
}
.h_proList .h_rowBox .h_name {
  /* font-family: Regular; */
  font-size: 16px;
  color: #3D3D3D;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 6px;
}
.h_proList .h_rowBox .h_price {
  margin-top: 5px;
  font-size: 18px;
  font-family: Arial;
  color: #e60300;
}
.h_proList .h_rowBox:hover .h_img {
  border-color: var(--active-color);
}
.h_proList .h_rowBox:hover .h_name {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head3 .h_1400 .h_floatRight {
  display: none;
}
.h_cBox {
  box-shadow: 0 1px 50px #efefef;
  padding: 20px;
}
.h_mt20 {
  margin-top: 20px;
}
.h_proList .h_List {
  --r-gap: 20;
  --c-gap: 20;
}
.h_support1 {
  padding: 40px 0;
  font-size: 16px;
}
.h_support1 .h_Box {
  background: #F9F9F9;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 28px;
  justify-content: space-between;
}
.h_support1 .h_Box .h_box {
  width: 48%;
  font-family: Light;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  text-align: justify;
}
.h_support1 .h_Box .h_box p {
  margin-bottom: 12px;
}
.h_support1 .h_Box .h_box .h_p1,
.h_support1 .h_Box .h_box h3 {
  font-weight: normal;
  font-family: Medium;
}
.h_support2 {
  padding: 80px 0 0;
}
.h_support2 .h_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 37px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  row-gap: 20px;
  margin-bottom: 80px;
}
.h_support2 .h_box:last-child {
  margin: 0;
}
.h_support2 .h_box:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_support2 .h_box .h_img {
  width: 47%;
}
.h_support2 .h_box .h_img img {
  width: 100%;
}
.h_support2 .h_box .h_text {
  width: 47%;
}
.h_support2 .h_box .h_text .h_p1,
.h_support2 .h_box .h_text h3 {
  font-weight: normal;
  font-family: Medium;
  font-size: 32px;
  color: #3D3D3D;
  line-height: 45px;
}
.h_support2 .h_box .h_text .h_p2 {
  font-family: Regular;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  margin-top: 21px;
}
.h_support2 .h_box .h_text .h_imgs {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 45px;
  row-gap: 10px;
}
.h_support2 .h_box .h_text .h_imgs img {
  width: 56px;
}
.h_support2 {
  padding: 60px 0;
}
.h_support2 .h_rowBox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 30px 20px;
  column-gap: 27px;
}
.h_support2 .h_rowBox .h_icon {
  width: 80px;
}
.h_support2 .h_rowBox .h_text {
  width: calc(100% - 107px);
}
.h_support2 .h_rowBox .h_text .h_p1 {
  font-family: Regular;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_support2 .h_rowBox .h_text .h_p2 {
  margin-top: 18px;
  font-family: Light;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 22px;
}
.h_support2 .h_rowBox:hover {
  border-color: var(--active-color);
}
.h_support2 .h_rowBox:hover .h_text .h_p1,
.h_support2 .h_rowBox:hover .h_text .h_p2 {
  color: var(--active-color);
}
