/**!
 * 咨询留言-我要留言
 * author: hhj;
 */

/* main */

.span6 {
	padding: 0;
	width: 242px;
	height: 806px;
	background-color: #e7f3f9;
}

.span18 {
	width: 736px;
}

/* 左侧菜单 */

.ewb-menu-hd {
	margin: 0 -7px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #037cb4;
	position: relative;
}

.ewb-menu-hd i {
	display: block;
	position: absolute;
	top: 50px;
	width: 7px;
	height: 6px;
}

.ewb-mh-lj {
	left: 0;
	background: url(../images/menu_tt_lj.png);
}

.ewb-mh-rj {
	right: 0;
	background: url(../images/menu_tt_rj.png);
}

.ewb-menu-tt {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.wb-tree-items {
	vertical-align: top;
}

.ewb-cm-hd {
	padding-top: 1px;
}

.ewb-menu-list {
	padding-top: 6px;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    padding-left: 29px;
}

.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 17px;
    margin-right: 20px;
    background: url(../images/wblistr.png) no-repeat;
}

.wb-tree-sub {
    display: none;
    padding: 11px 15px;
    background-color: #f4f9fc;
}

.wb-tree-item {
	height: 34px;
	line-height: 34px;
	margin-top: 4px;
	vertical-align: top;
}

.wb-tree-item.mt0 {
	margin-top: 0;
}

.wb-tree-item>a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding-left: 35px;
    font-size: 16px;
    background: url(../images/menu_dian.png) 24px 50% no-repeat;
}

.wb-tree-item:hover,
.wb-tree-item.current {
	background: url(../images/smenu_bg.png);
}

.wb-tree-item:hover a,
.wb-tree-item.current a {
	font-weight: bold;
	color: #fff;
	background: url(../images/menu_dian1.png) 24px 50% no-repeat;
}

.current .wb-tree-tt {
	font-weight: bold;
    color: #fff;
}

.current .wb-tree-node {
    background-color: #38aadf;
}

.current .wb-tree-iconr {
    width: 15px;
    height: 3px;
    margin-top: 23px;
    background: url(../images/wblistrh.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

/* 当前位置 */

.ewb-location {
	padding-top: 3px;
	padding-left: 10px;
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #1f9ad3;
}

.ewb-location-content {
    padding-left: 20px;
    color: #666;
    background: url(../images/location_icon.png) left center no-repeat;
}

.ewb-location-content a {
    color: #666;
}

.ewb-location-content span {
    color: #fe7b07;
}

/* 留言 */
.leave-tt {
	padding: 14px 0;
	height: 51px;
	line-height: 51px;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.leave-ul {
	padding-right: 81px;
}

.leave-list {
	min-height: 32px;
	margin-top: 16px;
}

.leave-list-tt {
	float: left;
	width: 145px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	text-align: right;
}

.leave-list-tt > span {
	color: #f90101;
}

.leave-list-con {
	margin-left: 155px;
}

.leave-input {
	width: 100%;
	padding-left: 10px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.leave-area {
	vertical-align: top;
	width: 100%;
	height: 160px;
	padding: 10px;
	line-height: 22px;
	border: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	resize: none;
}

/* 按钮 */
.leave-btn {
	margin-top: 40px;
	text-align: center;
}

.leave-btn > a {
	display: inline-block;
	margin: 0 20px;
	width: 150px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	border: none;
	outline: none;
}

.leave-btn > input {
	display: inline-block;
	margin: 0 20px;
	width: 150px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	border: none;
	outline: none;
}

.reset {
	background-color: #6cbd5f;
}

.submit {
	background-color: #037cb4;
}