
.bossgoo-aboutus10-breadbrumb10 .imgBox{
    width: 100%;
    position: relative;
  }
  
  .bossgoo-aboutus10-breadbrumb10 .imgBox img{
    width: 100%;
    display: block;

  }


  .bossgoo-aboutus10-breadbrumb10 .bossgoo-breadbrumb1.pc {
  background: none;
}

.bossgoo-aboutus10-breadbrumb10 .bossgoo-breadbrumb1 .wrap {
  padding: 24px 0;
  color: #999;
}

.bossgoo-aboutus10-breadbrumb10 .bossgoo-breadbrumb1.pc .wrap {
  padding: 0;
  color: #999;
  text-align: center;
}

.bossgoo-aboutus10-breadbrumb10 .bossgoo-breadbrumb1 i {
  margin: 0 10px;
}

.bossgoo-aboutus10-breadbrumb10 .bossgoo-breadbrumb1.pc span,
.bossgoo-aboutus10-breadbrumb10 .bossgoo-breadbrumb1.pc i,
.bossgoo-aboutus10-breadbrumb10 .bossgoo-breadbrumb1.pc a {
  color: #fff;
}

.bossgoo-aboutus10-breadbrumb10  {
  width: 100%;
  /* height: 400px; */
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bossgoo-aboutus10-breadbrumb10 .titlebox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bossgoo-aboutus10-breadbrumb10  .titlebox .pagetitle {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
  
  .bossgoo-aboutus10-breadbrumb10 .tabBox{
    background-color: #eff1f5;
       padding:  18px 0 ;
  }
  
  .body1560{
    max-width: 1560px;
    margin: 0 auto;
  }
  
  .bossgoo-aboutus10-breadbrumb10 .tabBox .tab{
    display: flex;
  }
  
  .bossgoo-aboutus10-breadbrumb10 .tabBox .item{
    background-color: #fff;
    width: 180px;
    border-radius: 6px;
    padding: 12px 0;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    text-align: center;
    
  }
  
  .bossgoo-aboutus10-breadbrumb10 .tabBox .item a{
    color: #333;
  }
  
  .bossgoo-aboutus10 .info{
    padding-top: 80px;
    display: flex;
    align-items: center;
  }
  
  .bossgoo-aboutus10-breadbrumb10 .tabBox .item.active{
      background-color: var(--themeColor);
  }
  .bossgoo-aboutus10-breadbrumb10 .tabBox .item.active a{
    color: #fff;
  }
  
  
  .bossgoo-aboutus10 .info .mainLeft{
    width: 60%;
    padding-right: 50px;
  }
  
  .bossgoo-aboutus10 .info .mainLeft .title{
        color: #26221c;
      font-size: 40px;
      font-weight: bold;
  }
  
  .bossgoo-aboutus10 .info .mainLeft .text{
    margin-top: 20px;
  }
  
  .bossgoo-aboutus10 .info .mainLeft .text p{
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  .bossgoo-aboutus10 .info .mainRight{
    width: 40%;
  }
  
  .bossgoo-aboutus10 .info .mainRight .imgBox{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
  }
  
  .bossgoo-aboutus10 .info .mainRight .imgBox img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  
  
  .bossgoo-aboutus10 .companyNum{
    background: linear-gradient(to bottom, #0d49ff,#00c3ff);
    display: flex;
        border-radius: 12px;
      margin-top: 50px;
  }
  
  .bossgoo-aboutus10 .companyNum .item{
    width: 25%;
    border-right: 1px solid rgba(225, 225, 225,.16);
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
        flex-direction: inherit;
  }


  .bossgoo-aboutus10 .companyNum .item .imgbox{
    margin-right: 30px;
  }

  .bossgoo-aboutus10 .companyNum .item .imgbox img{
    width: 100%;
  }
  
  .bossgoo-aboutus10 .companyNum .item:nth-child(4n){
      border-right:unset;
  }
  .bossgoo-aboutus10 .companyNum .item .numBox{
      display: flex;
      align-items: center;
  }
  
  .bossgoo-aboutus10 .companyNum .item .numBox .p_num{
    font-size: 45px;
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
    line-height: 1.3;

  }
  
  
  .bossgoo-aboutus10 .companyNum .item .numBox .p_plus{
    font-size: 32px;
    color: #fff;
  }
  
  .bossgoo-aboutus10 .companyNum .item .richText{
    font-size: 18px;
    color: #fff;
  }
  
  .bossgoo-aboutus10 .factory{
     margin: 80px 0;
  }
  
  .bossgoo-aboutus10 .factory .title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #26221c;
  }
  
  .bossgoo-aboutus10 .factory .factory10Swiper{
    margin-top: 50px;
  }
  
  @media only screen and (max-width: 1560px) {
    .body1560{
      padding: 0 10px;
    }
  }
  
  @media only screen and (max-width: 768px){
  .bossgoo-aboutus10 .info{
    padding-top: .8rem;
    flex-direction: column;
  }
  .bossgoo-aboutus10 .info .mainLeft{
    width: 100%;
    padding-right: 0;
  }
  
  .bossgoo-aboutus10 .info .mainLeft .title{
    font-size: .48rem;
  }
  
  .bossgoo-aboutus10 .info .mainLeft .text p{
    font-size: .24rem;
    margin-bottom: .2rem;
  }
  
  .bossgoo-aboutus10 .info .mainRight{
        width: 100%;
  }
  
  
  
  .bossgoo-aboutus10 .factory{
        margin: .8rem 0;
  }
  
  .bossgoo-aboutus10 .factory .title{
     font-size: .48rem;
  }
  
  .bossgoo-aboutus10 .factory .factory10Swiper{
        margin-top: .5rem;
  }
  
  .bossgoo-aboutus10-breadbrumb10 .tabBox .item{
           width: 2.8rem;
          border-radius: 3px;
          padding: 8px;
  }
  
  .bossgoo-aboutus10 .companyNum{
    /* display: none; */
    flex-wrap: wrap;
  }
  
  .bossgoo-aboutus10 .companyNum .item{
    width: 50%;
    padding: .5rem 0;
  }
  
  .bossgoo-aboutus10 .companyNum .item .numBox .p_num{
        font-size: .6rem;
            margin-right: .1rem;
  }
  
  .bossgoo-aboutus10 .companyNum .item .richText{
        font-size: .28rem;
  }
  
  .bossgoo-aboutus10 .companyNum .item:nth-child(1),
  .bossgoo-aboutus10 .companyNum .item:nth-child(2){
    border-bottom: 1px solid rgba(225, 225, 225, .16);
  }
  
  .bossgoo-aboutus10 .companyNum .item .numBox .p_plus{
    font-size: .4rem;
  }
  .bossgoo-aboutus10 .companyNum .item .imgbox{
    margin-right: 10px;
    margin-left: 10px;
  }

  .bossgoo-aboutus10 .companyNum .item{
    flex-direction: column;
  }

  .bossgoo-aboutus10 .companyNum .item .numBox{
    justify-content: center;
    margin-top: .4rem;
  }

  .bossgoo-aboutus10 .companyNum .item .imgbox img{
    width: 80%;
  }
  
  
  
  
  }