@charset "utf-8";
/* CSS Document */
.container{
	width: 100%;
	position: relative;
	background-image: url(pfxcbg.jpg);
	background-position: center;
	background-size: cover;
	
}
.article_box{
	width:1100px;
	margin: 0 auto;
}
.article_wz{
	margin-left:-120px;
}
.article_wz>img{
	width:1280px;
	height: 458px;
}
.article_middle{
	width: 1100px;
	margin:auto;
	margin-top:50px;
}
.article_middle>ul>li{
	width:1100px;
	font-family: "微软雅黑";
	font-size: 17px;
	color:#333333;
	position: relative;
	height: 47px;
}
.point{
	padding-right: 16px;
}
.article_middle>ul>li>span{
	font-family: "微软雅黑";
	font-size: 17px;
	color:#999999;
	float:right;
	margin-right:6px;
}
.dotted{
	position: absolute;
	bottom:13px;
	left: 0px;
	
}
.article_footer{
	width: 100%;
	background-color: #3a87c2;
	margin-top:50px;
}
.footer_content{
	width: 1100px;
	height: 130px;
	margin: 0 auto;	
}
.footer_content>p{
	float: left;
	width: 474px;
	font-size: 15px;
	font-family:'微软雅黑';
	color: #fff;
	text-align: center;
	margin-left:166px;
	margin-top: 34px;		
}
.footer_content>a>img{
	margin-top:37px;
	margin-left:88px;
}
