/* slideBox样式  

--------------------------------------------------------------------*/

.slideBox {

	overflow: hidden;

	position: relative;

}

.slideBox .hd {

	height: 20px;

	overflow: hidden;

	position: absolute;

	right: 30px;

	bottom: 10px;

	z-index: 1;

}

.slideBox .hd ul {

	overflow: hidden;

	zoom: 1;

}

.slideBox .hd ul li {



	

	display:inline;

	width: 10px;

	height: 10px;

	line-height: 14px;

	text-align: center;

	background: #fff;

	cursor: pointer;

	overflow:hidden;

	margin-left:4px;

	padding:1px;	

	line-height:10px;

	color:#fff;

	font-size:8px;

	

	

}

.slideBox .hd ul li.on {

	background: #1b5eb1;

	color: #1b5eb1;

}

.slideBox .bd {

	position: relative;

	height: 100%;

	z-index: 0;

}

.slideBox .bd ul li{

	width: 960px;

	height: 310px;

}

.slideBox .bd img {

	width: 960px;

	height: 310px;

	display: block;

}

/*page slideBox*/

.page_banner {

	width:960px;

	overflow: hidden;

}

.page_banner img {

	width:960px;

	height:220px;

	

}





.page_banner .BMap_Marker img {

width:auto;

height:auto;

}/*百度地图兼容*/

















/* button   全局按钮  
--------------------------------------------------------------------*/

/*按钮1样式---------------------------------------*/
.button_1_b{
	display:block;
	background:url(../../images/button_bg.gif) repeat-x left top;
	border:1px solid #1b5eb1;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.button_1_b:link,.button_1_b:visited{
	color:#fff;
}
.button_1_b:hover{
	background:url(../../images/button_bg.gif) repeat-x left -30px;
	text-decoration:none;
}
.button_1_b:active{
	background:#1b5eb1;
}
/*按钮1样式-小---------------------------------------*/
.button_1_s{
	display:block;
	background:url(../../images/button_bg.gif) repeat-x left top;
	border:1px solid #1b5eb1;
	height:20px;
	line-height:20px;
	font-size:12px;;
	text-align:center;
	color:#fff;
}
.button_1_s:link,.button_1_s:visited{
	color:#fff;
}
.button_1_s:hover{
	background:url(../../images/button_bg.gif) repeat-x left -30px;
	text-decoration:none;
}
.button_1_s:active{
	background:#1b5eb1;
}

/*按钮2样式---------------------------------------*/
.button_2_b{
	display:block;
	background:url(../../images/button_bg.gif) repeat-x -300px top;
	border:1px solid #dadada;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#1b5eb1;
}
.button_2_b:link,.button_2_b:visited{
	color:#1b5eb1;
}
.button_2_b:hover{
	background:url(../../images/button_bg.gif) repeat-x -300px -30px;
	text-decoration:none;
}
.button_2_b:active{
	background:#e3e3e3;
}

/*按钮2样式-小---------------------------------------*/
.button_2_s{
	display:block;
	background:url(../../images/button_bg.gif) repeat-x -300px top;
	border:1px solid #dadada;
	height:20px;
	line-height:20px;
	font-size:12px;
	text-align:center;
	color:#1b5eb1;
}
.button_2_s:link,.button_2_s:visited{
	color:#1b5eb1;
}
.button_2_s:hover{
	background:url(../../images/button_bg.gif) repeat-x -300px -30px;
	text-decoration:none;
}
.button_2_s:active{
	background:#e3e3e3;
}

.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}



