.bossgoo-aboutus10-breadbrumb10 .imgBox{
  width: 100%;
  position: relative;
}

.bossgoo-aboutus10-breadbrumb10 .imgBox img{
  width: 100%;
  display: block;
}
.bossgoo-aboutus10-breadbrumb10 .bossgoo-breadbrumb1.pc .wrap {
  padding: 0;
  color: #999;
  text-align: center;
}

.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 .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 .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-video10{
  padding: 60px 0;
}

.bossgoo-video10 .videoTab{
  display: flex;
}


.bossgoo-video10 .videoTab .item{
  padding: 0 20px;
    color: #999;
     font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

.bossgoo-video10 .videoTab .item.active a{
  color: var(--themeColor);
 
}


.bossgoo-video10 .videoTab .item:not(:last-child){
  border-right: 1px solid #999;
}


.bossgoo-video10  .videolist{
  margin-top: 50px;
}

.bossgoo-video10  .videolist .list{
    display: none;
}

.bossgoo-video10  .videolist .list.active{
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-video10  .videolist .list .item{
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 20px;
}

.bossgoo-video10  .videolist .list .item:nth-child(3n){
   margin-right: 0;
}

.bossgoo-video10  .videolist .list .item .imgbox{
   width: 100%;
   height: 0;
   padding-bottom: 56%;
   position: relative;
   transition: all .3s ease;
}

.bossgoo-video10  .videolist .list .item .imgbox img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-video10  .videolist .list .item .imgbox .shade{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,5);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.bossgoo-video10  .videolist .list .item .imgbox:hover .shade{
  opacity: .5;
}

.bossgoo-video10  .videolist .list .item .imgbox .shade .iconfont{
  color: #fff;
  font-size: 54px;
}

.bossgoo-video10  .videolist .list .item .text{
  margin-top: 20px;
}

.bossgoo-video10  .videolist .list .item .text a{
  display: block;
 font-size: 18px;
 color: #333;
 text-align: center;
}

@media only screen and (max-width: 1560px) {
  .body1560{
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px){


.bossgoo-aboutus10-breadbrumb10 .tabBox .item{
         width: 2.8rem;
        border-radius: 3px;
        padding: 8px;
}

.bossgoo-video10 .videolist .list .item{
  width: 48%;
    margin-right: 4%;
}

.bossgoo-video10  .videolist .list .item:nth-child(3n){
   margin-right: auto;
}
.bossgoo-video10  .videolist .list .item:nth-child(2n){
   margin-right: 0;
}
.bossgoo-video10{
  padding: .6rem 0;
}
.bossgoo-video10 .videolist{
  margin-top: .5rem;
}

.bossgoo-video10 .videolist .list .item .text{
  margin-top: .2rem;
}

.bossgoo-video10 .videolist .list .item .text a{
  font-size: .24rem;
}

.bossgoo-video10 .videolist .list .item .imgbox .shade .iconfont{
  font-size: .54rem;
}
}
