.datatext-cont{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
@media (min-width: 1440px) {
	.datatext-cont{
		width:80%;
		margin:0 auto;
		overflow:hidden;
	}
}
.datatext-cont h1{
	margin-top:80px;
	width:100%;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:36px;
	color:#888;
	font-family:"microsoft yahei";
}
.securtyFirst{
	overflow:hidden;
	margin-top:40px;
}
.securty-img1{
	float:left;
}
.securty-img2{
	float:right;
}
.securtyNext{
	overflow:hidden;
	margin-top:40px;
	margin-bottom:100px;
}
.securty-textDes{
	line-height:30px;
	font-size:16px;
	color:#999;
	font-family:"microsoft yahei";
	text-align:left;
}
.securty-textright{
	width:45%;
	margin-top:127px;
	float:right;
}
.securty-textleft{
	margin-top:137px;
	float:left;
	width:56%;
}
.securty-textDes i{
	color:#B50D13;
	font-weight:bold;
}
.securty-textleft p:nth-child(1){
	margin-bottom:30px;
}
@media (max-width: 1200px) {
	.securty-img1{
		width:100%;
		float:left;
		text-align:center;
	}
	.securty-img2{
		width:100%;
		text-align:center;
		float:right;
	}
	.securty-textright{
		width:100%;
	}
	.securty-textleft{
		margin-top:137px;
		width:100%;
	}
}
@media (max-width: 986px) {
	.securty-img1 img{
		width:100%;
		height:100%;
	}
	.securty-img2 img{
		width:100%;
		height:100%;
	}
}
/*手机平板样式*/
@media (max-width: 768px) {
	.datatext-cont h1 {
	    margin-top: 40px;
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    font-size: 24px;
	}
	.securty-img1 img {
	    width: 80%;
	    height: 80%;
	}
	.securty-textDes {
	    line-height: 20px;
	    font-size: 14px;
	}
	.securty-textright {
	    margin-top: 40px;
	}
	.securty-textleft {
	    margin-top: 40px;
	}
	.securty-img2{
		margin-top:20px;
	}
	.securty-img2 img {
	    width: 80%;
	    height: 80%;
	}
	.securtyNext{
		margin-bottom:60px;
	}
}