@charset "utf-8";



#main{
}
#main .mainBox{
	overflow: hidden;
	background:#fff;
}
.communication{
	padding: 30px;
}
.communication .page-title{position: relative; }
.communication .page-title h2{font-size: 20px;color: #1e69f1;margin-bottom: 5px;}
.communication .page-title span{	display: block;	width: 20px;height: 4px;background-color: #1e69f1;}

/* 侧边 */
.page-side{
	float: left;
	width: 380px;
	padding: 30px;
	border-left: 1px solid #f1f1f1;
	margin-left: -1px;
}

.page-side .page-title{
	text-align: left;
	padding: 0px;
	background: url(../img/side-content.jpg) no-repeat;
	position: relative;
	height: 100px;
}
.page-side .page-title h2{
	background-color: rgba(30,105,241,.95);
	color: #fff;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 50px;
	text-align: center;
	left: 0;
	padding: 0 20px;
}
.communication .con{
	line-height: 1.6em;
}

.form-group{
	width: 100%;
	margin: 30px auto 0;
}
.form-block{
	overflow: hidden;
	margin-bottom: 20px;
}
.form-block .form-title{
	display: block;
	font-size: 14px;
	margin-top: 10px;
	width: 200px;
	float: left;
	margin-left: 100px;
}
.form-block .form-con{
	width: 600px;
	float: left;
}
.form-block .w30{
	float: left;
	width: 40%;
	padding-left: 10px;
}
.form-block .w50{
	float: left;
	width: 52%;
}
.form-block .form-radio label{
	float: left;
	margin-right: 13px;
	padding-top: 6px;
	font-size: 14px;
}
.form-title{
	margin-bottom: 6px;
}
.form-title span{
}
.form-control{-webkit-tap-highlight-color:rgba(0,0,0,0); appearance:none; -webkit-appearance: none; -moz-appearance:none;}
.form-group select.form-control{-webkit-tap-highlight-color: rgba(0,0,0,.5); -webkit-tap-highlight-color: transparent; appearance:none; -webkit-appearance: none; -moz-appearance:none;}
.form-group textarea.form-control{min-height: 100px;}
.form-group .btn{
	margin-top: 20px;
	width: 160px;
	margin-left: 300px;
}

/*重定义样式*/
.radio input[type=radio] {
	display: none;
}
.radio label{
	line-height: 20px;
}
.radio label span{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	vertical-align:middle;
}
.radio label span:before{
	content: "";
	display: block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
}
.radio input[type=radio]:checked + label span:before{
	border: 1px solid #1E69F1;
	background: #fff;
}
.radio input[type=radio]:checked + label span:after{
	content: "";
	display: block;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background: #1E69F1;
	border: 0;
	position: absolute;
	left: 3px;
	top: 3px;
}

@media screen and (max-width: 768px) {
	.communication .page-title{position: relative; }
	.communication .page-title h2{font-size: 20px;color: #1e69f1;margin-bottom: 5px;}
	.communication .page-title span{	display: block;	width: 20px;height: 4px;background-color: #1e69f1;}
	
	.communication{
		padding: 10px;
	}
	
	/* 侧边 */
	.page-side{
		float: none;
		width: 100%;
		padding: 10px;
		border-left: 0;
		margin-left: -1px;
	}

	.page-side .page-title{
		text-align: left;
		padding: 0px;
		background: url(../img/side-content.jpg) no-repeat;
		background-size: 100%;
		position: relative;
		height: 80px;
	}
	.page-side .page-title h2{
		background-color: rgba(30,105,241,.95);
		color: #fff;
		font-size: 18px;
		height: 36px;
		line-height: 36px;
		position: absolute;
		top: 30px;
		text-align: center;
		left: 0;
		padding: 0 20px;
	}

	.form-group{
		width: 100%;
		margin: 0px auto 0;
	}
	.form-block{
		overflow: hidden;
		margin-bottom: 0px;
	}
	.form-block .form-title{
		display: block;
		font-size: 14px;
		margin-top: 10px;
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.form-block .form-con{
		width: 100%;
		float: none;
	}
	.form-group .btn{
		margin-top: 20px;
		width: 160px;
		font-size: 14px;
		margin: 20px auto;
	}
}