.h_news {
  padding-bottom: 60px;
}
.h_news > .h_list .h_item {
  margin-top: 40px;
  background: #FAFAFA;
}
.h_news > .h_list .h_item .h_text {
  width: calc(100% - 408px);
  padding: 42px;
}
.h_news > .h_list .h_item .h_text .h_date {
  font-size: 17px;
  color: #aaa;
  margin-bottom: 20px;
}
.h_news > .h_list .h_item .h_text .h_date img {
  width: 20px;
  margin-right: 12px;
}
.h_news > .h_list .h_item .h_text .h_name {
  font-family: 'Lato-Bold';
  font-size: 25px;
  color: #3D3D3D;
}
.h_news > .h_list .h_item .h_text .h_desc {
  font-size: 15px;
  color: #888;
  margin-top: 20px;
  line-height: 24px;
}
.h_news > .h_list .h_item .h_text .h_more {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-top: 22px;
  font-size: 18px;
  color: #8C8C8C;
  align-items: baseline;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.3s;
}
.h_news > .h_list .h_item .h_img {
  width: 408px;
}
.h_news > .h_list .h_item .h_img .h_posImg {
  padding-top: 73.53%;
}
.h_news > .h_list .h_item:hover .h_name {
  color: var(--active-color);
}
.h_news > .h_list .h_item:hover .h_more {
  padding: 0 20px;
  background-color: var(--active-color);
  color: #fff;
}
.h_news .h_vList {
  margin-top: 30px;
}
.h_news .h_vList .h_item {
  border: 1px solid #E3E5E7;
  position: relative;
  background: #FFFFFF;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s linear;
}
.h_news .h_vList .h_item .h_img {
  position: relative;
  background-color: #f0f0f0;
}
.h_news .h_vList .h_item .h_img .h_posImg,
.h_news .h_vList .h_item .h_img .h_posImg2 {
  padding-top: 56%;
}
.h_news .h_vList .h_item .h_img > img {
  position: absolute;
  left: 18px;
  bottom: 14px;
  width: 50px;
  filter: grayscale(100%) brightness(100%);
}
.h_news .h_vList .h_item .h_text {
  padding: 14px 20px 20px;
  background: #FFFFFF;
}
.h_news .h_vList .h_item .h_text .h_name {
  font-family: 'Lato-Medium';
  font-size: 18px;
  color: #3D3D3D;
}
.h_news .h_vList .h_item .h_text .h_desc {
  margin-top: 10px;
  font-size: 14px;
  color: #9499A0;
}
.h_news .h_vList .h_item::before {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  height: 84px;
  left: 15px;
  background: #E2E4E5;
  bottom: 0;
  z-index: -1;
  transition: bottom 0.3s linear;
}
.h_news .h_vList .h_item::after {
  position: absolute;
  content: '';
  width: calc(100% - 60px);
  height: 84px;
  left: 30px;
  background: #F3F4F5;
  bottom: 0;
  z-index: -2;
  transition: bottom 0.3s linear;
}
.h_news .h_vList .h_item:hover {
  transform: translateY(-12px);
}
.h_news .h_vList .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_news .h_vList .h_item:hover .h_img > img {
  filter: none;
}
.h_news .h_vList .h_item:hover::before {
  bottom: -6px;
}
.h_news .h_vList .h_item:hover::after {
  bottom: -12px;
}
.h_news .h_download {
  background: #FAFAFA;
  padding: 26px 26px 40px;
  margin-top: 40px;
}
.h_news .h_download .h_type {
  column-gap: 48px;
}
.h_news .h_download .h_type a {
  font-size: 24px;
  color: #6E6B68;
  position: relative;
}
.h_news .h_download .h_type a:last-child::after {
  display: none;
}
.h_news .h_download .h_type a::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 23px;
  right: -24px;
  top: calc(50% - 11.5px);
  background-color: #D3D3D3;
}
.h_news .h_download .h_type a:hover {
  color: #222222;
}
.h_news .h_download .h_type a.h_active {
  color: #222222;
}
.h_news .h_download .h_list {
  margin-top: 24px;
}
.h_news .h_download .h_list .h_item {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E8E8E8;
  padding: 30px 20px;
}
.h_news .h_download .h_list .h_item .h_icon {
  width: 80px;
}
.h_news .h_download .h_list .h_item .h_icon img {
  filter: grayscale(100%) brightness(100%);
}
.h_news .h_download .h_list .h_item .h_R {
  width: calc(100% - 100px);
}
.h_news .h_download .h_list .h_item .h_R .h_name {
  font-size: 18px;
  color: #222222;
  line-height: 1.2;
  height: 44px;
}
.h_news .h_download .h_list .h_item .h_R img {
  margin-top: 3px;
  width: 24px;
  filter: grayscale(100%) brightness(100%);
}
.h_news .h_download .h_list .h_item:hover {
  border-color: var(--active-color);
}
.h_news .h_download .h_list .h_item:hover .h_icon img,
.h_news .h_download .h_list .h_item:hover .h_R img {
  filter: none;
}
.h_news .h_download .h_list .h_item:hover .h_R .h_name {
  color: var(--active-color);
}
.h_contact {
  padding: 100px 0 80px;
}
.h_contact .h_box1 .h_L {
  width: 50%;
}
.h_contact .h_box1 .h_L .h_Title {
  font-family: 'Lato-Bold';
  font-size: 55px;
  color: #222222;
}
.h_contact .h_box1 .h_L .h_subtitle {
  padding: 20px 0;
  font-family: 'Lato-Bold';
  font-size: 30px;
  color: #222222;
  border-bottom: 1px solid #E7E7E7;
  margin-top: 40px;
}
.h_contact .h_box1 .h_L .h_msg {
  margin-top: 50px;
  row-gap: 20px;
}
.h_contact .h_box1 .h_L .h_msg .h_box .h_l {
  width: 120px;
}
.h_contact .h_box1 .h_L .h_msg .h_box .h_l .h_icon {
  width: 50px;
  height: 50px;
  background: #222222;
  border-radius: 50%;
}
.h_contact .h_box1 .h_L .h_msg .h_box .h_l .h_icon img {
  width: 24px;
}
.h_contact .h_box1 .h_L .h_msg .h_box .h_l p {
  font-family: 'Lato-Bold';
  font-size: 18px;
  color: #3D3D3D;
  margin-top: 10px;
}
.h_contact .h_box1 .h_L .h_msg .h_box .h_r p {
  margin: 5px 0;
  font-size: 18px;
  color: #666666;
}
.h_contact .h_box1 .h_R {
  width: calc(50% - 60px);
}
.h_contact .h_box1 .h_R img {
  width: 100%;
}
.h_contact .h_box2 {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #E7E7E7;
  row-gap: 20px;
}
.h_contact .h_box2 .h_item {
  width: 25%;
  max-width: 271px;
}
.h_contact .h_box2 .h_item .h_icon {
  width: 50px;
  height: 50px;
  background: #222222;
  border-radius: 50%;
}
.h_contact .h_box2 .h_item .h_icon img {
  width: 24px;
}
.h_contact .h_box2 .h_item .h_name {
  margin-top: 10px;
  font-size: 18px;
  color: #3D3D3D;
  font-family: 'Lato-Bold';
}
.h_contact .h_box2 .h_item .h_address {
  margin-top: 12px;
  font-size: 15px;
  color: #666666;
  line-height: 1.5;
}
.h_contact .h_box2 .h_item:hover .h_icon {
  background: var(--active-color);
}
.h_contact .h_box2 .h_item:hover .h_name {
  color: var(--active-color);
}
.h_inquiry {
  padding: 50px 0;
}
.h_inquiry .h_form {
  background: #FAFAFA;
  border-radius: 10px;
  padding: 45px 50px 50px;
  box-shadow: 0 -8px var(--active-color);
}
.h_inquiry .h_form .h_title {
  font-family: 'Lato-Bold';
  font-size: 40px;
  color: #222222;
  text-align: center;
}
.h_inquiry .h_form .h_title span {
  color: var(--active-color);
  font-family: 'Lato-Bold';
  margin-left: 30px;
}
.h_inquiry .h_form form {
  margin-top: 40px;
}
.h_inquiry .h_form form .h_input {
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EAEAEA;
  padding: 0 16px;
  line-height: 50px;
  margin-bottom: 20px;
}
.h_inquiry .h_form form .h_input img {
  width: 20px;
}
.h_inquiry .h_form form .h_input input {
  height: 50px;
  width: calc(100% - 30px);
}
.h_inquiry .h_form form .h_input textarea {
  width: calc(100% - 30px);
  height: 220px;
}
.h_inquiry .h_form form .h_input:hover {
  border: 1px solid var(--active-color);
}
.h_inquiry .h_form form .h_input:hover input,
.h_inquiry .h_form form .h_input:hover textarea {
  color: var(--active-color);
}
.h_inquiry .h_form form .h_input:hover input::placeholder,
.h_inquiry .h_form form .h_input:hover textarea::placeholder {
  color: var(--active-color);
}
.h_inquiry .h_form form .h_textarea {
  padding: 16px;
}
.h_inquiry .h_form form button {
  width: 100%;
  background-color: var(--active-color);
  border-radius: 4px 4px 4px 4px;
  height: 50px;
  font-size: 17px;
  color: #FFFFFF;
  font-family: 'Lato-Semibold';
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .h_news {
    padding-bottom: 50px;
  }
  .h_contact {
    padding: 60px 0;
  }
  .h_contact .h_box1 .h_L .h_Title {
    font-size: 42px;
  }
  .h_contact .h_box1 .h_L .h_subtitle {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 26px;
  }
  .h_contact .h_box1 .h_L .h_msg .h_box {
    column-gap: 10px;
  }
  .h_contact .h_box1 .h_L .h_msg .h_box .h_l {
    width: auto;
  }
  .h_contact .h_box1 .h_L .h_msg {
    margin-top: 40px;
  }
  .h_contact .h_box2 {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .h_news {
    padding-bottom: 40px;
  }
  .h_news .h_download .h_list {
    --rown: 2;
  }
  .h_news .h_download .h_list .h_item {
    padding: 20px;
  }
  .h_contact .h_box1 .h_L {
    width: 100%;
  }
  .h_contact .h_box1 .h_R {
    display: none;
  }
  .h_contact .h_box1 .h_L .h_msg {
    justify-content: flex-start;
    column-gap: 40px;
  }
  .h_contact {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .h_news > .h_list .h_item {
    margin-top: 30px;
  }
  .h_news > .h_list .h_item .h_text {
    width: calc(100% - 240px);
  }
  .h_news > .h_list .h_item .h_img {
    width: 240px;
  }
  .h_news > .h_list .h_item .h_text .h_more {
    display: none;
  }
  .h_news > .h_list .h_item .h_text {
    padding: 16px 20px;
  }
  .h_news > .h_list .h_item .h_img .h_posImg {
    padding-top: 66%;
  }
  .h_news > .h_list .h_item .h_text .h_name {
    font-size: 20px;
  }
  .h_news > .h_list .h_item .h_text .h_date {
    display: none;
  }
  .h_news > .h_list .h_item .h_text .h_desc {
    margin-top: 16px;
  }
  .h_news .h_vList {
    --rown: 2;
  }
  .h_contact .h_box1 .h_L .h_Title {
    font-size: 32px;
  }
  .h_contact .h_box1 .h_L .h_subtitle {
    margin: 0;
    font-size: 22px;
  }
  .h_contact .h_box1 .h_L .h_msg {
    margin-top: 30px;
    column-gap: 0;
    justify-content: space-between;
  }
  .h_contact .h_box2 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .h_contact {
    padding: 30px 0;
  }
  .h_contact .h_box1 .h_L .h_msg .h_box,
  .h_contact .h_box2 .h_item {
    width: 48%;
    max-width: none;
  }
  .h_inquiry {
    width: 100%;
    padding: 8px 0;
  }
  .h_inquiry .h_form {
    padding: 32px;
  }
  .h_inquiry .h_form form {
    margin-top: 28px;
  }
}
@media screen and (max-width: 480px) {
  .h_news > .h_list .h_item {
    margin-top: 15px;
  }
  .h_news > .h_list .h_item .h_img {
    width: 120px;
  }
  .h_news > .h_list .h_item .h_text {
    width: calc(100% - 120px);
    padding: 15px;
  }
  .h_news > .h_list .h_item .h_text .h_desc {
    margin-top: 4px;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 18px;
    max-height: 36px;
  }
  .h_news > .h_list .h_item .h_text .h_name {
    font-size: 16px;
  }
  .h_news {
    padding-bottom: 20px;
  }
  .h_news .h_vList {
    margin-top: 15px;
    --r-gap: 15px;
    --c-gap: 15px;
  }
  .h_news .h_vList .h_item .h_img > img {
    width: 32px;
    left: 8px;
    bottom: 0px;
  }
  .h_news .h_vList .h_item .h_text .h_desc {
    display: none;
  }
  .h_news .h_vList .h_item .h_text {
    padding: 8px 10px;
  }
  .h_news .h_vList .h_item .h_text .h_name {
    font-size: 15px;
  }
  .h_news .h_download {
    margin-top: 15px;
    padding: 0;
    background: none;
  }
  .h_news .h_download .h_list {
    --r-gap: 15px;
    --c-gap: 15px;
    --rown: 1;
    margin-top: 15px;
  }
  .h_news .h_download .h_type a {
    font-size: 18px;
  }
  .h_news .h_download .h_type a::after {
    height: 18px;
    top: calc(50% - 9px);
  }
  .h_news .h_download .h_list .h_item {
    padding: 15px;
  }
  .h_news .h_download .h_list .h_item .h_icon {
    width: 68px;
  }
  .h_news .h_download .h_list .h_item .h_R {
    width: calc(100% - 83px);
  }
  .h_news .h_download .h_list .h_item .h_R .h_name {
    font-size: 16px;
    height: 38px;
  }
  .h_contact .h_box1 .h_L .h_Title {
    font-size: 26px;
  }
  .h_contact .h_box1 .h_L .h_subtitle {
    font-size: 18px;
    padding: 6px 0;
    margin-top: 2px;
  }
  .h_contact .h_box1 .h_L .h_msg {
    margin-top: 15px;
    row-gap: 10px;
  }
  .h_contact .h_box1 .h_L .h_msg .h_box .h_l p {
    display: none;
  }
  .h_contact .h_box1 .h_L .h_msg .h_box,
  .h_contact .h_box2 .h_item {
    width: 100%;
  }
  .h_contact .h_box2 {
    margin-top: 15px;
    padding-top: 15px;
  }
  .h_contact .h_box2 .h_item .h_icon {
    display: none;
  }
  .h_contact .h_box2 .h_item .h_name {
    margin: 0;
  }
  .h_contact .h_box2 {
    row-gap: 15px;
  }
  .h_contact .h_box2 .h_item .h_address {
    margin-top: 8px;
  }
  .h_contact {
    padding: 16px 0;
  }
  .h_inquiry .h_form {
    padding: 15px;
  }
  .h_inquiry .h_form .h_title {
    font-size: 22px;
  }
  .h_inquiry .h_form .h_title span {
    margin-left: 4px;
  }
  .h_inquiry .h_form form .h_input {
    margin-bottom: 15px;
    padding: 0 14px;
  }
  .h_inquiry .h_form form {
    margin-top: 15px;
  }
  .h_inquiry .h_form form .h_input textarea {
    height: 120px;
  }
  .h_inquiry .h_form form .h_textarea {
    padding: 14px;
  }
  .h_inquiry .h_form form .h_input input {
    height: 46px;
  }
  .h_inquiry .h_form form button {
    font-size: 16px;
    height: 46px;
  }
}
