@charset "UTF-8";

@media (max-width: 565px){
	body{
		margin: 0 auto;
		background-color:aliceblue;
	}
	.nav{
		height:50px;
		background-color: blue;
		
	}
	.img-header{
		height: 40px;
		
	}
	p.ordinary-para{
		text-indent: 2em;
		font-family:"宋体",Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		line-height: 1.5em;
		font-size:14px;
		margin-left:50px;
		margin-top:10px;
		margin-right: 50px;
	}
	.title1 {
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size:30px;
		text-align: center;
		margin-top: 20px;
	}
	.nav ul{
		list-style:none;
		font-size:14px;
		color:#fff;
	}
	.nav ul li{
		float:left;
		width:80px;
		/*text-align:center;*/
	}
	.nav ul li a{
		color:#fff;
		text-decoration:none;
	}
	.nav ul li a:hover{
		text-decoration:underline;
		color:#fba;
	}
	.nav ul li a img{
		line-height: 100px;
		text-align: center;
	}
}
