@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#fff;
	font-size: 13px;
	font-family: '微软雅黑';
	background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*后期添加*/
/*IE下，th默认为center*/
th {
	text-align: left;
}
a{
	color: inherit;
	text-decoration: none;
}
img {
	border: none;
}

/*--------------------头部----------------------*/
#top{
	width: 100%;
	min-width: 1600px;
	height: 40px;
	background-color: #b30018;
}
#top .top_1200{
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 12px;
}
#top .top_1200 ul{
	float: left;
}
#top .top_1200 ul a{
	color: #fff;
}
#top .top_1200 ul li{
	float: left;
	color: #fff;
	padding-right: 10px;
}
#top .top_right{
	float: right;
	color: #fff;
}
#top .top_right a{
	color: #fff;
}
#header{
	width: 100%;
	min-width: 1200px;
	height: 110px;
	background: url(../images/top_bg.png) no-repeat right;
}
#header .h_1200{
	width: 1200px;
	height: 149px;
	margin: 0 auto;
}
#header .h_1200 .logo{
	float: left;
}
/*--------------------头部----------------------*/




/*-------------------------------------------------------------------新闻动态页面-------------------------------------------------------------------*/
/*--------------------banner----------------------*/
#new_banner{
	width: 1600px;
	height: 300px;
	margin: 0 auto;
}
/*--------------------banner----------------------*/

/*--------------------main----------------------*/
#main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 70px 0px;
	overflow: hidden;
	background-color: #fff;
}

/*----------左侧菜单----------*/
.m_left{
	width: 240px;
	height: auto;
	float: left;
}
.m_left h2{
	height: 68px;
	background: #b30018 url(../images/he_bg.png) no-repeat;
	font-family: '微软雅黑';
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	text-align: center;
}
.m_left ul li{
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 16px;
	font-family: '微软雅黑';
	font-size: 14px;
}
.m_left ul li:hover,.m_left ul .li_on{
	background-color: #ffba00;
}
.m_left ul li:hover a,.m_left ul .li_on a{
	color: #fff;
}
.m_left ul li a{
	color: #666;
	width: 100%;
	display: inline-block;
}
/*----------左侧菜单----------*/

/*----------右侧信息----------*/
.m_right{
	width: 940px;
	min-height: 100px;
	height: auto;
	float: right;
}
.m_right h3{
	height: 33px;
	line-height: 33px;
	border-bottom: 2px solid #b30018;
	color: #999;
	padding-left: 10px;
	background: url(../images/cb_03.png) no-repeat right;
}
.m_right h3 span{
	float: right;
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
}
.m_right .xw_list ul{
	margin-top: 10px;
	margin-bottom: 27px;
}
.m_right .xw_list li{
	font-size: 14px;
	font-family: '微软雅黑';
	height: 30px;
	line-height: 30px;
}
.m_right .xw_list li a{
	color: #999;
}
.m_right .xw_list li a:hover{
	color: #7bbb7e;
}

/*----------分页----------*/
.m_right .pagenation{
	float: right;
	margin-right: 10px;
}
.m_right .pagenation li{
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #c5c5c5;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
}
.m_right .pagenation li a{
	display: inline-block;
	width: 29px;
	height: 29px;
	background-color: #f7f7f7;
	color: #7e7e7e;
	font-weight: bold;
}
.m_right .pagenation .page_on,.m_right .pagenation li:hover{
	border: 1px solid #ffba00;
}
.m_right .pagenation .page_on a,.m_right .pagenation li:hover a{
	background-color: #ffba00;
	color: #fff;
}
/*----------分页----------*/

/*----------右侧信息----------*/

/*--------------------main----------------------*/
/*-------------------------------------------------------------------新闻动态页面-------------------------------------------------------------------*/


/*--------------------footer----------------------*/
#footer{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(153,12,31,.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#6F000000,endcolorstr=#6F000000);
}
#footer .f_1200{
	width: 1200px;
	height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
/*--------------------footer----------------------*/