#app {
  width: 100%;
  height: 100%;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.img-title {
  margin: 0 auto;
  text-align: center;
}
.img-title img {
  max-height: 100%;
}
.nav {
  position: fixed;
  top: 0px;
  left: 0;
  background-color: #1B0532;
  border-bottom: none;
  font-size: 0;
  line-height: 89px;
  width: 100%;
  z-index: 999;
}
.nav .wrap {
  display: flex;
}
.nav .fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 11111;
}
.nav .logo {
  display: flex;
  align-items: center;
  padding-right: 60px;
  box-sizing: border-box;
}
.nav .nav-items {
  display: flex;
  justify-content: space-between;
}
.nav .nav-items .top_text {
  display: inline-block;
  height: 89px;
  cursor: pointer;
}
.nav .nav-items .top_text a {
  color: #FFE3BE;
  font-weight: 400;
  font-size: 20px;
}
.nav .nav-items .nav-item {
  transition: all 0.3s;
  width: 153px;
  text-align: center;
}
.nav .nav-items .nav-item:hover {
  background: #2A074E;
}
.nav .nav-items .nav-item:hover a {
  color: #FFE3BE;
  font-weight: 500;
}
.nav .nav_button {
  display: flex;
  align-items: center;
  width: 135px;
  height: 46px;
}
.nav .nav_button img {
  padding-right: 5px;
  box-sizing: border-box;
}
.nav .tongqi-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/nav-btn-bg-01.png') no-repeat center top;
}
.nav .declaration-btn {
  background: url('../images/nav-btn-bg-02.png') no-repeat center top;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner {
  width: 100%;
  padding-top: 89px;
  box-sizing: border-box;
}
.banner .banner-wrap {
  width: 100%;
  height: 650px;
  background: url('../images/banner3.jpg?v=3') no-repeat center top / cover;
}
.intro {
  height: 704px;
  background: url('../images/intro/intro-bg.jpg') no-repeat center top / cover;
}
.intro .wrap .img-title {
  padding-top: 75px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.intro .wrap .text-list {
  background: url('../images/intro/intro-content-bg.png') no-repeat center top;
  min-height: 415px;
  padding-top: 62px;
  padding-left: 58px;
  padding-right: 55px;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.intro .wrap .text-list p {
  text-indent: 2em;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 34px;
}
.reason {
  height: 684px;
  background: url('../images/reason/reason-bg.png') no-repeat center top / cover;
}
.reason .wrap .img-title {
  padding-top: 90px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.reason .reason-wrap {
  width: 1270px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 13px;
}
.reason .reason-wrap li {
  height: 403px;
  transition: all 0.3s;
  cursor: pointer;
}
.reason .reason-wrap li:nth-child(1) {
  background: url('../images/reason/1.png?v=1') no-repeat center top;
}
.reason .reason-wrap li:nth-child(2) {
  background: url('../images/reason/2.png?v=1') no-repeat center top;
}
.reason .reason-wrap li:nth-child(3) {
  background: url('../images/reason/3.png?v=1') no-repeat center top;
}
.reason .reason-wrap li:nth-child(4) {
  background: url('../images/reason/4.png?v=1') no-repeat center top;
}
.reason .reason-wrap li .contents {
  transform: translateY(230px);
  padding-left: 19px;
  padding-right: 8px;
  box-sizing: border-box;
}
.reason .reason-wrap li .contents .name {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1;
}
.reason .reason-wrap li .contents .desc {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
}
.reason .reason-wrap li:hover {
  transform: scale(1.05, 1.05);
}
.prize {
  height: 1314px;
  background: url('../images/prize/prize-bg.png') no-repeat center top / cover;
}
.prize .wrap .img-title {
  padding-top: 60px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.prize .wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 44px;
  row-gap: 60px;
}
.prize .wrap ul li {
  width: 366px;
  height: 231px;
  transition: all 0.3s;
}
.prize .wrap ul li .front .front-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 366px;
  height: 231px;
}
.prize .wrap ul li .front .front-wrap .prize-name {
  width: 367px;
  height: 138px;
  background: url('../images/prize/front.png') no-repeat center top;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  padding-left: 0px;
  padding-top: 70px;
  box-sizing: border-box;
  color: #D1B382;
  cursor: pointer;
}
.prize .wrap ul li .front .front-wrap .front-btn {
  width: 121px;
  height: 38px;
  background: url('../images/prize/front-btn-bg.png') no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #FEEBC9;
  margin-top: 25px;
  cursor: pointer;
}
.prize .wrap ul li .back {
  display: none;
}
.prize .wrap ul li .back .back-wrap {
  width: 366px;
  height: 231px;
  border-radius: 15px;
  border: 1px solid #F0DEBC;
  position: relative;
  overflow: hidden;
}
.prize .wrap ul li .back .back-wrap .contents {
  height: 100%;
  padding: 20px 10px 40px 15px;
  box-sizing: border-box;
  overflow-y: auto;
}
.prize .wrap ul li .back .back-wrap .contents::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 20px;
}
.prize .wrap ul li .back .back-wrap .contents::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, #fff);
  transition: 0.3s ease-in-out;
}
.prize .wrap ul li .back .back-wrap .contents::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.prize .wrap ul li .back .back-wrap .contents::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}
.prize .wrap ul li .back .back-wrap .contents .title1 {
  font-weight: 200;
  font-size: 16px;
  color: #F0DEBC;
}
.prize .wrap ul li .back .back-wrap .contents .title2 {
  padding-top: 24px;
  box-sizing: border-box;
  font-weight: 200;
  font-size: 16px;
  color: #F0DEBC;
}
.prize .wrap ul li .back .back-wrap .contents .desc1 {
  font-weight: 400;
  font-size: 13px;
  color: #F0DEBC;
  line-height: 19px;
}
.prize .wrap ul li .back .back-wrap .contents .desc2 {
  font-weight: 400;
  font-size: 13px;
  color: #F0DEBC;
}
.prize .wrap ul li .back .back-wrap .back-btn {
  width: 134px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/prize/back-btn-bg.png') no-repeat center top;
  font-weight: 200;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  cursor: pointer;
}
.prize .wrap ul li:last-child .front .front-wrap .prize-name {
  font-size: 23px;
}
.process {
  height: 1126px;
  background: url('../images/process/bg.png') no-repeat center top / cover;
}
.process .wrap .img-title {
  padding-top: 65px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.process .wrap .title-pingxuan {
  padding-top: 78px;
  padding-bottom: 28px;
  box-sizing: border-box;
}
.process .wrap .px-method {
  width: 1013px;
  margin: 0 auto;
  padding: 35px 42px;
  box-sizing: border-box;
  background: url('../images/process/pingxuan-bg.png') no-repeat center top / cover;
  font-weight: 500;
  font-size: 18px;
  color: #371005;
  line-height: 28px;
}
.process .wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
}
.process .wrap ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.process .wrap ul li .name {
  font-weight: 400;
  font-size: 22px;
  color: #FDD691;
  line-height: 1;
  text-align: center;
}
.process .wrap ul li .time {
  font-weight: 400;
  font-size: 15px;
  color: #FDD691;
  line-height: 1;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.process .wrap ul li .m-name {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.process .wrap ul li .light-img {
  width: 100px;
}
.process .wrap ul li .arrow-right-icon {
  position: absolute;
  right: -36px;
  top: 25px;
}
.process .wrap ul li .contents {
  min-height: 275px;
  background: url('../images/process/item-bg-02.png') no-repeat center top;
  position: relative;
}
.process .wrap ul li .contents .desc {
  font-weight: 300;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: justifyLeft;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.process .wrap ul li .contents .bottom-icon {
  position: absolute;
  width: 84px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -42px;
}
.process .wrap ul li:nth-child(1) .contents,
.process .wrap ul li:nth-child(2) .contents {
  padding-top: 30px;
}
.process .wrap ul li:nth-child(3) .arrow-right-icon {
  right: -42px;
}
.process .wrap ul li:nth-child(3) .contents {
  padding-top: 30px;
}
.process .wrap ul li:nth-child(4) .contents {
  padding-top: 30px;
}
.process .wrap ul li:nth-child(4) .contents .desc {
  line-height: 23px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.process .wrap ul li:nth-child(4) .contents .desc-box {
  display: flex;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.process .wrap ul li:nth-child(4) .contents .desc-box span {
  margin-top: -2px;
  padding-right: 5px;
  box-sizing: border-box;
}
.process .wrap ul li:nth-child(4) .contents .desc-box p {
  font-weight: 300;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: justifyLeft;
}
.process .wrap .lights {
  padding-top: 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.process .wrap .lights .light-item {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  box-sizing: border-box;
}
.process .wrap .lights .light-item .name {
  font-weight: bold;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 31px;
  text-align: justify;
  text-align-last: justify;
}
.process .wrap .lights .light-item .line {
  width: 2px;
  height: 84px;
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
}
.process .wrap .lights .light-item .desc {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: justifyLeft;
}
.process .wrap .lights .light-item:nth-child(1) {
  width: 381px;
  background: url('../images/process/bg-01.png') no-repeat center top;
}
.process .wrap .lights .light-item:nth-child(1) .name {
  width: 76px;
}
.process .wrap .lights .light-item:nth-child(2) {
  width: 296px;
  background: url('../images/process/bg-02.png') no-repeat center top;
}
.process .wrap .lights .light-item:nth-child(2) .name {
  width: 58px;
}
.process .wrap .lights .light-item:nth-child(3) {
  width: 332px;
  background: url('../images/process/bg-03.png') no-repeat center top;
}
.process .wrap .lights .light-item:nth-child(3) .name {
  width: 48px;
}
.judges {
  height: 902px;
  background: url('../images/judges/judges-bg.jpg') no-repeat center top / cover;
}
.judges .wrap .img-title {
  padding-top: 70px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.judges .wrap .sub-title {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  padding-bottom: 50px;
  box-sizing: border-box;
  z-index: 1;
}
.judges .wrap .jiabin-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 30px;
}
.judges .wrap .jiabin-wrap .jiabinBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  height: 275px;
}
.judges .wrap .jiabin-wrap .jiabinBox .touxiangBox {
  width: 190px;
  height: 190px;
  box-sizing: border-box;
  position: relative;
}
.judges .wrap .jiabin-wrap .jiabinBox .touxiangBox .quan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.judges .wrap .jiabin-wrap .jiabinBox .touxiangBox .touxiang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.judges .wrap .jiabin-wrap .jiabinBox .touxiangBox:hover .quan {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
.judges .wrap .jiabin-wrap .jiabinBox .name {
  font-weight: bold;
  font-size: 20px;
  color: #FFC063;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.judges .wrap .jiabin-wrap .jiabinBox .job {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
}
@-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);
  }
}
.company {
  height: 764px;
  background: url('../images/company/company-bg.png') no-repeat center top / cover;
}
.company .wrap .img-title {
  padding-top: 70px;
  padding-bottom: 35px;
  box-sizing: border-box;
}
.tongqi {
  height: 613px;
  background: url('../images/review-bg.png') no-repeat center top / cover;
}
.tongqi .wrap .img-title {
  padding-top: 70px;
  padding-bottom: 65px;
  box-sizing: border-box;
}
.tongqi .wrap ul {
  width: 918px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tongqi .wrap ul li {
  width: 435px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px 0px #000000;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
}
.tongqi .wrap ul li .img-box {
  padding: 5px;
  box-sizing: border-box;
}
.tongqi .wrap ul li p {
  font-weight: 500;
  font-size: 18px;
  color: #7D7D7D;
  line-height: 28px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.tongqi .wrap ul li .p1 {
  padding-top: 30px;
}
.review {
  height: 1088px;
  background: url('../images/review-bg.png') no-repeat center center / cover;
}
.review .wrap .img-title {
  padding-top: 65px;
  padding-bottom: 55px;
  box-sizing: border-box;
}
.review .review-wrap {
  width: 1460px;
  margin: 0 auto;
  position: relative;
}
.review .review-wrap li {
  position: absolute;
  display: inline-block;
  transition: all 0.3s;
}
.review .review-wrap li:hover {
  transform: scale(1.05, 1.05);
}
.review .review-wrap li:nth-child(1) {
  left: 170px;
  top: 48px;
}
.review .review-wrap li:nth-child(2) {
  left: 525px;
  top: 0;
}
.review .review-wrap li:nth-child(3) {
  left: 821px;
  top: 48px;
}
.review .review-wrap li:nth-child(4) {
  left: 1158px;
  top: 48px;
}
.review .review-wrap li:nth-child(5) {
  left: 171px;
  top: 276px;
}
.review .review-wrap li:nth-child(6) {
  left: 0;
  top: 334px;
}
.review .review-wrap li:nth-child(7) {
  left: 230px;
  top: 222px;
}
.review .review-wrap li:nth-child(8) {
  left: 525px;
  top: 281px;
}
.review .review-wrap li:nth-child(8) p {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  font-size: 37px;
  color: #FFFFFF;
  line-height: 48px;
}
.review .review-wrap li:nth-child(9) {
  left: 821px;
  top: 228px;
}
.review .review-wrap li:nth-child(10) {
  left: 1196px;
  top: 428px;
}
.review .review-wrap li:nth-child(11) {
  left: 37px;
  top: 483px;
}
.review .review-wrap li:nth-child(12) {
  left: 525px;
  top: 540px;
}
.review .review-wrap li:nth-child(13) {
  left: 821px;
  top: 488px;
}
.review .review-wrap li:nth-child(14) {
  left: 1183px;
  top: 487px;
}
.review .review-wrap li:nth-child(15) {
  left: 821px;
  top: 680px;
}
.baoming {
  height: 445px;
  background: url('../images/baoming-bg.png') no-repeat center top / cover;
}
.baoming .wrap .img-title {
  padding-top: 70px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.baoming .baoming-wrap {
  width: 993px;
  margin: 0 auto;
}
.baoming .baoming-wrap ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.baoming .baoming-wrap ul li {
  width: 430px;
  height: 179px;
  background: url('../images/baoming-item-bg.jpg') no-repeat center top;
}
.baoming .baoming-wrap ul li .method {
  background: url('../images/baoming-method-bg.png') no-repeat center left;
  font-weight: 600;
  font-size: 25px;
  color: #FFDAA4;
  padding: 6px 0 6px 14px;
  box-sizing: border-box;
}
.baoming .baoming-wrap ul li:first-child {
  padding-top: 25px;
  padding-left: 72px;
  box-sizing: border-box;
}
.baoming .baoming-wrap ul li:first-child p {
  font-weight: 200;
  font-size: 18px;
  color: #FFDAA4;
  line-height: 29px;
  padding-top: 15px;
  box-sizing: border-box;
}
.baoming .baoming-wrap ul li:last-child {
  padding-top: 25px;
  padding-left: 27px;
  box-sizing: border-box;
}
.baoming .baoming-wrap ul li:last-child p {
  font-weight: 200;
  font-size: 18px;
  color: #FFDAA4;
}
.baoming .baoming-wrap ul li:last-child .baoming-p1 {
  padding-top: 15px;
  box-sizing: border-box;
}
.baoming .baoming-wrap ul li:last-child .baoming-p1 a {
  padding-left: 10px;
  box-sizing: border-box;
}
.contact-us {
  width: 100%;
  height: 403px;
  background: url('../images/contact-us.png') no-repeat center top / cover;
}
.contact-us .wrap {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.contact-us .contact-us-wrap {
  width: 1090px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.contact-us .contact-us-wrap .m-title {
  font-weight: 500;
  font-size: 52px;
  color: #FFE1B4;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-us .contact-us-wrap .sub-title {
  font-weight: 500;
  font-size: 39px;
  color: #FFE1B4;
  line-height: 1;
  margin-bottom: 25px;
}
.contact-us .contact-us-wrap .info ul {
  display: flex;
}
.contact-us .contact-us-wrap .info ul li:first-child {
  padding-right: 45px;
  box-sizing: border-box;
}
.contact-us .contact-us-wrap .info ul li span {
  font-weight: bold;
  font-size: 21px;
  color: #FFE1B4;
  background: rgba(255, 225, 180, 0.2);
  padding: 8px;
  box-sizing: border-box;
}
.contact-us .contact-us-wrap .info ul li p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #FFE1B4;
  line-height: 23px;
}
.contact-us .contact-us-wrap .code {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .contact-us-wrap .code span {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding-top: 5px;
  box-sizing: border-box;
}
.company .swiper-button-prev:after,
.company .swiper-container-rtl .swiper-button-next:after {
  content: '';
}
.company .swiper-button-next:after,
.company .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
.company .swiper-button-prev,
.company .swiper-container-rtl .swiper-button-next {
  left: -125px;
  top: 50%;
  transform: translateY(-50%);
}
.company .swiper-button-next,
.company .swiper-container-rtl .swiper-button-prev {
  right: -125px;
  top: 50%;
  transform: translateY(-50%);
}
.company .swiper-button-prev {
  width: 98px;
  height: 98px;
  background: url('../images/company/prev.png') no-repeat center;
}
.company .swiper-button-next {
  width: 98px;
  height: 98px;
  background: url('../images/company/next.png') no-repeat center;
}
.right-panel {
  display: none;
  position: fixed;
  top: 30%;
  right: 0;
  width: 163px;
  height: 283px;
  background: url('../images/panel/bg.png') no-repeat center top;
  z-index: 10;
}
.right-panel .right-panel-item {
  height: 54px;
  text-align: center;
  margin-top: 2px;
  position: relative;
  transition: all 0.3s;
}
.right-panel .right-panel-item:first-child {
  margin-top: 0;
}
.right-panel .right-panel-item:nth-child(2),
.right-panel .right-panel-item:nth-child(3),
.right-panel .right-panel-item:nth-child(4) {
  margin-top: 4px;
}
.right-panel .right-panel-item a {
  display: flex;
  padding-left: 55px;
  line-height: 54px;
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.right-panel .right-panel-item .sbzx .code {
  display: none;
  position: absolute;
  left: -100%;
  width: 159px;
  min-height: 183px;
  background: url('../images/panel/code-bg.png') no-repeat center top;
  padding: 10px;
  box-sizing: border-box;
}
.right-panel .right-panel-item .sbzx .code p {
  padding-top: 10px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}
.right-panel .right-panel-item .sbzx:hover .code {
  display: block;
}
.right-panel .right-panel-item .to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding-top: 0px;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.right-panel .right-panel-item .to-top span {
  font-size: 15px;
}
