﻿@import url(style.css);
@import url(mobile.css);
@import url(custom.css);

/*首页*/
/* .header .nav > ul > li.on > a{ color: #222222;}
.header:hover .nav > ul > li.on > a{ color: #222222;} */
/*轮显*/
.banner_page {
  position: absolute;
  width: 100%;
  text-align: left;
  left: 0%;
  height: 0px;
  color: #fff;
  font-size: 16px;
  z-index: 10;
  bottom: 86px;
  line-height: 36px;
  z-index: 5;
  /*font-style:italic; font-weight:bold;*/
}

.banner_page .wrap {
  height: 0;
  text-align: right;
}

.banner_page span {
  color: #fff;
}

.banner_page label {
  color: #fff;
}

.banner_page em {
  font-style: normal;
  color: #fff;
}

.main .banner .btn .boxs {
  margin-left: 240px;
}

.swiper-container-autoheight .swiper-slide {
  cursor: default;
}

.banner .c-dot-page {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  right: 0;
  width: 100%;
}

.banner .c-dot-box {
  float: right;
  /*right: 5.8%;*/
  display: flex;
  align-items: center;
  width: 200px;
  color: #fff;
  font-size: 18px;
}

.banner .c-dot-box .c-text1 {
  width: 50px;
  line-height: 1;
}

.banner .c-dot-box .c-text2 {
  width: 50px;
  line-height: 1;
  text-align: right;
}

.banner .c-dot-box .c-line-box {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 2px;
  background: rgba(255, 255, 255, .2);
}

.banner .c-dot-box .c-line-box .c-line {
  width: 0;
  height: 2px;
  background: #fff;
  transition: 1s;
}

.main .banner .down {
  width: 90px;
  height: 52px;
  position: absolute;
  left: 50%;
  bottom: 5.4%;
  z-index: 10;
  cursor: pointer;
  margin-left: -45px;
  font-size: 14px;
  color: #999;
  text-align: center;
}

.main .banner .down span {
  height: 28px;
  background: url(../images/i_pic2.png) no-repeat center;
  background-size: auto 100%;
  display: block;
  animation: banner-down 0.6s infinite alternate;
  -o-animation: banner-down 0.6s infinite alternate;
  -moz-animation: banner-down 0.6s infinite alternate;
  -webkit-animation: banner-down 0.6s infinite alternate;
  margin-bottom: 12px;
}

/* .main .banner .swiper-pagination{ margin-top:20px;} */
.swiper-other {
  position: absolute;
  left: 0;
  bottom: 5.4%;
  width: 100%;
  z-index: 2;
}

.swiper-other .swiper-number {
  position: relative;
}

.swiper-other .swiper-number .swiper-pagination {
  width: 100%;
}

.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 2px;

  background: #9a9b9e;
  opacity: 1;
  margin-right: 5px;
  position: relative;
  z-index: 0;
  border-radius: 0;
}

.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000000;
  z-index: -1;
}

.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 3s;
}

.main .banner .swiper-other .number {
  margin-left: 15px;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 1);
  float: right;
}

.main .banner.swiper-other .number .current {
  margin-right: 4px;
  font-size: 20px;
  color: #ffffff;
}

.main .banner .swiper-other .number .all {
  margin-left: 3px;
}

.main .banner .swiper-slide .desc {
  text-align: center;
  margin-top: 11%;
  padding-right: 45px;
}

.main .banner .swiper-slide .table {
  align-items: flex-start;
}


@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {

  /*轮显*/
  .main .banner .swiper-slide .table .imgs {
    width: 530px;
  }


}

@media screen and (max-width: 1200px) {

  /*轮显*/
  .banner_page {
    bottom: 76px;
  }

  .main .banner .btn {
    bottom: 40px;
  }

  .banner .c-dot-page {
    bottom: 50px;
  }

  /* .main .banner .swiper-pagination{ margin-top:15px;} */
  .main .banner .swiper-slide .table .imgs {
    width: 460px;
  }

  .down {
    display: none;
  }


}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 992px) {

  /*轮显*/
  .main .banner .swiper-slide .table .imgs {
    width: 360px;
  }

  .banner .swiper-pagination {
    width: 100%;
    position: relative;
  }

  .banner .swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet {
    margin-left: 3px;
    margin-right: 3px;
    width: 50px;
  }

  .main .banner .swiper-slide .desc {
    padding-right: 0;
  }


}


@media screen and (max-width: 780px) {

  /*轮显*/
  .main .banner .btn {
    bottom: 30px;
  }

  .main .banner .btn .boxs {
    margin-left: 140px;
  }

  .banner_page {
    bottom: 66px;
    font-size: 15px;
  }

  .banner_page label {
    /*display:none;*/
    display: inline-block;
    width: 40px;
    vertical-align: top;
    overflow: hidden;
  }

  .banner_page em {
    display: inline-block;
    width: 40px;
    vertical-align: top;
    overflow: hidden;
  }

  .banner .c-dot-page {
    bottom: 40px;
  }

  .banner .c-dot-box {
    width: 160px;
    margin-right: -16px;
  }

  .banner .c-dot-box .c-text1 {
    width: 30px;
  }

  .banner .c-dot-box .c-text2 {
    width: 30px;
  }

  /* .main .banner .swiper-pagination{ margin-top:5px;} */
  .swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }

  .main .banner .swiper-slide .table .imgs {
    width: 300px;
  }



}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {

  /*轮显*/
  .main .banner .btn {
    bottom: 22px;
  }

  .banner_page {
    bottom: 58px;
  }

  .banner .c-dot-page {
    bottom: 30px;
  }

  .main .banner .swiper-slide .table .imgs {
    width: 260px;
  }

}


@media screen and (max-width: 420px) {

  /*轮显*/
  .main .banner .swiper-slide .table .imgs {
    width: 220px;
  }


}

@media screen and (max-width: 360px) {}

/*第二屏*/
.product_two_bg {
  background: #f0f2f5;
  overflow: hidden;
 
}

.product_two {
  overflow: hidden;
  padding-top: 7%;
  padding-bottom: 7%;
}

.product_two .imgs {
  overflow: hidden;
  position: relative;
  padding-top: 51.799%;
  border-radius: 30px;
}

.product_two .imgs img {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.product_two .boxs:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.product_two .boxs.w1 .imgs {
  padding-top: 66.874%;
}

.product_two .boxs.w3 .imgs,
.product_two .boxs.w4 .imgs {
  padding-top: 106.38%;
}

.product_two .boxs {
  overflow: hidden;
  position: relative;
}

.product_two .boxs .cons {
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
}

.product_two .boxs.w2 {
  margin-bottom: 2.5%;
}

.product_two .boxs.w3 {
  float: left;
  width: 48.695%;
  text-align: center;
}

.product_two .boxs.w4 {
  float: right;
  width: 49%;
  text-align: center;
}

.product_two .boxs.w1 .cons,
.product_two .boxs.w2 .cons {
  top: 30px;
}

.product_two .boxs.w3 .cons，.product_two .boxs.w4 .cons {
  height: calc(100% - 57px);
  height: -webkit-calc(100% - 57px);
  height: -moz-calc(100% - 57px);
}

.product_two .boxs .divs {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.product_two .boxs.w1 .divs {
  margin-left: 45px;
  margin-right: 45px;
}

.product_two .boxs.w2 .divs {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

.product_two .boxs .divs::after {
  display: none;
  content: "";
  position: absolute;
  right: 0px;
  width: 22px;
  height: 12px;
  top: 12px;
  background: url(../images/product_pic1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}

.product_two .boxs:hover .divs::after {
  transform: rotate(-90deg);
}

.product_two .boxs.w3:hover .divs::after,
.product_two .boxs.w4:hover .divs::after {
  transform: rotate(-180deg);
}

.product_two .boxs.w3 .divs::after,
.product_two .boxs.w4 .divs::after {
  right: auto;
  left: 50%;
  margin-left: -11px;
  top: auto;
  bottom: 0;
}

.product_two .boxs.w1 .divs,
.product_two .boxs.w2 .divs {
  padding-right: 30px;
}

.product_two .boxs.w3 .divs,
.product_two .boxs.w4 .divs {
  /* background: url(../images/product_pic1.png) center bottom 12px no-repeat;background-size:22px 12px; */
  height: 100%;
}

.product_two .boxs .cons .h3 {
  line-height: 32px;
  max-height: 64px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #ffffff;
}

.product_two .boxs .cons .p {
  line-height: 22px;
  margin-top: 6px;
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
}

.product_two .product_two_l {
  float: left;
  width: 60.75%;
  overflow: hidden;
}

.product_two .product_two_r {
  float: right;
  width: 38.25%;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {

  /*第二屏*/
  .product_two .boxs.w1 .cons,
  .product_two .boxs.w2 .cons {
    top: 22px;
  }

  .product_two .boxs.w1 .divs {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 1200px) {

  /*第二屏*/
  .product_two .boxs.w1 .divs {
    margin-left: 30px;
    margin-right: 30px;
  }

  .product_two .boxs.w2 .divs {
    margin-left: 25px;
    margin-right: 25px;
  }

  .product_two .boxs .cons {
    top: 20px;
    height: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
  }

  .product_two .boxs .cons .p {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {

  /*第二屏*/
  .product_two .boxs.w1 .divs {
    margin-left: 25px;
    margin-right: 25px;
  }

  .product_two .boxs .cons .p {
    font-size: 14px;
  }

  .product_two .imgs {
    border-radius: 20px;
  }

  .product_two .product_two_l {
    float: none;
    width: 100%;
    margin-bottom: 2.5%;
  }

  .product_two .product_two_r {
    float: none;
    width: 100%;
  }

}

@media screen and (max-width: 780px) {

  /*第二屏*/
  .product_two .boxs .cons .h3 {
    line-height: 26px;
  }

  .product_two .boxs.w1 .cons,
  .product_two .boxs.w2 .cons {
    top: 27px;
  }

  .product_two .boxs.w1 .divs,
  .product_two .boxs.w2 .divs {
    margin-left: 20px;
    margin-right: 20px;
    /* background-size: 20px auto; */
  }

  /* .product_two .boxs.w3 .divs,.product_two .boxs.w4 .divs{background-size: 20px auto;} */
  .product_two .boxs .divs::after {
    width: 20px;
    height: 11px;
  }

  .product_two .boxs.w3 .divs::after,
  .product_two .boxs.w4 .divs::after {
    margin-left: -10px;
  }

  .product_two .boxs .cons .p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {

  /*第二屏*/
  .product_two .boxs .cons {
    top: 15px;
  }

  .product_two .boxs .cons .h3 {
    line-height: 24px;
  }

  .product_two .boxs .cons .p {
    font-size: 12px;
  }

  /* .product_two .boxs.w1 .divs,.product_two .boxs.w2 .divs{background-size: 16px auto;} */
  .product_two .boxs.w3 .divs,
  .product_two .boxs.w4 .divs {
    background-position: center bottom;
    /* background-size: 16px auto; */
  }

  .product_two .boxs.w1 .cons,
  .product_two .boxs.w2 .cons {
    top: 15px;
  }

  .product_two .boxs .divs::after {
    width: 16px;
    height: 9px;
  }

  .product_two .boxs.w3 .divs::after,
  .product_two .boxs.w4 .divs::after {
    margin-left: -8px;
  }

  .product_two .imgs {
    border-radius: 10px;
  }

}


/*第三屏*/
.floor-container {
  /* height: calc(100vh - 80px); */
  height: 100vh;
  background: none no-repeat center center;
  background-size: cover;
  font-size: 100px;
  position: relative;
  overflow: hidden;
  background: #000000;
}

.floor-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floor-container .floor2-video {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.floor-container .floor2-video1 {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

@media screen and (max-width: 1200px) {
  /*第三屏*/
  /* .floor-container {
    height: calc(100vh - 50px);
} */
}


/*第七屏*/
.flavors-floor#a1 {
  overflow: hidden;
}

.flavors-floor .btn-border {
  height: 36px;
  line-height: 36px;
  background-color: transparent;
  /* width: 7em; */
  /* border: 1px solid #707070; */
  padding-left: 22px;
  padding-right: 22px;
  color: #707070;
  font-size: 16px;
  font-weight: normal;
  margin: 1.33em 0 0 0;
  display: block;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  float: left;
}

.flavors-floor .btn-border:hover {
  color: #ffffff;
  background-color: #000000;
}

.flavors-floor .btn-border.active {
  color: #ffffff;
  background-color: #000000;
  /* border-color: #82ff14; */
}

.flavors-floor {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 100px;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
}

.flavors-floor .tabs {
  /* display: -webkit-flex;
  display: flex; */
  width: 100%;
  max-width: 600px;
  min-height: 90px;
}

.flavors-floor .left {
  width: 50%;
}

.flavors-floor .left .title {
  /* font-size: 0.4em; */
  margin-bottom: 2%;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}

.flavors-floor .left .content {
  padding-left: 7vw;
}

.flavors-floor .left .flavors-list {
  clear: both;
  overflow: hidden;
}

.flavors-floor .left .swiper-container {
  width: 32.292vw;
  margin: 4% 0 0;
}

.flavors-floor .left .swiper-container .swiper-slide {
  position: relative;
  padding-top: 65.18%;
  border-radius: 20px;
  overflow: hidden;
}

.flavors-floor .left img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  display: block;
}

.flavors-floor .right {
  width: 50%;
  overflow: hidden;
}

.flavors-floor .right .img-box {
  position: relative;
  padding-top: 98.868%;
  overflow: hidden;
}

.flavors-floor .right img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  transition: all 0.3s;
}

.pagination {
  margin-top: 0.7em;
}

.pagination span {
  display: block;
  width: 1.354vw;
  height: 1.354vw;
  border-radius: 100%;
  cursor: pointer;
  margin-right: 0.833vw;
  margin-bottom: 0.833vw;
  position: relative;
  float: left;
  transition: all 0.3s;
}

.pagination span.active {
  /* width: 1.6vw;
  height: 1.6vw;margin-top: -.123vw; */
  transform: scale(1.2, 1.2);
}

.pagination span.active:after {
  content: '';
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 100px;
  border: 2px solid #DBDBDB;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

@media screen and (max-width: 1800px) {

  /*第七屏*/
  .flavors-floor .left .content {
    padding-left: 8vw;
  }
}

@media screen and (max-width: 1600px) {

  /*第七屏*/
  .pagination {
    margin-top: 0.5em;
  }

  .flavors-floor .btn-border {
    margin: 1em 0 0 0;
  }

  .flavors-floor .left .content {
    padding-left: 9vw;
  }
}

@media screen and (max-width: 1400px) {

  /*第七屏*/
  .flavors-floor .left .content {
    padding-left: 3.8vw;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1023px) {

  /*第七屏*/
  .flavors-floor .btn-border {
    margin-top: 16px;
  }

  .flavors-floor .left .swiper-container,
  .pagination {
    margin-top: 26px;
  }
}

@media screen and (max-width: 992px) {

  /*第七屏*/
  .flavors-floor .btn-border {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
  }

  .flavors-floor .left .swiper-container,
  .pagination {
    margin-top: 20px;
  }

  .flavors-floor .tabs {
    min-height: unset;
  }
}

@media (max-width: 767px) {

  /*第七屏*/
  .flavors-floor {
    font-size: initial;
  }

  .flavors-floor .btn-border {
    /* width: 90px; */
    padding-left: 12px;
    padding-right: 12px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    margin: 10px auto 0;
    /* margin-right: 16px; */
    display: inline-block;
    float: none;
  }

  .flavors-floor {
    display: block;
  }

  .flavors-floor .left,
  .flavors-floor .right {
    width: 100%;
  }

  .flavors-floor .left .content {
    padding: 40px 40px 48px;
    text-align: center;
  }

  .flavors-floor .left .swiper-container {
    width: 100%;
  }

  .flavors-floor .left .title {
    /* font-size: 24px; */
  }

  .flavors-floor .tabs {
    display: block;
  }

  .pagination {
    margin-top: 48px;
    text-align: center;
  }

  .pagination span {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    display: inline-block;
    float: none;
  }

  .pagination span:last-child {
    margin-right: 0;
  }

  /* .pagination span.active{width: 18px;height: 18px;margin-top: -2px;} */
  .pagination span.active:after {
    width: 21px;
    height: 21px;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {}

/*第八屏*/
.product_eight {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 0;
}

.product_eight .img {
  width: 100%;
  /* height: 100%;position: absolute; */
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
}

.product_eight .img.mobile {
  display: none;
}

.about_t {
  margin-top: 5%;
  overflow: hidden;
  text-align: center;
  color: #000000;
  line-height: 1.3;
  text-transform: capitalize;
}

.product_eight .ul {
  margin-top: 3.5%;
  margin-bottom: 42%;
}

.product_eight .ul ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1480px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.product_eight .ul li {
  overflow: hidden;
  color: #000000;
  text-align: left;
  display: flex;
  align-items: center;
}

.product_eight .ul li img {
  height: 60px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {

  /*第八屏*/
  .product_eight .about_t {
    margin-top: 10%;
  }

  .product_eight .ul {
    margin-bottom: 84.8%;
  }

  .product_eight .ul li {
    width: 50%;
    margin-bottom: 4%;
  }

  .product_eight .ul li img {
    height: 50px;
  }

  .product_eight .img.mobile {
    display: block;
  }

  .product_eight .img.pc {
    display: none;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {}

@keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    transform: translate(0%, 10px);
  }
}

@-o-keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    transform: translate(0%, 10px);
  }
}

@-moz-keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    transform: translate(0%, 10px);
  }
}

@-webkit-keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    transform: translate(0%, 10px);
  }
}
@media (max-width:769px) {
  .product_two_bg {
    background: #f0f2f5;
    overflow: hidden;
    margin-top: 18%;
  }
  .product_sell_point {
    margin-top: 80px;
  }
}