@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
images {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
}




.header {
	background-color: #CFF;
	height: 350px;
	padding-top: 10px;
	padding-left: 30px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	position: fixed;
	width: 100%;
	margin-top: -500px;
	background-image: url(../images/tu1_r2_c1.png);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
}
.header ul {
	margin-top: 6px;
	height: 30px;
}
.header ul li {
	background-color: #06F;
	height: 25px;
	width: 90px;
	margin-right: 6px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
.header ul .l1 {
	width: 130px;
}
.header ul li a {
	color: #FFF;
	text-decoration: none;
}
.header ul li a:hover {
	color: #F0F;
}

yj {
	background-color: #06F;
	height: 60px;
	width: 100%;
	position: relative;
	visibility: visible;
	clear: left;
	float: left;
}
