.icon1{
	display: block;
	width: 28px;
	height: 28px;
	background-image: url("../images/icon1.png");
	float: left;
	margin-top: 3px;
	margin-left: 12px;
	margin-right: 4px;
}
.icon2{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	background-image: url("../images/icon2.png");
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 4px;
} 
.icon3{
	width: 26px;
	height: 29px;
	display: block;
	float: left;
	background-image: url("../images/icon3.png");
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 4px;
}
.icon4{
	display: block;
	float: left;
	width: 32px;
	height: 18px;
	background-image: url("../images/icon4.png");
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 4px;
}
.icon5{
	display: block;
	float: left;
	width: 20px;
	height: 29px;
	background-image: url("../images/icon5.png");
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 12px;
}
.icon6{
	display: block;
	float: left;
	width: 32px;
	height: 29px;
	background-image: url("../images/icon6.png");
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 4px;
}
.phonebg{
/*	background: #1873B6;*/
width: 47%;
float: left;

}
.phonebg li{
	color: #000;
	font-size: 14px;
	height: 55px;
	padding-top: 6px;
/*	background:url("../images/phonebg.png") no-repeat #1873B6;*/
	cursor: default;
            line-height: 35px;

}
.phonebg li a:hover{
 color:#ff6d0b;
}
.biaodan{
	width: 50%;

	margin:0 auto;
	
	float: left;
}
.biaodan p{
	width:100%;
	height:35px;
	background-color: #0268B3;
	color: #fff;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
}
.biaodan input{
	width: 98%;
	height: 35px;
	margin-top: 10px;
	border:1px solid #DFDFDF;
	padding:0 5px;
	font-size: 14px;
}
.biaodan textarea{
	width: 98%;
	height: 150px;

	margin-top: 10px;
	border:1px solid #DFDFDF;
	padding:0 5px;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
}
.biaodan .iptBtn{
	background-color: #0268B3;
	color: #fff;
	font-size: 18px;
	width: 100%;

}
.biaodan .iptBtn:hover{
	color: #ff6d0b;
	background-color: #0268B3;
}
.qiyeCont{
	padding-top: 50px;
	border:none;
}
@media screen and (max-width: 493px){
	.phonebg{
		width: 100%;
	}
	.biaodan{
		width: 100%;
	}
	.qiyeCont{
		padding-top: 0px;
	
	}
}