@charset "utf-8";
#s_index{
	width: 100%;
	min-width: 1250px;
	height: auto;
	padding: 50px 0px 40px;
	display: table;
}
#s_index .y-tit{
	width:100%;
	height:36px;
	border-bottom:1px solid #ab0101;
	position:relative;
}
#s_index .y-tit .tt{
	width:124px;
	height:42px;
	font-size:22px;
	font-weight:bold;
	color:#ad0101;
	line-height:36px;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
	background:url(../images/spx_03.jpg) no-repeat left bottom;
}
#s_index .y-tit .more{
	position:absolute;
	right:15px;
	top:1px;
	font-size:14px;
	color:#888888;
	line-height:36px;
}
#s_index .y-tit .more a{
	color:#888888;
}
#s_index .y-tit .more a:hover{
	color:#ab0101;
}
/*图片轮换*/
#slideBox {
	width:636px;
	height:402px;
	float:left;
	overflow:hidden;
	position:relative;
}
#slideBox ul#show_pic {
	margin:0;
	padding:0;
	list-style:none;
	height:402px;
	width:63600px;
	position:absolute;
}
#slideBox ul#show_pic li {
	float:left;
	margin:0;
	padding:0;
	height:402px;
}
#slideBox ul#show_pic li img {
	width:636px;
	height:402px;
	display:block;
}
#slideBox ul#show_pic li:hover img{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	position:relative;
}
#iconBall {
	position:absolute;
	bottom:17px;
	right:15px;
}
#iconBall li {
	float:left;
	color:#ffffff;
	width:9px;
	height:9px;
	line-height:9px;
	cursor:pointer;
	text-align:center;
	font-size:0px;
	margin-right:10px;
	border-radius:50%;
	background-color:#ffffff;
	border:1px solid #ffffff;
}
#iconBall li.active {
	width:9px;
	height:9px;
	color:#c00d00;
	background-color:#bd0000;
	border:1px solid #bd0000;
}
#slideText {
	width:100%;
	height:44px;
	line-height:44px;
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
	position:absolute;
	left:0px;
	bottom:0px;
	*background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
}
#textBall {
	width:435px;
	height:44px;
	overflow:hidden;
	position:absolute;
	left:20px;
	bottom:0px;
}
#textBall li {
	float:left;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:18px;
	line-height:44px;
}
#textBall li.active {
	display:block;
}
#textBall li a {
	text-decoration:none;
	color:#fff;
}
/*图片轮换end*/
#s_index .dt-box{
	width:586px;
	height:390px;
	overflow: hidden;
	position: relative;
	top: 12px;
}
#s_index .dt-box .nlist{
	margin:29px 3px 0px 10px;
}
#s_index .dt-box .nlist li{
	width:100%;
	height:44px;
	font-size:16px;
	color:#444444;
	line-height:44px;
	background:url(../images/spx_04.jpg) no-repeat 6px center;
	border-bottom:1px dashed #cccccc;
	overflow:hidden;
	position: relative;
}
#s_index .dt-box .nlist li a{
	width:410px;
	height:44px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float:left;
	position:absolute;
	left:25px;
}
#s_index .dt-box .nlist li span{
	position:absolute;
	right:22px;
}
#s_index .index-news{
	margin-top: 55px;
}
#s_index .news-con{
	width: 405px;
}
#s_index .news-con .nlist{
	margin:25px 1px 0px 3px;
}
#s_index .news-con .nlist li{
	width:100%;
	height:45px;
	font-size:16px;
	color:#444444;
	line-height:45px;
	border-bottom:1px dashed #cccccc;
	overflow:hidden;
	position: relative;
}
#s_index .news-con .nlist li a{
	width:285px;
	height:45px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float:left;
}
#s_index .sep{
	margin: 0px 17px;
}