@charset "utf-8";
/* CSS Document */


.top1 .part {
	height: 115px;
	width: 1230px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.top1 .part .part1 {
	display: block;
	float: left;
	height: 100px;
	width: 326px;
}
.top1 .part .part2 {
	font-size: 19px;
	display: block;
	float: right;
	height: 100px;
	width: auto;
}
.top1 .part .part2 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 100px;
	width: 140px;
	padding-top: 40px;
	font-weight: bold;
	text-align: center;
}

.top1 .part .part2 a:hover {
	color: #b4bcc2;
}
