.h_titleBox {
  text-align: center;
}
.h_titleBox .h_title {
  font-weight: 700;
  font-size: 32px;
  color: #3D3D3D;
}
.h_titleBox .h_desc {
  margin: 25px auto 0;
  max-width: 1045px;
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
}
.h_Box1 .h_list .h_item {
  padding: 36px 35px;
  background: #FBFCFE;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.3s;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.h_Box1 .h_list .h_item .h_title {
  font-weight: 700;
  font-size: 20px;
  color: #3D3D3D;
}
.h_Box1 .h_list .h_item .h_desc {
  font-weight: 290;
  font-size: 14px;
  color: #3D3D3D;
  text-align: justify;
  margin-top: 20px;
  line-height: 1.85;
}
.h_Box1 .h_list .h_item a {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #0070EE;
  display: inline-block;
  border-radius: 69px 69px 69px 69px;
  margin-top: 30px;
}
.h_Box1 .h_list .h_item:hover {
  transform: scale(1.04);
  background: #f5f9ff;
  box-shadow: 0 2px 10px var(--rgba1-bcolor);
}
.h_Box1 .h_list .h_item:hover .h_title {
  color: var(--active-color);
}
.h_Box2 {
  background: #F5F7FA;
}
.h_Box2 .h_list {
  background: linear-gradient(180deg, #0070EE 0%, rgba(0, 112, 238, 0.2) 100%);
  margin-top: 50px;
  border-radius: 24px;
}
.h_Box2 .h_list .h_item {
  padding: 60px 35px;
  text-align: center;
  transition: all 0.3s;
}
.h_Box2 .h_list .h_item .h_icon {
  width: 78px;
  height: 78px;
  background: #FFFFFF;
  border-radius: 171px 171px 171px 171px;
  margin: 0 auto;
}
.h_Box2 .h_list .h_item .h_icon img {
  width: 44px;
}
.h_Box2 .h_list .h_item .h_title {
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  margin-top: 10px;
}
.h_Box2 .h_list .h_item .h_en {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 4px;
}
.h_Box2 .h_list .h_item .h_desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.85;
  margin-top: 16px;
}
.h_Box2 .h_list .h_item:hover {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.05);
}
.h_Box2 .h_list .h_item:hover .h_title {
  color: #333333;
}
.h_Box2 .h_list .h_item:hover .h_en {
  color: #AEAEAE;
}
.h_Box2 .h_list .h_item:hover .h_desc {
  color: #8F8F8F;
}
.h_tabsBox {
  border-bottom: 1px solid #D8D8D8;
}
.h_tabsBox .swiper .swiper-slide {
  width: auto;
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  padding: 16px 0;
  cursor: pointer;
}
.h_tabsBox .swiper .swiper-slide.active {
  border-bottom: 3px solid var(--active-color);
}
.h_Box3 .h_content .h_item {
  display: none;
  box-shadow: 0px 6px 8px -2px rgba(0, 0, 0, 0.1);
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #CDCDCD;
  padding: 50px;
  align-items: flex-start;
  justify-content: space-between;
}
.h_Box3 .h_content .h_item.show {
  display: flex;
}
.h_Box3 .h_content .h_item .h_L {
  width: calc(94% - 580px);
  padding-top: 60px;
}
.h_Box3 .h_content .h_item .h_L .h_title {
  font-weight: 400;
  font-size: 32px;
  color: #333333;
  margin-bottom: 16px;
}
.h_Box3 .h_content .h_item .h_L .h_line {
  width: 64px;
  height: 3px;
  background: var(--active-color);
  margin-bottom: 22px;
}
.h_Box3 .h_content .h_item .h_L .h_desc {
  font-weight: 290;
  font-size: 20px;
  color: #444444;
  line-height: 1.82;
  text-align: justify;
}
.h_Box3 .h_content .h_item .h_img {
  width: 580px;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}
.h_Box4 {
  background: #F5F7FA;
}
.h_Box4 .h_img img {
  width: 100%;
}
.h_Box5 .h_imgs .h_img {
  display: none;
}
.h_Box5 .h_imgs .h_img:first-child {
  display: block;
}
.h_Box5 .h_imgs .h_img img {
  width: 100%;
}
.h_Box6 {
  background: #F5F7FA;
}
.h_Box6 .h_box {
  background-color: #fff;
  padding: 50px 60px 60px;
}
.h_Box6 .h_box .h_list {
  width: 100%;
  max-width: 1022px;
  margin: 0 auto;
  position: relative;
  --icon-w: 80px;
}
.h_Box6 .h_box .h_list::before {
  position: absolute;
  content: '';
  width: calc(100% - var(--icon-w));
  left: calc(var(--icon-w) / 2);
  top: calc(var(--icon-w) / 2);
  height: 1px;
  background: #D8D8D8;
}
.h_Box6 .h_box .h_list .h_item {
  text-align: center;
}
.h_Box6 .h_box .h_list .h_item .h_icon {
  position: relative;
  z-index: 2;
  width: var(--icon-w);
  height: var(--icon-w);
  background: #F6F7FB;
  border-radius: 50%;
  padding: 15px;
  margin: 0 auto;
}
.h_Box6 .h_box .h_list .h_item .h_icon img {
  width: 100%;
}
.h_Box6 .h_box .h_list .h_item .h_name {
  margin-top: 16px;
}
.h_Box7 {
  padding-bottom: 0;
}
.h_Box7 .h_box .h_L {
  max-height: 390px;
  width: calc(50% - 300px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.h_Box7 .h_box .h_L p {
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  padding-left: 50%;
}
.h_Box7 .h_box .h_L p:nth-child(8n-7) {
  padding-left: 50%;
}
.h_Box7 .h_box .h_L p:nth-child(8n-6) {
  padding-left: 40%;
}
.h_Box7 .h_box .h_L p:nth-child(8n-5) {
  padding-left: 30%;
}
.h_Box7 .h_box .h_L p:nth-child(8n-4) {
  padding-left: 40%;
}
.h_Box7 .h_box .h_L p:nth-child(8n-3) {
  padding-left: 50%;
}
.h_Box7 .h_box .h_L p:nth-child(8n-2) {
  padding-left: 40%;
}
.h_Box7 .h_box .h_L p:nth-child(8n-1) {
  padding-left: 30%;
}
.h_Box7 .h_box .h_L p:nth-child(8n) {
  padding-left: 40%;
}
.h_Box7 .h_box .h_img {
  width: 573px;
}
.h_Box7 .h_box .h_img img {
  width: 100%;
}
.h_Box7 .h_box .h_R {
  width: calc(50% - 300px);
}
.h_Box7 .h_box .h_R .h_p1 {
  font-weight: 400;
  font-size: 22px;
  color: #3D3D3D;
}
.h_Box7 .h_box .h_R .h_p2 {
  margin-top: 27px;
  font-weight: 400;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 32px;
}
.h_Box7 .h_box .h_R .h_ewm {
  width: 104px;
  margin-top: 37px;
}
.h_Box8 .h_list .h_item {
  background: #F5F7FA;
}
.h_Box8 .h_list .h_item .h_box .h_img {
  width: 53.5%;
}
.h_Box8 .h_list .h_item .h_box .h_img img {
  width: 100%;
}
.h_Box8 .h_list .h_item .h_box .h_img2 {
  width: 42.85%;
}
.h_Box8 .h_list .h_item .h_box .h_img2 img {
  width: 100%;
}
.h_Box8 .h_list .h_item .h_box .h_text {
  width: 40%;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_title {
  font-weight: 400;
  font-size: 30px;
  color: #3D3D3D;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_desc {
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 28px;
  margin-top: 20px;
  text-align: justify;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_feature {
  margin-top: 20px;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_feature p {
  font-weight: 290;
  font-size: 16px;
  color: #252B3A;
  margin-top: 13px;
  padding-left: 32px;
  background-image: url(../static/icon_gou.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0 3px;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_feature p:first-child {
  margin: 0;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_link {
  margin-top: 50px;
  background: #06C9C9;
  display: inline-flex;
  border-radius: 4px 4px 4px 4px;
  padding: 12px 8px 12px 15px;
  transition: background 0.3s;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_link span {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_link img {
  margin-left: 24px;
  width: 20px;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_link:hover {
  background: var(--active-color);
}
.h_Box8 .h_list .h_item .h_box .h_text .h_imgs {
  margin-top: 48px;
  column-gap: 52px;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_imgs .h_ewm {
  text-align: center;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_imgs .h_ewm img {
  width: 122px;
}
.h_Box8 .h_list .h_item .h_box .h_text .h_imgs .h_ewm p {
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  margin-top: 20px;
}
.h_Box8 .h_list .h_item:nth-child(2n) {
  background-color: #fff;
}
.h_Box8 .h_list .h_item:nth-child(2n) .h_box {
  flex-direction: row-reverse;
}
.h_Box9 .h_list .h_item {
  background: #FAFAFA;
  padding: 48px 48px 30px;
  position: relative;
  transition: background 0.3s;
}
.h_Box9 .h_list .h_item .h_p1 span {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  display: inline-block;
  position: relative;
}
.h_Box9 .h_list .h_item .h_p1 span::after {
  position: absolute;
  content: '';
  width: 54px;
  transition: background 0.3s, width 0.3s 0.2s;
  height: 4px;
  background-color: var(--active-color);
  bottom: -24px;
  left: 0;
}
.h_Box9 .h_list .h_item .h_p2 {
  margin-top: 50px;
  min-height: 66px;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  line-height: 33px;
  text-align: justify;
}
.h_Box9 .h_list .h_item img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 164px;
}
.h_Box9 .h_list .h_item:hover {
  background: var(--active-color);
}
.h_Box9 .h_list .h_item:hover .h_p1 span {
  color: #fff;
}
.h_Box9 .h_list .h_item:hover .h_p1 span::after {
  width: 100%;
  background: #fff;
}
.h_Box9 .h_list .h_item:hover .h_p2 {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .h_Box1 .h_list {
    --c-gap: 30px;
    --r-gap: 30px;
  }
  .h_Box1 .h_list .h_item a {
    display: none;
  }
  .h_Box1 .h_list .h_item {
    padding: 22px;
    border-radius: 6px;
  }
  .h_Box1 .h_list .h_item .h_desc {
    margin-top: 10px;
  }
  .h_Box2 .h_list {
    margin-top: 30px;
  }
  .h_titleBox .h_desc {
    margin-top: 18px;
  }
  .h_titleBox .h_title {
    font-size: 28px;
  }
  .h_Box2 .h_list {
    border-radius: 16px;
  }
  .h_Box2 .h_list .h_item:hover {
    border-radius: 12px;
  }
  .h_Box2 .h_list .h_item .h_icon {
    width: 70px;
    height: 70px;
  }
  .h_Box2 .h_list .h_item .h_icon img {
    width: 35px;
  }
  .h_Box2 .h_list .h_item {
    padding: 28px 24px;
  }
  .h_Box2 .h_list .h_item .h_desc {
    margin-top: 12px;
    display: none;
  }
  .h_Box3 .h_content .h_item {
    padding: 30px;
  }
  .h_Box3 .h_content .h_item {
    align-items: center;
  }
  .h_Box3 .h_content .h_item .h_img {
    width: 50%;
  }
  .h_Box3 .h_content .h_item .h_img img {
    width: 100%;
  }
  .h_Box3 .h_content .h_item .h_L {
    width: calc(50% - 30px);
    padding: 0;
  }
  .h_Box3 .h_content .h_item .h_L .h_title {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .h_Box3 .h_content .h_item .h_L .h_desc {
    font-size: 18px;
  }
  .h_Box3 .h_content .h_item .h_L .h_line {
    margin-bottom: 16px;
  }
  .h_Box7 .h_box .h_img {
    width: 440px;
  }
  .h_Box7 .h_box .h_L {
    max-height: 320px;
    width: calc(50% - 220px);
  }
  .h_Box7 .h_box .h_R {
    width: calc(50% - 220px);
  }
  .h_Box7 .h_box .h_R .h_p2 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
  }
  .h_Box9 .h_list .h_item {
    padding: 30px;
  }
  .h_Box9 .h_list .h_item .h_p1 span {
    font-size: 22px;
  }
  .h_Box9 .h_list .h_item .h_p1 span::after {
    bottom: -18px;
    height: 3px;
  }
  .h_Box9 .h_list .h_item .h_p2 {
    margin-top: 32px;
    font-size: 16px;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_title {
    font-size: 26px;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_imgs {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h_titleBox .h_title {
    font-size: 26px;
  }
  .h_Box7 .h_box {
    margin-top: 20px;
    row-gap: 20px;
  }
  .h_Box7 .h_box .h_L {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  .h_Box7 .h_box .h_L p {
    padding: 0 !important;
  }
  .h_Box7 .h_box .h_img,
  .h_Box7 .h_box .h_R {
    width: calc(50% - 10px);
  }
  .h_Box7 .h_box .h_R .h_p1 {
    font-size: 20px;
  }
  .h_Box7 .h_box .h_R .h_p2 {
    font-size: 16px;
    margin-top: 6px;
  }
  .h_Box7 .h_box .h_R .h_ewm {
    margin-top: 16px;
  }
  .h_Box3 .h_content .h_item .h_L .h_desc {
    font-size: 16px;
  }
  .h_Box3 .h_content .h_item .h_L .h_title {
    font-size: 20px;
  }
  .h_Box3 .h_content .h_item {
    padding: 26px;
  }
  .h_Box3 .h_content .h_item .h_img {
    border-radius: 12px;
  }
  .h_tabsBox .swiper .swiper-slide {
    padding: 0 0 12px;
    font-size: 15px;
  }
  .h_Box2 .h_list .h_item .h_title {
    font-size: 16px;
  }
  .h_Box1 .h_list .h_item {
    text-align: left;
  }
  .h_Box6 .h_box {
    padding: 30px;
  }
  .h_Box8 .h_list .h_item .h_box .h_text,
  .h_Box8 .h_list .h_item .h_box .h_img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_titleBox .h_title {
    font-size: 20px;
  }
  .h_titleBox .h_desc {
    margin-top: 10px;
    font-size: 15px;
  }
  .h_Box1 .h_list .h_item .h_title {
    font-size: 17px;
    font-weight: 600;
  }
  .h_Box1 .h_list .h_item {
    padding: 15px;
    background: #f5f7fa;
  }
  .h_Box1 .h_list .h_item .h_desc {
    margin-top: 7px;
  }
  .h_Box2 .h_list {
    background: none;
  }
  .h_Box2 .h_list .h_item {
    border-radius: 12px;
    background: linear-gradient(180deg, #0070EE 0%, rgba(0, 112, 238, 0.2) 100%);
  }
  .h_Box2 .h_list .h_item .h_desc {
    display: block;
  }
  .h_Box3 .h_content .h_item {
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 12px;
  }
  .h_Box3 .h_content .h_item .h_L {
    width: 100%;
  }
  .h_Box3 .h_content .h_item .h_L .h_line,
  .h_Box3 .h_content .h_item .h_L .h_title {
    display: none;
  }
  .h_Box3 .h_content .h_item .h_img {
    width: 100%;
    margin-top: 10px;
  }
  .h_Box2 .h_list {
    margin-top: 15px;
  }
  .h_Box6 .h_box {
    padding: 15px;
    background-color: #0000;
  }
  .h_Box6 .h_box .h_list {
    row-gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  .h_Box6 .h_box .h_list .h_item {
    display: flex;
    align-items: center;
  }
  .h_Box6 .h_box .h_list .h_item .h_icon {
    margin: 0;
    background-color: #fff;
  }
  .h_Box6 .h_box .h_list .h_item .h_name {
    margin: 0;
    margin-left: 10px;
  }
  .h_Box6 .h_box .h_list::before {
    display: none;
    width: 1px;
    height: calc(100% - var(--icon-w)/2);
  }
  .h_Box7 {
    padding-bottom: 17px;
  }
  .h_Box7 .h_box {
    margin-top: 12px;
  }
  .h_Box7 .h_box .h_L {
    justify-content: flex-start;
    gap: 15px;
  }
  .h_Box7 .h_box .h_img {
    display: none;
  }
  .h_Box7 .h_box .h_R {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .h_Box7 .h_box .h_R .h_ewm {
    margin: 0;
  }
  .h_Box7 .h_box .h_R .h_p1 {
    font-size: 18px;
  }
  .h_Box8 .h_list .h_item .h_box .h_text {
    padding: 0 14px;
    margin-top: 10px;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_title {
    font-size: 19px;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_link {
    display: none;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_feature {
    margin-top: 12px;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_feature p {
    padding-left: 24px;
    font-size: 15px;
    background-size: 18px;
    background-position: 0 1.5px;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_imgs {
    gap: 15px;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_imgs .h_ewm {
    width: auto;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_imgs {
    margin: 15px 0;
  }
  .h_Box8 .h_list .h_item .h_box .h_text .h_imgs .h_ewm p {
    margin-top: 10px;
    font-size: 14px;
  }
  .h_Box9 .h_list .h_item {
    padding: 15px;
  }
  .h_Box9 .h_list .h_item .h_p1 span {
    font-size: 17px;
  }
  .h_Box9 .h_list .h_item .h_p1 span::after {
    bottom: -10px;
    height: 2px;
    width: 36px;
  }
  .h_Box9 .h_list .h_item .h_p2 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 28px;
  }
  .h_Box9 .h_list .h_item img {
    width: 120px;
  }
  .h_Box3 .h_content .h_item .h_L .h_desc {
    font-size: 14px;
  }
  .h_tabsBox .swiper .swiper-slide.active {
    border-width: 2px;
  }
  .h_tabsBox .swiper .swiper-slide {
    padding: 0 0 10px;
  }
}
