.home-banner{z-index:10;width:100%;background-color:#333;box-shadow:0 20px 30px rgba(0,0,0,.1)}
.banner-carousel{max-width:100%;width:100%;height:400px !important;margin:0 auto;background-color:#f1f1f1;background-size:cover;background-repeat:no-repeat;background-position:center}
.banner-carousel .swiper-slide{display:block;max-width:1400px;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#999;opacity:.38;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}
.banner-carousel .swiper-slide-active{opacity:1}
.banner-carousel-title{position:absolute;right:0;bottom:0;max-width:500px;width:100%;height:50px;line-height:50px;padding:0 170px 0 30px;text-align:left;background-color:rgba(0,0,0,.5);color:#fff;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}
.banner-carousel .swiper-slide:hover .banner-carousel-title{background-color:rgba(0,0,0,.8)}
.banner-carousel-title .text-truncate{line-height:50px;height:50px;font-size: 16px;font-weight:700;color:#fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.banner-carousel .swiper-slide-active .banner-carousel-title{opacity:1;visibility:visible}
.banner-controls{position:absolute;top:0;left:0;right:0;max-width:1400px;width:100%;height:100%;margin:0 auto}
.banner-pagination.swiper-pagination{left:auto;right:30px;bottom:10px;width:auto;color:#fff;font-size:24px}
.banner-pagination.swiper-pagination span{margin-left:8px;color:#004B8D;}
.banner-pagination.swiper-pagination b{margin-right:8px;color:#fff;font-size:14px;font-weight:400}
.banner-pagination .swiper-pagination-bullet{width:28px;height:26px;line-height:26px;text-align:center;background-color:transparent;color:#fff;opacity:1;border-radius:0}
.banner-pagination .swiper-pagination-bullet-active{background:#6510ac;box-shadow:0 0 8px rgba(0,0,0,.4)}
.swiper-button-next.banner-button-next,.swiper-button-prev.banner-button-prev{width:36px;height:36px;margin-top:-18px;background-color:#fff;background-size:auto auto;border-radius:50%;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;
    transition: all .3s ease;}
.swiper-button-prev.banner-button-prev{left:-18px;background-image:url(../images/arrow_left.png);background-position-x: 13px;}
.swiper-button-next.banner-button-next{right:-18px;background-image:url(../images/arrow_right.png);background-position-x: 9px;}
.swiper-button-prev.banner-button-prev:hover{background-image:url(../images/arrow_left_blue.png);}
.swiper-button-next.banner-button-next:hover{background-image:url(../images/arrow_right_blue.png);}
.swiper-button-prev,
.swiper-button-next{
  display:none;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.home-banner:hover .swiper-button-prev,
.home-banner:hover .swiper-button-next
{
  display:block;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.content {
  margin: 0 auto;
}

.title {
  display: flex;
  height: 40px;
  line-height: 38px;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
}

.title_name {
  color: #333333;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 2px;
  margin-bottom: -1px;
  border-bottom: 4px solid #004b8d;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.title_name:hover {
  color: #004b8d;
  font-size: 22px;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.content .title a {
  color: #004B8D;
  font-size: 12px;
  float: right;
  padding: 2px 10px;
  height: 22px;
  line-height: 22px;
  position: relative;
  top: 10px;
}

.content .title a:hover {
  background-color: #004b8d;
  color: #fff !important;
  border-radius: 20px;
}

.content .title a:hover::after {
  background-image: url(../images/more_white.png);
}

.content .title a::after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background-image: url(../images/more.png);
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.content .title a:hover {
  color: #004B8D;
}

.content .wrap {
  width: 1400px;
  margin: 0 auto;
}

.top {
  width: 1400px;
  margin-top: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.top .news {
  width: 685px;
  position: relative;
}

.top .notice {
  width: 685px;
  position: relative;
}

.top .news .news_content {
  display: flex;
  flex-direction: column;
}

.top .news .news_content .news_item {
  width: 100%;
  height: 60px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-bottom: 27px;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.news_title_con {
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.news_title_con .news_time{
  width: 120px;
}
.news_title_con p{
  width: calc(100% - 120px );
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.news_time {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin-left: 15px;
  border-right: 1px solid #dcdcdc;
  padding-right: 10px;
  margin-right: 10px;
  color: #333333;
  font-weight: normal;
}

.news_desc_con,
.date {
  display: none;
}

.top .news .news_content .news_current {
  background-color: #004B8D;
  display: flex;
  flex-direction: row;
  height: 120px;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.top .news .news_content .news_current .news_time {
  display: none;
}

.top .news .news_content .news_current .date,
.top .news .news_content .news_current .news_desc_con {
  display: block;
}

.top .news .news_content .news_current .date {
  width: 120px;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
}

.top .news .news_content .news_current .date .day {
  display: block;
  text-align: center;
  font-size: 40px;
  margin-top: 18px;
  color: #fff;
}

.top .news .news_content .news_current .date .month {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.top .news .news_content .news_current .news_item_con {
  width: calc(100% - 150px);
  color: #fff;
}

.top .news .news_content .news_current .news_title_con p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top .news .news_content .news_current .news_desc_con {
  font-size: 14px;
  color: #dcdcdc;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.notice_items {
  display: flex;
  flex-direction: row;
  height: 70px;
  margin-top: 30px;

}

.notice_date {
  width: 80px;
  height: 70px;
  border: 1px solid #004B8D;
  border-radius: 5px;
  margin-right: 30px;
  color: #004B8D;
}

.notice_date .notice_day {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-top: 20x;
  color: #004B8D;
}

.notice_date .notice_month {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #004B8D;
}

.notice_con {
  width: calc(100% - 110px);
  border-bottom: 1px dashed #dcdcdc;
}

.notice_con:hover .notice_con_title,
.notice_con:hover .notice_con_desc {
  color: #004B8D;
}

.notice_con .notice_con_title {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  display: block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  font-weight: bold;
}

.notice_con .notice_con_desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide {
  width: 340px;
}

.guide_content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}

.guide_item {
  display: inline-block;
  width: 100%;
  height: 158px;
  background-image: url(../images/guide_bg.png);
  background-size:100% 100%;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.guide_item img {
  margin-top: -20px;
  margin-left:18%;
}

.guide_item p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: -20px;
  margin-left:16px;
}

.guide_current {
  transform: scale(1.1);
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.info {
  width: 540px;
}

.info_item {
  display: block;
  margin-top: 17px;
  padding-bottom: 22px;
  position: relative;
  transition: all .5s ease;

}

.info_item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  transition: transform .5s ease;

}


.info_item:hover .info_con_title,
.info_item:hover .info_con_desc {
  color: #004b8d;
  opacity: 1;
}

.info_con_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  transition: all .5s ease;
}

.info_con_title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #004b8d;
  border-radius: 50%;
  margin-right: 20px;
  transition: all .5s ease;
}

.info_con_desc {
  padding-left: 25px;
  font-size: 14px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .5s ease;
 
}


.info_item:hover .info_con_desc {
  height: 40px;

  opacity: 1;

}

.info_current .info_con_desc {
  height: 40px;
  opacity: 1;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.academic {
  width: calc(100% - 940px)
}

.gallery-carousel {
  height: 370px !important;
}

.gallery-list ul {
  display: flex;
  flex-wrap: wrap
}

.gallery-list li {
  width: 50%;
  margin-bottom: 24px
}

.gallery-list li:nth-child(odd) .gallery-item {
  margin-right: 12px
}

.gallery-list li:nth-child(even) .gallery-item {
  margin-left: 12px
}

.gallery-item {
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  overflow: hidden
}

.gallery-item .photo {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #999
}

.gallery-item .ac_title {
  width: 100%;
  height: 38px
}

.gallery-item .ac_title h3 {
  line-height: 38px;
  padding: 0 14px;
  font-size: 14px;
  color: #333;
  -webkit-transition: .3s all ease;
  -ms-transition: .3s all ease;
  transition: .3s all ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-item:hover h3 {
  background-color: #004B8D;
  color: #fff
}

.gallery-pagination.swiper-pagination {
  position: relative;
  bottom: 0
}

.gallery-pagination.swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #004b8d;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 0;
  opacity: 1;
  background: 0 0;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px;
}

.gallery-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #004B8D
}
.system{
  background-color: #004b8d;
  width: 150px;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  z-index: 666;
  right: 40px;
  top: 640px;
  border-radius: 10px;
}
.sys_student
{
  padding: 20px 15px 20px 15px;
  border-bottom: 1px solid rgba(225, 225, 225, .5);
}
.sys_teacher{
  padding-top: 20px;
  padding: 20px;
}

.system p{
  color: #fff;
  font-size: 15px;
}

@keyframes animista-slide-in-right-left {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


@keyframes animista-slide-in-right {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


@keyframes animista-slide-in-up {
  0% {
    opacity: 0;
    transform: translateY(80px);
    visibility: visible;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}