.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
#g-footer {
  background-color: #fff;
  margin-top: 0;
}
#app {
  width: 100%;
  box-sizing: border-box;
  background: url(../images/bg/bg2.png) no-repeat center 2168px / 1920px auto, url(../images/bg/bg3.png) no-repeat center 4400px / 1253px auto, url(../images/bg/banner.png) no-repeat center top / 1920px auto, url(../images/bg/bg.png) no-repeat center 900px / 1920px auto;
}
#app .right_gg {
  position: fixed;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  box-sizing: border-box;
  width: 227px;
  height: 505px;
  padding: 170px 0 0;
  background: url(../images/right_nav.png) no-repeat center;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  display: block;
  width: 133px;
  height: 37px;
  margin: 0 auto 8px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 37px;
  background: url(../images/btn3.png) no-repeat center;
  opacity: 1;
  transition: opacity 0.15s ease;
  cursor: default;
}
#app .right_gg .right_gg-item.hover:hover {
  opacity: 0.8;
  cursor: pointer;
}
#app .right_gg .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  cursor: pointer;
}
#app .right_gg .qr {
  margin-top: 14px;
  font-size: 0;
  text-align: center;
}
#app .right_gg .qr img {
  margin-bottom: 6px;
}
#app .right_gg .qr p {
  display: inline-block;
  font-size: 16px;
  color: #f9e3be;
  line-height: 1.5em;
}
#app .right_gg .qr p:last-child {
  padding-left: 20px;
  background: url(../images/icon/7.png) no-repeat left center;
}
#app .header {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: rgba(98, 1, 18, 0.85);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
#app .header .centerBox {
  height: 100%;
}
#app .header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#app .header ul li {
  font-size: 20px;
  color: #ffe3be;
  cursor: pointer;
}
#app .header ul li .btn {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  position: relative;
  background-color: #eb883f;
  transition: background-color 0.15s ease;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul li .btn.fire-icon {
  color: #790914;
  background-color: #ffcb70;
  padding-right: 38px;
}
#app .header ul li .btn.fire-icon img {
  position: absolute;
  right: -68px;
  top: -6px;
}
#app .header ul li .btn:hover {
  background-color: #ff8125;
}
#app .header ul li .btn:hover.fire-icon {
  background-color: #fdbc4c;
}
#app .header ul .bar {
  display: flex;
  align-items: center;
  height: 100%;
}
#app .header ul .bar span {
  position: relative;
}
#app .header ul .bar span::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0px;
  height: 1px;
  background: #ffe3be;
  transition: width 0.2s ease;
  content: '';
}
#app .header ul .bar:hover span::after {
  width: 100%;
}
#app .banner {
  height: 765px;
}
#app .banner .centerBox {
  padding: 325px 0 0 375px;
  color: #fff4be;
}
#app .banner .centerBox b {
  display: block;
  font-size: 22px;
}
#app .banner .centerBox b span {
  font-size: 34px;
}
#app .banner .centerBox p {
  display: inline-block;
  padding: 5px 12px 7px;
  background: linear-gradient(to right, #8b0000, #a30000);
  font-size: 22px;
  margin-top: 15px;
}
#app .banner .centerBox .tongqing {
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 550px;
  height: 207px;
  margin-top: 20px;
  padding-left: 30px;
  background: url(../images/bg/tq_bg.png) no-repeat center left;
}
#app .banner .centerBox .tongqing li {
  font-size: 14px;
  margin-top: 5px;
}
#app .banner .centerBox .tongqing li span {
  font-size: 18px;
  margin: 0 5px;
}
#app .banner .centerBox .tongqing li:first-child {
  font-size: 20px;
  margin-top: 0;
}
#app .titleCC {
  font-size: 0;
  text-align: center;
}
#app .data-wrap ul {
  display: flex;
  justify-content: space-between;
}
#app .data-wrap ul li {
  width: 236px;
  height: 273px;
  background: url(../images/item.png) no-repeat center;
  overflow: hidden;
}
#app .data-wrap ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 65px auto 8px;
}
#app .data-wrap ul li p {
  font-size: 30px;
  color: #790914;
  text-align: center;
}
#app .jieshao {
  padding-top: 145px;
}
#app .jieshao .content {
  width: 1251px;
  height: 391px;
  background: url('../images/bg/intro.png') no-repeat center;
  box-sizing: border-box;
  padding: 30px 47px 0 100px;
  margin-top: 15px;
  transform: translateX(-46px);
}
#app .jieshao .content p {
  font-size: 18px;
  color: #000;
  line-height: 32px;
  margin-bottom: 20px;
  padding-left: 32px;
  background: url(../images/icon/3.png) no-repeat 0 10px;
}
#app .liyou ul {
  position: relative;
  height: 615px;
  background: url('../images/bg/why.png') no-repeat center bottom;
}
#app .liyou ul li {
  position: absolute;
  width: 79px;
  height: 79px;
  color: #ffffc5;
}
#app .liyou ul li .imgbox {
  width: 79px;
  height: 79px;
}
#app .liyou ul li .tt {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  white-space: nowrap;
  font-weight: bold;
}
#app .liyou ul li .desc {
  position: absolute;
  font-size: 18px;
  white-space: nowrap;
}
#app .liyou ul .li01 {
  bottom: 80px;
  left: 167px;
}
#app .liyou ul .li01 .icon01 {
  background: url(../images/icon/why1.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  animation: icon1 5s infinite linear;
}
#app .liyou ul .li01 .desc {
  top: -106px;
  left: -168px;
}
#app .liyou ul .li02 {
  bottom: 321px;
  left: 353px;
}
#app .liyou ul .li02 .icon02 {
  background: url(../images/icon/why2.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  animation: icon2 5s infinite linear;
}
#app .liyou ul .li02 .tt {
  padding-left: 20px;
}
#app .liyou ul .li02 .desc {
  top: -100px;
  left: -162px;
}
#app .liyou ul .li03 {
  bottom: 321px;
  right: 377px;
}
#app .liyou ul .li03 .icon03 {
  background: url(../images/icon/why3.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  animation: icon3 5s infinite linear;
}
#app .liyou ul .li03 .desc {
  top: -100px;
  left: -65px;
}
#app .liyou ul .li04 {
  bottom: 80px;
  right: 165px;
}
#app .liyou ul .li04 .icon04 {
  background: url(../images/icon/why4.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  animation: icon4 5s infinite linear;
}
#app .liyou ul .li04 .desc {
  top: -171px;
  right: -164px;
  text-align: right;
}
#app .award-setting {
  padding-top: 300px;
}
#app .award-setting .content {
  margin-top: 35px;
}
#app .award-setting .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#app .award-setting .content ul li {
  width: 204px;
  margin-bottom: 85px;
  margin-right: 45px;
  color: #650600;
}
#app .award-setting .content ul li:nth-child(5n),
#app .award-setting .content ul li:last-child {
  margin-right: 0;
}
#app .award-setting .content ul li .descBox {
  display: none;
  height: 310px;
  opacity: 0;
  transition: all 0.5s;
  overflow: hidden;
  background: url(../images/item3.png) no-repeat center;
}
#app .award-setting .content ul li .descBox .pCon {
  width: 170px;
  height: 240px;
  margin: 25px auto 0;
  overflow-y: auto;
}
#app .award-setting .content ul li .descBox .pCon .p_T {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
#app .award-setting .content ul li .descBox .pCon .p_C {
  font-size: 12px;
  margin-bottom: 10px;
}
#app .award-setting .content ul li .descBox .pCon .p_C:last-child {
  margin-bottom: 0;
}
#app .award-setting .content ul li .descBox .pCon::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
#app .award-setting .content ul li .descBox .pCon::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left bottom, left top, #c9cdd4);
  transition: 0.3s ease-in-out;
}
#app .award-setting .content ul li .descBox .pCon::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
#app .award-setting .content ul li .descBox .pCon::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f1f1f1;
}
#app .award-setting .content ul li .jiangbei {
  position: relative;
  height: 310px;
  opacity: 1;
  transition: all 0.5s;
  background: url(../images/item3.png) no-repeat center;
}
#app .award-setting .content ul li .jiangbei .desc {
  padding-top: 52px;
  font-size: 26px;
  text-align: center;
}
#app .award-setting .content ul li .jiangbei .desc > div:first-child {
  font-size: 18px;
  margin-bottom: 5px;
}
#app .award-setting .content ul li .jiangbei .badge {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  height: 48px;
  background: url(../images/icon/badge.png) no-repeat center;
}
#app .award-setting .content ul li .btn {
  margin-top: 8px;
}
#app .award-setting .content ul li .btn a {
  display: block;
  width: 154px;
  height: 42px;
  margin: 0 auto;
  font-size: 18px;
  color: unset;
  text-align: center;
  line-height: 42px;
  background: url(../images/btn1.png) no-repeat center;
}
#app .award-setting .content ul li:hover .descBox {
  display: block;
  opacity: 1;
}
#app .award-setting .content ul li:hover .jiangbei {
  display: none;
  opacity: 0;
}
#app .award-setting .tips {
  font-size: 16px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
#app .liucheng {
  padding-top: 415px;
}
#app .liucheng .content {
  margin-top: 25px;
}
#app .liucheng .liucheng-box {
  position: relative;
  box-sizing: border-box;
  height: 485px;
}
#app .liucheng .liucheng-box .line1 {
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  height: 22px;
  background: url(../images/line.png) no-repeat center;
}
#app .liucheng .liucheng-box .line2 {
  position: absolute;
  left: 0;
  top: 65px;
  width: 200px;
  height: 22px;
  border-radius: 22px;
  background: linear-gradient(to bottom, #f5d474, #e56f31);
  transition: width 0.2s;
}
#app .liucheng .liucheng-box .line3 {
  width: 496px;
}
#app .liucheng .liucheng-box .line4 {
  width: 823px;
}
#app .liucheng .liucheng-box .line5 {
  width: 1200px;
}
#app .liucheng .liucheng-box ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
}
#app .liucheng .liucheng-box ul li .text1 {
  font-size: 30px;
  color: #e67a3f;
  text-align: center;
  line-height: 40px;
  transition: color 0.2s;
}
#app .liucheng .liucheng-box ul li .icon {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  background: url(../images/icon/5.png) no-repeat center;
}
#app .liucheng .liucheng-box ul li .text2 {
  height: 44px;
  font-size: 26px;
  color: #650002;
  text-align: center;
  line-height: 44px;
  border: 2px solid #f8c67c;
  border-radius: 44px;
  background: linear-gradient(to right, #e98a3e, #f7e07b);
}
#app .liucheng .liucheng-box ul li .text3 {
  box-sizing: border-box;
  height: 275px;
  padding: 22px;
  margin: 0 auto;
  background: url(../images/item2.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 18px;
  color: #ed9e42;
  line-height: 26px;
  text-align: justify;
}
#app .liucheng .liucheng-box ul li:nth-child(1) {
  width: 200px;
}
#app .liucheng .liucheng-box ul li:nth-child(1) .text3 {
  width: 220px;
  padding: 22px 10px;
  transform: translateX(-10px);
}
#app .liucheng .liucheng-box ul li:nth-child(2) {
  width: 250px;
}
#app .liucheng .liucheng-box ul li:nth-child(3) {
  width: 280px;
}
#app .liucheng .liucheng-box ul li:nth-child(4) {
  width: 330px;
}
#app .liucheng .liucheng-box ul li:nth-child(4) .text3 {
  width: 287px;
}
#app .liucheng .liucheng-box ul li.active .text1 {
  color: #f8c67c;
}
#app .liucheng .way p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  opacity: 0.5;
}
#app .jiabin {
  padding-top: 120px;
}
#app .jiabin .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 1291px;
  height: 156px;
  margin-top: 15px;
  padding-top: 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  background: url(../images/jiabin_intro.png) no-repeat center;
  opacity: 0.5;
  transform: translateX(-20px);
}
#app .jiabin .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .jiabin .content ul li {
  position: relative;
  width: 178px;
  margin-top: 50px;
}
#app .jiabin .guest-item {
  height: 285px;
}
#app .jiabin .guest-item .pic {
  width: 178px;
  height: 178px;
  margin: 0 auto;
  position: relative;
}
#app .jiabin .guest-item .pic img {
  width: 159px;
  height: 159px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .jiabin .guest-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 178px;
  height: 178px;
  background: url("../images/jiabin/ring.png") center no-repeat;
}
#app .jiabin .guest-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .jiabin .guest-item .name {
  color: #ffdaa4;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .jiabin .guest-item .info {
  position: absolute;
  left: 50%;
  top: 235px;
  transform: translateX(-50%);
  line-height: 1.5em;
  text-align: center;
  font-size: 14px;
  color: #ffdaa4;
  white-space: nowrap;
}
#app .qiye {
  padding-top: 115px;
}
#app .qiye .content {
  position: relative;
  max-width: 1920px;
  margin-top: 35px;
}
#app .qiye .content::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(to right, #2e0707, rgba(46, 7, 7, 0.9) 20%, rgba(46, 7, 7, 0.6) 40%, rgba(46, 7, 8, 0.3) 60%, rgba(0, 0, 0, 0));
  content: '';
  z-index: 99;
}
#app .qiye .content::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(to left, #2e0707, rgba(46, 7, 7, 0.9) 20%, rgba(46, 7, 7, 0.6) 40%, rgba(46, 7, 8, 0.3) 60%, rgba(0, 0, 0, 0));
  content: '';
  z-index: 99;
}
#app .qiye .content .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
#app .qiye .content .swiper-slide {
  width: 220px;
}
#app .qiye .content li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 104px;
  margin-bottom: 20px;
  background: #fff;
}
#app .qiye .content li img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.3s;
  user-select: none;
}
#app .qiye .content li:hover img {
  transform: scale(1.05);
}
#app .review {
  padding-top: 100px;
}
#app .review .content {
  margin-top: 20px;
}
#app .review .content img {
  display: block;
  width: 1323px;
  transform: translateX(-88px);
}
#app .shenbao {
  padding: 80px 0 130px;
}
#app .shenbao .content {
  margin-top: 50px;
  width: 1245px;
  height: 305px;
  background: url("../images/bg/sbfs.png") center no-repeat;
  transform: translateX(-30px);
}
#app .shenbao ul {
  display: flex;
  justify-content: center;
  padding-top: 78px;
}
#app .shenbao ul li {
  box-sizing: border-box;
  width: 560px;
  padding-left: 46px;
}
#app .shenbao ul li h3 {
  padding-left: 32px;
  margin-bottom: 15px;
  font-size: 22px;
  color: #ffb23d;
  line-height: 25px;
  font-weight: 500;
  background: url(../images/icon/4.png) no-repeat left center;
}
#app .shenbao ul li p {
  font-size: 18px;
  color: #000;
  line-height: 32px;
}
#app .shenbao ul li p a {
  display: inline-block;
  width: 125px;
  height: 36px;
  background: url(../images/btn2.png) no-repeat left center;
  margin-left: 12px;
  transform: translateY(-3px);
  vertical-align: middle;
}
#app .aboutUs {
  width: 100%;
  height: 437px;
  box-sizing: border-box;
  background: url('../images/bg/lianxi.png') no-repeat center;
  padding-top: 50px;
}
#app .aboutUs .content {
  margin-top: 30px;
}
#app .aboutUs .content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
#app .aboutUs .content .card {
  box-sizing: border-box;
  width: 405px;
  height: 174px;
  padding: 12px 0 0 25px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 20px;
  color: #000;
}
#app .aboutUs .content .card h3 {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}
#app .aboutUs .content .card h4 {
  margin-bottom: 3px;
}
#app .aboutUs .content .card p {
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
}
#app .aboutUs .content .card p.tel {
  background: url('../images/icon/1.png') no-repeat center left;
}
#app .aboutUs .content .card p.email {
  background: url('../images/icon/2.png') no-repeat center left;
}
#app .aboutUs .content .card-wx img {
  display: block;
  margin: 0 auto;
}
#app .aboutUs .content .card-wx img:first-child {
  margin-bottom: 12px;
  transform: translateX(-5px);
}
#app .aboutUs .content .card-wx p {
  font-size: 16px;
  color: #000;
  margin-top: 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);
  }
}
@keyframes icon1 {
  100% {
    background: url(../images/icon/why1.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  0% {
    background: url(../images/icon/why1.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  8.3% {
    background: url(../images/icon/why1a.png) no-repeat center, url(../images/icon/why5a.png) no-repeat center;
  }
  16.6% {
    background: url(../images/icon/why1.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  33.2% {
    background: url(../images/icon/why1.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
}
@keyframes icon2 {
  0% {
    background: url(../images/icon/why2.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  16.6% {
    background: url(../images/icon/why2.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  24.9% {
    background: url(../images/icon/why2a.png) no-repeat center, url(../images/icon/why5a.png) no-repeat center;
  }
  33.2% {
    background: url(../images/icon/why2.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/why2.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
}
@keyframes icon3 {
  0% {
    background: url(../images/icon/why3.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  33.2% {
    background: url(../images/icon/why3.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  41.5% {
    background: url(../images/icon/why3a.png) no-repeat center, url(../images/icon/why5a.png) no-repeat center;
  }
  49.8% {
    background: url(../images/icon/why3.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/why3.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
}
@keyframes icon4 {
  0% {
    background: url(../images/icon/why4.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  49.8% {
    background: url(../images/icon/why4.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  58.1% {
    background: url(../images/icon/why4a.png) no-repeat center, url(../images/icon/why5a.png) no-repeat center;
  }
  66.4% {
    background: url(../images/icon/why4.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/why4.png) no-repeat center, url(../images/icon/why5.png) no-repeat center;
  }
}
