.indextempexh-carousel .item .bottom p, .indextempexh-carousel .item .bottom h3, .indexnotice .news-list li .title,
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


@font-face {
  font-family: "indexnum";
  src: url("../../Fonts/num.ttf") format("truetype");
}
@-webkit-keyframes fadeInUp-little {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp-little {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp-little {
  -webkit-animation-name: fadeInUp-little;
          animation-name: fadeInUp-little;
}

@-webkit-keyframes fadeInDown-little {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown-little {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown-little {
  -webkit-animation-name: fadeInDown-little;
          animation-name: fadeInDown-little;
}

body {
    background: #fff;
}

.indexheader .header {
    background: rgba(0, 0, 0, 0.4);
    border-bottom-color: transparent;
}

    .indexheader .header .menu > li:hover > a, .indexheader .header .menu > li.active > a {
        color: #c19c6a;
    }

    .indexheader .header.line {
        border: 0;
    }

    .indexheader .header .logo {
        background-image: url(../Images/index/logo.png);
    }

    .indexheader .header .quickmenu .login span {
        background-image: url(../Images/index/iconlogin.png);
    }

    .indexheader .header .quickmenu .language span {
        background-image: url(../Images/index/iconcn.png);
    }

    .indexheader .header .quickmenu .search span {
        background-image: url(../Images/index/iconsearch.png);
    }

    .indexheader .header .quickmenu .menuentrance span {
        background-image: url(../Images/index/iconlist.png);
    }

    .indexheader .header .menu > li > a {
        color: #fffefe;
        font-size: 18px;
    }

    .indexheader .header .quickmenu span, .indexheader .header .quickmenu span a {
        color: #fff;
    }

.scrollview {
    height: 100%;
    margin-top: 0;
}

/*========================================================
	banner
========================================================*/
.indexbanner {
    position: relative;
}

    .indexbanner .owl-wrapper-outer, .indexbanner .owl-wrapper, .indexbanner .owl-item, .indexbanner .item, .indexbanner .item a {
        height: 100%;
    }

        .indexbanner .item a {
            display: block;
        }

        .indexbanner .item .imgstyle {
            height: 100%;
        }

    .indexbanner .owl-pagination {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 20px;
        text-align: center;
        z-index: 3;
    }

    .indexbanner .owl-controls .owl-page {
        width: 1rem;
        height: 0.2rem;
        background: rgba(255, 255, 255, 0.28);
        margin: 0 0.45rem;
        display: inline-block;
    }

        .indexbanner .owl-controls .owl-page.active {
            background: #fff;
        }


.indexbanner .owl-pagination {
  z-index: 0 !important;
}

.indexcont {
  position: relative;
  padding: 3rem 0 3rem !important;
}
.indexcont .owl-item.active {
  z-index: 1;
}
.indexcont::before {
  display: none;
}
.indexcont .indexiconlist,
.indexcont .firstpart {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  height: auto;
}
.indexcont .thirdpart {
  position: relative;
  margin: 0;
  margin-top: 3rem;
}

.indextitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.8rem;
}
.indextitle h3 {
  font-size: 0;
  height: 2.6rem;
  width: 12.5rem;
  background: no-repeat center left/contain;
}
.indextitle a {
  font-size: 1.2rem;
  color: #969696;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.indextitle a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  color: #c19c6a;
}

.indexiconlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.indexiconlist li {
  position: relative;
  margin-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.indexiconlist li i {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: no-repeat center/contain;
}
.indexiconlist li img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -2rem);
          transform: translate(-50%, -2rem);
  width: 12rem;
  height: 12rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.06rem solid #ddd;
  padding: 0.63rem;
  background-color: #fff;
}
.indexiconlist li.wx i {
  background-image: url("../../Images/index/icon-wx.png");
}
.indexiconlist li.wb i {
  background-image: url("../../Images/index/icon-wb.png");
}
.indexiconlist li.xhs i {
  background-image: url("../../Images/index/icon-xhs.png");
}
.indexiconlist li.dy i {
  background-image: url("../../Images/index/icon-dy.png");
}
.indexiconlist li.video i {
  background-image: url("../../Images/index/icon-video.png");
}
.indexiconlist li:hover img {
  opacity: 1;
  -webkit-transform: translate(-50%, -5.5rem);
          transform: translate(-50%, -5.5rem);
  pointer-events: all;
}
.indexiconlist li:hover.wx img {
  -webkit-transform: translate(-23%, -5.5rem);
          transform: translate(-23%, -5.5rem);
}
.indexiconlist li.wx img {
  -webkit-transform: translate(-23%, -2rem);
          transform: translate(-23%, -2rem);
}
.indexiconlist li.xhs img {
  height: auto;
  border: 0;
  padding: 0;
  width: 26rem;
}
.indexiconlist li.dy img {
  height: auto;
  border: 0;
  padding: 0;
  width: 20rem;
}
.indexiconlist li.video img {
  height: auto;
  border: 0;
  padding: 0;
  width: 20rem;
}

.indexguide .indextitle h3 {
  background-image: url("../../Images/index/title-guide.png");
}
.indexguide .guide {
  color: #535353;
}
.indexguide .guide .tip {
  font-size: 1.7rem;
  line-height: 1;
}
.indexguide .guide .tip small {
  font-size: 0.8em;
}
.indexguide .guide .time {
  margin: 1rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.indexguide .guide .time li {
  position: relative;
  text-align: center;
  margin-right: 3rem;
}
.indexguide .guide .time li::after {
  content: "-";
  position: absolute;
  top: 0.5rem;
  right: -2.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.indexguide .guide .time li:last-child {
  margin-right: 0;
}
.indexguide .guide .time li:last-child::after {
  display: none;
}
.indexguide .guide .time .t {
  font-size: 3.9rem;
  font-family: "indexnum";
  line-height: 1;
}
.indexguide .guide .time span {
  font-size: 1.2rem;
  color: #aaaaaa;
}
.indexguide .guide.guidetemp {
  margin-bottom: 0.5rem;
}
.indexguide .guide.guidetemp .tip {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.indexguide .addr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.indexguide .addr ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #46616b;
  text-align: center;
  border-left: 0.06rem solid #dcdcdc;
}
.indexguide .addr ul li .top {
  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;
  margin-bottom: 0.1rem;
}
.indexguide .addr ul li .bottom {
  font-size: 1.2rem;
  color: #575757;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.indexguide .addr ul li:first-child {
  border-left: 0;
  padding-right: 1rem;
}
.indexguide .addr ul li:last-child {
  padding-left: 1rem;
}
.indexguide .addr ul li a {
  color: #46616b;
}
.indexguide .addr ul li h3 {
  font-size: 1.7rem;
  font-weight: 500;
}
.indexguide .addr ul li p {
  font-size: 1.4rem;
  font-family: "indexnum";
}

.indexnotice.indexnews {
  padding: 1.8rem 0;
  margin: 1.8rem 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.indexnotice.indexnews .indextitle h3 {
  background-image: url("../../Images/index/title-news.png");
}

.indexnotice .indextitle h3 {
  background-image: url("../../Images/index/title-notice.png");
}
.indexnotice .news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.06rem;
}
.indexnotice .news-list li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.indexnotice .news-list li:last-child {
  margin-bottom: 0;
}
.indexnotice .news-list li .date {
  display: block;
  color: #aaaaaa;
  font-size: 1.2rem;
  margin-bottom: 0.31rem;
  line-height: 1.1;
}
.indexnotice .news-list li .title {
  color: #313131;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.03rem;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.indexnotice .news-list li:hover a {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.indexnotice .news-list li:hover .title {
  color: #c19c6a;
}

.indexexh-titleul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.5rem;
  margin-bottom: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexexh-titleul::before, .indexexh-titleul::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 110%;
  background: no-repeat center/contain;
}
.indexexh-titleul:before {
  background-image: url("../Images/index/indexexh-title-l.png");
  left: 0;
}
.indexexh-titleul:after {
  background-image: url("../Images/index/indexexh-title-r.png");
  right: 0;
}
.indexexh-titleul li {
  position: relative;
  background: no-repeat center/contain;
  width: 8rem;
  height: 2rem;
  font-size: 0;
  margin: 0 1rem;
}
.indexexh-titleul li.indexexh-title-baseexh {
  background-image: url("../Images/index/title-baseexh.png");
}
.indexexh-titleul li.indexexh-title-baseexh.active {
  background-image: url("../Images/index/title-baseexh-active.png");
}
.indexexh-titleul li.indexexh-title-tempexh {
  background-image: url("../Images/index/title-tempexh.png");
}
.indexexh-titleul li.indexexh-title-tempexh.active {
  background-image: url("../Images/index/title-tempexh-active.png");
}
.indexexh-titleul li.indexexh-title-digitalexh {
  background-image: url("../Images/index/title-digitalexh.png");
}
.indexexh-titleul li.indexexh-title-digitalexh.active {
  background-image: url("../Images/index/title-digitalexh-active.png");
}
.indexexh-titleul li.active:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.8rem;
  height: 0.2rem;
  background: #ae593f;
  border-radius: 1rem;
}

.indexexh-part {
  position: relative;
  overflow: hidden;
}
.indexexh-part .item {
  position: relative;
}
.indexexh-part .slick-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.indexexh-part .slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.indexexh-part .slick-arrow {
  width: 34px;
  height: 60px;
  background: no-repeat center/contain;
  z-index: 1;
}
.indexexh-part .slick-arrow:before {
  display: none;
}
.indexexh-part .slick-arrow.slick-prev {
  left: -4px;
  background: url("../Images/index/indexexh-arrow-l.png") no-repeat center/contain;
}
.indexexh-part .slick-arrow.slick-next {
  right: -4px;
  background: url("../Images/index/indexexh-arrow-r.png") no-repeat center/contain;
}

.indexexh-item.hide {
  opacity: 0;
}
.indexexh-item.active {
  display: block;
  opacity: 1;
  z-index: 1;
}

.indexbaseexh-carousel .item .imgbox {
  width: 100%;
  aspect-ratio: 9/16;
}
.indexbaseexh-carousel .item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexbaseexh-carousel .item .bottom {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.13rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.indexbaseexh-carousel .item .bottom p {
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 1.13rem;
  color: #d7d4ce;
}
.indexbaseexh-carousel .item .bottom i {
  display: inline-block;
  background: url("../../Images/index/location2.png") no-repeat center/contain;
  width: 1.38rem;
  height: 1.81rem;
  margin-right: 0.63rem;
}

.indextempexh-carousel {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}
.indextempexh-carousel .item .imgbox {
  width: 100%;
  aspect-ratio: 9/16;
}
.indextempexh-carousel .item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indextempexh-carousel .item .bottom {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 11rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  padding: 1.9rem 2.5rem 2rem;
}
.indextempexh-carousel .item .bottom h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.13rem;
  font-weight: normal;
}
.indextempexh-carousel .item .bottom p {
  font-size: 1.2rem;
}
.indextempexh-carousel .item .bottom p.time {
  margin-bottom: 0.63rem;
}
.indextempexh-carousel .item .bottom p.time i {
  background-image: url("../../Images/index/time.png");
}
.indextempexh-carousel .item .bottom p.addr i {
  background-image: url("../../Images/index/location3.png");
}
.indextempexh-carousel .item .bottom i {
  vertical-align: middle;
  position: relative;
  top: -0.05rem;
  display: inline-block;
  background: no-repeat center/contain;
  width: 1rem;
  height: 1rem;
  margin-right: 0.63rem;
}

.indexdigitalexh-img {
  position: absolute !important;
  top: 0;
  left: 9.25%;
  width: 81.5%;
  aspect-ratio: 9/16;
}
.indexdigitalexh-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexcol {
  background: url("../Images/index/index-col.jpg") no-repeat center/cover;
  height: 43rem;
  z-index: 1;
  margin: 0 1.5rem;
}
.indexcol .img {
  width: 69%;
  bottom: -22%;
  left: -11%;
  position: relative;
}
.indexcol .wrap {
  width: 69%;
  bottom: -54%;
  left: -5%;
  position: absolute;
  height: 186%;
}
.indexcol .indexcollink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  right: 0%;
}

.indexact {
  position: relative;
  margin: 1rem 0;
  padding: 3rem 1.5rem 6rem;
  background: #d5c8a4 url("../Images/index/index-act-bg.jpg") repeat-y center bottom/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.indexact:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  background: url("../Images/index/index-act.jpg") no-repeat center bottom/100% auto;
}
.indexact .indextitle h3 {
  background-image: url("../../Images/index/title-act.png");
  height: 2rem;
}
.indexact .indextitle a {
  color: #fff;
}
.indexact .box {
  padding-right: 1rem;
}
.indexact .box .title {
  margin-bottom: 0.8rem;
  position: relative;
  color: #000;
  line-height: 1;
  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;
}
.indexact .box .title span {
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.indexact .box .title:hover h3 {
  color: #9c7c4d;
}
.indexact .box h3 {
  font-weight: normal;
  font-size: 1.38rem;
  line-height: 1;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  margin-right: 1.88rem;
}
.indexact .box p {
  line-height: 1.85;
  font-size: 1.13rem;
  color: #000000;
}

.indexwc {
  margin: 0 1.5rem;
}
.indexwc > a {
  height: 100%;
}
.indexwc > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexwc .indexwc-title {
  position: absolute;
  top: 3.44rem;
  right: 2.38rem;
  width: 8.25rem;
  height: 11.69rem;
  background: url(../../Images/index/index-wc-title.png) no-repeat center/contain;
  z-index: 1;
}



.newfooter {
  background-color: #43616f;
  padding: 2.5rem 1.5rem;
}
.newfooter nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newfooter nav a {
  position: relative;
  color: #fff;
  font-size: 1.1rem;

}
.newfooter nav a::before {
  content: "|";
  position: absolute;
  top: 0;
   left: -0.5rem;
  display: inline-block;
  height: 100%;
}
.newfooter nav a:first-child {
  padding-left: 0;
}
.newfooter nav a:last-child {
  padding-right: 0;
}
.newfooter nav a:first-child::before {
  display: none;
}
.newfooter .addr {
  margin: 1rem 0;
  color: #fff;
  padding: 0.7rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.newfooter .addr:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 17%;
  width: 1px;
  height: 66%;
  background-color: rgba(255, 255, 255, 0.5);
}
.newfooter .addr p {
  font-size: 1rem;
}
.newfooter .addr span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
.newfooter .last {
  font-size: 1rem;
  line-height: 1.6;
}
.newfooter .last span,
.newfooter .last a {
  color: #fff;
  display: inline-block;
  padding-right: 1rem;
}