*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font-size:12px;font-family:Arial, Helvetica, sans-serif;text-align:center;background:#fff url('img/bg.png') repeat-x top;}
a{color:#333;text-decoration:none;}
/* mybox */
.mybox{
	width:1200px;
	margin:0 auto;
	position: relative;
}

.photo_nav{
	line-height:40px;
	margin-left:40px;
	margin-right:32px;
	text-align:right;
	padding-top:6px;
}
.photo_nav a{padding:0 5px;}
.photo_nav a.cur{color:#000;font-weight:bold;}
.photo_area{
	width:1010px;
	padding:0 95px;
	background:#FFF;
	height:365px;
	overflow:hidden;
	position: relative;
}
.photo_area .l{
	position: absolute;
	width:63px;
	color:#FFF;
	left:5px;
	top:190px;
}
.photo_area .m{
	position: absolute;
	background-color: #fffff;
	left:95px;
	top:0px;
	float:left;
	width:1010px;
	height:365px;
	z-index: 2;
}
.photo_area .m>div{
	display: none;
	vertical-align:middle;
	text-align:center;
	width:1010px;
	height:365px;
	overflow:hidden;
}
.photo_area .m>div a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.photo_area .m>div a .leftimg{
	width: 270px;
	height: 360px;
}
.photo_area .m div a .leftimg>img{
	width: 270px;
	height: 360px;
}
.photo_area .m div a .textright{
	width: 700px;
	margin-left: 40px;
	height: 360px;
	text-align: left;
}
.photo_area .m div a .textright>h3{
	margin-top: 85px;
	height: 50px;
	line-height: 50px;
}
.photo_area .m div a .textright>h3 span{
	float: left;
	padding:0 30px;
	color: #fff;
	font-size: 30px;
	height: 50px;
	font-weight: 600;
	line-height: 50px;
	border-radius: 5px;
	background-color: #E14946;
}
.photo_area .m div a .textright>h4{
	margin-top: 10px;
	font-size: 24px;
	color:#333;
	height: 34px;
	line-height: 34px;
}
.photo_area .m div a .textright .tags{
	margin-top: 10px;
}
.photo_area .m div a .textright .tags>p{
	font-size: 16px;
	color:#666;
	height: 26px;
	line-height: 26px;
}
.photo_area .r{
	/* float:right;
	color:#FFF;
	margin-top:190px;
	margin-right:5px; */
	position: absolute;
	width:63px;
	color:#FFF;
	right:5px;
	top:190px;
}
.photo_ctrl{
	width:1010px;
	text-align:center;
	float:left;
	background-color:#fff;
	height:210px;
	padding:30px 95px;
}	
.photo_ctrl .m{
	width:1010px;
	height:210px;
}
.photo_ctrl ul{
	width:1010px;
	overflow: hidden;
}
.photo_ctrl li{
	float:left;
	margin-right: 12px;
}
.photo_ctrl li a{
	float:left;
	position: relative;
	width: 156px;
	height: 208px;
	border: 1px solid transparent;
	border-radius: 5px;
}
.photo_ctrl li:last-child{
	margin-right:0px;
}
.photo_ctrl.clear ul li a img{
	border:0px;
	width: 156px;
	height: 208px;

}
.photo_ctrl.clear ul a span{
	position:absolute;
	margin-left:0px;
	width: 156px;
	height: 208px;
  left:0;
	filter:alpha(opacity=50);
	_moz-opacity:0.5;
	opacity:0.5;
	background-color:#000;
	z-index:111;
}
.photo_ctrl.clear ul a .nomask{
	position:absolute;
	margin-left:0px;
  left:0;
	width: 156px;
	height: 208px;
	filter:alpha(opacity=0);
	_moz-opacity:0.0;
	opacity:0.0;
	background-color:#000;
	z-index:5000;
}


