@charset "UTF-8";
@media screen and (min-width: 768px) {
  /**
   * Lines
   */
  @keyframes line-scale {
    0% {
      transform: scaley(1);
    }
    50% {
      transform: scaley(0.4);
    }
    100% {
      transform: scaley(1);
    }
  }
  .line-scale > div:nth-child(1) {
    animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  }
  .line-scale > div:nth-child(2) {
    animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  }
  .line-scale > div:nth-child(3) {
    animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  }
  .line-scale > div:nth-child(4) {
    animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  }
  .line-scale > div:nth-child(5) {
    animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  }
  .line-scale > div {
    background-color: #c4953c;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInUpBig {
    from {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes pulse {
    from {
      transform: scale3d(1, 1, 1);
    }
    50% {
      transform: scale3d(1.3, 1.3, 1.3);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  /* 定义呼吸动画 */
  @keyframes breathing {
    0% {
      transform: scale(1); /* 初始大小 */
    }
    100% {
      transform: scale(1.05); /* 增大到 1.2 倍大小 */
    }
  }
  .text-one-line, .index-news__tab-news-wrap .index-news__cont-wrap li strong {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .header__wide-wrap {
    z-index: 999;
    background-image: linear-gradient(180deg, rgba(3, 3, 3, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    height: 80px;
    border-bottom: none;
  }
  .header__scroll {
    background-image: none;
  }
  .index-banner {
    visibility: hidden;
    width: 100%;
    height: 100vh;
    min-height: 800px;
  }
  .swiper-wrapper [class*=index-bannerlist] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .primary-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/banner/bg.jpg) center no-repeat;
    background-size: cover;
  }
  .primary-light-bg {
    width: 100%;
    height: 100%;
    background: url(../images/banner/bg_light2.jpg) center no-repeat;
    background-size: cover;
  }
  .primary-20da {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -46.875vw;
    margin-top: -40vh;
    width: 94.7916666667vw;
    height: 12.962962963vh;
    background: url(../images/ershida_banner.png) center no-repeat;
    background-size: cover;
  }
  .primary-center__wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 52.0833333333vw;
    margin-left: -26.0416666667vw;
    margin-top: -25.9259259259vh;
  }
  .primary-title {
    width: 39.9479166667vw;
    height: 36.3888888889vh;
    margin-left: 8.4895833333vw;
    margin-bottom: 4.1666666667vh;
    background: url(../images/banner/title.png) center no-repeat;
    background-size: contain;
  }
  .primary-subtitle {
    width: 48.8541666667vw;
    height: 8.4259259259vh;
    margin-left: 5vw;
    background: url(../images/banner/subtitle.png) center no-repeat;
    background-size: contain;
  }
  .primary-foot-building {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 26%;
    background: url(../images/banner/building.png) center no-repeat;
    background-size: auto 100%;
  }
  .primary-foot-building .primary-building-light__wrap {
    position: absolute;
    left: 50%;
    top: -45px;
    width: 272px;
    height: 178px;
    margin-left: -118px;
    transform: rotate(-45deg);
  }
  .primary-foot-building .primary-building-light {
    width: 100%;
    height: 100%;
    background: url(../images/banner/light.png) no-repeat;
  }
  .swiper-slide-active .primary-wrap {
    animation: fadeIn 1s 0s ease-out 1 backwards;
  }
  .swiper-slide-active .primary-foot-building {
    animation: fadeInUp 1s 1s ease-out 1 backwards;
  }
  .swiper-slide-active .primary-title {
    animation: fadeInUp 1s 1.9s ease-out 1 backwards;
  }
  .swiper-slide-active .primary-subtitle {
    animation: fadeInUp 1s 3s ease-out 1 backwards;
  }
  .swiper-slide-active .primary-light-bg {
    animation: fadeIn 1s 4s linear 1 backwards;
  }
  .swiper-slide-active .primary-building-light__wrap {
    animation: fadeIn 1s 5s ease-out 1 backwards;
  }
  .swiper-slide-active .primary-building-light {
    animation: pulse 2s linear infinite;
  }
  .ani-1__wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/banner2/banner_bg.jpg) center no-repeat;
    background-size: cover;
  }
  .ani-1__cont-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 920px;
    margin-left: -208px;
    margin-top: -25vh;
  }
  .ani-1__cont-wrap [class*=ani-1__tit] {
    display: block;
    position: absolute;
    background-size: 100% auto !important;
  }
  .ani-1__tit-0 {
    width: 10.8333333333vw;
    height: 20vh;
    background: url(../images/banner2/t-0.png) center no-repeat;
  }
  .ani-1__tit-1 {
    left: 8.3854166667vw;
    top: 0.8333333333vh;
    width: 9.5833333333vw;
    height: 18.4259259259vh;
    background: url(../images/banner2/t-1.png) center no-repeat;
  }
  .ani-1__tit-2 {
    left: 17.65625vw;
    top: 1.4814814815vh;
    width: 7.6041666667vw;
    height: 16.3888888889vh;
    background: url(../images/banner2/t-2.png) center no-repeat;
  }
  .ani-1__tit-3 {
    left: 26.71875vw;
    top: 2.037037037vh;
    width: 8.6458333333vw;
    height: 15.3703703704vh;
    background: url(../images/banner2/t-3.png) center no-repeat;
  }
  .ani-1__tit-4 {
    left: 10.8333333333vw;
    top: 20.7407407407vh;
    width: 10.0520833333vw;
    height: 18.0555555556vh;
    background: url(../images/banner2/t-4.png) center no-repeat;
  }
  .ani-1__tit-5 {
    left: 20.6770833333vw;
    top: 20.6481481481vh;
    width: 10.1041666667vw;
    height: 18.6111111111vh;
    background: url(../images/banner2/t-5.png) center no-repeat;
  }
  .ani-1__tit-6 {
    left: 29.7916666667vw;
    top: 21.2037037037vh;
    width: 8.28125vw;
    height: 15.6481481481vh;
    background: url(../images/banner2/t-6.png) center no-repeat;
  }
  .ani-1__tit-7 {
    left: 38.90625vw;
    top: 20.5555555556vh;
    width: 8.5416666667vw;
    height: 15.9259259259vh;
    background: url(../images/banner2/t-7.png) center no-repeat;
  }
  .ani-1__tit-sub {
    left: -27.7604166667vw;
    top: 26.2962962963vh;
    width: 37.5vw;
    height: 13.7962962963vh;
    background: url(../images/banner2/t-sub.png) center no-repeat;
  }
  .ani-1__tit-light {
    position: absolute;
    left: -21.3541666667vw;
    top: -25.1851851852vh;
    width: 64.21875vw;
    height: 69.3518518519vh;
    background: url(../images/banner2/t-light.png) center no-repeat;
    mix-blend-mode: screen; /* 滤色混合 */
  }
  .swiper-slide-active .ani-1__wrap {
    animation: fadeIn 2s 0s ease-out 1 backwards;
  }
  .swiper-slide-active .ani-1__tit-0 {
    animation: fadeIn 1s 1.5s linear 1 backwards;
  }
  .swiper-slide-active .ani-1__tit-1 {
    animation: fadeIn 1s 2s linear 1 backwards;
  }
  .swiper-slide-active .ani-1__tit-2 {
    animation: fadeIn 1s 2.5s linear 1 backwards;
  }
  .swiper-slide-active .ani-1__tit-3 {
    animation: fadeIn 1s 3s linear 1 backwards;
  }
  .swiper-slide-active .ani-1__tit-4 {
    animation: fadeIn 1s 3.5s linear 1 backwards;
  }
  .swiper-slide-active .ani-1__tit-5 {
    animation: fadeIn 1s 4s linear 1 backwards;
  }
  .swiper-slide-active .ani-1__tit-6 {
    animation: fadeIn 1s 4.5s linear 1 backwards;
  }
  .swiper-slide-active .ani-1__tit-7 {
    animation: fadeIn 1s 5s linear 1 backwards;
  }
  .swiper-slide-active .ani-1__tit-sub {
    animation: fadeInUp 1s 6s ease-out 1 backwards;
  }
  .swiper-slide-active .ani-1__tit-light {
    animation: fadeIn 1s 6.5s linear 1 backwards;
  }
  .index-news {
    padding-top: 100px;
  }
  .index-news h3 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    background-image: -webkit-linear-gradient(-165deg, #dbbb6a, #c4953c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .index-news__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
  }
  .index-news__wrap .index-news-swiper {
    width: 645px;
    margin: 0;
  }
  .index-news__wrap .index-news-swiper:hover .index-news-prev,
  .index-news__wrap .index-news-swiper:hover .index-news-next {
    display: flex;
  }
  .index-news__wrap .index-news-pagination {
    top: 375px !important;
    height: 20px;
  }
  .index-news__wrap .index-news-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
  }
  .index-news__wrap .index-news-prev,
  .index-news__wrap .index-news-next {
    display: none;
    top: 200px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .index-news__wrap .index-news-prev {
    right: 0;
    padding: 10px 8px 10px 10px;
    border-radius: 10px 0 0 10px;
  }
  .index-news__wrap .index-news-next {
    left: 0;
    padding: 10px 10px 10px 8px;
    border-radius: 0 10px 10px 0;
  }
  .index-news__main-news {
    width: 645px;
  }
  .index-news__main-news p {
    font-size: 18px;
    line-height: 32px;
    color: rgba(17, 17, 17, 0.6);
  }
  .index-news__main-news p:last-child {
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.8);
  }
  .index-news__main-news .index-news__main-pic {
    display: block;
    box-sizing: border-box;
    width: 645px;
    height: 405px;
    overflow: hidden;
    line-height: 0;
  }
  .index-news__main-news .index-news__main-pic:hover {
    box-shadow: 0 0 5px #c4953c;
  }
  .index-news__main-news .index-news__main-pic img {
    transition: all 0.5s;
    width: 645px;
    height: 405px;
  }
  .index-news__main-news .index-news__main-pic img:hover {
    transform: scale(1.1);
  }
  .index-news__main-news .index-news__main-tit {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 30px;
    font-size: 24px;
    cursor: pointer;
  }
  .index-news__tab-news-wrap {
    width: 695px;
  }
  .index-news__tab-news-wrap .index-news__tab-col {
    display: flex;
    justify-content: space-between;
  }
  .index-news__tab-news-wrap .index-news__tab-col li {
    font-size: 20px;
    display: block;
    height: 30px;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
  }
  .index-news__tab-news-wrap .index-news__tab-col li::after {
    transition: transform 0.2s linear;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background-color: #c4953c;
    transform: scaleX(0);
  }
  .index-news__tab-news-wrap .index-news__tab-col .active {
    color: #c4953c;
  }
  .index-news__tab-news-wrap .index-news__tab-col .active::after {
    transform: scaleX(1);
  }
  .index-news__tab-news-wrap .index-news__tab-col span {
    display: block;
    width: 1px;
    height: 24px;
    background-color: #d9d9d9;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap {
    display: none;
    margin-top: 10px;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap:nth-child(2) {
    display: block;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap li {
    display: flex;
    height: 87px;
    border-bottom: 1px solid #efefef;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap li strong {
    display: inline-block;
    flex: 1;
    margin-right: 50px;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap li span {
    display: inline-block;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap li i {
    display: none;
  }
  .index-news__tab-news-wrap .index-news__tab-more-wrap {
    margin-top: 30px;
    text-align: right;
  }
  .index-news__tab-news-wrap .index-news__tab-more-wrap a {
    font-size: 16px;
    color: #c4953c;
  }
  .index-about {
    margin-top: 100px;
    margin-bottom: 260px;
    background: url(../images/index_col_bg.jpg) center 0 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
  }
  .index-about .wrapper-content {
    position: relative;
    padding-bottom: 230px;
  }
  .index-about h3 {
    padding-top: 100px;
    font-size: 40px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .index-about .index-about-subtit {
    height: 40px;
    line-height: 40px;
    margin-top: 50px;
    font-size: 34px;
  }
  .index-about .index-about-des {
    margin-top: 20px;
    line-height: 32px;
    font-size: 20px;
  }
  .index-about .index-about-more {
    margin-top: 50px;
  }
  .index-about .index-about-more a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s linear;
    border: 2px solid #fff;
    color: #fff;
  }
  .index-about .index-about-more a:hover {
    background-color: #fff;
    color: #c4953c;
  }
  .index-about .index-about-pic__wrap {
    position: absolute;
    bottom: -170px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .index-about .index-about-pic__wrap li {
    width: 31.42%;
    line-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #999;
  }
  .index-about .index-about-pic__wrap li img {
    transition: all 0.3s ease;
  }
  .index-about .index-about-pic__wrap li:hover {
    transform: translateY(-5px);
  }
  .index-about .index-about-pic__wrap li:hover img {
    transform: scale(1.05);
  }
  .index-relate {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
  }
  .index-relate h3 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(-165deg, #dbbb6a, #c4953c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .index-relate .index-relate-main {
    display: flex;
    justify-content: center;
    margin-top: 75px;
  }
  .index-relate .index-relate-main li {
    box-sizing: border-box;
    border: 1px solid #dde6f1;
    min-width: 240px;
    height: 62px;
    margin: 0 15px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: rgba(17, 17, 17, 0.7);
    overflow: hidden;
    cursor: pointer;
  }
  .index-relate .index-relate-main li.active, .index-relate .index-relate-main li:hover {
    line-height: 62px;
    border: none;
    background-image: linear-gradient(-60deg, #a67b2b 0%, #ceb26c 100%);
    color: #fff;
    background-blend-mode: normal;
    box-shadow: 0px 2px 13px 0px rgba(161, 120, 80, 0.36);
  }
  .index-relate-wrap {
    display: none;
    position: relative;
    margin-top: 100px;
  }
  .index-relate-wrap .index-relate-swiper {
    height: 180px;
  }
  .index-relate-wrap .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .index-relate-wrap .swiper-button-prev,
  .index-relate-wrap .swiper-button-next {
    top: 65px;
  }
  .index-link-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .index-link-item a {
    display: block;
    font-size: 18px;
  }
  .index-link-item a:nth-child(2) {
    padding: 0 45px;
    text-align: center;
  }
  .index-link-item .index-relate-img {
    margin-bottom: 20px;
    line-height: 0;
    border: 1px solid #e1e6f0;
  }
  .index-link-item .index-relate-img img {
    width: 285px;
    height: 123px;
  }
  .index-link-item:hover .index-relate-img {
    border-color: #c4953c;
    box-shadow: 0 0 5px #c4953c;
  }
  .index-link-item:hover a {
    color: #c4953c;
  }
}
@media screen and (max-width: 768px) {
  .header__wide-wrap {
    z-index: 999;
    height: 1.25rem;
    background-image: linear-gradient(180deg, rgba(3, 3, 3, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: none;
    border-bottom-color: #ccc;
  }
  .header__scroll {
    background-image: none;
    border-bottom: 1px solid #ccc;
  }
  .index-banner {
    width: 100%;
    height: 4.86rem;
    min-height: 4.86rem;
  }
  .primary-wrap {
    display: none;
  }
  .swiper-wrapper [class*=index-bannerlist] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .index-banner-ani-0 {
    background-image: url(../images/banner/index_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .primary-20da-mobile {
    width: 100%;
    height: 1.1rem;
    background: url(../images/ershida_banner_mobile.png) center no-repeat;
    background-size: cover;
  }
  .index-banner-ani-1 {
    background-image: url(../images/banner2/banner_full.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .index-news {
    padding: 0.82rem 0.4rem 1rem;
  }
  .index-news h3 {
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: left;
    font-size: 0.42rem;
    background-image: -webkit-linear-gradient(-165deg, #dbbb6a, #c4953c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .index-news__wrap {
    display: block;
    justify-content: space-between;
    margin-top: 0.6rem;
  }
  .index-news__wrap .index-news-swiper {
    border-bottom: 1px solid #d9d9d9;
  }
  .index-news__wrap .index-news-prev,
  .index-news__wrap .index-news-next {
    display: none;
  }
  .index-news__wrap .index-news-pagination {
    bottom: 0.1rem !important;
  }
  .index-news__main-news {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .index-news__main-news p {
    font-size: 0.24rem;
    line-height: 1.8;
    color: rgba(17, 17, 17, 0.6);
  }
  .index-news__main-news p:last-child {
    font-size: 0.24rem;
    line-height: 1.5;
    color: rgba(51, 51, 51, 0.8);
  }
  .index-news__main-news .index-news__main-pic {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 4.22rem;
    line-height: 0;
  }
  .index-news__main-news .index-news__main-pic img {
    width: 100%;
    height: 100%;
  }
  .index-news__main-news .index-news__main-tit {
    display: inline-block;
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    cursor: pointer;
  }
  .index-news__tab-news-wrap {
    margin-top: 0.4rem;
    width: 100%;
  }
  .index-news__tab-news-wrap .index-news__tab-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-news__tab-news-wrap .index-news__tab-col li {
    font-size: 0.26rem;
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    padding-bottom: 0;
    cursor: pointer;
  }
  .index-news__tab-news-wrap .index-news__tab-col .active {
    border-bottom: none;
    color: #c4953c;
  }
  .index-news__tab-news-wrap .index-news__tab-col span {
    display: block;
    width: 1px;
    height: 0.3rem;
    background-color: #d9d9d9;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap {
    display: none;
    margin-top: 0;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap:nth-child(2) {
    display: block;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap li {
    display: flex;
    height: auto;
    padding: 0.4rem 0;
    border-bottom: 1px solid #efefef;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap li a {
    width: 100%;
    display: block;
    align-items: left;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap li strong {
    display: block;
    font-size: 0.3rem;
    margin-right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index-news__tab-news-wrap .index-news__cont-wrap li span,
  .index-news__tab-news-wrap .index-news__cont-wrap li i {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: rgba(51, 51, 51, 0.8);
  }
  .index-news__tab-news-wrap .index-news__cont-wrap li:nth-child(n+4) {
    display: none;
  }
  .index-news__tab-news-wrap .index-news__tab-more-wrap {
    margin-top: 0.4rem;
    text-align: center;
  }
  .index-news__tab-news-wrap .index-news__tab-more-wrap a {
    display: inline-block;
    width: 5.18rem;
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.3rem;
    color: #fff;
    background-image: -webkit-linear-gradient(-165deg, #dbbb6a, #c4953c);
  }
  .index-about {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.6rem 0.4rem 0;
    background: #f7f7f7;
    background-size: cover;
    color: #111;
    text-align: center;
  }
  .index-about .wrapper-content {
    position: relative;
    padding-bottom: 0;
  }
  .index-about h3 {
    padding-top: 0;
    font-size: 0.42rem;
    text-align: left;
    height: 0.55rem;
    line-height: 0.55rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(-165deg, #dbbb6a, #c4953c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .index-about .index-about-subtit {
    height: 0.45rem;
    line-height: 0.45rem;
    margin-top: 0.5rem;
    font-size: 0.34rem;
  }
  .index-about .index-about-des {
    margin-top: 0.5rem;
    line-height: 1.8;
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    text-align: left;
  }
  .index-about .index-about-more {
    margin-top: 0.3rem;
    text-align: center;
  }
  .index-about .index-about-more a {
    display: inline-block;
    width: 1.9rem;
    height: 0.72rem;
    line-height: 0.72rem;
    background-color: #fff;
    text-align: center;
    font-size: 0.26rem;
    border: 0.02rem solid #ccc;
    border-radius: 0.36rem;
  }
  .index-about .index-about-pic__wrap {
    position: relative;
    bottom: 0;
    width: 7.5rem;
    height: 4.2rem;
    margin: 0.4rem 0 0 -0.4rem;
    background: url(../images/index_about.jpg) center center no-repeat;
    background-size: 100% auto;
  }
  .index-about .index-about-pic__wrap li {
    display: none;
    width: 31.42%;
  }
  .index-relate {
    padding: 1.1rem 0.4rem 0.6rem;
    background-color: #f9f9f9;
  }
  .index-relate h3 {
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: left;
    font-size: 0.42rem;
    background-image: -webkit-linear-gradient(-165deg, #dbbb6a, #c4953c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .index-relate .index-relate-main {
    overflow-x: scroll;
    display: flex;
    justify-content: left;
    margin-top: 0.3rem;
  }
  .index-relate .index-relate-main::-webkit-scrollbar {
    display: none;
  }
  .index-relate .index-relate-main li {
    box-sizing: border-box;
    border: 1px solid #dde6f1;
    min-width: auto;
    height: 0.62rem;
    padding: 0 0.34rem;
    margin: 0 0.3rem 0 0;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.26rem;
    white-space: nowrap;
    color: rgba(17, 17, 17, 0.7);
    cursor: pointer;
    overflow: visible;
  }
  .index-relate .index-relate-main li:last-child {
    margin-right: 0;
  }
  .index-relate .index-relate-main li.active, .index-relate .index-relate-main li:hover {
    line-height: 0.62rem;
    border: none;
    background-image: linear-gradient(-60deg, #a67b2b 0%, #ceb26c 100%);
    color: #fff;
    background-blend-mode: normal;
    box-shadow: 0px 2px 13px 0px rgba(161, 120, 80, 0.36);
  }
  .index-relate-wrap {
    display: none;
    position: relative;
    margin-top: 0.65rem;
  }
  .index-relate-wrap .index-relate-swiper {
    height: auto;
  }
  .index-relate-wrap .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-relate-wrap .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 3.22rem;
  }
  .index-relate-wrap .swiper-button-prev,
  .index-relate-wrap .swiper-button-next {
    display: none;
  }
  .index-link-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .index-link-item a {
    box-sizing: border-box;
    display: block;
    font-size: 0.24rem;
    width: 100%;
    padding: 0.2rem 0;
    text-align: center;
    background-color: #f0f2f7;
  }
  .index-link-item a:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0.1rem;
    height: 1.12rem;
  }
  .index-link-item .index-relate-img {
    width: 100%;
    height: 1.36rem;
    margin-bottom: 0;
    padding: 0;
    line-height: 0;
    border: 1px solid #e1e6f0;
    background-color: transparent;
  }
  .index-link-item .index-relate-img img {
    width: 100%;
    height: 100%;
  }
  .index-link-item:hover .index-relate-img {
    border-color: #c4953c;
    box-shadow: 0 0 5px #c4953c;
  }
  .index-link-item:hover a {
    color: #c4953c;
  }
}

/*# sourceMappingURL=index.css.map */
