/*服务项目页面*/
.buttonnew {
	margin: 15px 0px;
	width: 126px;
	height: 38px;
	border: #e6e6e6 solid 1px;
	border-radius: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	background: none;
	display: inline-block;
}

.neibucon {
	width: 100%;
	height: 390px;
	background-color: #f8f8f8;
}
.neibucon .neibucon_nei {
	width: 1080px;
	margin: 0 auto;
}
.neibucon .neibucon_nei .data {
	width: 345px;
	float: left;
	margin-top: 30px;
}
.neibucon .neibucon_nei .data span {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/bg3.png) no-repeat 50% 0px;
}
.neibucon .neibucon_nei .con {
	float: right;
	margin-top: 25px;
}
.neibucon .neibucon_nei .con input[type="text"] {
	width: 206px;
	height: 40px;
	border: #CCCCCC solid 1px;
	border-radius: 3px;
	padding-left: 14px;
	line-height: 40px;
	font-size: 14px;
	color: #999999;
}
.neibucon .neibucon_nei .con textarea {
	width: 340px;
	height: 160px;
	border: #CCCCCC solid 1px;
	border-radius: 3px;
	padding-left: 14px;
	line-height: 40px;
	font-size: 14px;
	color: #999999;
}
.yzm_img {
	width: 90px;
	height: 33px;
	cursor: pointer;
	border: 1px solid #DDDDDD;
	border-radius: 0px 3px 3px 0px;
	border-left: 0px;
	margin-top: -2px;
}
.neibucon .neibucon_nei .con input[type="submit"] {
	width: 145px;
	height: 42px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 16px;
	background-color: #00aef3;
	border-radius: 5px;
	float: left;
	margin-top: 8px;
	border: none;
}
