@charset "utf-8";
/* index */
.index {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}

.index-banner,
.index-banner .swiper-container {
  position: relative;
  width: 100%;
  height: 36vh;
}
.index-banner .swiper-slide {
  display: block;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
}
.index-banner .swiper-button-prev::after {
  transform: rotate(135deg);
}
.index-banner .swiper-button-next::after {
  transform: rotate(-45deg);
}
.index-banner .swiper-button-prev {
  left: 20px;
}
.index-banner .swiper-button-next {
  right: 20px;
}
.index-banner .swiper-pagination {
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}
.index-banner .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  background-color: #f9ca9f;
  opacity: 0.8;
  border-radius: 2px;
}
.index-banner .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #fc6506;
}
.index .gif-dir {
  display: none;
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: 30px;
  cursor: pointer;
  opacity: 0;
  width: 30px;
  height: 30px;
  border-width: 0 3px 3px 0;
  border-color: #fff;
  border-style: solid;
  border-radius: 3px;
  font-weight: bold;
  transform: translateX(-50%) rotate(45deg);
  animation: dir 1.5s linear 0s infinite;
}
.index.show .gif-dir {
  display: block;
}
@keyframes dir {
  0% {
    transform: translate(-50%, 0) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 10px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 10px) rotate(45deg);
    opacity: 0;
  }
}


/* section */
.section {
  opacity: 1;
  position: static;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section.show {
  top: 0;
}
.section-item {
  padding: 35px 0;
}
.section-item .news-head {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.section-item .news-head-title .title-cn {
  font-size: 24px;
  color: #333;
  padding-right: 10px;
  line-height: 30px;
}
.section-item .news-head-title .title-en {
  font-size: 14px;
  color: #a5a5a5;
  line-height: 30px;
}
.section-item .news-head-more .more-text {
  font-size: 14px;
  color: #5a5a5a;
  padding-right: 5px;
}

/* section-1 */
.section-1 {
  background: url('global_res/bg-1.png') no-repeat 0 0;
  background-size: cover;
}
.section-1 .news-cont {
  display: block;
}
.section-1 .news-swiper {
  width: 100%;
  height: 250px;
  background-color: #b5c4cb;
}
.section-1 .swiper-slide {
  display: block;
}
.section-1 .swiper-slide-img {
  width: 100%;
  height: 100%;
}
.section-1 .swiper-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1 .swiper-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  color: #fff;
  line-height: 52px;
  padding: 0 22px;
  box-sizing: border-box;
}
.section-1 .swiper-pagination {
  text-align: right;
  padding-right: 25px;
  box-sizing: border-box;
}
.section-1 .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 2px;
}
.section-1 .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #94070a;
}
.section-1 .news-list {
  margin-top: 30px;
  align-content: flex-start;
}
.section-1 .news-list-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 18px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 14px;
}
.section-1 .news-list-item .item-title {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  max-height: 60px;
  overflow: hidden;
}
.section-1 .news-list-item .item-time {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 0 5px;
  background-color: #94070a;
  margin-top: 17px;
}
.section-1 .news-list-item:hover .item-title {
  color: #e72412;
}


/* section-2 section-3 */
.section-2 {
  background-color: #fff;
}
.section-3 {
  background: url('global_res/bg-2.png') no-repeat 0 0;
  background-size: cover;
}
.section-2 .news-list-item,
.section-3 .news-list-item {
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 19px;
}
.section-2 .news-list-item {
  width: 100%;
  border: solid 1px #efefef;
  margin-bottom: 19px;
}
.section-3 .news-list-item {
  width: 100%;
  background-color: #fff;
}
.section-3 .news-list-item:nth-child(2n) {
  margin-right: 0
}
.section-2 .news-list-item .item-date,
.section-3 .news-list-item .item-date {
  background-color: #94070a;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 8px 5px;
}
.section-2 .news-list-item .item-date-day,
.section-3 .news-list-item .item-date-day {
  font-size: 30px;
  padding-bottom: 5px;
}
.section-2 .news-list-item .item-date-year,
.section-3 .news-list-item .item-date-year {
  font-size: 15px;
}
.section-2 .news-list-item .item-title,
.section-3 .news-list-item .item-title {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  padding-left: 15px;
}
.section-2 .news-list-item:hover .item-title,
.section-3 .news-list-item:hover .item-title {
  color: #e72412;
}


/* section-4 */
.section-4 {
  background-color: #fff;
  padding-bottom: 46px !important;
}
.section-4 .news-list-item {
  display: block;
  width: 49%;
}
.section-4 .news-list-item:first-child {
  width: 100%;
  margin-bottom: 15px;
}
.section-4 .news-list-item:nth-child(2) {
  margin-right: 2%;
}
.section-4 .news-list-item .item-cover {
  width: 100%;
  height: 125px;
}
.section-4 .news-list-item:first-child .item-cover {
  height: 170px;
}
.section-4 .news-list-item .item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-4 .news-list-item .item-cont {
  border-width: 0 1px 1px 1px;
  border-color: #eaeaea;
  border-style: solid;
  padding: 10px 6px;
  box-sizing: border-box;
}
.section-4 .news-list-item .item-date {
  padding: 0 0 10px 0;
}
.section-4 .news-list-item .item-date-icon {
  width: 14px;
  height: 14px;
}
.section-4 .news-list-item .item-date-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.section-4 .news-list-item .item-date-text {
  font-size: 14px;
  color: #999;
  padding-left: 8px;
}
.section-4 .news-list-item .item-title {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  max-height: 48px;
  height: 48px;
  overflow: hidden;
}
.section-4 .news-list-item:hover .item-title {
  color: #e72412;
}


/* section-5 */
.section-5 {
  padding: 0 0 50px 0;
  background-color: #fff;
}
.section-5 .swiper-slide {
  display: block;
  height: 135px;
}
.section-5 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* friend-links */
.friend-links {
  padding: 16px 0;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.friend-links .links-title {
  padding-bottom: 15px;
}
.friend-links .links-title-cn {
  font-size: 24px;
  color: #fff;
  padding-right: 10px;
}
.friend-links .links-title-en {
  font-size: 14px;
  color: #fff;
}
.friend-links .links-list-item {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding-right: 30px;
}
.friend-links .links-list-item:hover {
  color: #ffc948;
}


/* ny-banner */
.ny-banner {
  width: 100%;
  height: 150px;
  align-content: center;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 76px;
}


/* list-cover銆乴ist-video */
.list-cover {
  margin-top: 30px;
}
.list-cover .item {
  display: block;
  width: 100%;
}
.list-cover .item-cover {
  position: relative;
  height: 200px;
	background-color: #f6f6f6;
  overflow: hidden;
}
.list-cover .item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in;
}
.list-cover .item-title {
  font-size: 16px;
  line-height: 56px;
  color: #333;
}
.list-cover .item:hover img {
  transform: scale(1.05);
}
.list-cover .item:hover .item-title {
  color: #94070a;
}
.list-video .item-cover::before {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.list-video .item-cover::after {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 70px;
	height: 70px;
  background: url('global_res/icon-video.png') no-repeat 0 0;
  background-size: cover;
}


/* news-detail */
.news-detail {
  box-sizing: border-box;
  padding: 0 10px;
}
.news-detail .title {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  text-align: center;
  padding: 20px 0 0 0;
}
.news-detail .info {
  position: relative;
  font-size: 12px;
  line-height: 28px;
  color: #acacac;
  text-align: center;
  padding: 10px 0;
  border-bottom: 3px #e4e4e4 solid;
}
.news-detail .info span {
  padding-left: 10px;
}


/* list-leader */
.list-leader {
  margin-top: 30px;
}
.list-leader-item {
  color: #333;
  border-bottom: 1px #ebebeb solid;
  padding: 15px 0;
}
.list-leader .leader-name {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.list-leader .leader-intro {
  font-size: 16px;
  line-height: 32px;
}


/* single */
.single {
  padding: 30px 0;
  box-sizing: border-box;
}
.single img {
  max-width: 100% !important;
  height: auto !important;
}


/* list-student */
.list-student {
  margin-top: 30px;
}
.list-student .item {
  display: block;
  align-content: center;
  width: 49%;
  height: auto;
  border: solid 1px #e6e6e6;
  padding: 16px 0;
  margin-right: 2%;
  margin-bottom: 19px;
}
.list-student .item:nth-child(2n) {
  margin-right: 0;
}
.list-student .item-logo {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}
.list-student .item-logo img {
  width: auto;
  height: 100%;
  max-width: 100%;
}
.list-student .item-title {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}


/* list-cover-detail */
.list-cover-detail {
  margin-top: 30px;
}
.list-cover-detail .gallery-swiper {
  margin-bottom: 20px;
}
.list-cover-detail .gallery-swiper,
.list-cover-detail .gallery-swiper .swiper-slide {
  width: 100%;
  height: 260px;
}
.list-cover-detail .gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-button-next {
  width: 42px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.7);
}
.gallery-swiper .swiper-button-prev::after,
.gallery-swiper .swiper-button-next::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
}
.gallery-swiper .swiper-button-prev::after {
  left: 17px;
  transform: translateY(-50%) rotate(135deg);
}
.gallery-swiper .swiper-button-next::after {
  right: 17px;
  transform: translateY(-50%) rotate(-45deg);
}
.gallery-swiper .swiper-button-prev {
  margin-right: 12px;
}
.gallery-swiper .swiper-button-next {
  margin-left: 12px;
}

.thumbs-swiper-wrap,
.list-cover-detail .thumbs-swiper {
  position: relative;
  width: 100%;
  height: 100px;
}
.list-cover-detail .thumbs-swiper,
.list-cover-detail .thumbs-swiper .swiper-slide {
  height: 100%;
}
.list-cover-detail .thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.list-cover-detail .thumbs-swiper .my-slide-thumb-active {
  border: solid 3px #94070a;
  box-sizing: border-box;
}