@charset "utf-8";
/* CSS Document */

@media (min-width: 1200px) 
{
	footer {
		width:100%;
		height:100%;
	}
	footer #footer1 {
		width:100%;
		color:#777777;
		background-color:#2b2b2b;
	}
	footer #footer1 #footer11 {
		width:1200px;
		margin:0 auto;
		padding:2% 0% 1%;
		font-size:1.250em;
	}
	footer #footer1 #footer11 p {
		margin: 0 0 5px;
	}
	
	footer #footer2 {
		width:100%;
		color:#777777;
		background-color:#333333;
	}
	footer #footer2 #footer21 {
		width:1200px;
		margin:0 auto;
		font-size:1.250em;
		text-align:center;
		padding:1% 0%;
	}
	
}

@media (max-width:1199px)
{
	footer {
		width:100%;
		height:100%;
	}
	footer #footer1 {
		width: 100%;
		color:#777777;
		background-color:#2b2b2b;
	}
	footer #footer1 #footer11 {
		width:98%;
		margin: 0% 1%;
		font-size:1em;
	}
	footer #footer1 #footer11 p {
		margin: 0 0 1%;
	}
	footer #footer1 #footer11 ul {
		width:100%;
		float:left;
		margin:1% 0% 1%;
	}
	footer #footer1 #footer11 ul li {
		width:24%;
		float:left;
		margin:1.5% 0.5%;
		text-align:center;
	}
	
	footer #footer2 {
		width:100%;
		color:#777777;
		background-color:#333333;
	}
	footer #footer2 #footer21 {
		width:98%;
		margin: 0% 1%;
		font-size:1em;
	}
	
	footer #footer2 {
		width:100%;
		color:#777777;
		padding:4% 0% 2%;
		background-color:#333333;
	}
	footer #footer2 #footer21 {
		width:98%;
		margin: 0% 1%;
		font-size:1em;
		text-align:center;
	}
	footer #footer2 #footer21 p {
		margin: 0 0 1%;
	}
	
	.foot_div {
		height: 60px;
		width: 100%;
		position: fixed;
		bottom: 0;
		/* background: url(/statics/images/jpgjimg/PublicImg/foot_bg70.png) repeat; */
		background-color: #dd0304;
		z-index: 2;
		font-size: 14px;
		border-top: 1px solid #dd0304;
	}
	.foot_div ul li {
		width: 50%;
		text-align: center;
		float: left;
		position: relative;
		height: 60px;
		background: url(/statics/images/jpgjimg/PublicImg/i_bg11.png) right center repeat-y;
	}
	.foot_div ul li a {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
	}
	.foot_div ul li img {
		display: block;
		height: 22px;
		margin: 0 auto;
		margin-top: 8px;
		margin-bottom: 5px;
	}
}




