@charset "utf-8";
/* CSS Document */
#banner { position: relative; width: 1004px; height: 120px; overflow: hidden; }
#banner_list img { border: 0px; }

#banner_info { position: absolute; bottom: 0; left: 5px; height: 22px; color: #fff; z-index: 1001; cursor: pointer }


#banner ul { position: absolute; list-style-type: none; filter: Alpha(Opacity=50); opacity: 0.5; z-index: 1002; margin: 0; padding: 0; bottom: 5px; right: 5px; }

#banner ul li { width:16px;height:16px; line-height:16px;float: left; display: block; color: #FFF; background: #999; cursor: pointer; border-radius: 10px; font-size: 12px; text-align: center; margin-left: 2px; border:1px solid #fff}
#banner ul li.on { background-color: #000; }

#banner_list a { position: absolute; }
.aboutModal{
	width: 1002px;
	height: 209px;
	overflow: hidden;
	border: 1px solid #bbd8f0;
	border-radius: 4px;
	position: relative;
}
.aboutModal dt{
	background: url(/images/dt_bg.png) no-repeat center 32px;
	background-color: #f0f8fd;
	width: 82px;
	height: 100%;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	letter-spacing:6px;
	font-size: 22px;
	color: #3772a3;
	text-align: center;
	line-height: 82px;
	position: absolute;
	left: 0;
	font-weight: bold;
}
.aboutModal dd{
	margin-left: 84px;
}
.aboutModal dd ul{
	overflow: hidden;
	padding-top: 20px;
}
.aboutModal dd ul li{
	float: left;
	width: 130px;
	height: 168px;
	text-align: center;
	border:1px solid #bbd8f0;
	margin-left: 40px;
	background-color: #F0F8FD;
}
.aboutModal dd ul li p{
	font-size: 12px;
	vertical-align: middle;
	height: 42px;
	width: 130px;
	display: table-cell;
	text-align: center;
}
.in_lun_1, .in_lun_3{
	margin-top: 0;
}
.in_lun_2 ul li{
	width: 180px;
	margin-right: 8px;
	position: relative;
}
.in_lun_2 ul li span{
	position: absolute;
	left: 68px;
	top: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #2377bb;
}
.in_lun_2 ul li:nth-child(4){
	width: 200px;
}
.in_lun_2 ul li:nth-child(4) span{
	left: 58px;
}
.footer ul{
	/*background: url(/images/footer_img.png) no-repeat left center;*/
	padding-left: 80px;
	height: 54px;
	padding-top: 8px;
}
.footer ul li{
	display: inline-block;
	font-size: 13px;
	color: #666666;
	margin-right: 20px;
	border-right: 1px solid #d2dde7;
	padding-right: 20px;
	line-height: 14px;
}