.banner {
  position: relative;
  height: 700px;
  background: url(../img/banner.png) no-repeat bottom;
}
.banner::after {
  content: '';
  position: absolute;
  height: 150%;
  width: 100px;
  left: -200px;
  top: -200px;
  background-color: rgba(247, 247, 247, 0.5);
  filter: blur(60px);
  transform: rotate(35deg);
  animation: flash 10s infinite linear;
}
.publicTitle {
  font-size: 40px;
  line-height: 90px;
  text-align: center;
  letter-spacing: 8px;
  background: url(../img/tbg1.png) no-repeat center;
}
.intro {
  padding-top: 65px;
  background-color: #f7f7f7;
}
.intro .intor_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 45px 0 70px;
}
.intro .intor_text .intor_text_left p {
  font-size: 16px;
  line-height: 28px;
  text-indent: 2rem;
  padding-right: 30px;
}
.intro .intor_text .intor_text_left p:nth-child(2) {
  padding: 16px 30px 16px 0;
}
.linghtspot {
  padding-top: 45px;
  background: url(../img/bg1.png) repeat top;
}
.linghtspot .wrap .publicTitle {
  color: #fff;
  background: url(../img/tbg2.png) no-repeat center;
}
.linghtspot .wrap .content {
  padding: 50px 0 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.linghtspot .wrap .content .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.linghtspot .wrap .content .item:nth-child(2) {
  padding-bottom: 10px;
}
.linghtspot .wrap .content .item:nth-child(4) {
  padding-bottom: 10px;
}
.linghtspot .wrap .content .item .icon {
  width: 91px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/icon_bg.png) no-repeat center;
}
.linghtspot .wrap .content .item .icon img {
  animation: jump 2.5s infinite linear;
}
.linghtspot .wrap .content .item h3 {
  color: #04f5cb;
  font-size: 22px;
  padding: 22px 0 18px;
}
.linghtspot .wrap .content .item p {
  width: 254px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 22px;
}
.schedule {
  padding-top: 65px;
  padding-bottom: 60px;
  background: url(../img/bg2.png);
}
.schedule .wrap table {
  width: 100%;
  line-height: 40px;
  background-color: #fff;
  border: none;
  border-collapse: unset;
  margin: 43px 0 0px;
}
.schedule .wrap table tr td {
  border-bottom: 1px dashed #001fff;
}
.schedule .wrap table tr td:nth-child(1) {
  text-align: left;
  padding-left: 45px;
}
.schedule .wrap table tr td:nth-child(2) {
  text-align: left;
  padding-left: 45px;
}
.schedule .wrap table .title {
  background-color: #001fff;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.schedule .wrap table .title td:nth-child(1) {
  border-right: none;
}
.schedule .wrap table .title2 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.schedule .wrap table .title2 td:nth-child(1) {
  border-right: 1px dashed #001fff;
  border-left: 33px solid #fff;
}
.schedule .wrap table .title2 td:nth-child(3) {
  border-right: 33px solid #fff;
}
.schedule .wrap table .tont {
  font-size: 18px;
}
.schedule .wrap table .tont td:nth-child(1) {
  border-left: 33px solid #fff;
  border-right: 1px dashed #001fff;
}
.schedule .wrap table .tont td:nth-child(3) {
  border-right: 33px solid #fff;
}
.schedule .wrap table .tont td b {
  color: #001fff;
}
.schedule .wrap table .tont td p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  padding-bottom: 18px;
}
.invited {
  padding-top: 65px;
  background-color: #f7f7f7;
}
.invited .intor_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 78px 0 70px 45px;
  background: url(../img/bg3.png) no-repeat left center;
}
.invited .intor_text .intor_text_left p {
  font-size: 18px;
  line-height: 26px;
  padding: 7px 0;
}
.invited .intor_text img {
  padding-top: 36px;
  padding-left: 30px;
}
.gust {
  padding-top: 65px;
  padding-bottom: 40px;
  background: url(../img/bg4.png) center;
}
.gust .publicTitle {
  color: #fff;
  background: url(../img/tbg2.png) no-repeat center;
}
.gust .gusts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gust .gusts .gust_one {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.gust .gusts .gust_one .img_bg {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gust .gusts .gust_one .img_bg::after {
  position: absolute;
  content: '';
  width: 160px;
  height: 160px;
  background: url(../img/people_bg.png) no-repeat center;
  z-index: 0;
}
.gust .gusts .gust_one .img_bg:hover::after {
  animation: xuanzhuan 1.5s infinite linear;
}
.gust .gusts .gust_one .img_bg img {
  width: 130px;
  height: 130px;
  z-index: 1;
}
.gust .gusts .gust_one h3 {
  font-size: 18px;
  line-height: 50px;
  color: #05d6c0;
}
.gust .gusts .gust_one p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.gust .tip {
  color: #05d6c0;
  text-align: left;
  font-size: 16px;
  padding: 20px 30px;
}
.inviting {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.inviting img {
  padding-top: 50px;
}
.watch_back {
  padding-top: 50px;
  background: url(../img/bg5.png) center;
}
.watch_back .publicTitle {
  color: #fff;
  background: url(../img/tbg2.png) no-repeat center;
}
.watch_back .watch_back_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 45px 0 60px;
}
.watch_back .watch_back_list ul li {
  width: 280px;
  height: 272px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  cursor: pointer;
}
.watch_back .watch_back_list ul li div {
  padding-bottom: 30px;
}
.watch_back .watch_back_list ul li div h3 {
  font-size: 16px;
  color: #05017b;
  padding-bottom: 3px;
}
.watch_back .watch_back_list ul li div p {
  font-size: 14px;
}
.watch_back .watch_back_list ul li:nth-child(1) {
  background: url(../img/feigu/img1.png) no-repeat center;
}
.watch_back .watch_back_list ul li:nth-child(2) {
  background: url(../img/feigu/img2.png) no-repeat center;
  margin: 0 180px;
}
.watch_back .watch_back_list ul li:nth-child(3) {
  background: url(../img/feigu/img3.png) no-repeat center;
}
.watch_back .watch_back_list ul li:nth-child(4) {
  width: 1200px;
  height: 120px;
  background: url(../img/dot5.png) no-repeat center;
}
.watch_back .watch_back_list ul li:nth-child(5) {
  background: url(../img/feigu/img4.png) no-repeat center;
  margin: 0 90px 0 230px;
}
.watch_back .watch_back_list ul li:nth-child(6) {
  background: url(../img/feigu/img5.png) no-repeat center;
  margin: 0 230px 0 90px;
}
.watch_back .tuiguang .tuiguang_list {
  display: flex;
  flex-direction: row;
  text-align: left;
  color: #fff;
  padding: 30px 0 50px;
}
.watch_back .tuiguang .tuiguang_list .ver {
  width: 200px;
  height: 330px;
  padding: 25px;
  background: url(../img/bg_v.png) no-repeat top;
}
.watch_back .tuiguang .tuiguang_list .ver h1 {
  font-size: 21px;
  padding-bottom: 25px;
}
.watch_back .tuiguang .tuiguang_list .ver p {
  font-size: 14px;
  line-height: 24px;
}
.watch_back .tuiguang .tuiguang_list .her_list {
  margin-left: 20px;
}
.watch_back .tuiguang .tuiguang_list .her_list .her {
  width: 390px;
  height: 120px;
  padding: 30px;
  background: url(../img/bg_h.png) no-repeat top;
  margin-bottom: 20px;
}
.watch_back .tuiguang .tuiguang_list .her_list .her h1 {
  font-size: 21px;
  padding-bottom: 25px;
}
.watch_back .tuiguang .tuiguang_list .her_list .her p {
  font-size: 14px;
  line-height: 24px;
}
.org {
  padding: 50px 0 70px;
  background: #f7f7f7;
}
.org img {
  padding: 45px 0 0 0;
}
.link {
  background: url(../img/footer.png) no-repeat top;
  color: #fff;
  padding: 50px 0 95px;
}
.link .title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 14px;
  text-align: center;
  letter-spacing: 5px;
}
.link .title_eng {
  letter-spacing: 5px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: Uppercase;
  margin-bottom: 30px;
  text-align: center;
  opacity: 0.5;
}
.link .link_con {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  line-height: 26px;
}
.link .link_con .link_con_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.link .link_con .link_con_item b {
  display: block;
  font-size: 16px;
  padding-bottom: 12px;
}
.right {
  position: fixed;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  border-right: 1px solid #326efb;
  z-index: 9;
}
.right ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.right ul li {
  width: 146px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 2.5px 0;
  color: #fff;
  cursor: pointer;
}
.right ul li a {
  color: #fff;
}
.right ul li:nth-child(1) {
  position: relative;
  background: #3090be;
}
.right ul li:nth-child(2) {
  background: #ddca01;
}
.right ul li:nth-child(3) {
  background: #00abfe;
}
.right ul li:nth-child(3) img {
  padding-right: 10px;
}
.right ul li:nth-child(4) {
  background: #5d00fe;
}
.right ul li:nth-child(4) img {
  padding-right: 10px;
}
.right ul li:nth-child(5) {
  position: relative;
  background: #004efe;
}
.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: #ccc;
}
@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;
  }
}
