.banner {
  width: 100%;
  height: 500px;
}
.banner > div {
  display: none;
}
.banner-pic {
  width: 100%;
  height: 500px;
  background: url("../images/server-banner.webp") no-repeat center top;
}
.banner-pic2 {
  width: 100%;
  height: 500px;
  background: url("../images/server-banner2.webp") no-repeat center top;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.tab-title {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 15px 10px -15px #f4f4f4;
}
.tab-title div {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
}
.tab-title p {
  width: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}
.liactive {
  border-bottom: 2px solid #0028c9;
}
.content {
  width: 100%;
}
.content section {
  display: none;
}
.conactive {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.total-item h1 {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: 600;
}
.total-item h2 {
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin-top: 20px;
}
.total-item {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
.total-item div:nth-child(1) {
  width: 100%;
  margin-bottom: 30px;
}
.item-box {
  width: 390px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.item-box img {
  padding-bottom: 10px;
}
.item-box div {
  width: 325px;
}
.item-box h5 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.item-box p {
  margin-top: 10px;
  font-size: 16px;
  color: #999999;
  text-align: justify;
}
.item-box > div {
  margin: 20px 0px 20px 20px;
}
/* 服务价值版块 */
.service-value {
  width: 100%;
  background-color: #f4f4f4;
}
.service-item {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
}
.service-item h1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.services h1 {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  font-size: 30px;
  color: #333;
}
.services h1 span {
  margin-right: 15px;
  display: block;
  width: 50px;
  height: 44px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  background: url("../images/order-bg.png") no-repeat center top;
}

.service-box {
  display: flex;
  justify-content: space-between;
}
.service-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 376px;
  height: 396px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #f1f2f5; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to bottom right, #f1f2f5, #ffffff);
  box-shadow: 0 0 15px 1px #ecedf0;
}
.service-box > div img {
  margin-top: 37px;
  width: 100px;
  height: 100px;
}
.service-box > div h4 {
  margin: 20px 0;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.service-box > div p {
  margin-top: 20px;
  width: 320px;
  line-height: 25px;
  font-size: 16px;
  text-align: justify;
}
.service-box1 {
  height: 196px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #f1f2f5; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #f1f2f5, #ffffff);
  box-shadow: 0 0 15px 1px #ecedf0;
}
.service-box1 img {
  width: 100px;
  height: 100px;
  margin-left: 78px;
}
.service-box1 > div {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.service-box1 > div h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 20px 0;
}
.service-box1 > div p {
  line-height: 25px;
  font-size: 16px;
}
/* 服务流程板块 */
.service-process {
  width: 100%;
  background-color: #ffffff;
}
.process-item {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.process-item div:nth-child(1) {
  width: 100%;
}
.process-item h1 {
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.process-item div {
  margin-top: 40px;
  width: 580px;
  height: 245px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  background-color: #f1f2f5; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #f1f2f5, #ffffff);
  box-shadow: 0 0 15px 1px #ecedf0;
  position: relative;
}
.process-item h2 {
  margin: 28px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.process-item p {
  margin: 50px 28px;
  line-height: 25px;
  font-size: 16px;
}
.process-item img {
  position: absolute;
  bottom: 0px;
  right: 28px;
}
.process-item div::after {
  position: absolute;
  content: "";
  width: 524px;
  height: 1px;
  top: 75px;
  left: 28px;
  background-color: #eeeeee; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #eeeeee, #efefef);
}
/* 广告投放板块 */
.advertising {
  width: 100%;
  background-color: #f4f4f4;
}
.advertising-item {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
}
.advertising-item h1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.advertising-box {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.advertising-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 273px;
  height: 516px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #f1f2f5; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to bottom right, #f1f2f5, #ffffff);
  box-shadow: 0 0 15px 1px #ecedf0;
}
.advertising-box > div img {
  margin-top: 37px;
  width: 100px;
  height: 100px;
}
.advertising-box > div h4 {
  margin: 20px 0;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.advertising-box > div p {
  margin-top: 20px;
  width: 210px;
  line-height: 25px;
  font-size: 16px;
  text-align: justify;
}
.scene {
  width: 100%;
  background-color: #ffffff;
}
.scene-item {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  margin-bottom: 10px;
}
.scene-item h1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.scene-box {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.scene-box > div {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f1f2f5; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to bottom right, #f1f2f5, #ffffff);
  box-shadow: 0 0 15px 1px #ecedf0;
  border: 2px solid #fff;
}
.scene-box > div p {
  font-weight: 600;
  color: #333;
  margin-top: 15px;
}
.none {
  position: absolute;
  top: 400px;
  
}
