.zxwd{
    background: #fff;
    overflow:hidden;
    
}
.globalcontent{padding:10px;}
.zx01{
	min-height:80px;
	overflow:hidden;
	border-bottom: 1px solid #ececec;
	}
	
.zx01-left{
	float:left;
	height:100%;
	padding-left:55px;
	background: url("../images/wen.png") 5px no-repeat;
	width:45%;
	margin-top:10px
}
.left_title{
    font-size: 16px;
    width:100%;
    line-height:30px;
    display:block; 
}
.left_name{
	 display: block;
    color: #b7b7b5;
    font-size:15px;
    margin-top:10px;
    margin-bottom:10px
}
.left_name a{
	color: #fff;
    padding: 1px 6px;
    background: #a8afc2;
    border-radius: 8px; 
    font-size:14px;
}
.left_name span{
	padding-left:5px
}

.zx01-right{
	float:right;
	height:100%;
	line-height:30px;
	padding-left:55px;
	background: url("../images/da.png") 5px no-repeat;
	width:50%;
	margin-top:10px
}
.search-btn{
    text-align: center;
    margin-top: 15px;
}
.search-btn .btn{
    margin-right: 30px;
    font-weight: bold;
    color: #fff;
    width: 154px;
    border-radius: 3px;
    line-height: 52px;
    font-size:15px;
    border: none;
    background:#f16a39;
    background: -webkit-linear-gradient(left, #f16a39, rgba(255, 170, 86, 0.6)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#f16a39, rgba(239, 126, 27, 0.6)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #f16a39, rgba(239, 126, 27, 0.6)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #f16a39, rgba(239, 126, 27, 0.6)); /* 标准的语法 */
}
.search-btn a{
    color: #4375d0;
    text-decoration:underline;
}

.textarea-bg{
    margin-top: 0;
    background: #f1f1f1;
    padding: 30px 0;
}

.bd-zx{
	width:70%;
	margin:0 auto
}
/*咨询*/
.form-item2{
	width: 390px;
	line-height: 34px;
	margin-top: 22px;
	overflow: hidden;
	float: left;
}
.form-item2 label{
	display: block;
	width: 90px;
	float: left;
	font-size:15px
}
.form-item2 input{
	float: left;
	width: 250px;
	height: 34px;
	border: 1px solid #999;
	border-radius: 3px;
	padding-left: 5px;
}

.form-item2-2 {
	width: 790px;
	line-height: 34px;
	margin-top: 22px;
	overflow: hidden;
}
.form-item2-2 label{
	display: block;
	width: 90px;
	float: left;
	font-size:15px
}
.form-item2-2 input{
	float: left;
	width: 200px;
	height: 34px;
	border: 1px solid #999;
	border-radius: 3px;
	padding-left: 5px;
}
.form-item2-2 textarea{
	float: left;
	width: 640px;
	border: 1px solid #999;
	border-radius: 3px;
	padding-left: 5px;
}

.form-item2-2  .code-img{
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
	float:left
}
.form-item2-2   .change{
	display: inline-block;
	margin-left: 10px;
	color: #333;
	text-decoration: underline;
	cursor: pointer;
	line-height: 30px;
	float:left
}

.form-btn-box{
	width: 100%;
	text-align: center;
	padding-top: 25px;
padding-bottom:2px;
	overflow: hidden;
	font-size:16px
}