/*banner*/
.banner{
	width: 100%;
	min-width: 1200px;
}
.banner>img{
	width: 100%;
}
/*txt*/
.txt{
	width: 100%;
	min-width: 1200px;
	background: #bbd0f9;
}
.txt>div{
	box-sizing: border-box;
	padding: 26px 280px;
}
.txt>div>p>span{
	font-size: 16px;
	color: #c11616;
	font-weight: 700;
}
.one{
	width: 100%;
	min-width: 1200px;
}
.one>div{
	background: url(../img/bg1.jpg) no-repeat;
	height: 551px;
	padding: 0 20px;
	box-sizing: border-box;
}
.one>div>h1{
	text-align: center;
	padding: 30px 0;
}
.one>div>p{
	width: 420px;
	padding: 50px;
	text-indent:2em;
}
.two{
	background: #a8c1ed;
	width: 100%;
	min-width: 1200px;
	padding: 20px 0;
}
.two>div>div{
	background: url(../img/bg2.png) no-repeat;
	padding: 30px;
	height: 478px;
	width: 908px;
	box-sizing: border-box;
	margin: auto;
}
.two>div>h1{
	text-align: center;
	box-sizing: border-box;
	padding: 40px 0;
	color: #fff;
}
.two>div>div>p{
	width: 300px;
	float: left;
	padding: 30px;
}
.two>div>div>p>span{
	display: block;
	font-weight: 700;
}
.two>div>div>p:last-child{
	margin-left: 60px;
	width: 310px;
}
.three{
	width: 100%;
	min-width: 1200px;
	padding: 20px 0;
}
.three>div{
	background: url(../img/bg3.jpg);
	height: 480px;
}
.three>div>h1{
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0;
}
.three>div>p{
	padding:30px 50px;
	text-indent:2em;
}
.three>div>img{
	width: 900px;
	margin: auto;
	display: block;
}
.four{
	width: 100%;
	min-width: 1200px;
	padding-bottom: 20px;
	background: #bbd0f9;
}
.four>div>h1{
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0;
	color: #fff;
}
.four>div>p{
	text-indent:2em;
}
.four>div>ul>li{
	width: 280px;
	float: left;
	margin-left: 26px;
}
.four>div>ul>li:first-child{
	margin: 0;
}
.four>div>ul>li>img{
	display: block;
	margin: auto;
}
.four>div>ul>li>div{
	background: url(../img/3Bg.png) no-repeat;
	box-sizing: border-box;
	padding: 48px 10px 10px;
}
.four>div>ul>li:nth-child(2)>div,.four>div>ul>li:last-child>div{
	background: url(../img/2Bg.png) no-repeat;
	padding: 10px 10px 48px;
}
.four>div>ul>li>div>h3:nth-child(2){
	text-align: center;
}
.four>div>ul>li>div>p{
	text-indent:2em;
}
.five{
	width: 100%;
	min-width: 1200px;
}
.five>div>h1{
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0;
}
.five>div>p{
	padding:60px 90px 0;
	line-height: 50px;
	font-weight: 700;
}
.six{
	width: 100%;
	padding-top: 20px;
	min-width: 1200px;
	background: #a8c1ed;
}
.six>div{
	background: url(../img/aa.jpg);
	height: 500px;
}
.six>div>h1{
	text-align: center;
	color: #fff;
}
.six>div>p{
	width: 300px;
	line-height: 40px;
}
.footer{
	text-align: center;
	background: #6074db;
	padding: 20px 0;
	width: 100%;
	min-width: 1200px;
}
.footer>p>a{
	margin-left: 12px;
	font-weight: 700;
	color: #fff;
}