﻿/* 涓昏瑙夋粴鍔ㄥ弬鏁拌瀹� */
#cc{
	width: 1200px;
	height: 256px;
	margin-top:-40px;;
}
	
.play {
	width: 1200px;
	height: 256px;
	overflow: hidden;
	position: relative;
	margin:auto;
	float:left;
}
.play .text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
}
.play .text div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
filter:alpha(opacity:40);
	opacity: 0.4;
	z-index: 99;
}
.play .text span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: white;
	z-index: 999;
	text-align: center;
	font-size: 20px;
}
.play ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.play ul li {
	width: 400px;
	height: 256px;
	float: left;
}
.play ul img {
	float: left;
	width: 400px;
	height: 256px;
}
#next {
	display: block;
	position: absolute;
	top: 42%;
	right: 2px;
	width: 30px;
	height: 54px;
	text-align: center;
	color: #CCC;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	line-height: 50px;
	text-decoration: none;
}
#prev {
	display: block;
	position: absolute;
	top: 42%;
	left: 2px;
	width: 30px;
	height: 54px;
	text-align: center;
	color: #CCC;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	line-height: 50px;
	text-decoration: none;
}
#prev:hover .prevImg, #next:hover .nextImg {
	display: block;
}




/* c_l_d锛氫富椤靛乏涓嬫柟banner */



#c_l_d {
	width: 894px;
	height: 105px;
	margin-top: 150px;
	overflow: hidden;
	position: relative;
}
#c_l_d .box {
	width: 894px;
	height: 97px;
	overflow: hidden;
	top: 0px;
	position: relative;
/*	background-image: url(imagesd.jpg));
*/}
#c_l_d .box img {
	width: 894;
	height: 97;
	position: absolute;
	left: 0px;
	top: 0px;
/*	opacity: 0;
	filter: alpha(opacity=0);
*/}