/* 硬件产品 */

body {
  height: 100%;
  overflow-x: hidden;
  min-width: 960px;
}

.head-nav li:nth-child(2) a {
  /* color: #000; */
  font-weight: 700;
  color: #0997FF;
}

.nav2 {
  width: 100%;
  height: 180px;
  background-color: #232323;
  position: fixed;
  top: 78px;
  z-index: 202;
}

.nav_show {
  display: none;
}

.nav2 ul {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.nav2 ul li {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: PingFangSC-Regular;
}

.nav2 li .icon_img {
  width: 72px;
  height: 60px;
  margin: 46px auto 20px auto;
}

li .icon_img img {
  width: 100%;
  height: 100%;
}

.nav2 li:nth-child(2) .icon_img {
  width: 50px;
  height: 62px;
}

.nav2 li:nth-child(3) .icon_img {
  width: 67px;
  height: 62px;
}

.nav2 li:nth-child(4) .icon_img {
  width: 55px;
  height: 55px;
  margin-top: 52px;
}

.nav2 li:nth-child(5) .icon_img {
  width: 50px;
  height: 60px;
}

.nav2 li:nth-child(6) .icon_img {
  width: 42px;
  height: 55px;
  margin-top: 52px;
}

.nav2 li:nth-child(7) .icon_img {
  width: 54px;
  height: 68px;
  margin-bottom: 14px;
}

.nav2 ul li:hover {
  background-color: #141414
}

.content {
  margin-top: 80px;
}

/* 解决方案 */

.solution {
  padding: 30px 0;
  background-color: #0177CA;
  /* display: none; */
}

.solution p {
  text-align: center;
}

.solution p:nth-child(1) {
  font-family: PingFangSC-Semibold;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
  line-height: 70px;
}

.solution p:nth-child(2) {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 35px;
}

.solution p:nth-child(2) i {
  display: inline-block;
  padding: 12px 60px;
  background-color: #0997FF;
  box-shadow: 0 2px 10px 0 rgba(20, 62, 127, 0.36);
  border-radius: 32px;
}

.backblue {
  width: 100%;
  height: 250px;
  background: #0177CA;
  margin-top: -150px;
  overflow: hidden;
}

.backblue div {
  width: 230px;
  height: 63px;
  margin: 0 auto;
  margin-top: 150px;
}

.backblue div img {
  width: 100%;
  height: 100%;
}

/* 背景色 */

.bg_solution {
  width: 100%;
  height: 300px;
  background-color: #fff;
  margin-top: -200px;
}

/* 智能门禁 */

.gate_box {
  width: 100%;
}

.gate_box .top {
  text-align: center;
  font-family: PingFangSC-Semibold;
  line-height: 2;
}

.gate_box .top p:first-child {
  font-size: 50px;
  color: #252525;
  position: relative;
}

.gate_box .top p:first-child::after {
  content: '';
  display: block;
  width: 80px;
  height: 6px;
  position: absolute;
  background-color: #0177CA;
  left: 50%;
  /* top: 16px; */
  bottom: 0;
  transform: translateX(-40px);
}

.gate_box .top p:nth-child(2) {
  font-size: 40px;
  color: #0177CA;
}

.gate_box .top p:nth-child(3) {
  font-size: 28px;
  color: #252525;
  line-height: 1.5;
}

.gate_box .mid {
  width: 80%;
  margin: 50px auto;
}

.gate_box .mid ul {
  width: 100%;
  display: flex;
}

.gate_box .mid ul li {
  flex: 1;
  text-align: center;
  transition: all 0.5s;
}

.gate_box .mid li img {
  width: 80%;
}

.gate_box .mid ul li:hover {
  transform: scale(1.2)
}

.gate_box .bom {
  width: 80%;
  margin: 100px auto;
  text-align: center;
}

.gate_box .bom .bom_btn {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #fff;
  background-color: #0177CA;
  border-radius: 33px;
  display: inline-block;
  padding: 15px 50px;
}

.gate_box .bom .bom_btn i {
  display: inline-block;
  width: 32px;
  height: 30px;
  vertical-align: middle;
  margin-left: 5px;
}

.gate_box .bom .bom_btn img {
  height: 100%;
}

/* 前台一体机 */

.reception {
  width: 100%;
  height: 1080px;
  background-color: black;
  overflow: hidden;
}

.reception_box {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.reception_box>div {
  float: left;
  width: 50%;
  height: 100%;
  display: table;
}

.reception_box .left {
  text-align: center;
  font-family: PingFangSC-Semibold;
  line-height: 2;
  color: #fff;
  /* margin: 10% 0; */
}

.reception_box .left>div {
  display: table-cell;
  vertical-align: middle;
}

.reception_box .left p:first-child {
  font-size: 50px;
  position: relative;
}

.reception_box .left p:first-child::after {
  content: '';
  display: block;
  width: 80px;
  height: 6px;
  position: absolute;
  background-color: #0177CA;
  left: 50%;
  /* top: 16px; */
  bottom: 0;
  transform: translateX(-40px);
}

.reception_box .left p:nth-child(2) {
  font-size: 40px;
  color: #0177CA;
}

.reception_box .left p:nth-child(3) {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
}

.reception_box .left p:nth-child(4) {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #fff;
  margin-top: 110px;
  margin-bottom: 20px;
}

.reception_box .left p:nth-child(4) span {
  padding: 15px 50px;
  background-image: linear-gradient(-269deg, #365EC5 0%, #2CC1C9 100%);
  border-radius: 33px;
}

.reception_box .left p:nth-child(4) i {
  display: inline-block;
  width: 32px;
  height: 30px;
  margin-left: 5px;
}

.reception_box .left p:nth-child(4) img {
  height: 100%;
  vertical-align: middle;
}

.reception_box .right {
  text-align: center;
}

.reception_box .right>div {
  display: table-cell;
  vertical-align: middle;
}

.reception_box .right img {
  width: 70%;
  /* max-width: 450px; */
}

/* 智能器械 */

.instrument {
  width: 100%;
  height: 800px;
  background-color: #fff;
  overflow: hidden;
}

.instrument_box {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.instrument_box>div {
  float: left;
  width: 50%;
  height: 100%;
}

.instrument_box .left {
  display: table;
}

.instrument_box .left>div {
  display: table-cell;
  vertical-align: middle;
}

.instrument_box .left .left_top {
  text-align: center;
}

.instrument_box .left .left_top img {
  width: 410px;
  height: 314px;
}

.instrument_box .left_mid {
  width: 100%;
}

.instrument_box .left_mid ul {
  width: 100%;
  display: flex;
}

.instrument_box .left_mid li {
  flex: 1;
  text-align: center;
  font-size: 26px;
  color: #333333;
  letter-spacing: 0.32px;
}

.instrument_box .left_mid li div {
  margin-top: 20px;
}

.instrument_box .left_mid li img {
  width: 88px;
  height: 88px;
}

.instrument_box .left_bot {
  font-size: 26px;
  color: #0177CA;
  letter-spacing: 0.32px;
  text-align: center;
  margin-top: 40px;
}

.instrument_box .right {
  display: table;
  line-height: 2;
  overflow: hidden;
}

.instrument_box .right>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.instrument_box .right p:first-child {
  font-size: 50px;
  position: relative;
  color: #252525;
}

.instrument_box .right p:first-child::after {
  content: '';
  display: block;
  width: 80px;
  height: 6px;
  position: absolute;
  background-color: #0177CA;
  left: 50%;
  /* top: 16px; */
  bottom: 0;
  transform: translateX(-40px);
}

.instrument_box .right p:nth-child(2) {
  font-size: 40px;
  color: #0177CA;
}

.instrument_box .right p:nth-child(3) {
  font-size: 28px;
  color: #252525;
  line-height: 1.5;
}

.instrument_box .right p:nth-child(4) {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #fff;
  margin-top: 110px;
  margin-bottom: 20px;
}

.instrument_box .right p:nth-child(4) span {
  padding: 15px 50px;
  background-color: #0177CA;
  border-radius: 33px;
}

.instrument_box .right p:nth-child(4) i {
  display: inline-block;
  width: 32px;
  height: 30px;
  margin-left: 5px;
}

.instrument_box .right p:nth-child(4) img {
  height: 100%;
  vertical-align: middle;
}

/* 智能储物柜 */

.locker {
  width: 100%;
  height: 1080px;
  background: url('./../img/locker_bg.jpg') no-repeat;
  background-size: 100% 100%;
  display: table;
}

.locker_box {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  display: table-cell;
  vertical-align: middle;
}

.tit-1 {
  font-size: 50px;
  position: relative;
  color: #fff;
}

.tit-1::after {
  content: '';
  display: block;
  width: 80px;
  height: 6px;
  position: absolute;
  background-color: #0177CA;
  left: 50%;
  /* top: 16px; */
  bottom: 0;
  transform: translateX(-40px);
}

.tit-2 {
  font-size: 40px;
  color: #0997FF;
}

.tit-3 {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
}

.tit-4 {
  height: 400px;
  text-align: center;
  margin-bottom: 100px;
}

.tit-4>img {
  /* width: 80%; */
  height: 100%;
  margin-top: 50px;
}

.tit-5 {
  width: 324px;
  height: 72px;
  font-size: 30px;
  color: #fff;
  background-image: linear-gradient(-269deg, #2CC1C9 0%, #365EC5 100%);
  border-radius: 40px;
  margin: 0 auto;
  line-height: 72px;
}

.tit-5>i {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 5px;
}

.tit-5>i>img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* 智能体测仪 */

.fianco {
  width: 100%;
  text-align: center;
  line-height: 2;
  margin-bottom: 100px;
}

.fianco .top .tit-1 {
  color: #252525;
  margin-top: 115px;
}

.fianco .top .tit-3 {
  color: #252525;
}

.fianco .bom {
  width: 100%;
  margin-top: 80px;
}

.fianco .bom ul {
  width: 100%;
  display: flex;
}

.fianco .bom ul li {
  flex: 1;
  padding: 50px 0;
  overflow: hidden;
}

.fianco .bom ul li>div {}

.fianco .bom ul li>p {
  /* font-family: PingFangSC-Semibold; */
  font-size: 30px;
  color: #FFFFFF;
}

.fianco .bom li:first-child {
  background-color: #43B3E5;
}

.fianco .bom li:nth-child(2) {
  background-color: #0384CE;
}

.fianco .bom li:nth-child(3) {
  background-color: #3156A3;
}

.fianco .bom ul li img {
  width: 100%;
  /* margin-top: 50px; */
}

.fianco .bom .fianco-btnbox {
  font-size: 24px;
  color: #fff;
  margin-top: 50px;
}

.fianco .bom .fianco-btn {
  display: inline-block;
  padding: 10px 50px 10px 50px;
  border: 1px solid #fff;
  border-radius: 40px;
  /* width: 300px; */
  /* height: 72px; */
}

.fianco .bom .fianco-btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

.fianco .bom .fianco-btn i img {
  width: 100%;
  vertical-align: middle;
}

/* .fianco .bom li:nth-child(2) img,
.fianco .bom li:nth-child(3) img {
  margin-top: 50px;
} */

/* 私教检测仪 */

.detector {
  text-align: center;
  overflow: hidden;
}

.detector_box {
  line-height: 2;
  margin-bottom: 100px;
  float: left;
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
}

.detector_box .tit-1 {
  color: #252525;
}

.detector_box .tit-3 {
  color: #252525;
}

/* 智能沐浴 */

.shower {
  width: 100%;
  height: 1080px;
  background: url('./../img/shower_bg.jpg') no-repeat;
  background-size: 100% 100%;
  display: table;
}

.shower_box {
  width: 80%;
  text-align: center;
  line-height: 2;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1400px) {
  .instrument_box .left_mid li {
    font-size: 20px;
  }
  .instrument_box .left_mid li img {
    width: 60px;
    height: 60px;
  }
  .instrument_box .right p:nth-child(2) {
    font-size: 26px;
  }
  .reception_box .left p:nth-child(2) {
    font-size: 26px;
  }
  .instrument_box {
    width: 100%;
  }
  .reception_box .left p:nth-child(3) {
    /* font-size: 18px; */
  }
}

@media screen and (max-width: 960px) {}
