	* {
		margin: 0;
		padding: 0;
	}
	
	ul,
	ol li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	a {
		text-decoration: none;
		color: #333;
	}
    img {
		border: none;
		display: block;
	}
	
	body {
		font-family: "\5FAE\8F6F\96C5\9ED1", tahoma, arial, "\u5b8b\u4f53", sans-serif, Microsoft YaHei !important;
	}
	/*==============================================*/
	.twoImg a{
		padding: 0;
	}
	/*.twoImg a img{
		position: absolute;
	}*/
	.firstImg div a{
		padding: 0;
	}
	#lestLb{
		width: auto;
		height: auto;
		display: flex;
	    justify-content: center;
	    align-items: center;	
	}
	#lestLb,#rightLb{
		width: auto;
		height: auto;
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	#lestLb span,#rightLb span{
		display: block;
	}
	#lestLb i,#rightLb i{
		font-size: .55rem;
	}
	.newsTitle,
	.activityTitle,
	.aboutContent {
		word-wrap: break-word;
		color: #8C8C8C;
		font-size:.18rem;
		display: inline-block;
		/*min-height: 25%;
		line-height: 25%;*/
	}
	.NewsOverLayBg,
	.ActivityOverLayBg,
	.TecOverLayBg,
	.pianoOverLayBg,
	.pianoSerOverLayBg,
	.serviceOverLayBg{
		margin-left: 12%;
		width: 75%;
		min-height: 25%;
		position: absolute;
		bottom: 0px;
		background-color: rgba(255, 255, 255, 0.9);
		display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
