* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .g-mobile .g_pub_header_box,
  .g-mobile .g_pub_footer_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .g-mobile .m_head_nav,
  .g-mobile .m_foot_nav {
    display: none;
  }
  .g-mobile .g_pub_footer {
    height: auto !important;
    zoom: 1 !important;
  }
  .g-mobile .g_pub_footer:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .g-mobile .g_pub_footer .u_logo.foot {
    width: 100%;
    margin-left: 0;
  }
}
.img-cover {
  object-fit: cover;
  background-size: cover;
}
img {
  vertical-align: top;
}
.hidden {
  display: none;
}
.g_pub_footer {
  margin-top: 0 !important;
}
.m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-indent: 301px;
}
.m-title a {
  position: absolute;
  width: 50px;
  height: 19px;
  right: 337px;
  top: 168px;
  background: url("../images/icon-more.png") 0 0 no-repeat;
}
.g-wrap {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: "microsoft yahei";
  background: url("../images/header.jpg") center top no-repeat;
}
.g-wrap .g-header {
  overflow: hidden;
}
.g-wrap .g-header .m-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 1396px;
  position: relative;
}
.g-wrap .g-header .m-header a {
  position: absolute;
  width: 339px;
  height: 82px;
  top: 1275px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url("../images/btn-link.png") 0 0 no-repeat;
}
.g-wrap .g-header .m-header .u-logo {
  position: absolute;
  left: 0;
  top: 72px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: fadeInUp .8s 0.2s backwards;
  -webkit-animation: fadeInUp .8s 0.2s backwards;
}
.g-wrap .g-header .m-header .u-title {
  position: absolute;
  left: 123px;
  top: 207px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: fadeInUp 0.8s 0.8s backwards;
  -webkit-animation: fadeInUp 0.8s 0.8s backwards;
}
.g-wrap .g-header .m-header .u-festival {
  position: absolute;
  left: 119px;
  top: 309px;
  width: 1084px;
  height: 656px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: move 1.4s 1.4s linear backwards;
  -webkit-animation: move 1.4s 1.4s linear backwards;
}
.g-wrap .g-header .m-header .u-festival .festival {
  width: 1084px;
  height: 575px;
}
.g-wrap .g-header .m-header .u-festival .lantern {
  position: absolute;
  width: 156px;
  height: 241px;
  left: 324px;
  top: 413px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  animation: swing 3s infinite ease-in-out;
  -webkit-animation: swing 3s infinite ease-in-out;
}
.g-wrap .g-header .m-header .u-lion {
  position: absolute;
  left: 822px;
  top: 823px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: fadeInBottomRight 1.6s 2.5s backwards;
  -webkit-animation: fadeInBottomRight 1.6s 2.5s backwards;
}
.g-wrap .g-header .m-header .u-host {
  position: absolute;
  left: 0px;
  top: 1188px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: fadeIn 1s 3.2s backwards;
  -webkit-animation: fadeIn 1s 3.2s backwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 20%, 0);
    transform: translate3d(50%, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 20%, 0);
    transform: translate3d(50%, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes move {
  from {
    width: 0px;
  }
  to {
    width: 1084px;
  }
}
@-webkit-keyframes move {
  from {
    width: 0px;
  }
  to {
    width: 1084px;
  }
}
@keyframes swing {
  0% {
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
  }
}
@-webkit-keyframes swing {
  0% {
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
  }
}
.g-wrap .g-container {
  overflow: hidden;
  background: #fffaeb url("../images/bg.jpg") center top no-repeat;
}
.g-wrap .g-part1 {
  height: 680px;
  overflow: hidden;
  background: url("../images/bg1.png") center 24px no-repeat;
}
.g-wrap .g-part2 {
  height: 839px;
  overflow: hidden;
  margin-top: 82px;
  background: url("../images/bg2.png") center 19px no-repeat;
}
.g-wrap .g-part3 {
  height: 1112px;
  overflow: hidden;
  margin-top: 65px;
  background: url("../images/bg3.png") center 137px no-repeat;
}
.g-wrap .g-part4 {
  overflow: hidden;
  margin-top: 64px;
  background: url("../images/bg7.png") center top no-repeat;
}
.g-wrap #jump-link {
  display: block;
  height: 339px;
  height: 82px;
  margin: 0 auto;
  background: url("../images/btn-link.png") center center no-repeat;
}
.g-wrap .g-nav {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
.g-wrap .g-nav ul {
  display: flex;
  justify-content: space-between;
}
.g-wrap .g-nav ul li {
  width: 263px;
  height: 80px;
  transition: .3s;
  -webkit-transition: .3s;
}
.g-wrap .g-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.g-wrap .g-nav ul li:nth-child(1) {
  background: url("../images/btn1.png") center center no-repeat;
}
.g-wrap .g-nav ul li:nth-child(1):hover {
  background: url("../images/btn1-on.png") center center no-repeat;
}
.g-wrap .g-nav ul li:nth-child(2) {
  background: url("../images/btn2.png") center center no-repeat;
}
.g-wrap .g-nav ul li:nth-child(2):hover {
  background: url("../images/btn2-on.png") center center no-repeat;
}
.g-wrap .g-nav ul li:nth-child(3) {
  background: url("../images/btn3.png") center center no-repeat;
}
.g-wrap .g-nav ul li:nth-child(3):hover {
  background: url("../images/btn3-on.png") center center no-repeat;
}
.g-wrap .g-nav ul li:nth-child(4) {
  background: url("../images/btn4.png?v=1") center center no-repeat;
}
.g-wrap .g-nav ul li:nth-child(4):hover {
  background: url("../images/btn4-on.png?v=1") center center no-repeat;
}
.g-wrap .g-introduction {
  width: 1200px;
  height: 408px;
  box-sizing: border-box;
  background: url("../images/introduction.png") center center no-repeat;
  margin: 60px auto 0;
}
.g-wrap .g-notice .m-notice-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  height: 561px;
  overflow: hidden;
  background: url("../images/notice-bg.png") center top no-repeat;
}
.g-wrap .g-notice .m-notice {
  zoom: 1;
  width: 1030px;
  margin: 60px 0 0 100px;
}
.g-wrap .g-notice .m-notice:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-notice .m-notice .m-scroll {
  height: 430px;
  overflow: auto;
  padding-right: 50px;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  max-width: 100%;
  max-height: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
.g-wrap .g-notice .m-notice .m-scroll::-webkit-scrollbar {
  width: 6px;
  background: #ddc696;
  border-radius: 5px;
}
.g-wrap .g-notice .m-notice .m-scroll::-webkit-scrollbar-thumb {
  background: #dc6c57;
  border-radius: 5px;
}
.g-wrap .g-notice .m-notice .m-right {
  float: right;
  width: 180px;
  margin-right: 30px;
  padding-top: 77px;
}
.g-wrap .g-notice .m-notice .m-right img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
}
.g-wrap .g-news {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g-wrap .g-news .m-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  zoom: 1;
}
.g-wrap .g-news .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .m-main .poster-main {
  width: 1200px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-news .m-main .poster-main .poster-prev-btn,
.g-wrap .g-news .m-main .poster-main .poster-next-btn {
  position: absolute;
  width: 58px !important;
  height: 58px !important;
  top: 169px;
  left: 44px;
  cursor: pointer;
  transition: 0.3s;
  background: url("../images/arrow-left.png") 0 0 no-repeat;
}
.g-wrap .g-news .m-main .poster-main .poster-prev-btn:hover,
.g-wrap .g-news .m-main .poster-main .poster-next-btn:hover {
  background: url("../images/arrow-left-on.png") 0 0 no-repeat;
}
.g-wrap .g-news .m-main .poster-main .poster-prev-btn.poster-next-btn,
.g-wrap .g-news .m-main .poster-main .poster-next-btn.poster-next-btn {
  left: auto;
  right: 44px;
  background: url("../images/arrow-right.png") 0 0 no-repeat;
}
.g-wrap .g-news .m-main .poster-main .poster-prev-btn.poster-next-btn:hover,
.g-wrap .g-news .m-main .poster-main .poster-next-btn.poster-next-btn:hover {
  background: url("../images/arrow-right-on.png") 0 0 no-repeat;
}
.g-wrap .g-news .m-main .poster-main .poster-list {
  position: relative;
}
.g-wrap .g-news .m-main .poster-main .poster-list .list-item {
  position: absolute;
  top: 0;
  width: 600px;
  left: 300px;
  background: url("../images/pic-bg.png") center center no-repeat;
  background-size: 100% 100%;
}
.g-wrap .g-news .m-main .poster-main .poster-list .list-item .u-pic {
  display: block;
  width: 100%;
  height: 85%;
  padding: 18px 18px 0;
  box-sizing: border-box;
}
.g-wrap .g-news .m-main .poster-main .poster-list .list-item .u-pic img {
  width: 100%;
  height: 100%;
}
.g-wrap .g-news .m-main .poster-main .poster-list .list-item .u-title {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 13%;
  padding: 0 3%;
  text-align: center;
  color: #121212;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-news .m-main .m-list {
  margin-top: 36px;
  overflow: hidden;
}
.g-wrap .g-news .m-main .m-list ul {
  zoom: 1;
  width: 1360px;
}
.g-wrap .g-news .m-main .m-list ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .m-main .m-list ul li {
  float: left;
  width: 570px;
  height: 86px;
  margin-right: 60px;
  padding: 26px 0;
  border-bottom: 1px solid #f1e8cb;
}
.g-wrap .g-news .m-main .m-list ul li .u-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-news .m-main .m-list ul li .u-title a {
  color: #000000;
}
.g-wrap .g-news .m-main .m-list ul li .u-abstract {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 24px;
overflow: hidden;
  font-size: 14px;
  color: #666;
  padding: 16px 0 14px;
}
.g-wrap .g-news .m-main .m-list ul li .u-date {
  font-size: 14px;
  color: #666;
}
.g-wrap .g-news .m-main .m-list ul li:nth-child(5),
.g-wrap .g-news .m-main .m-list ul li:nth-child(6) {
  border: 0;
  padding-bottom: 0;
}
.g-wrap .g-photo {
  margin-top: 12px;
}
.g-wrap .g-photo .m-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 42px;
  background: url("../images/photo-bg.png") center top no-repeat;
}
.g-wrap .g-photo .m-main #m-photo {
  width: 950px;
  height: 630px;
  overflow: hidden;
  margin: 25px auto 0;
}
.g-wrap .g-photo .m-main #m-photo .u-con {
  display: none;
}
.g-wrap .g-photo .m-main #m-photo .u-con.current {
  display: block;
}
.g-wrap .g-photo .m-main #m-photo .u-pic {
  width: 950px;
  height: 510px;
}
.g-wrap .g-photo .m-main #m-photo .u-pic img {
  width: 950px;
  height: 510px;
}
.g-wrap .g-photo .m-main #m-photo .u-txt {
  height: 120px;
  display:flex;
align-items: center;
justify-content: center;
}
.g-wrap .g-photo .m-main #m-photo .u-txt dt {
  padding-top: 14px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
.g-wrap .g-photo .m-main #m-photo .u-txt dt a {
  color: #000;
}
.g-wrap .g-photo .m-main #m-photo .u-txt dd {
  font-size: 16px;
  line-height: 26px;
  margin-top: 6px;
  padding: 0 10px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-photo .m-main .m-swiper-wrap {
  width: 1200px;
  height: 212px;
  overflow: hidden;
  margin: 0 auto 0;
  position: relative;
  background: url("../images/nav-bg.png") center center no-repeat;
}
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper1 {
  width: 962px;
  margin: 36px auto 0;
}
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper1 .swiper-slide {
  width: 230px;
  height: 140px;
  margin-right: 14px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper1 .swiper-slide img {
  width: 220px;
  height: 130px;
  margin-top: 5px;
}
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper1 .swiper-slide dl {
  display: none;
}
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper1 .swiper-slide.current {
  background: url("../images/current.png") center center no-repeat;
}
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper-button-prev,
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper-button-next {
  width: 67px;
  height: 67px;
  margin-top: 0;
  top: 73px;
  left: 33px;
  transition: 0.3s;
  background: url("../images/prev.png") 0 0 no-repeat;
}
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper-button-prev:hover,
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper-button-next:hover {
  background: url("../images/prev-on.png") 0 0 no-repeat;
}
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper-button-next {
  left: auto;
  right: 33px;
  background: url("../images/next.png") 0 0 no-repeat;
}
.g-wrap .g-photo .m-main .m-swiper-wrap .swiper-button-next:hover {
  background: url("../images/next-on.png") 0 0 no-repeat;
}
.g-wrap .g-previous {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.g-wrap .g-previous .m-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 360px;
  margin-top: 40px;
  overflow: hidden;
}
.g-wrap .g-previous .m-main ul {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.g-wrap .g-previous .m-main ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-previous .m-main ul li {
  float: left;
  width: 90px;
  height: 360px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
}
.g-wrap .g-previous .m-main ul li .u-title {
  width: 90px;
  height: 360px;
  cursor: pointer;
  transition: .6s;
  -webkit-transition: .6s;
}
.g-wrap .g-previous .m-main ul li.current {
  width: 900px;
}
.g-wrap .g-previous .m-main ul li:last-child {
  margin-right: 0;
}
.g-wrap .g-previous .m-main ul li:nth-child(1) .u-title {
  background: url("../images/history-2021.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(1) .u-title:hover {
  background: url("../images/history-2021-on.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(1).current .u-title {
  background: url("../images/history-2021-on.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(2) .u-title {
  background: url("../images/history-2022.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(2) .u-title:hover {
  background: url("../images/history-2022-on.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(2).current .u-title {
  background: url("../images/history-2022-on.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(3) .u-title {
  background: url("../images/history-2023.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(3) .u-title:hover {
  background: url("../images/history-2023-on.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(3).current .u-title {
  background: url("../images/history-2023-on.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(4) .u-title {
  background: url("../images/history-2024.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(4) .u-title:hover {
  background: url("../images/history-2024-on.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li:nth-child(4).current .u-title {
  background: url("../images/history-2024-on.png") center center no-repeat;
}
.g-wrap .g-previous .m-main ul li .u-content {
  position: absolute;
  width: 780px;
  height: 360px;
  left: 110px;
  top: 0;
  background: #FFF;
}
.g-wrap .g-previous .m-main ul li .u-content img {
  width: 770px;
  height: 350px;
  margin: 5px 0 0 5px;
}
.g-wrap .g-footer {
  width: 100%;
  height: 280px;
  margin-top: 150px;
  background: url("../images/footer.jpg") center top no-repeat;
}
.g-wrap .g-footer .m-footer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.g-wrap .g-footer .m-footer:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-footer .m-footer div {
  float: left;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.g-wrap .g-footer .m-footer div p {
  font-size: 20px;
  color: #FFF;
  line-height: 38px;
}
.g-wrap .g-footer .m-footer .u-txt {
  height: 70px;
  line-height: 70px;
  margin-top: 90px;
}
.g-wrap .g-footer .m-footer .u-mail {
  font-weight: normal;
  line-height: normal;
  float: left;
  padding-left: 180px;
  margin-top: 88px;
  background: url("../images/icon-mail.png") 90px center no-repeat;
}
.g-wrap .g-footer .m-footer .u-phone {
  font-weight: normal;
  line-height: normal;
  float: right;
  padding-left: 90px;
  margin: 88px 90px 0 0;
  background: url("../images/icon-phone.png") 0 center no-repeat;
}
.g-wrap #f-back {
  width: 117px;
  height: 117px;
  cursor: pointer;
  position: fixed;
  left: 50%;
  margin-left: 630px;
  bottom: 150px;
  z-index: 999;
  display: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
