@charset "utf-8";
/* CSS Document */
/*global css*/
html,
body {
  width: 100%;
  height: 100%;
  min-width: 1400px;
}
body::-webkit-scrollbar {
  width: 12px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
body::-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;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
body::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f1f1f1;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
blockquote,
th,
td,
p,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
ul {
  list-style: none;
}
input {
  background: none;
  outline: none;
  border: none;
}
body {
  font-family: "microsoft yahei", Arial;
  width: 100%;
  margin: 0 auto;
}
.wrap {
  width: 1400px;
  margin: 0 auto;
}
.min_wrap {
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}
.publicTitle {
  padding: 50px 0 10px;
  text-align: center;
  background: url(../img/title_bg.png) no-repeat bottom;
}
.publicTitle h3 {
  font-size: 20px;
  font-weight: 400;
  color: #929292;
  letter-spacing: 3px;
}
.publicTitle h2 {
  font-size: 34px;
  color: #000;
  font-weight: 600;
}
nav {
  height: 102px;
  background: #0b135a;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 999;
}
nav .wrap ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
nav .wrap ul li {
  cursor: pointer;
}
nav .wrap ul li:hover {
  font-weight: 600;
}
nav .wrap ul li:hover span img {
  animation: jump 1.5s infinite linear;
}
nav .wrap ul li span {
  display: inline-block;
  padding: 10px 20px;
  background: #7871ff;
  border-radius: 5px;
}
nav .wrap ul li span img {
  vertical-align: sub;
}
.bannar {
  height: 695px;
  background: url('../img/banner001.jpg?v=wresdfsdfsd') no-repeat center top;
  background-size: cover;
  color: #00fcff;
}
.bannar span {
  padding-top: 580px;
  display: block;
}
.bannar span img {
  vertical-align: sub;
}
.intro {
  background: #efefef;
}
.intro .min_wrap {
  overflow: visible;
}
.intro .cont {
  padding: 80px 0 200px;
  background: url(../img/intro_bg.png) no-repeat center 55px;
}
.intro .cont p {
  position: relative;
  left: 50%;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-indent: 2rem;
  text-align: left;
  width: 50%;
}
.light {
  padding-bottom: 130px;
  background: url(../img/light_bg.png) no-repeat center;
}
.light .light_swiper {
  position: relative;
  left: -53px;
  overflow: hidden;
  width: 1080px;
}
.light .light_swiper .left {
  position: absolute;
  top: 50%;
  left: 36px;
  width: 80px;
  height: 80px;
  background: url(../img/icon/right_arrow.png) no-repeat center;
}
.light .light_swiper .right {
  position: absolute;
  top: 50%;
  right: -14px;
  left: auto;
  width: 80px;
  height: 80px;
  background: url(../img/icon/right_arrow.png) no-repeat center;
  transform: rotate(180deg);
}
.light .light_swiper .swiper-button-prev:after,
.light .light_swiper .swiper-container-rtl .swiper-button-next:after,
.light .light_swiper .swiper-button-next:after,
.light .light_swiper .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
.light .publicTitle h2 {
  color: #fff;
}
.light ul {
  padding-top: 50px;
  margin: 0 auto;
  width: 890px;
}
.light ul li {
  height: 380px;
  background: url(../img/light/01.png) no-repeat center;
  position: relative;
  left: -36px;
}
.light ul li h2 {
  width: 384px;
  position: absolute;
  left: 52.5%;
  top: 12.5%;
}
.light ul li h2 span {
  font-size: 35px;
  color: #00c1c4;
}
.light ul li p {
  width: 384px;
  position: absolute;
  left: 52.5%;
  top: 45%;
  font-size: 20.88px;
  line-height: 30px;
}
.date {
  background: #efefef;
}
.date .cont ul {
  display: flex;
  justify-content: center;
}
.date .cont ul .active {
  background: url(../img/t-bg/t2.png) no-repeat center;
}
.date .cont ul li {
  padding: 50px 60px;
  width: 185px;
  font-size: 23.3px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  background: url(../img/t-bg/t1.png) no-repeat center;
}
.date .cont > #table2,
.date .cont #table1 {
  width: 98%;
  margin: 0 auto;
}
.date .cont > #table2 > tbody tr th,
.date .cont #table1 > tbody tr th {
  color: #fff;
  font-size: 24px;
  background-color: #0c128f;
  line-height: 45px;
}
.date .cont > #table2 .otherTable,
.date .cont #table1 .otherTable {
  width: 100%;
}
.date .cont > #table2 .otherTable tbody tr td,
.date .cont #table1 .otherTable tbody tr td {
  padding: 10px 0;
}
.date .cont > #table2 .otherTable tbody tr td,
.date .cont #table1 .otherTable tbody tr td {
  text-align: center;
  font-size: 15px;
}
.date .cont > #table2 .otherTable tbody tr td b,
.date .cont #table1 .otherTable tbody tr td b {
  display: inline-block;
  margin-left: 10px;
}
.date .cont > #table2 .otherTable tbody tr td:nth-child(2),
.date .cont #table1 .otherTable tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 30px;
  padding-right: 20px;
  border-left: 2px solid #0c128f;
  border-right: 2px solid #0c128f;
  position: relative;
}
.date .cont > #table2 .otherTable tbody tr td:nth-child(2)::after,
.date .cont #table1 .otherTable tbody tr td:nth-child(2)::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 1000px;
  background-color: #001390;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
}
.date .cont > #table2 .otherTable tbody tr td:nth-child(2)::before,
.date .cont #table1 .otherTable tbody tr td:nth-child(2)::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 1000px;
  background-color: #001390;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
}
.date .cont > #table2 .otherTable tbody tr td:nth-child(3),
.date .cont #table1 .otherTable tbody tr td:nth-child(3) {
  text-align: left;
  padding-left: 40px;
}
.date .cont > #table2 .otherTable tbody tr:nth-child(1) td,
.date .cont #table1 .otherTable tbody tr:nth-child(1) td {
  padding-top: 0;
}
.date .tip {
  text-align: right;
  font-size: 14px;
  color: #000;
  padding: 20px 0;
}
.gust {
  background: url(../img/gust_bg.png) no-repeat center;
}
.gust .publicTitle h2 {
  color: #fff;
}
.gust .button {
  display: flex;
  justify-content: center;
}
.gust .button .active {
  background: url(../img/t-bg/gt1.png) no-repeat center;
}
.gust .button li {
  padding: 50px 60px;
  width: 185px;
  font-size: 23.3px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: url(../img/t-bg/gt2.png) no-repeat center;
}
.gust .gust_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
.gust .gust_list li {
  width: 175px;
  height: 266px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.gust .gust_list li:hover::after {
  content: '';
  position: absolute;
  width: 175px;
  height: 175px;
  background: url(../img/gust_circle.png) no-repeat center;
  top: -20px;
  animation: roa infinite 3s linear;
}
@keyframes roa {
  100% {
    transform: rotate(360deg);
  }
}
.gust .gust_list li::after {
  content: '';
  position: absolute;
  width: 175px;
  height: 175px;
  background: url(../img/gust_circle.png) no-repeat center;
  top: -20px;
}
.gust .gust_list li .name {
  padding-top: 20px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
.gust .gust_list li .title {
  padding-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.PARTICIPANTS {
  padding-bottom: 50px;
  background: #efefef;
}
.PARTICIPANTS .cont {
  margin-top: 50px;
  padding: 50px;
  background: url(../img/part.png) no-repeat center;
}
.PARTICIPANTS .cont p {
  line-height: 26px;
  font-size: 18px;
  color: #fff;
}
.PARTICIPANTS .logos {
  height: 130px;
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}
.PARTICIPANTS .logos ul li {
  text-align: left;
}
.PARTICIPANTS .logos2 {
  height: 130px;
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}
.PARTICIPANTS .logos2 ul li {
  text-align: left;
}
.donate {
  padding-bottom: 30px;
  background: url(../img/wb_bg.jpg) no-repeat top;
  position: relative;
  background-size: cover;
}
.donate .swiper-button-next2 {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../img/wb/arror.png) no-repeat center;
  right: 200px;
  bottom: 220px;
}
.donate .swiper-button-prev2 {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../img/wb/arror.png) no-repeat center;
  left: 200px;
  transform: rotate(180deg);
  bottom: 220px;
}
.donate .min_wrap .publicTitle h2 {
  color: #fff;
}
.donate .min_wrap .tipp {
  padding-top: 50px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.donate .min_wrap .button {
  display: flex;
  justify-content: center;
}
.donate .min_wrap .button .active {
  background: url(../img/t-bg/don2.png) no-repeat center;
}
.donate .min_wrap .button li {
  padding: 50px 60px;
  width: 185px;
  font-size: 23.3px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: url(../img/t-bg/don1.png) no-repeat center;
}
.donate .min_wrap .pp > div {
  margin-top: 25px;
  padding: 50px 80px;
  font-size: 22px;
  line-height: 36px;
  color: #001390;
  background-color: #fff;
  border-radius: 60px;
  position: relative;
}
.donate .min_wrap .pp > div::after {
  top: -50px;
  left: 325px;
  position: absolute;
  content: '';
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid #fff;
}
.donate .min_wrap .pp #p2 {
  padding: 0;
  line-height: unset;
  font-size: 0;
}
.donate .min_wrap .pp #p2 img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  image-rendering: pixelated;
}
.donate .min_wrap .pp #p2::after {
  top: -50px;
  left: 630px;
  position: absolute;
  content: '';
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid #fff;
}
.donate .min_wrap .watch_back {
  padding: 0 6px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.donate .min_wrap .watch_back li {
  width: 244px;
  height: 236px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: url(../img/wb/wb_bg.png) no-repeat top center;
}
.donate .min_wrap .watch_back li h2 {
  padding-top: 6px;
  text-align: center;
  color: #001390;
  font-size: 12px;
  line-height: 16px;
}
.donate .min_wrap .watch_back li img {
  padding-top: 10px;
}
.donate .line {
  height: 100px;
  background: url(../img/wb/line.png) no-repeat center;
}
.b_t {
  background: #efefef;
}
.b_t .min_wrap {
  width: 1200px;
}
.b_t .ticket-text h2 {
  font-size: 22px;
}
.b_t .ticket-text p {
  font-size: 18px;
  color: #000;
  line-height: 36px;
}
.b_t #ticketForm {
  padding-top: 40px;
}
.b_t #ticketForm .btns {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.b_t #ticketForm .btns .total {
  padding-right: 20px;
  color: #e30000;
}
.b_t #ticketForm .btns .sub-btn {
  font-size: 18px;
  padding: 5px 20px;
  background: #e30000;
  border-radius: 20px;
  color: #fff;
}
.b_t #ticket-tb .top {
  box-sizing: border-box;
  background: #0c128f;
  color: #fff;
  font-size: 22.6px;
  line-height: 50px;
}
.b_t #ticket-tb .top th:nth-child(1) {
  border-top-left-radius: 20px;
}
.b_t #ticket-tb .top th:nth-child(5) {
  border-top-right-radius: 20px;
}
.b_t #ticket-tb #tb1 td {
  border: 1px solid #0c128f;
  box-sizing: border-box;
  padding: 35px 30px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
.b_t #ticket-tb #tb1 td:nth-child(1) {
  padding-left: 85px;
}
.b_t #ticket-tb #tb1 td:nth-child(2) {
  color: #fe0202;
  text-align: center;
}
.b_t #ticket-tb #tb1 td:nth-child(3) {
  padding-left: 30px;
}
.b_t #ticket-tb #tb1 td:nth-child(4) {
  padding: 0 10px;
}
.b_t #ticket-tb #tb1 td:nth-child(5) {
  width: 155px;
  height: 120px;
  box-sizing: border-box;
  padding: 0 22.5px 0 10px;
}
.b_t .org {
  text-align: center;
  padding: 50px 0;
}
.contact {
  padding-top: 20px;
  background: url(../img/cont_bg.png) no-repeat center;
}
.contact .title {
  font-size: 52px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
}
.contact ul {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.contact ul li h3 {
  padding: 0 10px;
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.3);
}
.contact ul li p {
  line-height: 30px;
  color: #fff;
  font-size: 15.6px;
}
.contact ul li img {
  position: relative;
  top: -50px;
}
.right {
  display: none;
  position: fixed;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: 9;
}
.right ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.right ul li {
  width: 146px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 2.5px 0;
  color: #fff;
  cursor: pointer;
}
.right ul li img {
  vertical-align: sub;
}
.right ul li img:hover {
  animation: jump infinite 1.5s linear;
}
.right ul li a {
  color: #fff;
  text-decoration: none;
}
.right ul li:nth-child(1) {
  position: relative;
  background: url(../img/icon/bg.png) no-repeat center #1426c0;
}
.right ul li:nth-child(2) {
  background: url(../img/icon/bg.png) no-repeat center #f3665b;
}
.right ul li:nth-child(2) img {
  padding-right: 10px;
}
.right ul li:nth-child(3) {
  background: url(../img/icon/bg.png) no-repeat center #11cadf;
}
.right ul li:nth-child(3) img {
  padding-right: 10px;
}
.right ul li:nth-child(4) {
  background: url(../img/icon/bg.png) no-repeat center #fd9d37;
}
.right ul li:nth-child(4) img {
  padding-right: 10px;
}
.right ul li:nth-child(5) {
  position: relative;
  background: url(../img/icon/bg.png) no-repeat center #006cff;
}
.right ul li:nth-child(5):hover .code {
  display: block;
}
.right ul li:nth-child(5) .code {
  display: none;
  position: absolute;
  left: -145px;
  top: 0px;
}
.right ul li:nth-child(6) {
  background: url(../img/icon/bg.png) no-repeat center #ccc;
}
.social-share .item {
  width: 50%;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 50px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
.right_gg-item {
  display: none;
}
.social-share {
  position: absolute;
  top: -24px;
  left: -180px;
  width: 120px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.right_gg-item {
  /* display: none; */
  position: absolute;
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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);
  }
}
@keyframes flash {
  0% {
    left: -50%;
    top: -200px;
  }
  50% {
    left: 50%;
    top: -200px;
  }
  75% {
    left: 100%;
    top: -200px;
  }
  100% {
    left: 150%;
    top: -200px;
  }
}
#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;
}
