.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%);
  width: 145px;
  box-sizing: border-box;
  padding: 20px 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 4px solid #7400cb;
  border-radius: 20px;
  background-color: #fff;
}
#app .right_gg .right_gg-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #7701cd;
  height: 36px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}
#app .right_gg .right_gg-item img {
  margin-right: 5px;
  vertical-align: middle;
}
#app .right_gg .right_gg-item:last-child {
  margin-bottom: 0;
}
#app .right_gg .right_gg-item:hover {
  background-image: linear-gradient(to right, #4701e4, #c75958);
}
#app .right_gg .logoImg {
  cursor: default;
  padding: 10px 0;
}
#app .right_gg .logoImg img {
  width: 50px;
}
#app .right_gg .logoImg::after {
  display: none;
}
#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 .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 .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: #03030d url('../images/huiguBG.png') no-repeat center top;
  padding-top: 50px;
}
#app .huaxu .content {
  padding-top: 50px;
  position: relative;
}
#app .huaxu .content ul {
  height: 750px;
  box-sizing: border-box;
}
#app .huaxu .content ul li {
  position: absolute;
}
#app .huaxu .content ul .img_2022 {
  top: 80px;
  left: -30px;
}
#app .huaxu .content ul .img_2021 {
  left: -30px;
  bottom: 50px;
}
#app .huaxu .content ul .img_2020 {
  top: 130px;
  left: 440px;
}
#app .huaxu .content ul .img_2018 {
  bottom: 60px;
  right: 150px;
}
#app .huaxu .content ul .img_2017 {
  top: 100px;
  right: -50px;
}
#app .header {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: #7400cb;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
#app .header .centerBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  margin-left: 20px;
}
#app .header ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
}
#app .header ul li .btn {
  display: inline-block;
  background-color: #ff9c00;
  font-size: 18px;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul .bar {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .header ul .bar span {
  position: relative;
}
#app .header ul .bar span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.5s;
}
#app .header ul .bar:hover span::after {
  width: 100%;
}
#app .titleCC {
  text-align: center;
}
#app .banner {
  width: 100%;
  height: 705px;
  box-sizing: border-box;
  background: url('../images/banner.png?v=7ds8f7d8f4ds5f4ds5') no-repeat center top;
  position: relative;
}
#app .banner .swiper {
  width: 100%;
  height: 100%;
}
#app .banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .banner .centerBannerBox {
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .banner .tongqi {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
#app .banner .tongqi .centerBox {
  position: relative;
}
#app .banner .tongqi .centerBox .title {
  text-align: center;
  font-size: 25px;
  color: #fdd288;
}
#app .banner .tongqi .centerBox .title span {
  border-bottom: 2px solid #fdd288;
  padding-bottom: 10px;
}
#app .banner .tongqi .centerBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#app .banner .tongqi .centerBox ul li {
  width: 300px;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-right: 1px solid;
}
#app .banner .tongqi .centerBox ul li > div {
  text-align: left;
}
#app .banner .tongqi .centerBox ul li > div > div {
  font-size: 14px;
  color: #333333;
}
#app .banner .tongqi .centerBox ul li > div > div span {
  font-size: 14px;
  font-weight: 500;
}
#app .banner .tongqi .centerBox ul li > div > div:first-child {
  font-size: 24px;
  font-weight: 600;
  color: #7400cb;
}
#app .banner .tongqi .centerBox ul li:last-child {
  border: none;
}
#app .changdiguihua {
  width: 100%;
  box-sizing: border-box;
  background-color: #ecebec;
}
#app .changdiguihua .centerBox .content {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
#app .changdiguihua .centerBox .content::after {
  content: '';
  width: 100%;
  height: calc(100%);
  position: absolute;
  top: 0px;
  left: -730px;
  background-color: #7400cb;
}
#app .changdiguihua .centerBox .content .addressDesc ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#app .changdiguihua .centerBox .content .addressDesc ul li .num {
  display: inline-block;
  font-size: 36px;
  color: #333333;
  font-weight: 900;
  border: 2px solid #d9d9d9;
  padding: 0 20px;
  margin-bottom: 10px;
}
#app .changdiguihua .centerBox .content .addressDesc .desc {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#app .changdiguihua .centerBox .content .addressDesc .desc .icon {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  transform: rotate(45deg);
  background-color: tomato;
  margin-right: 10px;
}
#app .changdiguihua .centerBox .content .address {
  position: relative;
  width: 855px;
  box-sizing: border-box;
}
#app .changdiguihua .centerBox .content .address .add0 {
  position: relative;
  z-index: 1;
}
#app .changdiguihua .centerBox .content .address .add1,
#app .changdiguihua .centerBox .content .address .add2,
#app .changdiguihua .centerBox .content .address .add3,
#app .changdiguihua .centerBox .content .address .add4,
#app .changdiguihua .centerBox .content .address .add5,
#app .changdiguihua .centerBox .content .address .add6 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
#app .changdiguihua .centerBox .content .address .add01 {
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  top: 170px;
  left: 400px;
  z-index: 2;
  background-color: #34b8d6;
}
#app .changdiguihua .centerBox .content .address .add02 {
  width: 180px;
  height: 220px;
  box-sizing: border-box;
  top: 250px;
  left: 207px;
  z-index: 2;
  background-color: #ffcfd9;
}
#app .changdiguihua .centerBox .content .address .add03 {
  width: 180px;
  height: 200px;
  box-sizing: border-box;
  top: 360px;
  left: 395px;
  z-index: 2;
  background-color: #c394d3;
}
#app .changdiguihua .centerBox .content .address .add04 {
  width: 75px;
  height: 180px;
  box-sizing: border-box;
  top: 170px;
  left: 588px;
  z-index: 2;
  background-color: #5990e2;
}
#app .changdiguihua .centerBox .content .address .add05 {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  top: 254px;
  left: 670px;
  z-index: 2;
  background-color: #8fdfff;
}
#app .changdiguihua .centerBox .content .address .add06 {
  width: 185px;
  height: 200px;
  box-sizing: border-box;
  top: 363px;
  left: 585px;
  z-index: 5;
  background-color: #f4a56e;
}
#app .changdiguihua .centerBox .content .address .add01,
#app .changdiguihua .centerBox .content .address .add02,
#app .changdiguihua .centerBox .content .address .add03,
#app .changdiguihua .centerBox .content .address .add04,
#app .changdiguihua .centerBox .content .address .add05,
#app .changdiguihua .centerBox .content .address .add06 {
  z-index: 5;
  position: absolute;
  background-color: transparent;
}
#app .changdiguihua .centerBox .content .address .active {
  z-index: 4;
  opacity: 1;
}
#app .dahui {
  width: 100%;
  box-sizing: border-box;
}
#app .dahui .beijing {
  padding-bottom: 105px;
}
#app .dahui .beijing .centerBox {
  position: relative;
}
#app .dahui .beijing .centerBox .titleCC {
  padding: 50px 0;
  padding-top: 70px;
}
#app .dahui .beijing .content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#app .dahui .beijing .content ul {
  box-sizing: border-box;
  border-radius: 20px;
  padding: 0 20px;
}
#app .dahui .beijing .content ul li p {
  text-indent: 2em;
  color: #222020;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
#app .liangdian {
  width: 100%;
  box-sizing: border-box;
  background: #f7fdff;
  padding: 100px 0;
}
#app .liangdian .content {
  margin-top: 90px;
}
#app .liangdian .content ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app .liangdian .content ul li {
  width: 33.3%;
  cursor: default;
  box-sizing: border-box;
  transition: all 0.5s;
  margin-bottom: 60px;
}
#app .liangdian .content ul li .contentBox {
  width: 270px;
  height: 330px;
  border-radius: 20px;
  margin: auto;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.5s;
}
#app .liangdian .content ul li .contentBox .imgbox {
  width: 100%;
  height: 283px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  transition: all 0.5s;
}
#app .liangdian .content ul li .contentBox .title {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  position: relative;
  padding-left: 22px;
  width: 100%;
  height: 48px;
  display: flex;
  background-color: #fff;
  align-items: center;
  box-sizing: border-box;
}
#app .liangdian .content ul li .contentBox .title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 125px;
  transform: translateY(-50%);
  width: 25px;
  height: 3px;
  background-color: #7400cb;
}
#app .liangdian .content ul li .desc {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  text-align: justify;
  font-size: 12px;
  color: #333333;
  background-color: #fff;
}
#app .liangdian .content ul li .btn {
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: right;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#app .liangdian .content ul li:hover {
  transform: translateY(-20px);
}
#app .liangdian .content ul li:hover .contentBox {
  width: 384px;
}
#app .liangdian .content ul li:hover .contentBox .imgbox {
  height: 168px;
}
#app .zhanshiqu {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/zhanshiBG.png') no-repeat center bottom;
  padding: 40px 0;
  padding-bottom: 0;
}
#app .zhanshiqu .content {
  margin-top: 50px;
}
#app .zhanhuifuwu {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  background-color: #f1f1f1;
}
#app .zhanhuifuwu .content {
  width: 100%;
  box-sizing: border-box;
  margin-top: 50px;
}
#app .zhanhuifuwu .content ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
}
#app .zhanhuifuwu .content ul li {
  width: 370px;
  height: 570px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
  position: relative;
}
#app .zhanhuifuwu .content ul li .imgBox {
  width: 320px;
  height: 256px;
  transition: all 0.5s;
  background: no-repeat center;
  background-size: cover;
}
#app .zhanhuifuwu .content ul li .imgBox img {
  position: absolute;
  top: 180px;
  left: 50px;
}
#app .zhanhuifuwu .content ul li .imgBox:hover {
  width: 370px;
  border-bottom-left-radius: 50px;
}
#app .zhanhuifuwu .content ul li .descBox {
  height: 315px;
  width: 320px;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom-right-radius: 50px;
  padding: 25px;
}
#app .zhanhuifuwu .content ul li .descBox .title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
#app .zhanhuifuwu .content ul li .descBox p {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
#app .xuanchuan .content {
  margin-top: 50px;
}
#app .zhuanjia {
  padding: 40px 0;
}
#app .zhuanjia .content {
  width: 100%;
  box-sizing: border-box;
}
#app .zhuanjia .content .swiperBox {
  width: 910px;
  height: 490px;
  padding: 50px 0;
  margin: auto;
  overflow: hidden;
}
#app .zhuanjia .content .swiperBox .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: unset;
  box-sizing: border-box;
  padding: 0 10px;
}
#app .zhuanjia .content .swiperBox .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  position: relative;
}
#app .zhuanjia .content .swiperBox .swiper-slide .infoBox {
  width: 100%;
  height: 100%;
  background: #eff6fe;
  border-radius: 15px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  box-sizing: border-box;
  cursor: default;
}
#app .zhuanjia .content .swiperBox .swiper-slide .infoBox .user {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  position: relative;
}
#app .zhuanjia .content .swiperBox .swiper-slide .infoBox .user::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27px;
  height: 27px;
  box-sizing: border-box;
  background: url('../images/vip.png') no-repeat center / cover;
}
#app .zhuanjia .content .swiperBox .swiper-slide .infoBox .name {
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-top: 10px;
}
#app .zhuanjia .content .swiperBox .swiper-slide .infoBox .job {
  text-align: center;
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
}
#app .zhuanjia .content .swiperBox .swiper-slide .infoBox:hover {
  height: 110%;
  background: #fff url('../images/zjBG.png') no-repeat center / cover;
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
}
#app .tongji {
  padding: 60px 0;
}
#app .renqun {
  width: 100%;
  box-sizing: border-box;
  background: #7400cb url('../images/renqunBG.png') no-repeat center top;
  background-position-y: 30px;
  padding-bottom: 50px;
}
#app .renqun .centerBox {
  position: relative;
}
#app .renqun .centerBox .title {
  width: 710px;
  height: 215px;
  position: absolute;
  top: 300px;
  left: -360px;
  display: flex;
  padding-right: 140px;
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgba(116, 0, 203, 0.6);
}
#app .renqun .centerBox .title h1 {
  font-size: 48px;
}
#app .renqun .centerBox .title div {
  font-size: 30px;
}
#app .renqun .centerBox .content {
  padding-top: 600px;
}
#app .renqun .centerBox .content p {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
}
#app .zhanquguihua {
  width: 100%;
  height: 800px;
  box-sizing: border-box;
  background-color: #f4f7f9;
  padding: 40px 0;
}
#app .zhanquguihua .content {
  overflow: hidden;
  margin-top: 40px;
}
#app .zhanquguihua .content .swiper-container {
  width: 100%;
  height: 100%;
}
#app .zhanquguihua .content .swiper-slide {
  font-size: 18px;
  transition: 300ms;
  transform: scale(0.8);
  position: relative;
}
#app .zhanquguihua .content .swiper-slide .imgBox {
  width: 100%;
  height: 185px;
  background: no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  transition: all 0.5s;
}
#app .zhanquguihua .content .swiper-slide .descBox {
  width: 100%;
  min-height: 300px;
  box-sizing: border-box;
  padding: 20px 26px;
  background-color: #ecebec;
  font-size: 16px;
  transition: all 0.5s;
}
#app .zhanquguihua .content .swiper-slide .descBox .title {
  font-size: 20px;
  font-weight: 600;
  color: #7400cb;
  margin-bottom: 10px;
}
#app .zhanquguihua .content .swiper-slide-active,
#app .zhanquguihua .content .swiper-slide-duplicate-active {
  transform: scale(1);
}
#app .zhanquguihua .content .swiper-slide-active .descBox,
#app .zhanquguihua .content .swiper-slide-duplicate-active .descBox {
  min-height: 150px;
  background-color: #4608da;
  color: #fff;
}
#app .zhanquguihua .content .swiper-slide-active .descBox .title,
#app .zhanquguihua .content .swiper-slide-duplicate-active .descBox .title {
  display: none;
}
#app .zhanquguihua .content .swiper-slide-active .imgBox,
#app .zhanquguihua .content .swiper-slide-duplicate-active .imgBox {
  height: 350px;
}
#app .tongqihuiyi {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}
#app .tongqihuiyi .content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  position: relative;
}
#app .tongqihuiyi .content .bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#app .tongqihuiyi .content .bg img {
  height: 100%;
}
#app .tongqihuiyi .content .line {
  position: absolute;
  left: 400px;
  top: 0;
  width: 70px;
  height: 100%;
  background-color: #fff;
}
#app .tongqihuiyi .content .left {
  width: 400px;
  box-sizing: border-box;
  background-color: #343434;
  border-top-left-radius: 15px;
  display: flex;
  flex-direction: column;
  padding-left: 45px;
  justify-content: center;
}
#app .tongqihuiyi .content .left div {
  color: #fff;
}
#app .tongqihuiyi .content .left .t1 {
  font-size: 18px;
}
#app .tongqihuiyi .content .left .t1 div {
  margin: 10px 0;
}
#app .tongqihuiyi .content .left .t2 {
  font-size: 30px;
  font-weight: 600;
  margin: 80px 0;
}
#app .tongqihuiyi .content .right {
  width: 740px;
  box-sizing: border-box;
  padding: 35px 70px;
  background-color: #7400cb;
}
#app .tongqihuiyi .content .right ul {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 18px;
  position: relative;
  z-index: 1;
}
#app .tongqihuiyi .content .right ul li {
  margin-bottom: 25px;
  padding: 30px 0 0 40px;
  cursor: default;
}
#app .tongqihuiyi .content .right ul li div {
  font-size: 30px;
  color: #333333;
  display: flex;
  align-items: center;
}
#app .tongqihuiyi .content .right ul li div img {
  margin-right: 10px;
}
#app .tongqihuiyi .content .right ul li p {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
}
#app .tongqihuiyi .content .right ul li p span {
  position: relative;
  z-index: 1;
}
#app .tongqihuiyi .content .right ul li .active {
  position: relative;
}
#app .tongqihuiyi .content .right ul li .active span {
  color: #fff;
}
#app .tongqihuiyi .content .right ul li .active::after {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  width: 593px;
  height: 36px;
  background: url('../images/tqLIbg.png') no-repeat center;
  background-size: 100% 100%;
}
#app .tongqihuiyi .content .right ul li .active2 {
  line-height: 1.5em;
  padding-top: 4px;
}
#app .tongqihuiyi .content .right ul li .active2::after {
  height: 62px;
  background: url('../images/tqLIbg2.png') no-repeat center;
  background-size: 100% 100%;
}
#app .tongqihuiyi .content .right ul li:nth-child(1) {
  background: url(../images/date1.png) no-repeat left top;
}
#app .tongqihuiyi .content .right ul li:nth-child(2) {
  background: url(../images/date2.png) no-repeat left top;
}
#app .tongqihuiyi .content .right ul li:nth-child(3) {
  background: url(../images/date3.png) no-repeat left top;
}
#app .goupiao {
  padding: 50px 0;
}
#app .goupiao .content {
  margin-top: 50px;
}
#app .goupiao .content .sumPrice {
  width: 100%;
  margin-top: 20px;
  text-align: right;
  font-size: 22px;
  color: #ed0707;
}
#app .goupiao .content .buyBtnBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
  justify-content: space-between;
  color: #0f2466;
}
#app .goupiao .content .buyBtnBox span {
  color: #ff0000;
}
#app .goupiao .content .buyBtnBox .buyBtn {
  width: 224px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #ff0000;
  cursor: pointer;
  user-select: none;
}
#app .jijin,
#app .jigou {
  padding: 50px;
}
#app .zanzhu {
  padding: 50px 0;
  background: url('../images/zanzhuBG.png') no-repeat center top / cover;
}
#app .zanzhu .content .tabBox {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#app .zanzhu .content .tabBox .tabBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 0 30px;
  cursor: pointer;
  background-image: linear-gradient(to right, #3942f7, #008a8e);
}
#app .zanzhu .content .tabBox .active {
  background-image: linear-gradient(to right, #3b41f8, #ca17ba);
}
#app .zanzhu .content ul {
  width: 100%;
  margin-top: 50px;
  box-sizing: border-box;
}
#app .zanzhu .content ul li {
  width: 100%;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 20px 33px;
  background-color: #fff;
}
#app .zanzhu .content ul li p {
  font-size: 22px;
  line-height: 40px;
  color: #001390;
}
#app .qiye {
  width: 100%;
  box-sizing: border-box;
  background: #030309 url('../images/qiyeBG.png') no-repeat center top;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 90px;
}
#app .qiye .content {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  position: relative;
}
#app .qiye .content .swiper {
  width: 100%;
  height: 100%;
}
#app .qiye .content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .qiye .content .swiper-button-next::after {
  display: none;
}
#app .qiye .content .swiper-button-prev::after {
  display: none;
}
#app .qiye .content .swiper-button-prev,
#app .qiye .content .swiper-button-next {
  width: 90px;
  height: 90px;
  background-color: #987f51;
}
#app .qiye .content .swiper-button-prev {
  left: -110px;
}
#app .qiye .content .swiper-button-next {
  right: -120px;
}
#app .qiye .content .tips {
  text-align: right;
  color: #fff4ba;
  font-size: 12px;
  margin-top: 10px;
}
#app .canhui {
  padding-top: 96px;
  padding-bottom: 60px;
}
#app .canhui .centerBox {
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(90, 0, 255, 0.1);
  padding: 70px;
  background: url('../images/duixiangBg.png') no-repeat right top;
}
#app .canhui .centerBox .content {
  width: 550px;
  box-sizing: border-box;
}
#app .canhui .centerBox .content .left p {
  font-size: 18px;
  color: #000;
  padding-top: 35px;
  position: relative;
}
#app .canhui .centerBox .content .left p::after {
  content: '';
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background-color: #ffc000;
  position: absolute;
  top: 43px;
  left: -20px;
  transform: rotate(45deg);
}
#app .jiabin {
  width: 100%;
  box-sizing: border-box;
  background: #f6f7f6 url('../images/jiabinBG01.png') no-repeat center bottom;
  padding: 55px 0;
}
#app .jiabin .desc {
  text-align: center;
  color: #1c1c1c;
  padding-top: 30px;
}
#app .jiabin .content {
  margin: auto;
  box-sizing: border-box;
  margin-top: 50px;
  position: relative;
}
#app .jiabin .content .SwiperBox {
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 2px solid #0658ff;
  overflow: hidden;
  margin-bottom: 50px;
}
#app .jiabin .content .SwiperBox .imgBox {
  height: 100%;
  padding: 0 46px;
  border-right: 2px solid #95cab5;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .jiabin .content .SwiperBox .SwiperBox_swiper {
  width: 850px;
}
#app .jiabin .content .swiper-button-next::after {
  display: none;
}
#app .jiabin .content .swiper-button-prev::after {
  display: none;
}
#app .jiabin .content .swiper-button-prev {
  left: -110px;
}
#app .jiabin .content .swiper-button-next {
  width: auto;
  right: unset;
  margin: unset;
  height: 310px;
  top: 0px;
  box-sizing: border-box;
  bottom: unset;
  position: unset;
  border-left: none;
  background-color: #e4e4e4;
  padding: 0 10px;
}
#app .jiabin .tips {
  font-size: 16px;
  color: #505050;
  padding-top: 10px;
}
#app .jiabin .swiper-slide {
  width: auto;
}
#app .jiabin .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .jiabin .guest-item {
  margin-bottom: 35px;
  height: 260px;
}
#app .jiabin .guest-item .name {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .jiabin .guest-item .pic {
  width: 191px;
  height: 188px;
  margin: 0 auto;
  position: relative;
}
#app .jiabin .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 .jiabin .guest-item .pic img {
  border-radius: 75px;
  width: 140px;
  height: 140px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .jiabin .guest-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .jiabin .guest-item .info {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #1c1c1c;
  width: 85%;
  margin: 0 auto;
}
#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 .huigu {
  width: 100%;
  box-sizing: border-box;
  padding: 55px 0;
  background-color: #efefef;
}
#app .huigu .content {
  width: 100%;
  margin-top: 80px;
  box-sizing: border-box;
}
#app .huigu .content ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app .huigu .content ul li {
  width: 340px;
  height: 320px;
  background-color: #fff;
  border-top-left-radius: 40px;
  box-sizing: border-box;
  position: relative;
  padding-top: 170px;
  padding-left: 25px;
  margin-bottom: 90px;
  cursor: default;
}
#app .huigu .content ul li .img {
  position: absolute;
  top: -40px;
  left: 25px;
}
#app .huigu .content ul li .time {
  font-size: 14px;
  color: #bebebe;
  margin-top: 10px;
}
#app .huigu .content ul li .title {
  font-size: 21px;
  color: #333333;
}
#app .huigu .content ul li .more {
  margin-top: 5px;
}
#app .huigu .content ul li .more a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #d9d9d9;
  transition: all 0.5s;
}
#app .huigu .content ul li:hover .more a {
  background-color: #4106de;
}
#app .us {
  width: 100%;
  box-sizing: border-box;
  background: #56576f;
  padding: 50px 0;
}
#app .us .content {
  margin: 0 auto;
  display: flex;
  padding: 0 150px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
#app .us .content .titleEn {
  font-size: 57px;
  color: #fff;
  font-weight: 600;
}
#app .us .content .titleCn {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
#app .us .content ul {
  margin-top: 30px;
}
#app .us .content ul li {
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
}
#app .us .content ul li div {
  margin-bottom: 10px;
}
#app .us .content ul li > div:first-child {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
@-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);
  }
}
