/* 联系我们、印刷资讯 */

.box_a{
	width:1200px;
	margin:0px auto;
}
.box_a .box_al , .box_a .box_ar{
	width:235px;
	height:228px;
	border:1px solid #ddd;
	float:left;
}
.box_a .box_ar{
	float:right;
}
.box_a .box_am{
	width:498px;
	float:left;
	height:345px;
	border:1px solid #ddd;
	margin-left:10px;
}
.box_am .tabBox_t , .tabBox  {
	width:100%;
	text-align:left;
}
.box_am .tabBox .tabNav {
	overflow: hidden;
	margin: 0px;
	padding:0px;
	width:100%;
	list-style:none;
	text-align:left;
	height:43px;
	background:url../../../../../../images/gcb/icon2.png) repeat-x;
}
.box_am .tabBox .tabNav li {
	float: left;
	width:100px;
	height:43px;
	line-height:38px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color:#545454;
	background:url../../../../../../images/gcb/icon5.png) no-repeat right center;
}
.box_am .tabBox .tabNav li.noline{
	background:none;
}
.box_am .tabBox .tabNav li.now {
	color:#0052A5;
}
.box_am .tabBox .tabCont {
	display: none;
	width:100%;
	height:300px;
	overflow:hidden;
	margin-top:5px;
}
.box_am .tabBox .tabCont ul{
	width:96%;
	margin-left:2%;
}
.box_am .tabBox .tabCont ul li{
	width:100%;
	height:29px;
	line-height:29px;
	background:url../../../../../../images/gcb/icon4.png) no-repeat left center;
	position:relative;
}
.box_am .tabBox .tabCont ul li span{
	display:block;
	width:70%;
	height:29px;
	line-height:29px;
	text-align:left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-left:8px;
}
.box_am .tabBox .tabCont ul li span a{
	color:#555;
}
.box_am .tabBox .tabCont ul li span a:hover{
	color:#FF8201;
}
.box_am .tabBox .tabCont ul li em{
	display:block;
	text-align:right;
	height:29px;
	line-height:29px;
	color:#999;
	position:absolute;
	right:0px;
	top:0px;
}