@charset "utf-8";
/* CSS Document */
.S {
	height: 130px;
	padding: 0px;
	background-image: url(../images/bg_1_01.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
}

.S .head_1 .part_1 {
	display: block;
	float: left;
	height: 130px;
	width: auto;
}
.S .head_1 .part_2 {
	display: block;
	float: right;
	height: 100px;
	width: auto;
	font-size: 19px;
}
.S .head_1 .part_2 a {
	display: block;
	float: left;
	height: 100px;
	width: 140px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 35px;
	font-weight: bold;
	text-align: center;
}
.S .head_1 .part_2 a:hover {
	color: #b4bcc2;
	text-decoration: none;
}
.S .head_1 {
	height: 100px;
	overflow: hidden;
	font-family: "微软雅黑";
	margin-right: auto;
	margin-left: auto;
	width: 1230px;
}
body {
	margin: 0px;
}

