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

.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;
  width: 100%;
}

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

.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 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
}

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

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

.nav .nav-items .active {
  font-weight: 600;
}

.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 .nav-items .bm1 {
  background: none;
  background-size: 40px;
  width: auto;
}

.tqdh {
  padding: 5px 10px;
  text-align: center;
  width: 120px;
  border-radius: 10px;
  font-weight: 400;
}

.color1 {
  background-color: #00c0ff;
}

.color2 {
  background-color: #ff69e9;
}

.color3 {
  background-color: #ba49ef;
}

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

.banner {
  position: relative;
  background: url(../img2021/bannar1.png) no-repeat center top #031550;
  text-align: center;
  height: 600px;
}

.banner::after {
  content: '';
  position: absolute;
  height: 150%;
  width: 100px;
  left: -200px;
  top: -200px;
  background-color: rgba(210, 186, 124, .5);
  filter: blur(60px);
  transform: rotate(35deg);
  /* animation: flash 10s infinite linear; */
}


@keyframes flash {
  0% {
    left: -200px;
    top: -200px;
  }

  50% {
    left: 50%;
    top: -200px;
  }

  75% {
    left: 100%;
    top: -200px;
  }

  100% {
    left: 150%;
    top: -200px;
  }

}

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

.bannar_title {}

.banner .text1 {
  padding-top: 0px;
  font-weight: 600;
  font-size: 108px;
  background-image: -webkit-linear-gradient(145deg, #c98f4f, #fee7aa, #c98f4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tongqi {
  color: #00c0ff;
  font-size: 26px;
  margin-top: 50px;
  font-weight: 600;
}

.tongqi p {
  font-size: 20px;
  color: #fff;
}

.slogen {
  color: #000;
}



.bannar_title_span {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  border: 1px solid #00c0ff;
  border-radius: 40px;
  padding: 5px 20px;
}

.banner .text2 {
  font-size: 30px;
  color: #fff2d5;
  letter-spacing: 3px;
}

.aswhile {
  background-color: #fff2d5;
  color: #000;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 10px;
}

.banner .text3 {
  padding-top: 80px;
  font-size: 35px;
  color: #dbaf55;
  font-weight: 400;
}

.banner .timer {

  margin: 15px 0;
}

.banner .timer span {
  padding-left: 32px;
  margin-left: 5px;
  font-size: 18px;
  color: #e8c078;
}

.banner .timer {
  background: url(../img2021/time_back.png) no-repeat center left;
  background-size: contain;
  font-size: 26px;
  padding: 10px;
  margin-left: 0px;
  color: #fde6ac;
  letter-spacing: 3px;
  text-indent: 1rem;

}

.banner .local {
  background: url(../img2021/loca_back.png) no-repeat center left;
  background-size: contain;
  font-size: 26px;
  padding: 10px;
  margin-left: 0px;
  color: #000;
  text-indent: 1rem;
}

.banner .bmbutton {
  text-align: center;
  width: 185px;
  background-color: #fceeb2;
  padding: 5px 0;
  font-size: 18px;
  border-radius: 20px;
  font-weight: 600px;
  letter-spacing: 0.2rem;
}

.bmbutton a {
  color: #000;
  font-weight: 800;
}

.intro {
  background-color: #04195e;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  position: relative;
  z-index: 2;
  line-height: 1;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 4px;
  color: #280cb6;
  padding-top: 92px;
  padding-bottom: 40px;
}

.title_ch {
  position: relative;
  font-family: "microsoft yahei", Arial;
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 5px;
  font-size: 42px;
  line-height: 40px;
  margin-bottom: 14px;
  text-align: center;
  font-weight: 600;
}

.title_ch::before {
  width: 33px;
  height: 30px;
  content: '';
  position: absolute;
  top: 15%;
  left: -21%;
  background: url(../img2021/left.png) no-repeat center left;
}

.title_ch::after {
  content: '';
  position: absolute;
  width: 33px;
  height: 30px;
  content: '';
  top: 15%;
  right: -20%;
  position: absolute;
  background: url(../img2021/right.png) no-repeat center left;
}

.title_en {
  font-family: "microsoft yahei", Arial;
  color: #d9d9d9;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.white {
  color: #fff;
}

.white .title_ch::before {
  background: url(../img2021/w_left.png) no-repeat center left;
}

.white .title_ch::after {
  background: url(../img2021/w_right.png) no-repeat center left;
}

.intro p {
  color: #fff;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  margin-top: 10px;
}

.intro .para {
  width: 100%;
  padding: 20px 0 140px 0;
}

.intro .para1 {}

.intro .para2 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.whcp {
  position: relative;
  color: #fff;
  text-align: center;
  background: url(../img2021/quan.png) no-repeat top #031550;
}

.whcp_cpntont {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
}

.whcp_cpntont h3:hover {
  font-size: 26px;
  cursor: pointer;
  animation: grow 1s linear a;
}

.whcp_cpntont_item_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.whcp_cpntont_item_top_row {
  position: relative;
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.light {
  border-radius: 1200px;
  width: 44%;
  height: 40%;
  background-color: yellow;
  position: absolute;
  top: 10px;
  opacity: 0.2;
  filter: blur(5px);
  animation: flash1 10s linear infinite;
}

@keyframes flash1 {
  0% {
    width: 44%;
    opacity: .3;
    filter: blur(8px);
  }

  50% {
    width: 100%;
    opacity: .3;
    filter: blur(62px);
  }

  100% {
    width: 44%;
    opacity: .3;
    filter: blur(8px);
  }
}

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

.whcp_cpntont_item_top_row_litem {
  text-align: right;
  width: 65%;
  height: 240px;
  margin-left: -20px;
}

.whcp_cpntont_item_top_row_litem h3 {
  position: relative;
  color: #00c0ff;
  font-weight: 800;
  font-size: 22px;
}

.whcp_cpntont_item_top_row_litem img {
  position: absolute;
  left: 270px;
  top: 10px;
}

.whcp_cpntont_item_top_row_litem p {
  font-size: 16px;
  text-align: right;
}


.whcp_cpntont_item_top_row_ritem {
  text-align: left;
  width: 65%;
  height: 240px;
  margin-right: -20px;
}

.end {
  align-items: end;
  align-items: flex-end;
}

.start {
  align-items: start;
}


.whcp_cpntont_item_top_row_ritem h3 {
  color: #00c0ff;
  font-weight: 800;
  font-size: 22px;
  position: relative;
}

.whcp_cpntont_item_top_row_ritem img {
  position: absolute;
  top: 10px;
  right: 270px;
}

.whcp_cpntont_item_top_row_ritem p {
  font-size: 16px;
}

.whcp_cpntont_item_bottom {
  width: 22%;
  text-align: center;
}

.whcp_cpntont_item_bottom_item h3 {
  color: #00c0ff;
  font-weight: 800;
  font-size: 22px;
  position: relative;
}

.whcp_cpntont_item_bottom_item img {
  position: absolute;
  top: -57px;
  right: 46%;
}

.whcp_cpntont_item_bottom_item p {
  font-size: 16px;
  text-align: left;
}

.award {
  position: relative;
  background: url(../img2021/back2_02.png) no-repeat top #000;
  text-align: center;
}

.award_contont {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 150px;
  height: 600px;
}

.award_contont_item_back {
  width: 135%;
  height: 250px;
  background: url(../img2021/hex.png) no-repeat center;
}

.award_contont_item_back:hover {
  width: 135%;
  height: 250px;
  background: url(../img2021/hex2.png) no-repeat center;
}

.award_contont_item_back:hover .award_contont_item {
  display: none;
}

.award_contont_item_back .award_contont_item_on {
  display: none;
}

.award_contont_item_on h3 {}

.award_contont_item_back:hover .award_contont_item_on {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0;
  justify-content: space-between;
  color: #fff;
}

.award_contont_item_back:hover .award_contont_item_on p {
  margin: 30px auto;
  width: 75%;
  text-align: center;
}

.award_contont_item_on span {
  position: absolute;
  color: #372110;
  background-color: #f9df91;
  display: inline-block;
  line-height: 20px;
  padding: 0px 10px;
  border-radius: 20px;
  margin-top: 30px;
  bottom: 30px;
  left: calc(50%-10px);
}

.award_contont_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0;
  justify-content: space-between;
}


.award_contont_item p {
  font-size: 16px;
  letter-spacing: 1px;
}

.award_contont_item span {
  background-color: #372110;
  color: #f9df91;
  display: inline-block;
  line-height: 20px;
  padding: 0px 10px;
  border-radius: 20px;
  margin-top: 30px;
}

.award_contont_item2356 {
  width: 19%;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.award_contont_item147 {
  width: 19%;
  z-index: 11;
}



.award2 {
  position: relative;
  background: url(../img2021/bg2222.png) no-repeat bottom #04195f;
  text-align: center;
}

.award2_contont {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.award2_contont_date {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 50px;
}

.award2_contont_date div:hover {
  cursor: pointer;
  color: #00c0ff;
}

.table {
  padding-bottom: 150px;
}

.table_title_1tr {
  background-color: #00c0ff;
  color: #04195e;
}

.table_title {
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  border-radius: 15px 15px 0 0;

  border: 1px solid #00c0ff;
}

.bold {
  font-weight: 600;
}

.table_title_21 {
  color: #fff;
}

.table_title_22 {
  color: #fff;
  font-size: 18px;
  text-align: left;
  border-radius: 0 0 15px 15px;
  padding: 40px 0 40px 16%;
}

.table_title_22 p {
  line-height: 40px;
}

.table_title_22 img {
  margin-right: 16px;
}

.eap_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 150px;
}

.eap_cont_item {
  position: relative;
  width: 30%;
}

.eap_cont_item img {
  margin: 20px 0;
  width: 100%;
}

.eap_cont_item_lable {
  position: absolute;
  top: 62%;
  width: 100%;
  line-height: 54px;
  text-align: center;
  font-size: 26px;
  background-image: linear-gradient(to right, #00c0ff, #fa69ff);
}

.eap_cont_item_trans {
  width: 90%;
  text-align: left;
  padding: 0 20px;
}


.eap {
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #031550;
}

.nypw {
  position: relative;
  background: url(../img2021/back2.png) no-repeat bottom #04195e;
  text-align: center;
  padding-bottom: 70px;
}

.nypw_contont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0;
}

.nypw_contont_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 33%;
  position: relative;
}

.nypw_contont_item img {
  margin: 40px;
}

.nypw_contont_item_img {
  position: absolute;
  width: 210px;
  height: 210px;
  top: 21px;
  background: url(../img2021/circle.png) no-repeat center;
}

.nypw_contont_item_img:hover {
  animation: turn 5s infinite linear;
}




@keyframes turn {
  50% {
    transform: rotate(360deg);
  }

}

.name {
  font-size: 18px;
  color: #00c0ff;
  text-align: center;
  font-weight: 600;
}

.desc {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.nypw_bz {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.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;
}

.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: 30px;
  color: #fff0aa;
  text-align: center;
}

.liucheng_bz p:nth-child(1) {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
}

.liucheng_bz p:nth-child(2) {
  font-size: 16px;
  padding: 30px 30px;
  background-color: #242828;
  border: 1px solid #fff0aa;
  border-radius: 20px;
  letter-spacing: 4px;
}

.ljhg {
  position: relative;
  height: 765px;
  background: #031550;
  color: #fff;
  text-align: center;
}

.ljhg_con {
  margin-top: 30px;
}

.ljhg_con_sm {
  text-align: center;
  margin: 0 130px;
}

.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;
  /* height: 879px; */
  background: url(../img2021/baoming_back.jpg) no-repeat center;
  color: #fff;
  text-align: center;
}

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

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

.bmfs {
  position: relative;
  height: 683px;
  background: center #000;
  color: #fff;
  text-align: center;
}

.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: 22px;
  font-size: 22px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-left: 80px;
  margin-top: 67px;
  z-index: 2;
}

.bm_type p {
  font-size: 18px;
  margin-top: 73px;
  margin-left: 25px;
  width: 65%;
  font-weight: 800;
}

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

}

.bm_type_first img {
  content: '';
  position: absolute;
  left: 82px;
  top: 26px;
  background: url(../img2021/bling.png) no-repeat 50% 100%;
  animation: blink 3s infinite linear;
}

.bm_type_sec img {
  content: '';
  position: absolute;
  left: 82px;
  top: 26px;
  background: url(../img2021/bling.png) no-repeat 50% 100%;
  animation: blink 5s infinite linear;
}

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

@keyframes blink {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0.5;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.bm_type_sec ::after {
  content: "";
  width: 23px;
  height: 104px;
  position: absolute;
  left: 72px;
  top: 51px;
  z-index: -1;
}

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

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

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

.ime_bm a {
  color: #000;
}

.link_we {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 70px;
  background: url(../img2021/foot_back.png) no-repeat center #fff;
}

.link_we .contact .contact_left {
  width: 90%;
  display: flex;
  flex-direction: column;
}

.link_we .contact .contact_left h1 {
  font-size: 50px;
  color: #00c0ff;
}

.link_we .contact .contact_left h1 span {
  color: #00c0ff;
  font-size: 40px;
}

.link_we .contact .contact_left .receiver {
  width: 100%;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.link_we .contact .contact_left .receiver div {
  width: 38%;
}

.link_we .contact .contact_left .receiver div .receiver_one {
  font-size: 16px;
  line-height: 20px;
}


.receiver_one_p {
  line-height: 40px;
}

.receiver_one_p img {
  vertical-align: middle;
}

.link_we .contact .contact_right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link_we .contact .contact_right img {
  width: 140px;
}

.link_we .contact .contact_right p {
  margin-top: 20px;
}

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

.bg {
  background-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 .award_title {
  height: 65px;
  background-color: #c9ac82;
}

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

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

.prize_table #prize_table .award_title .my_prize {
  width: 320px;
}

.prize_table #prize_table .award_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 {
  padding: 30px 40px 160px;
  color: #fff0aa;
  font-size: 18px;
  background: url('../img2022/back3.png') no-repeat #031550;
  background-size: contain;
}

.con p {
  color: #000;
  width: 60%;
  line-height: 30px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 192, 255, 0.5);
}






/* 
.swiper-slide div {
  width: 60px;
  margin: 20px auto;
  height: 4px;
  background-color: #ffe39f;
} */


.award_title {
  font: normal 14px/1.5 "Microsoft Yahei";
  font-family: Microsoft YaHei;
  padding: 0;
  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;
  text-align: left;
  height: 65px;
  background-color: #c9ac82;
}

.xctg {
  position: relative;
  text-align: center;
  background: url(../img2021/bg555.png) no-repeat top #031550;
}

.xctg_cont {
  padding: 0 0 420px 0;
}

.xctg_cont h1 {
  color: #fff;
  text-align: center;
}

.xctg_cont_list {
  position: relative;
}

.xctg_cont_01 {
  position: absolute;
  top: 40px;
}

.xctg_cont_01 p {
  background: url(../img2021/01.png) no-repeat;
  width: 400px;
  line-height: 64px;
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.xctg_cont_02 {
  position: absolute;
  top: 40px;
}

.xctg_cont_02 p {
  background: url(../img2021/02.png) no-repeat;
  width: 178px;
  line-height: 64px;
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}


.xctg_cont_03 {
  position: absolute;
  top: 40px;
}

.xctg_cont_03 p {
  background: url(../img2021/03.png) no-repeat;
  width: 178px;
  line-height: 64px;
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.xctg_cont_02 img,
.xctg_cont_01 img,
.xctg_cont_03 img {
  margin-left: 50%;
}



.xctg_cont_02 div,
.xctg_cont_01 div,
.xctg_cont_03 div {
  width: 178px;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.xctg_cont_01>div {
  width: 252px;
  margin: 10px auto;
}


.con-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.con-wrap-06 .wrap {
  padding-top: 90px;
}

.con-wrap-06 .word-con {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
}

.con-wrap-06 .word-con {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
}

.meeting-lookback {
  background: url(../img2021/backgroun-wjhg.png) center bottom;
}

.lunbo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 330px;
  height: 300px;
}

.lunbo>ul {
  overflow: hidden;
  width: 3000px;
  position: relative;
  left: 50%;
  margin-left: -1080px;
  height: 440px;
}

.lunbo li {
  width: 400px;
  padding: 50px 0;
  float: left;
  background: url(../img2021/shijainxian.png) no-repeat 0px bottom;
  position: relative;
}

.lunbo li:hover {
  top: -30px;
  height: 350px;
}



.lunbo li>div {
  width: 320px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  background-color: #1c3b9c;
}

.lunbo li>div>a {
  display: block;
  width: 320px;
  height: 200px;
}

.lunbo li>div a img {
  display: block;
  margin: 10px auto;
  width: 300px;
  height: 200px;
}

.lunbo li>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lunbo li>div>i {
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}

.lunbo li>div p {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 104px;
  padding: 48px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  background-size: 100% auto;
}

.lunbo li.on>div p {
  opacity: 1;
}

.lunbo li>div a {
  color: #fff;
}

.hang {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.line_bottom {
  margin-top: -22px;
  width: 48%;
  height: 10px;
  padding: 0;
  background-color: #00c0ff;
}

.blink {
  opacity: 0;
  animation: lanji 4s ease-in-out infinite;
}

@keyframes lanji {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.swiper-container3 {
  height: 600px;
}

.swiper-container3 .swiper-slide {
  padding: 0px;
  width: 100%;
}

.swiper-container3 .swiper-slide .wrap {
  position: relative;
}

.swiper-container3 .swiper-slide1 {
  background: url(../img2021/ban1.png) no-repeat center;
}

.swiper-container3 .swiper-slide1 a {
  position: absolute;
  top: 335px;
  left: 400px;
  width: 350px;
  height: 100px;
}

.swiper-container3 .swiper-slide1 span {
  position: absolute;
  top: 531px;
  left: 362px;
  width: 45px;
  height: 50px;
  color: #000;
  font-size: 30px;
}

.swiper-container3 .swiper-slide2 {
  background: url(../img2021/ban2.png) no-repeat center;
}

.swiper-container3 .swiper-slide2 a {
  position: absolute;
  top: 335px;
  left: 400px;
  width: 350px;
  height: 100px;
}

.swiper-container3 .swiper-slide3 {
  /* background: url(../img/banner/weilai.png) no-repeat center; */
}

.swiper-container3 .swiper-slide3 a {
  position: absolute;
  top: 280px;
  left: 780px;
  width: 350px;
  height: 100px;
}

.swiper-container3 .swiper-slide4 {
  /* background: url(../img/banner/qida.png) no-repeat center; */
}

.swiper-container3 .swiper-slide4 a {
  position: absolute;
  top: 280px;
  left: 780px;
  width: 350px;
  height: 100px;
}