.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 70px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
.social-share .item .share-n:hover {
  color: #000;
}
#app {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background: #fff;
}
#app .right_gg {
  position: fixed;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  box-sizing: border-box;
  width: 282px;
  height: 471px;
  padding-top: 202px;
  background: url(../images/right_gg/bg.png) no-repeat center;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: block;
  width: 128px;
  height: 33px;
  margin: 0 auto 10px;
  background: url(../images/right_gg/btn.png) no-repeat center;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
#app .right_gg .right_gg-item:hover {
  opacity: 0.9;
}
#app .right_gg a {
  color: #fff;
}
#app .right_gg .top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
}
#app .right_gg .top a {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background: url(../images/right_gg/top.png) no-repeat center;
  cursor: pointer;
}
#app .right_gg .top p {
  font-size: 18px;
  line-height: 28px;
}
#app .right_gg .top p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../images/right_gg/phone.png) no-repeat center;
  vertical-align: middle;
}
#app .right_gg .close {
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  font-size: 40px;
  cursor: pointer;
}
#app .header {
  width: 100%;
  height: 82px;
  box-sizing: border-box;
  background-color: #020e4a;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header .centerBox {
  width: 1300px;
  display: flex;
  align-items: center;
}
#app .header .centerBox img {
  margin-right: 35px;
}
#app .header ul {
  display: flex;
  align-items: center;
  height: 100%;
}
#app .header ul li {
  position: relative;
  height: 100%;
  padding: 0 20px;
  font-size: 22px;
  color: #fff;
  line-height: 82px;
  cursor: pointer;
}
#app .header ul li::before {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  opacity: 0;
  transition: opacity 0.2s;
  content: '';
}
#app .header ul li::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #fff;
  opacity: 0;
  transition: all 0.2s;
  content: '';
}
#app .header ul li:hover::before {
  opacity: 1;
}
#app .header ul li:hover::after {
  width: 100%;
  opacity: 1;
}
#app .header ul li.btn {
  box-sizing: border-box;
  min-width: 149px;
  height: 53px;
  padding: 0 15px;
  color: #061357;
  text-align: center;
  line-height: 53px;
  letter-spacing: 2px;
  margin-left: 20px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #fae69f, #cb974b);
}
#app .header ul li.btn:last-child {
  color: #fff;
  background: linear-gradient(to bottom, #00c0fa, #015eea);
}
#app .header ul li.btn:hover {
  opacity: 0.9;
}
#app .header ul li.btn:hover::before {
  opacity: 0;
}
#app .header ul li.btn:hover::after {
  width: 0;
  opacity: 0;
}
#app .titleCC {
  font-size: 0;
  text-align: center;
}
#app .button-prev,
#app .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
#app .button-prev {
  left: -50px;
}
#app .button-next {
  right: -50px;
  transform: translateY(-50%) rotate(180deg);
}
#app .banner {
  width: 100%;
}
#app .banner img {
  display: block;
  width: 100%;
}
#app .banner .centerBox {
  position: relative;
}
#app .banner .tongqi {
  position: absolute;
  left: 374px;
  top: 778px;
  width: 789px;
  height: 84px;
  display: flex;
  justify-content: space-between;
}
#app .banner .tongqi a {
  display: block;
  height: 83px;
  transform: scale(1);
  transition: transform 0.15s;
}
#app .banner .tongqi a:hover {
  transform: scale(1.05);
}
#app .banner .tongqi a:nth-child(1) {
  width: 338px;
  background: url("../images/btn2.png") no-repeat center;
}
#app .banner .tongqi a:nth-child(2) {
  width: 408px;
  background: url("../images/btn3.png") no-repeat center;
}
#app .intro_bg {
  height: 1953px;
  background: url("../images/intro_bg.png") no-repeat center / cover;
}
#app .intro {
  padding-top: 75px;
}
#app .intro .content {
  box-sizing: border-box;
  height: 600px;
  margin: 60px auto 0;
  background: url("../images/intro_box.png") no-repeat center;
  position: relative;
  z-index: 2;
}
#app .intro .text {
  padding: 45px 35px 0 45px;
}
#app .intro .text p {
  font-size: 20px;
  color: #fff;
  text-align: justify;
  text-indent: 2em;
  line-height: 40px;
  margin-bottom: 18px;
}
#app .intro a {
  display: block;
  width: 256px;
  height: 64px;
  margin: 25px auto 0;
  background: url("../images/btn1.png") no-repeat center;
  transform: scale(1);
  transition: transform 0.15s;
}
#app .intro a:hover {
  transform: scale(1.05);
}
#app .light {
  padding: 60px 0;
}
#app .light ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .light ul li {
  width: 251px;
  background: url(../images/wheat_bg.png) no-repeat center bottom;
  color: #fff;
  text-align: center;
}
#app .light ul li p {
  font-size: 32px;
  line-height: 50px;
}
#app .light ul li p:first-child {
  font-size: 20px;
  line-height: 26px;
}
#app .light ul li p:first-child b {
  font-size: 60px;
  font-weight: 500;
}
#app .light ul li p:last-child {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
#app .why {
  padding-top: 60px;
}
#app .why .content {
  margin-top: 50px;
}
#app .why .content ul {
  box-sizing: border-box;
  padding-left: 355px;
  background: url(../images/8th.png) no-repeat left center;
}
#app .why .content ul li {
  box-sizing: border-box;
  padding: 9px 95px 9px 9px;
  min-width: 710px;
  margin-bottom: 25px;
  display: inline-flex;
  align-items: center;
  border-radius: 110px;
  background: linear-gradient(to right, #1310cc, #7b72e1);
}
#app .why .content ul li:last-child {
  margin-bottom: 0;
}
#app .why .content ul li .num {
  width: 92px;
  height: 92px;
  margin-right: 18px;
  border-radius: 92px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .why .content ul li .num span {
  font-size: 40px;
  color: #363636;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
#app .why .content ul li:hover .num span {
  transform: scale(1.2);
}
#app .why .content ul li .text h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
#app .why .content ul li .text p {
  font-size: 16px;
  line-height: 24px;
}
#app .why .content ul li:nth-child(2) {
  transform: translateX(94px);
}
#app .why .content ul li:nth-child(3) {
  transform: translateX(70px);
}
#app .why .content ul li:nth-child(4) {
  transform: translateX(-58px);
}
#app .awards-setting {
  box-sizing: border-box;
  height: 994px;
  padding-top: 80px;
  background: url(../images/award_bg.png) no-repeat center / cover;
}
#app .awards-setting .content {
  width: 1250px;
  margin-top: 50px;
}
#app .awards-setting .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#app .awards-setting .content ul li {
  position: relative;
  width: 310px;
  height: 257px;
  background: url("../images/award_item12.png") no-repeat center top;
}
#app .awards-setting .content ul li .name,
#app .awards-setting .content ul li .desc {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
}
#app .awards-setting .content ul li .name a,
#app .awards-setting .content ul li .desc a {
  display: block;
  width: 106px;
  height: 32px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(to right, #eace75, #fff1d1);
  font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 32px;
  font-weight: bold;
  transform: scale(1);
  transition: transform 0.15s;
}
#app .awards-setting .content ul li .name a:hover,
#app .awards-setting .content ul li .desc a:hover {
  transform: scale(1.05);
}
#app .awards-setting .content ul li .name {
  padding: 122px 30px 0;
  opacity: 1;
}
#app .awards-setting .content ul li .name p {
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}
#app .awards-setting .content ul li .name a {
  margin-top: 14px;
}
#app .awards-setting .content ul li .desc {
  padding: 40px 40px 0;
  opacity: 0;
}
#app .awards-setting .content ul li .desc div {
  width: 225px;
  max-height: 145px;
  overflow-y: auto;
  margin-bottom: 7px;
}
#app .awards-setting .content ul li .desc div::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
#app .awards-setting .content ul li .desc div::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left bottom, left top, #c9cdd4);
  transition: 0.3s ease-in-out;
}
#app .awards-setting .content ul li .desc div::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
#app .awards-setting .content ul li .desc div::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #f1f1f1;
}
#app .awards-setting .content ul li .desc h3 {
  font-size: 18px;
  color: #eace75;
  text-align: center;
  margin-bottom: 10px;
}
#app .awards-setting .content ul li .desc p {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
#app .awards-setting .content ul li:hover {
  background: url("../images/award_item11.png") no-repeat center top;
}
#app .awards-setting .content ul li:hover .name {
  opacity: 0;
}
#app .awards-setting .content ul li:hover .desc {
  opacity: 1;
}
#app .awards-setting .content ul:last-child {
  margin-top: 40px;
}
#app .liucheng {
  box-sizing: border-box;
  height: 1332px;
  padding-top: 65px;
  background: url(../images/step_bg.png) no-repeat center / cover;
}
#app .liucheng .content {
  margin-top: 60px;
}
#app .liucheng .content .step-list {
  position: relative;
  height: 895px;
}
#app .liucheng .content .step-list > li {
  position: absolute;
  padding: 12px 0 0 15px;
  border-left: 2px solid var(--main-color);
}
#app .liucheng .content .step-list > li::before {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  content: '';
}
#app .liucheng .content .step-list > li h3 {
  font-size: 20px;
  color: var(--main-color);
  line-height: 26px;
}
#app .liucheng .content .step-list > li h3 span {
  font-size: 18px;
  font-weight: 400;
}
#app .liucheng .content .step-list > li h4 {
  font-size: 18px;
  color: var(--main-color);
  font-weight: 400;
  line-height: 26px;
  margin: 2px 0 5px;
}
#app .liucheng .content .step-list > li p {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
#app .liucheng .content .step-list > li ul {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
#app .liucheng .content .step-list > li ul li {
  width: 218px;
}
#app .liucheng .content .step-list > li ul li h5 {
  height: 24px;
  font-size: 0;
  margin-bottom: 7px;
  background: var(--main-color);
}
#app .liucheng .content .step-list > li ul li h5 i {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 7px;
  margin-right: 4px;
  vertical-align: middle;
}
#app .liucheng .content .step-list > li ul li h5 span {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  vertical-align: middle;
}
#app .liucheng .content .step-list > li ul li p {
  width: 225px;
}
#app .liucheng .content .step-list > li ul li:nth-child(1) h5 i {
  background: url(../images/icon1.png) no-repeat center;
}
#app .liucheng .content .step-list > li ul li:nth-child(2) h5 i {
  background: url(../images/icon2.png) no-repeat center;
}
#app .liucheng .content .step-list > li ul li:nth-child(3) h5 i {
  background: url(../images/icon3.png) no-repeat center;
}
#app .liucheng .content .step-list > li > i {
  position: absolute;
  width: 211px;
  height: 184px;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
#app .liucheng .content .step-list > li:hover > i {
  transform: scale(1.08);
}
#app .liucheng .content .step-list > li:nth-child(1) {
  left: 0px;
  top: 565px;
  --main-color: #2f72aa;
}
#app .liucheng .content .step-list > li:nth-child(1) > i {
  left: 234px;
  top: 84px;
  background: url(../images/step1.png) no-repeat center;
}
#app .liucheng .content .step-list > li:nth-child(1)::before {
  width: 215px;
}
#app .liucheng .content .step-list > li:nth-child(2) {
  left: 631px;
  top: 525px;
  --main-color: #284db0;
}
#app .liucheng .content .step-list > li:nth-child(2) > i {
  left: -226px;
  top: -55px;
  background: url(../images/step2.png) no-repeat center;
}
#app .liucheng .content .step-list > li:nth-child(2)::before {
  width: 170px;
}
#app .liucheng .content .step-list > li:nth-child(3) {
  left: 68px;
  top: 260px;
  --main-color: #4e296e;
}
#app .liucheng .content .step-list > li:nth-child(3) > i {
  left: 537px;
  top: 11px;
  background: url(../images/step3.png) no-repeat center;
}
#app .liucheng .content .step-list > li:nth-child(3)::before {
  width: 266px;
}
#app .liucheng .content .step-list > li:nth-child(4) {
  left: 55px;
  top: 2px;
  --main-color: #494683;
}
#app .liucheng .content .step-list > li:nth-child(4) > i {
  left: 747px;
  top: 67px;
  background: url(../images/step4.png) no-repeat center;
}
#app .liucheng .content .rule h3 {
  width: 208px;
  height: 46px;
  margin-bottom: 15px;
  border-radius: 46px;
  background: linear-gradient(to bottom, #7832b4, #224198);
  font-size: 25px;
  text-align: center;
  line-height: 46px;
  letter-spacing: 3px;
}
#app .liucheng .content .rule p {
  font-size: 20px;
  color: #000;
  line-height: 33px;
  text-indent: 2em;
}
#app .jiabin {
  box-sizing: border-box;
  height: 1129px;
  padding-top: 80px;
  background: url(../images/jiabin.png) no-repeat center / cover;
}
#app .qiye {
  box-sizing: border-box;
  height: 758px;
  padding-top: 75px;
  background: url(../images/qiye_bg.png) no-repeat center / cover;
}
#app .qiye .content {
  position: relative;
  margin-top: 50px;
  --swiper-pagination-color: #313158;
  --swiper-pagination-bullet-inactive-color: #7479af;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
#app .qiye .content .swiper-pagination {
  bottom: -25px;
}
#app .qiye .content .swiper-slide {
  height: 427px;
}
#app .qiye .content .swiper-slide img {
  width: 1200px;
}
#app .review {
  box-sizing: border-box;
  height: 995px;
  padding-top: 60px;
  background: url(../images/review_bg.png) no-repeat center / cover;
}
#app .review .content {
  margin-top: 25px;
  min-width: 1200px;
}
#app .review .content img {
  display: block;
  width: 100%;
}
#app .review .centerBox {
  width: 100%;
  max-width: 1546px;
}
#app .baoming {
  box-sizing: border-box;
  height: 607px;
  padding-top: 65px;
  background: url(../images/shenbao_bg.png) no-repeat center / cover;
}
#app .baoming .content {
  margin-top: 55px;
}
#app .baoming .content .tips {
  font-size: 27px;
  text-align: center;
}
#app .baoming .content ul {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  color: #000;
}
#app .baoming .content ul li {
  box-sizing: border-box;
  width: 591px;
  height: 322px;
  padding: 80px 0 0 96px;
  transform: translateY(-20px);
  background: url(../images/shenbao_item.png) no-repeat center;
}
#app .baoming .content ul li h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
#app .baoming .content ul li p {
  font-size: 17px;
  line-height: 24px;
}
#app .baoming .content ul li p > a {
  color: #2646f1;
}
#app .baoming .content ul li > a {
  display: block;
  width: 106px;
  height: 32px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 10px;
  margin: 10px 0 0 300px;
  background: linear-gradient(to bottom, #5cb6cf, #2e55fa);
  transform: scale(1);
  transition: transform 0.15s;
}
#app .baoming .content ul li > a:hover {
  transform: scale(1.05);
}
#app .contact {
  box-sizing: border-box;
  height: 438px;
  padding-top: 35px;
  background: url("../images/lianxi_bg.png") no-repeat center / cover;
}
#app .contact .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
#app .contact .content .text {
  display: flex;
}
#app .contact .content .text li {
  margin-right: 186px;
}
#app .contact .content .text li:last-child {
  margin-right: 0;
}
#app .contact .content .text li h3 {
  font-size: 0;
  margin-bottom: 15px;
}
#app .contact .content .text li h3 i {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 14px;
  vertical-align: middle;
}
#app .contact .content .text li h3 span {
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
}
#app .contact .content .text li p {
  font-size: 20px;
  line-height: 28px;
}
#app .contact .content .text li:nth-child(1) h3 i {
  background: url("../images/icon4.png") no-repeat center;
}
#app .contact .content .text li:nth-child(2) h3 i {
  background: url("../images/icon5.png") no-repeat center;
}
#app .contact .content .qr p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
