@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: #f0f0f0;
}
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;
}

/*--------------------头部----------------------*/
#header{
	width: 100%;
	min-width: 1200px;
	height: 149px;
	background-color: #fff;
}
#header .h_1200{
	width: 1200px;
	height: 149px;
	margin: 0 auto;
}
#header .search_srk{
	width: 243px;
	height: 36px;
	border: 1px solid #e8e8e8;
	float: right;
	border-radius: 50px;
	margin-top: 60px;
}
.search_srk input{
	width: 180px;
	float: left;
	height: 25x;
	line-height: 25px;
	margin-top: 4px;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
}
.search_srk button{
	width: 17px;
	height: 17px;
	background: url(../images/search.png) no-repeat;
	border: 0;
	margin-top: 8px;
}
/*--------------------头部----------------------*/

/*--------------------导航nav----------------------*/
#nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: #c60019;
}
#nav ul{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
#nav ul li{
	float: left;
	line-height: 50px;
	font-family: '微软雅黑';
	font-size: 16px;
	width: 150px;
	text-align: center;
}
#nav .active{
	color: #fff;
}
#nav ul li a{
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 50px;
}
#nav ul li a:hover{
	color: #fff;
}
/*--------------------导航nav----------------------*/


/*-------------------------------------------------------------------新闻动态页面-------------------------------------------------------------------*/
/*--------------------banner----------------------*/
#new_banner{
	width: 1200px;
	height: 226px;
	margin: 0 auto;
}
/*--------------------banner----------------------*/

/*--------------------main----------------------*/
#main{
	width: 1200px;
	height: auto;
	min-height: 400px;
	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: 48px;
	background-color: #c60019;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom: 2px solid #990013;
	font-family: '微软雅黑';
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	padding-left: 15px;
}
.m_left h2 span{
	font-size: 18px;
	font-family: 'Arial';
	margin-left: 20px;
}
.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: #f0f0f0;
}
.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: 50px;
	line-height: 50px;
	background-color: #f0f0f0;
	color: #999;
	padding-left: 10px;
}
.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 #7bbb7e;
}
.m_right .pagenation .page_on a,.m_right .pagenation li:hover a{
	background-color: #7bbb7e;
	color: #fff;
}
/*----------分页----------*/

/*----------右侧信息----------*/

/*--------------------main----------------------*/
/*-------------------------------------------------------------------新闻动态页面-------------------------------------------------------------------*/


/*--------------------footer----------------------*/
#footer{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #990013;
}
#footer .f_1200{
	width: 1200px;
	height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
/*--------------------footer----------------------*/