#progressEffect {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
}
.hide {
  display: none;
}
.title1 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  background-image: -webkit-linear-gradient(right, #1282ea, #2dfef4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 70px;
}
.title2 {
  text-align: center;
  font-size: 26px;
  color: #304e80;
  font-weight: 900;
}
.mytitle {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.mytitle img {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
.column_text1 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  background-image: -webkit-linear-gradient(right, #1282ea, #2dfef4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isicon0 td {
  border: 1px solid #15f0b0;
}
.column_text2 {
  text-align: center;
  font-size: 26px;
  color: #304e80;
  font-weight: 900;
  margin-bottom: 50px;
}
.title {
  margin: 0 auto;
  padding: 60px 0;
  background: url(../img/title_bg.png) no-repeat center;
  height: 165px;
  text-align: center;
}
.title h3 {
  font-size: 48px;
  padding-top: 20px;
}
.title h3.w {
  color: #fff;
}
.title p {
  font-size: 24px;
  color: #02e9f9;
  text-transform: Uppercase;
}
.nav {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  background: #fff;
  border-bottom: none;
  overflow: hidden;
}
.nav.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #efefef;
  z-index: 111199;
}
.nav .logo {
  display: inline-block;
  height: 40px;
  padding-top: 20px;
  margin-right: 69px;
}
.nav .nav-items {
  display: inline-block;
  width: 905px;
  background-color: #fff;
  color: #000;
}
.nav .nav-items li {
  margin-left: 20px;
}
.nav .nav-items li a {
  color: #fff;
}
.nav .nav-items .top_text {
  display: inline-block;
}
.nav .nav-items .active {
  position: relative;
  line-height: 60px;
  margin-top: 10px;
  color: #1282ea;
}
.nav .nav-items .active::after {
  content: '';
  display: block;
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-image: -webkit-linear-gradient(to right, #288deb, #2dfdf4);
  background-image: -moz-linear-gradient(to right, #288deb, #2dfdf4);
  background-image: linear-gradient(to right, #288deb, #2dfdf4);
}
.nav .nav-items .bm {
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
  padding: 0px 20px;
}
.nav .nav-items .bm::after {
  content: '';
  display: block;
  width: 0;
}
.nav .nav-items .bm1 {
  background-color: #4300db;
}
.nav .nav-items .bm2 {
  background-color: #dd467b;
}
.nav .nav-items .bm3 {
  background-color: #ff0000;
}
.nav .nav-items .bm4 {
  background-color: #ef6b00;
}
.banner {
  height: 900px;
  background: url(../img/top_img.png) no-repeat center top;
}
.banner .wrap {
  position: relative;
}
.banner .wrap p {
  position: absolute;
  display: block;
  font-size: 31.27px;
  color: #fff;
}
.banner .wrap .p1 {
  top: 410px;
  left: 212px;
}
.banner .wrap .p2 {
  top: 410px;
  left: 558px;
}
.metting {
  position: relative;
  padding-bottom: 60px;
  background: url(../img/metting_bg.png) no-repeat center bottom;
}
.metting .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.metting .cont li {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.metting .cont li:hover {
  transform: scale(1.1);
}
.metting .cont li a {
  color: #080068;
}
.metting .cont li p {
  position: absolute;
  left: 0;
  bottom: 28px;
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
  width: 100%;
  color: #080068;
  font-weight: 600;
}
.intro {
  padding-bottom: 60px;
  background-color: #fff;
}
.intro .text {
  width: 750px;
  padding-top: 40px;
}
.intro .text p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}
.intro .imgWrap {
  width: 420px;
  height: 415px;
  overflow: hidden;
}
.lightspot {
  padding-bottom: 60px;
  background: url(../img/lightspot.png) no-repeat center bottom;
}
.lightspot .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lightspot .cont li {
  margin-bottom: 20px;
  width: 290px;
  height: 305px;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #fff;
  padding: 0 20px;
}
.lightspot .cont li img {
  display: block;
  padding-top: 26px;
  margin: 0 auto;
  transition: 1s;
}
.lightspot .cont li img:hover {
  transform: rotateY(360deg);
}
.lightspot .cont li h3 {
  font-size: 20px;
  color: #4300db;
  line-height: 1;
  text-align: center;
  margin: 15px 0;
}
.lightspot .cont li p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.dhrc-date-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.dhrc-date-tab li {
  font-size: 22px;
  width: 250px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin: 0 20px;
  color: #4300db;
  border: 1px solid #4300db;
  border-radius: 30px;
}
.dhrc-date-tab li.active {
  background-image: linear-gradient(to right, #8f2ce2, #4300db);
  color: #fff;
}
.dhrc-remark {
  text-align: right;
  color: #666;
  padding-top: 20px;
  padding-bottom: 60px;
}
.dhrc-date-box {
  background-color: transparent;
  color: #fff;
}
.dhrc-date-box table {
  width: 100%;
  font-size: 0px;
  border-spacing: 0;
  border-collapse: collapse;
}
.dhrc-date-box table thead {
  width: 100%;
  background-image: linear-gradient(to right, #8f2ce2, #4300db);
}
.dhrc-date-box table thead td {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.dhrc-date-box td {
  font-size: 16px;
  color: #000;
  line-height: 35px;
  border: 1px solid #8f2de2;
  text-align: center;
}
.dhrc-date-box td:nth-of-type(2) {
  text-align: left;
  box-sizing: border-box;
  padding: 0 40px;
}
.dhrc-date-box td .tit {
  display: block;
  color: #8f2de2;
}
.dhrc-date-box td p {
  display: inline-block;
  width: 450px;
}
.judge_box {
  width: 100%;
  background: url(../img/portrait/portrait.png) no-repeat center bottom #080067;
  padding-bottom: 60px;
}
.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;
  float: left;
  width: 185px;
  height: 313px;
  margin-bottom: 37px;
  color: #fff;
  text-align: center;
}
.judge_box .judge_list li .name {
  color: #15f0b0;
  font-weight: 600;
}
.judge_box .judge_list li .judge_img {
  width: 173px;
  height: 200px;
  margin: 32px auto 15px;
  overflow: hidden;
}
.judge_box .judge_list li .judge_img img {
  width: 173px;
  height: 200px;
}
.judge_box .judge_list li div {
  font-size: 18px;
}
.judge_box .judge_list li p {
  font-size: 14px;
  padding: 5px 10px 0;
}
.jiabin_box {
  width: 100%;
  height: 1665px;
  background-color: #031834;
}
.jiabin_box .jiabin_1 {
  text-align: center;
}
.jiabin_box .jb_1 {
  font-size: 36px;
  font-weight: 900;
  background-image: -webkit-linear-gradient(right, #1282ea, #2dfef4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 70px;
}
.jiabin_box .jb_2 {
  font-size: 26px;
  color: #304e80;
  font-weight: 900;
  margin-bottom: 50px;
}
.more_jb {
  font-size: 30px;
  text-align: center;
  padding-top: 100px;
}
.clearfix {
  *zoom: 1;
}
.dahuiliangdian {
  height: 570px;
  background: #031835;
}
.dahuiliangdian .liangdian_box {
  width: 1200px;
  margin: 0 auto;
}
.dahuiliangdian .liangdian_box .ld_icon_box {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.dahuiliangdian .liangdian_box .ld_icon {
  text-align: center;
  color: #fff;
}
.dahuiliangdian .liangdian_box .ld_icon p {
  padding: 25px 0px;
  font-size: 18px;
}
.dahuiliangdian .liangdian_box .ld_content {
  text-align: left;
  color: #fff;
  background-color: #0f2466;
  padding: 35px;
}
.orgin {
  padding-bottom: 60px;
}
.orgin .tit {
  font-size: 30px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: url(../img/line1.png) no-repeat center bottom;
}
.orgin #qiyeWrap {
  width: 100%;
  height: 284px;
  overflow: hidden;
  text-align: left;
}
.orgin #meitiWrap {
  width: 100%;
  height: 190px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 80px;
}
.orgin .imgWrap {
  text-align: center;
}
.orgin .scrollImg {
  width: 177px;
  max-height: 125px;
  border: 1px solid #efefef;
}
.orgin img {
  display: inline-block;
  margin: 0 10px 30px;
}
.xc {
  padding-bottom: 60px;
}
.xc .cont {
  background: url(../img/xc.png) no-repeat center;
  box-sizing: border-box;
  background-size: contain;
  padding: 56px;
}
.xc .cont p {
  width: 680px;
  border-bottom: 1px dashed #cce0fd;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}
.xc .cont p span {
  color: #0000fe;
  font-size: 18px;
  font-weight: 600;
}
.lx {
  padding: 40px 0 120px;
  background: url(../img/lx.png) no-repeat center top;
  color: #fff;
}
.lx .wrap {
  box-sizing: border-box;
  padding: 0 40px 0 20px;
}
.lx h3 {
  font-size: 44px;
  color: #fff;
  padding-top: 200px;
}
.lx .fl {
  width: 560px;
}
.lx .fl div {
  display: inline-block;
  margin-right: 40px;
  margin-top: 20px;
}
.lx .fl div p {
  font-size: 16px;
  line-height: 1.6;
}
.lx .fl div:nth-of-type(2) {
  margin-right: 0px;
}
.lx .fr div {
  display: inline-block;
  margin: 0 10px;
}
.lx .fr div img {
  display: block;
  width: 148px;
  height: 148px;
}
.lx .fr div p {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
.organizational_framework_box {
  width: 100%;
  background-color: #0f2466;
}
.organizational_framework_box div {
  background-color: #0f2466;
  height: 725px;
  background: url('../img/images/zj.png') no-repeat center center;
}
.cooperation_box {
  height: 545px;
  background: url('../img/images/hezuo.jpg') no-repeat center center;
}
.cooperation_box .swiper-container {
  width: 1200px;
  margin: 0 auto;
}
.propaganda_box {
  width: 100%;
  background-color: #021550;
}
.propaganda_box div {
  width: 1200px;
  height: 510px;
  background: url('../img/images/about_we_37_03.jpg?v=7f8ds4f5gg') no-repeat center center;
  margin: auto;
}
.line_we {
  width: 100%;
  background: url('../img/images/about_we_39.jpg?v=fsdf54asdf54das') no-repeat center center;
}
.line_we div {
  width: 1200px;
  margin: auto;
  height: 435px;
  background: url('../img/images/about_we_39.jpg?v=f54sdf5asd114') no-repeat center center;
}
.logo_swiper {
  width: 1110px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
}
/* 锚点 */
.anchor {
  position: absolute;
  top: -45px;
}
.swiper-container {
  width: 1200px;
  height: 80px;
}
.swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.str_wrap.str_active {
  background: transparent;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
  width: 164px;
  height: 60px;
  margin: 0 10px 8px 0;
}
.meiti {
  font-weight: 600;
  text-align: center;
  color: #15f0b0;
  font-size: 23px;
  margin-bottom: 25px;
}
.hezuo_meiti {
  text-align: center;
  font-size: 26px;
  color: #304e80;
  font-weight: 900;
  margin-bottom: 45px;
}
.meiti_bottom {
  padding-bottom: 70px;
}
#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;
  text-align: center;
  font-weight: 600;
  color: #ff1414;
  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;
  line-height: 36px;
  font-size: 16px;
  padding: 5px 0;
}
#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 {
  font-size: 18px;
  font-weight: 600;
  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 .con {
  padding: 35px 40px;
  background-color: #fff;
  border-radius: 10px;
}
#April_XA_mask .content .laba {
  position: absolute;
  top: 180px;
  right: 0;
}
.bannerNew {
  height: 800px;
  background: url('../img/banner.png') no-repeat center bottom;
}
.zhanlanfanwei {
  height: 684px;
  background: url('../img/zhihui_02.png') no-repeat center bottom;
}
.canhui {
  height: 793px;
  background: url('../img/zhihui_03.jpg') no-repeat center bottom;
}
.zuzhi {
  height: 1524px;
  background: url('../img/zhihui_04.png') no-repeat center bottom;
}
.countUS {
  height: 526px;
  background: url('../img/zhihui_06.png') no-repeat center bottom;
}
.titleNew {
  padding-top: 52px;
  padding-bottom: 75px;
  text-align: center;
}
.huiyibeijing {
  width: 100%;
  background: url('../img/huiyibjbanner.png') no-repeat center bottom;
}
.huiyibeijing .content {
  width: 1180px;
  margin: 0 auto;
}
.huiyibeijing .content > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.huiyibeijing .content > ul li {
  width: 270px;
}
.huiyibeijing .content > ul li img {
  width: 100%;
}
.dahuiLD {
  background-color: #cfecf8;
}
.dahuiLD .content {
  width: 1180px;
  margin: 0 auto;
}
.dahuiLD .content > ul {
  width: 100%;
  display: flex;
}
.dahuiLD .content .titleUl {
  justify-content: space-evenly;
  font-size: 25px;
  cursor: pointer;
}
.dahuiLD .content .titleUl li {
  height: 70px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.dahuiLD .content .titleUl li img {
  margin-right: 5px;
}
.dahuiLD .content .titleUl li.active {
  border-bottom: 3px solid #0193c4;
}
.dahuiLD .content > .conUl li {
  display: none;
}
.dahuiLD .content > .conUl li img {
  width: 100%;
}
.dahuiLD .content > .conUl .active {
  display: block;
}
.yicheng {
  width: 100%;
}
.yicheng .content {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.yicheng .content .tag {
  font-size: 16px;
  color: #0373c1;
  text-align: right;
  margin-top: 15px;
}
.yicheng .content .tableTabUl {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  font-size: 22px;
}
.yicheng .content .tableTabUl li {
  padding: 0 15px;
  line-height: 48px;
  border-radius: 100px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  background-image: linear-gradient(135deg, #31cdb0, #0193c4);
}
.yicheng .content .tableTabUl li.active {
  background-image: linear-gradient(135deg, #ff3f67, #ff6366, #fe273c);
}
.yicheng .content .tableConUl {
  width: 100%;
}
.yicheng .content .tableConUl li {
  display: none;
}
.yicheng .content .tableConUl li.active {
  display: block;
}
.yicheng .content .tableConUl table {
  border-radius: 20px;
  overflow: hidden;
  background-color: #000;
  margin-top: 80px;
}
.yicheng .content .tableConUl tr td {
  font-weight: 600;
  background-color: #bae4f5;
  font-size: 16px;
  padding: 16px 0;
  border: 0.5px solid #11b6ed;
}
.yicheng .content .tableConUl tr td:first-child {
  text-align: center;
}
.yicheng .content .tableConUl tr td:last-child {
  padding-left: 55px;
}
.yicheng .content .tableConUl .header {
  text-align: center;
  padding: 0;
  background-color: #11b6ed;
  line-height: 50px;
  color: #fff;
  font-size: 21px;
}
.yicheng .content .tableConUl .color {
  color: #0273c1;
}
.jiabin {
  width: 100%;
  background: url('../img/jaibingBG.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 180px;
}
.jiabin .content {
  width: 1180px;
  margin: 0 auto;
}
.jiabin .content ul {
  display: grid;
  column-gap: 56px;
  row-gap: 25px;
  grid-template-columns: 192px 192px 192px 192px 192px;
}
.jiabin .content ul li {
  width: 192px;
  box-sizing: border-box;
}
.jiabin .content ul li .jiabingBox {
  width: 192px;
  height: 192px;
  box-sizing: border-box;
  position: relative;
}
.jiabin .content ul li .jiabName {
  padding-top: 23px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.jiabin .content ul li .job {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
}
.jiabin .content ul li .quan {
  width: 192px;
  height: 192px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: end;
  transition: all 1s;
}
.jiabin .content ul li .quan > img {
  width: 100%;
}
.jiabin .content ul li .renwu {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jiabin .content ul li .renwu img {
  padding: 0px 0px 0px 4px;
}
.jiabin .content ul li:hover .quan {
  animation: run 2s infinite linear;
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.huigu {
  width: 100%;
  height: 633px;
  background: url('../img/huigu/bg.png') no-repeat center top;
  background-size: 100% 100%;
}
.huigu .content {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.huigu .content .swiper {
  width: 100%;
  height: 100%;
}
.huigu .content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  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;
}
.huigu .content .swiper-button-prev,
.huigu .content .swiper-rtl .swiper-button-next {
  left: -60px;
}
.huigu .content .swiper-button-next,
.huigu .content .swiper-rtl .swiper-button-prev {
  right: -60px;
}
.contentWidth {
  width: 1200px;
  margin: 0 auto;
}
#fixedBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 90px;
  z-index: 999999;
}
#fixedBar .contentWidth {
  display: flex;
  width: 1450px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
#fixedBar .contentWidth > div {
  height: 100%;
  display: flex;
  align-items: center;
}
#fixedBar .contentWidth ul {
  display: flex;
  align-items: center;
  height: 100%;
}
#fixedBar .contentWidth ul li {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #fff;
  margin-right: 32px;
}
#fixedBar .contentWidth ul li a {
  font-size: 20px;
  color: #000;
}
#fixedBar .contentWidth ul li:last-child {
  margin-right: 0;
}
#fixedBar .contentWidth ul li.bgColor a {
  display: inline-block;
  line-height: 20px;
  color: #fff;
  padding: 13px 15px;
  border-radius: 7px;
}
#fixedBar .contentWidth ul .bgColor1 {
  background-image: linear-gradient(to right, #fd3866, #c5012f);
}
#fixedBar .contentWidth ul .bgColor2 {
  background-image: linear-gradient(to right, #faac56, #f08309);
}
#fixedBar .contentWidth ul .bgColor3 {
  background-image: linear-gradient(to right, #07a9e0, #0bb6b6);
}
#fixedBar .contentWidth ul .bgColor4 {
  background-image: linear-gradient(to right, #9e5cf1, #6600e3);
}
#buyTickt {
  padding-bottom: 70px;
}
