.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.qrImg {
  width: 100%;
}
.qrImg img {
  width: 100%;
}
.shareBox .social-share .item {
  line-height: 2.5;
}
.shareBox .social-share .item a {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: unset;
  height: auto;
  background-color: unset;
  border: none;
}
.shareBox .social-share .item a::before {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: teal;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 10px;
}
.shareBox .social-share .item .icon-weibo {
  color: #ff763b;
}
.shareBox .social-share .item .icon-weibo::before {
  background-color: #ff763b;
  color: #fff;
}
.shareBox .social-share .item .icon-qq {
  color: #56b6e7;
}
.shareBox .social-share .item .icon-qq::before {
  background-color: #56b6e7;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat::before {
  background-color: #7bc549;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat .share-n {
  color: #7bc549;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  left: 0;
  bottom: 10%;
  transform: translateY(-50%);
  width: 130px;
  height: 192px;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  display: block;
  width: 100%;
  height: 46px;
  background: #0f2b70;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 46px;
  cursor: pointer;
  color: #fff;
  position: relative;
}
#app .right_gg .right_gg-item .textBox {
  z-index: 5;
  position: relative;
}
#app .right_gg .right_gg-item::after {
  content: '';
  width: 120%;
  height: 36px;
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  background: url('../images/blue.png') no-repeat center;
}
#app .right_gg .active::after {
  content: '';
  width: 120%;
  height: 36px;
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  display: block;
  transform: translateY(-50%);
  background: url('../images/blue.png') no-repeat center;
}
#app .right_gg .right_gg-item:hover {
  color: #1abdf0;
}
#app .right_gg .goup {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .right_gg .goup:hover::after {
  display: none;
}
#app .header {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: #131313;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999999;
}
#app .header .centerBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  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 {
  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: 18px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul .bar {
  height: 100%;
  width: 110px;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  color: #d5d5d5;
}
#app .header ul .active {
  color: #00f3ff;
}
#app .header ul .bar:hover {
  font-weight: 600;
}
#app .header ul .bar:active {
  font-weight: 600;
}
#app .titleCC {
  text-align: center;
}
#app .banner {
  width: 100%;
  height: 890px;
  box-sizing: border-box;
}
#app .banner .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .banner .swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #010234 no-repeat center top;
  background-size: cover;
}
#app .jieshao {
  padding: 50px 0;
  padding-bottom: 0;
  background: #010234 url('../images/banner.png') no-repeat center top;
  background-size: cover;
}
#app .jieshao .tongqi img {
  max-width: 100%;
}
#app .jieshao .content {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
}
#app .jieshao .content ul {
  width: 100%;
  height: 451px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background-size: 100% 100%;
  margin-top: 55px;
  padding: 0 42px;
  background: url('../images/jieshaoBg.png') no-repeat center;
}
#app .jieshao .content ul li {
  width: 725px;
  box-sizing: border-box;
  font-size: 18px;
}
#app .jieshao .content ul li p {
  margin-bottom: 15px;
  line-height: 35px;
  color: #fff;
  font-size: 20px;
  text-align: justify;
  text-indent: 2em;
}
#app .jieshao .content ul li img {
  padding-left: 20px;
}
#app .liyou {
  width: 100%;
  box-sizing: border-box;
  height: 607px;
  background: #240c41 url('../images/liyouBG.png') no-repeat center top;
  background-size: cover;
  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 {
  color: #ffe5be;
  font-size: 16px;
}
@keyframes icon1 {
  100% {
    background: #ffdaa4 url(../images/li01a.png) no-repeat center;
  }
  0% {
    background: #ffdaa4 url(../images/li01a.png) no-repeat center;
  }
  8.3% {
    background: url(../images/li01.png) no-repeat center;
  }
  16.6% {
    background: #ffdaa4 url(../images/li01a.png) no-repeat center;
  }
  33.2% {
    background: #ffdaa4 url(../images/li01a.png) no-repeat center;
  }
}
@keyframes icon2 {
  0% {
    background: #ffdaa4 url(../images/li02a.png) no-repeat center;
  }
  16.6% {
    background: #ffdaa4 url(../images/li02a.png) no-repeat center;
  }
  24.9% {
    background: url(../images/li02.png) no-repeat center;
  }
  33.2% {
    background: #ffdaa4 url(../images/li02a.png) no-repeat center;
  }
  100% {
    background: #ffdaa4 url(../images/li02a.png) no-repeat center;
  }
}
@keyframes icon3 {
  0% {
    background: #ffdaa4 url(../images/li03a.png) no-repeat center;
  }
  33.2% {
    background: #ffdaa4 url(../images/li03a.png) no-repeat center;
  }
  41.5% {
    background: url(../images/li03.png) no-repeat center;
  }
  49.8% {
    background: #ffdaa4 url(../images/li03a.png) no-repeat center;
  }
  100% {
    background: #ffdaa4 url(../images/li03a.png) no-repeat center;
  }
}
@keyframes icon4 {
  0% {
    background: #ffdaa4 url(../images/li04a.png) no-repeat center;
  }
  49.8% {
    background: #ffdaa4 url(../images/li04a.png) no-repeat center;
  }
  58.1% {
    background: url(../images/li04.png) no-repeat center;
  }
  66.4% {
    background: #ffdaa4 url(../images/li04a.png) no-repeat center;
  }
  100% {
    background: #ffdaa4 url(../images/li04a.png) no-repeat center;
  }
}
@keyframes icon5 {
  0% {
    background: #ffdaa4 url(../images/li05a.png) no-repeat center;
  }
  66.4% {
    background: #ffdaa4 url(../images/li05a.png) no-repeat center;
  }
  74.7% {
    background: url(../images/li05.png) no-repeat center;
  }
  83% {
    background: #ffdaa4 url(../images/li05a.png) no-repeat center;
  }
  100% {
    background: #ffdaa4 url(../images/li05a.png) no-repeat center;
  }
}
#app .liyou .content ul .li01 {
  position: absolute;
  bottom: 335px;
  left: -10px;
  flex-direction: row-reverse;
}
#app .liyou .content ul .li01 .imgbox {
  margin: 0;
  margin-left: 20px;
}
#app .liyou .content ul .li01 .icon01 {
  background: #ffdaa4 url('../images/li01a.png') no-repeat center center;
  animation: icon1 4s infinite linear;
}
#app .liyou .content ul .li02 {
  position: absolute;
  bottom: 140px;
  left: -10px;
  flex-direction: row-reverse;
}
#app .liyou .content ul .li02 .imgbox {
  margin: 0;
  margin-left: 20px;
}
#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: 75px;
  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 .li04 {
  position: absolute;
  bottom: 315px;
  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 .li05 {
  display: none;
}
#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%;
  height: 1014px;
  box-sizing: border-box;
  background: url('../images/PC_02.png') no-repeat center top;
  background-size: cover;
}
#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 .meiti {
  width: 100%;
  padding-top: 50px;
  box-sizing: border-box;
  padding-bottom: 50px;
  background-color: #102e65;
  position: relative;
  overflow: hidden;
}
#app .meiti .centerBox {
  width: 100%;
}
#app .meiti .centerBox .img,
#app .meiti .centerBox .quan1,
#app .meiti .centerBox .quan2 {
  position: absolute;
  top: 32%;
  z-index: 5;
  opacity: 0.7;
}
#app .meiti .centerBox .quan1 {
  left: 0px;
  width: 280px;
  height: 350px;
  border-radius: 500px;
  transform: translateX(-50%);
  background-color: rgba(16, 46, 101, 0.96);
  box-shadow: -50px 0px 110px 235px rgba(16, 46, 101, 0.96);
  z-index: 4;
}
#app .meiti .centerBox .quan2 {
  right: 0px;
  width: 280px;
  height: 350px;
  border-radius: 500px;
  transform: translateX(50%);
  background-color: rgba(16, 46, 101, 0.96);
  box-shadow: -50px 0px 110px 235px rgba(16, 46, 101, 0.96);
  z-index: 4;
}
#app .meiti .centerBox .img1 {
  left: 0;
  top: 15%;
}
#app .meiti .centerBox .img2 {
  right: 0;
  top: 15%;
}
#app .meiti .centerBox .upToDownSwiper {
  width: 100%;
  height: 375px;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
#app .meiti .centerBox .upToDownSwiper .dataListBox,
#app .meiti .centerBox .upToDownSwiper .shadowBox {
  height: 100%;
}
#app .meiti .centerBox .upToDownSwiper .dataListBox li,
#app .meiti .centerBox .upToDownSwiper .shadowBox li {
  height: 100%;
}
#app .meiti .centerBox .upToDownSwiper .dataListBox li img,
#app .meiti .centerBox .upToDownSwiper .shadowBox li img {
  height: 100%;
}
#app .wangjie {
  width: 100%;
  padding-top: 80px;
  box-sizing: border-box;
  padding-bottom: 150px;
  background-color: #102e65;
}
#app .wangjie .centerBox .swiperBox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .wangjie .centerBox .swiperBox .swiper-button-next,
#app .wangjie .centerBox .swiperBox .swiper-button-prev {
  top: unset;
  bottom: -80px;
  left: unset;
  right: unset;
  background-image: linear-gradient(to bottom, #00c0fa, #015feb);
  border-radius: 10px;
  padding: 0 25px;
}
#app .wangjie .centerBox .swiperBox .swiper-button-next::after,
#app .wangjie .centerBox .swiperBox .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
}
#app .wangjie .centerBox .swiperBox .swiper-button-next {
  right: 43%;
}
#app .wangjie .centerBox .swiperBox .swiper-button-prev {
  left: 43%;
}
#app .wangjie .centerBox .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#app .wangjie .centerBox .swiperBox .swiper-slide {
  cursor: pointer;
}
#app .wangjie .centerBox .swiperBox .swiper-slide .imgBox {
  width: 100%;
}
#app .wangjie .centerBox .swiperBox .swiper-slide .imgBox img {
  width: 100%;
  height: auto;
}
#app .wangjie .centerBox .swiperBox .swiper-slide .timeBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #5082de;
}
#app .wangjie .centerBox .swiperBox .swiper-slide .timeBox .y {
  font-weight: 900;
  color: #5082de;
  font-size: 32px;
  line-height: 32px;
}
#app .wangjie .centerBox .swiperBox .swiper-slide .timeBox .desc p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}
#app .wangjie .centerBox .swiperBox .swiper-slide .more {
  display: block;
  color: #5082de;
  font-size: 14px;
}
#app .wangjie .centerBox .swiperBox .swiper-slide:hover .timeBox {
  border-bottom: 1px solid #00f3ff;
}
#app .wangjie .centerBox .swiperBox .swiper-slide:hover .timeBox .y {
  color: #00f3ff;
}
#app .wangjie .centerBox .swiperBox .swiper-slide:hover .more {
  color: #00f3ff;
}
#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%;
  box-sizing: border-box;
  background: #00001c url('../images/liangdainBG.png') no-repeat center top;
  background-size: cover;
  padding: 70px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
#app .liangdian .titleCC {
  padding-top: 0px;
}
#app .liangdian .liangdianContent {
  width: 1200px;
  position: relative;
  margin: auto;
  padding-bottom: 220px;
  transform: translateX(-19px);
}
#app .liangdian .liangdianContent ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#app .liangdian .liangdianContent ul li {
  width: 150px;
  height: 400px;
  box-sizing: border-box;
  background: no-repeat center;
  border-radius: 7px;
  transition: all 0.5s;
  padding-top: 34px;
  cursor: default;
}
#app .liangdian .liangdianContent ul li .title {
  font-size: 25px;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
#app .liangdian .liangdianContent ul li .lineBox {
  opacity: 0;
  padding: 0 24px;
  transition: all 0.5s;
}
#app .liangdian .liangdianContent ul li .lineBox .line {
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
}
#app .liangdian .liangdianContent ul li .desc {
  width: 405px;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 24px;
  opacity: 0;
  transition: all 0.5s;
  position: relative;
}
#app .liangdian .liangdianContent ul li:hover {
  width: 405px;
}
#app .liangdian .liangdianContent ul li:hover .lineBox {
  opacity: 1;
}
#app .liangdian .liangdianContent ul li:hover .title {
  padding: 0 24px;
  text-align: left;
}
#app .liangdian .liangdianContent ul li:hover .desc {
  display: block;
  opacity: 1;
  z-index: 9999;
}
#app .liangdian .swiper {
  width: 100%;
  height: 100%;
}
#app .yicheng {
  width: 100%;
  box-sizing: border-box;
  padding-top: 80px;
}
#app .yicheng .content .table_title {
  display: flex;
  justify-content: space-between;
}
#app .yicheng .content .table_title li {
  flex: 1;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  cursor: pointer;
  background-image: linear-gradient(170deg, #011759, #102e65);
}
#app .yicheng .content .table_title li div {
  font-size: 18px;
}
#app .yicheng .content .table_title li div:first-child {
  font-size: 25px;
}
#app .yicheng .content .table_title .active {
  color: #fff;
  background-image: linear-gradient(170deg, #023eb9, #2871fa);
}
#app .yicheng .content .table_content {
  position: relative;
  background-image: linear-gradient(170deg, #011759, #102e65);
}
#app .yicheng .content .table_content .iconBox {
  position: absolute;
  top: 0;
  right: 0;
}
#app .yicheng .content .table_content > li {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding: 42px 0;
}
#app .yicheng .content .table_content > li .tabLiInfo {
  padding: 0 42px;
}
#app .yicheng .content .table_content > li .t_title {
  font-size: 25px;
  color: #fff;
}
#app .yicheng .content .table_content > li .t_title span {
  position: relative;
}
#app .yicheng .content .table_content > li .t_title span b {
  position: relative;
  z-index: 2;
}
#app .yicheng .content .table_content > li .t_title span::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 10px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #023eb9, #2871fa);
}
#app .yicheng .content .table_content > li .t_title .time {
  font-size: 20px;
  color: #00f0ff;
  margin-left: 20px;
}
#app .yicheng .content .table_content > li .t_title .time::after {
  display: none;
}
#app .yicheng .content .table_content > li .beijing_desc {
  width: 100%;
  box-sizing: border-box;
  padding-right: 180px;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin-top: 20px;
  text-align: justify;
}
#app .yicheng .content .table_content > li .table {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
#app .yicheng .content .table_content > li .table table {
  width: 100%;
  box-sizing: border-box;
}
#app .yicheng .content .table_content > li .table tr td {
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  padding-left: 0px;
}
#app .yicheng .content .table_content > li .table tr td .time {
  text-align: center;
}
#app .yicheng .content .table_content > li .table tr td .time,
#app .yicheng .content .table_content > li .table tr td .desc {
  padding: 10px 15px;
  border-radius: 50px;
  transition: all 0.5s;
  cursor: pointer;
  background-image: linear-gradient(170deg, #062d77, #062d77);
}
#app .yicheng .content .table_content > li .table .tab_hover:hover .time,
#app .yicheng .content .table_content > li .table .tab_hover:hover .desc {
  background-image: linear-gradient(to bottom, #0340bb, #2871fa);
}
#app .yicheng .content .table_content > li .qunti {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
#app .yicheng .content .table_content > li .qunti ul {
  width: 100%;
  box-sizing: border-box;
}
#app .yicheng .content .table_content > li .qunti ul li {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  line-height: 30px;
}
#app .yicheng .content .table_content > li .qunti ul li .num {
  font-size: 34px;
  font-weight: 900;
  font-style: oblique;
  display: inline-block;
  padding-right: 20px;
  background-image: -webkit-linear-gradient(left, #015eea, #00c0fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#app .yicheng .content .table_content > li .qiyeBox {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#app .yicheng .content .table_content > li .qiyeBox img {
  max-width: 100%;
  image-rendering: pixelated;
}
#app .yicheng .content .table_content > li .qiyeBox ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
#app .yicheng .content .table_content > li .qiyeBox ul li {
  width: 25%;
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 1px solid #184ade;
}
#app .yicheng .content .table_content > li .qiyeBox ul li:nth-child(4n+1) {
  width: 206px;
}
#app .yicheng .content .table_content > li .qiyeBox ul li:nth-child(4n+2) {
  width: 30%;
}
#app .canhuiduixiang {
  width: 100%;
  height: 582px;
  box-sizing: border-box;
  padding-top: 94px;
  background: #000 url('../images/canhuiduixiangBG.png') no-repeat center top;
}
#app .canhuiduixiang .centerBox {
  width: 1100px;
}
#app .xuanchuan {
  width: 100%;
  box-sizing: border-box;
  background-color: #102e65;
}
#app .xuanchuan .xuanchuan_info {
  width: 100%;
  box-sizing: border-box;
  height: 500px;
  position: relative;
  background: url('../images/xuanchuanImg.png') no-repeat center;
}
#app .xuanchuan .xuanchuan_info > div {
  width: 380px;
  box-sizing: border-box;
  cursor: default;
}
#app .xuanchuan .xuanchuan_info > div .info_title {
  font-size: 22px;
  color: #00fff6;
  position: relative;
}
#app .xuanchuan .xuanchuan_info > div .info_title span {
  position: relative;
  z-index: 2;
}
#app .xuanchuan .xuanchuan_info > div .info_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(to right, transparent, #406bf2);
}
#app .xuanchuan .xuanchuan_info > div .desc {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: justify;
  margin-top: 10px;
}
#app .xuanchuan .xuanchuan_info .info3:hover,
#app .xuanchuan .xuanchuan_info .info2:hover,
#app .xuanchuan .xuanchuan_info .info1:hover {
  background-image: linear-gradient(to right, transparent, #406bf2);
}
#app .xuanchuan .xuanchuan_info .info1 {
  position: absolute;
  top: 35px;
  left: -50px;
}
#app .xuanchuan .xuanchuan_info .info1 .info_title {
  text-align: right;
}
#app .xuanchuan .xuanchuan_info .info2 {
  position: absolute;
  top: 224px;
  left: -100px;
}
#app .xuanchuan .xuanchuan_info .info2 .info_title {
  text-align: right;
}
#app .xuanchuan .xuanchuan_info .info3 {
  position: absolute;
  top: 385px;
  left: -50px;
}
#app .xuanchuan .xuanchuan_info .info3 .info_title {
  text-align: right;
}
#app .xuanchuan .xuanchuan_info .info4 {
  position: absolute;
  top: 35px;
  right: -50px;
}
#app .xuanchuan .xuanchuan_info .info4 .info_title::after {
  background-image: linear-gradient(to left, transparent, #406bf2);
}
#app .xuanchuan .xuanchuan_info .info6:hover,
#app .xuanchuan .xuanchuan_info .info5:hover,
#app .xuanchuan .xuanchuan_info .info4:hover {
  background-image: linear-gradient(to left, transparent, #406bf2);
}
#app .xuanchuan .xuanchuan_info .info5 {
  position: absolute;
  top: 221px;
  right: -105px;
}
#app .xuanchuan .xuanchuan_info .info5 .info_title::after {
  background-image: linear-gradient(to left, transparent, #406bf2);
}
#app .xuanchuan .xuanchuan_info .info6 {
  position: absolute;
  top: 385px;
  right: -60px;
}
#app .xuanchuan .xuanchuan_info .info6 .info_title::after {
  background-image: linear-gradient(to left, transparent, #406bf2);
}
#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: #081e41 url('../images/jiabinBG01.png') no-repeat center;
  background-size: cover;
  padding: 55px 0;
  padding-top: 80px;
}
#app .jiabin .content {
  margin-top: 50px;
  height: 600px;
  position: relative;
}
#app .jiabin .content .swiper-button-next,
#app .jiabin .content .swiper-button-prev {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}
#app .jiabin .content .swiper-button-next {
  right: -60px;
}
#app .jiabin .content .swiper-button-prev {
  left: -60px;
}
#app .jiabin .content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#app .jiabin .content ul li {
  width: 20%;
}
#app .jiabin .content ul .descTag {
  flex: 1;
  align-items: center;
  display: flex;
  font-size: 16px;
  color: #fff;
}
#app .jiabin .tips {
  font-size: 16px;
  color: #505050;
  padding-top: 10px;
}
#app .jiabin .guest-item {
  margin-bottom: 50px;
  height: 260px;
  width: 190px;
}
#app .jiabin .guest-item .name {
  color: #0cc1fc;
  font-size: 23px;
  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: 150px;
  height: 150px;
  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: 80px 0;
}
#app .aboutUs .content {
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#app .aboutUs .content > div {
  width: 100%;
}
#app .aboutUs .content > div ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#app .aboutUs .content > div ul li {
  font-size: 28px;
  color: #fff;
  margin-right: 50px;
}
#app .aboutUs .content > div ul li .title {
  text-align: center;
  font-size: 22px;
  color: #fff;
  background-color: #2252a9;
  padding: 10px 0;
  margin-bottom: 30px;
}
#app .aboutUs .content > div ul li .name {
  font-size: 20px;
  margin-bottom: 10px;
}
#app .aboutUs .content > div ul li p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}
@-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);
  }
}
