.page-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.page-gray * {
  filter: Gray;
  -webkit-filter: Gray;
  -o-filter: Gray;
  -ms-filter: Gray;
  -moz-filter: Gray;
}

.p-home.head2block .heads2 {
  border-bottom: 1px solid #e6e6e6;
}

.homeSwiper .swiper-slide {
  width: 100%;
}

.homeSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home1box {
  width: 21em;
  height: 21em;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9999;
  color: #fff;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.more2 {
  display: none;
}

.home1box-big {
  width: 24em;
  height: 24.5em;
  border-radius: 50%;
  border: 35px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home1box h1 {
  font-size: 2.3em;
  padding-top: 1.9em;
  line-height: 1.3;
}

.home1box .text {
  font-size: 1.1em;
  margin-top: 0.75em;
}

.home1box .jia {
  margin-top: 3.4em;
}

.home1box .text2 {
  font-size: 0.8em;
  margin-top: 12px;
}

.home2bg {
  background: rgba(223, 176, 101, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.jia img {
  width: 35px !important;
}

.headimg {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  cursor: pointer;
}

.headnav {
  position: absolute;
  right: 30px;
  top: 34px;
  width: 26px;
}

.headnav1 {
  width: 26px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}

.head2body .headnav1 {
  background-color: #666;
}

.head2body .headnav2 {
  background-color: #666;
}

.headnav2 {
  width: 20px;
  height: 4px;
  background-color: #fff;
  margin-top: 8px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.down {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  animation: toggleMove 0.8s infinite;
  -moz-animation: toggleMove 10.8s infinite;
  -webkit-animation: toggleMove 0.8s infinite;
  -o-animation: toggleMove 0.8s infinite;
}

.down img {
  display: block;
  margin: auto;
  width: 26px !important;
  animation: toggleMove 0.8s infinite;
  -moz-animation: toggleMove 10.8s infinite;
  -webkit-animation: toggleMove 0.8s infinite;
  -o-animation: toggleMove 0.8s infinite;
}

@-webkit-keyframes toggleMove {
  0% {
    bottom: 0px;
    opacity: 0.3;
  }
  50% {
    bottom: 9px;
    opacity: 1;
  }
  to {
    bottom: 0px;
    opacity: 0.3;
  }
}

@keyframes toggleMove {
  0% {
    bottom: 0px;
    opacity: 0.3;
  }
  50% {
    bottom: 9px;
    opacity: 1;
  }
  to {
    bottom: 0px;
    opacity: 0.3;
  }
}
.bg {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}

.bg img {
  width: 100% !important;
}

.head2 {
  display: none;
}

.head1body .head1 {
  display: block;
}

.head1body .head2 {
  display: none;
}

.head2body .head1 {
  display: none;
}

.head2body .head2 {
  display: block;
}

.homebg {
  position: fixed;
  right: -10em;
  top: -10em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: #d8cfc6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.8s;
  z-index: 999999999;
}

.headimg img {
  width: 100%;
}

.headtabs .homebg {
  transform: scale(66);
  -webkit-transform: scale(66);
}

.indextab {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  background-color: transparent;
  display: none;
}

.headtabs .indextab {
  display: block;
}

.indextab .list {
  color: #333;
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 5vw;
}

.firsttab {
  font-size: 1.5em;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 1.1em;
}

.indextab .flex {
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}

.indextab .flex .list + .list {
  margin-left: 0vw;
}

.firsttab a {
  display: block;
}

.second {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.secondtit {
  line-height: 3em;
  height: 3em;
  overflow: hidden;
}

.secondtit span {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.secondbott .item {
  line-height: 2.5em;
}

.secondtit {
  font-size: 1.2em;
}

.sebot a {
  display: block;
  line-height: 2.3;
  font-size: 0.9em;
  color: #9b9b9b;
}

.tits {
  margin-top: 10px;
}

.sebot {
  padding: 1em 0 0.5em;
}

.close {
  opacity: 1;
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
}

.sebot a + a {
  margin-top: 5px;
}

.tits a {
  font-size: 1.1em;
}

@media (min-width: 992px) {
  .indextab .list:hover span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .indextab .list:hover .firsta {
    margin-top: 3em;
  }
  .indextab a:hover {
    color: #fc9153;
  }
  .indextab .list:hover .second {
    opacity: 1;
  }
  .home1box:hover {
    background-color: #cdccc8;
  }
  .home1box:hover {
    color: #333;
  }
  .home1box:hover .more2 {
    display: inline-block;
  }
  .home1box:hover .more {
    display: none;
  }
  .headnav:hover .headnav1 {
    width: 20px;
  }
  .headnav:hover .headnav2 {
    width: 26px;
  }
}
.headtabs .home1box-big {
  opacity: 0;
  top: 60%;
}

.headtabs .home1box {
  opacity: 0;
  top: 60%;
}

.headtabs .down {
  display: none;
}

.headtabs .headimg {
  display: none;
}

.headtabs .logo1 {
  display: block;
}

.logo1 {
  position: fixed;
  left: 2.6%;
  top: 2.63%;
  z-index: 999999;
  display: none;
  width: 8.6%;
}

.logo2 {
  position: fixed;
  left: 2.6%;
  top: 2.63%;
  z-index: 999999;
  display: none;
  width: 8.6%;
}

.head2body .logo1 {
  display: none;
}

.head2body.headtabs .logo2 {
  display: block;
}

.textdown {
  width: 100%;
  text-align: center;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
}

.goto {
  cursor: pointer;
  position: absolute;
  width: 200px;
  height: 140px;
  left: 50%;
  bottom: 0;
  margin-left: -100px;
  z-index: 999999;
}

.homeh1 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}

.home2 {
  padding: 5.75em 0 6em;
}

.search span {
  font-size: 16px;
}

.home2 ul {
  overflow: hidden;
  margin-bottom: -30px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 3em;
}

.home2 ul li {
  width: 56%;
  padding: 0 15px;
  cursor: pointer;
  float: left;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.home2 ul li:nth-child(1) {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.home2 ul li:nth-child(2) {
  width: 44%;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.home2 ul li:nth-child(3) {
  width: 44%;
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.home2 ul li:nth-child(4) {
  width: 56%;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.is-center .home2 ul li:nth-child(1),
.is-center .home2 ul li:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-center1 .home2 ul li:nth-child(3),
.is-center1 .home2 ul li:nth-child(4) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.home2 ul.ul-three {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home2 ul.ul-three li {
  width: 50%;
}
.home2 ul.ul-three li:nth-child(1) {
  width: 100%;
}

.is-center2 .home2 ul li:nth-child(1) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-center3 .home2 ul li:nth-child(3),
.is-center3 .home2 ul li:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.home2 ul li .imgs {
  position: relative;
  height: 17.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .home2 ul li:hover .imgs {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home2 .overflow-hidden {
  position: relative;
}

.hometext {
  position: absolute;
  width: 100%;
  bottom: -0.8em;
  color: #fff;
  padding-left: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
  height: 66px;
}

.hometext .text {
  font-size: 0.9em;
  opacity: 0;
  margin-top: 15px;
  line-height: 1.55;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hometext svg {
  width: 10px;
  height: 15px;
}

.hometext .homeh2 {
  font-size: 1.2em;
  font-weight: bold;
}

.home2more {
  margin-top: 25px;
  font-size: 0.9em;
  display: none;
}

.home3 {
  height: 28.25em;
  padding-top: 7em;
  position: relative;
}

.home3 .homeh1 {
  color: #fff;
}

.home3btn_box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 2.25em;
}

.home3btn {
  width: 11em;
  line-height: 2.4em;
  text-align: center;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.home3btn a {
  font-size: 16px;
  color: #fff;
  display: block;
}

.home3btn + .home3btn {
  margin-left: 15px;
}

@media (max-width: 1890px) {
  .logo1 {
    position: fixed;
    left: 2.6%;
    top: 2.9%;
    z-index: 999999;
    display: none;
    width: 8.6%;
  }
  .logo2 {
    position: fixed;
    left: 2.6%;
    top: 2.9%;
    z-index: 999999;
    display: none;
    width: 8.6%;
  }
}
@media (max-width: 1550px) {
  .logo1 {
    position: fixed;
    left: 2.6%;
    top: 2.7%;
    z-index: 999999;
    display: none;
    width: 8.6%;
  }
  .logo2 {
    position: fixed;
    left: 2.6%;
    top: 2.7%;
    z-index: 999999;
    display: none;
    width: 8.6%;
  }
}
@media (max-width: 1450px) {
  .logo1 {
    position: fixed;
    left: 2.6%;
    top: 2.5%;
    z-index: 999999;
    display: none;
    width: 8.6%;
  }
  .logo2 {
    position: fixed;
    left: 2.6%;
    top: 2.5%;
    z-index: 999999;
    display: none;
    width: 8.6%;
  }
}
a {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

.homewap1 {
  display: none;
}

@media (min-width: 991.98px) {
  .home3btn:hover {
    background-color: #cf9e4f;
    border-color: #cf9e4f;
  }
  .home2 ul li:hover .text {
    opacity: 1;
  }
  .home2 ul li:hover .hometext {
    bottom: 1.7em;
  }
  .home2 ul li:nth-child(2):hover .hometext {
    bottom: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .home1 #my-video {
    display: block;
  }
  .home1 #my-video video {
    object-fit: cover !important;
    object-position: center center;
  }
  .home1 .appMedia {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-color: transparent;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
  }
  .homewap1 {
    display: block;
  }
  .stop-video {
    display: none;
  }
  .home2 ul li {
    width: 100% !important;
  }
  .home2 ul li .imgs {
    height: 4.05rem;
  }
  .hometext .text {
    display: none;
  }
  .hometext {
    height: auto;
  }
  .home2more {
    display: none;
  }
  .hometext {
    bottom: 0.4rem;
  }
  .hometext .homeh2 {
    font-size: 0.36rem;
    font-weight: 400;
  }
  .homeh1 {
    font-size: 0.48rem;
    font-weight: 400;
  }
  .home2 ul li {
    margin-bottom: 0.4rem;
  }
  .home2 {
    padding: 1.2rem 0 1.2rem;
  }
  .home2 ul {
    margin-top: 0.8rem;
  }
  .home3 {
    height: 5.1rem;
    padding-top: 1.35rem;
  }
  .home3 .homeh1 {
    font-size: 0.48rem;
  }
  .home3btn {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #cf9e4f;
    border-color: #cf9e4f;
  }
  .home3btn_box {
    margin-top: 0.55rem;
  }
}
@media (max-width: 991.98px) {
  .banner .text {
    width: 90%;
    font-size: 0.28rem;
    padding-left: 0;
  }
}
@media (min-width: 991.98px) {
  .video-js {
    object-fit: inherit !important;
  }
  .video-js .vjs-tech {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: inherit !important;
  }
}
@media (max-width: 991.98px) {
  .btn-gotop {
    display: none;
  }
  .modal-video {
    z-index: 10000000000000000;
  }
  .modal-video .modal-close {
    z-index: 100000000000000000;
  }
  .modal-video .modal-content {
    margin-top: 80%;
  }
  .home3 .bgk1 {
    object-fit: cover !important;
  }
}
.stop-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
}

.home3 .bgk1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

@media (min-width: 991.98px) {
  .home3btn_box-add {
    left: 50%;
    height: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
  }
  .home3 {
    height: 100%;
  }
  .home3 .bgk1 {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .home3 .bgk1 {
    object-fit: cover !important;
  }
}
@media (min-width: 991.98px) {
  .video-js {
    position: relative !important;
  }
  .video-js .vjs-tech {
    position: relative !important;
  }
  .home3 {
    padding-top: 0;
  }
  .videoHight .textdown,
  .videoHight .down,
  .videoHight .goto {
    position: fixed;
    bottom: 2%;
  }
  .videoButton .textdown,
  .videoButton .down,
  .videoButton .goto {
    display: none;
  }
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}

.indexBanner {
  position: relative;
}
.indexBanner .swiper-slide {
  min-height: 100vh;
  overflow: hidden;
}
.indexBanner .slide-box {
  min-height: 100vh;
}
.indexBanner .imgwrap {
  min-height: 100vh;
  position: relative;
}
.indexBanner .imgwrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.indexBanner .imgwrap video {
  position: relative;
  width: 100% !important;
  height: auto;
}

.banner-down {
  position: absolute;
  left: 0;
  width: 100%;
  top: -webkit-calc(100vh - 112px);
  top: calc(100vh - 112px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 999;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.textdown {
  margin-bottom: 20px;
}

.pagination-wrap {
  position: absolute;
  left: 0;
  top: -webkit-calc(100vh - 140px);
  top: calc(100vh - 140px);
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 99;
}
.pagination-wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: none;
  margin: 0 10px !important;
}
.pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.indexJs-pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-content: center;
          align-content: center;
}

@media (min-width: 992px) {
  .indexBanner.videoCover .imgwrap video {
    position: absolute !important;
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  .indexBanner .imgwrap video {
    object-fit: cover;
    object-position: center;
  }
  .indexBanner {
    overflow: hidden;
  }
  html, body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .indexBanner .slide-box {
    position: relative;
  }
  .bfq {
    position: absolute;
    left: 50%;
    top: 50vh;
    z-index: 9999;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bfq svg {
    width: 100%;
    height: 100%;
  }
}