﻿  .bossgoo-index-about16 .maintitle {
    font-weight: bold;
    color: var(--themeColor);
  }
  
  .bossgoo-index-about16 .aboutbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 700px; */
  }
  
  .bossgoo-index-about16 .aboutbar .left {
    /* position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 700px; */
    width: 50%;
    padding-bottom: 32.985%;
    position: relative;
  }
  
  .bossgoo-index-about16 .aboutbar .left .leftinner {
    width: 100%;
    height: 100%;
    /* position: relative; */
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox {
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 650px; */
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox img {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    /* max-height: 650px; */
    object-fit: cover;
  }
  
  .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox a {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 77px);
    width: 105px;
    height: 105px;
    line-height: 105px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 36px;
  }
  
  .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50px;
    top: 50px;
    width: calc(100% - 40px);
    /* height: 100%; */
    height: calc(100% - 40px);
    background-color: var(--themeColor);
    z-index: -2;
  }
  
  .bossgoo-index-about16 .aboutbar .rightoutbox {
    display: flex;
    justify-content: flex-end;

    width: 50%;
  }
  
  .bossgoo-index-about16 .aboutbar .rightoutbox .right {
    /* width: 50%; */
    width: 100%;
    padding-left: 50px;
  }
  
  .bossgoo-index-about16 .aboutbar .rightoutbox .right .maintitle {
    text-align: left;
  }
  
  .bossgoo-index-about16 .aboutbar .rightoutbox .right .text {
    line-clamp: 9;
    -webkit-line-clamp: 9;
    margin-bottom: 20px;
  }
  
  .bossgoo-index-about16 .aboutbar .rightoutbox .right .more,
  .bossgoo-index-about16 .aboutbar .rightoutbox .right .factory {
    display: inline-block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ebebeb;
    margin-right: 20px;
  }
  
  .bossgoo-index-about16 .aboutbar .rightoutbox .right .more:hover,
  .bossgoo-index-about16 .aboutbar .rightoutbox .right .factory:hover {
    color: var(--themeColor);
    border: 1px solid var(--themeColor);
  }
  
  @media only screen and (max-width:1600px) {
    /* .bossgoo-index-about16 .aboutbar .left {
      height: auto;
    }
    .bossgoo-index-about16 .aboutbar {
      height: 600px;
    }
    .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox img {
      max-height: 550px;
    } */
  }
  
  @media only screen and (max-width:1400px) {
    /* .bossgoo-index-about16 .aboutbar {
      height: 500px;
    }
    .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox img {
      max-height: 450px;
    } */
  }
  
  @media only screen and (max-width:1200px) {
    /* .bossgoo-index-about16 .aboutbar {
      height: 400px;
    }
    .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox img {
      max-height: 350px;
    } */
  }
  
  @media only screen and (max-width:1040px) {
    .bossgoo-index-about16 {
      padding: .6rem .2rem;
    }
    .bossgoo-index-about16 .aboutbar {
      flex-wrap: wrap;
    }
    .bossgoo-index-about16 .aboutbar .left {
      width: 100%;
      padding-bottom: 65.97%;
    }
    /* .bossgoo-index-about16 .aboutbar .left .leftinner {
      height: auto;
    }
    .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox {
      position: static;
    } */
    .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox:after {
      display: none;
    }
    .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox img {
      width: 100%;
      height: 100%;
    }
    .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox a {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 1.2rem;
      height: 1.2rem;
      line-height: 1.2rem;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      text-align: center;
      color: #fff;
      font-size: .4rem;
    }
    .bossgoo-index-about16 .aboutbar .rightoutbox {
      width: 100%;
    }
    .bossgoo-index-about16 .aboutbar .rightoutbox .right {
      width: 100%;
      padding-left: 0;
    }
    .bossgoo-index-about16 .aboutbar .rightoutbox .text {
      line-height: 1.5;
    }
    .bossgoo-index-about16 .aboutbar .left {
      /* height: auto;
      position: static;
      margin-bottom: 10px; */
      margin-bottom: .4rem;
    }
    .bossgoo-index-about16 .aboutbar {
      height: auto;
    }
    .bossgoo-index-about16 .aboutbar .rightoutbox .right .more,
    .bossgoo-index-about16 .aboutbar .rightoutbox .right .factory {
      font-size: .36rem;
      padding: 0 .1rem;
      color: var(--themeColor);
      border: 1px solid var(--themeColor);
    }
    .bossgoo-index-about16 .aboutbar .rightoutbox .right .more,
    .bossgoo-index-about16 .aboutbar .rightoutbox .right .factory {
      height: .8rem;
      line-height: .8rem;
      color: var(--themeColor);
      border: 1px solid var(--themeColor);
    }
  }
  
  @media only screen and (max-width:767px) {
    .bossgoo-index-about16 {
      padding: .6rem .2rem;
    }
    .bossgoo-index-about16 .aboutbar .left {
      /* margin-bottom: .2rem; */
      width: 100%;
    }
    .bossgoo-index-about16 .aboutbar .left .leftinner .imgbox a {
      transform: translate(-50%, -50%);
      width: .8rem;
      height: .8rem;
      line-height: .8rem;
      background: rgba(0, 0, 0, 0.5);
      font-size: .32rem;
    }
    .bossgoo-index-about16 .aboutbar .rightoutbox .right .more,
    .bossgoo-index-about16 .aboutbar .rightoutbox .right .factory {
      font-size: .28rem;
      padding: 0 .1rem;
    }
    .bossgoo-index-about16 .aboutbar .rightoutbox .right .more,
    .bossgoo-index-about16 .aboutbar .rightoutbox .right .factory {
      height: .6rem;
      line-height: .6rem;
    }
  }

.bossgoo-index-about16{
  padding-bottom: 50px;
}
@media only screen and (max-width:1040px) {
  .bossgoo-index-about16{
    padding-bottom: .6rem;
  }
}