.hanaBanner{
  height: 695px;
  background-color: #00227c;
  padding-top: 165px;
}
.hanaSum{
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: -10px;
}
.hanaSum img{
  width: 630px;
}
.hanaSumL{
  padding-top: 15px;
  width: 520px;
}
.hanaSumL h4{
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 50px;
}
.hanaSum p{
  color: #fff;
  font-size: 17px;
  line-height: 32px;
}
.introduceP{
  color: #fff;
  font-size: 17px;
  line-height: 32px;
}

.hana2{
  background-color: #f2f7fa;
  padding: 105px 0 145px 0;
}
.hana2Con{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.hana2Con img{
  width: 480px;
  height: 360px;
  padding-top: 30px;
}
.hana2Con h4{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.hana2Con p{
  font-size: 14px;
  margin-bottom: 22px;
}
.manageR{
  width: 650px;
}
.hardwareIteam img{
  margin-bottom: 10px;
}
/* 
.manage{
  position: absolute;
  bottom: -130px;
  left: calc(50% - 560px);
  width: 980px;
  height: 154px;
  padding:38px 70px ;
  background: url('../img/product/manageBg.png') no-repeat center;
  background-size: 100% 100%;
}
.tab{
  display: flex;
  height: 62px;
}
.tabP{
  padding: 0 60px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  border-right: 2px solid #fff;
  cursor: pointer;
}
.con{
  display: none;
  font-size: 15px;
  line-height: 24px;
}
.show{
  display: block;
}
.manageCon{
  padding:50px 60px; 
}
.tabPActive{
  color: #000;
} */
.hardware{
  padding: 70px 0 140px 0;
  text-align: center;
}
.hardware h5{
  font-size: 30px;
  color: #00227c;
  font-weight: 500;
  margin-bottom: 24px;
}
.hardwareCon{
  display: flex;
  justify-content: space-between;
}
.line{
  margin-bottom: 70px;
}
.hardwareIteam{
  width: 270px;
  height: 270px;
}
.hardwareIteam p{
  font-size: 14px;
}

.device_function {
  background-color: #ececec;
  text-align: center;
  padding: 21px 0 32px 0;
  margin-bottom: 72px;
}
.device_function span {
  display: inline-block;
  font-size: 25px;
  line-height: 75px;
  border-bottom: 2px solid #8f8e8e;
  width: 305px;
}
.function_detail {
  display: flex;
  width: 1287px;
  justify-content: space-between;
  margin: 0 auto 70px auto;
}
.function_detail > div {
  flex: 1;
  width: 408px;
  height: 632px;
  background: #f7f7f7 url(../img/product/manage_two.png) no-repeat top center;
  text-align: center;
}
.function_detail > div > div {
  height: 318px;
}
.function_detail > div > h5 {
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 38px;
}
.function_detail > div > p {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 132px;
  padding: 0 34px;
}