@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
dl,
ol {
  list-style: none;
}

img,
fieldset,
input[type="submit"] {
  border: 0 none;
}

html {
  font-size: 100px;
}

body, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, pre {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  min-width: 1200px;
}

a {
  color: #333333;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #9E1616;
  text-decoration: none;
}

input, button {
  outline: 0;
}

img {
  vertical-align: middle;
  border: 0;
  transition: .3s;
  max-width: 100%;
}

.flex {
  display: flex;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.fl {
  float: left;
}

.rt {
  float: right;
}

.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

/*头部*/
.header-area {
  position: relative;
  border-top: 0.16rem solid #B32D2E;
}

.header-area .container {
  padding: 0.32rem 0;
  display: flex;
  justify-content: space-between;
}

.header-area .container .header-right {
  padding-left: 0.32rem;
}

.header-area .container .header-right .right-link {
  text-align: right;
  margin-bottom: 0.16rem;
}

.header-area .container .search {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 2.6rem;
}

.header-area .container .search form, .header-area .container .search input[type='text'] {
  width: 100%;
}

.header-area .container .search input[type='text'] {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.3rem 0 0.1rem;
  background: #f2f2f2;
  border: 1px solid #eaeaea;
}

.header-area .container .search .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  border: none;
  cursor: pointer;
  background: #f2e6e2 url(../images/i-search.png) no-repeat center center;
  background-size: 0.24rem;
}

.nav {
  height: 49px;
  line-height: 49px;
}

.menunav > li {
  float: left;
  width: 11.1%;
  position: relative;
}

.menunav > li.on > a {
  background-color: #9E1616;
  color: #ffffff;
}

.menunav > li > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.menunav > li > a.has-sub::after {
  transition: all 0.3s;
  position: absolute;
  content: '';
  right: 0.08rem;
  top: 50%;
  width: 0.08rem;
  height: 0.08rem;
  background: url(../images/i-down.png) no-repeat;
  background-size: cover;
  display: block;
  transform: translateY(-50%);
}

.menunav > li:hover > a {
  color: #fff;
  background: #9E1616;
  text-decoration: none;
}

.menunav > li:hover > a.has-sub::after {
  background: url(../images/i-down-w.png) no-repeat;
  background-size: cover;
  transform: translateY(-50%) rotate(180deg);
}

.menunav > li:last-child:after {
  display: none;
}

.menunav > li span {
  display: none;
}

.submenu {
  position: absolute;
  top: 0.48rem;
  left: 0;
  width: 125%;
  background: rgba(158, 22, 22, 0.9);
  z-index: 99;
  display: none;
}

.submenu ul {
  display: none;
}

.submenu li a {
  display: block;
  color: #fff;
  font-size: 0.16rem;
  height: 0.48rem;
  line-height: 0.48rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.submenu li a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.subject-area {
  line-height: 0.56rem;
  height: 0.56rem;
  padding-left: 0.36rem;
  text-align: center;
  border-bottom: 0.03rem solid #9E1616;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.subject-area .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #9E1616;
}

.subject-area .more {
  padding-right: 0.2rem;
  background: url(../images/i-right.png) no-repeat right center;
  background-size: 0.2rem;
}

#banner-area {
  margin-top: 0.16rem;
  clear: both;
  background-color: #9E1616;
}

#banner-area img {
  width: 100%;
  height: 4.2rem;
  object-fit: cover;
}

.toggle {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
}

.toggle i {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #9E1616;
}

.slick-list {
  width: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 0.1rem;
  right: 50%;
  transform: translate(50%);
  display: flex;
  justify-content: center;
}

.slick-dots li {
  width: 0.12rem;
  /* 10px / 100 */
  height: 0.12rem;
  /* 10px / 100 */
  margin: 0.1rem;
  /* 10px / 100 */
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
  background-color: transparent;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  display: none;
}

.slick-dots li.slick-active {
  border-color: #9E1616;
  background-color: #9E1616;
}

/*新闻资讯*/
.news {
  width: 100%;
  overflow: hidden;
}

.platform {
  padding-bottom: 0.4rem;
  background-color: #fdfbf9;
}

.platform .subject-area {
  margin-bottom: 0.2rem;
  border: none;
  justify-content: center;
}

.platform .subject-area span {
  position: relative;
  padding: 0 0.16rem;
}

.platform .subject-area span::before, .platform .subject-area span::after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  background-color: #f2e6e2;
  content: '';
  transform: translateX(-100%);
  display: block;
  height: 1px;
}

.platform .subject-area span::before {
  left: 0;
  transform: translateX(-100%);
}

.platform .subject-area span::after {
  right: 0;
  transform: translateX(100%);
}

.platform ul {
  display: flex;
}

.platform ul li {
  width: 25%;
  height: 1.2rem;
  padding: 0 0.12rem;
  transition: all 0.3s;
}

.platform ul li:hover {
  transform: translateY(-8px);
}

.platform ul li a {
  background: #fff;
  border: 1px solid #f2e6e2;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  height: 100%;
  padding: 0.25rem;
  line-height: 1.75;
  font-size: 0.18rem;
  align-items: center;
}

.platform ul li a .pic {
  width: 30%;
  margin-right: 0.2rem;
}

.platform ul li a .pic img {
  width: 100%;
}

.platform ul li a p {
  width: 70%;
}

.news-area {
  margin-top: 0.25rem;
}

.news-area img {
  width: 100%;
  height: 3.5rem;
}

.news-area a {
  position: relative;
}

.news-area a p {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0.15rem;
}

.news-area a p span {
  width: calc(100% - 100px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-area .slick-dots {
  right: 0.15rem;
  transform: translate(0);
}

.news-list {
  padding-top: 0.16rem;
}

.news-list li {
  font-size: 16px;
  line-height: 0.52rem;
}

.news-list li {
  position: relative;
}

.news-list li span {
  color: #6b4f48;
  font-size: 0.16rem;
}

.news-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9E1616;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.news-list li p {
  position: relative;
  padding-left: 0.2rem;
}

.news-list li p a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 0.16rem;
}

.main-area .container {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}

.main-area .w50 {
  padding: 0 0.24rem;
}

.main-area .w50:first-child {
  padding-left: 0;
}

.main-area .w50:last-child {
  padding-right: 0;
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  margin-top: 0.15rem;
}

.event-list .event-item {
  padding: 12px 16px 6px 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: #f6ecec70;
  border-radius: 8px;
  border: 1px solid #f2e6e2;
}

.event-list .event-date {
  font-size: 14px;
  font-weight: 700;
  color: #9E1616;
  display: inline-block;
  padding: 0px 0px 2px 0px;
  margin-bottom: 0.08rem;
  letter-spacing: 0.2px;
  width: fit-content;
  background: none;
  background: url(../images/i-time.png) no-repeat left center;
  background-size: 0.14rem;
  padding-left: 0.2rem;
}

.event-list .event-title {
  font-size: 0.16rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-list .event-summary {
  font-size: 0.13rem;
  color: #6b4f48;
  margin-bottom: 0.08rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.event-list .event-location {
  font-size: 0.13rem;
  color: #9b827b;
  display: flex;
  align-items: center;
  gap: 0.05rem;
}

.title-xw {
  background: url(../images/i-news.png) no-repeat left center;
  background-size: 0.28rem;
}

.title-notice {
  background: url(../images/i-notice.png) no-repeat left center;
  background-size: 0.24rem;
}

.title-activity {
  background: url(../images/i-activity.png) no-repeat left center;
  background-size: 0.3rem;
}

.footer-area {
  color: #f2e6e2;
  padding-top: 20px;
  background: #9E1616 url(../images/footerbg.png) no-repeat bottom center;
  padding-bottom: 0.4rem;
}

.footer-area .contact {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  padding-top: 0.3rem;
}

.footer-area .contact .footer-logo {
  opacity: 0.8;
  width: 28%;
}

.footer-area .contact .footer-logo img {
  max-width: 100%;
}

.footer-area .contact .qrcode img {
  width: 1.1rem;
  margin-left: 0.2rem;
}

.footer-area .contact .qrcode-area {
  width: 20%;
  display: flex;
  line-height: 2;
  align-items: center;
}

.footer-area .copyright {
  line-height: 30px;
  font-size: 14px;
  text-align: left;
}

.footer-area .copyright p {
  line-height: 2;
  padding-left: 0.2rem;
  background-repeat: no-repeat;
  background-position: left top 7px;
  background-size: 0.14rem;
}

.footer-area .copyright p.i-add {
  background-image: url(../images/i-add.png);
}

.footer-area .copyright p.i-mail {
  background-image: url(../images/i-mail.png);
}

.footer-area .copyright p.i-code {
  background-image: url(../images/i-code.png);
}

.footer-area .copyright p.i-copy {
  background-image: url(../images/i-copy.png);
}

.link {
  margin: 0.3rem 0;
  display: flex;
  justify-content: space-between;
}

.link p {
  font-size: 0.14rem;
}

.link > li {
  position: relative;
  width: 20%;
  height: 38px;
  line-height: 38px;
  margin: 0 5px;
  padding: 0 50px 0 25px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 8px;
  background: url(../images/i-link.png) no-repeat right 0.12rem center;
  background-size: 0.16rem;
}

.link ul {
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  line-height: 30px;
  padding: 10px 10px 10px 25px;
  background: #fafafa;
  cursor: auto;
  display: none;
  border-radius: 8px;
  box-shadow: 0 0 5px #BFBFBF;
}

.link ul li a {
  color: #333;
  display: block;
}

.link ul li a:hover {
  color: #941010;
}

.link > li:hover ul {
  display: block;
}

.sidebar {
  position: fixed;
  right: calc(50% - 7.5rem);
  /* 750px / 100 */
  bottom: 0.4rem;
  /* 48px / 100 */
  z-index: 200;
}

.sidebar > div {
  width: 0.48rem;
  /* 50px / 100 */
  height: 0.48rem;
  /* 50px / 100 */
  display: block;
  border-radius: 8px;
  cursor: pointer;
}

.sidebar > div.backtop {
  background: #f1e4e0 url(../images/i-up.png) no-repeat center center;
  background-size: 0.32rem;
}

/*左侧导航*/
/*animation*/
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.headline {
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  border-bottom: 1px dashed #DEDEDE;
}

.headline h3 {
  color: #941010;
  font-size: 18px;
}

.list-box .common-list {
  margin: 10px 0;
}

.list-box .common-list li {
  height: 40px;
  line-height: 40px;
}

.list-box .common-list li:last-child {
  border-bottom: none;
}

.list-box .common-list li p:before {
  top: 15px;
}

/*搜索结果页*/
.search-list {
  margin: 30px 0 30px 30px;
}

.search-list li {
  margin-bottom: 25px;
}

.search-list li h3 {
  font-size: 18px;
}

.search-list li p {
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  margin: 10px 0 5px;
  color: #666;
}

.search-list li span {
  color: #999;
}

/* 抽屉菜单 */
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 80vw;
  max-width: 340px;
  height: 100%;
  background: #fff;
  z-index: 400;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
}

.drawer.open {
  transform: translateX(0);
}

.drawer-mask {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 350;
}

.drawer-mask.open {
  display: block;
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.16rem 0.2rem;
  background: #9E1616;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
}

.drawer-close {
  font-size: 0.28rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.drawer-nav > li {
  border-bottom: 1px solid #f2e6e2;
}

.drawer-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.14rem 0.2rem;
  font-size: 0.17rem;
  font-weight: bold;
}

.drawer-nav > li > a .drawer-arrow {
  font-size: 15px;
  color: #999;
  transition: transform 0.3s;
}

.drawer-nav > li.open > a .drawer-arrow {
  transform: rotate(90deg);
}

.drawer-nav > li > a.on {
  color: #9E1616;
}

.drawer-sub {
  display: none;
  background: #faf7f5;
}

.drawer-sub .drawer-sub {
  background: #f6ecec70;
}

.drawer-sub a {
  display: block;
  padding: 0.12rem 0.2rem 0.12rem 0.36rem;
  font-size: 0.16rem;
  border-top: 1px solid #f2e6e2;
  display: flex;
  justify-content: space-between;
}

.drawer-sub a:active {
  color: #9E1616;
}

/* 第2层缩进 */
.drawer-sub .drawer-sub a {
  padding-left: 0.52rem;
}

/* 第3层缩进 */
.drawer-sub .drawer-sub .drawer-sub a {
  padding-left: 0.68rem;
}

/* 所有层级箭头旋转 */
.drawer-nav li.open > a .drawer-arrow {
  transform: rotate(90deg);
}

.banner .slick-prev,
.banner .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  background: #fdfbf9;
  border-radius: 8px;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  /* 保证伪元素居中 */
  line-height: 0;
  /* 可点击区域完整 */
  pointer-events: auto;
  /* 移除默认轮廓 */
  outline: none;
  background-image: url(../images/i-next.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.32;
}

.banner .slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.banner .slick-next {
  right: 0;
}

/* 悬停效果 */
.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 1;
}

.banner .slick-prev.slick-disabled,
.banner .slick-next.slick-disabled {
  opacity: 0;
  cursor: not-allowed;
  pointer-events: none;
}

.page {
  margin-top: 0.24rem;
}

.pb_sys_style1 .p_no_d {
  background-color: #9E1616 !important;
  border-color: #941010 !important;
}
