﻿.o-degit ul li:nth-child(2):before {
  left: 7px !important;
}

.o-degit ul li:nth-child(2):after {
  right: 8px !important;
}

.o-degit ul li:nth-child(2) small {
  text-transform: capitalize;
}

.o-degit ul li:nth-child(1) small,
.o-degit ul li:nth-child(3) small {
  display: none;
}

/* banner */
#banner {
  height: 25vw;
}

#banner .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#banner .swiper-slide {
  background-size: cover;
  background-position: center;
}

#banner .gallery-top {
  height: 100%;
  width: 100%;
  margin: auto;
  /*  border-radius: 25px; */
  overflow: hidden;
}

#banner .gallery-top .swiper-slide {
  position: relative;
}

#banner .gallery-top .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  text-decoration: none;
}

#banner .gallery-top .swiper-slide h2 {
  z-index: 1;
  padding: 8px 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 1.2;
  word-spacing: 10px;
  padding-left: 0.35rem;
  cursor: pointer;
}

#banner .gallery-top .swiper-slide h2 a,
#banner .gallery-top .swiper-slide h2:hover a {
  text-decoration: none;
  color: #fff;
}

/* 
	#banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 12vh;f
		left: 5.6%;
		width: auto;
		padding-left: 15px;
	} */
#pagin {
  position: relative;
}

#pagin .swiper-pagination {
  position: absolute;
}

#pagin .swiper-pagination-bullet {
  margin-right: 15px;
}

/* #banner .swiper-container-horizontal>.swiper-pagination-bullets, #banner .swiper-pagination-custom, #banner .swiper-pagination-fraction {
		left: 5%;
	} */
#banner .swiper-pagination-bullet {
  width: 16px;
  height: 17px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 1px #ffffff solid;
  outline: none;
}

#banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

#banner .gallery-thumbs {
  height: 37%;
  box-sizing: border-box;
  padding: 5vh 6%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  background: rgba(40, 183, 188, 0.9);
  color: #fff;
  border-top-left-radius: 179px;
  border-bottom-left-radius: 179px;
}

#banner .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

#banner .gallery-thumbs .swiper-slide {
  width: 100% !important;
  height: 33%;
  border-bottom: 2px #fff solid;
  padding: 14px 0;
  opacity: 0.4;
}

#banner .gallery-thumbs .swiper-slide:last-child {
  /* padding-bottom: 0; */
  border: none;
}

#banner .swiper-slide.swiper-slide-visible h4 {
  font-size: 22px;
}

#banner .swiper-slide.swiper-slide-visible h4 a {
  color: #fff;
  text-decoration: none;
}

#banner .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  font-weight: bold;
}

/*#swiper-tipes { display: none;}*/
.sub-navbar ul li {
  font-size: 22px;
}

.teacherlist dl dd {
  padding: 15px 5px 18px 14px !important;
}

.t-name h3 a {
  margin-bottom: 5px !important;
}

@-webkit-keyframes searchbox {
  from {
    opacity: 0;
    width: 4.8vw;
  }
  to {
    opacity: 1;
    width: 33vw;
  }
}

@keyframes searchbox {
  from {
    opacity: 0;
    width: 4.8vw;
  }
  to {
    opacity: 1;
    width: 33vw;
  }
}

@-webkit-keyframes searchbox2 {
  from {
    opacity: 0;
    width: 4.8vw;
  }
  to {
    opacity: 1;
    width: 90%;
  }
}

@keyframes searchbox2 {
  from {
    opacity: 0;
    width: 4.8vw;
  }
  to {
    opacity: 1;
    width: 90%;
  }
}

@-webkit-keyframes lan2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lan2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.btn-search {
  border-radius: 50%;
  height: 55px;
  width: 55px;
  background-color: #cc0212;
  background-image: url(/cj/images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48%;
  position: absolute;
  left: 5px;
  top: 5px;
}

.search input {
  position: absolute;
  left: 80px;
  top: 5px;
  right: 5px;
  width: 24vw;
  font-size: 16px;
  height: 55px;
  color: #333;
  line-height: 55px;
  font-weight: lighter;
}

.search input::-webkit-input-placeholder {
  color: #999;
}

.btn-close {
  width: 25px;
  height: 25px;
  margin-top: 15px;
  position: absolute;
  right: 17px;
  background: transparent;
  background-image: url(/cj/images/btn-close.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-style: none;
  display: none;
}

/* lectures */
.section-block {
  /* background-image: url(/cj/images/lecture-bg.png);
	background-repeat: no-repeat;
	background-position: 120px 30px; */
  /* background-size: 10%; */
  padding-bottom: 40px;
}

.co-title h3 {
  position: relative;
}

.co-title h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: -0.3rem;
  background: url(/cj/images/lecture-bg.png) no-repeat center top;
  width: 100%;
  height: 0.9rem;
}

#lectures {
  position: relative;
  margin-top: 0.2rem;
}

.section-block .swiper-container {
  position: static;
  background: transparent;
  overflow: hidden;
}

#lectures .swiper-slide.swiper-slide-duplicate.swiper-slide-prev,
#lectures .swiper-slide.swiper-slide-prev {
  opacity: 0;
}

.section-block .swiper-wrapper {
  height: auto;
  margin-top: 0px;
  background: transparent;
}

.section-block .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  float: left;
  position: static;
  margin-top: 0.85rem;
  width: 0.6rem;
  height: 0.6rem;
  background: transparent;
  border: 1px #999 solid;
  border-radius: 50%;
  background-image: url(/cj/images/btn-pre.png);
  background-repeat: no-repeat;
  background-position: center center;
  outline: none;
  transition: all 0.3s;
}

.section-block .swiper-button-next:after,
.section-block .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  font-size: 0.24rem;
  color: #999;
}

.section-block .swiper-button-prev:hover,
.section-block .swiper-button-next:hover {
  background: #29a7b3;
  border-color: #29a7b3;
  background-repeat: no-repeat;
  background-size: 0.12rem;
  transition: all 0.3s;
}

.section-block .swiper-button-prev:hover::after,
.section-block .swiper-button-next:hover::after {
  color: #ffffff;
}

.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 15%;
  left: 50px;
  width: auto;
}

.section-block .swiper-pagination-fraction {
  position: static;
  text-align: left;
  margin-top: 35px;
}

#notice .block:hover {
  background: #fff;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.wamper2 h3 {
  font-size: 20px;
  font-weight: normal;
  padding: 0 15px;
}

div.icons {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
  margin-top: 20px;
}

.icons img {
  height: 100%;
}

.wamper2 h2 {
  margin-bottom: 0.15rem;
}

/*news*/
.news {
  margin-top: 0.4rem;
  padding-bottom: 0.8rem;
  background: url(/cj/images/rowbg.png) no-repeat bottom left;
  background-size: 100% auto;
}

#news .swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* overflow: hidden;*/
}

dl.news-1 {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0px 0.17rem rgba(0, 0, 0, 0.1);
}

/*4-21*/
dl.news-1 dt {
  width: 100%;
  /*height: 465px;*/
  overflow: hidden;
}

dl.news-1 dt a {
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
}

dl.news-1 dt a img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}

dl.news-1 dd {
  display: block;
  width: 100%;
  height: 1.5rem;
  padding: 0.2rem;
  overflow: hidden;
  /*color: #fff;*/
  background: white;
  text-align: left;
  transition: all 0.3s;
}

dl.news-1 dd h4 {
  display: -webkit-box;
  overflow: hidden;
}

dl.news-1 dd h4 a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: none;
  color: #333;
  overflow: hidden;
}

dl.news-1 dd p.news-date {
  color: #666;
  font-size: 0.16rem;
}

a.btn-news {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  background-image: url(/cj/images/icon-link.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  opacity: 0;
  transition: all 0.3s;
}

dl.news-1:hover dd {
  background: #29a7b3;
  color: #fff;
  transition: all 0.3s;
}

dl.news-1:hover dd .news-date {
  background-image: url(/cj/images/i-time-on.png);
}

dl.news-1:hover dd h4 a,
dl.news-1:hover dd p {
  color: #fff;
}

dl.news-1:hover dd a.btn-news {
  display: block;
  opacity: 1;
  transition: all 0.3s;
}

#news .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  margin-top: 0.2rem;
}

#news span.swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  border: 1px #cc0212 solid;
  background: transparent;
  outline: none;
}

#news span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cc0212;
}

h4.a-title {
  color: #18bfc5;
  font-weight: bold;
  font-size: 1.5vw;
  height: 68px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.a-list {
  width: 32%;
  margin-top: 44px;
  float: left;
  margin-right: 2%;
}

.a-list:last-child {
  margin-right: 0;
}

.a-list ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.a-list ul li {
  display: table;
  width: 13vw;
  height: 18vh;
  border-radius: 10px;
  overflow: hidden;
  background: #18bfc5;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: 110% auto;
  background-position: 5% top;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}

.a-list ul li:before {
  content: "";
  width: 8vh;
  height: 8vh;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 15%;
  top: 2vh;
  z-index: 3;
  transform: translate(50%, 15%);
  opacity: 0;
  transition: all 1.5s;
}

.a-list ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.a-list ul li:hover a {
  text-decoration: none;
}

.bg-yellow {
  background-color: #f7d200 !important;
}

.bg-blue {
  background-color: #186dc5 !important;
}

.a-list ul li:hover {
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.2);
  background-image: url(/cj/images/circle.png);
  transition: all 0.5s;
}

.a-marginleft {
  margin-left: 30px;
  width: 125%;
  margin-right: -25px;
}

.innerbox2 {
  background-image: url(/cj/images/about-2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 66%;
  min-height: 368px;
  margin: 50px 0;
}

.about-info2 {
  font-size: 17px;
  /*width: 100%;*/
  overflow: hidden;
  line-height: 1.8;
  margin-left: 61px;
  border-top: 2px #18bfc5 solid;
  padding-top: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* about-video */
.about-video {
  margin-top: 100px;
  width: 140px;
  text-align: center;
}

.about-video p {
  width: 140px;
  height: 90px;
  background: #18bfc5;
  background-image: url(/cj/images/v-btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 26px;
  border-radius: 20px;
  overflow: hidden;
}

.about-video span {
  display: block;
  text-align: center;
  color: #18bfc5;
  line-height: 2;
  font-weight: bold;
  font-size: 24px;
}

/* Gallery */
.gallerylist {
  width: 100%;
}

.gallerylist ul {
  list-style: none;
}

.gallerylist ul li {
  width: 23%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 50px;
  position: relative;
}

.gallerylist ul li:nth-child(4n) {
  margin-right: 0;
}

.gallerylist ul li div {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  transition: all 0.5s;
}

.gallerylist ul li img {
  display: none;
}

.gallerylist ul li div a {
  display: block;
  width: 80px;
  height: 80px;
  border-top-left-radius: 100%;
  background-color: #18bfc5;
  background-image: url(/cj/images/search.png);
  background-repeat: no-repeat;
  background-position: 73% 71%;
  background-size: 26px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
}

.gallerylist ul li h3 {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
  text-align: left;
  height: 63px;
  font-size: 24px;
}

.gallerylist ul li h3 a {
  color: #333;
  text-decoration: none;
  opacity: 0;
  transition: all 0.5s;
}

.gallerylist ul li:hover div {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.gallerylist ul li:hover h3 a,
.gallerylist ul li:hover div a {
  opacity: 1;
  text-decoration: none;
  transition: all 0.5s;
}

/* map */
.map {
  width: 100%;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

.map img {
  width: 100%;
}

.bgM {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
}

.bgM img {
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  margin: auto;
}

.eng {
  font-size: 0.4rem;
  color: #bbbbbb;
  margin-top: 0.2rem;
}