.centerBox {
  width: 1111px;
  box-sizing: border-box;
  margin: auto;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .banner {
  width: 100%;
  height: 713px;
  box-sizing: border-box;
  background: url('../images/banner.png') no-repeat center;
}
#app .banner .centerBox {
  position: relative;
  height: 100%;
}
#app .banner .centerBox .baoming-btn {
  position: absolute;
  left: -68px;
  bottom: 65px;
  width: 340px;
  height: 78px;
  transform: scale(0.6);
  transition: transform 0.15s;
  background: url(../images/btn.png) no-repeat center;
}
#app .banner .centerBox .baoming-btn:hover {
  transform: scale(0.63);
}
#app .banner .centerBox .banner-data {
  position: absolute;
  left: 0;
  bottom: -116px;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  background: #5e1a7f;
  display: flex;
}
#app .banner .centerBox .banner-data li {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  width: 25%;
}
#app .banner .centerBox .banner-data li i {
  display: block;
  width: 60px;
  height: 55px;
}
#app .banner .centerBox .banner-data li:nth-child(1) i {
  background: url(../images/icon/1.png) no-repeat center;
}
#app .banner .centerBox .banner-data li:nth-child(2) i {
  background: url(../images/icon/2.png) no-repeat center;
}
#app .banner .centerBox .banner-data li:nth-child(3) i {
  background: url(../images/icon/3.png) no-repeat center;
}
#app .banner .centerBox .banner-data li:nth-child(4) i {
  background: url(../images/icon/4.png) no-repeat center;
}
#app .banner .centerBox .banner-data li p {
  width: 100%;
  font-size: 20px;
  color: #fff;
}
#app .banner .centerBox .banner-data li p.counter-wrap {
  margin: 15px 0 5px;
}
#app .banner .centerBox .banner-data li p.counter-wrap span {
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
}
#app .banner .centerBox .banner-data li p.counter-wrap span:last-child {
  font-size: 18px;
  vertical-align: top;
  margin-left: 2px;
}
#app .titleCC {
  height: 64px;
  font-size: 42px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  background: url(../images/title.png) no-repeat center;
}
#app .jianjie {
  padding: 170px 0 35px;
  background: #161d63;
}
#app .jianjie .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 55px;
}
#app .jianjie .content .text {
  width: 640px;
}
#app .jianjie .content .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
  text-indent: 2em;
  margin-top: 10px;
}
#app .jianjie .content .text p:first-child {
  margin-top: 0;
}
#app .light {
  padding: 75px 0 50px;
  background: #12185c;
}
#app .light .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}
#app .light .content .light-tab {
  width: 295px;
}
#app .light .content .light-tab li {
  width: 100%;
  margin: 12px 0;
  padding: 12px 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
#app .light .content .light-tab li span {
  font-size: 18px;
  color: #fff;
}
#app .light .content .light-tab li span:first-child {
  display: inline-block;
  width: 255px;
}
#app .light .content .light-tab li span:last-child {
  display: none;
}
#app .light .content .light-tab li.active {
  border-bottom: 1px solid #9c4286;
}
#app .light .content .light-tab li.active span {
  font-size: 20px;
  color: #9c4286;
}
#app .light .content .light-tab li.active span:last-child {
  display: inline;
}
#app .light .content .light-content {
  width: 773px;
  height: 317px;
}
#app .light .content .light-content li {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
#app .light .content .light-content li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .light .content .light-content li p {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 80px 40px 15px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
  background: linear-gradient(to bottom, rgba(65, 74, 169, 0), #414aa9);
}
#app .yicheng {
  padding: 65px 0 40px;
  background: #161d63;
}
#app .yicheng .content {
  margin-top: 40px;
}
#app .yicheng .content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  color: #fff;
}
#app .yicheng .content table th {
  height: 46px;
  font-weight: bold;
  text-align: center;
  background: #362283;
  letter-spacing: 2px;
}
#app .yicheng .content table td {
  box-sizing: border-box;
  padding: 11px 0;
  background: #221c6a;
}
#app .yicheng .content table td p {
  line-height: 1.8em;
  padding: 30px 0;
}
#app .yicheng .content table tbody tr td:first-child {
  width: 200px;
  text-align: center;
}
#app .yicheng .content table tbody tr:nth-child(2n) td {
  background: #2b1e71;
}
#app .yicheng .content table tbody tr:first-child td {
  text-align: center;
}
#app .yicheng .content .baoming-btn {
  display: block;
  width: 340px;
  height: 78px;
  margin: 20px auto 0;
  transform: scale(1);
  transition: all 0.15s;
  background: url(../images/btn.png) no-repeat center;
}
#app .yicheng .content .baoming-btn:hover {
  transform: scale(1.03);
}
#app .yicheng .content .tips {
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  text-align: right;
}
#app .fanwei {
  padding: 60px 0 50px;
  background: #12185c;
}
#app .fanwei .content {
  margin-top: 50px;
}
#app .fanwei .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .fanwei .content ul li {
  width: 185px;
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
}
#app .fanwei .content ul li p {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
#app .jiabin {
  padding: 70px 0 35px;
  background: #161d63;
}
#app .jiabin .content {
  position: relative;
  margin-top: 55px;
}
#app .jiabin .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 630px;
}
#app .jiabin .content ul li {
  position: relative;
  width: 261px;
  height: 255px;
  margin-bottom: 60px;
  margin-right: 20px;
}
#app .jiabin .content ul li:nth-child(4n) {
  margin-right: 0;
}
#app .jiabin .content ul li > div {
  position: relative;
  width: 221px;
  height: 221px;
  margin: 0 auto;
  background: url(../images/jiabin/bg1.png) no-repeat center;
}
#app .jiabin .content ul li img {
  display: block;
  width: 212px;
  height: 212px;
}
#app .jiabin .content ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 261px;
  height: 73px;
  background: url(../images/jiabin/bg2.png) no-repeat center;
}
#app .jiabin .content ul li p span {
  position: absolute;
  color: #fff;
}
#app .jiabin .content ul li p span:first-child {
  left: 0;
  top: 4px;
  width: 87px;
  font-size: 20px;
  text-align: center;
}
#app .jiabin .content ul li p span:last-child {
  left: 75px;
  top: 27px;
  width: 185px;
  font-size: 14px;
  text-indent: 15px;
}
#app .jiabin .content .button-next,
#app .jiabin .content .button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  height: 66px;
  cursor: pointer;
}
#app .jiabin .content .button-next {
  right: -100px;
  background: url(../images/right.png) no-repeat center;
}
#app .jiabin .content .button-prev {
  left: -100px;
  background: url(../images/left.png) no-repeat center;
}
#app .renqun {
  padding: 40px 0 115px;
  background: #161d63;
}
#app .renqun .content {
  position: relative;
  height: 348px;
  margin-top: 55px;
}
#app .renqun .content .text-wrap {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 1200px;
  height: 348px;
  transform: translateX(-20px);
  background: url('../images/renqun.png') no-repeat center;
}
#app .renqun .content .text-wrap p {
  width: 700px;
  margin-left: 40px;
  padding: 9px 0;
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
  border-bottom: 1px dashed #3f397d;
}
#app .tuiguang {
  box-sizing: border-box;
  height: 632px;
  padding: 80px 0 0;
  background: url('../images/bg.png') no-repeat center;
}
#app .tuiguang .centerBox {
  width: 1200px;
}
#app .tuiguang .titleCC {
  margin-bottom: 55px;
}
#app .tuiguang .content {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .tuiguang .content .item {
  box-sizing: border-box;
  width: 360px;
  height: 170px;
  background: #521b86;
  border: 1px solid #963d85;
  border-radius: 12px;
  padding: 18px 23px 0;
  color: #fff;
}
#app .tuiguang .content .item h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
}
#app .tuiguang .content .item h3::after {
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 50px;
  height: 4px;
  background: #823d8c;
  content: '';
}
#app .tuiguang .content .item p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 12px;
}
#app .review {
  padding: 70px 0 80px;
  background: #161d63;
}
#app .review .content {
  height: 419px;
  margin-top: 70px;
  background: url('../images/review.png') no-repeat center;
}
#app .aboutUs {
  padding: 70px 0;
  background: #081521;
}
#app .aboutUs .centerBox {
  width: 1200px;
}
#app .aboutUs .about-title {
  font-size: 0;
  text-align: center;
}
#app .aboutUs .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}
#app .aboutUs .content .phone {
  font-size: 22px;
  color: #fff;
}
#app .aboutUs .content .phone p {
  margin-top: 15px;
}
#app .aboutUs .content .phone p:first-child {
  margin-top: 0;
}
#app .aboutUs .content .phone:nth-child(2) {
  margin-right: 50px;
}
#app .aboutUs .content .qr {
  font-size: 0;
  text-align: center;
}
#app .aboutUs .content .qr p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.lunbo {
  width: 100%;
  height: 300px;
  margin-top: 50px;
}
.lunbo li {
  box-sizing: border-box;
  padding-bottom: 50px;
  background: url(../images/line.png) no-repeat -18px bottom;
  position: relative;
}
.lunbo li .time {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.5;
}
.lunbo li > div {
  width: 320px;
  height: 260px;
  margin: 0 auto;
  position: relative;
}
.lunbo li > div > a {
  display: block;
  width: 320px;
  height: 200px;
}
.lunbo li > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lunbo li > div > i {
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}
.lunbo li > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 104px;
  padding: 48px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  background-size: 100% auto;
}
.lunbo li.on > div p {
  opacity: 1;
}
.lunbo li > div a {
  color: #fff;
}
.lunbo .swiper {
  position: relative;
}
.lunbo .swiper .swiper-button-next {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  left: unset;
  right: 50px;
  padding: 10px;
}
.lunbo .swiper .swiper-button-prev {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  left: 50px;
  padding: 10px;
}
.lunbo .swiper .swiper-button-next::after,
.lunbo .swiper .swiper-button-prev::after {
  color: #fff;
  font-weight: 900;
}
.lunbo .swiper-button-next,
.lunbo .swiper-container-rtl .swiper-button-prev {
  right: -90px;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  background-color: #fff;
}
.lunbo .swiper-button-prev,
.lunbo .swiper-container-rtl .swiper-button-next {
  left: -90px;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  background-color: #fff;
}
