ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
	position: relative;
}
.ft-carousel .carousel-inner .carousel-item p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 55px;
	background: rgba(0,0,0,0.5);
}
.ft-carousel .carousel-inner .carousel-item p span{
	display: block;
	width: 420px;
	padding: 0 20px;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	color: #fff;
	font-size: 16px;
}
.ft-carousel .carousel-item img {
	width: 580px;
	height: 378px;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari å’Œ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}
.ft-carousel .carousel-item:hover img{
	transform: scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari å’Œ Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
}
.ft-carousel .carousel-indicators {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 100%;
	text-align: right;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,0.3);
	margin: 0 6px;
	border-radius: 12px;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	width: 24px;
	background: rgba(255,255,255,1);
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 70px;
	margin-top: -35px;
	cursor: pointer;
}

/* .ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../images_shouye/left_1.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../images_shouye/right_1.png) no-repeat;
} */



/** 征集信息 **/
.div_box_info{}
.div_box_info h1{
    text-align: center;
    color: #3D3D3D;
    font-size: 24px;
    font-weight: bold;
    width: 611px;
    margin: 0px auto;
}
.div_box_info .div_box_created{
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #D8D8D8;
    margin: 20px auto;
    font-size: 16px;
}
.div_box_info .div_box_created span{
    color: #999999;
}
.div_box_info .div_box_created span#status{
    background: #3C5FB1;
    border-radius: 15px;
    width: 80px;
    height: 30px;
    color: #fff;
    padding: 5px;
}
.div_box_info .div_box_content{
    padding: 10px;
    border-bottom: 1px solid #D8D8D8;
}
.div_box_info .div_box_content p{
    color: #3D3D3D;
    line-height: 40px;
    text-indent: 40px;
    font-size: 20px;
}


.div_member dt h5{
	padding:15px;
	background:#3C5FB1;
	color:#fff;
	line-height: 20px;
    text-align: left;
}
.div_member dt h5 img{
}



#bzztc{}
#bzztc ul{
    width: 94%;
    margin: 0 auto;
}
#bzztc ul li{
    width: 100%;
    clear: both;
    min-height: 50px;
    line-height: 50px;
    margin: 10px 0;
    overflow: hidden;
}

#bzztc ul li .span_w100{width:80px;}
#bzztc ul li .span_w620{
	background: #F9F9F9;
	min-width: 445px;
	overflow: hidden;
}

#bzztc ul li:nth-child(3) .span_w620{
	background:none;
}

#bzztc ul li .span_w620 .reg-textarea{
    width:960px;
    height: 270px;
    overflow: hidden;
    float: left;
    border: 0;
    background: #F9F9F9;
    padding: 10px;
}

#bzztc ul li .span_w620 input{
	height: 47px;
	margin:0 10px;
}

.btn-success{
    color: #FFFFFF;
    background: #5179B1;
    width: 200px;
    height: 50px;
}

