#i-banner {
  margin-bottom: 0;
}
#i-banner .banner .myBannerSwiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#i-banner .banner .myBannerSwiper .swiper-pagination-bullet {
  color: #fff;
  background-color: #fff;
  opacity: 1;
  position: relative;
}
#i-banner .banner .myBannerSwiper .swiper-pagination-bullet img {
  display: none;
}
#i-banner .banner .myBannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: transparent;
  margin: 0 60px;
}
#i-banner .banner .myBannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
}
#i-banner .banner .myBannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
}
#i-banner .banner .myBannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#i-news {
  margin-bottom: 0;
}
#i-news .news .news-bg {
  background: url(../images/news_bg.png) no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 140px;
  background-attachment: fixed;
}
#i-news .news .news-bg .news-list-swiper {
  margin-bottom: 70px;
}

#i-news .news .news-bg .news-list-swiper .images {
  position: relative;
  height: 100%;
}
#i-news .news .news-bg .news-list-swiper .images .img-item {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  position: absolute;
  inset: 0;
}
#i-news .news .news-bg .news-list-swiper .images .img-item:nth-of-type(1) {
  position: static;
}
#i-news .news .news-bg .news-list-swiper .images .img-item.on {
  opacity: 1;
  visibility: visible;
}

#i-news .news .news-bg .news-list-swiper .images .img-item a{
display:block;
padding-top:62%;
height:0;
position:relative;
}
#i-news .news .news-bg .news-list-swiper .images .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
position:absolute;
top:0;
left:0;

}
#i-news .news .news-bg .news-list-swiper .news-list {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.125);
  height:100%;
}
#i-news .news .news-bg .news-list-swiper .news-list ul {
height:100%;
}

#i-news .news .news-bg .news-list-swiper .news-list .list-item a {
  display: block;
  padding: 0 40px;
  overflow: hidden;
}
#i-news .news .news-bg .news-list-swiper .news-list .list-item a .list-container {
  border-bottom: 1px solid #e2e2e2;
}
#i-news .news .news-bg .news-list-swiper .news-list .list-item a .list-container .date-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}
#i-news .news .news-bg .news-list-swiper .news-list .list-item a .list-container .date-container .date {
  color: #aaa;
}
#i-news .news .news-bg .news-list-swiper .news-list .list-item a .list-container .date-container .line {
  display: block;
  width: 200px;
  height: 1px;
  background-color: #ddd;
}
#i-news .news .news-bg .news-list-swiper .news-list .list-item a .list-container .title {
  margin-bottom: 24px;
}

#i-news .news .news-bg .news-list-swiper .news-list .list-item a .list-container .title h4 {font-size:18px;}
#i-news .news .news-bg .news-list-swiper .news-list .list-item a:hover {
  background-image: url(../images/news_listBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: right;
}
#i-news .news .news-bg .news-list-swiper .news-list .list-item a:hover .list-container {
  border-color: transparent;
}
#i-news .news .news-bg .news-list-swiper .news-list .list-item a:hover .list-container span,
#i-news .news .news-bg .news-list-swiper .news-list .list-item a:hover .list-container h4 {
  color: #fff !important;
}
#i-news .news .news-bg .news-list-thumb a .title {
  margin-bottom: 20px;
}
#i-news .news .news-bg .news-list-thumb a .title h6 {
  font-size: 18px;
  min-height: 62px;
  line-height: 1.75;
}
#i-news .news .news-bg .news-list-thumb a .date {
  display: flex;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding: 12px 24px 12px 20px;
  margin-bottom: 20px;
  border-radius: 0 28px 28px 0;
  -webkit-border-radius: 0 28px 28px 0;
  -moz-border-radius: 0 28px 28px 0;
  -ms-border-radius: 0 28px 28px 0;
  -o-border-radius: 0 28px 28px 0;
  background-color: var(--main-theme-color);
}
#i-news .news .news-bg .news-list-thumb a .date span {
  font-size: 16px;
  color: #fff;
}
#i-news .news .news-bg .news-list-thumb a .detail {
  display: flex;
  align-items: center;
}
#i-news .news .news-bg .news-list-thumb a .detail .image {
  overflow: hidden;
  flex: 1;
}
#i-news .news .news-bg .news-list-thumb a .detail .image img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#i-news .news .news-bg .news-list-thumb a .detail .desc {
  margin-left: 20px;
  font-size: 14px;
  color: #888;
  line-height: 2;
 flex:1;
}
#i-news .news .news-bg .news-list-thumb a:hover h6 {
  color: var(--main-theme-color);
}
#i-news .news .news-bg .news-list-thumb a:hover .image img {
  transform: scale(1.125);
  -webkit-transform: scale(1.125);
  -moz-transform: scale(1.125);
  -ms-transform: scale(1.125);
  -o-transform: scale(1.125);
}

#i-notice .notice {
  position: relative;
}
#i-notice .notice .notice_bg_top {
  position: absolute;
  top: -135px;
}
#i-notice .notice .notice_bg {
  position: relative;
  background: url(../images/notice_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 140px;
}
#i-notice .notice .notice_bg .notice-list .row > div {
  margin-bottom: 30px;
}
#i-notice .notice .notice_bg .notice-list .notice-container a {
  background: url(../images/notice_list_bg.png) no-repeat;
  background-position: bottom right;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.125);
  transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
}
#i-notice .notice .notice_bg .notice-list .notice-container a .date {
  text-align: center;
  padding: 45px 20px;
  background-color: #fff;
  position: relative;
}
#i-notice .notice .notice_bg .notice-list .notice-container a .date span {
  color: var(--main-theme-color);
  font-size: 30px;
}
#i-notice .notice .notice_bg .notice-list .notice-container a .date span.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main-theme-color);
}
#i-notice .notice .notice_bg .notice-list .notice-container a .date::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 66.7%;
  background-color: #e6e6e6;
}
#i-notice .notice .notice_bg .notice-list .notice-container a .date::after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  width: 36px;
  height: 36px;
  background: radial-gradient(circle at 0 0, transparent 35px, var(--main-theme-color) 37px) !important;
  transform: rotate(180deg) translateX(-20px);
  -webkit-transform: rotate(180deg) translateX(-20px);
  -moz-transform: rotate(180deg) translateX(-20px);
  -ms-transform: rotate(180deg) translateX(-20px);
  -o-transform: rotate(180deg) translateX(-20px);
}
#i-notice .notice .notice_bg .notice-list .notice-container a .title {
  padding: 0 20px;
}
#i-notice .notice .notice_bg .notice-list .notice-container a .title h6 {
  line-height: 1.75;
  font-size: 18px;
}
#i-notice .notice .notice_bg .notice-list .notice-container a:hover {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
#i-notice .notice .notice_bg .notice-list .notice-container a:hover .date {
  background-color: var(--main-theme-color);
}
#i-notice .notice .notice_bg .notice-list .notice-container a:hover .date::before {
  background-color: transparent;
}
#i-notice .notice .notice_bg .notice-list .notice-container a:hover .date::after {
  opacity: 1;
}
#i-notice .notice .notice_bg .notice-list .notice-container a:hover .date span {
  color: #fff;
}
#i-notice .notice .notice_bg .notice-list .notice-container a:hover .date .line {
  background-color: #fff;
}
#i-notice .notice .notice_bg .notice-list .notice-container a:hover h6 {
  color: var(--main-theme-color);
  font-weight: bold;
}

#i-training {
  background: url(../images/training_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
#i-training .training .training_bg .training-lists .training-items {
  margin-right: 2px;
  display: flex;
}
#i-training .training .training_bg .training-lists .training-items .title-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#i-training .training .training_bg .training-lists .training-items .title-container .head {
  position: absolute;
  top: -61px;
  left: 0;
  width: 162px;
  height: 61px;
  display: none;
}
#i-training .training .training_bg .training-lists .training-items .title-container > img {
  height: 100%;
}
#i-training .training .training_bg .training-lists .training-items .title-container .content {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#i-training .training .training_bg .training-lists .training-items.training-prev .content {
    transform: translateX(-50%) rotateY(180deg);
}

#i-training .training .training_bg .training-lists .training-items .title-container .content .icon {
  margin-bottom: 40px;
  padding: 18px;
  position: relative;
  display: flex;
}
#i-training .training .training_bg .training-lists .training-items .title-container .content .icon .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: circle 0.5s linear 1s infinite;
  -webkit-animation: circle 0.5s linear 1s infinite;
}
#i-training .training .training_bg .training-lists .training-items .title-container .content .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  animation: circle 0.5s linear 1s infinite;
  -webkit-animation: circle 0.5s linear 1s infinite;
}
#i-training .training .training_bg .training-lists .training-items .title-container .content .title h4 {
  width:40px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 8px;
  margin: 0 auto;
}
#i-training .training .training_bg .training-lists .training-items .training-list {
  width: 0;
  overflow: hidden;
}
#i-training .training .training_bg .training-lists  .training-list ul {
  padding: 60px;
  width: 100%;
  height: 100%;
  background:url(../images/training_list_bg.png) no-repeat;
  background-position:bottom;
  background-color: #fff;
}
#i-training .training .training_bg .training-lists .accordion-body .training-list  ul {
padding:12px;
}


#i-training .training .training_bg .training-lists  .training-list li {
  border-bottom: 1px dashed #d4d4d4;
}
#i-training .training .training_bg .training-lists .training-list a {
  display: flex;
  padding: 18px 0;
  width: 100%;
}
#i-training .training .training_bg .training-lists  .training-list a .date {
  margin-right: 38px;
  white-space: nowrap;
}
#i-training .training .training_bg .training-lists .training-list a .date span {
  color: var(--main-theme-color);
}
#i-training .training .training_bg .training-lists .training-list a .title {flex:1;}

#i-training .training .training_bg .training-lists .training-list a .title h6 {
  font-size: 18px;
}
#i-training .training .training_bg .training-lists .training-list a:hover .title h6 {
  font-weight: 600;
  color: var(--main-theme-color);
}
#i-training .training .training_bg .training-lists .training-items.training-prev {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  margin-right: 0;
  margin-left: 2px;
}

#i-training .training .training_bg .training-lists {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.25));
}

#i-training .training .training_bg .training-lists .training-items.training-active {
  flex:1;
  margin-right: 0;
  margin-top: 20px;
  padding-bottom: 20px;
}
#i-training .training .training_bg .training-lists .training-items.training-active .training-list {
  width: 100%;
  flex: 1;
}
#i-training .training .training_bg .training-lists .training-items.training-active .title-container .head {
  display: block;
}
#i-training .learning-resources {
  padding: 85px 0;
  position: relative;
}
#i-training .learning-resources::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--main-theme-color);
}
#i-training .learning-resources .learning-item {
  position: relative;
}
#i-training .learning-resources .learning-item a {
  display: block;
  padding: 12px;
  position: relative;
  border: 1px dashed var(--main-theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}
#i-training .learning-resources .learning-item a:hover {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
}
#i-training .learning-resources .learning-item a .circle {
  position: absolute;
  inset: 0;
  z-index: 2;
}
#i-training .learning-resources .learning-item a .image {
  position: relative;
  z-index: 3;
}

#i-training .learning-resources .learning-item a .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
#i-training .learning-resources .learning-item a .content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
#i-training .learning-resources .learning-item a .content .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#i-training .learning-resources .learning-item a .content .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#i-training .learning-resources .learning-item a .content .title h6 {
  color: #fff;
}
#i-training .learning-resources .learning-item.knowledge a .content .icon {
  background: url(../images/knowledge_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 75px;
  height: 80px;
}
#i-training .learning-resources .learning-item.knowledge a .content .icon img {
  width: 60px;
}

@-webkit-keyframes circle {
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
  }
}

@keyframes circle {
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
  }
}/*# sourceMappingURL=index.css.map */