@charset "UTF-8";

@media (max-width : 2880px){
	body{
		margin: 0 auto;
		background-color:aliceblue;
	}
	p.ordinary-para{
		text-indent: 2em;
		font-family:"宋体",Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		line-height: 2em;
		font-size:18px;
		margin-left:80px;
		margin-top:20px;
		margin-right: 80px;
	}
	.title1 {
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size:40px;
		text-align: center;
		margin-top: 40px;
	}
	.nav{
		height:100px;
		background-color: blue;
	}
	.img-header{
		height: 80px;
	}
	.nav ul{
		list-style:none;
		font-size:18px;
		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;
	}
	

}
