.index-banner{
	width: 100%;
    height: 100vh;
}
#about,
#album,
#news{
	background: #fff;
}
#about{
	overflow:hidden;
	height:830px;
	padding-top: 80px;
}
#about #control{
	position:relative;
}
#about .txtbox{
	position: absolute;
    left: 0;
	top: 0;
	width: 458px;
	z-index: 9;
}
#about .txtbox >img{
	width:351px;
	height:350px;
}
#about .txtbox .imgtxt{
	text-align: right;
	padding: 39px 0;	
}
#about .txtbox .txt{
	color:#6e6e6e;
	font-size:14px;
	text-align: right;
    margin-right: 100px;
}
#about .bgabout{
	position: absolute;
    right: 0;
    top: 0;
	width: 759px;
	height: 775px;    
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
#album li{
	overflow:hidden;
}
#album li .view{
	float:left;
	width:758px;
	height:372px;
	background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
#album li .view a{
    display: block;
    width: 100%;
    height: 100%;	
}
#album li .booktxt{
	float:right;
	width:358px;
	height:360px;
}
#album li .booktxt h2,
#album li .booktxt p{
    text-align: right;
	color:#6e6e6e;	
	font-size:14px;
	margin: 50px 0 10px;
}
#album li .booktxt h2{
	font-size:15px;
	margin: 0px 0 20px;
	font-weight:normal;
}
#album li .booktxt h2 a{
	color:#6e6e6e;	
}
#news .newsWrap li{
	width:47%;
}
#news .newsWrap li:nth-child(odd){
	float: left;
}
#news .newsWrap li:nth-child(even){
	float: right;
}
#news .newsWrap li .newsimg{
	width:100%;
}
#news .newsWrap li .newsimg a{
	background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 345px;
    background-position: 50%;
}
#news .newsWrap li .detail{
	overflow: hidden;
	margin-top: 50px;
	color:#6e6e6e;
	position: relative;
    margin-top: -40px;
}
#news .newsWrap li .detail .newstitle{
	float:left;
	min-width: 160px;
}
#news .newsWrap li .detail .newstitle h3{
	font-size:18px;
	font-weight:normal;
	min-height: 54px;
	margin-top:70px;
	margin-bottom: 15px;
	width: 90%;
}
#news .newsWrap li .detail .newstitle h3 a{
	color:#6e6e6e;	
}
#news .newsWrap li .detail .newstitle .more a{
	color: #000;
    padding: 15px 20px;
    border: 1px solid #a0a0a0;
	font-size:14px;
}
#news .newsWrap li .detail .date{
	float:right;
	background-image:url(/images/10/img-news.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-top: 100px;
	padding-left: 30px;
}
#news .newsWrap li .detail .date p:first-child{
	font-size:72px;
	line-height:100%;
	margin-bottom: 0;
}
#news .newsWrap li .detail .date span{
	display:block;
	background:#6e6e6e;
	width:20px;
	height:2px;
	margin:20px 0;
}
#indexlgog{
	position: absolute;
    z-index: 99;
    top: 35%;
    left: 43%;	
}
#indexlgog a{
 	display: block;
    border: 20px solid #fff;
    padding: 60px 40px;
	position:relative;
}
#indexlgog a:after{
	position: absolute;
    content: '';
    background-image: url(/images/10/bannerfix.png);
    background-repeat: no-repeat;
    width: 111px;
    height: 11px;
    bottom: 20px;
}
#indexlgog a img{
 	width:135px;
	height:72px;
}
@media screen and (max-width: 1200px) {
	#about .bgabout{
	    width: 560px;
	}
	#album li .view{
		width: 550px;
	}
}
@media screen and (max-width: 980px) {
	#about .txtbox{
	    width: 400px;
	}
	#about .bgabout{
		width: 410px;	
	}
	#album li .view,
	#album li .booktxt{
		width:49%;
	}
	#news .newsWrap li .detail .newstitle{
		width:60%;
	}
	#news .newsWrap li .detail .date{
		width:30%;
		padding-left: 0;	
	}
	#news .newsWrap li .detail .date p:first-child{
	    font-size: 40px;	
	}
	#indexlgog{
		top: 30%;
		left: 38%;
	}
}
@media screen and (max-width: 798px) {
	#about .txtbox{
		width:50%;
	}
	#about .txtbox >img,
	#about .txtbox .imgtxt >img,
	#album li .view, 
	#album li .booktxt,
	#news .newsWrap li{
		width:100%;
		text-align: right;
	}
	#about .bgabout{
		width:57%;
		margin-top: 100px;
	}
	#about .txtbox .txt{
		margin-right: 50px;
	}
	#album li .booktxt{
		margin-top:50px;
		height:auto;
	}
	#news .newsWrap li{
		margin-bottom:30px;
	}
}
@media screen and (max-width: 660px) {
	#about{
	    height: 790px;	
	}
	#about .txtbox >img{
		height:auto;
	}
	#about .bgabout{
		height:500px;
	}
	#album li .view{
		height: 280px;
	}
	#indexlgog{
		left: 30%;
	}
}
@media screen and (max-width: 500px) {
	#about{
	    height: 610px;	
	}
	#about .txtbox >img{
		display:none;
	}
	#about .bgabout{
		margin-top:0;
	}
	#indexlgog{
		left: 23%;
	}
	#indexlgog a{
	    padding: 50px 30px;	
	}
	#indexlgog a:after{
	    right: -50px;	
	}
	#news .newsWrap li .detail .date p:first-child{
	    font-size: 30px;	
	}
}
@media screen and (max-width: 370px) {
	#album li .booktxt img{
		max-width:90%;
	}
	#news .newsWrap li .detail .newstitle,
	#news .newsWrap li .detail .date,
	#news .newsWrap li .detail .date span{
		width:100%;
	}
	#news .newsWrap li .detail .date{
		padding-top: 20px;
		background-image: none;
	}
	#news .newsWrap li .newsimg a{
		height: 200px;
	}
	#indexlgog{
		left: 15%;
	}
	#indexlgog a:after{
		display:none;
	}
	#about .txtbox .txt{
		margin-right: 40px;	
	}
	#news .newsWrap li .detail .date{
		width:40%;
	}
	#news .newsWrap li .detail .date p{
		text-align:right;
	}
}