﻿/* CSS Document */
.footer{ background:#fff; padding:25px 0;}
.footer a{color:#666;}
.footer a:hover{ color:#c80025}
.footer_con{ width:1173px; margin:0 auto;}
.footer_con p{ color:#666; font-size:12px; text-align:center; line-height:27px;}
.footer .footer_nav{ margin-bottom:8px;}
/*右侧浮窗*/
#fixedLayertop{position:fixed !important;width:50px;height: 175px;background: #c2010f;border-radius:6px 0 0 6px;right:0;top:71px;z-index:10000;_position: absolute;_top:expression(eval(document.documentElement.scrollTop+71));}
#fixedLayertop a{ display:block; width:50px; height:55px;}
.weixin{ width:50px; height: 55px; background:url(/Sites/Uploaded/UserUpLoad/20161021/20161021162510.png) no-repeat center center;}
a.sina{ background:url(/Sites/Uploaded/UserUpLoad/20161021/20161021162538.png) no-repeat center center; }
a.top{background:url(/Sites/Uploaded/UserUpLoad/20161021/20161021162635.png) no-repeat center center;}
.close{background:url(/Sites/Uploaded/UserUpLoad/20161021/20161021162841.png) no-repeat center center; width:50px; height:28px; margin-top:15px; 
_margin-top:0; cursor:pointer;}
.weixin_img{display: none;height: 131px;left: -155px; padding: 10px;position: absolute; top: -40px;width: 135px;}

.wx_code img{width: 130px;}
.wx_code p{width: 130px;text-align: center;}
/*响应式*/
@media only screen and (max-width: 1200px)
{
.footer{ width:1200px}
	}
@media only screen and (max-width: 1024px)
{
.footer{ width:100%}	
.footer_con{ width:100%;}
}

@media only screen and (max-width: 768px)
{
p.footer_nav,p.footer_p2,p.footer_p1 span,p.footer_p3 span{ display:none;}
#fixedLayertop{ display:none;}

}



 