.anzhiServer .anzhiServerTop {
  width: 119.5rem;
  margin: 0 auto;
}
.anzhiServer .anzhiServerTop .anzhiServerTitle {
  padding: 6rem 8rem 0;
  line-height: 3rem;
  color: #666666;
}
.anzhiServer .anzhiServerTop .anzhiServerTopContent {
  padding: 6rem 0 9rem 0;
  display: flex;
  justify-content: space-between;
}
.anzhiServer .anzhiServerTop .anzhiServerTopContent .anzhiServerBox {
  width: 38.3rem;
  height: 41.3rem;
  background: #fff;
}
.anzhiServer .anzhiServerTop .anzhiServerTopContent .anzhiServerBox img {
  width: 100%;
}
.anzhiServer .anzhiServerTop .anzhiServerTopContent .anzhiServerBox .anzhiServerText {
  padding: 1.5rem 3rem 0 3rem;
}
.anzhiServer .anzhiServerTop .anzhiServerTopContent .anzhiServerBox .anzhiServerText h4 {
  font-weight: bold;
}
.anzhiServer .anzhiServerTop .anzhiServerTopContent .anzhiServerBox .anzhiServerText p {
  margin-top: 1.5rem;
  line-height: 2.3rem;
  color: #666666;
}
.anzhiServer .anzhiServerTop .anzhiServerTopContent .anzhiServerBox:hover {
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.09);
}
.anzhiServer .serviceSectorBox {
  height: 60rem;
  background-image: url("../image/anzhiServerImg/anzhiServiceSector.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.anzhiServer .serviceSectorBox .serviceSector {
  width: 146.5rem;
  margin: 0 auto;
}
.anzhiServer .serviceSectorBox .serviceSector h4 {
  text-align: center;
  padding-top: 10rem;
  font-weight: bold;
}
.anzhiServer .serviceSectorBox .serviceSector .CircleBox {
  width: 120rem;
  margin: auto;
  padding-top: 10rem;
  display: flex;
  justify-content: space-between;
}
.anzhiServer .serviceSectorBox .serviceSector .CircleBox .Circle {
  width: 18rem;
  height: 18rem;
  background-image: url("../image/anzhiServerImg/anzhiServerCircle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.anzhiServer .serviceSectorBox .serviceSector .CircleBox .Circle img {
  width: 6rem;
  height: 6rem;
}
.anzhiServer .serviceSectorBox .serviceSector .CircleBox .Circle p {
  color: #fff;
}
