@charset "UTF-8";
/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl, .jq-box-det .pics .video, .jq-box-det .pics-list a, .jq-bd .inbt-1, .jq-bd-list, .jq-bd-list li, .hdjs-pics .pic, .hd-list-1, .hd-yx .pics .video, .hd-yx .pics-list a {
  float: left;
}

.fr, .jq-box-det .pics-list, .hd-yx .pics-list {
  float: right;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/* 多出部分用省略号表示 , 用于一行 */
.wes, .hd-list2-item p, .hd-yx .pics-list a p span {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* flex布局 */
.df-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, .df-sb::after {
  content: normal;
}
.df-sb > * {
  float: left;
}

/* ie11-失效原因 */
.df-sa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.df-sa::before, .df-sa::after {
  content: normal;
}
.df-sa > * {
  float: left;
}

/* 垂直居中 */
.df-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-c {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.ts-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ts-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ts-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.clear::after, .clear::before {
  position: relative;
  height: 0;
  content: "";
  display: block;
  clear: both;
}

/* 阴影效果 */
/* 滚动条滑块 */
.obj2cov, .jq-box-det .pics .video video, .hd-mp .pic img, .hd-yx .pics .video video, .img2scl img, .jq-box-det .pics-list a img, .hdjs-pics .pic img, .hd-yx .pics-list a img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

[hidden],
.hidden {
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.bodyhid {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.bodyhid2 {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.img2scl, .jq-box-det .pics-list a, .hdjs-pics .pic, .hd-yx .pics-list a {
  overflow: hidden;
}
.img2scl img, .jq-box-det .pics-list a img, .hdjs-pics .pic img, .hd-yx .pics-list a img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.img2scl:hover img, .jq-box-det .pics-list a:hover img, .hdjs-pics .pic:hover img, .hd-yx .pics-list a:hover img {
  transform: scale(1.2);
}

@font-face {
  font-family: "anju-jq";
  src: url(../font/缘缘体行书6763字.TTF);
}
@font-face {
  font-family: "anju-hd";
  src: url(../font/王羲之书法字体.TTF);
}
a {
  cursor: pointer !important;
}

.ajgc {
  background: url(../image/2024-bg1.png) no-repeat bottom center;
}
.ajgc.hd {
  background-image: url(../image/in-1-bg-bot.png);
  background-position: center center;
  background-attachment: fixed;
}
.ajgc.hd .aj-1 {
  padding-top: 869px;
  background: url(../image/2024-top2.png) no-repeat top center;
}
.ajgc.hd .aj-2 {
  background: transparent;
}

.year {
  padding-left: 8.56%;
  padding-right: 8.56%;
  position: relative;
  margin-top: 47px;
}
.year::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #c3a9aa;
}
.year .swiper-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.year .swiper-slide {
  text-align: center;
  height: 48px;
  line-height: 48px;
  background: url(../image/2024-slide-bg1.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 18px;
  color: #888888;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.year .swiper-slide.on {
  background-image: url(../image/2024-slide-bg2.png);
  color: #fff;
}
.year .swiper-button-prev, .year .swiper-button-next {
  margin: auto;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
}
.year .swiper-button-prev {
  background: url(../image/2024-left1.png) no-repeat center;
  left: 0;
}
.year .swiper-button-next {
  background: url(../image/2024-right1.png) no-repeat center;
  right: 0;
}

.jq-wrap {
  margin-top: 45px;
  padding-bottom: 70px;
}
.jq-wrap-item {
  display: none;
}
.jq-wrap-item.on {
  animation: fadeInLeft 0.5s ease-in-out;
  display: block;
}
.jq-box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding-top: 37px;
  padding-right: 31px;
}
.jq-box:last-child {
  margin-top: 52px;
}
.jq-box-name {
  left: -57px;
  position: absolute;
  background: url(../image/2024-title-bg1.png) no-repeat center;
  width: 94px;
  height: 465px;
  writing-mode: vertical-lr;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  z-index: 4;
}
.jq-box-name span {
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  letter-spacing: 2px;
  transform: translate(-50%, -50%);
  margin: auto;
}
.jq-box-det .pics {
  padding-left: 64px;
  overflow: hidden;
}
.jq-box-det .pics .video {
  width: calc(50% - 4px);
  height: 408px;
}
.jq-box-det .pics-list {
  width: calc(50% - 4px);
}
.jq-box-det .pics-list a {
  display: block;
  height: 200px;
}
.jq-box-det .pics-list a:nth-child(1), .jq-box-det .pics-list a:nth-child(2) {
  margin-bottom: 8px;
}
.jq-box-det .pics-list a:nth-child(1), .jq-box-det .pics-list a:nth-child(4) {
  width: 41.1%;
}
.jq-box-det .pics-list a:nth-child(2), .jq-box-det .pics-list a:nth-child(3) {
  width: calc(58.9% - 8px);
}
.jq-box-det .pics-list a:nth-child(odd) {
  margin-right: 8px;
}
.jq-box-det .pics-list a:nth-child(odd) {
  margin-right: 8px;
}
.jq-bd {
  margin-top: 38px;
  padding-left: 42px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.jq-bd .inbt-1 {
  width: 270px;
  height: 109px;
  background-position-y: top;
}
.jq-bd .inbt-1 span {
  margin-top: 57px;
  font-family: "anju-jq";
}
.jq-bd-list {
  width: calc(100% - 388px);
  overflow: hidden;
  padding-left: 23px;
}
.jq-bd-list li {
  min-width: 33.33%;
  width: auto;
  position: relative;
  line-height: 30px;
  font-size: 18px;
  padding-left: 22px;
  margin: 6px auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.jq-bd-list li a {
  color: #62090d;
}
.jq-bd-list li:hover a {
  font-weight: bold;
  text-decoration: underline;
}
.jq-bd-list li::before {
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #833743;
}
.jq-bd .more {
  cursor: pointer !important;
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 118px;
  height: 40px;
  background: url(../image/inbt-more.png) center center;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
  transition: all 0.3s;
}
.jq-bd .more:hover {
  background-image: url(../image/inbt-more2.png);
}

.hd .inbt-1 {
  height: 109px;
  background-position-y: top;
}
.hd .inbt-1 span {
  margin-top: 57px;
  font-family: "anju-jq";
}
.hd .inbt-1.f1 span {
  font-family: "anju-hd";
}
.hdjs-det {
  margin-top: 31px;
  font-size: 18px;
  line-height: 40px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.hdjs-pics {
  margin-top: 33px;
  overflow: hidden;
}
.hdjs-pics .pic {
  display: block;
  width: 23.484%;
  margin-right: 2.0213%;
  height: 216px;
}
.hdjs-pics .pic:last-child {
  margin-right: 0;
}
.hd-list {
  margin-top: 39px;
  padding-top: 79px;
  padding-bottom: 113px;
}
.hd-list-1 {
  width: 50%;
}
.hd-list-1:nth-child(1) {
  padding-right: 39px;
  position: relative;
}
.hd-list-1:nth-child(1)::after {
  width: 968px;
  height: 798px;
  right: 0;
  top: -79px;
  background: url(../image/2024-l-bg.png) no-repeat right top;
}
.hd-list-1:nth-child(2) {
  position: relative;
}
.hd-list-1:nth-child(2)::after {
  width: 968px;
  height: 798px;
  left: 0;
  top: -79px;
  background: url(../image/2024-r-bg.png) no-repeat left top;
}
.hd-list-1 .inbt-1,
.hd-list-1 .hd-list2,
.hd-list-1 .hd-list1 {
  position: relative;
  z-index: 2;
}
.hd-list .more {
  display: block;
  cursor: pointer !important;
  position: relative;
  z-index: 2;
  margin-left: 39px;
  margin-top: 45px;
  width: 118px;
  height: 40px;
  background: url(../image/inbt-more.png) center center;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
  transition: all 0.3s;
}
.hd-list .more:hover {
  background-image: url(../image/inbt-more2.png);
}
.hd-list1 {
  margin-top: 30px;
  max-height: 460px;
  overflow-y: auto;
}
.hd-list1 ul {
  position: relative;
}
.hd-list1 ul::after {
  left: 8px;
  top: 8px;
  width: 1px;
  height: 100%;
  background-color: rgba(87, 16, 19, 0.3);
}
.hd-list1 ul li {
  font-size: 18px;
  line-height: 30px;
  margin: 28px auto;
}
.hd-list1 ul li:first-child {
  margin-top: 0;
}
.hd-list1 ul li a {
  position: relative;
  color: #333333;
  padding-left: 30px;
  background: url(../image/2024-icon-list.png) no-repeat left center;
  cursor: pointer !important;
}
.hd-list1 ul li a:hover {
  text-decoration: underline;
  font-weight: 600;
  color: #62090d;
}
.hd-list2 {
  margin-top: 50px;
  padding-left: 39px;
}
.hd-list2-item {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(206, 206, 206);
  background-color: rgb(243, 243, 243);
  padding-top: 6px;
  padding-bottom: 11px;
  margin-bottom: 29px;
  padding-right: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hd-list2-item:last-child {
  margin-bottom: 0;
}
.hd-list2-item p {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hd-list2-item p::before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 12px;
  background-color: #5f1215;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hd-list2-item span {
  display: block;
  padding-left: 16px;
  font-size: 15px;
  color: #888888;
  margin-top: 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hd-list2-item:hover {
  background-color: #5f1215;
}
.hd-list2-item:hover p,
.hd-list2-item:hover span {
  color: #fff;
}
.hd-list2-item:hover p {
  font-weight: bold;
}
.hd-list2-item:hover p::before {
  background-color: #fff;
}
.hd-mp {
  margin-top: 32px;
  outline: 1px solid #5f1215;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  height: 140px;
}
.hd-mp .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.hd-mp a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 394px;
  height: 62px;
  line-height: 62px;
  background: url(../image/2024-icon1.png), url(../image/2024-title-bg3.png);
  background-position: 133px center, center;
  background-repeat: no-repeat, no-repeat;
  padding-left: 170px;
  color: #fff;
  font-size: 24px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hd-mp a:hover {
  transform: translateY(-10px);
}
.hd-yx {
  margin-top: 44px;
  margin-bottom: 60px;
}
.hd-yx .pics {
  margin-top: 43px;
  overflow: hidden;
}
.hd-yx .pics .video {
  width: calc(50% - 10px);
  height: 420px;
}
.hd-yx .pics-list {
  width: calc(50% - 10px);
}
.hd-yx .pics-list a {
  width: calc(50% - 10px);
  display: block;
  height: 200px;
  position: relative;
}
.hd-yx .pics-list a:nth-child(odd) {
  margin-right: 20px;
}
.hd-yx .pics-list a:nth-child(1), .hd-yx .pics-list a:nth-child(2) {
  margin-bottom: 20px;
}
.hd-yx .pics-list a p {
  z-index: 2;
  position: absolute;
  background: url(../image/2024-title-bg4.png) no-repeat top center;
  height: 50px;
  line-height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  padding-left: 13px;
  padding-right: 10px;
}
.hd-yx .pics-list a p span {
  display: block;
  max-width: 100%;
  background: url(../image/2024-icon2.png) no-repeat left center;
  padding-left: 28px;
}

@media (max-width: 1350px) {
  .jq-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jq-box-name {
    position: relative;
    max-width: 465px;
    width: 80%;
    height: 94px;
    left: 0;
    margin: auto;
    background-image: url(../image/2024-title-bg2.png);
    writing-mode: inherit;
    margin-bottom: 30px;
  }
  .jq-box-det .pics {
    padding-left: 0;
  }
  .jq-bd {
    padding-left: 0;
  }
  .jq-bd .inbt-1 {
    float: none;
    width: 100%;
  }
  .jq-bd-list {
    width: 100%;
    margin-top: 20px;
  }
  .jq-bd .more {
    top: 20px;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .ajgc.hd .aj-1 {
    padding-top: 50vw;
    background-size: 100%;
  }
  .ajgc.hd .aj-2 {
    padding-top: 0;
  }
  .year {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 4vw;
  }
  .jq-wrap {
    margin-top: 5vw;
    padding-bottom: 7vw;
  }
  .jq-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3vw;
  }
  .jq-box-name {
    height: 80px;
    background-size: 100% 100%;
    font-size: 18px;
    margin-bottom: 3vw;
    width: 90%;
  }
  .jq-box-name span {
    letter-spacing: normal;
  }
  .jq-box-det .pics .video {
    width: 100%;
    float: none;
    height: 67vw;
  }
  .jq-box-det .pics-list {
    width: 100%;
    margin-top: 10px;
  }
  .jq-box-det .pics-list a {
    height: 31vw;
  }
  .jq-bd {
    padding-bottom: 40px;
  }
  .jq-bd-list {
    padding-left: 0;
  }
  .jq-bd-list li {
    min-width: 48%;
    margin-right: 1%;
    font-size: 16px;
    line-height: 24px;
  }
  .jq-bd .more {
    top: auto;
    bottom: 10px;
  }
  .hdjs-det {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .hdjs-pics .pic {
    width: 48%;
    margin-right: 2%;
    height: 30vw;
  }
  .hdjs-pics .pic:nth-child(even) {
    margin-right: 0;
  }
  .hdjs-pics .pic:nth-child(1), .hdjs-pics .pic:nth-child(2) {
    margin-bottom: 2vw;
  }
  .hd-list {
    padding-top: 7vw;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .hd-list-1 {
    width: 100%;
    float: none;
  }
  .hd-list-1:nth-child(1) {
    padding-right: 0;
  }
  .hd-list-1:nth-child(1) .hd-list1 {
    max-height: 200px;
    margin-top: 3vw;
  }
  .hd-list-1:nth-child(1)::after {
    right: -10px;
    background-size: cover;
    background-position: left center;
  }
  .hd-list-1:nth-child(2) {
    padding-top: 3vw;
  }
  .hd-list-1:nth-child(2)::after {
    top: 0;
    background-size: cover;
    background-position: left center;
    left: -10px;
  }
  .hd-list .more {
    margin-left: 0;
    margin-top: 5vw;
  }
  .hd-list1 ul li {
    font-size: 16px;
    margin: 6px 0;
  }
  .hd-list2 {
    padding-left: 0;
    margin-top: 3vw;
  }
  .hd-list2-item {
    margin-bottom: 3vw;
  }
  .hd-list2-item p {
    font-size: 16px;
  }
  .hd-mp {
    margin-top: 3vw;
  }
  .hd-mp a {
    max-width: 100%;
    font-size: 20px;
  }
  .hd-yx {
    margin-top: 4vw;
  }
  .hd-yx .pics .video, .hd-yx .pics-list {
    width: 100%;
    float: none;
  }
  .hd-yx .pics .video {
    height: 61vw;
  }
  .hd-yx .pics-list {
    margin-top: 10px;
  }
  .hd-yx .pics-list a {
    width: calc(50% - 5px);
  }
  .hd-yx .pics-list a:nth-child(odd) {
    margin-right: 10px;
  }
  .hd-yx .pics-list a:nth-child(1), .hd-yx .pics-list a:nth-child(2) {
    margin-bottom: 10px;
  }
  .hd-yx .pics-list a span {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .jq-box-name {
    width: 100%;
    font-size: 16px;
    height: 60px;
  }
  .hd-mp a {
    background-position: 35% center, center center;
    padding-left: 42%;
  }
}/*# sourceMappingURL=2024add.css.map */