* {
	margin: 0;
	padding: 0;
}

.year .year-top{
			position: fixed;
			top: 0;
			z-index: 97;
			width: 100%;
			height: 160px;
			background: url(../images/background-top.jpg);
		}
		.year .year-top .year-top-img{
			
    		position: relative;
   			 z-index: 98;
			width: 1200px;
			height: 100px;
			padding-top:60px;
			margin: 0 auto;
			background: url(../images/horizontalbatch.jpg)no-repeat center center;
		}
		.year .year-left{
			position: absolute;
			left: 20px;
			top: 260px;
			width:146px;
			height:732px;
			
		}
		.year .year-left img,.year .year-right img{
			width:146px;
			height:732px;
		}
		.year .year-right{
			position: absolute;
			right: 20px;
			top: 260px;
			width:146px;
			height:732px;
			
		}
		.year .year-right .year-bt{
			position: absolute;
    		top: -31px;
   	 		font-size: 22px;
    		color: red;
    		border: none;
    		cursor: pointer;
    		padding-left:100px;
    		background: none;
    		border:none;
		}
