@charset "utf-8";

.over {
	overflow: hidden;
	text-align: center;
}

.bg {
	background-color: #f2f2f2;
	text-align: center;
}
/*顶部*/
.top {
	height: 36px;
	background-color: #003f81;
}

.box {
	width: 1170px;
	margin: 0 auto;
}

.top img {
	float: left;
	margin-top: 4px;
}

.top .lf {
	font-size: 14px;
	color: white;
	float: left;
	line-height: 36px;
	margin-left: 10px;
}

.top .rt {
	font-size: 14px;
	color: white;
	float: right;
	line-height: 36px;
	margin-right: 10px;
}

.rt a {
	color: white;
}

.bner {
	background-image: url(../images/bner.jpg);
	height: 164px;
	background-repeat: no-repeat;
}

.box {
	position: relative;
}

.bner .box img {
	margin-left: 10px;
	width: 450px;
	height: 40px;
}

.bner .box .cz {
	width: 90px;
	height: 30px;
	background-color: white;
	opacity: 0.9;
	position: absolute;
	top: 134px;
	right: 110px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #003f81;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	border-radius: 10px 10px 0 0;
}

.cz span {
	font-size: 20px;
}

.bner .box .gz {
	width: 90px;
	height: 30px;
	background-color: white;
	opacity: 0.6;
	position: absolute;
	top: 134px;
	right: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #003f81;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	border-radius: 10px 10px 0 0;
}

.gz span {
	font-size: 20px;
}