.banner{
	position: relative;
}
.banner .inner{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.banner .title{
	font-size: 50px;
	line-height:70px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	text-shadow:0px 2px 6px rgba(0,0,0,0.5);
}
.banner .link{
	display: inline-block;
	width: 200px;
	height: 60px;
	background: #fff;
	line-height: 60px;
	border-radius: 30px;
	font-size: 24px;
	color:#4D76E3;
	text-align: center;
	margin-top: 100px;
}
.banner .link:hover{
	background: #4D76E3;
	color:#fff;
}
.sec1{
	width: 1200px;
	padding-top:100px;
	margin:0 auto;
}
.sec1 .title{
	font-size: 50px;
	text-align: center;
	color:#444;
	font-weight: bold;
	padding-bottom: 38px;
	background: url(../images/pic42.png) no-repeat center bottom;
}
.sec1 .ul-box{
	overflow: hidden;
	margin-top:50px;
}
.sec1 .ul-box li{
	width: 360px;
	float: left;
	padding:30px 20px;
	
}
.sec1 .ul-box li.middle{
	width: 358px;
	border-right:1px solid #DFDFDF;
	border-left:1px solid #DFDFDF;
}
.sec1 .ul-box .title2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 16px;
}
.sec1 .ul-box .text{
	font-size: 20px;
	line-height: 30px;
}
.sec2{
	height: 240px;
	display: flex;
	margin-top:100px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../images/pic18.png) no-repeat center center;
		background-size: cover;
}
.sec2 .text{
	font-size: 50px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	text-shadow:0px 2px 10px rgba(0,0,0,0.5);
}
.sec3{
	margin-top:60px;
	position: relative;
}
.sec3 .inner-wrap{
	height: 600px;
	background: #F7F9FB;
	border-bottom-right-radius: 300px;
	border-top-right-radius: 300px;
	width: 90%;
}
.sec6 .inner-wrap{
	border-bottom-left-radius: 300px;
	border-top-left-radius: 300px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-left: 10%;
}
.sec6 .inner-wrap img{
	margin-left: 130px;
}
.sec3 .pic19{
	width: 326px;
	margin-top:100px;
	display: block;
	float: left;
}
.sec3 .inner{
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}
.sec3 .box{
	width: 475px;
	float: left;
	margin:230px 0 0 130px;
}
.sec6 .box{
	margin-left: 0;
}
.sec3 .title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.sec3 .text{
	font-size: 20px;
	line-height: 32px;
}
.sec4{
	width: 1200px;
	margin:60px auto 0;
	padding:74px 175px;
	box-sizing: border-box;
	box-shadow:0px 0px 25px 0px rgba(202,203,205,0.3);
	border-radius:3px;
}
.sec4 img{
	display: block;
	width: 825px;
	height: 285px;
	margin-bottom: 72px;
}
.sec4 .text{
	font-size: 30px;
	text-align: center;
	color:#333;
	font-weight: bold;
}
.sec5{
	width: 1200px;
	margin:60px auto;
	box-shadow:0px 0px 25px 0px rgba(202,203,205,0.3);
	border-radius:2px;
}
.sec5 .item{
	padding: 20px 0 20px 60px;
	height: 400px;
	display: flex;
	border-bottom:1px solid #CACACA;
}
.sec5 .item.last{
	border-bottom: none;
}
.sec5 .item img{
	display: block;
	width: 585px;
	height: 400px;
}
.sec5 .item .left{
	flex:1;
	display: flex;
	padding-left: 130px;
	position: relative;
	flex-direction: column;
	justify-content: center;
}
.sec5 .item .left .index{
	display: block;
	width: 60px;
	height: 60px;
	text-align:center;
	line-height: 60px;
	font-size: 26px;
	border:1px dashed rgba(68,68,68,1);
	position: absolute;
	left:0;
	top:50%;
	font-weight: bold;
	margin-top:-30px;
}
.sec5 .item .left .title{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 16px;
	position: relative;
	margin-bottom: 20px;
}
.sec5 .item .left .line{
	position: absolute;
	left:0;
	width:58px;
	height:2px;
	background:rgba(68,68,68,1);	
	bottom: 0;
}
.sec5 .item .left .text{
	font-size: 18px;
	color:#444;
	line-height: 26px;
	width: 310px;
}
.banner .m-pic1,.banner .m-link,.m-pic16,.banner .title2,.sec3 .m-pic19,.m-sec2 .text2,.sec4 .pic26,.sec5 .item .left .m-text,.sec2 .m-text{
	display: none;
}
@media screen and (min-width: 640px) {
    .banner{
		height: 500px;
		background: url(../images/pic17.jpg) no-repeat center center;
		background-size: cover;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 640px) {
	.banner{
		height: auto;
		position: relative;
	}
	.banner .m-pic16{
		display: block;
		width: 100%;
	}
	.banner .link{
		display: block;
		width: 118px;
		height: 36px;
		background: #fff;
		color:#0105A0;
		text-align: center;
		line-height: 36px;
		border-radius: 18px;
		font-size: 14px;
		margin-top: 50px;
	}
	.banner .title{
		display: none;
	}
	.banner .title2{
		display: block;
		color:#fff;
		font-size: 26px;
		font-weight: bold;
		line-height: 34px;
		text-shadow:0px 2px 6px rgba(0,0,0,0.5);
	}
	.banner .inner{
		align-items: flex-start;
		padding: 0 25px;
		box-sizing: border-box;
	}
	.sec1{
		width: 100%;
		padding:50px 0 0px 0;
	}
	.sec1 .title{
		font-size: 24px;
		padding-bottom: 20px;
		background-size: 72% auto;
	}
	.sec1 .ul-box{
		margin-top:25px;
	}
	.sec1 .ul-box li{
		width: 100%;
		padding:10px 20px;
		text-align: center;
		box-sizing: border-box;
	}
	.sec1 .ul-box li.middle{
		width: 100%;
		border:none;
	}
	.sec1 .ul-box .title2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.sec1 .ul-box .text{
		font-size: 13px;
	}
	.sec2{
		height: 90px;
		background: url(../images/pic25.png) no-repeat center center;
		background-size: cover;
		margin-top:50px;
	}
	.sec2 .text{
		display: none;
	}
	.sec2 .m-text{
		display: block;
		font-size: 24px;
		color:#fff;
		text-align: center;
		font-weight: bold;
		line-height: 30px;
		text-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	}
	.sec3{
		margin-top:0;
		padding-top: 60px;
		background:rgba(247,249,251,1);
	}
	.sec3 .inner-wrap{
		width: 100%;
		background: none;
	}
	.sec3 .inner{
		width: 100%;
		text-align: center;
		position: initial;
		margin-left: 0;
		padding:0 20px;
		box-sizing: border-box;
	}
	.sec3 .pic19{
		display: none;
	}
	.sec3 .m-pic19{
		display: block;
		width: 70%;
		margin:20px auto 0;
	}
	.sec3 .box{
		width: 100%;
		margin:0;
		float: none;
	}
	.sec3 .title{
		font-size: 16px;
	}
	.sec3 .text{
		font-size: 13px;
		line-height: 24px;
	}
	.sec3 .inner-wrap{
		height: auto;
	}
	.sec5 .item .left .text{
		display: none;
	}
	.sec5 .item .left .m-text{
		display: block;
	}
	.sec6 .inner-wrap{
		margin-left: 0;
	}
	.sec6 .inner-wrap img{
		margin:20px auto 0;
	}
	.m-sec2 .text{
		display: none;
	}
	.m-sec2 .text2{
		display: block;
		width: 100%;
		padding:0 20px;
		box-sizing: border-box;
	}
	.sec4{
		position: relative;
		width: 90%;
		margin:25px auto 0;
		padding:20px 20px 50px 20px;
	}
	.sec4 .pic20{
		display: none;
	}
	.sec4 .pic26{
		display: block;
		width: 90%;
		margin:0 auto;
	}
	.sec4 .text{
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 15px;
		font-size: 16px;
		margin-top:20px;
	}
	.sec5{
		width: 90%;
		margin:50px auto;
	}
	.sec5 .item{
		height: auto;
		padding:30px 20px 20px;
		display: block;
	}
	.sec5 .item .left{
		padding:0;
	}
	.sec5 .item .left .index{
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		position: inherit;
		margin:0px auto;
	}
	.sec5 .item .left .title{
		font-size: 16px;
		text-align:center;
		margin:12px 0;
	}
	.sec5 .item .left .line{
		left: 50%;
		margin-left: -29px;
	}
	.sec5 .item .left .m-text{
		text-align: center;
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 12px;
	}
	.sec5 .item img{
		width: 100%;
		height: auto;
	}
}