.swiper-slide {
 width:80%
}
#homePicture {
 width:100%;
 display:flex;
 justify-content:center;
 align-items:center
}
#homePicture .SwiperBox {
 position:relative;
 width:100%;
 min-height:580px;
 box-sizing:border-box;
 cursor:pointer;
 overflow:hidden
}
@media only screen and (max-width:1181px) {
 #homePicture .SwiperBox {
  min-height:500px
 }
}
@media only screen and (max-width:991px) {
 #homePicture .SwiperBox {
  width:100%;
  min-height:500px;
  position:relative;
  box-sizing:border-box;
  cursor:pointer;
  overflow:hidden
 }
}
#homePicture .SwiperBox .imgBox {
 position:absolute;
 top:0;
 left:0;
 min-width:500px;
 height:300px;
 display:flex;
 justify-content:flex-start
}
@media only screen and (max-width:991px) {
 #homePicture .SwiperBox .imgBox {
  min-width:100%
 }
}
#homePicture .SwiperBox .imgBox .Swiper-item {
 flex-shrink:0;
 min-height:500px;
 justify-content:space-around;
 align-items:center;
 position:relative;
 display:grid;
 grid-auto-flow:column;
 grid-template-rows:100%;
 text-align:initial;
 margin:0 auto -150px;
 padding:0 0 150px;
 box-sizing:content-box;
 font-family:Linux Biolinum,"Noto Serif SC",serif
}
@media only screen and (max-width:1181px) {
 #homePicture .SwiperBox .imgBox .Swiper-item {
  grid-template-rows:70%
 }
}
#homePicture .SwiperBox .imgBox .Swiper-item img {
 width:100%;
 height:100%;
 margin:0 auto;
 transition:all .8s ease .1s;
 padding:0 5px;
 -o-object-fit:cover;
 object-fit:cover
}
#homePicture .SwiperBox .imgBox .Swiper-item .Swiper-div {
 height:100%;
 padding:0 35px
}
#homePicture .SwiperBox .imgBox .Swiper-item .Swiper-div div {
 font-size:21px;
 margin-bottom:30px
}
#homePicture .SwiperBox .imgBox .Swiper-item .Swiper-div .Swiper-btn {
 margin-top:50px
}
#homePicture .SwiperBox .imgBox .Swiper-item .Swiper-div .Swiper-btn span {
 border:1px solid #000;
 border-radius:25px;
 padding:5px 25px
}
@media only screen and (max-width:991px) {
 #homePicture .SwiperBox .imgBox .Swiper-item .Swiper-div {
  width:100%;
  word-wrap:break-word;
  display:inline-block;
  padding:30px 20px
 }
 #homePicture .SwiperBox .imgBox .Swiper-item img {
  display:block;
  width:100%;
  height:auto;
  -o-object-fit:contain;
  object-fit:contain;
  transition:all .8s ease 0s;
  padding:0
 }
 #homePicture .SwiperBox .imgBox .Swiper-item {
  width:100%;
  display:inline-block
 }
}
#homePicture .SwiperBox .leftBtn,
#homePicture .SwiperBox .rightBtn {
 position:absolute;
 top:45%;
 transform:translateY(-50%);
 display:flex;
 justify-content:center;
 align-items:center;
 cursor:pointer;
 font-size:12px;
 font-weight:500;
 width:60px;
 height:60px;
 background-color:#fff;
 border:1px solid #a6a6a6;
 color:#000
}
#homePicture .SwiperBox .leftBtn:after,
#homePicture .SwiperBox .rightBtn:after {
 font-size:2vw
}
@media only screen and (max-width:991px) {
 #homePicture .SwiperBox .leftBtn,
 #homePicture .SwiperBox .rightBtn {
  position:absolute;
  top:30%;
  transform:translateY(-50%);
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  font-size:12px;
  font-weight:500;
  width:40px;
  height:40px;
  background-color:#fff;
  border:1px solid #a6a6a6
 }
}
#homePicture .SwiperBox .leftBtn {
 left:10px;
 background-color:hsla(0,0%,100%,.773)
}
@media only screen and (max-width:991px) {
 #homePicture .SwiperBox .leftBtn {
  left:0
 }
}
#homePicture .SwiperBox .rightBtn {
 right:10px;
 background-color:hsla(0,0%,100%,.773)
}
@media only screen and (max-width:991px) {
 #homePicture .SwiperBox .rightBtn {
  right:0
 }
}
#homePicture .SwiperBox .instBox {
 position:absolute;
 left:50%;
 transform:translateX(-50%);
 bottom:10px
}
#homePicture .SwiperBox .instBox .swiper-pagination-bullet {
 width:74px;
 border:5px solid transparent;
 margin-right:30px;
 background-color:#989898;
 cursor:pointer;
 height:auto;
 border-radius:0;
 transition:.5s;
 background-clip:padding-box;
 padding:1px
}
@media only screen and (max-width:991px) {
 #homePicture .SwiperBox .instBox .swiper-pagination-bullet {
  width:50px;
  margin-right:16px
 }
}
#homePicture .SwiperBox .instBox .swiper-pagination-bullet-active {
 border:5px solid transparent;
 background:#000;
 background-clip:padding-box;
 padding:1px
}
.Brand[data-v-39d7109c] {
 width:100%;
 height:100%;
 position:relative
}
@keyframes zoom-39d7109c {
 0% {
  background-size:100%
 }
 50% {
  background-size:150%
 }
 to {
  background-size:100%
 }
}
.Brand .banner_img[data-v-39d7109c] {
 position:fixed;
 left:0;
 top:0;
 height:100%
}
@media only screen and (max-width:991px) {
 .Brand .banner_img[data-v-39d7109c] {
  height:700px
 }
}
.Brand .banner_img>img[data-v-39d7109c],
.Brand .banner_img>video[data-v-39d7109c] {
 width:100%;
 height:100%;
 -o-object-fit:cover;
 object-fit:cover;
 position:absolute;
 left:0;
 top:0
}
.Brand .banner_img>video[data-v-39d7109c] {
 display:block
}
.Brand .banner_one[data-v-39d7109c] {
 width:100%;
 height:100vh;
 margin-left:auto;
 margin-right:auto;
 box-sizing:border-box;
 text-align:left;
 background-size:cover;
 position:relative;
 overflow:hidden;
 -webkit-clip-path:inset(0 0 0 0);
 clip-path:inset(0 0 0 0);
 background-position:50%;
 background-repeat:no-repeat
}
.Brand .banner_one .scroll-icon[data-v-39d7109c] {
 display:flex;
 justify-content:center;
 align-items:center;
 height:2em;
 width:1.2em;
 font-size:22px;
 color:hsla(0,0%,100%,.5);
 border-radius:2em;
 border:2px solid;
 transition:.4s;
 position:absolute;
 left:50%;
 bottom:0;
 transform:translate(-50%,-50%);
 z-index:1
}
.Brand .banner_one .scroll-icon[data-v-39d7109c]:hover {
 background-color:hsla(0,0%,100%,.05);
 color:#fff
}
.Brand .banner_one .scroll-icon[data-v-39d7109c]:after {
 content:"";
 width:5px;
 height:5px;
 background-color:#fff;
 border-radius:50%;
 animation:scroll-icon-39d7109c 2.2s cubic-bezier(.65,.05,.36,1) infinite
}
@keyframes scroll-icon-39d7109c {
 0% {
  transform:translateY(-12px);
  opacity:0
 }
 30%,
 70% {
  opacity:1
 }
 to {
  transform:translateY(12px);
  opacity:0
 }
}
.Brand .banner_one .banner_font[data-v-39d7109c] {
 display:flex;
 flex-direction:column;
 justify-content:flex-end;
 z-index:9;
 left:0;
 height:60px;
 position:absolute;
 bottom:0;
 padding:85px 100px;
 text-align:left;
 color:#fff;
 opacity:0
}
.Brand .banner_one .banner_font h2[data-v-39d7109c] {
 margin:0;
 font-size:3rem
}
.Brand .banner_one .banner_font p[data-v-39d7109c] {
 font-size:1.25rem;
 line-height:16px
}
@media only screen and (max-width:991px) {
 .Brand .banner_one .banner_font[data-v-39d7109c] {
  padding:85px 40px
 }
 .Brand .banner_one .banner_font h2[data-v-39d7109c] {
  margin:0;
  font-size:1.4rem;
  line-height:40px
 }
 .Brand .banner_one .banner_font p[data-v-39d7109c] {
  font-size:.875rem;
  line-height:20px
 }
}
.Brand .home__overlay[data-v-39d7109c] {
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0
}
.Brand .section2[data-v-39d7109c] {
 display:table;
 width:100%
}
.Brand .section2 h2[data-v-39d7109c] {
 color:#7a4646;
 font-size:2.8rem;
 text-align:center
}
@media only screen and (max-width:991px) {
 .Brand .section2 h2[data-v-39d7109c] {
  font-size:2rem
 }
}
.Brand .section2 .brand[data-v-39d7109c] {
 display:table-cell;
 vertical-align:middle;
 padding:30px 30%;
 text-align:left
}
.Brand .section2 .brand p[data-v-39d7109c] {
 margin:0 auto;
 text-align:left;
 line-height:3;
 font-size:1rem
}
@media only screen and (max-width:1181px) {
 .Brand .section2 .brand[data-v-39d7109c] {
  padding:30px 25%
 }
}
.Brand .section2 .brand .section2_img[data-v-39d7109c] {
 margin:2rem 0;
 width:21%
}
.Brand .section2 .brand .section2_img img[data-v-39d7109c] {
 width:100%;
 -o-object-fit:cover;
 object-fit:cover
}
.Brand .section2 .brand .section2_title[data-v-39d7109c] {
 font-size:1.5rem;
 line-height:1.8
}
@media only screen and (max-width:991px) {
 .Brand .section2 .brand .section2_title[data-v-39d7109c] {
  font-size:1.2rem
 }
 .Brand .section2 .brand[data-v-39d7109c] {
  display:table-cell;
  vertical-align:middle;
  padding:30px 15px
 }
 .Brand .section2 .brand p[data-v-39d7109c] {
  width:auto;
  margin:0 auto;
  text-align:left;
  line-height:30px
 }
}
.Brand .banner_three[data-v-39d7109c] {
 width:100%;
 height:100%;
 background-size:cover;
 background-position:50%;
 position:relative
}
.Brand .banner_three img[data-v-39d7109c] {
 width:100%;
 height:100%;
 -o-object-fit:cover;
 object-fit:cover
}
.Brand .banner_three .banner_font[data-v-39d7109c] {
 position:absolute;
 bottom:0;
 padding:85px 100px;
 text-align:left;
 color:#fff
}
@media only screen and (max-width:991px) {
 .Brand .banner_three .banner_font[data-v-39d7109c] {
  padding:50px 30px;
  font-size:1rem
 }
 .Brand .banner_three .banner_font h1[data-v-39d7109c] {
  font-size:1.5rem
 }
}
.Brand .produce_reval[data-v-39d7109c] {
 display:flex;
 justify-content:center;
 padding-top:55px
}
.Brand .produce_reval .product_img_left[data-v-39d7109c] {
 width:45%;
 margin-right:5vw;
 position:relative;
 overflow:hidden;
 cursor:pointer
}
.Brand .produce_reval .product_img_left:hover img[data-v-39d7109c] {
 transform:scale(1.2)
}
.Brand .produce_reval .product_img_left img[data-v-39d7109c] {
 width:100%;
 height:100%;
 -o-object-fit:cover;
 object-fit:cover;
 transition:1s
}
.Brand .produce_reval .product_img_left .product_fz[data-v-39d7109c] {
 position:absolute;
 top:85%;
 color:#fff;
 text-align:left;
 left:5%
}
@media only screen and (min-width:991px)and (max-width:1181px) {
 .Brand .produce_reval .product_img_left .product_fz[data-v-39d7109c] {
  top:77%
 }
}
@media only screen and (max-width:991px) {
 .Brand .produce_reval .product_img_left .product_fz[data-v-39d7109c] {
  top:70%;
  text-align:center;
  width:100%
 }
 .Brand .produce_reval .product_img_left .product_fz h2[data-v-39d7109c] {
  font-size:1rem
 }
 .Brand .produce_reval .product_img_left .product_fz p[data-v-39d7109c] {
  margin:0;
  font-size:.875rem;
  display:none
 }
 .Brand .produce_reval .product_img_left .product_fz[data-v-39d7109c] {
  max-width:180px;
  position:absolute;
  color:#fff;
  left:0
 }
}
.Brand .produce_reval .product_img_right[data-v-39d7109c] {
 width:45%;
 overflow:hidden;
 cursor:pointer
}
.Brand .produce_reval .product_img_right:hover img[data-v-39d7109c] {
 transform:scale(1.2)
}
.Brand .produce_reval .product_img_right img[data-v-39d7109c] {
 width:100%;
 height:100%;
 transition:1s
}
.Brand .produce_reval .product_img_right .product_fz[data-v-39d7109c] {
 position:absolute;
 top:85%;
 color:#fff;
 text-align:left;
 left:5%
}
@media only screen and (min-width:991px)and (max-width:1181px) {
 .Brand .produce_reval .product_img_right .product_fz[data-v-39d7109c] {
  top:77%
 }
}
@media only screen and (max-width:991px) {
 .Brand .produce_reval .product_img_right .product_fz[data-v-39d7109c] {
  top:70%;
  text-align:center;
  width:100%
 }
 .Brand .produce_reval .product_img_right .product_fz h2[data-v-39d7109c] {
  font-size:1rem
 }
 .Brand .produce_reval .product_img_right .product_fz p[data-v-39d7109c] {
  margin:0;
  font-size:.875rem;
  display:none
 }
 .Brand .produce_reval .product_img_right .product_fz[data-v-39d7109c] {
  max-width:180px;
  position:absolute;
  color:#fff;
  left:0
 }
}
.Brand .process h2[data-v-39d7109c] {
 padding:40px 0;
 color:#7a4646;
 font-size:2rem
}
.Brand .process .content[data-v-39d7109c] {
 display:flex;
 justify-content:space-between
}
.Brand .process .content .content_left[data-v-39d7109c] {
 width:45%
}
.Brand .process .content .content_left img[data-v-39d7109c] {
 width:100%;
 height:100%
}
.Brand .process .content .content_fz[data-v-39d7109c] {
 width:25%;
 text-align:left;
 padding:0 20px
}
.Brand .process .content .content_right img[data-v-39d7109c] {
 width:100%;
 height:auto
}
@media only screen and (max-width:991px) {
 .Brand .process h2[data-v-39d7109c] {
  padding:0;
  color:#7a4646;
  font-size:1.5rem
 }
 .Brand .process .content[data-v-39d7109c] {
  display:flex;
  justify-content:space-between
 }
 .Brand .process .content .content_left[data-v-39d7109c] {
  width:45%
 }
 .Brand .process .content .content_left img[data-v-39d7109c] {
  width:100%;
  height:100%
 }
 .Brand .process .content .content_fz[data-v-39d7109c] {
  width:25%;
  text-align:left;
  padding:0 20px
 }
 .Brand .process .content .content_right img[data-v-39d7109c] {
  width:100%;
  height:auto
 }
}
