/*
 *  simple gallery with jQuery
 *	made by owenhong 2013-08-08
 *	作者：小欧(laohonghzy@qq.com) 2013-08-08
 *  http://www.520ued.com
 */
@charset "utf-8";
#NewsTop {
	height: 135px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#slider {
	width:960px;
	height:500px;
	overflow:hidden;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slider #scroll_wrapper{position:relative;}

#slider .child {
	width:960px;
	height:500px;
	left:960px;
	position:absolute;
	z-index:10;
}
#slider-img{
	width:960px;
	height:30px;
	text-align:center;
	margin:0 auto;
	/*background:#FFF;filter:alpha(opacity=60);-moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;*/
	position:absolute;
	z-index:99;
	bottom:0;
}
#slider-img a{
	height:11px;
	width:11px;
	display:inline-block;
	margin-left:15px;
	margin-top: 10px;
	background-image: url(../images/triggers.png);
	background-repeat: no-repeat;
}
#slider-img a.cur{
	background-image: url(../images/triggers_cur.png);
	background-repeat: no-repeat;
}
#SBut {
	position: absolute;
	z-index: 100;
	height: 52px;
	width: 105px;
	left: 827px;
	top: 49px;
}
#btn_prev{
	width:50px;
	height:45px;
	z-index: 99;
	cursor:pointer;
	background-image: url(../images/new-prev.png);
	background-repeat: no-repeat;
	float: left;
	background-position: 0px 0px;
}

#btn_prev:hover{
	background-position: 1px 1px;
}

#btn_next{
	width:50px;
	height:45px;
	z-index: 99;
	cursor:pointer;
	background-image: url(../images/new-next.png);
	background-repeat: no-repeat;
	float: right;
	background-position: 0px 0px;
}

#btn_next:hover{
	background-position: 1px 1px;
}

.NewsPIC {
	float: left;
	width: 400px;
}
.NewsCentent {
	padding-left: 60px;
	color: #000;
	float: left;
	width: 460px;
	letter-spacing: 1px;
}
.NewsDate {
	font-size: 18px;
}
.NewsTitle {
	font-size: 20px;
	line-height: 22px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.NewsText {
	font-size: 15px;
	line-height: 22px;
	margin-top: 20px;
}

#Caseslider {
	width:960px;
	height:500px;
	overflow:hidden;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/* [disabled]background-color: #F00; */
}
#Caseslider #scroll_wrapper{position:relative;}
#Caseslider .child1 {
	width:960px;
	height:500px;
	/* [disabled]left:960px; */
	position:absolute;
	z-index:20;
	background-color: #F00;
}
#Case-slider-img{
	width:960px;
	height:30px;
	text-align:center;
	margin:0 auto;
	/*background:#FFF;filter:alpha(opacity=60);-moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;*/
	position:absolute;
	z-index:99;
	bottom:0;
}
#Case-slider-img a{
	height:11px;
	width:11px;
	display:inline-block;
	margin-left:15px;
	margin-top: 10px;
	background-image: url(../images/triggers.png);
	background-repeat: no-repeat;
}
#Case-slider-img a.cur{
	background-image: url(../images/triggers_cur.png);
	background-repeat: no-repeat;
}

#CaseTop {
	height: 135px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#CaseSBut {
	position: absolute;
	z-index: 100;
	height: 52px;
	width: 105px;
	left: 814px;
	top: 134px;
}
#Cbtn_prev{
	width:50px;
	height:45px;
	z-index: 99;
	cursor:pointer;
	background-image: url(../images/new-prev.png);
	background-repeat: no-repeat;
	float: left;
}
#Cbtn_next{
	width:50px;
	height:45px;
	z-index: 99;
	cursor:pointer;
	background-image: url(../images/new-next.png);
	background-repeat: no-repeat;
	float: right;
}
