/*public*/
body {
  min-width: 1350px;
}
.bread_navigation {
  height: 16px;
  margin-top: 13px !important;
}
.bread_navigation a {
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.26);
  line-height: 16px;
}
.bread_navigation em {
  float: left;
  width: 16px;
  height: 16px;
  background: url("../img/chevron-right.png") no-repeat center;
  background-size: 16px;
  margin: 0 10px;
}

/*登陆页面开始*/
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.Landing_con {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 500px;
  height: 404px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #ececec;
  padding: 70px 60px 0;
}
.landing_tab {
  width: 380px;
  margin: 0 auto 25px;
}
.landing_top_item {
  float: left;
  width: 50%;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  text-align: center;
  height: 40px;
  cursor: pointer;
}
.landing_top_item.active {
  font-weight: bold;
  color: #333333;
  position: relative;
}
.landing_top_item.active:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #0052d9;
  border-radius: 2px;
}
.landing_bot_item {
  display: none;
}
.landing_bot_item.active {
  display: block;
}
.Landing_con input {
  width: 380px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  line-height: 40px;
  padding: 0 10px;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.9);
}
.Landing_con input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.Landing_con input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.Landing_con input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.Landing_con .vcode_ipt {
  width: 260px;
}
.Landing_con .submit_ipt {
  border: none;
  background: #d4e3fc;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  margin-top: 18px;
}
.submit_ipt.vc_done {
  background: rgba(0, 82, 217, 1);
}
.submit_ipt_arround {
  display: none;
  width: 20px;
  height: 20px;
  background: url(../img/Notification.png) no-repeat center;
  background-size: 20px;
  position: absolute;
  left: 48%;
  top: 41%;
  animation: arounds 2s infinite;
}
.submit_ipt_arround.show {
  display: block;
}
input.getVcode {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 40px;
  background: #0052d9;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 40px;
  margin-left: 3px;
  cursor: pointer;
}
input.getVcode:hover {
  background: rgba(38, 111, 232, 1);
  color: rgba(255, 255, 255, 0.9);
}
.landing_tips,
.forget_p {
  font-weight: 400;
  font-size: 16px;
  color: #266fe8;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  display: block;
}
.forget_p:hover {
  color: #266fe8;
}
.landing_close {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/close.png") no-repeat center;
  background-size: 24px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
input.getVcode.clicked {
  background: rgba(0, 52, 181, 1);
}
input.getVcode.waiting {
  background: rgba(212, 227, 252, 1);
}

@keyframes arounds {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*登陆页面结束*/

/*首页开始*/
header {
  height: 80px;
  background: #ffffff;
}
header h1 {
  float: left;
  margin-right: 160px;
}
header h1 img {
  /* width: 125px; */
  /* margin-top: 20px; */
  height: 60px;
}
header nav {
  float: left;
}
header nav a {
  float: left;
  margin: 0 27px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 60px;
  position: relative;
  padding: 0 5px;
}
header nav a.active {
  color: #125edb;
}
header nav a.active:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #0052d9;
  left: 0;
  bottom: 0;
}
header nav a:hover {
  color: #125edb;
}

.user {
  float: right;
  height: 80px;
}
.user img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-top: 10px;
}
.border_bot {
  border-bottom: 1px solid rgba(196, 196, 196, 1);
}

.banner {
  width: 100%;
  height: 500px;
  background: url("../img/banner.png") no-repeat center;
  background-size: 110%;
  margin-top: 0px;
  transition: all 0.5s;
}

.banner:hover {
  background: url("../img/banner.png") no-repeat center;
  background-size: 120%;
}
.banner4 {
  width: 100%;
  height: 500px;
  background: url("../img/newBanner.png") no-repeat center;
  background-size: 110%;
  margin-top: 0px;
  transition: all 0.5s;
}
.banner4:hover {
  background: url("../img/newBanner.png") no-repeat center;
  background-size: 120%;
}
.banner5 {
  width: 100%;
  height: 500px;
  background: url('/static/banner/CAIEbanner32.webp?v=1') no-repeat center;
  background-size: 110%;
  margin-top: 0;
  transition: all 0.5s;
}
.banner5:hover {
  background: url('/static/banner/CAIEbanner32.webp?v=1') no-repeat center;
  background-size: 120%;
}
.banner5 .center {
  display: flex;
  height: 100%;
}
.banner5 .banner-content-box {
  width: 842px;
  height: 247px;
  background: linear-gradient( 270deg, rgba(0,138,238,0.35) 0%, #0052D9 100%);
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
}
.banner5 .banner-content-box .banner-content-desc {
  color: white;
  height: 72px;
  line-height: 72px;
  font-size: 50px;
  margin-top: 27px;
  margin-left: 39px;
}
.banner5 .banner-content-box .banner-content-title {
  color: white;
  font-size: 90px;
  margin-top: -12px;
  margin-left: 39px;
  height: 130px;
  line-height: 130px;
  font-weight: 900;
}
.banner6 {
  width: 100%;
  height: 500px;
  background: url('/static/banner/foreign.webp') no-repeat center;
  background-size: 110%;
  margin-top: 0;
  transition: all 0.5s;
}
.banner6:hover {
  background: url('/static/banner/foreign.webp') no-repeat center;
  background-size: 120%;
}
.banner6 .center {
  display: flex;
  height: 100%;
}
.banner6 .banner_con {
  width: 842px;
  height: 247px;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient( 270deg, rgba(0,138,238,0.66) 0%, #0052D9 100%);
  display: flex;
  flex-direction: column;
  padding: initial;
}
.banner6 .banner_con .con_desc {
  display: flex;
  margin-top: 41px;
  margin-left: 40px;
  padding: initial;
}
.banner6 .banner_con .con_desc .main-text-single {
  margin-top: auto;
  color: white;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
}
.banner6 .banner_con .con_desc .main-text-container {
  display: flex;
  flex-direction: column;
}
.banner6 .banner_con .con_desc .main-text-container .main-text {
  color: white;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
}
.banner6 .banner_con .con_desc .main-text-container .ruby-text {
  height: 21px;
  line-height: 21px;
  color: #e5ebf0;
  background: linear-gradient( 270deg, rgba(255,255,255,0) 0%, rgba(198, 255,229, 0.3) 100%);
  font-size: 15px;
  width: fit-content;
  padding-left: 6px;
}
.banner6 .con_title {
  color: white;
  line-height: 101px;
  height: 101px;
  margin-left: 40px;
  padding-top: initial;
  margin-top: -3px;
  font-size: 70px;
  font-weight: 900;
}
.swiper-player-wrapper {
  position: absolute;
  width: 480px;
  height: 270px;
  left: 700px;
  top: 120px;
}
.swiper-player-wrapper .video-thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-player-wrapper .video-play {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.video-play-box {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 1000;
}
.video-play-box .video-content {
  width: 800px;
  height: 500px;
  margin: auto;
  position: relative;
}
.video-play-box .video-content .video-close {
  position: absolute;
  top: -30px;
  right: -30px;
}
.abs_zs {
  position: absolute;
  width: 318px;
  height: 240px;
  right: -114px;
  top: 20px;
  transition: all 0.3s;
}
.new-banner-wrap {
  position: relative;
  overflow: hidden;
}
.main-banner-pagination {
  position: absolute;
  display: flex;
  bottom: 20px;
  /* 居中对齐 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.main-banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 6px;
  background: #11284e;
  border-radius: 3px;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s;
}
.main-banner-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 6px;
  background: #0052d9;
  border-radius: 3px;
}
.swiper-dot {
  width: 10px;
  height: 6px;
  background: #11284e;
  border-radius: 3px;
  opacity: 0.8;
  cursor: pointer;
}

.activedot {
  width: 20px;
  height: 6px;
  background: #0052d9;
  border-radius: 3px;
}
/* 媒体查询大于1200像素 */
@media screen and (min-width: 1650px) {
  .banner,
  .banner4,
  .banner5,
  .banner6 {
    margin-top: 60px;
  }
  .abs_zs {
    position: absolute;
    width: 505px;
    height: 384px;
    right: -336px;
    top: -39px;
  }
}
.banner_con {
  position: relative;
  width: 842px;
  height: 270px;
  background: linear-gradient(270deg, rgba(0, 138, 238, 0.35) 0%, #0052d9 100%);
  padding: 0px 35px;
  margin-top: 100px;
  display: inline-block;
}
.banner_con h5 {
  font-weight: 800;
  font-size: 90px;
  color: #ffffff;
  line-height: 135px;
}
.banner_con p {
  width: 683px;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
}
.con_title {
  box-sizing: border-box;
  padding-top: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 800;
  font-size: 60px;
  color: #ffffff;
}
.con_desc {
  padding-top: 8px;
  padding-bottom: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
}
.small-desc-con {
  width: 416px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.summary {
  width: 1200px;
  margin: 60px auto 70px;
}
.summary_items_con {
  display: flex;
  justify-content: space-between;
}
.summary_items {
  width: 280px;
  height: 400px;
  padding: 52px 28px 0;
  position: relative;
}
.summary_item1 {
  background: url("../img/itembg1.png") no-repeat;
  background-size: 280px;
}
.summary_item2 {
  background: url("../img/itembg2.png") no-repeat;
  background-size: 280px;
}
.summary_item3 {
  background: url("../img/itembg3.png") no-repeat;
  background-size: 280px;
}
.summary_item4 {
  background: url("../img/itembg4.png") no-repeat;
  background-size: 280px;
}
.summary_items h6 {
  font-weight: bold;
  font-size: 26px;
  color: #2051b4;
  line-height: 1;
  margin-bottom: 20px;
  height: 30px;
  transition: all 1s;
}
/*.summary_items:hover h6 {*/
/*    transform:scale(.5);*/
/*    */
/*}*/
.summary_items p {
  font-weight: 400;
  font-size: 16px;
  color: #989898;
  line-height: 20px;
}
.summary_items img {
  position: absolute;
  width: 135px;
  right: 20px;
  bottom: -32px;
  transition: all 0.5s;
}
.summary_items:hover img {
  transform: scale(1.2);
}
.talent_level {
  margin-bottom: 50px;
}
.talent_level > h5 {
  font-weight: bold;
  font-size: 40px;
  color: #343434;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}
.talent_level_items {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.talent_l_top {
  width: 580px;
  height: 110px;
  background: url("../img/talent_levle1_top.png") no-repeat;
  background-size: 580px;
  position: relative;
}
.talent_l_top p {
  width: 400px;
  height: 84px;
  background: linear-gradient(
    270deg,
    rgba(0, 138, 238, 0.35) 0%,
    rgba(0, 82, 217, 0.8) 100%
  );
  padding: 10px 0 0 50px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.talent_l_bot {
  width: 580px;
  height: 110px;
  background: url("../img/talent_levle1_bot.png") no-repeat;
  background-size: 580px;
  padding: 20px 0 0 50px;
  position: relative;
}
.talent_l_bot p {
  font-weight: 400;
  width: 350px;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}
.talent_l_bot a {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 112px;
  height: 40px;
  background: #0052d9;
  border-radius: 3px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 40px;
  text-align: center;
}
.talent_level_item2 .talent_l_top {
  background: url("../img/talent_levle2_top.png") no-repeat;
  background-size: 580px;
}
.talent_level_item2 .talent_l_bot {
  background: url("../img/talent_levle2_bot.png") no-repeat;
  background-size: 580px;
}

/*首页结束*/

/*个人页面 开始*/
.center {
  width: 1200px;
  margin: 0 auto;
}
.personal_p {
  margin-top: 30px;
}
.myCenter-L {
  float: left;
  width: 240px;
  height: 673px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #efefef;
  padding: 30px 0;
  position: relative;
}
.user_pic {
  width: 100px;
  height: 100px;
  background: #d8d8d8;
  /*border: 1px solid #979797;*/
  border-radius: 50px;
  overflow: hidden;
  margin: auto;
}
.user_pic img {
  width: 100px;
}
.user_idnum {
  font-weight: 400;
  font-size: 18px;
  color: #343434;
  line-height: 27px;
  text-align: center;
  margin: 20px auto 30px;
}
.user_allmsg li a {
  display: block;
  width: 240px;
  height: 50px;
  /*background: #ECF2FE;*/
  border-radius: 8px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #343434;
}
.user_allmsg li a.active {
  background: #ecf2fe;
  color: #0034b5;
}
.exit {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0;
  height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}

.myCenter-R {
  float: right;
  margin-left: 50px;
  width: 910px;
}
.myCenter-R .item {
  display: none;
}
.myCenter-R .item.active {
  display: block;
}
.item1 {
  margin-top: 30px;
  position: relative;
}
.item h4 span,
.pay_page_main h4 span {
  font-weight: bold;
  font-size: 20px;
  color: #343434;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  vertical-align: middle;
}
.item h4 i,
.pay_page_main h4 i {
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 82, 217, 1);
  border-radius: 2px;
  width: 4px;
  height: 20px;
  margin-right: 8px;
}
.information_edi li {
  height: 40px;
  margin: 8px 0;
}
.information_show li {
  font-weight: 400;
  font-size: 18px;
  color: #343434;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 13px;
}
.edi_left {
  float: left;
  padding-left: 13px;
  position: relative;
}
.edi_left span {
  font-weight: 400;
  font-size: 18px;
  color: #343434;
  line-height: 1;
}
.edi_left input {
  width: 300px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  padding: 0 8px;
}
.edi_right {
  float: left;
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 40px;
}
.edi_confirm {
  display: block;
  margin-left: 13px;
  width: 88px;
  height: 32px;
  background: #0052d9;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 32px;
  text-align: center;
  margin-top: 30px;
}
.edi_confirm:hover {
  color: rgba(255, 255, 255, 0.9);
}
.edi_btn {
  width: 88px;
  height: 32px;
  background: #0052d9;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.edi_btn:hover {
  color: rgba(255, 255, 255, 0.9);
}
.phone_safe,
.email_safe {
  margin: 20px 0;
  padding-left: 12px;
}
.phone_safe p,
.email_safe p {
  float: left;
  font-weight: 400;
  font-size: 22px;
  color: #343434;
  line-height: 33px;
}
.phone_safe a,
.email_safe a {
  position: initial;
  float: right;
}
.signup_table {
  width: 880px;
  margin-left: 12px;
}
.signup_top {
  width: 880px;
  height: 46px;
  background: #ecf2fe;
  border-radius: 8px;
  line-height: 46px;
  font-weight: 400;
  font-size: 18px;
  color: #424966;
  text-align: center;
}
.signup_top div {
}
.row1,
.row2,
.row3,
.row4,
.row5,
.row6 {
  float: left;
  width: 16%;
}

.signup_items {
  width: 880px;
  height: 58px;
  border-bottom: 1px solid rgba(150, 187, 248, 1);
}
.signup_btn a {
  display: block;
  width: 90px;
  height: 30px;
  background: #d4e3fc;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #424966;
  line-height: 30px;
  text-align: center;
  margin: 14px auto 0;
}
.signup_audit a {
  background: rgba(249, 224, 199, 1);
  color: rgba(90, 25, 7, 1);
}
.signup_topay a {
  background: rgba(249, 215, 217, 1);
  color: rgba(90, 25, 7, 1);
}
.signup_failed a {
  background: rgba(241, 241, 241, 1);
  color: rgba(0, 0, 0, 0.6);
}
.signup_items .row6 a,
.grade_item .row5 a {
  font-weight: bold;
  font-size: 18px;
  color: #0052d9;
}
.signup_items .row6 a:hover,
.grade_item .row5 a:hover {
  color: #0052d9;
}

.signup_items div {
  height: 58px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 58px;
  text-align: center;
  font-style: normal;
}

.certificate_tips {
  padding: 20px 30px;
  margin: 30px 0 20px 12px;
  width: 880px;
  background: rgba(236, 242, 254, 0.5);
  border-radius: 8px;
  border: 1px dashed #96bbf8;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
}
.process_check {
  padding-left: 12px;
}
.process_check h6 {
  font-weight: bold;
  font-size: 22px;
  color: #343434;
  line-height: 28px;
}
.process_check p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
  margin: 14px 0 30px 0;
}
.check_select {
  width: 880px;
  height: 262px;
  background: url("../img/check_select_bg.png") no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.check_select h6 {
  font-weight: 800;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1;
  text-align: center;
}
.select_box {
  position: relative;
  margin: 40px auto 0;
  width: 380px;
}
.select_top {
  width: 380px;
  height: 40px;
  background: url("../img/chevron-right.png") no-repeat 98% center
    rgba(255, 255, 255, 0.9);
  background-size: 16px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 40px;
  padding: 0 8px;
}
.select_bot {
  display: none;
  position: absolute;
  top: 44px;
  width: 380px;
  /*height: 144px;*/
  background: #ffffff;
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05),
    0px 8px 10px 1px rgba(0, 0, 0, 0.06), 0px 5px 5px -3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  padding: 8px;
}
.select_bot li {
  display: block;
  width: 364px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  padding: 0 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}
.select_bot li.active,
.select_bot li:hover {
  background: #ecf2fe;
  color: rgba(0, 82, 217, 1);
}
.select_box.active .select_top {
  background: url("../img/chevron-down.png") no-repeat 98% center
    rgba(255, 255, 255, 1);
  background-size: 16px;
  border: 1px solid #0052d9;
}
.select_box.active .select_bot {
  display: block;
}
.bm_select_box {
  margin: 30px 20px 30px 12px;
}
.bm_select_box .select_box {
  margin: 0;
  float: left;
}
.bm_btn {
  float: left;
  width: 88px;
  height: 40px;
  background: #0052d9;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin-left: 20px;
}
.bm_btn:hover {
  color: rgba(255, 255, 255, 0.9);
}
.apply_check {
  width: 380px;
  height: 40px;
  background: #0052d9;
  border-radius: 3px;
  margin: 30px auto;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 40px;
  text-align: center;
  display: block;
}
.apply_check:hover {
  color: rgba(255, 255, 255, 1);
}
.signup_items .null_txt {
  font-size: initial;
  color: rgba(0, 0, 0, 0.26);
}

.grade,
.pay_table,
.certificate_tables0322 {
  margin: 20px 0 20px 12px;
}
.grade_top,
.pay_top,
.certificatetab_top {
  width: 880px;
  height: 46px;
  background: #ecf2fe;
  border-radius: 8px;
  line-height: 46px;
  font-weight: 400;
  font-size: 18px;
  color: #424966;
  text-align: center;
}
.grade .row1,
.grade .row2,
.grade .row3,
.grade .row4,
.grade .row5,
.certificate_tables0322 .row1,
.certificate_tables0322 .row2,
.certificate_tables0322 .row3,
.certificate_tables0322 .row4,
.certificate_tables0322 .row5 {
  float: left;
  width: 20%;
}
.pay_table .row1,
.pay_table .row2,
.pay_table .row3,
.pay_table .row4,
.pay_table .row5 {
  float: left;
  width: 20%;
}
.pay_table .row1 em {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/check_n.png") no-repeat;
  background-size: 20px;
  margin: 20px auto 0;
  cursor: pointer;
}
.pay_table .row1 em.active {
  background: url("../img/check_a.png") no-repeat;
  background-size: 20px;
}
.grade_item,
.pay_items,
.certificatetab_item {
  width: 880px;
  height: 58px;
  border-bottom: 1px solid rgba(150, 187, 248, 1);
}
.grade_item > div,
.pay_items > div {
  height: 58px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 58px;
  text-align: center;
  font-style: normal;
}
.grade_level {
  width: 50px;
  height: 30px;
  background: #d4e3fc;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #424966;
  line-height: 30px;
  text-align: center;
}
.grade_level.D {
  background: #f9d7d9;
  color: #5a1907;
  margin: 14px auto;
}
.grade_level.AB {
  margin: 14px auto;
}
.certificatetab_btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  display: block;
  color: #424966;
}
.certificatetab_btn:hover {
  color: #424966;
}
.certificate_tables0322 {
  margin: 20px 0;
}

/*修改账号邮箱 开始*/
.change_pe_box {
  margin-top: 70px;
}
.ipt_box {
  position: relative;
  margin: 0 auto 20px;
  width: 380px;
  height: 40px;
}
.ipt_box input,
.user_ipt {
  float: left;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  padding: 0 10px;
}
.change_phone_ipt {
  width: 380px;
}
.change_email_ipt,
.yzm {
  width: 260px;
}

input.get_captcha,
.msg_yz_email,
.save_btn {
  float: right;
  width: 110px;
  height: 40px;
  background: #0052d9;
  border-radius: 3px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 40px;
  border: 0px;
  cursor: pointer;
}
input.get_captcha:hover,
.msg_yz_email:hover,
.save_btn:hover {
  color: rgba(255, 255, 255, 0.9);
}
.next_btn {
  display: block;
  margin: 28px auto 20px;
  width: 380px;
  height: 40px;
  background: #d4e3fc;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 40px;
  text-align: center;
}
.next_btn.active {
  background: #0052d9;
}
.next_btn:hover {
  color: rgba(255, 255, 255, 0.9);
}
.other_type {
  width: 380px;
  display: block;
  margin: 20px auto;
  font-weight: 400;
  font-size: 16px;
  color: #0052d9;
  line-height: 24px;
  text-align: right;
}
.other_type:hover {
  color: #0052d9;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.captcha_tips_icon {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/yz_right.png") no-repeat center;
  background-size: 16px;
  left: 230px;
  top: 15px;
}
.captcha_tips_icon.wrong {
  background: url("../img/yz_wrong.png") no-repeat center;
  background-size: 16px;
}

.sec_change {
  width: 60px;
  height: 60px;
  background: url("../img/sec_icon.png") no-repeat center;
  background-size: 60px;
  margin: 130px auto;
}

.first_from {
  margin-top: 20px;
}
.usermsg_item {
  position: relative;
  height: 40px;
  margin-bottom: 10px;
}
.usermsg_title {
  float: left;
  font-weight: 400;
  font-size: 18px;
  color: #343434;
  line-height: 40px;
}

.xing {
  position: absolute;
  left: 326px;
  top: 11px;
  width: 16px;
  height: 16px;
  background: url("../img/xing.png") no-repeat center;
  background-size: 16px;
}
.usermsg_tips {
  float: left;
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 40px;
}
.phone_num {
  float: left;
  font-weight: 400;
  font-size: 18px;
  color: #343434;
  line-height: 40px;
}
.msg_yz_email {
  float: left;
  margin-left: 20px;
}
.yz_r {
  background: url("../img/yz_right.png") no-repeat center;
  background-size: 16px;
}
.yz_w {
  background: url("../img/yz_wrong.png") no-repeat center;
  background-size: 16px;
}
.save_btn {
  float: initial;
  display: block;
  margin-top: 19px;
}
.second_edi {
  margin-top: 25px;
}

/*修改账号邮箱 结束*/

/*支付页面*/
.pay_page_main {
  position: relative;
}
.pay_table {
  width: 880px;
}
.pay_total {
  width: 880px;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  color: #0052d9;
  line-height: 27px;
}
.pay_type > p {
  padding-left: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #343434;
  line-height: 24px;
}
.pay_type_item {
  padding-left: 90px;
  padding-top: 20px;
}
.pay_type_item > div {
  float: left;
  margin-left: 20px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #ecf2fe;
  text-align: center;
  cursor: pointer;
}
.pay_type_item > div:hover,
.pay_type_item > div.active {
  border: 1px solid #699ef5;
}
.wx_pay span,
.zfb_pay span {
  font-weight: 400;
  font-size: 16px;
  color: #343434;
  line-height: 24px;
}
.wx_pay img,
.zfb_pay img {
  display: block;
  margin: 17px auto 5px;
  width: 30px;
  height: 30px;
}
.pay_pop {
  display: none;
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -170px;
  width: 340px;
  height: 336px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(216, 216, 216, 0.5);
  border-radius: 8px;
  border: 1px solid #ececec;
  padding-top: 50px;
}
.pay_pop > p {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 1;
  text-align: center;
}
.pay_pop > span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #0052d9;
  line-height: 1;
  text-align: center;
  margin: 30px 0 20px;
}
.pay_ma {
  width: 140px;
  height: 140px;
  background: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
.pay_ma img {
  width: 140px;
  height: 140px;
}
.pay_pop_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url("../img/close.png") no-repeat center;
  background-size: 24px;
  cursor: pointer;
}

/*支付页面*/

/*证书页面*/
.zs_page {
  height: 1080px;
  margin-top: 20px;
  background: url("../img/zs_bg.png") no-repeat;
  background-size: cover;
  padding-top: 62px;
}
.zs_item {
  width: 626px;
  height: 443px;
  display: block;
  margin: 0 auto 53px;
  position: relative;
}
.zs_item img {
  width: 626px;
  height: 443px;
}
.zs_item a {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -100px;
  width: 200px;
  height: 40px;
  background: #0052d9;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

/*2024-3-20新增*/
.newadd_signtime h4 i {
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 82, 217, 1);
  border-radius: 2px;
  width: 4px;
  height: 20px;
  margin-right: 8px;
}
.newadd_signtime h4 span {
  font-weight: bold;
  font-size: 20px;
  color: #343434;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  vertical-align: middle;
}
.newadd_signtime .select_box {
  margin: 0;
}
.selected_subject {
  font-weight: bold;
  font-size: 16px;
  color: #343434;
  line-height: 24px;
  margin: 20px 0 20px;
}
.blue_line {
  width: 100%;
  height: 1px;
  background: #96bbf8;
  border-radius: 8px;
  margin: 30px 0;
}
.select_bot {
  z-index: 10;
}
.newadd_signtime .bm_btn {
  margin: 20px 0;
}
.signup_items div,
.signup_top div {
  width: 20%;
}

/*2024-3-22新增表格*/
.certificatetab_btn a {
  font-weight: bold;
  font-size: 18px;
  color: #0052d9;
}
.certificatetab_item div {
  width: 20%;
  height: 58px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 58px;
  text-align: center;
  font-style: normal;
}
.certificatetab_failed a {
  display: block;
  width: 90px;
  height: 30px;
  background: rgba(241, 241, 241, 1);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 14px auto 0;
}
.certificatetab_audit a {
  display: block;
  width: 90px;
  height: 30px;
  background: rgba(249, 224, 199, 1);
  color: rgba(90, 25, 7, 1);
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 14px auto 0;
}
.certificatetab_sec a {
  display: block;
  width: 90px;
  height: 30px;
  background: #d4e3fc;
  color: #424966;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 14px auto 0;
}
.gotopay a {
  display: block;
  width: 90px;
  height: 30px;
  background: rgba(249, 215, 217, 1);
  color: rgba(90, 25, 7, 1);
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 14px auto 0;
}

.row1 {
  position: relative;
}
.checkbox_ipt,
.allchecked {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 14px;
  top: -1px;
  vertical-align: middle;
}
.checkbox_ipt[type="checkbox"]::after,
.allchecked[type="checkbox"]::after {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #000;
  width: 20px;
  height: 20px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: " ";
  background: url(../img/check_n.png) no-repeat;
  background-size: 20px;
  background-color: #fff;
  z-index: 9;
}
.checkbox_ipt[type="checkbox"]:checked::after,
.allchecked[type="checkbox"]:checked::after {
  content: "";
  font-weight: bold;
  color: #fff;
  background: url(../img/check_a.png) no-repeat;
  background-size: 20px;
  background-color: #fff;
}
.allchecked[type="checkbox"]::after,
.allchecked[type="checkbox"]:checked::after {
  background-color: #ecf2fe;
}

/*2024-4-9新增认证课程*/
.rz_course {
  width: 1200px;
  height: 798px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  margin-top: 100px;
  padding: 30px;
}
.re_course_title {
  width: 1140px;
  height: 50px;
  background: linear-gradient(270deg, rgba(0, 138, 238, 0) 0%, #0052d9 100%);
  padding-left: 20px;
  line-height: 50px;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px;
}
.rz_course_item {
  width: 45%;
}
.rz_course_item:nth-child(odd) {
  float: left;
}
.rz_course_item:nth-child(even) {
  float: right;
}
.course_pic {
  float: left;
  width: 304px;
  height: 171px;
  background: #e7f6ff;
  border-radius: 8px;
  overflow: hidden;
}
.course_pic img {
  width: 304px;
}
.course_msg_main {
  float: left;
  margin-left: 10px;
}
.course_msg_main h6 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin: 10px 0;
  width: 195px;
}
.course_msg_main span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin: 5px 0;
}
.rz_course_price {
  font-weight: bold;
  font-size: 28px;
  color: #0052d9;
  line-height: 42px;
  text-align: right;
}
.rz_course_item_bot {
  width: 510px;
  height: 80px;
  margin-top: 20px;
  background: #fbfbfb;
  border-radius: 8px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.more_ai_course {
  margin-top: 50px;
}
.ai_course_msg {
  float: left;
}
.ai_course_item .ai_course_msg:nth-child(3n-1) {
  margin: 0 40px;
}
.ai_course_msg img {
  width: 352px;
  height: 198px;
  border-radius: 8px;
}
.ai_course_msg p {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-top: 10px;
}

.introduction_rz {
  margin-top: 20px;
}
.introduction_rz_left {
  float: left;
  width: 220px;
  height: 543px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  padding-top: 20px;
}
.introduction_rz_left li {
  line-height: 50px;
  height: 50px;
  padding-left: 30px;
}
.introduction_rz_left li:hover {
  background: #ecf2fe;
}
.introduction_rz_left a {
  font-weight: 500;
  display: block;
  font-size: 20px;
  color: #333333;
}
.introduction_rz_left li:hover a {
  color: #0034b5;
}
.introduction_rz_right {
  float: right;
  width: 960px;
  height: 1919px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  padding: 30px 50px;
}
.introduction_rz_items {
  margin-bottom: 50px;
}
.introduction_rz_items h6 {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 20px;
}
.introduction_pic {
  width: 860px;
  background: #f4f4f4;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0;
}
.introduction_rz_items p {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

/*2024-5-27 新增*/
.user_allmsg li a.active {
  background: rgba(0, 82, 217, 1);
  color: #fff;
}
.user_allmsg li a {
  width: 230px;
  margin: 0 auto;
}
header {
  position: fixed;
  height: 60px;
  background: #ffffff;
  width: 100%;
  top: 0;
  z-index: 999;
}
.introduction_rz_left {
  position: fixed;
}
.introduction_rz {
  padding-top: 80px;
}
.personal_p {
  padding-top: 80px;
}
.myCenter-L {
  position: fixed;
}

.body_bgcolor {
  background: #f9fbff;
}
.footer {
  margin-top: 50px;
  height: 158px;
  background: #2c2a34;
}
.footer_main {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 92px 0;
}
.footer_contact h6 {
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 10%;
}
.footer_contact > div {
  float: left;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.footer_contact > div span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
}
.cr {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
  text-align: center;
  margin-top: 50px;
}
.kf_box {
  position: fixed;
  width: 110px;
  height: 121px;
  background: url(../img/new_kf_icon.png) no-repeat;
  background-size: cover;
  right: 10px;
  top: 220px;
  color: #132266;
  font-size: 14px;
  padding: 57px 0 0 27px;
}
.kf_box:hover {
  color: #132266;
}

.introduction_rz_right {
  height: initial;
  padding-bottom: 0;
}
.introduction_rz_items h6 {
  position: relative;
  padding-left: 15px;
}
.introduction_rz_items h6:after {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 24px;
  background: rgba(0, 82, 217, 1);
  border-radius: 4px;
  left: 0;
  top: 4px;
}
.outline_main {
  width: 860px;
  background: rgba(236, 242, 254, 0.5);
  border-radius: 8px;
  border: 1px solid #96bbf8;
  margin-top: 30px;
  padding: 30px;
  position: relative;
}
.introduction_rz_items .outline_main_title {
  font-weight: 400;
  font-size: 26px;
  color: #0b3579;
  line-height: 39px;
}
.outline_main_tips {
  width: 800px;
  min-height: 40px;
  background: #e6edfb;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  margin: 20px 0;
  line-height: 26px;
}
.outline_main_txt {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
  columns: 2;
}
.outline_main_txt span {
  display: block;
}
.outline_main_txt span b {
  margin-left: 20px;
}
.outline_download_btn {
  margin-top: 30px;
}
.outline_download_btn a {
  font-weight: 400;
  font-size: 18px;
  color: #0b3579;
  line-height: 27px;
  display: inline-block;
  margin-right: 15px;
}
.outline_download_btn a:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/new_arr_526.png") no-repeat;
  background-size: 18px;
  vertical-align: middle;
  margin-left: 2px;
}
.outline_download_btn a:hover {
  text-decoration: underline;
}

.introduction_rz_left li.active {
  background: rgba(0, 82, 217, 1);
  color: #fff;
}
.introduction_rz_left li.active a {
  color: #fff;
}
.introduction_rz_left li {
  width: 94%;
  margin: 0 auto;
  border-radius: 4px;
}

.personal_p {
  min-height: 730px;
}

/*2024-5-31 测试*/
body {
  position: relative;
  padding-bottom: 200px;
}
footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.myCenter-L {
  height: 510px;
}

/*2024-6-5 new*/
.btn_box {
  margin-top: 30px;
}
.banner_download_btn {
  display: inline-block;
  margin-right: 40px;
  width: 225px;
  height: 52px;
  background: rgba(52, 150, 243, 0.8);
  border-radius: 27px;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 52px;
  text-align: center;
}
.banner_download_btn:hover {
  background: rgba(52, 150, 243, 1);
  color: #ffffff;
}
.levels_certificate_main {
  width: 1200px;
  margin: 40px auto;
  position: relative;
}
.levels_certificate_main:after {
  position: absolute;
  right: 0;
  top: 40px;
  display: block;
  content: "";
  width: 340px;
  height: 380px;
  background: linear-gradient(270deg, rgba(0, 138, 238, 0.35) 0%, #0052d9 100%);
}
.levels_certificate_main h5 {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  line-height: 58px;
  margin-bottom: 30px;
}
.levels_certificate_main h5 span {
  font-size: 30px;
  margin-left: 10px;
}
.levels_c_items {
  float: left;
  width: 540px;
  height: 409px;
  background: #fafcff;
  border-radius: 8px;
  border: 1px solid #96bbf8;
  padding: 24px 30px;
  margin-right: 30px;
  position: relative;
  z-index: 6;
  transition: all 0.5s;
}
.levels_c_title {
  font-weight: bold;
  font-size: 32px;
  color: #0b3579;
  line-height: 46px;
}
.levels_c_tips {
  width: 480px;
  padding: 10px 20px;
  background: #e6edfb;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 21px;
  margin: 5px 0;
}
.levels_c_txt {
  columns: 2;
}
.levels_c_txt span {
  position: relative;
  padding-left: 10px;
  display: block;
  line-height: 28px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.levels_c_txt span:after {
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
}
.levels_certificate_main .outline_download_btn {
  margin-top: 17px;
}
.levels_certificate_main .outline_download_btn a:hover {
  text-decoration: none;
  color: rgba(11, 53, 121, 0.8);
}
.levels_c_items:hover {
  transform: translateY(-20px);
}
.summary h5,
.news_main h5,
.influence_main h5 {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  line-height: 58px;
  margin-bottom: 30px;
}
.summary h5 span,
.news_main h5 span,
.influence_main h5 span {
  display: block;
  font-weight: 400;
  font-size: 30px;
}
.summary_items:hover h6 {
  font-size: 30px;
}
.news_main {
  width: 1200px;
  margin: 0 auto;
}
.news_con_latest_top {
  width: 520px;
  height: 44px;
  background: rgba(0, 51, 105, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 44px;
  padding: 0 20px;
}
.news_con_latest {
  position: relative;
  float: left;
}
.news_con_latest img {
  width: 520px;
  height: 310px;
  transition: all 0.5s;
}
.news_con_latest_top span:nth-child(1) {
  float: left;
  width: 360px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_con_latest_top span:nth-child(2) {
  float: right;

  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.news_con_latest > a {
  display: block;
}
.news_con_list {
  float: right;
}
.news_con_list_item {
  width: 650px;
  height: 90px;
  background: linear-gradient(325deg, #f2f7ff 0%, #f6fdff 100%);
  margin-bottom: 20px;
}
.news_con_list_item img {
  width: 160px;
  height: 90px;
  border-radius: 8px;
  transition: all 0.5s;
}
.news_con_list_item div:nth-child(2) {
  float: right;
  padding-right: 15px;
  width: 460px;
  padding-top: 10px;
}
.news_con_list_item p {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
.news_con_list_item span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.news_con_list .news_con_list_item:nth-child(last) {
  margin-bottom: 0;
}
.influence_main {
  width: 1200px;
  margin: 30px auto;
  position: relative;
}
.influence_main_con img {
  float: left;
  width: 520px;
  height: 330px;
}
.influence_main_txt {
  float: left;
  width: 680px;
  position: relative;
  height: 330px;
}
.influence_con_title {
  padding: 10px 10px 0 30px;
  height: 70px;
  width: 650px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.influence_title_time {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  padding-left: 30px;
  margin-bottom: 30px;
  display: block;
}
.influence_text {
  width: 680px;
  height: 112px;
  border-radius: 0 8px 8px 0;
  border: 1px solid #979797;
  border-left: none;
  padding: 20px 40px 20px 30px;
  color: #333;
}

.more_btn {
  display: block;
  width: 140px;
  height: 50px;
  background: #0052d9;
  border-radius: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 50px;
}
.more_btn:hover {
  color: rgba(255, 255, 255, 1);
}
.influence_main_con a:hover p {
  color: #333;
}

/*6-6新增列表页*/
.list_page_main {
  margin-top: 80px;
  background: #f9fbff;
}
/*.listpage_banner {*/
/*    width: 100%;*/
/*    height: 300px;*/
/*    background: url(../img/list_banner.jpg) no-repeat center;*/
/*}*/
.list_con_center {
  width: 1200px;
  margin: 0 auto;
}
.listYm h4 {
  font-size: 22px;
  font-weight: 400;
  padding: 25px 0;
}
.listYm h4 i {
  width: 4px;
  height: 22px;
  background: #0052d9;
  float: left;
  display: block;
  margin: 5px 6px 0 0;
}
.page-box {
  margin-bottom: 15px;
}
.page-box-l {
  float: left;
}
.page-box-l a {
  width: 88px;
  height: 40px;
  display: inline-block;
  background: #fff;
  color: #a6937c;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
}
.page-box-l a.not {
  color: #999 !important;
  background: #ccc !important;
}
.page-box-r {
  float: right;
}
.page-box-r .ys a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  display: inline-block;
  margin-right: 5px;
  color: #a6937c;
  font-size: 16px;
}
.page-box-r .ys a.current_p {
  color: #fff;
  background: #0052d9;
}
.page-box-r .ys input {
  text-align: center;
  vertical-align: top;
  background: #0052d9;
  color: #fff;
  width: 66px;
  height: 40px;
  margin: 0 10px;
  border: none;
}
.page-box-r .ys a.tz {
  width: 64px;
  vertical-align: bottom;
}
.page-box-r .ys a:hover,
.page-box-l a:hover {
  color: #fff;
  background: #0052d9;
}
.bord .wz-a {
  background: #fff;
  padding: 20px;
  display: block;
  margin-bottom: 25px;
  transition: all 0.5s;
}
.bord .wz-a:hover {
  box-shadow: 0 0 9px #05183824;
}
.bord .wz-a p {
  width: 214px;
  height: 120px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.bord .wz-a img.wztu {
  width: 214px;
  display: block;
}
.bord .wz-a dl {
  color: #3e3431;
  font-size: 18px;
}
.bord .wz-a dd {
  font-size: 14px;
}
.bord .wz-a dd.color-dd {
  font-size: 14px;
  color: #999;
  margin: 5px 0;
}
.bord .wz-a dd.hei-no {
  max-height: 75px;
  overflow: hidden;
  line-height: 25px;
}
.bord .wz-a dd.hei-no {
  max-height: 75px;
  overflow: hidden;
  line-height: 25px;
}

/*详情页 */
.detail_center {
  width: 1200px;
  margin: 120px auto 0;
}
.content-nrleft {
  width: 980px;
  padding: 50px 26px 30px 34px;
  background: #fff;
  margin: 20px auto;
}
.content-nrleft h2 {
  font-size: 36px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-weight: normal;
}
.content-nrleft .time-wz {
  color: #999;
  font-size: 14px;
  padding: 15px 0;
}
.complete p {
  float: right;
  color: #0b3579bd;
  margin-top: 25px;
  font-size: 14px;
}
.complete p i {
  width: 10px;
  height: 10px;
  background: #0b3579bd;
  display: inline-block;
  margin-right: 10px;
}
.up-down .p-sx span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 450px;
}
.up-down .p-sx a {
  color: #0b3579;
  font-size: 16px;
  padding: 9px 20px;
  background: #fff;
  margin-right: 10px;
}

.MsoNormal {
  line-height: 26px;
  color: #333;
  text-indent: 2em;
}
.MsoListParagraph {
  margin-bottom: 5px;
  line-height: 26px;
  color: #333;
}

/*修改尺寸*/
.news_con_latest img {
  height: 292px;
}
.news_con_list_item {
  margin-bottom: 10px;
}
.influence_main_con img {
  height: 292px;
}
.influence_main_txt {
  height: 292px;
}
.influence_title_time {
  margin-bottom: 20px;
}
.wz-list img {
  width: 100%;
  display: block;
  margin: 15px 0;
}
.wz-list p {
  text-indent: 2em;
  line-height: 26px;
}
.news_main {
  position: relative;
}
.news_more_btn {
  position: absolute;
  right: 8px;
  top: 70px;
  font-size: 16px;
  color: #000;
}
.news_more_btn:hover {
  color: #0052d9;
}

/**/
.news_con_imgbox {
  float: left;
  width: 160px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
}
.news_con_list_item:hover .news_con_imgbox img {
  transform: scale(1.1);
}
.news_con_list_item {
  transition: all 0.5s;
}
.news_con_list_item:hover {
  box-shadow: 0 0 10px #00358c3d;
}

/*2个banner*/
.c-banner {
  float: left;
  width: 1200px;
  height: 292px;
  overflow: hidden;
  position: relative;
}
.c-banner .banner2 ul li {
  position: absolute;
  display: none;
  opacity: 0;
}
.c-banner .banner2 ul li:nth-child(1) {
  opacity: 1;
  display: block;
}
.banner2 li > a {
  display: block;
  width: 1200px;
  height: 292px;
  position: absolute;
  top: 0;
}

/*2024-6-17*/
.informaLeft {
  float: left;
  position: relative;
  height: 292px;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container1 {
  height: 350px;
  width: 520px;
}
.swiper-container1 .swiper-wrapper {
  height: 292px;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-container1 .swiper-slide {
  height: 292px !important;
  margin-bottom: 0;
}
.informaLeft a {
  overflow: hidden;
  display: block;
}
.informaLeft img {
  width: 520px;
  height: 292px;
  display: block;
  transition: transform 0.5s;
}
.informaLeft .wzTitle {
  position: absolute;
  left: 0;
  bottom: 14px;
  /* height: 65px; */
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-indent: 15px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(6, 6, 6, 0.4);
  width: 100%;
}
.swiper-container1 .swiper-pagination1 {
  position: absolute;
  bottom: 80px;
  z-index: 10000;
  height: 20px;
  top: 281px;
}
.swiper-container1 .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #987e60;
  float: left;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container1 .swiper-pagination-bullet.active {
  background: #0052d9;
}
.swiper-container1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0052d9;
}

.rz_course {
  height: initial;
}
.ai_course_item {
  overflow: hidden;
}
.ai_course_msg {
  margin-bottom: 20px;
}

.price_txt {
  position: absolute;
  bottom: 27px;
  right: 30px;
  font-size: 16px;
  color: #0b3579;
}
