.h_news .h_cols a {
  font-size: 28px;
  color: #999999;
  font-family: 'MiSans-Medium';
  margin-right: 32px;
}
.h_news .h_cols a.h_active {
  font-family: 'MiSans-Demibold';
  color: #111111;
}
.h_news .h_list {
  margin-top: 32px;
}
.h_news .h_list .h_item {
  transition: transform 0.3s linear;
}
.h_news .h_list .h_item .h_img {
  aspect-ratio: 58/45;
}
.h_news .h_list .h_item .h_text {
  margin-top: 30px;
}
.h_news .h_list .h_item .h_text .h_date {
  font-size: 16px;
  color: #757575;
}
.h_news .h_list .h_item .h_text .h_name {
  font-size: 20px;
  color: #333333;
  font-family: 'MiSans-Medium';
  margin-top: 18px;
  line-height: 1.6;
}
.h_news .h_list .h_item:hover {
  transform: translateY(-20px);
}
.h_news .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_rCol {
  width: 370px;
}
.h_rCol .h_box {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 26px;
}
.h_rCol .h_box .h_title {
  font-size: 21px;
  color: #374151;
  padding-left: 13px;
  position: relative;
  font-family: 'MiSans-Medium';
}
.h_rCol .h_box .h_title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 35px;
  left: 0;
  top: calc(50% - 17.5px);
  background: var(--active-color);
}
.h_rCol .h_box1 {
  margin-bottom: 30px;
}
.h_rCol .h_box1 .h_list {
  margin-top: 18px;
}
.h_rCol .h_box1 .h_list a {
  margin-top: 8px;
  padding: 0 13px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  background: #F4F7F9;
  --color: #666666;
}
.h_rCol .h_box1 .h_list a .h_name {
  padding-left: 14px;
  position: relative;
  font-size: 16px;
  color: var(--color);
}
.h_rCol .h_box1 .h_list a .h_name::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: var(--color);
  left: 1px;
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
.h_rCol .h_box1 .h_list a .icon {
  color: var(--color);
}
.h_rCol .h_box1 .h_list a:hover {
  --color: var(--active-color);
}
.h_rCol .h_box2 img {
  margin-top: 20px;
  width: 100%;
}
.h_rCol .h_box2 .h_list a {
  --color: #666666;
  height: 62px;
  line-height: 62px;
  border-bottom: 1px dashed #F1F1F1;
  padding-left: 13px;
  position: relative;
  font-size: 16px;
  color: var(--color);
}
.h_rCol .h_box2 .h_list a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: var(--color);
  left: 1px;
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
.h_rCol .h_box2 .h_list a:hover {
  --color: var(--active-color);
}
.h_newsDetails {
  width: calc(100% - 400px);
}
.h_newsDetails .h_cBox {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 10px;
}
.h_newsDetails .h_abstract {
  background: #F5F6F9;
  margin: 20px 0;
  padding: 16px 24px;
  color: #666;
  text-align: justify;
}
.h_newsDetails .h_mt20 {
  margin-top: 20px;
}
.h_newsDetails .h_t {
  text-align: center;
}
.h_newsDetails .h_t .h_Title {
  font-family: 'MiSans-Bold';
  font-size: 28px;
  color: #3D3D3D;
}
.h_newsDetails .h_t .h_desc {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  column-gap: 32px;
  font-family: 'MiSans-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;
  height: auto !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: 'MiSans-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: 4px;
  color: #666;
  font-size: 16px;
}
.h_newsDetails .h_links .h_r .icon {
  font-size: 18px;
}
.h_newsDetails .h_links .h_r:hover {
  color: var(--active-color);
}
.h_inquiry .h_title {
  font-size: 30px;
  color: #111111;
  font-family: 'MiSans-Regular';
  text-align: center;
}
.h_inquiry form {
  width: 100%;
  max-width: 720px;
  margin: 40px auto 0;
}
.h_inquiry form .h_input {
  margin-bottom: 24px;
  position: relative;
}
.h_inquiry form .h_input input {
  padding: 12px;
  text-align: center;
  width: 100%;
  height: 54px;
  font-size: 16px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DCDCDC;
}
.h_inquiry form .h_input #canvas {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 74px;
  height: 32px;
  background-color: #fcfc1f;
}
.h_inquiry form button {
  background-color: var(--active-color);
  color: #fff;
  border-radius: 2px 2px 2px 2px;
  height: 56px;
  width: 100%;
  font-size: 16px;
  transition: background 0.3s;
}
.h_inquiry form button:hover {
  background-color: #cf0214;
}
.h_inquiry form p {
  text-align: center;
  font-size: 16px;
  color: #757575;
}
.h_service .h_title {
  font-size: 30px;
  color: #111111;
  font-family: 'MiSans-Regular';
  text-align: center;
}
.h_service .h_list .h_item {
  text-align: center;
}
.h_service .h_list .h_item img {
  width: 64px;
}
.h_service .h_list .h_item .h_text {
  margin-top: 40px;
}
.h_service .h_list .h_item .h_text .h_t {
  font-size: 26px;
  color: #111111;
  font-family: 'MiSans-Medium';
}
.h_service .h_list .h_item .h_text .h_d {
  font-size: 20px;
  color: #8C8C8C;
}
.h_service .h_list2 .h_item {
  margin-bottom: 24px;
}
.h_service .h_list2 .h_item .h_t {
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  padding: 5px 0 5px 20px;
  cursor: pointer;
  font-size: 30px;
  color: #F7C6CA;
  text-align: left;
  font-family: 'MiSans-Demibold';
  transition: all 0.3s;
}
.h_service .h_list2 .h_item .h_t span {
  font-family: 'MiSans-Regular';
  font-size: 16px;
  color: #3D3D3D;
  margin-left: 18px;
  display: inline-block;
}
.h_service .h_list2 .h_item .h_t::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 26px;
  left: 0;
  top: 12px;
  background: var(--active-color);
  border-radius: 3px 3px 3px 3px;
}
.h_service .h_list2 .h_item .h_t.h_active {
  text-align: center;
  justify-content: center;
  background-color: var(--active-color);
}
.h_service .h_list2 .h_item .h_t.h_active span {
  color: #fff;
}
.h_service .h_list2 .h_item .h_t:hover {
  background-color: var(--active-color);
  border-color: var(--active-color);
}
.h_service .h_list2 .h_item .h_t:hover span {
  color: #fff;
}
.h_service .h_list2 .h_item .h_box {
  display: none;
  background: #FCF4F5;
  padding: 40px 40px 30px;
}
.h_service .h_list2 .h_item .h_box p {
  font-size: 17px;
  color: #111111;
  margin: 0 0 18px;
}
@media screen and (max-width: 1440px) {
  .h_news .h_list {
    --r-gap: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .h_news .h_cols a {
    font-size: 24px;
  }
  .h_news .h_list .h_item .h_text {
    margin-top: 20px;
  }
  .h_news .h_list .h_item .h_text .h_name {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .h_newsDetails {
    width: 100%;
  }
  .h_rCol {
    display: none;
  }
  .h_service .h_list .h_item .h_text .h_t {
    font-size: 22px;
  }
  .h_service .h_list .h_item .h_text {
    margin-top: 16px;
  }
  .h_service .h_list .h_item .h_text .h_d {
    font-size: 17px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .h_news .h_cols a {
    margin-right: 26px;
  }
  .h_news .h_list {
    --r-gap: 26px;
  }
  .h_news .h_list .h_item .h_text .h_name {
    font-size: 18px;
  }
  .h_news .h_list .h_item .h_text {
    margin-top: 14px;
  }
  .h_news .h_list .h_item .h_text .h_name {
    margin-top: 6px;
  }
  .h_news .h_list .h_item:hover {
    transform: translateY(-8px);
  }
  .h_news .h_list {
    margin-top: 30px;
  }
  .h_newsDetails .h_t .h_Title {
    font-size: 24px;
  }
  .h_service .h_list .h_item .h_text .h_t {
    font-size: 18px;
  }
  .h_service .h_list .h_item .h_text {
    margin-top: 10px;
  }
  .h_service .h_list .h_item .h_text .h_d {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .h_news .h_list {
    margin-top: 15px;
  }
  .h_news .h_cols a {
    margin-right: 20px;
  }
  .h_news .h_cols a {
    font-size: 20px;
  }
  .h_news .h_list {
    --r-gap: 16px;
    --c-gap: 16px;
  }
  .h_news .h_list .h_item .h_text {
    margin-top: 6px;
  }
  .h_news .h_list .h_item .h_text .h_date {
    display: none;
  }
  .h_news .h_list .h_item .h_text .h_name {
    font-size: 16px;
    margin: 0;
  }
  .h_newsDetails {
    padding: 0 0 16px;
  }
  .h_newsDetails .h_t .h_Title {
    font-size: 18px;
  }
  .h_newsDetails .h_cBox {
    padding: 18px 15px;
    border-radius: 5px;
  }
  .h_newsDetails .h_cBox:nth-child(2) {
    padding: 12px 15px;
  }
  .h_newsDetails .h_abstract {
    margin: 15px 0;
  }
  .h_newsDetails .h_abstract {
    padding: 15px;
  }
  .h_newsDetails .h_cBox {
    margin-top: 15px;
  }
  .h_newsDetails .h_links .h_l {
    width: 100%;
  }
  .h_newsDetails .h_links .h_r {
    display: none;
  }
  .h_newsDetails .h_hr {
    margin: 15px 0;
  }
  .h_inquiry .h_title {
    font-size: 22px;
  }
  .h_inquiry form {
    margin-top: 15px;
  }
  .h_inquiry form .h_input {
    margin-bottom: 15px;
  }
  .h_inquiry form p {
    font-size: 14px;
  }
  .h_inquiry form button {
    height: 48px;
  }
  .h_inquiry form .h_input input {
    height: 46px;
  }
  .h_inquiry form .h_input #canvas {
    top: 7px;
    right: 8px;
  }
  .h_service .h_list {
    gap: 16px;
  }
  .h_service .h_list .h_item img {
    width: 52px;
  }
  .h_service .h_list .h_item {
    border-radius: 6px;
    width: calc(50% - 8px);
    padding: 14px 10px;
    box-shadow: 0 0 10px -2px var(--rgba1-bcolor);
  }
  .h_service .h_list2 .h_item {
    margin-bottom: 10px;
  }
  .h_service .h_list2 .h_item .h_t {
    font-size: 26px;
  }
  .h_service .h_list2 .h_item .h_box {
    padding: 16px 16px 8px;
  }
  .h_service .h_list2 .h_item .h_box p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .h_service .h_list2 .h_item .h_t span {
    margin-left: 10px;
  }
  .h_service .h_title {
    font-size: 22px;
  }
}
