@font-face {
  font-family: 'iconfont';
  /* Project id 4258840 */
  src: url("//at.alicdn.com/t/c/font_4258840_o98g9x7i5m.woff2?t=1739527538391") format("woff2"), url("//at.alicdn.com/t/c/font_4258840_o98g9x7i5m.woff?t=1739527538391") format("woff"), url("//at.alicdn.com/t/c/font_4258840_o98g9x7i5m.ttf?t=1739527538391") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.index001 {
  position: relative;
  height: 100vh;
  width: 100%;
}

.index001 .index-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.index001 .index-banner img {
  width: 100%;
  height: 100%;
}

.index001 .index-banner img.mb-banner {
  display: none;
}

.index001 .layout {
  position: relative;
  height: 100%;
}

.index001 .layout .logo-row {
  padding-top: 0.5rem;
}

.index001 .layout .logo-row a.logo {
  display: block;
  overflow: hidden;
  z-index: 900;
  position: relative;
}

.index001 .layout .logo-row a.logo img {
  max-width: 100%;
  width: 100%;
  position: relative;
}

.index001 .layout .bottom-box {
  position: absolute;
  top: 25%;
  width: 100%;
}
.index001 .layout .bottom-box .enter{
  margin-top:1rem;
}
.index001 .layout .bottom-box .enter a{
  display: block;
  position: relative;
  width:1.76rem;
  height: 0.48rem;
  line-height: 0.48rem;
  margin: 0 auto;
}
.index001 .layout .bottom-box .enter a img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.index001 .layout .bottom-box .enter a svg{
  position: absolute;
  top: -0.56rem;
  z-index: 1;
  width:1.2rem;
  height:1.2rem;
  left: 0.13rem;
}
.index001 .layout .bottom-box .enter a svg path{
  fill: #AB8D71;
}
.index001 .layout .bottom-box .enter a p{
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
}

.index001 .layout .bottom-box ul{
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1rem;
}
.index001 .layout .bottom-box ul li a .icon{
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.index001 .layout .bottom-box ul li a .icon svg{
  width: 0.56rem;
  height: 0.56rem;
}
.index001 .layout .bottom-box ul li a .icon svg path{
  fill: #AB8D71;
}
.index001 .layout .bottom-box ul li a .icon i{
  position: absolute;
  top: 0.12rem;
  left: 0.12rem;
  color: #fff;
  font-size: 0.32rem;
}
.index001 .layout .bottom-box .bottom-motto{
  text-align: center;
}
.index001 .layout .bottom-box .bottom-motto img{
  height: 2.5rem;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.index001 .layout .bottom-box .enter-circle{
  animation: rotate 14s linear infinite;
  margin-left: 18px;
  margin-top: 19px;
}
@media (max-width: 1500px) {
  .index001 .layout .bottom-box .enter a svg {
    top: -0.61rem;
    left: -0.01rem;
  }
}

@media (max-width: 1200px) {
  .index001 .layout .bottom-box .enter a svg {
    top: -0.69rem;
  }
}

@media (max-width: 960px) {
  /* .index001 .index-banner img {
    display: none;
  }

  .index001 .index-banner img.mb-banner {
    display: block;
  } */

  .index001 .layout {
    /* display: flex;
    align-items: center; */
  }

  .index001 .layout .bottom-box {
    width: 100%;
    position: static;
    margin-top: 1.5rem;
  }
    .index001 .layout .logo-row a.logo {
      width: 320px!important;
      height: 57px!important;
    }

  .index001 .layout .bottom-box .enter a svg {
    top: -0.59rem;
    left: 0.07rem;
  }

  
}

@media (max-width: 620px) {
  .index001 .layout .bottom-box ul li a .icon {
    display: none;
  }

  .index001 .layout .bottom-box ul li a p svg {
    display: none;
  }
}


@media (max-width: 550px) {
  .index001 .layout .bottom-box .bottom-motto img {
      height: 1.4rem;
  }
}

@media (max-width: 400px) {
  .index001 .layout .bottom-box {
    width: 100%;
    position: static;
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=ydy.css.map */