body,html{
	overflow-x: hidden;
}
/*banner*/
.banner {
	position: relative;
}
.banner .carousel-inner .item img{
	width: 100%;
}
.banner .carousel-indicators{
	position: absolute;
	right: 3%;
	left: initial;
	width: 10px;
	top: 50%;
	margin-top: -50px;
	height: 100px;
}
/*标题*/
.htitle{
	width: 100%;
	height: 100px;
	margin-top:100px;
	margin-bottom: 30px;
	text-indent: 3%;
	padding: 0 5%;
	position: relative;
}
.htitle .h{
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.htitle .title{
	font-size: 14px;
	color: #666;
}
.htitle .gang{
	position: absolute;
	top: 20px;
	left: 2%;
	width: 3%;
	height: 6px;
	background-color: #666;
}
/*其他*/
.mhtitle{
	width: 100%;
	height: 50px;
	margin-top:50px;
	margin-bottom: 30px;
	text-indent: 3%;
	padding: 0 10%;
	position: relative;

}
.mhtitle .h{
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.mhtitle .title{
	font-size: 12px;
	color: #666;
}
.mhtitle .gang{
	position: absolute;
	top: 20px;
	left: 2%;
	width: 6%;
	height: 6px;
	background-color: #666;
}
/*馆藏精品*/
.jingpin{
	padding: 5%;
	position: relative;
}
.jingpin .carousel-inner .item ul li{
	width: 30%;
	float: left;
	position: relative;
	margin-right: 5%;
}
.jingpin .carousel-inner .item ul li:last-child{
	margin-right: 0;
}
.jingpin .carousel-inner .item ul li .img img{
	width: 100%;
	/*height: 610px;*/
}
.jingpin .carousel-inner .item ul li .conten{
	text-align: center;
}
.jingpin .carousel-inner .item ul li .conten .h{
	font-size:26px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #666;
	margin-top: 30px;
	margin-bottom: 40px;
}
.jingpin .carousel-inner .item ul li .conten .yuan{
	font-size:26px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #999;
}
#jingpincarousel .nright{
	background-image: none;
	color: #666;
	opacity: 1;
	right: -160px;
}
#jingpincarousel .nleft{
	background-image: none;
	color: #666;
	opacity: 1;
	left: -160px;
}
#jingpincarousel .nleft:hover{
	background-image: none;
	color: #fff;
}
#jingpincarousel .nright:hover{
	background-image: none;
	color: #fff;
}
/*其他*/
.mjingpin{
	padding:5%;
	position: relative;
}
.mjingpin ul li{
	width: 50%;
	float: left;
	position: relative;
}
.mjingpin ul li img{
	width: 100%;
	/* height: 215px; */
}
.mjingpin ul li .conten{
	text-align: center;
	padding: 5px;
}
.mjingpin ul li .conten .h{
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #666;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;

}
.mjingpin ul li .conten .yuan{
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #999;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;
}
/*虚拟展馆*/
.zhan{
	width: 100%;
	position: relative;
	background: #eee;
	padding: 0 5%;
	padding-top: 40px;
}
.zhan .img{
	position: relative;
	z-index: 2;
}
.zhan .img img{
	width: 62%;
}
.zhan .img i{
	background: url(../images/ah.png) 0 0 no-repeat;
	background-size: cover;
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 31%;
	margin-left: -25px;
}
.zhan .title{
	font-size: 24px;
	color: #666;
	margin-left: 5%;
	/*font-weight: bold;*/
	/*float: left;*/
	position: absolute;
	top: 30%;
	left: 65%;
}
.zhan .bgcba{
	width: 20%;
	height: 40%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 28%;
}
/**/
.mzhan{
	width: 100%;
	position: relative;
	background: #eee;
	padding: 0 5%;
	padding-top: 20px;
}
.mzhan .img{
	position: relative;
	z-index: 2;
}
.mzhan .img img{
	width: 62%;
}
.mzhan .img i{
	background: url(../images/ah.png) 0 0 no-repeat;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 31%;
	margin-left: -15px;
}
.mzhan .title{
	font-size: 12px;
	color: #666;
	margin-left: 5%;
	/*font-weight: bold;*/
	/*float: left;*/
	position: absolute;
	top: 30%;
	left: 65%;
}
.mzhan .bgcba{
	width: 20%;
	height: 40%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 30%;
}
/*活动资讯*/
.zixun{
	width: 100%;
	padding: 0 10%;
}
.zixun .carousel-inner .item ul li{
	width: 50%;
	background-color: #F3F3F7;
	float: left;
}
.zixun .carousel-inner .item ul li .img{
	width: 50%;
	float: left;
}
.zixun .carousel-inner .item ul li .img img{
	width: 100%;
}
.zixun .carousel-inner .item ul li .conten{
	width: 50%;
	float: left;
	position: relative;
	height: 15vw;
}
.zixun .carousel-inner .item ul li .conten .con{
	font-size: 14px;
	color: #666;
	height: 70px;
	line-height: 25px;
	overflow: hidden;
	position: absolute;
	/*top: 50%;*/
	margin-top: 90px;
	padding: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.zixun .carousel-inner .item ul li .conten .zixuntime{
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
}
.zixun .zixunbut{
	text-align: right;
	line-height: 80px;
} 

/**/
.mzixun{
	width: 100%;
	padding: 0 5%;
}
.mzixun ul li{
	width: 100%;
	background-color: #eee;
	margin-top: 20px;
	/*height: 100px;*/
	overflow: hidden;
	position: relative;
}
.mzixun ul li .img{
	width: 30%;
	float: left;
}
.mzixun ul li .img img{
	width: 100%;
}
.mzixun ul li .conten{
	padding: 20px;
	width:70%;
	float: left;
}
.mzixun ul li .conten .con{
	font-size: 13px;
	color: #666;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mzixun ul li .zixuntime{
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
}

/*关于*/
.about{
	width: 100%;
	padding:5% 0; 
}
.about .con{
	padding:0 10%; 
	text-indent: 28px;
	font-size: 14px;

}

/*联系*/
.lianxibgc{
	background-color: #eee;
	padding-top: 50px;
}
.lianxi{
	padding:50px 5%; 
}
.lianxi p{
	line-height: 40px;
	text-indent: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}
/*  */
.mlianxi{
	padding:5%; 
}
.mlianxi p{
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}

/* 精品分类 */
.cjingpinbgc{
	background: #f9f9f9;
}
.cjingpin{
	padding: 5%;
	position: relative;
}
.cjingpin .fenlei{
	font-size: 14px;
   /* border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	padding: 5%;
	margin-bottom: 20px;
	/* margin-top: 45px; */
	position: relative;
	background-color: #fff;
  }
  .cjingpin .fenlei p span{
	display: inline-block;
	padding: 10px;
  }
  .cjingpin .fenlei p a{
	display: inline-block;
	padding: 5px;
	color: #777;
	margin-left: 5px;
	text-decoration: none;
  }
  .cjingpin .fenlei p a:hover{
	background-color:#000;
	color: #fff;
  }
  .cjingpin ul li{
	  margin-bottom: 30px;
  }
  .cjingpin ul li img{
	  width: 100%;
  }
.cjingpin ul li .conten{
	text-align: center;
	padding: 5px;
}
.cjingpin ul li .conten .h{
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #666;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;

}
.cjingpin ul li .conten .yuan{
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #999;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;
}
/* 手机 */
.cmjingpin{
	position: relative;
}
.cmjingpin .mfenlienav{
	transition: all .3s ease-out 0s;
  }
  .cmjingpin .nav{
	background-color: #eee;
	color: #333;
	line-height: 30px;
	position: relative;
  }
  .cmjingpin .nav span{
	margin-left: 5%;
  }
  .cmjingpin .nav i{
	background: url(../images/jiantou1.png) 0 0 no-repeat;
	background-size: cover;
	display: inline-block;
	width: 20px;
	height: 11px;
	position: absolute;
	top: 7.5px;
	right: 5%;
  }
.cmjingpin .fenlei{
	font-size: 14px;
   /* border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	padding: 5%;
	margin-bottom: 20px;
	/* margin-top: 45px; */
	position: relative;
	background-color: #fff;
	position: fixed;
    z-index: 998;
  }
  .cmjingpin .fenlei p span{
	display: inline-block;
	padding: 10px;
  }
  .cmjingpin .fenlei p a{
	display: inline-block;
	padding: 5px;
	color: #777;
	margin-left: 5px;
	text-decoration: none;
  }
  .scrollnav{
	position: fixed;
	z-index: 999;
	margin-top: 50px;
	width: 100%;
	transition: all .3s ease-out 0s;
  }
  .cmjingpin .fenlei p a:hover{
	background-color:#000;
	color: #fff;
  }
  .cmjingpin ul li{
	  margin-top: 20px;
  }
  .cmjingpin ul li img{
	  width: 100%;
  }
.cmjingpin ul li .conten{
	text-align: center;
	padding: 5px;
}
.cmjingpin ul li .conten .h{
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #666;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;

}
.cmjingpin ul li .conten .yuan{
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #999;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.cmjingpin .jingpinmore {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;

}
.cmjingpin .jingpinmore button{
	background-color: #eee;
	border: none;
	width:160px;
	height:36px;
	font-size:22px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #fff;
}