@media screen and (min-width:1199px) and (max-width:3000px) {
	body{
		overflow-x: hidden;
	}
}
@media screen and (min-width:320px) and (max-width:1919px) {
	.inAbout .links {
		display: none;
	}
	.display .links {
		display: none;
	}
}
@media screen and (min-width:320px) and (max-width:1200px) {
	.header .nav ul li a  {
		margin: 0 10px ;
		padding: 0 5px;
	}

	.about2-index .boxs {
		width: 800px;
	}

	.about-index .list ul li {
		width: 680px;
	}
	.about2 .imgs {
		display: none ;
	}

	.cuture .imgs {
		display: none;
	}
	
	.banner-fixed {
		width: 1000px;
		margin-left: -500px;
	}
	
}
@font-face{
     font-family: 'syst'; 
     src:url('../font/syst.otf') format('truetype');
}