﻿* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, 'PingFang SC', 'Helvetica Neue', 'Helvetica',
    'STHeitiSC-Light', 'Arial', sans-serif;
  /* font-weight: 100; */
  line-height: 100%;
  list-style: none;
}

html,
body {
  width: 100%;
  min-width: 1260px;
}

button {
  outline: 0 none;
}

a {
  text-decoration: none;
}

.bannerTitle {
  font-size: 65px;
  color: white;
  font-weight: 900;
  margin-top: 130px;
}

.bannerSubtitle{
  font-size: 40px;
  color: white;
  font-weight: 800;
  margin-top: 40px;
}

.bannerDescribe{
  margin-top: 20px;
  font-size: 35px;
  line-height: 50px;
}

.bannerEnd{
  margin-top: 65px;
  font-size: 58px;
  font-weight: 800;
}

h2 {
  color: #1b1b1b;
  font-size: 40px;
  line-height: 54px;
}

h3 {
  font-size: 30px;
}

.first-line {
  font-size: 37px;
  color: #4d4d4d;
  margin-top: 30px;
  margin-bottom: 35px;
  font-weight: bold;
}

.second-line {
  margin-top: 70px;
}

h4 {
  color: #1b1b1b;
  font-size: 26px;
  line-height: 40px;
}

h5 {
  color: #1b1b1b;
  line-height: 34px;
  font-size: 20px;
  margin-top: 26px;
}

h6 {
  font-size: 18px;
  margin-top: 20px;
  color: #333;
}

/*导航栏*/
.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;
  /* border-bottom: 1px solid #f0f0f0; */
  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-scroll {
  background-color: #fff;
}

.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;
}

@media screen and (max-width: 1280px) {
  /* .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 740px;
    height: 48px;
    box-sizing: border-box;
    padding: 0 10%;
    background-color: transparent;
  } */
}

.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);
}

#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;
  position: relative;
  height: 100%;
  line-height: 48px;
}

#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,
.btn-area #register {
  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;
  border: 1px solid #fff;
  /* 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 #f74d61; */
  margin-left: 20px;
  /* color: #f74d61; */
}

#underline {
  position: absolute;
  width: 68px;
  height: 3px;
  background: #f74d61;
  top: 45px;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#nav-area .thisPage {
  color: #f74d61;
}

/* 顶部轮番大图样式 */
/* .container {
  margin-top: 48px;
} */

.banner {
  width: 100%;
  min-width: 1260px;
  height: 663px;
  position: relative;
}

.banner ul,
.bannerBG {
  width: 100%;
  min-width: 1260px;
  height: 100%;
}

.bannerBG {
  position: absolute;
  display: block;
  text-align: center;
}

.banner-content {
  height: 100%;
  display: inline-block;
  text-align: left;
  position: relative;
  width: 1200px;
}

#banner-content-page-1 {
  color: #fff;
  width: 1200px;
  text-align: center;
}

#hbbbg {
  background: url('../img/img/banner_bg.png')
    no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

/* #hbbbg h1 {
  top: 50px;
  opacity: 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
} */

/* #hbbbg h4 {
  top: 50px;
  opacity: 0;
  position: relative;
  margin-top: 18px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
} */

/* #hbbbg img {
  bottom: -50px;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -392px;
} */

/* 正文样式 */
.content {
  width: 100%;
}

.content-title{
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 170px;
  height: 170px;
  font-size: 51px;
  color: #4d4d4d;
  font-weight: bold;
}

.content-title.gray{
  background-color: #f8f8f8;
}

.content-page {
  width: 100%;
  height: 520px;
  position: relative;
}

#content-page-3, #content-page-5{
  background-color: #f8f8f8;
}

.flexible-box {
  height: 100%;
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.content-page-left,
.content-page-right {
  float: left;
  height: 100%;
  width: 600px;
}

#content-page-3{
  height: 720px;
}

#content-page-4{
  height: 780px;
}

#content-page-5{
  height: 370px;
}

#content-page-1 .content-page-left{
  width: 544px;
}

#content-page-2 .content-page-right{
  width: 544px;
}

.content-page-left {
  margin-right: 35px;
}

#content-page-1 .page-image {
  width: 600px;
  height: 450px;
}

#content-page-2 .page-image {
  width: 600px;
  height: 500px;
}

.page-3-item-list, .page-4-item-list{
  width: 100%;
}

.page-3-item{
  padding-top: 30px;
  width: 435px;
  height: 244px;
  box-sizing: border-box;
  border-radius: 30px;
  float: left;
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-3-item:nth-child(odd){
  margin: 0 110px 92px 110px;
}

.page-3-item:nth-child(even){
  margin: 0 110px 92px 0;
}

.page-3-item .title{
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 28px;
  line-height: 60px;
}

.page-3-item .descrition{
  margin: 0 auto;
  width: 90%;
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 32px;
}


.page-3-item:nth-child(1){
  background-image:url('../img/img/profits.png');
}

.page-3-item:nth-child(2){
  background-image:url('../img/img/market.png');
}

.page-3-item:nth-child(3){
  background-image:url('../img/img/product.png');
}

.page-3-item:nth-child(4){
  background-image:url('../img/img/service.png');
}

.page-4-item{
  float: left;
  vertical-align: text-bottom;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-4-item img{
  width: 203px;
  height: 203px;
}

.page-4-item h3{
  text-align: center;
  color: #4D4D4D;
  font-size: 28px;
  font-weight: bold;
  line-height: 70px;
}

.page-4-item:nth-child(1), 
.page-4-item:nth-child(2),
.page-4-item:nth-child(3){
  margin-left: 156px
}

.page-4-item:nth-child(4){
  margin-left: 330px
}

.page-4-item:nth-child(5){
  margin-left: 105px
}

.page-5-form{
  width: 740px;
  margin: 0 auto;
}

.page-5-form .form-item{
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.page-5-form label{
  flex-shrink: 0;
  font-size: 19px;
  color: #4d4d4d;
  width: 102px;
}

.page-5-form input{
  font-size: 19px;
  width: 606px;
  height: 60px;
  padding-left: 25px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: inline-block;
}

.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{
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  color: white;
  width: 100%;
  height: 60px;
  background-color: #ff7525;
  border: 1px solid #ebebeb;
  border-radius: 10px;  
  line-height: 60px;
  text-align: center;
}

.page-5-form .submit-button:hover{
  background-color: #ff6b15;
}

.text-area {
  position: relative;
}

.text-area h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #4d4d4d;
}

#content-page-1 .text-area {
  top: 90px;
}

/* .down-icon-area {
  float: left;
  width: 264px;
  height: 200px;
  cursor: pointer;
} */

/* #appQRCode-area {
  float: left;
  width: 254px;
  height: 200px;
  cursor: pointer;
}

#appQRCode-area .icon-circle {
  border: 0 none;
} */

/* .down-icon-area img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.down-icon-area:hover img {
  margin-bottom: 20px;
} */

/* .icon-circle {
  width: 142px;
  height: 142px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  display: inline-block;
} */

/* #appQRCode-icon {
  width: 134px;
  height: 134px;
} */

/* .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 142px;
  height: 142px;
} */

/* .download-area p {
  font-size: 16px;
  color: #1b1b1b;
  font-weight: bold;
  margin-top: 25px;
  line-height: 30px;
} */
/* 底部样式 */
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: 14px 52px 0;
  text-align: left;
}

footer table td {
  color: #a2b9d4;
  padding: 14px 52px 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: 13px;
  color: #a2b9d4;
  text-align: center;
  position: relative;
}

#wxQRCode-area {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -52px;
  padding: 15px;
  background-color: #fff;
  color: #1b1b1b;
  border-radius: 5px;
  display: none;
}

#wxQRCode-area:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

#wxQRCode-icon {
  width: 134px;
  height: 134px;
}

#wxQRCode-area > p {
  text-align: center;
  margin-top: 10px;
}

#followUs {
  margin-top: 60px;
  word-spacing: 10px;
}

#followUs img {
  cursor: pointer;
}

#copyRight {
  margin-top: 14px;
  word-spacing: 6px;
}

/*侧边栏*/
#fixedSideBar {
  position: fixed;
  bottom: 50%;
  margin-bottom: -130px;
  right: 0px;
  width: 60px;
}
#fixedSideBar .sidebar-btn {
  width: 60px;
  height: 60px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #f74d61;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
  display: block;
  text-align: center;
}
.sidebar-btn .sidebar-btn-title {
  font-size: 12px;
  margin-top: 4px;
  color: #f74d61;
}
#fixedSideBar .sidebar-icon-active {
  display: none;
}
#fixedSideBar .sidebar-wrapper {
  position: relative;
}
#fixedSideBar .sidebar-wrapper:hover .sidebar-btn {
  background: #f74d61;
}
#fixedSideBar .sidebar-wrapper:hover .sidebar-btn .sidebar-icon {
  display: none;
}
#fixedSideBar .sidebar-wrapper:hover .sidebar-btn .sidebar-icon-active {
  display: inline-block;
}
#fixedSideBar .sidebar-wrapper:hover .sidebar-btn .sidebar-btn-title {
  color: #fff;
}
#fixedSideBar .sidebar-wrapper .sidebar-panel {
  height: 60px;
  top: 0;
  right: 60px;
  background: #f74d61;
  position: absolute;
  white-space: nowrap;
  display: none;
  cursor: pointer;
}
#fixedSideBar .sidebar-wrapper:hover .sidebar-panel {
  display: block;
}
#newBridge {
  overflow: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  visibility: hidden !important;
}
#qiao-icon-wrap .qiao-icon-head {
  width: 100% !important;
}
.contact-wrapper:hover #newBridge {
  width: 240px !important;
}

.contact-wrapper .contact-panel img {
  height: 20px;
}
.contact-wrapper .contact-panel .sidebar-panel-wrap {
  display: inline-block;
  background: #f74d61;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  color: #ffced4;
  outline: 0 none;
  border: 0 none;
  line-height: 25px;
  cursor: pointer;
}
.contact-wrapper .contact-panel #contact-btn {
  display: block;
  width: 180px;
  height: 60px;
  font-size: 20px;
  background: #f74d61;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.tele-wrapper .tele-panel #tele-btn {
  display: block;
  width: 180px;
  height: 60px;
  background: #f74d61;
  outline: 0 none;
  border: 0 none;
  color: #ffced4;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

#fixedSideBar .sidebar-wrapper .qrcode-panel {
  top: auto;
  bottom: 0;
  right: 60px;
  height: auto;
  background: #f74d61;
  padding: 10px;
  text-align: center;
  color: #ffced4;
  font-size: 14px;
}
.qrcode-wrapper .sidebar-qrcode-area {
  width: 150px;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 10px;
}
.qrcode-wrapper .sidebar-qrcode-area img {
  width: 130px;
  height: 130px;
}

.top-wrapper .top-btn img {
  height: 21px;
}

.top-wrapper .top-panel #top-btn {
  display: block;
  width: 180px;
  height: 60px;
  font-size: 20px;
  background: #f74d61;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  color: #ffced4;
}

#gonganbeian {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 13px;
}

/**********响应式分割线*************/
@media (max-width: 1440px) {
  /* banner文字 */
  .bannerTitle {
    font-size: 59px;
    font-weight: 900;
  }
  
  .bannerSubtitle{
    font-size: 38px;
    color: white;
    font-weight: 800;
    margin-top: 40px;
  }
  
  .bannerDescribe{
    margin-top: 20px;
    font-size: 32px;
    line-height: 50px;
  }
  
  .bannerEnd{
    margin-top: 65px;
    font-size: 52px;
    font-weight: 800;
  }

  .text-area h2{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 8px;
    color: #4d4d4d;
  }

  .first-line {
    font-size: 28px;
    color: #4d4d4d;
    margin-top: 24px;
    margin-bottom: 35px;
    font-weight: bold;
  }

  .second-line {
    margin-top: 56px;
  }

  /*导航栏*/
  .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;
  } */

  @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;
    } */
  }

  .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);
  } 

  #hbb-logo {
    vertical-align: middle;
  }

  .right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
  }

  /* #nav-area a {
    position: relative;
    height: 100%;
    padding: 0 20px;
    line-height: 48px;
    font-size: 14px;
    color: #000;
    z-index: 1;
    cursor: pointer;
  }

  #nav-area a:hover {
    color: #f74d61;
  } */

  .btn-area #login,
  .btn-area #register {
    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;
    border: 1px solid  #fff;
    /* 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 #f74d61;
    color: #f74d61;
    margin-left: 20px;
  } */

  .content-title{
    line-height: 140px;
    height: 140px;
    font-size: 40px;
  }

  /* 正文样式 */
  .content-page {
    width: 100%;
    height: 420px;
    position: relative;
  }

  #content-page-3{
    height: 550px;
  }

  #content-page-4{
    height: 680px;
  }

  .flexible-box {
    width: 960px;
  }

  .content-page-left,
  .content-page-right {
    width: 435.2px;
  }

  #content-page-1 .content-page-left,
  #content-page-3 .content-page-left {
    width: 459.2px;
  }

  #content-page-2 .content-page-right,
  #content-page-4 .content-page-right {
    width: 459.2px;
  }

  .content-page-left {
    margin-right: 65.6px;
  }

  #content-page-1 .page-image {
    width: 420px;
    height: 310px;
  }

  #content-page-2 .page-image{
    width: 420px;
    height: 360px;
  }

  .page-3-item-list{
    width: 100%;
  }
  
  .page-3-item{
    padding-top: 25px;
    width: 363px;
    height: 203px;
    border-radius: 23px;
  }

  .page-3-item:nth-child(odd){
    margin: 0 78px 65px 78px;
  }
  
  .page-3-item:nth-child(even){
    margin: 0 78px 65px 0;
  }
  
  .page-3-item .title{
    font-size: 23px;
    line-height: 48px;
  }
  
  .page-3-item .descrition{
    font-size: 20px;
    line-height: 27px;
  }

  .page-4-item{
    margin-bottom: 90px;
  }
  
  .page-4-item img{
    width: 168px;
    height: 168px;
  }
  
  .page-4-item h3{
    font-size: 23px;
    line-height: 60px;
  }
  
  .page-4-item:nth-child(1), 
  .page-4-item:nth-child(2),
  .page-4-item:nth-child(3){
    margin-left: 130px
  }
  
  .page-4-item:nth-child(4){
    margin-left: 270px
  }
  
  .page-4-item:nth-child(5){
    margin-left: 107px
  }

  /* 底部样式 */
  footer {
    height: 298px;
    font-size: 12px;
    padding-top: 36.8px;
  }

  footer table th {
    padding: 11.2px 41.6px 0;
  }

  footer table td {
    padding: 11.2px 41.6px 0;
  }

  footer > p {
    font-size: 10.4px;
    text-align: center;
    position: relative;
  }

  #wxQRCode-area {
    top: 67.2px;
    margin-left: -41.6px;
    padding: 12px;
    border-radius: 4px;
  }

  #wxQRCode-area:after {
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    bottom: -16px;
    margin-left: -8px;
  }

  #wxQRCode-icon {
    width: 107.2px;
    height: 107.2px;
  }

  #wxQRCode-area > p {
    margin-top: 8px;
  }

  #followUs {
    margin-top: 48px;
    word-spacing: 8px;
  }

  #followUs > img {
    width: 17.6px;
    height: 14.4px;
  }

  #copyRight {
    margin-top: 11.2px;
    word-spacing: 4.8px;
    height: 30px;
    line-height: 30px;
  }

  #gonganbeian {
    width: 210px;
    margin: 0 auto;
    font-size: 10.4px;
  }
  /* 返回顶部按钮 */
  #returnTop {
    width: 40px;
    height: 40px;
    bottom: 56px;
    left: 1290px;
  }
}
