.Incontent-cont{
	width:90%;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:100px;
}
@media (min-width: 1440px) {
	.Incontent-cont{
		width:80%;
		margin:0 auto;
		overflow:hidden;
		margin-bottom:100px;
	}
}
.Incontent-cont h1{
	margin-top:80px;
	width:100%;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:36px;
	color:#888;
	font-family:"microsoft yahei";
}
.Incontent{
	overflow:hidden;
	margin-top:40px;
}
.Incont-img1{
	float:left;
}
.Incont-img2{
	float:right;
}
.Incont-textDes{
	line-height:30px;
	font-size:16px;
	color:#999;
	font-family:"microsoft yahei";
	text-align:left;
}
.Incont-textDes h2{
	line-height:60px;
	border-bottom:1px solid #CCC;
	font-size:24px;
	color:#B50D13;
	font-family:"microsoft yahei";
	margin-top:0px;
	margin-bottom:20px;
}
.Incont-textDes h3{
	font-size:16px;
	color:#999;
	font-family:"microsoft yahei";
}
.Incont-textright{
	width:62.5%;
	float:right;
}
.Incont-paper{
	margin-top:80px;
}
.Incont-textleft{
	float:left;
	width:62.5%;
}
.securty-textDes i{
	color:#B50D13;
}
.Incont-textDes p{
	margin-bottom:40px;
	line-height:30px;
}
.Incont-textDes p:nth-last-child{
	margin-bottom:0px;
}
@media (max-width: 1200px) {
	.Incont-img1{
		width:100%;
		float:left;
		text-align:center;
	}
	.Incont-img2{
		width:100%;
		text-align:center;
		float:right;
	}
	.Incont-textright{
		width:100%;
	}
	.Incont-textleft{
		width:100%;
	}
	.Incont-paper{
		margin-top:0px;
	}
}
/*手机平板样式*/
@media (max-width: 786px) {
	.Incontent-cont{
		margin-bottom:60px;
	}
	.Incontent-cont h1 {
	    margin-top: 40px;
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    font-size: 24px;
	}
	.Incontent {
	    margin-top: 20px;
	}
	.Incont-img1 img{
		width:80%;
		height:80%;
	}
	.Incont-img2 img{
		width:80%;
		height:80%;
	}
	.Incont-textDes {
	    line-height: 20px;
	    font-size: 14px;
	}
	.Incont-textDes h2 {
		height:40px;
	    line-height: 40px;
	    font-size: 18px;
	    color: #B50D13;
	    margin-top: 30px;
	    margin-bottom: 20px;
	}
	.Incont-textleft {
	    margin-top: 0px;
	}
	.Incont-paper {
	    margin-top: 30px;
	}
}