/*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;
}
.bannerbgc{
	background: url(../images/mbgc.png) 0 0 no-repeat;
	background-size: cover;
	width: 100%;
}
.bannerbgc .bannerkong{
	width: 100%;
	height: 250px;
	position: relative;
}
.bannerbgc .bannerkong .ti{
	position: absolute;
	top: 30%;
	left: 20%;	
}
.bannerbgc .bannerkong .ti p{
	font-size:14px;
	font-family:xiaowei;
	font-weight:400;
	color: #000;
}
.bannerbgc .bannerkong .ti p:nth-child(2){
	text-indent: 42px;
}
/*标题*/
.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: 400;
	color: #333;
}
.htitle .title{
	font-size: 14px;
	color: #666;
}
/*其他*/
.mhtitle{
	width: 100%;
	height: 50px;
	margin-top:50px;
	margin-bottom: 30px;
	/* text-indent: 3%; */
	padding: 0 5%;
	position: relative;
}
.mhtitle .h{
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.mhtitle .title{
	font-size: 12px;
	color: #666;
}
/*馆藏精品*/
.jingpin{
	/* padding:5%; */
	position: relative;
}
.jingpin ul li{
	margin-top: 20px;
	width: 100%;
	position: relative;
	height: 600px;
}
.jingpin ul li .bgc{
	width: 60%;
	background-color: #F2F3F7;
	height: 600px;
}
.jingpin ul li img{
	margin-top: 10px;
	width: 35%;
	float: left;
	margin-left: 30%;
	/* height: 590px; */
}
.jingpin ul li .conten{
	padding: 5px;
	width: 30%;
	float: left;
	font-size: 20px;
	margin-top: 60px;
	margin-left: 3%;
}
.jingpin ul li .conten p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 40px;
}
.jingpin ul li div .conten .title{
	font-size:30px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #333;
	margin-bottom: 10px;
}
.jingpin ul li:nth-child(2) .bgc{
	background: none;
	margin-left: 40%;
	margin-top: -200px;
}
.jingpin ul li:nth-child(3) .bgc{
	background: none;
	margin-top: -200px;
}
.jingpin ul li:nth-child(4) .bgc{
	margin-left: 40%;
}


/*其他*/
.mjingpin{
	/* padding:5%; */
	position: relative;
}
.mjingpin ul li{
	margin-top: 20px;
	width: 100%;
	position: relative;
	height: 180px;
}
.mjingpin ul li .bgc{
	width: 77%;
	background-color: #F2F3F7;
	height: 180px;
}
.mjingpin ul li img{
	margin-top: 5%;
	width: 35%;
	float: left;
	margin-left: 15%;
	height: 155px;
}
.mjingpin ul li .conten{
	padding: 5px;
	width: 40%;
	float: left;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 3%;
}
.mjingpin ul li .conten p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mjingpin ul li div .conten .title{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #333;
	margin-bottom: 10px;
}
.mjingpin ul li:nth-child(2) .bgc{
	background: none;
	margin-left: 23%;
}
.mjingpin ul li:nth-child(3) .bgc{
	background: none;
}
.mjingpin ul li:nth-child(4) .bgc{
	margin-left: 23%;
}
/*虚拟展馆*/
.zhan{
	width: 100%;
	position: relative;
	padding: 0 0 0 5%;
	padding-top: 40px;
}
.zhan .img{
	position: absolute;
	z-index: 2;
	right: 0;
	width: 52%;
	float: left;
}
.zhan .img img{
	width: 100%;
	position: absolute;
	z-index: 2;
	right: 0;
}
.zhan .title{
	width: 54%;
	height: 746px;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	float: left;
	background: #F2F3F7;
	position: relative;
}
.zhan .title .ti{
	position: absolute;
	left: 30%;
	top: 40%;
}
.zhan .title p:nth-child(2){
	text-indent: 48px;
}

/**/
.mzhan{
	width: 100%;
	position: relative;
	padding: 0 0 0 5%;
	padding-top: 20px;
}
.mzhan .img{
	position: absolute;
	z-index: 2;
	right: 0;
	width: 52%;
	float: left;
}
.mzhan .img img{
	width: 100%;
	position: absolute;
	z-index: 2;
	right: 0;
}
.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{
	width: 54%;
	height: 200px;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	float: left;
	background: #F2F3F7;
	position: relative;
}
.mzhan .title .ti{
	position: absolute;
	left: 10%;
	top: 20%;
}
.mzhan .title p:nth-child(2){
	text-indent: 24px;
}
/*活动资讯*/
.zixun{
	width: 100%;
	padding: 0 5%;
}
.zixun ul li{
	width: 45%;
	background-color: #eee;
	margin-top: 20px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 2.5%;
}
.zixun ul li .img{
	width: 30%;
	float: left;
}
.zixun ul li .img img{
	width: 100%;
	height: 150px;
}
.zixun ul li .conten{
	padding: 20px;
	width:70%;
	float: left;
}
.zixun ul li .conten .h{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	font-weight: 600;
}
.zixun ul li .conten .con{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.zixun .zixunmore{
	width: 100%;
	text-align: right;
	line-height: 60px;
	padding: 0 2.5%;
}
.zixun .zixunmore a{
	color: #ddd;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
}
.zixun .zixunmore a i{
	background: url(../images/zixunmore.png) 0 0 no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
/**/
.mzixun{
	width: 100%;
	padding: 0 5%;
}
.mzixun ul li{
	width: 100%;
	background-color: #eee;
	margin-top: 20px;
	height: 100px;
	overflow: hidden;
}
.mzixun ul li .img{
	width: 30%;
	float: left;
}
.mzixun ul li .img img{
	width: 100%;
	height: 100px;
}
.mzixun ul li .conten{
	padding: 20px;
	width:70%;
	float: left;
}
.mzixun ul li .conten .h{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	font-weight: 400;
}
.mzixun ul li .conten .con{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*关于*/
.about{
	width: 100%;
	position: relative;
	padding: 0 0 0 5%;
	padding-top: 40px;
	height: 700px;
}
.about .img{
	position: absolute;
	z-index: 2;
	width: 50%;
	bottom: 0;
}
.about .img img{
	width: 100%;
	z-index: 2;
	position: absolute;
	bottom: 0;
}
.about .title{
	width: 54%;
	height: 700px;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	background: #F2F3F7;
	position: absolute;
	right: 0;
	bottom: 0;
}
.about .title .ti{
	position: absolute;
	right: 5%;
	top: 10%;
	width: 70%;
	
}
.about .title p:nth-child(1){
	font-size:30px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #333;
	margin-bottom: 20PX;
}
.about .title p:nth-child(2){
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #333;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}
/*  */
.mabout{
	width: 100%;
	position: relative;
	padding: 0 5%;
	padding-top: 20px;
	height: 170px;
}
.mabout .img{
	position: absolute;
	z-index: 2;
	width: 50%;
	bottom: 0;
}
.mabout .img img{
	width: 100%;
	z-index: 2;
	position: absolute;
	bottom: 0;
}
.mabout .title{
	width: 54%;
	height: 170px;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	background: #F2F3F7;
	position: absolute;
	right: 5%;
	bottom: 0;
}
.mabout .title .ti{
	position: absolute;
	right: 5%;
	top: 10%;
	width: 60%;
}
.mabout .title p:nth-child(1){
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #333;
	margin-bottom: 20PX;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mabout .title p:nth-child(2){
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*联系*/
.lianxibgc{
	padding-top: 50px;
	/*padding-bottom: 50px;*/
}
.lianxi{
	padding:50px 5%; 
}
.lianxi img{
	float: left;
	width: 45%;
	margin-left: 5%;
	height: 315px;
}
.lianxi .con{
	float: left;
	width: 48%;
	margin-left: 2%;
	background-color: #F3F3F5;
	height: 315px;
	padding: 50px;
}
.lianxi p{
	line-height: 30px;
	text-indent: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}
.lianxi .con p{
	line-height: 30px;
	text-indent: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}
/*  */
.mlianxi{
	padding:5%; 
}
.mlianxi p{
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}

/* 精品分类 */

.cjingpinbgc .bgcimg{
	width: 100%;
}
.cjingpin{
	padding: 5%;
	position: relative;
}
.cjingpin .fenlei{
	font-size: 14px;
   /* border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	margin-bottom: 100px;
	/* margin-top: 45px; */
	position: relative;
  }
  .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: 50px;
	  padding: 5px;
  }
  .cjingpin ul li .img{
	width: 100%;
	height: 300px;
	background-color: #F6F3F7;
	position: relative;
}
  .cjingpin ul li img{
	  width: 30%;
	  height: 70%;
	  position: absolute;
	  left: 50%;
	  margin-left: -15%;
	  top: 50%;
	  margin-top: -18%;
	  vertical-align: middle;
  }
.cjingpin ul li .conten{
	text-align: center;
	padding: 5px;
}
.cjingpin ul li .conten .h{
	font-size:28px;
	line-height: 60px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;

}
.cjingpin ul li .conten .yuan{
	font-size:18px;
	line-height: 40px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color: #666;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;
}
/* 手机 */
.cmjingpin{
	position: relative;
}
.cmjingpin .bgcimg{
	width: 100%;
}
.cmjingpin .fenlei{
	overflow-y: scroll;
	position: relative;
	background-color: #fff;
	z-index: 998;
	width: 20%;
	float: left;
	height: 600px;
  }
  .cmjingpin .fenlei p a{
	display: inline-block;
	padding: 5px;
	color: #777;
	text-decoration: none;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	background-color: #F6F3F7;
  }
  .cmjingpin .fenlei p a:nth-child(1){
	display: inline-block;
	padding: 5px;
	color: #444;
	text-decoration: none;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
  }
  .cmjingpin .fenlei p a:hover{
	background-color:#000;
	color: #fff;
  }
  .cmjingpin ul{
	  width: 80%;
	  float: left;
  }
  .cmjingpin ul li{
	  margin-top: 20px;
  }
  .cmjingpin ul li .img{
	width: 100%;
	height: 80px;
	background-color: #F6F3F7;
	position: relative;
}
  .cmjingpin ul li img{
	  width: 30%;
	  height: 70%;
	  position: absolute;
	  left: 50%;
	  margin-left: -15%;
	  top: 50%;
	  margin-top: -18%;
  }
.cmjingpin ul li .conten{
	text-align: center;
	padding: 5px;
}
.cmjingpin ul li .conten .h{
	font-size:12px;
	line-height: 12px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;

}
