*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
body{
	background-color: #FAFAFA;
}
a{
	text-decoration: none;
	color: inherit;
}

#content-wrapper{
	position: relative;
	width: 100%;
	text-align: center;
}
#main-bgpic{
	width: 100%;
	height: 480px;
	background: url("IMG20160209234316_降噪压缩.jpg");
	/*max-height: 100%;*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#backgroundfade{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 480px;
	background: linear-gradient(180deg,rgba(250,250,250,0.8),rgba(250,250,250,1));
}
h1{
	position: absolute;
	top: 30%;
	left: 10%;
	font-size: 40px;
	font-weight: normal;
	color: black;
	text-shadow: 0 -2px 1px white;
}
.filter-text{
	position: absolute;
	left: 10%;
	font-size: 26px;
}
.filter-box{
	position: absolute;
	left: calc(11% + 140px);
	right: 10%;
	height: 32px;
	border: royalblue 1px solid;
	border-radius: 12px;
	display: flex;
	justify-content: space-around;
	overflow: hidden; 
}
.filter-content{
	font-size: 18px;
	line-height: 32px;
	background: royalblue;
	color: white;
	cursor: pointer;
}
.filter-content1{
	width: calc(100% / 7 - 1px);
}
.filter-content2{
	width: calc(100% / 11 - 1px);
}
.filter-content3{
	width: calc(100% / 4 - 1px);
}

.itemblocks{
	display: inline-block;
	position: relative;
	width: calc(90% + 20px);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: white;
	font-size: 0;
}
.filtyear{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 64px;
	padding: 32px 0;
}
#h2-lline{
	position: absolute;
	top: 50%;
	left: 15%;
	right: 60%;
	height: 1px;
	background: linear-gradient(90deg,rgba(37,56,60,0),rgba(37,56,60,1));
}
#h2-rline{
	position: absolute;
	top: 50%;
	right: 15%;
	left: 60%;
	height: 1px;
	background: linear-gradient(270deg,rgba(37,56,60,0),rgba(37,56,60,1));
}
h2{
	position: absolute;
	left: 0;
	right: 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 64px;
	color: darkslategray;
}
.itemblock{
	display: inline-block;
	position: relative;
	width: 100%;
	color: black;
}
.itemblock:hover{
	background: #eee;
	box-shadow: 2px 2px 2px rgba(16,16,16,0.2);
}

.filtforbid:hover{
	/*background: none;*/
	cursor: no-drop;
}
.filtforbid:active{
	background: #eee !important;
}
.itemblock .hline{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 2px;
	height: 100%;
	background: slategray;
}
.worksname{
	overflow: auto;
	text-align: left;
}

.filtbig{
	height: 80px;
}
.filtbig .date{
	position: absolute;
	display: block;
	right: calc(50% + 28px);
	font-size: 24px;
	line-height: 80px;
}
.filtbig .worksname{
	position: absolute;
	display: block;
	left: calc(50% + 28px);
	font-size: 36px;
	line-height: 80px;
	height: 80px;
}
.filtbig .dot{
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: slategray;
	border: white 2px solid;
	border-radius: 30px;
	box-shadow: 0 2px 2px rgba(16,16,16,0.4);	
}

.filtmiddle{
	height: 58px;
}
.filtmiddle .date{
	position: absolute;
	display: block;
	right: calc(50% + 28px);
	font-size: 18px;
	line-height: 58px;
}
.filtmiddle .worksname{
	position: absolute;
	display: block;
	left: calc(50% + 28px);
	font-size: 24px;
	line-height: 58px;
	height: 58px;
}
.filtmiddle .dot{
	position: absolute;
	left: 0;
	right: 0;
	top: 21px;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	background: slategray;
	border: white 1.5px solid;
	border-radius: 16px;
	box-shadow: 0 1.5px 1.5px rgba(16,16,16,0.4);	
}

.filtsmall{
	height: 40px;
}
.filtsmall .date{
	position: absolute;
	display: block;
	right: calc(50% + 28px);
	font-size: 16px;
	line-height: 40px;
}
.filtsmall .worksname{
	position: absolute;
	display: block;
	left: calc(50% + 28px);
	font-size: 16px;
	line-height: 40px;
	height: 40px;
}
.filtsmall .dot{
	position: absolute;
	left: 0;
	right: 0;
	top: 16px;
	margin: 0 auto;
	width: 8px;
	height: 8px;
	background: slategray;
	/*border: white 2px solid;*/
	border-radius: 8px;
	/*box-shadow: 0 2px 2px rgba(16,16,16,0.4);*/	
}

.filtparacraft{
	color: #2967cc;
}
.filtparacraft:active{
	background: rgba(204,224,255,1);
}
.filtparacraft .dot, .filtparacraft .hline{
	background-color: #2967cc;
}

.filtvideo{
	color: #a329cc;
}
.filtvideo:active{
	background: rgba(242,204,255,1);
}
.filtvideo .dot, .filtvideo .hline{
	background-color: #a329cc;
}

.filtphotograph{
	color: #29abcc;
}
.filtphotograph:active{
	background: rgba(204,245,255,1);
}
.filtphotograph .dot, .filtphotograph .hline{
	background-color: #29abcc;
}

.filtprogram{
	color: #1f991f;
}
.filtprogram:active{
	background: rgba(204,255,204,1);
}
.filtprogram .dot, .filtprogram .hline{
	background-color: #1f991f;
}

.filtflash{
	color: #cc2929;
}
.filtflash:active{
	background: rgba(255,204,204,1);
}
.filtflash .dot, .filtflash .hline{
	background-color: #cc2929;
}

.filtpresentation{
	color: #b7472a;
}
.filtpresentation:active{
	background: rgba(255,214,204,1);
}
.filtpresentation .dot, .filtpresentation .hline{
	background-color: #b7472a;
}

.filtother{
	color: slategray;
}
.filtother:active{
	background: rgba(229,241,255,1);
}
.filtother .dot, .filtother .hline{
	background-color: slategray;
}
