body {
  overflow-x: hidden;
}
.page-banner {
  height: 620px;
  box-sizing: border-box;
  padding-top: 120px;
  overflow: hidden;
  background-color: #fdfeff;
}
.page-banner .banner-text {
  width: 88%;
  margin-top: 76px;
}
.page-banner .banner-text h3 {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: bold;
}
.page-banner .banner-text p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #4e5666;
}
.page-banner .banner-text .btns > * {
  width: 120px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  background-color: #1a64f1;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 48px;
  text-decoration: none;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.page-banner .banner-text .btns .more_btn {
  border: 0;
  background-color: transparent;
  color: #1a64f1;
}
.page-banner .banner-text .btns .more_btn:hover {
  transform: translateX(2px);
}
.page-banner .banner-text .btns a:hover {
  background-color: #4e83fd;
}
.page-banner .banner-text .btns .love_this {
  background-color: #fff;
  border: 1px solid #1a64f1;
  color: #1a64f1;
  font-size: 15px;
  padding-top: 10px;
  padding-left: 10px;
  margin-right: 30px;
  line-height: 1;
  cursor: pointer;
}
.page-banner .banner-text .btns .love_this .d_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.page-banner .banner-text .btns .love_this .iconfont {
  font-size: 20px;
  margin-right: 5px;
}
.page-banner .banner-text .btns .love_this p {
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 12px;
  transform: scale(0.9);
}
.page-banner .banner-text .btns .love_this p span {
  color: #1a64f1;
}
.page-banner .banner-img {
  position: relative;
  width: 100%;
}
.page-banner .banner-img img {
  max-width: 100%;
}
.item-section {
  overflow: hidden;
  padding-top: 80px;
}
.item-section:last-child {
  padding-bottom: 80px;
}
.item-section .site_title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #000;
}
.gray-section {
  background-color: #f3f4f9;
}
.vs-section {
  padding-bottom: 106px;
  background: url(../images/vs_dy_bg.jpg) no-repeat center;
  background-size: cover;
}
.vs-section .vs_box {
  margin-top: 46px;
  text-align: center;
}
.vs-section .vs_box > * {
  display: inline-block;
  vertical-align: middle;
}
.vs-section .vs_box .panel_item {
  width: 330px;
  height: 376px;
  padding-top: 36px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #fff;
  color: #272b33;
}
.vs-section .vs_box .panel_item h4 {
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.vs-section .vs_box .panel_item h4::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #1a64f1;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.vs-section .vs_box .panel_item p {
  margin-top: 28px;
  font-size: 16px;
}
.vs-section .vs_box .vsImg_item {
  margin: 0 38px;
}
.vs-section .vs_box .lingxun_item {
  color: #fff;
  background: url(../images/vs2_bg.jpg) no-repeat center bottom;
}
.vs-section .vs_box .lingxun_item h4::after {
  background: #fff;
}
.equipment_list {
  margin-top: 48px;
  margin-bottom: 48px;
}
.equipment_list .item {
  position: relative;
  height: 346px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.equipment_list .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.equipment_list .item p {
  position: absolute;
  bottom: 28px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #272b33;
}
.equipment_list .item img {
  max-width: 100%;
}
.more_equipment {
  padding-bottom: 70px;
}
.more_equipment a {
  width: 200px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #1a64f1;
  color: #1a64f1;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.more_equipment a:hover {
  background-color: #1a64f1;
  border: 1px solid #fff;
  color: #fff;
}
.hzfs-us .function_support {
  margin-top: 54px;
  margin-bottom: 60px;
}
.hzfs-us .function_support li {
  width: 25%;
  float: left;
  text-align: center;
}
.hzfs-us .function_support li img {
  max-width: 100%;
}
.hzfs-us .function_support li h4 {
  margin-top: 14px;
  font-size: 20px;
  font-weight: bold;
  color: #272b33;
}
.hzfs-us .function_support li p {
  margin-top: 10px;
  font-size: 14px;
  color: #4e5666;
}
.d_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.function_item {
  margin: 10px 0;
}
.function_item:nth-child(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.function_item .img {
  flex: 1;
}
.function_item .img img {
  max-width: 100%;
  display: inline-block;
}
.function_item .txt {
  width: 480px;
}
.function_item .txt h4 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
  color: #272b33;
}
.function_item .txt p {
  font-size: 16px;
  color: #4e5666;
}
.function_item .txt p span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1a64f1;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
@-webkit-keyframes rise-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.rise-up-wrapper {
  opacity: 0;
}
.rise-up-wrapper-visible {
  opacity: 1;
}
.item-rise-up {
  -webkit-animation: rise-up 2s forwards;
  animation: rise-up 2s forwards;
}
@media (max-width: 991px) {
  .page-banner .banner-text .btns > a {
    height: 36px!important;
    line-height: 36px!important;
  }
  .page-banner .banner-text .btns .love_this {
    height: 36px!important;
  }
  .page-banner .banner-text .btns .love_this {
    padding-top: 4px;
    margin-right: 10px;
    font-size: 14px;
  }
  .hzfs-us .function_support {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .hzfs-us .function_support li {
    width: 50%;
  }
  .hzfs-us .function_support li img {
    width: 70%;
  }
  .hzfs-us .function_support li h4 {
    font-size: 15px;
  }
  .function_item {
    display: block;
  }
  .function_item .img img {
    max-width: 100%;
  }
  .function_item .txt h4 {
    font-size: 20px;
  }
  .function_item .txt p {
    font-size: 14px;
  }
  .equipment_list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .equipment_list .item {
    height: auto;
    margin-bottom: 20px;
  }
  .equipment_list .item p {
    position: relative;
    bottom: auto;
    font-size: 14px;
  }
  .more_equipment {
    padding-bottom: 35px;
  }
  .more_equipment a {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  .vs-section {
    padding-bottom: 60px;
  }
  .vs-section .vs_box .panel_item {
    width: 36%;
    height: 260px;
    padding-top: 24px;
  }
  .vs-section .vs_box .vsImg_item {
    margin: 0 10px;
  }
  .vs-section .vs_box .vsImg_item img {
    width: 50px;
  }
  .vs-section .vs_box .panel_item h4 {
    padding-bottom: 14px;
    font-size: 16px;
  }
  .vs-section .vs_box .panel_item p {
    font-size: 12px;
    margin-top: 15px;
  }
}
