/**
 * footer css
 * 
 * @version $Id: default.footer.css 664 2014-04-26 08:01:24Z shengyj $
 * @creator shengyj @ 2013-12-21 17:13:03 by scap-builder-0.0.4
 * @template version: 2013090901
 */

@media all {
	footer .ym-wrapper {
		background: none repeat scroll 0 0 #E3E3E3;
	    border-top: 1px solid #F17123;
	    height: 99px;
	    width: 100%;
	    min-width: 920px;
	    position: absolute;
	}
	
	footer .footer {
    	margin: 0 auto;
    	position: relative;
    	width: 920px;
    	padding-top:28px;
	}
	
	footer .footer img.phone{
		float: left;
	    height: 30px;
	    width: 146px;
	}
	
	footer .footer span.phone-number {
		color: #EA4C1E;
	    float: left;
	    font-family: "微软雅黑";
	    font-size: 26px;
	    height: 36px;
	    line-height: 36px;
	    width: 300px;
	}
	
	footer .footer a {
		float: right;
		color: #333333;
    	font-weight: bold;
    	margin-left:15px;
	}
	
	footer .footer span.beian {
		float:left;
		font-weight:bold;
		padding-top:5px;
	}
	footer .footer span.support {
		float:right;
		font-weight:bold;
		padding-top:5px;
	}
	
	footer .footer .split {
		float: right;
		color: #999999;
		padding-left:15px;
	}
}
