/* CSS Document */
* {
  box-sizing: border-box;
}

h2.h2tit1 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
}

.c_bg1 {
  padding: 1rem 0;
}
.c_bg1 .c_box1 {
  display: flex;
  align-items: center;
}
.c_bg1 .c_box1 .fl {
  width: 51%;
  position: relative;
}
.c_bg1 .c_box1 .fl img {
  width: 100%;
  border-radius: 0.24rem;
  position: relative;
  z-index: 3;
}
.c_bg1 .c_box1 .fl::before {
  position: absolute;
  width: 1.46rem;
  height: 3.43rem;
  content: "";
  background: url(../images/w/bg_lg.png) center no-repeat;
  background-size: 100%;
  bottom: -1rem;
  right: -1rem;
}
.c_bg1 .c_box1 .fr {
  width: calc(49% - 1rem);
  margin-left: 1rem;
}
.c_bg1 .c_box1 .fr ul {
  margin-top: 0.6rem;
  margin-left: 0.1rem;
}
.c_bg1 .c_box1 .fr ul li {
  margin: 0.15rem 0;
  display: flex;
}
.c_bg1 .c_box1 .fr ul li i {
  display: block;
  width: 0.25rem;
  margin-right: 0.3rem;
}
.c_bg1 .c_box1 .fr ul li i img {
  width: 100%;
}
.c_bg1 .c_box1 .fr ul li span {
  display: flex;
}
.c_bg1 .c_box1 .fr ul li span em {
  font-style: normal;
}

.e_bg1 {
  padding: 1rem 0;
}
.e_bg1 h6.h6tit1 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.e_bg1 .e_box1 {
  display: flex;
  justify-content: space-between;
}
.e_bg1 .e_box1 .fl {
  width: 36%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 0 1.2rem;
}
.e_bg1 .e_box1 .fl ul {
  margin-top: 0.6rem;
  margin-left: 0.1rem;
}
.e_bg1 .e_box1 .fl ul li {
  margin: 0.15rem 0;
  display: flex;
}
.e_bg1 .e_box1 .fl ul li i {
  display: block;
  width: 0.26rem;
  margin-right: 0.2rem;
}
.e_bg1 .e_box1 .fl ul li i img {
  width: 100%;
}
.e_bg1 .e_box1 .fl ul li a {
  margin-top: 0.9rem;
  display: inline-block;
  line-height: 0.6rem;
  padding: 0px 0.4rem;
  background-color: #d7b36a;
  text-transform: uppercase;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #222;
}
.e_bg1 .e_box1 .fl ul li a span {
  display: inline-block;
  padding-right: 0.5rem;
  position: relative;
}
.e_bg1 .e_box1 .fl ul li a span:before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  transform-origin: 0% 0%;
  background: url("../images/t_04.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.e_bg1 .e_box1 .fl ul li a:hover {
  background-color: #c29e55;
}
.e_bg1 .e_box1 .fl ul li a:hover span::before {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.e_bg1 .e_box1 .fr {
  width: 50%;
  position: relative;
}
.e_bg1 .e_box1 .fr img {
  width: 100%;
  border-radius: 0.24rem;
  position: relative;
  z-index: 3;
}
.e_bg1 .e_box1 .fr::before {
  position: absolute;
  width: 2.31rem;
  height: 5.39rem;
  content: "";
  background: url(../images/w/bg_lg1.png) center no-repeat;
  background-size: 100%;
  bottom: 0;
  left: -2rem;
}

.e_bg2 {
  padding: 1rem 0;
  background: #f7f5f2;
}
.e_bg2 ul.eul1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.e_bg2 ul.eul1 li a {
  position: relative;
  display: block;
  border-radius: 0.24rem;
  overflow: hidden;
}
.e_bg2 ul.eul1 li a::before {
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
.e_bg2 ul.eul1 li a img {
  width: 100%;
}
.e_bg2 ul.eul1 li a .txt {
  position: absolute;
  padding: 0.9rem 0.6rem;
  color: #fff;
  z-index: 8;
  width: 100%;
  bottom: 0;
  left: 0;
}
.e_bg2 ul.eul1 li a .txt h4 {
  font-family: ChunkFive-Roman;
  text-transform: uppercase;
}
.e_bg2 ul.eul1 li a .txt ul {
  display: flex;
}
.e_bg2 ul.eul1 li a .txt ul li {
  position: relative;
  padding-left: 0.3rem;
}
.e_bg2 ul.eul1 li a .txt ul li::before {
  width: 0.1rem;
  height: 0.1rem;
  background: url(../images/w/circle1.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.12rem;
  content: "";
}
.e_bg2 ul.eul1 li a .txt ul li:first-child {
  margin-right: 0.6rem;
}
.e_bg2 .more {
  margin: 0.8rem 0 0.2rem;
  text-align: center;
}
.e_bg2 .more a {
  font-weight: bold;
}

.i_bg1 {
  padding: 1rem 0;
}
.i_bg1 .i1_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.i_bg1 .i1_t .p {
  width: 100%;
  overflow: hidden;
}
.i_bg1 .i1_t .p1 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
}
.i_bg1 .i1_t .p2 {
  margin-top: 0.2rem;
  color: #222;
}
.i_bg1 .i1_t .p2 p {
  line-height: 1.75;
}
.i_bg1 ul {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.i_bg1 ul li {
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
}
.i_bg1 ul li i {
  display: block;
}
.i_bg1 ul li i img {
  width: 100%;
}
.i_bg1 ul li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.15rem);
  padding: 0.4rem 0rem;
  width: 100%;
  height: 38%;
  color: #fff;
}
.i_bg1 ul li .txt .c {
  width: 100%;
  overflow: visible;
  position: relative;
  padding: 0px 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.i_bg1 ul li .txt .c::before {
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/w/circle2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.3rem;
  top: 0.1rem;
  content: "";
}

.i_bg2 {
  padding: 1rem 0;
  background: url(../images/w/i_bg1.jpg) center no-repeat;
  background-size: cover;
}
.i_bg2 h2.h2tit1 {
  text-align: center;
}
.i_bg2 ul.iul1 {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}
.i_bg2 ul.iul1 li {
  display: flex;
  padding: 0.4rem 0.5rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.24rem;
  background: #fff;
  position: relative;
}
.i_bg2 ul.iul1 li::before {
  height: 0.26rem;
  position: absolute;
  width: 100%;
  background: #d7b36a;
  left: 0;
  bottom: -0.06rem;
  position: absolute;
  content: "";
  border-radius: 0.24rem;
  opacity: 0;
  transition: all 0.3s linear;
}
.i_bg2 ul.iul1 li::after {
  height: 0.26rem;
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  border-radius: 0.24rem;
}
.i_bg2 ul.iul1 li .fl {
  width: 0.6rem;
}
.i_bg2 ul.iul1 li .fl img {
  width: 100%;
}
.i_bg2 ul.iul1 li .fr {
  width: calc(100% - 1rem);
}
.i_bg2 ul.iul1 li .fr h4 {
  font-family: ChunkFive-Roman;
}
.i_bg2 ul.iul1 li .fr p {
  margin-top: 0.2rem;
}
.i_bg2 ul.iul1 li:hover::before {
  opacity: 1;
}
.i_bg2 ul.iul1 li:hover::after {
  opacity: 1;
}

.n_bg1 {
  padding: 1rem 0;
}
.n_bg1 .n_box1 {
  width: 100%;
  background: #f7f5f2;
  border-radius: 0.24rem;
  padding: 0.3rem;
  position: relative;
}
.n_bg1 .n_box1 .news_sw1 {
  width: 100%;
  overflow: hidden;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fl {
  width: 47%;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fl span.date1 {
  position: relative;
  padding-left: 0.3rem;
  text-transform: uppercase;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fl span.date1::before {
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/w/circle2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.14rem;
  content: "";
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fl a.title1 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
  margin-top: 0.6rem;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fl p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 0.45rem;
  word-break: break-all;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fl a.more1 {
  display: inline-block;
  margin-top: 0.6rem;
  width: auto;
  line-height: 0.6rem;
  padding: 0px 0.4rem;
  background-color: #d7b36a;
  text-transform: uppercase;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #222;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fl a.more1 span {
  display: inline-block;
  padding-right: 0.5rem;
  position: relative;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fl a.more1 span:before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  transform-origin: 0% 0%;
  background: url("../images/t_04.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fl a.more1:hover {
  background-color: #c29e55;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fl a.more1:hover span::before {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fr {
  width: 47%;
  position: relative;
}
.n_bg1 .n_box1 .news_sw1 .swiper-slide .fr img {
  width: 100%;
  border-radius: 0.24rem;
  position: relative;
  z-index: 3;
}
.n_bg1 .n_box1::before {
  position: absolute;
  width: 1.46rem;
  height: 3.43rem;
  content: "";
  background: url(../images/w/bg_lg.png) center no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 46.6%;
}
.n_bg1 .n_pa1 {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.n_bg1 .n_pa1 span.swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: solid #c29e55 1px;
  background: #fff;
  opacity: 1;
}
.n_bg1 .n_pa1 span.swiper-pagination-bullet-active {
  background: #c29e55;
  border: solid #c29e55 1px;
  width: 0.12rem;
  height: 0.12rem;
}

.n_bg2 {
  padding: 0.8rem 0;
  background: url(../images/w/n_bg1.jpg) center no-repeat;
  background-size: cover;
}
.n_bg2 h2.h2tit1 {
  text-align: center;
}
.n_bg2 ul.iul1 {
  /* margin-top: .5rem; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.n_bg2 ul.iul1 li {
  display: flex;
  padding: 0.6rem;
  flex-direction: column;
  border-radius: 0.24rem;
  background: #fff;
  position: relative;
}
.n_bg2 ul.iul1 li span.date1 {
  position: relative;
  padding-left: 0.3rem;
  text-transform: uppercase;
}
.n_bg2 ul.iul1 li span.date1::before {
  width: 0.12rem;
  height: 0.12rem;
  background: #d7b36a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.14rem;
  content: "";
}
.n_bg2 ul.iul1 li a.title1 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
  margin-top: 0.3rem;
}
.n_bg2 ul.iul1 li p {
  margin-top: 0.5rem;
  text-align: justify;
  hyphens: auto;
}
.n_bg2 ul.iul1 li:hover {
  background: url(../images/w/n_bg2.jpg) center no-repeat;
  background-size: cover;
}
.n_bg2 ul.iul1 li:hover a {
  color: #fff;
}
.n_bg2 ul.iul1 li:hover span.date1 {
  color: #fff;
}
.n_bg2 ul.iul1 li:hover span.date1::before {
  background: #fff;
}
.n_bg2 ul.iul1 li:hover p {
  color: #fff;
}

.n_bg3 {
  padding: 1rem 0;
}
.n_bg3 .ncontent h1 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
  text-align: center;
}
.n_bg3 .ncontent .subcon {
  text-align: center;
  margin-top: 0.5rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: solid #e3e3e3 1px;
}
.n_bg3 .ncontent .content p {
  text-align: justify;
  hyphens: auto;
  margin-top: 0.5rem;
}
.n_bg3 .ncontent .content p img {
  margin: 0 auto;
  border-radius: 0.24rem;
  max-width: 100%;
}
.n_bg3 .ncontent .content p.pimg {
  text-align: center;
}
.n_bg3 .n_pn1 {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 0.24rem 0.34rem;
  align-items: center;
  width: 100%;
  margin-top: 0.7rem;
}
.n_bg3 .n_pn1 a {
  display: flex;
  align-items: center;
}
.n_bg3 .n_pn1 a.prev1 img {
  margin-right: 0.1rem;
  width: 0.08rem;
}
.n_bg3 .n_pn1 a.next1 img {
  margin-left: 0.1rem;
  width: 0.08rem;
}
.n_bg3 .n_pn1 a.center1 img {
  width: 0.3rem;
}

.p_bg1 {
  padding: 1rem 0;
}
.p_bg1 .p1_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.p_bg1 .p1_t .p {
  width: 100%;
  overflow: hidden;
}
.p_bg1 .p1_t .p1 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
}
.p_bg1 .p1_t .p2 {
  margin-top: 0.2rem;
  color: #222;
}
.p_bg1 .p1_t .p2 p {
  line-height: 1.75;
}
.p_bg1 .p_box1 dl {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.p_bg1 .p_box1 dl dt {
  width: 50.5%;
}
.p_bg1 .p_box1 dl dt img {
  width: 100%;
  border-radius: 0.24rem;
}
.p_bg1 .p_box1 dl dd {
  width: 46%;
  display: flex;
  flex-direction: column;
}
.p_bg1 .p_box1 dl dd i {
  display: block;
  width: 0.6rem;
  margin-top: 0.66rem;
}
.p_bg1 .p_box1 dl dd i img {
  width: 100%;
}
.p_bg1 .p_box1 dl dd h4 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
  margin-top: 0.4rem;
}
.p_bg1 .p_box1 dl dd p {
  margin-top: 0.4rem;
  text-align: justify;
  hyphens: auto;
}
.p_bg1 .p_box1 dl dd ul {
  margin-top: 0.45rem;
}
.p_bg1 .p_box1 dl dd ul li {
  margin-top: 0.15rem;
  position: relative;
  padding-left: 0.3rem;
  font-weight: bold;
}
.p_bg1 .p_box1 dl dd ul li::before {
  width: 0.1rem;
  height: 0.1rem;
  background: url(../images/w/circle2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "";
}
.p_bg1 .p_box1 dl:nth-child(2n) dt {
  order: 1;
}

.pagesfr a {
  float: left;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border-radius: 50%;
  color: #666;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.pagesfr span {
  float: left;
  margin: 0px 0.07rem;
  color: #666;
  line-height: 0.6rem;
}

.pagesfr span i {
  padding: 0 0.1rem;
}

.pagesfr span i input {
  background: #fff;
  border: solid #ddd 1px;
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 50%;
}

.pagesfr a.a1 {
  background: #fff;
}
.pagesfr a.a1 img {
  width: 0.12rem;
}
.pagesfr a.a1 img:nth-child(2) {
  display: none;
}

.pagesfr a.a2 {
  background: #fff;
}
.pagesfr a.a2 img {
  width: 0.12rem;
}
.pagesfr a.a2 img:nth-child(2) {
  display: none;
}

.pagesfr {
  display: flex;
  justify-content: center;
  padding: 0.8rem 0 0.4rem;
  z-index: 999;
  position: relative;
}

.pagesfr a.on {
  color: #fff;
  background: #d7b36a;
  border-radius: 50%;
}

.pagesfr a.a1 {
  position: relative;
  margin-right: 0.3rem;
}

.pagesfr a.a1:hover {
  background: #d7b36a;
}
.pagesfr a.a1:hover img:nth-child(1) {
  display: none;
}
.pagesfr a.a1:hover img:nth-child(2) {
  display: block;
}

.pagesfr a.a2:hover {
  background: #d7b36a;
}
.pagesfr a.a2:hover img:nth-child(1) {
  display: none;
}
.pagesfr a.a2:hover img:nth-child(2) {
  display: block;
}

.pagesfr a.a2 {
  position: relative;
  margin: 0 0.3rem;
}

.pagesfr a:hover {
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .c_bg1 .c_box1 {
    flex-wrap: wrap;
  }
  .c_bg1 .c_box1 .fl {
    width: 100%;
  }
  .c_bg1 .c_box1 .fr {
    width: 100%;
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .c_bg1 .c_box1 .fr ul {
    margin-top: 0.1rem;
  }
  .c_bg1 .c_box1 .fr ul li i {
    width: 0.3rem;
  }
  .e_bg1 .e_box1 {
    flex-wrap: wrap;
  }
  .e_bg1 .e_box1 .fl {
    width: 100%;
    padding: 0.3rem 0 0.5rem;
  }
  .e_bg1 .e_box1 .fl ul {
    margin-top: 0.3rem;
  }
  .e_bg1 .e_box1 .fl ul li a {
    margin-top: 0.3rem;
  }
  .e_bg1 .e_box1 .fr {
    width: 100%;
  }
  .e_bg2 ul.eul1 {
    grid-template-columns: 100%;
  }
  .e_bg2 ul.eul1 li a .txt {
    padding: 0.4rem;
  }
  .e_bg2 ul.eul1 li a .txt ul {
    flex-wrap: wrap;
  }
  .i_bg1 ul {
    grid-template-columns: 100%;
  }
  .i_bg1 ul li .txt {
    height: auto;
  }
  .i_bg2 ul.iul1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .n_bg1 .n_box1 .news_sw1 .swiper-slide {
    flex-wrap: wrap;
  }
  .n_bg1 .n_box1 .news_sw1 .swiper-slide .fl {
    width: 100%;
    padding: 0;
  }
  .n_bg1 .n_box1 .news_sw1 .swiper-slide .fl a.title1 {
    margin-top: 0.3rem;
  }
  .n_bg1 .n_box1 .news_sw1 .swiper-slide .fl p {
    margin-top: 0.3rem;
  }
  .n_bg1 .n_box1 .news_sw1 .swiper-slide .fl a.more1 {
    margin-top: 0.3rem;
  }
  .n_bg1 .n_box1 .news_sw1 .swiper-slide .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .n_bg2 ul.iul1 {
    grid-template-columns: 100%;
  }
  .n_bg2 ul.iul1 li {
    padding: 0.3rem;
  }
  .n_bg2 ul.iul1 li p {
    margin-top: 0.3rem;
  }
  .p_bg1 .p_box1 dl {
    flex-wrap: wrap;
  }
  .p_bg1 .p_box1 dl dt {
    width: 100%;
  }
  .p_bg1 .p_box1 dl dd {
    width: 100%;
  }
  .p_bg1 .p_box1 dl dd i {
    margin-top: 0.5rem;
  }
  .p_bg1 .p_box1 dl dd ul {
    margin-top: 0.25rem;
  }
  .p_bg1 .p_box1 dl:nth-child(2n) dt {
    order: 0;
  }
}