.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: 10px;
  top: 50%;
  transform: translateY(-216px);
  box-sizing: border-box;
  width: 92px;
  padding-top: 25px;
  background: url(../images/right_gg_bg.png) no-repeat top center;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: block;
  height: 60px;
  border-left: 2px solid #8c724f;
  background: #00287d;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
}
#app .right_gg .right_gg-item::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 0;
  border-top: 1px dashed #3a4e84;
  z-index: 2;
  content: '';
}
#app .right_gg .right_gg-item:first-child::before {
  display: none;
}
#app .right_gg .right_gg-item::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(16px);
  width: 20px;
  height: 1px;
  background-color: #f5d0a5;
  content: '';
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
#app .right_gg .right_gg-item:hover {
  color: #f5d0a5;
}
#app .right_gg .right_gg-item:hover::after {
  opacity: 1;
}
#app .right_gg a {
  color: #fff;
}
#app .right_gg .top {
  display: block;
  height: 50px;
  background: url(../images/right_gg_top.png) no-repeat center;
  cursor: pointer;
}
#app .header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  background-color: #000;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header .centerBox {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .header .centerBox img {
  margin-right: 35px;
}
#app .header ul {
  display: flex;
  align-items: center;
  height: 100%;
}
#app .header ul li {
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  line-height: 80px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
#app .header ul li:hover {
  background-color: #00287d;
}
#app .header ul .btn {
  margin-left: 20px;
  font-weight: bold;
  opacity: 0.9;
  transition: opacity 0.15s ease-in-out;
}
#app .header ul .btn.btn1 {
  color: #000;
  background: linear-gradient(to right, #ebbc9d, #eed4c2);
}
#app .header ul .btn.btn2 {
  background: linear-gradient(to right, #fe3117, #fb6a15);
}
#app .header ul .btn:hover {
  opacity: 1;
}
#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: -95px;
}
#app .button-next {
  right: -95px;
  transform: translateY(-50%) rotate(180deg);
}
#app .banner {
  width: 100%;
  height: 818px;
  background: url("../images/banner.png") no-repeat center / cover;
}
#app .banner .centerBox {
  position: relative;
}
#app .banner .time {
  position: absolute;
  left: 0;
  top: 560px;
}
#app .banner .time p {
  font-size: 28px;
  height: 48px;
  letter-spacing: 2px;
}
#app .intro {
  box-sizing: border-box;
  height: 989px;
  padding-top: 100px;
  background: url(../images/intro_bg.png) no-repeat center / cover;
}
#app .intro .content {
  box-sizing: border-box;
  height: 610px;
  margin: 40px auto 0;
  padding: 93px 40px;
  background: url("../images/intro.png") no-repeat center;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .intro .text {
  width: 865px;
}
#app .intro .text p {
  font-size: 18px;
  color: #f9e193;
  text-align: justify;
  text-indent: 2em;
  line-height: 34px;
  margin-bottom: 15px;
}
#app .intro .text p:last-child {
  margin-bottom: 0;
}
#app .intro .light li {
  width: 220px;
  text-align: center;
  margin-bottom: 20px;
}
#app .intro .light li:last-child {
  margin-bottom: 0;
}
#app .intro .light li p {
  font-size: 20px;
  color: #fbc972;
}
#app .intro .light li p:first-child {
  font-size: 36px;
  font-weight: bold;
}
#app .why {
  box-sizing: border-box;
  height: 825px;
  padding-top: 75px;
  background: url(../images/liyou_bg.png) no-repeat center / cover;
}
#app .why .content {
  margin-top: 35px;
}
#app .why .content ul {
  display: flex;
  justify-content: space-between;
}
#app .why .content ul li {
  width: 270px;
  text-align: center;
}
#app .why .content ul li .title {
  font-size: 0;
  margin-bottom: 30px;
}
#app .why .content ul li .text {
  box-sizing: border-box;
  height: 420px;
  padding: 25px 15px;
  border-radius: 20px;
  background-color: rgba(0, 25, 125, 0.5);
  color: #f9e193;
}
#app .why .content ul li .text .img-box {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
#app .why .content ul li .text .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#app .why .content ul li .text h3 {
  font-size: 22px;
  margin: 20px 0 10px;
  letter-spacing: 2px;
}
#app .why .content ul li .text p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}
#app .why .content ul li:hover .text .img-box {
  transform: scale(1.08);
}
#app .awards-setting {
  box-sizing: border-box;
  height: 771px;
  padding-top: 70px;
  background: url(../images/setting_bg.png) no-repeat center / cover;
}
#app .awards-setting .content {
  margin-top: 40px;
}
#app .awards-setting .content .tabs {
  display: flex;
  justify-content: space-between;
}
#app .awards-setting .content .tabs li {
  position: relative;
  box-sizing: border-box;
  width: 180px;
  height: 44px;
  border: 1px solid #d2ab70;
  border-radius: 10px;
  font-size: 22px;
  color: #efd19f;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
  cursor: pointer;
}
#app .awards-setting .content .tabs li::after {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 13px solid #efd19f;
  content: '';
  display: none;
}
#app .awards-setting .content .tabs li.active {
  color: #000;
  background: linear-gradient(to right, #d1ab70, #efd19f, #d1ab70);
}
#app .awards-setting .content .tabs li.active::after {
  display: block;
}
#app .awards-setting .content .tab-con {
  margin-top: 38px;
}
#app .awards-setting .content .tab-con ul {
  display: flex;
  flex-wrap: wrap;
}
#app .awards-setting .content .tab-con ul li {
  position: relative;
  width: 279px;
  height: 326px;
  margin-right: 28px;
  background: url("../images/item_setting1.png") no-repeat center;
  color: #000;
}
#app .awards-setting .content .tab-con ul li > a {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: block;
  width: 158px;
  height: 34px;
  margin: 0 auto;
  border-radius: 34px;
  background-color: #7b5427;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 34px;
  font-weight: bold;
  transform: translateX(-50%) scale(1);
  transition: transform 0.15s;
}
#app .awards-setting .content .tab-con ul li > a:hover {
  transform: translateX(-50%) scale(1.05);
}
#app .awards-setting .content .tab-con ul li .name,
#app .awards-setting .content .tab-con 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 .tab-con ul li .name {
  padding-top: 165px;
  opacity: 1;
}
#app .awards-setting .content .tab-con ul li .name p {
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}
#app .awards-setting .content .tab-con ul li .name p:first-child {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 5px;
  font-weight: 400;
}
#app .awards-setting .content .tab-con ul li .desc {
  padding: 25px 9px 0 13px;
  opacity: 0;
}
#app .awards-setting .content .tab-con ul li .desc div {
  padding-right: 10px;
  max-height: 235px;
  overflow-y: auto;
}
#app .awards-setting .content .tab-con ul li .desc div::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
#app .awards-setting .content .tab-con ul li .desc div::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #fdec9d;
  background-image: -webkit-gradient(linear, left bottom, left top, #fdec9d);
  transition: 0.3s ease-in-out;
}
#app .awards-setting .content .tab-con ul li .desc div::-webkit-scrollbar-thumb:hover {
  background-color: #f9de64;
}
#app .awards-setting .content .tab-con ul li .desc div::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #b68a56;
}
#app .awards-setting .content .tab-con ul li .desc h3 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}
#app .awards-setting .content .tab-con ul li .desc h3:first-child {
  margin-top: 0;
}
#app .awards-setting .content .tab-con ul li .desc p {
  font-size: 14px;
  line-height: 20px;
}
#app .awards-setting .content .tab-con ul li:hover {
  background: url("../images/item_setting2.png") no-repeat center top;
}
#app .awards-setting .content .tab-con ul li:hover .name {
  opacity: 0;
}
#app .awards-setting .content .tab-con ul li:hover .desc {
  opacity: 1;
}
#app .awards-setting .content .tab-con ul li:hover > a {
  background-color: #000;
}
#app .awards-setting .content .tab-con ul li:last-child {
  margin-right: 0;
}
#app .liucheng {
  box-sizing: border-box;
  height: 1326px;
  padding-top: 80px;
  background: url(../images/step_bg.png) no-repeat center / cover;
}
#app .liucheng .content {
  margin-top: 130px;
}
#app .liucheng .content .step-list {
  position: relative;
  width: 758px;
  height: 746px;
  margin-left: 279px;
  background: url(../images/step.png) no-repeat center;
}
#app .liucheng .content .step-list > li {
  position: absolute;
  text-align: center;
}
#app .liucheng .content .step-list > li h3 {
  font-size: 24px;
  color: #fdec9d;
  line-height: 30px;
}
#app .liucheng .content .step-list > li h4 {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  margin-top: 5px;
}
#app .liucheng .content .step-list > li p {
  position: absolute;
  width: 500px;
  font-size: 16px;
  color: #f9e193;
  line-height: 24px;
  text-align: left;
}
#app .liucheng .content .step-list > li:nth-child(1) {
  left: 95px;
  top: -95px;
}
#app .liucheng .content .step-list > li:nth-child(1) p {
  left: -375px;
  top: 83px;
}
#app .liucheng .content .step-list > li:nth-child(2) {
  left: 370px;
  top: 0px;
}
#app .liucheng .content .step-list > li:nth-child(2) p {
  left: 100px;
  top: 85px;
}
#app .liucheng .content .step-list > li:nth-child(3) {
  left: -110px;
  top: 108px;
}
#app .liucheng .content .step-list > li:nth-child(3) p {
  left: 210px;
  top: 105px;
}
#app .liucheng .content .step-list > li:nth-child(4) {
  left: 115px;
  top: 345px;
}
#app .liucheng .content .step-list > li:nth-child(4) p {
  left: -395px;
  top: 110px;
}
#app .liucheng .content .rule {
  padding: 15px;
  border-radius: 20px;
  background-color: #ecbd86;
  color: #000;
}
#app .liucheng .content .rule > div {
  box-sizing: border-box;
  height: 110px;
  border: 1px solid #7b5427;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
#app .liucheng .content .rule h3 {
  position: relative;
  width: 100px;
  margin: 0 18px 0 14px;
  font-size: 30px;
  text-align: center;
  line-height: 42px;
  letter-spacing: 12px;
}
#app .liucheng .content .rule h3::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #7b5427;
  content: '';
}
#app .liucheng .content .rule p {
  width: 1000px;
  font-size: 16px;
  line-height: 24px;
}
#app .qiye {
  padding: 80px 0 130px;
  background: #00043e;
}
#app .qiye .content {
  position: relative;
  margin-top: 30px;
  --swiper-pagination-color: #fbc972;
  --swiper-pagination-bullet-inactive-color: #4c3f4e;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
#app .qiye .content .swiper-pagination {
  bottom: -35px;
}
#app .qiye .content .swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 8px;
}
#app .qiye .content .swiper-slide {
  height: 398px;
}
#app .qiye .content .swiper-slide img {
  width: 1200px;
}
#app .baoming {
  box-sizing: border-box;
  height: 597px;
  padding-top: 70px;
  background: url(../images/shenbao_bg.png) no-repeat center / cover;
}
#app .baoming .content {
  margin-top: 30px;
}
#app .baoming .content .tips {
  font-size: 22px;
  color: #e2c18b;
  text-align: center;
}
#app .baoming .content ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  color: #fdec9d;
}
#app .baoming .content ul li {
  box-sizing: border-box;
  width: 522px;
  height: 189px;
  margin: 0 40px;
  padding: 20px 40px 0;
  background: url(../images/item_shenbao.png) no-repeat center;
}
#app .baoming .content ul li h3 {
  font-size: 24px;
  color: #181510;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}
#app .baoming .content ul li p {
  font-size: 18px;
  line-height: 30px;
}
#app .baoming .content ul li > a {
  display: block;
  width: 117px;
  height: 34px;
  margin: 2px auto 0;
  background: url(../images/btn.png) no-repeat center;
  transform: scale(1);
  transition: transform 0.15s;
}
#app .baoming .content ul li > a:hover {
  transform: scale(1.05);
}
#app .review {
  box-sizing: border-box;
  height: 940px;
  padding-top: 70px;
  background: url(../images/review_bg.png) no-repeat center / cover;
}
#app .review .content {
  margin-top: 35px;
}
#app .review .content img {
  display: block;
  width: 100%;
}
#app .contact {
  box-sizing: border-box;
  height: 456px;
  padding-top: 70px;
  background: url("../images/lianxi_bg.png") no-repeat center;
}
#app .contact .title {
  text-align: center;
}
#app .contact .title h3 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 5px;
}
#app .contact .title p {
  font-size: 14px;
  margin-top: 5px;
  text-transform: uppercase;
}
#app .contact .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
#app .contact .content .text {
  display: flex;
}
#app .contact .content .text li {
  margin-right: 86px;
}
#app .contact .content .text li:last-child {
  margin-right: 0;
}
#app .contact .content .text li p {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
}
#app .contact .content .qr {
  text-align: center;
}
#app .contact .content .qr p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
