* {
  padding: 0;
}
.seviceFloor .title {
  text-align: center;
  position: relative;
  margin: 100px 0;
  font-size: 30px;
  padding: 0;
}
.seviceFloor .title:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  width: 100px;
  height: 8px;
  background-color: #ffa200;
}
.seviceFloor .lititle {
  position: relative;
  font-size: 20px;
}
.seviceFloor .lititle:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  height: 98%;
  width: 5px;
  background-color: #ffa200;
  border-radius: 5px;
}
.seviceFloor .text {
  font-size: 16px;
}
.seviceFloor .text p {
  text-indent: 2em;
  margin-bottom: 2.375rem;
}
.seviceFloor .wall {
  height: 100px;
  width: 100%;
}
.seviceFloor strong {
  color: #ffa200;
  font-weight: 600;
}
@media screen and (max-width: 428px) {
  .seviceFloor .title {
    margin: 70px 0;
  }
  .seviceFloor .wall {
    height: 120px;
  }
}
.seviceCounselorBigImg {
  background: url(../../img/servers/seviceCounselor/bigbanner.png) no-repeat;
}
.serviceDevelopBigimg {
  background: url(../../img/servers/serviceDevelop/bigBanner.png) no-repeat;
}
.serviceProductBigimg {
  background: url(../../img/servers/serviceProduct/bigBanner.png) no-repeat;
}
.serviceEmerging {
  background: url(../../img/servers/seviceEmerging/bigBanner.png) no-repeat;
}
.serverIdn {
  width: 100%;
  color: #fff;
}
.serverIdn .container {
  width: 100%;
  max-width: 100%;
}
.serverIdn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 600px;
}
.serverIdn .title {
  text-align: left;
  position: relative;
  margin-bottom: 100px;
  font-size: 30px;
  padding: 0;
}
.serverIdn .title:after {
  content: '';
  position: absolute;
  bottom: -30px;
  display: block;
  border-radius: 5px;
  width: 100px;
  height: 8px;
  background-color: #ffa200;
}
.serverIdn .serverIdnText {
  font-size: 20px;
}
.serverIdn .blueBg {
  background-color: #192946;
}
@media screen and (max-width: 428px) {
  .serverIdn .title {
    margin: 20px 0 70px 0;
    font-size: 25px;
  }
  .serverIdn .serverIdnText {
    font-size: 16px;
  }
}
@media screen and (max-width: 1120px) {
  .serverIdn .title {
    margin: 20px 0 40px 0;
  }
  .serverIdn .serverIdnText {
    font-size: 20px;
  }
}
.greybg {
  width: 100%;
  background-color: #f2f2f2;
}
.greybg .row i {
  font-size: 150px;
}
.serverWin {
  color: #a0a0a0;
  padding: 140px 0;
  text-align: center;
}
.serverWin .title {
  text-align: left;
  position: relative;
  font-size: 30px;
  margin-bottom: 70px;
  padding: 0;
  color: #000;
}
.serverWin .title:after {
  content: '';
  position: absolute;
  bottom: -30px;
  display: block;
  border-radius: 5px;
  width: 100px;
  height: 8px;
  background-color: #ffa200;
}
.serverWin i {
  font-size: 200px;
}
.serverWin p {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .serverWin .title {
    margin: 20px 0 70px 0;
  }
}
