@CHARSET "UTF-8";
/* 朱文强 */
.ttnav ul li{
	float:left;
	margin-left:20px;
	list-style-type:none;
}
.topp{
	height: 300px;
	width: '100%';
	background: #319597;
	z-index: 10;
	}
.head{
	margin: 0 auto;
	height: 80px; 
	width: 980px;
	}
.contan{
	z-index: 20;
	position: fixed;
	height:80px;
	width: 980px;
    background-color: #6EC044;
    box-shadow:0 0 1px gray;
    border-radius:0 0 7px 7px;
	}
.ttnav{
	margin-top:25px;
	margin-left:75px;

}

.ttnav ul li a{
	font-size:15px;
	color:green;
	font-family:"微软雅黑";
	font-weight:bold;
	letter-spacing:2px;
}

.ttnav ul li a:hover{
	color:#EBEBEB;
}
/* .ttnav ul li a:visited{
	color:#EBEBEB;
} */


.foot a {
	color: white;
	font-size: 14px;
}

.foot a:hover {
	color: yellow;
}

a {
	text-decoration: none;
}
body{
	margin:0;
	padding:0;
}
#top{
	background-repeat:no-repeat;
	/* background-size:auto; */	
	-moz-background-size:100% 100%; 
	background-size:100% 100%; 	/* 背景图片拉伸 */
	text-align:center;
}