@charset "UTF-8";
@font-face {
  font-family: "PingFangSC";
  src: url("../fonts/PingFangSC.ttf");
  font-weight: normal;
  font-style: normal;
}
body,
input,
select,
textarea {
  font-family: "PingFangSC", "Microsoft YaHei", Arial, sans-serif;
}

html,
body {
  font-size: 16px;
}

ul li {
  list-style: none;
}

ul,
li {
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.h_span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  position: relative;
}

.h4,
h4 {
  font-size: 1rem;
}

.h_span:hover {
  background-size: 100% 2px;
}

html,
body {
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

.container {
  width: 99rem;
  margin: 0 auto;
}

.v_news_content .vsbcontent_img {
  text-align: center;
}
.v_news_content .vsbcontent_img img {
  max-width: 100%;
}

.dispaly_none {
  display: none;
}

/* 更多模块按钮 */
.more_box .more_border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border: 0.25rem solid #898989;
  width: 8.75rem;
  height: 3.375rem;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.more_box .more_border span {
  font-size: 1.5rem;
  color: #dab96b;
  margin-right: 0.75rem;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.more_box .more_border i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.more_box .more_border i::before {
  content: "";
  width: 2.125rem;
  height: 0.25rem;
  background: #898989;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.more_box .more_border i::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #898989;
  border-radius: 1rem;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.more_box .more_border:hover {
  border: 0.25rem solid #000;
  background: #000;
}
.more_box .more_border:hover span {
  color: #dab96b;
}
.more_box .more_border:hover i::before, .more_box .more_border:hover i::after {
  background: #5f4383;
}

/* 新闻一行，超出省略号，y-m */
.news_fly {
  padding-top: 1.875rem;
}
.news_fly li {
  margin-bottom: 1rem;
}
.news_fly li a {
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.news_fly li a p {
  width: 88%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e1e1e;
  font-size: 0.875rem;
}
.news_fly li a p::before {
  content: "";
  width: 8px;
  height: 11px;
  background-image: url(../img/index_news_icon03.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.news_fly li a span {
  color: #656f77;
  font-size: 0.75rem;
}

.notice_fly li {
  padding: 1.34rem 0;
  border-bottom: 1px solid #e3e5e5;
}
.notice_fly li a {
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.notice_fly li p {
  margin: 0;
  margin-left: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1e1e1e;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.notice_fly li:hover p {
  color: #e2d2a9;
  font-weight: 1000;
}

.day_top_month .day {
  font-size: 1.375rem;
  width: 3.875rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
}
.day_top_month .month {
  font-size: 0.75rem;
  color: #5f4383;
  text-align: center;
}

.more_ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 1.25rem;
}
.more_ft a {
  font-size: 1rem;
  color: #656f77;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.more_ft:hover a {
  color: #102436;
}

.image_text_flex {
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.image_text_flex li a {
  display: block;
  width: 100%;
  height: 100%;
}
.image_text_flex li a .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  width: 20.875rem;
  height: 29.25rem;
  position: relative;
}
.image_text_flex li a .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}
.image_text_flex li a .bt_text {
  width: 100%;
  padding: 1.125rem 1.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(226, 210, 169, 0.7);
}
.image_text_flex li a .bt_text p {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seat_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.seat_box .bread_icon {
  position: initial;
  height: 0.1875rem;
  background: #999;
}
.seat_box .bread_text {
  margin-left: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seat_box .bread_text span,
.seat_box .bread_text a {
  font-size: 1.5rem;
  color: #8b8b8c;
}
.seat_box .bread_text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seat_box .bread_text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seat_box .bread_text ul li i {
  margin: 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.seat_box .bread_text ul li i::before {
  content: "";
  width: 2rem;
  height: 0.1875rem;
  background: #8b8b8c;
}
.seat_box .bread_text ul li i::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #8b8b8c;
}
.seat_box .bread_text ul li:last-of-type a {
  color: #dab96b;
}
.seat_box .bread_text ul li:last-of-type > i {
  display: none;
}

.page_banner {
  width: 100%;
  height: 60.75rem;
}
.page_banner img {
  width: 100%;
  height: 100%;
}

.page_cnt {
  padding-top: 0.625rem;
  padding-bottom: 5rem;
}
.page_cnt .container {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  position: relative;
  padding-top: 5rem;
}
.page_cnt .cnt_left {
  width: 19rem;
  float: right;
  top: 0;
}
.page_cnt .cnt_left .right_icon_box {
  width: 100%;
  margin-bottom: 4.375rem;
}
.page_cnt .cnt_left .right_icon_box .title_img {
  width: 11.125rem;
  margin: 0 auto;
  text-align: center;
}
.page_cnt .cnt_left .right_icon_box .title_img img {
  max-width: 100%;
}
.page_cnt .cnt_left .right_icon_box h2 {
  margin-top: 1.25rem;
  font-size: 3rem;
  color: #dab96b;
  font-weight: bold;
  border-top: 0.875rem solid #5f4383;
  padding-top: 0.875rem;
  margin-bottom: 0.875rem;
  text-align: center;
}
.page_cnt .cnt_left .right_icon_box .line_img {
  width: 100%;
}
.page_cnt .cnt_left .right_icon_box .line_img i {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #ddd;
  margin-bottom: 0.375rem;
}
.page_cnt .cnt_left .side_nav .nav_sec {
  margin-bottom: 0.75rem;
}
.page_cnt .cnt_left .side_nav .nav_sec > a {
  text-align: center;
  border-bottom: 0;
  color: #dab96b;
  font-size: 1.5rem;
  text-indent: 1.875rem;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  padding-bottom: 0;
}
.page_cnt .cnt_left .side_nav .nav_sec > a > i {
  top: 0.5rem;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.page_cnt .cnt_left .side_nav .nav_sec.active > a {
  background: none;
}
.page_cnt .cnt_left .side_nav .nav_sec .cube {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.page_cnt .cnt_left .side_nav .nav_sec .cube::before {
  content: "";
  width: 3.625rem;
  height: 1.125rem;
  background: #dab96b;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.page_cnt .cnt_left .side_nav .nav_sec .cube::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.1875rem;
  background: #dab96b;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.page_cnt .cnt_left .side_nav .nav_sec.open > a > i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page_cnt .cnt_left .side_nav .nav_sec.open > a, .page_cnt .cnt_left .side_nav .nav_sec.active > a {
  color: #5f4383;
  background: none;
}
.page_cnt .cnt_left .side_nav .nav_sec.open .cube::before, .page_cnt .cnt_left .side_nav .nav_sec.open .cube::after, .page_cnt .cnt_left .side_nav .nav_sec.active .cube::before, .page_cnt .cnt_left .side_nav .nav_sec.active .cube::after {
  background: #5f4383;
}
.page_cnt .cnt_left .side_nav .nav_sec.open .nav_thir.active a, .page_cnt .cnt_left .side_nav .nav_sec.active .nav_thir.active a {
  color: #5f4383;
}
.page_cnt .cnt_left .side_nav .nav_sec.have > a > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.page_cnt .cnt_left .side_nav .nav_sec.have > a > i::before {
  content: "";
  width: 1.75rem;
  height: 0.25rem;
  background: #898989;
}
.page_cnt .cnt_left .side_nav .nav_sec.have > a > i::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  background: #898989;
}
.page_cnt .cnt_left .side_nav .nav_sec:hover > a {
  color: #5f4383;
}
.page_cnt .cnt_left .side_nav .nav_sec:hover .cube::before, .page_cnt .cnt_left .side_nav .nav_sec:hover .cube::after {
  background: #5f4383;
}
.page_cnt .cnt_left .side_nav .nav_drop {
  padding-left: 45%;
}
.page_cnt .cnt_left .side_nav .nav_drop .nav_thir a {
  font-size: 1.25rem;
  color: #8b8b8c;
  padding-right: 1.875rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  border-bottom: 0.1875rem solid #dab96b;
}
.page_cnt .cnt_left .side_nav .nav_drop .drop_four .nav_four a {
  font-size: 1rem;
}
.page_cnt .cnt_left .side_nav li a {
  background-image: none;
}
.page_cnt .cnt_right {
  float: left;
  width: calc(100% - 19rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4.79rem;
  padding-top: 3rem;
}

@media (min-width: 5146px) {
  html,
  body {
    font-size: 50px;
  }
  .container {
    max-width: 80rem;
  }
}
@media (max-width: 5146px) {
  html,
  body {
    font-size: 45px;
  }
}
@media (max-width: 4200px) {
  html,
  body {
    font-size: 32px;
  }
}
@media (min-width: 3200px) {
  .Header_fixd .logo_wrap .logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 3200px) {
  html,
  body {
    font-size: 26px;
  }
  .Header_fixd .slogn .container .slogn_cn,
  .Header_fixd .slogn .container .slogn_en {
    font-size: 3.1rem;
  }
}
@media (max-width: 2610px) {
  html,
  body {
    font-size: 20px;
  }
  .Header_fixd .slogn .container .slogn_cn,
  .Header_fixd .slogn .container .slogn_en {
    font-size: 3.5rem;
  }
}
@media (max-width: 2300px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 1980px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 1910px) {
  html,
  body {
    font-size: 14px;
  }
  .Header_fixd .slogn .container .slogn_cn,
  .Header_fixd .slogn .container .slogn_en {
    font-size: 3.1rem;
  }
}
@media (max-width: 1600px) {
  html,
  body {
    font-size: 14px;
  }
  .container {
    width: 86rem;
  }
  .page_banner {
    height: 46.875rem;
  }
}
@media (max-width: 1280px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .pc_show {
    display: block;
  }
  .mobile_show {
    display: none;
  }
}
@media (max-width: 992px) {
  html,
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    padding: 0 3.2vw;
  }
  .pc_show {
    display: none;
  }
  .mobile_show {
    display: block;
  }
  .image_text_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .image_text_flex li {
    margin-bottom: 1.8rem;
  }
  .image_text_flex li a .img_box {
    width: 47.5vw;
  }
  .image_text_flex li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page_banner {
    height: 58.6667vw;
  }
  .page_cnt .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding-top: 0;
  }
  .page_cnt .cnt_left {
    width: 100%;
    margin: 0;
    float: initial;
  }
  .page_cnt .cnt_left .right_icon_box {
    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;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 5.3333vw;
  }
  .page_cnt .cnt_left .right_icon_box .title_img {
    width: 13.3333vw;
    margin-right: 2.6667vw;
  }
  .page_cnt .cnt_left .right_icon_box .line_img {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page_cnt .cnt_left .tit_top h2 {
    border-bottom: 1.6vw solid #5f4383;
    border-top: none;
    font-size: 5.3333vw;
    padding-top: 0;
    padding-bottom: 1.6vw;
    margin: 0;
    margin-right: 5.3333vw;
  }
  .page_cnt .cnt_right {
    float: initial;
    width: 100%;
    margin: 0;
    padding-top: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .m_empty {
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .seat_box {
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 3.7333vw;
    padding-bottom: 0.625rem;
    border: none;
    margin-bottom: 0;
  }
  .seat_box .bread_text span,
  .seat_box .bread_text a {
    font-size: 3.2vw;
    zoom: 0.95;
  }
  .seat_box .bread_icon {
    height: 1.0667vw;
  }
  .seat_box .bread_text {
    margin-left: 4.2667vw;
  }
  .seat_box .bread_text ul li i {
    margin: 0 4px;
  }
  .seat_box .bread_text ul li i::before {
    width: 2.4vw;
    height: 0.2667vw;
  }
  .seat_box .bread_text ul li i::after {
    width: 1.3333vw;
    height: 1.3333vw;
  }
  .page_cnt .cnt_left .side_nav .nav_sec {
    margin-bottom: 0;
    font-size: 0;
  }
  .page_cnt .cnt_left .side_nav .nav_sec .cube {
    display: none;
  }
  .page_cnt .cnt_left .side_nav .nav_sec > a {
    width: auto;
    font-size: 3.1vw;
    padding: 0;
    padding-bottom: 3.2vw;
    text-indent: initial;
  }
  .pb_sys_common {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .pb_sys_common .p_pages {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .image_text_flex li a .img_box {
    width: 45.7333vw;
  }
}
@media (max-width: 398px) {
  html,
  body {
    font-size: 10px;
  }
  .seat_box .bread_text span,
  .seat_box .bread_text a {
    zoom: 0.8;
  }
}
@media (max-width: 360px) {
  html,
  body {
    font-size: 10px;
  }
}