/*底部，版权页*/
			.footer{
				width:100%;
				background:url("../img/topleft.png") #aa1e1e ;
				background-size:contain;
			}
			.footer_con{
				width:1000px;
				height:120px; 
				margin:0 auto;
			}
			.footer_con dl{
				width:1000px;
				height:120px;
			}
			.foot_logo{
				width:400px;
				height:100px;
				float:left;
				padding-top:20px;
				margin-left:50px;
			}
			.foot_logo img{
				width:398px;
				height:68px;
			}
			.contact{
				float:left;
				width:300px;
				height:100px;
				margin-left:40px;
				padding-top:20px;
			}
			.contact li{
				width:300px;
				height:28px;
				line-height: 28px;
				color:#ffffff;
				font-size:1.2em;
			}
			.wechat{
				width:80px;
				height:110px;
				float:right;
				margin-right:60px;
				padding-top:10px;
			}
			.wechat p{
				color:#ffffff;
				line-height: 20px;
				text-align: center;
				width:78px;
				height:20px;
			}