@charset "utf-8";
/* 首页 */
.imglist { width:100%;  margin:20px 0 65px 0;}
#viewImg {
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#676666',Direction=135, Strength=12);/*for ie6,7,8*/  
    background-color: #676666; 
	-moz-box-shadow:5px 5px 15px #676666;
	-webkit-box-shadow:5px 5px 15px #676666;
	box-shadow:5px 5px 15px #676666;}
#loader { position:absolute; top:40%; left:48%; width:40px;}
/* index2 */
.slider-wrapper {
	width: 75%;
	margin: 10px auto 0 auto;
}

	
/* 作品 */
.cat_ft { width:100%; text-align:center; }
	.cat_ft ul { padding-left:40px;}
	.cat_ft ul li { display:inline-table; margin-right:40px; font-size:14px; padding-top:15px;}
		.cat_ft ul li a:link ,.cat_ft ul li a:visited { color:#acacac; transition: all 0.3s ease-in-out 0s;}
		.cat_ft ul li a:hover ,.cat_ft ul li a:active { color:#000; transition: all 0.3s ease-in-out 0s;}
		.cat_ft ul li.on a { color:#000;}

.cat_img { width:1000px; text-align:center; margin-top:10px; overflow:hidden;}
	.cat_imgbox { width:1000px; }
		.cat_img img {
			width:1000px;
			-moz-border-radius: 15px;      /* Gecko browsers */
			-webkit-border-radius: 15px;   /* Webkit browsers */
			border-radius:15px;}
		.fd_box{ overflow:hidden; position:relative;}
			.fd_box .mask{ position:absolute; left:0;top:0; width:100%; height:99%; background-color:#000; opacity:0.5;filter:alpha(opacity=50); transition:opacity 1.2s ease 0s; border-radius:15px;}
			.fd_box .wz { position:absolute; left:49%; top:50%; font-family:"宋体"; font-size:24px; font-weight:100; color: #FFF;  opacity:1;filter:alpha(opacity=100); transition:opacity 1.2s ease 0s;}
			.fd_box:hover .mask ,.fd_box:hover .wz{ opacity:0; filter:alpha(opacity=0); }
		
.cat_foot { position:relative; top:80px;}

/* list */
.list_img { width:1100px; overflow:hidden; visibility:hidden;}
	.list_img dl { width:1100px; height:160px; overflow:hidden; margin-top:15px;}
		.list_img dt { width:175px; height:160px; line-height:160px; float:left;}
			.list_img dt h2 { font-size:18px; font-weight:400; filter:shadow(Color=#cccccc,Direction=135,Strength=4); text-shadow: 3px 3px 5px #ccc;}
			.list_img dt a { color:#6a6969;}
		.list_img dd { width:925px; height:160px; float:left; overflow:hidden;}
			.list_img dd img { float:left; margin-right:10px; margin-bottom:10px; height:153px;
				border:1px solid #ccc;
				filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666',Direction=135, Strength=5);/*for ie6,7,8*/  
				background-color: #666; 
				-moz-box-shadow:2px 2px 5px #666;
				-webkit-box-shadow:2px 2px 5px #666;
				box-shadow:2px 2px 5px #666;
			}
/* list_all */
.show_img { width:1200px; margin-top:25px; overflow:hidden; visibility:hidden;}
	.lf_nav { width:135px; float:left; text-align:center;}
		.lf_nav ul li { padding-bottom:12px; font-size:14px;}
		.lf_nav ul li a:link ,.lf_nav ul li a:visited { color:#acacac; transition: all 0.3s ease-in-out 0s;}
		.lf_nav ul li a:hover ,.lf_nav ul li a:active { color:#000; transition: all 0.3s ease-in-out 0s;}
		.lf_nav ul li.on a { color:#000;}
	.rt_cont { width:1008px; float:left; margin-left:25px; visibility:hidden;}
		.rt_cont .img_box { width:1008px; overflow:hidden; text-align:left;}
			.rt_cont .img_box img { width:995px;
				border:1px solid #bababa;
				filter: progid:DXImageTransform.Microsoft.Shadow(color='#303030',Direction=135, Strength=5);/*for ie6,7,8*/  
				background-color: #303030; 
				-moz-box-shadow:3px 3px 5px #303030;
				-webkit-box-shadow:3px 3px 5px #303030;
				box-shadow:3px 3px 10px #303030;}
			.rt_cont .img_box h2 { min-height:40px; line-height:25px; font-size:14px; font-weight:400; color:#3e3e3e; padding:15px 0; text-align:center;}
			
/* 关于我 */
.pg_about { width:780px; margin-top:85px; overflow:hidden;}	
	.pg_about dt { width:240px; height:265px; float:left;}
	.pg_about dd { width:510px; height:265px; overflow:hidden; float:right; text-align:left;}
		.pg_about dd h1 { font-size:24px; font-weight:100; color:#030303; height:30px; line-height:30px; padding:10px 0 30px 0;}
		.pg_about dd p { font-size:14px; font-weight:100px; color:#706e6e; line-height:25px;}
	
	