.i-about {
  margin-top: 170px;
}

.i-about video {
  float: left;
  width: 800px;
  height: 415px;
}

.i-about .text {
  float: right;
}

.i-about .text .intro {
  margin: 0 55px;
}

.i-about .text a {
  float: right;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  padding: 37px 15px 18px;
  width: 14px;
  border: solid 1px #555555;
  color: #555;
}

.i-news .swiper-slide{
  width:50%;
}
.store-container .swiper-slide{
     width: 426.667px;
    margin-right: 30px;
}
.products-container .swiper-slide{
     width: 426.667px;
    margin-right: 30px;
}

.i-about .text a::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 22px;
  width: 13px;
  height: 3px;
  border-top: 2px solid #bf0000;
  border-bottom: 2px solid #bf0000;
}

.i-news .news-container {
  height: 400px;
}

.i-news .news-container .swiper-slide {
  position: relative;
  height: 400px;
  background: url(../images/bg-i-news.jpg) no-repeat 0 0 /100% 100%;
}

.i-news .news-container .swiper-slide:nth-child(2n) {
  background: url(../images/bg-i-news2.jpg) no-repeat 0 0 /100% 100%;
}

.i-news .news-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.i-news .news-container .swiper-slide div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 235px;
  padding: 83px 25px 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.i-news .news-container .swiper-slide div h3 {
  font-size: 20px;
}

.i-news .news-container .swiper-slide div p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
}

.i-news .news-container .swiper-pagination {
  bottom: 83px;
  right: 216px;
  width: auto;
  left: auto;
}

.i-news .news-container .swiper-pagination-bullet {
  border: 2px solid #fff;
  width: 6px;
  height: 6px;
}

.i-news .news-container .swiper-pagination-bullet-active {
  background: #fff;
}

.i-news .more {
  display: block;
  margin: 73px auto 0;
  font-size: 16px;
  color: #555555;
  letter-spacing: 8px;
  width: 164px;
  text-align: center;
  line-height: 42px;
  border: solid 1px #555555;
}

.i-products .products-container img {
  transition: all .4s ease-in-out;
  display: block;
  width: 100%;
}

.i-store .swiper-slide img {
  display: block;
  width: 100%;
}

.i-store .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.i-store .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border: 2px solid #3b2f24;
}

.i-store .swiper-pagination-bullet-active {
  background: #3b2f24;
  border-color: #3b2f24;
}


