
.banner {
  width: 100%;
  /* height: 395px; */
  margin-bottom: 50px;
}

.text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #3c3c3c;
}

/* .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
  width: 1020px;
}

.wrapper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: inline-block;
  align-items: center;
  width: 140px;
  height: 140px;
  background: #f7f7f7;
  border: 8px solid #f7f7f7;
  border-radius: 100%;
  margin: 0 32px;
  color: #3ca3ef;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s;
}

.wrapper-item:hover {
  background: linear-gradient(#b4d8f4, #2fa5ff);
  color: #fff;
}

.wrapper-item-icon {
  width: 45px;
}

.wrapper-item-text {
  margin-top: 12px;
}

.wrapper-item-brief {
  font-size: 12px;
} */

.home-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
  width: 1050px;
  height: 185px;
}

.home-wrapper-item {
  width: 185px;
  height: 185px;
  background-image: url(../img/home_icon1.png);
  cursor: pointer;
  float: left;
}

.item-zhenqian {
  margin-right: 30px;
}

.item-zhenqian:hover {
  background-position: 0px -228px;
}

.item-zhenzhong {
  background-position: -265px 0px;
  margin-right: 30px;
}

.item-zhenzhong:hover {
  background-position: -265px -228px;
}

.item-zhenhou {
  background-position: -532px 0px;
  margin-right: 30px;
}

.item-zhenhou:hover {
  background-position: -532px -228px;
}

.item-hospital {
  background-position: -798px 0px;
  margin-right: 30px;
}

.item-hospital:hover {
  background-position: -798px -228px;
}

.item-case {
  background-position: -1065px 0px;
}

.item-case:hover {
  background-position: -1065px -228px;
}

.home-title {
  color: #38a3f1;
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 50px;
}