﻿* {
  margin: 0;
  padding: 0;
}


a {
  text-decoration: none;
  color: #fff;
}
f

li {
  list-style: none;
}



img,
video:hover {
  cursor: pointer;
}

.hand {
  cursor: pointer;
}


body,
html {
  height: 100%;

}
.ky{
    overflow-x: hidden;
}
/* 版心 */
.container {
  width: 90%;
  max-width: 90rem;
  margin: auto;
}

@media screen and (max-width:68.75rem) {
  .container {
    /* min-width: 65.625rem; */
  }
}
@media (max-width: 768px) {
  .navigator-menu {
    display: none;
  }
}
/* 头部+banner */
.banner {
  width: 100%;
  position: relative;
}

.top {
  text-align: center;
  display: flex;
  justify-content: space-between;

}

.top a {
  color: #6D6D6D;
  font-size: .875rem;
  font-family: '思源-regular';
  padding: .625rem .875rem .3125rem .875rem;
}


.top a:hover {
  color: #fff;
  background-color: #810202;
}

.top-left,
.top-right {
  display: flex;
  align-items: center;
}


.top-right .top-icon {
  display: flex;
  color: #6D6D6D;
  font-size: .875rem;
  font-family: '思源-regular';
  align-items: center;
  cursor: pointer;
  padding-right: 1.25rem;
}

.top-icon .shu {
  width: .125rem;
  height: 1.0625rem;
  background: #777777;
  margin-left: .25rem;
  margin-right: 1.25rem;
}

.top-icon {
  margin-top: .25rem;
}

.top-icon img {
  margin: 0 .625rem;
}

.icon-search {
  width: 1.125rem;
  margin-right: 1.5rem;
}

.icon-search img {
  width: 100%;
}
.s-icon-search {
  width: 1.7rem;
  margin-right: 1.5rem;
  position: absolute;
  right: 3.5rem;
  top: 2rem;
  z-index: 499;
  display: none;
}

.s-icon-search img {
  width: 100%;
}

.black-shadow {
  width: 100%;
  position: absolute;
  top: 2.25rem;
  z-index: 99;
  height: 10.4375rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%);

}

.redbg {
  height: 11.25rem;
  background-color: #A40000;
}

.ejbg {
  width: 100%;
  height: 32.5rem;
}

.ejbg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner .navigator-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 3.25rem;
  left: 0;
  right: 0;
  z-index: 99;
}

.children-menu-box h6 {
  color: #444444;
  font-family: '思源-light';
  margin-bottom: 1.125rem;
  font-weight: 300;
  font-size: 1rem;
}
.s-navigator-wrapper .navigator-logo {
  width: 12rem;
}
.navigator-wrapper .navigator-logo {
  width: 12rem;
}

.navigator-logo img {
  width: 100%;
}

.navigator-wrapper .navigator-menu {
  display: flex;
  width: 60%;
  justify-content: space-around;
}
.s-navigator-wrapper .navigator-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content:start;
  position: absolute;
  right: 0;
  top: .5rem;

}
.s-navigator-wrapper .navigator-menu .menu-item {
  flex: 1 1 25%;
  box-sizing: border-box;
  margin-bottom: 1.25rem;
}

.navigator-menu .menu-item {
  position: relative;
 height: 3.125rem;
  display: flex;
  align-items: center;

}
.navigator-menu .menu-item:hover .children-menu-box {
  display: block;
}
.navigator-menu .menu-item .menu-name {
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-family: '思源-regular';
  position: relative;
}

.navigator-menu .menu-item .menu-name::after {
  position: absolute;
  content: '';
  width: .875rem;
  height: .5625rem;
  background-image: url(../image/sanjiaox.png);
  background-size: cover;
  left: 39%;
  bottom: -16%;
  display: none;
}

.navigator-menu .menu-item .menu-name:hover.menu-name::after {
  display: block;
}

.children-menu li:hover a {
  /* background-color: rgb(0, 0, 0, .05); */
  color: #A40000;
}


.navigator-menu .menu-item .children-menu-box {
  position: absolute;
  overflow: hidden;
  width: 16.25rem;
  top: 80%;
  left: -180%;
  background-color: #fff;
  display: none;
  padding: 1.25rem .75rem 1.5rem 2.1875rem;

}

.navigator-menu .menu-item:nth-child(2) .children-menu-box {
  left: -138%;
}

.navigator-menu .menu-item .children-menu {
  width: 100%;
  margin-top: 8px;

}

.children-menu li a {
  color: #777;
  font-size: .875rem;
  font-family: '思源-regular';
}


.menu-item:hover .children-menu-box {
  display: block;
}


.menu-item:hover .menu-name::after {
  display: block;
}

.navigator-menu .menu-item .children-menu {
  display: flex;
  flex-wrap: wrap;

}

.navigator-menu .menu-item .children-menu li {
  flex: 1 1 50%;
  box-sizing: border-box;
  margin-bottom: .8125rem;
}


.search-layer {
  padding: 0 30%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.search-layer .input {
  outline: none;
  border: none;
  width: 21.25rem;
  height: 4.125rem;
  font-size: 15.2px;
  border-radius: 4px;
  padding-left: 16px;
  /* position: relative; */
}
.serbb{
  width: 6.25rem;
  height: 4.125rem;
  margin-left:-0.625rem;
   border-top-right-radius: .5rem;
   border-bottom-right-radius: .5rem;
    outline: none;
  border: none;
 font-family: '思源-regular';
  color: #2D2D2D;
}

.search-layer .search {
  position: absolute;
  z-index: 9999;
  line-height: 3.3rem;
  right: 0;
  top: 0;
  width: 5rem;
}
.s-navigator-wrapper .s-navigator-menu {
  display: none;
 }

@media (max-width: 890px) {

  .navigator-wrapper .navigator-menu {
    display: none;
   }
   .s-navigator-wrapper .s-navigator-menu {
    display: flex;
    flex-wrap: wrap;
   }
   .navigator-menu .menu-item .menu-name::after {
    left: 30%;
  }
}


@media (max-width: 768px) {
  .topbox {
    display: none;
  }
  .s-icon-search {
    display: block;
  }
  .black-shadow{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    height: 8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
  }
  .banner .navigator-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 1.25rem;
    left: 0;
    right: 0;
    z-index: 99;
  }

}
@media (max-width: 375px) {
  .s-navigator-wrapper .s-navigator-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content:start;
    position: absolute;
    right: -10%;
    top:.5rem;
   }
  .s-navigator-wrapper .s-navigator-menu .menu-item {
    flex: 1 1 50%;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
   }
}
.cancle-button {
  width: 25.6px;
  height: 24px;
  background-image: url("../image/RED-CHA.jpg");
  background-size: 90% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: absolute;
  right: 29%;
  top: 48%;
}

.ban-text {
  width: 100%;
  position: absolute;
  z-index: 99;
  color: #fff;
  bottom: 2.625rem;
  margin-left: 12.6%;
}

.ban-text h5 {
  font-size: 1rem;
  color: #FFFFFF;
  font-family: '思源-bold';
}

.ban-text .a1 {
  display: block;
  font-size: 1.125rem;
  color: #FFFFFF;
  font-family: '思源-bold';
  margin-top: .75rem;
  margin-bottom: 1.25rem;
}
.ban-text .a1 p:first-child{
  margin-bottom: 1.25rem;
}
.ban-text .a1 p:last-child{
  font-size: .75rem;
  color: #FFFFFF;
  font-family: '思源-bold';
}


#swiper11 .swiperClass1 .swiper-pagination-bullet-active {
  background-color: #A40000;
}


#swiper11 .swiperClass1 {
  --swiper-theme-color: #E2A758;
  margin-bottom: 4.125rem;
}

.banner .swiper img {
  width: 100%;
  object-fit: cover;
  object-position: center; 
}
@media (max-width: 1450px) and (min-width: 770px), (max-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%; 

    object-fit: cover; 
    object-position: center; 
  }
}
.banner #swiper1 img {
  width: 100%;
  object-fit: cover;
  
}
.carousel img.active {
  animation: scaleBig 1.2s linear 0s 1 both;
  transform-style: preserve-3d;
}

@keyframes scaleBig {
  0% {
      transform: scale(1.5);
  }
  100% {
      transform: scale(1);
  }
}
/* 焦点 综合 */

.na {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}

.na span:first-child {
  font-size: 3rem;
  color: #A40000;
  font-family: '思源-bold';
}

.na img {
  margin-top: .75rem;
  margin-left: .375rem;
  margin-right: .5rem;
}

.na span:last-child {
  font-size: 1.125rem;
  color: #777777;
  font-family: '思源-normal';
  padding-top: 1.25rem;
}

.jz {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}

.jz .focus {
  flex: 1;
}

.jz .focus .na {
  margin-bottom: 1.5rem;
}



.focus.movein ul li {
  opacity: 1;
  transform: translate(0, 0rem);
}

.focus ul li {
  transition: all 1.5s ease-in-out;
  opacity: 0;
  transform: translate(0rem, 3.125rem);
}

.cjj.movein ul li {
  opacity: 1;
  transform: translate(0, 0rem);
}

.cjj ul li {
  transition: all 1.5s ease-in-out;
  opacity: 0;
  transform: translate(0rem, -3.125rem);
}


.jz .news {
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .jz .focus {
    flex: 0 0 100%; 
    margin-bottom: 2rem; 
  }

  .jz .news {
    margin-left: 0; 
  }
}
.cj ul {
  display: flex;
  flex-wrap: wrap; 
  gap: 1rem; 
}

.cj ul li {
  flex: 1 1 300px; 
}

.cj ul li img {
  width: 100%; 
  height: auto; 
  object-fit: cover; 
}

@media (max-width: 768px) {
  .cj ul li:nth-child(3) {
    display: block !important;
  }
  .cj ul li {
    flex: 1 1 100%; 
  
  }
  .cj .cjj .na {
    padding-left: 0; 
  }
  .cj.hz .na {
    padding-left: 0; 
  }
  .cj {
    background-color: #F1F1F1;
    padding: 2.5rem 0 3.625rem 0!important;
  }
}
@media (max-width: 1140px) and (min-width: 770px), (max-width: 768px) {
  .cj ul li:nth-child(3) {
    display: none; 
  }
  .cj ul li {
    margin-bottom: 7.2rem; 
  }
  .cj ul li:nth-child(1),
  .cj ul li:nth-child(3) {
    flex: 1 1 300px; 
  }
 
}
.ky .kyswiper ul {
  display: flex;
  flex-wrap: wrap; 
  gap: 1rem; 
  list-style: none; 
  padding: 0; 
}

.ky .kyswiper ul li {
  flex: 1 1 300px; 
}

.ky .kyswiper ul li a img {
  width: 100%; 
  object-fit: cover; 
}
.jz {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.jz .focus ul li {
  display: flex;
  padding-bottom: 1.25rem;
  border-bottom: .0625rem solid #DDDDDD;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.jz .focus ul li:last-child {
  border-bottom: none;
}

.jz .focus ul li h6 {
  font-size: 1rem;
  color: #2D2D2D;
  line-height: 1.25rem;
  font-family: '思源-regular';
  margin-bottom: 1.5625rem;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #A40000;
 height: 2.625rem;
}
@media (max-width: 1330px) {
  .jz .focus ul li h6 {
   line-height: 1.3rem;
   }
 }
 @media (max-width: 990px) {
  .jz .focus ul li h6 {
    height: 1.25rem;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
   }
 }
@media (max-width: 700px) {
 .jz .focus ul li h6 {
  line-height: 3rem;
  height: 2.625rem;
  }
}
.jz .focus ul li:hover h6 {
  color: #A40000;

}

.jz .focus ul li p {
  font-size: .875rem;
  color: #777777;
  line-height: 1.5rem;
  font-family: '思源-regular';
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.jz .focus ul img {
  width: 9.25rem;
  height: 100%;
  margin-right: 1rem;
  object-fit: cover;
}

.jz .news {
  flex: 1;
}

/* 产教融合 */
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-element {
  animation: slideInFromLeft 4s ease-out forwards;
}

/* 合作交流 */
@keyframes slideInFromright {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-el {
  animation: slideInFromright 4s ease-out forwards;
}

.cj {
  background-color: #F1F1F1;
  padding: 2.5rem 0 13.625rem 0;
}

.cj .na {
  text-align: center;
  padding-left: 40%;
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
}

.cj ul {
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
}

.cj ul li {
  width: 30%;
  position: relative;
  margin-right: 5%;
}

.cj ul li:last-child {
  margin-right: 0;
}

.cj ul li img {
  width: 100%;
  height: 23rem;
  object-fit: cover;

}

.cj ul li .txt {
  position: absolute;
  background-color: #fff;
  color: #2D2D2D;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: '思源-regular';
  padding: 1.25rem 1.5rem 1.875rem 1.25rem;
  bottom: -20%;
  box-sizing: border-box;
  cursor: pointer;
  width: 94%;
  height:6.125rem;
  margin-left: 3%;
 overflow: hidden;
}

.cj ul li:hover .txt {
  bottom: -30%;
  width: 100%;
  margin-left: 0;
  height: 10.875rem;

}
.cj ul li:hover .txt p{
  display: block;
}
.cj ul li:hover .txt h5{
 color: #A40000;
}
.cj .cjj ul li a {
  position: relative;
}

.cj ul li:hover a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(51, 51, 51);
  opacity: .4;
  transition: all .3s ease-out;
}

.cj ul li .txt p {
font-size: .875rem;
  margin-top: .875rem;
  display: none;
}
@media (max-width: 1145px) {
  .cj ul li .txt {
    position: absolute;
    width: 100%;
    background-color: #fff;
    color: #2D2D2D;
    font-size: 1rem;
    line-height: 2.5rem;
    font-family: '思源-regular';
    padding: 1.25rem 1.5rem 1.875rem 1.25rem;
    bottom: -14%;
    box-sizing: border-box;
    cursor: pointer;
    width: 94%;
    margin-left: 3%;
  }
}
.cs {
  background: #F1F1F1;
  padding-top: 1.125rem;
}

.ky .na {
  text-align: center;
  padding-left: 38%;
  margin: 4.25rem 0 5rem 0;
}
@media (max-width: 768px) {
  .ky .kyswiper ul li:last-child{
    display: block!important;
  }
  .ky .kyswiper ul li {
    flex: 1 1 100%;
    margin-bottom: 5rem; 
  }
  .kyswiper .swiper-button-prev, .kyswiper .swiper-button-next {
    display: none;
  }
  .ky .na {
    padding-left: 0; 
  }
  .cxswiper ul li {
    width: 100%;
  }
  .kyswiper {
    position: relative;
    padding-bottom: 5.625rem!important;
  }
}

@media (max-width: 1140px) and (min-width: 770px), (max-width: 768px) {
  .ky .kyswiper ul li:last-child {
    display: none; 
  }
}
.kyswiper {
  width: 100%;
  height: 100%;
}
.kyswiper .swiper-slide {
  width: 100%;
}
.kyswiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  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;
}

.kyswiper {
  position: relative;
  padding-bottom: 10.625rem;
}

.kyswiper .swiper-button-next {
  right: -4%;
  top: 33%;
}

.kyswiper .swiper-button-prev {
  left: -3.99%;
  top: 33%;
}

.kyswiper .swiper-slide li:first-child {
  width: 46%;
  height: 23rem;
  margin-right: 1.875rem;
  display: block;
  box-sizing: border-box;

}
.kyswiper .swiper-slide ul{
  display: flex;
}
.kyswiper .swiper-slide ul li{
  display: flex;
  position: relative;
}
.kyswiper .swiper-slide li:nth-child(2) {
  width: 26%;
  margin-right: 1.875rem;
  height: 23rem;
  display: block;
  box-sizing: border-box;
}

.kyswiper .swiper-slide li:nth-child(3) {
  width: 26%;
  height: 23rem;
  display: block;
  box-sizing: border-box;
}
.kyswiper .swiper-slide li a {
  width: 100%;
  height: 100%;
 position: relative;
z-index: 11;
}
.kyswiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.kyswiper .swiper-slide li p {
  font-size: 1rem;
  color: #2D2D2D;
  line-height: 1.5rem;
  font-family: '思源-regular';
  text-align: left;
  background-color: #fff;
  height: 6.875rem;
  position: absolute;
  width: 100%;
  bottom: -30%;
  box-sizing: border-box;
  padding-left: .25rem;
  padding-top: 1.25rem;
   z-index: 13;
  cursor: pointer;
}


.kyswiper .swiper-slide a {
  width: 100%;
  transition: transform 0.5s ease;
}

.kyswiper .swiper-slide li:hover p {
  bottom: -24%;
 
}

.kyswiper.sz .swiper-slide li:hover::after {
  content: "";
  width: 100%;
  height: 22.25rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(51, 51, 51);
  opacity: .4;
   z-index: 12;
pointer-events: none;
  transition: all .3s ease-out;
 
}

/* chuang */
.cxswiper .swiper-wrapper .swiper-slide {
  background: #F1F1F1;
}
.cxswiper .swiper-slide li {
  position: relative;
}
.cxswiper .swiper-slide li a {
width: 100%;
height: 100%;
  z-index:11;
}

.cxswiper .swiper-slide li p {
  font-size: 1rem;
  color: #2D2D2D;
  line-height: 1.5rem;
  font-family: '思源-regular';
  text-align: left;
  background: #FFFFFF;
  box-shadow: 0rem .1875rem .4375rem 0rem rgba(0, 0, 0, 0.35);
  height: 4.625rem;
  padding-top: .375rem;
  padding-left: .4375rem;
  position: absolute;
  bottom: -4.625rem;

}

.cxswiper .swiper-slide li:hover p {
  bottom: -3.875rem;
  z-index:13;
}

.cxswiper .swiper-slide li:hover::after {
  content: "";
  width: 100%;
  height: 22.1875rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(51, 51, 51);
  opacity: .4;
  z-index:12;
   pointer-events: none; 
}
@media (max-width: 1100px) {
  .cxswiper .swiper-slide li {
   margin-bottom: 4.3rem;
  }
.navigator-wrapper .navigator-menu {
    display: flex;
    width: 70%;
    justify-content: space-around;
}
}

.hz .na {
  text-align: center;
  padding-left: 39%;
}

.rw {
  padding-bottom: 6.875rem;
}

.rw .na {
  text-align: center;
  padding-left: 43%;
  margin: 5.25rem 0 4rem 0;
}



.rw ul li {
  width: 30%;
  position: relative;
  margin-right: 5%;
}

.rw ul li:last-child {
  margin-right: 0;
}

.rw ul li img {
  width: 100%;
  height: 27.5rem;
  object-fit: cover;
}

/*.rw ul li::after {
 content: '';
  position: absolute;
  width: 100%;
  height: 8rem;
  bottom: 0;
  background: linear-gradient(0deg, rgba(31, 31, 31, 0.59) 46%, rgba(255, 255, 255, 0.1) 100%);
  opacity: .8;
}*/


.rw ul li:nth-child(1):before {
  content: '教师';
  position: absolute;
  color: #Fff;
  font-size: 2.25rem;
  font-family: '思源-bold';
  z-index: 10;
  bottom: 1.625rem;
  left: 40%;
  cursor: pointer;
}
.rw ul li:nth-child(2):before {
  content: '学生';
  position: absolute;
  color: #Fff;
  font-size: 2.25rem;
  font-family: '思源-bold';
  z-index: 10;
  bottom: 1.625rem;
  left: 40%;
  cursor: pointer;
}
.rw ul li:nth-child(3):before {
  content: '校友';
  position: absolute;
  color: #Fff;
  font-size: 2.25rem;
  font-family: '思源-bold';
  z-index: 10;
  bottom: 1.625rem;
  left: 40%;
  cursor: pointer;
}
.rw ul li h3 {
  position: absolute;
  bottom: 1.625rem;
  width: 100%;
  text-align: center;
  color: #Fff;
  font-size: 2.25rem;
  font-family: '思源-bold';
  z-index: 2;
}

.rw ul li:hover::before {
  transform: scale(1.115);
}


.rw ul {
  display: flex;
  width: 100%;
  position: relative;
}


.rw ul li {
  transition: all 1.5s ease-in-out;
  opacity: 0;
  transform: translate(-3.125rem, 0rem);
}


.rw ul li:nth-child(1) {
  transition-delay: .1s;
}

.rw ul li:nth-child(2) {
  transition-delay: .2s;
}

.rw ul li:nth-child(3) {
  transition-delay: .4s;
}


.rw.movein ul li {
  opacity: 1;
  transform: translate(0, 0rem);
}
.rw ul {
  display: flex;
  flex-wrap: wrap; 
  gap: 1rem; 
  list-style: none; 
  padding: 0; 
}

.rw ul li {
  flex: 1 1 300px; 
}

.rw ul li a img {
  width: 100%; 
  height: auto; 
  object-fit: cover; 
}

@media (max-width: 768px) {
  .rw ul li:nth-child(3) {
    display: block!important; 
  }
  .rw ul li {
    flex: 1 1 100%; 
  }
  .rw ul li a img {
    height: 100%; 
  }
  .rw .na {
    padding-left: 0; 
  }
}
@media (max-width: 1140px) and (min-width: 770px), (max-width: 768px) {
  .rw ul li:nth-child(3) {
    display: none; 
  }
}
.hz ul li {
  transition: all 1.5s ease-in-out;
  opacity: 0;
  transform: translate(3.125rem, 0rem);
}


.hz ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.hz ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.hz ul li:nth-child(3) {
  transition-delay: 0.4s;
}


.hz.movein ul li {
  opacity: 1;
  transform: translate(0, 0rem);
}

.zt {
  background: #fff;
  padding-bottom: 10.625rem;
}

.zt .na {
  text-align: center;
  padding-left: 39%;
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.zt ul li {
  width: 20%;
  margin-right: 1.1%;
  position: relative;
}

.zt ul li img {
  width: 100%;
  height: 12.25rem;
  object-fit: cover;
}


.zt ul li:last-child {
  margin-right: 0;
}

.ztlist {
  display: flex;
}

.ztlist li a {
  position: absolute;
  left: 26%;
  bottom: 14%;
  width: 7.5rem;
  height: 2.75rem;
  background: #DA1B1D;
  border-radius: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #FFDBBE;
  z-index: 99;
  transition: transform 0.5s ease;
}



.zt ul li {
  transition: all 1.8s ease-in-out;
  opacity: 0;
  transform: translate(3.125rem, 0rem);
}


.zt ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.zt ul li:nth-child(2) {
  transition-delay: 0.3s;
}

.zt ul li:nth-child(3) {
  transition-delay: 0.6s;
}

.zt ul li:nth-child(4) {
  transition-delay: 0.8s;
}

.zt ul li:nth-child(5) {
  transition-delay: 1.2s;
}

.zt.movein ul li {
  opacity: 1;
  transform: translate(0, 0rem);
}

.ztlist li:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(51, 51, 51);
  opacity: .4;
}

.ztlist a:hover {
  width: 8.25rem;
  height: 3rem;
  left: 24%;

}
.zt .ztlist {
  display: flex;
  flex-wrap: nowrap; 
  gap: 1rem; 
  list-style: none; 
  padding: 0; 
}

.zt .ztlist li {
  flex: 1 1 200px; 
}

.zt .ztlist li img {
  width: 100%;
  height: auto; 
  object-fit: cover; 
}
@media (max-width: 1363px) {
  .zt .ztlist {
    flex-wrap: wrap;
}
}
@media (max-width: 768px) {
  .zt .ztlist li {
    flex: 1 1 100%; 
  }
 .zt .na {
    padding-left: 0; 
 }
 .zt .ztlist li:nth-child(3){
  display: none;
}
}

@media (max-width: 1230px) {
  .zt .ztlist li:last-child{
    display: none;
  }
}
@media (max-width: 940px) {
  .zt .ztlist li:nth-child(4){
    display: none;
  }
}
@media (max-width: 758px) {
 .zt .ztlist li:nth-child(3),.zt .ztlist li:nth-child(4),.zt .ztlist li:nth-child(5){
    display: block;
  }
}


.jybwz {
  font-size: 1.75rem;
  color: #F81414;
  position: absolute;
  left: 21%;
  top: 26%;
  font-family: '思源-regular';
}

.dang p:nth-child(1) {
  font-size: 1.625rem;
  color: #FFF32B;
  position: absolute;
  left: 7%;
  top: 16%;
  font-family: '思源-regular';
}

.dang p:nth-child(2) {
  font-size: .875rem;
  color: #FFF32B;
  position: absolute;
  left: 7%;
  top: 39%;
  font-family: '思源-regular';
}

.xuexi p:nth-child(1) {
  font-size: 1.625rem;
  color: #FFF32B;
  position: absolute;
  left: 7%;
  top: 16%;
  font-family: '思源-regular';
}

.xuexi p:nth-child(2) {
  font-size: .75rem;
  color: #FFF32B;
  position: absolute;
  left: 7%;
  top: 39%;
  font-family: '思源-regular';
}


.lunshu {
  width: 50%;
  font-size: 1rem;
  color: #DC3231;
  position: absolute;
  left: 48%;
  top: 20%;
  font-family: '思源-regular';
}

.dyshuo {
  font-size: 1.75rem;
  color: #FF0000;
  position: absolute;
  left: 21%;
  top: 26%;
  font-family: '思源-regular';
}


.zm .img {
  width: 100%;
  height: 22.5rem;
  transition: transform 0.5s ease;
}

.zm .img img {
  width: 100%;
  height: 100%;
}

.zm {
  background-color: #F1F1F1;
  padding-top: 4.125rem;
  padding-bottom: 6.875rem;
  margin-bottom: 8.125rem;
}

.zm .na {
  margin-top: 0;
}

.zm .img:hover {
  transform: scale(1.08);
}

.zm .img:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(51, 51, 51);
  opacity: .2;
}
@media (max-width: 400px) {
  .zm .na {
    display: flex;
  }
  .zm .na span:last-child {
   display: flex;
   flex-wrap: wrap;
   flex: 1;
   
  }
  
}
.zt.zm .img a img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  object-position: center; 
}

@media (max-width: 768px) {
  .zt.zm .img a img {
    object-position: center; 
  }
}
/* foot */
.foot {
  padding-top: 1.875rem;
  background: url(../image/foot_bg.png);
  background-position: 50% 50%;
}

.tab-box {
  display: flex;
  width: 100%;

}

.tab-box .one {
  width: 18%;
}

.tab-box .two {
  width: 46%;
  padding-left: 4%;
  box-sizing: border-box;
}

.tab-box .three {
  flex: 1;
  padding-left: .625rem;
}

.tab-box .three .thbox {
  display: flex;

}

.tab-box .three .thbox ul:last-child li {
  padding-left: 12%;
}

.tab-box .three .thbox ul li {
  width: 100%;
}



.tab-box .three ul li {
  width: 50%;
  margin-bottom: 1.375rem;
  padding-top: .4375rem;
}


.tab-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: .75rem;
}

.tab-box .one ul li {
  width: 24%;
  margin-right: 6%;
  margin-bottom: .875rem;
}

.tab-box h5 {
  font-size: .875rem;
  color: #fff;

}

.tab-box ul a {
  font-size: 1rem;
  color: #fff;

}

.tab-box .two h5 {
  padding-left: .875rem;
}

.tab-box .two ul li {
  width: 30%;
  padding-top: .4375rem;
  margin-bottom: 1.375rem;
  padding-left: 1rem;
}

.footer-top {
  position: relative;
}

.foot-line-l {
  height: 9.375rem;
  width: .125rem;
  background: #A9A8A8;
  position: absolute;
  left: 18%;
  top: 4%;
}

.foot-line-r {
  height: 9.375rem;
  width: .125rem;
  background: #A9A8A8;
  position: absolute;
  left: 60%;
  top: 4%;
}

.footer-bottom {
  height: 15.625rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: end;
  align-items: center;
  margin-top: 1.875rem;

}

.footer-mark {
  font-family: '思源-medium';
  font-size: .875rem;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
 padding-left: 12px;
}

.foot-logo-box {
  width: 215.2px;
  height: 58.4px;
  margin-bottom: 3.1875rem;

}

.foot-logo-box img {
  width: 100%;
}



.footer-mark span {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .foot .tab-box .two,
  .foot .tab-box .three {
    display: none;
  }
  .foot .tab-box .one {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .foot .tab-box .one ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-line-l,
 .foot-line-r {
    display: none;
  }
  .foot .tab-box .one ul li{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    padding-left: 1%;
  }
  .footer-bottom{
    height: 10rem;
  }
  .footer-mark{
    flex-wrap: wrap;
    justify-content: center;
  }
}






.ibox {
  overflow: hidden;
}

.ibox:hover img {
  transform: scale(1.2);
  transition: all 0.5s;

}

.ibox:not(:hover) img {
  transform: scale(1);
  transition: all 0.5s;
}


.important-news-wrapper {
  margin-left: 2%;
  width: 50%;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.news-wrapper-before {
  content: "";
  position: absolute;
  height: 4.8px;
  width: 50%;
  left: 0;
  bottom: 0;
  background: #A40000;
  z-index: 2;
  transition: all 0.5s ease;
  pointer-events: none;
}

.news-wrapper-after {
  content: "";
  position: absolute;
  height: 4.8px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgb(224, 223, 223);
  z-index: 1;
  pointer-events: auto;
}


.scroll-box {
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.5s ease;
  /* height: 100%; */
  height: 100%;
}


.scroll-box .news-item {
  min-width: 50%;
  padding-right: 12px;
  box-sizing: border-box;

}


#swiper3 .swiperClass3 {
  margin-bottom: 43.2px;
}

.swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  margin-left: 4%;
}

.swiper-button-prev::after {
  content: '';
}

.swiper-button-next {
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 4%;
}

.swiper-button-next::after {
  content: '';
}
@media (max-width: 375px) {


 }
.swiper-pagination {
  cursor: pointer;
}


.swiper-pagination-bullet {
  background: rgba(255, 255, 255);
  opacity: 1;
  display: inline-block;
}


.swiper-slide-img-space-left {
  transition: all 0.3s;
  margin-left: 33%;
}

.swiper-slide-img-space-right {
  transition: all 0.3s;
  margin-right: 33%;
}

#swiper2 .swiper-pagination-bullet-active {
  background-color: #A40000;
}

#swiper3 .swiper-pagination-bullet-active {
  background-color: #A40000;
}

.time-box {
  position: absolute;
  width: 17.5%;
  height: 96px;
  background-color: pink;
  bottom: -23%;
  right: 41.2%;

}
@media (max-width: 1145px) {
  .kyswiper .swiper-slide li:first-child {
    margin-right: 0;
  
  }
  .kyswiper .swiper-slide li:nth-child(2) {
    margin-right: 0;
  }
  .zt ul li {
    margin-right:0;
  }
  .rw ul li {
    margin-right: 0;
  }
  .cj ul li {
    margin-right: 0;
  }
}
/* 学校简介 */
.xxjj {
  display: flex;
  margin-top: 3.75rem;
}

.allnav {
  width: 21%;
  margin-top: 7.125rem;
  margin-bottom: 12.5rem;
}

.allnav li:first-child {
  border-top: .0625rem solid #DCDCDC;
}

.allnav li {
  width: 100%;
  border-bottom: .0625rem solid #DCDCDC;
  cursor: pointer;
}

.allnav .act {
  color: #A40000 !important;
}

.allnav li a:hover {
  color: #A40000;
}

.allnav li a {
  font-size: 1.125rem;
  color: #777777;
  line-height: 3rem;
  display: block;
}

.allnav li ul li a {
  padding-left: .75rem;
}

.allnav li ul li:last-child {
  border-bottom: none;
}

.mainright {
  width: 79%;
  flex: 1;
  margin-left: 2.875rem;
  position: relative;
  padding-bottom: 9.375rem;
}

.allnav li a:first-child {
  position: relative;
}

.allnav li .af::after {
  content: '';
  background-image: url(../image/add.png);
  background-size: cover;
  width: .75rem;
  height: .8125rem;
  position: absolute;
  left: 90%;
  top: 35%;
  transition: all .5s ease-in-out;
}

.bf::after {
  content: '';
  background-image: url(../image/h.png);
  background-size: cover;
  width: .75rem;
  height: .0625rem;
  position: absolute;
  left: 90%;
  top: 50%;
  transition: all .5s ease-in-out;
}




.allnav li ul {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease-in-out;

}

.visible {
  max-height: 62.5rem !important;
}

.unfold {
  transition: max-height .5s ease-in-out;
  max-height: 62.5rem !important;
}


.mainright h3 {
  font-size: 3.375rem;
  color: #A40000;
  line-height: 3rem;
  font-family: '思源-bold';
}

.mainright .t {
  display: flex;
  margin-top: 3.125rem;
 justify-content: space-between;
}

.mainright .t div p{
  width: 32.5rem;
}


.mainright .t img {
 width: 31.25rem;
  height: 30.625rem;
  object-fit: cover;
  margin-left: 1.875rem;
  margin-top: 1rem;
}
.mainright .title {
  font-size: 1.5rem;
  color: #4C4C4C;
  font-family: '思源-bold';
  margin-top: 3.1rem;
}
.xxjj .int p{
  text-align: justify;
}
.mainright p {
  font-size: 1.125rem;
  color: #777777;
  line-height: 3rem;
  font-family: '思源-regular';
  text-indent: 2em;
}

.grey-area {
  background: #F4F4F4;
  padding: 1.5rem;
  margin-top: 2rem;
}
.mb-20{
  margin-bottom: 1.25rem;
}


.video-box {
  width: 100%;
  margin-top: 3.375rem;
  position: relative;

}

.video-l {
  width: 70%;
  background-color: #A40000;
  text-align: justify;
  padding: 1rem 3.75rem 2.5rem .625rem;

}
.video-l div{
  font-size: 1.5rem;
color: #F6F6F6;
font-family: '思源-bold';
}
.video-box .video-l p {
  font-size: 1.125rem;
  color: #FEF7F7;
  line-height: 3rem;
  font-family: '思源-regular';
  margin-left: .875rem;
  width: 30rem;
}

.video-r {
  position: absolute;
  width: 49%;
  height: 19.5625rem;
  top: 16%;
  right: 0;

}

.video-r video {
  width: 100%;
  height:100%;
  object-fit: cover;
}
.video-r  iframe{
  width: 100%;
  height:100%;
  object-fit: cover;
}
/* 发展历程 */
.fzlc {
  margin-bottom: 13.75rem;
  position: relative;
}

.fzlc .qux {
  position: absolute;
  top: 1.625rem;
  left: -0.625rem;
  z-index: -1;
}

.fzlc li {
  display: flex;
  align-items: start;
  margin-top: 4rem;
}

.fzlc li:not(:first-child) {
  margin-top: 7.125rem;
}

.fzlc li h4 {
  position: relative;

}

.fzlc li img {
  position: absolute;
  top: 1rem;
  left: -3rem;
}
  .fzlc li p {
    text-indent: 0;
  }

.fzlc li:nth-child(1) {
  padding-left: 6.125rem;
}

.fzlc li:nth-child(2) {
  padding-left: 8.75rem;
}

.fzlc li:nth-child(3) {
  padding-left: 7.75rem;
}

.fzlc li:nth-child(4) {
  padding-left: 4.75rem;
}

.fzlc li:nth-child(5) {
  padding-left: 1.75rem;
}

.fzlc li:nth-child(6) {
  padding-left: 2.375rem;
}

.fzlc li:nth-child(7) {
  padding-left: 6.125rem;
}

.fzlc li:nth-child(8) {
  padding-left: 8.875rem;
}

.fzlc li:nth-child(9) {
  padding-left: 7.375rem;
}

.fzlc li:nth-child(10) {
  padding-left: 3.3125rem;
}

.fzlc li:nth-child(11) {
  padding-left: 2.875rem;
}

.fzlc li:nth-child(12) {
  padding-left: 5.8125rem;
}

.fzlc li:nth-child(13) {
  padding-left: 7.625rem;
}
.fzlc li:nth-child(14) {
  padding-left: 5.5625rem;
}
.fzlc li:nth-child(15) {
  padding-left: 2.375rem;
}
.fzlc li:nth-child(16) {
  padding-left: 3.625rem;
}
.fzlc li:nth-child(17) {
  padding-left: 8.375rem;
}
.fzlc li:nth-child(18) {
  padding-left: 8.8125rem;
}
.fzlc li:nth-child(19) {
  padding-left: 5.375rem;
}
.fzlc li:nth-child(20) {
  padding-left: 3.875rem;
}

.fzlc h4 {
  width: 11.875rem;
  font-size: 1.625rem;
  color: #FFFFFF;
  font-family: '思源-bold';
  padding: .5625rem .875rem .625rem 1.375rem;
  background-color: #A40000;
  border-radius: .25rem;
  margin-right: 1.5rem;
  box-sizing: border-box;
}

.fzlc span {
flex: 1;
  font-size: 1.125rem;
  color: #222222;
  font-family: '思源-regular';
}
.fzlc p{
  flex: 1;
}
/* 学校荣誉 */
.xxyr {
  margin-top: 4rem;
  background: #FCFCFC;
  padding-top: 4.375rem;
  padding-left: 8.75rem;
  margin-bottom: 4.375rem;
  position: relative;
  padding-bottom: 1.875rem;
}

.xxyr li {
  margin-bottom: 2.5rem;
}

.xxyr h4 {
  width: 11rem;
  color: #FFFFFF;
  border-radius: 0rem 1.25rem 1.25rem 0rem;
  padding: .375rem .875rem .4375rem 1.875rem;
  font-size: 1.875rem;
  font-family: '思源-bold';
  background-color: #A40000;
  box-sizing: border-box;
  margin-bottom: 1rem;
  position: relative;

}

.xxyr h4 img {
  position: absolute;
  top: .875rem;
  left: -3.75rem;
  z-index: 1;
}

.xxyr p {
  text-indent: 0;
  font-size: 1rem;
  color: #222222;
  line-height: 3rem;
  font-family: '思源-regular';
}

.xxyr .xian {
  content: '';
  position: absolute;
  width: .0625rem;
  height: 95%;
  background: #dedede;
  top: 1.125rem;
  left: 5.625rem;
}

.xxyr .redp {
  position: absolute;
  top: 1.125rem;
  left: 4.875rem;
}

/* 校园文化 */
.mainright .fl {
  background: #A40000;
  font-size: .875rem;
  color: #FFFFFF;
  width: 10.625rem;
  padding: .625rem 0 .625rem .625rem;
  margin-top: 4.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  background-image: url('../image/flarrow.png');
  background-size: 1.375rem .75rem;
  background-repeat: no-repeat;
  background-position: right .625rem center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.flbox {
  display: flex;
  justify-content: space-between;
}

.flbox .flk{
  background: #A40000;
  font-size: .875rem;
  color: #FFFFFF;
  width: 10.625rem;
  padding: .625rem 0 .625rem .625rem;
  margin-top: 4.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  font-family: '思源-normal';
  box-sizing: border-box;
    height:2.5rem;
}
.xcp .flbox .flk{
  margin-top: 1.875rem;
}
.flbox .flk .opt{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 11.25rem;
  background: #FFFFFF;
border: .0625rem solid #E5E5E5;
z-index: 1;
left: 0;
bottom: -11.25rem;
box-sizing: border-box;
 
}
.flbox .flk .all{
  cursor: pointer;
  position: relative;
}
.flbox .flk .all::after{
  content: '';
  width: 1.375rem;
  height: .75rem;
  position: absolute;
  background-image: url(../image/flarrow.png);
  right: .625rem;
  bottom: .1875rem;

}
.flbox .flk .opt {
  display: none;
}
.flbox .flk .opt .act{
  background: #E5E5E5;
}
.flbox .flk .opt li { 
 width: 100%;
 display: flex;
 align-items: center;
}
.flbox .flk .opt li a{ 
  width: 100%;
  font-size: .875rem;
  color: #777777;
  font-family: '思源-normal';
  line-height: 2.25rem;
  text-indent: .8em;
 }

.flbox .flk .opt li:hover{
  background: #E5E5E5;
}
/* 年份 */
.flbox .nian{
  background: #A40000;
  font-size: .875rem;
  color: #FFFFFF;
  width: 10.625rem;
  padding: .625rem 0 .625rem .625rem;
  margin-top: 4.25rem;
  height: 2.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  font-family: '思源-normal';
  box-sizing: border-box;
}

.xcp .flbox .nian{
  margin-top: 1.875rem;
}
.flbox .nian .year{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 11.25rem;
  background: #FFFFFF;
border: .0625rem solid #E5E5E5;
z-index: 1;
left: 0;
bottom: -11.25rem;
box-sizing: border-box;
 
}
.flbox .nian .all2{
  cursor: pointer;
  position: relative;
}
.flbox .nian .all2::after{
  content: '';
  width: 1.375rem;
  height: .75rem;
  position: absolute;
  background-image: url(../image/flarrow.png);
  right: .625rem;
  bottom: .1875rem;

}
.flbox .nian .year {
  display: none;
}
.flbox .nian .year .act{
  background: #E5E5E5;
}
.flbox .nian .year li { 
 width: 100%;
 display: flex;
 align-items: center;
}
.flbox .nian .year li a{ 
  width: 100%;
  font-size: .875rem;
  color: #777777;
  font-family: '思源-normal';
  line-height: 2.25rem;
  text-indent: .8em;
 }

.flbox .nian .year li:hover{
  background: #E5E5E5;
}








.xywh {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.xywh li {
  width: 31.3%;
  margin-right: 3%;
  position: relative;
  margin-bottom: 2.5rem;
}

.xywh li:nth-child(3n+1) {
  margin-right: 0;
}

.xywh .imgbox {
  width: 100%;
  height: 10rem;
  background: #777777;
  margin-bottom: 1rem;
}

.xywh .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xywh li .zy {
  font-size: .875rem;
  color: #2D2D2D;
  line-height: 1.25rem;
  font-family: '思源-normal';
  text-indent: 0;
}

.xywh li .time {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 3.75rem;
  height: 3.75rem;
  font-size: .6875rem;
  color: #A40000;
  line-height: .875rem;
  font-family: '思源-normal';
  padding: .25rem;
  box-sizing: border-box;
}

.xywh li .time div {
  border: .0625rem solid #A40000;
  width: 3.25rem;
  height: 3.3125rem;
  padding-top: .625rem;
  padding-left: .125rem;
  box-sizing: border-box;
}

/* 焦点 */
.jiaod {
  display: none;
}

/* 智美吉利 */
.big-img-box {
  margin-top: 4.125rem;
}

.small-img-box {
  margin-top: 3.75rem;
  margin-bottom: 5rem;
  width: 100%;
  height: 105.6px;
  display: flex;
  justify-content: space-around;

}

.small-img-box .small-img {
  width: 13.5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-right: .91%;
}
.small-img-box .small-img:last-child{
  margin-right: 0;
}


.small-img-box .small-img div:nth-child(1) {
  height: 60.8px;
  border: .8px solid #AAA;
  border-top: none;
}

.small-img-box .small-img div:nth-child(1) img {
  width: 100%;
  height: 100%;
}


.small-img-box .small-img div:nth-child(2) {
  line-height: 28.8px;
  text-align: center;
  border: .8px solid #AAA;
  border-top: none;
  font-size: 1.25rem;
  font-family: '思源-normal';
}

/* 人物 */
.rwbox li {
  display: flex;
  border-bottom: .0625rem solid #DDDDDD;
  padding-bottom: 1.125rem;
  margin-bottom: 1.75rem;
}

.rwbox li a{
  display: flex;
}

.rwbox li .imgbox {
  width: 20rem;
  height: auto;
  margin-right: 1.75rem;
}

.rwbox li div:last-child {
  flex: 1;
  /* padding-right: 1.25rem; */
}

.rwbox li .imgbox img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.rwbox li h5 {
  font-size: 1rem;
  color: #2D2D2D;
  line-height: 1.25rem;
  font-family: '思源-normal';
  margin-bottom: .875rem;
}

.rwbox li p {
  font-size: .875rem;
  color: #777777;
  line-height: 1.25rem;
  font-family: '思源-normal';
  text-indent: 0;
}

/* 产教融合 */
.cjrh .na span {
  color: #A40000;
  font-size: 1.25rem;
  font-family: '思源-medium';
}

.cjrh .na {
  margin-top: 1.25rem;
  margin-bottom: 5rem;
}

.cjrh .allnav {
  margin-top: 10.125rem;
}

.mainright .mark {
  position: absolute;
  top: -32%;
  right: 12%;
  width: 54%;
  height: 6.875rem;
  display: none;
  padding: .625rem 1.625rem .625rem .75rem;
  box-shadow: 0rem .1875rem .4375rem 0rem rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  margin-left: 1.25rem;
  margin-top: 1.125rem;
}
.mainright.szh .mark {
  right: 7%;
}
.cjtop:hover .mark {
  display: flex;

}

.mainright .mark img {
  width: 8.3125rem;
  height: 5.625rem;
  object-fit: cover;
  margin-right: .75rem;
}

.mainright .mark p {
  font-size: .875rem;
  color: #2D2D2D;
  font-family: '思源-regular';
  line-height: 1.375rem;
  text-indent: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: justify;
}

.cjtop {
  position: relative;
  margin-bottom: .75rem;
}

/* 学院 */
.xybox {
  margin-bottom: 11.25rem;
}

/* 部门 */
.bmbox {
  margin-left: 1.375rem;
}

.bmbox .na {
  margin-top: 0;
  margin-bottom: 4rem;
  padding-left: .625rem;
}

.bmbox ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12.5rem;
}

.bmbox ul li {
  width: 30%;
  height: 4.6875rem;
  border-radius: .375rem;
  border: .0625rem solid #BFBFBF;
  display: flex;
  align-items: center;
  margin-right: 3.5%;
  margin-bottom: 1.125rem;
  padding-left: 7%;
  box-sizing: border-box;
  position: relative;
  padding-right: 2%;
}

.bmbox ul li:hover a {
  color: #A40000;
}

.bmbox ul li a {
  font-size: 1.25rem;
  color: #2D2D2D;
  font-family: '思源-regular';
  display: flex;
  flex-wrap: wrap;

}

.bmbox ul li::before {
  content: '';
  position: absolute;
  width: .5rem;
  height: .5rem;
  background: #7B7B7B;
  border-radius: 50%;
  top: 2.0625rem;
  left: 2.75rem;
}

.bmbox ul li:hover::before {
  background: #A40000;
}

.bmbox ul li:nth-child(3n) {
  margin-right: 0;
}


/* dongshiz */
.pres-name {
  font-size: 3.125rem;
  color: #A40000;
  font-family: '思源-bold';
  padding-left: 2.875rem;
}

.name-line {
  width: 10.75rem;
  height: .375rem;
  background-color: #A40000;
  margin-bottom: 14.4px;
  margin-left: 2.875rem;
}

.head-ma-intr p {
  font-family: '思源-regular';
  font-size: 1.25rem;
  color: #555555;
  text-indent: 1.5em;
  margin-bottom: 1.25rem;
}

.dszbox {
  display: flex;
  justify-content: space-between;
 margin-top: 2.875rem;
}

.dszbox .dszl {
  width: 60%;

}

.dszbox .dszr {
  width: 38%;
  padding-top: .875rem;
}

.dszbox .dszr img {
  width: 100%;
  height: 32.9375rem;
  object-fit: cover;
}


/* 学校领导 */
.ldbox {
  padding-left: 23%;
  padding-right: 10%;
  padding-top: 1.625rem;
}

.ldbox li {
  display: flex;
  border-bottom: .0625rem solid #DDDDDD;
  margin-bottom: 1.5rem;
  padding-bottom: 1.375rem;
 position: relative;
}
.ldbox li h5 {
  font-size: 1.125rem;
  color: #2D2D2D;
  font-family: '思源-bold';
  flex: 1;
  padding-left: 1rem;
  cursor: pointer;
}
.ldbox li a {
  display: block;
  font-size: 1.125rem;
  color: #2D2D2D;
  font-family: '思源-bold';
  flex: 1;
  padding-left: 1rem;
}

.ldbox li div {
  flex: 1;
  padding-left: 13%;
  font-size: 1.125rem;
  color: #444444;
  font-family: '思源-regular';
}

.ldbox li div span:not(:first-child) {
  padding-left: 1.875rem;

}

/* 领导个人页 */
.lgsingle {
  position: absolute;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0rem 1rem .75rem .0625rem rgba(81,81,81,0.18);
 border: .0625rem solid #E5E5E5;
 width: 100%;
 z-index: 1;
 left: 5.375rem;
 top:-6.25rem;
 padding: 1.25rem 1.0625rem!important;
 display: none;
}

.lgsingle img {
  width: 8.875rem;
  height: 12.375rem;
  object-fit: cover;
}

.lgsingle div {
  margin-left: .875rem;
  padding-left: 0!important;
}


.lgsingle  div h4 {
  font-size: 1.875rem;
  color: #555555;
  font-family: '思源-bold';
  margin-bottom: .875rem;
}



.lgsingle div p {
  font-size: .875rem;
  color: #555555;
  font-family: '思源-regular';
  text-indent: 0;
  line-height: 1.375rem;
  margin-top: 1.4375rem;
}


/* 委员会 */
.wyh {
  padding-left: 1%;
  padding-right: 4%;
  padding-top: 1.75rem;
}

.wyh li {
  padding-bottom: 1.625rem;
  display: flex;
 align-items: center;
  border-bottom: .0625rem solid #DDDDDD;
  margin-bottom: 1.5rem;
}


.wyh li p {
   text-indent: 0;
}
.wyh li div span:not(:first-child) {
  padding-left: 1.25rem;

}

.wyh li span {
  display: block;
  font-size: 1.125rem;
  color: #2D2D2D;
  font-family: '思源-bold';
  flex: 0.3;
  padding-left: 1rem;
}

.wyh li div:first-child {
 width:237px;
  font-size: 1.125rem;
  color: #2D2D2D;
  font-family: '思源-bold';
}

.wyh li div a {
  font-size: 1.125rem;
  color: #444444;
  font-family: '思源-regular';
  margin-right: 1rem;
}

/*校长寄语 */
.xzjy {
  padding-top: 1.5rem;
}

.xzjy h5 {
  font-size: 1.5rem;
  color: #A40000;
  font-family: '思源-bold';
  margin-bottom: 1.25rem;
}

.xzjy h6 {
  font-size: 1.25rem;
  color: #434343;
  font-family: '思源-medium';
  margin-bottom: 2.875rem;
}

.xzjy p {
  font-size: 1.25rem;
  color: #555555;
  font-family: '思源-regular';
  margin-bottom: 2.75rem;
  text-align: justify;
}

.xzjy p:last-child {
  text-align: right;
}
.xzjy img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* 详情页  */
.depage {
  margin-top: 3.375rem;
}

.depage .allnav {
  margin-top: 7.875rem;
}

.depage h3 {
  color: #2D2D2D;
  line-height: 4.5rem;
margin-bottom:2rem;
}

.depage .img {
  margin-top: 7.875rem;
}

.depage .mainright ul {
  margin-top: -1.3rem;
}
.mainright ul {
  margin-top: 3.125rem;
}
.depage .mainright li {
  position: relative;
  margin-bottom: 1.5rem;
}



.depage li .time {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 3.75rem;
  height: 3.75rem;
  font-size: .6875rem;
  color: #A40000;
  line-height: .875rem;
  font-family: '思源-normal';
  padding: .25rem;
  box-sizing: border-box;
}

.depage li .time div {
  border: .0625rem solid #A40000;
  width: 3.25rem;
  height: 3.3125rem;
  padding-top: .625rem;
  padding-left: .125rem;
  box-sizing: border-box;
}

.depage li p {
  font-size: 1rem;
  color: #777777;
  line-height: 1.5rem;
  font-family: '思源-regular';
  text-indent: 0;
  margin-top: 1.375rem;
}


/* 分页 */

.paging {
  display: flex;
  align-items: center;
  padding-left: 24%;
  position: absolute;
  bottom: 4.75rem;
flex-wrap: wrap;
}
 .xxyr .paging {
  display: flex;
  align-items: center;
  padding-left: 24%;
  position: absolute;
  bottom: -3.125rem;
}
.paging .hao {
  border: none;
}

.paging .act {
  background-color: #A40000;
  color: #fff;
}
.paging span{
  font-size: .9375rem;
  color: #444444;
  font-family: '思源-regular';
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .625rem;
}
.paging span .cur{
  color: #A40000;
  margin-left: .375rem;
}
.paging a {
  font-size: .875rem;
  color: #444444;
  font-family: '思源-regular';
}

.paging a:hover {
  color: #A40000;
}

/* 媒体关注 */
.mtgz li span:first-child {
  position: relative;
  margin-right: .875rem;
}

.mtgz li span:first-child::after {
  content: '';
  height: .75rem;
  width: .0625rem;
  background-color: #777777;
  position: absolute;
  right: -0.5rem;
  bottom: .0625rem;
}

/* 学校宣传片 */

.xcp .videobox {
  width: 100%;
  margin-top: 3.75rem;
}

.xcp .videobox video {
  width: 100%;
  height: auto;
}

.xcp .fl {
  margin-top: 2.25rem;
}

/* 党员说 */
.dys {
  width: 100%;
  margin-top: 1.625rem;
  margin-bottom: 5rem;
}

.dys li {
  width: 100%;
  padding: 1.75rem 0;
  border-bottom: .0625rem solid #DDDDDD;

}

.dys li a p {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 1rem;
  color: #2D2D2D;
  line-height: 1.25rem;
  font-family: '思源-normal';
  text-indent: 1em;
}

.dys li a p::before {
  position: absolute;
  content: '';
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background: #2D2D2D;
  left: 0.5%;
  top: 40%;
}

.dys li a p span:first-child {
  /* width: 85%; */
}

.dys li a p span:last-child {
  /* flex: 1; */
  margin-right: .375rem;
}

.dys li:hover {
  box-shadow: 0rem 0rem .5625rem .0625rem rgba(164, 0, 0, 0.35);
  /* padding-left: .625rem; */
  /* padding-right: .625rem; */
}

/* 党员详情 */
.dyxq h4 {
  font-size: 3rem;
  color: #2D2D2D;
  font-family: '思源-bold';
  margin-top: 3.125rem;
}

.dyxq {
  margin-bottom: 6.25rem;
}

.dyxq  .div {
  height: 2.8125rem;
  background: linear-gradient(0deg, #fae9e9 0%, #FFFFFF 100%);
  font-size: 1rem;
  color: #777777;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.875rem;
  margin-top: .625rem;
  margin-bottom: 2.5rem;
}

.dyxq img {
  width: 100%;
  height: auto;
  margin: 2.5rem 0;
}

.dyxq p {
  font-size: 1rem;
  color: #2D2D2D;
  line-height: 2rem;
  font-family: '思源-regular';
  /* margin-top: ; */
}

.dyxq video {
  width: 100%;
  height: 32.5rem;
  object-fit: cover;
  margin-bottom: 2.5rem;
}

.big-img-box .swiper .swiper-button-prev{
  left: -2.75rem;
}
.big-img-box .swiper .swiper-button-next{
  right: -2.75rem;
}
.big-img-box .swiper .swiper-slide img{
  width: 100%;
  height: 32.5rem;
  object-fit: cover;
}
@media (max-width: 1540px) {
  .qux{
    display: none;
  }
  .fzlc li{
    padding-left: 3.5rem!important;
    margin-top: 4rem!important;
    align-items: start!important;
  }
}

@media (max-width: 1245px) {
  .dszbox {
    flex-direction: column;
  }
  .dszbox .dszl {
    width: 100%;
  }
  .dszbox .dszr img {
    width: auto;
    object-fit: cover;
    margin-left: 30px;
}
.bmbox ul li {
  width:260px;
  margin-right: 5.5%!important;
}
.mainright .mark {
  right: -30px;
}
.ldbox {
  padding-left: 18%;
}
.ldbox li div {
  padding-left: 8%;
}
}
@media (max-width: 1245px) {
  .tab-box .two {
    width: 37%;
    padding-left: .5rem;
}
  .tab-box .three .thbox ul:last-child li {
    padding-left: 0;
}
.foot-line-r {
  left:48%;
}
.tab-box .two ul li {
  width: 34%;
  padding-left: .8rem;
}
.tab-box .three {
  padding-left: 0;
}
}
@media (max-width: 1160px){
 .search-layer .input{
    width: 18rem;
  }
 .cancle-button{
  right: 28%;
  }
}
@media (max-width: 1100px){
 .cancle-button{
  right: 24%;
  }
}
@media (max-width: 1070px){
  .topbox .top-left a,
  .topbox .top-right a {
    padding-right: 5px; 
    padding-left: 5px;  
  }
  .ldbox {
    padding-left: 10%;
  }
  .ldbox li div {
    padding-left: 0;
  }
  .bmbox ul li {
    padding-left: 48px;
  }
  .bmbox ul li::before {
    left: 1.8rem;
  }
}
@media (max-width: 1040px){
  .dys li a p span:last-child {
    display: none;
  }
}

@media (max-width: 990px){
  .bmbox ul li {
    padding-left: 46px;
  }
  .dys li a p span:last-child {
    display: none;
  }
  .ldbox {
    padding: 1rem 0 0 0;
  }
}
@media (max-width: 900px){
  .topbox {
    display: none;
  }
.navigator-wrapper .navigator-menu {
    display: none;
   }
 .banner .navigator-wrapper{
    top:1.3rem;
   }
  .s-icon-search {
    display: block;
  }
.smallnav{
 display: block!important;
}
 .allnav{
    display: none;
  }
  .black-shadow{
   top:0;
  }
  .small-img-box .small-img {
    width: 18.5%;
    margin-right: 1.87%;
  }
  .small-img-box .small-img:nth-child(5) {
    margin-right: 0;
  }
  .small-img-box .small-img:nth-child(6), .small-img-box .small-img:nth-child(7){
  display: none;
  }
 .search-layer{
  padding:0  12%;
 }
.search-layer .input{
 width: 15rem;
}
.cancle-button{
  right: 24%;
}
}
@media (max-width: 850px){
 .xyjj  .xywh li {
    width: 47%;
    margin-right: 6%!important;
  }
 .xyjj  .xywh li:nth-child(2n){
    margin-right: 0!important;
  }
  .xypage .allnav {
   display: none;
  }
  .xybox{
    margin-left: 0;
  }
}
.smallnav{
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  z-index: 499;
  display: none;
  cursor: pointer;
  width: 32px;
}
.smallnav img{
  width: 100%;
}
#mask1.active{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: black;
  opacity: 0.9;
  background: #070411;
  background: linear-gradient(135deg, #070411 0%, #130407 100%);
  padding: 14px;
overflow-y: auto;
}
#mask1 .allnav{
  width: 80%;
  display: block;
 padding-left: 30px;
 margin-top: 1.8rem;
}
#mask1 .logobox{
  width: 12rem;
}
#mask1 .logobox img{
  width: 100%;
}
#mask1 .allnav li{
  border-bottom: .0625rem solid #bdbdbd;
}
#mask1 .allnav li a{
  color: #EEEEEE!important;
  padding-left: 4px;
}
#mask1 .allnav  a:hover {
  color: #A40000!important;
}

#mask2.active{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: black;
  opacity: 0.9;
  background: #070411;
  background: linear-gradient(135deg, #070411 0%, #130407 100%);
  padding: 14px;
  overflow: scroll;
overflow-y: auto;
}
#mask2 .allnav{
  width: 80%;
  display: block;
 padding-left: 30px;
 margin-top: 1.8rem;

}
#mask2 .logobox{
  width: 12rem;
}
#mask2 .logobox img{
  width: 100%;
}
#mask2 .allnav li{
  border-bottom: .0625rem solid #bdbdbd;
}
#mask2 .allnav li a{
  color: #EEEEEE!important;
  padding-left: 4px;
}
#mask2 .allnav a:hover {
  color: #A40000!important;
}

/* @media (max-width: 768px) { */
  @media (max-width: 900px) {
  #mask1.active {
    opacity: .95;
    pointer-events: auto;
    z-index: 500;
}
#mask2.active {
  opacity: .95;
  pointer-events: auto;
  z-index: 500;
}
  .ldbox li h5 {
    flex: .6;
  }
  .bmbox ul{
    margin-bottom: 5.5rem;
  }
  .allnav{
    display: none;
  }

  .dszbox .dszl p{
   text-indent: 0;

  }
  .dszbox .dszr img {
    width: 300px;
    object-fit: cover;
    margin-left: 0;
}
.pres-name {
  padding-left:0;
}
.name-line {
  margin-left: 0;
}
.mainright{
  padding-bottom: 4rem;
  margin-left: 0;
}
.cjtop:hover .mark {
  display: none;

}
.rwbox li a{
flex-wrap: wrap;
}
.rwbox.mtgz li a{
  width: 100%;
  display: block;
 }
.rwbox li a div:last-child{
  margin-top: 55px;
}
.rwbox.mtgz li a div:last-child{
   /*  margin-top: 18rem; */
}
.rwbox li .imgbox {
  width: 100%;
}
.dys li a p{
  line-height: 1.5rem;
  text-indent: 0;
}
.dys li a p::before{
 display: none;
}
.dyxq div {
  padding: 0 .5rem;
  flex-wrap: wrap;
}
.xxyr {
  padding-left: 5rem;
}
.xxyr .redp {
  left: 1.15rem;
}
.xxyr .xian {
  left: 2rem;
}
.smallnav{
  display: block;
}

}
@media (max-width: 760px){
  .cancle-button{
    right: 20%;
    }
 }
@media (max-width: 690px){
  .fzlc li {
    display: block;
  }
  .fzlc li h4 {
    margin-bottom: 1rem;
  }

  .rwbox.mtgz li a div:last-child {
    margin-top: 15.5rem;
  }
  .cancle-button{
    right: 16%;
    }
}
@media (max-width: 640px){
  .rwbox.mtgz li a div:last-child {
    margin-top: 13.5rem;
  }

}
@media (max-width: 568px){
  .rwbox.mtgz li a div:last-child {
    margin-top: 11rem;
  }
  .small-img-box .small-img {
    width: 23%;
    margin-right: 2.66%;
  }
  .small-img-box .small-img:nth-child(4) {
    margin-right: 0;
  }
  .small-img-box .small-img:nth-child(5), .small-img-box .small-img:nth-child(6), .small-img-box .small-img:nth-child(7){
  display: none;
  }
 .cancle-button{
    right: 10%;
    }
}
.black-shadow2 {
  width: 100%;
  position: relative;
  top: 0rem;
  z-index: 99;
  height: 3rem;
  background: #A40000;
 display: none;
}
.navigator-logo a .logo2{
 display: none;
}
@media (max-width: 500px){
.navigator-logo a .logo2{
 display: block;
}
.navigator-logo a .logo1{
 display: none;
}
.mainright .t .timg{
 display: none;
}
.black-shadow2 {
  width: 100%;
  position: relative;
  top: 0rem;
  z-index: 99;
  height: 4.2rem;
  background: #A40000;
 display: block;
}
.black-shadow {
 display: none;
}
.redbg {
  height: 7rem;
  background-color: #A40000;
}
.smallnav{
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  z-index: 499;
  display: none;
  cursor: pointer;
  width: 25px;
}
.s-icon-search {
  width: 1.7rem;
  margin-right: 1.5rem;
  position: absolute;
  right: 2.8rem;
  top: 1.7rem;
  z-index: 499;

}
.jz {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
}
 .banner .navigator-wrapper{
    top:0.5rem;
   }
  .black-shadow{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    height: 5rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
  }
 .foot {
  padding-top: 1.875rem;
  background: url(../image/foot_bg.png);
  background-position: 36% 30%; 
  background-size: cover;
}
.mainright h3{
  font-size: 2.25rem;
}
.mainright p img {
 width: 100%;
 height: auto;
 object-fit: cover;
}
.depage li img {
  width: 100%!important;
  height: auto!important;
  object-fit: cover!important;
}
  #swiper11 .swiper-button-next {
    width: 1.5rem;
    height: 2rem;
    margin-right: 2%;
  }
  .xywh li {
    width: 100%;
  }
  .xywh li{
    margin-right: 0!important;
  }
  .xywh {
    margin-top: 2.5rem;
  }
  .wyh li span{
    flex: 0.4;
  }
  .rwbox.mtgz li a div:last-child {
    margin-top: 8.5rem;
  }
  .small-img-box .small-img {
    width: 32%;
    margin-right:2%!important;
    margin-bottom: 10px;
  }
  .small-img-box .small-img:nth-child(3n) {
    margin-right: 0!important;
  }
 .small-img-box .small-img:nth-child(5), .small-img-box .small-img:nth-child(6){
  display: flex;
  }
  .small-img-box .small-img:nth-child(7){
    display: none;
  }
  .small-img-box {
    margin-bottom: 0;
        flex-wrap: wrap;
        margin-bottom: 100px;
  }
  .big-img-box .swiper .swiper-button-prev{
    left: .75rem;
  }
  .big-img-box .swiper .swiper-button-next{
    right: .75rem;
  }
 .bmbox ul li{
    width: 48%;
    padding-left: 22px;
  }
   .bmbox ul li a{
   font-size: 13px;
  }
  .bmbox ul li{
    margin-right: 0!important;
  }
    .bmbox ul li:nth-child(2n-1){
    margin-right: 4%!important;
  }
  .bmbox ul li::before {
  left: .5rem;
}
 .footer-mark {
     justify-content: space-around;;
    }
}
@media (max-width: 400px){
  .rwbox.mtgz li a div:last-child {
    margin-top: 3.5rem;
  }
  .mainright .t div p {
    width: 24.5rem;
  }
  .ldbox li h5 {
    flex: .3;
  }
  .big-img-box .swiper .swiper-button-prev{
    top: 50%;
    left: 1.75rem;
    width: 42px;
    height: 42px;
  }
  .big-img-box .swiper .swiper-button-prev img{
    width: 100%;
  }
  .big-img-box .swiper .swiper-button-next{
    top: 50%!important;
    right: .75rem!important;
    width: 42px;
    height: 42px;
  }
  .big-img-box .swiper .swiper-button-next img{
    width: 100%;
  }
  .cancle-button {
    right: 8%;
  }
}

@media (max-width: 1100px) {
  .paging{
  padding-left: 1%;
    bottom: 1rem;
}
}
@media (max-width: 768px){
 .video-l {
    width: 90%;
    padding-right: 10%;
  }
  .video-box{
    width: 100%;
    height: 50rem;
    position: relative;
  }
  .video-box .video-l p{
    width: 100%;
  }
  .video-r {
    position: absolute;
    width: 100%;
    height: 20rem;
    bottom:1%;
    right: 0;
  }
  
  .video-r video {
    position: absolute;
    width: 102%;
    height:100%;
    object-fit: cover;
    top: 124%;
    right: -2%;
  }
 .video-r  iframe {
    position: absolute;
    width: 102%;
    height:100%;
    object-fit: cover;
    top: 124%;
    right: -2%;
  }
  .xywh li {
    width: 47%;
    margin-right: 6%!important;
  }
  .xywh li:nth-child(2n+1){
    margin-right: 0!important;
  }
}
 @media (max-width: 530px){
  .paging span{
    margin-right: 0;
  }
 }
  @media (max-width: 900px){
    .cj ul li .txt {
      font-size: .85rem;
    }
  }
  @media (max-width: 970px){
  .zt ul li:nth-child(4){
    display: none;
  }
}
@media (min-width: 901px) {
  #mask1.active{
    display: none!important;
  }
  #mask2.active{
    display: none!important;
  }
}
 @media(max-width: 500px){
.na span:first-child {
 font-size: 2.25rem!important;
  color: #A40000;
  font-family: '思源-bold';
}
  .swiper-button-prev {
    width: 1.5rem;
    height: 2rem;
    margin-left: 2%;
  }
  .xywh li{ 
    width: 100%;
     margin-right: 0!important;
  }
  .ky.cs .na {
    display: flex;
  }
  .ky.cs .na span:last-child {
   display: flex;
   flex-wrap: wrap;
   flex: 1;
   
  }
  .depage h3{
    font-size:18px;
  line-height: 2.5rem

  }
  .dyxq h4 {
    font-size: 34px;
  }
.pres-name {
  font-size: 31px;
}
.name-line {
  width: 6.9rem;
}
}
 @media (max-width: 400px) {
  .search-layer .input {
    width: 10rem;
  }
  .navigator-menu .menu-item .menu-name::after {
    display: none;
  }
 }
@media (max-width: 375px) {
  .na span:first-child {

  }
}
@media (max-width: 350px) {
  .na span:first-child {
  
  }
}
@media (max-width: 325px) {
  .na span:first-child {
    font-size: 1.6rem!important;
  }
}
@media (max-width: 285px){
.na img {
  margin-top: .75rem;
  margin-left: 0;
  margin-right: 0;
}
  .na span:first-child {
    font-size: 1.4rem!important;
  }
}	
.cat-us{
  display: none;
  color: #fff;
  font-size: 12px;
  margin-bottom: 4px;
}
.cat-us h5{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cat-us p{ 
  margin-bottom: 11px;
}
 
  .foot .tab-box .three h5:nth-child(2) {
    display: none;
  }
  .flimg2{
    display: none;
  }
.nmark{
  padding: 0 30%;
  font-size: .9rem;
  color: #777777;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
border-bottom: 1px solid #DDDDDD;
  margin-bottom: 3.5rem;
  padding-bottom: 1.8rem;
}
@media (max-width: 500px){
.nmark{
  padding: 0 2%;
}
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%; 
     height: 12rem; 
    object-fit: cover; 
    object-position: center; 
  }
 .foot .tab-box .three {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .foot .tab-box .three li{
    text-align: left;
     padding-left: 10px;
     margin-bottom: 17px;
text-align: center; 
  }
  .foot .tab-box .three li a{
    font-size: 12px;
  }
  .tab-box {
   flex-wrap: wrap;
   }
   .cat-us{
  display: block;
   }
   .tab-box h5 {
    font-size: 16px;
    font-weight: 500;
   }
    .foot .tab-box .three h5:nth-child(1) {
    display: none;
  }
  .foot .tab-box .three h5:nth-child(2) {
    display: block;
  }
   .flimg1{
    display: none;
  }
  .foot-logo-box {
    margin-bottom: 30px;
  }
  .flimg2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flimg2 img{
    width: 67%;
    height: auto;
  }
  .tab-box .one ul {
    margin-top: 36px;
    margin-bottom: 14px;
  }
  .footer-bottom {
    margin-top: 18px;
  }
  .tab-box .three .thbox{
 margin-top: 11px;
  }
  .footer-mark{
   width: 100%;
  padding-top: 10px;
  border-top: 1px dashed #fff;
   }
 .footer-mark span:nth-child(1){
      margin-right: 20px;
    }
}
@media (max-width: 1150px){
.lgsingle {
   width: 80%;
}
}
@media (max-width: 580px){
.lgsingle {
   width: 70%;
 flex-direction: column;
 align-items: center;
 text-align: center;
}
  .lgsingle  div h4 {
  font-size: 1.2rem;
  margin-top: 10px;
  }
.lgsingle div p {
 text-align: left;
}
}


.nmark .iconbox{
 display: flex;
 align-items: center;
}
.nmark .iconbox img{ 
 width: 20px;
 height: 20px;
}
.nmark  a:first-child img{ 
 margin-right: 8px;
}
@media (min-width: 500px){
.bmbox ul li:nth-child(3){
  margin-bottom: 3.5rem;
}
.bmbox ul li:nth-child(23){
 margin-bottom: 3.5rem;
}
.bmbox ul li:nth-child(24){
 margin-bottom: 3.5rem;
}

}
.one ul li {
  position: relative;
}
.one ul li div{
position: absolute;
  display: none;
  width: 100px;
  height: 100px;
  z-index: 100;
}
.one ul li div img{
 width: 100%;
 height: 100%;
}
