.bossgoo-index-products27 {
  padding-bottom: 80px;
  background-color: #f3f3f3;
  overflow: hidden;
}

.bossgoo-index-products27 .max1920 {
  display: flex;
}

.bossgoo-index-products27 .img-item {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.bossgoo-index-products27 .img-item .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bossgoo-index-products27 .img-item .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-index-products27 .products-center {
  width: 40%;
  padding: 40px 50px 0;
}

.bossgoo-index-products27 .products-center ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bossgoo-index-products27 .products-center li {
  width: 47.7%;
  padding-bottom: 25px;
  margin-bottom: 30px;
  background-color: #fff;
}

.bossgoo-index-products27 .products-center li:nth-child(3), .bossgoo-index-products27 .products-center li:nth-child(4) {
  margin-bottom: 0;
}

.bossgoo-index-products27 .products-center li .pro-box {
  width: 100%;
  height: 0;
  padding-bottom: 126%;
}

.bossgoo-index-products27 .products-center li .title {
  padding: 0 20px;
  margin-bottom: 5px;
}

.bossgoo-index-products27 .products-center li .title a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.bossgoo-index-products27 .products-center li .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-products27 .products-center li .btn-box .iconfont {
  font-size: 18px;
  color: var(--themeColor);
  margin-right: 5px;
}

.bossgoo-index-products27 .products-center li .btn-box .btn {
  color: #666;
}

.bossgoo-index-products27 .products-center li .img-box {
  padding: 20px;
}

.bossgoo-index-products27 .products-center li img {
  transition: all .3s ease-in-out;
}

.bossgoo-index-products27 .products-center li img:hover {
  transform: scale(1.2);
}

.bossgoo-index-products27 .pro-big {
  flex: 1;
  min-width: 0;
}

.bossgoo-index-products27 .pro-big .img-item {
  padding-bottom: 76.3%;
}

@media only screen and (max-width: 1360px) {
  .bossgoo-index-products27 .max1920 {
    display: block;
  }
  .bossgoo-index-products27 .products-center {
    width: 100%;
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-products27 {
    padding-bottom: .3rem;
  }
  .bossgoo-index-products27 .products-center {
    padding: .4rem 0;
  }
  .bossgoo-index-products27 .products-center li {
    padding-bottom: .3rem;
    margin-bottom: .35rem;
  }
  .bossgoo-index-products27 .products-center li .img-box {
    padding: .3rem;
  }
  .bossgoo-index-products27 .products-center li .title {
    padding: 0 .2rem;
    margin-bottom: .1rem;
  }
  .bossgoo-index-products27 .products-center li .title a {
    font-size: .3rem;
  }
  .bossgoo-index-products27 .pro-big {
    display: none;
  }
}


.bossgoo-index-products27 .pro-big{
  display: flex;
  align-items: flex-end;
}
.bossgoo-index-products27 .img-item .img-box img{
  width: 100%;
  height: 100%;
}