﻿/* CSS Document */
.footer{ background:#fff; padding:25px 0;}
.footer a{color:#666;}
.footer a:hover{ color:#078a85}
.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;}
/*右侧浮窗*/
img {width: auto;max-width: 100%;border:0 none;vertical-align: middle;border:0 none;}

.left_box{position:fixed;top:40%;right:0;width:48px;z-index:9;border:1px solid #eee;}
.left_box li{height:48px;width:100%;background-size:28px;background-repeat: no-repeat;background-position: center;background-color:#fff;cursor: pointer;position:relative;}
.left_box li+li{border-top:1px solid #eee;}
.kf_ewm{background-image:url(../images/code.png);transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.kf_ewm:hover{transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);background-image:url(../images/codeMain.png);}
.returntop{display:none;background-image:url(../images/retrun.png);}
.kf_img{top:0;right:48px;position:absolute;transition: all 0.5s;padding:5px;background:#fff;width:150px;min-height:150px;border-radius:5px;margin-top:-50px;display:none;border:1px solid #eee;text-align:center;font-size:13px;}
.kf_img{margin-bottom:5px;}
.kf_ewm:hover .kf_img{right:48px;display:block;}

#fixedLayertop{position:fixed !importantright:0;top:71px;z-index:10000;_position: absolute;_top:expression(eval(document.documentElement.scrollTop+71));}
#fixedLayertop a{ display:block; width:50px; height:55px;}
/*响应式*/
@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_firend,p.footer_p3,p.footer_p2 span{ display:none;}
#fixedLayertop{ display:none;}

}



 