section {
  margin-bottom: 85px;
}

@font-face {
  font-family: FZHTJW;
  src: url(../fonts/FZHTJW.TTF);
}

.i-public-head {
  margin-bottom: 30px;
}
.i-public-head .title h3 {
  color: var(--main-theme-color);
  white-space: nowrap;
}
.i-public-head .title span {
  color: #333;
  opacity: 0.4;
  text-transform: uppercase;
}
.i-public-head .more a span {
  color: #333;
  opacity: 0.4;
}

#i-news {

margin-bottom:95px;
}

#i-news .news-contents .myNewsSwiper {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 4px 4px 12px rgba(6, 108, 212, 0.25), 4px 8px 12px rgba(0, 0, 0, 0.125);
}
#i-news .news-contents .myNewsSwiper .swiper-slide a {
  display: flex;
  width: 100%;
  height:100%;
  position: relative;
}
#i-news .news-contents .myNewsSwiper .swiper-slide a .context {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 54px;
  background-color: rgba(42, 47, 53, 0.9);
}
#i-news .news-contents .myNewsSwiper .swiper-slide a .context span,
#i-news .news-contents .myNewsSwiper .swiper-slide a .context h4 {
  color: #fff;
}
#i-news .news-contents .myNewsSwiper .swiper-slide a .context h4 {
  font-size: 22px;
}
#i-news .news-contents .news-content a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F2F2F2;
  padding: 13px 12px;
  background-color: #fff;
}
#i-news .news-contents .news-content a .context {
  flex: 1;
  margin-right: 16px;
}
#i-news .news-contents .news-content a .context h5 {
  font-size: 18px;
  font-weight: 600;
  color: #131B26;
  margin-bottom: 8px;
  font-family:HZHTJW;
}

#i-news .news-contents .news-content a .context span {
  color: #8A8B99;
  font-family:HZHTJW;
}
#i-news .news-contents .news-content a .date {
  background-color: #F2F2F2;
  padding: 0px 4px;
  width: 68px;
  height: 68px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
#i-news .news-contents .news-content a .date span {
  display: block;
  color: #474C59;
  font-family:HZHTJW;
}
#i-news .news-contents .news-content a .date span:nth-of-type(1) {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
#i-news .news-contents .news-content a .date span:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #8A8B99;
}
#i-news .news-contents .news-content a:hover {
  background-color: #F3F8FF;
  border-bottom: 1px solid #06F;
}
#i-news .news-contents .news-content a:hover .context h5 {
  color: var(--main-theme-color);
}
#i-news .news-contents .news-content a:hover .date {
  background: linear-gradient(203deg, #55AAF8 -1.46%, #066CD4 85.26%);
}
#i-news .news-contents .news-content a:hover .date span {
  color: #fff;
}

#i-notice-announcements {
  position: relative;
}
#i-notice-announcements .notice-bg-cover {
  position: absolute;
  inset: 0;
  height: calc(100% + 150px);
  transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  z-index: -1;
}
#i-notice-announcements .notice-bg-cover img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
#i-notice-announcements .notice-announcements {
  //background: url(../images/notice_bg.png) no-repeat;
  //background-size: cover;
  padding-top:50px;
}
#i-notice-announcements .notice-announcements .i-public-head h3 {
  color: #fff;
}
#i-notice-announcements .notice-announcements .i-public-head span {
  color: #fff;
  opacity: 0.5;
}
#i-notice-announcements .notice-announcements .pbc-head {
  border-bottom: 1px solid #DBE4F5;
}

.notice-head .title h5 {
font-size:20px;
}

#i-notice-announcements .notice-announcements .pbc-content .context .notice-item a {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  padding: 14px 0;
  font-size: 14px;
  padding-left: 16px;
  position: relative;
}
#i-notice-announcements .notice-announcements .pbc-content .context .notice-item a h6 {
  font-size: 16px;
  font-family:HZHTJW;
}
#i-notice-announcements .notice-announcements .pbc-content .context .notice-item a:hover h6 {
  color: var(--main-theme-color);
}
#i-notice-announcements .notice-announcements .pbc-content .context .notice-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--main-theme-color);
}

#i-notice-announcements .notice-announcements .pbc-content .context .notice-item a span {    white-space: nowrap;}

#i-platform-column {
  margin-bottom: 0;
padding-bottom:35px;
    background: linear-gradient(to top, #fefefa, transparent);
}
#i-platform-column .platform-column .i-public-head {
  margin-bottom: 42px;
}
#i-platform-column .platform-column .plat-items li {
  padding: 15px 0px;
  display: flex;
  width:16.6%;
  transition: all 0.5s linear;
}

#i-platform-column .platform-column .plat-items li a {
margin:0 auto;
}

#i-platform-column .platform-column .plat-items li a .icon {
  width: 100px;
  background-image: url(../images/Polygon\ 5.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate3d(0, 1, 0, 0deg);
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  -moz-transform: rotate3d(0, 1, 0, 0deg);
  -ms-transform: rotate3d(0, 1, 0, 0deg);
  -o-transform: rotate3d(0, 1, 0, 0deg);
  transition: all 0.55s linear;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -ms-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  margin-bottom: 19px;
}
#i-platform-column .platform-column .plat-items li a:hover .icon {
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
}
#i-platform-column .platform-column .plat-items li a h6 {
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}

#i-information-system {
  position: relative;
}
#i-information-system .infor-contents {
  padding: 0 15px;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 98;
}
#i-information-system .infor-contents .row {
  padding: 0%;
}
#i-information-system .infor-contents .row .col-md-4 {
  padding: 0%;
}
#i-information-system .infor-contents .sys-item a {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}
#i-information-system .infor-contents .sys-item a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s linear;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
}
#i-information-system .infor-contents .sys-item a .context-container {
  position: absolute;
  inset: 0;
opacity:0.9;
}
#i-information-system .infor-contents .sys-item a .context-container .context {
  padding: 43px 42px 12px 36px;
  display: flex;
  flex-direction: column;
}
#i-information-system .infor-contents .sys-item a .context-container .context .title {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
#i-information-system .infor-contents .sys-item a .context-container .context h2 {
  color: #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
#i-information-system .infor-contents .sys-item a .context-container .context .lang {
  display: block;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
#i-information-system .infor-contents .sys-item a:hover img {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
}
#i-information-system .infor-contents .sys-item.sys-item_one a {
  padding-top: 113.4%;
}
#i-information-system .infor-contents .sys-item.sys-item_one a .context-container {
display: block;
  //background: linear-gradient(180deg, rgba(68, 115, 233, 0.9) 0%, rgba(4, 167, 219, 0.9) 100%);
  //background: -webkit-linear-gradient(180deg, rgba(68, 115, 233, 0.9) 0%, rgba(4, 167, 219, 0.9) 100%);
background:url(../images/bg_1.png) no-repeat;
background-size:cover;
background-position:top;
}
#i-information-system .infor-contents .sys-item.sys-item_one a .context-container h2 {
  font-size: 38px;
}
#i-information-system .infor-contents .sys-item.sys-item_two a {
  padding-top: 68%;
}
#i-information-system .infor-contents .sys-item.sys-item_two a .context-container {
  //background-color: rgba(56, 180, 172, 0.9);
background:url(../images/bg_2.png) no-repeat;
background-size:cover;
background-position:top;
}
#i-information-system .infor-contents .sys-item.sys-item_two a .context-container h2 {
  font-size: 31px;
}
#i-information-system .infor-contents .sys-item.sys-item_three a {
  padding-top: 45.4%;
}
#i-information-system .infor-contents .sys-item.sys-item_three a .context-container {
  //background: rgba(60, 109, 236, 0.9);
background:url(../images/bg_3.png) no-repeat;
background-size:cover;
background-position:top;
}
#i-information-system .infor-contents .sys-item.sys-item_three a .context-container .context {
  text-align: end;
  justify-content: end;
  height: 100%;
}
#i-information-system .infor-contents .sys-item.sys-item_three a .context-container .context .title {
  align-items: end;
}
#i-information-system .infor-contents .sys-item.sys-item_three a .context-container h2 {
  font-size: 26px;
}
#i-information-system .infor-contents .sys-item.sys-item_four a {
  padding-top: 45.4%;
}
#i-information-system .infor-contents .sys-item.sys-item_four a .context-container {
  //background: rgba(2, 116, 243, 0.9);
background:url(../images/bg_4.png) no-repeat;
background-size:cover;
background-position:top;
}
#i-information-system .infor-contents .sys-item.sys-item_four a .context-container .context {
  text-align: end;
  justify-content: end;
}
#i-information-system .infor-contents .sys-item.sys-item_four a .context-container .context .title {
  align-items: end;
}
#i-information-system .infor-contents .sys-item.sys-item_four a .context-container h2 {
  font-size: 27px;
}
#i-information-system .infor-contents .sys-item.sys-item_five a {
  padding-top: 68%;
}
#i-information-system .infor-contents .sys-item.sys-item_five a .context-container {
  //background: rgba(91, 189, 142, 0.9);
background:url(../images/bg_5.png) no-repeat;
background-size:cover;
background-position:top;
}
#i-information-system .infor-contents .sys-item.sys-item_five a .context-container .context {
  height: 100%;
  justify-content: end;
}
#i-information-system .infor-contents .sys-item.sys-item_five a .context-container h2 {
  font-size: 28px;
}
.offcanvas-service .offcanvas-body {background:url(../images/side.png) no-repeat;background-size:cover;}

.learn-create {
margin-top: 150px;
}

.learn-create .learn-create-bg {
  background: url(../images/learn_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.learn-create .learn-create-bg .left-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.learn-create .learn-create-bg .left-bg img {
  width: 92%;
  opacity: 0.9;
}
.learn-create .learn-create-bg .right-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.learn-create .learn-create-bg  .section-title {
  display: flex;
  margin-bottom: 25px;
    transform: translateY(-70px);
}
.learn-create .learn-create-bg .section-title img {
  width: 340px;
  margin: 0 auto;
}

.learn-create .learn-create-bg .section-row .row .learn-list-container ul {
  margin-left: 180px;
  padding: 36px 0;
  margin-bottom: 15px;
  position: relative;
  border-left: 1px dashed #fff;
    transform: translateY(-7px);
}

.learn-create .learn-create-bg .section-row .row .learn-list-container ul::before {
content:"";
position:absolute;
width:25px;
height:25px;
top:-16px;
left:-12px;
background:url(../images/wgd_down.png) no-repeat;
}

.learn-create .learn-create-bg .section-row .row .learn-list-container ul .learn-item a {
  display: block;
  padding: 14px 0 14px 22px;
  margin-bottom: 9px;
  position: relative;
    border-radius: 10px;
    margin-left: 13px;
}

.learn-create .learn-create-bg .section-row .row .learn-list-container ul .learn-item a:hover {
background:rgba(30, 122, 204, 0.54);
}

.learn-create .learn-create-bg .section-row .row .learn-list-container ul .learn-item a::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -20px;
  background: url(../images/icon_14.png) no-repeat;
  background-size:contain;
  z-index: 11;
  width: 15px;
  height: 12px;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
.learn-create .learn-create-bg .section-row .row .learn-list-container ul .learn-item a:hover::before {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}
.learn-create .learn-create-bg .section-row .row .learn-list-container ul .learn-item a .title h5 {
  font-size: 16px;
  color: #fff;
}
.learn-create .learn-create-bg .section-row .row .learn-list-container ul .learn-item a .date span {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
}

.learn-create .myPicLinkSwiper .swiper-slide {
transition:all 0.25s linear;
}

.learn-create .myPicLinkSwiper .swiper-slide-prev {
    transform: translateY(125px);
}

.learn-create .myPicLinkSwiper .swiper-slide-next {
    transform: translateY(100px);
}

.learn-create .myPicLinkSwiper .swiper-slide a img {
transition:all 0.5s linear;
    height: auto;
}

.learn-create .myPicLinkSwiper .swiper-slide a img:hover {
    transform: translateY(-50px);
}




/*# sourceMappingURL=index.css.map */