.main-boy .banner-box1 {
  margin-top: 90px;
}
.main-boy .content-title {
  text-align: center;
}
.main-boy .line {
  margin: 20px 0px;
  text-align: center;
}
.main-boy .content1 {
  width: 100%;
  background: #fff;
  height: auto;
  padding: 60px 0px;
}
.main-boy .content1 .desc-box {
  margin: 30px auto;
  width: 1080px;
}
.main-boy .content1 .sub-desc {
  font-size: 18px;
  color: #6a6a6a;
  line-height: 30px;
}
.main-boy .content2 {
  width: 100%;
  padding: 50px 0px;
  height: auto;
  background: #f7f8fa;
}
.main-boy .content2 .function-box {
  width: 1080px;
  display: flex;
  margin: 20px auto;
}
.main-boy .content2 .function-box .function-item {
  width: 15%;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #eaedf2;
  margin: 0px 0.8%;
}
.main-boy .content2 .function-box .function-item .function-icon {
  padding: 20px 0px;
}
.main-boy .content2 .function-box .function-item .function-icon i {
  font-size: 32px;
  color: #00a4ff;
}
.main-boy .content2 .function-box .function-item .function-title {
  font-size: 16px;
  color: #666666;
  padding-bottom: 20px;
}
.main-boy .content2 .function-box .function-item:hover {
  box-shadow: 0, 8px, 8px rgba(0 0 0 0.2);
  background: #ffffff;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-color: transparent !important;
}
.main-boy .content3 {
  width: 100%;
  padding: 50px 0px;
  height: auto;
  background: #fff;
}
.main-boy .content3 .function-box {
  width: 1080px;
  display: flex;
  margin: 20px auto;
}
.main-boy .content3 .function-box .function-item {
  width: 15%;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #eaedf2;
  margin: 0px 0.8%;
}
.main-boy .content3 .function-box .function-item .function-icon {
  padding: 20px 0px;
}
.main-boy .content3 .function-box .function-item .function-icon i {
  font-size: 32px;
  color: #43CD80;
}
.main-boy .content3 .function-box .function-item .function-title {
  font-size: 16px;
  color: #666666;
  padding-bottom: 20px;
}
.main-boy .content3 .function-box .function-item:hover {
  box-shadow: 0, 8px, 8px rgba(0 0 0 0.2);
  background: #ffffff;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-color: #eaedf2 !important;
}
.main-boy .content4 {
  width: 100%;
  background: #f7f8fa;
  height: auto;
  padding: 60px 0px;
}
.main-boy .content4 .business-case-box {
  width: 1080px;
  columns: 3;
  column-gap: 15px;
  margin: 60px auto;
}
.main-boy .content4 .business-case-box .case-item {
  width: 100%;
  break-inside: avoid;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  height: 250px;
  transition: all 0.4s linear;
}
.main-boy .content4 .business-case-box .case-item img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.main-boy .content4 .business-case-box .case-item .cover {
  height: 0px;
  transition: all 0.4s linear;
}
.main-boy .content4 .business-case-box .case-item:hover .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 163, 255, 0.6);
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
  height: 250px;
  line-height: 250px;
}
.main-boy .content4 .business-case-box .case-item:hover img {
  transform: scale(1.2);
}
.main-boy .content5 {
  width: 100%;
  padding: 50px 0px;
  height: auto;
  background: #fff;
  position: relative;
}
.main-boy .content5 .tel-btn {
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #00a4ff;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 45px;
}
.main-boy .content5 .tel-btn:hover {
  color: #fff;
}
.main-boy .content5 .desc-box {
  margin: 30px auto;
  width: 1080px;
}
.main-boy .content5 .sub-desc {
  text-align: center;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 30px;
}
.main-boy .content5 .config-list {
  width: 1080px;
  margin: 30px auto 10px auto;
  text-align: center;
}
.main-boy .content5 .config-list table {
  padding: 10px 20px;
  width: 95%;
  margin: 0px auto;
  background: #fff;
}
.main-boy .content5 .config-list table th {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.main-boy .content5 .config-list table td {
  border: 1px solid #eee;
  height: 30px;
  font-size: 14px;
  color: #6a6a6a;
  text-align: center;
  vertical-align: middle;
}
.main-boy .content .special-box .function-item {
  width: 25%;
}
@media only screen and (min-width: 100px) and (max-width: 1120px) {
  .main-boy .banner-box1 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 1080px) {
  .main-boy .banner-box1 {
    margin-top: 0px;
  }
  .main-boy .content-title {
    font-size: 18px;
  }
  .main-boy .content1 {
    padding: 20px 0px;
  }
  .main-boy .content1 .desc-box {
    margin: 20px auto;
    width: 100%;
    padding: 0 3%;
  }
  .main-boy .content1 .sub-desc {
    font-size: 14px;
    line-height: 25px;
  }
  .main-boy .content2 {
    width: 100%;
    padding: 20px 0px;
  }
  .main-boy .content2 .function-box {
    width: 100%;
    padding: 0 3%;
    flex-flow: wrap;
    margin: 0px auto;
  }
  .main-boy .content2 .function-box .function-item {
    width: 48%;
    margin: 5px 1%;
  }
  .main-boy .content3 {
    width: 100%;
    padding: 20px 0px;
  }
  .main-boy .content3 .function-box {
    width: 100%;
    padding: 0 3%;
    flex-flow: wrap;
    margin: 20px auto;
  }
  .main-boy .content3 .function-box .function-item {
    width: 48%;
    margin: 5px 1%;
  }
  .main-boy .content4 {
    width: 100%;
    padding: 20px 0px;
  }
  .main-boy .content4 .business-case-box {
    width: 100%;
    columns: 2;
    column-gap: 10px;
    margin: 30px auto;
    padding: 0 3%;
  }
  .main-boy .content4 .business-case-box .case-item {
    width: 100%;
    break-inside: avoid;
    margin-bottom: 15px;
    height: 150px;
  }
  .main-boy .content4 .business-case-box .case-item:hover .cover {
    height: 150px;
    line-height: 150px;
    font-size: 14px;
  }
  .main-boy .content4 .business-case-box .case-item:hover img {
    transform: scale(1.2);
  }
  .main-boy .content5 {
    width: 100%;
    padding: 20px 0px;
    height: auto;
    background: #fff;
    position: relative;
  }
  .main-boy .content5 .tel-btn {
    font-size: 12px;
  }
  .main-boy .content5 .tel-btn:hover {
    color: #fff;
  }
  .main-boy .content5 .desc-box {
    margin: 30px auto;
    width: 100%;
  }
  .main-boy .content5 .config-list {
    width: 100%;
    margin: 20px auto;
  }
}
