/* CSS Document */
* { padding:0; margin:0; font-family:"Microsoft Yahei" }

a { color:#454545;}
a:hover { color:#A60000; }

body { padding-bottom:45px; }

.headBox { background:url(../images/head_bg.jpg) repeat-x; height:50px; padding-top:8px; padding-bottom:8px; text-align:center; border-bottom:1px solid #FFF; }

p.xxTitle { padding:0; margin:0; text-align:center; font-size:17px; font-weight:bold; line-height:34px; color:#454545; position:relative; }
a.back_ico { position:absolute; left:15px; top:6px; display:block; width:48px; height:22px; padding-left:5px; background:url(../images/back.png) no-repeat; color:#666; font-size:12px; text-decoration:none; line-height:22px; }
a.back_ico:hover { color:#A60000; }


/*轮播*/
carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5;}
.carousel-control.left{
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.0001)));
	background-image:linear-gradient(to right,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat:repeat-x
	}
.carousel-control.right{
	right:0px;
	left:auto;
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.3)));
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat:repeat-x
	}
	
.carousel-indicators{ position:absolute;bottom:0px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none; }
.carousel-indicators li{display:inline-block;width:10px;height:10px; margin:0 2px; text-indent:-999px;cursor:pointer; background-color:#000000 \9;background-color:rgba(0,0,0,0);border-radius:10px; background:#FFF; border:none;}
.carousel-indicators .active{width:10px;height:10px; margin:0 2px; background-color:#F41638;}



/*导航*/
.col-xs-4,.col-xs-8 { margin:0; padding:0; text-align:center; }

.navBox {}
.navBox a { display:block; padding-top:20px; padding-bottom:5px; color:#FFF; text-decoration:none; margin-top:5px; }
.navBox a img { height:35px; }
.nBg1 { background:#70B92C; margin-right:5px; }
.nBg2 { background:#666666; }
.nBg3 { background:#005EAA; margin-right:5px; }
.nBg4 { background:#D50010; margin-right:5px; }
.nBg5 { background:#D56A00; }
.nBg6 { background:#A60000; margin-right:5px; }
.nBg7 { background:#7C8D72; }


/*菜单列表样式*/
.list-group{padding-left:0;margin-bottom:-5px;}
.list-group-item:first-child{border-top-left-radius:0px;border-top-right-radius:0px; border-top:1px solid #FFF; }
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0px;border-bottom-left-radius:0px; }
.list-group-item { border-left:none; border-right:none; padding-top:13px; padding-bottom:13px; }

.text-danger{color:#A60000}
a.text-danger:hover{color:#A60000}
.icon-san { display:block; float:right; margin-top:6px; width:5px; height:7px; background:url(../images/s_r.png) no-repeat; }
.icon-san2 { display:block; float:right; margin-top:-4px; width:5px; height:7px; background:url(../images/s_r.png) no-repeat; }

.hj25 { padding:15px 10px 0 10px; text-align:Justify; text-justify:inter-ideograph; line-height:25px; }


.xxMS { padding:5px 0; font-size:12px; color:#666; line-height:20px; background:#EEE; text-align:center;}

.page_num { text-align:center; line-height:34px; }

.hdBox img{ width:100%; }


.footBox { padding:0; margin:5px 0 0 0; background:#EEE; text-align:center; height:48px; line-height:48px; color:#666 }