.wrap {
  width: 1200px;
}
.common_title {
  width: 100%;
  height: 80px;
  color: #2f65d1;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  position: relative;
}
.common_title > div {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.common_title .shadow {
  display: inline-block;
  height: 65%;
  width: 100%;
  position: absolute;
  color: transparent;
  bottom: 0;
  background-image: linear-gradient(to top, #fff, #fff, #fff, #fff, transparent);
}
.common_title .cn {
  bottom: 0;
}
.common_title .en {
  color: #bde6ff;
  text-transform: uppercase;
  top: 0;
}
.nav_top {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 99999999;
}
.nav_top ul {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.nav_top ul li {
  display: flex;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}
.nav_top ul li a {
  color: #fff;
  font-weight: 500;
}
.nav_top ul .color a {
  border-radius: 15px;
  padding: 8px 15px;
}
.nav_top ul .color .color1 {
  background-color: #009ee9;
}
.nav_top ul .color .color2 {
  background-color: #eedc12;
  color: #000;
  font-weight: 500;
}
.nav_top.active {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.16);
}
.nav_top.active a {
  color: #000;
}
.nav_top.active .color1 {
  color: #fff;
}
.lg-banner {
  width: 100%;
  height: 865px;
  background: url('../img1/bg_top_01.png') no-repeat center;
  background-size: cover;
  padding-top: 0;
}
.lg-banner .lg_banner_main {
  height: 100%;
}
.lg-banner .lg_banner_main .wrap {
  height: 100%;
  background: none;
  position: relative;
}
.lg-banner .lg_banner_main .wrap .time {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  bottom: 210px;
  left: 0;
  font-size: 29px;
  width: 510px;
  height: 50px;
  background-color: #007afe;
  border-radius: 50px;
  color: #fff;
}
.lg-banner .progress {
  background-color: #f2f8fa;
  box-shadow: -2px 2px 15px 0 rgba(210, 210, 210, 0.5);
}
.lg-banner .progress ul {
  display: flex;
  justify-content: space-between;
}
.lg-banner .progress ul li a {
  color: #2f65d1;
}
.lg-banner .progress ul li.active div {
  background-color: #009ee9;
}
.lg-banner .progress ul li.active div a {
  color: #fff;
}
.lg-meeting_main {
  margin-top: 0;
  padding-bottom: 112px;
  width: 100%;
}
.lg-meeting_main .wrap {
  position: relative;
}
.lg-meeting_main .wrap::before {
  content: '';
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  height: 400px;
  background-size: cover;
}
.lg-meeting_main .introduce {
  margin-top: 45px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 318px;
  box-sizing: border-box;
  padding: 95px 135px;
  font-size: 22px;
  line-height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 10px rgba(210, 210, 210, 0.5);
  z-index: 999999;
}
.lg-meeting_main .introduce .top_ {
  position: absolute;
  top: -30px;
  left: 0;
}
.lg-meeting_main .introduce .bottom_ {
  position: absolute;
  right: 0;
  bottom: -30px;
  transform: rotate(180deg);
}
.lg-meet_jiabin {
  background: url('../img1/500468730.png') no-repeat center center;
  background-size: cover;
  height: 780px;
  width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
}
.lg-meet_jiabin .content {
  width: 100%;
  height: 455px;
  margin-top: 45px;
  background: url('../img1/35708b336f52dceb0cad1b850974fb1d.png') no-repeat;
  box-sizing: border-box;
  background-size: contain;
  padding: 16px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lg-meet_jiabin .content .swiper_box {
  height: 74%;
  width: 50%;
}
.lg-meet_jiabin .content .swiper_box .swiper {
  width: 100%;
  height: 100%;
}
.lg-meet_jiabin .content .swiper_box .swiper-slide {
  color: #fff;
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.lg-meet_jiabin .content .swiper_box .swiper-slide .tit1 {
  font-size: 34px;
  margin-bottom: 40px;
}
.lg-meet_jiabin .content .swiper_box .swiper-slide .tit2 {
  font-size: 22px;
}
.lg-meet_jiabin .content .swiper_box .swiper-slide .tit2 i {
  font-style: normal;
  color: #00f6ff;
}
.lg-meet_jiabin .content .swiper_box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-meet_jiabin .content .swiper_box .swiper-pagination-bullet {
  width: 27px;
  height: 12px;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 65px;
}
.lg-meet_jiabin .content .swiper_box .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.lg-meet_jiabin .content .huihui {
  width: 540px;
  height: auto;
}
.lg-meeting_wrap {
  background-color: #fff;
  height: auto;
  margin-bottom: 110px;
}
.lg_buy_ticket {
  padding-top: 140px;
  padding-bottom: 60px;
}
.lg_buy_ticket .table_box {
  width: 100%;
  margin-top: 50px;
}
.lg_buy_ticket .table_box tr {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #009ee9;
}
.lg_buy_ticket .table_box tr th {
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  color: #009ee9;
  box-sizing: border-box;
  text-align: left;
}
.lg_buy_ticket .table_box tr td {
  font-size: 21px;
  line-height: 60px;
}
.lg_buy_ticket .table_box tr td p {
  line-height: 40px;
}
.lg_buy_ticket .table_box tr td p:first-child {
  font-weight: 600;
}
.lg_buy_ticket .table_box tr td:first-child {
  text-align: center;
  border-right: 2px solid #009ee9;
  position: relative;
}
.lg_buy_ticket .table_box tr td:first-child::before {
  content: '';
  position: absolute;
  right: -9px;
  top: 20px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #009ee9;
}
.lg_buy_ticket .table_box tr td:nth-child(2) {
  padding-left: 40px;
  padding-right: 40px;
}
.lg_buy_ticket .table_box tr td:last-child {
  text-align: center;
}
.lg_buy_ticket .table_box tr:first-child {
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.12);
}
.lg-all {
  border: none;
  height: auto;
  margin-bottom: 115px;
}
.judge_box {
  width: 100%;
}
.judge_box .judge {
  width: 1200px;
  margin: 0 auto;
}
.judge_box .judge_list {
  display: flex;
  flex-wrap: wrap;
}
.judge_box .judge_list li {
  flex: 20%;
  position: relative;
  width: 185px;
  height: 313px;
  margin-bottom: 37px;
  color: #3e3a3a;
  text-align: center;
}
.judge_box .judge_list li:nth-child(5n) {
  margin-right: 0;
}
.judge_box .judge_list li .name {
  color: #2f65d1;
  font-weight: 600;
}
.judge_box .judge_list li .judge_img {
  width: 177px;
  height: 177px;
  border-radius: 177px;
  margin: 32px auto 15px;
  overflow: hidden;
  transition: all 0.2s;
  border: 2px solid transparent;
  position: relative;
}
.judge_box .judge_list li .judge_img img {
  width: 148px;
  height: auto;
  transition: all 0.3s;
  margin: 9px auto;
}
.judge_box .judge_list li div {
  font-size: 18px;
}
.judge_box .judge_list li p {
  font-size: 16px;
}
.judge_box .judge_list li::before {
  content: '';
  display: block;
  visibility: visible;
  position: absolute;
  top: 9%;
  left: 13%;
  background: url('../img1/jia/huan.png') no-repeat center center;
  overflow: hidden;
  width: 180px;
  height: 180px;
  background-size: 100% 100%;
  border: none;
}
.more_jb {
  font-size: 30px;
  text-align: center;
  padding-top: 100px;
}
.judge_list li.active::before {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: 1.7s infinite linear, round 1.7s infinite linear;
  animation: 1.7s infinite linear, round 1.7s infinite linear;
}
.judge_list li.active::after {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: 1.7s infinite linear, round 1.7s infinite linear;
  animation: 1.7s infinite linear, round 1.7s infinite linear;
}
@-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);
  }
}
.Participants {
  padding-top: 120px;
}
.Participants .content {
  width: 100%;
  height: 385px;
  border: 1px solid #3fc6ff;
  margin-top: 55px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 37px 42px;
}
.Participants .content p {
  margin-left: 80px;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
  position: relative;
}
.Participants .content p::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #009ee9;
  position: absolute;
  top: 6px;
  left: -26px;
}
.Participants .content p:last-child {
  padding-bottom: 0;
}
.Sponsor_enterprise {
  padding-top: 160px;
  padding-bottom: 125px;
}
.Sponsor_enterprise .content {
  margin-top: 55px;
}
.Sponsor_enterprise .content ul {
  display: flex;
  flex-wrap: wrap;
}
.Previous_review {
  padding-top: 125px;
  height: 776px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: url('../img1/huigu/bg.png') no-repeat center;
  background-size: cover;
  position: relative;
}
.Previous_review .cn {
  color: #fff;
}
.Previous_review .content {
  margin-top: 70px;
}
.Previous_review .content .swiper_box .swiper-container {
  width: 100%;
  height: 100%;
}
.Previous_review .content .swiper_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  transition: 300ms;
  transform: scale(0.8);
}
.Previous_review .content .swiper_box .swiper-slide > div {
  height: 440px;
  width: 100%;
  background-color: #fff;
}
.Previous_review .content .swiper_box .swiper-slide > div img {
  width: 100%;
}
.Previous_review .content .swiper_box .swiper-slide > div .text {
  margin-top: 50px;
  font-size: 22px;
}
.Previous_review .content .swiper_box .swiper-slide > div .text a {
  color: #000;
}
.Previous_review .content .swiper_box .swiper-slide-active,
.Previous_review .content .swiper_box .swiper-slide-duplicate-active {
  transform: scale(1);
}
.Previous_review .content .swiper_box .swiper-pagination-bullet {
  width: 30px;
  height: 12px;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 65px;
}
.Previous_review .content .swiper_box .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.framework {
  padding-top: 140px;
  padding-bottom: 1px;
  background: url('../img1/bg.jpg') no-repeat center bottom;
  background-size: cover;
}
.framework .content {
  margin-top: 70px;
  margin-bottom: 125px;
}
.framework .content .danwei {
  display: flex;
  justify-content: center;
  align-items: center;
}
.framework .content .danwei li {
  display: flex;
  align-items: center;
  font-size: 30px;
}
.framework .content .danwei li:first-child {
  margin-right: 120px;
}
.framework .content .title_text {
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
  color: #2f65d1;
}
.framework .content .link_we {
  display: flex;
}
.framework .content .link_we .left .t {
  font-size: 40px;
  color: #2f65d1;
  font-weight: 600;
}
.framework .content .link_we .left > div {
  display: flex;
  margin-top: 20px;
}
.framework .content .link_we .left > div > span {
  display: inline-block;
  width: 315px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.framework .content .link_we .left > div > span p:first-child {
  font-size: 24px;
  color: #2f65d1;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
}
.framework .content .link_we .left > div > span p:first-child > span {
  position: relative;
  z-index: 10;
}
.framework .content .link_we .left > div > span p:first-child::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, 0);
  width: 146px;
  height: 25px;
  background-color: #cfe1ef;
  z-index: 9;
}
.framework .content .link_we .right {
  width: 50%;
}
.framework .content .link_we .right ul {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
}
.framework .content .link_we .right ul li {
  font-size: 18px;
  text-align: center;
}
.framework .content .link_we .right ul li img {
  margin-bottom: 20px;
  margin-top: 90px;
}
#mask,
#April_XA_mask {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  box-sizing: border-box;
}
#mask .content,
#April_XA_mask .content {
  width: 800px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 76px;
  padding: 48px;
  box-sizing: border-box;
}
#mask .content .m_title,
#April_XA_mask .content .m_title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#mask .content .m_title img,
#April_XA_mask .content .m_title img {
  vertical-align: middle;
  margin-right: 20px;
}
#mask .content .con p,
#April_XA_mask .content .con p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  text-indent: 2em;
}
#mask .content .m_logo,
#April_XA_mask .content .m_logo {
  margin-bottom: 14px;
}
#mask .content .m_logo,
#April_XA_mask .content .m_logo,
#mask .content .m_time,
#April_XA_mask .content .m_time {
  text-align: right;
  color: #000;
}
#mask .content .mase_colse,
#April_XA_mask .content .mase_colse {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
#April_XA_mask .content {
  position: relative;
  background: #fff url('../images/tanchuang.png') no-repeat;
  background-size: cover;
}
#April_XA_mask .content .m_title img {
  margin-right: 0;
}
#April_XA_mask .content .con {
  padding: 35px 40px;
  background-color: #fff;
  border-radius: 10px;
}
#April_XA_mask .content .laba {
  position: absolute;
  top: 180px;
  right: 0;
}
