.h_tou {
  text-align: center;
}
.h_tou .h_title {
  color: #333;
  font-size: 26px;
  margin-bottom: 16px;
}
.h_tou .h_line {
  margin: 0 auto;
  height: 2px;
  width: 60px;
  background-color: #2A6FDB;
}
.h_cpgk {
  padding: 70px 0;
  overflow: hidden;
}
.h_cpgk .h_box {
  margin-top: 50px;
  align-items: center;
  justify-content: space-between;
}
.h_cpgk .h_box .h_L {
  width: 41.429%;
}
.h_cpgk .h_box .h_L img {
  width: 100%;
}
.h_cpgk .h_box .h_R {
  width: 50%;
}
.h_cpgk .h_box .h_R p {
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 32px;
  margin-bottom: 14px;
}
.h_cpgk .h_box .h_R p:last-child {
  margin-bottom: 0;
}
.h_list1 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}
.h_list1 .h_list {
  margin-top: 40px;
  display: flex;
  column-gap: 28px;
  row-gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}
.h_list1 .h_list .h_box {
  background: #FFFFFF;
  width: calc(25% - 21px);
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 20px 16px;
}
.h_list1 .h_list .h_box .h_img {
  width: 70px;
}
.h_list1 .h_list .h_box .h_img img {
  width: 100%;
}
.h_list1 .h_list .h_box .h_text {
  width: calc(100% - 80px);
}
.h_list1 .h_list .h_box .h_text .h_p1 {
  font-size: 19px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 14px;
}
.h_list1 .h_list .h_box .h_text .h_p2 {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #777777;
}
.h_list2 {
  padding: 70px 0;
}
.h_list2 .h_menu {
  padding: 0 50px;
  border-bottom: 1px solid #D8D8D8;
  margin: 30px 0;
}
.h_list2 .h_menu .swiper-slide {
  width: auto;
  color: #3D3D3D;
  font-size: 16px;
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
}
.h_list2 .h_menu .swiper-slide::before {
  position: absolute;
  content: '';
  width: 100%;
  bottom: -1px;
  background: #2A6FDB;
  height: 3px;
  transform: scaleX(0);
  transition: transform 0.3s linear;
}
.h_list2 .h_menu .swiper-slide:hover::before {
  transform: scaleX(1);
}
.h_list2 .h_menu .swiper-slide.h_active::before {
  transform: scaleX(1);
}
.h_list2 .h_list .h_Boxs {
  display: none;
}
.h_list2 .h_list .h_Boxs:first-child {
  display: block;
}
.h_list2 .h_Boxs {
  margin-top: 30px;
}
.h_list2 .h_Boxs .h_box {
  padding: 50px;
  box-shadow: 0px 6px 8px -2px rgba(0, 0, 0, 0.1);
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #CDCDCD;
  column-gap: 40px;
  align-items: center;
}
.h_list2 .h_Boxs .h_box .h_L {
  width: calc(100% - 620px);
}
.h_list2 .h_Boxs .h_box .h_L .h_title {
  font-size: 32px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.h_list2 .h_Boxs .h_box .h_L .h_title::before {
  position: absolute;
  content: '';
  height: 3px;
  background: #2A6FDB;
  width: 64px;
  bottom: -13px;
}
.h_list2 .h_Boxs .h_box .h_L .h_desc {
  margin-top: 36px;
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  text-align: justify;
  line-height: 36px;
}
.h_list2 .h_Boxs .h_box .h_R {
  width: 580px;
}
.h_list2 .h_Boxs .h_box .h_R img {
  width: 100%;
}
.h_list3 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}
.h_list3 .h_content {
  margin-top: 50px;
  position: relative;
}
.h_list3 .h_content .h_img {
  position: absolute;
  left: 50%;
  width: calc(100% - 524px);
  top: 50%;
  transform: translate(-50%, -50%);
}
.h_list3 .h_content .h_img img {
  width: 100%;
  max-width: 761px;
}
.h_list3 .h_content .h_list .h_row {
  justify-content: space-between;
  margin: 0 0 60px;
}
.h_list3 .h_content .h_list .h_row:first-child {
  position: relative;
  z-index: 2;
  justify-content: space-around;
}
.h_list3 .h_content .h_list .h_row:last-child {
  justify-content: space-around;
  margin-bottom: 0;
}
.h_list3 .h_content .h_list .h_row .h_box {
  max-width: 451px;
  padding: 20px 70px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 2px solid #E8E8E8;
}
.h_list3 .h_content .h_list .h_row .h_box .h_title {
  font-size: 23px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #2A6FDB;
  margin-bottom: 4px;
}
.h_list3 .h_content .h_list .h_row .h_box .h_text {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.h_list3 .h_content .h_list .h_row .h_box .h_text .h_icon {
  width: 48px;
}
.h_list3 .h_content .h_list .h_row .h_box .h_text .h_icon img {
  width: 100%;
}
.h_list3 .h_content .h_list .h_row .h_box .h_text .h_desc {
  width: calc(100% - 68px);
}
.h_list3 .h_content .h_list .h_row .h_box .h_text .h_desc p {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #616161;
  line-height: 24px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 4px;
}
.h_list3 .h_content .h_list .h_row .h_box .h_text .h_desc p:last-child {
  margin-bottom: 0;
}
.h_list3 .h_content .h_list .h_row .h_box .h_text .h_desc p::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #616161;
  border-radius: 50%;
  left: 10px;
  top: 10px;
}
.h_list4 {
  padding: 70px 0;
  background: #F8F8F8;
}
.h_list4 .h_list {
  margin-top: 50px;
}
.h_list4 .h_list .h_box {
  width: 20%;
  background: #fff;
  padding: 20px;
  transition: all 0.3s linear;
}
.h_list4 .h_list .h_box .h_img {
  margin: 20px 0;
  text-align: center;
}
.h_list4 .h_list .h_box .h_img img {
  width: 80px;
  transition: all 0.5s linear;
}
.h_list4 .h_list .h_box p.h_title {
  text-align: center;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
  transition: all 0.3s linear;
}
.h_list4 .h_list .h_box p.h_desc {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #777777;
  line-height: 28px;
  transition: all 0.3s linear;
}
.h_list4 .h_list .h_box:hover {
  transform: translateY(-10px);
  background: #2A6FDB;
}
.h_list4 .h_list .h_box:hover .h_img img {
  filter: brightness(500%);
}
.h_list4 .h_list .h_box:hover p {
  color: #fff;
}
.h_list5 {
  padding: 70px 0;
}
.h_list5 .h_Box {
  column-gap: 44px;
  margin-top: 60px;
  align-items: center;
  flex-wrap: wrap;
}
.h_list5 .h_Box .h_img {
  width: 49%;
}
.h_list5 .h_Box .h_img img {
  width: 100%;
}
.h_list5 .h_Box .h_list {
  width: calc(51% - 44px);
  column-gap: 46px;
  flex-wrap: wrap;
  row-gap: 60px;
  align-items: flex-end;
}
.h_list5 .h_Box .h_list .h_text {
  width: calc(50% - 23px);
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
}
.h_list5 .h_Box .h_list .h_text .h_title {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 14px;
  position: relative;
  line-height: 30px;
  background: linear-gradient(0deg, #fff 70%, #00000000 100%);
}
.h_list5 .h_Box .h_list .h_text .h_title::before {
  position: absolute;
  content: attr(data-index);
  font-size: 65px;
  bottom: 0;
  line-height: 65px;
  font-family: Altinn-DIN-DIN, Altinn-DIN-DIN;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #D6D6D6;
  -webkit-text-fill-color: transparent;
  z-index: -1;
}
.h_list5 .h_Box .h_list .h_text .h_desc {
  font-size: 15px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #777777;
  line-height: 28px;
  text-align: justify;
}
.h_list6 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}
.h_list6 .h_menu {
  display: flex;
  column-gap: 27px;
  row-gap: 10px;
}
.h_list6 .h_menu .h_img {
  cursor: pointer;
  width: 44px;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.h_list6 .h_menu .h_img img {
  width: 100%;
}
.h_list6 .h_menu .h_img .h_hide {
  display: none;
}
.h_list6 .h_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 480px;
}
.h_list6 .h_list .h_box {
  width: 20%;
  background: linear-gradient(180deg, #DEEFFD 0%, rgba(222, 239, 253, 0.2) 100%);
  padding: 76px 35px;
  text-align: center;
  transition: all 0.3s linear;
}
.h_list6 .h_list .h_box .h_img {
  margin-bottom: 26px;
  width: 44px;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  margin: 0 auto 26px;
}
.h_list6 .h_list .h_box .h_img img {
  width: 100%;
}
.h_list6 .h_list .h_box .h_img .h_hide {
  display: none;
}
.h_list6 .h_list .h_box .h_Ch {
  font-size: 19px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}
.h_list6 .h_list .h_box .h_En {
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #AEAEAE;
}
.h_list6 .h_list .h_box .h_desc {
  margin-top: 23px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #8F8F8F;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.h_list6 .h_list .h_box:hover {
  padding: 100px 35px;
  background: #FFFFFF;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
}
.h_list6 .h_list .h_box:hover .h_img img {
  display: none;
}
.h_list6 .h_list .h_box:hover .h_img .h_hide {
  display: block;
}
.h_list7 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}
.h_list7 .h_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 40px;
  row-gap: 20px;
}
.h_list7 .h_list .h_box {
  width: calc(25% - 30px);
  padding: 32px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
}
.h_list7 .h_list .h_box .h_img {
  position: relative;
  margin-bottom: 42px;
}
.h_list7 .h_list .h_box .h_img img {
  width: 100px;
}
.h_list7 .h_list .h_box .h_img::after {
  width: 82px;
  height: 10px;
  background: radial-gradient(#D8D8D8, #D8D8D800);
  opacity: 0.5;
  position: absolute;
  border-radius: 100%;
  content: '';
  left: calc(50% - 41px);
  bottom: -26px;
}
.h_list7 .h_list .h_box .h_title {
  font-size: 21px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
}
.h_list7 .h_list .h_box .h_ljxq {
  width: 154px;
  line-height: 43px;
  text-align: center;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  border: 1px solid #2A6FDB;
  margin: 21px auto 0;
  font-size: 15px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #2A6FDB;
}
.h_list8 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0;
}
.h_list8 .h_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
  margin-top: 50px;
  row-gap: 30px;
}
.h_list8 .h_list .h_box {
  width: calc(33.33333% - 46.6666px);
  background: #FFFFFF;
  border-radius: 40px 40px 40px 40px;
  padding: 60px;
  transition: box-shadow 0.3s linear;
}
.h_list8 .h_list .h_box:hover {
  box-shadow: 0px 25px 29px -24px rgba(0, 0, 0, 0.18);
}
.h_list8 .h_list .h_box:nth-child(1) .h_title {
  background-image: url(../images/ly_icon04.png);
}
.h_list8 .h_list .h_box:nth-child(2) .h_title {
  background-image: url(../images/ly_icon05.png);
}
.h_list8 .h_list .h_box:nth-child(3) .h_title {
  background-image: url(../images/ly_icon06.png);
}
.h_list8 .h_list .h_box .h_img {
  text-align: center;
}
.h_list8 .h_list .h_box .h_img img {
  width: 120px;
}
.h_list8 .h_list .h_box .h_title {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  padding: 12px 0 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
.h_list8 .h_list .h_box .h_desc {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  line-height: 32px;
  text-align: justify;
}
.h_igmBox {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}
.h_igmBox img {
  width: 100%;
  margin-top: 50px;
}
.h_xgcp {
  padding: 70px 0;
}
.h_xgcp .h_list {
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 28px;
  row-gap: 28px;
}
.h_xgcp .h_list .h_box {
  box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.06);
  width: calc(25% - 21px);
  border-radius: 4px;
}
.h_xgcp .h_list .h_box .h_T {
  position: relative;
  overflow: hidden;
  height: 200px;
  background: #2A6FDB;
}
.h_xgcp .h_list .h_box .h_T img {
  transition: all 0.3s;
  width: 100%;
}
.h_xgcp .h_list .h_box .h_T .h_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  border: 100px solid rgba(220, 220, 220, 0.6);
}
.h_xgcp .h_list .h_box .h_T .h_title {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}
.h_xgcp .h_list .h_box .h_B {
  background-color: #fff;
  padding: 24px;
}
.h_xgcp .h_list .h_box .h_B .h_p1 {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 84px;
  margin-bottom: 42px;
}
.h_xgcp .h_list .h_box .h_B .h_p3 {
  text-align: right;
}
.h_xgcp .h_list .h_box .h_B .h_p3 span {
  transition: all 0.3s;
  display: inline-block;
  width: 140px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #FFAD1C;
}
.h_xgcp .h_list .h_box:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.h_xgcp .h_list .h_box:hover .h_T img {
  transform: scale(1.05);
}
.h_xgcp .h_list .h_box:hover .h_T .h_bg {
  border-width: 0;
  border-style: solid;
}
.h_cpjz {
  background: #2A6FDB;
  padding: 70px 0;
}
.h_cpjz .h_tou .h_title {
  color: #fff;
}
.h_cpjz .h_tou .h_line {
  background: #fff;
}
.h_cpjz .h_Box {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.h_cpjz .h_Box .h_L {
  width: 44%;
}
.h_cpjz .h_Box .h_L .h_title {
  font-size: 28px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.h_cpjz .h_Box .h_L .h_desc {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #FFFFFF;
  line-height: 32px;
  text-align: justify;
}
.h_cpjz .h_Box .h_list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 22px;
  column-gap: 22px;
}
.h_cpjz .h_Box .h_list .h_box {
  width: calc(50% - 11px);
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  padding: 32px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_cpjz .h_Box .h_list .h_box img {
  width: 56px;
}
.h_cpjz .h_Box .h_list .h_box .h_text {
  width: calc(100% - 76px);
}
.h_cpjz .h_Box .h_list .h_box .h_text .h_p1 {
  font-size: 26px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 4px;
}
.h_cpjz .h_Box .h_list .h_box .h_text .h_desc {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
}
.h_cpgn {
  padding: 70px 0;
  background: #F8F8F8;
}
.h_cpgn .h_list {
  margin-top: 50px;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 21px;
  row-gap: 21px;
}
.h_cpgn .h_list .h_box {
  background-color: #fff;
  width: calc(33.33333% - 14px);
  padding: 42px 48px;
  box-shadow: 0 4px #EEEEEE;
}
.h_cpgn .h_list .h_box .h_top {
  display: inline-block;
}
.h_cpgn .h_list .h_box .h_title {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}
.h_cpgn .h_list .h_box .h_line {
  width: 32px;
  height: 2px;
  background: #2A6FDB;
  margin: 10px 0 22px;
  transition: width 0.3s linear;
}
.h_cpgn .h_list .h_box .h_desc {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #777777;
  line-height: 27px;
}
.h_cpgn .h_list .h_box:hover {
  background-color: #2A6FDB;
}
.h_cpgn .h_list .h_box:hover .h_title,
.h_cpgn .h_list .h_box:hover .h_desc {
  color: #fff;
}
.h_cpgn .h_list .h_box:hover .h_line {
  background-color: #fff;
  width: 100%;
}
.h_cptx {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.h_cptx .h_list {
  margin-top: 50px;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 32px;
}
.h_cptx .h_list .h_box {
  width: calc(50% - 16px);
}
.h_jjfa {
  overflow: hidden;
  padding-top: 70px;
}
.h_jjfa .h_list .h_box {
  padding: 60px 0;
}
.h_jjfa .h_list .h_box .h_row {
  row-gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.h_jjfa .h_list .h_box .h_L {
  width: 50%;
}
.h_jjfa .h_list .h_box .h_L .h_title {
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 24px;
}
.h_jjfa .h_list .h_box .h_L .h_desc {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  text-align: justify;
}
.h_jjfa .h_list .h_box .h_R {
  width: 41.429%;
}
.h_jjfa .h_list .h_box .h_R img {
  width: 100%;
}
.h_jjfa .h_list .h_box:nth-child(2n) {
  background-color: #F8F8F8;
}
.h_jjfa .h_list .h_box:nth-child(2n) .h_row {
  flex-direction: row-reverse;
}
.h_jjfa2 {
  background: #F8F8F8;
}
.h_jjfa2 .h_list .h_box:first-child {
  padding-top: 40px;
}
.h_jjfa2 .h_list .h_box:nth-child(2n) {
  background: #fff;
}
@media screen and (max-width: 1280px) {
  .h_list1 .h_list .h_box {
    width: calc(33.333333% - 18.66666px);
  }
  .h_list2 .h_Boxs .h_box .h_L {
    width: 48%;
  }
  .h_list2 .h_Boxs .h_box .h_R {
    width: 50%;
  }
  .h_list4 .h_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .h_list4 .h_list .h_box,
  .h_list6 .h_list .h_box {
    width: 33.33333%;
  }
  .h_list6 .h_list {
    height: auto;
    margin-top: 40px;
  }
  .h_list8 .h_list {
    column-gap: 40.5px;
  }
  .h_list8 .h_list .h_box .h_img img {
    width: 92px;
  }
  .h_list8 .h_list .h_box .h_desc {
    text-align: center;
  }
  .h_list8 .h_list .h_box {
    width: calc(33.333333% - 27px);
    padding: 30px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .h_cpgk,
  .h_list1,
  .h_list3,
  .h_cpjz {
    padding: 60px 0;
  }
  .h_list3 .h_content .h_img {
    width: 100%;
    text-align: center;
  }
  .h_list3 .h_content .h_list .h_row {
    position: relative;
    z-index: 2;
    margin-bottom: 46px;
  }
  .h_list3 .h_content .h_list .h_row:first-child,
  .h_list3 .h_content .h_list .h_row:last-child {
    justify-content: space-between;
  }
  .h_list3 .h_content .h_list .h_row .h_box {
    width: 48%;
    padding: 20px 40px;
    border-radius: 10px;
  }
  .h_list3 .h_content .h_list .h_row .h_box .h_title {
    font-size: 20px;
  }
  .h_cpgk .h_box .h_R p,
  .h_cpjz .h_Box .h_L .h_desc {
    font-size: 16px;
    line-height: 26px;
  }
  .h_list5 .h_Box .h_img {
    display: none;
  }
  .h_list5 .h_Box .h_list,
  .h_cpjz .h_Box .h_L,
  .h_cpjz .h_Box .h_list {
    width: 100%;
  }
  .h_cpjz .h_Box {
    margin-top: 50px;
  }
  .h_cpjz .h_Box .h_list .h_box .h_text .h_p1 {
    font-size: 22px;
  }
  .h_list7 .h_list .h_box {
    width: calc(50% - 20px);
  }
  .h_cpgn .h_list .h_box {
    width: calc(50% - 10.5px);
  }
  .h_xgcp .h_list .h_box {
    width: calc(33.333333% - 18.66666px);
  }
  .h_cptx .h_list .h_box {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .h_tou .h_title {
    font-size: 24px;
  }
  .h_cpgk,
  .h_list1,
  .h_list3,
  .h_list2,
  .h_list4,
  .h_list5,
  .h_cpjz,
  .h_list7,
  .h_list8,
  .h_cpgn,
  .h_jjfa .h_list .h_box,
  .h_igmBox,
  .h_xgcp {
    padding: 40px 0;
  }
  .h_cpgk .h_box,
  .h_list3 .h_content,
  .h_list2 .h_Boxs .h_box .h_L .h_desc,
  .h_cpgn .h_list,
  .h_list4 .h_list,
  .h_list5 .h_Box,
  .h_cpjz .h_Box,
  .h_list7 .h_list,
  .h_list8 .h_list,
  .h_igmBox img {
    margin-top: 30px;
  }
  .h_cpgk .h_box .h_L,
  .h_cpgk .h_box .h_R,
  .h_gnjs .h_list .h_box .h_L,
  .h_gnjs .h_list .h_box .h_R,
  .h_list3 .h_content .h_list .h_row .h_box,
  .h_list2 .h_Boxs .h_box .h_L,
  .h_list2 .h_Boxs .h_box .h_R {
    width: 100%;
  }
  .h_cpgk .h_box .h_R {
    margin-top: 26px;
  }
  .h_list1 .h_list .h_box,
  .h_xgcp .h_list .h_box {
    width: calc(50% - 14px);
  }
  .h_list3 .h_content .h_list .h_row {
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .h_list3 .h_content .h_list .h_row,
  .h_list3 .h_content .h_list .h_row:first-child,
  .h_list3 .h_content .h_list .h_row:last-child {
    justify-content: center;
  }
  .h_list3 .h_content .h_list .h_row .h_box {
    border-width: 1px;
    padding: 16px 20px;
  }
  .h_list2 .h_menu {
    padding: 0;
  }
  .h_list2 .h_Boxs .h_box .h_L .h_title {
    font-size: 24px;
  }
  .h_list2 .h_Boxs .h_box {
    padding: 0;
    border: none;
  }
  .h_list2 .h_Boxs .h_box .h_L .h_desc {
    font-size: 16px;
    line-height: 26px;
  }
  .h_list2 .h_Boxs .h_box .h_L {
    margin-bottom: 30px;
  }
  .h_list4 .h_list .h_box,
  .h_list6 .h_list .h_box {
    width: 50%;
  }
  .h_list4 .h_list .h_box .h_img img {
    width: 60px;
  }
  .h_list4 .h_list .h_box p.h_title {
    font-size: 20px;
  }
  .h_list6 .h_list .h_box {
    padding: 46px 30px;
  }
  .h_list6 .h_list .h_box:hover {
    padding: 70px 30px;
  }
  .h_cpjz .h_Box .h_L .h_title {
    margin-bottom: 18px;
  }
  .h_cpjz .h_Box .h_list .h_box .h_text .h_desc {
    font-size: 16px;
  }
  .h_list7 .h_list {
    column-gap: 20px;
  }
  .h_list7 .h_list .h_box {
    width: calc(50% - 10px);
  }
  .h_list7 .h_list .h_box {
    border-radius: 12px;
  }
  .h_list8 .h_list .h_box {
    width: 100%;
  }
  .h_list8 .h_list .h_box .h_desc {
    font-size: 16px;
    line-height: 26px;
  }
  .h_cpgn .h_list .h_box {
    padding: 32px 24px;
  }
  .h_cpgn .h_list .h_box .h_desc {
    font-size: 16px;
  }
  .h_cpgn .h_list .h_box .h_line {
    margin: 10px 0;
  }
  .h_jjfa {
    padding-top: 40px;
  }
  .h_jjfa .h_list .h_box .h_L .h_title {
    font-size: 22px;
  }
  .h_jjfa .h_list .h_box .h_L .h_desc {
    font-size: 16px;
    line-height: 26px;
  }
  .h_xgcp .h_list .h_box .h_B .h_p1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 680px) {
  .h_jjfa .h_list .h_box .h_L,
  .h_jjfa .h_list .h_box .h_R {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_list1 .h_list .h_box,
  .h_list4 .h_list .h_box,
  .h_list5 .h_Box .h_list .h_text,
  .h_list7 .h_list .h_box,
  .h_list6 .h_list .h_box,
  .h_cpjz .h_Box .h_list .h_box,
  .h_xgcp .h_list .h_box {
    width: 100%;
  }
  .h_list2 .h_Boxs .h_box .h_L .h_title {
    font-size: 20px;
  }
  .h_list4 .h_list {
    row-gap: 20px;
  }
  .h_list4 .h_list .h_box {
    text-align: center;
  }
  .h_cpjz .h_Box .h_list .h_box img {
    width: 50px;
  }
  .h_cpjz .h_Box .h_list .h_box .h_text {
    width: calc(100% - 66px);
  }
  .h_cpjz .h_Box .h_list .h_box {
    padding: 24px;
  }
  .h_cpjz .h_Box .h_list .h_box .h_text .h_p1,
  .h_list7 .h_list .h_box .h_title {
    font-size: 18px;
  }
  .h_cpjz .h_Box .h_list .h_box .h_text .h_desc {
    font-size: 15px;
  }
  .h_list8 .h_list .h_box .h_img img {
    width: 76px;
  }
  .h_cpgn .h_list .h_box {
    width: 100%;
  }
}
