.container{
	
}
.head_img_wrap{
	position:relative;
}
.head_img{
	width:100%;
}
.head_img_txt{
	position:absolute;
	top:50%;
	left:17%;
	margin-top:-3%;
}
.center{
	width:1200px;
	margin:0 auto;
}
.view{
	padding:40px;
	clear: both;
	border-bottom: 1px solid #cccccc;
}
.view1,.view2{
	position:relative;
}
.view1 .view_img_wrap{
	float:left;
	width:313px;
	height:173px;
	overflow:hidden;
	border:1px solid #ccc;
	padding:3px;
	box-sizing:border-box;
}
.view2 .view_img_wrap{
	float:right;
	width:313px;
	height:173px;
	overflow:hidden;
	border:1px solid #ccc;
	padding:3px;
	box-sizing:border-box;
}
.view_img{
	width:100%;
	height:100%;
	transition:all  0.7s;
}
.view_img:hover{
	transform:scale(1.2);
}
.view1 .text_wrap{
	overflow: hidden;	
    box-sizing: border-box;
    padding-left: 30px;
}
.view1 .solutionBt{
	width:20px;
	height:20px;
	position:absolute;
	bottom:40px;
	right:40px;
	cursor: pointer;
}
.view2 .solutionBt{
	width:20px;
	height:20px;
	position:absolute;
	bottom:40px;
	left:40px;
	cursor: pointer;
}
.view2 .text_wrap{
	overflow: hidden;	
    box-sizing: border-box;
    padding-right: 30px;
}
.title{
	font-size: 24px;
    margin-bottom: 24px;
}
.describe{
	display:inline-block;
	font-size: 16px;
    line-height: 30px;
    color:#5e5e5e;
}
.clickLink{
	position:absolute;
	bottom:40px;
	right:100px;
	color:#2183e2;
}