.bd-content{
	width:92%;
	margin:18px auto;
	padding:10px;
	background-color: #fff;
}
.detail-content{
	width:100%;
	padding:50px 90px 10px;
	border:1px solid #ccc;
	clear:both;
	overflow:hidden;
}
.bd-container{
	overflow:hidden;
}
.bd-left{
	width:50%;
	float:left;
	margin:50px auto 0;
}

.input-bd{
	width:60%;
	height:34px;
	line-height: 34px;
	text-indent: 5px;
	border:1px solid #ccc;
}
#bdzixun{
	width:60%;
	height:220px;
	border:1px solid #ccc;
	margin-left:5px;
	padding: 5px;
    line-height: 20px;
}
.bd-info{
	margin-bottom: 18px;
}
.bd-name{
	width:23%;
	display:inline-block;
	text-align: right;
	margin-right: 10px;
}
.select{
	width:60%;
	height:32px;
	line-height: 32px;
	text-indent: 5px;
	color:#999;
	border:1px solid #ccc ;
	background-image:-webkit-linear-gradient(top, #fff,#f6f6f6);
	background-image:linear-gradient(top, #fff,#f6f6f6);
}
.bd-right{
	width:50%;
	float:right;
	margin:50px auto 0;
}
@media screen and (max-width:1024px) {
	.bd-left{
		width:90%;
		float:none;
		margin-bottom:18px;
	}
	.bd-right{
		width:90%;
		float:none;
		margin:18px auto;
	}
	#bdzixun{
		height:150px;
	}
}
.bd-zhuanjia{
	border:1px solid #ccc;
	margin-left:26.3%;
	width:60%;
	overflow:hidden;
}
.bd-zhuanjia .zhuanjia-info{
	height:auto;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

.bd-zhuanjia .zhuanjia-info.late-item{
	border-bottom: 0;
}
.zhuanjia-hide{
	height:36px;
	line-height: 36px;
	display:block;
}
.zhuanjia-show{
	padding: 10px 0;
	height:128px;
	display:none;
	overflow:hidden;
}
.bd-zhuanjia .zhuanjia-info.active .zhuanjia-hide{
	display:none;
}
.bd-zhuanjia .zhuanjia-info.active .zhuanjia-show{
	display:block;

}
.zhuanjia-head{
	width:80px;
	height:108px;
	overflow:hidden;
	float:left;
}
.zhuanjia-head img{
	height:100%;
}
.zhuanjia-jieshao{
	margin-left:90px;
	line-height: 20px;
}
.zhuanjia-jieshao p{
	margin-bottom: 8px;
	color:14px;
}
.zhuanjia-jieshao .trangle{
	height:20px;
	border:0;
}
.jieshao-text{
	padding-right:10px;
	font-size: 12px;
	color:#999;
	line-height: 16px;
}
.zhuanjia-jieshao .trangle i{
	top:7px;
}
.trangle{
	float:right;
	display:block;
	width:36px;
	vertical-align: middle;
	position:relative;
	border-left: 1px solid #ccc;
	height:36px;
}
.trangle i{
	position:absolute;
	width:5px;
	height:0;
	top:15px;
	left:12px;
}
.trangle i.hide{
	border-top:5px solid #000;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:0;
}
.trangle i.show{
	border-bottom:5px solid #000;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:0;
}
.bd-tit{
	padding : 12px 0;
	border-bottom: 1px dashed #ccc;
}
.left-line{
	border-left:4px solid #007fe1;
	margin-right:10px;
}


.submit-step{
	over:hidden;
	margin: 50px auto;
	text-align: center;
}
.submit-step a{
	border:1px solid #dedede;
	color:#fff;
	border-radius: 8px;
	background-color:#3388ff;
	padding:10px 40px;
	overflow:hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.next-go,.submit-go,.reset{
	margin-right:10px;
}
.next-go:hover,
.submit-go:hover,
.reset:hover{
	background-color: #2277ee;
}
.submit-step .cancel{
	background-color: #fefefe;
	color:#3388ff;
}
.submit-step .cancel:hover{
	background-color: #eee;
}
.clamp5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* 表单返回结果 */
.biaodan-result{
	height : 500px;
	padding:0;
}
.result-content{
	padding:10% 20%;
}
.result-icon{
	width:90px;
	text-align: center;
	overflow:hidden;
	float:left;
	margin-right:32px;
}
.result-desc{
	overflow:hidden;
}
.result-tit{
	font-size: 22px;
	font-weight: bold;
	padding-bottom:18px;

}
.result-tit.fail-tit{
	color:#e23333;
}
.result-tit.succ-tit{
	color:#79c144;
}
.result-text{
	margin-bottom: 24px;
	line-height: 28px;
}
.return-btn{
	overflow:hidden;
}
.return{
	display:inline-block;
	// border:1px solid #fefefe;
	color:#fff;
	border-radius: 8px;
	background-color:#3388ff;
	padding:14px 50px;
	overflow:hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.return:hover{
	background-color: #2277ee;
}
#sentTitle {
    width: 60%;
    height: 40px;
    border: 1px solid #ccc;
    margin-left: 5px;
    padding: 5px;
    line-height: 20px;
}
.select{
	height:34px;
	line-height: 34px;
}	
.guanlx{
	height: 34px;
	line-height: 34px;
}