.more {
  width: 4.075rem;
  height: 1.25rem;
  border-radius: 1.5rem;
  background: #cc1232;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s;
}

.more svg {
  width: 0.5rem;
  margin-left: 0.225rem;
  transition: all 0.5s;
}

.more:hover {
  color: #fff;
}

.more:hover svg {
  margin-left: 0.4rem;
}

.sub_banner {
  height: 20.5rem;
  width: 100%;
  position: relative;
}

.sub_banner .pc-block{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub_banner .txt {
  position: absolute;
  left: 1.5rem;
  bottom: 7.5rem;
}

.sub_banner .txt .tit-72{
  font-weight: 450;
}

.sub_banner .sub_nav {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.2rem;
  flex-shrink: 0;
  background: rgba(26, 15, 8, 0.2);
  backdrop-filter: blur(25px);
}

.sub_banner .sub_nav a {
  height: 100%;
  margin: 0 3.125rem;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.6s;
  flex-shrink: 0;
}

.sub_banner .sub_nav a::after {
  position: absolute;
  left: 50%;
  top: calc(100% - 0.1rem);
  width: 0%;
  height: 0.1rem;
  content: "";
  border-radius: 5px;
  background: #b6925b;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
}

.sub_banner .sub_nav a:hover,
.sub_banner .sub_nav a.cur {
  color: #b6925b;
}

.sub_banner .sub_nav a:hover::after,
.sub_banner .sub_nav a.cur::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.news_box {
  background-color: #2c1b14;
  overflow: hidden;
}

.swiper_news {
  width: 100%;
  overflow: hidden;
  margin: 2.45rem 0 2.1rem;
}

.swiper_news .swiper-slide {
  background-color: #fff;
  height: 11rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.swiper_news .swiper-slide .img {
  width: 17.95rem;
  height: 100%;
  overflow: hidden;
}

.swiper_news .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.swiper_news .swiper-slide .img_txt {
  width: calc(100% - 17.95rem);
  height: 100%;
  padding: 1.5rem 1.625rem 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper_news .swiper-slide .img_txt .time {
  color: #b6925b;
  margin-bottom: 0.5rem;
}

.swiper_news .swiper-slide .img_txt .t2 {
  color: #1a0f08;
  margin-bottom: .9rem;
  transition: all 0.6s;
}

.swiper_news .swiper-slide .img_txt .t3 {
  color: #999;
}

.swiper_news .swiper-slide:hover img {
  transform: scale(1.05);
}

.swiper_news .swiper-slide:hover .img_txt .t2 {
  color: #b6925b;
}

.swiper_news .swiper-pagination {
  bottom: 0;
  line-height: 1;
  margin-top: 1.25rem;
}

.swiper_news .swiper-pagination span {
  margin: 0 0.1875rem !important;
  background-color: #fff;
  opacity: 1;
  width: 0.375rem;
  height: 0.375rem;
}

.swiper_news .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #b6925b;
}

.news_card {
  width: 100%;
  background-color: #1a0f08;
  padding: 1.85rem 0 5.5rem;
}

.news_box.video .news_card {
  padding-top: 3rem;
}

.news_card .news_li .news_txt {
  padding-top: 0.6rem;
}

.news_card .news_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.news_card .news_li {
  margin-right: 1rem;
  width: calc((100% - 2rem) / 3);
  margin-bottom: 2.5rem;
}

.news_card .news_li:nth-child(3n) {
  margin-right: 0;
}

.news_card .news_li .img {
  width: 100%;
  /* height: 8.75rem; */
  height: 6.75rem;
  overflow: hidden;
}

.news_card .news_li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.news_card .news_li .time {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}

.news_card .news_li .tit-20 {
  transition: all 0.6s;
}

.news_card .news_li:hover img {
  transform: scale(1.05);
}

.news_card .news_li:hover .tit-20 {
  color: #b6925b;
}

.news_card .card_year {
  position: relative;
  width: 4.5rem;
  z-index: 2;
  margin-bottom: 0.95rem;
}

.news_card .card_year .select_show {
  width: 4.5rem;
  height: 1.3rem;
  background: #cc1232;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.6rem;
  z-index: 1;
  position: relative;
}

.news_card .select_hide {
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 100%;
  max-height: 5rem;
  overflow-y: auto;
  background: #fff;
  z-index: 0;
  padding: 0.5rem 0.6rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.news_card .select_hide a {
  color: #1a0f08;
  display: block;
  width: 100%;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  margin-bottom: 0.25rem;
  font-size: 0.45rem;
}

.news_card .select_hide a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.news_card .card_year.cur .select_hide {
  opacity: 1;
  visibility: visible;
}

 .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

 .page {
  margin-top: 0;
  padding-top: 0;
  margin: 0 0.55rem;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}
 .page .pagination{
    width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
 }

 .page a {
  color: #b6925b;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(182, 146, 91, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.275rem;
  background-color: transparent;
  transition: all 0.6s;
}

.page a[rel="next"], .page a[rel="prev"] {
  width: 2.2rem;
  height: 0.9rem;
  border-radius: 2rem;
  background: #b6925b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  color: #fff;
}

 .page a.active {
  color: #fff;
  background-color: #cc1232;
}

 .page_box a:hover {
  background-color: #cc1232;
  color: #fff;
  border-color: transparent;
}

.news_box.video .news_card .news_li {
  width: calc((100% - 1.1rem) / 2);
}

.news_box.video .news_card .news_li:nth-child(3n) {
  margin-right: 1.1rem;
}

.news_box.video .news_card .news_li:nth-child(2n) {
  margin-right: 0;
}

.news_box.video .news_card .news_li .img {
  height: 13rem;
}

.news_box.video .news_card .news_li .news_txt {
  padding-top: 1rem;
}

.news_box.video .news_card .news_li .img img {
  position: relative;
  z-index: 0;
}

.news_box.video .news_card .news_li .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  opacity: 0.8;
  z-index: 1;
  cursor: pointer;
}

.news_info {
  background-color: #f9f9f9;
}

.news_info .w1480 {
  padding-top: 0.65rem;
  padding-bottom: 1.95rem;
}

.news_info .info_top {
  display: flex;
  align-items: center;
  margin-bottom: 1.75rem;
}

.news_info .info_top a {
  display: flex;
  align-items: center;
  color: #6b615e;
}

.news_info .info_top span {
  color: #6b615e;
  margin: 0 0.275rem;
}

.news_info .info_top a svg {
  margin-right: 0.175rem;
}

.news_info .info_top a:hover {
  color: #cc1232;
}

.news_info .info_top div {
  color: #6b615e;
}

.news_info .news_info_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.news_info .lft {
  width: 24.25rem;
  position: relative;
}

.news_info .lft .line {
  width: 972px;
  height: 1px;
  flex-shrink: 0;
  opacity: 0.2;
  background: #b6925b;
  margin: 0.9rem 0 0.975rem;
}

.news_info .lft .lft_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.news_info .lft .lft_info .time {
  color: #6b615e;
  font-family: MiSans;
  font-weight: 380;
}

.news_info .lft .lft_info .label {
  color: rgba(107, 97, 94, 0.5);
  font-weight: 380;
  font-family: MiSans;
}

.news_info .info_content {
  color: rgba(107, 97, 94, 0.7);
  font-weight: 380;
}

.news_info .rht {
  flex: 1;
  padding-left: 1.1rem;
  padding-top: 0.25rem;
}

.news_info .rht .line {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  opacity: 0.2;
  background: #b0b0b0;
}

.news_info .rht .cir {
  width: 6px;
  height: 6px;
  background-color: #cc1232;
  border-radius: 50%;
  margin-right: 0.325rem;
}

.news_info .rht .rht_title {
  display: flex;
  align-items: center;
  padding: 1.1rem 1.2rem;
}

.news_info .stick_box {
  /* position: sticky;
    left: 0;
    top: 2.5rem; */
}

.news_info .stick_box .stick_box_list {
  padding-top: 0.625rem;
}

.news_info .stick_box .item {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(176, 176, 176, 0.2);
  padding-top: 0.75rem;
  display: block;
}

.news_info .stick_box .item .time {
  margin-bottom: 0.5rem;
  line-height: 1;
  color: rgba(176, 176, 176, 1);
}

.news_info .stick_box .item .tit {
  margin-bottom: 0.45rem;
  transition: all 0.6s;
  color: rgba(37, 37, 37, 1);
}

.news_info .stick_box .item .img {
  height: 7rem;
  width: 100%;
  overflow: hidden;
}

.news_info .stick_box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.news_info .stick_box .item:hover .img img {
  transform: scale(1.05);
}

.news_info .stick_box .item:hover .tit {
  color: #cc1232;
}

.service_list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.service_list .service_list_box {
  height: 25rem;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(26, 15, 8, 0) 64.5%,
    rgba(182, 146, 91, 0.5) 100%
  );
  backdrop-filter: blur(10px);
}

.service_list .service_list_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 15, 8, 0) 64.5%,
    rgba(182, 146, 91, 0.5) 100%
  );
}

.service_list .service_list_box .swiper_img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.service_list .service_list_box .swiper_img .swiper-slide {
  width: 100%;
  height: 100%;
}

.service_list .service_list_box .swiper_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_list .service_list_box .w1480 {
  /* width: ; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  padding-top: 3.875rem;
  padding-bottom: 2.25rem;
  position: relative;
  z-index: 1;
  height: 100%;
}

.service_list .service_list_box .content_s {
  max-width: 70%;
  margin: 0 auto;
}

.service_list .service_list_box .content_s .tit-52 {
  margin-bottom: 1rem;
}

.service_list .service_list_box .content_s .tit-17 {
  line-height: 1.5;
  opacity: 0.7;
}

.service_list .service_list_box .content_ {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 0.875rem;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
}

.service_list .service_list_box .content_ .swiper_lis {
    width: 100%;
  position: relative;
  padding: 0 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service_list .service_list_box .content_ .tit-17 {
  margin-bottom: 0.325rem;
}

.service_list .service_list_box .content_ img {
  width: .5rem;
  height: auto;
  margin-bottom: 0.8rem;
}

.service_list .service_list_box .content_ .swiper_lis:nth-child(1) img {
  width: 0.45rem;
}

.service_list .service_list_box:nth-child(1) .content_ img{
  width: .55rem;
}

.content_b {
  width: 100%;
}

.content_b .content_line {
  position: absolute;
  width: 11.6rem;
  height: 0.05rem;
  background: #cc1232;
  left: 0;
  top: 0;
  transform: translateX(0);
  transition: all 0.6s;
}
