.hide {
  display: none;
}
body {
  background-color: #080a0c;
}
.mytitle {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.mytitle img {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
.isicon0 td {
  border: 1px solid #15f0b0;
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.dahui_introduce {
  padding-top: 75px;
  background: url('../laser/jianjieBG.png') no-repeat center bottom;
}
.dahui_introduce .content {
  width: 100%;
  height: 440px;
  background: url('../laser/jianjie.png') no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 75px 120px;
}
.dahui_introduce .content > p {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-indent: 2em;
}
.dahui_introduce .WHY_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.dahui_introduce .WHY_content > li {
  width: 33.33%;
  margin-bottom: 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dahui_introduce .WHY_content > li .img_box {
  text-align: center;
  position: relative;
}
.dahui_introduce .WHY_content > li .img_box .quanwei {
  transform: translateY(0) scale(1);
  margin-bottom: 40px;
  transition: all 0.5s;
}
.dahui_introduce .WHY_content > li .img_box .dizuo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.dahui_introduce .WHY_content > li .img_box:hover .quanwei {
  transform: translateY(-3px) scale(1.1);
}
.dahui_introduce .WHY_content > li .title {
  font-size: 24px;
  line-height: 24px;
  padding-top: 26px;
  padding-bottom: 15px;
  color: #ffde7b;
  font-weight: 600;
}
.dahui_introduce .WHY_content > li .con_text {
  width: 290px;
  min-height: 105px;
  color: #fff;
  text-align: center;
}
.JP_set .content .circle1 {
  position: relative;
  overflow: hidden;
}
.JP_set .content .circle1::after {
  position: absolute;
  content: '';
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: url(../laser/halo.png) no-repeat center;
  opacity: 0.5;
  top: 20px;
  right: -80px;
  z-index: -1;
}
.JP_set .content .circle2 {
  position: relative;
  overflow: hidden;
}
.JP_set .content .circle2::after {
  position: absolute;
  content: '';
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: url(../laser/halo.png) no-repeat center;
  background-size: cover;
  transform: rotate(90deg);
  opacity: 0.5;
  top: 93px;
  right: 13px;
  z-index: -1;
}
.JP_set .content .circle3 {
  position: relative;
  overflow: hidden;
}
.JP_set .content .circle3::after {
  position: absolute;
  content: '';
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: url(../laser/halo.png) no-repeat center rgba(254, 221, 122, 0.4);
  background-size: cover;
  transform: rotate(65deg);
  opacity: 0.5;
  top: -113px;
  right: 290px;
  z-index: -1;
}
.JP_set .content .circle4 {
  position: relative;
  overflow: hidden;
}
.JP_set .content .circle4::after {
  position: absolute;
  content: '';
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: url(../laser/halo.png) no-repeat center rgba(254, 221, 122, 0.4);
  background-size: cover;
  transform: rotate(65deg);
  opacity: 0.5;
  top: 60px;
  right: -30px;
  z-index: -1;
}
.JP_set .content > ul {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
.JP_set .content > ul > li {
  width: 49%;
}
.JP_set .content > ul > li .SZ_BOX {
  cursor: default;
  background-image: linear-gradient(to bottom, #e6b354, #ffde7b);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px 0;
  margin-bottom: 20px;
  z-index: 999;
}
.JP_set .content > ul > li .SZ_BOX > ul {
  padding-left: 55px;
  display: flex;
  color: #fff;
  align-items: center;
  transition: all 0.5s;
}
.JP_set .content > ul > li .SZ_BOX > ul .line {
  width: 1px;
  height: 100%;
}
.JP_set .content > ul > li .SZ_BOX > ul li {
  padding-right: 40px;
}
.JP_set .content > ul > li .SZ_BOX > ul li:first-child {
  font-size: 30px;
  color: #885100;
  font-weight: 600;
}
.JP_set .content > ul > li .SZ_BOX > ul li:first-child div:first-child {
  text-align: center;
  padding: 15px 0;
}
.JP_set .content > ul > li .SZ_BOX > ul li:first-child div:last-child {
  padding-bottom: 15px;
}
.JP_set .content > ul > li .SZ_BOX > ul li:last-child {
  padding-left: 40px;
  border-left: 2px solid #d2a44a;
}
.JP_set .content > ul > li .SZ_BOX > ul li:last-child > div {
  font-size: 18px;
  color: #2a2a2a;
}
.JP_set .content > ul > li .SZ_BOX > ul li:last-child > div a {
  font-size: 20px;
  line-height: 33px;
  padding: 0 15px;
  color: #fff;
  background-color: #885100;
  border-radius: 50px;
}
.JP_set .content > ul > li .SZ_BOX > ul li:last-child div:last-child {
  padding-top: 20px;
}
.JP_set .content > ul > li .SZ_BOX .content_p {
  display: none;
  box-sizing: border-box;
  padding: 20px 32px;
  transition: all 0.5s;
  z-index: 999;
}
.JP_set .content > ul > li .SZ_BOX .content_p p {
  font-size: 14px;
  color: #2a2a2a;
}
.JP_set .content > ul > li .SZ_BOX .content_p p a {
  font-size: 20px;
  line-height: 33px;
  padding: 0 15px;
  color: #fff;
  background-color: #885100;
  border-radius: 50px;
}
.JP_set .content > ul > li .SZ_BOX:hover > ul {
  display: none;
}
.JP_set .content > ul > li .SZ_BOX:hover .content_p {
  display: block;
}
.pingxuan {
  padding-top: 116px;
  background: url('../laser/pxBG.png') no-repeat center bottom;
  padding-bottom: 98px;
}
.pingxuan .pingxuan_wrap {
  width: 955px;
  padding-top: 120px;
}
.pingxuan .pingxuan_wrap .sel {
  width: 100%;
  height: 150px;
  position: relative;
}
.pingxuan .pingxuan_wrap .sel .line {
  width: 100%;
  height: 2px;
  background-color: #eed177;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.pingxuan .pingxuan_wrap .sel .line .circular {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-color: #ffe69a;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pingxuan .pingxuan_wrap .sel .line .circular::after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #885100;
  border-radius: 50px;
  position: absolute;
  box-sizing: border-box;
  border: 2px solid #222;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pingxuan .pingxuan_wrap .sel .line .time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: default;
  width: 248px;
  height: 112px;
  box-sizing: border-box;
  background: #eed177;
  text-align: center;
  padding: 0px 20px;
  position: absolute;
  top: -135px;
  border-radius: 10px;
}
.pingxuan .pingxuan_wrap .sel .line .time p {
  color: #222;
}
.pingxuan .pingxuan_wrap .sel .line .time p:first-child {
  font-weight: 600;
  font-size: 20px;
}
.pingxuan .pingxuan_wrap .sel .line .time p:last-child {
  font-size: 16px;
}
.pingxuan .pingxuan_wrap .sel .line .active {
  background-image: linear-gradient(to bottom, #ffde7b, #d89b3d);
}
.pingxuan .pingxuan_wrap .sel .line .time1 {
  left: 0;
}
.pingxuan .pingxuan_wrap .sel .line .time2 {
  left: 355px;
}
.pingxuan .pingxuan_wrap .sel .line .time3 {
  right: 0;
}
.pingxuan .pingxuan_wrap .sel .line .circular1 {
  left: 125px;
}
.pingxuan .pingxuan_wrap .sel .line .circular2 {
  left: 475px;
}
.pingxuan .pingxuan_wrap .sel .line .circular3 {
  left: 827px;
}
.pingxuan .pingxuan_wrap .px_content {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  padding-top: 28px;
  padding-bottom: 38px;
}
.pingxuan .pingxuan_wrap .px_content > div:first-child {
  padding-right: 52px;
}
.pingxuan .pingxuan_wrap .px_content .px_text {
  display: none;
}
.pingxuan .pingxuan_wrap .px_content .px_text:first-child {
  display: block;
}
.pingxuan .pingxuan_wrap .px_type {
  width: 100%;
  height: 122px;
  border-radius: 8px;
  background-color: #e1c671;
}
.pingxuan .pingxuan_wrap .px_type ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 36px;
  padding-right: 60px;
}
.pingxuan .pingxuan_wrap .px_type ul li:first-child {
  width: 220px;
  font-size: 34px;
  font-weight: 900;
  color: #222;
  position: relative;
}
.pingxuan .pingxuan_wrap .px_type ul li:first-child::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 122px;
  top: -10px;
  right: 7px;
  background-color: #b48b38;
}
.pingxuan .pingxuan_wrap .px_type ul li:last-child {
  font-size: 16px;
  color: #222;
}
#nav_top {
  position: fixed;
  top: 0;
  width: 100%;
}
#nav_top .top_list li a {
  color: #fff;
}
#nav_top .top_list li .is_button1 {
  background-image: linear-gradient(to right, #e9a013, #ff7200);
}
#nav_top .top_list li .is_button2 {
  background-image: linear-gradient(to right, #ff7200, #f83600);
}
#nav_top .top_list li .is_button3 {
  background-image: linear-gradient(to right, #eb3315, #eb153d);
}
.nav {
  background-color: #000;
  border-bottom: none;
  font-size: 0;
  overflow: hidden;
}
.title_public {
  text-align: center;
  position: relative;
  margin-bottom: 85px;
}
.title_public .cn_title {
  color: #ffde7b;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  min-width: 292px;
}
.title_public .cn_title::after {
  content: '';
  width: 100%;
  height: 32px;
  background-image: linear-gradient(to right, #ffde7b, #fff0);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.title_public .en_title {
  color: #ffde7b;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
#Suspension_window {
  position: fixed;
  right: 10px;
  bottom: 30%;
  z-index: 9999;
}
#Suspension_window ul .window {
  cursor: default;
  width: 120px;
  height: 50px;
  background-color: #ebb512;
  margin-bottom: 6px;
  position: relative;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
#Suspension_window ul .window a {
  font-size: 18px;
  color: #000;
}
#Suspension_window ul .window::after {
  content: '';
  width: 97%;
  height: 6px;
  background-color: #7a600f;
  position: absolute;
  bottom: -6px;
  left: 2px;
  transform: skewX(-45deg);
}
#Suspension_window ul .window:last-child::after {
  display: none;
}
#Suspension_window ul .window1 {
  background-color: #cd1e1c;
}
#Suspension_window ul .window3 {
  position: relative;
}
#Suspension_window ul .window3:hover .shareList {
  display: block;
}
#Suspension_window ul .shareList {
  display: none;
  position: absolute;
  top: 0;
  left: -120px;
}
#Suspension_window ul .shareList > li {
  cursor: pointer;
  width: 120px;
  height: 50px;
  font-weight: 500;
  background-color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  box-sizing: border-box;
}
#Suspension_window ul .shareList > li .icon_img {
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-right: 10px;
  box-sizing: border-box;
  padding: 4px;
}
#Suspension_window ul .shareList > li .icon_img img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
#Suspension_window ul .shareList .sina {
  color: #ff763b;
}
#Suspension_window ul .shareList .sina .icon_img {
  border-color: #ff763b;
}
#Suspension_window ul .shareList .qq {
  color: #56b6e7;
}
#Suspension_window ul .shareList .qq .icon_img {
  border-color: #56b6e7;
}
#Suspension_window ul .shareList .qqZONE {
  color: #fdbe3d;
}
#Suspension_window ul .shareList .qqZONE .icon_img {
  border-color: #fdbe3d;
}
#Suspension_window ul .shareList .WeChat {
  color: #7bc549;
  cursor: default;
  position: relative;
}
#Suspension_window ul .shareList .WeChat .icon_img {
  border-color: #7bc549;
}
#Suspension_window ul .shareList .WeChat .qrBox {
  display: none;
  width: 150px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: -150px;
  box-sizing: border-box;
  padding: 0px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  transition: all 0.5s;
}
#Suspension_window ul .shareList .WeChat .qrBox img {
  height: 100%;
  width: auto;
}
#Suspension_window ul .shareList .WeChat:hover .qrBox {
  display: flex;
  box-shadow: 0 0 5px 1px #00000061;
}
.banner_top {
  box-sizing: border-box;
  background: #080a0c url('../laser/改版02_02.png') no-repeat center center;
  height: 959px;
  position: relative;
}
.banner_top .caidai {
  box-sizing: border-box;
  width: 100%;
  height: 580px;
  background: url('../laser/caidai.png') no-repeat center bottom;
  background-size: 100% 80%;
  position: absolute;
  bottom: 174px;
  left: 0;
}
.wrap {
  height: 100%;
  margin: auto;
  position: relative;
}
.wrap .titlebox {
  text-align: center;
  color: #fff;
  font-size: 48px;
}
.wrap .titlebox .title {
  padding-top: 47px;
  padding-bottom: 50px;
}
.wrap .titlebox .title img {
  vertical-align: sub;
}
.wrap .titlebox .time ul {
  display: flex;
  justify-content: space-between;
}
.wrap .titlebox .time ul li:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap .titlebox .time ul li:last-child > div:first-child {
  font-size: 115px;
  line-height: 115px;
  font-weight: 900;
  color: #efdf89;
}
.wrap .titlebox .time ul li:last-child > div:last-child {
  font-size: 28px;
  line-height: 28px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
.wrap .titlebox .time ul li:last-child > div:last-child i {
  font-style: normal;
  color: #efdf89;
}
.wrap .jiangbeiBox {
  width: 100%;
  height: 410px;
  transition: all 0.5s;
  position: relative;
}
.wrap .jiangbeiBox .guangmang {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transition: all 0.5s;
}
.wrap .jiangbeiBox .jiangbei {
  position: absolute;
  bottom: -133px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: 999;
  transition: all 0.5s;
}
.wrap .jiangbeiBox .guangmangHover {
  transform: translateX(-50%) translateY(-20px) scale(1.1);
}
.wrap .jiangbeiBox .jiangbeiHover {
  transform: translateX(-50%) translateY(-20px) scale(1.1);
}
.dahui_highlight {
  background-size: cover;
  background-color: #036eb9;
  padding-top: 50px;
  height: 720px;
}
.dahui_highlight .wrap .highlights_info {
  text-align: center;
  position: relative;
}
.dahui_highlight .wrap .highlights_info .highlights {
  text-align: right;
  width: 360px;
  position: absolute;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.dahui_highlight .wrap .highlights_info .highlights .high_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1edaec;
}
.dahui_highlight .wrap .highlights_info .highlights1 {
  left: -55px;
  top: 5px;
}
.dahui_highlight .wrap .highlights_info .highlights2 {
  left: -55px;
  top: 310px;
}
.dahui_highlight .wrap .highlights_info .highlights3 {
  left: 80px;
  top: 445px;
}
.dahui_highlight .wrap .highlights_info .highlights4 {
  right: -55px;
  top: 0px;
  text-align: left;
}
.dahui_highlight .wrap .highlights_info .highlights5 {
  right: -55px;
  top: 170px;
  text-align: left;
}
.dahui_highlight .wrap .highlights_info .highlights6 {
  right: -55px;
  top: 315px;
  text-align: left;
}
.dahui_schedule {
  background: #e9edf4 url('../libattery/table_bg.png') top;
  padding-top: 80px;
}
.dahui_schedule .schedule_table table {
  background-color: #fff;
  width: 100%;
  font-size: 26px;
  border: 2px solid #036eb9;
  border-spacing: 0;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 100px;
  box-sizing: border-box;
}
.dahui_schedule .schedule_table table .is_self_title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.dahui_schedule .schedule_table table th {
  text-align: left;
  line-height: 64px;
  color: #2f65d1;
  font-size: 20px;
  border-bottom: 1px dashed #3c6fd4;
}
.dahui_schedule .schedule_table table td {
  border-bottom: 1px dashed #3c6fd4;
  font-size: 18px;
  padding: 15px 0;
}
.dahui_schedule .schedule_table table td i {
  font-style: normal;
  color: #2f65d1;
  margin-right: 10px;
}
.dahui_schedule .schedule_table table tr:last-child td {
  border-bottom: none;
}
.dahui_schedule .schedule_table table .ispadding {
  padding-left: 60px;
}
.dahui_schedule .schedule_table table .isweight {
  font-size: 26px;
  font-weight: 900;
}
.dahui_schedule .schedule_table table .times_td {
  text-align: center;
  color: #011726;
  font-weight: 600;
}
.dahui_schedule .schedule_table table .table_coin {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #12d8f0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-right: 15px;
}
.dahui_schedule .schedule_table table .part {
  text-align: center;
}
.dahui_schedule .schedule_table table .part td {
  font-size: 24px;
  font-weight: 600;
  color: #2f65d1;
}
.dahui_schedule .schedule_table table .part .one {
  font-size: 24px;
  color: #2f65d1;
}
.dahui_schedule .schedule_table table .part .two {
  font-size: 18px;
  color: #3e3a3a;
  font-weight: 500;
}
.dahui_schedule .schedule_table table .part .three {
  font-size: 24px;
  color: #ff655d;
}
.dahui_schedule .schedule_table table .part .three i {
  font-style: normal;
  font-size: 32px;
  color: #ff655d;
}
.dahui_schedule .schedule_table table .info {
  font-size: 18px;
}
.dahui_schedule .schedule_table table .info .time {
  color: #011726;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
}
.dahui_schedule .schedule_table table .info .com_name {
  padding-left: 85px;
}
.dahui_schedule .schedule_table table .info .com_name .name {
  font-weight: 600;
  color: #2f65d1;
}
.dahui_schedule .schedule_table table .info .com_name > div {
  position: relative;
}
.dahui_schedule .schedule_table table .info .com_name > div .icon {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #2f65d1;
  position: absolute;
  left: 0;
  top: 8px;
}
.dahui_schedule .schedule_table table .info .com_name > div .text {
  padding-left: 20px;
}
.dahui_schedule .schedule_table table .info .name_box {
  padding-left: 30px;
}
.dahui_schedule .schedule_table table .info .name_box .name {
  font-weight: 600;
  color: #2f65d1;
}
.dahui_schedule .table_remark {
  font-size: 14px;
  text-align: left;
  padding-top: 35px;
  padding-bottom: 110px;
}
.participants_guests {
  padding-top: 80px;
  background: #036eb9 url('../libattery/jiabingbg.png') no-repeat bottom center;
  padding-bottom: 110px;
  background-size: 90%;
}
.participants_guests .small_title {
  width: 204px;
  height: 20px;
  background-color: #c3cbd7;
  margin: auto;
  font-size: 24px;
  color: #2f2f2f;
  position: relative;
  margin-bottom: 20px;
}
.participants_guests .small_title > div {
  width: 100%;
  position: absolute;
  top: -20px;
  text-align: center;
}
.participants_guests .gusts_info ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.participants_guests .gusts_info ul li {
  width: 25%;
  position: relative;
  margin-bottom: 130px;
}
.participants_guests .gusts_info ul li .guest_box {
  width: 100%;
  height: 216px;
  margin: auto;
  text-align: center;
}
.participants_guests .gusts_info ul li .guest_box .guest_bg {
  width: 172px;
  height: auto;
}
.participants_guests .gusts_info ul li .guest_box .head_img {
  width: 148px;
  height: 148px;
  height: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.participants_guests .gusts_info ul li .guest_box .guest_info {
  text-align: center;
  color: #fff;
  font-size: 27px;
  margin-top: 20px;
}
.participants_guests .gusts_info ul li .guest_box .guest_info div:last-child {
  font-size: 18px;
}
.participants_guests .gusts_info ul li .guest_box .guest_info div:first-child {
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}
.participants_guests .gusts_info ul li .guest_box .guest_info div:first-child::after {
  content: '';
  width: 90px;
  height: 20px;
  background-color: #001c58;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
}
.participants_guests .gusts_info ul .active .guest_box .guest_bg {
  top: 0;
  left: 11px;
  transform: translate(0, 0);
  transform-origin: center;
  animation: round 1.7s linear infinite;
  transition: all 0.5s;
}
@-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);
  }
}
.isposition {
  background-color: #e9edf4;
}
.media_box {
  width: 100%;
  padding: 100px 0;
  background-color: #e9edf4;
}
.media_box .media_info {
  width: 100%;
}
.media_box .media_info .media_list {
  display: flex;
  flex-wrap: wrap;
}
.media_box .media_info .media_list li {
  background-color: #fff;
  width: 215px;
  height: 64px;
  box-sizing: border-box;
  border: 1px solid #2f65d1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 10px;
  border-radius: 10px;
}
.media_box .media_info .media_list li img {
  height: 60%;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}
.media_box .media_info .media_list li .img_origin {
  width: 100%;
  height: auto;
}
.media_box .media_info .media_list li:nth-child(5n) {
  margin-right: 0px;
}
.sponsorship {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #fff;
}
.sponsorship .small_title {
  width: 130px;
  background-color: #58c0ff;
  margin: auto;
  font-size: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.sponsorship .small_title > div {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.sponsorship .info {
  text-align: center;
  font-size: 20px;
}
.sponsorship .zanzhu_list {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
.sponsorship .zanzhu_list li {
  width: 330px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sponsorship .zanzhu_list li .iconBox {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsorship .zanzhu_list li .iconBox img {
  transition: all 0.5s;
}
.sponsorship .zanzhu_list li .iconBox:hover img {
  transform: translate(0, -10px) scale(1.1);
}
.sponsorship .zanzhu_list li .title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
.sponsorship .zanzhu_list li > div:last-child {
  text-align: center;
  font-size: 16px;
  height: 100px;
}
.participants_person {
  padding-top: 75px;
  padding-bottom: 100px;
  background-color: #0368ae;
}
.participants_person .participants_person_info {
  display: flex;
  text-align: center;
}
.participants_person .participants_person_info > div {
  font-size: 20px;
  color: #fff;
  text-align: left;
}
.participants_person .participants_person_info > div > p {
  padding-left: 36px;
  position: relative;
  margin-bottom: 10px;
}
.participants_person .participants_person_info > div > p::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 8px;
}
.participants_person .participants_person_info > div:first-child {
  margin-right: 25px;
}
.organization {
  width: 100%;
  padding-bottom: 120px;
  padding-top: 55px;
  background-color: #fff;
}
.organization .organization_info {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.organization .organization_info div {
  color: #2f65d1;
  font-size: 36px;
  font-weight: 600;
  padding: 0 25px;
}
.zuzhi {
  padding-top: 105px;
}
.zuzhi .title {
  color: #2f65d1;
  font-size: 36px;
  font-weight: 600;
  margin: 25px 0;
  height: 20px;
  position: relative;
}
.zuzhi .title > span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
}
.zuzhi .title::after {
  content: '';
  width: 210px;
  height: 30px;
  background-color: #cfe1ef;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.zuzhi ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.zuzhi ul li {
  width: 200px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.zuzhi ul li img {
  height: 100%;
  width: auto;
}
.zuzhi ul li:nth-child(5n) {
  margin-right: 0px;
}
.niyaoqiye {
  padding: 105px 0;
  background: url('../libattery/qiye_bg.png') no-repeat bottom center;
}
.vip {
  background: url('../img1/vip.png') no-repeat;
  background-size: 100%;
  padding-top: 70px;
}
.vip .tag_vip {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #2f65d1;
  margin-bottom: 15px;
}
.vip .content {
  text-align: center;
}
.vip .content .title {
  font-size: 20px;
  color: #3e3a3a;
  text-align: left;
}
.vip .content .VIPtitle {
  margin-top: 55px;
  margin-bottom: 50px;
}
.vip .content .vip_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.vip .content .vip_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.vip .content .vip_list li .img_box {
  width: 180px;
  height: 200px;
  background: url('../img1/vip_bg.png') no-repeat top center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vip .content .vip_list li .text {
  margin-top: 15px;
  text-align: center;
  font-size: 28px;
  color: #2f2725;
  font-weight: 600;
}
.vip .content .vip_list li .text i {
  display: inline-block;
  color: #e62b46;
  font-style: normal;
  font-size: 36px;
}
.vip .content .small_title {
  color: #2f65d1;
  font-size: 24px;
  font-weight: 600;
  height: 20px;
  position: relative;
}
.vip .content .small_title > span {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
}
.vip .content .small_title::after {
  content: '';
  width: 180px;
  height: 30px;
  background-color: #cfe1ef;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vip .content .explain {
  display: flex;
  justify-content: center;
}
.vip .content .explain .e_c {
  margin-top: 40px;
  margin-bottom: 80px;
  width: 455px;
  height: 150px;
  border: 1px solid #2f65d1;
  border-radius: 15px;
  overflow: hidden;
}
.vip .content .explain .e_c .top {
  line-height: 64px;
  background-color: #2f65d1;
  font-size: 36px;
  color: #fff;
}
.vip .content .explain .e_c .bottom {
  line-height: 85px;
  font-size: 36px;
  color: #3e3a3a;
  text-align: center;
}
.vip .content .explain .e_c:first-child {
  margin-right: 44px;
}
.vip .content .about_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.vip .content .about_box > div {
  margin-top: 40px;
  width: 504px;
  height: 154px;
  background-color: #2f65d1;
  border-radius: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.vip .content .about_box > div:first-child {
  margin-right: 40px;
}
.vip .content .about_box > div > span {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.vip .content .about_box > div > span:first-child {
  width: 50px;
  height: 100%;
  background-color: #189ae9;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-right: 18px;
  box-sizing: border-box;
  padding-top: 10px;
}
.vip .content .bao_btn {
  display: inline-block;
  background-color: #2f65d1;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  padding: 17px 142px;
  border-radius: 40px;
}
.vip .content .mark {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
  padding-top: 55px;
}
.vip .content .mark > div {
  font-size: 48px;
  color: #3e3a3a;
}
.vip .content .mark > div:first-child {
  line-height: 48px;
  border-right: 1px solid #3e3a3a;
  padding-right: 20px;
  margin-right: 20px;
}
.vip .content .mark > div:last-child {
  font-size: 20px;
}
.Professional {
  background: #000 url('../laser/jiabinBG.png') no-repeat center bottom;
  background-size: cover;
}
.Professional .wrap {
  height: 750px;
  position: relative;
}
.Professional .wrap .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.Professional .wrap .swiper-slide {
  background-color: transparent;
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
}
.Professional .wrap .swiper-button-next:after,
.Professional .wrap .swiper-button-prev:after {
  font-size: 80px;
  color: #535045;
  font-weight: 900;
}
.Professional .wrap .swiper-button-next {
  width: 96px;
  height: 96px;
  border: 10px solid #535045;
  right: -120px;
}
.Professional .wrap .swiper-button-prev {
  width: 96px;
  height: 96px;
  border: 10px solid #535045;
  left: -120px;
}
.Professional .wrap .p_img_box {
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.Professional .wrap .p_img_box .img {
  text-align: center;
  height: 285px;
  display: flex;
  align-items: end;
}
.Professional .wrap .p_img_box .p_img {
  position: absolute;
  bottom: 183px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.Professional .wrap .p_img_box .active {
  animation: round 1.7s linear infinite;
  transition: all 0.5s;
}
.Professional .wrap .p_img_box .name {
  font-size: 24px;
  font-weight: 600;
  color: #ffde7b;
}
.Professional .wrap .p_img_box .job {
  font-size: 16px;
  color: #fff;
}
.Professional .review_past_wrap {
  height: auto;
  padding: 70px 0;
}
.Professional .review_past_wrap .content > ul {
  display: flex;
  justify-content: space-between;
}
.Professional .review_past_wrap .content > ul li {
  width: 30%;
  transition: all 0.5s;
}
.Professional .review_past_wrap .content > ul li .imgBox {
  width: 100%;
}
.Professional .review_past_wrap .content > ul li .imgBox img {
  width: 100%;
}
.Professional .review_past_wrap .content > ul li .text {
  width: 250px;
  background-color: #e1c671;
  margin: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 16px;
  color: #222222;
  padding: 25px 0px;
  text-align: center;
  font-weight: 600;
}
.Professional .review_past_wrap .content > ul li:hover {
  transform: translateY(-10px) scale(1.1);
}
.baoming {
  padding: 70px 0;
}
.baoming .content > ul {
  display: flex;
  justify-content: space-between;
}
.baoming .content > ul > li {
  width: 500px;
  height: 145px;
  background-color: #101318;
  border-radius: 15px;
  border: 1px solid #ae975c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding-left: 100px;
  position: relative;
}
.baoming .content > ul > li .type {
  width: 60px;
  height: 143px;
  background-color: #f2dfa8;
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.baoming .content > ul > li .text {
  width: 100%;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  padding-right: 0px;
}
.link_we {
  width: 100%;
  box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 50px;
  background: url('../laser/usBG.png') no-repeat center bottom;
}
.link_we .title_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
.link_we .title_box > div {
  width: 50%;
}
.link_we .title_box .link_title {
  font-size: 60px;
  color: #ffde7b;
  font-weight: 900;
  margin-bottom: 25px;
}
.link_we .title_box .link_title span {
  font-size: 40px;
}
.link_we .title_box .qr_code {
  width: 100%;
}
.link_we .title_box .qr_code ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.link_we .title_box .qr_code ul li {
  margin-left: 75px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.link_we .title_box .qr_code ul li img {
  margin-bottom: 10px;
}
.link_we .small_title {
  font-size: 32px;
  color: #ffde7b;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
.link_we .small_title > div {
  position: relative;
  z-index: 999999;
  padding-left: 16px;
}
.link_we .small_title > div::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 158px;
  height: 24px;
  background-color: #885100;
  z-index: -1;
}
.link_we .linkinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link_we .linkinfo ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 3px solid #ffde7b;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 60px 82px;
}
.link_we .linkinfo ul li {
  color: #fff;
  font-size: 20px;
}
.link_we .linkinfo ul li > div:last-child p {
  margin-bottom: 15px;
}
.link_we .linkinfo ul li > div:last-child p img {
  vertical-align: baseline;
  margin-right: 15px;
}
.link_we .linkinfo ul li:last-child {
  margin-right: 0;
}
#g-footer {
  background-color: #fff;
}
.review_past {
  width: 100%;
  height: 810px;
  padding-top: 95px;
  box-sizing: border-box;
  background: url('../libattery/wangqi.png') no-repeat bottom center;
}
.review_past .wrap {
  width: 1140px;
  position: relative;
}
