/*基础样式*/
* {
  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;
  align-items: center;
  position: absolute;
  top: 0.6979166666666667rem;
  width: 100%;
  /*left: 0.9rem;*/
}

.block-1-title {
  position: relative;
  margin-bottom: 0.171875rem;
  font-size: 0.3020833333333333rem;
  font-weight: bold;
  color: #fff;
}

.block-1-text {
  position: relative;
  margin-bottom: 0.0885416666666667rem;
  font-size: 0.1354166666666667rem;
  color: #fff;
}

.block-1-text:nth-of-type(3) {
  margin-bottom: 0.1979166666666667rem;
}

.block-1-btn {
  display: block;
  position: relative;
  width: 1.333333333333333rem;
  height: 0.2447916666666667rem;
  border-radius: 0.0520833333333333rem;
  background-color: #fff;
  text-align: center;
  line-height: 0.2447916666666667rem;
  font-size: 0.125rem;
  font-weight: bold;
  color: #FF6400;
  cursor: pointer;
}

.container-block-2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.block-2-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.2631578947368421rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #FF6400;
}

.block-2-content{
  position: relative;
  margin: 0.625rem auto;
  width: 7.3rem;
  /*padding: 0 1.35rem;*/
}

.block-2-img {
  display: block;
  position: relative;
  width: 7rem;
  margin: 0 auto;
}

.block-2-content .info-wrap{
  display: flex;
  position: relative;
  width: 7rem;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0.225rem;
}

.block-2-content .info-wrap .info-item{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-2-content .info-wrap .info-item .info-title{
  position: relative;
  padding-top: 0.2395833333333333rem;
  margin-bottom: 0.1041666666666667rem;
  text-align: center;
  font-size: 0.1979166666666667rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}

.block-2-content .info-wrap .info-item .info-text{
  position: relative;
  margin-bottom: 0.0520833333333333rem;
  font-size: 0.1666666666666667rem;
  color: #858585;
}


.container-block-3 {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.block-3-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.2631578947368421rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #FF6400;
}

.block-3-img {
  display: block;
  position: relative;
  width: 9.326315789473684rem;
  height: 4.221052631578948rem;
  margin: 0 auto;
}

.container-block-4 {
  position: relative;
  background-color: #fff;
  padding-top: 0.726041666666667rem;
  padding-bottom: 0.4479166666666667rem;
}

.block-4-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.1631578947368421rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #FF6400;
}

.block-4-text {
  position: relative;
  margin-bottom: 0.2631578947368421rem;
  font-size: 0.1666666666666667rem;
  font-family: '微软雅黑';
  color: #858585;
  text-align: center;
}

.page-4-form {
  width: 3.894rem;
  margin: 0.18rem auto;
}

.page-4-form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.17rem;
}

.page-4-form label {
  font-size: 0.11rem;
  font-weight: 400;
  color: #4d4d4d;
  flex-shrink: 0;
  margin-right: 0.1rem;
  white-space: nowrap;
}

.page-4-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-4-form input:focus {
  outline: none;
  background: #ffffff;
  box-shadow: 1px 1px 2px rgba(7, 17, 27, 0.1);
}

.page-4-form .submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.12rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 0.3157rem;
  background-color: #ff6400;
  border-radius: 0.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: #FF6400;
}

.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: #fff;
  overflow: hidden;
}

.container-block-6 .data-wrapper{
  position: relative;
  top: 1rem;
  width: 8rem;
  margin: 0.03rem auto 0.6rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container-block-6 .data-wrapper .data-box{
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.49rem;
}

.container-block-6 .data-box .number{
  display: inline-block;
  transform: scale(1,1.2);
  font-weight: bold;
  font-size: 0.48rem;
  font-family: Bahnschrift;
  color: #4D4D4D;
}

.container-block-6 .data-box .unit{
  font-size: 0.19rem;
  font-weight: bold;
  color: #4D4D4D;
}

.container-block-6 .data-box .text{
  font-size: 0.168rem;
  font-weight: 400;
  color: #858585;
  line-height: 0.2rem;
}

.container-block-6 .data-box .title{
  font-size: 0.28rem;
  font-weight: 400;
  color: #4D4D4D;
  margin-bottom: 0.19rem;
}

.container-block-6 .data-box .describe{
  font-size: 0.12rem;
  font-weight: 400;
  color: #858585;
  line-height: 0.15rem;
  text-align: center;
}

.container-block-7 {
  padding-top: 0.9rem;
  width: 100%;
}

.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: 8.8rem;
  height: 1.85rem;
  /*margin: 0.35rem 0.6rem;*/
  margin: 0 auto;
}

.container-block-8 {
  position: relative;
  width: 100%;
  padding-top: 0.3842105263157895rem;
  overflow: hidden;
}

.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: #FF6400;
}

.block-8-img {
  display: block;
  position: relative;
  width: 7.7rem;
  height: 4.4rem;
  /*margin: 0.3rem 1.15rem;*/
  margin: 0 auto;
}

.container-block-9 {
  position: relative;
  width: 100%;
  padding-top: 0.1842105263157895rem;
  overflow: hidden;
}

.block-9-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.24736842105263157rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #FF6400;
}

.container-block-9 .serve-wrapper{
  /*opacity: 0;*/
  display: flex;
  justify-content: space-between;
  width: 7.25rem;
  margin: 0.4rem auto;
}

.container-block-9 .serve-wrapper .serve-box{
  cursor: pointer;
  padding-top: 0.2rem;
  width: 1.47rem;
  height: 2.01rem;
  background: #F2F3FA;
  border-radius: 0.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-block-9 .serve-wrapper .serve-box img{
  width: 0.85rem;
  height: 0.85rem;
}

.container-block-9 .serve-wrapper .serve-box h3{
  font-size: 0.17rem;
  font-weight: bold;
}

.container-block-9 .serve-wrapper .serve-box:nth-child(1) h3{
  color: #F7919E;
}

.container-block-9 .serve-wrapper .serve-box:nth-child(2) h3{
  color: #FAC797;
}

.container-block-9 .serve-wrapper .serve-box:nth-child(3) h3{
  color: #69D6D8;
}

.container-block-9 .serve-wrapper .serve-box:nth-child(4) h3{
  color: #CBBBE9;
}

.container-block-9 .serve-wrapper .serve-box p{
  margin-top: 0.1rem;
  font-size: 0.09rem;
  font-weight: 400;
  color: #858585;
  line-height: 0.14rem;
  text-align: center;
}

.container-block-10 {
  position: relative;
  background-color: #fff;
  padding-top: 0.126041666666667rem;
  padding-bottom: 0.4479166666666667rem;
}

.block-10-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.1631578947368421rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #FF6400;
}

.block-10-text {
  position: relative;
  margin-bottom: 0.2631578947368421rem;
  font-size: 0.1666666666666667rem;
  font-family: '微软雅黑';
  color: #858585;
  text-align: center;
}

.page-10-form {
  width: 3.894rem;
  margin: 0.18rem auto;
}

.page-10-form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.17rem;
}

.page-10-form label {
  font-size: 0.11rem;
  font-weight: 400;
  color: #4d4d4d;
  flex-shrink: 0;
  margin-right: 0.1rem;
  white-space: nowrap;
}

.page-10-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-10-form input:focus {
  outline: none;
  background: #ffffff;
  box-shadow: 1px 1px 2px rgba(7, 17, 27, 0.1);
}

.page-10-form .submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.12rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 0.3157rem;
  background-color: #ff6400;
  border-radius: 0.05rem;
}

.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;
}
