*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
	font-family: "思源黑体";
	text-align: justify;
}
p{
	font-size: 14px;
	line-height: 32px;
}
a{
	color:#403565;
}
.banner>img{
	width: 100%;
}
.in{
	width: 1000px;
	margin:10px auto;
}
.text{
	text-align: center;
	padding-bottom: 30px;e2effb
}
.text p{
	font-size: 16px;
}
.text p>span{
	color: blue;
	font-weight: 700;
	text-decoration: underline;
}
.boxOne{
	background: #f0f7fd;
	padding: 30px 0;
}
.boxOne h3,.boxTwo h3{
	font-size: 30px;
	text-align: center;
	color: #403565;
	line-height: 16px;
	border-left: 260px solid #d8ecfb;
	border-right: 260px solid #d8ecfb;
	height: 16px;
}
.boxOne>div>div{
	margin-top: 10px;
}
.boxOne>div>div>h4,.three>h4{
	font-size: 18px;
	line-height: 40px;
	background: #d8ecfb;
	padding-left: 10px;
}
.boxOne>div>div>p,.three>p{
	text-indent: 2em;
	line-height: 48px;
}
.boxOne>div>div>a,.three>a{
	float: right;
}
.boxTwo{
	padding: 30px 0;
}
.one{
	overflow: hidden;
	margin: 30px 0;
}
.boxTwo h2{
	border-left: 10px solid #a4c1ff;
	padding-left: 10px;
	margin:30px 0;
}
.one>div{
	width: 304px;
	float: left;
	border: 1px solid #a4c1ff;
	margin-right: 44px;
}
.one>div:last-child{
	margin-right: 0;
}
.one>div>h4,.one>div>p{
	padding: 0 10px;
}
.one>div>h4{
	color: #403565;
}
.one>div>p{
	line-height: 22px;
	text-indent: 2em;
}
.two>div{
	overflow: hidden;
	padding-bottom: 40px;
}
.two>div>img{
	float: left;
	margin-right: 20px;
	box-shadow: 6px 6px 3px #a4c1ff;
}
.two>div>h4{
	margin-bottom: 30px;
}
.two>div>p{
	text-indent: 2em;
}
.footer{
	background: #ccc;
}