.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:90px;
	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;
}
.ft_footer {
	line-height:90px;
	margin: 0px 0 90px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(86,88,91,1.0);
}
.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: 0px;
	text-align: center;
	color: rgb(2,13,19);
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background-color: rgba(255,51,52,1.0);

}
.copy a {color: rgb(2,13,19);
}
.copy a:hover {
	color: rgb(153,153,153);
}
.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,204,0);
}
