.ewb-want{
	border: 1px solid #dfebf8;
	background-color: #fff;
	overflow: hidden;
}

.ewb-want-hd{
	height: 120px;
	background: url(../images/addpic/want_bg.jpg) center top no-repeat;
}

.want-ico{
	margin-left: 38px;
	margin-top: 21px;
	display: block;
}

.want-intro{
	padding-left: 29px;
	width: 688px;
	height: 120px;
}

.want-name{
	margin-top: 26px;
	display: block;
}

.want-intro p{
	margin-top: 12px;
	line-height: 20px;
	color: #fff;
}

/* 表单 */
.say-inp {
    position: relative;
	z-index: 1;
}

.ewb-say .input-placeholder {
	position: absolute;
	padding-left: 10px;
	top: 0;
	left: 0;
	height: 38px;
	line-height: 37px;
	color: #999;
	cursor: text;
}

.input-box {
	width: 556px;
	height: 38px;
	line-height: 37px;
	text-indent: 10px;
	color: #999;
	border: 0;
	background: 0 0;
	border: 1px solid #e5e5e5;
}

/* 验证 */
.input-box.error{
	border-color: #ff0000;
}

.ewb-say{
	padding-top: 42px;
	overflow: hidden;
}

.say-name{
	padding-right: 5px;
	width: 193px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	text-align: right;
	color: #333;
}

.red-ico{
	margin-right: 6px;
	font-size: 20px;
	color: #fe0000;
	vertical-align: middle;
}

.ewb-say-box{
	margin-top: 10px;
}

/*.input-box.long{
	width: 898px;
}*/

.input-box.short{
	width: 349px;
}

.trycode-img{
	display: block;
}

.input-box.textarea{
	padding: 5px 10px;
	width: 536px;
	height: 110px;
	line-height: 26px;
	text-indent: 0;
}

label.error{
	color: #ff0000;
}

.ewb-abs-btnwp {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.abs-btn {
    margin: 0 5px;
    width: 200px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    outline: 0;
    border: 0;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.abs-btn.btn01{
     background-color: #f39800;
}

.abs-btn.btn02{
     background-color: #1080cc;
}

.abs-btn.btn01:hover{
     background-color: #ec6941;
}

.abs-btn.btn02:hover{
     background-color: #00adef;
}






.ewb-span6 {
    float: left;
    width: 282px;
}
.wb-tree-node {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
    background: #0a92da;
}
.wb-tree-tt {
    color: #fff;
}
.wb-tree-items {
    cursor: pointer;
    /*position: relative;*/
}
.wb-tree-sub {
    display: none;
    padding: 21px 19px 0;
    min-height: 668px;
    border: 1px solid #dfebf8;
    background-color: #f9f9f9;
    border-top: 0;
}
.current .wb-tree-sub {
    display: block;
}
.wb-tree-item.cur>a, .wb-tree-item>a:hover {
    color: #fff;
    background-image: url(../images/menulisth.png);
    background-color: #00adef;
}
.wb-tree-item>a {
    display: block;
    height: 32px;
    line-height: 32px;
    position: static;
    color: #333;
    font-size: 16px;
    padding-left: 38px;
    margin-bottom: 14px;
    border-radius: 16px;
    background-position: 20px center;
    background-repeat: no-repeat;
    /*background-image: url(../images/menulist.png);*/
}





.ewb-con-bd {
    padding: 14px 19px 20px;    
    height: 584px;
}
.ewb-th1 {
    width: 513px;
}
.ewb-th2 {
    width: 150px;
}
.ewb-th3 {
    width: 150px;
}
th {
    height: 36px;
    font-weight: bold;
    padding-left: 15px;
    background: #e9f2fa;
}


.ewb-info-detail{
    display: block;
    padding-left: 15px;
    width: 480px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-td2 {
    display: block;
    padding-left: 15px;
    width: 150px;
}

.ewb-td3 {
    display: block;
    padding-left: 15px;
    width: 150px;
}

td{
    height: 49px;
}









