/* -------------------------------START------------------------------- */
/* ----------------------------全部页面公共---------------------------- */


@font-face {
  font-family: 'Hel';
  src: url('../fonts/HelveticaNeueLTStd-LtCn_0.eot');
  src: local('☺'), url('../fonts/HelveticaNeueLTStd-LtCn_0.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-LtCn_0.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-LtCn_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hel-01';
  src: url('../fonts/HelveticaNeueLTStd-Th_0.eot');
  src: local('☺'), url('../fonts/HelveticaNeueLTStd-Th_0.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Th_0.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Th_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hel-02';
  src: url('../fonts/ShangShouTi-2.TTF');
  src: local('☺'), url('../fonts/HelveticaNeueLTStd-MdCn_0.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-MdCn_0.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-MdCn_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'xianxian';
  src: url('../fonts/ShangShouTi-2.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Marcellus';
  src: url('../fonts/Marcellus.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AsurSans';
  src: url('../fonts/AsurSans-Regular.woff2');
  font-weight: normal;
  font-style: normal;
}

.date {
  font-family: 'AsurSans';
}

/* 滚动条 */

::-webkit-scrollbar {
  /*滚动条整体样式*/

  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/

  height: 1px;
  background: rgba(255, 255, 255, .2);

}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 4px;
  border-radius: 10px;

  /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/

  background: #ffdb95;

}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/

  /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/

  border-radius: 10px;

  background: rgba(255, 255, 255, .2);

}


@media only screen and (max-width:1300px) {
  .yx {
    width: 90%;
  }
}



/* 页底 */


/* 页底 */


/* ----------------------------全部页面公共---------------------------- */


/* 下导航-S */
footer {
  background-color: #000;
  position: relative;
  z-index: 11;
  margin-top: -1px;
}

/* 下导航-E */


/* 上导航-S */
.topNav {
  background-color: #fff;
}

.topNavBtn {
  position: fixed;
    right: 50px;
    top: 40px;
    z-index: 220;
    /*border: 1px solid #ffdda7;*/
    width: 16vw;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.topNavBtn.on {
  background-color: rgb(242 209 158 / 42%);
}

.c-menu-button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0;
  color: #b59f73;
  transition: opacity 320ms ease;
  cursor: pointer;

}

.c-menu-button * {
  color: #ffdda7;
}

.c-menu-button.is-active .c-menu-button-text-open {
  opacity: 0
}

.c-menu-button.is-active .c-menu-button-text-close {
  opacity: 1
}

.c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
  transform: rotate(24deg);
  display: none;
}

.c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(2) {
  transform: rotate(-24deg);
    display: none;
}
.c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(3) {
  transform: rotate(-24deg);
    display: none;
}


.c-menu-button.is-active .c-menu-button-icon{width:0}
.c-menu-button-text {
  position: relative;
  width: 100%;
  font-family: myriad-pro, "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1;
  text-align: center
}

.c-menu-button-text-open,
.c-menu-button-text-close {
  padding-left: .2em;
  transition: opacity 400ms ease;
  font-size: 16px;
}

.c-menu-button-text-open {
  display: block
}

.c-menu-button-text-close {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.c-menu-button-icon {
  position: relative;
  height: 1px
}

.c-menu-button-icon-bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: "";
  background-color: currentColor
}


.l-header-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 210;
  width: 30%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  will-change: opacity, mask-position;
  /* border-bottom-left-radius: 30vw; */
}

.l-header-container::after {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  content: ""
}

.l-header-container.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1
}

.l-header-container.is-active .l-header-nav-item {
  opacity: 1;
  transition: opacity 1400ms linear
}

.l-header-content {
  display: inline-block;
  width: calc(100% - 2px);
  white-space: normal;
  vertical-align: middle
}

.l-header-nav {
  display: flex
}

.l-header-nav-item {
  display: flex;
  line-height: 1;
  opacity: 0;
  transition: opacity 600ms linear
}

.l-header-nav-item:nth-child(1) {
  transition-delay: 0ms
}

.l-header-nav-item:nth-child(2) {
  transition-delay: 120ms
}

.l-header-nav-item:nth-child(3) {
  transition-delay: 240ms
}

.l-header-nav-item:nth-child(4) {
  transition-delay: 360ms
}

.l-header-nav-item:nth-child(5) {
  transition-delay: 480ms
}

.l-header-nav-item:nth-child(6) {
  transition-delay: 600ms
}

.l-header-nav-item:nth-child(7) {
  transition-delay: 720ms
}

.l-header-nav-item:nth-child(8) {
  transition-delay: 800ms
}

.l-header-nav-link {
  font-weight: 300;
  color: #fff;
  transition: color 320ms ease
}

.l-header-nav-link[target=_blank] svg {
  fill: currentColor
}

.l-header-shop {
  filter: drop-shadow(0 0 6.4rem rgba(70, 59, 53, 0.12))
}

.l-header-shop-link {
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: drop-shadow(0 0 6.4rem rgba(70, 59, 53, 0.14));
  transform: translate3d(0, 0, 0);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.l-header-shop-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2
}

.l-header-shop-brand {
  font-family: century-gothic, "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1.2;
  color: #463b35
}

.l-header-shop-desc {
  line-height: 1.2;
  color: rgba(77, 77, 77, .5)
}


@media screen and (max-width: 834px) {
  .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar {
    transition: top 240ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 280ms 320ms cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
    top: 1rem
  }

  .c-menu-button-text {
    margin-bottom: 2.6rem;
    font-size: 2.6rem;
    letter-spacing: .2em
  }

  /* .c-menu-button-icon {
          width: 8.6rem
      } */

  .c-menu-button-icon-bar {
    transition: transform 240ms cubic-bezier(0.165, 0.84, 0.44, 1), top 280ms 320ms cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .c-menu-button-icon-bar:nth-child(1) {
    top: -1rem
  }

  .c-menu-button-icon-bar:nth-child(2) {
    top: 1rem
  }


  .l-header-container {

    -webkit-mask-position: 50% 100%;
    mask-position: 50% 100%;
    -webkit-mask-size: 100% 500%;
    mask-size: 100% 500%;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(to top, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%)
  }

  .l-header-container.is-active {
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    transition: opacity 0s, visibility 0s, -webkit-mask-position 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0s, visibility 0s, mask-position 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0s, visibility 0s, mask-position 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 1000ms cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(1) {
    transition-delay: 120ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(2) {
    transition-delay: 200ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(3) {
    transition-delay: 280ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(4) {
    transition-delay: 360ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(5) {
    transition-delay: 440ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(6) {
    transition-delay: 520ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(7) {
    transition-delay: 600ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(8) {
    transition-delay: 680ms
  }

  .l-header-container.is-leave {
    -webkit-mask-position: 50% 0;
    mask-position: 50% 0;
    transition: opacity 0s 1120ms, visibility 0s 1120ms, -webkit-mask-position 1000ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: mask-position 1000ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 1120ms, visibility 0s 1120ms;
    transition: mask-position 1000ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 1120ms, visibility 0s 1120ms, -webkit-mask-position 1000ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .l-header-content {
    padding: 12rem 0
  }

  .l-header-nav {
    justify-content: center
  }

  .l-header-nav-item {
    justify-content: center
  }

  .l-header-nav-item+.l-header-nav-item {
    margin-top: 7.2rem
  }

  .l-header-nav-link {
    position: relative;
    font-size: 4.6rem;
    letter-spacing: .17em
  }

  .l-header-nav-link[target=_blank] svg {
    position: absolute;
    top: calc(50% - 1.1rem);
    left: calc(100% + 1rem);
    width: 3rem;
    height: 3rem
  }

  .l-header-shop {
    width: 67.1rem;
    height: 27rem
  }

  .l-header-shop-link {
    -webkit-mask-image: url(../fonts/header_shop_mask_sp.svg);
    mask-image: url(../fonts/header_shop_mask_sp.svg)
  }

  .l-header-shop-heading {
    margin-bottom: 2.4rem;
    font-size: 4.4rem
  }

  .l-header-shop-brand {
    margin-bottom: .9rem;
    font-size: 2.8rem
  }

  .l-header-shop-desc {
    font-size: 2.6rem
  }



}


@media screen and (min-width: 835px) {
  .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar {
    transition: top 320ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 360ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
    /*top: .4rem*/
  }

  .c-menu-button-text {
    margin-bottom: 0;
    font-size: 1.2rem;
    letter-spacing: .2em
  }

  .c-menu-button-icon {
    width: 2vw
  }

  .c-menu-button-icon-bar {
    transition: transform 320ms cubic-bezier(0.165, 0.84, 0.44, 1), top 360ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .c-menu-button-icon-bar:nth-child(1) {
    top: -0.4rem
  }

  .c-menu-button-icon-bar:nth-child(2) {
    top: .4rem
  }

  .l-header-container {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
    -webkit-mask-size: 500% 100%;
    mask-size: 500% 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
   background-color: rgb(213 164 68 / 55%);
  }

  .l-header-container.is-active {
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    transition: opacity 0s, visibility 0s, -webkit-mask-position 1300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0s, visibility 0s, mask-position 1300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0s, visibility 0s, mask-position 1300ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 1300ms cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .l-header-container.is-active .l-header-nav-item {
    transition-duration: 1400ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(1) {
    transition-delay: 200ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(2) {
    transition-delay: 300ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(3) {
    transition-delay: 400ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(4) {
    transition-delay: 500ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(5) {
    transition-delay: 600ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(6) {
    transition-delay: 700ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(7) {
    transition-delay: 800ms
  }

  .l-header-container.is-active .l-header-nav-item:nth-child(8) {
    transition-delay: 900ms
  }

  .l-header-container.is-leave {
    -webkit-mask-position: 100% 50%;
    mask-position: 100% 50%;
    transition: opacity 0s 1420ms, visibility 0s 1420ms, -webkit-mask-position 1300ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: mask-position 1300ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 1420ms, visibility 0s 1420ms;
    transition: mask-position 1300ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 1420ms, visibility 0s 1420ms, -webkit-mask-position 1300ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .l-header-content {
  padding: 6rem 0 18rem 0;
  }

  .l-header-nav {
    justify-content: center
  }

  .l-header-nav-item {
    justify-content: center
  }

  .l-header-nav-item+.l-header-nav-item {
    margin-top: 1.6rem
  }

  .l-header-nav-link {
    display: flex;
    align-items: flex-end;
    font-size: 3rem;
    letter-spacing: .17em
  }

  .l-header-nav-link[target=_blank] {
    padding-right: .6rem
  }

  .l-header-nav-link[target=_blank] svg {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0 .2rem .7rem
  }

  .l-header-shop {
    width: 53rem;
    height: 14.4rem
  }

  .l-header-shop-link {
    -webkit-mask-image: url(../fonts/header_shop_mask_pc.svg);
    mask-image: url(../fonts/header_shop_mask_pc.svg)
  }

  .l-header-shop-heading {
    margin-bottom: 1.6rem;
    font-size: 2.4rem
  }

  .l-header-shop-brand {
    margin-bottom: 1.2rem;
    font-size: 1.3rem
  }

  .l-header-shop-desc {
    font-size: 1.4rem
  }



}

@media(hover: hover) {
  .c-menu-button:hover {
    opacity: .6
  }
}

@media(hover: none) {
  .c-menu-button:active {
    opacity: .6
  }
}





/* .overlayNav {width: 100%;height: 100%;position: fixed;z-index: 0;background-color: rgba(0,0,0,.5);} */

/* 上导航-E */






/* 导航-S */
.js-txt-split {
  display: flex;
  align-items: center;
}

.js-txt-split__cell {
  color: #fff;
  font-size: 1.5vw;
}

.c-rollup {
position: relative;
    overflow: hidden;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5vw;
}

.c-rollup__nom {
  position: relative;
}

.c-rollup__hov {
  position: absolute;
  top: 1px;
  left: 0;
}

.c-rollup .c-rollup__hov .js-txt-split__cell {
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
}

.c-rollup .js-txt-split__cell {
  display: flex;
  font-family: 'xianxian';
  will-change: transform;
  align-items: center;
  -webkit-transition: color 0s, -webkit-transform 0.4s ease calc(var(--split-delay)*30ms);
  transition: color 0s, -webkit-transform 0.4s ease calc(var(--split-delay)*30ms);
  -o-transition: transform 0.4s ease calc(var(--split-delay)*30ms), color 0s;
  transition: transform 0.4s ease calc(var(--split-delay)*30ms), color 0s;
  transition: transform 0.4s ease calc(var(--split-delay)*30ms), color 0s, -webkit-transform 0.4s ease calc(var(--split-delay)*30ms);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-txt-split__cell:first-child {
  -webkit-animation-delay: 0.05s !important;
  animation-delay: 0.05s !important
}

.js-txt-split__cell:nth-child(2) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important
}

.js-txt-split__cell:nth-child(3) {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important
}

.js-txt-split__cell:nth-child(4) {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important
}

.js-txt-split__cell:nth-child(5) {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important
}

.js-txt-split__cell:nth-child(6) {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important
}

.js-txt-split__cell:nth-child(7) {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important
}

.js-txt-split__cell:nth-child(8) {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important
}

.js-txt-split__cell:nth-child(9) {
  -webkit-animation-delay: 0.45s !important;
  animation-delay: 0.45s !important
}

.js-txt-split__cell:nth-child(10) {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important
}

.js-txt-split__cell:nth-child(11) {
  -webkit-animation-delay: 0.55s !important;
  animation-delay: 0.55s !important
}

.js-txt-split__cell:nth-child(12) {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important
}

.js-txt-split__cell:nth-child(13) {
  -webkit-animation-delay: 0.65s !important;
  animation-delay: 0.65s !important
}

.js-txt-split__cell:nth-child(14) {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important
}

.js-txt-split__cell:nth-child(15) {
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important
}

.js-txt-split__cell:nth-child(16) {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important
}

.js-txt-split__cell:nth-child(17) {
  -webkit-animation-delay: 0.85s !important;
  animation-delay: 0.85s !important
}

.js-txt-split__cell:nth-child(18) {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important
}

.js-txt-split__cell:nth-child(19) {
  -webkit-animation-delay: 0.95s !important;
  animation-delay: 0.95s !important
}

.js-txt-split__cell:nth-child(20) {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important
}

.is-init>.js-txt-split__cell {
  -webkit-animation: textFadeInUp 0.5s ease forwards;
  animation: textFadeInUp 0.5s ease forwards
}

.c-rollup.is-hover .c-rollup__nom .js-txt-split__cell {
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em)
}

.c-rollup.is-hover .c-rollup__hov .js-txt-split__cell {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.is-hover .c-rollup .c-rollup__nom .js-txt-split__cell {
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em)
}

.is-hover .c-rollup .c-rollup__hov .js-txt-split__cell {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}


.topNavBtn .is-active span {
  color: #fff;
}

@media only screen and (max-width:1024px) {
    .js-txt-split__cell {
  color: #fff;
  font-size: 28px;
}
  .c-menu-button {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: center;
  }

  .c-menu-button-text {
    width: 100%;
  }

  .topNavBtn {
    width: 16vw;
    height: 10vw;
    right: 5vw;
    top: 6vw;
  }
.searchBtnBox{
    width: 16vw;
    height: 10vw;
    right: 23vw;
    top: 6vw;
}
.searchBtnBox i{
        width: 6vw;
  
    height: 6vw;
}
  .c-menu-button-icon {
    width: 50%;
    height: 2px;
    display: none;
  }

  .c-menu-button-icon-bar:nth-child(1) {
    top: -8vw;
  }

  .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
    top: -6vw;
  }

  .c-menu-button-icon-bar:nth-child(2) {
    top: -6vw;
  }

  .l-header-container {
   background-color: rgb(213 164 68 / 55%);
  }


  .c-menu-button-text-open,
  .c-menu-button-text-close {
    padding: 0;
    letter-spacing: 0;
  }

  .l-header-nav-item+.l-header-nav-item {
    margin-top: 5vw;
  }

  .l-header-content {
    padding: 0;
  }

  .l-header-container {
    width: 84%;
  }

  .c-menu-button-text {
    margin-bottom: 0;
  }
}


/* 导航-E */

/* --------------------------------END-------------------------------- */



/* -----------------------------START----------------------------- */
/* ----------------------------首页样式---------------------------- */


/* 首页公用-S */
.inxMokuai {
  /* padding: 150px 0; */
  background-image: url(../img/souyebg.jpg); 
 background-size: cover;
}

.inxTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3vw;
}

.inxTitle span {
  font-size: 22px;
  font-family: 'Marcellus';
  font-size: 52px;
  text-transform: uppercase;
  color: #ffdda7;
}

.inxTitle .title {
  font-family: 'xianxian';
  font-size: 48px;
  color: #ffdda7;
}


.inxMore>div {
  font-family: 'xianxian';
  font-size: 24px;
  transition: all .8s;
  border: 1px solid;
  padding: 10px 20px;
}

.inxMore i {
  width: 160%;
  right: 0;
  bottom: -10px;
  height: 2px;
  display: block;
  position: relative;
  overflow: hidden;
}

/* .inxMore i::before {
  width: 100%;
  height: 100%;
  background-color: #2a3330;
  display: block;
  position: absolute;
  left: 0;
  transition: all .8s;
  top: 0;
  content: '';
} */

.inxMore:hover div {
  color: #1e6e54;
}

.inxMore:hover i::before {
  transform: translateX(-100%);
}

.inxMore i::after {
  width: 100%;
  height: 100%;
  background-color: #1e6e54;
  display: block;
  position: absolute;
  right: 0;
  transition: all .8s;
  transform: translateX(100%);
  content: '';
}

.inxMore:hover i::after {
  transform: translateX(0%);
  transition-delay: .8s;
}



@media only screen and (max-width:1300px) {
  .inxMokuai {
    /* padding: 12vw 0; */
  }
}

@media only screen and (max-width:1024px) {
  .inxMokuai {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.inxTitle .title {
  font-family: 'xianxian';
  font-size: 36px;
  color: #ffdda7;
}
.inxRYZR a .title{
      font-size: 36px;
}
  .inxMore i {
    width: 100%;
    right: unset !important;
    left: unset !important;
  }
}

/* 首页公用-E */

/* banner-S */
.inxBanner {
  height: 46vw;
  overflow: hidden;
  position: relative;
  z-index: 109;
}
@media only screen and (max-width:1600px) {
  .inxBanner {
    height: 52vw;

  }
}
@media only screen and (max-width:1300px) {
  .inxBanner {
    height: 50vw;

  }
}

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

}



.inxBannerK {
  width: 160%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow: hidden;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;

}

.inxBanControl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: flex;
}

.inxBanControl>div {
  width: 50%;
  height: 100%;
}

#inxBanner {
  height: 100%;
}

.inxBanner .imgBox {
  width: 100%;
  height: 100%;
}

.inxBanner .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition-duration: 3s;
  filter: blur(5px);
  transition-timing-function: cubic-bezier(0.71, 0.52, 0.29, 1.01)
}

.inxBannerBox {
  height: 100%;
  position: relative;
}

#inxBanner .swiper-slide-active .imgBox.on img {
  transform: scale(1);
  filter: blur(0px);
}

.topNav {
  position: relative;
}

.topLogo {
  position: absolute;
  left: 50px;
  top: 40px;
  z-index: 11;
}
.indexpag .topLogo img {display:none}
.topLogo img {
  width: 8vw;
  /* filter: grayscale(100%) brightness(500%); */
}

.boxall {
  position: relative;
}

.circle-progress {

  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 111;
  bottom: -120px;
  left: calc(50% - 100px);
  transition: all .5s
}


.circle-progress:nth-child(1) .left {
  transform: rotate(60deg);
  transform-origin: bottom center;
}

.circle-progress:nth-child(2) .left {
  transform: rotate(132deg);
  transform-origin: bottom center;
}

.circle-progress:nth-child(3) .left {
  transform: rotate(204deg);
  transform-origin: bottom center;
}

.circle-progress:nth-child(4) .left {
  transform: rotate(276deg);
  transform-origin: bottom center;
}

.circle-progress:nth-child(5) .left {
  transform: rotate(348deg);
  transform-origin: bottom center;
}


.circle-progress .content {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.circle-progress .left {
  left: 0;
}



.circle-progress .circle {
  position: absolute;
  margin: 0;
  width: calc(100% - 0px);
  height: calc(200% - 0px);
  border-radius: 50%;
  border: 1px solid transparent;

}

.circle-progress .left-circle1 {
  left: 0;
  border-top-color: #e3bb6f;
  border-left-color: #ffefb6;
  /* animation: circle-left 5s ease infinite; */
  transition: all 8s ease;
  transform: rotate(-135deg);
}

.circle-progress .left-circle2 {
  left: 0;
  border-top-color: rgb(254 232 161 / 60%);
  border-left-color: rgb(254 232 161 / 60%);

}


/* @keyframes circle-left {
  0%{
      
  }
  100% {
      
  }
} */



.centerYuan {
  width: 68px;
  height: 68px;
  margin: -20px auto 0;
  z-index: 110;
  position: relative;
}

.centerYuan img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:1024px) {
  .inxBanner {
    height: 70vw;
  }
  .inxBanner .imgBox {
    width: 100%;
    object-fit: contain;
    height: 100%;
    padding: 80px 0 0 0;
  }
  .centerYuan {
    width: 12vw;
    height: 12vw;
  }

  .circle-progress {
    width: 30vw;
    height: 30vw;
    bottom: -16vw;
    left: calc(50% - 15vw);
  }

  .circle-progress .content {
    width: 30vw;
    height: 15vw;
  }

  .topLogo img {
    width: 28vw;
  }

  .topLogo {
    left: 5vw;
    top: 6vw;
  }
}


/* 中间圆-E */


/* 关于医匠 */

.inxAbout {
  position: relative;
  margin-top: -10vw;
  z-index: 1;
  padding-top: 0;
}

.inxAbout .cout {
 background-image: url(../img/aboutbg.jpg);
 background-size: cover;
  width: 100%;
  padding: 18vw 0 0;
  position: relative;
}

.inxAbout .cout .yx {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inxAbout .cout p{
font-size: 16px;
}
.inxAbout .cout * {
  color: #ffdda7;
}

.inxAbout .aboutTu {
  width: 80%;
  height: 30vw;
  margin: 100px auto;
}

.inxAbout .aboutTu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inxAbout .wenli {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  background-position: center;
}

.inxAbout .slogen1 {
  font-size: 20px;
  margin: 50px auto;
  font-weight: 100;
}

@media only screen and (max-width:1300px) {
  .inxAbout .cout {
    padding: 18vw 0 3vw
  }

  .inxAbout .aboutTu {
    width: 80vw;
    height: 34vw;
  }

}

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

  .inxAbout .swiper-button-prev{left:5px;
  top: 150px;
          background-color: rgb(242 209 158 / 0%);
  }
  
    .inxAbout .cout .swiper-button-next{right:5px;
    top: 150px;
            background-color: rgb(242 209 158 / 0%);
    }
  .inxAbout {
    margin-top: -15vw;
  }

  .inxAbout .cout {
    padding: 26vw 0 8vw;
  }

  .inxAbout .jieshao p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 3.4vw;
  }

  .inxAbout .jieshao p span {
    font-size: 3.4vw;
  }

  .inxAbout .aboutTu {
    margin-top: 10vw;
    height: 55vw;
    width: 100%;
  }
}

/* 关于医匠 */


/* 为什么选择-S */
.inxWhyChoose {
  position: relative;
  margin-top: -4vw;
  height: 90vw;
  z-index: 1;
  background-image: url(../img/souyebg.jpg);
  background-size: cover;
  background-color: #000;
}

.inxWhyChoose .imgCenterK {
  width: 100%;
  height: 50%;
  overflow: hidden;
  background-color: #ccc;
  position: relative;
}

.inxWhyChoose .imgCenterK img {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  object-fit: cover;
}

.inxWhyChoose .imgLeftK {
  width: 36vw;
  height: 52vw;
  overflow: hidden;

  position: relative;
}

.inxWhyChoose .imgLeftK img {
  width: 100%;
  height: 160%;
  object-fit: contain;
  top: 0;
  position: absolute;
}

.inxWhyChoose .centerTu {
  position: absolute;
  right: 10vw;
  height: 36vw;
  background-color: #fff;
  top: 0;
  width: 34vw;
  margin-top: 0vw;
  z-index: 1;
  box-shadow: 2px 2px 30px rgb(26 26 26);
  margin-top: 14vw;
}

.inxWhyChoose .leftTu {
  position: absolute;
  left: 0;
  top: 20vw;
}


.centerTu .cenbom .title {
  font-family: 'xianxian';
  font-size: 38px;
  margin-bottom: 20px;
}


.inxWhyChoose .inxTitle {
  position: absolute;
  top: 0;
  margin: auto;
  margin-top: -4vw;
  width: 100%;
  align-items: center;
}


.inxWhyChoose .bomTxt {
  position: absolute;
  top: 78vw;
  display: flex;
  left: 10%;
}

.inxWhyChoose .bomTxt>div {
  width: 30vw;
  padding: 0 4vw;
}

.inxWhyChoose .bomTxt .title {
  font-family: 'xianxian';
  font-size: 30px;
  margin-bottom: 20px;
  color: #ffdda7;
}

.inxWhyChoose .bomTxt p {
  font-size: 12px;
  line-height: 1.8em;
  text-indent: 0;
  color: #c1c1c1;
}

.inxWhyChoose .fangColor {
  position: absolute;
  right: 5vw;
  top: 0vw;
  width: 16vw;
  height: 16vw;

}

.inxWhyChoose .inxMore {
  top: 56vw;
  right: 10vw;
  position: absolute;
  display: none
}


.centerTu .cenbom {
  height: 50%;
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url(../img/ysmiaoshu.jpg);
background-size: cover;
}

.inxWhyChoose #youshiTu {
  width: 100%;
  height: 100%;
}

.inxWhyChoose #youshi {
  width: 100%;
  height: 100%;
}

.inxWhyChoose #youshi .box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inxWhyChoose #youshi .box{
  font-size: 16px;
}
.inxWhyChoose #youshi .box p{  font-size: 18px;}
.inxWhyChoose #youshi .yxName {
  font-size: 20px;
  background-color: #e0ab5c;
  color: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.inxWhyChoose .ysCrol {
  position: absolute;
  top: -30px;
  width: 60px;
  height: 60px;
  z-index: 11;
  opacity: 0;
  transition: all .5s;
  outline: none
}

.inxWhyChoose .ysCrol i {
  font-size: 20px;
  transition: all .5s;
}

.inxWhyChoose .ysCrol:hover div {
  background-color: #e0ab5c;
}

.inxWhyChoose .ysCrol:hover i {
  color: #fff;
}



.inxWhyChoose .youshi-prev {
  left: -30px;
  transform: translateX(-20px);
}

.inxWhyChoose .youshi-next {
  right: -30px;
  transform: translateX(20px);
}

.inxWhyChoose .centerTu:hover .ysCrol {
  opacity: 1;
  transform: translateX(0);
}

.inxWhyChoose #youshiTu .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.6, 0.03, 0.35, 0.99);
}

.inxWhyChoose .ysCrol div {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 40px rgb(143, 174, 166, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:1300px) {
  .centerTu .cenbom {
    padding: 20px 0;
  }

  .inxWhyChoose .centerTu {
    height: 48vw;
  }
}

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

  .inxWhyChoose .inxTitle,
  .inxWhyChoose .leftTu,
  .inxWhyChoose .imgLeftK img,
  .inxWhyChoose .centerTu,
  .inxWhyChoose .fangColor,
  .inxWhyChoose .bomTxt,
  .inxWhyChoose .inxMore {
    position: unset;
    left: unset;
    top: unset;
  }

  .inxWhyChoose {
    height: unset;
  }

  .inxWhyChoose .leftTu {
    display: none;
  }

  .inxWhyChoose .inxTitle {
    align-items: center;
    margin-top: unset;
  }

  .inxWhyChoose .centerTu {
    height: 120vw;
    width: 80vw;
  }

  .inxWhyChoose .imgCenterK {
    height: 40%;
  }

  .centerTu .cenbom {
    height: 60%;
  }

  .inxWhyChoose .fangColor {
    position: absolute;
    right: 0;
    width: 26vw;
    height: 26vw;
  }

  .inxWhyChoose .bomTxt {
    flex-direction: column;
    margin-top: 10vw;
  }

  .inxWhyChoose .bomTxt>div {
    padding: 4vw 0;
    width: 80vw;
  }

  .inxWhyChoose .inxMore {
    margin: 10vw 0;
  }

  .inxWhyChoose .ysCrol {
    opacity: 1;
    transform: translateX(0)
  }



  .inxWhyChoose #youshi .yxName {
    height: 14vw;
    border-radius: 7vw;
  }
}

/* 为什么选择-E */


/* 产品-S*/

.inxProduct {
  width: 100%;
  height: 40vw;
  /* background-color: #f3f3f3; */
  position: relative;
  overflow: hidden;
  display: flex;
  
  z-index: 11;
  margin-top: -1px;

}
.inxProductbg{
    background-image: url(../img/aboutbg.jpg);
    position: relative;
    background-size: cover;
      padding-top: 5vw;
}
.chanp-button-next{
    width: 3vw;
    height: 3vw;
        z-index: 1;
    position: absolute;
    top: 50%;
    left: 8vw;
    transform: translateY(-50%);
}
.chanp-button-prev{
        width: 3vw;
    height: 3vw;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%);
}

.chanp-button-prev:after {

     content: 'next';
            font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #ffdda7;
}
.chanp-button-next:after {
       content: 'prev';
        font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
      color: #ffdda7;

}


.inxProduct .inxTitle * {
  color: #f9d8a3;
}

/* .inxProduct .inxTitle {position: absolute;left: 50%;transform: translateX(-50%);top: 10%;z-index: 1;} */

.inxProduct .inxTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #f9d8a3;
}

.inxProduct .inxTitle,
.inxProduct .inxTitle::after {
  user-select: none;
  pointer-events: none;
  mix-blend-mode: exclusion;
}

.inxProduct .box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.inxProduct .box .wenli {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 
  background-position: center;
}

.inxProduct .rCout {
  display: flex;
  width: 88%;
  height: 100%;
  align-items: center;
  position: relative;
  padding-top: 4vw;
}

/* .inxProduct .rCout .cout {width: 60%;padding: 0 4vw;} */

.inxProduct .rCout .cout {
  width: 60%;
  /* padding-right: 6vw; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.inxProduct .rCout .jianjie {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 
  line-height: 2em;
  font-size: 14px;
}

.inxProduct .box .rCout .leftimg {
  width:20%
}
.inxProduct .box .rCout img{}
.inxProduct .box:nth-child(2) * {
  color: #f9d8a3;
}

/* .inxProduct .box:nth-child(2) {left: -45%;background-color: #2a3330;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
} */
/* .inxProduct .box:nth-child(2) {
  left: -15%;
background-size: cover;
background-image: url(../img/chanpbg.jpg);
  width: 130%;
} */

.inxProduct .box:nth-child(2) .wenli {
  align-items: center;
}

.inxProduct .box:nth-child(3) {
  right: -45%;
  /* background-color: #f3f3f3; */

}

/* .inxProduct .box:nth-child(2) .rCout {padding-right: 24vw;flex-direction: row-reverse} */
.inxProduct .box:nth-child(2) .rCout {
  padding: 0 5vw;
  flex-direction: row-reverse
}


.inxProduct .box:nth-child(3) .rCout {
  padding-left: 15vw;
}


.inxProduct .box img {
width: 20vw;
    padding: 0 1vw;
    height: 100%;
    object-fit: contain;
}

.inxProduct .proName {
  font-size: 28px;
  margin-bottom: 2vw;
  margin-top: 6vw;
}

/* .inxProduct .box:nth-child(2) .inxMore {position: absolute;bottom: 10%;left: 10%;} */
/* .inxProduct .box:nth-child(2) .inxMore {position: absolute;bottom: 10%;left: 48%;} */

.inxProduct .box:nth-child(2) .inxMore i {}

/* .inxProduct .box:nth-child(2) .inxMore i {right: 60%;} */

.inxProduct .box:nth-child(2) .inxMore i::before {
  /* background-color: rgba(255, 255, 255, .5); */
}

.inxProduct .rCout .inxMore {
  width: fit-content;
  margin-top: 3vw;
}

.inxProduct .box:nth-child(2) .inxMore i::after {
  background-color: rgba(255, 255, 255, .8);
}

.inxProduct .box:nth-child(3) .inxMore {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

@media only screen and (max-width:1300px) {
  .inxProduct .proName {
    font-size: 22px;
  }

  .inxProduct .rCout .jianjie {
    font-size: 12px;
  }

  .inxProduct {
    height: 52vw;
  }

  .inxProduct .box:nth-child(2) .rCout {
    padding: 0 15vw
  }
}

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

  .inxProduct {
    flex-direction: column;
    height: unset;
    align-items: center;
  }
  .inxProduct .rCout .jianjie {font-size: 14px;
   display:block;
    width: 80%;
    height: 100%;}
  .inxProduct .box {
    position: unset;
    left: unset;
    right: unset;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    height: unset;
  }

  .inxProduct .inxTitle {
    position: unset;
    transform: unset;
    left: unset;
    margin-bottom: 10vw;
  }

  .inxProduct .box .wenli {
    position: unset;
  }

  .inxProduct .rCout {
    padding: unset !important;
    margin: 0 auto;
    /* flex-direction: column !important; */
  }

  .inxProduct .box .inxMore {
    position: unset !important;
    margin: 8vw 0;
  }

  .inxProduct .rCout .cout {
    width: 100%;
    align-items: center;
    padding-right: 0;
  }

  .inxProduct .box .rCout img {
    width: 90%;
    height: 60vw;
  }

  .inxProduct .box .wenli {
    padding: 14vw 0;
  }

  .inxProduct .box:nth-child(2) .rCout {
    width: 100vw;
        flex-direction: column-reverse;
  }

  .inxProduct .inxTitle {
    align-items: center;
    margin-bottom: 4vw;
  }


}

@media only screen and (max-width:1024px) {
  /* {
  background-image: url(../img/chanpbg.jpg);
  background-size: cover;
} */
.swiper-button-next, .swiper-button-prev{top: 35%;}
.swiper-button-prev{
  left: 5px;

 background-color: rgb(242 209 158 / 0%);
    width: 70px;
    border-radius: 50%;
    height: 70px;
    padding: 10px;
}
.swiper-button-next{
  right:30px;
  background-color: rgb(242 209 158 / 42%);
    width: 70px;
    border-radius: 50%;
    height: 70px;
    padding: 10px;
}
}

/* 产品-E*/

@media only screen and (max-width:1024px) {
  .inxProductbg .inxTitle{
    padding-top: 20vw;
  }
}
/* 用户体验-S */
.TiyanQuan {
  width: 100px;
  height: 100px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
}

._svg {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  stroke: rgba(0, 0, 0, .5)
}

._ind {
  stroke: #666;
  stroke-dasharray: 383.08;
  stroke-dashoffset: 383.08;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0
}

.inxTiyan .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Hel-01';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

#userTiyan {
  width: 100%;
  height: 430px;
}

#userTiyan .imgVideo {
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, .05);
}

#userTiyan .imgVideo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inxTiyan .yx {
  width: 80%;
  margin-top: 100px;
}

.inxTiyan .box {
  display: flex;
  position: relative;
  align-items: flex-end;
  height: 100%;
  background-color: #fff;
}

.inxTiyan .box .cout {
  height: 60%;
  width: 50%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.inxTiyan .contor {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 70%;
}

.inxTiyan .cout .title {
  font-size: 22px;
  margin-bottom: 20px;
}

.inxTiyan .inxMore {
  position: absolute;
  bottom: 20px;
}

.inxTiyan .cout p {
  font-size: 12px;
  color: #999;
}

.userTiyan-pag {
  display: flex;
  align-items: center;
  width: unset !important;
  padding-left: 20px;
}

.userTiyan-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .1);
  display: block;
  transition: all 2s;
  margin: 0 10px;
  cursor: pointer;
}

.userTiyan-bullet-active {
  background-color: #1e6e54;
  cursor: default;
}

@media only screen and (max-width:1300px) {
  .inxTiyan .yx {
    width: 80%;
  }

  .inxTiyan .box .cout {
    width: 64%;
  }

  #userTiyan .imgVideo {
    width: 36%;
  }

  .inxTiyan .contor {
    width: 64%;
  }
}

@media only screen and (max-width:1024px) {
  .TiyanQuan {
    width: 20vw;
    height: 20vw;
  }

  .inxTiyan .box {
    display: flex;
    flex-direction: column;
  }

  .inxTiyan .yx {
    margin-top: 10vw;
  }

  #userTiyan .imgVideo {
    width: 100%;
    height: 100vw;
  }

  .inxTiyan .contor {
    position: unset;
    margin: 10vw 0;
  }

  #userTiyan {
    height: unset;
  }

  .inxTiyan .box .cout {
    width: 100%;
    padding-right: 0;
  }

  .inxTiyan .inxMore {
    position: unset;
    margin-top: 10vw;
    padding-bottom: 10px;
  }
}

/* 用户体验-E */


/* 荣誉资质和社会责任-S */
.inxRYZR {
  padding: 0;
  height: 100%;
}

.inxRYZR a {
  width: 100%;
  height: 100vh;
  position: relative;
}

.inxRYZR a:nth-child(1) .imgBox .img {
  background-image: url(../img/RYleft.jpg);
}

.inxRYZR a:nth-child(2) .imgBox .img {
  background-image: url(../img/RYright.jpg);
}

.inxRYZR .box {
  display: flex;
  justify-content: center;
  width: 100%;
}

.inxRYZR .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.inxRYZR .imgBox .img {
  width: 100%;
  height: 100%;
  transition: all .5s;
  background-size: cover;
  background-position: center;
}

.inxRYZR a:hover .img {
  transform: scale(1.1);
  transition: all 3s;
}

.inxRYZR a .cout {
  position: absolute;
  background-color: #0000005c;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

.inxRYZR .mask {
  transition: all 1s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inxRYZR a:hover .mask {
  background-color: rgba(0, 0, 0, .5)
}

.inxRYZR a * {
  color: #ffdda7;
}

.eng {
  font-family: 'Marcellus';
}

.inxRYZR a .eng {
  font-family: 'Marcellus';
  font-size: 40px;
  text-transform: uppercase;
}

.inxRYZR a .title {
  font-family: 'xianxian';
  font-size: 48px;
  margin-top: 10px;
}

@media only screen and (max-width:1024px) {
  .inxRYZR a {
    height: 70vw;
  }
.inxRYZR a .title {
  font-family: 'xianxian';
  font-size: 36px;
  margin-top: 10px;
}
  .inxRYZR a .eng {
    font-size: 6vw;
    text-align: center;
  }

  .inxRYZR a .mask {
    background-color: rgba(0, 0, 0, .5);
  }
}

/* 荣誉资质和社会责任-E */


/* 新闻资讯-S */

.inxNews {
  background-image: url(../img/inxnwes.jpg);
  background-size: cover;
  background-color: #000;
  position: relative;
}

.inxNews ul {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 50px auto;

}

.inxNews .yx {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.inxNews .yx * {
  color: #ffdda7;
}

.inxNews ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
}

.inxNews ul li .box {
  width: 80%;
  transition: all .5s;
}

.inxNews ul li .box:hover {
  transform: translateY(-10px);
}

.inxNews ul .box .img {
  width: 100%;
  padding-top: 100%;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
}

.inxNews ul li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 100;
  line-height: 1.8em
}

.inxNews .date {
  height: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, .7);
  width: fit-content;
  font-size: 18px;
  margin: 16px 0;
  font-family: 'AsurSans';
  font-size: 14px;
  letter-spacing: .1em;
}

.inxNews ul.on li {
  transition-duration: 2s;
  opacity: 1;
}

.inxNews ul.on li:nth-child(2n+1) {
  transform: translateY(-30px);
}

.inxNews ul.on li:nth-child(2n) {
  transform: translateY(30px);
}

.inxNews ul.on li:nth-child(1) {
  transition-delay: 0s;
}

.inxNews ul.on li:nth-child(2) {
  transition-delay: .3s;
}

.inxNews ul.on li:nth-child(3) {
  transition-delay: .6s;
}

.inxNews ul.on li:nth-child(4) {
  transition-delay: .9s;
}

.inxNews .wenli {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  background-position: center;
}

@media only screen and (max-width:1300px) {
  .inxNews ul li .title {
    font-size: 12px;
  }
}

@media only screen and (max-width:1024px) {
  .inxNews .yx {padding: 100px 0 0 0;}
  .inxNews ul {
    flex-direction: column;
    margin-top: 14vw;
  }

  .inxNews ul li {
    width: 100%;
  }

  .inxNews ul li .box {
    width: 88%;
  }

  .inxNews ul .box .img {
    padding-top: 60%;
  }

  .inxNews ul li .title {
    font-size: 4vw;
  }

  .inxNews .date {
    font-size: 4vw;
    height: 10vw;
    padding: 0 5vw;
    border-radius: 5vw;
  }

  .inxNews ul li {
    margin-bottom: 10vw;
  }

  .inxNews ul li:nth-child(2n+1) {
    transform: translateX(-30px);
  }

  .inxNews ul li:nth-child(2n) {
    transform: translateX(30px);
  }

  .inxNews ul.on li:nth-child(2n+1) {
    transform: translateX(0);
    ;
  }

  .inxNews ul.on li:nth-child(2n) {
    transform: translateX(0);
  }
}

/* 新闻资讯-E */


/* 单链接图文跳转  线上商城-S */
.shopLink {
  background-color: #000;
  padding: 120px 0;
}

.shopLink a {
  filter: drop-shadow(0 0 2.4vw rgba(70, 59, 53, 0.2));
  width: 80%;
  margin: 0 auto;
  height: 300px;
}

.shopLink .specierK {
  -webkit-mask-image: url(../img/footer_shop_mask_pc.png);
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-mask-size: 100% 100%;
  background-color: #000;
  /* cursor: none; */
}

.shopLink .specierK img {
  width: 50%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all .5s;
}

.shopLink .specierK:hover img {
  opacity: .8;
}

.shopLink .specierK .cout {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff9f1;
}

.shopLink .specierK .cout .title {
  font-family: 'xianxian';
  font-size: 30px;
  margin-top: 10px;
}

.shopLink .specierK .cout p {
  text-indent: 0;
  color: #999;
  font-weight: 100;
  font-size: 16px;
  margin-top: 20px;
}

@media only screen and (max-width:1300px) {
  .shopLink a {
    height: 24vw;
  }
}

@media only screen and (max-width:1024px) {
  .shopLink a {
    height: 38vw;
    width: 90%;
  }

  .shopLink .specierK .cout .title {
    font-size: 6vw;
  }
  .shopLink {
    background-color: #000;
    padding: 0;
}
  .shopLink .specierK .cout p {
    font-size: 3vw;
    margin-top: 1vw;
  }

}

/* 单链接图文跳转  线上商城-E */



/* 页底-S */
.footdibu{
  width: 100%;
  padding-bottom: 50px;
 
  text-align: center;
  margin: auto;
}
.footdibu span{
  color: #999;
}
.footdibu a{
  color: #999;
}

footer .coutBox {
  background-color: #000;
  padding: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footLogo {
  width: 12vw;
  height: 12vw;
  object-fit: contain;
  border-radius: 50%;
  padding: 20px;
}

footer .coutBox ul {
  display: flex;
}

.footInfo span {
  color: #999;
  font-weight: 500;
  font-size: 16px;
}

.footInfo a {
  margin-bottom: 10px;
}

.footInfo a:hover span {
  text-decoration: underline;
}

.footNav li {
  padding: 0 10px;
}

.footNav li a {
  color: #999;
  transition: all .5s;
}

.footNav {
  border-bottom: 1px dashed rgba(0, 0, 0, .3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footNav li a:hover {
  color: #2a3330;
}
.foot .coutBox{width: 100%;}
.foot .coutBox ul li{padding: 0 10px;}
.foot .coutBox ul li span{color: #fff;
  text-align: center;}
.foot .coutBox ul li img {width: 8vw;}
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}


/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -4s;
  animation-duration: 8s;
}

.parallax>use:nth-child(2) {
  animation-delay: -6s;
  animation-duration: 16s;
}

.parallax>use:nth-child(3) {
  animation-delay: -8s;
  animation-duration: 30s;
}

.parallax>use:nth-child(4) {
  animation-delay: -10s;
  animation-duration: 50s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width:1300px) {
  footer .coutBox {
    padding: 6vw 6vw;
  }
}

@media only screen and (max-width:1024px) {
  .footLogo{    width: 37vw;
    height: 37vw;}
  .foot .coutBox ul li img{width: 100%;}
  footer .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8vw;
  }

  footer .coutBox ul {
    flex-wrap: wrap;
  }

  .footR {
    margin-top: 10vw;
  }

  footer .coutBox ul li {
    width: 33.333%;
    margin-bottom: 4vw;
  }

  footer .coutBox ul li a {
    text-align: center;
  }
}

/* 页底-E */

/* ----------------------------首页样式---------------------------- */
/* ------------------------------END------------------------------ */





/* -----------------------------START----------------------------- */
/* ----------------------------次级页面---------------------------- */

/* 次级页面公用-S*/
@keyframes moveWavePc {
  0% {
    background-position: 0 center
  }

  100% {
    background-position: -1600px center
  }
}

/* 上导航-S */

.navUlPC {
  display: none;
}

.twoPage .topNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.twoPage .topNav .rightBox {
  display: flex;
  align-items: center;
}

.twoPage .navUlPC {
  display: flex;
  margin-right: 8vw;
}

.twoPage .navUlPC li {
  margin: 0 1.5vw;
  transition: all .5s ease;
  position: relative;
}

.twoPage .navUlPC li a {
  font-family: 'xianxian';
  font-size: 22px;
}

.twoPage .navUlPC li::after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  background-color: #f1bb72;
  transition: all .5s ease;
}

.twoPage .navUlPC li.on a {
  color: #f1bb72;
}

.twoPage .navUlPC li.on::after {
  width: 40px;
}

.twoPage .navUlPC li:hover::after {
  width: 40px;
}

.twoPage .navUlPC li a:hover {
  color: #f1bb72;
}

.twoPage .navUlPC ul {
  display: flex;
}

.twoPage .topNav .topLogo {
  position: unset;
  padding-left: 8vw;
}

.twoPage .topNav .topLogo img {
  filter: unset
}

.twoPage .topNavBtn {
  position: unset;
}

.twoPage .c-menu-button * {
  color: #333;
}

@media only screen and (max-width:1300px) {
  .twoPage .navUlPC li a {
    font-size: 18px;
  }

  .twoPage .navUlPC {
    margin-right: 0;
  }
}

@media only screen and (max-width:1024px) {
  .twoPage .navUlPC {
    display: none;
  }

  .twoPage .topNav {
    padding: 1vw 4vw;
  }
}

/* 上导航-E */

/* 次级页banner+S */
.twoBanner {
  height: 300px;
  width: 100%;
}

.twoBanner .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.twoBanner .imgBox::before {
  bottom: -1px;
  background-image: url(../img/wave_top_pc.svg);
  background-position: 0 center;
  animation: moveWavePc 10s linear infinite;
  position: absolute;
  left: 0;
  width: 100%;
  height: 26px;
  content: "";
  background-repeat: repeat-x;
  background-size: 1600px 28px;
}

.twoBanner .imgBox::after {
  top: -1px;
  background-image: url(../img/wave_bottom_pc.svg);
  background-position: 0 center;
  animation: moveWavePc 10s linear infinite reverse;
  position: absolute;
  left: 0;
  width: 100%;
  height: 26px;
  content: "";
  background-repeat: repeat-x;
  background-size: 1600px 28px;
}

@media only screen and (max-width:1024px) {
  .twoBanner {
    height: 60vw;
  }
}

/* 次级页banner+E */


.twoPage .cout {
  background-color: #fff;
  margin-top: -1px;
}

.twoPage .towTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.twoPage .towTitle .h1 {
  font-size: 37px;
  font-family: 'xianxian'
}

.twoPage .towTitle span {
  text-transform: uppercase;
  font-family: 'Hel-01';
  font-size: 48px;
}


@media only screen and (max-width:1024px) {
  .twoPage .cout {
    padding-top: 10vw;
  }

  .twoPage .towTitle {
    margin-bottom: 2vw;
  }

  .twoPage .towTitle .h1 {
    font-size: 10vw;
  }

  .twoPage .towTitle span {
    font-size: 6vw;
  }

}

/* 次级页面公用-E*/





/* 新闻列表-S */
.newsTwo .cout .box {
  width: 90%;
  margin: 0 auto;
}

.newsTwo .list li img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

.newsTwo .list {
  display: flex;
  flex-wrap: wrap;
}

.newsTwo .list li {
  width: 33.333333%;
  margin-bottom: 60px;
}

.newsTwo .list li a {
  width: 90%;
  margin: 0 auto;
  transition: all .5s;
}

.newsTwo .wenC {
  margin-top: 20px;
}

.newsTwo .wenC .title {
  margin-top: 10px;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newsTwo .list li a:hover {
  opacity: .8;
  transform: scale(.98);
}

@media only screen and (max-width:1024px) {
  .newsTwo .cout .box {
    width: 100%;
  }

  .newsTwo .list {
    flex-direction: column;
    align-items: center;
  }

  .newsTwo .list li {
    width: 100%;
  }

  .newsTwo .list li img {
    height: 50vw;
  }

  .newsTwo .list li a {
    width: 80%;
  }

}

/* 新闻列表-E */


/* 产品列表-S */
/* .productTwo .list {display: flex;flex-direction: column;align-items: center;} */
.productTwo .list li:nth-child(2n) a {
  flex-direction: row-reverse;
}

.productTwo .proLeftK {
  width: 60%;
  height: 100%;
}

.productTwo .listImgBox {
  -webkit-mask-image: url(../img/ururun_image_mask_pc.png);
  -webkit-mask-size: 100% 100%;
  transition: all .5s;
  width: 100%;
  height: 100%;
  display: flex;
}

.productTwo .listImgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productTwo .box {
  width: 80%;
  margin: 0 auto;
  padding: 6vw 0;
}

.productTwo .list a {
  width: 100%;
  display: flex;
  align-items: center;
  height: 28vw;
}

.productTwo .list li {
  margin-bottom: 6vw;
}

.productTwo .list a .txtCout {
  padding: 5vw;
  width: 40%;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 0;
}

.productTwo .titleBox {
  width: calc(100% + 10vw);
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, .1);
  margin-left: -10vw;
  margin-bottom: 40px;
  border-radius: 0vw;
}

.productTwo .titleBox span {
  color: #efb95d;
  color: #efb95d;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

.productTwo .txtCout .jianjie {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #666;
  line-height: 1.6em;
  margin-top: 10px;
}

.productTwo .list a .title {
  font-size: 30px;
}

.proListMore {
  width: 100%;
  height: 50px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  position: relative;
  position: relative;
}

.productTwo .proListMore::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 1s ease;
  background-color: #efb95d;
  z-index: -1;
}

.productTwo .list a:hover .proListMore {
  border-color: #efb95d;
  color: #fff;
}

.productTwo .list a:hover .listImgBox {
  opacity: .9;
  transform: scale(.98)
}

.productTwo a:hover .proListMore::after {
  width: 100%;
}


.productTwo li:nth-child(2n) .titleBox {
  margin-left: 0;
  margin-right: -10px;
}

.productTwo li:nth-child(2n) a .txtCout {
  padding: 5vw;
  padding-left: 0;
}

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

  .productTwo .list a .txtCout,
  .productTwo li:nth-child(2n) a .txtCout {
    padding: 2vw;
  }

  .productTwo .titleBox {
    padding: 2vw;
  }

  .productTwo .list a .title {
    font-size: 22px;
  }

  .productTwo .titleBox span {
    font-size: 14px;
  }

  .productTwo .txtCout .jianjie {
    margin-top: 0;
  }

}

@media only screen and (max-width:1300px) {
  .productTwo .titleBox {
    margin-bottom: 2vw
  }


}

@media only screen and (max-width:1024px) {
  .productTwo .list a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: unset;
    align-items: center;
  }

  .productTwo .proLeftK {
    width: 100%;
    height: 50vw;
  }

  .productTwo .titleBox {
    width: 90%;
    ;
    margin-left: 0;
    margin-bottom: 8vw;
    padding: 6vw;

  }

  .productTwo .list a .txtCout {
    width: 100%;
  }

  .productTwo .box {
    width: 90%;
  }

  .proListMore {
    margin-top: 8vw;
  }

  .productTwo .list li:nth-child(2n) a {
    flex-direction: column;
  }

  .productTwo .rightTop {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .productTwo .list a .title {
    font-size: 5vw;
  }

  .productTwo .list a .proListMore {
    border-color: #efb95d;
    color: #fff;
  }

  .productTwo .proListMore::after {
    width: 100%;
  }
}


/* 产品列表-E */



/* 用户体验-S */

.userTwo .box {
  width: 80%;
  margin: 0 auto;
}

.userTwo .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.userTwo .list li {
  width: 50%;
  margin-bottom: 4vw;
}

.userTwo .list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .5s;
  width: 90%;
  margin: 0 auto;
  padding: 2vw 0;
  background-color: #f3f3f3;
}

.userTwo .list a:hover {
  transform: scale(0.98);
  opacity: .9;
}

.userTwo .list .img {
  width: 80%;
  height: 400px;
  object-fit: cover;
}

.userTwo .wenC {
  margin-top: 20px;
}

@media only screen and (max-width:1300px) {
  .userTwo .list .img {
    height: 336px;
  }
}

@media only screen and (max-width:1024px) {
  .userTwo .box {
    width: 100%;
  }

  .userTwo .list {
    flex-direction: column;
  }

  .userTwo .list li {
    width: 100%;
    margin-bottom: 10vw;
  }

  .userTwo .list .img {
    height: unset;
  }

  .proListMore {
    margin-top: 8vw;
  }
}

/* 用户体验-E */



/* 联系我们-S */
.phomailList .TiyanQuan {
  width: 70px;
  height: 70px;
}

.phomailList .TiyanQuan .num {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.phomailList .TiyanQuan .num img {
  width: 40px;
  transition: all .5s;
}

.phomailList ._svg {
  transition: all 2s;
}

.phomailList ._ind {
  stroke: #f1bb72;
}

.phomailList li:hover ._svg {
  stroke-dashoffset: 100;
}

.phomailList li:hover .num img {
  transform: scale(.8);
}

.phomailList li div.name {
  font-size: 24px;
  font-family: 'xianxian';
  margin: 18px 0;
}

.phomailList span {
  font-size: 14px;
  color: #666;
}

.phomail {
  width: 100%;
  height: 500px;
background-image: url(../img/inxnwes.jpg);
background-size: cover;
  margin: 0 auto;
}

.phomail .wenli {

  background-position: center;
  width: 100%;
  height: 100%;
}

.phomailList li {
  background-color: #fff;
  margin: 0 20px;
 width: 30vw;
    height: 15vw;
  box-shadow: 2px 2px 30px rgba(82, 116, 110, 0.19);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phomailList {
  margin-bottom: -100px;
  display: flex;
  justify-content: center;
}

.phomailList .infoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phomailList li img {
  width: 50px;
  filter: grayscale(100%);
}

.pageMap #allmap {
  height: 400px;
}

.tiaozhuanK {
  position: absolute;
  bottom: 34px;
  z-index: 11;
  width: 100%;
  display: none;
}

.pageMap {
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: auto;
  margin-top: -270px;
  box-shadow: 2px 2px 30px rgba(82, 116, 110, 0.19)
}

.mapon {
  display: flex;
  justify-content: center;
}

.mapon h1 {
  width: 140px;
  height: 40px;
  background-color: #f1bb72;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: all .5s ease;
}

.mapon h1:hover {
  background-color: #f1bb72;
}

.biaodan {
  width: 90%;
}

.biaodan .form {
  background-color: #f8f8f8;
  box-sizing: border-box;
  height: 100%;
}

.biaodan form {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 80px;
}

.biaodan .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px
}

.biaodan .title h1 {
  font-size: 28px;
  color: #f1bb72;
}

.biaodan .input {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.biaodan .input span {
  font-size: 18px;
  font-weight: bold;
  width: 20%;
  display: block;
  transition: all .5s ease
}

.biaodan input {
  width: 80%;
  border: 1px solid #ccc;
  height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333;
  border-radius: 4px;
  transition: all .5s ease;
  background-color: #fff
}

.biaodan input:focus {
  border-color: #fff;
  box-shadow: 0px 0px 20px rgba(82, 116, 110, 0.19)
}

.biaodan input:focus+span {
  color: #f1bb72
}

.biaodan form button {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  border-radius: 4px;
  background-color: #f1bb72;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-top: 60px;
  outline: none;
  border: none;
}

.biaodan textarea:focus {
  border-color: #fff;
  box-shadow: 0px 0px 20px rgba(82, 116, 110, 0.19)
}

.biaodan textarea:focus+span {
  color: #f1bb72
}

.biaodan form textarea {
  resize: none;
  border: 1px solid #ccc;
  height: 100px;
  width: 80%;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333;
  border-radius: 4px;
  transition: all .5s ease;
  padding-top: 10px;
  outline: none;
}

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

  .biaodan form {
    width: 100%;
  }

  .biaodan form {
    box-sizing: border-box;
  }
}

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

  .biaodan form {
    padding: 6vw;
  }

  .biaodan .input {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 6vw;
  }

  .biaodan input {
    width: 100%;
  }

  .biaodan form textarea {
    width: 100%;
  }

  .biaodan .input span {
    width: 100%;
    margin-bottom: 4vw;
  }

  .biaodan form button {
    margin-top: 4vw;
  }

  .biaodan .title {
    margin-bottom: 8vw;
  }

}

.contactBotm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width:1300px) {
  .biaodan .input span {
    font-size: 14px;
    width: 24%;
  }

  .biaodan input {
    width: 76%;
  }

  .biaodan form {
    padding: 4vw;
  }

  .biaodan .title {
    margin-bottom: 4vw;
  }

  .biaodan form button {
    margin-top: 3vw;
  }

}

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

  .contactBotm {
    flex-direction: column;
  }

  .pageMap {
    width: 100%;
  }

  .biaodan {
    width: 100%
  }

  #allmap {
    height: 96vw;
  }

  .biaodan form {
    padding: 12vw;
  }

  .biaodan input {
    width: 100%;
  }

  .biaodan .input span {
    width: 100%;
  }

  .biaodan .title {
    margin-bottom: 10vw;
  }

  .biaodan .input span {
    font-size: 4vw;
  }

  .phomailList {
    flex-direction: column;
    transform: translateY(-20vw);
    margin: 0;
  }

  .phomailList li {
    flex-direction: row;
    width: 90%;
    padding: 12vw 8vw;
    justify-content: space-between;
    height: unset;
  }

  .phomailList li div.name {
    margin: 0;
    margin-bottom: 4vw;
  }

  .pageMap #allmap {
    height: 68vw;
  }

  .pageMap {
    margin: 0;
  }

  .phomail {
    height: unset;
    margin-top: 30vw;
  }

  .phomailList .TiyanQuan {
    width: 16vw;
    height: 16vw;
  }

  .phomailList .infoBox {
    width: 52vw;
  }

  .contactBotm .towTitle {
    margin-bottom: 10vw;
  }

  .biaodan form {
    padding-top: 20vw;
  }
}

/* 联系我们-E */


/* 关于我们-S */

.inxServiceBox {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.inxServiceBox li {
  width: 20%;
  transition: all .5s;
  height: 100%;
}

.inxServiceBox .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.inxServiceBox * {
  color: #fff;
}

.inxServiceBox .mask {
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: rgb(0 0 0 / 63%);
}

/* .inxServiceBox .mask a {width: 100%;height: 100%;cursor: url(../img/mouseMore.png), auto;} */

.inxServiceBox li.on {
  width: 40%;
}

.inxServiceBox li.on .mask {
  background-color: rgb(255 152 0 / 85%);
}

.inxServiceBox li.on .absBox {
  top: 40%;
}

.inxServiceBox li.on .absBox div {
  opacity: 1;
}


.inxServiceBox .absBox {
  position: absolute;
  top: 80%;
  left: 4vw;
  transition: all .5s;
}

.inxServiceBox .absBox h1 {
  font-size: 22px;
}

.inxServiceBox .absBox div {
  width: 30vw;
  height: 100px;
  opacity: 0;
  transition: all .5s;
  margin-top: 40px;
  font-size: 14px;
  line-height: 2em;
  font-weight: 100;
}

.inxServiceBox .absBox div p {
  font-size: 14px;
  line-height: 2em;
  text-indent: 0;
}


.aboutTwo .shanBox {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

.aboutCout {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.aboutCout .txtC .p {
  line-height: 2em;
  text-indent: 2em;
}
.aboutCout .txtC .img{width: 80%; margin: auto;    padding: 100px 0;}

.aboutCout .txtC .img img{width: 100%;}
.abtitle {
  font-size: 24px;
  color: #f1bb72;
  margin-bottom: 30px;
}

.aboutTwo .cout {
  margin-bottom: 60px;
}

.aboutTwo .twoTab {
  width: 80%;
}

@media only screen and (max-width:1024px) {
    .aboutCout .txtC .img{width: 100%; margin: auto;    padding: 100px 0;}
  .aboutCout .txtC .p {
    font-size: 4vw;
    text-align: justify;
  }

  .aboutTwo .twoTab {
    width: 100%;
  }

  .aboutTwo .shanBox {
    width: 100%;
    height: 120vw;
  }

  .inxServiceBox .mask {
    overflow: hidden;
  }

  .inxServiceBox .absBox div {
    height: unset;
    width: 44vw;
    text-align: justify;
    margin-top: 5vw;
  }

  .inxServiceBox .absBox div p {
    font-size: 3vw;
    font-weight: bold;
  }

  .inxServiceBox li.on .absBox {
    top: 5vw;
  }
}
@media (max-width:1024px) {
.inxServiceBox{
    flex-direction: column;
}
.inxServiceBox li.on{
width: 100%;
}
.inxServiceBox li{
   width: 100%; 
}
.aboutTwo .shanBox {
    width: 100%;
    height: 100vh;
}
.inxServiceBox .absBox div {
    height: unset;
    width: 93vw;
    text-align: justify;
    margin-top: 5vw;
}
}
/* 关于我们-E */


/* 荣誉资质-S */

.honorTwo .cout .box {
  width: 90%;
  margin: 0 auto;
}

.honorTwo .list li .img {
  width: 100%;
  height: 15vw;
  padding: 20px;
  background-color: #f3f3f3;
}

.honorTwo .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.honorTwo .list {
  display: flex;
  flex-wrap: wrap;
}

.honorTwo .list li {
  width: 33.333333%;
  margin-bottom: 60px;
}

.honorTwo .list li a {
  width: 90%;
  margin: 0 auto;
  transition: all .5s;
}

.honorTwo .wenC {
  margin-top: 20px;
}

.honorTwo .wenC .title {
  margin-top: 10px;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}

.honorTwo .list li a:hover {
  opacity: .8;
  transform: scale(.98);
}

@media only screen and (max-width:1024px) {
  .honorTwo .list li {
    width: 100%;
  }

  .honorTwo .list li .img {
    height: 50vw;
  }
}

/* 荣誉资质-E */


/* ----------------------------次级页面---------------------------- */
/* ------------------------------END------------------------------ */




/* -----------------------------START----------------------------- */
/* ----------------------------详情页面---------------------------- */

/* 公用-S */
.pageTitle {
  flex-direction: column;
  align-items: center;
  display: flex;
  padding: 80px 0;
}

.pageTitle .h1 {
  font-size: 2.5vw;
  margin-bottom: 30px;
}

.pageTitle span {
  padding: 10px 0;
  color: #f1bb72;
}

.pageFanhui {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #ccc;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #666;
  transition: all .5s;
}

.pageFanhui:hover {
  border-color: #f1bb72;
  color: #fff;
  background-color: #f1bb72;
}


@media only screen and (max-width:1600px) {
  .pageTitle {
    padding: 60px 0;
  }
}

@media only screen and (max-width:1024px) {
  .pageTitle {
    padding: 0;
  }

  .pageTitle .h1 {
    font-size: 6vw;
  }

  .pageFanhui {
    border-color: #f1bb72;
    color: #fff;
    background-color: #f1bb72;
  }
}

/* 公用-E */

/* 产品详情-S */
.productPage .box {
  display: flex;
  width: 100%;
  margin-top: 66px;
  flex-direction: column;
}



.productPage .cout {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productPage .lunbo {
  width: 100%;
  position: relative;
}

.productPage .lunbo .tu01 {
width: 30vw;
    margin: auto;
}

.productPage .swiper-slide {
  width: unset;
}

.productPage .lunbo .tu01 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#proCtu {
  width: 100%;
}

.productPage #proCtu .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.6, 0.03, 0.35, 0.99);
}

.productPage .lunboCon {
  position: absolute;
  top: calc(50% - 30px);
  width: 80%;
  left: 10%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.productPage .lunboCon>div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1bb72;
  opacity: .5;
  outline: none;
  cursor: pointer;
  transition: all .5s;
}

.productPage .lunboCon i {
  color: #fff;
}

.productPage .lunboCon>div:hover {
  opacity: 1;
}

.productPage .info {
  width: 80%;
  margin: 66px auto;
}
.productPage .info p{
 text-align: center;
 font-size: 16px;
}

.productPage .infoTitle {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width:1024px) {
  .productPage .lunbo .tu01 {
    height: 70vw;
    width: 70vw;
  }

  .productPage .lunboCon {
    position: unset;
    margin: 10vw auto;
    width: 50%;
  }

  .productPage .lunboCon>div {
    opacity: 1;
  }

  .productPage .info {
    margin: 10vw auto;
  }
}

/* 产品详情-E */


/* 新闻详情页S */

.newsPage .title {
  font-size: 26px;
  text-align: center;
  width: 100%;
}

.newsPage .cout .coutBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}

.newsPage .info {
  width: 100%;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 0 40px;
}

.newsPage .info span {
  margin: 0 40px;
  color: #848484;
  font-size: 14px;
}

.xianD {
  width: 100%;
  background-image: url(../img/xianD.png);
  background-repeat: repeat;
  height: 6px;
  opacity: .5;
  margin: 100px 0;
  display: block;
}


.newsTJ {
  width: 100%;
  margin: 0 auto;
}

.newsTJ ul h1 {
  margin-bottom: 6px;
  line-height: 1.5em;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

.newsTJ ul a:hover h1 {
  color: #006cb4;
}

.newsTJ ul span {
  margin-bottom: 12px;
  font-size: 23px;
  color: #f1bb72;
  font-weight: bold;
  display: flex;
  font-family: 'AsurSans';
}

.newsTJ ul p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #b5b5b5;
  line-height: 2em;
  font-size: 14px;
  text-indent: 0em;
}

.newsTJ li {
  width: 26%;
  box-sizing: border-box;
}

.newsTJ i {
  height: 180px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
  display: block;
}

.newsTJ ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 40px;
}

.titleTJ {
  font-size: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titleTJ span {
  font-size: 62px;
  font-weight: bold;
  font-family: 'Hel-01';
  color: #f1bb7224;
}

.titleTJ h1 {
  font-size: 30px;
  margin-top: -30px;
}

.newsPage .cout .box {
  width: 80%;
  margin: auto;
}

.newsPage .title h1 {
  font-size: 24px;
  font-weight: 400;
}

@media only screen and (max-width:1024px) {
  .newsPage .cout .box {
    margin: 2vw auto;
  }
  .newsPage .cout .box img{
width: 100%;
display: block;

    height: auto;
  }
  .newsPage .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 5vw 0 0
  }

  .newsPage .info span {
    margin: 0;
    line-height: 2em;
  }

  .xianD {
    margin: 20vw 0;
  }

  .newsTJ ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .newsTJ li {
    width: 100%;
    padding: 8vw 0;
  }

  .newsTJ i {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
  }

  .newsTJ ul h1 {
    font-size: 5vw;
  }

  .newsTJ ul span {
    font-size: 5vw;
  }
}

/* 新闻详情页E */


#aboutico{width: 100%;}













/* 人物列表 */
.personMod-3 {
    padding: 100px 0
}
.personMod-3 .cenBox{
  padding: 100px 0;
}
@media (max-width:1600px) {
    .personMod-3 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .personMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .personMod-3 {
        padding: 12vw 0
    }
}

.personMod-3 .cenBox #personBox .swiper-slide {
    width: fit-content
}

.personMod-3 .cenBox #personBox .swiper-slide .box {
    height: 32vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box {
        height: 400px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.personMod-3 .cenBox #personBox .swiper-slide .box .imgBox {
    overflow: hidden;
    height: 100%;
    width: 20vw;
    border-radius: 150px
}

@media (max-width:1300px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box .imgBox {
        width: 240px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box .imgBox {
        width: 80vw;
        height: 88vw;
        border-radius: 10vw
    }
}

.personMod-3 .cenBox #personBox .swiper-slide .box .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout {
    position: relative;
    width: 24vw;
    padding: 80px 0;
    padding-left: 40px;
    height: 100%
}

@media (max-width:1024px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box .textCout {
        width: 90vw;
        padding: 6vw
    }
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .title {
    font-size: 40px;
    font-weight: bold
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .worker {
    font-size: 1vw;
    color: #666;
    line-height: 2em;
    padding-top: 20px;
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .miaoshu {
    opacity: .6;
    line-height: 2em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px
}

@media (max-width:1024px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box .textCout .worker {
    font-size: 4vw;
  
}

    .personMod-3 .cenBox #personBox .swiper-slide .box .textCout .miaoshu {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
        overflow: auto;
        height: 30vw
    }
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .aBox {
    position: absolute;
    bottom: 60px;
    left: -100px;
    opacity: .3;
    transition-duration: .5s;
    transition-property: all
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .aBox .twoBox ul li {
    font-size: 60px
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .aBox .twoBox ul.hov li {
    color: #e71429
}

@media (min-width:1024px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box .textCout .aBox:hover {
        opacity: 1
    }
}
/* ----------------------------详情页面---------------------------- */
/* ------------------------------END------------------------------ */

.banner-1 {
  position: relative;
  height: 100vh
}

.banner-1 #inxBanner {
  height: 100%
}

.banner-1 #inxBanner .swiper-slide {
  overflow: hidden
}

.banner-1 #inxBanner .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox {
  width: 100%;
  height: 100%
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text {
  position: absolute;
  left: 14%;
  top: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text>div li {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  transition-duration: .5s;
  transition-property: all;
  transform: translateX(60px);
  opacity: 0
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn {
  margin-bottom: 50px
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn .s0 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn .s1 {
  font-size: 30px;
  font-weight: bold
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en {
  line-height: unset
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en .s0 {
  margin-bottom: 30px;
  font-size: 60px
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en .s1 {
  font-size: 20px
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .banMore {
  position: absolute;
  bottom: 116px;
  left: 14%;
  width: 160px;
  height: 48px;
  border-radius: 24px;
  background-color: #e71429;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .banMore .en {
  color: #fff
}

.banner-1 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text>div li {
  transform: translateX(0);
  opacity: 1
}

.banner-1 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .cn .s1 {
  transition-delay: .1s
}

.banner-1 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .en .s0 {
  transition-delay: .3s
}

.banner-1 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .en .s1 {
  transition-delay: .4s
}




.zhaoshang ul li img{width: 100%;}









.loadMod-4 .loadThisBox {
position: fixed;
    top: 0;
    background-size: cover;
    right: 0;
    height: 100vh;
    background-image: url(../img/aboutbg.jpg);
    width: 100%;
    z-index: 1111;
}

.loadMod-4 .loadThisBox .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%
}

.loadMod-4 .loadThisBox .box .loadLogo img {
  height: 15vw;
  /* filter: brightness(1000) grayscale(1) */
}

.loadMod-4 .loadThisBox .box .loadIco {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/loadIco.png);
  background-position: center;
  width: 40px;
  height: 40px;
  animation: xuanzhuan 3s forwards;
  display: inline-block;
  animation-timing-function: ease-in-out;
  margin: 40px 0;
  transition-duration: .2s;
  transition-property: all;
  
}
@keyframes xuanzhuan {
    0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}

.loadMod-4 .loadThisBox .box .button {
  transform: translateY(20px);

  width: 30vw;
  height: 5vw;
  display: flex;
  opacity: 1;
  transition-duration: .2s;
  transition-property: all
}

.loadMod-4 .loadThisBox .box .button .btnBox {
  border-radius: 45px;
  margin: 1vw;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  color: #fff;
  transition-duration: .2s;
  transition-property: all;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset
}
.loadMod-4 .loadThisBox .box .button .btnBox a {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: contents;
  
}
.loadMod-4 .loadThisBox .box .button .btnBox a p{
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: contents;
}
.loadMod-4 .loadThisBox .box .button .btnBox:hover {
  background-color: #ffc55a;
  color: #c2000b;
  border-color: #ffc55a;
  cursor: pointer
}
@media (max-width:1024px) {
.loadMod-4 .loadThisBox .box .button .btnBox {
margin: 10px auto;
  width: 70%;
  height: 80%;

}
.loadMod-4 .loadThisBox .box .button .btnBox a span{font-size:16px}
.loadMod-4 .loadThisBox .box .button .btnBox a p{
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: contents;
}
.loadMod-4 .loadThisBox .box .button .btnBox:hover {
  background-color: #ffc55a;
  color: #c2000b;
  border-color: #ffc55a;
  cursor: pointer
}
.loadMod-4 .loadThisBox .box .button .btnBox.two span{display:none}

.loadMod-4 .loadThisBox .box .button .btnBox.two:checked {display:block}

.loadMod-4 .loadThisBox.on .box .loadIco {
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none
}

.loadMod-4 .loadThisBox.on .box .button {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: .2s;
 width: 25%;
    height: 4vw;
}

.loadMod-4 .indexIn {
  /*background-color: #fff;*/
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition-duration: .2s;
  transition-property: all
}

.loadMod-4 .indexIn.close {
  opacity: 0;
  pointer-events: none
}

.loadMod-4 .loadThisBox .box {
  position: relative;
  z-index: 1
}
}
@media (max-width:1024px) {
  .loadMod-4 .loadThisBox .box .loadLogo {
      width: 90%;
      height: unset
  }
  
  .loadMod-4 .loadThisBox.on .box .button
  {
      width: 95%;
    height: 20vw;
    display: block;
}
.loadMod-4 .loadThisBox .box .button .btnBox a{
    font-size: 14px;
}
  
}

@media (max-width:1024px) {
  .loadMod-4 .loadThisBox .box .loadLogo img {
    width: 60%;
    margin: auto;
    height: unset;
  }
}

.loadMod-4 .loadThisBox .box .slogenLod {
  color: #fff;
  font-size: 30px;
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: .2em;
  transform: translateX(.1em)
}
.loadMod-4 .loadThisBox .box .miaos{
  color: #fff;
  font-size: 1vw;
  margin-top: 40px;
  font-weight: 500;
  letter-spacing: .2em;
  transform: translateX(.1em)
}
@media (max-width:1024px) {
  .loadMod-4 .loadThisBox .box .slogenLod {
      text-align: center;
      padding: 0 10vw;
      font-size: 6vw;
      letter-spacing: 0;
      transform: translateX(.1em)
  }
  .loadMod-4 .loadThisBox .box .miaos{
    color: #fff;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: .2em;
  transform: translateX(.1em)
  }
}

/*.loadMod-4 .loadThisBox:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  z-index: 0;*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: #c2000b;*/
/*  top: 0;*/
/*  right: 0;*/
/*  opacity: .07*/
/*}*/

.swiper-button-prev{
  color: #fcd8a3;
}
.swiper-button-next{
  color: #fcd8a3;
}


.searchBtnBox {
  aspect-ratio: 1;
    right: 3vw;
    top: 40px;
    z-index: 220;
    /*border: 1px solid #ffdda7;*/
    width: 4vw;
    height: 2.5vw;
    transition: all .5s;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    cursor: pointer;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
}

 .searchBtnBox i {
 transition-duration: .5s;
    transition-property: all;
    width: 1.2vw;
    background-size: contain;
    height: 1.2vw;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    background-image: url(../img/sous.png);
    
}

.searchBtnBox.open {
  background-color: #0000005c;
}

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

.searchBtnBox{
    width: 16vw;
    height: 10vw;
    right: 23vw;
    top: 6vw;
}
.searchBtnBox i{
        width: 6vw;
  
    height: 6vw;
}
    
}
  .overLayMask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    opacity: 0;
    pointer-events: none
}

  .overLayMask.show {
    pointer-events: auto;
    opacity: 1
}

  .searchMask {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    opacity: 0;
    pointer-events: none
}

  .searchMask.show {
    pointer-events: auto;
    opacity: 1
}

  .openSearchBox {
    position: fixed;
    top: 100px;
    width: 70vw;
    left: 15vw;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-top: 14vw;
    z-index: 1
}

  .openSearchBox form {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    width: 100%
}
.twoPage .searchBtnBox{
    top: 2.5vw;
}
  .openSearchBox form .boxN {
    width: 100%;
    height: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
      .openSearchBox form .boxN {
        height: 14vw
    }
  .twoPage .searchBtnBox{
    top: 38px;
}
}

  .openSearchBox form .boxN input {
    padding-left: 2vw;
    height: 100%;
    width: calc(100% - 10vw)
}

  .openSearchBox form .boxN button {
    cursor: pointer;
    height: 100%;
    color: #fff;
    background-color: #f9ce8a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 10vw
}

@media (max-width:1024px) {
      .openSearchBox form .boxN button {
        width: 20vw
    }
}

  .openSearchBox form .boxN button i {
    color: #fff;
    margin-right: .2vw
}

  .openSearchBox.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}


#searchPage .pageContent {
    padding: 6vw 0;
    background-color: #fff;
}

@media (max-width:1640px) {
    #searchPage .pageContent {
        padding: 6vw 0
    }
}

@media (max-width:1360px) {
    #searchPage .pageContent {
        padding: 8vw 0
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent {
        padding: 12vw 0
    }
}

#searchPage .pageContent .searchList .searchList-1 {
    width: 1300px;
    margin: 0 auto
}

@media (max-width:1640px) {
    #searchPage .pageContent .searchList .searchList-1 {
        width: 80vw
    }
}

@media (max-width:1360px) {
    #searchPage .pageContent .searchList .searchList-1 {
        width: 86vw
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 {
        width: 86vw
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchTop {
    margin-bottom: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0 30px;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchTop {
        margin-bottom: 0
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchTop .keyWorkTab {
        font-size: 3.6vw
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchTop .keyWorkTab span {
    color: red;
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchTop .keyWorkTab span {
        font-size: 4vw;
        margin-left: 2vw
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchTop .num {
        font-size: 3.6vw
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchTop .num span {
    color: red;
    font-size: 24px;
    font-weight: bold;
    margin: 0 4px
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchTop .num span {
        font-size: 4vw
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li {
        padding: 6vw 0
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchListUl li a {
    color: #333;
    border-color: #5b5b5b
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li a {
        font-size: 4.4vw;
        line-height: 1.5em
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li a span {
        font-size: 4.4vw
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchListUl li a:hover {
    color: #026eb7;
    border-color: #026eb7
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout {
        height: 24vw
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout img {
        width: 40%
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right {
        padding: 0;
        padding-left: 4vw;
        width: 60%
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right p {
        line-height: 1.5em;
        text-align: unset
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right .info .infoC {
    margin-bottom: 0
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right .info .infoC {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right .info .infoC span {
        margin: 0;
        font-size: 3vw
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right .info .link {
    display: none
}

#searchPage .pageContent .searchTop {
    margin-bottom: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#searchPage .pageContent .searchTop .keyWorkTab {
    font-size: 2vw
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchTop .keyWorkTab {
        font-size: 6vw
    }
}

#searchPage .pageContent .searchTop .keyWorkTab span {
    color: red
}

#searchPage .pageContent .searchList-new .unifyTitle .unifyTitleThis .cenBox {
    width: 80vw;
    margin: 0 auto
}

@media (max-width:1640px) {
    #searchPage .pageContent .searchList-new .unifyTitle .unifyTitleThis .cenBox {
        width: 80vw
    }
}

@media (max-width:1360px) {
    #searchPage .pageContent .searchList-new .unifyTitle .unifyTitleThis .cenBox {
        width: 86vw
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList-new .unifyTitle .unifyTitleThis .cenBox {
        width: 86vw
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox {
        width: 100%
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li {
    padding: 3vw
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li {
        padding: 6vw 8vw
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox {
    height: 14vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1360px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox {
        height: 16vw
    }
}

@media (max-width:1360px) and (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left {
        width: 100%;
        padding-top: 4vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .date {
    position: relative;
    width: 20%;
    height: 100%
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .date {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: unset
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .date .md .en {
    font-size: 2.4vw;
    font-weight: bold
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .date .md .en {
        font-size: 4vw
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .date .y .en {
    font-size: 1.2vw;
    font-weight: bold
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .date .y .en {
        font-size: 3vw;
        margin-left: 6vw
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .date::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 70%;
    top: 0;
    right: 0;
    border-right: 1px dotted #ccc
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .textCout {
    padding: 0 6vw;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .textCout {
        width: 100%;
        padding: 0
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .textCout .topBox .title {
    font-size: 1.2vw;
    font-weight: bold;
    transition: all .5s;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #026eb7 0%);
    display: inline;
    background-size: 0 100%;
    background-repeat: no-repeat
}

@media (max-width:1360px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .textCout .topBox .title {
        font-size: 1.6vw
    }
}

@media (max-width:1360px) and (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .textCout .topBox .title {
        font-size: 4.4vw
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .textCout .topBox .title:hover {
    color: #026eb7;
    background-size: 100% 100%
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .textCout .topBox .miaoshu {
    line-height: 2em;
    text-align: justify;
    margin-top: 2vw;
    font-size: .7vw;
    color: #595959;
    font-size: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1640px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .textCout .topBox .miaoshu {
        font-size: .8vw
    }
}

@media (max-width:1640px) and (max-width:1360px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .textCout .topBox .miaoshu {
        font-size: 1vw
    }
}

@media (max-width:1640px) and (max-width:1360px) and (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .left .textCout .topBox .miaoshu {
        font-size: 3vw
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .right {
    width: 30%;
    height: 100%
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .right {
        width: 100%;
        height: 44vw
    }
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .right .imgBox {
    overflow: hidden;
    width: 100%;
    height: 100%
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox .right .imgBox img {
    transition-duration: 3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

#searchPage .pageContent .searchList-new .cenBox .ul .li .aBox:hover .right .imgBox img {
    transform: scale(1.1);
    transition-duration: 5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

#searchPage .pageContent .searchList-new .cenBox .ul .li:nth-child(even) {
    background-color: #f8f8f8
}


.videoMod-1 {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: unset;
    background-position: left
}

@media (max-width:1600px) {
    .videoMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .videoMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .videoMod-1 {
        padding: 12vw 0
    }
}

.videoMod-1 .videoBox {
    width: 90%;
    margin: auto
}
.videoMod-1 .videoBox .box{text-align:center}
@media (max-width:1600px) {
    .videoMod-1 .videoBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .videoMod-1 .videoBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .videoMod-1 .videoBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .videoMod-1 .videoBox {
        width: 100%
    }
}

.videoMod-1 .videoBox #inxVideo {
    display: block;
    height: 100%;
    background-color: black;
    width: 90%;
    margin: 1vw auto
}

@media (max-width:1600px) {
    .videoMod-1 .videoBox #inxVideo {
        width: 88%
    }
}

@media (max-width:1300px) {
    .videoMod-1 .videoBox #inxVideo {
        width: 90%
    }
}

@media (max-width:1024px) {
    .videoMod-1 .videoBox #inxVideo {
        width: 84%
    }
}

@media (max-width:1024px) {
    .videoMod-1 .videoBox #inxVideo {
        width: 100%
    }
}

.videoMod-2 {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: unset;
    background-position: left
}

@media (max-width:1600px) {
    .videoMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .videoMod-2 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .videoMod-2 {
        padding: 12vw 0
    }
}

.videoMod-2 .videoBox {
    width: 80%;
    display: flex;
    margin: auto
}

@media (max-width:1600px) {
    .videoMod-2 .videoBox {
        width: 80%
    }
}

@media (max-width:1300px) {
    .videoMod-2 .videoBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    .videoMod-2 .videoBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .videoMod-2 .videoBox {
        width: 100%;
      display: contents;
    }
}
.videoMod-2 .videoBox .box{text-align:center}
.videoMod-2 .videoBox #inxVideo {
    display: block;
    height: 30vw;
    background-color: black;
      width: 95%;
    margin: 1vw;
}

@media (max-width:1600px) {
    .videoMod-2 .videoBox #inxVideo {
        width: 95%
    }
}

@media (max-width:1300px) {
    .videoMod-2 .videoBox #inxVideo {
        width: 90%
    }
}

@media (max-width:1024px) {
    .videoMod-2 .videoBox #inxVideo {
        width: 84%
    }
}

@media (max-width:1024px) {
    .videoMod-2 .videoBox #inxVideo {
        width: 100%;
        height: 100%;
    }
}
.videoMod-1 .videoBox .Videotitle{
    font-size: 1.8vw;
}
.videoMod-2 .videoBox .Videotitle{
    font-size: 1.8vw;
}
.videoMod-3 .videoBox .Videotitle{
    font-size: 1.8vw;
}
.videoMod-3 {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: unset;
    background-position: left
}

@media (max-width:1600px) {
    .videoMod-3 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .videoMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .videoMod-3 {
        padding: 12vw 0
    }
    .videoMod-1 .videoBox .Videotitle{
    font-size: 6vw;
}
.videoMod-2 .videoBox .Videotitle{
    font-size:6vw;
}
.videoMod-3 .videoBox .Videotitle{
    font-size:6vw;
}
    
}

.videoMod-3 .videoBox {
    width: 95%;
    display: flex;
    margin: auto
}
.videoMod-3 .videoBox .box{text-align:center}
@media (max-width:1600px) {
    .videoMod-3 .videoBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .videoMod-3 .videoBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .videoMod-3 .videoBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .videoMod-3 .videoBox {
        width: 100%;
        display: contents;
    }
}

.videoMod-3 .videoBox #inxVideo {
    display: block;
    margin-left: 1vw;
    margin-bottom: 1vw;
    height: 80%;
    object-fit: cover;
    background-color: black;
    width: 90%;
 
}
#investmentPage .videoMod-2 .towTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px 0;
}
#investmentPage .videoMod-3 .towTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px 0;
}


@media (max-width:1600px) {
    .videoMod-3 .videoBox #inxVideo {
          width: 90%;
    }
}

@media (max-width:1300px) {
    .videoMod-3 .videoBox #inxVideo {
     width: 90%;
    }
}

@media (max-width:1024px) {
    .videoMod-3 .videoBox #inxVideo {
        width: 90%
    }
}

@media (max-width:1024px) {
    .videoMod-3 .videoBox #inxVideo {
        width: 100%;
         height: 100%;
    }
}
.videobutton{
padding: 1vw;
    width: fit-content;
    margin: auto;
}
 .videobutton .anniu1{
     border: 2px solid #000;
    padding: 1vw;
    width: 12vw;
 }
 .videobutton .anniu1:hover{
      background-color: #f1bb72;
       transition: background-color 0.4s;
 }
 .videobutton .anniu2{
     border: 2px solid #000;
    padding: 1vw;
    width: 10vw;
 }
 .videobutton .anniu2:hover{
      background-color: #f1bb72;
       transition: background-color 0.4s;
 }
 .videobutton .tishi{
     color: #999;
     text-align: center;
     padding-top: 1vw;
 }
@media (max-width:1024px) {
.videobutton{
width:50%;
margin: auto;
}

.videobutton .anniu1 {
  
    padding: 3vw;
 
    width: 80%;
}
}
#loadMod{
      transition: opacity 3s;
  opacity: 1;
}
.hidden {
  opacity: 0;
}
