.main-item{
  background: #FAEEE0;
  background-image: url('../static/product/bg_service.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  padding-bottom: 95px;
}
.main-item1{
  overflow: hidden;
  height: 1000px;
}
.main-item-title{
  margin-top: 107px;
  font-size: 40px;
  color: #000000;
  line-height: 90px;
  letter-spacing: 4px;
  text-align: center;
  font-weight: bold;
}
.main-item-content{
  width: 1200px;
  margin: 50px auto 0;
  border-radius: 24px;
  overflow: hidden;
}
.main-item-tab{
  height: 70px;
  background: #FAEEE0;
  line-height: 70px;
}

.tab-item{
  text-align: center;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.tab-item.active{
  background: #FFFFFF;
  font-weight: bold;
}
.tab-item.active::before{
  content: " ";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  width: 99px;
  height: 6px;
  background: #FF6901;
  border-radius: 5px;
}
.tab-item.active::after{
  content: " ";
  display: block;
  right: -40px;
  transform: skewX(45deg);
  bottom: 0;
  position: absolute;
  width: 80px;
  height: 100%;
  background: #FFF;
}
.tab-item:last-child.active::after{
  content: " ";
  display: block;
  left: -40px;
  transform: skewX(-45deg);
  bottom: 0;
  position: absolute;
  width: 80px;
  height: 100%;
  background: #FFF;
}
.main-tab-content{
  background: #FFFFFF;
  height: 598px;
}


.tab-content-item{
  background: #FFFFFF;
  height: 598px;
  text-align: center;
  display: none;
  line-height: 598px;
  
}
.tab-content-item.active{
  
  display: block;
}

.tab-content-item img{
  display: inline-block;
  vertical-align: middle;
}