

/* CSS Document */



/*网站字体颜色*/


.content,
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	font-family: microsoft yahei;
}


/*页眉*/


/*htop*/

.htop {
	background: #f2f7fa;
}

.htop .container {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
}

.htop em {
	float: left;
}

.htop span {
	float: right;
}

.htop span a {
	display: inline-block;
	padding: 0 9px;
	background: url(../image/topline.png) no-repeat right center;
}

.htop span .noBl {
	background: none;
	padding-right: 0;
}


/*hcont*/

.hcont {
	padding-bottom: 10px;
}

.hcont .dlogo {
	overflow: hidden;
	float: left;
	margin-top: 10px;
}

.hcont .dlogo dt {
	float: left;
}

.hcont .dlogo dt img {
	display: block;
}

.hcont .dlogo dd {
	margin-top: 2px;
	text-align: center;
	float: left;
	margin-left:60px;
}

.hcont .dlogo dd h2 {
	font-size: 20px;
	color: #125fa8;
	line-height: 20px;
}

.hcont .dlogo dd p {
	font-size: 20px;
	color: #333;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hcont .dphone {
	float: right;
}

.hcont .dphone dt {
	color: #0060aa;
	line-height: 31px;
	font-size: 26px;
	padding-right: 40px;
	background: url(../image/phone.png) no-repeat right center;
	text-align: right;
}

.hcont .dphone dd {
	text-align: right;
	font-size: 0;
	margin-top: 10px;
}

.hcont .dphone dd span {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	background: url(../image/yuan.png) no-repeat center;
	width: 64px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-left: 5px;
}


/*navMain*/
