.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.85);
  width: 187px;
  height: 330px;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 20px;
  background-color: #f6825f;
}
#app .right_gg .right_gg-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 21px;
  color: #000;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
}
#app .right_gg .right_gg-item > img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
#app .right_gg .right_gg-item > .jinqun {
  display: none;
}
#app .right_gg .qrBox {
  position: relative;
}
#app .right_gg .qrBox .qr {
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 999;
  display: none;
}
#app .right_gg .qrBox .qr img {
  width: 100%;
  height: 100%;
}
#app .right_gg .qrBox:hover .qr {
  display: block;
}
#app .right_gg .social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 60px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
#app .right_gg .social-share {
  position: absolute;
  top: 0;
  left: -120px;
  width: 110px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .social-share .item {
  display: flex;
  justify-content: flex-start;
}
#app .right_gg .share-component {
  display: none;
}
#app .right_gg .share-btn:hover .share-component {
  display: block;
}
#app .right_gg .social-share .icon-wechat .wechat-qrcode {
  top: 40px !important;
}
#app .right_gg .social-share .icon-wechat .wechat-qrcode:after {
  bottom: initial;
  top: -10px;
}
#app .right_gg .social-share .social-share-icon:hover span {
  color: #000 !important;
}
#app .right_gg .line_we_box {
  position: relative;
}
#app .right_gg .line_we_box::after {
  content: '';
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(45deg);
}
#app .right_gg .line_we_box .line_we {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: -145px;
  border-radius: 10px;
  color: #000;
  display: none;
}
#app .right_gg .line_we_box .line_we img {
  width: 20px;
}
#app .right_gg .line_we_box .line_we span {
  display: inline-block;
}
#app .right_gg .gotop {
  position: absolute;
  left: 0;
  bottom: -49px;
  border: none;
}
#app .right_gg .gotop::after {
  display: none;
}
#app .right_gg .line_we_box:hover {
  font-weight: 600;
}
#app .right_gg .line_we_box:hover::after {
  background-color: #fff;
}
#app .right_gg .line_we_box:hover .line_we {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .jinqun_qr {
  position: relative;
}
#app .right_gg .jinqun_qr .jinqun {
  display: none;
}
#app .right_gg .jinqun_qr:hover .jinqun {
  position: absolute;
  left: -100px;
  display: inline-block;
}
#app .huaxu {
  width: 100%;
  background-color: #1e0539;
  padding-top: 50px;
}
#app .huaxu .content {
  margin-top: 50px;
}
#app .header {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  background-color: #390ea5;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999999;
  border-bottom: 1px solid #fff;
}
#app .header .centerBox {
  height: 100%;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}
#app .header ul li a {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
#app .header ul li .btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 30px;
  padding-bottom: 20px;
  padding-top: 30px;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#app .header ul .BtnBox {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
}
#app .header ul .bar {
  height: 100%;
  width: 120px;
  box-sizing: border-box;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#app .header ul .bar::after {
  width: 0%;
  height: 3px;
  background-color: #fff;
  box-sizing: border-box;
  content: '';
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.5s;
}
#app .header ul .bar:hover::after {
  width: 100%;
}
#app .banner {
  width: 100%;
  height: 718px;
  box-sizing: border-box;
  background: url('../images/banner.png?v=fdsfas') no-repeat center top;
  background-size: cover;
  padding-top: 100px;
}
#app .banner .centerBox {
  width: 1250px;
  height: 435px;
  box-sizing: border-box;
}
#app .banner .centerBox .content {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
}
#app .banner .centerBox .content .video {
  width: 643px;
  box-sizing: border-box;
  height: 360px;
  border: 1px solid #fff;
}
#app .banner .centerBox .content .video video {
  width: 100%;
  height: 100%;
}
#app .banner .centerBox .bannerText {
  width: 100%;
  box-sizing: border-box;
  height: 100px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .banner .centerBox .bannerText ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 30px;
}
#app .banner .centerBox .bannerText ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
}
#app .banner .centerBox .bannerText ul li video {
  width: 100%;
}
#app .banner .centerBox .bannerText ul li div {
  margin-top: 5px;
}
#app .theme {
  width: 100%;
  height: 165px;
  box-sizing: border-box;
  background: url('../images/banner2.png') no-repeat center;
  background-size: cover;
}
#app .theme .centerBox {
  height: 100%;
}
#app .theme .centerBox ul {
  height: 100%;
  display: flex;
  align-items: center;
}
#app .theme .centerBox ul li {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 35px;
}
#app .theme .centerBox ul li div {
  color: #fff;
}
#app .theme .centerBox ul li div:first-child {
  font-size: 21px;
}
#app .theme .centerBox ul li div:last-child {
  font-size: 29px;
  font-weight: 600;
  position: relative;
}
#app .theme .centerBox ul li div:last-child::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #4b06d7;
  position: absolute;
  bottom: -10px;
  left: -50%;
  transform: translateX(50%);
}
#app .titleCC {
  text-align: center;
}
#app .beijing {
  width: 100%;
  box-sizing: border-box;
}
#app .beijing .centerBox {
  width: 100%;
  position: relative;
}
#app .beijing .centerBox .titleCC {
  padding: 50px 0;
}
#app .beijing .content {
  width: 100%;
  height: 350px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: url('../images/jieshaoBg.png') no-repeat center;
}
#app .beijing .content p {
  width: 910px;
  font-size: 22px;
  line-height: 34px;
  color: #000;
  text-indent: 2em;
  margin-bottom: 20px;
}
#app .liangdianBox {
  width: 100%;
  box-sizing: border-box;
}
#app .liangdianBox .content {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background: url('../images/liangdainBG.png') no-repeat center top;
}
#app .liangdianBox .content .titleCC {
  margin-bottom: 30px;
}
#app .liangdianBox .content .swiper {
  width: 100%;
  box-sizing: border-box;
}
#app .liangdianBox .content .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .liangdianBox .content .swiper .swiper-slide .info1 {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  font-size: 22px;
  color: #fff;
  position: relative;
  z-index: 11;
  font-weight: 900;
}
#app .liangdianBox .content .swiper .swiper-slide .info2 {
  height: 150px;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  position: relative;
  z-index: 11;
}
#app .liangdianBox .content .swiper .swiper-slide img {
  max-width: 327px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 11;
}
#app .liangdianBox .content .swiper .swiper-slide-next .info1 {
  color: #16129d;
}
#app .liangdianBox .content .swiper .swiper-slide-next .info2 {
  color: #000;
}
#app .liangdianBox .content .swiper .swiper-slide-next::after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 14px;
}
#app .liangdianBox .content .controlBox {
  height: 90px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#app .liangdianBox .content .controlBox .swiper-pagination,
#app .liangdianBox .content .controlBox .swiper-button-prev,
#app .liangdianBox .content .controlBox .swiper-button-next {
  position: unset;
}
#app .liangdianBox .content .controlBox .swiper-button-prev,
#app .liangdianBox .content .controlBox .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 500px;
  background-color: #fff;
}
#app .liangdianBox .content .controlBox .swiper-button-prev:after,
#app .liangdianBox .content .controlBox .swiper-button-next:after {
  display: none;
}
#app .liangdianBox .content .controlBox .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
#app .liangdianBox .content .controlBox .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 67px;
  border-radius: 60px;
}
#app .tongqi {
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
}
#app .tongqi .content {
  position: relative;
}
#app .tongqi .content .controlBox .swiper-button-prev::after,
#app .tongqi .content .controlBox .swiper-button-next::after {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}
#app .tongqi .content .swiper {
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
}
#app .tongqi .content .swiper .swiper-slide {
  width: 100%;
  height: 548px;
  box-sizing: border-box;
  position: relative;
  background-color: #5f32e5;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app .tongqi .content .swiper .swiper-slide .info1 span {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  border-bottom-right-radius: 14px;
  background-image: linear-gradient(45deg, #571ae4, #76ace2);
}
#app .tongqi .content .swiper .swiper-slide .info2 {
  height: 200px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
}
#app .shujufenxi {
  width: 100%;
  height: 634px;
  box-sizing: border-box;
  background: #240c41 url('../images/shuju.png') no-repeat center top;
  background-size: cover;
}
#app .zanzhu {
  padding: 50px;
  box-sizing: border-box;
  background: url('../images/zanzhuBG1.png') no-repeat center bottom;
  background-size: cover;
}
#app .zanzhu .titleCC {
  padding: 15px 0;
}
#app .zanzhu .content img {
  width: 100%;
}
#app .richeng {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 10px;
  background: url('../images/richengBG.png') no-repeat center;
}
#app .richeng .titleCC {
  padding: 30px;
}
#app .richeng .swiperBox {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 60px;
  padding-left: 40;
}
#app .richeng .controlBox {
  display: flex;
  justify-content: flex-end;
  grid-gap: 20px;
  transform: translateY(18px);
}
#app .richeng .controlBox .swiper-button-next:after,
#app .richeng .controlBox .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
}
#app .richeng .swiper-button-prev,
#app .richeng .swiper-button-next {
  position: unset;
  border: 1px solid #000;
  background-color: #fff;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
#app .richeng .swiper {
  width: 100%;
  box-sizing: border-box;
}
#app .richeng table {
  width: 100%;
  box-sizing: border-box;
}
#app .richeng table .noYuan::after,
#app .richeng table .noYuan::before {
  display: none;
}
#app .richeng table td {
  font-size: 20px;
  color: #1f1066;
  position: relative;
  padding: 0px 30px;
  padding-bottom: 10px;
  vertical-align: text-top;
}
#app .richeng table td::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #1e1066;
  border-radius: 50px;
}
#app .richeng table td::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background-color: #1e1066;
  border-radius: 50px;
}
#app .richeng table td span {
  background: url('../images/rcTitleBg.png') no-repeat center left;
  background-size: contain;
  background-position-y: 0px;
  height: 35px;
  display: block;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
}
#app .richeng table td:last-child {
  padding-right: 0;
}
#app .zhanshangfuwu {
  width: 100%;
  padding: 30px 0;
  padding-bottom: 50px;
  box-sizing: border-box;
}
#app .zhanshangfuwu .centerBox {
  width: 1345px;
}
#app .zhanshangfuwu .content {
  width: 100%;
  box-sizing: border-box;
}
#app .zhanshangfuwu .content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}
#app .zhanshangfuwu .content ul li {
  height: 570px;
  box-sizing: border-box;
  background-color: #5e23e4;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
#app .zhanshangfuwu .content ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
}
#app .zhanshangfuwu .content ul li .img::after {
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: transparent;
  position: absolute;
  top: 0;
  background-image: linear-gradient(to top, #5e23e4, #5e23e4, transparent);
}
#app .zhanshangfuwu .content ul li .img img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  display: block;
  margin: auto;
  object-fit: cover;
}
#app .zhanshangfuwu .content ul li .info0 {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#app .zhanshangfuwu .content ul li .infoIcon {
  position: absolute;
  z-index: 99;
  bottom: 130px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
}
#app .zhanshangfuwu .content ul li .infoBox {
  width: 100%;
  padding-left: 75px;
  padding-right: 150px;
  box-sizing: border-box;
  display: none;
}
#app .zhanshangfuwu .content ul li .infoBox p {
  color: #fff;
}
#app .zhanshangfuwu .content ul li .infoBox .info1 {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#app .zhanshangfuwu .content ul .active {
  width: 674px;
  box-sizing: border-box;
}
#app .zhanshangfuwu .content ul .active .info0 {
  display: none;
}
#app .zhanshangfuwu .content ul .active .infoIcon {
  display: none;
}
#app .zhanshangfuwu .content ul .active .img {
  width: 100%;
  height: 340px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 25px;
}
#app .zhanshangfuwu .content ul .active .img::after {
  display: none;
}
#app .zhanshangfuwu .content ul .active .img img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#app .zhanshangfuwu .content ul .active .infoBox {
  display: block;
}
#app .meitixuanchuan {
  width: 100%;
  box-sizing: border-box;
}
#app .meitixuanchuan .centerBox {
  width: 1278px;
}
#app .meitixuanchuan .centerBox .content .info {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}
#app .meitixuanchuan .centerBox .content .info div {
  font-size: 24px;
  word-break: break-all;
  flex: 1;
}
#app .meitixuanchuan .centerBox .content .info .titleBox {
  flex: unset;
  width: 300px;
  height: 100px;
  box-sizing: border-box;
  background-image: linear-gradient(30deg, #cf13c0, #521ef4, #521ef4, #521ef4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  margin-right: 30px;
}
#app .meitixuanchuan .centerBox .content .descBox > h1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#app .meitixuanchuan .centerBox .content .descBox ul {
  display: flex;
}
#app .meitixuanchuan .centerBox .content .descBox ul li p {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  margin-bottom: 30px;
}
#app .meitixuanchuan .centerBox .content .descBox ul li img {
  padding-left: 30px;
}
#app .zhanshiqu {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
}
#app .zhanshiqu .titleCC {
  padding: 50px 0;
}
#app .zhanshiqu .centerBox .content {
  width: 100%;
  box-sizing: border-box;
}
#app .zhanshiqu .centerBox .content ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
#app .zhanshiqu .centerBox .content ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app .zhanshiqu .centerBox .content ul li p {
  font-size: 22px;
  color: #272727;
  line-height: 32px;
  padding-bottom: 50px;
}
#app .zhanshiqu .centerBox .content ul li div {
  background-color: #5e23e4;
  font-size: 20px;
  line-height: 30px;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
}
#app .qiye {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/qiye/BG.png') no-repeat center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 30px;
}
#app .qiye .content {
  margin-top: 50px;
  position: relative;
}
#app .qiye .content .swiper {
  width: 100%;
  height: 100%;
}
#app .qiye .content .swiper-slide {
  text-align: center;
  font-size: 18px;
}
#app .qiye .content .swiper-button-next,
#app .qiye .content .swiper-button-prev {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
#app .qiye .content .swiper-button-prev {
  left: -110px;
}
#app .qiye .content .swiper-button-next {
  right: -110px;
}
#app .qiye .content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}
#app .qiye .content .tips {
  text-align: right;
  color: #fff4ba;
  font-size: 12px;
  margin-top: 10px;
}
#app .zixun {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  background: url('../images/zixunBg.png') no-repeat center top;
  background-size: cover;
  padding-top: 60px;
}
#app .zixun .content ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 35px;
}
#app .zixun .content ul li {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  width: 580px;
  box-sizing: border-box;
  padding: 10px;
  padding-right: 15px;
  border-radius: 5px;
}
#app .zixun .content ul li .imgBox {
  margin-right: 10px;
}
#app .zixun .content ul li .desc .p1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#app .zixun .content ul li .desc .p2 {
  font-size: 13px;
}
#app .zixun .content ul li .desc .p2 a {
  color: #ff0000;
}
#app .wangqi {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background: url('../images/wangqiBG.png') no-repeat center top;
  background-size: cover;
}
#app .wangqi .info {
  width: 100%;
  height: 820px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 50px;
}
#app .wangqi .info .swiperBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .wangqi .info .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#app .wangqi .info .swiperBox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc((100% - 50px) / 2) !important;
  overflow: hidden;
  position: relative;
  cursor: default;
  box-sizing: border-box;
}
#app .wangqi .info .swiperBox .swiper-slide .slideBox {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  padding-bottom: 20px;
}
#app .wangqi .info .swiperBox .swiper-slide .img {
  width: 295px;
  height: 215px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-top-right-radius: 50px;
  overflow: hidden;
}
#app .wangqi .info .swiperBox .swiper-slide .img img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .wangqi .info .swiperBox .swiper-slide .desc {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  padding-bottom: 0;
}
#app .wangqi .info .swiperBox .swiper-slide .desc p {
  font-size: 14px;
  color: #bebebe;
}
#app .wangqi .info .swiperBox .swiper-slide .desc h3 {
  font-size: 22px;
  color: #333333;
}
#app .wangqi .info .swiperBox .swiper-slide .desc a {
  display: inline-block;
  background-color: #d9d9d9;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
  margin-top: 10px;
  transition: all 0.5s;
}
#app .wangqi .info .swiperBox .swiper-slide::after {
  content: '';
  width: 340px;
  height: 350px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 50px;
}
#app .wangqi .info .swiperBox .swiper-slide:hover .desc a {
  background-color: #4106de;
}
#app .shenbao {
  width: 100%;
  box-sizing: border-box;
  background: #1e0539;
  background-size: 100% 100%;
  padding: 80px 0;
}
#app .shenbao .content {
  margin-top: 50px;
}
#app .shenbao .content ul {
  display: flex;
  justify-content: center;
}
#app .shenbao .content ul li {
  padding: 0 10px;
}
#app .renqun {
  width: 100%;
  height: 544px;
  box-sizing: border-box;
  background: #160528 url('../images/renqun.png') no-repeat center top;
}
#app .renqun .content {
  color: #fff;
  margin-top: 50px;
}
#app .renqunText {
  width: 100%;
  box-sizing: border-box;
  background-color: #5e23e4;
  padding-bottom: 50px;
}
#app .renqunText .centerBox div {
  font-size: 45px;
  color: #4a0fd1;
  font-weight: 900;
  display: inline-block;
  padding: 20px 100px;
  border-bottom-right-radius: 70px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
}
#app .renqunText .centerBox p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
#app .wangjiejiabin {
  width: 100%;
  box-sizing: border-box;
  background: #160528 url('../images/wagnjieJiabin.png') no-repeat center top;
  background-size: 100% 100%;
  padding-top: 70px;
}
#app .wangjiejiabin .content {
  position: relative;
  margin-top: 50px;
}
#app .wangjiejiabin .content .swiper {
  width: 100%;
  height: 100%;
}
#app .wangjiejiabin .content .swiper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app .wangjiejiabin .content .swiper-button-next {
  right: -55px;
  color: #fff;
}
#app .wangjiejiabin .content .swiper-button-prev {
  left: -55px;
  color: #fff;
}
#app .wangjiejiabin .content .swiper-slide {
  width: 215px;
  text-align: center;
}
#app .wangjiejiabin .content .swiper-slide .guest-item {
  margin-bottom: 35px;
  height: 260px;
  width: 100%;
}
#app .wangjiejiabin .content .swiper-slide .guest-item .name {
  color: #fff4ba;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .wangjiejiabin .content .swiper-slide .guest-item .pic {
  width: 188px;
  height: 191px;
  margin: 0 auto;
  position: relative;
}
#app .wangjiejiabin .content .swiper-slide .guest-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 190px;
  background: url("../images/jiabinBG.png") center no-repeat;
  background-size: 88%;
}
#app .wangjiejiabin .content .swiper-slide .guest-item .pic img {
  border-radius: 75px;
  width: 125px;
  height: 125px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .wangjiejiabin .content .swiper-slide .guest-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .wangjiejiabin .content .swiper-slide .guest-item .info {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 85%;
  margin: 0 auto;
}
#app .wangjiehuigu {
  background: #f2f3f6 url('../images/line.png') no-repeat center bottom;
  padding-bottom: 80px;
  padding-top: 50px;
}
#app .wangjiehuigu .content {
  margin-top: 90px;
}
#app .wangjiehuigu .content .swiper {
  width: 100%;
  height: 100%;
}
#app .wangjiehuigu .content .top ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .wangjiehuigu .content .top ul li {
  width: 30%;
  height: 246px;
}
#app .wangjiehuigu .content .top ul .video {
  position: relative;
}
#app .wangjiehuigu .content .top ul .video .videoTitle {
  font-size: 25px;
  color: #2e2e2e;
  font-weight: 600;
  position: absolute;
  top: -40px;
  left: 0;
}
#app .wangjiehuigu .content .top ul .video .swiper-button-next {
  top: -20px;
  right: 0;
  color: #000;
}
#app .wangjiehuigu .content .top ul .video .swiper-button-next::after {
  font-size: 25px;
  font-weight: 600;
}
#app .wangjiehuigu .content .top ul .video .swiper-button-prev {
  top: -20px;
  right: 55px;
  left: unset;
  color: #000;
}
#app .wangjiehuigu .content .top ul .video .swiper-button-prev::after {
  font-size: 25px;
  font-weight: 600;
}
#app .wangjiehuigu .content .top ul .video01 .contentBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .wangjiehuigu .content .top ul .video01 .contentBox video {
  width: 100%;
}
#app .wangjiehuigu .content .tttt {
  font-size: 25px;
  color: #2e2e2e;
  padding: 15px 0;
  font-weight: 600;
}
#app .wangjiehuigu .content .bottom {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .wangjiehuigu .content .bottom .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 4px;
}
#app .wangjiehuigu .content .bottom .swiper .swiper-slide {
  box-sizing: border-box;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#app .wangjiehuigu .content .bottom .swiper .swiper-slide .infoBox {
  background-color: #fff;
  width: 100%;
  height: 265px;
}
#app .wangjiehuigu .content .bottom .swiper .swiper-slide .infoBox .imgBox {
  width: 100%;
  height: 190px;
  box-sizing: border-box;
  overflow: hidden;
}
#app .wangjiehuigu .content .bottom .swiper .swiper-slide .infoBox .desc {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 75px;
  align-items: center;
  text-align: center;
  font-size: 15px;
  color: #474747;
}
#app .BgBigBox {
  background: url('../images/bigBG.png') no-repeat center bottom;
}
#app .jiabin {
  width: 100%;
  box-sizing: border-box;
  padding: 55px 0;
}
#app .jiabin .content {
  margin-top: 50px;
  height: 450px;
  overflow: hidden;
}
#app .jiabin .content .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#app .jiabin .content .swiper-button-prev::after,
#app .jiabin .content .swiper-button-next::after {
  font-weight: 900;
  color: #4b08da;
}
#app .jiabin .content .swiper-slide {
  height: calc((100% - 50px) / 2) !important;
}
#app .jiabin .content .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}
#app .xuanchuan {
  padding-top: 50px;
  padding-bottom: 50px;
}
#app .xuanchuan .content {
  margin-top: 30px;
}
#app .xuanchuan .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .xuanchuan .content ul li {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
}
#app .xuanchuan .content ul li .decT {
  font-size: 20px;
  color: #5a00ff;
  font-weight: 600;
  padding-bottom: 20px;
}
#app .xuanchuan .content ul li .imgbox {
  margin-right: 20px;
}
#app .aboutUs {
  width: 100%;
  height: 482px;
  box-sizing: border-box;
  background: #160528 url('../images/usbg.png') no-repeat center top;
  background-size: 100% 100%;
}
#app .aboutUs .centerBox {
  height: 100%;
}
#app .aboutUs .ttt {
  text-align: center;
}
#app .aboutUs .ttt span {
  display: inline-block;
  font-size: 52px;
  color: #fff;
  line-height: 52px;
  font-weight: 600;
  background-color: #655d8d;
  padding: 10px 20px;
}
#app .aboutUs .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}
#app .aboutUs .content .usT {
  font-size: 80px;
  line-height: 80px;
  color: #e4c68a;
}
#app .aboutUs .content .uswe {
  padding: 50px 0;
  line-height: 35px;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}
#app .aboutUs .content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#app .aboutUs .content ul li {
  margin-right: 50px;
}
#app .aboutUs .content ul li p {
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}
#app .aboutUs .content ul li p:first-child {
  font-size: 24px;
  position: relative;
  display: inline-block;
  text-align: center;
}
#app .aboutUs .content ul li p:first-child span {
  position: relative;
  z-index: 9;
  font-size: 24px;
  display: block;
  color: #fff;
  font-weight: 900;
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
