.shade {
  width: 100%;
  height: 800px;
  background-color: transparent;
  background-image: url('../image/blank60.png');
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.company_profile {
  margin-top: 50px;
}
.company_profile .left {
  width: 540px;
}
.company_profile .left .title {
  font-size: 20px;
  font-weight: 600;
  color: red;
}
.company_profile .left .info1,
.company_profile .left .info2 {
  text-indent: 2em;
  font-size: 16px;
}
.company_profile .right {
  width: 600px;
  height: 380px;
  margin-left: 60px;
  margin-top: 30px;
}
.company_profile .right img {
  transition: all 0.6s;
}
.company_profile .right img:hover {
  transform: scale(1.2);
}
.server .content {
  margin-top: 50px;
}
.server .content .top,
.server .content .bottom {
  display: flex;
  gap: 20px;
}
.server .content .left,
.server .content .middle,
.server .content .right {
  flex: 1;
}
.server .content .item {
  height: 420px;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #eee;
}
.server .content .item .img {
  width: 350px;
  height: 220px;
}
.server .content .item .img img {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.6s;
}
.server .content .item .img img:hover {
  transform: scale(1.2);
}
.server .content .item .title {
  margin-top: 15px;
  font-size: 16px;
}
.server .content .item .introduce {
  width: 350px;
  font-size: 12px;
  color: #999;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 20px;
  word-wrap: break-word;
}
h2 {
  font-size: 35px;
  font-weight: 400;
  position: relative;
  text-align: center;
  color: #303d58;
}
h2:after {
  content: "" !important;
  width: 60px!important;
  height: 6px!important;
  background: #ff8259;
  border-radius: 5.5px;
  position: absolute!important;
  bottom: -24px !important;
  left: 50%;
  margin-left: -30px;
}
.advantage {
  margin-top: 40px;
}
