.swiper-container {
  width: 100%;
  overflow: hidden;
  background: #000;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper_control {
  position: absolute;
  right: 60px;
  bottom: 10px;
  z-index: 99;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-container2,
.swiper-container3 {
  /* height: 920px; */
}
.swiper-container .swiper-slide {
  position: relative;
}
.swiper-container .swiper-slide .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
	background: rgba(0, 0, 0, 0.5);
	height: 70px;
	line-height: 70px;
	padding-left: 2vw;
	font-size: 14px;
	font-weight: 300;
}
.swiper-container .swiper-slide .bottom .large {
	font-size: 20px;
	font-weight: bold;
	margin-right: 2vw;
	color: #fff;
}
/* .slide5,
.slide6,
.slide7,
.slide8 {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  cursor: pointer;
}
.slide5:hover,
.slide6:hover,
.slide7:hover,
.slide8:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
} */
.swiper-pagination-bullet {
  width: 88px;
  height: 4px;
  background: #ccc;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 12px;
}
.swiper-container1 .swiper-pagination-bullet:hover {
  background: #fff;
  opacity: 1;
}

.part2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part2Left {
  width: 100%;
  padding-left: 7%;
  height: 100%;
  background: #2a5b65;
  z-index: 10;
  padding-bottom:50px;
}
.storyIntr {
  width: 92%;
  font-size: 1.2vw;
  line-height: 2vw;
  letter-spacing: 3px;
  color: #fff;
  padding-top: 2vw;
}
.part2Right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background: #e28657;
  font-size: 1.3vw;
  line-height: 2.4vw;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.paddTop {
  padding-top: 136px;
}
.dis {
  /* padding: 87px 0 90px; */
  margin: 0 auto;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: auto;
  position: absolute;
  right: 5vw;
  bottom: 18px;
  z-index: 9;
  text-align: right;
}
.swiper-pagination,
.swiper-pagination {
  padding-right: 6%;
}
.swiper-pagination-bullet {
	opacity: 1;
}
.swiper-in {
  position: relative;
}
.swiper-in .swiper_prev {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../img/brand/left1.png) no-repeat center / 100%;
}
.swiper-in .swiper_next {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background: url(../img/brand/right1.png) no-repeat center / 100%;
}
.swiper-in .swiper_prev.swiper-button-disabled {
  background: url(../img/brand/left.png) no-repeat center / 100%;
}
.swiper-in .swiper_next.swiper-button-disabled {
  background: url(../img/brand/right.png) no-repeat center / 100%;
}
/* .swiper-in .swiper-pagination-bullet-active {
  width: 30px;
  height:  30px;
  background: url(../img/brand/left1.png) no-repeat center / 100%;
}
.swiper-in .swiper-pagination-bullet-active:nth-child(2) {
  width:  30px;
  height: 30px;
  background: url(../img/brand/right1.png) no-repeat center / 100%;
} */
.titleStyle {
  text-align: center;
  padding: 3vw 10px;
}
.titEng {
  font-size: 1.5vw;
  line-height: 1;
  letter-spacing: 8px;
  color: #2a5b65;
  font-weight: bold;
  text-transform: uppercase;
}
.titChi {
  font-size: 4vw;
  line-height: 1;
  /*letter-spacing: 14px;*/
  color: #2a5b65;
  margin-top: 20px;
}
.code {
  width: 18vw;
  height: 18vw;
  margin: 3vw auto;
  display: block;
  cursor: pointer;
  border-radius: 5px;
}
.story {
  font-size: 5.3vw;
  /*line-height: 70px;*/
  letter-spacing: 14px;
  color: #fff;
  /* margin-top: -27px; */
  margin-top: 10px;
}
/*DQ品牌介绍*/
.introduction .slide1 {
  background: #000 url("../img/introduction/banner1.jpg") no-repeat center;
  background-size: auto 100%;
}
.introduction .slide5 {
  background: url("../img/introduction/food1.jpg") no-repeat center;
  background-size: 100% 100%;
}
.introduction .slide7 {
  background: url("../img/introduction/evir1.jpg") no-repeat center;
  background-size: 100% 100%;
}
.introduction .slide8 {
  background: url("../img/introduction/evir2.jpg") no-repeat center;
  background-size: 100% 100%;
}
.introduction .part2Left {
  background: #0071b7;
}
.introduction .part2Right {
  background: #e72e34;
}
.introduction .slide5 p,
.introduction .slide6 p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 91%;
  padding-left: 9%;
  height: 152px;
  line-height: 152px;
  background-color: #160d05;
  opacity: 0.4;
  font-size: 51px;
  letter-spacing: 7px;
  color: #ffffff;
}
.introduction .slide5 p span,
.introduction .slide6 p span {
  font-size: 25px;
  letter-spacing: 3px;
  color: #ffffff;
}
.introduction .pos {
  position: relative;
}
.goto {
  font-size: 18px;
  /* width: 394px; */
  line-height: 36px;
  letter-spacing: 2px;
  text-align: right;
  color: #b9372a;
  opacity: 0.9;
  /* position: absolute; */
  right: 0;
  /* top: 177px; */
  width: 82%;
  text-align: right;
  margin: 0 auto;
}
.bang {
  font-size: 18px;
  /* width: 394px; */
  line-height: 36px;
  letter-spacing: 2px;
  text-align: right;
  color: #b9372a;
  opacity: 0.9;
  width: 82%;
  text-align: right;
  margin: 0 auto;
}
.goto img {
  /* display: block; */
  width: 84px;
  height: 11px;
  /* float: left; */
  margin-left: 134px;
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1),
    -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1),
    -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin-x: left;
}
.goto:hover img {
  -webkit-transform: scaleX(1.3);
  transform: scaleX(1.3);
  -webkit-transform-origin-x: left;
}
.goto p {
  clear: both;
}
.introduction .titChi,
.introduction .titEng {
  color: #0070b7;
}
/*遇见小面品牌介绍*/
.facet .slide1 {
  background: #000 url("../img/facet/banner2.jpg") no-repeat center;
  background-size: auto 100%;
}
.facet .part2Left {
  background: #f62f3e;
}
.facet .part2Right {
  background: #140f0e;
}
.facet .titEng,
.facet .titChi {
  color: #f62f3e;
}
.facet .slide5 {
  background: url("../img/facet/facet1.jpg") no-repeat center;
  background-size: 100% 100%;
}
.facet .slide7 {
  background: url("../img/facet/evir1.jpg") no-repeat center;
  background-size: 100% 100%;
}
.facet .slide8 {
  background: url("../img/introduction/evir2.jpg") no-repeat center;
  background-size: 100% 100%;
}
.ppjbrand .part2Left {
  background: #04986f;
}
.ppjbrand .part2Right {
  background: #dc0b2e;
}
.ppjbrand .titChi,
.ppjbrand .titEng {
  color: #dc0b2e;
}
.ppjbrand .pos {
  position: relative;
}
.ppjbrand .goto p {
  color: #b9372a;
}
.ppjbrand .goto1 img {
  margin-left: 170px;
}
.titCon {
  width: 82%;
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  line-height: 2vw;
  letter-spacing: 3px;
  color: #160d05;
  padding: 60px 0;
}
.line-img img {
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1),
    -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1),
    -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin-x: left;
}
.line-img:hover img {
  -webkit-transform: scaleX(1.3);
  transform: scaleX(1.3);
  -webkit-transform-origin-x: left;
}
.footbranch .titChi,
.footbranch .titEng {
  color: #2d1d21;
}
.footbranch .part2Left {
  background: #2d1d21;
}
.footbranch .part2Right {
  background: #8f6c43;
}
.shows {
  column-count: 2;
  column-gap: 0;
}
.shows .show_img {
  /* width: 50vw; */
  overflow: hidden;
}
.shows .show_img img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 2s cubic-bezier(0.2, 0.8, 0.7, 1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 2s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 2s cubic-bezier(0.2, 0.8, 0.7, 1),
    -webkit-transform 2s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 2s cubic-bezier(0.2, 0.8, 0.7, 1),
    -webkit-transform 2s cubic-bezier(0.2, 0.8, 0.7, 1);
}
.shows .show_img img:hover {
  transform: scale(1.1);
}
.dis img {
  width: 88%;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 0;
  display: block;
  max-width: 1400px;
  min-width: 1200px;
}

.link-to {
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-top: 20px;
}
.link-to a {
  position: relative;
  color: #b9372a;
  font-size: 17px;
}
.link-to a::after {
  content: '';
  position: absolute;
  left: 102%;
  width: 42px;
  height: 5.5px;
  top: 50%;
  transform: translateY(-50%);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1),
    -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1),
    -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.7, 1);
  -webkit-transform-origin-x: left;
  background: url(../img/p_survey/line-red.png) no-repeat center / 100%;
}
.link-to:hover a::after{
  transform: translateY(-50%) scaleX(1.3);
}

@media screen and (max-width: 1000px) {
  .part2 {
    height: auto;
    display: block;
  }
  .part2Left {
    width: auto;
    padding-bottom: 20px;
    position: relative;
  }
  .footbranch .part2Left {
    padding-top: 5vw;
  }
  .story {
    margin-top: 0;
    line-height: 1;
/*    position: absolute;*/
/*    top: -4vw;*/
    font-size: 6.3vw;
  }
  .storyIntr {
    padding-top: 20px;
    line-height: 2;
    font-size: 13px;
  }
  .part2Right {
    display: block;
    height: auto;
    line-height: 1.5;
    padding-bottom: 10px;
    width: auto;
    padding: 11vw 0;
  }
  .paddTop {
    padding-top: 0;
  }
  .part2Right .dtc {
    display: block;
    text-align: left;
    padding-left: 7%;
    padding-top: 20px;
  }
  .code {
    margin: 20px auto 0;
  }
  .dis {
    /* overflow: scroll; */
  }
  .dis img {
    width: 100%;
    min-width: auto;
    max-width: auto;
  }
  .swiper-in {
    overflow: visible;
    margin-bottom: 60px;
  }
  .part2Left {
    padding-top: 5vw;
  }
  .swiper_control {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -60px;
  }
  .titleStyle {
    margin-top: 20px;
  }
  .swiper-in .swiper_prev,
  .swiper-in .swiper_next {
    border: 1px solid #eee;
  }
  .introduction .part2Left,
  .ppjbrand .part2Left {
    padding-top: 5vw;
  }
  .part2Right {
    display: none;
  }
  .part2Right .dtc {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .goto {
    display: none;
  }
  .swiper-container .swiper-slide .bottom {
    display: none;
  }
  .bang, .titCon {
    display: none;
  }
  .titChi {
    font-size: 7vw;
    margin-top: 0;
  }
  .swiper-pagination-bullet {
    width: 4vw;
    height: 2px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}