.bossgoo-index-about18 {
  position: relative;
  background: url("../images/aboutbg.png") no-repeat right center/ auto auto;
  padding-bottom: 120px;
}

.bossgoo-index-about18:after {
  content: " ";
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 0;
}

.bossgoo-index-about18 .wrap {
  position: relative;
  z-index: 10;
}

.bossgoo-index-about18 .aboutbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bossgoo-index-about18 .aboutbar .left {
  width: 50%;
  /* height: 450px; */
}

.bossgoo-index-about18 .aboutbar .left .imgoutbox {
  width: 100%;
  height: 0;
  padding-bottom: 81.94%;
  position: relative;
}

.bossgoo-index-about18 .aboutbar .left .imgoutbox .imgboxtop {
  width: 75%;
  position: absolute;
  left: 0;
  top: 0;
}

.bossgoo-index-about18 .aboutbar .left .imgoutbox .imgboxbottom {
  width: 75%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.bossgoo-index-about18 .aboutbar .left .imgoutbox .imgboxtop .imginnertop,
.bossgoo-index-about18 .aboutbar .left .imgboxbottom .imginnerbottom .imginnertop {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.bossgoo-index-about18 .aboutbar .left .imgoutbox .imgboxtop .imginnertop .innerbox,
.bossgoo-index-about18 .aboutbar .left .imgoutbox .imgboxbottom .imginnerbottom .innerbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.bossgoo-index-about18 .aboutbar .left .imgoutbox .imgboxtop .imginnertop .innerbox img,
.bossgoo-index-about18 .aboutbar .left .imgoutbox .imgboxbottom .imginnerbottom .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-about18 .aboutbar .left .imgoutbox .imgboxbottom {
  width: 59.72%;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 44.44%;
}

.bossgoo-index-about18 .aboutbar .right {
  width: 50%;
  padding-left: 60px;
}

.bossgoo-index-about18 .aboutbar .right .maintitle {
  /* font-size: 44px; */
  text-align: left;
  color: var(--themeColor);
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

.bossgoo-index-about18 .aboutbar .right .maintitle .iconfont {
  font-size: 24px;
  /* color: var(--themeColor); */
}

.bossgoo-index-about18 .aboutbar .right .text {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  line-height: 30px;
}

.bossgoo-index-about18 .aboutbar .right .more {
  display: block;
  color: var(--themeColor);
  text-align: left;
  border-radius: 25px;
}

.bossgoo-index-about18 .aboutbar .right .more:hover {
  text-decoration: underline;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-about18 {
    padding: .6rem 0;
  }
  .bossgoo-index-about18 .wrap {
    padding: 0 .2rem;
  }
  .bossgoo-index-about18 .aboutbar {
    display: flex;
    flex-direction: column;
  }
  .bossgoo-index-about18 .aboutbar .left {
    width: 100%;
    height: auto;
    margin-bottom: .4rem;
  }
  .bossgoo-index-about18 .aboutbar .right {
    width: 100%;
    padding-left: 0;
  }
  .bossgoo-index-about18 .aboutbar .right .more {
    width: 100%;
    height: .68rem;
    line-height: .68rem;
    font-size: .28rem;
    color: var(--themeColor);
    border-radius: .34rem;
    text-align: center;
  }
  .bossgoo-index-about18 .aboutbar .left .videobox video {
    max-height: initial;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-about18 .aboutbar .right .text {
    line-height: .44rem;
  }
  .bossgoo-index-about18 .aboutbar .right .maintitle {
    margin-bottom: .4rem;
  }
  .bossgoo-index-about18 .aboutbar .left .videobox .playbtn .playbtninner {
    width: 60px;
    height: 60px;
  }
  .bossgoo-index-about18 .aboutbar .left .videobox .playbtn .btntext {
    font-size: 14px;
  }
  .bossgoo-index-about18 .aboutbar .left .videobox .playbtn .playbtninner a span {
    transform: translate(-32%, -50%);
    border-left: var(--themeColor) 20px solid;
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
  }
}