/*-----title-----*/
#title{
	width:100%;
	height:62px;
	margin-top:50px;
}
#title .titleCon{
	width:1200px;
	margin:auto;
}
#title .titleCon h3{
	background:red;
	height:62px;
	line-height:62px;
	font-size:32px;
	color:#fff;
	padding-left:16px;
	width:831px;
	
}
/*------question-------*/
#question{
	width:1200px;
	margin:0 auto;
	margin-top:37px;
	font-family:"黑体";
	
}
#question h3{
	width:421px;
	height:40px;
	line-height:40px;
	font-size:28px;
	color:#484848;
	border-bottom:1px solid #dedede;
	margin-bottom:17px;
}
#question p{
	line-height:27px;
	font-size:18px;
	color:#6b6768;
}
#question p a{
	color:#50b1db;
}
#question .phoneNum{
	margin-top:26px;
	width:600px;
	overflow:hidden;
	font-family:"Arial","宋体";
	font-weight:500;
	
}
#question .phoneNum .phoneNumL{
	width:260px;
	float:left;
	line-height:28px;
	font-family:"黑体";
	
}
#question .phoneNum .phoneNumR{
	width:300px;
	float:right;
	font-family:"黑体";
}
.phoneNum .phoneNumR .center{
	text-align:center;
}
#question .helpBtn{
	display:block;
	width:227px;
	height:48px;
	line-height:48px;
	font-size:22px;
	color:#fff;
	background:-webkit-linear-gradient(top,#3fb2e8 0%,#20abe6 50%,#04a0eb 100%);
	border-radius:7px;
	padding-left:20px;
	margin-top:40px;
}
#question .helpBtn .helpIcon{
	display:inline-block;
	width:23px;
	height:19px;
	background:url(../../images/helpIcon.png) no-repeat 0 0;
	margin-left:10px;
}


/*-----contactForm--------*/
#contactForm{
	width:1200px;
	margin:0 auto;
	margin-top:50px;
	font-family:"黑体";
	padding-bottom:140px;
	
}
#contactForm h3{
	font-size:32px;
	width:425px;
	height:45px;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:20px;
	
}
#contactForm p{
	height:36px;
	margin:5px 0;
	overflow:hidden;
	width:850px;
	
}
#contactForm p span{
	float:left;
	font-size:16px;
}
#contactForm p input{
	float:right;
	width:588px;
	border-radius:3px;
	height:32px;
	border:1px solid #cccccc;
	outline:none;
	padding-left:8px;
	line-height:20px;
	font-size:16px;
	font-family:Arial,"黑体";
}
#contactForm .textTit{
	font-size:16px;
}
#contactForm textarea{
	width:838px;
	height:67px;
	border-radius:3px;
	border:1px solid #cccccc;
	outline:none;
	text-indent:2em;
	line-height:20px;
	font-size:16px;
	font-family:Arial,"黑体";
	padding:5px;
	resize:none;
}
/*----line------*/
#line{
	width:100%;
	border-top:1px solid #e5e5e5;
}
