.h_swiper {
  position: relative;
  overflow: hidden;
}
.h_swiper .mySwiper a {
  display: block;
}
.h_swiper .mySwiper img {
  width: 100%;
}
.h_swiper .mySwiper .h_mo {
  display: none;
}
.h_swiper .mySwiper .swiper-pagination {
  bottom: 20px;
}
.h_swiper .mySwiper .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  margin: 0 4px;
  border-radius: 0;
  position: relative;
  background-color: #fff;
  border-radius: 45px 45px 45px 45px;
  opacity: 0.5;
}
.h_swiper .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.h_swiper .mySwiper .swiper-button-prev {
  left: 0;
  border-radius: 0px 8px 8px 0px;
}
.h_swiper .mySwiper .swiper-button-next {
  right: 0;
  border-radius: 8px 0px 0px 8px;
}
.h_swiper .mySwiper .swiper-button-next,
.h_swiper .mySwiper .swiper-button-prev {
  width: 48px;
  height: 96px;
  color: #fff;
}
.h_swiper .mySwiper .swiper-button-next::after,
.h_swiper .mySwiper .swiper-button-prev::after {
  font-size: 15px;
  opacity: 0.3;
}
.h_swiper .mySwiper .swiper-button-next:hover,
.h_swiper .mySwiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.3);
}
.h_swiper .mySwiper .swiper-button-next:hover::after,
.h_swiper .mySwiper .swiper-button-prev:hover::after {
  opacity: 1;
}
.h_swiper .mySwiper .swiper-slide {
  position: relative;
}
.h_swiper .h_btns {
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 100%;
}
.h_swiper .h_btns .h_btn {
  width: 30px;
  cursor: pointer;
}
.h_swiper .h_content {
  z-index: 3;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(13, 114, 141, 0.9);
}
.h_swiper .h_content .h_L {
  width: 48%;
}
.h_swiper .h_content .h_L .h_ggTitle {
  color: #fff;
}
.h_swiper .h_content .h_L .h_ggTitle .h_More {
  --color: #fff;
}
.h_swiper .h_content .h_R {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  padding: 0 0 30px 30px;
  border-bottom: 3px solid #fff;
}
.h_swiper .h_content .h_R .h_item {
  flex: 1;
  color: #fff;
  position: relative;
}
.h_swiper .h_content .h_R .h_item::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  bottom: -36px;
}
.h_swiper .h_content .h_R .h_item .h_num {
  font-weight: bold;
  font-family: 'SourceHanSansCN-Heavy';
  font-size: 32px;
}
.h_swiper .h_content .h_R .h_item .h_desc {
  margin-top: 2px;
  font-size: 16px;
}
.h_ggTitle {
  color: #333333;
}
.h_ggTitle h1,
.h_ggTitle h2,
.h_ggTitle h3 {
  font-weight: normal;
}
.h_ggTitle .h_title {
  font-size: 41px;
}
.h_ggTitle .h_desc {
  font-size: 22px;
  line-height: 1.8;
  margin: 20px 0 30px;
}
.h_index {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.h_More {
  display: inline-block;
  margin-top: 12px;
  position: relative;
  font-size: 22px;
  --color: var(--active-color);
  color: var(--color);
}
.h_More::after {
  position: absolute;
  content: '';
  top: calc(50% - 6px);
  right: -18px;
  border-left: 12px solid var(--color);
  border-top: 7px solid #00000000;
  border-bottom: 7px solid #00000000;
}
.h_More2 {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: var(--active-color);
}
.h_Box1 .h_L {
  width: 29%;
}
.h_Box1 .h_L .h_box {
  margin-top: 80px;
  display: block;
  max-width: 278px;
  position: relative;
}
.h_Box1 .h_L .h_box .h_posImg {
  padding-top: 90%;
}
.h_Box1 .h_L .h_box .h_More {
  position: absolute;
  bottom: 0;
  padding: 10px 4px 10px 12px;
  --color: #fff;
}
.h_Box1 .h_L .h_box:hover .h_posImg img {
  transform: scale(1.05);
}
.h_Box1 .h_L .h_box:hover .h_More {
  --color: var(--active-color);
}
.h_Box1 .h_R {
  flex-direction: column;
  width: 70%;
}
.h_Box1 .h_R .h_img {
  width: 100%;
}
.h_Box1 .h_R .h_img .h_posImg {
  padding-top: 25%;
}
.h_Box1 .h_R .h_text .h_name {
  font-size: 22px;
}
.h_Box1 .h_R .h_text .h_desc {
  font-size: 16px;
}
.h_Box2 .h_box .h_item {
  min-height: 250px;
}
.h_Box2 .h_box .h_item .h_L {
  flex: 1;
  padding: 30px;
}
.h_Box2 .h_box .h_item .h_L .h_ggTitle {
  color: #fff;
}
.h_Box2 .h_box .h_item .h_L .h_ggTitle .h_More {
  --color: #fff;
}
.h_Box2 .h_box .h_item .h_R {
  flex: 2;
  padding: 0 60px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h_Box2 .h_box .h_item .h_R .h_title {
  font-size: 22px;
  color: #fff;
}
.h_Box2 .h_box .h_item .h_R .h_desc {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
.h_Box2 .h_box .h_item:first-child .h_L {
  background: rgba(13, 114, 141, 0.9);
}
.h_Box2 .h_box .h_item:last-child .h_R {
  background: rgba(13, 114, 141, 0.9);
}
.h_Box3 .h_R {
  width: 80%;
}
.h_Box3 .h_R .h_item {
  margin-top: 26px;
}
.h_Box3 .h_R .h_item:first-child {
  margin: 0;
}
.h_Box3 .h_R .h_item .h_img {
  width: 36%;
}
.h_Box3 .h_R .h_item .h_img .h_posImg {
  padding-top: 75%;
}
.h_Box3 .h_R .h_item .h_text {
  color: #333;
  width: 60%;
}
.h_Box3 .h_R .h_item .h_text .h_name {
  font-size: 28px;
}
.h_Box3 .h_R .h_item .h_text .h_desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7;
}
.h_Box3 .h_R .h_item .h_text .h_More2 {
  margin-top: 32px;
}
.h_Box4 .h_list .h_item {
  transition: background 0.3s;
  background: rgba(51, 51, 51, 0.3);
}
.h_Box4 .h_list .h_item .h_text {
  padding-top: 75%;
  position: relative;
  color: #fff;
}
.h_Box4 .h_list .h_item .h_text .h_name {
  top: 0;
  position: absolute;
  padding: 12px 16px;
  font-size: 41px;
}
.h_Box4 .h_list .h_item .h_text .h_more {
  font-size: 16px;
  padding: 16px;
  position: absolute;
  bottom: 0;
}
.h_Box4 .h_list .h_item:hover {
  background: rgba(51, 51, 51, 0);
}
.h_Box4 .h_list .h_item:nth-child(2),
.h_Box4 .h_list .h_item:nth-child(4),
.h_Box4 .h_list .h_item:nth-child(5),
.h_Box4 .h_list .h_item:nth-child(7) {
  background: rgba(13, 114, 141, 0.9);
}
.h_Box4 .h_list .h_item:nth-child(2):hover,
.h_Box4 .h_list .h_item:nth-child(4):hover,
.h_Box4 .h_list .h_item:nth-child(5):hover,
.h_Box4 .h_list .h_item:nth-child(7):hover {
  background: rgba(13, 114, 141, 0.4);
}
.h_Box5 .h_L {
  width: 50%;
}
.h_Box5 .h_L .h_img {
  display: block;
  margin-top: 30px;
}
.h_Box5 .h_L .h_img .h_posImg {
  padding-top: 33.3333%;
}
.h_Box5 .h_L .h_desc {
  margin-top: 40px;
  font-size: 17px;
  line-height: 1.7;
}
.h_Box5 .h_R {
  width: 50%;
  text-align: right;
  max-width: 439px;
  display: block;
}
.h_Box5 .h_R .h_posImg {
  width: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 1440px) {
  .h_ggTitle .h_title {
    font-size: 32px;
  }
  .h_ggTitle .h_desc {
    font-size: 18px;
    margin: 12px 0;
  }
  .h_More {
    font-size: 18px;
  }
  .h_Box3 .h_R .h_item .h_text .h_name {
    font-size: 24px;
  }
  .h_Box3 .h_R .h_item .h_text .h_desc {
    font-size: 16px;
  }
  .h_Box4 .h_list .h_item .h_text .h_name {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .h_Box1 .h_L .h_box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1360px) {
  .h_ggTitle .h_title {
    font-size: 28px;
  }
  .h_ggTitle .h_desc {
    font-size: 16px;
    margin: 8px 0;
  }
  .h_More {
    font-size: 16px;
    margin-top: 6px;
  }
  .h_swiper .h_content .h_R {
    padding: 0 0 20px 20px;
    border-width: 2px;
  }
  .h_swiper .h_content .h_R .h_item::after {
    bottom: -26px;
  }
  .h_Box3 .h_R .h_item .h_text .h_name {
    font-size: 22px;
  }
  .h_Box4 .h_list .h_item .h_text .h_name {
    font-size: 23px;
  }
}
@media screen and (max-width: 1300px) {
  .h_ggTitle .h_title {
    font-size: 24px;
  }
  .h_Box5 .h_L .h_desc {
    margin-top: 30px;
    font-size: 16px;
  }
  .h_Box2 .h_box .h_item {
    min-height: 210px;
  }
  .h_Box1 .h_L .h_box {
    margin-top: 30px;
  }
  .h_Box1 .h_R .h_text .h_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h_ggTitle .h_title {
    font-size: 22px;
  }
  .h_Box2 .h_box .h_item .h_R .h_title {
    font-size: 20px;
  }
  .h_Box2 .h_box .h_item .h_R {
    padding: 0 40px;
  }
  .h_Box2 .h_box .h_item .h_R .h_desc {
    font-size: 16px;
  }
  .h_Box3 .h_R .h_item .h_text .h_name {
    font-size: 18px;
  }
  .h_Box3 .h_R .h_item .h_text .h_desc {
    margin-top: 12px;
    font-size: 15px;
  }
  .h_Box3 .h_R .h_item .h_text .h_More2 {
    margin-top: 26px;
  }
  .h_Box4 .h_list .h_item .h_text .h_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h_swiper .h_content {
    position: static;
  }
  .h_swiper .h_btns {
    display: none;
  }
  .h_swiper .h_content .h_L {
    width: 100%;
  }
  .h_swiper .h_content .h_R {
    width: 100%;
    margin-top: 20px;
  }
  .h_Box1 .h_R {
    width: calc(71% - 30px);
  }
  .h_Box2 .h_box .h_item {
    min-height: 160px;
  }
  .h_ggTitle .h_title {
    font-size: 20px;
  }
  .h_Box2 .h_box .h_item .h_R .h_title {
    font-size: 18px;
  }
  .h_More {
    font-size: 14px;
    margin-top: 3px;
  }
  .h_More::after {
    border-left-width: 9px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    top: calc(50% - 5px);
    right: -13px;
  }
  .h_Box2 .h_box .h_item .h_L {
    padding: 12px 16px;
  }
  .h_Box2 .h_box .h_item .h_R {
    padding: 0 20px;
  }
  .h_Box2 .h_box .h_item .h_R .h_desc {
    margin-top: 6px;
    font-size: 15px;
  }
  .h_Box3 .h_ggTitle {
    width: 100%;
  }
  .h_Box3 .h_R {
    width: 100%;
  }
  .h_Box3 .h_R .h_item {
    margin-top: 22px !important;
  }
  .h_Box3 .h_R .h_item .h_text .h_desc {
    margin-top: 8px;
    -webkit-line-clamp: 2;
  }
  .h_Box3 .h_R .h_item .h_text .h_More2 {
    margin-top: 18px;
  }
  .h_Box3 .h_R .h_item .h_text {
    width: calc(64% - 22px);
  }
  .h_Box4 .h_list .h_item:nth-child(4),
  .h_Box4 .h_list .h_item:nth-child(5) {
    background-color: unset;
  }
  .h_Box4 .h_list .h_item:nth-child(3),
  .h_Box4 .h_list .h_item:nth-child(6) {
    background: rgba(13, 114, 141, 0.9);
  }
  .h_Box4 .h_list .h_item .h_text {
    padding-top: 50%;
  }
  .h_Box4 .h_list .h_item .h_text .h_more {
    font-size: 15px;
  }
  .h_Box5 .h_L,
  .h_Box5 .h_R {
    width: calc(50% - 15px);
  }
  .h_Box5 .h_L .h_desc {
    margin-top: 16px;
  }
  .h_Box5 .h_L .h_img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_ggTitle .h_desc {
    margin: 0;
  }
  .h_More {
    font-size: 14px;
  }
  .h_swiper .h_content .h_R {
    margin-top: 10px;
    justify-content: space-between;
  }
  .h_swiper .h_content .h_R {
    border: none;
    padding: 0;
  }
  .h_swiper .h_content .h_R .h_item .h_num {
    font-size: 24px;
  }
  .h_swiper .h_content .h_R .h_item::after {
    display: none;
  }
  .h_swiper .h_content .h_R .h_item {
    flex: none;
  }
  .h_swiper .h_content .h_R .h_item .h_desc {
    font-size: 14px;
    margin-top: 0;
  }
  .h_Box1 .h_L .h_box {
    display: none;
  }
  .h_Box1 .h_R {
    width: 100%;
    margin-top: 12px;
  }
  .h_Box1 .h_R .h_img .h_posImg {
    padding-top: 32%;
  }
  .h_Box1 .h_R .h_text {
    margin-top: 6px;
  }
  .h_Box3 .h_R .h_item .h_text .h_name,
  .h_Box1 .h_R .h_text .h_name {
    font-size: 16px;
  }
  .h_Box3 .h_R .h_item .h_text .h_desc,
  .h_Box1 .h_R .h_text .h_desc {
    font-size: 14px;
  }
  .h_Box1 .h_R .h_More2 {
    margin-top: 6px;
  }
  .h_Box2 .h_box .h_item {
    min-height: auto;
  }
  .h_Box2 .h_box .h_item .h_R {
    padding: 12px 16px;
  }
  .h_Box2 .h_box .h_item .h_R .h_desc {
    font-size: 14px;
    margin-top: 2px;
  }
  .h_Box3 .h_R .h_item {
    margin-top: 16px !important;
  }
  .h_Box3 .h_R .h_item .h_text .h_name {
    -webkit-line-clamp: 1;
  }
  .h_Box3 .h_R .h_item .h_text .h_desc {
    margin-top: 5px;
  }
  .h_Box3 .h_R .h_item .h_text .h_More2 {
    display: none;
  }
  .h_Box3 .h_R .h_item .h_text {
    width: calc(64% - 16px);
  }
  .h_Box4 .h_list .h_item .h_text .h_name {
    font-size: 16px;
    padding: 8px 12px;
    -webkit-line-clamp: 1;
  }
  .h_Box4 .h_list .h_item .h_text .h_more {
    font-size: 14px;
    padding: 8px 12px;
  }
  .h_Box5 .h_L {
    width: 100%;
  }
  .h_Box5 .h_R {
    display: none;
  }
  .h_Box5 .h_L .h_desc {
    font-size: 14px;
    margin-top: 8px;
  }
  .h_Box5 .h_L .h_img {
    margin-top: 8px;
  }
}
