.dragGallery{
	width:1348px;
	height:680px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	margin:0 auto
}
.dragGallery-grid{
	width:3780px;
	height:680px;
	perspective:1000px;
}
.dragGallery-grid div.gridItem{
	width:420px;
	height:680px;
	float:left;
	transform-style:preserve-3d;
}
 div.gridItem .gridSubItem{
	width:420px;
	height:340px;
	overflow:hidden;
	position:relative;
	transition:.5s;
 }
 div.gridItem .gridSubItem div.text{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
 }
 .dragControls{
	width:100%;
	height:4px;
	border-radius:10px;
	background:#eee;
	position:absolute;
	left:0;
	bottom:0
 }
 .dragControls .drag{
	width:319px;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	border-radius:10px;
	background:#a0a0a0;
	transform:translate(0px);
	z-index:10;
 }
 .dragControls .drag-track{
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	top:50%;
	background:url("/Public/Home/default/images/icon/bg-dragtrack.png") repeat-x;
	z-index:1;
 }
 .dragControls .drag-prev,.dragControls .drag-next{
	width:40px;
	height:40px;
	background:#9f3 url("/Public/Home/default/images/icon/gui-ico.png") no-repeat;
	position:absolute;
	top:50%;
	margin-top:-20px;
	z-index:2;
 }
 .dragControls .drag-prev{
	left:0;
	background-position:0 -50px;
 }
 .dragControls .drag-next{
	right:0;
	background-position:-40px -50px;

 }
 
 
*{padding:0;margin:0;list-style: none;font-family: "微软雅黑";}
.dragGallery{width:1348px;height:540px;margin:0 auto;overflow: hidden;}
.dragGallery .move_box{position:relative;overflow:hidden;}
.dragGallery .box{background: #f3f3f3;height:496px;width:295px;float:left;border-radius: 5px;padding:12px;margin:0 9px}
.dragGallery .box:hover{ background:#ddd;}
.dragGallery .cont{height:494px;width:293px;text-align: center;}
.dragGallery .cont img{display: block;margin:0 auto;padding-top:10px}
.dragGallery .cont .p01{font-size:24px;/*line-height:62px;*/ padding:25px 0 4px;}
.dragGallery .cont .p02{ font-size:14px; color:#666; padding-bottom:15px;}
.dragGallery .cont .link{width:20px;margin:0 auto;height:2px;background:#999999;margin-bottom:15px;}
.dragGallery .p02{font-size: 14px;color:#555555;line-height: 30px;}
.dragGallery .span02{font-size:14px;color:#555}
.dragGallery .more{width:75px;margin:20px auto;overflow: hidden;}
.dragGallery .more>*{float:left}
.dragGallery .more span{padding-top:9px;padding-left:10px;}
.scroll_link{height:4px;background: #f2f2f2;margin-top:15px;}
.scroll_link .m_box{width:1348px;margin:0 auto}
.scroll_link .slide_link{width:319px;background:#a0a0a0;height:4px;position:relative;left:0}
/*end section */