@charset "utf-8";
/* CSS Document */
body,h1,h2,
h3,h4,h5,h6,
p,dl,dd,ul,ol,
form,textarea,th,
td,input{
	margin: 0;
	padding: 0;
}
em{
	font-style: normal;
}
li{
	list-style: none;
}
a{
	text-decoration:none;
}
img{
	border: none;
	vertical-align:top;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
textarea{
	resize:none;
	overflow: auto;
}
input,textarea{
	outline: none;
}
body{
    font-size: 14px;
	font-family: "微软雅黑";
	background: #052757;
}
.fl{
	float:left;
}
.fr{
	float:right;
}	
.oClear{
	zoom:1;
		border-top:1px dotted #ccc;
}
.oClear:after{
	display:block;
	content:'';
	clear:both;
}
.bg{
	width: 100%;
	height: 85px;
	background-color: #FFF;
}
.bg1{

}
.midder{
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
}
.top_l{
	width: 26%;
	margin: 10px 10px;
}
.top_r{
	float: right;
}
.top_r a{
	text-align: center;
	width: 105px;
	color: #333;
	float: left;
	height: 100%;
	line-height: 85px;
}
.top_r a:hover{
	background: #052757;
	color: #fff;
}
.top_r img{
	display: none;
}
.top_r ul{
	float: left;
}
.top_r ul li{
	display: inline-block;
}
.top_r ul a{
	width: 105px;
	color: #333;
	display: inline-block;
	height: 100%;
	line-height: 85px;
}
.center1{
	position: relative;
	background: #e70012;
}
.center1 p{
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding:15px 0;
	margin-left: 14px;
}
.center1 p em{
	font-size: 24px;
}
.center1 span{
	position: absolute;
	right: 20px;
	bottom:3px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.center2{
	overflow: hidden;
}
.center2_d1_img{
	width: 260px;
	height: 150px;
	margin: 10px;
	float: left;
}
.center2_d1_d{
	float: left;
	width: 60%;
	margin: 5px 15px 0;
}
.center2_d1 h2 a,.center2_d2 h2{
	font-size: 18px;
	color:#2d609f;
	line-height: 2.0;
}
.p1,.p1 a{
	font-size: 14px;
	color: #808080;
	line-height: 1.6;
}
.center2_d2 h2{
	padding:0 20px;
}
.center2_d2 ul{
	padding:0 20px 10px;
}
.center2_d2 img{
	display: inline-block;
	margin-top: 10px;
}
.center2_d2 a{
	display: inline-block;
}
.center2_d2 strong{
	display: inline-block;
	font-size: 16px;
	color: #2d609f;
	line-height: 26px;
	margin-top:6px;
}
.center2_d2 p{
	font-size: 13px;
	color: #808080;
	line-height: 2;
	margin-bottom: 16px;
}
.fooer p{
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	background:#052757;
	margin-top: 6px;
}












@media only screen and (min-width:320px) and (max-width:720px){
	.bg{
		width: 100%;
		height: 50px;
		background-color: #FFF;
	}
	.midder{
		width: 100%;
		margin: 0 auto;
		background-color: #FFF;
	}
	.top_l{
		width: 26.7%;
		
	}
	.top_l a{
		display: block;
	}
	.top_l img{
		width: 100%;
	}
	.top_r{
		position:relative;
		width: 67%
	}
	.top_r a{
		width: 30%;
		float: right;
		font-size: 12px;
		margin-top: 18px;
		color: #333;
		height: 0;
		line-height:16px;
	}
	.top_r img{
		display: inline-block;
		float: right;
		width: 4%;
		margin: 22px 10px 0 0;
	}
	.top_r ul{
		display: none;
		position:absolute;
		right: 5px;
		top: 40px;
		width: 105px;
		background: #ecebea;
		z-index: 2222
	}
	.top_r ul a{
		display:block;
		margin-top: 0;
		color:#666;
		margin: 0 auto;
		line-height:30px;
		border-bottom: 1px solid #666;
	}
	.center1{
		background: #e70012;
	}
	.center1 p{
		text-align: left;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
		padding:15px 0;
		margin-left: 14px;
	}
	.center1 p em{
		font-size: 14px;
	}
	.center1 span{
		position: absolute;
		right: 10px;
		bottom:0;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
	}
	.center2{
		overflow: hidden;
	}
	.center2_d1{
		width: 90%;
		margin: 0 auto;	
	}
	.center2_d1_img{
		width: 260px;
		height: 150px;
		display: block;
		margin: 0 auto;
		margin-top:10px;
	}
	.center2_d1_d{
		float: left;
		width: 100%;
		margin: 10px 0;
	}
	.center2_d1 h2 a,.center2_d2 h2{
		font-size: 16px;
		color:#2d609f;
	}
	.center2_d2 h2{
		padding:0;
	}
	.p1,.p1 a{
		font-size: 14px;
		color: #808080;
		line-height: 1.6em;
	}
	.center2_d2 ul{
		padding:0 0 10px;
	}
	.center2_d2 img{
		float: left;
		margin-top: 8px;
	}
	.center2_d2 a{
		float: left;
		width: 96%;
	}
	.center2_d2 strong{
		float: left;
		font-size: 16px;
		color: #000066;
		line-height: 22px;
	}
	.center2_d2 p{
		font-size: 14px;
		color: #808080;
		line-height: 1.8em;
		margin-bottom: 8px;
	}
	.fooer p{
		text-align: center;
		font-size: 12px;
		font-family: '微软雅黑';
		line-height: 2.4em;
		color: #fff;
		background:#052757;
		margin: 10px 0;
	}
}