@charset "UTF-8";

/*------------------------------------------------



   index





------------------------------------------------*/


.index_img{
	width:100%;
	height:410px;
	background:url(../img/index/index_img.jpg) center center no-repeat;
	text-indent:-9999px;
}

.s_cate{
	width:100%;
	clear:both;
}
.sc_top{
	width:100%;
	background:#D8D8D8;
	clear:both;
	line-height:200%;
}
.st_tit{
	background:#000000;
	font-weight:bold;
	margin-right:20px;
	padding:0 40px;
	color:#fff;
	float:left;
}
.sc_con{
	border:#C6C6C6 1px solid;
	background:#F7F0E4;
}
.sc_con ul{
	padding:15px 0 0 0;
	margin:0;
	list-style:none;
}
.sc_con ul li{
	margin:0 20px 15px 20px;
	padding:0;
	float:left;
	background:#ED792C;
	list-style:none;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size:14px;
}
.sc_con ul li a{
	padding:0 12px;
	color:#ffffff;
	display:block;
}
.sc_con ul li a:hover{
	text-decoration:none;
}


@media screen and (max-width: 480px) {
.index_img{
	width:100%;
	height:150px;
	background-size:100%;
	text-indent:-9999px;
}
.sc_top{
	width:100%;
	background:#D8D8D8;
	clear:both;
	line-height:200%;
	text-align:center;
}

.st_tit{
	background:#000000;
	font-weight:bold;
	margin-right:0;
	padding:0;
	color:#fff;
	float:none;
	width:100%;
	clear:both;
	text-align:center;
}
}

