.h_xyfw .h_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 14px;
}
.h_xyfw .h_list .h_box {
  width: 25%;
  margin-top: 10px;
  text-align: center;
  padding: 40px;
  border-radius: 12px;
  transition: box-shadow 0.5s linear;
}
.h_xyfw .h_list .h_box img {
  width: 108px;
  margin-bottom: 20px;
  transition: transform 0.3s linear;
}
.h_xyfw .h_list .h_box .h_title {
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 3px;
}
.h_xyfw .h_list .h_box .h_line {
  width: 118px;
  height: 3px;
  background: #D8D8D8;
  border-radius: 0px 0px 0px 0px;
  margin: 16px auto;
}
.h_xyfw .h_list .h_box .h_desc {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #7F7F7F;
  line-height: 26px;
}
.h_xyfw .h_list .h_box:hover {
  box-shadow: 0px 3px 16px -6px #457CF6;
}
.h_xyfw .h_list .h_box:hover img {
  transform: rotateZ(360deg);
}
.h_fwxm {
  padding-top: 0;
}
.h_fwxm .h_list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.h_fwxm .h_list .h_box {
  box-shadow: 0px 40px 24px -33px rgba(3, 9, 50, 0.1);
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 40px;
  transition: transform 0.3s linear;
}
.h_fwxm .h_list .h_box .h_img {
  overflow: hidden;
}
.h_fwxm .h_list .h_box .h_img img {
  width: 100%;
}
.h_fwxm .h_list .h_box:nth-child(4n) {
  margin-right: 0;
}
.h_fwxm .h_list .h_box .h_text {
  padding: 20px 10px;
  text-align: center;
  font-size: 17px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_fwxm .h_list .h_box:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 10px rgba(3, 9, 50, 0.1);
}
.h_fwxm .h_list .h_box:hover .h_text {
  color: #457CF6;
}
.h_xyys {
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.h_xyys .h_list {
  display: grid;
  grid-gap: 38px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 48px;
}
.h_xyys .h_list .h_box {
  display: flex;
  align-items: center;
  padding: 40px 30px;
  background: #FFFFFF;
  transition: box-shadow 0.3s linear;
  box-shadow: 0px 34px 20px -28px rgba(0, 0, 0, 0.08);
  border-radius: 12px 12px 12px 12px;
}
.h_xyys .h_list .h_box .h_text {
  width: calc(100% - 66px);
  margin-right: 10px;
  position: relative;
}
.h_xyys .h_list .h_box .h_text .h_num {
  font-size: 38px;
  font-family: Heavy;
  font-weight: 900;
  color: #000000;
  opacity: 0.1;
  position: absolute;
  top: -30px;
}
.h_xyys .h_list .h_box .h_text .h_title {
  font-size: 23px;
  font-family: Medium;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
.h_xyys .h_list .h_box .h_text .h_desc {
  font-size: 14px;
  font-family: Regular;
  font-weight: 400;
  color: #6A6A6A;
}
.h_xyys .h_list .h_box img {
  width: 56px;
  transition: transform 0.3s linear;
}
.h_xyys .h_list .h_box:hover {
  box-shadow: none;
}
.h_xyys .h_list .h_box:hover .h_text .h_num {
  color: #CE131C;
}
.h_xyys .h_list .h_box:hover img {
  transform: rotateY(180deg);
}
.h_about {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.h_about .h_1200 .h_box {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.h_about .h_1200 .h_box.detail {
  flex-wrap: wrap;
}
.h_about .h_1200 .h_box.detail .h_L {
  margin: 0;
}
.h_about .h_1200 .h_box.detail .h_desc p {
  text-indent: 2em;
  margin: 5px 0;
}
.h_about .h_1200 .h_box .h_L {
  width: calc(100% - 570px);
  margin-right: 77px;
}
.h_about .h_1200 .h_box .h_L .h_ch {
  font-size: 24px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  margin-bottom: 32px;
}
.h_about .h_1200 .h_box .h_L .h_desc {
  font-size: 15px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: justify;
}
.h_about .h_1200 .h_box .h_L a {
  display: inline-block;
  width: 106px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #457CF6;
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #457CF6;
}
.h_about .h_1200 .h_box .h_L a:hover {
  color: #fff;
  background-color: #457CF6;
}
.h_about .h_1200 .h_box .h_R {
  width: 493px;
}
.h_about .h_1200 .h_box .h_R img {
  width: 100%;
}
.h_about .h_1200 .h_box .h_imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.h_about .h_1200 .h_box .h_imgs .h_img {
  width: calc(25% - 12px);
}
.h_about .h_1200 .h_box .h_imgs .h_img img {
  width: 100%;
}
.h_newList {
  display: flex;
  align-items: flex-start;
}
.h_newList .h_title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0 -1px #D8D8D8;
}
.h_newList .h_title p {
  text-align: center;
  width: 132px;
  height: 50px;
  line-height: 50px;
  background: #457CF6;
  font-size: 20px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
}
.h_newList .h_title a {
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #555555;
}
.h_newList .h_title a:hover {
  color: #457CF6;
}
.h_newList .h_L {
  width: 66%;
  margin-right: 40px;
}
.h_newList .h_L .h_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_newList .h_L .h_list .h_box {
  width: calc(50% - 15px);
}
.h_newList .h_L .h_list .h_box .h_img {
  display: none;
}
.h_newList .h_L .h_list .h_box .h_desc {
  display: none;
}
.h_newList .h_L .h_list .h_box .h_more {
  display: none;
}
.h_newList .h_L .h_list .h_box .h_text {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 12px 0;
}
.h_newList .h_L .h_list .h_box .h_text .h_p1 {
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
}
.h_newList .h_L .h_list .h_box .h_text .h_p1 i {
  font-size: 12px;
  margin-right: 4px;
}
.h_newList .h_L .h_list .h_box .h_text .h_p1 p {
  font-size: 16px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_newList .h_L .h_list .h_box .h_text .h_time {
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #555555;
  width: 80px;
  text-align: right;
}
.h_newList .h_L .h_list .h_box:first-child {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
}
.h_newList .h_L .h_list .h_box:first-child .h_img {
  overflow: hidden;
  width: 348px;
  margin-right: 30px;
  display: block;
}
.h_newList .h_L .h_list .h_box:first-child .h_img img {
  width: 100%;
  transition: transform 0.3s linear;
}
.h_newList .h_L .h_list .h_box:first-child .h_text {
  display: block;
  border: none;
  width: calc(100% - 378px);
}
.h_newList .h_L .h_list .h_box:first-child .h_text .h_p1 {
  margin-bottom: 9px;
}
.h_newList .h_L .h_list .h_box:first-child .h_text .h_p1 i {
  display: none;
}
.h_newList .h_L .h_list .h_box:first-child .h_text .h_p1 p {
  font-size: 20px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_newList .h_L .h_list .h_box:first-child .h_text .h_time {
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #888888;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.h_newList .h_L .h_list .h_box:first-child .h_text .h_desc {
  margin-top: 18px;
  display: block;
  font-size: 15px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #616161;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.h_newList .h_L .h_list .h_box:first-child .h_text .h_more {
  margin-top: 24px;
  display: inline-block;
  width: 106px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #457CF6;
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #457CF6;
}
.h_newList .h_L .h_list .h_box:first-child .h_text .h_more:hover {
  background: #457CF6;
  color: #fff;
}
.h_newList .h_L .h_list .h_box:hover .h_img img {
  transform: scale(1.03);
}
.h_newList .h_L .h_list .h_box:hover .h_text .h_p1,
.h_newList .h_L .h_list .h_box:hover .h_text .h_p1 p,
.h_newList .h_L .h_list .h_box:hover .h_text .h_time {
  color: #457CF6;
}
.h_newList .h_R {
  width: 31%;
}
.h_newList .h_R .h_list .h_box {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.h_newList .h_R .h_list .h_box:last-child {
  margin-bottom: 0;
}
.h_newList .h_R .h_list .h_box .h_Q {
  display: flex;
  align-items: center;
}
.h_newList .h_R .h_list .h_box .h_Q .h_left {
  margin-right: 12px;
  width: 24px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #6C6C6C;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  transition: background 0.3s linear;
}
.h_newList .h_R .h_list .h_box .h_Q .h_right {
  width: calc(100% - 36px);
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_newList .h_R .h_list .h_box .h_A {
  display: flex;
  align-items: center;
}
.h_newList .h_R .h_list .h_box .h_A .h_left {
  margin-right: 12px;
  width: 24px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #000000;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  transition: background 0.3s linear;
}
.h_newList .h_R .h_list .h_box .h_A .h_right {
  width: calc(100% - 36px);
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_newList .h_R .h_list .h_box:hover {
  border-color: #457CF6;
}
.h_newList .h_R .h_list .h_box:hover .h_Q .h_right,
.h_newList .h_R .h_list .h_box:hover .h_A .h_right {
  color: #457CF6;
}
.h_newList .h_R .h_list .h_box:hover .h_Q .h_left {
  background: #fff;
  color: #457CF6;
  box-shadow: inset 0 0 1px #457CF6;
}
.h_newList .h_R .h_list .h_box:hover .h_A .h_left {
  background: #457CF6;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .h_xyfw .h_list .h_box,
  .h_xyys .h_list .h_box {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h_xyfw .h_list,
  .h_xyys .h_list,
  .h_about .h_1200 .h_box {
    margin-top: 30px;
  }
  .h_xyfw .h_list .h_box {
    width: 50%;
  }
  .h_xyys .h_list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-gap: unset;
  }
  .h_xyys .h_list .h_box {
    margin-bottom: 20px;
  }
  .h_xyys .h_list .h_box .h_text .h_title {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .h_xyys .h_list .h_box .h_text .h_num {
    font-size: 30px;
    top: -22px;
  }
  .h_fwxm .h_list .h_box {
    margin-right: 4%;
    width: 48%;
  }
  .h_fwxm .h_list .h_box:nth-child(4n) {
    margin-right: 4%;
  }
  .h_fwxm .h_list .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_about .h_1200 .h_box {
    flex-wrap: wrap;
  }
  .h_about .h_1200 .h_box .h_L {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .h_about .h_1200 .h_box .h_R {
    width: 100%;
  }
  .h_wmdys .h_list .h_box {
    width: 100% !important;
    margin-right: 0;
  }
  .h_newList {
    flex-wrap: wrap;
  }
  .h_newList .h_L {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .h_newList .h_R {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_xyfw .h_list .h_box img {
    width: 88px;
  }
  .h_fwxm .h_list .h_box .h_text {
    padding: 12px 8px;
  }
  .h_newList .h_L .h_list .h_box {
    width: 100%;
  }
  .h_newList .h_L .h_list .h_box:first-child {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .h_newList .h_L .h_list .h_box:first-child .h_img {
    width: 100%;
    margin-right: 0;
  }
  .h_newList .h_L .h_list .h_box:first-child .h_text {
    width: 100%;
  }
  .h_newList .h_title p {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
}
