.h_downBox {
  column-gap: 50px;
  padding-top: 60px;
}
.h_downBox .h_L {
  width: 400px;
  position: relative;
}
.h_downBox .h_L::after {
  position: absolute;
  content: attr(data-en);
  bottom: 40px;
  font-family: Bold;
  font-size: 54px;
  color: #F5F6F8;
  text-transform: uppercase;
}
.h_downBox .h_L .current {
  display: none;
  width: 100%;
  padding: 12px 16px;
  font-family: Demibold;
  font-size: 20px;
  color: #222222;
  cursor: pointer;
  position: relative;
  background-color: #e9e9e9;
}
.h_downBox .h_L .current::after {
  position: absolute;
  content: '';
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  border-left: 8px solid #BCBCBC;
  border-top: 5px solid #BCBCBC00;
  border-bottom: 5px solid #BCBCBC00;
}
.h_downBox .h_L .current.show::after {
  transform: translateY(-50%) rotate(90deg);
}
.h_downBox .h_L .h_column {
  position: relative;
  z-index: 2;
}
.h_downBox .h_L .h_column .h_item {
  margin-bottom: 20px;
}
.h_downBox .h_L .h_column .h_item .h_title {
  padding: 18px 0;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  font-family: Demibold;
  font-size: 24px;
  color: #222222;
  cursor: pointer;
}
.h_downBox .h_L .h_column .h_item .h_title::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  border-left: 8px solid #BCBCBC;
  border-top: 5px solid #BCBCBC00;
  border-bottom: 5px solid #BCBCBC00;
}
.h_downBox .h_L .h_column .h_item .h_subList {
  display: none;
}
.h_downBox .h_L .h_column .h_item .h_subList a {
  display: block;
  border-bottom: 1px solid #E8E8E8;
  padding: 20px;
  padding-left: 0;
  font-family: Normal;
  font-size: 19px;
  color: #777777;
  position: relative;
  transition: padding 0.3s;
}
.h_downBox .h_L .h_column .h_item .h_subList a::after {
  position: absolute;
  content: attr(data-index);
  right: 0;
  font-family: Normal;
  font-size: 16px;
  color: #999999;
  text-align: right;
}
.h_downBox .h_L .h_column .h_item .h_subList a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/static/icon_jt_right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: calc(50% - 8px);
  visibility: hidden;
}
.h_downBox .h_L .h_column .h_item .h_subList a.active {
  color: var(--active-color);
  padding-left: 22px;
}
.h_downBox .h_L .h_column .h_item .h_subList a.active::before {
  visibility: visible;
}
.h_downBox .h_L .h_column .h_item .h_subList a.active::after {
  color: var(--active-color);
}
.h_downBox .h_L .h_column .h_item .h_subList a:hover {
  color: var(--active-color);
  padding-left: 22px;
}
.h_downBox .h_L .h_column .h_item .h_subList a:hover::before {
  visibility: visible;
}
.h_downBox .h_L .h_column .h_item .h_subList a:hover::after {
  color: var(--active-color);
}
.h_downBox .h_L .h_column .h_item.h_active .h_title::after {
  transform: translateY(-50%) rotate(90deg);
}
.h_downBox .h_R {
  width: calc(100% - 450px);
  padding-bottom: 54px;
  box-shadow: inset 1px 0 #E8E8E8;
  padding-left: 40px;
}
.h_downBox .h_R .h_item {
  padding: 14px;
  border-radius: 8px 8px 8px 8px;
  column-gap: 18px;
  transition: background 0.3s linear;
}
.h_downBox .h_R .h_item .h_img {
  width: 31.76%;
}
.h_downBox .h_R .h_item .h_img .h_posImg {
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  padding-top: 136.4865%;
}
.h_downBox .h_R .h_item .h_text {
  width: calc(68.24% - 18px);
}
.h_downBox .h_R .h_item .h_text .h_title {
  font-family: Regular;
  font-size: 19px;
  color: #3D3D3D;
}
.h_downBox .h_R .h_item .h_text .h_desc {
  font-family: Normal;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  text-align: justify;
  margin-top: 15px;
}
.h_downBox .h_R .h_item .h_text .h_down {
  margin-top: 12.5%;
  width: 92px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #BEBEBE;
}
.h_downBox .h_R .h_item .h_text .h_down span {
  font-family: Normal;
  font-size: 13px;
  color: #BEBEBE;
}
.h_downBox .h_R .h_item .h_text .h_down img {
  width: 14px;
}
.h_downBox .h_R .h_item:hover {
  background-color: var(--active-color);
}
.h_downBox .h_R .h_item:hover .h_text .h_title,
.h_downBox .h_R .h_item:hover .h_text .h_desc {
  color: #fff;
}
.h_downBox .h_R .h_item:hover .h_text .h_down {
  border-color: #fff;
}
.h_downBox .h_R .h_item:hover .h_text .h_down span {
  color: #fff;
}
.h_downBox .h_R .h_item:hover .h_text .h_down img {
  filter: grayscale(100%) brightness(500%);
}
.h_contactBox {
  padding: 60px 0;
  background: #F8F8F8;
}
.h_contactBox .h_list .h_item {
  background-color: #fff;
  padding: 38px 30px;
}
.h_contactBox .h_list .h_item > .h_title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
}
.h_contactBox .h_list .h_item > .h_title span {
  width: calc(100% - 30px);
  font-family: Medium;
  font-size: 20px;
  color: #3D3D3D;
}
.h_contactBox .h_list .h_item > .h_title img {
  width: 24px;
}
.h_contactBox .h_list .h_item .h_sub {
  margin-top: 16px;
  font-family: Medium;
  font-size: 15px;
  color: #3D3D3D;
}
.h_contactBox .h_list .h_item .h_sub .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #3D3D3D;
  border-radius: 50%;
  margin: 0 6px;
}
.h_contactBox .h_list .h_item .h_box {
  margin-top: 12px;
  display: flex;
  font-family: Normal;
  font-size: 14px;
  color: #888888;
}
.h_contactBox .h_list .h_item .h_box span:first-child {
  white-space: nowrap;
}
.h_contactBox .h_list .h_item:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(var(--rowWidth) * 2 + var(--c-gap));
}
.h_contactBox .h_list .h_item:first-child .h_text .h_title {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #D8D8D8;
  display: flex;
  align-items: flex-start;
}
.h_contactBox .h_list .h_item:first-child .h_text .h_title img {
  width: 34px;
}
.h_contactBox .h_list .h_item:first-child .h_text .h_title span {
  margin-top: 3px;
  font-family: Bold;
  font-size: 22px;
  color: #006FC6;
}
.h_contactBox .h_list .h_item:first-child .h_text .h_box {
  color: #3D3D3D;
  font-size: 15px;
}
.h_contactBox .h_list .h_item:first-child .h_ewm {
  text-align: center;
  width: 120px;
}
.h_contactBox .h_list .h_item:first-child .h_ewm p {
  font-family: Normal;
  font-size: 14px;
  color: #888888;
}
.h_Title {
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.h_Title::before {
  content: attr(data-En);
  position: absolute;
  bottom: -32px;
  font-size: 98px;
  font-family: Altinn-DIN;
  font-weight: 700;
  color: #F7F7F7;
  line-height: 120px;
  z-index: -1;
  text-transform: uppercase;
}
.h_about {
  padding: 60px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 120%;
}
.h_about .h_box {
  max-width: 1400px;
  row-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_about .h_box .h_L {
  width: 50%;
}
.h_about .h_box .h_L img {
  width: 100%;
}
.h_about .h_box .h_L .h_text {
  box-shadow: 0 1px #D8D8D8;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_about .h_box .h_L .h_text .h_num {
  line-height: 1;
  font-size: 40px;
  font-family: 微软雅黑;
  font-weight: 600;
  color: #2A6FDB;
  white-space: nowrap;
  margin-right: 10px;
}
.h_about .h_box .h_L .h_text .h_num span {
  font-size: 80px;
  font-family: 微软雅黑;
  font-weight: 600;
  color: #2A6FDB;
}
.h_about .h_box .h_L .h_text .h_desc {
  font-size: 19px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: right;
}
.h_about .h_box .h_R {
  width: 42%;
}
.h_about .h_box .h_R .h_Title {
  margin: 50px 0;
}
.h_about .h_box .h_R .h_title {
  font-size: 40px;
  font-family: Bold;
  color: #333333;
  margin-bottom: 42px;
}
.h_about .h_box .h_R .h_desc {
  font-size: 16px;
  font-family: Normal;
  color: #333333;
  line-height: 28px;
  margin-top: 24px;
  text-align: justify;
}
.h_about .h_box .h_R .h_line {
  width: 122px;
  height: 4px;
  margin-top: 66px;
  background: linear-gradient(90deg, #FFAD1C 0% 25%, #D8D8D8 25% 100%);
}
.h_about .h_posimg {
  position: absolute;
  bottom: -22%;
  right: -4.5%;
  z-index: -1;
  width: 48%;
}
.h_culture .h_list {
  margin-top: 40px;
}
.h_culture .h_list .h_box {
  width: 100%;
  display: flex;
  align-items: stretch;
  height: 200px;
}
.h_culture .h_list .h_box:last-child .h_L .h_img {
  box-shadow: none;
}
.h_culture .h_list .h_box:last-child .h_R .h_text {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1), inset 0 1px rgba(0, 0, 0, 0.1);
}
.h_culture .h_list .h_box .h_L {
  background: #F8FCFF;
  padding-left: 100px;
  width: 32%;
}
.h_culture .h_list .h_box .h_L .h_img {
  height: 100%;
  padding-right: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
.h_culture .h_list .h_box .h_L .h_img img {
  width: 132px;
}
.h_culture .h_list .h_box .h_R {
  width: 68%;
  padding: 0 120px;
  position: relative;
}
.h_culture .h_list .h_box .h_R .h_text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
}
.h_culture .h_list .h_box .h_R .h_text p.h_p1 {
  font-size: 26px;
  font-family: Regular;
  color: #333;
  margin-bottom: 14px;
}
.h_culture .h_list .h_box .h_R .h_text .h_p2 {
  font-size: 22px;
  color: #666;
  line-height: 29px;
  max-width: 700px;
}
.h_culture .h_list .h_box .h_R::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--active-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s linear;
  z-index: -1;
}
.h_culture .h_list .h_box:hover .h_R::before {
  transform: scaleX(1);
  transform-origin: left;
}
.h_culture .h_list .h_box:hover .h_R .h_text .h_p1,
.h_culture .h_list .h_box:hover .h_R .h_text .h_p2 {
  color: #fff;
}
.h_history {
  padding: 60px 0 30px;
}
.h_history .h_swiper {
  margin-top: 60px;
  position: relative;
}
.h_history .h_swiper .mySwiper2 {
  padding-bottom: 40px;
}
.h_history .h_swiper .mySwiper2::after {
  position: absolute;
  content: '';
  height: 1px;
  right: 0;
  width: calc(100% - 10px);
  background-color: #E5E5E5;
}
.h_history .h_swiper .mySwiper2 .swiper-wrapper {
  align-items: flex-end;
}
.h_history .h_swiper .mySwiper2 .swiper-slide .h_box {
  padding-left: 35px;
  position: relative;
  padding-bottom: 38px;
}
.h_history .h_swiper .mySwiper2 .swiper-slide .h_box .h_date {
  font-family: Medium;
  font-size: 28px;
  color: #006FC6;
}
.h_history .h_swiper .mySwiper2 .swiper-slide .h_box .h_desc {
  margin-top: 10px;
  font-family: Normal;
  font-size: 20px;
  color: #848484;
  line-height: 35px;
  text-align: justify;
}
.h_history .h_swiper .mySwiper2 .swiper-slide .h_box .h_img {
  margin-top: 22px;
}
.h_history .h_swiper .mySwiper2 .swiper-slide .h_box .h_img .h_posImg {
  padding-top: 53.5897%;
}
.h_history .h_swiper .mySwiper2 .swiper-slide .h_box::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border: 3px solid #006FC6;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 7px;
  z-index: 1;
}
.h_history .h_swiper .mySwiper2 .swiper-slide .h_box::after {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% - 24px);
  background-color: rgba(0, 0, 0, 0.1);
  left: 10px;
  top: 24px;
}
.h_history .h_swiper .mySwiper2 .swiper-pagination {
  bottom: 0;
}
.h_history .h_swiper .mySwiper2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #D6D6D6;
  opacity: 1;
  transition: width 0.3s linear;
  border-radius: 140px 140px 140px 140px;
}
.h_history .h_swiper .mySwiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--active-color);
}
.h_history .h_swiper i {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E7E6E5;
  border-radius: 50%;
  left: -120px;
  cursor: pointer;
  color: #CFCFCF;
  font-size: 30px;
}
.h_history .h_swiper i.bi-chevron-right {
  right: -120px;
  left: auto;
}
.h_history .h_swiper i:hover {
  color: var(--active-color);
  border-color: var(--active-color);
}
@media screen and (max-width: 1300px) {
  .h_downBox {
    column-gap: 40px;
  }
  .h_downBox .h_L {
    width: 300px;
  }
  .h_downBox .h_R {
    width: calc(100% - 340px);
    --r-gap: 30px;
    --c-gap: 30px;
  }
  .h_downBox .h_R .h_item .h_text .h_title {
    font-size: 17px;
  }
  .h_downBox .h_R .h_item .h_text .h_desc {
    margin-top: 8px;
  }
  .h_downBox .h_R .h_item .h_text .h_down {
    margin-top: 15px;
  }
  .h_downBox .h_L::after {
    font-size: 38px;
  }
  .h_contactBox .h_list {
    --r-gap: 20px;
  }
  .h_contactBox .h_list .h_item:first-child .h_text .h_title img {
    width: 28px;
  }
  .h_contactBox .h_list .h_item:first-child .h_text .h_title span {
    font-size: 20px;
    margin: 0;
  }
  .h_contactBox .h_list .h_item {
    padding: 28px;
  }
  .h_contactBox .h_list .h_item .h_text {
    padding-right: 10px;
  }
  .h_about .h_box .h_R .h_Title {
    margin: 30px 0;
  }
  .h_about .h_box .h_R .h_title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h_downBox {
    padding-top: 40px;
  }
  .h_downBox .h_L .h_column .h_item .h_title {
    padding: 12px 0;
    font-size: 20px;
  }
  .h_downBox .h_L .h_column .h_item .h_subList a {
    padding: 12px 20px 12px 0;
    font-size: 16px;
  }
  .h_downBox .h_L .h_column .h_item {
    margin-bottom: 0;
  }
  .h_downBox .h_R .h_item .h_text .h_down {
    display: none;
  }
  .h_downBox .h_L {
    width: 260px;
  }
  .h_downBox {
    column-gap: 30px;
  }
  .h_downBox .h_R {
    padding-left: 16px;
    width: calc(100% - 290px);
    --r-gap: 16px;
    --c-gap: 16px;
  }
  .h_contactBox {
    padding: 40px 0;
  }
  .h_contactBox .h_list {
    --rown: 3;
  }
  .h_about .h_box .h_R {
    width: 45%;
  }
  .h_Title::before {
    font-size: 110px;
    line-height: 1;
  }
  .h_about .h_box .h_R .h_Title {
    margin: 50px 0 20px;
  }
  .h_about .h_box .h_R .h_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .h_about .h_box .h_L .h_text {
    margin: 0;
    padding: 30px 0;
  }
  .h_about .h_box .h_L .h_text .h_num span {
    font-size: 72px;
  }
  .h_about .h_box .h_L .h_text .h_num {
    font-size: 26px;
  }
  .h_about .h_box .h_R .h_desc {
    margin-top: 14px;
  }
  .h_about .h_box .h_R .h_line {
    display: none;
  }
  .h_culture {
    padding: 60px 0;
  }
  .h_culture .h_list .h_box .h_L {
    padding: 0;
  }
  .h_culture .h_list .h_box .h_R {
    padding: 0 66px;
  }
  .h_about .h_posimg {
    bottom: -20%;
  }
  .h_culture .h_list .h_box {
    height: 160px;
  }
  .h_culture .h_list .h_box .h_L .h_img {
    padding: 0;
    justify-content: center;
  }
  .h_culture .h_list .h_box .h_L .h_img img {
    width: 100px;
  }
  .h_culture .h_list .h_box .h_R .h_text p.h_p1 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .h_culture .h_list .h_box .h_R .h_text .h_p2 {
    font-size: 18px;
    line-height: 1.6;
  }
  .h_history .h_swiper .mySwiper .swiper-slide .h_box .h_desc {
    font-size: 16px;
    line-height: 26px;
  }
  .h_history .h_swiper {
    margin-top: 40px;
  }
  .h_history .h_swiper .mySwiper .swiper-slide .h_box .h_date {
    font-size: 24px;
  }
  .h_history .h_swiper .mySwiper .swiper-slide .h_box {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .h_downBox {
    padding-top: 20px;
  }
  .h_downBox .h_L {
    width: 100%;
    margin-bottom: 18px;
  }
  .h_downBox .h_L .current {
    display: block;
  }
  .h_downBox .h_L .h_column,
  .h_downBox .h_L::after {
    display: none;
    padding: 0 16px;
  }
  .h_downBox .h_R {
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .h_contactBox .h_list {
    --rown: 2;
  }
  .h_about .h_posimg {
    display: none;
  }
  .h_about .h_box .h_L {
    width: 100%;
  }
  .h_about .h_box .h_R {
    width: 100%;
  }
  .h_about {
    padding: 40px 0;
  }
  .h_culture {
    padding: 30px 0 40px;
  }
  .h_about .h_box .h_L .h_text {
    padding: 12px 0;
  }
  .h_about .h_box .h_L .h_text .h_num span {
    font-size: 56px;
  }
  .h_about .h_box .h_L .h_text .h_num {
    font-size: 22px;
  }
  .h_Title::before {
    font-size: 96px;
  }
  .h_about .h_box .h_R .h_Title {
    margin: 26px 0 10px;
  }
  .h_about .h_box .h_R .h_title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .h_Title {
    font-size: 28px;
  }
  .h_culture .h_list .h_box .h_L {
    display: none;
  }
  .h_culture .h_list .h_box .h_R {
    width: 100%;
    padding: 0 3.5%;
  }
  .h_history .h_swiper,
  .h_culture .h_list {
    margin-top: 30px;
  }
  .h_culture .h_list .h_box {
    height: auto;
  }
  .h_culture .h_list .h_box .h_R .h_text {
    padding: 20px 0;
  }
  .h_culture .h_list .h_box .h_R .h_text p.h_p1 {
    font-size: 18px;
    margin: 0;
  }
  .h_culture .h_list .h_box .h_R .h_text .h_p2 {
    font-size: 15px;
  }
  .h_Title::before {
    bottom: -18px;
  }
  .h_history {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .h_downBox {
    padding-top: 16px;
  }
  .h_downBox .h_R {
    --rown: 1;
    --r-gap: 0;
  }
  .h_downBox .h_L {
    margin-bottom: 4px;
  }
  .h_downBox .h_L .current {
    font-size: 18px;
  }
  .h_downBox .h_L .h_column .h_item .h_title {
    font-size: 17px;
  }
  .h_contactBox {
    padding: 16px 0;
  }
  .h_contactBox .h_list {
    --rown: 1;
    --r-gap: 15px;
  }
  .h_contactBox .h_list .h_item .h_text {
    width: 100%;
    padding: 0;
  }
  .h_contactBox .h_list .h_item:first-child {
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .h_contactBox .h_list .h_item {
    padding: 20px;
  }
  .h_Title::before {
    font-size: 70px;
    bottom: -10px;
  }
  .h_about {
    padding: 16px 0;
  }
  .h_about .h_box {
    row-gap: 15px;
  }
  .h_culture {
    padding: 30px 0;
  }
  .h_about .h_box .h_L .h_text .h_desc {
    font-size: 15px;
  }
  .h_about .h_box .h_L .h_text .h_num span {
    font-size: 46px;
  }
  .h_Title {
    font-size: 24px;
  }
  .h_about .h_box .h_R .h_title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .h_about .h_box .h_R .h_desc {
    margin-top: 8px;
    font-size: 15px;
  }
  .h_history .h_swiper,
  .h_culture .h_list {
    margin-top: 18px;
  }
  .h_culture .h_list .h_box .h_R .h_text {
    padding: 16px 0;
  }
}
