@charset "UTF-8";
@import url("/static/css/swiper-bundle.min.css");
@import url("/static/css/locomotive-scroll.css");
@import url("/static/css/animate.min.css");

:root ::-webkit-scrollbar {
  background-color: #5a89ff;
  border-radius: 10px;
  width: 10px;
}

:root ::-webkit-scrollbar-thumb {
  background-color: #5a89ff;
  border-radius: 10px;
}

:root ::-webkit-scrollbar-track-piece {
  background: #e3e3e3;
  border-radius: 10px;
}

/* 鍦ㄧ嚎閾炬帴鏈嶅姟浠呬緵骞冲彴浣撻獙鍜岃皟璇曚娇鐢紝骞冲彴涓嶆壙璇烘湇鍔＄殑绋冲畾鎬э紝浼佷笟瀹㈡埛闇€涓嬭浇瀛椾綋鍖呰嚜琛屽彂甯冧娇鐢ㄥ苟鍋氬ソ澶囦唤銆 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4537135 */
  src: url('//at.alicdn.com/t/c/font_4537135_io2rvwpz22j.woff2?t=1716170906867') format('woff2'),
    url('//at.alicdn.com/t/c/font_4537135_io2rvwpz22j.woff?t=1716170906867') format('woff'),
    url('//at.alicdn.com/t/c/font_4537135_io2rvwpz22j.ttf?t=1716170906867') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.dot-spinner {
  --uib-size: 20rem;
  --uib-speed: 0.9s;
  --uib-color: #183153;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {

  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

header.shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .phone {
  border-radius: 23px;
  border: 1px solid #1fbbf8;
  transition: all 1s;
}

header .phone span {
  font-family: Arial;
  font-weight: 400;
  font-size: 18rem;
  color: #333333;
}

header .phone>.icon {
  color: #333333;
}

header .phone:hover {
  background: linear-gradient(122deg, #02269c, #1fbbf8);
  /* 姝ゅ浣跨敤姝ｇ‘鐨勭嚎鎬ф笎鍙樻牸寮 */
}

header .phone:hover span {
  color: #fff;
}

header .phone:hover>.icon {
  color: #fff;
}

header .hd_m_menu.on {
  height: 100vh;
}

.home .banner .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.home .banner .swiper .swiper-slide>img {
  border-radius: 30px;
  width: 1844rem;
  height: 871rem;
  object-fit: cover;
}

.home .banner .swiper .swiper-slide .content .slogan {
  background: url(/static/img/h14.png) center/100% 100%;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26rem;
  color: #ffffff;
}

.home .banner .swiper .swiper-slide .content .slogan span {
  font-size: 30rem;
  line-height: 40rem;
  color: #3dfaff;
}

.home .banner .swiper .swiper-slide .content .more {
  width: 190rem;
  height: 57rem;
  background: linear-gradient(91deg, #4974ff, #10ded6);
  border-radius: 28.5rem;
}

.home .banner .swiper .swiper-slide .content .more .more_text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16rem;
  color: #ffffff;
  line-height: 36rem;
}

.home .banner .swiper .swiper-slide .content .more .more_icon {
  width: 77rem;
  height: 42rem;
  background: #ffffff;
  border-radius: 21rem;
}

.home .banner .swiper .swiper-slide .content .tip .tip_text {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 14rem;
  color: #ffffff;
  line-height: 1;
}

.home .banner .swiper .swiper-slide .content .paging {
  font-family: Arial;
  font-weight: 400;
  font-size: 18rem;
  color: #666666;
}

.home .banner .swiper .swiper-slide .content .paging span {
  color: #ffffff;
}

.home .mid {
  background: url(/static/img/h21.png) center/100% 100%;
}

.home .service .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 54rem;
}

.home .service .service_boxs .service_box:nth-child(1) {

  background: url("/static/img/h24.png") center/cover;
  padding: 40rem 36rem 40rem 31rem;
}

.home .service .service_boxs .service_box:nth-child(2) {

  background: url("/static/img/h27.png") center/cover;
  padding: 40rem 36rem 40rem 40rem;
}

.home .service .service_boxs .service_box:nth-child(3) {

  background: url("/static/img/h25.png") center/cover;
  padding: 40rem 36rem 40rem 40rem;
}

.home .service .service_boxs .service_box:nth-child(4) {

  background: url("/static/img/h26.png") center/cover;
  padding: 40rem 36rem 40rem 40rem;
}

@media (min-width:768px) {
  .home .service .service_boxs .service_box:nth-child(1) {
    right: 413rem;
    top: -81rem;
    background: url("/static/img/h24.png") center/cover;
    padding: 40rem 36rem 40rem 31rem;
  }

  .home .service .service_boxs .service_box:nth-child(2) {
    left: 391rem;
    top: -81rem;
    background: url("/static/img/h27.png") center/cover;
    padding: 40rem 36rem 40rem 40rem;
  }

  .home .service .service_boxs .service_box:nth-child(3) {
    right: 413rem;
    top: 216rem;
    background: url("/static/img/h25.png") center/cover;
    padding: 40rem 36rem 40rem 40rem;
  }

  .home .service .service_boxs .service_box:nth-child(4) {
    left: 391rem;
    top: 183rem;
    background: url("/static/img/h26.png") center/cover;
    padding: 40rem 36rem 40rem 40rem;
  }
}


.home .service .service_box .num {
  font-family: PangMenZhengDao;
  font-weight: 400;
  font-size: 36rem;
  background: linear-gradient(180deg, rgb(109, 132, 206) 0%, rgb(206, 209, 218) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40rem;
  color: transparent;
}

.home .service .service_box_text {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24rem;
  color: #333333;
  line-height: 40rem;
}

.home .study_left_title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 40rem;
  color: #2d6cfe;
  line-height: 54rem;
}

.home .study .left {
  background: url("/static/img/h35.png") center/100% 100%;
}

.home .study .line {
  width: 206rem;
  height: 5rem;
  border-radius: 3px;
  background: rgb(222, 233, 252);
}

.home .study .line .line_process {
  background: linear-gradient(90deg, rgb(59, 115, 255) 1%, rgb(222, 233, 252) 100%);
}

.home .study .text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  background: linear-gradient(0deg, #2e6aff 0%, #628eff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home .study .register {
  width: 174rem;
  height: 57rem;
  background: linear-gradient(90deg, #2e6aff, #628eff);
  border-radius: 29rem;
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 16rem;
  color: #ffffff;
  line-height: 20rem;
}

.home .study .right .right_box {
  background: url("/static/img/h35.png") center/100% 100%;
}

.home .study .right .right_box .num {
  font-family: PangMenZhengDao;
  font-weight: 400;
  font-size: 36rem;
  background: linear-gradient(180deg, rgb(109, 132, 206) 0%, rgb(206, 209, 218) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40rem;
  color: transparent;
}

.home .study .right .right_box_text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18rem;
  color: #0c37a9;
  line-height: 24rem;
}

.home .project {
  background: url("/static/img/h41.png") center/cover;
  background-attachment: fixed;
}

.home .project .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5e8cff;
  line-height: 70rem;
}

.home .project .sub_title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 36rem;
  color: #ffffff;
  line-height: 69rem;
  background: url("/static/img/h51.png") center/100% 100%;
}

.home .project .view_more>span {
  width: 38rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 16rem;
  color: #ffffff;
  line-height: 18rem;
}

.home .project .right .row:nth-child(1) {
  background: url("/static/img/h61.png") center/100% 100%;
}

.home .project .right .row:nth-child(2) {
  background: url("/static/img/h62.png") center/100% 100%;
}

.home .project .right .row:nth-child(3) {
  background: url("/static/img/h63.png") center/100% 100%;
}

.home .project .right .row .row_title {
  background: url(/static/img/h51.png) center/100% 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20rem;
  color: #ffffff;
  line-height: 24rem;
}

.home .project .right .row .row_desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16rem;
  color: #ffffff;
  line-height: 24rem;
  opacity: 0.6;
}

.home .info {
  background: url("/static/img/h56.png") center/cover;
}

.home .info .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 70rem;
}

.home .info .news_list .item {
  border: 1rem solid #cddbff;
}

.home .info .news_list .item span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16rem;
  color: #4d4d4d;
}

.home .provider {
  background: url("/static/img/h71.png") center/cover;
}

.home .provider .desc {
  font-size: 16rem;
  font-family: "Microsoft YaHei";
  color: rgba(51, 51, 51, 0.702);
  line-height: 1.75;
  text-align: center;
}

.home .share {
  background: url("/static/img/h73.png") center/cover;
}

.home .share .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 44rem;
  color: #1a1a1a;
  line-height: 70rem;
}

.home .share .selector button {
  padding: 10rem 18rem;
  border-radius: 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16rem;
  color: #666666;
  line-height: 36rem;
  transition: all 0.3s;
}

.home .share .selector button.on {
  background: linear-gradient(90deg, #4974ff, #10ded6);
  color: #ffffff;
}

.home .share .mySwiper2 .swiper-wrapper {
  align-items: center;
}

.home .share .mySwiper2 .swiper-wrapper .swiper-slide {
  width: 750rem;
  height: auto;
  transition: width 1s;

  &>a>img {
    width: 306rem;
    height: 200rem;
    object-fit: cover;
    transition: 1s;
  }

  &.swiper-slide-active>a>img {
    width: 100%;
    height: 440rem;
    object-fit: cover;
  }

  &.swiper-slide-prev>a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.home .share .mySwiper2 .swiper-wrapper .swiper-slide .content .brief {
  opacity: 1;
  transition: all 1s;
  width: 306rem;
}

.home .share .mySwiper2 .swiper-wrapper .swiper-slide .content .brief .brief_title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20rem;
  color: #333333;
}

.home .share .mySwiper2 .swiper-wrapper .swiper-slide .content .brief .brief_date {
  font-family: Arial;
  font-weight: 400;
  font-size: 14rem;
  color: #999999;
}

.home .share .mySwiper2 .swiper-wrapper .swiper-slide .content .view_more {
  width: 102rem;
  height: 102rem;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  opacity: 0;
  transition: opacity 1s;
}

.home .share .mySwiper2 .swiper-wrapper .swiper-slide .content .view_more pre {
  font-size: 14rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
}

.home .share .mySwiper2 .swiper-slide.swiper-slide-active {
  width: 750rem;
}

.home .share .mySwiper2 .swiper-slide.swiper-slide-active .content .view_more {
  opacity: 1;
}

.home .share .mySwiper2 .swiper-slide.swiper-slide-active .content .brief {
  opacity: 1;
  width: 100%;
}

.home .share .mySwiper2_navigator .mySwiper2-paging>.current {
  font-size: 24rem;
  color: #333333;
}

.home .share .mySwiper2_navigator .mySwiper2-paging>span {
  font-family: Arial;
  font-weight: bold;
  font-size: 16rem;
  color: #666666;
}

.banner .banner_cn {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 44rem;
  color: #333333;
}

.banner .banner_en {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 72rem;
  color: rgba(255, 255, 255, 0);
  opacity: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  line-height: 1;
}

.page_about .brief {
  background: url(/static/img/a18.png) center/cover;
}

.page_about .strategy {
  background: url(/static/img/a21.png) center/cover;
}

.page_about .strategy .dot {
  width: 8rem;
  height: 8rem;
  background: #0c37a9;
  border-radius: 50%;
}

.page_about .strategy .ab_text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24rem;
  color: #0c37a9;
  line-height: 24rem;
}

.page_about .ad {
  background: url(/static/img/a25.png) center/cover;
}

.page_about .ad .list_item svg {
  opacity: 0;
}

.page_about .ad .list_item .span {

  font-weight: 400;
  font-size: 20rem;
  line-height: 1;
  color: rgba(26, 26, 26, 0.6);
}

.page_about .ad .list_item.on svg {
  opacity: 1;
}

.page_about .ad .list_item.on .span {
  font-size: 30rem;
  color: rgb(26, 26, 26);
}

.page_about .certification {
  background: url("/static/img/a32.jpg") center/cover;
}

.page_about .certification .mySwiper2_prev,
.page_about .certification .mySwiper2_next {
  width: 51rem;
  height: 51rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(91deg, #4974ff, #10ded6);
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}

.page_about .certification .mySwiper2_prev .iconfont,
.page_about .certification .mySwiper2_next .iconfont {
  color: #fff;
}

.page_about .certification .mySwiper2_prev.swiper-button-disabled,
.page_about .certification .mySwiper2_next.swiper-button-disabled {
  border: 1px solid #4974ff;
  background: none;
}

.page_about .certification .mySwiper2_prev.swiper-button-disabled .iconfont,
.page_about .certification .mySwiper2_next.swiper-button-disabled .iconfont {
  color: #000;
}

.page_about .certification .mySwiper2 .swiper-slide {
  width: 323rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_about .certification .mySwiper2 .swiper-slide.swiper-slide-active>img {
  width: 323rem;
}

.page_about .certification .mySwiper2 .swiper-slide.swiper-slide-next>img,
.page_about .certification .mySwiper2 .swiper-slide.swiper-slide-prev>img {
  width: 202rem;
}

.page_about .certification .mySwiper2 .swiper-slide>img {
  transition: all 0.4s;
  width: 148rem;
}

.page_audit .infomation .info_text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16rem;
  color: rgba(51, 51, 51, 0.8);
  line-height: 30rem;
}

.page_audit .list_box:nth-child(1) {
  background: url(/static/img/au14.png) center/cover;
}

.page_audit .list_box:nth-child(2) {
  background: url(/static/img/au15.png) center/cover;
}

.page_audit .list_box:nth-child(3) {
  background: url(/static/img/au16.png) center/cover;
}

.page_audit .list_box:nth-child(4) {
  background: url(/static/img/au17.png) center/cover;
}

.page_audit .list_box:nth-child(5) {
  background: url(/static/img/au18.png) center/cover;
}

.page_audit .program {
  background: linear-gradient(0deg, rgb(242, 244, 250) 0%, rgb(123, 146, 208) 100%);
  background-clip: text;
  color: rgba(255, 255, 255, 0);
  font-weight: 700;
  font-size: 36rem;
}

.page_navigator .item.on {
  color: #fff !important;
  background: linear-gradient(91deg, #4974ff, #10ded6);
}

.page_train .swiper-horizontal>.swiper-pagination-bullets,
.page_train .swiper-pagination-bullets.swiper-pagination-horizontal,
.page_train .swiper-pagination-custom,
.page_train .swiper-pagination-fraction {
  --swiper-pagination-top: 431rem;
}

.page_train .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 52rem;
  --swiper-pagination-bullet-height: 6rem;
  --swiper-pagination-bullet-border-radius: 3rem;
}

.page_train .mySwiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  opacity: 0.6;
}

.page_train .mySwiper .swiper-slide.swiper-slide-active {
  width: 626.3rem;
  z-index: 30;
  opacity: 1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.page_train .mySwiper .swiper-slide.swiper-slide-active>div {
  height: 100%;
}

.page_news .news_directory>a.on {
  background: linear-gradient(91deg, #4974ff, #10ded6);
  border: none;
}

.page_news .news_directory>a.on>div {
  color: #fff;
}

.page_news .news_directory>a {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.page_news .news_directory>a>div {
  color: #666666;
}

.page_project_contact .swiper-nav.on {
  border-bottom: 3rem solid #0c37a9;
}

.page_project_contact .mySwiper2 .swiper-slide.swiper-slide-next img {
  /* transform: translateY(-30rem); */
}

@media (max-width: 768px) {

  .page_train .swiper-horizontal>.swiper-pagination-bullets,
  .page_train .swiper-pagination-bullets.swiper-pagination-horizontal,
  .page_train .swiper-pagination-custom,
  .page_train .swiper-pagination-fraction {
    --swiper-pagination-top: 400rem;
  }
}

/*# sourceMappingURL=main.css.map */



.page_about .nth:nth-child(2) {
  left: 109rem;
  top: 37rem;

}

.page_about .nth:nth-child(3) {
  right: 92rem;
  top: 77rem;

}

.page_about .nth:nth-child(4) {
  left: 152rem;
  top: 212rem;
}

.page_about .nth2:nth-child(2) {
  left: 0;
  top: 0;
}

.page_about .nth2:nth-child(3) {
  left: 420rem;
  top: 0rem;
}

.page_about .nth2:nth-child(4) {
  left: 0rem;
  top: 212rem;
}

.page_about .nth2:nth-child(5) {
  left: 435rem;
  top: 212rem;
}

.page_about .nth1:nth-child(3) {
  left: 100rem;
  top: 110rem;

}

.page_about .nth1:nth-child(4) {
  right: 100rem;
  bottom: 85rem;

}

@media (max-width:768px) {
  .page_about .nth:nth-child(3) {
    right: 0;
  }

  .page_about .nth:nth-child(4) {
    top: 430rem;
  }

  .page_about .nth2:nth-child(3) {
    left: 250rem;
  }

  .page_about .nth2:nth-child(5) {
    left: 250rem;
    top: 250rem;
  }

  .page_about .nth2:nth-child(4) {
    top: 250rem;
  }

  .page_about .nth1:nth-child(4) {}
}

.page_question_detail video {
  display: inline-block;
}

.page_question_detail img {
  display: inline-block;
}

.hd_nav_on {
  position: relative;
}

.hd_nav_on ::after {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(91deg, #4974ff, #10ded6);
}