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

@media (min-width: 1200px) 
{
	#content2 {
		width:100%;
		background-color:#05659a;
	}
	#content2 #content21 {
		width:1200px;
		margin:0% auto;
		height:inherit;
		color:#FFFFFF;
	}
	#content2 #content21 a {
		color:#FFFFFF;
	}
	#content2 #content21 p {
		margin:0%;
		padding:0%;
	}
	#content2 #content21 .btn-msearch
	{
		color:#000;
	}
	
	#content3 {
		width:100%;
		background-color:#ffffff;
	}
	#content3 #content31 {
		width:1200px;
		margin:1% auto;
		height:inherit;
	}
	#content3 #content31 a {
		color:#000;
	}
	
	#content4 {
		width:100%;
		background-color:#ffffff;
	}
	#content4 #content41 {
		width:1200px;
		margin:1% auto;
		height:inherit;
	}
	
	#content5 {
		width:100%;
		background-color:#ffffff;
	}
	#content5 #content51 {
		width:1200px;
		margin:1% auto;
		height:inherit;
	}
	#content5 #content51 ul {
		width:100%;
		float:left;
	}
	#content5 #content51 ul li {
		width:23%;
		margin:1% 1%;
		float:left;
	}
	#content5 #content51 p {
		margin:0%;
		padding:0%;
	}
	#content5 #content51 #page span{
		background: #f7f7f7;
		padding: 2px 8px;
		border: 1px solid #e0d433;
		margin: 0 4px;
		font-size: 18px;
		font-weight: normal;
		color: #e0d433;
		border-radius: 3px;
	}
	#content5 #content51 #page a
	{
		background: #f7f7f7;
		padding: 2px 8px;
		border: 1px solid #EDEDED;
		margin: 0 4px;
		font-size: 18px;
		font-weight: normal;
		color: #323b44;
		border-radius: 3px;
		text-decoration:none;
	}
}

@media (max-width:1199px)
{
	#content2 {
		width:100%;
		background-color:#05659a;
	}
	#content2 #content21 {
		width:98%;
		margin:0% auto;
		height:inherit;
		color:#FFFFFF;
	}
	#content2 #content21 a {
		color:#FFFFFF;
	}
	#content2 #content21 p {
		margin:0%;
		padding:0%;
	}
	#content2 #content21 .btn-msearch
	{
		color:#000;
	}
	
	#content3 {
		width:100%;
		background-color:#ffffff;
	}
	#content3 #content31 {
		width:98%;
		margin:3% auto;
		height:inherit;
	}
	#content3 #content31 a {
		color:#000;
	}
	
	#content4 {
		width:100%;
		background-color:#ffffff;
	}
	#content4 #content41 {
		width:98%;
		margin:3% auto;
		height:inherit;
	}
	
	#content5 {
		width:100%;
		background-color:#ffffff;
	}
	#content5 #content51 {
		width:98%;
		margin:3% auto;
		height:inherit;
	}
	#content5 #content51 ul {
		width:100%;
		float:left;
	}
	#content5 #content51 ul li {
		width:46%;
		margin:2% 2%;
		float:left;
	}
	#content5 #content51 p {
		margin:0%;
		padding:0%;
	}
	#content5 #content51 #page span{
		background: #f7f7f7;
		padding: 2px 8px;
		border: 1px solid #e0d433;
		margin: 0 4px;
		font-size: 18px;
		font-weight: normal;
		color: #e0d433;
		border-radius: 3px;
	}
	#content5 #content51 #page a
	{
		background: #f7f7f7;
		padding: 2px 8px;
		border: 1px solid #EDEDED;
		margin: 0 4px;
		font-size: 18px;
		font-weight: normal;
		color: #323b44;
		border-radius: 3px;
		text-decoration:none;
	}
}