body {
  font-family: Helvetica,Microsoft YaHei;
  font-size: .38rem;
  color: #000;
  background: #3eaac4;
}
.clear {
  clear: both;
}
.web-title {
  font-size: .48rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: .45rem;
}
.web-title-01{
  background: url(../images/title_line_01.png) no-repeat center bottom;
  background-size: auto .4rem;
}
.web-title-02{
  color: #fff;
  background: url(../images/title_line_02.png) no-repeat center bottom;
  background-size: auto .4rem;
}
.web-title-03{
  background: url(../images/title_line_03.png) no-repeat center bottom;
  background-size: auto .4rem;
}
.web-text {
  padding: 0 .8rem;
  text-align: justify;
  line-height: .7rem;
}
.web-text-tit {
  font-size: .42rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/*菜单导航 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;
}
.nav-list {
  width: 60%;
  height: 100%;
  background: rgba(59,163,188,.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 {
  color: #fff;
  display: block;
  font-size: 0.4rem;
  margin: .5rem 1.5rem;
  padding-bottom: .4rem;
  transition: all .3s;
}
.nav-list a.on {
  font-weight: bold;
  background: url(../images/title_line_02.png) no-repeat center bottom;
  background-size: auto .3rem;
}
.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 {
  position: relative;
  width: 10rem;
  min-height: 17.7rem;
  background: url(../images/bg_index.png) no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
}
.block-index .index-img {
  position: absolute;
  bottom: 120px;
  left: .5rem;
  width: 9rem;
  display: block;
}
/*首页 end*/

/*前言 start*/
.block-about {
  background: #fff;
  padding: 1rem 0 .5rem;
}
.block-about .web-text {
  padding: 30px .8rem;
}
/*前言 end*/

/*单元介绍 start*/
.block-recommend {
  background: #d1dbbd;
  padding: 1rem 0 0;
}
.chapter-block{
  padding: .5rem 0;
}
.block-recommend .recommend-main-branch{
  font-size: .4rem;
  font-weight: bold;
  padding: 30px .5rem 15px;
  text-align: center;
}
.block-recommend .web-text a{
  color: #e9c195;
  margin-left: 5px;
}
.pic-block{
  font-size: .35rem;
  width: 7rem;
  margin: .8rem auto;
  line-height: 1.8;
}
.pic-block .pic-border{
  width: 7rem;
}
.pic-block .pic-border img{
  width: 7rem;
}
.pic-block .pic-tit{
  font-size: .38rem;
  line-height: .6rem;
  border-bottom: 1px solid #402e2a;
  margin: 20px 0 10px;
  padding: .2rem 0;
  overflow: hidden;
}
.unit-block{
  width: 8.4rem;
  background: url(../images/unit_line_02.png) no-repeat center top;
  background-size: 100% auto;
  text-align: justify;
  line-height: .65rem;
  margin: .8rem auto; 
  padding-top: .8rem;
}
.unit-block .unit-title{
  font-weight: bold;
  margin-bottom: .2rem;
  padding: 0 .4rem;
}
.unit-block .unit-con{
  padding: 0 .4rem;
}
.block-recommend .deep{
  color: #fff;
  background: #91aa9d;
}
.block-recommend .deep .pic-tit{
  border-bottom: 1px solid #fff;
}
.block-recommend .deep .unit-block{
  background: url(../images/unit_line_01.png) no-repeat center top;
  background-size: 100% auto;
}

.show-pop {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all .3s;
}
.show-pop .btn-close {
  width: .8rem;
  height: .8rem;
  background: url(../images/btn_close_g.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: .4rem;
  left: 8.8rem;
  z-index: 101;
}
.show-pop .show-pop-pic {
  width: 9rem;
  height: 7rem;
  position: relative;
  border: 1px solid #ececea;
  margin: .5rem auto 0;
}
.show-pop .swiper {
  width: 9rem;
  height: 7rem;
}
.show-pop .swiper .swiper-slide {
  display: table;
}
.show-pop .swiper .picbox {
  height: 7rem;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}
.show-pop .swiper img {
  max-width: 100%;
  max-height: 100%;
}
.show-pop .swiperbanner-button-prev {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/btn_prev.png) no-repeat center;
  background-size: 100% auto;
  left: .1rem;
  top: 3.8rem;
}
.show-pop .swiperbanner-button-next {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/btn_next.png) no-repeat center;
  background-size: 100% auto;
  right: .1rem;
  top: 3.8rem;
}
.show-pop .swiper-button-prev.swiper-button-disabled,
.show-pop .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.show-pop .pop-tit {
  font-size: 0.4rem;
  color: #402e2a;
  text-align: center;
  line-height: 1.4;
  padding: .3rem .5rem ;
}
.show-pop .pop-text {
  width: 9rem;
  padding: 0 .5rem;
  overflow-y: scroll;
  color: #0b0306;
}
.show-pop .pop-text .pop-message {
  font-size: 0.36rem;
  line-height: 1.5;
}
.show-pop .pop-text .pop-intro {
  font-size: 0.36rem;
  margin-top: 20px;
  text-align: justify;
  text-indent: 2em;
  line-height: 1.5;
}
.showpop-enter-active,
.showpop-leave {
  left: 0;
  opacity: 1;
}
.showpop-enter,
.showpop-leave-active {
  left: -100%;
  opacity: 0;
}
.show-pop .audio-player{
  width: 10rem;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*单元介绍 end*/

/*虚拟展厅 start*/
.block-show {
  text-align: center;
  background: #d1dbbd;
  padding: 1rem 0;
}
.block-show a img{
  width: 9rem;
  margin-top: .8rem;
}
/*虚拟展厅 end*/

/*参观导览 start*/
.block-tour {
  // background: #91aa9d;
  background: #d1dbbd;
  padding: 1rem 0;
}
.block-tour .tour-box{
  width: 9rem;
  margin: 1rem auto .5rem;
}
.block-tour .tour-box img{
  width: 9rem;
  height: .3rem;
}
.block-tour .tour-info{
  font-size: .36rem;
  width: 7rem;
  margin: -0.2rem auto;
  background: #fff;
  padding: 30px .5rem;
}
/*参观导览 end*/

/*展览资讯 start*/
.block-news {
  background: #d1dbbd;
  padding: 1rem 0;
}
.block-news a{
  color: #402e2a;
  display: block;
}
.block-news .news-pic{
  position: relative;
  width: 9rem;
  display: block;
  margin: .8rem auto 0;
}
.block-news .news-pic img{
  width: 100%;
}
.block-news .news-pic::after{
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  background: url(../images/ico_play.png) no-repeat center;
  background-size: 100% auto;
  display: block;
}
.block-news p{
  width: 9rem;
  text-align: center;
  padding: 10px .5rem 0;
}
/*展览资讯 end*/


/*网站底部 start*/
.web-hosted{
  text-align: center;
  padding: 20px 0 0;
}
.web-hosted img{
  height: .65rem;
  margin: 10px 0;
}
.web-footer {
  color: #fff;
  padding: 20px .8rem;
  text-align: center;
  font-size: .35rem;
}
.web-footer img{
  width: 3rem;
  margin: 20px .5rem;
}
/*网站底部 end*/
