.wrap{
  width: 100%;
  /* height: 100%; */
  background-color: #d4eae6;
}
/* 头部样式 */
.header{
  width: 100%;
  height: 5.11rem;
  background-image: url('../image/bg1.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.header .searchView{
  width: calc(100% - 0.4rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 0.4rem;
  justify-content: space-between;
}
.header .searchView .left{
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .searchView .left img{
  width: 2.58rem;
  height: 0.46rem;
}
.header .searchView .right .search_box{
  width: 4rem;
  height: 0.6rem;
  display: flex;
}
.header .searchView .right .search_box .searchbtn{
  width: 0.7rem;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  background-color: #a47d46;
  cursor: pointer;
}
.header .searchView .right .search_box>input{
  flex: 1;
  padding-left: 0.2rem;
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
  box-sizing: border-box;
  font-size: 0.2rem;
	color: #c7c7c7;
}
.header .searchView .right .search_box .searchbtn>img{
  width: 0.3rem;
  height: 0.3rem;
}

/* 头部轮播样式 */
.header .lunbo{
  width: calc(100% - 0.4rem);
  height: 2.9rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  background: url('../image/banner.png') no-repeat;
  background-size: 100% 100%;
}
.header .lunbo .bannerlb{
  width: calc(100% - 0.2rem);
  height: 2.7rem;
  margin: 0 auto;
  padding-top: 0.1rem;
}
.header .lunbo .bannerlb img{
  width: 100%;
  height: 100%;
}
.header .lunbo #lis{
  width: calc(100% - 0.4rem);
  height: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .lunbo #lis li{
  margin: 0rem 0.2rem;
  box-sizing: border-box;
}
.header .lunbo #lis li img{
  width: 0.4rem;
  height: 0.2rem;
  cursor: pointer;
}


/* 中间内容部分 */
.center{
  padding-bottom: 0.52rem;
  margin-bottom: 1.28rem;
}
/* 导航轮播 */
.navCard{
  width: calc(100% - 0.3rem);
  height: 4.3rem;
  margin: 0 auto;
  background: url('../image/tb_01.png') no-repeat;
  background-size: 100% 100%;
}
.navCard .lunbo_box{
  width: calc(100% - 0.3rem);
  height: 100%;
  margin: 0 auto;
  padding: 0.2rem 0rem;
  box-sizing: border-box;
}
.navCard .lunbo_box .bannerlc .swiper-slide{
  height: 100%;
}
.navCard .lunbo_box .bannerlc .cardInfo{
  width: 100%;
  height: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
  align-content: space-between;

}
.navCard .lunbo_box .bannerlc .cardInfo dl{
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navCard .lunbo_box .bannerlc .cardInfo dl dt img,.navCard .lunbo_box .bannerlc .cardInfo dl dt{
  width: 1.36rem;
	height: 1.23rem;
}
.navCard .lunbo_box .bannerlc .cardInfo dl dd{
  font-size: 0.26rem;
	color: #255757;
  padding-top: 0.1rem;
  font-family: '宋体';
  color: #255757;
}
/* 默认指示点的样式 */
.bannerlc .swiper-pagination-bullet,.bannerld .swiper-pagination-bullet{
  width: 0.2rem !important;
	height: 0.05rem !important;
  border-radius: 0.1rem !important;
	background-color: #bfbfbf !important;
}

.bannerlc .swiper-pagination-bullet-active,.bannerld .swiper-pagination-bullet-active{
  width: 0.2rem !important;
	height: 0.05rem !important;
  border-radius: 0.1rem !important;
	background-color: #ccb28a !important;
}

.bannerldd{
  /* height: 30px !important; */
  bottom: -0.1rem !important;
}

.tbBox{
  position: relative;
  width: calc(100% - 0.15rem);
  margin: 0 auto;
  margin-top: 0.23rem;
}
.tbBox .more{
  position: absolute;
  top: 0.5rem;
  right: 0.1rem;
  width: 1.14rem;
  height: 0.42rem;
}

/* 新闻资讯 */
.newsBox{
  height: 6.4rem;
  background: url('../image/tb_02.png') no-repeat;
  background-size: 100% 100%;
}
.aside{
  padding: 1.53rem 0.3rem 0rem 0.4rem;
  box-sizing: border-box;
}
.aside .item{
  width: 100%;
  display: flex;
}
.aside .item .title{
  padding: 0.1rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aside .item .title p:first-child{
  font-size: 0.29rem;
    line-height: 0.4rem;
	letter-spacing: 0.02rem;
  /* font-family: '宋体'; */
	color: #3c3c3c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.aside .item .title p:last-child{
  font-size: 0.22rem;
	letter-spacing: 0.01rem;
	color: #a9a9a9;
}
.aside .item .item_img{
  width: 2.15rem;
  height: 1.25rem;
  padding: 0.13rem 0.09rem;
  display: flex;
  margin-left: 0.4rem;
  justify-content: center;
  align-items: center;
  background: url('../image/tb_02icon.png') no-repeat;
  background-size: 100% 100%;
}
.aside .item .item_img img{
  width: 2.15rem;
  height: 1.27rem;
}

.aside ul{
  width: 100%;
  margin-top: 0.4rem;
}
.aside ul li{
  /* font-family: '宋体'; */
  font-size: 0.29rem;
	letter-spacing: 0.02rem;
  margin-top: 0.25rem;
  padding-left: 0.38rem;
	color: #3c3c3c;
  background: url('../image/point.png') no-repeat;
  background-size: 0.16rem 0.22rem;
  background-position-x: 0rem;
  background-position-y: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}




/* 活动预约 */
.eventAppointment{
  height: 6.4rem;
  padding: 1.1rem 0rem 0.2rem 0rem;
  background: url('../image/tb_03.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.eventAside{
    width: 100%;
    height: 100%;
}
.eventAside .bannerld{
  width: 100%;
  height: 100%;
  /* background-color: yellow; */
}
.eventAside .bannerld .swiper-wrapper{
  width: 100%;
  height: auto;
  z-index: 8888;
}
.eventAside .bannerld .swiper-slide .item{
  /* height: 4.57rem; */
  background: url('../image/t3_bg.png') no-repeat;
  background-size: 100% 100%;

}
.eventAside .bannerld .swiper-slide .item .item_img {
  min-width: 2.9rem;
  margin: 0.39rem 0.15rem 0rem 0.15rem;
  position: relative;
}
.eventAside .bannerld .swiper-slide .item .item_img img{
  width: 100%;
  height: 2rem;
  border-radius: 0.14rem;
}

.eventAside .bannerld .swiper-slide .item .item_img .item_title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0.05rem 0.14rem;
  text-align: center;
  color: #fff;
  font-family: '宋体';
  background: rgba(0, 0, 0, .5);
  font-size: 0.24rem;
	line-height: 0.38rem;
	letter-spacing: 0.01rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  border-bottom-left-radius: 0.14rem;
  border-bottom-right-radius: 0.14rem;
}
.eventAside .bannerld .swiper-slide .item .item_detail dl{
  display: flex;
  padding: 0rem 0.12rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: calc(100% - 0.2rem);
  margin: 0 auto;
}
.eventAside .bannerld .swiper-slide .item .item_detail dl dt img{
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.eventAside .bannerld .swiper-slide .item .item_detail dl dd{
  font-size: 0.18rem;
	line-height: 0.44rem;
	color: #636568;
  /* margin: 0rem 0.2rem; */
  /* padding-left: 0.15rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.eventAside .bannerld .swiper-slide .button_goto{
  width: 1.97rem;
  height: 0.62rem;
  line-height: 0.62rem;
  text-align: center;
  font-size: 0.21rem;
  color: #fff;
  font-weight: 600;
  margin: 0.1rem auto 0px auto;
  background: url('../image/gotobtn.png') no-repeat;
  background-size: 100% 100%;
}


.eventAside .swiper-container {
  width: calc(100% - 0.5rem);
  height: 100%;
  margin: 0 auto;
}
.eventAside .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.eventAside .swiper-slide-active,.eventAside .swiper-slide-duplicate-active{
  transform: scale(1);
}


/* 慕课学习 */
.studyBox{
  height: 9.8rem;
  background: url('../image/tb_04.png') no-repeat;
  background-size: 100% 100%;
  padding: 1.3rem 0rem 0.3rem;
}
.studyBox_aside{
  width: 100%;
  height: 9.7rem;
  /* overflow-y: scroll; */
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0rem 0.34rem 0rem;
  box-sizing: border-box;
}
.studyBox_aside .item{
  width: 3.14rem;
  height: 4.6rem;
  margin-bottom: 0.3rem;
  background: url('../image/tb_04bg.png') no-repeat;
  background-size: 100% 100%;
}
.studyBox_aside .item dl{
  padding: 0.35rem 0rem 0rem 0rem;
  box-sizing: border-box;
}
.studyBox_aside .item dl dt{
  width: 2.98rem;
  height: 2.43rem;
  margin: 0 auto;
  box-shadow: inset 0rem 0rem 1.07rem 0rem
		rgba(0, 0, 0, 0.81);
	border-radius: 0.14rem;
  text-align: center;
  position: relative;
}
.studyBox_aside .item dl dt .play{
  position: absolute;
  width: 0.37rem;
  height: 0.42rem;
  left:50%;
  margin-left:-0.2rem;
  top:50%;
  margin-top:-0.2rem;
}
.studyBox_aside .item dl dt .cover{
  width: 2.98rem;
  height: 2.43rem;
  border-radius: 0.14rem;
  opacity: 0.5;
}
.studyBox_aside .item dl dd{
  width: calc(100% - 0.2rem);
  margin: 0.2rem auto 0rem auto;
  font-size: 0.25rem;
	color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.studyBox_aside .item ul{
  width: calc(100% - 0.2rem);
  margin: 0.2rem auto 0rem auto;
}
.studyBox_aside .item ul li{
  font-size: 0.25rem;
	color: #313131;
  display: flex;
  align-items: center;
  padding: 0.05rem 0rem;
  font-family: '微软雅黑';
}
.studyBox_aside .item ul li:first-child img{
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
.studyBox_aside .item ul li:last-child img{
  width: 0.3rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}
.studyBox_aside .item ul li span{
  font-size: 0.25rem;
	color: #a8a8a8;
  padding-left: 0.05rem;
}


/* 视频直播 */
.liveBroadcast{
  height: 7.35rem;
  padding: 1.3rem 0.2rem 0rem 0.2rem;;
  background: url('../image/tb_05.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.liveAside{
  width: 100%;
  height: 5.7rem;
  overflow-y: scroll;
  padding: 0rem 0.3rem 0rem 0.4rem;
  box-sizing: border-box;
}
.liveAside .item {
  margin-bottom: 0.1rem;
}
.liveAside .item .item_img{
  width: 2.2rem;
  height: 1.8rem;
  margin-left: 0rem;
  margin-right: 0.4rem;
  padding: 0rem;
  background: none;
  position: relative;
}

.liveAside .item .item_img .cover{
  border-radius: 0.14rem;
  width: 2.2rem;
  height: 1.8rem;
}
.liveAside .item .item_img::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0.14rem;
  width: 2.2rem;
  height: 1.8rem;
  background: rgba(0, 0, 0, 0.2);
}
.liveAside .item .item_img .broadcast{
  position: absolute;
  right: 0.05rem;
  top: 0.05rem;
  width: 0.51rem;
  height: 0.35rem;
  z-index: 9999;
}
.liveAside .item .title{
  padding: 0.1rem 0rem;
  box-sizing: border-box;
}
.liveAside .item .title p:first-child{
  font-size: 0.29rem;
	letter-spacing: 0.02rem;
	color: #3c3c3c;
  /* font-weight: 600; */
}
.liveAside .item .title p:last-child{
  display: flex;
  align-items: center;
  font-size: 0.25rem;
	color: #7e7e7e;
}
.liveAside .item .title p:last-child img{
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

/* 底部样式 --> */
.footer {
  position: fixed;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 1.58rem;
  box-shadow: 0rem 1rem 1rem 0.5rem
		#74a49b;
  background-color: #d4eae6;
  z-index: 99999999;
}

.footer ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer ul li{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
.footer ul .active{
  opacity: 1;
}
.footer ul li p:first-child{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  padding-top: 0.1rem;
  box-sizing: border-box;
}
.footer ul li p:last-child{
  font-size: 0.25rem;
	line-height: 0.51rem;
	letter-spacing: -0.01rem;
	color: #898989;
}
.footer ul li:first-child img{
  width: 0.81rem;
  height: 0.74rem;
}

.footer ul li:nth-child(2) img{
  width: 0.67rem;
  height: 0.77rem;
}

.footer ul li:nth-child(3) img{
  width: 1.05rem;
  height: 1.04rem;
}

.footer ul li:nth-child(4) img{
  width: 0.98rem;
  height: 0.82rem;
}

.footer ul li:nth-child(5) img{
  width: 1.01rem;
  height: 0.61rem;
}
/* 弹窗 */
.marker{
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100vw;
  height: 100vh;
  color: #fff;
  display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
  background: rgba(0, 0, 0, .4);
}
.marker .markbox{
  padding: 4%;
  background: #fff;
  border-radius: 0.2rem;
  font-size: 0.36rem;
	line-height: 0.56rem;
	color: #313131;
  box-sizing: border-box;
}

/* 新弹窗 */
.popMask{
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  color: #fff;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background: rgba(0, 0, 0, .6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popMask .imgBox{
  position: relative;
}

.popMask .imgBox img {
  max-width: 5.1rem;
  max-height: 10rem;
}

/*新轮播*/
.bannerdd {
  position: relative !important;
  top: 0.27rem;
}
.bannerdd .swiper-pagination-bullet{
  margin: 0 0.12rem;
  width: 0.4rem;
  height: 0.2rem;
  cursor: pointer;
  background-image: url("./../../newStyle/image/act.png");
  background-size: 100% 100%;
  background-color: rgba(255,255,255,0);
}
.bannerdd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("./../../newStyle/image/act_selected.png");
}
.closeBtn {
  position: absolute;
  top: -0.55rem;
  right: -0.5rem;
  width: 0.38rem;
  height: 0.38rem;
  background-image: url(./../../newStyle/image/close.png);
  background-size: 100% 100%;
}
