@charset "utf-8";
/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
@font-face {
  font-family: 'gilroyBold';
  src: url('../font/gilroy-extrabold-webfont.woff') format('woff'), url('../font/gilroy-extrabold-webfont.woff2') format('woff2'), url('../font/Gilroy-ExtraBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy';
  src: url('../font/gilroy-light-webfont.woff') format('woff'), url('../font/gilroy-light-webfont.woff2') format('woff2'), url('../font/Gilroy-Light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.index-banner {
  position: relative;
}
.index-banner .swiper-pagination {
  width: 2.0rem;
  left: inherit;
  right: 5%;
  display: block;
  height: 80px;
  bottom: 3.0rem;
}
.index-banner .swiper-pagination span {
  font-family: gilroy;
  display: block;
  font-size: 0.45rem;
  color: #fff;
}
.index-banner .swiper-pagination span.swiper-pagination-current {
  font-size: 0.9rem;
  display: inline-block;
  text-align: left;
  margin-right: 1.45rem;
  position: relative;
  padding-bottom: 5px;
}
.index-banner .swiper-pagination span.swiper-pagination-current:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 2px;
  background-color: #fff;
}
.index-banner .swiper-pagination span.swiper-pagination-total {
  padding-top: 12px;
  border-top: 1px solid #808080;
  text-align: right;
}
.index-slide {
  position: relative;
  height: 100vh;
}
/* .index-slide.swiper-slide-active .banner-img {
  transition: all 5s linear;
  transform: scale(1);
} */
.banner-img {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* transform: scale(1.2); */
  /* transform-origin: left center; */
  /* transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); */
}
.banner-doc {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner-doc h3 {
  font-family: gilroyBold;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 9px 0 9px rgba(0, 0, 0, 0.2);
  letter-spacing: 6px;
  transform: scale3d(1.1, 1, 1);
}
.banner-doc p {
  font-size: 18px;
  color: #fff;
  margin-top: 1.0rem;
}
.global-pdl {
  padding-left: 2.5rem;
}
.global-tit {
  display: block;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1.0rem;
}
.global-tit h3 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #535353;
}
.global-tit .line {
  width: 1px;
  height: 0.8rem;
  background-color: #a69683;
  margin: 0 16px;
}
.global-tit span {
  font-family: 'gilroy';
  align-self: flex-end;
  margin-bottom: 2px;
}
.global-desc {
  font-size: 0.45rem;
  line-height: 1.4;
  color: #a69683;
}
.global-desc p {
  margin-bottom: 0.3rem;
}
.global-doc-edit {
  font-size: 16px;
  color: #535353;
  line-height: 2.25;
}
.global-arr img {
  transition: all 0.3s linear;
}
.global-arr:hover img {
  transform: translateX(20px);
}
.index-about {
  margin-top: 2.25rem;
  margin-bottom: 3.0rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.index-about .index-about-l {
  width: 53%;
  padding-bottom: 3.75rem;
  position: relative;
  padding-top: 1.75rem;
}
.index-about .index-about-l .img-flower {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 2s linear;
  transform: scale(0);
  opacity: 0;
}
.index-about .index-about-l .img-flower.animated {
  transform: scale(1);
  opacity: 1;
}
.index-about .global-doc-edit {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  padding-right: 5.0rem;
  text-align: justify;
}
.index-about .index-about-r {
  width: 47%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.index-about .index-about-r .index-about-view-item {
  width: 32%;
  height: 15.0rem;
  position: relative;
  overflow: hidden;
}
.index-about .index-about-r .index-about-view-item .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-about .index-about-r .index-about-view-item .mask-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/mask.png);
  transform: translateY(100%);
  transition: all 1s linear 0.2s;
}
.index-about .index-about-r .index-about-view-item.animated .mask-box {
  transform: translateY(0);
}
.index-about .index-about-r .index-about-view-item.animated .doc-box .line {
  transform: none;
}
.index-about .index-about-r .index-about-view-item.animated .doc-box .doc {
  opacity: 1;
}
.index-about .index-about-r .index-about-view-item .doc-box {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 6;
  color: #fff;
}
.index-about .index-about-r .index-about-view-item .doc-box .line {
  width: 1px;
  height: 5.5rem;
  background-color: #fff;
  margin-bottom: 1.35rem;
  transform: scale(0);
  transform-origin: top center;
  transition: all 0.8s linear 0.6s;
}
.index-about .index-about-r .index-about-view-item .doc-box .doc {
  writing-mode: vertical-lr;
  font-size: 0.45rem;
  opacity: 0;
  transition: all 2s linear 0.6s;
}
.index-about .index-about-r .index-about-view-item:nth-child(2) {
  margin-top: 3.0rem;
}
.index-about .index-about-r .index-about-view-item:nth-child(2) .mask-box {
  background-image: url(../images/mask-reverse.png);
  transform: translateY(-100%);
}
.index-about .index-about-r .index-about-view-item:nth-child(2) .doc-box .line {
  margin-bottom: 0;
  margin-top: 1.35rem;
  transform-origin: bottom center;
}
.index-about .index-about-r .index-about-view-item:nth-child(2) .doc-box .doc {
  order: -1;
}
.index-about .index-about-r .index-about-view-item:nth-child(2).animated .mask-box {
  transform: translateY(0);
}
.index-about .index-about-r .index-about-view-item:nth-child(3) {
  margin-top: 1.0rem;
}
.index-adv {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 18.75rem;
}
.l-index-adv-view {
  flex: 1;
  width: 0;
  height: 100%;
  min-width:0;
}
.l-index-adv-view .swiper-slide {
  overflow: hidden;
}
.l-index-adv-view .swiper-slide.swiper-slide-active .slide-bg {
  transform: none;
  opacity: 1;
}
.l-index-adv-view .slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.2);
  opacity: 0;
  transition: all 1.6s linear;
}
.tit-of-adv-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  /* height: 15.0rem; */
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transform-origin: right top;
}
.tit-of-adv {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5rem;
  width: 50%;
  height: 15.0rem;
  padding-left: 2.5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.tit-of-adv h3 {
  font-size: 0.9rem;
  color: #535353;
  line-height: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.tit-of-adv h4 {
  /* position: absolute; */
  right: 16.375rem;
  /* top: 4.4rem; */
  font-size: 2.0rem;
  font-family: 'gilroyBold';
  color: #a69683;
  text-transform: uppercase;
  width: 170%;
  position: relative;
  text-align: center;
  opacity: 0.15;
}
.tit-of-adv h4 span {
  margin-right: 0.75rem;
  color: #fff;
}
.tit-of-adv .adv-doc {
  font-size: 16px;
  line-height: 2;
  padding-right: 3.25rem;
  color: #535353;
  margin-top: 0.4rem;
}
.tit-of-adv .adv-doc span {
  color: #fff;
}
.tit-of-adv .buttons {
  margin-top: 2.2rem;
}
.btn {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  border-radius: 0;
  padding: 0;
}
.btn:hover {
  text-decoration: none;
}
/*btn_background*/
.effect01 {
  color: #FFF;
  border: 1px solid #666;
  box-shadow: 0px 0px 0px 1px #000 inset;
  background-color: #000;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect01:hover {
  border: 1px solid #666;
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px #EEE inset;
}
/*btn_text*/
.effect01 span {
  transition: all 0.2s ease-out;
  z-index: 2;
  font-size: 14px;
}
.effect01:hover span {
  letter-spacing: 0.13em;
  color: #333;
}
/*highlight*/
.effect01:after {
  background: #FFF;
  border: 0px solid #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*easeOutCirc*/
  z-index: 1;
}
.effect01:hover:after {
  background: #FFF;
  border: 20px solid #000;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.r-index-adv-select {
  flex: 0 0 370px;
  width: 370px;
  height: 100%;
}
.r-index-adv-select .swiper-container {
  height: 100%;
  padding: 20px 0 40px 0;
}
.r-index-adv-select .swiper-slide {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-items: center;
  padding-left: 0.8rem;
  cursor: pointer;
  z-index: 6;
  position: relative;
}
.r-index-adv-select .swiper-slide .l-num {
  font-size: 0.9rem;
  color: #a69683;
  font-family: 'gilroy';
}
.r-index-adv-select .swiper-slide .r-tit {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  flex: 1;
  align-items: flex-start;
  position: relative;
  padding-left: 0.8rem;
}
.r-index-adv-select .swiper-slide .r-tit h5 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 4px;
}
.r-index-adv-select .swiper-slide .r-tit p {
  font-family: 'gilroy';
  font-size: 18px;
  padding-left: 0.875rem;
}
.r-index-adv-select .swiper-slide .r-tit .mask-line {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
.r-index-adv-select .swiper-slide .r-tit .mask-line:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a69683;
  width: 0;
  transition: all 1s linear;
}
.r-index-adv-select .swiper-slide.swiper-slide-thumb-active .l-num {
  font-family: 'gilroyBold';
  transition: all 0.5s linear;
}
.r-index-adv-select .swiper-slide.swiper-slide-thumb-active .r-tit .mask-line {
  opacity: 1;
}
.r-index-adv-select .swiper-slide.swiper-slide-thumb-active .r-tit .mask-line:after {
  width: 100%;
}
#gallery .swiper-wrapper {
  overflow: hidden;
}
#gallery .gyjz .tit-of-adv h4 {
  right: 14.375rem;
  opacity: 0.15;
}
#gallery .pzsj .tit-of-adv h4 {
  right: 15rem;
  opacity: 0.15;
}
#gallery .zsjm .tit-of-adv h4 {
  right: 13rem;
  opacity: 0.15;
}
#gallery .sjjm .tit-of-adv h4 {
  right: 18.3rem;
  opacity: 0.15;
}
@media screen and (max-width: 1440px) {
  .tit-of-adv h4 {
    right: 13.5rem;
  }
  #gallery .swiper-wrapper {
    overflow: hidden;
  }
  #gallery .gyjz .tit-of-adv h4 {
    right: 12.5rem;
    opacity: 0.15;
  }
  #gallery .pzsj .tit-of-adv h4 {
    right: 12rem;
    opacity: 0.15;
  }
  #gallery .zsjm .tit-of-adv h4 {
    right: 10rem;
    opacity: 0.15;
  }
  #gallery .sjjm .tit-of-adv h4 {
    right: 15rem;
    opacity: 0.15;
  }
}
.index-product {
  background-color: #ebebeb;
  padding-top: 2.5rem;
  background: url(../images/indexproductbg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 3.25rem;
}
.index-product .index-product-in {
  padding-bottom: 8.75rem;
}
.news-product-tit {
  padding-left: 2.5rem;
  width: 16.0rem;
}
.news-product-view-box {
  display: block;
  width: 37.5%;
  height: 21.4rem;
  position: relative;
  margin-top: 2.5rem;
  transition: all 0.4s ease-in-out;
}
.news-product-view-box .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 1.66s cubic-bezier(0, 0.15, 0, 1);
  transform: scale3d(1.1, 1.1, 1);
  height: 20.0rem;
}
.news-product-view-box .product-view-tag {
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 3.25rem;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: -6px 0 10px rgba(0, 1, 2, 0.04);
  padding: 0 5%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.news-product-view-box .product-view-tag .name-box h4 {
  font-size: 18px;
  color: #535353;
}
.news-product-view-box .product-view-tag .name-box p {
  font-size: 18px;
  color: #535353;
  margin-top: 0.25rem;
  font-family: 'gilroy';
}
.news-product-view-box.animated .ef-bg {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.news-product-view-box.animated .img-box {
  transform: translateY(0) scale3d(1, 1, 1);
}
.news-product-view-box.news-product-view-box2 {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42.5%;
  height: 16.8rem;
}
.news-product-view-box.news-product-view-box2 .img-box {
  height: 15.25rem;
}
.news-product-view-box.news-product-view-box3 {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 16.2rem;
}
.news-product-view-box.news-product-view-box3 .img-box {
  height: 14.75rem;
}
.js-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ef-bg {
  transition: opacity 0.8s linear, transform 1.2s cubic-bezier(0, 0.15, 0, 1);
  transform: translateY(0) scale3d(1, 1.4, 1);
  opacity: 0;
  transform-origin: 50% 0%;
  overflow: hidden;
}
.index-video {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 18.75rem;
  background: url(../images/video-bg.jpg) no-repeat center center;
  padding-top: 3.0rem;
  padding-bottom: 2.75rem;
}
.index-video .index-video-in {
  padding: 0 5%;
  height: 100%;
}
.index-video .global-tit {
  color: #fff;
}
.index-video .global-tit h3 {
  color: #fff;
}
.video-box-wrap {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.video-box-wrap .video-btn {
  width: 10%;
  height: 100%;
  position: relative;
  cursor: pointer;
  outline: none;
}
.video-box-wrap .video-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-box-wrap .video-swiper-container {
  width: 60%;
}
.video-box-wrap .video-swiper-container .swiper-wrapper {
  overflow: hidden;
}
.video-box-wrap .video-slide {
  position: relative;
  height: 11.25rem;
  width: 100%;
}
.video-box-wrap .video-slide .video-img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 10.75rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 98%;
  transition: transform 0.6s linear, opacity 0.6s linear;
  opacity: 0;
  transform: translate(20px, 20px);
}
.video-box-wrap .video-slide .video-border {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 10.75rem;
  width: 98%;
  position: absolute;
  left: inherit;
  top: inherit;
  right: 2px;
  bottom: 2px;
  border: 1px solid #828281;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translate(-20px, -20px);
}
.video-box-wrap .video-slide.swiper-slide-active .video-img {
  transform: translate(0, 0);
  opacity: 1;
}
.video-box-wrap .video-slide.swiper-slide-active .video-border {
  transform: none;
  opacity: 1;
}
.play {
  width: 1.8rem;
  height: 1.8rem;
  transform: translate(-50%, -50%);
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 66;
}
#play-button-circle {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  stroke-dashoffset: 340;
  stroke-dasharray: 340;
}
#play-button-circle,
#play-button-triangle {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition-delay: 1s;
}
#play-button-circle,
#play-button-triangle {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition-delay: 1s;
}
.animated #play-button #play-button-circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s ease-in-out 0.6s;
}
#play-button-circle,
#play-button-triangle {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition-delay: 1s;
}
#play-button-triangle {
  stroke-dashoffset: 180;
  stroke-dasharray: 180;
}
.animated #play-button #play-button-triangle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s ease-in-out 1s;
}
.index-news .index-news-in {
  padding: 0 5%;
  padding-top: 2.25rem;
  padding-bottom: 2.75rem;
}
.index-news .index-news-in .index-news-tit {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.news-item-demo {
  display: block;
}
.news-item-demo h5 {
  font-family: 'gilroy';
  font-size: 14px;
  color: #535353;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.news-item-demo h4 {
  font-size: 18px;
  color: #535353;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.6rem;
}
.news-item-demo .line-box {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #f1eeeb;
  margin-bottom: 0.6rem;
  position: relative;
}
.news-item-demo .line-box span {
  position: absolute;
  width: 10%;
  height: 2px;
  background-color: #a69683;
  left: 0;
  top: 0;
  transition: all 0.3s linear;
}
.news-item-demo:hover .line-box span {
  width: 100%;
}
.news-item-demo .doc-edit {
  font-size: 16px;
  line-height: 2;
  color: #535353;
  margin-bottom: 1.2rem;
  opacity: .6;
  height: 64px;
  overflow: hidden;
}
.news-item-demo:hover .more-icon i {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 35px;
  color: #000;
  position: absolute;
  left: -100%;
  top: 0;
}
.news-item-demo:hover .more-icon i.arrow2 {
  color: #a69683;
  left: 0;
}
.more-icon {
  position: relative;
  width: 35px;
  overflow: hidden;
  height: 0.75rem;
}
.more-icon i {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 35px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.more-icon i.arrow2 {
  color: #a69683;
  left: -100%;
}
.vidcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 999;
}
.vidcontainer video {
  position: absolute;
  width: 780px;
  max-width: 100%;
  max-height: 80%;
  top: 0;
  left: 0;
  background-color: #000;
  bottom: 0;
  right: 0;
  margin: auto;
}
.vidcontainer .closevid {
  width: 40px;
  height: 40px;
  background: url(../images/close-vid2.png) no-repeat center / 100% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 1500px) {
  .global-pdl {
    padding-left: 0.5rem;
  }
  .index-about .global-doc-edit {
    padding-right: 3rem;
  }
  .index-about {
    margin-top: 1.7rem;
    margin-bottom: 0rem;
  }
  .index-news .index-news-in {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .footer-top-in {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .index-video .index-video-in {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .video-box-wrap .video-swiper-container {
    width: 68%;
  }
  .news-product-tit {
    padding-left: 1.25rem;
    width: 16.0rem;
  }
  .footer-contact-box {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .global-tit {
    margin-bottom: 0.4rem;
  }
  .global-tit h3 {
    font-size: 0.36rem;
  }
  .global-tit .line {
    width: 1px;
    height: 0.32rem;
    background-color: #a69683;
    margin: 0 8px;
  }
  .global-tit span {
    font-family: 'gilroy';
    align-self: flex-end;
    margin-bottom: 2px;
    font-size: 0.24rem;
  }
  .news-item-demo {
    display: block;
  }
  .news-item-demo h5 {
    font-size: 14px;
    margin-bottom: 0.32rem;
  }
  .news-item-demo h4 {
    font-size: 16px;
    color: #535353;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.32rem;
  }
  .news-item-demo .line-box {
    margin-bottom: 0.32rem;
  }
  .news-item-demo .line-box span {
    position: absolute;
    width: 10%;
    height: 2px;
    background-color: #a69683;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
  }
  .news-item-demo:hover .line-box span {
    width: 100%;
  }
  .news-item-demo .doc-edit {
    font-size: 14px;
    line-height: 2;
    color: #535353;
    height: 56px;
    overflow: hidden;
    margin-bottom: 0.48rem;
    opacity: .6;
  }
  .index-news .index-news-in {
    padding: 0 1.25%;
    padding-top: .9rem;
    padding-bottom: 1.1rem;
  }
  .index-news .index-news-in .index-news-tit {
    margin-bottom: 0.3rem;
  }
  .buttons.visible-xs {
    margin-top: 20px;
  }
  .index-video {
    height: 7.5rem;
    padding-top: 0.9rem;
    padding-bottom: 1rem;
  }
  .video-box-wrap .video-slide {
    height: 4.5rem;
  }
  .video-box-wrap .video-slide .video-img {
    height: 4.3rem;
    width: 96%;
  }
  .video-box-wrap .video-slide .video-border {
    height: 4.3rem;
  }
  .video-box-wrap .video-swiper-container {
    width: 80%;
  }
  .video-box-wrap .video-btn img {
    width: 0.29rem;
  }
  .play {
    width: 0.72rem;
    height: 0.72rem;
  }
  .index-video .index-video-in {
    padding: 0;
  }
  .index-video .global-tit {
    margin-bottom: 0.2rem;
  }
  .w1720 {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .global-desc p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .news-product-view-box {
    width: 100%;
    height: auto;
    margin-bottom: 1.3rem;
    margin-top: 0.75rem;
  }
  .news-product-view-box.news-product-view-box2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .news-product-view-box.news-product-view-box3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .news-product-tit {
    padding-left: 0;
    width: auto;
  }
  .index-product .index-product-in {
    padding-bottom: 0.55rem;
  }
  .index-product {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  .news-product-view-box .product-view-tag {
    position: absolute;
    bottom: -0.55rem;
    width: 80%;
    height: 1.3rem;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: -6px 0 10px rgba(0, 1, 2, 0.04);
    padding: 0 5%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .news-product-view-box .product-view-tag .name-box h4 {
    font-size: 14px;
  }
  .news-product-view-box .product-view-tag .name-box p {
    font-size: 12px;
    margin-top: 0.15rem;
  }
  .arrow-box {
    width: 0.55rem;
  }
  .arrow-box img {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .r-index-adv-select {
    width: 100%;
    height: auto;
    flex: 1;
    order: -2;
    border-top: 1px dashed #a69683;
    margin-bottom: 10px;
    padding-top: 20px;
  }
  .r-index-adv-select .swiper-container {
    padding: 0;
  }
  .r-index-adv-select .swiper-slide {
    padding-left: 0;
  }
  .r-index-adv-select .swiper-slide .r-tit {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .r-index-adv-select .swiper-slide .l-num {
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
  }
  .r-index-adv-select .swiper-slide .r-tit h5 {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 2px;
    width: 100%;
  }
  .r-index-adv-select .swiper-slide .r-tit .mask-line {
    display: none;
  }
  .r-index-adv-select .swiper-slide .r-tit p {
    padding-left: 0;
    font-size: 12px;
    width: 100%;
  }
  .index-adv {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: auto;
    margin-bottom: 30px;
  }
  .l-index-adv-view {
    height: 300px;
    width: 100%;
    order: -1;
  }
  .tit-of-adv-bg {
    height: 80%;
    width: 60%;
  }
  .tit-of-adv {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 80%;
    padding-left: 0rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 10%;
    width: 60%;
  }
  .tit-of-adv .adv-doc {
    width: 100%;
    padding-right: 0;
    font-size: 12px;
    margin-top: 4px;
  }
  .tit-of-adv h4 {
    font-size: 0.16rem;
    right: 0;
    display: none;
  }
  .tit-of-adv h3 {
    font-size: 0.32rem;
    color: #535353;
    line-height: 0.64rem;
    font-weight: bold;
    margin-bottom: 0.072rem;
    width: 100%;
  }
  .tit-of-adv .buttons {
    margin-top: 0.4rem;
  }
  .btn {
    width: 1.75rem;
    font-size: 12px;
  }
  .effect01 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .global-pdl {
    padding-left: 0;
  }
  .index-about .index-about-l {
    width: 100%;
    padding-bottom: 1rem;
    position: relative;
    padding-top: 0.7rem;
  }
  .index-about {
    flex-flow: column wrap;
  }
  .index-about .global-doc-edit {
    padding-right: 0;
  }
  .global-doc-edit {
    font-size: 0.26rem;
  }
  .index-about .global-doc-edit {
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
  }
  .index-about .index-about-r {
    width: 100%;
    margin-bottom: 50px;
  }
  .index-about .index-about-r .index-about-view-item {
    height: 6rem;
  }
  .index-about .index-about-r .index-about-view-item .doc-box .doc {
    font-size: 0.18rem;
  }
  .index-about .index-about-r .index-about-view-item .doc-box .line {
    height: 2.2rem;
    margin-bottom: .54rem;
  }
  .index-about .index-about-r .index-about-view-item:nth-child(2) {
    margin-top: 1.2rem;
  }
  .index-about .index-about-r .index-about-view-item:nth-child(2) .doc-box .line {
    margin-top: 0.54rem;
  }
  .index-about .index-about-r .index-about-view-item:nth-child(3) {
    margin-top: 0.4rem;
  }
  .global-arr img {
    width: 0.55rem;
  }
  .index-about {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-doc h3 {
    font-size: 1rem;
  }
  .index-banner .swiper-pagination span {
    font-size: 0.18rem;
  }
  .index-banner .swiper-pagination {
    width: 0.8rem;
    left: inherit;
    right: 5%;
    display: block;
    height: 80px;
    bottom: 0.75rem;
  }
  .index-banner .swiper-pagination span.swiper-pagination-current {
    font-size: 0.36rem;
    margin-right: 1.45rem;
  }
  .index-banner .swiper-pagination span.swiper-pagination-current:after {
    width: 0.36rem;
  }
}
.qrimg {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 20px;
}
.qrimg p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .qrimg {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 18px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .qrimg p {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
  }
  .footer-logo.visible-xs {
    display: flex!important;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
}

.banner-m {
  display: none;
}

.banner-m .banner-img img {
  width: 100%;
  height: 100%;
}

.banner-m a {
  display: block;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 768px) {
  .banner-pc {
    display: none;
  }
  .banner-m {
    display: block;
  }
}