#slider {
	width: 100%;
	padding-top: 8px;
}

.slider_box {
	margin: 0px auto;
	width: 1200px;
	height: 430px;
	overflow: hidden;
	position: relative;
}

.silder_tip {
	top: 0px;
	width: 92px;
	height: 92px;
	right: 0px;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

#movie_tip {
	background-position: -93px 0px;
}

.silder_con {
	height: 351px;
	overflow: hidden;
	position: absolute;
}

.silder_panel {
	background: #d4d2d2;
	width: 1200px;
	height: 351px;
	overflow: hidden;
	float: left;
	position: relative;
}
.silder_panel .lbBox{
	position: relative;
	float: right;
	width: 319px;
	height: 351px;
}
.silder_panel .lbBox .lbBoxTitle{
	margin-top: 72px;
	color: #595757;
	font-size: 22px;
	font-weight:bold;
	margin-bottom: 16px;
	margin: 72px 0 16px 30px;
}
.lbBox .btn{
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
}
.lbBox .btn .btntext{
	display: inline-block;
	width: 174px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	background: #ffffff;
	border: 1px solid #eee;
	text-align: center;
}
.silder_panel .lbBox .lbBoxContext{
	margin-left: 30px;
}
.textColers{
	font-size: 16px;
	color: #595757;
}

.silder_panel img {
	width: 881px;
	height: 351px;
	overflow: hidden;
	display: block;
}

.silder_intro {
	padding: 0px 40px 0px 0px;
	width: 210px;
	height: 270px;
	color: rgb(153, 153, 153);
	line-height: 20px;
	overflow: hidden;
}

.silder_intro h3 {
	padding: 10px 0px;
	height: 50px;
	color: rgb(122, 207, 57);
	line-height: 30px;
	overflow: hidden;
}

.silder_intro h3 strong {
	height: 30px;
	overflow: hidden;
	font-family: "����";
	font-size: 24px;
	font-weight: normal;
	display: block;
}

.silder_intro h3 strong a {
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.silder_intro ul {
	height: 60px;
	overflow: hidden;
}

.silder_intro li {
	height: 20px;
	color: rgb(120, 120, 120);
	overflow: hidden;
}

.silder_intro li a {
	margin: 0px 6px;
	color: rgb(120, 120, 120);
}

.silder_intro span {
	margin: 0px 10px 0px 0px;
}

.silder_intro p {
	height: 72px;
	color: rgb(120, 120, 120);
	line-height: 18px;
	overflow: hidden;
	margin-top: 10px;
}

.silder_play {
	background: url("../images/silder-play.png") no-repeat 0px -30px;
	width: 136px;
	height: 30px;
	right: 45px;
	bottom: 13px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	position: absolute;
}

.silder_play:hover {}

.silder_nav {
	width: 1200px;
	height: 63px;
	margin: 0px auto;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	display: flex;
	justify-content: space-between;
}

.silder_nav li {
	/* padding: 0px;
	border: 1px solid rgb(255, 255, 255); */
	/* float: left; */
}

.silder_nav li.current {
	margin: 0px 4px;
	border: 3px solid rgb(122, 207, 57);
}

.silder_nav li {
	/* margin-right: 22px; */
	width: 127px;
	height: 57px;
}

.silder_nav img {
	width: 127px;
	height: 57px;
}

.slider_box a.prev {
	background: url("../images/silder_btn.gif") no-repeat;
	margin: 115px 0px 0px;
	width: 45px;
	height: 100px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	position: absolute;
	cursor: pointer;
}

.slider_box a.next {
	background: url("../images/silder_btn.gif") no-repeat;
	/*margin: 100px 0px 0px;*/
	margin-top: 115px;
	margin-right: 409px;
	width: 45px;
	height: 100px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	position: absolute;
	cursor: pointer;
}

.slider_box a.prev {
	left: 0px;
}

.slider_box a.next {
	background-position: right 0px;
	right: 0px;
}

.silderBox {
	height: 8px;
	line-height: 8px;
}