/*
******************************
********** author  :@zhou小白猪
********** css     :index.css
******************************
*/

@import "common.css";

/*焦点图文*/
.foucs {
	width: 100%;
	height: 16em;
	/*margin-top:3.5em;*/
	float: left;
	overflow: hidden;
}
.slideBox {
	position: relative;
	overflow: hidden;
	max-width: 600px;/* 设置焦点图最大宽度 */
}
.slideBox .hd {
	position: absolute;
	width: 100%;
	height: 25px;
	line-height: 25px;
	bottom: 0;
	right: 0;
	z-index: 1;
	text-align: center;
}
.slideBox .hd li {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 .3em;
}
.slideBox .hd li.on {
	background: #fff;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	max-height:16em;
	overflow:hidden;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	background: url(../../images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;/* 图片宽度100%，达到自适应效果 */
	height:16em;
}
.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */


.lanmu{
	width:100%;
	height:auto;
	float:left;
}
.lanmu a.lanmu_a{
	width:33.3%;
	height:auto;
	text-align:center;
	float:left;
	background:rgba(255,255,255,.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
	border-top:1px solid rgba(255,255,255,.2);
	border-right:1px solid rgba(255,255,255,.2);
	border-bottom:1px solid rgba(0,0,0,.2);
	border-left:1px solid rgba(0,0,0,.2);
	border-top:1px solid #d0dde3\9;
	border-right:1px solid #d0dde3\9;
	border-bottom:1px solid #9facb2\9;
	border-left:1px solid #9facb2\9;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.lanmu a.lanmu_a i.lanmu_icon{
	width:100%;
	height:auto;
	float:left;
	font-size:2.5em;
	margin-top:1em;
	color:#193d62;
}
.lanmu a.lanmu_a span.lanmu_text{
	width:100%;
	height:auto;
	float:left;
	font-size:1.1em;
	margin-top:1.6em;
	margin-bottom:1.6em;
	color:#193d62;
}