* {
  padding: 0;
  margin: 0;
  /* transition: all 0.4s; */
}

html {
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}

.hide {
  display: none;
}

body {
  font: normal 14px/1.5 "Microsoft Yahei";
}

p {}

a {
  text-decoration: none;
}

ul,
dl {
  list-style-type: none;
}

img {
  vertical-align: top;
}

.unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

#g-footer {
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px
}

#g-footer .g-wrap {
  width: 1200px;
  margin: auto;
}


#g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center
}

#g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none
}

#g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline
}

#g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%
}

#g-footer .g-footer-links a,
#g-footer .g-footer-record a {
  color: #243851
}

#g-footer .g-footer-links a:hover,
#g-footer .g-footer-record a:hover {
  color: #c00
}

#g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  overflow: hidden
}

#g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
  overflow: hidden
}

#g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left
}

#g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right
}

body {
  font-family: Microsoft YaHei;
}

.nav {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #1f1818;
  border-bottom: none;
  font-size: 0;
  line-height: 66px;
  width: 100%;
}

.nav.flxed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 11111;
}

.nav .logo {
  height: 40px;
  padding-top: 13px;
  margin-right: 70px;
}

.nav .nav-items {
  display: flex;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.nav .nav-items .top_text {
  display: inline-block;
  height: 67px;
  cursor: pointer;
  padding: 0 15px;
}

.nav .nav-items .otherTxt {
  position: relative;
}

.nav .nav-items .otherTxt span {
  width: 102px;
  text-align: center;
}

.nav .nav-items .top_text .other {
  width: 100%;
  height: 50px;
  display: none;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.nav .nav-items .top_text .other li {
  line-height: 40px;
  text-align: center;
}

.nav .nav-items .otherTxt:hover .other {
  display: block;
}

.nav .nav-items .top_text a {
  color: #fff;
}

.nav .nav-items .active {
  background-color: #f3d28e;
  color: #000;
}

.nav .nav-items .active a {
  color: #000;
}

.nav .nav-items .bm {
  width: 143px;
  background-color: #ffe8a8;
  text-align: center;
}

.nav .nav-items .bm a {
  color: #000;
}

.nav .nav-items .bm a img {
  margin-left: 10px;
  height: 50px;
  width: 35px;
}

.nav_button {
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 5px;
}

.nav .nav-items .bm1 {
  background: none;
  background-size: 40px;
  width: auto;
}

a:link,
a:hover,
a:visited,
a:active,
a:focus,
a {
  text-decoration: none;
}

.banner {
  position: relative;
  color: #fff;
  text-align: center;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.banner .title_text_img {
  margin: 180px 38px 0;
}

.banner .title_text {
  margin: 40px 38px 0;
  color: #fbc972;
  font-size: 20px;
  text-align: center;
}

.banner .title_text span {
  display: inline-block;
  line-height: 35px;
  color: #000;
  padding: 0 30px;
  letter-spacing: 4px;
  text-indent: 2px;
  background: url(../img0509/gold_bg.png) no-repeat center;
}

.banner .title_text .span2 {
  margin-left: 60px;
  padding: 0 30px;
}

.banner .tongqi {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
  color: #000;
  padding: 0 30px;
  letter-spacing: 4px;
  text-indent: 2px;
  text-align: center;
  background: url(../img0509/ling.png) no-repeat center;
}

.tongqi_con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 210px;
  color: #fbc972;
  font-size: 18px;
  line-height: 40px;
}

.tongqi_con span {
  width: 50%;
}

.tongqi_con span a {
  color: #fbc972;
}


.tongqi_con span img {
  padding-right: 10px;
  vertical-align: text-top;
}

.PublicTitle {
  position: relative;
  font-size: 36px;
  line-height: 93px;
  text-align: center;
  color: #fbc972;
  font-weight: 600;
  letter-spacing: 10px;
  text-indent: 5px;
}

.PublicTitle {
  background: url('../img0509/titleBg.png') no-repeat center;
}

.PublicTitle_long {
  position: relative;
  font-size: 48px;
  line-height: 93px;
  text-align: center;
  color: #fbc972;
  font-weight: 600;
  letter-spacing: 10px;
  text-indent: 5px;
}

#intro {
  height: 919px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 75px;
  background: url('../img0509/intro.jpg') no-repeat center;
}

#intro .contont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 35px 40px;
  color: #fbc972;
  background-color: #000;
  border-radius: 30px;
  margin-top: 40px;
}

#intro .contont .left {
  font-size: 16px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#intro .contont .left p {
  text-indent: 2em;
}

#intro .contont .right {}

#intro .contont .right img {
  width: 280px;
}

.award {
  position: relative;
  height: 800px;
  background: url('../img0509/yuanyinBg.png') no-repeat center;
  background-size: cover;
  color: #fbc972;
  text-align: center;
  padding-top: 60px;
}

.award_contont {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.award .award_contont ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.award .award_contont ul li {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.award .award_contont ul li:nth-child(2n+2) {
  padding: 0 40px;
}

.award .award_contont ul li .imgBox {
  width: 104px;
  height: 117px;
  box-sizing: border-box;
  position: relative;
}

.award .award_contont ul li .imgBox::after {
  position: absolute;
  content: '';
  bottom: 40px;
  left: -8px;
  background: url('../img0509/guang.png') no-repeat center;
  width: 122px;
  height: 38px;
  box-sizing: border-box;
  animation: myfirst 1s infinite;
}

@keyframes myfirst {
  0% {
    bottom: 40px;
    transform: scale(1);
  }

  50% {
    bottom: 45px;
    transform: scale(1.3);
  }

  100% {
    bottom: 40px;
    transform: scale(1);
  }
}

.hangyechange ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.hangyechange ul li {
  width: 242px;
  height: 77px;
  margin: 0 45px;
  box-sizing: border-box;
  color: #efd19f;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url('../img0509/biao02.png') no-repeat center;
  padding-right: 25px;
  cursor: pointer;
}

.hangyechange ul .active {
  color: #000;
  font-weight: 600;
  background: url('../img0509/biao01.png') no-repeat center;
}

.award .award_contont ul li .awardTitle {
  font-size: 22px;
  color: #fdec9d;
  padding: 20px 0;
  font-weight: 600;
}

.award .award_contont ul li .desc {
  font-size: 16px;
  color: #fdec9d;
}

.award_contont_item {
  position: relative;
}

.text1 {
  position: absolute;
  left: 33.5%;
  top: 7%;
}

.text2 {
  position: absolute;
  left: 2%;
  top: 33%;
}

.text3 {
  position: absolute;
  left: 2%;
  top: 55%;
}

.text4 {
  position: absolute;
  left: 64%;
  top: 31%;
}

.text5 {
  position: absolute;
  left: 33.5%;
  top: 78%;
}

.text6 {
  position: absolute;
  left: 64%;
  top: 56%;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 15%;
  top: 55%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 15%;
  top: 55%;
}

.swiper-button-prev {
  width: 45px;
  height: 97px;
  background: url('../img0509/canping/zuoyou.png') no-repeat center;
}

.swiper-button-next {
  width: 45px;
  height: 97px;
  background: url('../img0509/canping/zuoyou.png') no-repeat center;
  transform: rotateY(180deg);
}

.award_button {
  position: relative;
  width: 54px;
  height: 152px;
  background-color: #e5d6bf;
  border-radius: 10px;
  margin-bottom: 10px;
}

.award_button_ho {
  position: relative;
  width: 54px;
  height: 152px;
  background-color: rgb(165, 85, 36);
  border-radius: 10px;
  margin-bottom: 10px;
}

.award_button ::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 52px;
  top: 46px;
  border-top: solid 10px transparent;
  border-left: solid 10px #e5d6bf;
  /* 白色小三角形 */
  border-bottom: solid 10px transparent;
  color: rgb(165, 85, 36);
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  /* IE 9 */
  -webkit-transform: rotate(12deg);
  /* Safari and Chrome */
}

.award_button_ho ::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 52px;
  top: 46px;
  border-top: solid 10px transparent;
  border-left: solid 10px rgb(165, 85, 36);
  ;
  /* 白色小三角形 */
  border-bottom: solid 10px transparent;
  color: rgb(165, 85, 36);
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  /* IE 9 */
  -webkit-transform: rotate(12deg);
  /* Safari and Chrome */
}




.award_button p {
  width: 32px;
  font-size: 24px;
  /* text-align: center; */
  margin: 0 auto;
  color: rgb(165, 85, 36);
  padding-top: 23px;
}

.constentant {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: url(../img0509/bg4.png) no-repeat center;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.warning {
  margin-top: 50px;
  color: #f1c16d;
}

.front {
  color: #f1c16d;
  text-align: center;
  padding-top: 50px;
  font-size: 16px;
}

.reason_content_button {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.reason_content_button span {
  display: inline-block;
  width: 265px;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid #fbc972;
  background: #000;
  color: #fbc972;
  margin: 0 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.reason_content_button .on {
  position: relative;
  color: #000;
  background-image: linear-gradient(to right, #d1aa6f, #edcf9d, #d1ab6f);
}

.reason_content_button .on::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: #ecce9c transparent transparent transparent;
}

.reason_list {
  display: flex;
  flex-wrap: wrap;
}

.reason_list_item {
  width: 368px;
  height: 326px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.hangye2 .hangyeBox {
  display: none;
}

.hangye2 .hangyeActive {
  display: block;
}

.reason_list .reason_list_item {
  margin-right: 48px;
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
}

.reason_list .reason_list_item:nth-child(3n) {
  margin-right: 0;
}

.G-line {
  padding: 5px 0;
  padding-bottom: 20px;
}

.reason_list_item_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.back1 {
  background: url(../img0509/pro1.png) no-repeat center;
  background-size: contain;
}

.back2 {
  background: url(../img0509/pro1.png) no-repeat center;
  background-size: contain;
}

.back3 {
  background: url(../img0509/pro1.png) no-repeat center;
  background-size: contain;
}

.canping {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 38px;
  background-color: #7b5427;
  border-radius: 100px;
  margin-top: 20px;
}

.reason_list_item_top ul li {
  color: #000;
  text-align: center;
  font-size: 18px;
}

.reason_list_item_top ul .center {
  font-size: 24px;
  font-weight: 600;
}

.reason_list_item_top ul .jj {
  font-weight: 600;
}

.award_button_ho p {
  width: 32px;
  font-size: 24px;
  /* text-align: center; */
  margin: 0 auto;
  color: #e5d6bf;
  padding-top: 23px;
}

.award_contont_squ1,
.award_contont_squ2,
.award_contont_squ3,
.award_contont_squ4 {
  position: absolute;
  background: url(../img0509/back2.png) no-repeat;
  width: 298px;
  height: 298px;
  /* visibility: hidden; */
}

.award_contont_squ1 {
  left: 80px;
  top: 20px;
}

.award_contont_squ2 {
  left: 495px;
  top: 20px;
}

.award_contont_squ3 {
  left: 287px;
  top: 134px;
}

.award_contont_squ4 {
  left: 701px;
  top: 134px;
}

.award_contont_squ2 {}

.squ1 {
  height: 125px;
  width: 180px;
  color: #000;
  margin-left: 62px;
  margin-top: 80px;
  text-align: center;
  color: #a04d1f;
}

.canpin1,
.canpin2,
.canpin3,
.canpin4 {
  position: absolute;
  background: url(../img0509/back.png) no-repeat;
  width: 298px;
  height: 298px;
}

.canpin1 {
  left: 80px;
  top: 20px;
}

.canpin2 {
  left: 495px;
  top: 20px;
}

.canpin3 {
  left: 287px;
  top: 134px;
}

.canpin4 {
  left: 701px;
  top: 134px;
}

.squ1_1 {
  border-bottom: 1px solid;
  display: flex;
  flex-direction: row;
}

.squ1_1_img {
  width: 40px;
  padding-top: 15px;
}

.squ1_1-title {
  font-size: 20px;
  font-weight: 600;
  margin: 11px auto;
}

.squ1_1-button {
  margin: 0 25px;
  text-align: center;
  color: #fff;
  background-color: #a04d1f;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 600px;
  letter-spacing: 0.2rem;
  z-index: 10;
}

.canpin1_title {
  text-align: center;
  margin-top: 80px;
}

.canpin1_con {
  text-align: left;
  height: 60px;
  overflow: hidden;
  margin: auto 40px;
}

.canpin1_button {
  width: 130px;
  margin: 20px auto;
  text-align: center;
  color: #a04d1f;
  background-color: #f0dca4;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 600px;
  letter-spacing: 0.2rem;
  cursor: pointer;
}

.award_contont_squ1:hover {
  z-index: -1;
}

.canpin1:hover {
  z-index: 2;
}

.award_contont_squ2:hover {
  z-index: -1;
}

.canpin2:hover {
  z-index: 2;
}

.award_contont_squ3:hover {
  z-index: -1;
}

.canpin3:hover {
  z-index: 2;
}

.award_contont_squ4:hover {
  z-index: -1;
}

.canpin4:hover {
  z-index: 2;
}

.reason_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.reason_content_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 45%;
  margin: 50px 0;
}



.reason_content_item p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  margin-left: 20px
}

.reason_content_item_left {
  display: flex;
  flex-direction: column;
  width: 400px;
}

.reason_content_item_left_top {
  /* background-image: url(../img0509/bg01.png);
  background-size: 85% 100%;
  background-repeat: no-repeat;
  background-position: center; */
}

.reason_content_item_left_top div {
  /* width: 180px;
  height: 160px;
  background-image: -webkit-linear-gradient(-175deg, #dbaf55, #dbaf55, #fff9ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.reason_content_item_left_top div img {
  /* margin-left: 72px; */
  /* margin-top: 44px; */
}

.reason_content_item_left_top div p {
  margin-left: 67px;
  color: #000;
  font-weight: 800;
}


.reason_content_item_left_bottom {
  /* margin-top: -40px;
  vertical-align: middle; */
}

.liucheng {
  position: relative;
  height: 1380px;
  width: 100%;
  box-sizing: border-box;
  background: #1c1d21 url('../img0509/canping/toupiao.png') no-repeat center top;
}

.liucheng_cont {
  height: 650px;
  position: relative;
}

.step {
  width: 385px;
  color: #fbc972;
  position: absolute;
}

.step p {
  color: #a5854f;
}

.step h4 {
  padding: 5px 0;
}

.step1 {
  top: 130px;
}

.step2 {
  top: 460px;
  left: 370px;
}

.step3 {
  top: 100px;
  left: 480px;
}

.step4 {
  top: 450px;
  left: 830px;
}

.liucheng_cont img {
  padding: 70px 0 70px;
}

.rule {
  text-align: center;
  padding-top: 20px;
}

.rule h2 {
  position: relative;
  top: 30px;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  color: #000;
  background: url(../img0509/bg5.png) no-repeat center;
}

.rule p {
  padding: 50px 20px;
  font-size: 18px;
  color: #a5854f;
  border: 1px solid #c39e5e;
  border-radius: 20px;
}

.liucheng_img2 {
  height: 115px;
  width: 210px;
  background-color: #fbe8b0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  border-radius: 10px;

}

.liucheng_img1 {
  background-color: #fbe8b0;
  position: relative;
  height: 115px;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  border-radius: 10px;
}

.liucheng_img2:hover>.bottom2 {
  color: #ff590a;
}

.liucheng_img2:hover ::before {
  background-color: #ff590a;
}

.liucheng_img1 ::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 108px;
  top: 110px;
  border-top: solid 10px transparent;
  border-left: solid 15px #fbe8b0;
  border-bottom: solid 10px transparent;
  color: #fbe8b0;
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -webkit-transform: rotate(90deg);
}

.liucheng_img1 ::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 106.5px;
  top: 136px;
  background-color: #ff590a;
  border-top: solid 5px #fbe8b0;
  border-left: solid 5px #fbe8b0;
  border-bottom: solid 5px #fbe8b0;
  border-right: solid 5px #fbe8b0;
  border-radius: 10px;
  color: #fbe8b0;
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  /* IE 9 */
  -webkit-transform: rotate(12deg);
  /* Safari and Chrome */
}

.liucheng_img2 ::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 97px;
  top: 110px;
  border-top: solid 10px transparent;
  border-left: solid 15px #fbe8b0;
  border-bottom: solid 10px transparent;
  color: #fbe8b0;
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -webkit-transform: rotate(90deg);
}

.liucheng_img2 ::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 96px;
  top: 136px;
  background-color: #fbe8b0;
  border: solid 5px #fbe8b0;
  border-radius: 10px;
  color: #fbe8b0;
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  /* IE 9 */
  -webkit-transform: rotate(12deg);
  /* Safari and Chrome */
}

.top {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-top: 18px;
}

.bottom2 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.imgbm {
  position: absolute;
  top: -8px;
  left: -8px;
}

.sm {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

.sm .smText {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.sm .smText>ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.sm .smText>ul .ttt {
  font-weight: 600;
}

.sm .smText>ul li ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sm .smText>ul li .biaozhun li {
  width: 100%;
  text-align: left;
}

.sm .smText>ul li .fanwei li {
  width: 50%;
  text-align: left;
}

.liucheng_sm {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.liucheng_sm img {
  width: 85px;
  margin-left: 80px;
}

.liucheng_sm p {
  color: #fbe8b0;
  font-size: 16px;
  width: 75%;
  padding-left: 40px;
  line-height: 1.5rem;
  margin-top: 20px;
}

.liucheng_bz {
  margin-top: 80px;
  color: #bababa;
}

.liucheng_bz p:nth-child(1) {
  font-size: 18px;
  font-weight: 800;
}

.liucheng_bz p:nth-child(2) {
  font-size: 16px;
}

.judges {
  position: relative;
  background: #111111;
  color: #fff;
  text-align: center;
  padding: 70px 0;
}

.judges_con {
  margin-top: 30px;
}

.judges_con_sm {
  text-align: center;
  margin: 0 130px;
  font-size: 16px;
  color: #a5854f;
}

.juges_list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}

.juges_list_item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.juges_list_item_name {
  color: #fbe8b0;
  width: 81px;
  font-size: 23px;
  margin: 10px auto 0 auto;
  padding-bottom: 10px;
  border-bottom: 5px solid #fbe8b0;
  letter-spacing: 0.1rem;
}

.juges_list_item_intro {
  color: #fbe8b0;
  font-size: 14px;
  margin: 10px auto 0 auto;
  padding-bottom: 10px;
}

.juges_list::after {
  content: "";
  width: 70px;
  height: 0;
  position: absolute;
  left: 430px;
  top: 365px;
  border: solid 5px #b56d35;
  border-radius: 10px;
}

.juges_list::before {
  content: "";
  width: 70px;
  height: 0;
  position: absolute;
  left: 530px;
  top: 365px;
  border: solid 5px #d19a5a;
  border-radius: 10px;
}

.sign {
  position: relative;
  width: 100%;
  height: 488px;
  box-sizing: border-box;
  background: url('../img0509/canping/pppppp_04.png') no-repeat center;
  padding-top: 180px;
}

.sign ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 40px;
}

.sign .timeTxt {
  text-align: center;
  font-size: 22px;
  color: #e2c18b;
}

.sign ul li {
  width: 520px;
  height: 190px;
  box-sizing: border-box;
  background: url('../img0509/canping/baoming.png') no-repeat center;
}

.sign ul li div:last-child {
  font-size: 18px;
  color: #fdec9d;
  padding: 0 30px;
  padding-top: 20px;
}

.sign ul li .tttt {
  text-align: center;
  font-size: 24px;
  color: #000;
  padding-top: 20px;
}

.sign_cont {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 50px 0;
}

.sign_cont h3 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
  padding-left: 20px;
}

.sign_cont p {
  padding-left: 20px;
}

.sign_cont_item {
  width: 575px;
  height: 120px;
  text-align: left;
  color: #000;
  background: url(../img0509/sign_type.png) no-repeat center;
}

.link_us {
  padding-top: 20px;
  background: url(../img0509/footer_bg.png) no-repeat top;
}

.link_us_title {
  position: relative;
  font-size: 48px;
  line-height: 93px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 10px;
  text-indent: 5px;
}

.link_us_title_lit {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -14px;
}

.link_us_contont_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  color: #fff;
}

.link_us_contont {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.title_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.title_box_line {
  display: flex;
  flex-direction: column;
}

.title {
  font-size: 40px;
  position: relative;
  z-index: 2;
  line-height: 1;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 4px;
  color: #fff0aa;
  padding-top: 40px;
}

.title_line {
  width: 182px;
  height: 0;
  border: solid 4px #b56d35;
  margin-top: -5px;
}

.bm_type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}

.bm_type span {
  width: 16px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-left: 80px;
  margin-top: 67px;
  z-index: 2;
}

.bm_type p {
  margin-top: 73px;
  margin-left: 25px;
  width: 230px;
  font-weight: 800;
}

.bm_type_first {
  position: relative;
  width: 50%;
  height: 180px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  background: url(../img0509/bm_bg1.png) no-repeat 100% 100%;

}

.bm_type_sec {
  position: relative;
  width: 50%;
  height: 180px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  background: url(../img0509/bm_bg2.png) no-repeat 100% 100%;
  ;
}

.bm_type_sec ::after {
  content: "";
  width: 23px;
  height: 104px;
  position: absolute;
  left: 72px;
  top: 51px;
  border: solid 5px #d19a5a;
  background-color: #d19a5a;
  z-index: -1;
}

.bm_type_first ::after {
  content: "";
  width: 23px;
  height: 104px;
  position: absolute;
  left: 72px;
  top: 51px;
  border: solid 5px #d19a5a;
  background-color: #d19a5a;
  z-index: -1;
}

.ime_bm {
  margin: 30px auto;
  border-radius: 25px;
  background-color: #fff0aa;
  height: 50px;
  width: 25%;
}

.ime_bm_text {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.ime_bm a {
  color: #000;
}

.contact {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.contact_info_item {
  margin-top: 50px;
}

.code {
  text-align: center;
  margin: auto 0;
}

.code p {
  margin-top: 20px;
}

.top_title {
  width: 100%;
  text-align: center;
  color: #f0dca4;
  font-size: 20px;
  background-color: #000;
  padding-bottom: 23px;
  margin-top: 40px;
}

.prize_table {
  background: url('../images/prizebg_02.png');
  background-size: 100%;
  border-bottom: 3px solid #f7dfab;
}

.prize_table ._prize_info {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}

.prize_table ._prize_info .top_title_js {
  color: #fff;
  font-size: 16px;
  margin-bottom: 50px;
}

.prize_table ._prize_info .remark {
  text-align: left;
  color: #fff;
  margin-top: 10px;
}

.prize_table #prize_table .title {
  height: 65px;
  background-color: #c9ac82;
}

.prize_table #prize_table .title th {
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: 1px solid #c9ac82;
  font-weight: 400;
}

.prize_table #prize_table .title .category {
  width: 125px;
}

.prize_table #prize_table .title .my_prize {
  width: 195px;
}

.prize_table #prize_table .title .range {
  width: 335px;
}

.prize_table #prize_table tr {
  background-color: #af9363;
  text-align: left;
}

.prize_table #prize_table tr td {
  padding: 25px 19px;
  font-size: 16px;
  border: 1px solid #c9ac82;
  color: #fff;
}

.con {
  width: 100%;
  margin-top: 40px;
}

.swiper-container {
  width: 1200px;
  height: 100%;
  font-size: 0px;
}

.swiper-slide {
  text-align: left;
  width: 250px;
  display: inline-block;
  align-items: center;
  position: relative;
}

.swiper-pagination-bullet {
  background-color: #d19a5a;
  width: 80px;
  border-radius: 4px;
}

.pingwei-cont p {
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #FFF;
  text-align: center;
  width: 800px;
  margin: 40px auto 0;
}

@keyframes jump {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    transform: translateY(5px) scaleX(1.2) scaleY(0.8);
  }

  30% {
    -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
  }

  50% {
    -webkit-transform: translateY(0) scale(1) rotate(0);
    transform: translateY(0) scale(1) rotate(0);
  }

  55% {
    -webkit-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
  }

  70% {
    -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
  }

  80% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
  }

  85% {
    -webkit-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}

.wangjie {
  width: 100%;
  height: 809px;
  box-sizing: border-box;
  background: url('../img0509/canping/pppppp_05.jpg') no-repeat center top;
}

.touxiangBox {
  width: 183px;
  height: 205px;
  box-sizing: border-box;
  position: relative;
}

.touxiangBox .quan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.touxiangBox .touxiang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.judges .swiper-slide .touxiangBox:hover .quan {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#judges {
  padding-bottom: 100px;
}

#judges .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#judges .swiper-slide .jiabinBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 50px;
  width: 195px;
  height: 420px;
}

#judges .swiper-slide .jiabinBox .name {
  font-size: 20px;
  color: #debb83;
  font-weight: 600;
  text-align: center;
  margin: 16px 0;
}

#judges .swiper-slide .jiabinBox .job {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

#judges .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

.link_us_contont_left div {
  font-size: 18px;
  color: #fdec9d;
}

.tongqiUl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 30px;
}

.tongqiUl li {
  width: 50%;
  box-sizing: border-box;
  color: #fdec9d;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  margin: 7.5px 0;
}

.tongqiUl li:nth-child(2n-1) {
  padding-left: 130px;
}

.tongqiUl li:nth-child(2n) {
  padding-left: 30px;
}

.tongqiUl li a {
  color: #fdec9d;
}