@charset "utf-8";
.temp_head {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  padding-left: 10px;
}
.temp_head .head_zs span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b80000;
  position: relative;
}
.temp_head .head_zs span::after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #b80000;
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 1;
}
.temp_head .head_zs span::before {
  content: '';
  width: 1px;
  height: 120px;
  position: absolute;
  bottom: 20px;
  left: 4px;
  border-left: 1px dashed #707070;
}
.temp_head .head_text {
  display: flex;
  justify-content: left;
  align-items: center;
  width: calc(100% - 50px);
  margin-left: 24px;
}
.temp_head .head_text .main_t {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 2px;
}
.temp_head .head_text .main_t span {
  color: #9B1610;
}
.temp_head .head_text .sub_t {
  width: calc(100% - 74px);
  padding-left: 24px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  color: #737272;
  flex-direction: column;
}
.temp_head .head_text .sub_t p {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 18px;
}
.temp_head .head_text .sub_t h6 {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 24px;
  margin-top: 6px;
}
.sy_more_btn {
  display: inline-block;
  width: 140px;
  height: 41px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.sy_more_btn span {
  letter-spacing: 2px;
  font-size: 14px;
  color: #D8D8D8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_more_btn::after {
  content: '';
  width: 140px;
  height: 100%;
  background: url(../images/home/btn_w.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_more_btn::before {
  content: '';
  width: 140px;
  height: 0;
  background: url(../images/home/btn_red.png) no-repeat center center;
  background-size: 100% auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sy_more_btn:hover span {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  color: #fff !important;
}
.sy_more_btn:hover::after {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  background: url(../images/home/btn_w.png) no-repeat center center !important;
  background-size: 100% auto;
}
.sy_more_btn:hover::before {
  height: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner .banner_swiper {
  height: 100%;
}
.banner .banner_list {
  position: relative;
}
.banner .banner_list img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1, 1);
}
.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.1, 1.1);
}
/*视频解说*/
.sy_video {
  width: 100%;
  background: url(../images/home/wg_bj.png) repeat center center;
  background-size: auto auto;
  padding-bottom: 100px;
}
.sy_video .v_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sy_video .v_box .v_guide {
  width: 362px;
  height: 897px;
  background: url(../images/home/bg_left.png) no-repeat center top;
  background-size: 100% 100%;
  padding-top: 40px;
  margin-top: -270px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
}
.sy_video .v_box .v_guide .guide_time {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 2px;
}
.sy_video .v_box .v_guide .guide_time .curTime {
  font-size: 18px;
  color: #C69626;
  line-height: 20px;
}
.sy_video .v_box .v_guide .guide_time .g_h5 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin: 12px 0;
}
.sy_video .v_box .v_guide .guide_time .g_p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  margin-top: 14px;
}
.sy_video .v_box .v_guide .guide_time .g_time {
  width: 100%;
  padding: 20px 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.sy_video .v_box .v_guide .guide_time .g_time em {
  font-style: normal;
  margin: 0 16px;
  font-size: 36px;
}
.sy_video .v_box .v_guide .guide_time .g_time .t_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sy_video .v_box .v_guide .guide_time .g_time .t_item span {
  font-size: 36px;
}
.sy_video .v_box .v_guide .guide_time .g_time .t_item p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 2px;
}
.sy_video .v_box .v_guide .guide_info {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.sy_video .v_box .v_guide .guide_info .g_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 54px;
}
.sy_video .v_box .v_guide .guide_info .g_item img {
  display: inline-block;
  width: 76px;
  height: auto;
}
.sy_video .v_box .v_guide .guide_info .g_item .g_text {
  width: calc(100% - 96px);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
  letter-spacing: 2px;
}
.sy_video .v_box .v_guide .guide_info .g_item .g_text h5 {
  display: inline-block;
  text-align: left;
  font-size: 22px;
  line-height: 26px;
  font-family: sys;
}
.sy_video .v_box .v_guide .guide_info .g_item .g_text p {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-family: sys;
  margin-top: 6px;
}
.sy_video .v_box .v_video {
  width: calc(100% - 388px);
}
.sy_video .v_box .v_video .temp_head {
  margin-bottom: 80px;
}
.sy_video .v_box .v_video .video_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_video .v_box .v_video .video_box .v_left {
  width: 55%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 399px;
  max-width: 587px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sy_video .v_box .v_video .video_box .v_left .ff_img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.sy_video .v_box .v_video .video_box .v_left .oper_icon {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_video .v_box .v_video .video_box .v_left .oper_icon img {
  display: inline-block;
  width: auto;
  height: auto;
}
.sy_video .v_box .v_video .video_box .v_left .oper_icon:hover {
  margin-top: -31px;
  margin-left: -31px;
  width: 62px;
  height: 62px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_video .v_box .v_video .video_box .v_right {
  width: calc(100% - 57.8%);
}
.sy_video .v_box .v_video .video_box .v_right h5 {
  display: inline-block;
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  letter-spacing: 2px;
  font-weight: bold;
}
.sy_video .v_box .v_video .video_box .v_right h5 span {
  font-size: 48px;
  color: #9B1610;
  letter-spacing: 2px;
}
.sy_video .v_box .v_video .video_box .v_right .r_desc {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #676767;
  margin: 20px 0;
  letter-spacing: 2px;
}
.sy_video .v_box .v_video .video_box .v_right .sy_more_btn span {
  color: #8A8A8A;
}
.sy_video .v_box .v_video .video_box .v_right .sy_more_btn::after {
  background: url(../images/home/btn_gray.png) no-repeat center center;
  background-size: 100% auto;
}
/*视频播放*/
.video_show {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 30;
  position: fixed;
  background: rgba(55, 58, 71, 0.6);
}
.video_show.videoShow {
  display: flex;
}
.video_show.videoShow .video_box {
  -webkit-animation-name: anim-open-6;
  animation-name: anim-open-6;
}
.video_show .video_box {
  width: 70%;
  max-width: 1360px;
  max-height: 84%;
  padding: 24px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-animation-name: anim-close-6;
  animation-name: anim-close-6;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.video_show .video_box .close-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/other/close.png) center center no-repeat rgba(0, 0, 0, 0.9);
  background-size: auto auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 32;
  cursor: pointer;
}
.video_show .video_box .close-btn:hover {
  opacity: 0.9;
}
.video_show .video_box video {
  width: 100%;
  height: auto;
}
@-webkit-keyframes anim-open-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open-6 {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px) perspective(600px) rotateX(0deg);
  }
}
@-webkit-keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
}
@keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*莲池书院*/
.sy_shuyuan {
  width: 100%;
  background: url(../images/home/lcsy_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  overflow: hidden;
}
.sy_shuyuan .temp_head {
  padding-top: 80px;
}
.sy_shuyuan .shuyuan_box {
  width: 100%;
  padding: 54px 0 140px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.sy_shuyuan .shuyuan_box .shuyuan_left {
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 5;
  width: 57.6%;
  max-width: 842px;
}
.sy_shuyuan .shuyuan_box .shuyuan_left .shuyuan_left_box {
  width: 100%;
  position: relative;
}
.sy_shuyuan .shuyuan_box .shuyuan_left .shuyuan_left_box .jz_bj {
  display: inline-block;
  width: 100%;
  height: auto;
}
.sy_shuyuan .shuyuan_box .shuyuan_left .shuyuan_left_box .shuyuan_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sy_shuyuan .shuyuan_box .shuyuan_left .shuyuan_left_box .shuyuan_img img {
  display: inline-block;
  width: 84.6%;
  height: auto;
  max-width: 713px;
}
.sy_shuyuan .shuyuan_box .shuyuan_right {
  width: 55.7%;
  background: url(../images/home/sy_bj.jpg) no-repeat center top;
  background-size: 100% 100%;
  margin-left: 39.3%;
  margin-top: 56px;
  color: #fff;
}
.sy_shuyuan .shuyuan_box .shuyuan_right .shuyuan_text {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  padding: 60px 60px 60px 38%;
}
.sy_shuyuan .shuyuan_box .shuyuan_right .shuyuan_text::before {
  content: '';
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border: 1px solid #fff;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 0;
}
.sy_shuyuan .shuyuan_box .shuyuan_right .shuyuan_text h5 {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
}
.sy_shuyuan .shuyuan_box .shuyuan_right .shuyuan_text div {
  margin: 22px 0;
}
.sy_shuyuan .shuyuan_box .shuyuan_right .shuyuan_text div p {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0.77;
}
/*首页介绍*/
.sy_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_info .syInfo_item {
  width: 22.4%;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 750px;
  overflow: hidden;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_info .syInfo_item.active {
  width: 32.8%;
  justify-content: left;
  align-items: flex-end;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_info .syInfo_item.active .info_text {
  height: 106px;
  background: rgba(184, 0, 0, 0.7);
  justify-content: center;
  align-items: flex-start;
}
.sy_info .syInfo_item.active .info_text span {
  display: none;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_info .syInfo_item.active .info_text p {
  margin-top: 10px;
}
.sy_info .syInfo_item img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.sy_info .syInfo_item .info_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_info .syInfo_item .info_text h5 {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 2px;
}
.sy_info .syInfo_item .info_text p {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-top: 16px;
  letter-spacing: 2px;
}
.sy_info .syInfo_item .info_text span {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #fff;
  margin-top: 20px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
/*文物珍藏*/
.sy_collect {
  width: 100%;
  background: url(../images/home/wg_bj_qs.png) repeat center top;
  background-size: auto auto;
  padding: 80px 0 50px 0;
  overflow: hidden;
}
.sy_collect .sy_zc {
  width: 100%;
}
.sy_collect .sy_zc .zc_01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_collect .sy_zc .zc_01 .zc01_1 {
  width: 49.2%;
}
.sy_collect .sy_zc .zc_01 .zc01_1 .zc_desc {
  width: 100%;
  padding: 0 4.4%;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 5%;
}
.sy_collect .sy_zc .zc_01 .zc01_2 {
  width: 25.4%;
  overflow: hidden;
  position: relative;
}
.sy_collect .sy_zc .zc_01 .zc01_2 img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.sy_collect .sy_zc .text_con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 16%;
}
.sy_collect .sy_zc .text_con p {
  display: inline-block;
  letter-spacing: 2px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin: 4px 0;
}
.sy_collect .sy_zc .zc_02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #2d2822;
}
.sy_collect .sy_zc .zc_02 .zc02_left {
  width: 49.2%;
  background: #2d2822;
  position: relative;
  height: 100%;
}
.sy_collect .sy_zc .zc_02 .zc02_left .left_img {
  display: inline-block;
  width: 59%;
  max-width: 426px;
  height: auto;
  position: absolute;
  top: 76px;
  left: -56px;
  z-index: 1;
}
.sy_collect .sy_zc .zc_02 .zc02_left .left_text {
  width: 100%;
  padding: 23% 6.5% 0 55%;
  color: #fff;
}
.sy_collect .sy_zc .zc_02 .zc02_left .left_text h5 {
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
}
.sy_collect .sy_zc .zc_02 .zc02_left .left_text p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  margin: 18px 0 30px 0;
}
.sy_collect .sy_zc .zc_02 .zc02_right {
  width: 50.8%;
}
.sy_collect .sy_zc .zc_02 .zc02_right .zc02_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_collect .sy_zc .zc_02 .zc02_right .zc02_box .zc02_2 {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.sy_collect .sy_zc .zc_02 .zc02_right .zc02_box .zc02_2 img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.sy_collect .sy_zc .zc_02 .zc02_right .zc03_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_collect .sy_zc .zc_02 .zc02_right .zc03_box .zc03_2 {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.sy_collect .sy_zc .zc_02 .zc02_right .zc03_box .zc03_2 img {
  display: inline-block;
  width: 100%;
  height: auto;
}
/*莲池资讯*/
.sy_news {
  width: 100%;
  background: url(../images/home/wg_bj_gw.jpg) repeat center top;
  background-size: auto auto;
  padding-bottom: 110px;
  overflow: hidden;
}
.sy_news .temp_head {
  margin-bottom: 0;
  padding-top: 80px;
}
.sy_news .sy_news_box {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.sy_news .sy_news_box .sy_news_item {
  display: inline-block;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.sy_news .sy_news_box .sy_news_item:nth-child(4n) {
  margin-right: 0;
}
.sy_news .sy_news_box .sy_news_item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_news .sy_news_box .sy_news_item:hover::before {
  opacity: 0.2;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_news .sy_news_box .sy_news_item:hover .sy_more_btn {
  margin-bottom: 20px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_news .sy_news_box .sy_news_item:hover .sy_more_btn span {
  color: #fff;
}
.sy_news .sy_news_box .sy_news_item:hover .sy_more_btn::after {
  width: 116px;
  height: 34px;
}
.sy_news .sy_news_box .sy_news_item:hover .sy_more_btn::before {
  content: '';
  width: 116px;
  height: 34px;
}
.sy_news .sy_news_box .sy_news_item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.sy_news .sy_news_box .sy_news_item .news_text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  color: #fff;
  padding: 0 8.5%;
}
.sy_news .sy_news_box .sy_news_item .news_text .time {
  font-size: 16px;
  line-height: 20px;
}
.sy_news .sy_news_box .sy_news_item .news_text .title {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 6px 0 26px 0;
  display: inline-block;
  width: 100%;
}
.sy_news .sy_news_box .sy_news_item .news_text .text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  word-break: normal;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.sy_news .sy_news_box .sy_news_item .sy_more_btn {
  width: 116px;
  height: 34px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_news .sy_news_box .sy_news_item .sy_more_btn span {
  font-size: 14px;
}
.sy_news .sy_news_box .sy_news_item .sy_more_btn::after {
  content: '';
  width: 116px;
  height: 34px;
  background: url(../images/home/btn_w.png) no-repeat center center;
  background-size: 100% auto;
}
.sy_news .sy_news_box .sy_news_item .sy_more_btn::before {
  content: '';
  width: 116px;
  height: 0;
  background: url(../images/home/btn_red.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 1800px) {
  /*首页介绍*/
  .sy_info .syInfo_item {
    height: 690px;
  }
}
@media screen and (max-width: 1600px) {
  /*首页介绍*/
  .sy_info .syInfo_item {
    height: 620px;
  }
}
@media screen and (max-width: 1440px) {
  /*banner*/
  .banner {
    height: unset;
  }
  .banner .banner_swiper {
    height: 100%;
  }
  /*首页介绍*/
  .sy_info .syInfo_item {
    height: 556px;
  }
}
@media screen and (max-width: 1366px) {
  /*首页介绍*/
  .sy_info .syInfo_item {
    height: 530px;
  }
  /*文物珍藏*/
  .sy_collect .sy_zc .zc_01 .zc01_1 .zc_desc {
    width: 100%;
    padding: 0 3.4%;
    font-size: 14px;
    line-height: 28px;
    margin-top: 4%;
    word-break: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .sy_collect .sy_zc .text_con {
    padding: 0 5% 0 12%;
  }
  .sy_collect .sy_zc .text_con p {
    font-size: 14px;
    line-height: 24px;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_img {
    display: inline-block;
    width: 59%;
    max-width: 426px;
    height: auto;
    position: absolute;
    top: 76px;
    left: -56px;
    z-index: 1;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_text {
    width: 100%;
    padding: 23% 6.5% 0 55%;
    color: #fff;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_text h5 {
    font-size: 26px;
    line-height: 32px;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_text p {
    font-size: 14px;
    line-height: 28px;
    margin: 16px 0 28px 0;
  }
}
@media screen and (max-width: 1280px) {
  /*莲池资讯*/
  .sy_news .sy_news_box .sy_news_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    height: 410px;
  }
  .sy_news .sy_news_box .sy_news_item img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .temp_head .head_zs span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b80000;
    position: relative;
  }
  .temp_head .head_zs span::after {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #b80000;
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 1;
  }
  .temp_head .head_zs span::before {
    content: '';
    width: 1px;
    height: 120px;
    position: absolute;
    bottom: 20px;
    left: 4px;
    border-left: 1px dashed #707070;
  }
  .temp_head .head_text {
    display: flex;
    justify-content: left;
    align-items: center;
    width: calc(100% - 40px);
    margin-left: 24px;
  }
  .temp_head .head_text .main_t {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .temp_head .head_text .sub_t {
    width: calc(100% - 64px);
    padding-left: 14px;
  }
  .temp_head .head_text .sub_t p {
    font-size: 12px;
    line-height: 14px;
  }
  .temp_head .head_text .sub_t h6 {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 20px;
    margin-top: 4px;
  }
  /*视频解说*/
  .sy_video {
    padding-bottom: 80px;
  }
  .sy_video .v_box .v_guide {
    width: 300px;
    padding-top: 40px;
    margin-top: -270px;
  }
  .sy_video .v_box .v_guide .guide_time .curTime {
    font-size: 14px;
    line-height: 16px;
  }
  .sy_video .v_box .v_guide .guide_time .g_h5 {
    font-size: 30px;
    margin: 12px 0;
  }
  .sy_video .v_box .v_guide .guide_time .g_p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 12px;
  }
  .sy_video .v_box .v_guide .guide_time .g_time {
    width: 100%;
    padding: 15px 0 25px 0;
  }
  .sy_video .v_box .v_guide .guide_time .g_time em {
    margin: 0 14px;
    font-size: 30px;
  }
  .sy_video .v_box .v_guide .guide_time .g_time .t_item span {
    font-size: 30px;
  }
  .sy_video .v_box .v_guide .guide_time .g_time .t_item p {
    font-size: 12px;
  }
  .sy_video .v_box .v_guide .guide_info {
    padding: 0 30px;
  }
  .sy_video .v_box .v_guide .guide_info .g_item {
    margin-top: 44px;
  }
  .sy_video .v_box .v_guide .guide_info .g_item img {
    width: 60px;
  }
  .sy_video .v_box .v_guide .guide_info .g_item .g_text {
    width: calc(100% - 80px);
  }
  .sy_video .v_box .v_guide .guide_info .g_item .g_text h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .sy_video .v_box .v_guide .guide_info .g_item .g_text p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
  }
  .sy_video .v_box .v_video {
    width: calc(100% - 326px);
  }
  .sy_video .v_box .v_video .temp_head {
    margin-bottom: 40px;
  }
  .sy_video .v_box .v_video .video_box .v_left {
    width: 55%;
    border-radius: 10px;
    height: 340px;
    max-width: 587px;
  }
  .sy_video .v_box .v_video .video_box .v_right {
    width: calc(100% - 57.8%);
  }
  .sy_video .v_box .v_video .video_box .v_right h5 {
    font-size: 28px;
    line-height: 36px;
  }
  .sy_video .v_box .v_video .video_box .v_right h5 span {
    font-size: 40px;
  }
  .sy_video .v_box .v_video .video_box .v_right .r_desc {
    width: 100%;
    font-size: 13px;
    line-height: 26px;
    margin: 16px 0;
  }
  /*文物珍藏*/
  .sy_collect .sy_zc .zc_01 .zc01_1 .zc_desc {
    padding: 0 3.4%;
    font-size: 12px;
    line-height: 20px;
    margin-top: 4%;
    -webkit-line-clamp: 2;
  }
  .sy_collect .sy_zc .text_con {
    padding: 0 5%;
  }
  .sy_collect .sy_zc .text_con p {
    font-size: 12px;
    line-height: 18px;
    margin: 2px 0;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_img {
    display: inline-block;
    width: 52%;
    max-width: 426px;
    height: auto;
    position: absolute;
    top: 76px;
    left: -56px;
    z-index: 1;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_text {
    width: 100%;
    padding: 23% 5.5% 0 50%;
    color: #fff;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_text h5 {
    font-size: 22px;
    line-height: 30px;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_text p {
    font-size: 12px;
    line-height: 24px;
    margin: 12px 0 24px 0;
  }
}
@media screen and (max-width: 767px) {
  /*banner*/
  .banner {
    height: unset;
  }
  .banner .banner_swiper {
    height: 100%;
  }
  .temp_head {
    padding-top: 1.75rem;
    padding-left: 0;
  }
  .temp_head .head_zs {
    display: none;
  }
  .temp_head .head_text {
    width: calc(100%);
    margin-left: 0;
    justify-content: space-between;
  }
  .temp_head .head_text .main_t {
    font-size: 1rem;
    line-height: 1.35rem;
    letter-spacing: 0.05rem;
  }
  .temp_head .head_text .sub_t {
    width: calc(100% - 2.6rem);
    padding-left: 0;
  }
  .temp_head .head_text .sub_t p {
    font-size: 0.5rem;
    letter-spacing: 0.025rem;
    line-height: 0.7rem;
  }
  .temp_head .head_text .sub_t h6 {
    font-size: 0.65rem;
    letter-spacing: 0.1rem;
    line-height: 0.9rem;
    margin-top: 0.1rem;
  }
  .sy_more_btn {
    width: 5.75rem;
    height: 1.65rem;
  }
  .sy_more_btn span {
    letter-spacing: 0.05rem;
    font-size: 0.6rem;
  }
  .sy_more_btn::after {
    content: '';
    width: 5.75rem;
    height: 100%;
    background: url(../images/home/btn_w.png) no-repeat center center;
    background-size: 100% auto;
  }
  .sy_more_btn::before {
    content: '';
    width: 5.75rem;
    height: 0;
    background: url(../images/home/btn_red.png) no-repeat center center;
    background-size: 100% auto;
  }
  .sy_more_btn:hover span {
    color: #fff !important;
  }
  .sy_more_btn:hover::before {
    height: 100%;
  }
  /*视频解说*/
  .sy_video {
    padding-bottom: 1.4rem;
  }
  .sy_video .v_box {
    flex-direction: column;
  }
  .sy_video .v_box .v_guide {
    width: 100%;
    height: max-content;
    background: url(../images/home/bg_left_m.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-top: 0.7rem;
    margin-top: -4.9rem;
    border-radius: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .sy_video .v_box .v_guide .guide_time {
    letter-spacing: 0.05rem;
  }
  .sy_video .v_box .v_guide .guide_time .curTime {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .sy_video .v_box .v_guide .guide_time .g_h5 {
    font-size: 1.25rem;
    margin: 0.2rem 0;
  }
  .sy_video .v_box .v_guide .guide_time .g_p {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-top: 0.1rem;
  }
  .sy_video .v_box .v_guide .guide_time .g_time {
    padding: 0.4rem 0 0.4rem 0;
  }
  .sy_video .v_box .v_guide .guide_time .g_time em {
    margin: 0 0.3rem;
    font-size: 1.3rem;
    margin-top: -1rem;
  }
  .sy_video .v_box .v_guide .guide_time .g_time .t_item span {
    font-size: 1.2rem;
  }
  .sy_video .v_box .v_guide .guide_time .g_time .t_item p {
    font-size: 0.6rem;
    margin-top: 0rem;
  }
  .sy_video .v_box .v_guide .guide_info {
    display: none;
  }
  .sy_video .v_box .v_video {
    width: calc(100%);
  }
  .sy_video .v_box .v_video .temp_head {
    margin-bottom: 1rem;
  }
  .sy_video .v_box .v_video .video_box {
    flex-direction: column;
  }
  .sy_video .v_box .v_video .video_box .v_left {
    width: 100%;
    border-radius: 0.2rem;
    height: 10rem;
    max-width: 100%;
  }
  .sy_video .v_box .v_video .video_box .v_left .ff_img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .sy_video .v_box .v_video .video_box .v_left .oper_icon {
    border: 0.025rem solid rgba(255, 255, 255, 0.42);
    width: 1.74rem;
    height: 1.74rem;
    margin-top: -0.87rem;
    margin-left: -0.87rem;
  }
  .sy_video .v_box .v_video .video_box .v_left .oper_icon img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .sy_video .v_box .v_video .video_box .v_left .oper_icon:hover {
    margin-top: -1.08rem;
    margin-left: -1.08rem;
    width: 2.16rem;
    height: 2.16rem;
  }
  .sy_video .v_box .v_video .video_box .v_right {
    width: calc(100%);
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sy_video .v_box .v_video .video_box .v_right h5 {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.05rem;
  }
  .sy_video .v_box .v_video .video_box .v_right h5 span {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
  }
  .sy_video .v_box .v_video .video_box .v_right .r_desc {
    font-size: 0.55rem;
    line-height: 1rem;
    margin: 0.8rem 0 0.9rem 0;
    letter-spacing: 0.05rem;
  }
  .sy_video .v_box .v_video .video_box .v_right .sy_more_btn {
    margin: 0 auto;
  }
  /*视频播放*/
  .video_show .video_box {
    width: 90%;
    max-width: 100%;
    max-height: 84%;
    padding: 0.6rem;
  }
  .video_show .video_box .close-btn {
    width: 1.2rem;
    height: 1.2rem;
  }
  /*视频播放*/
  /*莲池书院*/
  .sy_shuyuan {
    background: url(../images/home/lcsy_bg_m.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
  .sy_shuyuan .temp_head {
    padding-top: 1.75rem;
  }
  .sy_shuyuan .shuyuan_box {
    width: 100%;
    padding: 1.1rem 0 2rem 0;
    flex-direction: column;
  }
  .sy_shuyuan .shuyuan_box .shuyuan_left {
    position: unset;
    width: 100%;
    max-width: unset;
  }
  .sy_shuyuan .shuyuan_box .shuyuan_left .shuyuan_left_box .shuyuan_img img {
    display: inline-block;
    width: 86%;
    height: auto;
    max-width: unset;
  }
  .sy_shuyuan .shuyuan_box .shuyuan_right {
    width: 100%;
    background: url(../images/home/sy_bj.jpg) no-repeat center top;
    background-size: 100% 100%;
    margin-left: 0;
    margin-top: -2.5rem;
  }
  .sy_shuyuan .shuyuan_box .shuyuan_right .shuyuan_text {
    padding: 4.25rem 1.2rem 2rem 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sy_shuyuan .shuyuan_box .shuyuan_right .shuyuan_text::before {
    content: '';
    width: calc(100% - 1.2rem);
    height: calc(100% - 3.45rem);
    border: 0.025rem solid #fff;
    position: absolute;
    top: 2.85rem;
    left: 0.6rem;
  }
  .sy_shuyuan .shuyuan_box .shuyuan_right .shuyuan_text h5 {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.2rem;
    letter-spacing: 0.05rem;
  }
  .sy_shuyuan .shuyuan_box .shuyuan_right .shuyuan_text div {
    margin: 0.5rem 0 0.65rem 0;
  }
  .sy_shuyuan .shuyuan_box .shuyuan_right .shuyuan_text div p {
    font-size: 0.6rem;
    line-height: 1.1rem;
    opacity: 0.77;
    letter-spacing: 0.05rem;
  }
  /*首页介绍*/
  .sy_info {
    flex-direction: column;
  }
  .sy_info .syInfo_item {
    width: 100%;
    height: 11.15rem;
  }
  .sy_info .syInfo_item.active {
    width: 100%;
    height: 15.2rem;
    justify-content: left;
    align-items: flex-end;
  }
  .sy_info .syInfo_item.active .info_text {
    height: 2.85rem;
    align-items: center;
  }
  .sy_info .syInfo_item.active .info_text p {
    margin-top: 0.2rem;
  }
  .sy_info .syInfo_item img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .sy_info .syInfo_item .info_text {
    padding: 0 0.65rem;
  }
  .sy_info .syInfo_item .info_text h5 {
    font-size: 0.85rem;
    line-height: 0.95rem;
    letter-spacing: 0.05rem;
    font-weight: bold;
  }
  .sy_info .syInfo_item .info_text p {
    font-size: 0.5rem;
    line-height: 0.7rem;
    margin-top: 0.45rem;
    letter-spacing: 0.05rem;
  }
  .sy_info .syInfo_item .info_text span {
    width: 1.55rem;
    height: 0.025rem;
    margin-top: 0.5rem;
  }
  /*文物珍藏*/
  .sy_collect {
    padding: 0px 0 2.65rem 0;
  }
  .sy_collect .sy_zc .zc_01 {
    flex-direction: column;
  }
  .sy_collect .sy_zc .zc_01 .zc01_1 {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .sy_collect .sy_zc .zc_01 .zc01_1 .zc_desc {
    width: 100%;
    padding: 0;
    font-size: 0.6rem;
    line-height: 1.1rem;
    margin-top: 0.8rem;
    word-break: unset;
    overflow-wrap: unset;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
  }
  .sy_collect .sy_zc .zc_01 .zc01_2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0.4rem;
  }
  .sy_collect .sy_zc .zc_01 .zc01_2 img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .sy_collect .sy_zc .text_con {
    padding-left: 16%;
  }
  .sy_collect .sy_zc .text_con p {
    letter-spacing: 0.05rem;
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin: 0.2rem 0;
  }
  .sy_collect .sy_zc .zc_02 {
    flex-direction: column;
    width: calc(100% - 0.8rem);
    margin: 0 auto;
    position: relative;
    padding-bottom: 17rem;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left {
    position: absolute;
    bottom: 0;
    left: 0.4rem;
    z-index: 1;
    width: calc(100% - 0.8rem);
    background: #2d2822;
    height: 17rem;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_img {
    display: none;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_text {
    width: 100%;
    padding: 1.6rem 2rem 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_text h5 {
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: 0.05rem;
  }
  .sy_collect .sy_zc .zc_02 .zc02_left .left_text p {
    width: 100%;
    font-size: 0.65rem;
    line-height: 1.1rem;
    letter-spacing: 0.05rem;
    margin: 0.8rem 0 0.8rem 0;
  }
  .sy_collect .sy_zc .zc_02 .zc02_right {
    width: 100%;
  }
  .sy_collect .sy_zc .zc_02 .zc02_right .zc02_box {
    flex-direction: column;
  }
  .sy_collect .sy_zc .zc_02 .zc02_right .zc02_box .zc02_2 {
    width: 100%;
  }
  .sy_collect .sy_zc .zc_02 .zc02_right .zc03_box {
    flex-direction: column;
  }
  .sy_collect .sy_zc .zc_02 .zc02_right .zc03_box .zc03_2 {
    width: 100%;
  }
  /*莲池资讯*/
  .sy_news {
    background: url(../images/home/wg_bj_gw.jpg) repeat center top;
    background-size: auto auto;
    padding-bottom: 2rem;
  }
  .sy_news .temp_head {
    margin-bottom: 0;
    padding-top: 1.75rem;
  }
  .sy_news .sy_news_box {
    margin-top: 1.6rem;
    flex-direction: column;
    padding: 0 0.4rem;
  }
  .sy_news .sy_news_box .sy_news_item {
    display: inline-block;
    width: calc(100%);
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  .sy_news .sy_news_box .sy_news_item:nth-child(4n) {
    margin-right: 0;
  }
  .sy_news .sy_news_box .sy_news_item:hover .sy_more_btn {
    margin-bottom: 0.5rem;
  }
  .sy_news .sy_news_box .sy_news_item:hover .sy_more_btn::after {
    width: 4.4rem;
    height: 1.5rem;
  }
  .sy_news .sy_news_box .sy_news_item:hover .sy_more_btn::before {
    content: '';
    width: 4.4rem;
    height: 1.5rem;
  }
  .sy_news .sy_news_box .sy_news_item img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .sy_news .sy_news_box .sy_news_item .news_text {
    padding: 0 0.65rem;
  }
  .sy_news .sy_news_box .sy_news_item .news_text .time {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .sy_news .sy_news_box .sy_news_item .news_text .title {
    font-size: 0.65rem;
    line-height: 1rem;
    margin: 0.3rem 0 1rem 0;
    letter-spacing: 0.05rem;
  }
  .sy_news .sy_news_box .sy_news_item .news_text .text {
    letter-spacing: 0.05rem;
    font-size: 0.6rem;
    line-height: 1rem;
    margin-bottom: 0.9rem;
    word-break: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .sy_news .sy_news_box .sy_news_item .sy_more_btn {
    width: 4.4rem;
    height: 1.5rem;
  }
  .sy_news .sy_news_box .sy_news_item .sy_more_btn span {
    font-size: 0.6rem;
  }
  .sy_news .sy_news_box .sy_news_item .sy_more_btn::after {
    content: '';
    width: 4.4rem;
    height: 1.5rem;
    background: url(../images/home/btn_w.png) no-repeat center center;
    background-size: 100% auto;
  }
  .sy_news .sy_news_box .sy_news_item .sy_more_btn::before {
    content: '';
    width: 4.4rem;
    height: 1.5rem;
    background: url(../images/home/btn_red.png) no-repeat center center;
    background-size: 100% auto;
  }
}
