.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;
  height: 192px;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 5.025px;
  background: #ffc063;
  text-align: center;
  font-size: 15.975px;
  color: #000;
  line-height: 50.025px;
  border-radius: 100px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}
#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 .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 .mask {
  display: none;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .jinqun_qr .mask img {
  width: 100%;
  height: 100%;
}
#app .right_gg .jinqun_qr:hover .mask {
  display: block;
}
#app .right_gg .jinqun_qr .jinqun {
  display: none;
}
#app .right_gg .jinqun_qr:hover .jinqun {
  position: absolute;
  left: -100px;
  display: inline-block;
}
#app .header {
  width: 100%;
  height: 85px;
  box-sizing: border-box;
  background-color: #131313;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
#app .header .centerBox {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  width: 680px;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  color: #ffe3be;
}
#app .header ul li a {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
#app .header ul li .btn {
  display: inline-block;
  background-color: #ff9c00;
  font-size: 22px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul .bar {
  height: 100%;
  width: 85px;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: #d5d5d5;
}
#app .header ul .bar:hover {
  font-weight: 600;
}
#app .header ul .topBar {
  background-color: #f9cd96;
  color: #17171a;
}
#app .banner {
  width: 100%;
  height: 1158px;
  box-sizing: border-box;
  background: url('../images/banner.png?v=wr798ewf45s2fd2f10sd27777') no-repeat center top;
  background-size: cover;
}
#app .banner .centerBox {
  position: relative;
  height: 100%;
}
#app .banner .link {
  width: 250px;
  height: 113px;
  position: absolute;
  bottom: 30px;
  left: 302px;
}
#app .banner .link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .titleCC {
  text-align: center;
}
#app .jieshao {
  padding-top: 50px;
  padding-bottom: 105px;
  background: #000 url('../images/jieshaoBg.png') no-repeat center bottom;
}
#app .jieshao .tongqi img {
  max-width: 100%;
}
#app .jieshao .content {
  width: 100%;
  height: 280px;
  box-sizing: border-box;
  background-size: cover;
  background: url('../images/jieshaoU_Bg.png') no-repeat center top;
  background-size: contain;
  margin-top: 60px;
  padding: 80px 55px;
}
#app .jieshao .content ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background-size: 100% 100%;
  padding-right: 260px;
}
#app .jieshao .content ul li {
  font-size: 18px;
}
#app .jieshao .content ul li p {
  margin-bottom: 15px;
  line-height: 30px;
  color: #ffd895;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}
#app .jieshao .content ul li img {
  padding-left: 20px;
}
#app .liyou {
  width: 100%;
  box-sizing: border-box;
  height: 925px;
  background: #000 url('../images/liyouBG.png') no-repeat center;
  padding-top: 60px;
}
#app .liyou .centerBox {
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .liyou .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .liyou .content ul {
  width: 100%;
  height: 100%;
}
#app .liyou .content ul li {
  width: 430px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  color: #ffe5be;
  font-size: 16px;
}
#app .liyou .content ul li .imgbox {
  width: 77px;
  height: 77px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px dashed #ffdaa4;
  padding: 8px;
  position: relative;
  margin-right: 20px;
}
#app .liyou .content ul li .imgbox .smallBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 100px;
  border: 1px solid #ffdaa4;
}
#app .liyou .content ul li .imgbox .smallBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#app .liyou .content ul li .tt {
  font-size: 20px;
  font-weight: 600;
  color: #ffdea6;
  margin-bottom: 10px;
}
#app .liyou .content ul li .desc {
  padding: 28px 14px;
  color: #ffe5be;
  font-size: 16px;
  text-align: justify;
}
@keyframes icon1 {
  100% {
    background: #2b2415 url(../images/li04a.png) no-repeat center;
    background-size: 98%;
  }
  0% {
    background: #2b2415 url(../images/li04a.png) no-repeat center;
    background-size: 98%;
  }
  8.3% {
    background: url('../images/li04a.png') no-repeat center;
    background-size: 98%;
  }
  16.6% {
    background: #2b2415 url(../images/li04a.png) no-repeat center;
    background-size: 98%;
  }
  33.2% {
    background: #2b2415 url(../images/li04a.png) no-repeat center;
    background-size: 98%;
  }
}
@keyframes icon2 {
  0% {
    background: #2b2415 url(../images/li02a.png) no-repeat center;
    background-size: 98%;
  }
  16.6% {
    background: #2b2415 url(../images/li02a.png) no-repeat center;
    background-size: 98%;
  }
  24.9% {
    background: url(../images/li02a.png) no-repeat center;
    background-size: 98%;
  }
  33.2% {
    background: #2b2415 url(../images/li02a.png) no-repeat center;
    background-size: 98%;
  }
  100% {
    background: #2b2415 url(../images/li02a.png) no-repeat center;
    background-size: 98%;
  }
}
@keyframes icon3 {
  0% {
    background: #2b2415 url(../images/li03a.png) no-repeat center;
    background-size: 98%;
  }
  33.2% {
    background: #2b2415 url(../images/li03a.png) no-repeat center;
    background-size: 98%;
  }
  41.5% {
    background: url(../images/li03a.png) no-repeat center;
    background-size: 98%;
  }
  49.8% {
    background: #2b2415 url(../images/li03a.png) no-repeat center;
    background-size: 98%;
  }
  100% {
    background: #2b2415 url(../images/li03a.png) no-repeat center;
    background-size: 98%;
  }
}
@keyframes icon4 {
  0% {
    background: #2b2415 url(../images/li01a.png) no-repeat center;
    background-size: 98%;
  }
  49.8% {
    background: #2b2415 url(../images/li01a.png) no-repeat center;
    background-size: 98%;
  }
  58.1% {
    background: url(../images/li01a.png) no-repeat center;
    background-size: 98%;
  }
  66.4% {
    background: #2b2415 url(../images/li01a.png) no-repeat center;
    background-size: 98%;
  }
  100% {
    background: #2b2415 url(../images/li01a.png) no-repeat center;
    background-size: 98%;
  }
}
@keyframes icon5 {
  0% {
    background: #2b2415 url(../images/li05a.png) no-repeat center;
  }
  66.4% {
    background: #2b2415 url(../images/li05a.png) no-repeat center;
  }
  74.7% {
    background: url(../images/li05.png) no-repeat center;
  }
  83% {
    background: #2b2415 url(../images/li05a.png) no-repeat center;
  }
  100% {
    background: #2b2415 url(../images/li05a.png) no-repeat center;
  }
}
#app .liyou .content ul .li01 {
  position: absolute;
  bottom: 505px;
  left: 30px;
  flex-direction: row-reverse;
}
#app .liyou .content ul .li01 .imgbox {
  margin: 0;
  margin-left: 20px;
}
#app .liyou .content ul .li01 .icon01 {
  background: #302919 url('../images/li01a.png') no-repeat center center;
  animation: icon1 4s infinite linear;
}
#app .liyou .content ul .li01 .desc {
  background: url('../images/yuanyin_liBG.png') no-repeat center right;
  background-size: contain;
}
#app .liyou .content ul .li02 {
  position: absolute;
  bottom: 260px;
  left: 90px;
  flex-direction: row-reverse;
  text-align: justify;
}
#app .liyou .content ul .li02 .imgbox {
  margin: 0;
  margin-left: 20px;
}
#app .liyou .content ul .li02 .desc {
  background: url('../images/yuanyin_liBG.png') no-repeat center;
  background-size: contain;
}
#app .liyou .content ul .li02 .icon01 {
  background: #ffdaa4 url('../images/li02a.png') no-repeat center center;
  animation: icon2 4s infinite linear;
}
#app .liyou .content ul .li03 {
  position: absolute;
  bottom: 275px;
  right: 10px;
}
#app .liyou .content ul .li03 .icon01 {
  background: #ffdaa4 url('../images/li03a.png') no-repeat center center;
  animation: icon3 4s infinite linear;
}
#app .liyou .content ul .li03 .desc {
  background: url('../images/yuanyin_liBG1.png') no-repeat center left;
  background-size: cover;
}
#app .liyou .content ul .li04 {
  position: absolute;
  bottom: 555px;
  left: 760px;
}
#app .liyou .content ul .li04 .icon01 {
  background: #ffdaa4 url('../images/li04a.png') no-repeat center center;
  animation: icon4 4s infinite linear;
}
#app .liyou .content ul .li04 .desc {
  background: url('../images/yuanyin_liBG1.png') no-repeat center;
  background-size: contain;
}
#app .liyou .content ul .li05 {
  display: none;
}
#app .canping {
  width: 100%;
  box-sizing: border-box;
  background: #020202 url('../images/canpingBG.png') no-repeat center;
}
#app .canping .content ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  flex-wrap: wrap;
}
#app .canping .content ul li {
  height: 400px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#app .canping .content ul li .imgbox {
  position: relative;
}
#app .canping .content ul li .imgbox .iconbox {
  opacity: 0;
  width: 458px;
  height: 104px;
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
#app .canping .content ul li .imgbox .iconbox p {
  width: 230px;
  font-size: 18px;
  color: #ffd895;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: justify;
}
#app .canping .content ul li .imgbox .iconbox img {
  position: absolute;
}
#app .canping .content ul li .imgbox .canIcon {
  opacity: 1;
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
#app .canping .content ul li .desc {
  font-size: 30px;
  margin-top: 25px;
  color: #e0b16d;
}
#app .canping .content ul li:nth-child(4) .imgbox .iconbox p,
#app .canping .content ul li:nth-child(5) .imgbox .iconbox p {
  top: -30px;
  width: 100%;
}
#app .canping .content ul li:hover .imgbox .iconbox {
  opacity: 1;
}
#app .canping .content ul li:hover .imgbox .canIcon {
  opacity: 0;
}
#app .jiangxiang {
  width: 100%;
  background: #020202 url('../images/jieshaoBg.png') no-repeat center;
  box-sizing: border-box;
  padding: 50px 0;
  padding-top: 95px;
  padding-bottom: 150px;
}
#app .jiangxiang .content {
  padding-top: 50px;
}
#app .jiangxiang .content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#app .jiangxiang .content ul li {
  width: 30%;
  height: 381px;
  box-sizing: border-box;
  background: url('../images/jiangxiangLiBG.png') no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 25px;
  color: #542f04;
  padding: 0 45px;
}
#app .jiangxiang .content ul li .descBox {
  width: 376px;
  box-sizing: border-box;
  font-size: 12px;
  color: #000;
  text-align: left;
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
  padding: 0 45px;
  cursor: default;
  text-align: justify;
}
#app .jiangxiang .content ul li .descBox > div {
  text-align: center;
  font-size: 16px;
  padding: 5px;
}
#app .jiangxiang .content ul li .big {
  width: 376px;
  box-sizing: border-box;
  padding: 0 45px;
  opacity: 1;
  position: absolute;
  transition: all 0.5s;
}
#app .jiangxiang .content ul li:hover .big {
  opacity: 0;
}
#app .jiangxiang .content ul li:hover .descBox {
  opacity: 1;
}
#app .hezuodanwei {
  width: 100%;
  height: 671px;
  box-sizing: border-box;
  background: #000 url('../images/hezuodanwei.png') no-repeat center top;
}
#app .hezuomeiti {
  width: 100%;
  height: 836px;
  box-sizing: border-box;
  background: #000 url('../images/hezuomeiti.png') no-repeat center top;
}
#app .baoming {
  width: 100%;
  box-sizing: border-box;
  background: #000 url('../images/baomingBg.png') no-repeat center top;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 50px;
}
#app .baoming .content .qr01Box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#app .baoming .content .qr01Box .baomingBtnBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app .baoming .content .qr01Box .baomingBtnBox .emailBox {
  width: 765px;
  height: 144px;
  box-sizing: border-box;
  position: relative;
}
#app .baoming .content .qr01Box .baomingBtnBox .emailBox img {
  position: absolute;
}
#app .baoming .content .qr01Box .baomingBtnBox .emailBox p {
  color: #fde18c;
  font-size: 16px;
  position: absolute;
  bottom: 47px;
  left: 290px;
  z-index: 99;
  font-size: 600;
}
#app .baoming .content .qr02Box {
  padding-top: 90px;
}
#app .baoming .content .qr02Box > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#app .baoming .content .qr02Box > ul .infoBox {
  width: 765px;
  display: flex;
  flex-wrap: wrap;
}
#app .baoming .content .qr02Box > ul .infoBox .info {
  width: 50%;
  font-size: 16px;
  color: #fde18c;
  margin-bottom: 40px;
}
#app .baoming .content .qr02Box > ul .infoBox .info > div:first-child {
  font-size: 20px;
}
#app .shezhi {
  padding-top: 60px;
  padding-bottom: 125px;
  background: #000 url('../images/shezhiBG.png') no-repeat center top;
}
#app .shezhi .content {
  margin-top: 34px;
}
#app .shezhi .content ul {
  display: grid;
  grid-template-columns: repeat(3, 393px);
  grid-row-gap: 30px;
  grid-column-gap: 20px;
}
#app .shezhi .content ul li {
  height: 231px;
  padding: 16px 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: url('../images/shezhiLi.png') no-repeat center top;
}
#app .shezhi .content ul li .descBox {
  width: 100%;
  height: 100%;
  padding: 10px;
  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 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#app .shezhi .content ul li .descBox .pCon .p_T {
  color: #944e03;
  font-size: 13px;
}
#app .shezhi .content ul li .descBox .pCon .biao {
  margin-top: 10px;
}
#app .shezhi .content ul li .descBox .pCon .p_C {
  color: #000;
  font-size: 11px;
}
#app .shezhi .content ul li .jiangbei {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  transition: all 0.5s;
  padding: 10px 0;
  padding-bottom: 0;
}
#app .shezhi .content ul li .jiangbei > div {
  text-align: center;
}
#app .shezhi .content ul li .jiangbei .desc > div:first-child {
  font-size: 20px;
}
#app .shezhi .content ul li .jiangbei .desc > div:last-child {
  font-size: 25px;
}
#app .shezhi .content ul li .btn {
  text-align: center;
  transform: translateY(5px);
}
#app .shezhi .content ul li:hover {
  background: url('../images/shezhiLi.png') no-repeat center top;
}
#app .shezhi .content ul li:hover .descBox {
  display: flex;
  opacity: 1;
}
#app .shezhi .content ul li:hover .jiangbei {
  display: none;
  opacity: 0;
}
#app .shezhi .tips {
  font-size: 16px;
  color: #505050;
  padding-top: 10px;
}
#app .liucheng {
  width: 100%;
  background-size: cover;
  padding: 80px 0;
  box-sizing: border-box;
  background: #000 url('../images/liuchengBG.png') no-repeat center;
}
#app .liucheng .liuchengBox {
  width: 100%;
  margin-top: 50px;
}
#app .liucheng .liuchengBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .liucheng .liuchengBox ul li {
  width: 275px;
  height: 140px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: default;
  position: relative;
  background-image: linear-gradient(to right, #ffebd2, #ebb576);
}
#app .liucheng .liuchengBox ul li::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  margin: auto;
  border: 20px solid transparent;
  border-top: 20px solid #f5d0a5;
  z-index: 999;
}
#app .liucheng .liuchengBox ul li .title {
  text-align: center;
  font-size: 25px;
  color: #542f04;
  line-height: 34px;
}
#app .liucheng .liuchengBox ul li .time {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: 20px;
  font-size: #542f04;
}
#app .liucheng .liuchengBox ul li .time img {
  margin-right: 5px;
}
#app .liucheng .liuchengBox ul li .timeActive {
  color: red;
}
#app .liucheng .lineBox {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: url('../images/jiantou.png') no-repeat center;
  background-size: contain;
  margin-top: 50px;
}
#app .liucheng .lineBox ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .liucheng .lineBox ul li {
  width: 275px;
  height: 50px;
  box-sizing: border-box;
  position: relative;
}
#app .liucheng .lineBox ul li::after {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #57503d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}
#app .liucheng .lineBox ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fbe8b0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-radius: 100px;
}
#app .liucheng .lineBox ul .active::after {
  width: 50px;
  height: 50px;
}
#app .liucheng .lineBox ul .active::before {
  width: 30px;
  height: 30px;
}
#app .liucheng .descBox {
  margin-top: 50px;
}
#app .liucheng .descBox ul {
  width: 100%;
  display: flex;
  align-items: center;
}
#app .liucheng .descBox ul li:first-child {
  margin-right: 50px;
}
#app .liucheng .descBox ul li {
  color: #ffd895;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
#app .qiye {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 30px;
}
#app .qiye .content {
  margin-top: 50px;
}
#app .qiye .content .swiper {
  width: 100%;
  height: 100%;
}
#app .qiye .content .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#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 .wangjie {
  width: 100%;
  padding-top: 80px;
  box-sizing: border-box;
  padding-bottom: 50px;
  background: url('../images/huaxuBG.png') no-repeat center;
  background-color: #000;
}
#app .wangjie .centerBox .content {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#app .wangjie .centerBox .content .swiper-button-next,
#app .wangjie .centerBox .content .swiper-button-prev {
  margin: 0;
}
#app .wangjie .centerBox .content .swiperBox {
  position: relative;
}
#app .wangjie .centerBox .content .swiper-button-prev {
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
#app .wangjie .centerBox .content .swiper-button-prev::after {
  display: none;
}
#app .wangjie .centerBox .content .swiper-button-next {
  bottom: -45px;
  top: unset;
  right: 50%;
  transform: translateX(50%);
}
#app .wangjie .centerBox .content .swiper-button-next::after {
  display: none;
}
#app .wangjie .centerBox .content .HomeimgBox {
  width: 870px;
  height: 580px;
  overflow: hidden;
  margin-right: 16px;
}
#app .wangjie .centerBox .content .swiper {
  width: 295px;
  height: 580px;
  overflow: hidden;
}
#app .wangjie .centerBox .content .swiper-slide {
  text-align: center;
  font-size: 18px;
}
#app .wangjie .centerBox .content .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#app .wangjie .centerBox .content .swiper-slide .imgBox i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
}
#app .wangjie .centerBox .content .aSwiper .imgBox::after {
  opacity: 0;
}
#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 .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 .liangdian {
  width: 100%;
  height: 740px;
  box-sizing: border-box;
  background: #000 url('../images/huiguBG.png') no-repeat center bottom;
  padding: 70px 0;
  padding-bottom: 130px;
}
#app .liangdian .content {
  width: 1200px;
  position: relative;
  margin: auto;
  margin-top: 35px;
  transform: translateX(-19px);
}
#app .liangdian .content .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}
#app .liangdian .content .swiper-pagination-bullet-active {
  background-color: #fcb214;
}
#app .liangdian .content .swiper-button-next,
#app .liangdian .content .swiper-rtl .swiper-button-prev {
  top: 50%;
  right: -70px;
  width: 55px;
  height: 55px;
}
#app .liangdian .content .swiper-button-next::after,
#app .liangdian .content .swiper-rtl .swiper-button-prev::after {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
#app .liangdian .content .swiper-button-prev,
#app .liangdian .content .swiper-rtl .swiper-button-next {
  top: 50%;
  left: -70px;
  width: 55px;
  height: 55px;
}
#app .liangdian .content .swiper-button-prev::after,
#app .liangdian .content .swiper-rtl .swiper-button-next::after {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
#app .liangdian .content .swiper {
  padding: 0 2px;
  padding-top: 60px;
  padding-bottom: 50px;
}
#app .liangdian .content .swiper .swiper-slide {
  height: 325px;
  background: url('../images/liangdianLiBG.png') no-repeat center top;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  padding-top: 70px;
}
#app .liangdian .content .swiper .swiper-slide .imgBox {
  width: 96px;
  height: 96px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-45px);
}
#app .liangdian .content .swiper .swiper-slide .descT {
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
#app .liangdian .content .swiper .swiper-slide .desc {
  padding: 0 40px;
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
#app .liangdian .swiper {
  width: 100%;
  height: 100%;
}
#app .yicheng {
  width: 100%;
  height: 855px;
  background: url('../images/yichengBG.png') no-repeat center top;
  box-sizing: border-box;
  padding-top: 70px;
}
#app .yicheng .content {
  padding-left: 200px;
}
#app .yicheng .content table {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
#app .yicheng .content table .tt {
  display: inline-block;
  width: 125px;
  height: 44px;
  background: url('../images/tt.png') no-repeat center;
  font-size: 33px;
  color: #fff;
  line-height: 44px;
  text-align: center;
}
#app .yicheng .content table tr td {
  font-size: 25px;
  color: #000;
  line-height: 58px;
}
#app .yicheng .content table tr .line {
  position: relative;
  padding-left: 30px;
}
#app .yicheng .content table tr .line::after {
  width: 1px;
  height: 100%;
  background-color: #3dac23;
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 1;
}
#app .yicheng .content table tr .line::before {
  width: 20px;
  height: 20px;
  content: '';
  background: url('../images/dian.png') no-repeat center;
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 2;
}
#app .yicheng .content table tr td:last-child {
  color: #3dac23;
}
#app .yicheng .content table tr:first-child .line {
  padding-left: 30px;
  padding-bottom: 30px;
}
#app .yicheng .content table tr:first-child .line::before {
  background: #2ed360;
  border-radius: 4px;
}
#app .yicheng .content table tr:last-child .line::after {
  display: none;
}
#app .canhuiduixiang {
  width: 100%;
  height: 842px;
  box-sizing: border-box;
  padding-top: 94px;
  background: #000 url('../images/canhuiduixiangBG.png') no-repeat center top;
}
#app .canhuiduixiang .swiper-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .canhuiduixiang .swiper-slide {
  font-size: 16px;
  transform: scale(0.86);
  user-select: none;
  color: #b2b2b2;
  position: relative;
}
#app .canhuiduixiang .centerBox {
  width: 1100px;
}
#app .canhuiduixiang .content {
  padding-top: 50px;
  position: relative;
}
#app .canhuiduixiang .content .swiper-button-next {
  right: -30px;
  color: #fff;
}
#app .canhuiduixiang .content .swiper-button-next::after {
  font-size: 40px;
}
#app .canhuiduixiang .content .swiper-button-prev {
  left: -30px;
  color: #fff;
}
#app .canhuiduixiang .content .swiper-button-prev::after {
  font-size: 40px;
}
#app .canhuiduixiang .content .swiper-pagination {
  bottom: -70px;
}
#app .canhuiduixiang .content .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 40px;
  height: 2px;
}
#app .canhuiduixiang .content .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3ac455;
}
#app .canhuiduixiang .contentBox {
  width: 340px;
  height: 450px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
#app .canhuiduixiang .contentBox::after {
  content: '';
  box-sizing: border-box;
  width: 80%;
  height: 2px;
  background-color: #70d283;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#app .canhuiduixiang .contentBox .imgBox {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
#app .canhuiduixiang .contentBox .imgBox::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00103e;
  opacity: 0.6;
  z-index: 2;
  transition: all 0.8s;
}
#app .canhuiduixiang .contentBox .imgBox img {
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
#app .canhuiduixiang .contentBox .desc {
  margin: 0 20px;
  position: relative;
}
#app .canhuiduixiang .swiper-slide-active,
#app .canhuiduixiang .swiper-slide-duplicate-active {
  transform: scale(1);
  color: #69d07d;
}
#app .canhuiduixiang .swiper-slide-active .imgBox::after,
#app .canhuiduixiang .swiper-slide-duplicate-active .imgBox::after {
  opacity: 0;
}
#app .shuju {
  width: 100%;
  height: 979px;
  box-sizing: border-box;
  background: #000 url('../images/shuju.png') no-repeat center top;
}
#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 .jiabin {
  width: 100%;
  box-sizing: border-box;
  background: #000 url('../images/jiabinBG01.png') no-repeat center top;
  background-size: 100% 100%;
  padding: 55px 0;
}
#app .jiabin .content {
  margin-top: 50px;
  height: 600px;
  overflow: hidden;
}
#app .jiabin .content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#app .jiabin .content ul li {
  width: 20%;
}
#app .jiabin .tips {
  font-size: 16px;
  color: #505050;
  padding-top: 10px;
}
#app .jiabin .guest-item {
  margin-bottom: 35px;
  height: 260px;
  width: 190px;
}
#app .jiabin .guest-item .name {
  color: #fff4ba;
  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: 125px;
  height: 125px;
  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: #fff;
  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 .aboutUs {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #160528 url('../images/usbg.png') no-repeat center top;
  background-size: 100% 100%;
  padding-top: 30px;
  padding-bottom: 80px;
}
#app .aboutUs .content {
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#app .aboutUs .content > div {
  margin: 0 30px;
}
#app .aboutUs .content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app .aboutUs .content ul li {
  font-size: 28px;
  color: #fff;
}
.canhuiqiye {
  width: 100%;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 0;
  background-color: #fff7e7;
}
.canhuiqiye .canhuitabBar {
  width: 100%;
  height: 95px;
  background-color: #35ae4f;
  box-sizing: border-box;
}
.canhuiqiye .canhuitabBar ul {
  height: 100%;
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}
.canhuiqiye .canhuitabBar ul li {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.canhuiqiye .canhuitabBar ul .active {
  background-color: #ff9c00;
}
.canhuiqiye .content {
  margin-top: 50px;
}
.canhuiqiye .content ul {
  width: 100%;
  height: 620px;
  box-sizing: border-box;
  position: relative;
}
.canhuiqiye .content ul .itemLi {
  position: absolute;
  width: 1111px;
}
.canhuiqiye .content ul .itemLi img {
  width: 1111px;
}
.canhuiqiye .content ul .itemLi1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.canhuiqiye .content ul .itemLi2 {
  top: 0;
  left: 0;
  transform: translateX(-50px);
}
.canhuiqiye .content ul .itemLi2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 24, 63, 0.7);
  z-index: 888;
}
.canhuiqiye .content ul .itemLi3 {
  top: 0;
  right: 0;
  transform: translateX(50px);
}
.canhuiqiye .content ul .itemLi3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(18, 24, 63, 0.7);
  z-index: 888;
}
@-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);
  }
}
