.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.popover-qr-box {
  font-size: 0;
  text-align: center;
}
.popover-qr-box img {
  width: 120px;
  margin-bottom: 5px;
}
.popover-qr-box p {
  font-size: 14px;
  color: #0a102c;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 54px;
  margin-bottom: 4px;
  border-radius: 6px;
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  z-index: 2;
  background: #ffc063;
  transition: background 0.2s;
}
#app .right_gg .right_gg-item img {
  vertical-align: middle;
  margin-right: 10px;
}
#app .right_gg .right_gg-item:hover {
  background: #ffe393;
}
#app .right_gg .gotop {
  padding-top: 8px;
  font-size: 0;
  line-height: 1;
}
#app .right_gg .gotop span {
  font-size: 24px;
  line-height: 1em;
}
#app .right_gg .gotop span:last-child {
  font-size: 14px;
}
#app .header {
  width: 100%;
  height: 88px;
  background-color: #1b0532;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#app .header .centerBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 35px;
  font-size: 20px;
  color: #ffe3be;
  cursor: pointer;
  background: transparent;
  transition: background 0.2s;
}
#app .header ul li:hover {
  background: #2a074e;
}
#app .header ul .btn {
  padding: 0 0 0 35px;
  cursor: default;
}
#app .header ul .btn a {
  display: block;
  height: 46px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 0;
  color: #fff;
  line-height: 46px;
  cursor: pointer;
}
#app .header ul .btn a span {
  font-size: 20px;
  vertical-align: middle;
}
#app .header ul .btn a img {
  vertical-align: middle;
  margin-right: 5px;
}
#app .header ul .btn:hover {
  background: transparent;
}
#app .header ul .btn1 a {
  background: linear-gradient(to right, #9908c1, #4d0fd6);
}
#app .header ul .btn2 a {
  background: linear-gradient(to right, #a85d4b, #cf1a47);
}
#app .banner {
  width: 100%;
  height: 650px;
  box-sizing: border-box;
  background: url('../images/banner.jpg?v=241220') no-repeat center;
}
#app .titleCC {
  font-size: 0;
  text-align: center;
}
#app .tongqi {
  box-sizing: border-box;
  height: 697px;
  padding-top: 80px;
  background: url('../images/bg/1.png') no-repeat center;
}
#app .tongqi .content {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 42px;
}
#app .tongqi .content li {
  width: 294px;
  box-sizing: border-box;
  margin-bottom: 18px;
  background-color: #fff;
  padding: 2px 2px 0;
  margin-right: 8px;
  border: 1px solid #9cabc0;
}
#app .tongqi .content li:nth-child(4),
#app .tongqi .content li:nth-child(7) {
  margin-right: 0;
}
#app .tongqi .content li a {
  cursor: pointer;
}
#app .tongqi .content li a.no-href {
  cursor: default;
}
#app .tongqi .content li div {
  width: 288px;
  height: 158px;
  overflow: hidden;
}
#app .tongqi .content li div img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s;
}
#app .tongqi .content li:hover div img {
  transform: scale(1.1);
}
#app .tongqi .content li p {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .tongqi .content li p span {
  font-size: 14px;
  color: #7d7d7d;
  text-align: center;
}
#app .beijing {
  box-sizing: border-box;
  height: 647px;
  padding-top: 80px;
  background: #100b34;
}
#app .beijing .content {
  margin-top: 35px;
}
#app .beijing .content .text {
  box-sizing: border-box;
  width: 1197px;
  height: 370px;
  padding: 70px 55px 0;
  margin: 0 auto;
  background: url('../images/intro.png') no-repeat center;
}
#app .beijing .content .text p {
  font-size: 18px;
  color: #ffe5a3;
  line-height: 1.8em;
  text-indent: 2em;
}
#app .liyou {
  box-sizing: border-box;
  height: 647px;
  padding-top: 80px;
  background: url('../images/bg/2.png') no-repeat center;
}
#app .liyou .content {
  margin-top: 92px;
}
#app .liyou .content ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#app .liyou .content ul li {
  width: 368px;
  height: 347px;
  box-sizing: border-box;
  padding: 34px;
  transform: translateY(0);
  transition: transform 0.2s;
  color: #481d01;
  text-align: center;
  background: url('../images/liyou_item.png') no-repeat center;
}
#app .liyou .content ul li .imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  margin: 20px auto 25px;
}
#app .liyou .content ul li .imgbox img {
  transform: scale(1);
  transition: transform 0.2s;
}
#app .liyou .content ul li:hover {
  transform: translateY(-10px);
}
#app .liyou .content ul li:hover .imgbox img {
  transform: scale(1.1);
}
#app .liyou .content ul li .tt {
  font-size: 24px;
}
#app .liyou .content ul li .desc {
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 10px;
}
#app .shezhi {
  box-sizing: border-box;
  height: 1036px;
  padding-top: 60px;
  background: url('../images/bg/3.png') no-repeat center;
}
#app .shezhi .content {
  width: 1222px;
  margin-top: 40px;
  transform: translateX(-11px);
}
#app .shezhi .content ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#app .shezhi .content ul li {
  position: relative;
  width: 393px;
  min-height: 231px;
  box-sizing: border-box;
  padding: 26px;
  margin-bottom: 40px;
  margin-right: 20px;
  background: url('../images/jiangxiang.png') no-repeat center / cover;
}
#app .shezhi .content ul li:nth-child(3n),
#app .shezhi .content ul li:last-child {
  margin-right: 0;
}
#app .shezhi .content ul li .descBox {
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
#app .shezhi .content ul li .descBox .pCon {
  cursor: default;
}
#app .shezhi .content ul li .descBox .pCon .p_T {
  color: #944e03;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
#app .shezhi .content ul li .descBox .pCon .p_T.biao {
  margin: 10px 0 5px;
}
#app .shezhi .content ul li .descBox .pCon .p_C {
  color: #000;
  font-size: 13px;
  line-height: 1.5em;
}
#app .shezhi .content ul li .descBox .pCon .btn {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 133px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(to bottom, #652dd8, #9509c2);
}
#app .shezhi .content ul li .jiangbei {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  transition: all 0.5s;
}
#app .shezhi .content ul li .jiangbei > div {
  text-align: center;
}
#app .shezhi .content ul li .jiangbei .desc {
  margin-top: 10px;
  font-size: 24px;
  color: #2a2a2a;
  line-height: 1.5em;
}
#app .shezhi .content ul li .jiangbei .btn {
  width: 110px;
  height: 28px;
  box-sizing: border-box;
  border-radius: 28px;
  margin: 10px auto 0;
  font-size: 20px;
  color: #feebc9;
  text-align: center;
  line-height: 28px;
  background: #cf1c47;
}
#app .shezhi .content ul li:hover .descBox {
  display: flex;
  opacity: 1;
}
#app .shezhi .content ul li:hover .jiangbei {
  display: none;
  opacity: 0;
}
#app .liucheng {
  box-sizing: border-box;
  height: 990px;
  padding: 60px 0 0;
  background: url('../images/bg/4.png') no-repeat center;
}
#app .liucheng .content {
  margin-top: 45px;
}
#app .liucheng ul {
  display: flex;
  align-items: top;
  justify-content: space-between;
  background: url('../images/line.png') no-repeat 125px 145px;
}
#app .liucheng ul li {
  position: relative;
  width: 255px;
  height: 510px;
  box-sizing: border-box;
  background: url('../images/liucheng.png') no-repeat bottom center;
}
#app .liucheng ul li .text {
  height: 280px;
  font-size: 15px;
  color: #fdd691;
  text-align: center;
}
#app .liucheng ul li .text p:first-child {
  font-size: 22px;
  margin-bottom: 5px;
}
#app .liucheng ul li .text p:last-child {
  color: #fff;
  margin-top: 10px;
}
#app .liucheng ul li > p {
  padding: 0 15px;
  font-size: 15px;
  color: #010101;
  line-height: 1.5em;
}
#app .liucheng ul li .icon {
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
  width: 123px;
  height: 123px;
}
#app .liucheng ul li .icon img {
  transform: scale(1);
  transition: transform 0.2s;
}
#app .liucheng ul li:hover .icon img {
  transform: scale(1.1);
}
#app .liucheng .pxfs {
  padding-top: 80px;
}
#app .liucheng .pxfs h3 {
  font-size: 28px;
  color: #ffd99b;
  text-align: center;
}
#app .liucheng .pxfs p {
  width: 1013px;
  height: 119px;
  box-sizing: border-box;
  padding: 30px 50px 0;
  margin: 15px auto 0;
  background: url('../images/pxfs.png') no-repeat center;
  font-size: 18px;
  color: #ffd99b;
  line-height: 1.5em;
}
#app .jiabin {
  height: 901px;
  box-sizing: border-box;
  background: url('../images/bg/5.png') no-repeat center;
  padding-top: 65px;
}
#app .jiabin .desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  padding-top: 24px;
}
#app .jiabin .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 45px;
  position: relative;
}
#app .jiabin .guest-item {
  width: 240px;
  height: 305px;
}
#app .jiabin .guest-item .name {
  color: #ffc063;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px;
  position: relative;
  z-index: 1;
}
#app .jiabin .guest-item .pic {
  width: 190px;
  height: 190px;
  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/jiabin/bg.png") no-repeat center;
}
#app .jiabin .guest-item .pic img {
  position: absolute;
  left: 17px;
  top: 16px;
  width: 155px;
  height: 155px;
  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 {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#app .qiye {
  box-sizing: border-box;
  background: #100b34;
  padding: 75px 0;
}
#app .qiye .content {
  width: 1200px;
  margin: auto;
  margin-top: 35px;
  position: relative;
}
#app .qiye .content .swiper {
  width: 1200px;
  height: 512px;
}
#app .qiye .content .swiper-slide {
  width: 100%;
  height: 100%;
}
#app .qiye .content .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: contain;
}
#app .qiye .content .button-prev,
#app .qiye .content .button-next {
  position: absolute;
  top: 217px;
  width: 70px;
  height: 70px;
  background: url('../images/icon/left.png') no-repeat center / cover;
  cursor: pointer;
}
#app .qiye .content .button-prev {
  left: -100px;
}
#app .qiye .content .button-next {
  right: -100px;
  transform: rotate(180deg);
}
#app .jinji {
  box-sizing: border-box;
  background: url('../images/bg/6.png') no-repeat center / cover;
  padding: 50px 20px;
  text-align: center;
}
#app .jinji > img {
  max-width: 100%;
  margin-top: 50px;
}
#app .shenbao {
  box-sizing: border-box;
  background: #100b34;
  padding: 65px 0 75px;
}
#app .shenbao .content {
  margin-top: 55px;
}
#app .shenbao .content ul {
  position: relative;
  height: 100%;
  height: 180px;
}
#app .shenbao .content ul li {
  position: absolute;
  top: -93px;
  box-sizing: border-box;
  width: 600px;
  height: 400px;
  padding: 117px 0 0 115px;
  background: url('../images/shenbao.png') no-repeat center;
  color: #ffdaa4;
}
#app .shenbao .content ul li h3 {
  height: 39px;
  font-size: 25px;
  line-height: 39px;
  padding-left: 14px;
  margin-bottom: 12px;
}
#app .shenbao .content ul li p {
  font-size: 18px;
  line-height: 1.5em;
}
#app .shenbao .content ul li p a {
  display: inline-block;
  width: 118px;
  height: 26px;
  background: url('../images/icon/btn.png') no-repeat center / contain;
  cursor: pointer;
  vertical-align: middle;
}
#app .shenbao .content ul li:nth-child(1) {
  left: 59px;
}
#app .shenbao .content ul li:nth-child(2) {
  right: 26px;
}
#app .aboutUs {
  height: 382px;
  box-sizing: border-box;
  background: url('../images/bg/7.png') no-repeat center;
  padding-top: 70px;
}
#app .aboutUs .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
#app .aboutUs .content .title {
  margin-bottom: 30px;
}
#app .aboutUs .content .title p {
  font-size: 40px;
  color: #ffe0b4;
  line-height: 1em;
  margin-bottom: 16px;
}
#app .aboutUs .content .title p:first-child {
  font-size: 52px;
}
#app .aboutUs .content ul {
  display: flex;
}
#app .aboutUs .content ul li {
  margin-right: 50px;
  color: #ffe1b4;
}
#app .aboutUs .content ul li h3 {
  height: 37px;
  padding: 0 12px;
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 15px;
  background: #281e35;
}
#app .aboutUs .content ul li p {
  height: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
#app .aboutUs .content .qr {
  text-align: center;
}
#app .aboutUs .content .qr p {
  font-size: 17px;
  color: #fff;
  line-height: 1em;
  margin-top: 8px;
}
@-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);
  }
}
