.h_banner {
  position: relative;
  overflow: hidden;
}
.h_banner .mySwiper1 .swiper-slide {
  position: relative;
}
.h_banner .mySwiper1 .swiper-slide a > img {
  width: 100%;
}
.h_banner .h_btns {
  position: absolute;
  z-index: 3;
  top: calc(50% - 48px);
  width: 48px;
  line-height: 96px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-align: center;
}
.h_banner .h_btns i {
  font-size: 20px;
  color: #fff;
}
.h_banner .h_btns#h_prev {
  left: 0;
  border-radius: 0px 8px 8px 0px;
}
.h_banner .h_btns#h_next {
  right: 0;
  border-radius: 8px 0px 0px 8px;
}
.h_banner .h_btns:hover {
  background: rgba(0, 0, 0, 0.3);
}
.h_numScroll {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.h_numScroll .h_list {
  display: flex;
  flex-wrap: wrap;
}
.h_numScroll .h_list .h_box {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
  align-items: center;
  width: calc(33.3333% - 50px);
  margin-right: 75px;
  margin-bottom: 18px;
  box-shadow: inset 0 -1px 0 #EEEEEE;
}
.h_numScroll .h_list .h_box:nth-child(3n) {
  margin-right: 0;
}
.h_numScroll .h_list .h_box .h_num {
  font-size: 36px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #283E84;
}
.h_numScroll .h_list .h_box .h_desc {
  text-align: right;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}
.h_about {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
}
.h_about .h_1200 {
  display: flex;
  align-items: center;
}
.h_about .h_1200 .h_text {
  width: calc(100% - 548px);
  margin-right: 70px;
}
.h_about .h_1200 .h_text .h_title {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
  margin-bottom: 30px;
}
.h_about .h_1200 .h_text .h_desc {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 32px;
  text-align: justify;
}
.h_about .h_1200 .h_text a {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 46px;
  width: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #283E84;
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #283E84;
  margin-top: 30px;
  transition: color 0.3s 0.3s linear;
}
.h_about .h_1200 .h_text a i {
  margin-right: 8px;
}
.h_about .h_1200 .h_text a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.h_about .h_1200 .h_text a:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #283E84;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.h_about .h_1200 .h_text a:hover {
  color: #ffffff;
  border: 1px solid #283E84;
}
.h_about .h_1200 .h_text a:hover:before {
  top: -35%;
  background-color: #283E84;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.h_about .h_1200 .h_text a:hover:after {
  top: -45%;
  background-color: #283E84;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.h_about .h_1200 .h_img {
  width: 478px;
}
.h_about .h_1200 .h_img img {
  width: 100%;
}
.h_product {
  padding: 70px 0;
}
.h_product .h_title {
  text-align: center;
}
.h_product .h_title .h_en {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
}
.h_product .h_title .h_en span {
  color: #A4A4A4;
}
.h_product .h_title .h_en::last-word {
  color: #A4A4A4;
}
.h_product .h_title .h_ch {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
}
.h_product .h_list {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.h_product .h_list .h_box {
  width: calc(25% - 20.25px);
  margin: 40px 27px 0 0;
}
.h_product .h_list .h_box:nth-child(4n) {
  margin-right: 0;
}
.h_product .h_list .h_box .h_img {
  border: 2px solid #F2F2F2;
  margin-bottom: 30px;
  overflow: hidden;
}
.h_product .h_list .h_box .h_img img {
  width: 100%;
  transition: transform 0.3s linear;
}
.h_product .h_list .h_box .h_text {
  text-align: center;
  height: 40px;
  background: #F2F2F2;
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_product .h_list .h_box:hover .h_img {
  border-color: #283E84;
}
.h_product .h_list .h_box:hover .h_img img {
  transform: scale(1.05);
}
.h_product .h_list .h_box:hover .h_text {
  background: #283E84;
  color: #fff;
}
.h_news {
  background: #F7F7F7;
  padding: 70px 0;
}
.h_news .h_title .h_en {
  text-align: right;
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
}
.h_news .h_title .h_en span {
  color: #A4A4A4;
}
.h_news .h_title .h_menus {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.h_news .h_title .h_menus .h_left {
  width: calc(60% - 70px);
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  box-shadow: inset 0 -1px #DCDCDC;
}
.h_news .h_title .h_menus .h_left .h_btns {
  width: calc(100% - 20px);
  display: flex;
}
.h_news .h_title .h_menus .h_left .h_btns .h_btn {
  cursor: pointer;
  margin: 0 20px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  position: relative;
}
.h_news .h_title .h_menus .h_left .h_btns .h_btn:first-child {
  margin-left: 0;
}
.h_news .h_title .h_menus .h_left .h_btns .h_btn::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  top: calc(50% - 6px);
  right: -21px;
  background: #DCDCDC;
}
.h_news .h_title .h_menus .h_left .h_btns .h_btn::before {
  display: none;
  content: '';
  position: absolute;
  width: 36px;
  height: 3px;
  left: 0;
  bottom: -12px;
  background: #283E84;
}
.h_news .h_title .h_menus .h_left .h_btns .h_btn:last-child::after {
  display: none;
}
.h_news .h_title .h_menus .h_left .h_btns .h_btn:hover {
  color: #3D3D3D;
}
.h_news .h_title .h_menus .h_left .h_btns .h_btn:hover::before {
  display: block;
}
.h_news .h_title .h_menus .h_left .h_btns .h_btn.h_active {
  color: #3D3D3D;
}
.h_news .h_title .h_menus .h_left .h_btns .h_btn.h_active::before {
  display: block;
}
.h_news .h_title .h_menus .h_left a {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #D9A32E;
  display: block;
  color: #fff;
}
.h_news .h_title .h_menus .h_ch {
  width: 40%;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  text-align: right;
}
.h_news .h_list {
  display: none;
  overflow: hidden;
  margin-top: 36px;
}
.h_news .h_list:first-child {
  display: block;
}
.h_news .h_list .h_box {
  display: block;
  width: calc(60% - 70px);
  margin-bottom: 30px;
  padding-bottom: 16px;
  margin-right: 70px;
  border-bottom: 1px dashed #C2C2C2;
}
.h_news .h_list .h_box .h_img {
  display: none;
  margin-bottom: 30px;
  border: 2px solid #F2F2F2;
  overflow: hidden;
}
.h_news .h_list .h_box .h_img img {
  width: 100%;
  transition: transform 0.3s linear;
}
.h_news .h_list .h_box .h_text .h_title {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  margin-bottom: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_news .h_list .h_box .h_text .h_btom {
  display: flex;
  align-items: center;
}
.h_news .h_list .h_box .h_text .h_btom .h_desc {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  width: calc(100% - 50px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_news .h_list .h_box .h_text .h_btom .h_time {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  width: 50px;
  text-align: right;
}
.h_news .h_list .h_box:hover {
  border-color: #283E84;
}
.h_news .h_list .h_box:hover .h_img {
  border-color: #283E84;
}
.h_news .h_list .h_box:hover .h_img img {
  transform: scale(1.05);
}
.h_news .h_list .h_box:hover .h_text .h_title {
  color: #283E84;
}
.h_news .h_list .h_box:first-child {
  float: right;
  width: 40%;
  margin: 0;
}
.h_news .h_list .h_box:first-child .h_img {
  display: block;
}
.h_partners {
    overflow: hidden;
  padding: 70px 0;
}
.h_partners .h_title {
  text-align: center;
}
.h_partners .h_title .h_en {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
}
.h_partners .h_title .h_en span {
  color: #A4A4A4;
}
.h_partners .h_title .h_ch {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
}
.h_partners .h_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.h_partners .h_list a {
  border: 2px solid #F2F2F2;
  width: calc(25% - 19.5px);
  margin-right: 26px;
  margin-top: 28px;
  overflow: hidden;
}
.h_partners .h_list a:nth-child(4n) {
  margin-right: 0;
}
.h_partners .h_list a img {
  width: 100%;
  transition: transform 0.3s linear;
}
.h_partners .h_list a:hover {
  border-color: #283E84;
}
.h_partners .h_list a:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  .h_product .h_list .h_box {
    width: calc(33.3333% - 18px);
  }
  .h_product .h_list .h_box:nth-child(4n) {
    margin-right: 27px;
  }
  .h_product .h_list .h_box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .h_banner .h_btns {
    display: none;
  }
  .h_numScroll,
  .h_about,
  .h_product,
  .h_news,
  .h_partners {
    padding: 50px 0;
  }
  .h_numScroll .h_list .h_box {
    width: 48%;
    margin: 0 2% 18px 0;
  }
  .h_numScroll .h_list .h_box:nth-child(3n) {
    margin-right: 2%;
  }
  .h_numScroll .h_list .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_about .h_1200 .h_text {
    width: 100%;
    margin: 0;
  }
  .h_about .h_1200 .h_img {
    display: none;
  }
  .h_product .h_list .h_box {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .h_product .h_list .h_box:nth-child(3n) {
    margin-right: 20px;
  }
  .h_product .h_list .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_product .h_list .h_box .h_img {
    margin-bottom: 12px;
  }
  .h_news .h_title .h_en {
    text-align: center;
  }
  .h_news .h_title .h_menus {
    flex-direction: column-reverse;
  }
  .h_news .h_title .h_menus .h_ch {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .h_news .h_title .h_menus .h_left {
    width: 100%;
  }
  .h_news .h_list .h_box:first-child {
    float: none;
  }
  .h_news .h_list .h_box {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .h_numScroll .h_list .h_box {
    width: 100%;
    margin: 0 0 18px 0 !important;
  }
  .h_partners .h_list a {
    width: calc(50% - 13px);
  }
  .h_partners .h_list a:nth-child(4n) {
    margin-right: 26px;
  }
  .h_partners .h_list a:nth-child(2n) {
    margin-right: 0;
  }
}
