@charset "UTF-8";

/* 加载完成 body 没有loading类名 时候元素样式 */
body.-loading .m-header-tour {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
body.-loading .o-header__logo img {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
body.-loading .o-header__nav-content {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}body.-loading .m-header-tour__item {
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  opacity: 0;
}
/* body.-loading #wrapper {
  opacity: 0;
}
body.-loading .o-loading {
  pointer-events: auto;
  opacity: 1;
}
body.-loading .o-loading__bg-block {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
body.-loading .o-loading__mask {
  opacity: 1;
}
body.-loading .o-loading svg#loading-logo {
  opacity: 1;
}
body.-loading .m-header-tour {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
body.-loading .o-header__logo img {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
body.-loading .o-header__nav-content {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
body.-loading .o-index-banner__background-mask {
  -webkit-transform: translate(0, -125px);
  transform: translate(0, -125px);
}
body.-loading .o-index-banner {
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
body.-loading .o-index-banner__content {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
body.-loading .o-index-banner__background::before {
  opacity: 0;
  -webkit-transform: translate(-60%, 90%);
  transform: translate(-60%, 90%);
}
body.-loading .o-index-banner__background::after {
  opacity: 0;
  -webkit-transform: translate(10%, 60%);
  transform: translate(10%, 60%);
}
body.-loading .a-announce-popup {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
body.-loading .m-header-tour__item {
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  opacity: 0;
} */
/* 加载完成 body 没有loading类名 时候元素样式 */


body:not(.-loading) .m-header-tour {
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
body:not(.-loading) .m-header-tour__item {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
body:not(.-loading) .m-header-tour__item:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body:not(.-loading) .m-header-tour__item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
body:not(.-loading) .m-header-tour__item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
body:not(.-loading) .m-header-tour__item:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
body:not(.-loading) .m-header-tour__item:nth-child(5) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9;
}
body:not(.-loading) .o-header__logo img {
  transition: opacity 0.3s 0.5s, transform 0.3s 0.5s;
}
body:not(.-loading) .o-header__nav-content {
  -webkit-transition: opacity 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
  transition: opacity 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
  transition: opacity 0.3s 0.5s, transform 0.3s 0.5s;
  transition: opacity 0.3s 0.5s, transform 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
}


/* body:not(.-loading) #wrapper {
  opacity: 1;
}
body:not(.-loading) .m-header-tour {
  -webkit-transition: -webkit-transform 0.3s 0.7s;
  transition: -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
}
body:not(.-loading) .m-header-tour__item {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
body:not(.-loading) .m-header-tour__item:nth-child(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
body:not(.-loading) .m-header-tour__item:nth-child(2) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
body:not(.-loading) .m-header-tour__item:nth-child(3) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
body:not(.-loading) .m-header-tour__item:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
body:not(.-loading) .m-header-tour__item:nth-child(5) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5;
}
body:not(.-loading) .o-header__logo img {
  transition: opacity 0.3s 1s, transform 0.3s 1s;
}
body:not(.-loading) .o-header__nav-content {
  -webkit-transition: opacity 0.3s 1.2s, -webkit-transform 0.3s 1.2s;
  transition: opacity 0.3s 1.2s, -webkit-transform 0.3s 1.2s;
  transition: opacity 0.3s 1.2s, transform 0.3s 1.2s;
  transition: opacity 0.3s 1.2s, transform 0.3s 1.2s, -webkit-transform 0.3s 1.2s;
}
body:not(.-loading) .o-index-banner__background-mask {
  -webkit-transition: -webkit-transform 0.5s 1.5s;
  transition: -webkit-transform 0.5s 1.5s;
  transition: transform 0.5s 1.5s;
  transition: transform 0.5s 1.5s, -webkit-transform 0.5s 1.5s;
}
body:not(.-loading) .o-index-banner__background::before,
body:not(.-loading) .o-index-banner__background::after {
  -webkit-transition: opacity 0.7s 1.8s, -webkit-transform 0.7s 1.8s;
  transition: opacity 0.7s 1.8s, -webkit-transform 0.7s 1.8s;
  transition: opacity 0.7s 1.8s, transform 0.7s 1.8s;
  transition: opacity 0.7s 1.8s, transform 0.7s 1.8s, -webkit-transform 0.7s 1.8s;
}
body:not(.-loading) .o-index-banner__content {
  -webkit-transition: opacity 0.7s 2.1s, -webkit-transform 0.5s 2.1s;
  transition: opacity 0.7s 2.1s, -webkit-transform 0.5s 2.1s;
  transition: opacity 0.7s 2.1s, transform 0.5s 2.1s;
  transition: opacity 0.7s 2.1s, transform 0.5s 2.1s, -webkit-transform 0.5s 2.1s;
}
body:not(.-loading) .a-announce-popup {
  -webkit-transition: -webkit-transform 0.5s 2.5s;
  transition: -webkit-transform 0.5s 2.5s;
  transition: transform 0.5s 2.5s;
  transition: transform 0.5s 2.5s, -webkit-transform 0.5s 2.5s;
} */
/* 全局变量 */
:root {
  --primary: #671c7f;
}
/* 版心 */
#wrapper {
  background-color: #f2efea;
  transition: opacity 0.3s;
}
/* .container  */
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 100%;
}
.container.-size-sm {
  max-width: 83.33333%;
}
.container.-size-xs {
  max-width: 66.66667%;
}
@media (min-width: 768px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1024px;
  }
  .container.-size-sm {
    max-width: 853.33333px;
  }
  .container.-size-xs {
    max-width: 682.66667px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1280px;
  }
  .container.-size-sm {
    max-width: 1064px;
  }
  .container.-size-xs {
    max-width: 848px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1440px;
  }
  .container.-size-sm {
    max-width: 1196.66667px;
  }
  .container.-size-xs {
    max-width: 953.33333px;
  }
}
/* 头部开始-------------------------------- */
/* .o-header__main  */
.o-header__main {
  /* height: 1.04rem; */
  padding: 0.15rem 0 .5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* pointer-events: none; */
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  /* background-color: lightblue; */
}
.o-header__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/public/headCeilingBg.png") no-repeat top;
  background-size: 100% 100%;
  z-index: -1;
  transition: transform 0.4s;
  transform: scaleY(0);
  transform-origin: top;
}
.o-header__main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/public/headbg.png") no-repeat top;
  background-size: 100% 100%;
  z-index: -1;
  transition: transform 0.4s;
  transform: scaleY(1);
  transform-origin: top;
  opacity: 1;
}

.o-header.-show-bg .o-header__main {
  pointer-events: all;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding: .25rem 0;
}

.o-header.-show-bg .o-header__main::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.o-header.-show-bg .o-header__main::after {
  transform: scaleY(0);
  height: 0;
  opacity: 0;
}

.o-header.-show-bg .o-header__logo {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: none;
  transition: none;
}

.o-header.-show-bg .o-header__list {
  opacity: 1;
  pointer-events: auto;
}

.o-header.-at-top .o-header__main {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.o-header.-show-bg .m-header-tour {
  display: none;
}
.o-header.-show-bg .o-header__nav-content {
  margin-top: 0;
}
.o-header.-show-bg .o-header__hamburger {
  display: block !important;
}
/* 一级导航 */
.rightBox {
  max-width: calc(100% - 2.5rem - 0.3rem);
}
/* m-header-tour  */
.m-header-tour {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  position: relative;
  transition: transform 0.1s;
  box-sizing: border-box;
  z-index: 99;
}
.m-header-tour.-hide {
  opacity: 0;
}
.m-header-tour__item {
  padding: 0 0.06rem;
  cursor: pointer;
}
.m-header-tour__link {
  font-size: 0.14rem;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  transition: color 0.3s;
}
.-pc .m-header-tour__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.m-header-tour__link:nth-child(4){
  border-right: none;
}
#openHamburger{
  border-right: none;
}
.m-header-tour__search {
  padding: 0 0 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-header-tour__search img {
  width: 0.18rem;
  height: 0.18rem;
  transition: opacity 0.3s;
}
.-pc .m-header-tour__search img:hover {
  opacity: 0.8;
}
/* 二级导航 */
.o-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.3rem;
  height: 100%;
  color: #ffffff;
  box-sizing: border-box;
}
.o-header__nav-content {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 0.15rem;
}
.o-header__logo {
  width: 4rem;
  transition: transform 0.4s 0.4s;
  transform-origin: left;
}

.o-header__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
position: relative;
  top: .12rem;
}
.o-header__list {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 7rem;
  height: 100%;
  transition: opacity 0.4s ease;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .o-header__list {
    display: none;
  }
}
.o-header__list > li {
  height: 100%;
}
.o-header__list > li:last-child .o-header__item {
  padding-right: 0;
}
.o-header__list tr td:last-child .o-header__item {
  padding-right: 0;
}
.o-header__list tr td li:hover .a-nav-pop {
  opacity: 1;
  visibility: visible;
}
.o-header__list tr td li:hover .o-header__item::before {
  transform: translateX(-50%);
}
.o-header__list tr td li:hover .o-header__item::after {
  opacity: 1;
}
.o-header__list tr td li:hover .o-header__item_login::after {
  opacity: 0;
}
.o-header__item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  letter-spacing: 0.01rem;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  font-size: 0.19rem;
}
.o-header__item::before {
  width: calc(100% - 0.35rem);
  height: 0.035rem;
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  background-color: #661c7e;
  transition: transform 0.3s;
  transform: translateX(-50%) scaleX(0);
}
.o-header__item::after {
  width: 0.08rem;
  height: 0.08rem;
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  background: url(/images/public/triangle.png) no-repeat center / cover;
  opacity: 0;
  transition: opacity 0.3s;
}
.o-header__item.-active::before {
  transform: translateX(-50%) scaleX(1);
}
/* a-nav-pop  鼠标划过弹层 */
.a-nav-pop {
  width: 80%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(10% + 12.5px);
  padding-top: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  transform: translate(0, 100%);
  cursor: auto;
}
.a-nav-pop__main {
  min-height: 160px;
  display: flex;
  align-items: flex-start;
  padding: 0.3rem 0 0.3rem 0.4rem;
  width: 100%;
  background-image: url(/images/public/navPopBg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #ffffff;
  border-bottom: 0.03rem solid #661c7e;
  box-shadow: 0 0 0.05rem 0 #ccc;
}
.a-nav-pop__side {
  height: 100%;
  flex: 0 0 1.6rem;
  padding: 0.05rem 0 0 0;
  box-sizing: border-box;
}
.a-nav-pop__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.1rem 0.1rem 0 0.5rem;
  box-sizing: border-box;
  min-height: 1rem;
  align-content: flex-start;
  flex: 1 1 auto;
  flex-wrap: wrap;
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, #bcbcbd 85%, #f6f6f6) 1;
}
.a-nav-pop__item {
  margin-bottom: 0.17rem;
  width: calc((100% - 0.1rem) / 2);
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.18rem;
}
.a-nav-pop__item:nth-child(2n) {
  margin-left: 0.1rem;
}
.a-nav-pop__title {
  font-size: 0.21rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.005rem;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  color: #661c7e;
}
.a-nav-pop__text {
  color: #1a1a1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  position: relative;
}
.a-nav-pop__text::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transform: scale(0);
  transform-origin: left center;
  background-color: #661c7e;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .a-nav-pop__text:hover {
    color: #661c7e;
    font-weight: bold;
  }
  .a-nav-pop__text:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.o-header__hamburger {
  width: 0.4rem;
  height: 0.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: all;
  position: relative;
  margin-left: 0.2rem;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s;
  cursor: pointer;
  transform: scale(1);
  display: none;
}
.-pc .o-header__hamburger:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.o-header__hamburger.-active span {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}
.o-header__hamburger.-active span::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.o-header__hamburger.-active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.o-header__hamburger.-active span:nth-of-type(1)::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.o-header__hamburger.-active span:nth-of-type(2) {
  opacity: 0;
}
.o-header__hamburger.-active span:nth-of-type(3) {
  width: 17px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.1s, 0.3s, 0.3s;
  transition-delay: 0.1s, 0.3s, 0.3s;
}
.o-header__hamburger.-active span:nth-of-type(3)::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.o-header__hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  -webkit-transition: width 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  transition: width 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.o-header__hamburger span::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7d212a;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.o-header__hamburger span:nth-of-type(1) {
  width: 17px;
  -webkit-transform: translate(-50%, -50%) translateY(-5px);
  transform: translate(-50%, -50%) translateY(-5px);
}
.o-header__hamburger span:nth-of-type(2) {
  width: 17px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.o-header__hamburger span:nth-of-type(3) {
  width: 17px;
  -webkit-transform: translate(-50%, -50%) translate(0px, 5px);
  transform: translate(-50%, -50%) translate(0px, 5px);
}
.o-site-menu {
  width: 100%;
  height: 100vh;
  pointer-events: all;
  position: fixed;
  top: 0;
  left: 0;
  color: #1a1a1a;
}
.o-site-menu::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff url("/images/deco/siteMenuBg.png") left bottom no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.o-site-menu.-open .o-site-menu__title span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .o-site-menu.-open  td .a-accordion {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .o-site-menu.-open  td:nth-child(0) .a-accordion {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .o-site-menu.-open  td:nth-child(1) .a-accordion {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .o-site-menu.-open  td:nth-child(2) .a-accordion {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .o-site-menu.-open  td:nth-child(3) .a-accordion {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .o-site-menu.-open  td:nth-child(4) .a-accordion {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .o-site-menu.-open  td:nth-child(5) .a-accordion {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .o-site-menu.-open  td:nth-child(6) .a-accordion {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .o-site-menu.-open  td:nth-child(7) .a-accordion {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .o-site-menu.-open  td:nth-child(8) .a-accordion {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .o-site-menu.-open  td:nth-child(9) .a-accordion {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .o-site-menu.-open  td:nth-child(10) .a-accordion {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .o-site-menu.-open  td:nth-child(11) .a-accordion {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .o-site-menu.-open  td:nth-child(12) .a-accordion {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .o-site-menu.-open  td:nth-child(13) .a-accordion {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .o-site-menu.-open  td:nth-child(14) .a-accordion {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .o-site-menu.-open  td:nth-child(15) .a-accordion {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .o-site-menu.-open  td:nth-child(16) .a-accordion {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  .o-site-menu.-open  td:nth-child(17) .a-accordion {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .o-site-menu.-open  td:nth-child(18) .a-accordion {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .o-site-menu.-open  td:nth-child(19) .a-accordion {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
}
@media (max-width: 767px) {
  .o-site-menu.-open .o-site-menu__list tbody tr {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media (max-width: 767px) {
  .o-site-menu.-open .m-link-guide {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.o-site-menu__main {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.o-site-menu__main .container {
  position: static;
  padding-top: 115px;
}
@media (max-width: 767px) {
  .o-site-menu__main .container {
    position: relative;
    padding-top: 90px;
    padding-bottom: 125px;
  }
}
@media (max-width: 767px) {
  .o-site-menu__main .container::after {
    font-size: 35px;
    line-height: 1.29;
  }
}
.o-site-menu__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.5px;
  overflow: hidden;
  margin-bottom: 30px;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  color: #6d217d;
}
@media (max-width: 1199px) {
  .o-site-menu__title {
    font-size: 28px;
    letter-spacing: 0.39px;
  }
}
@media (max-width: 767px) {
  .o-site-menu__title {
    font-size: 26px;
    letter-spacing: 0.36px;
  }
}
.o-site-menu__title span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.o-site-menu__list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .o-site-menu__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-site-menu__list tbody{
    width: 100%;
    display: block;
  }
  .o-site-menu__list tbody tr{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
 
  .o-site-menu__list tbody tr td:nth-child(3n + 1) {
    width: calc(33.33333% - 16px);
    max-width: calc(33.33333% - 16px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 16px);
    flex: 0 0 calc(33.33333% - 16px);
  }
  .o-site-menu__list tbody tr td:nth-child(3n + 2) {
    width: calc(33.33333% - 16px);
    max-width: calc(33.33333% - 16px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 16px);
    flex: 0 0 calc(33.33333% - 16px);
    margin-left: 24px;
  }
  .o-site-menu__list tbody tr td:nth-child(3n + 3) {
    width: calc(33.33333% - 16px);
    max-width: calc(33.33333% - 16px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 16px);
    flex: 0 0 calc(33.33333% - 16px);
    margin-left: 24px;
  }
  /* .o-site-menu__list > .o-site-menu__list-item:nth-child(3n + 1) {
    width: calc(33.33333% - 16px);
    max-width: calc(33.33333% - 16px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 16px);
    flex: 0 0 calc(33.33333% - 16px);
  }
  .o-site-menu__list > .o-site-menu__list-item:nth-child(3n + 2) {
    width: calc(33.33333% - 16px);
    max-width: calc(33.33333% - 16px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 16px);
    flex: 0 0 calc(33.33333% - 16px);
    margin-left: 24px;
  }
  .o-site-menu__list > .o-site-menu__list-item:nth-child(3n + 3) {
    width: calc(33.33333% - 16px);
    max-width: calc(33.33333% - 16px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 16px);
    flex: 0 0 calc(33.33333% - 16px);
    margin-left: 24px;
  } */
  .o-site-menu__list > .o-site-menu__list-item.-os-l-1 {
    padding-left: calc(8.33333% + 2px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-r-1 {
    padding-right: calc(8.33333% + 2px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-l-2 {
    padding-left: calc(16.66667% + 4px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-r-2 {
    padding-right: calc(16.66667% + 4px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-l-3 {
    padding-left: calc(25% + 6px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-r-3 {
    padding-right: calc(25% + 6px);
  }
}
@media (max-width: 767px) {
  .o-site-menu__list tbody tr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  .o-site-menu__list tbody tr td:nth-child(2n + 1) {
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
  .o-site-menu__list tbody tr td:nth-child(2n + 2) {
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    margin-left: 24px;
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-l-1 {
    padding-left: calc(8.33333% + 2px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-r-1 {
    padding-right: calc(8.33333% + 2px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-l-2 {
    padding-left: calc(16.66667% + 4px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-r-2 {
    padding-right: calc(16.66667% + 4px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-l-3 {
    padding-left: calc(25% + 6px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-r-3 {
    padding-right: calc(25% + 6px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-l-4 {
    padding-left: calc(33.33333% + 8px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-r-4 {
    padding-right: calc(33.33333% + 8px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-l-5 {
    padding-left: calc(41.66667% + 10px);
  }
  .o-site-menu__list > .o-site-menu__list-item.-os-r-5 {
    padding-right: calc(41.66667% + 10px);
  }
}
.o-site-menu__list-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
  max-height: 132px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .o-site-menu__list-child {
    display: block;
    max-height: none;
  }
}
.o-site-menu__list-item {
  margin-bottom: 120px;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media (max-width: 767px) {
  .o-site-menu__list-item {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  td .a-accordion {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }
}
.o-site-menu__list-item .a-plus {
  position: absolute;
  top: calc(50% - 5px);
  right: 5px;
  display: block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.o-site-menu__list-item .a-plus::before,
.o-site-menu__list-item .a-plus::after {
  background-color: #1a1a1a;
}
.o-site-menu__list-head {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  border-bottom: 1px solid #a2a2a2;
}
@media (max-width: 767px) {
  .o-site-menu__list-head {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .o-site-menu__list-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 25px;
    word-break: break-all;
  }
  .o-site-menu__list-head.-active .a-plus::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
  }
}
.o-site-menu__child-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 1200px) {
  .o-site-menu__child-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
    min-height: auto;
  }
}
.-ie .o-site-menu__child-list {
  display: block;
  max-height: none;
}
.o-site-menu__child-list-item {
  width: 50%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .o-site-menu__child-list-item {
    width: 100%;
  }
}
.-ie .o-site-menu__child-list-item {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.o-site-menu__child-list-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: normal;
  position: relative;
  font-family: "sys", "Microsoft Yahei", sans-serif;
}
.o-site-menu__child-list-link::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #661c7e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.o-site-menu__child-list-link:hover {
  color: #661c7e;
}
.o-site-menu__child-list-link:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.o-site-menu .a-accordion__btn {
  pointer-events: none;
}
.o-site-menu .a-accordion__content {
  height: auto !important;
}
@media (max-width: 767px) {
  .o-site-menu .a-accordion__content {
    margin-bottom: 25px;
  }
}
.o-site-menu .m-link-guide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}
.o-site-menu .m-link-guide > .m-link-guide__item:nth-child(2n + 1) {
  width: calc(50% - 12px);
  max-width: calc(50% - 12px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
}
.o-site-menu .m-link-guide > .m-link-guide__item:nth-child(2n + 2) {
  width: calc(50% - 12px);
  max-width: calc(50% - 12px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
  margin-left: 24px;
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-l-1 {
  padding-left: calc(8.33333% + 2px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-r-1 {
  padding-right: calc(8.33333% + 2px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-l-2 {
  padding-left: calc(16.66667% + 4px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-r-2 {
  padding-right: calc(16.66667% + 4px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-l-3 {
  padding-left: calc(25% + 6px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-r-3 {
  padding-right: calc(25% + 6px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-l-4 {
  padding-left: calc(33.33333% + 8px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-r-4 {
  padding-right: calc(33.33333% + 8px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-l-5 {
  padding-left: calc(41.66667% + 10px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-r-5 {
  padding-right: calc(41.66667% + 10px);
}
@media (max-width: 767px) {
  .o-site-menu .m-link-guide {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.o-site-menu .m-link-guide__item {
  margin-bottom: 50px;
}



/*  搜索dialog结开始----------------------------------------------- */

.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  /* overflow: hidden; */
}
.search-dialog-box:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  background: #671c7f;
  background-size: 100% auto;
  transition: 0.6s;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.7;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.search-dialog-box.on:before {
  height: 100%;
}
.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.search-dialog-box .search-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-repeat: no-repeat;
  /* z-index: 1; */
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: 0.6s;
}

.search-dialog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.search-dialog .search-tit {
  font-size: 2.75rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: none;
}
.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0;
}
.search-dialog .search-input {
  width: 8rem;
  margin: 0 auto;
  padding: 0 0 0 0.24rem;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  max-width: 94%;
  border-radius: 0.06rem;
  overflow: hidden;
}
.search-dialog .search-input input[type="text"] {
  float: left;
  height: 0.6rem;
  width: calc(100% - 0.64rem);
  background-color: transparent;
  font-size: 0.2rem;
  line-height: 0.08rem;
  color: #333;
  transition: all 0.3s;
}
.search-dialog .search-input input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-dialog .search-input input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-dialog .search-input input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-dialog .search-input input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 0.6rem;
  width: 0.64rem;
  cursor: pointer;
}

.search-dialog .search-input input[type="submit"] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background: #671c7f url(/images/public/icon_search.png) center no-repeat;
  background-size: 0.3rem;
}
.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/public/close-btn.png");
  background-size: 3.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  display: none;
}
.search-dialog .search-input.on {
  background-color: #fff;
}

.search-dialog .hot-search {
  font-size: 0;

  width: 19.5rem;
  margin: 0.6rem auto 0;
  box-sizing: border-box;
  padding: 0 0.6rem;
  overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.search-dialog .hot-search .hot-tit {
  font-size: 0.375rem;
  line-height: 0.5rem;

  color: #fff;
  font-weight: bold;
  padding-left: 0.6rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.5rem;
}
.search-dialog .hot-link {
  margin-left: 1rem;
}

.search-dialog .hot-link a {
  display: inline-block;
  display: inline;
  zoom: 1;
  font-size: 0.375rem;
  line-height: 0.5rem;
  margin-right: 0.75rem;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}

.search-dialog .hot-link a:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.search-dialog-box .bottom-box {
  position: absolute;
  left: 0;
  bottom: 5.1%;
  width: 100%;
}
.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}
.search-dialog-box .bottom-box .copy {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: #fff;
  font-family: "gilroy-regular";
  margin-top: 0.5rem;
  overflow: hidden;
}

.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}
.header-right.is-open .search-btn .con-box {
  display: none;
}
.header-right.is-open .close-btn {
  display: block;
}
.header-right.is-open .item .search-bg {
  transform: scale(1);
}
.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}
.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}
.search-dialog-box.on .wrap-inner {
  transform: translateY(0);
}

.f-cb h3 {
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.3rem;
}

.pub-close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 10;
  right: 0.24rem;
  top: 0.24rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}
.pub-close .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c5ab7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s;
}
.pub-close i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background-image: url(/images/public/close-btn.svg);
  transition: 0.6s;
}
.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}
@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}

/*  搜索dialog结束----------------------------------------------- */






/* banner开始----------------------------------------------- */
@keyframes bannerIconplay {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bannerIconplay {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.bannerArea {
  position: relative;
}
.banner_box {
  width: 100%;
}
.banner_pagination {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
  padding: 0 0.3rem 0 0.3rem;
  box-sizing: border-box;
}
.banner_pagination .swiper-pagination {
  width: auto !important;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0.1rem 0 0;
  bottom: 0 !important;
}
.banner_pagination .swiper-pagination span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(/images/pages/index/banner_ico.png) center no-repeat;
  background-size: auto 100%;
  opacity: 1;
  transition: 1s;
  position: relative;
}
.banner_pagination .swiper-pagination span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/images/pages/index/banner_ico_active.png) center no-repeat;
  background-size: auto 100%;
  opacity: 0;
  -webkit-animation: play 15s linear infinite;
  -moz-animation: play 15s linear infinite;
  animation: bannerIconplay 15s linear infinite;
}
.banner_pagination .swiper-pagination span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 120%;
  background: #fff;
  width: 0;
  height: 0.01rem;
  transition: 1s;
  opacity: 0;
}
.banner_pagination .swiper-pagination span.active {
  margin-right: 0.45rem;
  background: transparent;
}
.banner_pagination .swiper-pagination span.active:before {
  opacity: 1;
}
.banner_pagination .swiper-pagination span.active:after {
  width: 0.4rem;
  opacity: 1;
}
.dec_more svg {
  width: 0.25rem;
  height: 0.25rem;
  fill: #fff;
  transform: translateY(1px);
}
.banner {
  overflow: hidden;
}
.banner ul li .a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner ul li .a .img_scale_out {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: scale(1.12);
  transition: 6s;
}
.banner ul li .a .img_scale_out .img_scale_in {
  padding-bottom: 100vh;
  transform: scale(1) !important;
  transition: 0s;
  position: relative;
}
.banner ul li .a .img_scale_out .img_scale_in::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #5d2f9d;
  z-index: -1;
  transition: 0.4s;
}
.img_scale_in > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0; */
}
.banner ul li.swiper-slide-active .a .img_scale_out {
  transform: scale(1);
}
.banner ul li .a .top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.banner ul li .a .top .box {
  width: 10.26rem;
  padding: 0.6rem 0.6rem 1.5rem;
  background: url(/images/pages/index/banner_bg.png) center no-repeat;
  background-size: 100% 100%;
  transition: 1s;
  transform: translateY(0.5rem);
  max-width: 100%;
}
.banner ul li .a .top h3 {
  font-size: 0.4rem;
  color: #fff;
  line-height: 1.5;
  width: 7.8rem;
  max-width: 100%;
  text-shadow: 0px 4px 4px rgba(40, 0, 3, 0.8);
  margin-bottom: 0.25rem;
  font-family: "sys", "Microsoft Yahei", sans-serif;
}
.banner ul li .a .top h3 span {
  font-family: inherit;
}
.banner ul li .a .top p {
  font-size: 0.24rem;
  color: #fff;
  line-height: 1.5;
  width: 7.65rem;
  max-width: 100%;
  text-shadow: 0px 0.04rem 0.04rem rgba(40, 0, 3, 0.8);
}
.banner ul li .a .top p span {
  font-family: inherit;
}
.banner ul li .txt1 span {
  display: inline-block;
  opacity: 0;
  filter: blur(0.1rem);
  -webkit-filter: blur(0.1rem);
  transform: translateY(-0.16rem);
  margin: 0 0.005rem;
  /* font-weight: bold; */
}
.banner.on ul li.swiper-slide-active .txt1 span {
  opacity: 1;
  filter: blur(0rem);
  -webkit-filter: blur(0rem);
  transform: translateY(0rem);
}
.banner.on ul li .a .top .box {
  transform: translateY(0);
}
/* banner结束----------------------------------------------- */
/* 新闻资讯开始----------------------------------------------- */
.img {
  position: relative;
  width: 100%;
}
.img .img_hezi {
  padding-bottom: 60%;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.slow {
  overflow: hidden;
  transition: 0.5s;
  background-size: 100% !important;
}
.pad {
  padding: 1.1rem 0;
  overflow: hidden;
}
.newsArea {
  position: relative;
  z-index: 1;
  padding-top: 1.72rem;
}
.newsArea .wp {
  align-items: flex-end;
}
.newsArea .bg1 {
  position: absolute;
  bottom: 0.35rem;
  left: 0;
  background: url(/images/pages/index/home1_bg.png) center no-repeat;
  background-size: cover;
  width: 82.34375%;
  height: 3.4rem;
  z-index: -1;
}
.newsArea .newsArea_left {
  width: 8rem;
  position: relative;
  z-index: 1;
}
.newsArea .newsArea_left .a {
  display: block;
  position: relative;
  z-index: 100;
  pointer-events: auto;
}
.newsArea .newsArea_left .swiper-slide:hover .aline_r {
  background-size: 100% 1px;
}
.newsArea .newsArea_left .img .img_hezi img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  /* height: 100%;
  object-fit: cover; */
  z-index: 10;
  transition: all 0.5s;
}
.newsArea .newsArea_left .juzhen1 {
  position: absolute;
  left: -0.64rem;
  top: 0.5rem;
  z-index: 10;
}
.newsArea .newsArea_left .juzhen1 img {
  width: 0.8rem;
  height: auto;
  display: block;
}
.newsArea .newsArea_right {
  width: calc(100% - 8rem);
  position: relative;
  z-index: 1;
}
.newsArea .juzhen2 {
  position: absolute;
  right: 0.05rem;
  bottom: -0.65rem;
  z-index: 10;
}
.newsArea .juzhen2 img {
  width: 1rem;
  height: auto;
  display: block;
}
.newsAreaList li .img .img_hezi {
  padding-bottom: 62.6%;
}
.newsAreaList li .txt {
  height: 0.55rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.36rem;
  box-sizing: border-box;
  margin-top: 0.2rem;
}
.newsAreaList li .txt h4 {
  font-size: 0.19rem;
  color: #681f80;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.25;
}
.miso_btn1 {
  display: flex;
  width: 1.4rem;
  float: right;
  margin: 0.3rem 0 0;
}
.miso_btn1 .arrow {
  width: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  padding: 0.1rem 0;
  box-sizing: border-box;
}
.miso_btn1 .arrow img {
  transition: 0.5s;
  width: 0.2rem;
  height: auto;
  display: block;
}
.miso_btn1 .arrow:nth-child(2) {
  background: #661b7f;
}
.aline_r {
  position: relative;
  background-image: linear-gradient(#8f000b, #8f000b);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}
.aHover:hover .aline_r {
  background-size: 100% 1px;
}
.aline_r:hover {
  background-size: 100% 1px;
}
.areaTitle {
  align-items: center;
  justify-content: space-between;
  padding: 0 0.15rem 0 0.05rem;
  margin: 0.07rem 0 0.55rem 0;
}
.areaTitle .areaTitle_left {
  padding: 0 0 0.15rem 0;
  position: relative;
  z-index: 1;
}
.areaTitle .areaTitle_left .areaTitle_left_top {
  position: relative;
  z-index: 1;
}
.areaTitle .areaTitle_left .areaTitle_left_top h3 {
  display: inline-block;
  font-size: 0.4rem;
  color: #661b7f;
  padding: 0.1rem 0.3rem;
  background: url(/images/public/titleBg.png) 100% top no-repeat;
  background-size: auto 100%;
  letter-spacing: 0.02rem;
  font-family: "sys", "Microsoft Yahei", sans-serif;
}
.areaTitle .areaTitle_left .areaTitle_left_line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.05rem;
  bottom: 0;
  overflow: hidden;
}
.areaTitle .areaTitle_left .areaTitle_left_line:before {
  content: "";
  position: absolute;
  left: 8%;
  top: 0;
  width: 68%;
  height: 1px;
  background: #661b7f;
  transition: 1s;
  transition-delay: 0.3s;
}
.areaTitle .areaTitle_left .areaTitle_left_line:after {
  content: "";
  position: absolute;
  right: 8%;
  width: 68%;
  height: 1px;
  background: #661b7f;
  transition: 1s;
  transition-delay: 0.3s;
  bottom: 0;
}
[data-aos="fade-up"].areaTitle .areaTitle_left_line:before {
  transform: translateX(-50%);
  opacity: 0;
}
[data-aos="fade-up"].aos-animate.areaTitle .areaTitle_left_line:before {
  transform: translateX(0);
  opacity: 1;
}
[data-aos="fade-up"].areaTitle .areaTitle_left_line:after {
  transform: translateX(50%);
  opacity: 0;
}
[data-aos="fade-up"].aos-animate.areaTitle .areaTitle_left_line:after {
  transform: translateX(0);
  opacity: 1;
}
.areaTitle_right {
  align-self: flex-start;
  transform: translateY(-0.15rem);
}
.arrowMore a {
  display: flex;
  align-items: center;
  font-size: 0.17rem;
  letter-spacing: 0.02rem;
  line-height: normal;
  font-family: "sys", "Microsoft Yahei", sans-serif;
}
.arrowMore a img {
  width: auto;
  height: 0.17rem;
  display: block;
  margin-left: 0.05rem;
  transition: 0.5s;
}
.newsArea .newsArea_right .box {
  width: 100%;
  background: #fff;
  padding: 0.2rem 0.64rem 0.2rem 0.5rem;
  box-sizing: border-box;
  transition: height 0.5s linear;
}
.list3 {
  width: 100%;
  padding: 0;
}
.list3 tr td li{
  display: flex;
  padding: 0.06rem 0px;
  box-sizing: border-box;
  align-items: center;
}
.list3 li .a {
  /* width: 100%;
  align-items: center;
  padding: 0.06rem 0px;
  box-sizing: border-box;
  position: relative; */
}
.list3 li .time {
  width: 0.9rem;
  text-align: center;
  padding: 0 0.2rem 0 0;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: padding 1s cubic-bezier(0.25, 0, 0, 1);
}
.list3 li .time h3 {
  font-size: 0.36rem;
  color: #661b7f;
  font-weight: bold;
  letter-spacing: 0.01rem;
}
.list3 li .time h6 {
  font-size: 0.15rem;
  color: #661b7f;
  margin-top: 0.05rem;
}
.list3 li .txt {
  width: calc(100% - 0.9rem);
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: padding 1s cubic-bezier(0.25, 0, 0, 1);
  padding: 0.05rem 0 0.05rem 0.2rem;
  box-sizing: border-box;
}
.list3 li .txt .alin_r{
  display: none;
}
.list3 li .txt:before {
  content: "";
  position: absolute;
  left: 0;
  background: #e7e7e7;
  top: 9%;
  width: 0.01rem;
  height: 82%;
}
.list3 li .txt .txtInner .alin_r{
  display: none;
}
.list3 li .txt .txtInner_title .alin_r{
  display: none;
}
.list3 li .poster {
  width: 40%;
  aspect-ratio: 4 / 3;
  /* 宽高比为 4:3 */
  position: absolute;
  left: 3%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.list3 li .poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txtInner {
  width: 100%;
  padding: 0.1rem 0 0.1rem 0.12rem;
  box-sizing: border-box;
}
.txtInner .txtInner_title {
  width: 100%;
  font-size: 0.17rem;
  color: #333333;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.txtInner .txtInner_con{
  width: 100%;
  font-size: 0.14rem;
  color: #555251;
  line-height: 0.24rem;
  height: 0.48rem;
  max-height: 0.48rem;
  margin: 0.08rem 0 0;
  position: relative;
  /* 兼容 WebKit */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txtInner .txtInner_con a{
  width: 100%;
  font-size: 0.14rem;
  color: #555251;
  line-height: 0.24rem;
  max-height: 0.48rem;
  position: relative;
  /* 兼容 WebKit */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media (min-width: 1199px) {
  .list3 tr td li:hover > .a{
    align-self: flex-start;
  }
  .list3 tr td li:hover .time {
    width: auto;
    padding: 0 0.03rem 0.03rem 0.03rem;
    transform: translateY(0.1rem);
    background-color: #c09b7e;
  }
  .list3 tr td li:hover .time h3 {
    color: #fff;
  }
  .list3 tr td li:hover .time h6 {
    color: #fff;
    font-size: 0.1rem;
    margin-top: 0.02rem;
  }
  .list3 tr td li:hover .txt {
    background-image: url(/images/pages/index/newsCheckedCircle.png), url(/images/pages/index/newsCheckedBg1.png);
    background-size: auto 60%, 100% 100%;
    background-position: 101% center, left top;
    background-repeat: no-repeat;
    /* background-color: palegoldenrod; */
    /* flex: 1; */
  }
  .list3 tr td li:hover .txt .txtInner {
    padding: 0.1rem 0.35rem 0.1rem 0.12rem;
  }
  .list3 tr td li:hover .txtInner .txtInner_con a{
    color: #fff;
  }
  .list3 tr td li:hover .txt h4 {
    color: #fff;
  }
  .list3 tr td li:hover .txt p {
    color: #fff;
  }
  .list3 tr td li:hover .txt:before {
    width: 0;
  }
}
/* 新闻资讯结束----------------------------------------------- */
/* 通识课程开始----------------------------------------------- */
.tongshiArea {
  width: 100%;
  position: relative;
  margin: 1.1rem 0 0;
  /* background-color: palegoldenrod; */
}
.tongshiArea.pad {
  overflow: visible;
  box-sizing: border-box;
}
.iframeTs {
  width: 100%;
  height: auto;
  border: none;
}
.linkTs {
  width: 100%;
  height: auto;
  /* background-color: lightblue; */
}

.tongshiBottom_outer {
  position: relative;
}
.circle1 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  z-index: -1;
  pointer-events: none;
}
.circle1 img {
  position: absolute;
  top: 10%;
  right: 0;
  width: 25%;
  height: auto;
}
.tongshiTop .areaTitle {
  margin: 0.07rem 0 1.35rem 0;
  position: relative;
  z-index: 10;
}
.tongshiTop .areaTitle .areaTitle_left .areaTitle_left_line {
  bottom: -0.1rem;
}
.tongshiTop .areaTitle .areaTitle_left .intro {
  color: #3e3a39;
  font-size: 0.18rem;
  text-align: center;
  letter-spacing: 0.01rem;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  margin-top: 0.25rem;
}
.tongshiTop .areaTitle_right {
  transform: translateY(0);
  align-self: center;
}
.tongshiBottom {
  background-color: #e6e6e6;
  padding: 0rem 0 0.5rem 0;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
.tongshiBottom .tognshiNav {
  width: 2.4rem;
  padding: 0 0 0.2rem 0;
  box-sizing: border-box;
  margin: 0 0.3rem 0 0.2rem;
}
.tongshiBottom .wp {
  align-items: flex-end;
  position: relative;
}
.tongshi-nav-item {
  display: flex;
  align-items: center;
  padding: 0.15rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #b9baba;
  cursor: pointer;
}
.tongshi-nav-item .tongshi-nav-item-icon {
  width: 0.22rem;
}
.tongshi-nav-item .tongshi-nav-item-icon img {
  width: 100%;
  height: auto;
  display: block;
  display: none;
}
.tongshi-nav-item .tongshi-nav-item-icon .icon-default {
  display: block;
}
.tongshi-nav-item .tongshi-nav-item-text {
  font-size: 0.2rem;
  color: #5d5b5b;
  font-weight: bold;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  letter-spacing: 0.02rem;
  margin: 0 0rem 0 0.2rem;
  flex: 1;
}
.tongshi-nav-item .tongshi-nav-item-svg {
  position: relative;
  top: 0.02rem;
  transition: 0.5s;
}
.tongshi-nav-item .tongshi-nav-item-svg svg {
  width: 0.35rem;
  /* 设置宽度 */
  height: auto;
  /* 高度自适应，保持比例 */
  color: #661b7f;
}
.tongshi_course_main {
  width: 3.8rem;
  position: relative;
}
.tongshi_course_main .tongshi_course_main_con {
  width: 100%;
  aspect-ratio: 4 / 6;
  /* 宽高比为 4:3 */
  position: absolute;
  left: 0;
  bottom: 0;
}
.tongshi_course_main .tongshi_course_main_con .con_poster {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tongshi_course_main .tongshi_course_main_con .con_poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
}
.con_detail {
  position: absolute;
  transform: translateX(3.8rem);
  top: 0;
  padding: 0.1rem 0.2rem 0 0.2rem;
  box-sizing: border-box;
}
.con_detail .con_detail_title span {
  font-size: 0.16rem;
  color: #661b7f;
}
.con_detail .con_detail_title span:first-child {
  font-weight: bold;
  font-family: "sys", "Microsoft Yahei", sans-serif;
}
.con_detail .con_detail_title span:last-child {
  color: #433f3e;
  font-size: 0.14rem;
}
.con_detail .info_item {
  display: flex;
  align-items: center;
  margin-top: 0.12rem;
}
.con_detail .info_item .info_item_icon {
  width: 0.15rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.con_detail .info_item .info_item_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.con_detail .info_item .info_item_text {
  font-size: 0.13rem;
}
.tongshi_course_list_outer {
  flex: 1;
  box-sizing: border-box;
}
.juzhen3 {
  width: 2rem;
  position: absolute;
  left: auto;
  right: 2rem;
  top: -0.45rem;
  z-index: 1;
}
.juzhen3 img {
  width: 100%;
  height: auto;
  display: block;
}
.tongshi_course_list {
  background-color: #e6e6e6;
  padding: 0.25rem 0 0 0.1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.tongshi_course_list .course_list_item {
  width: 32.5%;
  cursor: pointer;
}
.tongshi_course_list .course_list_item_up {
  width: 100%;
  padding-bottom: 0.12rem;
  box-sizing: border-box;
  position: relative;
}
.tongshi_course_list .course_list_item_up::before {
  width: 100%;
  height: 0.01rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #959494;
  transition: all 0.3s;
}
.tongshi_course_list .course_list_item_up::after {
  width: 100%;
  height: 0.02rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #661b7f;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.3s;
}
.tongshi_course_list .course_list_item_up .course_list_item_poster {
  width: 100%;
  aspect-ratio: 4 / 3;
  /* 宽高比为 4:3 */
  overflow: hidden;
  position: relative;
}
.tongshi_course_list .course_list_item_up .course_list_item_poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tongshi_course_list .course_list_item_down .con_detail {
  position: static;
  transform: translate(0);
  padding: 0rem 0.2rem 0 0rem;
}
.tongshi_course_list .course_list_item_down .con_detail .con_detail_title {
  margin: 0.15rem 0 0.1rem 0;
}
.tongshi_course_list .course_list_item_down .con_detail .con_detail_title span {
  font-size: 0.18rem;
  color: #661b7f;
}
.tongshi_course_list .course_list_item_down .con_detail .info_item {
  margin-top: 0.1rem;
  align-items: flex-start;
}
.tongshi_course_list .course_list_item_down .con_detail .info_item .info_item_icon {
  position: relative;
  top: 0.04rem;
}
.tongshi_course_list .course_list_item_down .con_detail .info_item .info_item_text {
  line-height: 0.24rem;
}


/* 公共Swiper手机分页器样式 */


.TSBannerBlock .TSBanner-pagination {
  width: 100%;
  margin-top: 0.6rem;
}
.TSBannerBlock .TSBanner-pagination .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  position: static;
}
.TSBannerBlock .TSBanner-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #661b7f;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
  margin: 0 5px;
}
.TSBannerBlock .TSBanner-pagination .swiper-pagination-bullet.-active {
  width: 50px;
  border-radius: 3px;
}
/* 公共Swiper手机分页器样式 */


.tongshiArea_edit .areaTitle .areaTitle_left {
  margin: 0 auto;
}

/* 2025.3.28 小屏幕 改为4个板块开始 */
.tongshiArea-mobile{
  display: none;
}
/* .tongshiBottom_outer_mobile {
  display: none;
} */
.tongshiBottom_outer_mobile .tongshi_course_list_mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tongshiBottom_outer_mobile .course_list_item__mobile {
  width: 48.5%;
  margin-bottom: 3%;
}

.tongshiBottom_outer_mobile .course_list_item__mobile {
  aspect-ratio: 3 / 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tongshiBottom_outer_mobile .course_list_item__mobile .course_list_item__mobile-img {
  width: 100%;
  height: 0.8rem;
  /* background-color: orange; */
  margin-bottom: 0.35rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.tongshiBottom_outer_mobile .course_list_item__mobile .course_list_item__mobile-img img {
  width: auto;
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  /* bottom: 0;
  left: 0; */
  /* background-color: pink; */
}
.tongshiBottom_outer_mobile .course_list_item__mobile .course_list_item__mobile-txt {
  font-size: 0.35rem;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  color: #fff;
}

.tongshiBottom_outer_mobile .course_list_item__mobile:nth-child(1) {
  background-color: #661c7f;
}
.tongshiBottom_outer_mobile .course_list_item__mobile:nth-child(2) {
  background-color: #3441aa;
}

.tongshiBottom_outer_mobile .course_list_item__mobile:nth-child(2) .course_list_item__mobile-img img {
  height: 0.7rem;
  top: 0.05rem;
  /* transform: translateY(0.05rem); */
}

.tongshiBottom_outer_mobile .course_list_item__mobile:nth-child(3) {
  background-color: #a260b8;
}

.tongshiBottom_outer_mobile .course_list_item__mobile:nth-child(4) {
  background-color: #7d77bf;
}
/* .tongshiBottom_outer_mobile .course_list_item__mobile:nth-child(4)  .course_list_item__mobile-img {
  margin-bottom: 0.11rem;
}

  */
.tongshiBottom_outer_mobile .course_list_item__mobile:nth-child(4) .course_list_item__mobile-img img {
  height: 1rem;
  /* transform: translateY(-0.2rem); */
}

.tongshiBottom_outer_mobile .course_list_item__mobile:hover .course_list_item__mobile-img img {
  animation: beat 0.5s 1;
}

/* 2025.3.28 小屏幕 改为4个板块结束 */





/* 通识课程结束----------------------------------------------- */
/* 学生社团开始----------------------------------------------- */
.stuClub.pad {
  padding: 0rem 0 1.1rem;
}
.stuClub {
  width: 100%;
  position: relative;
}
.stuClub .areaTitle {
  margin: 0.07rem 0 1rem 0;
}
.stuClub .areaTitle .areaTitle_left {
  margin: 0 auto;
}
.stuClub .stuClubBottom {
  padding-right: calc((100% - 17.08rem) / 2);
  box-sizing: border-box;
  background-color: #e8e5e1;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.stuClub .club_photo {
  width: 100%;
  aspect-ratio: 6 / 4;
  position: relative;
  overflow: hidden;
}
.stuClub .club_photo img {
  width: 120%;
  /* 图片宽度 */
  height: 120%;
  /* 图片高度 */
  position: absolute;
  /* 绝对定位 */
  bottom: 0;
  /* 初始位置在底部 */
  left: 50%;
  /* 水平居中 */
  transform: translate(-50%, 0);
  /* 水平居中 */
  object-fit: cover;
  /* 图片填充方式 */
}
.stuClub .special_club {
  width: 60%;
}
.stuClub .better_club {
  width: 40%;
  height: 100%;
  padding: 0.2rem 0.04rem 0rem 0.3rem;
  box-sizing: border-box;
  position: relative;
}
.stuClub .better_club .clubLogo_outer {
  width: calc(100% + 0.34rem);
  position: relative;
}
.stuClub .better_club .clubLogo {
  width: 105%;
  position: absolute;
  right: 0.34rem;
  display: flex;
  align-items: center;
  transform: translateY(0.2rem);
}
.stuClub .better_club .clubLogo .clubLogo-item {
  aspect-ratio: 4 / 3;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.stuClub .better_club .clubLogo .clubLogo-item:nth-child(1) {
  background-color: #3341aa;
}
.stuClub .better_club .clubLogo .clubLogo-item:nth-child(2) {
  background-color: #a360b9;
}
.stuClub .better_club .clubLogo .clubLogo-item .clubLogo-item-txt {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  letter-spacing: 0.02rem;
}
.stuClub .better_club .clubLogo .clubLogo-item .clubLogo-item-img {
  margin-top: 0.2rem;
}
.stuClub .better_club .clubLogo .clubLogo-item .clubLogo-item-img img {
  width: auto;
  height: 1rem;
  display: block;
}
.stuClub .better_club .clubLogo .clubLogo-item .clubLogo-item-img svg{
  width: auto;
  height: 1rem;
}
.stuClub .yinhua1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.stuClub .yinhua1 img {
  width: 4rem;
  height: auto;
  display: block;
}
/* 学生社团结束----------------------------------------------- */
/* 文化场馆开始----------------------------------------------- */
.cultureArea.pad {
  padding: 1.1rem 0 0.8rem;
}
.cultureAreaInner {
  overflow: hidden;
  width: 100%;
  background: url(/images/pages/index/cultureHallBg.png) no-repeat center / cover;
}
.orderBtn {
  height: 0.45rem;
  background-color: #661b7f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.15rem 0 0.2rem;
  cursor: pointer;
}
.orderBtn .order-icon {
  width: 0.22rem;
  margin: 0 0.1rem 0 0;
  transition: 0.5s;
}
.orderBtn .order-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.orderBtn span {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  letter-spacing: 0.02rem;
  transform: translateY(0.02rem);
}
.cultureBottom {
  position: relative;
  display: flex;
}
.cultureBottomLeft {
  /* width: 55%; */
  width: 50%;
  padding: 1.1rem;
  position: relative;
  z-index: 10;
}
.cultureBottomLeft a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.cultureBottomLeft a .scale {
  border-radius: 50%;
  overflow: hidden;
  padding: 0.1rem;
  background: #fff;
  box-sizing: border-box;
}
.cultureBottomLeft a .scale .imged {
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.cultureBottomLeft a .scale .imged img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  object-fit: cover;
}
@media (min-width: 1199px) {
  .cultureBottomLeft a:hover .imged {
    transform: scale(1.1);
  }
}

.cultureBottomLeft .con {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.3rem 0.35rem;
  text-align: center;
  z-index: 100;
}
.cultureBottomLeft .con h3 {
  color: #fff;
  font-size: 0.28rem;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cultureBottomCenter {
  /* width: 55%; */
  width: 50%;
  aspect-ratio: 1 / 1;
  position: absolute;
  /* left: 0.2rem; */
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50%;
}
.cultureBottomCenter img {
  width: 100%;
}
.cultureBottomRight {
  width: 45%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.cultureBottomRight ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0 1rem 1.4rem;
  box-sizing: border-box;
}
.cultureBottomRight li {
  margin-bottom: 0.5rem;
}
.cultureBottomRight li:nth-child(1) .img {
  background: #7F4194;
}
.cultureBottomRight li:nth-child(1) .h6-img::before {
  background: #D3C7D5;
}
.cultureBottomRight li:nth-child(1) .trs {
  transform: rotate(150deg) translate(-30%, -3%) scaleY(-1) !important;
}
.cultureBottomRight li:nth-child(1) p path {
  stroke: #7F4194;
}
.cultureBottomRight li:nth-child(2) .img {
  background: #3E3FAB;
}
.cultureBottomRight li:nth-child(2) .h6-img::before {
  background: #BBB8D3;
}
.cultureBottomRight li:nth-child(2) .trs {
  transform: rotate(158deg) translate(-51%, 0%) scaleY(-1) !important;
}

.cultureBottomRight li:nth-child(2) p path {
  stroke: #3E3FAB;
}

.cultureBottomRight li:nth-child(3) .img {
  background: #4D3BAB;
}
.cultureBottomRight li:nth-child(3) .h6-img::before {
  background: #C4BEDA;
}
.cultureBottomRight li:nth-child(3) p {
  right: 95%;
  top: -10%;
}
.cultureBottomRight li:nth-child(3) p path {
  stroke: #4D3BAB;
}
.cultureBottomRight li .a {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.cultureBottomRight li .h6-img {
  width: 1.42rem;
  height: 1.42rem;
  border-radius: 50%;
  padding: 0.13rem;
  box-sizing: border-box;
  z-index: 2;
  transition: 0.5s;
  position: relative;
}
.cultureBottomRight li .h6-img::before {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  border-radius: 50%;
}
.cultureBottomRight li .h6-img::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
}
.cultureBottomRight li .h6-img .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cultureBottomRight li .h6-img .img::after {
  content: "";
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: auto;
  height: auto;
  top: 0.05rem;
  left: 0.05rem;
  right: 0.05rem;
  bottom: 0.05rem;
}
.cultureBottomRight li .h6-img .img svg {
  width: 100%;
  height: 100%;
}
.cultureBottomRight li h3 {
  width: calc(100% - 1.42rem);
  padding-left: 0.65rem;
  box-sizing: border-box;
  font-size: 0.3rem;
  color: #333;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 10;
  transition: 0.5s;
}
.cultureBottomRight li .line {
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.05rem;
}
.cultureBottomRight li .line .d-line {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cultureBottomRight li .line .trs {
  position: absolute;
  z-index: 100;
  width: 3.4rem;
  right: 50%;
  top: 0.1rem;
  transform: rotate(190deg) translate(0%, 15%) scaleY(-1);
  height: auto;
  overflow: hidden;
}
.cultureBottomRight li .line p svg {
  width: 0;
  display: none\0;
}
.cultureBottomRight li .line p path {
  /* stroke: #005d92; */
}
.cultureBottomRight li.on .h6-img {
  transform: scale(1.5);
  z-index: 10;
}
.cultureBottomRight li.on .h6-img::before {
  animation: circleScale2 4s linear infinite;
}
.cultureBottomRight li.on h3 {
  font-size: 0.32rem;
  color: #7F4194;
}
.cultureBottomRight li.on .img::after {
  top: -0.3rem;
  right: -0.3rem;
  bottom: -0.3rem;
  left: -0.3rem;
}
.cultureBottomRight li.on:nth-child(1) .img::after {
  border: 1px dashed #7f41941f;
}
.cultureBottomRight li.on:nth-child(1) .trs {
  width: 4.1rem;
}
.cultureBottomRight li.on:nth-child(2) h3 {
  color: #3E3FAB;
}
.cultureBottomRight li.on:nth-child(2) .img::after {
  border: 1px dashed rgba(186, 213, 238, 0.514);
}
.cultureBottomRight li.on:nth-child(2) .trs {
  width: 3.75rem;
  top: 50%;
  /* bottom: 0; */
}
.cultureBottomRight li.on:nth-child(3) h3 {
  color: #4D3BAB;
}
.cultureBottomRight li.on:nth-child(3) .img::after {
  border: 1px dashed rgba(134, 125, 179, 0.288);
}
.cultureBottomRight li.on:nth-child(3) .trs {
  width: 3.6rem;
}
.cultureBottomRight li.on p svg {
  width: 100%;
  transition: 1.5s;
}
/* 文化场馆结束----------------------------------------------- */
/* 美育实践开始---------------------------------------------- */
.practiceArea.pad {
  padding: 0.5rem 0 0rem;
}
.practiceArea {
  position: relative;
}
.practiceArea .wp {
  position: relative;
  z-index: 2;
  width: 1440px;
}
.practiceArea .areaTitle {
  justify-content: center;
  margin: 0.07rem 0 1.1rem;
}
.practiceArea .practiceBg1 {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
}
.practiceArea .practiceBg1 img {
  width: 100%;
  height: auto;
  display: block;
}
.practiceArea .practiceBg2 {
  width: 100%;
  position: relative;
  /* position: absolute;
  left: 0;
  bottom: 0; */
}
.practiceArea .practiceBg2 .offsetImg {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}


.practiceBottom{
  padding-bottom: .5rem;
}
.news_list {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  /* height: 402px; */
  /* 1440 */
  /* height: 420px;  */
  height: 583px;
}
.news_list li.news {
  width: 33.3%;
  height: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  transition: width 0.6s ease-in-out 0s;
}
.news_list li.news img{
  width: 100%;
}
.news_list li.news .news_box {
  height: 100%;
  background-position: center center;
  background-size: cover;
  /* background-position: left top; */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  margin: 5px;
  position: relative;
  transition: all 0.6s ease-out;
  display: block;
}
.news_list li.news:nth-child(1) .news_box{
  /* background-color: palegoldenrod; */
  /* background-image: url(/images/pages/index/clubEx2.png);  */
  background-image: url(/images/pages/index/practiceEx2.png); 
}
.news_list li.news:nth-child(2) .news_box{
  /* background-color: palegreen;  */
  /* background-image: url(/images/pages/index/practiceEx1.png);  */
  background-image: url(/images/pages/index/practiceEx1.png); 
}
.news_list li.news:nth-child(3) .news_box{
  /* background-color: paleturquoise;  */
  /* background-image: url(/images/pages/index/clubEx2.png);  */
  background-image: url(/images/pages/index/practiceEx3.png); 
}

.news_list li.news .news_imgs .mark {
  display: none;
}
.news_list li.news .news_imgs:after {
  /* background: #003f88; */
  background: linear-gradient(#3441aa, #6334ab);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  right: 0;
  z-index: 99;
}
 .news_list li.news .news_wz {
  position: absolute;
  top: 0;
  transition: all .6s ease-in-out;
  width: 100%;
  z-index: 100;
  /* background-color: palegoldenrod; */
}
.news_list li.news .news_wz .news_con {
  color: #fff;
  font-size: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: "sys", "Microsoft Yahei", sans-serif;
}
.news_list li.news .news_time {
  font-size: 0.19rem;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1;
  transition: all 0.6s ease-in-out;
}
 .news_list li.news .news_title {
  font-size: 0.19rem;
  color: #fff;
  letter-spacing: 0.02rem;
  font-weight: bold;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  max-height: 1rem;
  white-space: wrap;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.6s ease-in-out;
}
.news_list li.news .news_title span {
  background-image: linear-gradient(#3442aaa1, #3442aaa1);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding: 4px 0;
  transition: background-size 0.3s;
}
.transition-all {
  transition-duration: .15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.news_list li.news.current {
  width: 50%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
 .news_list li.news.current .news_imgs:after {
  background: linear-gradient(hsla(0, 0%, 96%, 0), #3441aa);
  height: 40%;
  opacity: .8;
}
.news_list li.news.current .news_wz {
  top: 60%;
}
.news_list li.news.current  .news_time {
  font-size: 0.28rem;
}
.news_list li.news.current  .news_title {
  font-size: 0.28rem;
}
.news_list li:hover  .news_title span {
  background-size: 100% 1px; 
}


/* 手机显示样式 */
.workShowList{
  width: 100%;
  display: none;
  /* display: flex;;
  flex-wrap: wrap;
  justify-content: space-between; */
}
.workShowList::after{
  content: "";
  display: block;
  clear: both;
}
.workShowList-item{
  width: 48.5%;
  aspect-ratio: 3/2;
  margin-bottom: 5%;
  cursor: pointer;
  float: left;
  margin-right: 3%;
  /* background-color: palegoldenrod; */
}

.workShowList-item:nth-child(2n){
  margin-right: 0; 
  margin-bottom: 0;
}

.workShowList-item-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.workShowList-item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.workShowList-item-con{
  padding: 10px 0 0;
  box-sizing: border-box;
}
.workShowList-item-con-title span{
    width: 100%;
    display: block;
  font-size: 0.2rem;
  color: #5B5959;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-family: "sys", "Microsoft Yahei", sans-serif;
}

/* 美育实践结束----------------------------------------------- */
/* footer结束----------------------------------------------- */
footer {
  padding: 0.65rem 0;
  background: #1a1a1a;
  position: relative;
  z-index: 10;
}
.fotContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fotContainer .fot1 {
  width: 50%;
}
.fotContainer .fot1 img {
  max-width: 503px;
}
.fotContainer .line {
  display: inline-block;
  width: 0.02rem;
  height: 0.2rem;
  background-color: #c7c7c7c0;
  margin: 0 0.1rem;
  position: relative;
  top: 0.04rem;
}
.fotContainer p {
  color: #fff;
  font-size: 0.19rem;
  letter-spacing: 0.02rem;
  line-height: 1.6;
  margin-top: 0.03rem;
}
.fotContainer p.address {
  margin-top: 0.2rem;
}
.fotContainer p.address span {
  display: block;
  font-size: 0.13rem;
  color: #c7c7c7;
  margin-bottom: 0.05rem;
}
.fotContainer p.address span:nth-child(2) {
  margin-bottom: 0;
}
.fotContainer p.address .adminLogin {
  font-size: 0.14rem;
  color: #c7c7c7;
  text-decoration: underline;
  margin-left: 1.3rem;
  letter-spacing: normal;
}

.fotContainer .fot4 {
  width: auto;
  text-align: center;
}
.fotContainer .fot4 img {
  width: 1.5rem;
  cursor: pointer;
}
.fotContainer .fot4 p {
  font-size: 0.13rem;
  color: #c7c7c7;
  margin-top: 0.1rem;
}
/* footer结束----------------------------------------------- */
@keyframes circleScale2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes beat {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@media (min-width: 1199px) {
  a:hover .img_zd .img_hezi img,
  .slow:hover img {
    transform: scale(1.08);
    transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
  }
  .arrowMore .a1:hover {
    color: #661b7f;
  }
  .arrowMore .a1:hover img {
    transform: translateX(0.06rem);
  }
  .miso_btn1 .arrow:hover img {
    opacity: 0.8;
    transform: rotateX(180deg);
  }
  .tongshi-nav-item:hover .icon-active {
    display: block;
  }
  .tongshi-nav-item:hover .icon-default {
    display: none;
  }
  .tongshi-nav-item:hover .tongshi-nav-item-text {
    color: #6c2584;
  }
  .tongshi-nav-item:hover .tongshi-nav-item-svg {
    transform: translateX(0.06rem);
  }
  .con_poster img:hover {
    transform: scale(1.08);
  }
  .course_list_item:hover .course_list_item_up::after {
    transform: scaleX(1);
  }
  .course_list_item:hover .course_list_item_down .info_item_text span {
    color: #661b7f;
  }
  .clubLogo-item:hover .clubLogo-item-img {
    animation: beat 0.5s 1;
  }
  .orderBtn:hover .order-icon {
    transform: rotate(360deg);
  }
  .workShowList_item:hover .workShowList_item_con {
    height: 100%;
    mask: none;
    /* 移除遮罩 */
    opacity: 0.8;
    /* 透明度变化 */
    padding: 0.6rem 0.4rem 0.5rem;
    transition: all 0.6s;
  }
  .workShowList_item:hover .workShowList_item_con::before {
    opacity: 0.8;
  }
  .workShowList_item:hover .workShowList_item_poster img {
    transform: scale(1.08);
  }
}
/* 内页banner开始------------------------------------------- */
.o-news-banner {
  position: relative;
  overflow: visible;
  height: 906px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.o-news-banner::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05) 24%, rgba(0, 0, 0, 0.05));
  z-index: 0;
}
@media (max-width: 1919px) {
  .o-news-banner {
    height: 655px;
  }
}
@media (max-width: 1439px) {
  .o-news-banner {
    height: 680px;
  }
}
@media (max-width: 1199px) {
  .o-news-banner {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .o-news-banner {
    height: 360px;
  }
}
.o-news-banner.-size-sm {
  height: 500px;
}
@media (max-width: 1199px) {
  .o-news-banner.-size-sm {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .o-news-banner.-size-sm {
    height: 330px;
  }
}
.o-news-banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.o-news-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-news-banner__content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 180px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .o-parallax-banner__content {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .o-parallax-banner__content {
    padding-bottom: 20px;
  }
}
.o-news-banner__deco-bar {
  width: 1px;
  height: 160px;
  position: absolute;
  bottom: 95px;
  left: 50%;
  background-color: #6d217d;
  z-index: 4;
}
@media (max-width: 1199px) {
  .o-news-banner__deco-bar {
    bottom: 50px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .o-news-banner__deco-bar {
    bottom: 0;
    height: 80px;
  }
}
.o-parallax-banner__decos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 2;
}
body.-mobile .o-parallax-banner__decos {
  overflow: hidden;
}
.o-parallax-banner__decos::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05) 24%, rgba(0, 0, 0, 0.05));
}
.o-parallax-banner__deco {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
}
.o-parallax-banner__deco.-dotted,
.o-parallax-banner__deco.-footer {
  bottom: 0;
  left: 0;
  width: 100%;
}
.o-parallax-banner__deco.-dotted img,
.o-parallax-banner__deco.-footer img {
  width: 100%;
}
.o-parallax-banner__deco.-dotted {
  z-index: 1;
}
@media (min-width: 768px) {
  .o-parallax-banner__deco.-dotted {
    -webkit-transform: translate(0, 70px);
    transform: translate(0, 70px);
  }
}
.o-parallax-banner__deco.-footer {
  z-index: 4;
}
.o-parallax-banner__deco.-footer.-last::before {
  width: 100%;
  height: 500px;
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  display: block;
  background-color: #ffffff;
}
.o-parallax-banner__deco.-footer[data-id="1"] {
  z-index: 2;
}
.o-parallax-banner__deco.-footer[data-id="2"] {
  z-index: 4;
}
.o-parallax-banner__deco.-footer[data-id="3"] {
  z-index: 6;
}
.o-parallax-banner__deco.-footer[data-id="4"] {
  z-index: 8;
}
.o-parallax-banner__deco.-footer[data-id="5"] {
  z-index: 10;
}
body.-mobile .o-parallax-banner__deco.-deco {
  overflow: hidden;
}
.o-parallax-banner__deco.-deco img {
  margin: 0 auto;
  width: 90%;
}
.o-news-banner__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 5px;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1199px) {
  .o-news-banner__title {
    font-size: 40px;
    letter-spacing: 0.56px;
  }
}
@media (max-width: 767px) {
  .o-news-banner__title {
    font-size: 35px;
    letter-spacing: 0.49px;
  }
}
.o-parallax-banner__cover {
  position: absolute;
  top: 35px;
  width: 100%;
  height: 906px;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .o-parallax-banner__cover {
    height: 655px;
  }
}
@media (max-width: 1439px) {
  .o-parallax-banner__cover {
    height: 680px;
  }
}
@media (max-width: 1199px) {
  .o-parallax-banner__cover {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .o-parallax-banner__cover {
    top: 35px;
    height: 360px;
  }
}



.o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="1"],
.o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 180px;
  right: 0;
  width: 405px;
  z-index: 12;
}
 .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="1"]::before,
.o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"]::before {
  content: "";
  display: block;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  /* background: aqua; */
}
@media (max-width: 1199px) {
   .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="1"]::before,
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"]::before {
    width: 10px;
    -ms-flex-preferred-size: 10px;
    flex-basis: 10px;
  }
}
 .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="1"] img,
.o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"] img {
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
   .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="1"],
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"] {
    bottom: 90px;
    width: 180px;
  }
}
@media (max-width: 767px) {
   .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="1"],
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"] {
    bottom: 50px;
    width: 90px;
  }
}
 .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="2"],
.o-parallax-banner .o-parallax-banner__deco.-deco[data-id="2"] {
  bottom: 80px;
  left: 50px;
  z-index: 12;
}
@media (max-width: 1199px) {
   .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="2"],
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="2"] {
    bottom: 50px;
    left: 30px;
    width: 62.5px;
  }
}
@media (max-width: 767px) {
   .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="2"],
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="2"] {
    bottom: 20px;
    left: 13px;
    width: 32px;
    z-index: 12;
  }
}
 .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="3"],
.o-parallax-banner .o-parallax-banner__deco.-deco[data-id="3"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 200px;
  left: -5px;
  width: 440px;
  z-index: 2;
}
 .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="3"]::after,
.o-parallax-banner .o-parallax-banner__deco.-deco[data-id="3"]::after {
  content: "";
  display: block;
  width: 34px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
}
@media (max-width: 1199px) {
   .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="3"]::after,
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="3"]::after {
    width: 10px;
    -ms-flex-preferred-size: 10px;
    flex-basis: 10px;
  }
}
 .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="3"] img,
.o-parallax-banner .o-parallax-banner__deco.-deco[data-id="3"] img {
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
   .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="3"],
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="3"] {
    bottom: 80px;
    width: 204px;
  }
}
@media (max-width: 767px) {
   .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="3"],
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="3"] {
    bottom: 45px;
    width: 100px;
    z-index: 12;
  }
}
/* 内页banner结束------------------------------------------- */

/* 了解更多按钮 */
.btn-learn {
  width: 1.5rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  font-size: 0.14rem;
  color: #671c7f;
  border-radius: 0.22rem;
  border: 1px solid #671c7f;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.m-circle-hover__text {
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
.m-circle-hover__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 283%;
  background-color: #671c7f;
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.3s ease-out;
  transform: translate(-50%, -50%) scale(0);
}
.m-circle-hover__circle::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.m-circle-hover.-active .m-circle-hover__circle {
  transition: transform 0.6s ease-in-out;
  transform: translate(-50%, -50%) scale(1);
}
/* 旋转动画 */
.a-rotate-gear {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.a-rotate-gear__main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1800px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.a-rotate-gear__main .js-parallax-item {
  transition: all 0.6s linear;
}
@media (max-width: 767px) {
  .a-rotate-gear__main {
    width: 150%;
  }
}
.a-rotate-gear svg {
  width: 100%;
}
.a-rotate-gear svg .stroke {
  -webkit-animation: gear 150s linear infinite;
  animation: gear 150s linear infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes gear {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes gear {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.a-rotate-gear svg .fill {
  -webkit-animation: gear 70s linear infinite;
  animation: gear 70s linear infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@keyframes gear {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* @media (max-width: 1600px) {
  #openHamburger{
    justify-content: flex-end !important;
  }
  } */