@charset "utf-8";
/* CSS Document */

/*slider_area*/
.slider_area {width:1000px; margin:0 auto; margin-left:-50px; padding:0 0 0 0;  }
.slider_area .meteor-slides {z-index:inherit !important;}
.slider_area .meteor-slides .slides {
	width:859px !important;
	height:532px !important;
	
}
.slider_area .meteor-slides .slide {
	z-index:inherit !important;
	width:859px !important;
	height:532px !important;
}

.slider_wrap {
	background:url(images/slider_bg.png) no-repeat;
	width:930px;
	height:606px;
	margin:0 auto;
	
	padding:30px 0 0 70px;
	
}

.slider_area .meteor-nav {display:block !important;}
.slider_area .meteor-nav li {display:block !important;}
.slider_area .meteor-nav .prev a {
	background:url(images/sl_l.png) no-repeat left top;
	width:66px;
	position:absolute;
	height:102px !important;
	top:239px;
	left:-10px !important;
    cursor:pointer;
}
.slider_area .meteor-nav .prev a:hover {background:url(images/sl_l.png) no-repeat left bottom;}
.slider_area .meteor-nav .next a {
	background:url(images/sl_r.png) no-repeat right top;
	width:66px;
	position:absolute;
	height:102px !important;
	top:239px;
	right:-10px !important;
cursor:pointer;
}

.slider_area .meteor-nav .next a:hover {background:url(images/sl_r.png) no-repeat right bottom; cursor:pointer;}
.sl_title {
	position:absolute;
	bottom:0;
	z-index:100;
	background:url(images/sl_bg.png) repeat;
	height:60px;
	width:859px;
	font-weight: normal;
}
.sl_title p {
	line-height:18px;
	font-size:12px;
	color:#999999;
	padding:15px 0 0 10px;
}
.sl_title p a {color:#fff; font-size:18px; }
.sl_title1 {padding:0px 0 0 10px; color:#fff; font-size:18px; font-weight:normal }
.sl_soustitle  {
	line-height:18px;
	font-size:12px;
	color:#999999;
	
}

.sl_title p a:hover {
	color:#ff7e14;
	text-decoration:none;
	cursor:pointer;
}
