@charset "utf-8";

/* CSS Document */

.play {
	width: 400px;
	height: 300px;
	margin:22px 24px 0px 26px;
	border:1px solid #ccc;
	padding: 5px;
}

.big_pic {
	width: 400px;
	height: 300px;
	overflow: hidden;
	background: #222;
	position: relative;
}

.big_pic li {
	width: 400px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.mark_left {
	width: 200px;
	height: 188px;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=10);
	opacity: 0.1;
	z-index: 3000;
}

.mark_right {
	width: 200px;
	height: 188px;
	position: absolute;
	left: 200px;
	top: 0;
	filter: alpha(opacity=10);
	opacity: 0.1;
	z-index: 3000;
}

.big_pic .prev {
	width: 60px;
	height: 60px;
	background: url(../images/btn.png) no-repeat;
	position: absolute;
	top: 130px;
	left: 10px;
	z-index: 3001;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}

.big_pic .next {
	width: 60px;
	height: 60px;
	background: url(../images/btn2.png) no-repeat 0;
	position: absolute;
	top: 130px;
	right: 10px;
	z-index: 3001;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}

.big_pic .text {
	position: absolute;
	left: 10px;
	top: 302px;
	z-index: 3000;
	color: #ccc;
}

.big_pic .length {
	position: absolute;
	right: 10px;
	bottom: 4px;
	z-index: 3000;
	color: #ccc;
}
.small_pic {
	width: 380px;
	height: 94px;
	position: relative;
	top: 7px;
	left: 10px;
	overflow: hidden;
}

.small_pic ul {
	height: 94px;
	position: absolute;
	top: 0;
	left: 0;
}

.small_pic li {
	width: 120px;
	height: 94px;
	float: left;
	padding-right: 10px;
	/*background: url(../images/loading.gif) no-repeat center center;*/
	cursor: pointer;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.small_pic img {
	width: 120px;
	height: 94px;
}
.project_head
{
	height:377px;
	background-color: #fff;
}
.project_head_middle{
	margin:38px 0px 0px 24px;
}
.project_head_middle h2{
	font-size: 18px;
	color:#333333;
	margin-bottom:29px;
}
.project_head_middle h3{
	font-size: 14px;
	color:#333333;
	font-weight: inherit;
	margin-bottom: 24px;
}
.project_head_middle h3 span{
	color:#11b554;
	border:1px solid #11b554;
	padding: 2px 7px;
	display: inline-block;
	margin-right: 5px;
}
.project_head_right{
	margin-top:40px;
	width:278px;
	text-align: center;
}
.project_head_right h4{
	color:#333333;
	font-size: 14px;
	width:200px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	margin:0 auto 30px;
}
.project_head_right h5{
	font-size: 14px;
	color: #333333;
	font-weight: inherit;
	margin:28px auto 26px;
	width:230px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
}
.project_head_right h5 img{
	margin-right: 5px;
}
.project_head_right p img{
	width:157px;
	height:157px;
	border-radius: 50%;
	border:1px solid #dadada;
	display: inline-block;
}
.project_head_right h3{
	color:#11b554;
	border:1px solid #11b554;
	padding: 2px 7px;
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	font-weight: inherit;
	margin-left: 20px;
}
.project_first{
	color:#333333;
	font-size: 14px;
}
.project_first>p{
	font-weight: bold;
}
.project_first{
	line-height: 28px;
}
.project_second img{
	padding: 18px 28px;
	border:1px solid #ccc;
	margin-bottom:15px;
	margin-right: 15px;
}
.project_first_form p{
	margin-top:30px;
}
.project_first_form p span{
	margin-right: 10px;
}
.project_first_form p a{
	width:112px;
	height:53px;
	color:#11b554;
	border:1px solid #11b554;
	text-align: center;
	line-height: 53px;
	margin-right: 10px;
	border-radius: 3px;
}
.project_first_form p a:hover{
	background-color: #11b554;
	color:#fff;
}
.project_first_form p textarea{
	width:460px;
	height:130px;
	border:1px solid #11b554;
	border-radius: 3px;
	text-indent: 5px;
	color:#333;
	font-size: 14px;
}
.project_first_form input{
	width:460px;
	height:34px;
	line-height: 34px;
	color:#fff;
	border:none;
	border-radius: 3px;
	background-color:#11b554 ;
	margin-left: 80px;
}

.project_hot_join dt{
	margin-bottom:15px;
}
.project_hot_join h5{
	color:#444444;
	font-size: 14px;
	font-weight: inherit;
	line-height: 27px;
}
.project_hot_join dd span.fl{
	color:#11b554;
	font-size: 14px;
	font-weight: bold;
}
.project_hot_join dd span.fr{
	color:#999999;
	font-size: 12px;
}