.indexSide {
  position: fixed;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indexSide li {
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #cccccc;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.indexSide li:last-child {
  margin-bottom: 0;
}

.indexSide li span {
  font-size: 14px;
  color: #FFF;
  display: block;
  position: absolute;
  background: #CC0303;
  white-space: nowrap;
  padding: 2px 5px 1px;
  line-height: 1.2;
  top: calc(50% - 10px);
  right: calc(100% + 10px);
  border-radius: 5px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.indexSide li.active {
  height: 20px;
  background: #CC0303;
}

.indexSide li:hover {
  height: 20px;
  background: #CC0303;
}

.indexSide li:hover span {
  visibility: visible;
  opacity: 1;
}

.productsTop {
  padding: 10% 0px 0%;
  position: relative;
}

.productsTop .bgBox,
.productsTop .bgBox .item,
.productsTop .bgBox .slick-list,
.productsTop .bgBox .slick-track {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.productsTop .contentBox {
  max-width: 1620px;
  padding: 0 0 0 15px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

.productsTop .leftBox {
  max-width: 670px;
  width: 45%;
  color: #fff;
  position: relative;
  bottom: -30px;
}

.productsTop .leftBox .title {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1;
}

.productsTop .leftBox .con {
  padding: 0 0 50px 0;
}

.productsTop .rightBox {
  width: 50%;
  max-width: 815px;
  padding: 0 0 0 3%;
  position: relative;
  z-index: 2;
}

.productsTop .rightBox:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 30px;
  bottom: -70px;
  display: block;
  z-index: -1;
  background: #CC0303;
}

.productsTop .rightBox .listBox {
  max-width: 754px;
  max-height: 447px;
  line-height: 0;
  margin: 0 0 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.7);
}

.productsTop .controlBox {
  position: absolute;
  right: 10px;
  margin: 30px 0 0 0;
}

.productsTop .controlBox .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.productsTop .controlBox .slick-dots li {
  padding: 0 8px;
}

.productsTop .controlBox .slick-dots li.slick-active button {
  background: #fff;
  border: white 1px solid;
}

.productsTop .controlBox .slick-dots li button {
  width: 42px;
  height: 8px;
  border: rgba(255, 255, 255, 0.5) 1px solid;
  text-indent: -9999px;
  background: #CC0303;
}

.productsTop .more {
  width: 235px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  display: block;
  color: #fff;
  padding: 19px 40px 17px 30px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  background: #CC0303;
}

.productsTop .more:before {
  content: '';
  position: absolute;
  top: 0;
  right: -30%;
  bottom: -1px;
  left: -30%;
  z-index: -1;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s;
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s;
  transition: transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s, opacity 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s, opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s;
  -webkit-transform: translate(-400px, 0) skew(60deg, 0deg);
          transform: translate(-400px, 0) skew(60deg, 0deg);
}

.productsTop .more:after {
  content: '';
  width: 17px;
  height: 13px;
  right: 20px;
  top: calc(50% - 6px);
  background: url("../images/ar2.svg");
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productsTop .more:hover {
  color: #fff;
}

.productsTop .more:hover:before {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transform: translate(0, 0) skew(60deg, 0deg);
          transform: translate(0, 0) skew(60deg, 0deg);
}

.productsTop .more:hover:after {
  -webkit-animation: rra 1.8s 0s ease infinite;
          animation: rra 1.8s 0s ease infinite;
}

@-webkit-keyframes rra {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes rra {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media screen and (max-width: 800px) {
  .productsTop .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productsTop .leftBox {
    width: 100%;
    position: relative;
    padding: 0 15px 30px 0;
    bottom: 0;
  }
  .productsTop .leftBox .con {
    padding: 0 0 30px 0;
  }
  .productsTop .rightBox {
    width: 100%;
    padding: 0 0 0 20px;
  }
  .productsTop .more {
    width: 180px;
    padding: 10px 40px 10px 20px;
    bottom: 0px;
    position: relative;
  }
}

/*------------ productsTop ------------*/
/*------------ productCenter ------------*/
@-webkit-keyframes leftLoop {
  0% {
    -webkit-transform: translateX(170%);
            transform: translateX(170%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes leftLoop {
  0% {
    -webkit-transform: translateX(170%);
            transform: translateX(170%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes leftLoop2 {
  0% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes leftLoop2 {
  0% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.productsCenter {
  padding: 12% 0 0;
  position: relative;
  overflow: hidden;
}

.productsCenter .bgFont {
  position: absolute;
  top: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.productsCenter .bgFont:before {
  content: 'PRODUCTS';
  font-weight: 600;
  font-size: 230px;
  line-height: 1.1;
  color: #fff;
  -webkit-text-stroke: 1px #dbdbdb;
}

.productsCenter .contentBox {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productsCenter .contentBox .title {
  padding: 0;
  margin: 0;
}

.productsCenter .contentBox .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.productsCenter .contentBox .controlBox button {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  margin: 0 0 0 15px;
  background: #CC0303;
  border: #CC0303 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.productsCenter .contentBox .controlBox button:before {
  content: '';
  width: 15px;
  height: 10px;
  display: block;
  -webkit-mask: url("../images/ar3.svg") center no-repeat;
          mask: url("../images/ar3.svg") center no-repeat;
  background: #fff;
}

.productsCenter .contentBox .controlBox button.slick-next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.productsCenter .contentBox .controlBox button:hover span:nth-child(1) {
  width: 100%;
  height: 100%;
  -webkit-animation: dotscale 0.8s infinite;
          animation: dotscale 0.8s infinite;
}

.productsCenter .contentBox .controlBox button:hover span:nth-child(2) {
  -webkit-animation: dotscale 0.8s infinite;
          animation: dotscale 0.8s infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.productsCenter .contentBox .controlBox button:hover span:nth-child(3) {
  -webkit-animation: dotscale 0.8s infinite;
          animation: dotscale 0.8s infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.productsCenter .contentBox .controlBox button span {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #CC0303;
  z-index: -1;
}

.productsCenter .item {
  padding: 0 2px;
  position: relative;
}

.productsCenter .item .pic:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 30%;
  min-height: 300px;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}

.productsCenter .item .title {
  position: absolute;
  z-index: 2;
  color: #fff;
  margin: 0;
  padding: 0 10%;
  bottom: 10%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productsCenter a {
  display: block;
  position: relative;
}

@-webkit-keyframes dotscale {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}

@keyframes dotscale {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}

@media screen and (min-width: 1000px) {
  .productsCenter .item:hover .pic:before {
    top: 0%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, black 100%);
  }
  .productsCenter .item:hover .title {
    height: 100%;
    bottom: 0;
  }
}

@media screen and (max-width: 800px) {
  .productsCenter {
    padding: 120px 0 0;
  }
  .productsCenter .item {
    max-width: 250px;
  }
}

/*------------ productsCenter ------------*/
/*------------ newsBox ------------*/
.newsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsBox .leftBox {
  width: 60%;
  background: #f3f3f3;
  padding: 0 0 0 15px;
}

.newsBox .leftBox .item {
  border-bottom: #f3f3f3 1px solid;
  border-left: #f3f3f3 1px solid;
  border-right: #f3f3f3 1px solid;
}

.newsBox .leftBox .newsCon {
  max-width: 790px;
  margin: 0 0 0 auto;
}

.newsBox .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10% 4% 20px 0;
}

.newsBox .titleBox .title {
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.newsBox .titleBox .more {
  font-size: 15px;
  color: #888888;
  position: relative;
  padding: 0 30px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsBox .titleBox .more:after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 12px;
  background: url("../images/ar.svg") center no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
  top: calc(50% - 7px);
}

.newsBox .titleBox .more:hover {
  color: #CC0303;
}

.newsBox .titleBox .more:hover:after {
  -webkit-animation: rra2 1.8s 0s ease infinite;
          animation: rra2 1.8s 0s ease infinite;
}

.newsBox .leftBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 5% 5% 5% 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.newsBox .leftBox .topBox:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: -21px;
  top: calc(50% - 22px);
  border-style: solid;
  border-width: 22px 0 22px 22px;
  z-index: 5;
  opacity: 0;
  border-color: transparent transparent transparent #CC0303;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsBox .leftBox .topBox:after {
  content: '';
  width: 44px;
  height: 44px;
  display: block;
  margin: 0 0 0 auto;
  background: url("../images/index/news_icon.svg") no-repeat;
  background-size: contain;
}

.newsBox .leftBox .topBox time {
  color: #CC0303;
  padding: 0 5%;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsBox .leftBox .topBox .title {
  font-weight: normal;
  margin: 0;
  color: #4b4646;
  padding: 0 20px 0 5%;
  border-left: #cccccc 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newsBox .leftBox .con {
  color: #666666;
  padding: 3% 5%;
  display: none;
}

.newsBox .leftBox .item.active .topBox {
  background: #CC0303;
}

.newsBox .leftBox .item.active .topBox:before {
  opacity: 1;
}

.newsBox .leftBox .item.active .topBox:after {
  -webkit-mask: url("../images/index/news_icon.svg") no-repeat;
          mask: url("../images/index/news_icon.svg") no-repeat;
  background: #fff;
}

.newsBox .leftBox .item.active .topBox time {
  color: #fff;
}

.newsBox .leftBox .item.active .topBox .title {
  font-weight: 600;
  color: #fff;
}

.newsBox .leftBox .item.active .con {
  display: block;
}

.newsBox .rightBox {
  max-width: 815px;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.newsBox .rightBox .item {
  top: 0;
  position: relative;
  opacity: 0;
  line-height: 0;
  visibility: hidden;
}

.newsBox .rightBox .item.active {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes rra2 {
  0% {
    -webkit-transform: translateX(0px) rotate(-90deg);
            transform: translateX(0px) rotate(-90deg);
  }
  50% {
    -webkit-transform: translateX(5px) rotate(-90deg);
            transform: translateX(5px) rotate(-90deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(-90deg);
            transform: translateX(0px) rotate(-90deg);
  }
}

@keyframes rra2 {
  0% {
    -webkit-transform: translateX(0px) rotate(-90deg);
            transform: translateX(0px) rotate(-90deg);
  }
  50% {
    -webkit-transform: translateX(5px) rotate(-90deg);
            transform: translateX(5px) rotate(-90deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(-90deg);
            transform: translateX(0px) rotate(-90deg);
  }
}

@media screen and (max-width: 800px) {
  .newsBox .leftBox {
    padding: 0 15px;
    width: 100%;
  }
  .newsBox .leftBox .topBox:before {
    display: none;
  }
  .newsBox .rightBox {
    display: none;
  }
}

/*------------ newsBox ------------*/
/*------------ equipmentBox ------------*/
.equipmentBox {
  padding: 5% 20px 0;
}

.equipmentBox .title {
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.equipmentBox > .more {
  color: #888888;
  width: 100px;
  text-align: center;
  display: block;
  font-size: 15px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.equipmentBox > .more:hover {
  color: #CC0303;
}

.equipmentBox .listBox {
  max-width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3% 0;
}

.equipmentBox .listBox .item {
  width: 50%;
  padding: 10px;
  position: relative;
}

.equipmentBox .listBox .pic {
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.equipmentBox .listBox .pic img {
  -webkit-transition: all 15s ease;
  transition: all 15s ease;
}

.equipmentBox .listBox .pic:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  min-height: 300px;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.equipmentBox .listBox .txt {
  position: absolute;
  padding: 5%;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}

.equipmentBox .listBox .title {
  color: #fff;
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px 0;
}

.equipmentBox .listBox .more {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  display: block;
  color: #fff;
  padding: 19px 40px 17px 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  background: #CC0303;
}

.equipmentBox .listBox .more:before {
  content: '';
  position: absolute;
  top: 0;
  right: -30%;
  bottom: -1px;
  left: -30%;
  z-index: -1;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s;
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s;
  transition: transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s, opacity 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s, opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s;
  -webkit-transform: translate(-400px, 0) skew(60deg, 0deg);
          transform: translate(-400px, 0) skew(60deg, 0deg);
}

.equipmentBox .listBox .more:after {
  content: '';
  width: 17px;
  height: 13px;
  right: 20px;
  top: calc(50% - 6px);
  background: url("../images/ar2.svg");
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.equipmentBox .listBox a:hover .pic img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.equipmentBox .listBox a:hover .pic:before {
  top: 0;
}

.equipmentBox .listBox a:hover .more {
  color: #fff;
}

.equipmentBox .listBox a:hover .more:before {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transform: translate(0, 0) skew(60deg, 0deg);
          transform: translate(0, 0) skew(60deg, 0deg);
}

.equipmentBox .listBox a:hover .more:after {
  -webkit-animation: rra 1.8s 0s ease infinite;
          animation: rra 1.8s 0s ease infinite;
}

@media screen and (max-width: 650px) {
  .equipmentBox .listBox .item {
    width: 100%;
  }
  .equipmentBox .listBox .more {
    padding: 10px 40px 10px 30px;
  }
}

/*------------ equipmentBox ------------*/
.customersBox {
  padding: 8% 15px;
  background: url("../images/index/customers_bg.jpg") center no-repeat;
  background-attachment: fixed;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customersBox:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e1414), to(rgba(46, 20, 20, 0)));
  background: linear-gradient(to bottom, #2e1414 0%, rgba(46, 20, 20, 0) 100%);
}

.customersBox h2 {
  font-size: 36px;
  padding: 0;
  margin: 0 0 3% 0;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
}

.customersBox .listBox {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 120px;
  background: rgba(255, 255, 255, 0.85);
  padding: 4% 5%;
}

.customersBox .listBox .item {
  margin: 0 5%;
  line-height: 0;
}

@media screen and (max-width: 1000px) {
  .customersBox h2 {
    font-size: 28px;
  }
}
