.sl-offers-content{
  background-color: #EEECE7;
}
.sl-offers-module1{
  background-color: #000;
  padding: 76px 0;
}
.offers-swiper-container{
  width: 1140px;
  height: 476px;
  margin:auto;
}
.module1-detail{
  padding: 0 30px;
  height: 100%;
  padding-top: 20px;
}
.module1-detail-imgBox{
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.module1-detail-imgBox img{
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: -1;
}
.module1-prev{
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.module1-next{
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.module1-prev img,.module1-next img{
  height: 20px;
}
.sl-offers-module2{
  width: 1080px;
  margin:auto;
  position: relative;
  margin-top: 114px;
  padding-bottom: 120px;
}
.module2-img{
  position: absolute;
  right: -50px;
  bottom: 100px;
  width: 187px;
  height: 199px;
  z-index: -1;
}
.module2-list{
  display: flex;
  flex-wrap: wrap;
}
.module2-item{
  width: 156px;
  height: 156px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 54px;
  margin-right: calc( (1080px - 156px*6)/5 );
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}
.module2-item:nth-of-type(6n){
  margin-right: 0;
}
.module2-item img{
  width: 100%;
  height: 100%;
}

.sl-offers-module3{
  width: 1080px;
  margin:auto;
  position: relative;
  padding-bottom:146px ;
}
.sl-offers-module4{
  width: 980px;
  margin:auto;
  position: relative;
  padding-bottom:220px ;
}
.module3-title,.module4-title{
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  color: #264C51;
  font-family: 'Mazius Display', sans-serif;
}
.module3-list{
  display: flex;
  flex-wrap: wrap;
}
.module3-item{
  width: 530px;
  height: 276px;
  margin-bottom: 18px;
  margin-right: calc( 1080px - 530px*2 );
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.module3-item:nth-of-type(2n){
  margin-right: 0;
}
.module4-list{
  display: flex;
  flex-wrap: wrap;
}
.module4-item{
  width: 232px;
  height: 232px;
  margin-bottom: 14px;
  margin-right: calc( (980px - 232px*4)/3 );
  
  position: relative;

  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.module4-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.module4-item:nth-of-type(4n){
  margin-right: 0;
}
.module4-item-logo-box{
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module4-item-logo{
  max-width: 65%;
  max-height: 65%;
}
.module3-item-bj{
  width: 100%;
  height: 100%;
}
.module3-item-logo{
  position: absolute;
  bottom:52px ;
  left: 16px;
  z-index: 1;
  width: 96px;
  height: 65px;
  border-radius: 4px;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.module3-item-p1{
  width: 100%;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.module4-item-bj{
  width: 100%;
  height: 100%;
}



.scale_imgbox{
  overflow: hidden;
}
.scale_imgbox:hover .scale_imgbj{
  transform: translate3d(0px, 0px, 0px) scale3d(1.08, 1.08, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.scale_imgbox .scale_imgbj{
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition-duration: 0.8s;
}
.module2-item .module2-item-img{
  background-size: 120px;
}
/* font-family: 'Mazius Display', sans-serif; */