@charset "UTF-8";

nav {
	width: 100%;
	display: none;
	background-color: #000;
	position: relative;
	position: fixed;
	top: 0;
	z-index: 1000;
}
nav .container{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
nav::after {
content:'';
display:block;
clear:both;
}
.title {
font-size:24px;
color:#666;
padding:8px 0;
float:left;	
}
nav .container .header .logo {
	height: 45px;
}
nav .container .header .tel{
	width: 400px;
	float: right;
	margin-right: 25px;
}
nav .container .header .link{
	width: 650px;
	float: right;
	color: #FFFFFF;
}
nav .container .header .link li a{
	color: #fff;
}


nav .container .header .link li a:hover{
	color: #D2E17E;
}
h1 {
font-size:60px;
margin-top:50px;
font-weight:100;
}
.content {
font-size:32px;
}
p {
}
@media only screen and (max-width:1024px){
nav .container{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}	
	
	}