.page {
  height: 100vh;
  width: 100%;
}
.page .main {
  height: 100%;
  position: relative;
}
.page .shubiao {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -13px;
  cursor: pointer;
  z-index: 3;
}

main {
  background: #f5f0ea;
}

.page1 {
  overflow: hidden;
  position: relative;
  /*background: url("../images/p1.jpg") no-repeat center;
  background-size: cover;*/
}
.page1 .p1_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
.page1 .light {
  position: absolute;
  right: 65px;
  top: 33vh;
  width: 550px;
}
.page1 .owl_zhengshu .item {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.page1 .owl_zhengshu .item img {
  max-width: 500px;
  max-height: 500px;
}
.page1 .owl_zhengshu .swiper-slide {
  text-align: center;
}
.page1 .owl_zhengshu .btn_box {
  width: 53px;
  height: 53px;
  border-radius: 100%;
  cursor: pointer !important;
  opacity: 1 !important;
}
.page1 .owl_zhengshu .owl_lf {
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
  left: 0;
}
.page1 .owl_zhengshu .owl_lf:hover {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
}
.page1 .owl_zhengshu .owl_rt {
  right: 0;
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
}
.page1 .owl_zhengshu .owl_rt:hover {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
}
.page1 .main {
  overflow: visible;
  position: relative;
  left: 0;
  z-index: 2;
}
.page1 .htmleaf-content {
  width: 490px;
  text-align: left;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -135px;
}
.page1 .htmleaf-content p {
  color: #3e3e3e;
  font-size: 46px;
}
.page1 .htmleaf-content .ex1 {
  position: relative;
  top: 12px;
  letter-spacing: 5px;
  font-size: 39px;
}
.page1 .htmleaf-content .ex2 {
  font-size: 44px;
}
.page1 .htmleaf-content .desc {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0;
}
.page1 .boder_hover {
  background: white !important;
}

.page2 {
  background: url("../images/p2.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.page2 .main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
}
.page2 .main .htmleaf-content {
  margin-top: 26px;
  width: 560px;
  text-align: left;
  align-items: flex-start;
  position: relative;
}
.page2 .main .htmleaf-content p {
  color: #5b3e26;
  font-size: 40px;
}
.page2 .main .htmleaf-content .ex1 {
  position: relative;
  top: 12px;
  letter-spacing: 5px;
}
.page2 .main .htmleaf-content .ex2 {
  font-size: 50px;
}
.page2 .main .htmleaf-content .desc {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0;
}
.page2 .main .more {
  font-weight: bold;
  margin-top: 70px;
  color: #5b3e26;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #5b3e26;
}
.page2 .b_logo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.page2 .light {
  display: none;
  position: absolute;
  top: -53vh;
  right: 17vw;
}
.page2 .light .cc_light {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.page2 .l1 {
  margin-top: 15px;
}
.page2 .l4 {
  margin-top: 13px;
}
.page2 .boder_hover {
  background: #5b3e26 !important;
}

.page3 {
  background: url("../images/p3.jpg") no-repeat center;
  background-size: cover;
}
.page3 .main {
  position: relative;
  overflow: visible;
}
.page3 .main .htmleaf-content {
  position: relative;
  width: 400px;
  text-align: right;
  align-items: flex-end;
}
.page3 .main .htmleaf-content p {
  color: #3e3e3e;
  font-size: 40px;
}
.page3 .main .htmleaf-content .ex1 {
  position: relative;
  top: 12px;
  letter-spacing: 5px;
}
.page3 .main .htmleaf-content .ex2 {
  font-size: 50px;
}
.page3 .main .htmleaf-content .desc {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0;
}
.page3 .main .more {
  font-weight: bold;
  color: white;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.page3 .owl_btn {
  margin: 15px -10px;
  display: flex;
  align-items: center;
}
.page3 .owl_btn > div {
  margin: 0 10px;
  width: 53px;
  height: 53px;
  border-radius: 100%;
}
.page3 .owl_btn .owl_lf {
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
}
.page3 .owl_btn .owl_lf:hover {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
}
.page3 .owl_btn .owl_rt {
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
}
.page3 .owl_btn .owl_rt:hover {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
}
.page3 .rt {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.page3 .lf .swiper-slide img {
  max-width: 650px;
  max-height: 700px;
}

.page4 {
  background: url("../images/p4.jpg") no-repeat center;
  background-size: cover;
}
.page4 .main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page4 .main .htmleaf-content {
  position: relative;
  margin-top: 26px;
  text-align: left;
  align-items: flex-start;
}
.page4 .main .htmleaf-content p {
  color: black;
  font-size: 60px;
}
.page4 .main .htmleaf-content .ex1 {
  position: relative;
  top: 12px;
  letter-spacing: 5px;
}
.page4 .main .htmleaf-content .ex2 {
  font-size: 48px;
}
.page4 .main .htmleaf-content .desc {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0;
}
.page4 .main .more {
  font-weight: bold;
  margin-top: 100px;
  color: white;
  font-size: 16px;
  display: inline-block;
  padding: 5px 35px;
  border: 1px solid white;
  transition: .5s;
}
.page4 .main .more:hover {
  background: #5b3e26;
}

.page5 .item {
  position: relative;
}
.page5 .item .border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: none;
  transition: .5s;
  width: 90%;
}
.page5 .item:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(91, 62, 38, 0.5);
  content: '';
  display: block;
}
.page5 .item .cc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
}
.page5 .item .cc .name {
  font-size: 48px;
  color: white;
}
.page5 .item .cc .more {
  font-size: 14px;
  color: white;
  border-bottom: 1px solid white;
  display: inline-block;
}
.page5 .item.on .cc .name {
  color: black;
}
.page5 .item.on .cc .more {
  color: #5B3E26;
  border-bottom: 1px solid  #5B3E26;
}
.page5 .item.on:after {
  display: none;
}
.page5 .item.on .border {
  display: block;
}

.page1 .light {
  animation-duration: 1.2s;
  animation-delay: 1.2s;
}

.page2 .b_logo {
  animation-duration: 1s;
}

.page2 .l1 {
  animation-duration: 3s;
  animation-delay: .5s;
}

.page2 .l2 {
  animation-duration: 3s;
  animation-delay: .78s;
}

.page2 .l3 {
  animation-duration: 3s;
  animation-delay: 1s;
}

.page2 .l4 {
  animation-duration: 3s;
  animation-delay: 1.25s;
}

.shubiao {
  animation-duration: 1.5s !important;
}

.lng_en .page2 .main .htmleaf-content .ex2 {
  font-size: 45px;
}
.lng_en .page3 .main .htmleaf-content p {
  color: #3e3e3e;
  font-size: 24px;
}
.lng_en .page4 .main .htmleaf-content {
  align-items: center;
}

@media (max-width: 1450px) {
  .page1 .light {
    right: -8px;
    top: 11vh;
  }

  .page2 .b_logo {
    width: 47vw;
  }

  .page2 .light {
    top: -57vh;
    right: 9vw;
  }
}
@media (max-width: 1366px) {
  .page3 .lf .swiper-slide img {
    max-height: 575px;
    padding-left: 10vw;
  }
}
@media (max-width: 768px) {
  .page1 .owl_zhengshu .item img {
    max-width: 100%;
    height: auto;
  }

  .page .shubiao {
    display: none;
  }

  .page1 {
    background: url("../images/wap_p1.jpg") no-repeat center;
    background-size: cover;
    height: 688px;
  }

  .page1 .light {
    right: 0;
    left: 0;
    top: 70px;
    width: 302px;
    height: auto;
    margin: auto;
  }

  .page .htmleaf-content {
    justify-content: center;
    text-align: center;
    align-items: center !important;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .page .htmleaf-content p {
    font-size: 20px !important;
  }

  .page .htmleaf-content .ex2 {
    font-size: 22px !important;
  }

  .page .htmleaf-content .desc {
    font-size: 12px !important;
  }

  .page .htmleaf-content .ex1 {
    top: 7px;
  }

  .page1 .htmleaf-content {
    top: unset;
    bottom: 16vh;
  }

  .page1 .owl_zhengshu .btn_box {
    width: 30px;
    height: 30px;
  }

  .page1 .owl_zhengshu .owl_lf {
    left: -35px;
  }

  .page1 .owl_zhengshu .owl_rt {
    right: -34px;
  }

  .page2 .wap_pic {
    max-width:100%;
    display: block;
    margin: 0 auto;
position:absolute;
bottom:0;
left:50%;
transform:translate(-50%,0);
  }

.page2 .wap_tpic{
position:absolute;
 max-width:100%;
top:13vh;
}

  .page2 .main .htmleaf-content {
    width: 300px;
  }

  .page2 .main .htmleaf-content .ex1 {
    top: 4px;
  }

  .page2 .main {
    display: block;
    text-align: center;
  }

  .page2 .main .more {
    margin-top: 18px;
  }

  .page2 {
    height: 686px;
  }

  .page3 .lf .swiper-slide {
    text-align: center;
  }

  .page3 .lf .swiper-slide img {
    height: unset;
    width: 300px;
    padding-left: 0;
  }

  .page3 .lf {
    position: static;
  }

  .page3 {
    background: url("../images/wap_p3.jpg") no-repeat center;
    background-size: cover;
    height: 670px;
  }

  .page3 .main .htmleaf-content {
    width: 300px;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 20px;
  }

  .page3 .rt {
    position: static;
    align-items: center;
  }

  .page3 .main .htmleaf-content .ex1 {
    top: 4px;
  }

  .page3 .owl_btn {
    justify-content: center;
    width: 100%;
    margin: 15px 0px;
  }

  .page3 .owl_btn > div {
    width: 40px;
    height: 40px;
  }

  .page3 .main .more {
    margin-top: 18px;
  }

  .page4 .main {
    display: block;
    text-align: center;
  }

  .page4 .main .htmleaf-content .ex2 {
    font-size: 17px !important;
  }

  .page4 .main .htmleaf-content .ex1 {
    top: 1px;
  }

  .page4 .main .more {
    margin-top: 50px;
  }

  .page4 .main .htmleaf-content {
    text-align: center;
  }

  .page4 {
    background: url("../images/wap_p4.jpg") no-repeat center;
    background-size: cover;
    height: 664px;
    padding-top: 192px;
  }

  .page5 {
    border: 10px solid white;
  }

  .page5 .item {
    float: none;
    border-bottom: 10px solid white;
  }
  .page5 .item:last-child {
    border-bottom: 0;
  }

  .page5 .item .border,
  .page5 .item:after {
    display: none;
  }

  .page5 .item .cc .name {
    font-size: 32px;
  }

  .inner_goods_list_page .goodslist .box:hover:after {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */
