* {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #191919;
}
a:hover {
  text-decoration: none;
  color: #D71F1F;
}
/* 平滑滚动效果 */
html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  font-family: PingFangSC-Regular, Microsoft Yahei, sans-serif, SimSun;
  line-height: 1.8;
  background: #fff;
  color: #191919;
  text-shadow: 0 0 0 0;
  word-wrap: break-word;
}
.groupLink-test {
  padding: 10px 20px;
}
.groupLink-test p {
  padding: 5px 0;
}
.groupLink-list {
  padding: 20px 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.groupLink-list .item {
  flex: 0 0 calc(25% - 20px);
  align-items: stretch;
  box-sizing: border-box;
  background: #fff;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 16px;
}
.groupLink-list .item img {
  width: 100%;
}
.groupLink-list .item:last-child {
  flex: 0 0 calc(50% - 20px);
}
.list-bodybg {
  background: #F8F8FA;
  padding: 0 6%;
  display: flex;
  align-self: stretch;
}
.list-bodybg .list-left {
  padding-bottom: 30px;
  width: 216px;
  background: #fff;
}
.list-bodybg .list-left li {
  font-weight: bold;
  border-left: 2px solid #fff;
  border-bottom: 1px solid #EBEDF0;
  display: flex;
  flex-direction: column;
  min-height: 66px;
  justify-content: center;
  padding-left: 20px;
  cursor: pointer;
  word-wrap: break-word;
  text-align: left;
}
.list-bodybg .list-left li p:last-child {
  color: #666;
  font-weight: normal;
}
.list-bodybg .list-left li:hover {
  border-left-color: #D71F1F;
  color: #D71F1F;
}
.list-bodybg .list-left li:hover p {
  color: #D71F1F;
}
.list-bodybg .list-left .active {
  border-left-color: #D71F1F;
  color: #D71F1F;
}
.list-bodybg .list-left .active a {
  color: #D71F1F;
}
.list-bodybg .list-left .active p:last-child {
  color: #D71F1F;
}
.list-bodybg .right-text {
  flex: 1;
}
.list-bodybg .right-text .searchbg {
  background: #fff;
  padding: 0 20px;
  height: 66px;
  border-bottom: 1px solid #EBEDF0;
  border-left: 1px solid #EBEDF0;
  display: flex;
  align-items: center;
}
.list-bodybg .right-text .searchbg .title-left {
  line-height: 1.4;
  flex: 1;
  font-weight: 600;
  font-size: 22px;
}
.list-bodybg .right-text .searchbg .title-left p {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
}
.list-bodybg .right-text .searchbg .right-search {
  margin-left: 10px;
  display: flex;
  align-content: center;
}
.list-bodybg .right-text .searchbg .right-search .inputbg {
  width: 220px;
  padding-right: 10px;
  box-sizing: border-box;
  border: 1px solid;
  background: #FFFFFF;
  height: 30px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #CCCED7;
  background: url(../images/search-icon.png) no-repeat 10px center;
  background-size: 16px;
  padding-left: 30px;
}
.list-bodybg .right-text .searchbg .right-search .inputbg input {
  background: none;
  border: 0;
  outline: none;
  width: 100%;
  height: 30px;
}
.list-bodybg .right-text .searchbg .right-search .inputbg input:placeholder {
  color: #999;
}
.list-bodybg .right-text .searchbg .right-search .btnSearch {
  margin-left: 10px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 4px;
  background: #D71F1F;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  cursor: pointer;
}
.list-bodybg .right-text .searchbg .right-search .btnSearch:hover {
  opacity: 0.8;
}
.school-choose {
  width: 100%;
  line-height: 28px;
  display: flex;
  box-sizing: border-box;
  padding: 0 0 10px 20px;
}
.school-choose .choose-list {
  flex: 1 0 33.3333%;
  display: flex;
  padding-right: 20px;
  box-sizing: border-box;
  align-items: center;
}
.school-choose .choose-list:last-child {
  padding-right: 0;
}
.school-choose .choose-list .select-w {
  flex: 1;
}
.school-choose .choose-list .select-w select {
  width: 100%;
  height: 30px;
  outline: none;
  border: 1px solid #DDDFE5;
  border-radius: 4px;
  padding-left: 5px;
}
.school-choose .choose-list:last-child {
  margin-right: 0;
}
.school-choose .types {
  display: none;
}
.mr10 {
  margin-right: 10px;
}
.school-type {
  width: 100%;
  line-height: 28px;
  display: flex;
  box-sizing: border-box;
  padding: 10px 0 0 20px;
}
.school-type .span-name {
  white-space: nowrap;
  display: inline-block;
}
.school-type .type-text {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.school-type .type-text li {
  margin-bottom: 10px;
  margin-right: 10px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DDDFE5;
  height: 30px;
  cursor: pointer;
  padding: 0 10px;
}
.school-type .type-text li:last-child {
  margin-right: 0;
}
.school-type .type-text li span {
  white-space: nowrap;
}
.school-type .type-text li:hover {
  color: #D71F1F;
  border-color: #D71F1F;
}
.school-type .type-text .active {
  color: #D71F1F;
  border-color: #D71F1F;
}
.pages {
  padding-bottom: 20px;
  text-align: center;
}
.pages .prev,
.pages .next {
  width: 26px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.pages .prev:hover,
.pages .next:hover {
  color: #D71F1F;
}
.pages .last {
  color: #999;
  cursor: default;
}
.pages .last:hover {
  color: #999;
}
.pages .page {
  display: inline-block;
  cursor: pointer;
}
.pages .page li {
  cursor: pointer ;
  margin: 0 3px;
  width: 32px;
  text-align: center;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  line-height: 30px;
  display: inline-block;
  border-radius: 6px;
}
.pages .page li:hover {
  background: #D71F1F;
  color: #fff;
}
.pages .page .activePage {
  background: #D71F1F;
  color: #fff;
}
.pages .total {
  margin: 0 20px;
  display: inline-block;
}
.pages .pageSelect {
  width: 80px;
  height: 30px;
}
.school-newsList {
  padding: 20px 0 20px 20px;
}
.school-newsList .item {
  margin-bottom: 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
}
.school-newsList .item:hover {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.16);
}
.school-newsList .item .div-list {
  display: flex;
}
.school-newsList .item .label-list {
  padding-top: 8px;
}
.school-newsList .item .label-list span {
  color: #666;
  border-radius: 4px 4px 4px 4px;
  padding: 2px 7px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #F3F4F5;
  display: inline-block;
}
.school-newsList .item .label-list .adress {
  background: #f3f4f5 url(../images/adress.png) no-repeat 5px 8px;
  background-size: 16px auto;
  padding-left: 25px;
}
.school-newsList .item .left-text {
  flex: 1;
}
.school-newsList .item .left-text .name {
  font-size: 20px;
  font-weight: bold;
}
.school-newsList .item .left-text .name span {
  margin-right: 10px;
}
.school-newsList .item .left-text .name .more {
  display: none;
}
.school-newsList .item .left-text .name .en {
  color: #666;
  font-weight: 100;
}
.school-newsList .item .left-text .name .label {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D71F1F;
  font-size: 14px;
  padding: 2px 5px;
  color: #D71F1F;
  font-size: 12px;
  font-weight: 100;
}
.school-newsList .item .rightText {
  width: 160px;
  text-align: right;
  color: #666;
}
.school-newsList .item .rightText a {
  color: #666;
}
.school-newsList .item .rightText a:hover {
  color: #D71F1F;
}
.details-body {
  background: linear-gradient(180deg, #FFECEC 5%, rgba(255, 236, 236, 0.3) 10%, #f8f8f8 100%);
}
.details-body2 {
  padding: 0 6%;
  background: url(../images/school-banner.png) no-repeat center 0;
}
.details-nav {
  padding: 10px 0;
  color: #666;
}
.details-nav span {
  color: #191919;
  margin-left: 10px;
}
.details-bannerText {
  padding-top: 40px;
  font-size: 54px;
}
.details-bannerText img {
  vertical-align: middle;
  margin-left: 20px;
  width: 64px;
}
.details-bannerEn {
  font-size: 20px;
  margin-bottom: 25px;
}
.details-bannerLabelB {
  padding-bottom: 150px;
}
.details-bannerLabel {
  border: 1px solid #D71F1F;
  color: #D71F1F;
  border-radius: 4px;
  padding: 3px 15px;
  display: inline-block;
}
.details-listTab {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-right: -20px;
}
.details-listTab .item {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  align-self: stretch;
  flex-shrink: 0;
  flex: 1 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  /* 防止内容撑大 */
  box-sizing: border-box;
  /* 包含padding和border */
  color: #666;
}
.details-listTab .item .name {
  font-size: 16px;
  color: #191919;
  font-weight: bold;
}
.details-listTab .item .typeText {
  padding-bottom: 10px;
  overflow: hidden;
}
.details-listTab .item .typeText .left {
  color: #666;
  float: left;
}
.details-listTab .item .typeText img {
  width: 40px;
  float: right;
}
.details-listTab .item:nth-child(n+3) {
  flex: 1 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
.details-info {
  padding-top: 20px;
  padding-bottom: 6%;
}
.details-info p {
  padding: 10px 0;
}
.wapNav {
  display: none;
}
.lineHeight {
  line-height: 1.6;
}
.container {
  margin: 0 auto;
}
.fixed {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  left: 0;
  z-index: 1000;
}
.hidden {
  transform: translateY(-100%);
}
.topNav {
  padding: 20px 30px;
  display: flex;
  align-content: center;
  align-items: center;
}
.topNav .logo {
  width: 15%;
}
.topNav .logo img {
  max-width: 120px;
}
.topNav .right-menu {
  flex: 1;
}
.topNav .wapMenu {
  display: none;
}
.topNav .rightNav {
  display: flex;
}
.topNav .rightNav li {
  position: relative;
  margin: 0 2%;
}
.topNav .rightNav li .line {
  position: absolute;
  background: #D71F1F;
  width: 40px;
  height: 3px;
  bottom: -6px;
  left: 50%;
  margin-left: -20px;
  display: none;
}
.topNav .rightNav li:hover .line {
  display: block;
}
.topNav .rightNav li a:hover {
  color: #000;
}
.topNav .rightNav .active {
  font-weight: 600;
}
.topNav .rightNav .active .line {
  display: block;
}
.banner-container,
.list-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.banner-img {
  width: 100%;
  height: auto;
  display: block;
}
.list-bannerText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-size: 48px;
}
.list-bannerText .small-text {
  font-size: 20px;
}
.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.banner-text .title {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 500;
}
.banner-text .subTitle {
  font-weight: 500;
  font-size: 24px;
  margin: 2% 0 8%;
}
.banner-text .banner-link,
.banner-text .banner-link2 {
  background: #D71F1F;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #D71F1F;
  color: #fff;
  padding: 15px 30px;
  margin: 0 10px;
  display: inline-block;
}
.banner-text .banner-link span,
.banner-text .banner-link2 span {
  display: block;
}
.banner-text .banner-link:hover {
  border-color: #fff;
  background: #fff;
  color: #D71F1F;
}
.banner-text .banner-link2 {
  background: no-repeat;
  border-color: #fff;
}
.banner-text .banner-link2:hover {
  border-color: #D71F1F;
  background: #D71F1F;
  color: #fff;
}
.index-about {
  padding: 8% 6%;
  background: url(../images/index-about.png) no-repeat 0 bottom;
  background-size: 100% auto;
  display: flex;
  align-items: center;
}
.index-about .left-text {
  width: 53%;
  margin-right: 2%;
  flex-grow: 0;
  /* 禁止拉伸 */
  flex-shrink: 0;
  /* 禁止收缩 */
}
.index-about .left-text .subtext {
  margin-top: 30px;
  color: #666;
  padding-bottom: 20px;
}
.index-about .right-img {
  flex: 1;
  margin-left: 20px;
}
.index-about .right-img img {
  max-width: 100%;
}
.index-title {
  font-weight: bold;
  font-size: 32px;
  padding-bottom: 16px;
}
.index-title span {
  color: #D71F1F;
  margin: 0 20px 0 15px;
}
.index-title .en {
  display: inline-block;
}
.index-title .en2 {
  display: inline-block;
  margin: 0;
  color: #191919;
}
.YMDevelopmentHistory-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 8px 0;
}
.YMDevelopmentHistory-list li {
  flex: 1;
  align-self: stretch;
  position: relative;
}
.YMDevelopmentHistory-list li img {
  height: auto;
  width: 100%;
  display: block;
}
.YMDevelopmentHistory-list li .li-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 3%;
  padding-right: 2%;
  align-items: center;
  box-sizing: border-box;
}
.YMDevelopmentHistory-list li .li-text .name {
  font-weight: bold;
  font-size: 16px;
}
.YMDevelopmentHistory-list li .li-text img {
  width: 55px;
  margin-left: 10px;
  margin-right: 15px;
  margin-left: 2.5%;
}
.YMDevelopmentHistory-list li .li-text:last-child img {
  margin-left: 40px;
}
.index-OurService {
  background: url(../images/index-bg.png) no-repeat;
  background-size: 100% auto;
  padding: 6.5% 6%;
}
.index-color666 {
  margin-top: 10px;
  color: #666;
  padding-bottom: 20px;
}
.index-lineTitle {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
}
.index-lineTitle span {
  margin-left: 20px;
}
.index-lineTitle .line {
  height: 20px;
  position: absolute;
  left: -20px;
  top: 12px;
  width: 4px;
  vertical-align: middle;
  background: #D71F1F;
}
.OurService,
.OurService2 {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  /* 抵消最后一个项目的右侧间距 */
}
.OurService .item,
.OurService2 .item {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px 8px 8px 8px;
  padding: 40px 0;
  flex: 1;
  align-self: stretch;
  flex-shrink: 0;
  text-align: center;
  flex: 1 0 calc(33.333% - 20px);
  /* 防止内容撑大 */
  box-sizing: border-box;
  /* 包含padding和border */
  color: #666;
}
.OurService .item img,
.OurService2 .item img {
  max-width: 145px;
}
.OurService .item .title,
.OurService2 .item .title {
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  padding: 15px 0 10px;
}
.OurService .item:nth-child(4),
.OurService2 .item:nth-child(4),
.OurService .item:nth-child(5),
.OurService2 .item:nth-child(5) {
  padding: 30px 0;
  flex: 1 0 calc(50% - 20px);
  /* 均分空间且不压缩，计算基础宽度 */
  /* 防止内容撑大 */
}
.OurService .item:last-child,
.OurService2 .item:last-child,
.OurService .item:nth-child(3),
.OurService2 .item:nth-child(3) {
  margin-right: 0;
  /* 最后一个元素取消右边距 */
}
.OurService .item:hover,
.OurService2 .item:hover {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  color: #D71F1F;
}
.OurService .item:hover .title,
.OurService2 .item:hover .title {
  color: #D71F1F;
}
.OurService2 .item {
  padding: 30px 0;
  flex: 1 0 calc(50% - 20px);
  /* 均分空间且不压缩，计算基础宽度 */
  max-width: calc(50% - 20px);
  /* 防止内容撑大 */
}
.OurServicebg {
  padding-bottom: 3%;
}
.ServiceOfferings {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-right: -40px;
  /* 抵消最后一个项目的右侧间距 */
}
.ServiceOfferings .item {
  box-sizing: border-box;
  padding: 32px;
  flex: 0 0 calc(33.333% - 20px);
  /* 三列布局基础宽度 */
  align-self: stretch;
  color: #333;
  background: #F8F8FA;
  border-radius: 8px 8px 8px 8px;
}
.ServiceOfferings .item .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  align-items: flex-start;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.ServiceOfferings .item img {
  max-width: 24px;
  margin-right: 10px;
  margin-top: 2px;
}
.ServiceOfferings .item:hover {
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.ServiceOfferings .item .sub-text {
  color: #666;
  font-size: 12px;
  padding-top: 10px;
}
.ServiceOfferings .item:first-child,
.ServiceOfferings .item:nth-child(2) {
  flex: 0 0 calc(50% - 20px);
}
.colorD71F1F {
  color: #D71F1F;
}
.InstitutionalResourcesBg {
  background: #F8F8FA;
  padding: 8% 6%;
}
.fb {
  font-weight: bold;
}
.index-subTitle {
  color: #666;
  padding-bottom: 2%;
}
.InstitutionalResources-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-right: -20px;
  /* 抵消最后一个项目的右侧间距 */
}
.InstitutionalResources-list li {
  flex: 0 0 calc(50% - 10px);
  height: auto;
  background-color: #f0f0f0;
  padding: 24px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.InstitutionalResources-list li .list {
  display: flex;
}
.InstitutionalResources-list li .list a {
  width: 100%;
  display: flex;
}
.InstitutionalResources-list li .list .left-img {
  max-width: 200px;
}
.InstitutionalResources-list li .list .left-img img {
  max-width: 100%;
  max-height: 156px;
}
.InstitutionalResources-list li .list .right-text {
  flex: 1;
  padding-left: 3%;
}
.InstitutionalResources-list li .list .right-text .title {
  margin-bottom: 8px;
  font-size: 18px;
  background: url(../images/index-arrow.png) no-repeat right center;
  background-size: 20px auto;
  font-weight: bold;
}
.InstitutionalResources-list li .list .right-text .title span {
  color: #666;
  font-weight: 400;
}
.InstitutionalResources-list li .list .right-text .label-list span {
  border-radius: 4px 4px 4px 4px;
  padding: 3px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #F3F4F5;
  display: inline-block;
}
.InstitutionalResources-list li:hover {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.16);
}
.InstitutionalResources-list li:hover a {
  color: #191919;
}
.InstitutionalResources-more {
  text-align: center;
  padding-top: 4%;
}
.InstitutionalResources-more .more {
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #000000;
  padding: 0 36px;
  display: inline-block;
}
.InstitutionalResources-more .more p {
  display: inline-block;
}
.InstitutionalResources-more .more:hover {
  background: #fff;
}
.InstitutionalResources-more a {
  background: url(../images/index-arrow2.png) no-repeat right center;
  padding: 15px 30px 15px 0;
  background-size: 20px;
  display: block;
}
.index-OurPhilosophy {
  background: url(../images/OurPhilosophy-bg.png) no-repeat;
  background-size: 100% auto;
  padding: 6.5% 6%;
}
.OurPhilosophy-two {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.OurPhilosophy-two li {
  flex: 0 0 calc(50% - 10px);
  height: auto;
  background-color: #f0f0f0;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.OurPhilosophy-two li img {
  max-width: 65px;
  display: block;
  padding-bottom: 2.2%;
}
.OurPhilosophy-two li .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}
.YMDevelopmentHistory {
  font-size: 20px;
  font-weight: bold;
  padding-top: 2.3%;
  padding-bottom: 1.8%;
}
.YMDevelopmentHistory span {
  padding-left: 20px;
}
.velopmentHistory-time {
  margin-top: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.velopmentHistory-time .line {
  height: 1px;
  flex: 1;
  background: #999;
  margin: 0 10px;
  opacity: 0.8;
}
.History-time {
  display: none;
}
.Leadership-bg {
  background: #F8F8FA;
  padding: 8% 6%;
}
.Leadership-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-right: -20px;
  /* 抵消最后一个项目的右侧间距 */
}
.Leadership-list li {
  display: flex;
  align-self: stretch;
  flex: 0 0 calc(50% - 10px);
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px;
  border-radius: 8px 8px 8px 8px;
}
.Leadership-list li .left-img {
  flex: 1;
}
.Leadership-list li .left-img img {
  height: 100%;
  border-radius: 8px 0 0 8px;
  width: 100%;
  object-fit: cover;
}
.Leadership-list li .right-text {
  width: 58%;
  padding: 3% 2% 1% 2.5%;
}
.Leadership-list li .right-text .name {
  font-size: 24px;
  font-weight: bold;
}
.Leadership-list li .right-text .en-name {
  font-size: 20px;
  margin-bottom: 2.5%;
  font-weight: bold;
}
.Leadership-list li .right-text .job {
  color: #333;
  background: url(../images/dian-yuan.png) no-repeat 0 10px;
  padding-left: 15px;
  margin: 10px 0 10px 1%;
  background-size: 6px auto;
}
.Leadership-list li:hover {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.footerbg {
  background: #1F2024;
  padding: 6%;
}
.footerbg a:hover {
  color: #fff;
}
.footerbg .contactus {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 4%;
}
.footerbg .list-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: flex;
}
.footerbg .list-text img {
  max-width: 100%;
}
.footerbg .list-text a {
  color: rgba(255, 255, 255, 0.8);
}
.footerbg .list-text a:hover {
  color: #fff;
}
.footerbg .list-text .left-code {
  width: 92px;
  text-align: center;
}
.footerbg .list-text .middle {
  flex: 1;
  padding-left: 5%;
}
.footerbg .list-text .middle .text-li {
  flex-wrap: wrap;
  display: flex;
}
.footerbg .list-text .middle .text-li li {
  margin-bottom: 5px;
  align-self: stretch;
  flex: 0 0 calc(50% - 10px);
  height: auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.footerbg .list-text .middle .text-li li img {
  width: 16px;
  margin-right: 10px;
}
.footerbg .list-text .middle .text-li li p {
  flex: 1;
}
.footerbg .list-text .right-logo {
  width: 168px;
}
.footerbg .small-right .left-code {
  display: none;
}
.footerbg2 {
  padding: 10px 0;
  background: #2A2B32;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.footerbg2 span {
  padding: 0 20px;
}
.footerbg2 a {
  color: rgba(255, 255, 255, 0.7);
}
.footerbg2 a:hover {
  color: #fff;
}
.index-bg {
  background: linear-gradient(180deg, #FBF5F5 0%, #FFFFFF 100%);
}
/* （1024px~1200px） */
@media (min-width: 769px) and (max-width: 1200px) {
  .topNav .rightNav li {
    margin: 0 1%;
  }
  .banner-text .title {
    font-size: 40px;
  }
  .banner-text .subTitle {
    font-size: 20px;
  }
  .banner-text .banner-link,
  .banner-text .banner-link2 {
    padding: 10px 20px;
  }
  .index-about {
    padding: 7% 5%;
  }
  .index-title {
    font-size: 30px;
    padding-bottom: 14px;
  }
  .InstitutionalResourcesBg {
    padding: 7% 5%;
  }
  .InstitutionalResources-list li .list {
    display: flex;
  }
  .InstitutionalResources-list li .list a {
    width: 100%;
    display: flex;
  }
  .InstitutionalResources-list li .list .left-img {
    max-width: 120px;
  }
  .InstitutionalResources-list li .list .left-img img {
    max-width: 100%;
    max-height: 156px;
  }
  .InstitutionalResources-list li .list .right-text {
    font-size: 12px;
    padding-left: 3%;
  }
  .InstitutionalResources-list li .list .right-text .title {
    margin-bottom: 6px;
    font-size: 16px;
    background: url(../images/index-arrow.png) no-repeat right center;
    background-size: 16px auto;
  }
  .Leadership-list li .left-img img {
    height: 100%;
    border-radius: 8px 0 0 8px;
  }
  .Leadership-list li .right-text {
    width: 50%;
    padding: 3% 2% 1% 2.5%;
  }
  .Leadership-list li .right-text .name {
    font-size: 20px;
  }
  .Leadership-list li .right-text .en-name {
    font-size: 16px;
  }
  .Leadership-list li .right-text .job {
    color: #333;
    background: url(../images/dian-yuan.png) no-repeat 0 10px;
    background-size: 10px auto;
    padding-left: 15px;
    margin: 5px 0 5px 1%;
    background-size: 6px auto;
  }
  .Leadership-list li:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  }
  .footerbg .list-text {
    font-size: 13px;
  }
  .footerbg .list-text .middle .text-li li {
    flex: 0 0 calc(100% - 10px);
  }
  .footerbg .list-text .right-logo {
    width: 128px;
  }
  .list-bodybg .right-text .searchbg .title-left {
    font-size: 20px;
  }
  .list-bodybg .right-text .searchbg .title-left p {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .topNav .rightNav li {
    font-size: 12px;
    margin: 0 1.3%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .index-OurPhilosophy {
    padding: 6% 4.5%;
  }
  .list-bodybg {
    padding: 0 4.5%;
  }
  .index-about {
    padding: 8% 1.5%;
  }
  .Leadership-bg {
    background: #F8F8FA;
    padding: 8% 4.5%;
  }
  .list-bodybg .right-text .searchbg .title-left {
    font-size: 18px;
  }
  .list-bodybg .right-text .searchbg .title-left p {
    display: block;
    font-size: 12px;
  }
  .banner-text .title {
    font-size: 40px;
  }
  .banner-text .subTitle {
    font-size: 20px;
  }
  .banner-text .banner-link,
  .banner-text .banner-link2 {
    padding: 10px 20px;
  }
  .InstitutionalResourcesBg {
    padding: 6.5% 4.5%;
  }
  .index-about {
    flex-direction: column;
  }
  .index-about .left-text {
    width: 100%;
    margin: 0;
    /* 禁止收缩 */
  }
  .index-about .left-text .subtext {
    margin-top: 20px;
    color: #666;
    padding-bottom: 20px;
  }
  .index-about .right-img {
    flex: inherit;
    width: 100%;
    margin-left: 0;
  }
  .index-about .right-img img {
    width: 100%;
  }
  .index-title {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .index-title span {
    margin: 0 15px 0 10px;
  }
  .index-lineTitle {
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 25px;
  }
  .index-lineTitle span {
    margin-left: 20px;
  }
  .index-lineTitle .line {
    height: 20px;
    position: absolute;
    left: -20px;
    top: 8px;
    width: 4px;
  }
  .OurService .item,
  .OurService2 .item {
    padding: 30px 0;
  }
  .OurService .item img,
  .OurService2 .item img {
    max-width: 100px;
  }
  .OurService .item .title,
  .OurService2 .item .title {
    font-size: 16px;
    padding: 12px 0 8px;
  }
  .Leadership-list {
    gap: 0;
    margin-right: 0px;
    /* 抵消最后一个项目的右侧间距 */
  }
  .Leadership-list li {
    margin-bottom: 16px;
    flex: inherit;
    width: 100%;
  }
  .Leadership-list li .left-img {
    flex: 1;
  }
  .Leadership-list li .left-img img {
    height: auto;
    border-radius: 8px 0 0 8px;
  }
  .Leadership-list li .right-text {
    width: 55%;
    padding: 3% 2% 1% 2.5%;
  }
  .Leadership-list li .right-text .name {
    font-size: 20px;
  }
  .Leadership-list li .right-text .en-name {
    font-size: 16px;
  }
  .Leadership-list li .right-text .job {
    color: #333;
    background: url(../images/dian-yuan.png) no-repeat 0 10px;
    background-size: 10px auto;
    padding-left: 15px;
    margin: 5px 0 5px 1%;
    background-size: 6px auto;
  }
  .Leadership-list li:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  }
  .footerbg .list-text {
    font-size: 13px;
  }
  .footerbg .list-text .middle .text-li li {
    flex: 0 0 calc(100% - 10px);
  }
  .footerbg .list-text .right-logo {
    width: 100px;
  }
  .footerbg2 {
    font-size: 12px;
  }
  .ServiceOfferings .item .title {
    font-size: 18px;
  }
}
/* 手机（<768px） */
@media (max-width: 768px) {
  .groupLink-test {
    padding: 8px 15px;
  }
  .groupLink-test p {
    padding: 5px 0;
  }
  .groupLink-list {
    padding: 15px 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .groupLink-list .item {
    flex: 0 0 calc(33.33% - 10px);
    font-size: 11px;
  }
  .groupLink-list .item img {
    width: 100%;
  }
  .groupLink-list .item:last-child {
    flex: 0 0 calc(33.333% - 10px);
  }
  .pages {
    display: none;
  }
  .list-bodybg {
    padding: 0;
  }
  .list-bodybg .list-left {
    width: 80px;
    font-size: 12px;
  }
  .list-bodybg .list-left li {
    padding-left: 10px;
  }
  .list-bodybg .right-text .searchbg {
    padding-left: 10px;
  }
  .list-bodybg .right-text .searchbg .right-search {
    display: none;
  }
  .list-bodybg .right-text .searchbg .title-left {
    font-size: 14px;
    line-height: 1.5;
  }
  .school-type {
    display: none;
  }
  .school-choose {
    padding-left: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .school-choose .choose-list {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;
    flex: 0 0 calc(50% - 5px);
  }
  .school-choose .choose-list .select-w {
    flex: initial;
    width: 100%;
    box-sizing: border-box;
  }
  .school-choose .choose-list .select-w select {
    padding-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .school-choose .choose-list:nth-child(2n) {
    padding-right: 0;
  }
  .school-choose .types {
    display: block;
  }
  .list-bannerText {
    font-size: 33px;
    line-height: 1.5;
  }
  .list-bannerText .small-text {
    font-size: 14px;
  }
  .details-info {
    padding-top: 10px;
  }
  .details-nav {
    display: none;
  }
  .details-body2 {
    background: url(../images/school-bannerwap.png) no-repeat right 0;
    background-size: 100% auto;
  }
  .details-bannerLabelB {
    padding-bottom: 60px;
  }
  .details-bannerText {
    padding-top: 30px;
    font-size: 24px;
  }
  .details-bannerText img {
    width: 36px;
    margin-left: 15px;
  }
  .details-bannerEn {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .details-listTab .item {
    font-size: 12px;
    padding: 14px;
  }
  .details-listTab .item .name {
    font-size: 14px;
  }
  .details-listTab .item .en {
    display: none;
  }
  .details-listTab .item .typeText {
    padding-bottom: 0;
    overflow: hidden;
  }
  .details-listTab .item .typeText .left {
    color: #666;
    float: initial;
    display: block;
  }
  .details-listTab .item .typeText img {
    width: 20px;
    float: initial;
  }
  .details-listTab .item:nth-child(n+3) {
    flex: 1 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .details-listTab .item:last-child {
    flex: 1 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .banner-container {
    padding: 6.5% 0;
    background: url(../images/index-banner.png) no-repeat;
    background-size: cover;
  }
  .banner-container img {
    display: none;
  }
  .banner-text {
    position: relative;
  }
  .banner-text .title {
    font-size: 33px;
  }
  .banner-text .subTitle {
    margin-top: 0;
    margin-bottom: 10.5%;
    font-size: 15px;
  }
  .banner-text .banner-link,
  .banner-text .banner-link2 {
    display: block;
    font-size: 14px;
    margin: 10px 6px;
    padding: 5px 5px;
  }
  .InstitutionalResourcesBg {
    padding: 7% 5%;
  }
  .index-about {
    padding: 7% 5%;
    flex-direction: column;
  }
  .index-about .left-text {
    width: 100%;
    margin: 0;
    /* 禁止收缩 */
  }
  .index-about .left-text .subtext {
    margin-top: 20px;
    color: #666;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .index-about .right-img {
    margin-left: 0;
  }
  .index-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .index-title span {
    margin: 0 15px 0 10px;
  }
  .index-title .en2 {
    margin: 0 0 10px;
    line-height: 1;
    display: block;
  }
  .index-lineTitle {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index-lineTitle span {
    margin-left: 20px;
  }
  .index-lineTitle .en {
    display: block;
    margin-left: 0;
  }
  .index-lineTitle .en2 {
    margin: 0 0 15px;
    line-height: 1;
    display: block;
  }
  .index-lineTitle .line {
    position: absolute;
    left: -20px;
    top: 8px;
    width: 4px;
  }
  .index-lineTitle2 {
    height: 40px;
  }
  .OurService .item,
  .OurService2 .item {
    flex: 1 0 calc(50% - 20px);
    padding: 30px 0;
  }
  .OurService .item img,
  .OurService2 .item img {
    max-width: 80px;
  }
  .OurService .item .title,
  .OurService2 .item .title {
    font-size: 16px;
    padding: 12px 0 8px;
  }
  .OurService .item:last-child,
  .OurService2 .item:last-child {
    width: 100%;
    max-width: 100%;
  }
  .ServiceOfferings .item {
    padding: 20px;
  }
  .ServiceOfferings .item .title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .ServiceOfferings .item img {
    max-width: 20px;
    margin: 7px;
  }
  .InstitutionalResources-list {
    gap: 0;
    margin: 0;
  }
  .InstitutionalResources-list li {
    flex: inherit;
    margin-bottom: 16px;
    width: 100%;
    padding: 20px;
  }
  .InstitutionalResources-list li .list {
    display: flex;
  }
  .InstitutionalResources-list li .list a {
    width: 100%;
    display: flex;
  }
  .InstitutionalResources-list li .list .left-img {
    display: none;
    max-width: 160px;
  }
  .InstitutionalResources-list li .list .left-img img {
    max-width: 100%;
    max-height: 156px;
  }
  .InstitutionalResources-list li .list .right-text {
    font-size: 12px;
    padding-left: 0;
  }
  .InstitutionalResources-list li .list .right-text .title {
    margin-bottom: 6px;
    font-size: 16px;
    background: url(../images/index-arrow.png) no-repeat right center;
    background-size: 14px auto;
  }
  .InstitutionalResources-list li:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.16);
  }
  .InstitutionalResources-list li:hover a {
    color: #191919;
  }
  .OurPhilosophy-two {
    gap: 0;
  }
  .OurPhilosophy-two li {
    flex: 0 0 100%;
    padding: 15px 5%;
    margin-bottom: 16px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  }
  .OurPhilosophy-two li img {
    max-width: 60px;
    padding-bottom: 2%;
  }
  .OurPhilosophy-two li .title {
    font-size: 20px;
  }
  .YMDevelopmentHistory {
    font-size: 18px;
  }
  .YMDevelopmentHistory span {
    padding: 0;
    display: block;
  }
  .velopmentHistory-time {
    font-size: 18px;
  }
  .Leadership-list {
    gap: 0;
    margin-right: 0px;
    /* 抵消最后一个项目的右侧间距 */
  }
  .Leadership-list li {
    margin-bottom: 16px;
    flex: inherit;
    width: 100%;
    font-size: 12px;
  }
  .Leadership-list li .left-img {
    flex: 1;
  }
  .Leadership-list li .left-img img {
    height: auto;
    border-radius: 8px 0 0 8px;
  }
  .Leadership-list li .right-text {
    width: 58%;
    padding: 3% 2% 1% 2.5%;
  }
  .Leadership-list li .right-text .name {
    font-size: 18px;
  }
  .Leadership-list li .right-text .en-name {
    font-size: 16px;
  }
  .Leadership-list li .right-text .job {
    color: #333;
    background: url(../images/dian-yuan.png) no-repeat 0 10px;
    background-size: 10px auto;
    padding-left: 15px;
    margin: 5px 0 5px 1%;
    background-size: 6px auto;
  }
  .Leadership-list li:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  }
  .footerbg .list-text {
    display: block;
    font-size: 13px;
  }
  .footerbg .list-text .middle {
    display: block;
    flex: initial;
    padding-left: 0;
  }
  .footerbg .list-text .middle .text-li li {
    flex: 0 0 calc(100% - 10px);
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
  }
  .footerbg .list-text .right-logo {
    width: 128px;
  }
  .footerbg .small-code {
    display: none;
  }
  .footerbg .small-right {
    padding-top: 20px;
    width: 100%;
    align-items: center;
    display: flex;
  }
  .footerbg .small-right .right-logo {
    flex: 1;
  }
  .footerbg .small-right .right-logo img {
    display: inline-block;
    width: 120px;
  }
  .footerbg .small-right .left-code {
    display: block;
  }
  .footerbg2 span {
    display: block;
  }
  .ServiceOfferings {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-right: -20px;
    /* 抵消最后一个项目的右侧间距 */
  }
  .ServiceOfferings .item {
    box-sizing: border-box;
    padding: 20px;
    flex: 0 0 calc(100% - 20px);
  }
  .ServiceOfferings .item .title {
    font-size: 18px;
  }
  .ServiceOfferings .item img {
    max-width: 24px;
  }
  .ServiceOfferings .item:hover {
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .ServiceOfferings .item .sub-text {
    color: #666;
    font-size: 12px;
    padding-top: 10px;
  }
  .ServiceOfferings .item:first-child,
  .ServiceOfferings .item:nth-child(2) {
    flex: 0 0 calc(100% - 20px);
  }
  .index-title {
    font-size: 22px;
    padding-bottom: 0;
  }
  .index-title .en {
    display: block;
    padding-bottom: 10px;
  }
  .index-title .en2 {
    display: block;
  }
  .InstitutionalResources-more .more {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding-left: 3%;
    display: block;
  }
  .InstitutionalResources-more .more p {
    display: block;
  }
  .InstitutionalResources-more .more a {
    padding: 10px 20px 10px 0;
  }
  .YMDevelopmentHistory-list {
    flex-direction: column;
    text-align: left;
    justify-content: initial;
  }
  .YMDevelopmentHistory-list li {
    margin-bottom: 16px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 16px 16px 16px 16px;
  }
  .YMDevelopmentHistory-list li:last-child {
    margin-bottom: 0;
  }
  .YMDevelopmentHistory-list li img {
    display: none;
  }
  .YMDevelopmentHistory-list li .li-text {
    padding: 15px 5%;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: initial;
  }
  .YMDevelopmentHistory-list li .li-text img {
    display: block;
    margin: 0;
  }
  .YMDevelopmentHistory-list li .li-text:last-child img {
    margin: 0;
  }
  .History-web {
    display: flex;
  }
  .History-web .History-time {
    width: 60px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .History-web .History-time p {
    font-size: 14px;
    margin: 5px 0;
    font-weight: bold;
  }
  .History-web .History-time .line {
    width: 1px;
    flex: 1;
    background: #999;
    margin: 0 10px;
    opacity: 0.8;
  }
  .History-web .YMDevelopmentHistory-list {
    flex: 1;
  }
  .History-web .velopmentHistory-time {
    display: none;
  }
  .container {
    align-items: center;
  }
  .container .topNav {
    padding: 10px 20px;
    transition: transform 0.3s ease;
  }
  .container .right-menu {
    text-align: right;
  }
  .container .right-menu .rightNav {
    display: none;
  }
  .container .right-menu img {
    display: inline-block;
    width: 36px;
    cursor: pointer;
  }
  .wapNav {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    left: 0;
    background: rgba(0, 0, 0, 0.41);
  }
  .wapNav .ul-nav {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 80%;
    right: 0;
    top: 0;
    height: 100%;
  }
  .wapNav .ul-nav .close {
    text-align: right;
    padding-right: 5%;
  }
  .wapNav .ul-nav .close img {
    width: 26px;
    margin: 10px;
    cursor: pointer;
  }
  .wapNav .ul-nav .rightNav li {
    font-size: 14px;
    padding: 14px 0;
    padding-left: 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 2%;
  }
  .wapNav .ul-nav .rightNav li .en {
    display: block;
  }
  .wapNav .ul-nav .rightNav li .line {
    background: #D71F1F;
    width: 30px;
    height: 3px;
    display: none;
  }
  .wapNav .ul-nav .rightNav li a {
    display: block;
  }
  .wapNav .ul-nav .rightNav .active .line {
    display: block;
  }
  .school-newsList {
    padding: 10px 10px 0 10px;
  }
  .school-newsList .item {
    position: relative;
    flex-direction: column;
    line-height: 1.4;
    padding: 14px;
  }
  .school-newsList .item .left-text .name {
    font-size: 16px;
  }
  .school-newsList .item .left-text .name .more {
    position: absolute;
    right: 14px;
    bottom: 10px;
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
  .school-newsList .item .left-text .name .more a {
    color: #D71F1F;
  }
  .school-newsList .item .left-text .name .min-height {
    position: relative;
    min-height: 30px;
  }
  .school-newsList .item .en {
    display: block;
  }
  .school-newsList .item .label-list {
    display: none;
  }
  .school-newsList .item .rightText {
    display: none;
  }
}
/* 手机（<768px） */
@media (max-width: 540px) {
  .banner-container {
    padding: 6.5% 0;
    background: url(../images/index-banner.png) no-repeat;
    background-size: cover;
  }
  .banner-container img {
    display: none;
  }
  .banner-text {
    position: relative;
  }
  .banner-text .title {
    font-size: 33px;
  }
  .banner-text .subTitle {
    margin-top: 0;
    margin-bottom: 10.5%;
    font-size: 15px;
  }
  .banner-text .banner-link,
  .banner-text .banner-link2 {
    display: block;
    font-size: 14px;
    margin: 10px 6px;
    padding: 5px 5px;
  }
  .OurPhilosophy-two {
    gap: 0;
  }
  .OurPhilosophy-two li {
    flex: 0 0 calc(100% - 0px);
  }
  .OurPhilosophy-two li img {
    max-width: 50px;
  }
  .OurPhilosophy-two li .title {
    font-size: 16px;
  }
  .footerbg .list-text {
    font-size: 12px;
  }
  .footerbg .list-text .left-code {
    width: 90px;
  }
  .footerbg .list-text .middle li {
    align-items: flex-start;
  }
  .footerbg .list-text .right-logo {
    width: 60px;
  }
}
