.bossgoo-index-about1{
  direction: ltr;
}

.bossgoo-index-about1 .first-title {
  color: var(--themeColor);
}

.bossgoo-index-about1 .index1-show-mask {
  max-width: 95vw;
  max-height: 95vh;
}

.bossgoo-index-about1 .index1-show-mask video{
  max-width: 100%;
  max-height: 95vh;
  object-fit: contain;
}

.bossgoo-index-about1 .index1-show-mask .icon-cha{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  font-weight: bold;
}


.bossgoo-index-about1 .about-main {
  position: relative;
  height: 480px;
}

.bossgoo-index-about1 .about-main .left {
  width: 50%;
  /* height: 480px; */
  position: absolute;
  background-color: #000;
}

.bossgoo-index-about1 .about-main .left:hover {
  cursor: pointer
}

.bossgoo-index-about1 .about-main .left .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bossgoo-index-about1 .about-main .right {
  margin-left: 50%;
  padding: 30px;
  box-sizing: border-box;
  height: 480px;
}

.bossgoo-index-about1 .title {
  text-align: left;
}

.bossgoo-index-about1 .wire {
  width: 83px;
  height: 3px;
  background-color: var(--themeColor);
}

.bossgoo-index-about1 .content .text{
  overflow: auto;
  max-height: 320px;
}

.bossgoo-index-about1 .content .text .brief {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin: 20px 0;
}

.bossgoo-index-about1 .about-main .content .text .details {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.bossgoo-index-about1 .showImg {
  /* display: none; */
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-about1 .more a {
  display: block;
  width: 155px;
  height: 42px;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #fff;
  background-color: var(--themeColor);
  border-radius: 10px;
  text-align: center;
  line-height: 42px;
  margin-top: 10px;
}

.bossgoo-index-about1 .more a:hover {
  /* background-color: rgb(254, 164, 0); */
}

.bossgoo-index-about1 .choose-main .left {
  width: 50%;
  padding: 60px 30px;
}

.bossgoo-index-about1 .choose-main .left .desc-box,
.bossgoo-index-about1 .factory-main .right .desc-box {
  /* line-height: 44px;
  font-size: 24px; */
  line-height: 30px;
  font-size: 18px;
  padding-top: 7px;
}

.bossgoo-index-about1 .choose-main {
  position: relative;
  height: 480px;
}

.bossgoo-index-about1 .choose-main .right {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  /*background-image: url('../images/choose.jpg');*/
  height: 480px;
}
.bossgoo-index-about1 .choose-main .right .showBox{
  text-align: center;
}

.bossgoo-index-about1 .factory-main {
  position: relative;
}

.bossgoo-index-about1 .factory-main .left {
  width: 50%;
  position: absolute;
}

.bossgoo-index-about1 .factory-main .left .swiper {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.bossgoo-index-about1 .factory-main .left .swiper-slide{
  text-align: center;
}

.bossgoo-index-about1 .factory-main .left .swiper .swiper-slide img{
  display: inline-flex;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-about1 .factory-main .right {
  margin-left: 50%;
  padding: 60px 30px;
  box-sizing: border-box;
  height: 480px;
}

.bossgoo-index-about1 .mySwiper {
  overflow: hidden;
  position: relative;
}


/* .swiper-pagination-bullet{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
	height: 5px;
	border-radius: 3px;
    background-color: var(--themeColor);
} */

.bossgoo-index-about1 .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  border-radius: 3px;
}

.bossgoo-index-about1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--themeColor);
}

.bossgoo-index-about1 .showVideo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.bossgoo-index-about1 .index1-show-mask {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 80%;
  transform: translate(-50%, -50%);
  z-index: 100000;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-about1 {
    padding: .6rem 0;
  }
  .bossgoo-index-about1 .title {
    font-size: .6rem;
    margin: .2rem 0;
  }
  .bossgoo-index-about1 .content .text{
    max-height: none;
  }
  .bossgoo-index-about1 .content .text .brief {
    font-size: .4rem;
    line-height: 1.5;
  }
  .bossgoo-index-about1 .about-main .content .text .details {
    font-size: .36rem;
    line-height: 1.6;
  }
  .bossgoo-index-about1 .content .text .desc-box {
    font-size: .36rem;
    line-height: 1.6;
  }
  .bossgoo-index-about1 .showImg {
    width: 100%;
    display: block;
  }
  .bossgoo-index-about1 .about-main {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .bossgoo-index-about1 .about-main .left {
    width: 100%;
    position: relative;
    height: auto;
    background: none;
  }
  .bossgoo-index-about1 .about-main .right {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.2rem .6rem;
    height: auto;
  }
  .bossgoo-index-about1 .content .text .brief {
    text-align: center;
  }
  .bossgoo-index-about1 .more a {
    width: 3.3rem;
    height: .8rem;
    font-size: 0.3rem;
    line-height: 0.8rem;
    border-radius: 0.1rem;
    margin-bottom: .3rem;
  }
  .bossgoo-index-about1 .choose-main .left {
    width: 100%;
  }
  .bossgoo-index-about1 .choose-main {
    height: auto;
  }
  .bossgoo-index-about1 .choose-main .right {
    position: relative;
    width: 100%;
    height: auto;
  }
  .bossgoo-index-about1 .choose-main .right .showBox{
    text-align: center;
  }
  .bossgoo-index-about1 .choose-main .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.6rem 0.2rem;
    height: auto;
  }
  .bossgoo-index-about1 .choose-main .left .desc-box {
    font-size: .4rem;
    line-height: 1.5;
    text-align: center;
  }
  .bossgoo-index-about1 .content .text .brief {
    margin: 0.3rem 0.24rem 0.24rem;
  }
  .bossgoo-index-about1 .factory-main .left .swiper {
    height: auto;
  }
  .bossgoo-index-about1 .factory-main .left .swiper-slide{
    text-align: center;
  }
  .bossgoo-index-about1 .factory-main .left {
    width: 100%;
    position: relative;
  }
  .bossgoo-index-about1 .factory-main {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .bossgoo-index-about1 .factory-main .right {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.6rem 0.2rem;
    height: auto;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-about1 {
    padding: .3rem 0;
  }
  .bossgoo-index-about1 .title {
    font-size: .4rem;
    line-height: 1.6;
    margin: 0;
  }
  .bossgoo-index-about1 .about-main .content .text .details {
    font-size: .28rem;
  }
  .bossgoo-index-about1 .content .text .desc-box {
    font-size: .28rem;
  }
  .bossgoo-index-about1 .more a {
    width: 3.0rem;
    height: .7rem;
    line-height: .7rem;
  }
  .bossgoo-index-about1 .content .text .brief {
    font-size: .36rem;
  }
  .bossgoo-index-about1 .about-main .right {
    padding: 0 .2rem .3rem;
  }
  .bossgoo-index-about1 .choose-main .left {
    padding: .3rem .2rem;
  }
  .bossgoo-index-about1 .about-main .left .bg {
    width: 10%;
  }
  .bossgoo-index-about1 .factory-main .right {
    padding: .3rem .2rem;
  }
}

.bossgoo-index-about1 .choose-main .left .desc-box .details,
.bossgoo-index-about1 .factory-main .right .desc-box .details{
  margin-bottom: 4px;
}
.bossgoo-index-about1 .choose-main .left .desc-box,
.bossgoo-index-about1 .factory-main .right .desc-box{
  padding-top: 10px;
}

.bossgoo-index-about1{
  padding-bottom: 30px;
}
@media only screen and (max-width: 1040px){
  .bossgoo-index-about1{
    padding-bottom: .6rem;
  }
}
@media only screen and (max-width: 767px){
  .bossgoo-index-about1{
    padding-bottom: .3rem;
  }
}