/*
 *
 * */
body，html{margin:0;padding:0;background:#fff;font-size:16px;font-family:"微软雅黑";}
.article{
	background: rgb(72,153,252);
	text-align: center;
	padding-bottom: 30px;
}

.article_content{
	width: 1035px;
	margin: 0 auto;
}
.article_content h2{
	height:62px; 
	line-height:62px;
	color: white;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	width: 445px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 36px;
	padding-top: 46px;
}

.article_content p{
	color: white;
	font-family:"微软雅黑";
	line-height:28px;
}

.article_img{
	
	margin-top: 30px;
	animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
}
.img_first1{
	width: 330px;
	display: inline-block;
}
.img_first11,.img_first12{margin-left: 10px;}
.img_img1{
	margin-top: 10px;
}

.article_last{
	width: 259px;
	height: 56px;
	border: 1px solid white;
	text-align: center;
	line-height: 56px;
	border-radius: 40px;
	margin: 0 auto;
	margin-top: 20px;
	color: white;
	font-size: 24px;
}
.article_last a{color: white;}
.article_last:hover{

	background: #008aff;
	
}
.article_last:hover a{color: white;}
