@charset "UTF-8";
html {
  font-size: 100px;
}

@font-face {
  font-family: "Marcellus";
  /* 字体文件路径（根据实际目录调整） */
  src: url("../fonts/Marcellus-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Marcellus", Arial, "PingFang SC", sans-serif, serif;
  color: #333333;
  padding: 0;
  margin: 0;
  font-size: 0.16rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media (min-width: 1080px) {
  .container {
    width: 1000px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}
@media (min-width: 1480px) {
  .container {
    width: 1400px;
    padding: 0;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1600px;
    padding: 0;
  }
}
.pic {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pic .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s linear;
}

img {
  max-width: 100%;
  border: none;
  transition: all 0.5s ease;
}

/* 通用样式 */
.flex {
  display: box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 动画延迟结束 */
/* 视频弹窗 */
.vwrap {
  display: none;
  z-index: 1040000;
  width: 100%;
  /* height: 100%; */
  position: fixed;
}

.vwrap .videobtg {
  z-index: 900;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
}

.vwrap .videobox {
  z-index: 1200;
  width: 1200px;
  position: fixed;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90vh;
}

.vwrap .videobox #videobox {
  width: 100%;
  max-height: 90vh;
  /* display: inline-block; */
  /* background:#000; */
  border-radius: 0.1rem;
  overflow-y: auto;
  /* position: absolute; */
}

.vwrap .videobox #videobox * {
  max-height: 100%;
}

.vwrap .videobox #videobox .img_hezi {
  padding-bottom: 60% !important;
}

.vwrap .videobox #videobox video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

#videobox_wrapper {
  height: 100% !important;
}

.vwrap .close {
  z-index: 999;
  width: 31px;
  height: 31px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -42px;
  text-align: center;
}

.vwrap .close i {
  display: block;
  width: 31px;
  height: 31px;
  transition: 400ms;
}

.vwrap .close i svg {
  transition: 0.6s;
}

.vwrap .close:hover i svg {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .vwrap .videobox {
    width: 100%;
    /* left: 3%; */
    margin-left: 0;
  }
  .vwrap .close {
    right: 0;
    top: -35px;
  }
}
@media (max-height: 500px) {
  .vwrap .videobox {
    width: 60%;
  }
  .vwrap .videobox #videobox .img_hezi {
    padding-bottom: 50% !important;
  }
}
/* 视频弹窗 */
/* header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 1.17rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .container {
  width: 100%;
  padding: 0 0.4rem;
  position: relative;
  align-items: center;
}
.header .logo {
  font-size: 0;
  transition: all 0.5s;
}
.header .logo img {
  height: 0.8rem;
}
.header .header-rt .icon {
  padding-top: 0.15rem;
}
.header .header-rt .icon img {
  width: 0.24rem;
}

.header.on {
  background: rgba(130, 66, 152, 0.90);
}

/* 搜索 */
.search-box {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
}
.search-box .serform {
  width: 90%;
  margin: 0 auto;
  transition: 0.2s 0.1s;
}
.search-box .close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}

.search-box.showDiv {
  opacity: 1;
  visibility: visible;
}
.search-box.showDiv .serform {
  transform: translateY(0);
  transition: 0.5s 0.3s;
}

.search-bar {
  max-width: 5.5rem;
  margin: 0 auto;
  position: relative;
}
.search-bar .txt {
  height: 0.5rem;
  border: 0;
  border-right: 0;
  padding-right: 0.9rem;
  width: 100%;
  padding-left: 0.15rem;
  background: #fff;
  border-radius: 5px 10px 10px 5px;
  box-sizing: border-box;
}
.search-bar .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  outline: none;
  border-style: none;
  background: #024272;
}
.search-bar .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
}

/* 导航 */
.navbar ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navbar li {
  position: relative;
  display: inline-block;
  padding: 0 0.2rem;
  color: #fff;
  cursor: pointer;
}
.navbar li .lv1 {
  display: inline-block;
  position: relative;
  line-height: 1.17rem;
  font-size: 0.2rem;
  font-weight: normal;
  color: #fff;
}
.navbar li .lv1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.navbar li.current > a:after,
.navbar li:hover > a:after {
  transform: scaleX(1);
}
.navbar .subnav {
  position: absolute;
  z-index: 2000;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  padding: 0.1rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.navbar .subnav:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #fff;
  bottom: 100%;
  display: none;
}
.navbar .subnav dl {
  position: relative;
}
.navbar .subnav a {
  display: block;
  width: 100%;
  line-height: 0.28rem;
  padding: 0.1rem;
  font-size: 0.16rem;
  color: #333;
  position: relative;
}
.navbar .subnav a:hover {
  background: #024272;
  color: #fff;
}
.navbar li:hover .subnav {
  display: block;
}

.full-menu {
  position: fixed;
  z-index: 9999999;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-size: cover;
  transition: all 0.5s ease 0s;
  transform: translateY(-100%);
}
.full-menu .close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  cursor: pointer;
}
.full-menu .close img {
  width: 100%;
}
.full-menu .inner {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  top: 1rem;
  bottom: 0px;
  overflow-y: auto;
}
.full-menu ul {
  max-width: 15.6rem;
  margin: 0px auto;
  flex-wrap: wrap;
  align-items: normal;
}
.full-menu ul li {
  width: 25%;
  text-align: center;
  padding-bottom: 0.45rem;
  font-size: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(1rem);
  opacity: 0;
}
.full-menu ul li .lv1 {
  display: block;
  font-size: 0.24rem;
  font-weight: bold;
  padding: 0px 0.1rem 0.1rem;
  border-bottom: 2px solid #ffb812;
  color: #fff;
}
.full-menu ul li .subnav {
  padding: 0.1rem 0px;
}
.full-menu ul li .subnav dd {
  font-size: 0;
}
.full-menu ul li .subnav a {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin: 0.1rem 0px;
  color: #fff;
}
.full-menu ul li .subnav a:hover {
  color: #ffb812;
}

.show-full {
  overflow: hidden;
}
.show-full .full-menu {
  transform: translateY(0px);
}
.show-full .full-menu li {
  opacity: 1;
  transform: translateY(0px);
}

.menu-btn,
.phone-menu {
  display: none;
}

/* banner焦点图 */
.banner {
  position: relative;
  width: 100%;
}
.banner .pic {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 50%;
}
.banner .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(25, 6, 32, 0.81);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner .img {
  transition: 6s 1s linear;
  transform: scale(1);
}
.banner .swiper-slide-active .img {
  transform: scale(1.05);
}
.banner .txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 0.2rem;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 5;
}
.banner .txt h2 {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1rem;
  letter-spacing: 0.02em;
}
.banner .txt h3 {
  margin-top: 0.6rem;
  font-size: 0.36rem;
  font-weight: normal;
}
.banner .banner-pagination {
  position: absolute;
  width: 100%;
  height: 0.48rem;
  left: 0;
  bottom: 0.6rem;
  z-index: 9;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  color: #fff;
  opacity: 1;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 8px;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 0;
  background: url(../images/banner-dot.png) top center no-repeat;
  background-size: 100% 100%;
  transform: translateY(0.18rem);
}
.banner .banner-pagination span:last-child {
  padding-right: 0;
}
.banner .banner-pagination span:last-child:after {
  width: 0;
}
.banner .banner-prev,
.banner .banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.56rem;
  height: 0.56rem;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
  display: none;
}
.banner .banner-prev {
  background: url(../images/banner-prev.png) top center no-repeat;
  background-size: 100% 100%;
  left: 1rem;
}
.banner .banner-next {
  background: url(../images/banner-next.png) top center no-repeat;
  background-size: 100% 100%;
  right: 1rem;
}

/* banner焦点图结束 */
/* 通用样式 */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDownUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8rem);
  }
  100% {
    transform: translateY(0);
  }
}
.index-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.index-title .t {
  display: flex;
  align-items: center;
  line-height: 0.48rem;
}
.index-title .t .icon {
  display: inline-block;
  height: 0.4rem;
}
.index-title .t .icon img {
  height: 100%;
}
.index-title .t span {
  font-size: 0.36rem;
  color: #000000;
  padding-left: 0.1rem;
}

.index-more {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9;
}
.index-more a {
  display: flex;
  align-items: center;
}
.index-more .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  position: relative;
}
.index-more .icon img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-more .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/index-more01.png) top center no-repeat;
  background-size: 100% 100%;
}
.index-more p {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  color: #024272;
}
.index-more:hover .icon:after {
  animation: rotate 5s linear infinite;
}
.index-more:hover svg {
  color: #024272;
}

.webkit-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 通用样式 */
/* 首页中部区域 */
.index-page {
  background: url(../images/index-bg.png) top center no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.index-page:before, .index-page:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #EBEBEB;
  position: absolute;
  top: 0;
}
.index-page:before {
  left: 10%;
}
.index-page:after {
  right: 10%;
}
.index-page .line {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/index-line.png) no-repeat center top;
  background-size: 1px 100%;
}
.index-page .line:before, .index-page .line:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #EBEBEB;
  position: absolute;
  top: 0;
}
.index-page .line:before {
  left: 30%;
}
.index-page .line:after {
  right: 30%;
}

.section1 {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 1.56rem 0;
  overflow: hidden;
  --parent-height: 100%;
}
.section1:before {
  content: "";
  display: block;
  width: 4px;
  height: 0.6rem;
  background: #8567A7;
  position: absolute;
  bottom: 2.16rem;
  left: calc(30% - 1px);
  animation: moveDownUp 20s ease-in-out infinite;
}
.section1:after {
  content: "";
  display: block;
  width: 4px;
  height: 0.6rem;
  background: #8567A7;
  position: absolute;
  top: 0.75rem;
  right: calc(10% - 1px);
  animation: moveUpDown 20s ease-in-out infinite;
}
.section1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.section1 .left-pic {
  width: 23%;
  padding-top: 0.45rem;
  margin-left: 5%;
}
.section1 .left-pic .pic {
  border-radius: 0.1rem;
}
.section1 .left-pic img {
  transition: 0.5s linear;
}
.section1 .left-pic img:hover {
  transform: scale(1.05);
}
.section1 .right-txt {
  width: 62%;
}
.section1 .right-txt .tit {
  font-size: 0.56rem;
  font-weight: normal;
  color: #000000;
}
.section1 .right-txt .info {
  margin-top: 0.5rem;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.36rem;
  color: #27254C;
}
.section1 .right-txt .pic {
  margin-top: 0.8rem;
  width: 7.9rem;
  max-width: 100%;
  border-radius: 0.1rem;
}
.section1 .right-txt .pic img {
  transition: 0.5s linear;
}
.section1 .right-txt .pic img:hover {
  transform: scale(1.05);
}

@keyframes moveUpDown2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDownUp2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.section2 {
  padding: 2.3rem 0;
  background: url(../images/section2-bg.png) top center no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 2;
}
.section2:before {
  content: "";
  display: block;
  width: 3px;
  height: 1.4rem;
  background: #B19ED1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(10% - 1px);
  animation: moveUpDown2 10s ease-in-out infinite;
}
.section2:after {
  content: "";
  display: block;
  width: 3px;
  height: 0.6rem;
  background: #B19ED1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(10% - 1px);
  animation: moveUpDown2 10s ease-in-out infinite;
}
.section2 .line2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section2 .line2:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.6rem;
  background: #B19ED1;
  position: absolute;
  bottom: 2.32rem;
  left: calc(30% - 1px);
  animation: moveDownUp2 10s ease-in-out infinite;
}
.section2 .line2:after {
  content: "";
  display: block;
  width: 3px;
  height: 0.6rem;
  background: #B19ED1;
  position: absolute;
  bottom: 0.94rem;
  right: calc(30% - 1px);
  animation: moveDownUp2 10s ease-in-out infinite;
}
.section2 .container {
  position: relative;
  z-index: 2;
}
.section2 .inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section2 .inner li {
  width: 4rem;
  height: 5.6rem;
  border-radius: 0.1rem;
  background: #6B3CAE;
  position: relative;
  display: flex;
  align-items: center;
}
.section2 .inner li:nth-child(2n) {
  margin-left: 0.6rem;
  margin-top: 1.2rem;
  background: #A971BC;
}
.section2 .inner a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  text-align: center;
}
.section2 .inner svg * {
  stroke: currentColor;
}
.section2 .inner .icon {
  width: 50%;
  padding-bottom: 50%;
  position: relative;
  margin: 0 auto;
}
.section2 .inner .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dashed #FFFFFF;
  border-radius: 50%;
}
.section2 .inner .icon svg {
  color: #fff;
  fill: #fff;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section2 .inner .txt {
  width: 100%;
  font-size: 0.42rem;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 0.45rem;
  text-align: center;
}
.section2 .inner li:hover .icon:before {
  animation: rotate 10s linear infinite;
}
.section2 .inner li:hover svg {
  fill: #fff;
  color: #fff;
}

/* 底部 */
.footer {
  background: url(../images/footer-bg.png) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.footer .info {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #fff;
}
.footer .footer-logo {
  width: 3.49rem;
}
.footer .ewm {
  width: 0.88rem;
}
.footer .ewm img {
  width: 100%;
}
.footer .cory {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  padding: 0.12rem 0;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}

/* 底部 */
/* 列表页 */
.list-banner {
  height: 42vw;
  position: relative;
}

.list-page {
  padding: 0.65rem 0 1rem;
}
.list-page .column-title {
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.list-page .column-title h2 {
  font-size: 0.56rem;
  font-weight: normal;
}
.list-page .txt-box {
  font-size: 0.22rem;
  line-height: 0.4rem;
  font-weight: normal;
  text-align: justify;
  color: #27254C;
}

/* program-overview */
.program-overview {
  background: url(../images/program-overview-bg.png) top center no-repeat #fff;
  background-size: 100%;
}
.program-overview .info01 {
  margin-top: 1.1rem;
  padding-bottom: 0.35rem;
  position: relative;
}
.program-overview .info01:before {
  content: "";
  display: block;
  width: 87.5%;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #A971BC;
}
.program-overview .info01 .pic-box {
  width: 47.6%;
  position: relative;
  z-index: 2;
}
.program-overview .info01 .pic-box img:hover {
  transform: scale(1.05);
}
.program-overview .info01 .txt-box {
  position: relative;
  z-index: 2;
  width: 43.4%;
  margin-right: 0.8rem;
  color: #fff;
  line-height: 0.36rem;
  margin-top: 0.92rem;
}
.program-overview .info02 {
  margin-top: 1.1rem;
  align-items: center;
}
.program-overview .info02 .pic-box {
  width: 47.6%;
  position: relative;
  z-index: 2;
}
.program-overview .info02 .pic-box img:hover {
  transform: scale(1.05);
}
.program-overview .info02 .txt-box {
  position: relative;
  z-index: 2;
  width: 45.5%;
}
.program-overview .info03 {
  margin-top: 1.1rem;
  position: relative;
  z-index: 2;
}
.program-overview .info03 .pic-box {
  width: 100%;
}
.program-overview .info03 .txt-box {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.24rem;
}

/* program-overview */
/* about-program */
.about-program-banner li a {
  display: block;
  height: 42vw;
}
.about-program-banner li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, #2E0034 -41%, #000000 -41%, rgba(0, 0, 0, 0) 80%);
}
.about-program-banner li .container {
  position: absolute;
  z-index: 2;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.about-program-banner li .tit {
  font-size: 0.48rem;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-program-banner .img {
  transition: 6s 1s linear;
  transform: scale(1);
}
.about-program-banner .swiper-slide-active .img {
  transform: scale(1.05);
}
.about-program-banner .about-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0.4rem;
  z-index: 9;
}
.about-program-banner .about-pagination span {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  text-align: center;
  font-family: Source Han Serif CN;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.36rem;
  background: rgba(255, 255, 255, 0.59);
  border-radius: 50%;
  margin: 0 0.1rem;
  opacity: 1;
}
.about-program-banner .about-pagination span.swiper-pagination-bullet-active {
  background: #700B7C;
}

.about-program {
  padding: 0;
}
.about-program .about01 {
  padding: 0.7rem 0 1.4rem;
  background: url(../images/about-program-bg01.png) top center no-repeat;
  background-size: cover;
}
.about-program .about02 {
  padding: 0.8rem 0;
  background: #fff;
  overflow: hidden;
}
.about-program .about02 .timeline {
  position: relative;
  z-index: 2;
  margin-top: -1rem;
}
.about-program .about02 .timeline:before {
  content: "";
  width: 1000%;
  height: 1px;
  position: absolute;
  left: -100%;
  top: 50%;
  transform: translateY(-50%);
  background: #E5E5E5;
}
.about-program .about02 .timeline ul {
  padding: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-program .about02 .timeline li {
  position: relative;
  width: calc(20% - 10px);
}
.about-program .about02 .timeline li .tit {
  position: relative;
  margin: 0 auto 1.2rem;
  background: #9561BD;
  border-radius: 5px;
  width: 2.4rem;
  height: 0.8rem;
  font-size: 0.22rem;
  line-height: 0.24rem;
  color: #fff;
  text-align: center;
}
.about-program .about02 .timeline li .tit p {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-program .about02 .timeline li .tit:before {
  content: "";
  width: 0.12rem;
  height: 1.18rem;
  background: url(../images/about-program-line.png) top center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.about-program .about02 .timeline li .tit:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border: 3px solid #700B7C;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: calc(100% + 0.12rem);
  transform: translateX(-50%);
}
.about-program .about02 .timeline li .tit-phone {
  display: none;
}
.about-program .about02 .timeline li .abst {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0.22rem;
  line-height: 0.36rem;
  font-weight: normal;
  color: #27254C;
  width: 100%;
  text-align: center;
}
.about-program .about02 .timeline li:nth-child(2n) .tit {
  margin: 1.2rem auto 0;
}
.about-program .about02 .timeline li:nth-child(2n) .tit:before {
  top: auto;
  bottom: 100%;
  transform: translateX(-50%) rotate(180deg);
}
.about-program .about02 .timeline li:nth-child(2n) .tit:after {
  top: auto;
  bottom: calc(100% + 0.12rem);
}
.about-program .about02 .timeline li:nth-child(2n) .abst {
  top: auto;
  bottom: 100%;
}
.about-program .about02 .timeline-pagination {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  z-index: 9;
  margin-top: 0.3rem;
}
.about-program .about02 .timeline-pagination span {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.08rem;
  background: #D8D8D8;
  border-radius: 50%;
  opacity: 1;
}
.about-program .about02 .timeline-pagination span.swiper-pagination-bullet-active {
  background: #700B7C;
}
.about-program .about03 {
  padding: 1.1rem 0;
  background: url(../images/about-program-bg02.png) top center no-repeat #fff;
  background-size: 100%;
  overflow: hidden;
}
.about-program .about03 ul {
  margin-top: -0.3rem;
}
.about-program .about03 ul li {
  position: relative;
  padding: 0.55rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.about-program .about03 ul li .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-program .about03 ul li .pic {
  width: 3.24rem;
  height: 2.2rem;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
}
.about-program .about03 ul li .pic .img:hover {
  transform: scale(1.05);
}
.about-program .about03 ul li .txt {
  flex: 1;
  margin-left: 0.8rem;
  position: relative;
  z-index: 2;
}
.about-program .about03 ul li .tit {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  padding-bottom: 0.15rem;
  color: #000000;
  position: relative;
}
.about-program .about03 ul li .tit:after {
  content: "";
  width: 0.36rem;
  height: 0.04rem;
  background: #7229C6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-program .about03 ul li .abst {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  color: #333333;
}
.about-program .about03 ul li:nth-child(2n) .txt {
  margin-left: 0;
  margin-right: 0.8rem;
}
.about-program .about03 ul li:before {
  content: "";
  width: 200%;
  height: 0;
  background: #F0E9F7;
  position: absolute;
  left: -50%;
  top: 0;
  transition: height 0.5s ease-in-out;
}
.about-program .about03 ul li:hover:before {
  height: 100%;
}

/* about-program */
/* program-highlight */
.program-highlight {
  padding-bottom: 0;
}
.program-highlight .column-title {
  margin-bottom: 0.4rem;
}
.program-highlight .txt-box {
  font-size: 0.2rem;
}
.program-highlight .info01 {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.program-highlight .info01:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #D8D8D8;
  position: absolute;
  left: 50%;
  top: 0;
}
.program-highlight .info01 .col {
  width: 45%;
  position: relative;
  padding-bottom: 3.2rem;
}
.program-highlight .info01 .swiper-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.program-highlight .info01 .swiper-container .pic {
  height: 2.23rem;
}
.program-highlight .info01 .swiper-container .img:hover {
  transform: scale(1.05);
}
.program-highlight .swiper-pagination {
  position: relative;
  margin-top: 0.4rem;
  bottom: auto;
}
.program-highlight .swiper-pagination span {
  width: 0.12rem;
  height: 0.12rem;
  background: #D8D8D8;
  border-radius: 50%;
  margin: 0 0.1rem;
  opacity: 1;
}
.program-highlight .swiper-pagination span.swiper-pagination-bullet-active {
  background: #700B7C;
}
.program-highlight .info02 {
  padding: 1.2rem 0;
  background: url(../images/program-overview-bg.png) top center no-repeat #fff;
  background-size: 100%;
  overflow: hidden;
}
.program-highlight .asian-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.program-highlight .asian-inner:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #700B7C;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
}
.program-highlight .asian-inner .txt-box {
  width: 53.6%;
}
.program-highlight .asian-inner .asian-swiper {
  width: 44%;
  position: relative;
  z-index: 2;
  margin: 0;
}
.program-highlight .asian-inner .asian-swiper .pic {
  height: 4.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.program-highlight .asian-inner .asian-swiper .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76%, #000000 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.1rem;
}
.program-highlight .asian-inner .asian-swiper li:hover .img {
  transform: scale(1.05);
}
.program-highlight .asian-inner .asian-swiper .swiper-wrapper {
  height: auto;
}
.program-highlight .asian-inner .asian-pagination {
  position: absolute;
  width: 100%;
  bottom: 0.2rem;
  left: 0;
  z-index: 9;
}
.program-highlight .online-activities {
  margin-top: 1rem;
}
.program-highlight .online-activities li {
  width: calc(25% - 0.15rem);
}
.program-highlight .online-activities .pic {
  border-radius: 0.1rem;
  padding-bottom: 63%;
  height: auto;
border: 1px solid rgba(130, 66, 152, 0.90);
}
.program-highlight .online-activities .pic .img:hover {
  transform: scale(1.05);
}

.program-highlight .online-activities li h5 { 
margin-top:0.2rem;
  font-size: 0.20rem;
  line-height: 0.3rem;
  font-weight: normal;
 
  color: #27254C;}

/* program-highlight */
/* program-information */
.program-information {
  background: url(../images/program-information-bg.png) top center no-repeat #fff;
  background-size: 100%;
}
.program-information .column-title {
  margin-bottom: 0.3rem;
}
.program-information .txt-box {
  font-size: 0.2rem;
  color: #27254C;
  margin-bottom: 0.5rem;
}
.program-information .txt-box h5 {
  font-size: 0.24rem;
  font-weight: normal;
  margin-bottom: 0.15rem;
  color: #000000;
}
.program-information .txt-box ul li {
  padding-left: 0.2rem;
  position: relative;
}
.program-information .txt-box ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #700B7C;
  position: absolute;
  left: 0;
  top: 0.18rem;
}
.program-information .click-list {
  margin-top: 0.5rem;
  font-size: 0.24rem;
  color: #000000;
  font-weight: normal;
  line-height: 0.6rem;
}
.program-information .click-list ul li a {
  display: block;
  text-decoration: underline;
}

/* program-information */
/* faculty-mentors */
.faculty-mentors {
  background: url(../images/program-information-bg.png) top center no-repeat #fff;
  background-size: 100%;
}
.faculty-mentors .column-title {
  margin-bottom: 0.8rem;
}
.faculty-mentors .list-faculty {
  overflow: hidden;
}
.faculty-mentors .list-faculty ul {
  margin: 0 -0.25rem;
  justify-content: flex-start;
}
.faculty-mentors .list-faculty li {
  width: calc(20% - 0.5rem);
  margin: 0 0.25rem 1rem;
}
.faculty-mentors .list-faculty li a {
  display: block;
  width: 100%;
  height: 100%;
}
.faculty-mentors .list-faculty li .pic {
  height: auto;
  padding-bottom: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.faculty-mentors .list-faculty li .pic .img:hover {
  transform: scale(1.05);
}
.faculty-mentors .list-faculty li .txt h2 {
  font-size: 0.24rem;
  font-weight: normal;
  color: #000000;
  padding: 0.2rem 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faculty-mentors .list-faculty li .txt h2:after {
  content: "";
  width: 0.3rem;
  height: 4px;
  background: #7229C6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.faculty-mentors .list-faculty li .txt .abst {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  height: 0.80rem;
  color: #27254C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* faculty-mentors */
/* applications */
.applacations {
  background: url(../images/program-information-bg.png) top center no-repeat #fff;
  background-size: 100%;
}
.applacations .item {
  margin-bottom: 1rem;
}
.applacations .title {
  font-size: 0.36rem;
  color: #000000;
  margin-bottom: 0.3rem;
}
.applacations .info {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #27254C;
}
.applacations ul li {
  position: relative;
  padding-left: 0.3rem;
}
.applacations ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #700B7C;
  position: absolute;
  left: 0.1rem;
  top: 0.18rem;
}
.applacations ul li > p {
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #27254C;
}
.applacations ul dl {
  margin: 0.1rem 0;
  padding-left: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #27254C;
}

/* applications */
/* faqs */
.faqs {
  background: url(../images/program-information-bg.png) top center no-repeat #fff;
  background-size: 100%;
}
.faqs .item {
  margin-bottom: 0.6rem;
}
.faqs .title {
  font-size: 0.24rem;
  color: #7229C6;
  margin-bottom: 0.3rem;
}
.faqs ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #c5c5c5;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #27254C;
}
.faqs ul li .q span {
  display: inline-block;
  width: 0.25rem;
}
.faqs ul li .a {
  text-indent: 0.25rem;
}
.faqs ul li:first-child {
  padding-top: 0;
}

/* faqs */
/* contact */
.contact-page {
  overflow: hidden;
  padding-bottom: 1rem;
}
.contact-page .contact-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .contact-con .pic {
  width: 47%;
}
.contact-page .contact-con .txt {
  width: 47%;
  padding-top: 0.1rem;
}
.contact-page .contact-con .txt .title {
  font-size: 0.36rem;
  color: #000000;
  margin-bottom: 0.3rem;
}
.contact-page .contact-con .txt .info {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #27254C;
  margin-bottom: 0.65rem;
}
.contact-page .contact-con .txt .info .t {
  margin-bottom: 0.1rem;
}
.contact-page .contact-con .txt .info .item1 {
  margin: 0.2rem 0;
  text-decoration: underline;
}

/* contact */
/* 正文页 */
.article-page {
  background-color: #fff;
}

.article {
  overflow: hidden;
  padding: 0.2rem 0;
  word-break: break-all;
}
.article .tit {
  font-size: 0.3rem;
  color: #000;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}
.article .info {
  margin: 0.2rem 0;
  padding-bottom: 0.15rem;
  border-bottom: 1px dashed #c5c5c5;
  color: #666;
  font-size: 0.16rem;
  color: #aaa;
  line-height: 0.22rem;
  text-align: center;
}
.article .info img {
  width: 26px;
  height: 26px;
  margin: 0 10px;
  vertical-align: middle;
}
.article .info span {
  margin: 0 10px;
}
.article .cont {
  padding: 0.2rem 0;
  font-size: 0.18rem;
  color: #333;
  line-height: 2;
}
.article .cont p {
  text-indent: 2em;
  margin-bottom: 0.25rem;
  text-align: justify;
}
.article .cont p img,
.article .cont p video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
.article .cont table p {
  text-indent: 0;
  padding: 0;
  line-height: 1.2;
}
.article .np {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ddd;
}
.article .np a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
  line-height: 2;
  transition: 0.5s;
  padding-bottom: 10px;
}
.article .np a:hover {
  color: #700B7C;
}