.banner .left{
	flex:1;
	color:#fff;
}
.banner .left .title{
	font-size: 46px;
	line-height: 46px;
	margin-bottom: 30px;
}
.banner .left .text{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 50px;
}
.banner .left .link{
	display: inline-block;
	width: 200px;
	height: 60px;
	background: #4D76E3;
	line-height: 60px;
	border-radius: 30px;
	font-size: 24px;
	color:#fff;
	text-align: center;
}
.banner .left .link:hover{
	background: #2957CF;
}
.banner .right{
	padding-right: 0px;
	width: 635px;
	height: 322px;
}
.banner .right img{
	width: 100%;
	height: 100%;
}
.banner{
	position: relative;
}
.banner .con{
	position: absolute;
	left: 50%;
	top:0;
	width: 1160px;
	height: 100%;
	margin-left: -580px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content{
	padding:90px 0;
	position: relative;
}
.content .inner{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.content .sec1,.content .sec2{
	overflow: hidden;
	margin-bottom: 106px;
}
.content .sec1 img,.content .sec1 .box{
	float: right;
	width: 760px;
	height: 425px;
}
.content .sec2 img,.content .sec2 .box{
	float: left;
}
.content .sec6 img,.content .sec6 .box{
	float: left;
}
.content .sec4 img{
	width: 860px;
	height: 488px;
	float: left;
}
.content .sec5 img{
	width: 675px;
	height: 494px;
	float: left;
	margin-left: 85px;
}
.content .sec6{
	margin-bottom: 0;
}
.content .sec6 img{
	width: 760px;
	height: 460px;
}
.content .sec1 .box{
	padding-left: 50px;
	width:290px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content .sec2 .box{
	padding-left: 86px;
	width: 278px;
}
.content .sec4 .box{
	padding-left: 66px;
	float: left;
	height: 400px;
	width: 218px;
}
.content .sec5 .box{
	width: 400px;
	height: 400px;
}
.content .sec5 .box{
	width: 370px;
	height: 370px;
}
.content .sec6 .box{
	padding-left: 60px;
	width: 320px;
}
.content .sec1 .box .title{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 18px;
}
.content .sec1 .box .text{
	font-size: 16px;
	line-height: 24px;
}

.banner .m-pic1,.banner .m-link,.bg4{
	display: none;
}
@media screen and (min-width: 640px) {
    .banner{
		height: 600px;
		background: url(../images/pic50.jpg) no-repeat center center;
		background-size: cover;
		display: flex;
		align-items: center;
	}
	.bg1,.bg2{
		width: 499px;
		height: 997px;
		background: url(../images/pic58.png) no-repeat center center;
		position: absolute;
		right:0;
		top:90px;
	}
	.bg2{
		top:1400px;
	}
	.bg3{
		width: 499px;
		height: 997px;
		background: url(../images/pic59.png) no-repeat center center;
		position: absolute;
		left:0;
		top:600px;
	}
}
@media screen and (max-width: 640px) {
	.banner{
		height: auto;
		position: relative;
	}
	.banner .con{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.banner .m-pic1{
		display: block;
		width: 100%;
	}
	.banner .m-link{
		display: block;
		width: 118px;
		height: 36px;
		background: #4D76E3;
		color:#fff;
		text-align: center;
		line-height: 36px;
		border-radius: 18px;
		font-size: 16px;
		position: absolute;
		left: 6%;
		bottom: 25%;
	}
	.banner .right{
		display: none;
	}
	.banner .left{
		position: absolute;
		left: 0px;
		top:0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding-left: 20px;
	}
	.banner .left .link{
		width: 110px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.banner .left .text{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.banner .left .title{
		font-size: 26px;
		font-weight: bold;
		margin-top: 10%;
		margin-bottom: 25px;
	}
	.content{
		padding: 45px 20px;
	}
	.content .inner{
		width: 100%;
	}
	.content .sec1{
		margin-bottom: 50px;
	}
	.content .sec6{
		margin-bottom: 0;
	}
	.content .sec1 .box,.content .sec1 img{
		width: 100%;
		padding:0;
		height: auto;
		text-align: center;
	}
	.content .sec1 .box .title{
		font-size: 24px;
	}
	.content .sec1 img{
		margin-top:15px;
		margin-left: 0;
	}
	.bg1,.bg2{
		width: 208px;
		height: 408px;
		background: url(../images/pic61.png) no-repeat center center;
		background-size: 208px 408px;
		position: absolute;
		right:0;
		top:0px;
	}
	.bg2{
		top:1100px;
	}
	.bg3,.bg4{
		width: 208px;
		height: 408px;
		background: url(../images/pic62.png) no-repeat center center;
		position: absolute;
		background-size: 208px 408px;
		left:0;
		top:400px;
		display: block;
	}
	.bg4{
		top: 1800px;
	}
}