.header_show.ind-ch::before {
  opacity: 0.75;
}

.header_box {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header_box .logo {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header_box .lan-bx, .header_box .member-btn, .header_box .member-btn-st {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.ind-ch .header_box .lan-bx {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  top: 15px;
}
@media (max-width: 1600px) {
  .ind-ch .header_box .lan-bx {
    top: 20px;
  }
}
.ind-ch .header_box .member-btn, .ind-ch .header_box .member-btn-st {
  top: 13px;
}
@media (max-width: 991px) {
  .ind-ch .header_box .member-btn, .ind-ch .header_box .member-btn-st {
    top: auto;
  }
}
.ind-ch .header_box .h-cartbx {
  top: 13px;
}
@media (max-width: 1600px) {
  .ind-ch .header_box .h-cartbx {
    top: 20px;
  }
}
@media (max-width: 991px) {
  .ind-ch .header_box .h-cartbx {
    top: auto;
  }
}

@media (min-width: 992px) {
  .ind-ch .header_box {
    height: 64px;
  }
  .ind-ch .header_box .logo {
    width: 150px;
  }
}
body {
  margin-top: 0;
  padding-bottom: 0;
}

main {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .indexPage .ind-tibx {
    text-align: center;
  }
}
.indexPage .ind-tibx .f32 {
  position: relative;
}
.indexPage .ind-tibx .f32::before {
  position: absolute;
  content: "";
  top: -35px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../images/icon_title.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .indexPage .ind-tibx .f32::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .indexPage .ind-tibx .f32 {
    line-height: 1.3;
  }
}
.indexPage .ind-tibx .f14 {
  color: #BB9800;
  position: relative;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .indexPage .ind-tibx .f14 {
    text-align: center;
    padding-top: 0;
  }
}
.indexPage .kv-banner {
  position: relative;
  width: 100%;
}
.indexPage .kv-banner .bgcover {
  padding-bottom: 46.08%;
  background-size: cover !important;
}
@media (max-width: 768px) {
  .indexPage .kv-banner .bgcover {
    padding-bottom: calc(100vh - 88px);
  }
}
.indexPage .kv-banner .slick-dots {
  width: 40px;
  position: absolute;
  left: 50px;
  bottom: 50px;
  display: block;
}
@media (max-width: 768px) {
  .indexPage .kv-banner .slick-dots {
    width: 100%;
    bottom: 32px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.indexPage .kv-banner .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
@media (min-width: 768px) {
  .indexPage .kv-banner .slick-dots li button:hover::before {
    background-color: #fff;
    opacity: 1;
  }
}
.indexPage .kv-banner .slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .indexPage .kv-banner .slick-dots li {
    margin: 0 2px;
  }
}
.indexPage .kv-banner a {
  display: block;
  width: 100%;
}
.indexPage .kv-banner ul {
  margin-bottom: 0;
}
.indexPage .kv-banner ul img {
  width: 100%;
}
.indexPage .kv-banner .scroll-line {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  width: 70px;
  z-index: 10;
  text-align: center;
  padding-top: 85px;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 1199px) {
  .indexPage .kv-banner .scroll-line {
    bottom: 20px;
  }
}
.indexPage .kv-banner .scroll-line .f16 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.indexPage .kv-banner .scroll-line .line {
  width: 1px;
  height: 80px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.4);
}
.indexPage .kv-banner .scroll-line .line::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 24px;
  background-color: #fff;
  -webkit-animation: scrollani ease 2s infinite;
          animation: scrollani ease 2s infinite;
}
@-webkit-keyframes scrollani {
  0% {
    top: -25px;
  }
  100% {
    top: 110px;
  }
}
@keyframes scrollani {
  0% {
    top: -25px;
  }
  100% {
    top: 110px;
  }
}
@-webkit-keyframes scrollanimo {
  0% {
    top: -13px;
  }
  100% {
    top: 60px;
  }
}
@keyframes scrollanimo {
  0% {
    top: -13px;
  }
  100% {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .indexPage .kv-banner .scroll-line {
    display: none;
    width: 50px;
    padding-top: 45px;
  }
  .indexPage .kv-banner .scroll-line .line {
    height: 40px;
  }
  .indexPage .kv-banner .scroll-line .line::before {
    height: 12px;
    -webkit-animation: scrollanimo ease 2s infinite;
            animation: scrollanimo ease 2s infinite;
  }
  .indexPage .kv-banner .scroll-line.nonfixed {
    bottom: 100px;
  }
}
.indexPage .simply-scroll {
  width: 100vw;
  height: 80px;
}
@media (max-width: 768px) {
  .indexPage .simply-scroll {
    height: 40px;
  }
}
.indexPage .simply-scroll .simply-scroll-clip {
  width: 100vw;
}
.indexPage .simply-scroll a {
  font-size: 1.375rem;
  line-height: 2.6;
  width: 500px;
}
@media (max-width: 768px) {
  .indexPage .simply-scroll a {
    font-size: 1rem;
  }
}
.indexPage .simply-scroll a i {
  color: #BB9800;
}
.indexPage .marquee {
  height: 80px;
  width: 100%;
}
@media (max-width: 768px) {
  .indexPage .marquee {
    height: 40px;
  }
}
.indexPage .marquee a {
  font-size: 1.375rem;
  line-height: 2.6;
}
@media (max-width: 768px) {
  .indexPage .marquee a {
    font-size: 1rem;
  }
}
.indexPage .marquee a i {
  color: #BB9800;
}
.indexPage .maq .maq-wall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.indexPage .maq .maq-wall a {
  white-space: nowrap;
}
.indexPage .maq .maq-wall a {
  font-size: 1.375rem;
  line-height: 2.6;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .indexPage .maq .maq-wall a {
    font-size: 1rem;
  }
}
.indexPage .maq .maq-wall a i {
  color: #BB9800;
}
.indexPage .maq .maq-wall .maq-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.indexPage .about-item {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .indexPage .about-item {
    margin-top: 60px;
  }
}
.indexPage .about-item .container {
  max-width: 1552px;
}
.indexPage .about-item .it1-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .indexPage .about-item .it1-bx {
    display: block;
    position: relative;
  }
}
.indexPage .about-item .it1-bx .des-bx {
  width: 42%;
  padding-left: 4.8%;
}
@media (max-width: 991px) {
  .indexPage .about-item .it1-bx .des-bx {
    width: 100%;
    margin-top: 70px;
  }
}
.indexPage .about-item .it1-bx .des-bx .f28 {
  margin-bottom: 75px;
}
@media (max-width: 1199px) {
  .indexPage .about-item .it1-bx .des-bx .f28 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .indexPage .about-item .it1-bx .des-bx .f28 {
    text-align: center;
  }
}
.indexPage .about-item .it1-bx .des-bx .f16 {
  margin-bottom: 80px;
  color: #5D542D;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .indexPage .about-item .it1-bx .des-bx .f16 {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .indexPage .about-item .it1-bx .des-bx .sh-btn {
    margin: 0 auto;
  }
}
.indexPage .about-item .it1-bx .img-bx {
  width: 58%;
}
@media (max-width: 991px) {
  .indexPage .about-item .it1-bx .img-bx {
    width: 100%;
  }
}
.indexPage .about-item .it1-bx .img-bx .bgcover {
  padding-bottom: 600px;
}
@media (max-width: 991px) {
  .indexPage .about-item .it1-bx .img-bx .bgcover {
    padding-bottom: 68.1%;
  }
}
@media (max-width: 768px) {
  .indexPage .about-item .it1-bx .img-bx .bgcover {
    padding-bottom: 77.8%;
  }
}
.indexPage .ban-item {
  margin-top: 220px;
}
@media (max-width: 991px) {
  .indexPage .ban-item {
    margin-top: 110px;
  }
}
.indexPage .ban-item .img-bx {
  width: 90%;
  margin: 0 auto;
}
.indexPage .ban-item .img-bx img {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .indexPage .ban-item .img-bx .pc {
    display: none;
  }
}
@media (max-width: 991px) {
  .indexPage .ban-item .img-bx .mo {
    display: block;
  }
}
.indexPage .news-item {
  margin-top: 245px;
  padding-top: 195px;
  padding-bottom: 195px;
  background: url(../images/bg_deep.jpg);
  position: relative;
}
@media (max-width: 991px) {
  .indexPage .news-item {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 120px;
  }
}
.indexPage .news-item .container {
  max-width: 1297px;
}
.indexPage .news-item .flex-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .indexPage .news-item .flex-bx {
    display: block;
    padding-bottom: 95px;
  }
}
.indexPage .news-item .flex-bx .l-bx {
  width: 30.5%;
}
@media (max-width: 991px) {
  .indexPage .news-item .flex-bx .l-bx {
    width: 100%;
  }
}
.indexPage .news-item .flex-bx .l-bx .sh-btn {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .indexPage .news-item .flex-bx .l-bx .sh-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.indexPage .news-item .flex-bx .r-bx {
  width: 69.5%;
}
@media (max-width: 991px) {
  .indexPage .news-item .flex-bx .r-bx {
    width: 100%;
    margin-top: 45px;
  }
}
.indexPage .news-item .bg1 {
  position: absolute;
  top: -110px;
  left: 0;
}
@media (max-width: 991px) {
  .indexPage .news-item .bg1 {
    width: 94px;
    top: -55px;
  }
}
.indexPage .news-item .bg2 {
  position: absolute;
  right: 0;
  bottom: -50px;
}
@media (max-width: 991px) {
  .indexPage .news-item .bg2 {
    width: 94px;
    bottom: -25px;
  }
}
.indexPage .product-item {
  padding-top: 160px;
  padding-bottom: 125px;
  position: relative;
  background: url(../images/img_00index_product_patternbg.png);
}
@media (max-width: 768px) {
  .indexPage .product-item {
    padding-top: 55px;
    padding-bottom: 80px;
    background-size: 230px;
  }
}
.indexPage .product-item .container {
  max-width: 1552px;
}
.indexPage .product-item .bg-bx {
  margin-left: auto;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .indexPage .product-item .bg-bx {
    margin-bottom: 95px;
  }
}
.indexPage .product-item .bg-bx img {
  margin-left: auto;
}
@media (max-width: 768px) {
  .indexPage .product-item .bg-bx img {
    margin: 0 auto;
  }
}
.indexPage .product-item .ind-tibx {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .indexPage .product-item .ind-tibx {
    margin-bottom: 45px;
  }
}