.indexbody .header {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
}

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

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

.indexbody .header .allcenter {
  width: auto;
  margin: 0 40px;
}

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

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

.indexbody .header .quickmenu li span i {
  background-position-y: -24px;
}

:root {
  --fontsize: 16px;
}

@media (max-width: 1750px) {
  :root {
    --fontsize: 15px;
  }
}
@media (max-width: 1600px) {
  :root {
    --fontsize: 14px;
  }
}
@media (max-width: 1480px) {
  :root {
    --fontsize: 12px;
  }
}
html {
  font-size: var(--fontsize);
}

.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;
}

.cb-slideshowbox .slide-icon {
  z-index: 0 !important;
}

.indexcont {
  position: relative;
  padding: 3.13rem 0 3rem !important;
}
.indexcont .owl-item.active {
  z-index: 1;
}
.indexcont::before {
  display: none;
}
.indexcont .indexiconlist,
.indexcont .firstpart {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.indexcont .firstpart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.indexcont .secpart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 5rem auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0;
}
.indexcont .thirdpart {
  position: relative;
  margin-top: 3rem;
}
.indexcont .thirdpart > img {
  width: 100%;
  opacity: 0;
}

.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: 2.5rem;
}
.indextitle h3 {
  font-size: 0;
  height: 2.5rem;
  width: 12.5rem;
  background: no-repeat center left/contain;
}
.indextitle a {
  font-size: 1rem;
  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: 2.5rem;
}
.indexiconlist li {
  position: relative;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.indexiconlist li i {
  width: 2.56rem;
  height: 2.56rem;
  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: 9.38rem;
  height: 9.38rem;
  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%, -4rem);
          transform: translate(-50%, -4rem);
}
.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 {
  width: 27.5%;
}
.indexguide .indextitle h3 {
  background-image: url("../Images/index/title-guide.png");
}
.indexguide .guide {
  color: #535353;
}
.indexguide .guide .tip {
  font-size: 1.4rem;
  line-height: 1;
  width: 108%;
}
.indexguide .guide .tip small {
  font-size: 0.8em;
}
.indexguide .guide .time {
  margin: 1rem 0 0.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.1rem;
  right: -2.1rem;
  font-size: 1.81rem;
}
.indexguide .guide .time li:last-child::after {
  display: none;
}
.indexguide .guide .time .t {
  font-size: 2.8rem;
  font-family: "indexnum";
  line-height: 1;
}
.indexguide .guide .time span {
  font-size: 1rem;
  color: #aaaaaa;
}
.indexguide .guide.guidetemp {
  margin-bottom: 0.5rem;
}
.indexguide .guide.guidetemp .tip {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.indexguide .addr {
  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;
}
.indexguide .addr .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.indexguide .addr .icon i {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.2rem;
  background: url("../Images/index/location.png") no-repeat center/contain;
}
.indexguide .addr .icon p {
  color: #46616b;
  font-size: 1rem;
}
.indexguide .addr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.indexguide .addr ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.8rem;
  color: #46616b;
  text-align: center;
  border-left: 0.06rem solid #aaa;
  border-right: 0.06rem solid #aaa;
}
.indexguide .addr ul li a {
  color: #46616b;
}
.indexguide .addr ul li h3 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.13rem;
}
.indexguide .addr ul li p {
  font-size: 1rem;
  letter-spacing: 0.06rem;
}
.indexguide .addr ul li + li {
  border-left: 0;
}

.indexnotice.indexnews .indextitle h3 {
  background-image: url("../Images/index/title-news.png");
}

.indexnotice {
  width: 31.5%;
}
.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: max(0.88rem, 12px);
  margin-bottom: 0.31rem;
  line-height: 1.1;
}
.indexnotice .news-list li .title {
  color: #313131;
  font-size: 1.25rem;
  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-item {
  width: 31.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.indexexh-item .indexexh-title {
  background: no-repeat center/contain;
  height: 2.63rem;
  font-size: 0;
  margin-bottom: 3rem;
}
.indexexh-item.indexbaseexh .indexexh-title {
  background-image: url("../Images/index/title-baseexh.png");
}
.indexexh-item.indextempexh .indexexh-title {
  background-image: url("../Images/index/title-tempexh.png");
}
.indexexh-item.indexdigitalexh .indexexh-title {
  background-image: url("../Images/index/title-digitalexh.png");
}
.indexexh-item .owl-pagination {
  position: absolute;
  right: 1.38rem;
  bottom: 2.3rem;
  z-index: 3;
}
.indexexh-item .owl-controls .owl-page {
  width: 0.6rem;
  height: 0.3rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.28);
  margin: 0 0.28rem;
  display: inline-block;
}
.indexexh-item .owl-controls .owl-page span {
  display: block;
  height: 100%;
}
.indexexh-item .owl-controls .owl-page.active {
  background: #fff;
}
.indexexh-item .owl-carousel,
.indexexh-item .indexdigitalexh-img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.indexexh-item .owl-carousel:hover,
.indexexh-item .indexdigitalexh-img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.indexexh-item .owl-item.active {
  z-index: 1;
}

.indexbaseexh-carousel .item {
  display: block;
}
.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 .item {
  display: block;
}
.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.13rem;
  width: 80%;
}
.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 {
  width: 100%;
  aspect-ratio: 9/16;
}
.indexdigitalexh-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexcol {
  position: absolute;
  background: url(../Images/index/index-col.png) no-repeat right bottom/cover;
  height: 100%;
  width: 49.5%;
  top: 0;
  left: 0;
  z-index: 1;
}
.indexcol .img {
  width: 50%;
  bottom: -22%;
  left: 1%;
  position: relative;
}
.indexcol .wrap {
  width: 58%;
  bottom: -7%;
  left: 0%;
  position: absolute;
  height: 93%;
}
.indexcol .indexcollink {
  position: absolute;
  width: 21%;
  height: 44%;
  top: 13%;
  right: 10%;
}

.indexact {
  padding: 2.5rem 4rem 3rem 53%;
  position: absolute;
  background: url(../Images/index/index-act.jpg) no-repeat right bottom/cover;
  height: 42%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.indexact .indextitle {
  margin-bottom: 1.5rem;
}
.indexact .indextitle h3 {
  background-image: url("../Images/index/title-act.png");
  height: 2rem;
}
.indexact .indextitle a {
  color: #fff;
}
.indexact .box {
  max-height: 62%;
  overflow: auto;
  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 {
  position: absolute;
  height: 58%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.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;
}
.indexwc::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../Images/index/wc-shade.png) no-repeat center/cover;
  pointer-events: none;
}
.indexwc .indexwc-carousel {
  height: 100%;
}
.indexwc .indexwc-carousel .owl-wrapper-outer,
.indexwc .indexwc-carousel .owl-wrapper,
.indexwc .indexwc-carousel .owl-item {
  height: 100%;
}
.indexwc .indexwc-carousel .imgbox {
  width: 100%;
  height: 100%;
}
.indexwc .indexwc-carousel .imgbox > a {
  display: block;
  height: 100%;
}
.indexwc .indexwc-carousel .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexwc .indexwc-carousel .owl-pagination {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.indexwc .indexwc-carousel .owl-controls .owl-page {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  margin: 0 0.5rem;
  display: inline-block;
}
.indexwc .indexwc-carousel .owl-controls .owl-page span {
  display: block;
  height: 100%;
}
.indexwc .indexwc-carousel .owl-controls .owl-page.active {
  background: #fff;
}

.newfooter {
  background-color: #43616f;
  padding: 3.13rem 0 4.38rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newfooter .footlogo {
  width: 10.13rem;
  height: 8.25rem;
  background: url("../Images/common/footlogo.png") no-repeat center/contain;
}
.newfooter nav {
  margin: 2.38rem 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;
}
.newfooter nav a {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  padding: 0 1.63rem;
}
.newfooter nav a::before {
  content: "|";
  position: absolute;
  top: 0;
  left: -0.19rem;
  display: inline-block;
  height: 100%;
}
.newfooter nav a:first-child::before {
  display: none;
}
.newfooter .addr {
  color: #fff;
  font-size: max(0.88rem, 12px);
  margin-bottom: 0.63rem;
}
.newfooter .addr span {
  display: inline-block;
  padding: 0 0.94rem;
}
.newfooter p {
  font-size: max(0.88rem, 12px);
  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 p span,
.newfooter p a {
  color: #fff;
  display: inline-block;
  padding: 0 0.63rem;
}

@media (max-width: 1880px) {
  .indexact .box p {
    line-height: 1.7;
  }
}
@media (max-width: 1780px) {
  .indexact .box .title {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 1620px) {
  .indexact {
    padding-top: 2rem;
  }
  .indexact .box p {
    font-size: 16px;
  }
}
@media (max-width: 1520px) {
  .indexact .box p {
    font-size: 15px;
  }
}
@media (max-width: 1470px) {
  .indexact .box {
    max-height: 60%;
  }
}
@media (max-width: 1420px) {
  .indexact .box p {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .indexact .box p {
    font-size: 12px;
  }
}
@media (max-width: 1650px) {
  .indexguide {
    width: 29%;
  }
}