/*基础样式*/
* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  line-height: 100%;
  list-style: none;
}

html,
body {
  width: 100%;
  min-width: 1080px;
}

button {
  outline: 0 none;
}

a {
  text-decoration: none;
}

/*通用样式*/
h1 {
  font-size: 0.23157894736842105rem;
}

h2 {
  font-size: 0.21052631578947367rem;
}

h3 {
  font-size: 0.18947368421052632rem;
}

h4 {
  font-size: 0.15789473684210525rem;
}

h5 {
  font-size: 0.10526315789473684rem;
}

/*导航栏*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 100;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 1.9473684210526316rem;
  background-color: transparent;
  /* transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; */
}

@media screen and (max-width: 1280px) {
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0 10%;
    background-color: transparent;
    /* transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; */
  }
}

.nav-container::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
  transform: scaleY(0.5);
}

.nav-scroll {
  background-color: #fff;
}

#hbb-logo {
  vertical-align: middle;
}

.right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
}

#nav-area {
  display: flex;
  align-items: center;
  height: 100%;
}

#nav-area a {
  position: relative;
  height: 100%;
  padding: 0 14px;
  line-height: 48px;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.8);
  z-index: 1;
}

#nav-area a:hover {
  color: #fff;
}

.btn-area #login {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  /* transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; */
}

.btn-area #login {
  border: 1px solid #fff;
  margin-left: 20px;
}

.nav-scroll .btn-area #login {
  border-color: #f74d61;
  color: #f74d61;
}

.nav-scroll #nav-area a {
  color: #000;
}

.nav-scroll #nav-area a:hover {
  color: #f74d61;
}

#underline {
  left: 0.3894736842105263rem;
  width: 0.3894736842105263rem;
}

/*正文部分*/
.container {
  position: relative;
  width: 100%;
  font-weight: normal;
}

.container-block-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.block-1-background {
  display: block;
  position: relative;
  width: 100%;
}

.block-1-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0.6421052631578947rem;
  left: 0.9rem;
}

.block-1-title {
  position: relative;
  margin-bottom: 0.11578947368421053rem;
  font-size: 0.3473684210526316rem;
  font-weight: bold;
  color: #fff;
}

.block-1-sec-title {
  position: relative;
  margin-bottom: 0.08421052631578947rem;
  font-size: 0.2736842105263158rem;
  font-weight: bold;
  color: #fff;
}

.block-1-slogan {
  position: relative;
  width: 3.4842105263157896rem;
  height: 0.29473684210526313rem;
  margin-bottom: 0.15789473684210525rem;
  background-color: #fefefe;
  text-align: center;
  line-height: 0.29473684210526313rem;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  color: #000;
}

.block-1-text {
  position: relative;
  margin-bottom: 0.21052631578947367rem;
  font-size: 0.12631578947368421rem;
  color: #fff;
}

.block-1-text:nth-of-type(3) {
  margin-bottom: 0.15789473684210525rem;
}

.block-1-btn {
  display: block;
  position: relative;
  width: 2.142105263157895rem;
  height: 0.4rem;
  border-radius: 0.06315789473684211rem;
  background-color: #f74d61;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.container-block-2 {
  position: relative;
  width: 100%;
  height: 3.0210526315789474rem;
  background-color: #f74d61;
  overflow: hidden;
}

.block-2-title {
  position: relative;
  width: 100%;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.3684210526315789rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}

.temp-image {
  position: relative;
  width: 0.7368421052631579rem;
  height: 0.7368421052631579rem;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 0.12631578947368421rem;
}

.block-2-item-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.block-2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.9rem;
}

.block-2-image {
  position: relative;
  width: 0.7368421052631579rem;
  height: 0.7368421052631579rem;
  margin-bottom: 0.12631578947368421rem;
  border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;
}

.block-2-image:hover {
  transform: translateY(-0.10526315789473684rem);
}

.block-2-item-title {
  margin-bottom: 0.07368421052631578rem;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}

.block-2-item-text {
  line-height: 1.3;
  font-size: 0.12631578947368421rem;
  color: #fff;
}

.container-block-3 {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.block-3-title-area {
  position: relative;
  width: 100%;
  padding: 0.48rem 0 0.18rem;
}

.block-3-title {
  position: relative;
  margin-bottom: 0.08rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}

.block-3-sec-title {
  position: relative;
  text-align: center;
  font-size: 0.18rem;
  font-family: '微软雅黑';
  color: #4d4d4d;
}

.block-3-one-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem 1.64rem 0.38rem 1.72rem;
  background-color: #fff;
}

.block-3-two-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem 1.64rem 0.38rem 1.72rem;
  background-color: #f7f7f7;
}

.block-3-one-area.one {
  padding-bottom: 0.6rem;
}

.block-3-img-area {
  flex-shrink: 0;
  position: relative;
}

.block-3-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.block-3-img-text {
  position: absolute;
  bottom: -0.16rem;
  font-size: 0.1rem;
  font-weight: normal;
  color: #4d4d4d;
}

.one .block-3-img-area {
  position: relative;
  width: 3.88rem;
  height: 2.44rem;
}

.one .block-3-img-text.first {
  left: 0.22rem;
}

.one .block-3-img-text.second {
  left: 1.62rem;
}

.one .block-3-img-text.third {
  left: 2.92rem;
}

.two .block-3-img-area {
  position: relative;
  width: 3.46rem;
  height: 2.64rem;
}

.two .block-3-img-text.first {
  left: 0.54rem;
}

.two .block-3-img-text.second {
  left: 2.36rem;
}

.three .block-3-img-area {
  position: relative;
  width: 3.96rem;
  height: 2.64rem;
}

.three .block-3-img-text.first {
  left: 0.5rem;
}

.three .block-3-img-text.second {
  left: 2.32rem;
}

.four .block-3-img-area {
  position: relative;
  width: 3.46rem;
  height: 2.64rem;
}

.four .block-3-img-text.first {
  left: 0.5rem;
}

.four .block-3-img-text.second {
  left: 2.32rem;
}

.five .block-3-img-area {
  position: relative;
  width: 3.46rem;
  height: 2.64rem;
}

.five .block-3-img-text.first {
  left: 0.5rem;
}

.five .block-3-img-text.second {
  left: 2.32rem;
}

.six .block-3-img-area {
  position: relative;
  width: 3.88rem;
  height: 2.64rem;
}

.six .block-3-img-text.first {
  left: 0.95rem;
}

.six .block-3-img-text.second {
  left: 2.78rem;
}

.seven .block-3-img-area {
  position: relative;
  width: 3.46rem;
  height: 2.64rem;
}

.seven .block-3-img-text.first {
  left: 0.45rem;
}

.seven .block-3-img-text.second {
  left: 2.4rem;
}

.eight .block-3-img-area {
  position: relative;
  right: -1rem;
  width: 4.76rem;
  height: 2.68rem;
}

.eight .block-3-img-text.first {
  left: 2.1rem;
}

.block-3-text-area {
  flex: 1;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.54rem;
}

.one .block-3-text-area {
  margin-left: 0.2rem;
}

.three .block-3-text-area {
  margin-left: 0.2rem;
}

.five .block-3-text-area {
  margin-left: 0.6rem;
}

.six .block-3-text-area {
  padding-right: 0.4rem;
}

.seven .block-3-text-area {
  margin-left: 0.4rem;
}

.eight .block-3-text-area {
  right: -1.1rem;
}

.block-3-text-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.08rem;
}

.block-3-text-title-icon {
  position: relative;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.12rem;
}

.block-3-text-title-content {
  position: relative;
  font-size: 0.2rem;
  font-weight: bold;
  color: #4d4d4d;
  white-space: nowrap;
}

.block-3-text-list {
  position: relative;
  margin-left: 0.12rem;
}

.block-3-text-list-item {
  position: relative;
  line-height: 1.4;
  font-size: 0.12rem;
  font-weight: normal;
  color: #4d4d4d;
  white-space: nowrap;
}

.six .block-3-text-list-item {
  white-space: normal;
}

.block-3-text-list-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.06rem;
  left: -0.09rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-color: #4d4d4d;
  overflow: hidden;
}

.container-block-4 {
  position: relative;
  background-color: #fff;
}

.block-4-title {
  position: relative;
  width: 100%;
  padding: 0.52rem 0 0.56rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}

.block-4-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.block-4-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0.7rem;
  margin-right: 0.44rem;
}

.block-4-content-title {
  position: relative;
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}

.block-4-content-sec-title {
  position: relative;
  margin-bottom: 0.18rem;
  font-size: 0.12rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}

.block-4-content-more-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.block-4-content-more-text {
  position: relative;
  margin-right: 0.06rem;
  font-size: 0.12rem;
  color: #858585;
}

.block-4-content-more-icon {
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
}

.block-4-img {
  flex-shrink: 0;
  position: relative;
  width: 2.95rem;
  height: 3.05rem;
}

.container-block-5 {
  position: relative;
  width: 100%;
  height: 5.6947368421052635rem;
  background-color: #f7f7f7;
  overflow: hidden;
}

.block-5-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.2631578947368421rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}

.block-5-img-wrapper {
  position: relative;
  width: 100%;
}

.block-5-img {
  display: block;
  position: relative;
  width: 9.326315789473684rem;
  height: 4.221052631578948rem;
  margin: 0 auto;
}

.container-block-6 {
  position: relative;
  width: 100%;
  background-color: #f74d61;
  overflow: hidden;
}

.block-6-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-6-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.15789473684210525rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}

.block-6-text {
  position: relative;
  margin-bottom: 0.29473684210526313rem;
  text-align: center;
  font-size: 0.12631578947368421rem;
  color: #fff;
}

.block-6-container {
  width: 80%;
  margin: 0 auto;
}

.block-6-row {
  display: flex;
}

.block-6-row-item {
  display: flex;
  align-items: flex-start;
  width: 25%;
  height: 0.9842105263157894rem;
  z-index: 10;
}

.block-6-item-img {
  position: relative;
  width: 0.25263157894736843rem;
  box-sizing: border-box;
  padding-top: 0.06315789473684211rem;
  margin-right: 0.08421052631578947rem;
}

.block-6-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.block-6-line {
  position: relative;
  top: -0.225rem;
  width: 100%;
  height: 0.005263157894736842rem;
  margin: 0 auto;
  background-color: #ff7878;
}

.block-6-item-content-title {
  margin-bottom: 0.06315789473684211rem;
  font-size: 0.09473684210526316rem;
  font-weight: bold;
  color: #fff;
}

.block-6-item-content-list {
  display: flex;
  flex-direction: column;
}

.block-6-item-content-list-item {
  line-height: 1.2;
  font-size: 0.07368421052631578rem;
  color: #fff;
  white-space: nowrap;
}

.block-6-added_title {
  position: relative;
  margin-bottom: 0.22631578947368422rem;
  font-size: 0.15789473684210525rem;
  color: #fff;
}

.container-block-7 {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.block-7-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.24736842105263157rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}

.block-7-img {
  display: block;
  position: relative;
  width: 6rem;
  margin: 0 auto 0.24736842105263157rem;
}

.container-block-8 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.block-8-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-8-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.24736842105263157rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}

.flexible-box {
  height: 1.95rem;
  /* width: 6.32rem; */
  position: relative;
  margin: 0 auto;
}

.page-5-form {
  width: 3.894rem;
  margin: 0 auto;
}

.page-5-form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.17rem;
}

.page-5-form label {
  flex-shrink: 0;
  margin-right: 0.1rem;
  font-size: 0.12rem;
  color: #fff;
  white-space: nowrap;
}

.page-5-form input {
  flex: 1;
  height: 0.3157rem;
  padding-left: 0.132rem;
  border: 1px solid #ebebeb;
  border-radius: 0.05rem;
  background: #ffffff;
  font-size: 0.12rem;
}

.page-5-form input:focus {
  outline: none;
  background: #ffffff;
  box-shadow: 1px 1px 2px rgba(7, 17, 27, 0.1);
}

.page-5-form .submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.12rem;
  font-weight: bold;
  color: #f74d61;
  width: 100%;
  height: 0.3157rem;
  background-color: #fff;
  border-radius: 0.05rem;
}

/* 底部样式 */
footer {
  position: relative;
  width: 100%;
  height: 350px;
  background-color: #162b42;
  color: #ddd;
  font-size: 15px;
  padding-top: 46px;
}

/* footer table {
  margin: 0 auto;
} */

footer table th {
  font-weight: bold;
  color: #b4cce9;
  padding: 0.07368421052631578rem 0.2736842105263158rem 0;
  text-align: left;
}

footer table td {
  color: #a2b9d4;
  padding: 0.07368421052631578rem 0.2736842105263158rem 0;
}

footer a,
footer a:link,
footer a:hover,
footer a:active,
footer a:visited {
  color: #a2b9d4;
}

footer a:hover {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

footer table span {
  text-decoration: underline;
}

footer > p {
  font-size: 0.06842105263157895rem;
  color: #a2b9d4;
  text-align: center;
  position: relative;
}

#wxQRCode-area {
  position: absolute;
  top: 0.42105263157894735rem;
  left: 50%;
  margin-left: -0.2736842105263158rem;
  padding: 0.07894736842105263rem;
  background-color: #fff;
  color: #1b1b1b;
  border-radius: 0.02631578947368421rem;
  display: none;
}

#wxQRCode-area:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  bottom: -0.10526315789473684rem;
  left: 50%;
  margin-left: -0.05263157894736842rem;
}

#wxQRCode-icon {
  width: 0.7052631578947368rem;
  height: 0.7052631578947368rem;
}

#wxQRCode-area > p {
  text-align: center;
  margin-top: 0.05263157894736842rem;
}

#followUs {
  margin-top: 0.3157894736842105rem;
  word-spacing: 0.05263157894736842rem;
}

#followUs img {
  cursor: pointer;
}

#copyRight {
  margin-top: 0.07368421052631578rem;
  word-spacing: 0.031578947368421054rem;
}

#gonganbeian {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 13px;
}

#gonganbeian a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 0.10526315789473684rem;
  line-height: 0.10526315789473684rem;
}

#gonganbeian span {
  float: left;
  height: 0.10526315789473684rem;
  line-height: 0.10526315789473684rem;
  margin: 0rem 0rem 0rem 0.02631578947368421rem;
}
