@charset "UTF-8";
/*变量*/
@import url(../195/slick.css);
@import url(../195/slick-theme.css);
/* line 2, ../sass/page/_index.scss */
.home-banner {
  position: relative;
}
@media only all and (max-width: 414px) {
  /* line 2, ../sass/page/_index.scss */
  .home-banner {
    height: 200px;
  }
}
/* line 8, ../sass/page/_index.scss */
.home-banner #banner-slide {
  overflow: hidden;
  position: relative;
}
/* line 11, ../sass/page/_index.scss */
.home-banner #banner-slide .slick-slide {
  position: relative;
}
/* line 13, ../sass/page/_index.scss */
.home-banner #banner-slide .slick-slide img {
  width: 100%;
  display: block;
}
@media only all and (max-width: 414px) {
  /* line 13, ../sass/page/_index.scss */
  .home-banner #banner-slide .slick-slide img {
    height: 200px;
  }
}
/* line 21, ../sass/page/_index.scss */
.home-banner #banner-slide .play-btn {
  display: block;
  width: 165px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-top: -65px;
  margin-left: -82.5px;
  background: url(../195/play_btn.png) no-repeat 50% 0%;
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding-top: 83px;
}
/* line 38, ../sass/page/_index.scss */
.home-banner .slide-left-arrow, .home-banner .slide-right-arrow {
  width: 40px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
}
/* line 45, ../sass/page/_index.scss */
.home-banner .slide-left-arrow {
  left: 50px;
  background: url(../195/slide_left_arrow.png) no-repeat 50% 50%;
  background-size: 100%;
}
/* line 50, ../sass/page/_index.scss */
.home-banner .slide-right-arrow {
  right: 50px;
  background: url(../195/slide_right_arrow.png) no-repeat 50% 50%;
  background-size: 100%;
}

/* line 58, ../sass/page/_index.scss */
.our-drinks {
  height: 750px;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1s ease;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 768px) {
  /* line 58, ../sass/page/_index.scss */
  .our-drinks {
    display: none;
  }
}
/* line 75, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner {
  width: 800px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
/* line 80, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 85, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .lemon {
  width: 100%;
}
/* line 88, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .little-cartoon {
  position: absolute;
  left: 28%;
  bottom: 76%;
  z-index: 20;
}
/* line 94, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .slide-text {
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 2;
  display: none;
}
/* line 100, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .slide-text .name {
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
/* line 106, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .slide-text .desc {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
/* line 112, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .slide-text .detail-btn {
  display: block;
  width: 150px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background: url(../195/arrow-btn.png);
  background-repeat: no-repeat;
  background-position: 85% 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 132, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .slide-text .detail-btn:hover {
  background-position: 90% 50%;
}
/* line 146, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .slide-text.current {
  display: block;
}
/* line 149, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .slide-arrow {
  width: 45%;
  position: absolute;
  top: -25%;
  left: 50%;
  margin-left: -22.5%;
}
/* line 155, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .slide-arrow a {
  width: 100px;
  height: 60px;
  display: block;
  position: absolute;
}
/* line 161, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .slide-arrow .slide-left-arrow {
  z-index: 30;
  left: 0;
  background: url(../195/slide-left-arrow.png) no-repeat 50% 50%;
}
/* line 166, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .drinks-slide-content .slide-arrow .slide-right-arrow {
  z-index: 30;
  right: 0;
  background: url(../195/slide-right-arrow.png) no-repeat 50% 50%;
}
/* line 174, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .fruits-slide-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 180, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .fruits-slide-content .slide-fruits {
  position: relative;
  display: none;
}
/* line 183, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .fruits-slide-content .slide-fruits img {
  position: absolute;
  left: 26%;
  z-index: 3;
  top: 30px;
}
/* line 190, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .fruits-slide-content .slide-fruits .front-pic {
  z-index: 11;
}
/* line 194, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner .fruits-slide-content .slide-fruits.current {
  display: block;
}
/* line 201, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner #drinks-slide {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
/* line 205, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner #drinks-slide .slide-item {
  position: absolute;
  width: 125px;
}
/* line 209, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner #drinks-slide .slide-item img {
  width: 100%;
  cursor: pointer;
}
/* line 240, ../sass/page/_index.scss */
.our-drinks .our-drinks-inner #drinks-slide .pro-center {
  width: 200px;
  top: 25px;
  left: 50%;
  margin-left: -100px;
}

@media (min-width: 768px) {
  /* line 269, ../sass/page/_index.scss */
  #series-drink-phone {
    display: none !important;
  }
}

/* line 275, ../sass/page/_index.scss */
.series-drink-phone {
  height: 650px;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 283, ../sass/page/_index.scss */
.series-drink-phone .slick-left {
  position: absolute;
  background: url("../195/slide_left_arrow.png") left center no-repeat;
  width: 50px;
  height: 50px;
  top: 45%;
  float: left;
  z-index: 9;
  margin-left: 20px;
}
/* line 293, ../sass/page/_index.scss */
.series-drink-phone .slick-right {
  position: absolute;
  background: url("../195/slide_right_arrow.png") left center no-repeat;
  width: 50px;
  height: 50px;
  right: 0;
  top: 45%;
  float: right;
  z-index: 9;
  margin-right: 20px;
}
/* line 306, ../sass/page/_index.scss */
.series-drink-phone .series-drink-slide .slide-item {
  margin-top: 10px;
  height: 650px;
}
@media (max-width: 414px) {
  /* line 306, ../sass/page/_index.scss */
  .series-drink-phone .series-drink-slide .slide-item {
    margin-top: 0px;
  }
}
/* line 314, ../sass/page/_index.scss */
.series-drink-phone .series-drink-slide .slide-item img {
  margin: 0 auto;
  height: 400px;
}
/* line 318, ../sass/page/_index.scss */
.series-drink-phone .series-drink-slide .slide-item .slide-text-phone {
  width: 100%;
  z-index: 2;
}
/* line 324, ../sass/page/_index.scss */
.series-drink-phone .series-drink-slide .slide-item .slide-text-phone .name {
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
  color: #404040;
}
/* line 330, ../sass/page/_index.scss */
.series-drink-phone .series-drink-slide .slide-item .slide-text-phone .desc {
  text-align: center;
  font-size: 16px;
  color: #404040;
}
/* line 336, ../sass/page/_index.scss */
.series-drink-phone .series-drink-slide .slide-item .slide-text-phone .detail-btn {
  display: block;
  width: 150px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid #404040;
  border-radius: 20px;
  text-align: center;
  color: #404040;
  background: url(../195/arrow-btn.png);
  background-repeat: no-repeat;
  background-position: 85% 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 356, ../sass/page/_index.scss */
.series-drink-phone .series-drink-slide .slide-item .slide-text-phone .detail-btn:hover {
  background-position: 90% 50%;
}

/* line 364, ../sass/page/_index.scss */
.series-drink-phone1 {
  padding-top: 78px;
  background-image: url(../195/our_drinks_bg-01.jpg);
  background-position: center;
}

/* line 365, ../sass/page/_index.scss */
.series-drink-phone2 {
  padding-top: 78px;
  background-image: url(../195/our_drinks_bg-02.jpg);
  background-position: center;
}

/* line 366, ../sass/page/_index.scss */
.series-drink-phone3 {
  padding-top: 78px;
  background-image: url(../195/our_drinks_bg-03.jpg);
  background-position: center;
}

/* line 367, ../sass/page/_index.scss */
.series-drink-phone4 {
  padding-top: 78px;
  background-image: url(../195/our_drinks_bg-04.jpg);
  background-position: center;
}

/* line 368, ../sass/page/_index.scss */
.series-drink-phone5 {
  padding-top: 78px;
  background-image: url(../195/our_drinks_bg-05.jpg);
  background-position: center;
}

@media only all and (max-width: 414px) {
  /* line 371, ../sass/page/_index.scss */
  #series-drink-phone .section-title {
    padding-top: 20px;
    position: absolute;
    z-index: 999999;
    width: 100%;
  }
}

/* line 381, ../sass/page/_index.scss */
.section-box {
  font-size: 100px;
}
/* line 383, ../sass/page/_index.scss */
.section-box ._H {
  height: 940px;
}
@media only all and (max-width: 1366px) {
  /* line 383, ../sass/page/_index.scss */
  .section-box ._H {
    height: 668px;
  }
}
/* line 389, ../sass/page/_index.scss */
.section-box img {
  width: 100%;
  display: block;
}
/* line 393, ../sass/page/_index.scss */
.section-box div {
  padding: 0;
  font-size: 100px;
  overflow: hidden;
}
/* line 398, ../sass/page/_index.scss */
.section-box .row {
  margin: 0;
}
/* line 401, ../sass/page/_index.scss */
.section-box .img-scale {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
/* line 411, ../sass/page/_index.scss */
.section-box .img-normal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
/* line 423, ../sass/page/_index.scss */
.section-box .section-item .section-item-left {
  width: 54%;
  height: 100%;
  position: relative;
}
@media only all and (max-width: 768px) {
  /* line 423, ../sass/page/_index.scss */
  .section-box .section-item .section-item-left {
    width: 65%;
  }
}
@media only all and (max-width: 768px) {
  /* line 423, ../sass/page/_index.scss */
  .section-box .section-item .section-item-left {
    width: 65%;
  }
}
/* line 433, ../sass/page/_index.scss */
.section-box .section-item .section-item-left .group-btn {
  width: 80%;
  position: absolute;
  z-index: 9;
  bottom: 30px;
  font-size: 14px;
  text-align: center;
  padding-left: 16px;
}
@media only all and (max-width: 1366px) {
  /* line 433, ../sass/page/_index.scss */
  .section-box .section-item .section-item-left .group-btn {
    bottom: 10px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 433, ../sass/page/_index.scss */
  .section-box .section-item .section-item-left .group-btn {
    bottom: 0;
  }
}
@media only all and (max-width: 768px) {
  /* line 433, ../sass/page/_index.scss */
  .section-box .section-item .section-item-left .group-btn {
    width: 83%;
    bottom: 10%;
  }
}
/* line 452, ../sass/page/_index.scss */
.section-box .section-item .section-item-left .group-btn .go-shop-btn, .section-box .section-item .section-item-left .group-btn .go-taobao-btn {
  height: 45px;
  line-height: 35px;
  padding: 0px 15px;
  margin: 0 10px;
  background: #40b3db;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 160px;
  background: #40b3db url(../195/arrow-btn.png);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media only all and (max-width: 1440px) {
  /* line 452, ../sass/page/_index.scss */
  .section-box .section-item .section-item-left .group-btn .go-shop-btn, .section-box .section-item .section-item-left .group-btn .go-taobao-btn {
    margin-bottom: 5px;
  }
}
@media only all and (max-width: 1366px) {
  /* line 452, ../sass/page/_index.scss */
  .section-box .section-item .section-item-left .group-btn .go-shop-btn, .section-box .section-item .section-item-left .group-btn .go-taobao-btn {
    margin-bottom: 10px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 452, ../sass/page/_index.scss */
  .section-box .section-item .section-item-left .group-btn .go-shop-btn, .section-box .section-item .section-item-left .group-btn .go-taobao-btn {
    height: 35px;
    line-height: 25px;
    padding: 0 10px;
    width: 150px;
  }
}
@media only all and (max-width: 414px) {
  /* line 452, ../sass/page/_index.scss */
  .section-box .section-item .section-item-left .group-btn .go-shop-btn, .section-box .section-item .section-item-left .group-btn .go-taobao-btn {
    height: 35px;
    line-height: 25px;
    padding: 0 10px;
    width: 140px;
  }
}
/* line 489, ../sass/page/_index.scss */
.section-box .section-item .section-item-left .group-btn .go-shop-btn:hover, .section-box .section-item .section-item-left .group-btn .go-taobao-btn:hover {
  background-position: 90% 50%;
}
/* line 493, ../sass/page/_index.scss */
.section-box .section-item .section-item-left .group-btn .go-shop-btn span, .section-box .section-item .section-item-left .group-btn .go-taobao-btn span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-top: 6px;
  font-size: 14px;
}
/* line 499, ../sass/page/_index.scss */
.section-box .section-item .section-item-left .group-btn .go-shop-btn .cart, .section-box .section-item .section-item-left .group-btn .go-taobao-btn .cart {
  width: 27px;
  height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 10px;
  background: url(../195/cart.png) no-repeat 50% 50%;
  margin-left: -43px;
}
@media only all and (max-width: 1366px) {
  /* line 519, ../sass/page/_index.scss */
  .section-box .section-item .section-item-left .group-btn .go-shop-btn {
    margin-bottom: 5px;
  }
}
/* line 528, ../sass/page/_index.scss */
.section-box .section-item .storyvideo-btn {
  width: 84px;
  height: 84px;
  background-image: url(../195/play_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: .6em;
}
/* line 537, ../sass/page/_index.scss */
.section-box .section-item .storyvideo-title {
  color: #fff;
  font-size: 46px;
  text-align: center;
}
@media only all and (max-width: 1280px) {
  /* line 537, ../sass/page/_index.scss */
  .section-box .section-item .storyvideo-title {
    font-size: 36px;
  }
}
/* line 545, ../sass/page/_index.scss */
.section-box .section-item .table-layout {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 551, ../sass/page/_index.scss */
.section-box .section-item .table-layout .table-center {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/* line 560, ../sass/page/_index.scss */
.section-box .section-item .table-layout .ten-years {
  margin: 0 auto;
  height: 640px;
}
@media only all and (max-width: 768px) {
  /* line 560, ../sass/page/_index.scss */
  .section-box .section-item .table-layout .ten-years {
    height: 320px;
  }
}
/* line 569, ../sass/page/_index.scss */
.section-box .section-item .table-layout .ten-years .ten-years-txt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
/* line 575, ../sass/page/_index.scss */
.section-box .section-item .table-layout .ten-years .ten-years-txt h2, .section-box .section-item .table-layout .ten-years .ten-years-txt p {
  color: white;
  text-align: center;
}
/* line 576, ../sass/page/_index.scss */
.section-box .section-item .table-layout .ten-years .ten-years-txt h2 {
  font-size: 48px;
  padding-bottom: 25px;
  font-weight: bold;
}
@media only all and (max-width: 768px) {
  /* line 576, ../sass/page/_index.scss */
  .section-box .section-item .table-layout .ten-years .ten-years-txt h2 {
    font-size: 31px;
  }
}
/* line 583, ../sass/page/_index.scss */
.section-box .section-item .table-layout .ten-years .ten-years-txt p {
  font-size: 24px;
  line-height: 36px;
}
@media only all and (max-width: 768px) {
  /* line 583, ../sass/page/_index.scss */
  .section-box .section-item .table-layout .ten-years .ten-years-txt p {
    font-size: 13px;
  }
}
@media only all and (max-width: 414px) {
  /* line 583, ../sass/page/_index.scss */
  .section-box .section-item .table-layout .ten-years .ten-years-txt p {
    text-shadow: 0.2px 0.2px 0.5px  #fff;
  }
}
/* line 596, ../sass/page/_index.scss */
.section-box .section-item .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #912206;
  opacity: 0.4;
}
/* line 604, ../sass/page/_index.scss */
.section-box .section-item .title {
  margin-bottom: 5px;
  font-size: 46px;
  text-align: center;
  color: #fff;
}
@media only all and (max-width: 1280px) {
  /* line 604, ../sass/page/_index.scss */
  .section-box .section-item .title {
    font-size: 36px;
  }
}
/* line 613, ../sass/page/_index.scss */
.section-box .section-item .slogan {
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media only all and (max-width: 414px) {
  /* line 613, ../sass/page/_index.scss */
  .section-box .section-item .slogan {
    font-size: 14px;
  }
}
/* line 622, ../sass/page/_index.scss */
.section-box .section-s-item {
  height: 4.76em;
}
@media only all and (max-width: 768px) {
  /* line 622, ../sass/page/_index.scss */
  .section-box .section-s-item {
    height: 18em;
  }
}
@media only all and (max-width: 414px) {
  /* line 622, ../sass/page/_index.scss */
  .section-box .section-s-item {
    height: 17.76em;
  }
}
/* line 632, ../sass/page/_index.scss */
.section-box .section-b-item {
  height: 9.52em;
}
@media only all and (max-width: 1024px) {
  /* line 632, ../sass/page/_index.scss */
  .section-box .section-b-item {
    width: 102%;
  }
}
@media only all and (max-width: 414px) {
  /* line 632, ../sass/page/_index.scss */
  .section-box .section-b-item {
    height: 18em;
  }
}
@media only all and (max-width: 414px) {
  /* line 643, ../sass/page/_index.scss */
  .section-box .img-store {
    font-size: 30px !important;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
  }
}

/* line 654, ../sass/page/_index.scss */
.other-item {
  padding: 50px 0;
}
@media only all and (max-width: 414px) {
  /* line 660, ../sass/page/_index.scss */
  .other-item .row {
    width: 90%;
    margin: 0 auto;
  }
}
@media only all and (max-width: 1024px) {
  /* line 666, ../sass/page/_index.scss */
  .other-item .col-md-3 {
    padding-right: 0;
  }
}
@media only all and (max-width: 768px) {
  /* line 666, ../sass/page/_index.scss */
  .other-item .col-md-3 {
    padding-left: 0;
  }
}
/* line 674, ../sass/page/_index.scss */
.other-item div {
  overflow: hidden;
  *zoom: 1;
}
/* line 675, ../sass/page/_index.scss */
.other-item .pic {
  float: left;
  margin-right: 10px;
}
@media only all and (max-width: 768px) {
  /* line 675, ../sass/page/_index.scss */
  .other-item .pic {
    float: none;
  }
}
@media only all and (max-width: 1280px) {
  /* line 675, ../sass/page/_index.scss */
  .other-item .pic {
    margin-right: 0;
  }
}
@media only all and (max-width: 1280px) {
  /* line 684, ../sass/page/_index.scss */
  .other-item .pic img {
    width: 80%;
  }
}
@media only all and (max-width: 768px) {
  /* line 684, ../sass/page/_index.scss */
  .other-item .pic img {
    width: 50%;
    margin: 0 auto;
  }
}
@media only all and (max-width: 414px) {
  /* line 684, ../sass/page/_index.scss */
  .other-item .pic img {
    width: 80%;
  }
}
/* line 697, ../sass/page/_index.scss */
.other-item .content {
  float: left;
}
@media only all and (max-width: 768px) {
  /* line 697, ../sass/page/_index.scss */
  .other-item .content {
    display: block;
    height: 25px;
    width: 100%;
  }
}
@media only all and (max-width: 768px) {
  /* line 704, ../sass/page/_index.scss */
  .other-item .content .other-dt {
    width: 100%;
    text-align: center;
  }
}
/* line 710, ../sass/page/_index.scss */
.other-item .content dt {
  margin: 6px 0 2px 0;
  color: #8e1b00;
  font-size: 16px;
  text-align: center;
}
/* line 716, ../sass/page/_index.scss */
.other-item .content dd {
  color: #414141;
  font-size: 12px;
}
