.content .text1{
	font-size: 50px;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
.content .line{
	width: 80px;
	display: block;
	margin:40px auto 0;
	border-bottom: 1px solid #fff;
}
.content .use{
	display: block;
	width:200px;
	height:60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	margin:0 auto;
	background:rgba(77,118,227,1);
	border-radius:32px;
}
.content .use:hover{
	background: #2957CF;
}
.pics{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top:416px;
	width: 1200px;
	height: 600px;
	background: #fff;
	border-radius: 8px;
	display: flex;
	overflow: hidden;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	justify-content: space-between;
}
.pics .left{
	width: 450px;
	float: left;
	padding-top:50px;
	padding-left: 40px;
	padding-right: 40px;
}
.pics .left .title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 18px;
}
.pics .left .circle{
	font-size: 38px;
	position: relative;
	top:5px;
}
.pics .left .text{
	margin-bottom: 20px;
	font-size: 18px;
	padding-left: 10px;
	font-family: Arial;
}
.pics .right{
	width: 750px;
	float: left;
	height: 600px;
}
.kong{
	height: 410px;
}
.pic66{
	display: none;
}
.pics .left .text strong{
	font-size: 22px;
	line-height: 30px;
	font-family: "songti", "SimSun", "宋体", arial;
}
.line{
	height: 23px;
}
@media screen and (min-width: 640px) {
    .content{
		height: 458px;
		padding-top:140px;
		background: url(../images/pic65.jpg) no-repeat top center;
		background-size: cover;
	}
}
@media screen and (max-width: 640px) {
	.content{
		position: relative;
	}
	.pic66{
		display: block;
		width: 100%;
	}
	.content .text1{
		position: absolute;
		width: 100%;
		left: 0;
		top:36px;
		font-size: 25px;
	}
	.content .line{
		width: 40px;
		margin:20px auto 0;
	}
	.pics{
		width: calc(100% - 80px);
		margin: 0;
		left: 40px;
		top:176px;
		padding:0px;
		box-sizing: border-box;
		display: block;
		height: auto;
	}
	.pics .left .title{
		font-size: 18px;
		margin-bottom: 9px;
	}
	.pics .left .circle{
		font-size: 20px;
		top:2px;
	}
	.pics .left{
		padding:20px;
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding:25px 25px 12px;
	}
	.pics .left .text strong{
		font-size: 14px;
		line-height: 20px;
	}
	.pics .left .text{
		font-size: 14px;
		padding-left: 6px;
		margin-bottom: 12px;
	}
	.pics .right{
		float: none;
		width: 100%;
		height: 240px;
	}
	.pics strong{
		font-family: "songti", "SimSun", "宋体", arial;
		display: inline;
	}
	.kong{
		height: 550px;
	}
	.line{
		height: 11px;
	}
}