@charset "UTF-8";
/* 垂直居中 */
/* 水平居中 */
/* 多行排列 */
/* 两端对齐 */
/* 一行平均分配 */
/* 靠左对齐 */
/* 靠右对齐 */
/* 纵向排列 */
/* 靠底部 */
/* 内容宽度 */
/* 文本溢出隐藏 一行 */
/* 文本溢出隐藏 多行 */
.img.img100 {
  width: 100%;
  height: 100%;
}
.img.contain {
  object-fit: contain;
}
.img.cover {
  object-fit: cover;
}

.scale:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.hidden {
  overflow: hidden;
}

.header .header-box .header-top {
  height: 0.37rem;
  align-content: center;
  background-color: #F7F7F7;
}
.header .header-box .header-top .top-cont {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header .header-box .header-top .top-cont .cont-l a,
.header .header-box .header-top .top-cont .cont-r a {
  font-size: 0.14rem;
  color: #666;
}
.header .header-box .header-top .top-cont .cont-r {
  display: flex;
  align-items: center;
}
.header .header-box .header-top .top-cont .cont-r .r-a {
  position: relative;
  margin: 0 0.1rem;
}
.header .header-box .header-top .top-cont .cont-r .line {
  margin-top: -0.04rem;
}
.header .header-box .header-cont {
  background-color: #fff;
  height: 1.65rem;
  display: flex;
  align-items: center;
}
.header .header-box .header-cont .cont-info {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-box .header-cont .cont-info .info-l .img-box {
  width: 4.6rem;
  height: 0.86rem;
}
.header .header-box .header-cont .cont-info .info-r {
  display: flex;
  align-items: center;
}
.header .header-box .header-cont .cont-info .info-r .img-bg {
  width: 3.18rem;
  height: 1.29rem;
}
.header .header-box .header-cont .cont-info .info-r .img-box {
  width: 0.44rem;
  height: 0.43rem;
  margin-right: 0.08rem;
}
.header .header-box .header-cont .cont-info .info-r .r-info-box .num {
  font-size: 0.23rem;
  font-weight: bold;
}
.header .header-box .header-cont .cont-info .info-r .r-info-box .name {
  font-size: 0.15rem;
}
.header .header-box .header-nav .nav-box {
  position: relative;
  background-color: #B10A0A;
}
.header .header-box .header-nav .nav-box .nav-cont {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list {
  display: flex;
  justify-content: space-between;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item {
  flex: 1;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  color: #fff;
  font-size: 0.17rem;
  position: relative;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item .item-a {
  width: 100%;
  height: 100%;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item .sub-menu {
  position: absolute;
  top: 0.58rem;
  min-width: 100%;
  box-sizing: border-box;
  z-index: 999;
  clip-path: inset(0 10rem 10rem 10rem);
  opacity: 0;
  font-weight: initial;
  background-color: #F4FBFF;
  transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item .sub-menu .sub-box .sub-item {
  height: 0.4rem;
  line-height: 0.4rem;
  border-bottom: 1px solid #E6E6E6;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item .sub-menu .sub-box .sub-item:last-child {
  border-bottom: none;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item .sub-menu .sub-box .sub-item .sub-item-a {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  color: #333;
  text-align: center;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item .sub-menu .sub-box .sub-item .sub-item-a:hover {
  color: #0055AA;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item.on .item-a {
  background-color: #C81724;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item:hover .item-a, .header .header-box .header-nav .nav-box .nav-cont .nav-list .item.showMenu .item-a {
  background-color: #C81724;
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item:hover .sub-menu, .header .header-box .header-nav .nav-box .nav-cont .nav-list .item.showMenu .sub-menu {
  opacity: 1;
  margin-left: 0;
  clip-path: inset(-0.2rem 0 0 0);
}
.header .header-box .header-nav .nav-box .nav-cont .nav-list .item:hover .sub-menu::before, .header .header-box .header-nav .nav-box .nav-cont .nav-list .item.showMenu .sub-menu::before {
  opacity: 1;
}

.footer-box {
  background-image: url(/static/index/img/common/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer-box .footer-cont {
  width: 12rem;
  margin: 0 auto;
  overflow: hidden;
}
.footer-box .footer-cont .cont-box {
  margin-top: 0.48rem;
}
.footer-box .footer-cont .cont-box .nav-ul {
  display: flex;
  align-items: center;
}
.footer-box .footer-cont .cont-box .nav-ul .item {
  position: relative;
}
.footer-box .footer-cont .cont-box .nav-ul .item + .item {
  margin-left: 0.7rem;
}
.footer-box .footer-cont .cont-box .nav-ul .item + .item::before {
  content: "/";
  display: inline-block;
  color: #fff;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: -0.38rem;
}
.footer-box .footer-cont .cont-box .nav-ul .item-a {
  color: #fff;
}
.footer-box .footer-cont .cont-box .cont-m {
  margin-top: 0.66rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-box .footer-cont .cont-box .cont-m .logo-box {
  width: 4.6rem;
  height: 0.86rem;
}
.footer-box .footer-cont .cont-box .cont-m .cont-m-r {
  display: flex;
  align-items: center;
}
.footer-box .footer-cont .cont-box .cont-m .cont-m-r .phone-box {
  display: flex;
  align-items: center;
}
.footer-box .footer-cont .cont-box .cont-m .cont-m-r .phone-box .img-box {
  width: 0.41rem;
  height: 0.41rem;
  margin-right: 0.04rem;
}
.footer-box .footer-cont .cont-box .cont-m .cont-m-r .phone-box .phone-info {
  color: #fff;
}
.footer-box .footer-cont .cont-box .cont-m .cont-m-r .phone-box .phone-info .name {
  font-size: 0.12rem;
}
.footer-box .footer-cont .cont-box .cont-m .cont-m-r .phone-box .phone-info .num {
  font-size: 0.24rem;
  font-weight: bold;
}
.footer-box .footer-cont .cont-box .cont-m .cont-m-r .address-box {
  margin-left: 0.24rem;
  position: relative;
}
.footer-box .footer-cont .cont-box .cont-m .cont-m-r .address-box::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 0.4rem;
  position: absolute;
  top: calc(50% - 0.2rem);
  left: -0.12rem;
}
.footer-box .footer-cont .cont-box .cont-m .cont-m-r .address-box .text {
  color: #fff;
  font-size: 0.14rem;
}
.footer-box .footer-cont .cont-bot {
  margin-top: 0.5rem;
  border-top: 0.01rem solid #BD3F3E;
  padding: 0.18rem 0;
}
.footer-box .footer-cont .cont-bot .info-box {
  text-align: center;
  color: #BD3F3E;
  font-size: 0.12rem;
}

.fixedRight {
  position: fixed;
  top: 3rem;
  right: 0;
  z-index: 999;
}
.fixedRight .cont {
  width: 0.94rem;
  background-color: #fff;
}
.fixedRight .cont .cont-ul {
  padding: 0.24rem 0;
}
.fixedRight .cont .cont-ul .item {
  position: relative;
}
.fixedRight .cont .cont-ul .item + .item {
  margin-top: 0.3rem;
}
.fixedRight .cont .cont-ul .item .item-a {
  width: 100%;
  height: 100%;
}
.fixedRight .cont .cont-ul .item .img-box {
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 auto;
}
.fixedRight .cont .cont-ul .item .title {
  font-size: 0.14rem;
  color: #000000;
  text-align: center;
  margin-top: 0.09rem;
}
.fixedRight .cont .cont-ul .item .phone-pop {
  width: 2.14rem;
  padding: 0 0.1rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: -2.08rem;
  z-index: 99;
  opacity: 0;
}
.fixedRight .cont .cont-ul .item .phone-pop .pop-box {
  width: 1.73rem;
  background-color: #fff;
  border-radius: 0.05rem;
  padding: 0.2rem 0;
  position: relative;
}
.fixedRight .cont .cont-ul .item .phone-pop .pop-box::after {
  content: "";
  display: inline-block;
  border-color: transparent transparent transparent #fff;
  border-width: 0.1rem;
  border-style: solid;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: -0.18rem;
}
.fixedRight .cont .cont-ul .item .phone-pop .pop-box .pop-title,
.fixedRight .cont .cont-ul .item .phone-pop .pop-box .text {
  text-align: center;
}
.fixedRight .cont .cont-ul .item .phone-pop .pop-box .pop-title {
  font-size: 0.13rem;
  color: #999999;
}
.fixedRight .cont .cont-ul .item .phone-pop .pop-box .text {
  margin-top: 0.1rem;
  color: #B10A0A;
  font-size: 0.2rem;
}

.banner {
  width: 100%;
  height: 4.49rem;
}
.banner .banner-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .banner-box .banner-ul .item {
  height: 100%;
}
.banner .banner-box .swiper-pagination .pagination-item {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0.03rem;
}
.banner .banner-box .swiper-pagination .pagination-item.on {
  background-color: #B10A0A;
}

.index-floor {
  padding: 0.5rem 0;
}
.index-floor .title-box {
  width: 12rem;
  margin: 0 auto;
  position: relative;
}
.index-floor .title-box .img-box {
  width: 3.22rem;
  height: 0.84rem;
  margin: 0 auto;
}
.index-floor .title-box .more-a {
  position: absolute;
  top: 0.3rem;
  right: 0;
}
.index-floor .floor-cont {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.index-researchTrends {
  background-image: url(/static/index/img/index/researchTrends-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1.34rem 0 0.75rem 0;
}
.index-researchTrends .cont-box {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.index-researchTrends .cont-box .cont-l {
  width: 5.68rem;
  padding-left: 0.22rem;
  position: relative;
}
.index-researchTrends .cont-box .cont-l .cont-l-bg {
  width: 4.26rem;
  height: 4.26rem;
  position: absolute;
  top: -0.55rem;
  left: 0;
  z-index: 1;
}
.index-researchTrends .cont-box .cont-l .title-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.index-researchTrends .cont-box .cont-l .title-box .title {
  position: relative;
  top: -0.28rem;
  left: 0;
  z-index: 4;
}
.index-researchTrends .cont-box .cont-l .title-box .title .img-title {
  width: 1.38rem;
  height: 0.35rem;
}
.index-researchTrends .cont-box .cont-l .title-box .title .img-title-bg {
  width: 1.85rem;
  height: 0.48rem;
  position: absolute;
  left: 0.2rem;
  top: -0.09rem;
  z-index: 3;
}
.index-researchTrends .cont-box .cont-l .title-box .more {
  font-size: 0.14rem;
  color: #999;
}
.index-researchTrends .cont-box .cont-l .info-box {
  width: 5.46rem;
  border-bottom: 0.06rem solid #CFB575;
  background-color: #fff;
  box-shadow: 0px 0.01rem 0.05rem 0.01rem rgba(139, 139, 139, 0.14);
  position: relative;
  z-index: 2;
  padding-bottom: 0.15rem;
}
.index-researchTrends .cont-box .cont-l .info-box .img-box {
  width: 100%;
  height: 3rem;
}
.index-researchTrends .cont-box .cont-l .info-box .info-title {
  margin-top: 0.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.16rem;
  color: #626262;
  padding: 0 0.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-researchTrends .cont-box .cont-l .info-box .more-box {
  text-align: right;
  font-size: 0.14rem;
  color: #A6A6A6;
  padding-right: 0.17rem;
}
.index-researchTrends .cont-box .cont-r {
  width: calc(100% - 5.68rem);
  position: relative;
  background-color: #fff;
}
.index-researchTrends .cont-box .cont-r .icon-box {
  width: 0.45rem;
  height: 0.17rem;
  position: absolute;
  top: -0.44rem;
  right: 0;
}
.index-researchTrends .cont-box .cont-r .cont-r-box {
  padding: 0 0.28rem;
  background-image: url(/static/index/img/index/researchTrends-r-bg.png);
  background-repeat: no-repeat;
  background-size: 1.88rem 1.56rem;
  background-position: 3.8rem 2.3rem;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .item-1 .item-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #BFBFBF;
  padding-bottom: 0.23rem;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .item-1 .item-a .img-box {
  width: 1.74rem;
  height: 1.18rem;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .item-1 .item-a .item-1-info {
  width: calc(100% - 1.74rem - 0.22rem);
}
.index-researchTrends .cont-box .cont-r .cont-r-box .item-1 .item-a .item-1-info .info-title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #B10A0A;
  line-height: 0.29rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 第几行显示...就是几 */
  overflow: hidden;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .item-1 .item-a .item-1-info .infot-text {
  margin-top: 0.23rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.22rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 第几行显示...就是几 */
  overflow: hidden;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .list {
  margin-top: 0.14rem;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .list .list-ul {
  padding: 0.03rem 0;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .list .list-ul .item {
  margin: 0.2rem 0;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .list .list-ul .item .item-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.2rem;
  position: relative;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .list .list-ul .item .item-a::before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #E8BE4C;
  position: absolute;
  top: calc(50% - 0.03rem);
  left: 0;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .list .list-ul .item .item-a .item-title {
  width: calc(100% - 0.8rem - 0.1rem);
  font-size: 0.15rem;
  color: #3C3C3C;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-researchTrends .cont-box .cont-r .cont-r-box .list .list-ul .item .item-a .time {
  width: 0.8rem;
  text-align: right;
  font-size: 0.14rem;
  color: #666;
}

.index-boutiqueProjects {
  background-image: url(/static/index/img/index/boutiqueProjects-bg.png);
  background-repeat: no-repeat;
  background-size: 10.7rem 2.92rem;
  background-position: 8.5rem 0.92rem;
}
.index-boutiqueProjects .floor-cont .list-ul {
  display: flex;
  justify-content: space-between;
}
.index-boutiqueProjects .floor-cont .list-ul .item {
  width: 3.8rem;
}
.index-boutiqueProjects .floor-cont .list-ul .item .item-a {
  width: 100%;
}
.index-boutiqueProjects .floor-cont .list-ul .item .item-a .img-box {
  width: 100%;
  height: 2.75rem;
}
.index-boutiqueProjects .floor-cont .list-ul .item .item-a .item-title {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
}
.index-boutiqueProjects .floor-cont .list-ul .item .item-a .item-title .text {
  font-size: 0.2rem;
  font-weight: bold;
  padding: 0 0.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 9;
}
.index-boutiqueProjects .floor-cont .list-ul .item .item-a .item-title .text::after {
  content: "";
  display: inline-block;
  width: calc(100% + 0.3rem);
  height: 0.1rem;
  background-color: #E4D3B9;
  position: absolute;
  bottom: -0.02rem;
  left: calc(50% - (100% + 0.3rem) / 2);
  z-index: -1;
}

.index-featuredSummerCamp {
  background-image: url(/static/index/img/index/featuredSummerCamp-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-featuredSummerCamp .floor-cont {
  background-color: #fff;
  background-image: url(/static/index/img/index/featuredSummerCamp-cont.png);
  background-repeat: no-repeat;
  background-size: 5.94rem 1.46rem;
  background-position: 6.08rem 2.1rem;
  position: relative;
  padding: 0.2rem 0.3rem;
  display: flex;
  justify-content: space-between;
}
.index-featuredSummerCamp .floor-cont::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #CEBCA1;
  position: absolute;
  top: -0.16rem;
  right: -0.16rem;
  z-index: -1;
}
.index-featuredSummerCamp .floor-cont .img-box {
  width: 3.2rem;
  height: 3.09rem;
}
.index-featuredSummerCamp .floor-cont .info-box {
  width: calc(100% - 3.2rem - 0.15rem);
  padding-top: 0.5rem;
}
.index-featuredSummerCamp .floor-cont .info-box .infot-title .text {
  font-size: 0.23rem;
  font-weight: bold;
  position: relative;
  z-index: 9;
}
.index-featuredSummerCamp .floor-cont .info-box .infot-title .text::after {
  content: "";
  display: inline-block;
  width: calc(100% + 0.3rem);
  height: 0.1rem;
  background-color: #E4D3B9;
  position: absolute;
  bottom: -0.02rem;
  left: calc(50% - (100% + 0.3rem) / 2);
  z-index: -1;
}
.index-featuredSummerCamp .floor-cont .info-box .info-text {
  margin-top: 0.2rem;
  font-size: 0.15rem;
  line-height: 0.26rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 第几行显示...就是几 */
  overflow: hidden;
}

.index-researchCharacteristics {
  background-image: url(/static/index/img/index/researchCharacteristics-bg.png);
  background-repeat: no-repeat;
  background-size: 18.08rem 2.98rem;
  background-position: 0.66rem 3.99rem;
}
.index-researchCharacteristics .floor-cont {
  margin-top: 0.9rem;
  margin-bottom: 1.32rem;
}
.index-researchCharacteristics .floor-cont .list-ul {
  display: flex;
  justify-content: space-between;
}
.index-researchCharacteristics .floor-cont .list-ul .item {
  width: 3.58rem;
  height: 4.22rem;
  background-color: #FAFAFA;
  position: relative;
  padding: 0.58rem 0.28rem 0 0.28rem;
}
.index-researchCharacteristics .floor-cont .list-ul .item .item-title {
  width: 3.52rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.23rem;
  font-weight: bold;
  background-color: #DEC697;
  border-radius: 0.3rem;
  position: absolute;
  top: -0.3rem;
  left: calc(50% - 1.76rem);
}
.index-researchCharacteristics .floor-cont .list-ul .item .item-text .text {
  font-size: 0.15rem;
  line-height: 0.26rem;
  color: #666;
  text-indent: 2em;
}
.index-researchCharacteristics .floor-cont .list-ul .item .img-box {
  width: 3.08rem;
  height: 1.32rem;
  position: absolute;
  bottom: -0.37rem;
  left: calc(50% - 1.54rem);
}

.index-researchBase {
  background-image: url(/static/index/img/index/researchBase-bg-2.png), url(/static/index/img/index/researchBase-bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 0.98rem, 100% 100%;
  background-position: left bottom, left top;
  padding-bottom: 1.34rem;
}
.index-researchBase .floor-cont {
  margin-top: 0.8rem;
  position: relative;
}
.index-researchBase .floor-cont .swiper-prev,
.index-researchBase .floor-cont .swiper-next {
  width: 0.34rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.17);
  position: absolute;
  top: calc(50% - 0.2rem);
}
.index-researchBase .floor-cont .swiper-prev {
  left: -0.53rem;
}
.index-researchBase .floor-cont .swiper-next {
  right: -0.53rem;
}
.index-researchBase .floor-cont .book-img-box {
  width: 7rem;
  height: 3.84rem;
  position: absolute;
  top: calc(50% - 1.92rem);
  left: calc(50% - 3.5rem);
}

.subpage-cont {
  background-image: url(/static/index/img/subpages/subpage-projectIntroduction-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 5.75rem;
  padding: 0.34rem 0 1rem 0;
  background-position: bottom;
}

.subpage-cont .cont-box {
  width: 12rem;
  margin: 0 auto;
}

.subpage-banner {
  position: relative;
}
.subpage-banner .banner-box {
  height: 3rem;
}
.subpage-banner .title-box {
  width: 2.53rem;
  height: 0.66rem;
  background-image: url(/static/index/img/subpages/subpage-title-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 1.66rem;
  left: 3.59rem;
  padding-left: 0.29rem;
}
.subpage-banner .address-box {
  position: absolute;
  bottom: 0.29rem;
  right: 3.68rem;
  z-index: 2;
  display: flex;
  align-items: center;
}
.subpage-banner .address-box .img-box {
  width: 0.19rem;
  height: 0.18rem;
  margin-right: 0.1rem;
  margin-top: -0.04rem;
}
.subpage-banner .address-box .text-box {
  font-size: 0.15rem;
  color: #fff;
  display: flex;
}
.subpage-banner .address-box .text-box .text-a {
  display: inline-block;
  width: auto;
}

.subpage-projectIntroduction .cont-box {
  background-color: #fff;
  border-top: 0.13rem solid #DEC697;
  padding: 0.48rem 0.2rem;
}
.subpage-projectIntroduction .cont-box .title-box {
  display: flex;
  align-items: center;
}
.subpage-projectIntroduction .cont-box .title-box .text {
  font-size: 0.2rem;
  font-weight: bold;
  color: #B10A0A;
}
.subpage-projectIntroduction .cont-box .title-box .img-box {
  width: 0.45rem;
  height: 0.17rem;
  margin-left: 0.19rem;
}
.subpage-projectIntroduction .cont-box .info-box {
  margin-top: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subpage-projectIntroduction .cont-box .info-box .text-box {
  width: 7.13rem;
}
.subpage-projectIntroduction .cont-box .info-box .text-box .text {
  font-size: 0.15rem;
  color: #000;
  line-height: 0.36rem;
  text-indent: 2em;
}
.subpage-projectIntroduction .cont-box .info-box .img-box {
  width: 3.75rem;
  height: 2.39rem;
}

.subpage-researchCharacteristics .cont-box .info-box .text-box {
  width: 100%;
}

.subpage-boutiqueProjects .cont-box .list-ul .item,
.subpage-featuredSummerCamp .cont-box .list-ul .item {
  background-color: #fff;
  border-top: 0.13rem solid #DEC697;
}
.subpage-boutiqueProjects .cont-box .list-ul .item + .item,
.subpage-featuredSummerCamp .cont-box .list-ul .item + .item {
  margin-top: 0.34rem;
}
.subpage-boutiqueProjects .cont-box .list-ul .item .item-a,
.subpage-featuredSummerCamp .cont-box .list-ul .item .item-a {
  padding: 0.48rem 0.2rem;
  width: 100%;
}
.subpage-boutiqueProjects .cont-box .list-ul .item .item-a .title-box,
.subpage-featuredSummerCamp .cont-box .list-ul .item .item-a .title-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DEC697;
  padding-bottom: 0.23rem;
}
.subpage-boutiqueProjects .cont-box .list-ul .item .item-a .title-box .text,
.subpage-featuredSummerCamp .cont-box .list-ul .item .item-a .title-box .text {
  font-size: 0.2rem;
  font-weight: bold;
  color: #B10A0A;
}
.subpage-boutiqueProjects .cont-box .list-ul .item .item-a .title-box .img-box,
.subpage-featuredSummerCamp .cont-box .list-ul .item .item-a .title-box .img-box {
  width: 0.45rem;
  height: 0.17rem;
  margin-left: 0.19rem;
}
.subpage-boutiqueProjects .cont-box .list-ul .item .item-a .text-box,
.subpage-featuredSummerCamp .cont-box .list-ul .item .item-a .text-box {
  margin-top: 0.23rem;
  line-height: 0.36rem;
  font-size: 0.15rem;
  color: #000;
}

.subpage-researchBase .cont-box {
  background-color: #fff;
  border-top: 0.13rem solid #DEC697;
  padding: 0.48rem 0.2rem;
}
.subpage-researchBase .cont-box .title-box {
  display: flex;
  align-items: center;
}
.subpage-researchBase .cont-box .title-box .text {
  font-size: 0.2rem;
  font-weight: bold;
  color: #B10A0A;
}
.subpage-researchBase .cont-box .title-box .img-box {
  width: 0.45rem;
  height: 0.17rem;
  margin-left: 0.19rem;
}
.subpage-researchBase .cont-box .list-ul {
  margin-top: 0.38rem;
  display: flex;
  flex-wrap: wrap;
}
.subpage-researchBase .cont-box .list-ul .item {
  width: 2.61rem;
  margin-right: 0.38rem;
}
.subpage-researchBase .cont-box .list-ul .item:nth-child(4n) {
  margin-right: 0;
}
.subpage-researchBase .cont-box .list-ul .item .img-box {
  width: 100%;
  height: 1.88rem;
}
.subpage-researchBase .cont-box .list-ul .item .item-title {
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.15rem;
  color: #000;
  padding: 0 0.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.subpage-researchTrends .cont-box {
  background-color: #fff;
  border-top: 0.13rem solid #DEC697;
  padding: 0.48rem 0.2rem;
}
.subpage-researchTrends .cont-box .title-box {
  display: flex;
  align-items: center;
}
.subpage-researchTrends .cont-box .title-box .text {
  font-size: 0.2rem;
  font-weight: bold;
  color: #B10A0A;
}
.subpage-researchTrends .cont-box .title-box .img-box {
  width: 0.45rem;
  height: 0.17rem;
  margin-left: 0.19rem;
}
.subpage-researchTrends .cont-box .list-ul {
  margin-top: 0.1rem;
}
.subpage-researchTrends .cont-box .list-ul .item {
  display: flex;
  justify-content: space-between;
  padding: 0.36rem 0;
  border-bottom: 1px solid #F0F0F0;
}
.subpage-researchTrends .cont-box .list-ul .item:last-child {
  border-bottom: none;
}
.subpage-researchTrends .cont-box .list-ul .item .img-box {
  width: 2.25rem;
  height: 1.45rem;
  margin-right: 0.22rem;
  flex-shrink: 0;
}
.subpage-researchTrends .cont-box .list-ul .item .item-r {
  flex: 1;
  width: calc(100% - 2.25rem - 0.22rem);
}
.subpage-researchTrends .cont-box .list-ul .item .item-r .item-title {
  font-size: 0.17rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subpage-researchTrends .cont-box .list-ul .item .item-r .text-box {
  margin-top: 0.17rem;
  font-size: 0.14rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 第几行显示...就是几 */
  overflow: hidden;
}
.subpage-researchTrends .cont-box .list-ul .item .item-r .more-a {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #D21710;
}
.subpage-researchTrends .cont-box .list-ul .item .item-r .info-box {
  margin-top: 0.22rem;
}
.subpage-researchTrends .cont-box .list-ul .item .item-r .info-box .text {
  margin-right: 0.2rem;
  font-size: 0.14rem;
  color: #999;
}
.subpage-researchTrends .cont-box .list-ul .item .item-r .info-box .text:last-child {
  margin-right: 0;
}

.subpage-articleDetail .cont-box {
  background-color: #fff;
  border-top: 0.13rem solid #DEC697;
  padding: 0.48rem 0.2rem;
}
.subpage-articleDetail .cont-box .article-box .article-title {
  font-size: 0.21rem;
  line-height: 0.36rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.subpage-articleDetail .cont-box .article-box .article-info {
  margin-top: 0.27rem;
  text-align: center;
  padding-bottom: 0.24rem;
  border-bottom: 1px dashed #DEC697;
}
.subpage-articleDetail .cont-box .article-box .article-info .text {
  font-size: 0.14rem;
  color: #6F6F6F;
  margin: 0 0.2rem;
}
.subpage-articleDetail .cont-box .article-box .article-cont {
  margin-top: 0.48rem;
}

.subpage-contactUs .cont-box {
  background-color: #fff;
  border-top: 0.13rem solid #DEC697;
  padding: 0.48rem 0.2rem;
}
.subpage-contactUs .cont-box .title-box {
  display: flex;
  align-items: center;
}
.subpage-contactUs .cont-box .title-box .text {
  font-size: 0.2rem;
  font-weight: bold;
  color: #B10A0A;
}
.subpage-contactUs .cont-box .title-box .img-box {
  width: 0.45rem;
  height: 0.17rem;
  margin-left: 0.19rem;
}
.subpage-contactUs .cont-box .info-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.33rem;
}
.subpage-contactUs .cont-box .info-box .map-box {
  width: 6.66rem;
}
.subpage-contactUs .cont-box .info-box .map-box .map {
  width: 100%;
  height: 100%;
}
.subpage-contactUs .cont-box .info-box .info-r {
  width: calc(100% - 6.66rem - 0.41rem);
  position: relative;
}
.subpage-contactUs .cont-box .info-box .info-r .img-bg {
  width: 1.8rem;
  height: 1.99rem;
  position: absolute;
  top: -0.21rem;
  right: 0.46rem;
}
.subpage-contactUs .cont-box .info-box .info-r .item + .item {
  margin-top: 0.46rem;
}
.subpage-contactUs .cont-box .info-box .info-r .item .name {
  font-size: 0.2rem;
  font-weight: bold;
  color: #000;
  position: relative;
}
.subpage-contactUs .cont-box .info-box .info-r .item .name::before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #DEC697;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.05rem);
  left: -0.23rem;
}
.subpage-contactUs .cont-box .info-box .info-r .item .value {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #000;
}

/* 分页 */
.pc-pagination {
  margin-top: 0.5rem;
}

.pc-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}

.pc-pagination .pagination li {
  display: inline-block;
  border: 1px solid #D5D5D5;
  border-radius: 0.05rem;
  margin: 0 0.08rem;
  cursor: pointer;
  color: #666;
  min-width: 0.31rem;
  height: 0.31rem;
  line-height: 0.31rem;
  text-align: center;
  font-size: 14px;
}

/* 激活页 */
.pc-pagination .pagination li.active {
  background-color: #0187E7;
  color: #fff;
  border-color: #0187E7;
  cursor: default;
}

/* 禁用按钮 */
.pc-pagination .pagination li.disabled {
  background-color: #DFDFDF;
  color: #999;
  pointer-events: none;
  cursor: not-allowed;
}

.pc-pagination .pagination .prev,
.pc-pagination .pagination .next {
  padding: 0 0.15rem;
}

/* 普通按钮 hover 效果 */
.pc-pagination .pagination li:hover:not(.active):not(.disabled) {
  background-color: #0187E7;
  color: #fff;
  border-color: #0187E7;
}

/* 适配带链接的 a 元素 */
.pc-pagination .pagination li a,
.pc-pagination .pagination li span {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}