body {
  font-family: Helvetica,Microsoft YaHei;
  font-size: .4rem;
  color: #ffffff;
  background: url(../images/bg_base.png);
}
.clear {
  clear: both;
}
.web-title {
  text-align: center;
}
.web-title img {
  width: 10rem;
  margin-top: 30px;
}
.web-text {
  padding: 0 .8rem;
  text-align: justify;
  line-height: .7rem;
}

/*菜单导航 start*/
.nav-point-box{
  width: 1.4rem;
  height: 1.4rem;
  position: fixed;
  top: .4rem;
  left: .3rem;
  z-index: 99;
  overflow: hidden;
}
.nav-point {
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/btn_nav.png) no-repeat center;
  background-size: 100% auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all .3s;
}
.navpoint-enter-active,
.navpoint-leave {
  left: 0;
}
.navpoint-enter,
.navpoint-leave-active {
  left: -1.3rem;
}
.nav-list {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 1.4rem 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all .3s;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-list a {
  display: block;
  font-size: 0.45rem;
  margin: 35px 1.5rem;
  transition: all .3s;
}
.nav-list a.on {
  font-size: 0.6rem;
  color: #e8cc7c;
}
.nav-list .btn-close {
  width: .6rem;
  height: .6rem;
  background: url(../images/btn_close.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: .7rem;
  right: .6rem;
}
.navlist-enter-active,
.navlist-leave {
  left: 0;
}
.navlist-enter,
.navlist-leave-active {
  left: 100%;
}
/*菜单导航 end*/

/*首页 start*/
.block-index {
  color: #fff;
  font-size: 0.42rem;
  width: 100%;
  background-size: 100% auto;
  padding: 1.4rem 0 1.1rem;
  overflow: hidden;
}
.block-index .index-img {
  width: 10rem;
  display: block;
  margin: 0 auto;
}
.block-index .index-text {
  padding: 20px .5rem;
  text-align: center;
}
.block-index .index-down {
  width: 1.1rem;
  display: block;
  margin: 0 auto 20px;
}
/*首页 end*/

/*展览简介 start*/
.block-about {
  padding-bottom: 2.3rem;
}
.block-about .web-text {
  padding: 30px .8rem;
}
/*展览简介 end*/

/*重点推荐 start*/
.block-recommend {
}
.block-recommend .swiper-recommend{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block-recommend .recommend-pic{
  width: 8.4rem;
  margin: 0 auto;
  display: block;
}
.block-recommend .recommend-tit{
  color: #e8cc7c;
  font-size: .55rem;
  padding: 0 .8rem;
}
.block-recommend .recommend-text{
  height: 3rem;
  font-size: .4rem;
  margin: 10px 0;
  padding: 0 .8rem;
  line-height: .6rem;
  overflow: hidden;
}
.swiper-recommend .swiper-pagination-bullet{
  background: #e4cc87;
  opacity: .3;
}
.swiper-recommend .swiper-pagination-bullet-active {
  background: #e4cc87;
  opacity: 1;
}
/*重点推荐 end*/

/*精彩视频 start*/
.show-video p {
  text-align: center;
  color: #eeda9d;
  line-height: 1.2rem;
  margin-top: 10px;
}
.show-video .video {
  position: relative;
  padding: 0 1.2rem;
  display: block;
}
.show-video .video img{
  width: 100%;
}
.show-video .video i{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/ico_play.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: -.75rem;
  margin-left: -.75rem;
  display: block;
}
.show-list {
  padding: 30px 0 20px;
}
.show-list .video-tab {
  width: 7.6rem;
  height: .72rem;
  font-size: .35rem;
  background: url(../images/btn_video.png) no-repeat center;
  background-size: 100% 100%;
  margin: 10px auto 0;
  text-align: center;
  line-height: .72rem;
}
.show-list .video-tab-on {
  background: url(../images/btn_video_on.png) no-repeat center;
  background-size: 100% 100%;
}
.show-list .video-list {
  padding: 20px .6rem;
}
.show-list .video-list li {
  width: 4rem;
  height: 3.45rem;
  margin: 5px .2rem;
  overflow: hidden;
  float: left;
}
.show-list .video-list img {
  width: 4rem;
  height: 2.25rem;
}
.show-list .video-list p{
  height: 1.2rem;
  color: #eeda9d;
  font-size: .35rem;
  text-align: center;
  line-height: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .3s ease;
}
.slide-fade-enter{
  transform: translateY(20px);
  opacity: 0;
}
.slide-fade-leave-to{
  transform: translateY(-10px);
  opacity: 0;
}

/*精彩视频 end*/

/*新闻资讯 start*/
.block-news .news-list {
  padding: 0 1.2rem;
}
.block-news .news-list li{
  font-size: .35rem;
  padding: 15px 0;
  border-bottom: 1px dashed #8e8e91; 
}
.block-news .news-list a{
  color: #fff;
}
.block-news .news-list li span{
  float: right;
  color: #6b6b6b;
  margin-top: 5px;
}
.block-news .news-list .top-news{
  font-size: .4rem;
  line-height: .8rem;
}
.block-news .news-list .top-news img{
  width: 100%;
}
.block-news .news-load{
  color: #eeda9d;
  background: url(../images/arrow_news.png) no-repeat center bottom;
  background-size: auto .3rem;
  padding-bottom: .35rem;
  margin-top: 20px;
  text-align: center;
}
/*新闻资讯 end*/

/*网站底部 start*/
.web-footer {
  padding: 60px .8rem 20px;
  text-align: center;
  font-size: .35rem;
}
.web-footer img{
  width: 3rem;
  margin: 20px .5rem;
}
/*网站底部 end*/
