.copy@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
.container {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
	max-width: 1920px;
	margin: 0 auto;
}
.conter_footer {
	width: 1200px;
	height:150px;
	display: table;
	margin: 0 auto
}


/*.nav li a:focus { -moz-outline-style: none; }
*/
.footer {
	width: 100%;
	height: auto;
	display:table;
	/*background: url(../images/footer.jpg) no-repeat #0f151b;
	background-size: 100% 100%;
 filter : progid:DXImageTransform.Microsoft.AlphaImageLoader ( enabled=bEnabled, sizingMethod=sSize, src=sURL );
	background-size: cover;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer.jpg', sizingMethod='scale');*/
	/* sizingMethod参数还可以是image,crop */
}



.footer_bg {
	width: 100%;
	height: 259px;
	display: table;
	margin: 0 auto;
	overflow: hidden;
	background:url(../images/footer_bg.jpg) no-repeat center;
}


.footer_adv {
	width: 1100px;
	height: 220px;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.footer_adv h2{ font-size:26px; color:#ffdf4f;margin-top:20px;}

.footer_adv ul li{ float:left; color:#fff; margin-right:150px; margin-top:15px;}

.footer_adv ul li table tr td{ font-size:16px; font-weight:bold; color:#fff; vertical-align:top; line-height:40px;}


#footer p {
    color: #666;
    text-align: center;
    text-indent: 0;
    line-height: 100%;
    margin: 15px 0;
    padding: 0;
}
.copy {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background-color: rgb(0,35,93);
}
.copy a {color:rgb(244,244,244);
}
.copy a:hover {
	color: rgb(255,255,255);
}
.ft_footer_link {
	line-height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.ft_footer_link a {
	color:rgb(255,255,255);
	margin: 0px 36px;
	text-decoration: none;
}
.ft_footer_link a:hover {
	color: rgb(255,255,255);
}
.ft_footer {
	line-height: 100px;
}