/* index */
.main_visual{height:207px;overflow:hidden;position:relative; }
.main_image{height:207px;overflow:hidden;position:relative;}
.main_image ul{width:9999px;height:207px;overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:207px;}
.main_image li span{display:block;width:100%;height:207px}
.main_image li a{display:block;width:100%;height:207px}

div.flicking_con{position:absolute;top:190px;left:50%;z-index:1;width:200px;height:21px;margin:-10px 0 0 -35px;}
div.flicking_con a{float:left;width:21px;height:21px;margin:0;padding:0;background:url('../images/btn_main_img.png') 0 0 no-repeat;display:block;text-indent:-1000px}
div.flicking_con a.on{background-position:0 -21px}

.header{
	position:absolute;
	width:100%;
	top:10px;
}

.logo{
	width:30%;
	float:left;
}
.logo img{
	width:100%;
}
#seach{
	margin-left:1%;
	width:55%;
	color:#333;
	text-indent:3px;
	height:30px;
	background:rgba(255,255,255,.6);
	border:0px solid rgba(255,255,255,.6);
	border-radius:3px;
}
.seach-but{
	width:10%;
	float:right;
	margin-right:2%;
}

.number-box{
	width:100%;
	float:left;
	border-bottom:1px solid #ccc;
	padding:10px 10px;
}

.number-box ul{
	width:100%;
	float:left;
	margin-top:15px;
}

.number-box ul li{
	float:left;
	width:25%;
   text-align:center;
   color:#333;
   height:30px;
}
.yellow .tit{
   border:0px solid #fff;
   border-radius:3px;
   background:#ef8201;
   color:#fff;
   height:20px;
   line-height:20px;
   margin-top:5px;
}

.yellow span{
	color:#ef8201;
}

.green span{
	color:#abcd05;
}

.green .tit{
	 border:0px solid #fff;
   border-radius:3px;
   background:#abcd05;
   color:#fff;
   height:20px;
   line-height:20px;
   margin-top:5px;
}

.blue span{
	color:#008cd7;
}

.blue .tit{
   border:0px solid #fff;
   border-radius:3px;
   background:#008cd7;
   color:#fff;
   height:20px;
   line-height:20px;
   margin-top:5px;
}

.main-box{
	width:100%;
	float:left;
	margin-top:10xp;
	margin-bottom:80px;
}
.main-box ul li{
	width:33.333%;
	float:left;
	text-align:center;
	margin-top:10px;
}
.main-box ul li img{
	width:80%;
}