.h_ggTitle {
  text-align: center;
}
.h_ggTitle .h_title {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
.h_ggTitle .h_title::after,
.h_ggTitle .h_title::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  width: 206px;
  height: 4px;
}
.h_ggTitle .h_title::before {
  background: linear-gradient(270deg, #17868D 0%, rgba(23, 134, 141, 0) 100%);
  left: -248px;
}
.h_ggTitle .h_title::after {
  background: linear-gradient(90deg, #17868D 0%, rgba(23, 134, 141, 0) 100%);
  right: -248px;
}
.h_ggTitle .h_desc {
  width: 533px;
  margin: 0 auto;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A0A0;
  line-height: 24px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.h_cpfw {
  padding: 70px 0;
  background: #F6F6F6;
}
.h_cpfw .h_list {
  /*margin-top: 40px;*/
  padding: 40px 0 50px;
  flex-wrap: wrap;
}
.mySwiper3 .swiper-pagination{
    bottom: 0;
}
.mySwiper3 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #BFBFBF;
    opacity: 1;
}
.mySwiper3 .swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
    background: #17868D;
    border-radius: 99px 99px 99px 99px;
}
.h_cpfw .h_list .swiper-slide{
    background-color: #fff;
}
.h_cpfw .h_list .h_box {
  background-color: #fff;
  /*width: 23.5%;*/
  /*margin: 0 2% 2% 0;*/
  transition: all 0.3s;
}
.h_cpfw .h_list .h_box:nth-child(4n) {
  margin-right: 0;
}
.h_cpfw .h_list .h_box .h_T {
  overflow: hidden;
}
.h_cpfw .h_list .h_box .h_T img {
  width: 100%;
}
.h_cpfw .h_list .h_box .h_B {
  padding: 16px 24px;
}
.h_cpfw .h_list .h_box .h_B .h_title {
  width: 100%;
  align-items: center;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 2px solid #E5E5E5;
}
.h_cpfw .h_list .h_box .h_B .h_title span {
  font-size: 28px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #E2E2E2;
}
.h_cpfw .h_list .h_box .h_B .h_desc {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #979797;
  margin-top: 12px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_cpfw .h_list .h_box .h_B .h_ckgd {
  margin-top: 30px;
  display: inline-block;
  padding: 9px 26px;
  border: 2px solid #D9D9D9;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  position: relative;
  border-radius: 4px;
}
.h_cpfw .h_list .h_box .h_B .h_ckgd::after,
.h_cpfw .h_list .h_box .h_B .h_ckgd::before {
  content: '';
  position: absolute;
  background-color: #fff;
}
.h_cpfw .h_list .h_box .h_B .h_ckgd::after {
  width: 10px;
  height: 4px;
  top: -3px;
  right: 20px;
}
.h_cpfw .h_list .h_box .h_B .h_ckgd::before {
  height: 10px;
  width: 4px;
  right: -3px;
  top: 10px;
}
.h_cpfw .h_list .h_box:hover {
  transform: scale(1.01);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.h_cpfw .h_list .h_box:hover .h_B .h_title {
  color: #17868D;
}
.h_cpfw .h_list .h_box:hover .h_B .h_title span {
  color: #17868D;
}
.h_cpfw .h_list .h_box:hover .h_B .h_ckgd {
  border-color: #17868D;
  color: #17868D;
}
.h_gywc {
  align-items: stretch;
}
.h_gywc .h_L {
  overflow: hidden;
  width: 50%;
  position: relative;
}
.h_gywc .h_L > img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.h_gywc .h_L .h_text {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_gywc .h_L .h_text .h_ggTitle {
  text-align: left;
}
.h_gywc .h_L .h_text .h_ggTitle .h_title {
  color: #FFFFFF;
}
.h_gywc .h_L .h_text .h_ggTitle .h_title::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.h_gywc .h_L .h_text .h_ggTitle .h_title::before {
  display: none;
}
.h_gywc .h_L .h_text .h_desc {
  margin-top: 25px;
  font-size: 17px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  text-align: justify;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.h_gywc .h_L .h_text .h_ckgd {
  display: inline-block;
  margin-top: 5%;
}
.h_gywc .h_L .h_text .h_ckgd img {
  width: 106px;
  height: 41px;
  display: block;
}
.h_gywc .h_L .h_text .h_ckgd .h_hide {
  display: none;
}
.h_gywc .h_L .h_text .h_ckgd:hover img {
  display: none;
}
.h_gywc .h_L .h_text .h_ckgd:hover .h_hide {
  display: block;
}
.h_gywc .h_R {
  padding: 8% 7%;
  width: 50%;
  background: #17868D;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_gywc .h_R .h_item {
  width: 48%;
  margin-bottom: 4%;
  background: #2B979E;
  padding: 38px 35px;
  position: relative;
  overflow: hidden;
}
.h_gywc .h_R .h_item .h_p1 {
  display: flex;
  align-items: center;
}
.h_gywc .h_R .h_item .h_p1 P {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_gywc .h_R .h_item .h_p1 img {
  width: 24px;
  margin-left: 12px;
}
.h_gywc .h_R .h_item .h_p2 {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}
.h_gywc .h_R .h_item .h_p2 p {
  font-size: 42px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #FFFFFF;
}
.h_gywc .h_R .h_item .h_p2 span {
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 20px;
  margin-left: 3px;
}
.h_gywc .h_R .h_item::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: transform 1s;
}
.h_gywc .h_R .h_item::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
}
.h_gywc .h_R .h_item:hover::after {
  transform: scale(0);
}
.h_gywc .h_R .h_item:hover::before {
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.h_xzly {
  background: #F6F6F6;
  padding: 70px 0;
}
.h_xzly .h_list {
  margin-top: 45px;
  justify-content: space-between;
}
.h_xzly .h_list .h_L {
  width: 42%;
}
.h_xzly .h_list .h_L img {
  width: 100%;
}
.h_xzly .h_list .h_R {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  padding: 18px 40px;
  background-color: #fff;
}
.h_xzly .h_list .h_R .h_box {
  display: flex;
  width: 50%;
  padding: 24px 40px 15px 0;
  border: 1px solid #EEEEEE;
  border-left: none;
  border-top: none;
}
.h_xzly .h_list .h_R .h_box:nth-child(2n) {
  padding-left: 40px;
  padding-right: 0;
  border-right: none;
}
.h_xzly .h_list .h_R .h_box:first-child,
.h_xzly .h_list .h_R .h_box:nth-child(2) {
  padding-top: 0;
}
.h_xzly .h_list .h_R .h_box:last-child,
.h_xzly .h_list .h_R .h_box:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
.h_xzly .h_list .h_R .h_box .h_left {
  width: 37px;
  height: 37px;
  margin-right: 40px;
  position: relative;
}
.h_xzly .h_list .h_R .h_box .h_left img {
  width: 100%;
  /*animation: rotate 3s linear infinite;*/
}
.h_xzly .h_list .h_R .h_box .h_left::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 29px;
  background: #17868D;
  /*top: calc(50% - 14.5px);*/
  top: 0;
  right: -20px;
}
.h_xzly .h_list .h_R .h_box .h_right {
  width: calc(100% - 77px);
}
.h_xzly .h_list .h_R .h_box .h_right .h_title {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #444444;
  margin: 0 0 6px;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
}

.h_xzly .h_list .h_R .h_box:hover .h_right .h_title{
    color: #17868D;
}
.h_xzly .h_list .h_R .h_box .h_right .h_desc {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #979797;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.h_hzhb {
  padding: 70px 0;
}
.h_hzhb .h_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.h_hzhb .h_list .h_box {
  width: 9%;
  margin-right: 1.1%;
}
.h_hzhb .h_list .h_box:last-child {
  margin-right: 0;
}
.h_hzhb .h_list .h_box:nth-child(2n) {
  margin-top: 5%;
}
.h_hzhb .h_list .h_box img {
  margin-bottom: 11%;
  width: 100%;
  box-shadow: 0 0 1px 1px #ccc;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
}
.h_hzhb .h_list .h_box img:hover {
  border: none;
  transform: scale(1.01);
  box-shadow: 0 0 5px #ccc;
}
.h_hzhb .h_link {
  margin-top: 50px;
  text-align: center;
}
.h_hzhb .h_ckgd {
  display: inline-block;
  padding: 9px 26px;
  border: 2px solid #D9D9D9;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  position: relative;
  border-radius: 4px;
}
.h_hzhb .h_ckgd::after,
.h_hzhb .h_ckgd::before {
  content: '';
  position: absolute;
  background-color: #fff;
}
.h_hzhb .h_ckgd::after {
  width: 10px;
  height: 4px;
  top: -3px;
  right: 20px;
}
.h_hzhb .h_ckgd::before {
  height: 10px;
  width: 4px;
  right: -3px;
  top: 10px;
}
.h_hzhb .h_ckgd:hover {
  border-color: #17868D;
  color: #17868D;
}
.h_xwzx {
  padding: 70px 0;
  background: #F6F6F6;
}
.h_xwzx .mySwiper2 {
  padding: 40px 0 50px;
}
.h_xwzx .mySwiper2 .swiper-slide .h_box {
  display: block;
  background-color: #fff;
  transition: transform 0.3s;
  padding: 24px;
}
.h_xwzx .mySwiper2 .swiper-slide .h_box:nth-child(4n) {
  margin-right: 0;
}
.h_xwzx .mySwiper2 .swiper-slide .h_box .h_T {
  overflow: hidden;
  margin-bottom: 24px;
}
.h_xwzx .mySwiper2 .swiper-slide .h_box .h_T img {
  width: 100%;
}
.h_xwzx .mySwiper2 .swiper-slide .h_box .h_B .h_title {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 14px;
}
.h_xwzx .mySwiper2 .swiper-slide .h_box .h_B .h_desc {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #979797;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.h_xwzx .mySwiper2 .swiper-slide .h_box .h_B .h_time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_xwzx .mySwiper2 .swiper-slide .h_box .h_B .h_time span {
  display: block;
  width: calc(100% - 120px);
  height: 2px;
  background: linear-gradient(270deg, rgba(176, 176, 176, 0) 0%, #B0B0B0 100%);
}
.h_xwzx .mySwiper2 .swiper-slide .h_box .h_B .h_time p {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #BCBCBC;
}
.h_xwzx .mySwiper2 .swiper-slide .h_box:hover {
  transform: scale(1.01);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.h_xwzx .mySwiper2 .swiper-slide .h_box:hover .h_B .h_title {
  color: #17868D;
}
.h_xwzx .mySwiper2 .swiper-slide .h_box:hover .h_time span {
  background: linear-gradient(270deg, rgba(23, 134, 141, 0) 0%, #17868D 100%);
}
.h_xwzx .mySwiper2 .swiper-pagination {
  bottom: 0;
}
.h_xwzx .mySwiper2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #BFBFBF;
  opacity: 1;
}
.h_xwzx .mySwiper2 .swiper-pagination-bullet-active {
  width: 20px;
  height: 6px;
  background: #17868D;
  border-radius: 99px 99px 99px 99px;
}
.h_jjfa {
  padding: 70px 0;
}
.h_jjfa .h_L {
  width: 60%;
  padding-right: 6%;
  border-right: 2px solid rgba(0, 0, 0, 0.05);
}
.h_jjfa .h_L .h_ggTitle {
  text-align: left;
}
.h_jjfa .h_L .h_ggTitle .h_title::before {
  display: none;
}
.h_jjfa .h_L .h_ggTitle .h_desc {
  width: auto;
}
.h_jjfa .h_L .h_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.h_jjfa .h_L .h_list .h_box {
  width: 49%;
  background: rgba(222, 222, 222, 0.3);
  border-radius: 4px 4px 4px 4px;
  padding: 12px;
  margin-right: 1%;
  margin-bottom: 14px;
}
.h_jjfa .h_L .h_list .h_box img {
  width: 24px;
  height: 24px;
}
.h_jjfa .h_L .h_list .h_box input {
  width: calc(100% - 32px);
  background-color: transparent;
  font-size: 13px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #979797;
}
.h_jjfa .h_L .h_ckgd {
  cursor: pointer;
  margin-top: 20px;
  display: inline-block;
  padding: 9px 26px;
  border: 2px solid #D9D9D9;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999;
  position: relative;
  border-radius: 4px;
  background-color: transparent;
}
.h_jjfa .h_L .h_ckgd::after,
.h_jjfa .h_L .h_ckgd::before {
  content: '';
  position: absolute;
  background-color: #fff;
}
.h_jjfa .h_L .h_ckgd::after {
  width: 10px;
  height: 4px;
  top: -3px;
  right: 20px;
}
.h_jjfa .h_L .h_ckgd::before {
  height: 10px;
  width: 4px;
  right: -3px;
  top: 10px;
}
.h_jjfa .h_L .h_ckgd:hover {
  border-color: #17868D;
  color: #17868D;
}
.h_jjfa .h_R {
  width: 40%;
  padding-left: 6%;
}
.h_jjfa .h_R .h_title {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
  margin-bottom: 16px;
}
.h_jjfa .h_R .h_desc {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #979797;
}
@media screen and (max-width: 1280px) {
  .h_gywc .h_R .h_item .h_p2 p {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .h_cpfw .h_list .h_box {
    width: 49%;
  }
  .h_cpfw .h_list .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_gywc {
    flex-direction: column;
  }
  .h_gywc .h_L,
  .h_gywc .h_R {
    width: 100%;
  }
  .h_gywc .h_L .h_text {
    position: static;
    transform: translate(0);
    padding: 8% 7%;
    width: 100%;
  }
  .h_gywc .h_R .h_item {
    padding: 24px 15px;
  }
  .h_gywc .h_R .h_item .h_p2 {
    margin-top: 12px;
  }
  .h_gywc .h_R .h_item .h_p2 p {
    font-size: 25px;
  }
  .h_xzly .h_list .h_L {
    display: none;
  }
  .h_xzly .h_list .h_R {
    width: 100%;
  }
  .h_hzhb .h_list{
      justify-content: normal;
  }
  .h_hzhb .h_list .h_box {
    width: 18%;
    margin-right: 2.5%;
    
  }
  .h_hzhb .h_list .h_box:nth-child(5n) {
    margin-right: 0;
  }
  .h_hzhb .h_list .h_box:nth-child(2n) {
    margin-top: 0;
  }
  .h_ggTitle .h_title::before {
    width: 160px;
    left: -208px;
  }
  .h_ggTitle .h_title::after {
    width: 160px;
    right: -208px;
  }
  .h_jjfa {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .h_jjfa .h_L,
  .h_jjfa .h_R {
    width: 100%;
    padding: 0;
    border: none;
  }
  .h_jjfa .h_R {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_ggTitle .h_desc {
    width: 100%;
  }
  .h_cpfw .h_list .h_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .h_xzly .h_list .h_R {
    padding: 0 18px;
  }
  .h_xzly .h_list .h_R .h_box {
    width: 100%;
    border-right: none;
    padding: 18px 0 !important;
  }
  .h_xzly .h_list .h_R .h_box:nth-last-child(2) {
    border-bottom: 1px solid #EEEEEE;
  }
  .h_ggTitle .h_title::before,
  .h_ggTitle .h_title::after {
    display: none;
  }
  .h_gywc .h_R .h_item .h_p1 img {
    display: none;
  }
}
