﻿@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;
}

/*--------------------头部----------------------*/
#header{
	width: 100%;
	min-width: 1200px;
	height: 149px;
	background: url(../images/top_bg.png) no-repeat;
}
#header .head_bfb{
	width: 100%;
	min-width: 1200px;
	height: 149px;
	background-color: rgba(51,120,242,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8F3378f2,endcolorstr=#8F3378f2);
}
#header .h_1200{
	width: 1200px;
	height: 149px;
	margin: 0 auto;
}
/*--------------------头部----------------------*/

/*--------------------导航nav----------------------*/
#nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
}
#nav ul{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
#nav ul li{
	float: left;
	line-height: 50px;
	font-family: '微软雅黑';
	font-size: 16px;
	width: 100px;
	text-align: center;
}
#nav .active{
	background-color: #3378f2;
	color: #fff;
}
#nav ul li a{
	color: #000;
	display: inline-block;
	width: 100px;
	height: 50px;
}
#nav ul li a:hover{
	background-color: #3378f2;
	color: #fff;
}
/*--------------------导航nav----------------------*/


/*-------------------------------------------------------------------新闻动态页面-------------------------------------------------------------------*/
/*--------------------banner----------------------*/
#new_banner{
	width: 1200px;
	height: 226px;
	margin: 0 auto;
}
/*--------------------banner----------------------*/

/*--------------------main----------------------*/
#main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 40px 0px;
	overflow: hidden;
	background-color: #fff;
}

/*----------左侧菜单----------*/
.m_left{
	width: 240px;
	height: auto;
	float: left;
}
.m_left h2{
	height: 48px;
	background-color: #1e90e5;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom: 2px solid #ffba00;
	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_info {
    text-align: center;
    color: #999;
    margin-bottom: 26px;
}



.m_right .xw_list{
	padding-top: 42px;
}
.m_right .xw_list h1{
	font-size: 25px;
	color: #333;
	font-family: '微软雅黑';
	text-align: center;
	margin-bottom: 26px;
}
.m_right .xw_list .xl_content p{
	color: #666;
	line-height: 30px;
	text-indent: 20px;
}
.m_right .page_wz{
	margin-top: 58px;
	overflow: hidden;
}
.m_right .page_wz .prev_wz{
	float: left;
	color: #999;
}
.m_right .page_wz .next_wz{
	float: right;
	color: #999;
	margin-right: 44px;
}
.page_wz .prev_wz a,.page_wz .next_wz a{
	color: #999;
}
.page_wz .prev_wz a:hover,.page_wz .next_wz a:hover{
	color: #3378f2;
}
.m_right .m_xgwz{
	height: 37px;
	line-height: 37px;
	background-color: #f1f5fb;
	margin-top: 36px;
	color: #333;
	font-size: 14px;
	font-family: '微软雅黑';
	padding-left: 26px;
}
.m_right .xgwz_ul{
	overflow: hidden;
	min-height: 100px;
	background-color: #f1f5fb;
	margin-top: 2px;
	padding-top: 22px;
}
.m_right .xgwz_ul li{
	width: 230px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	color: #999;
	float: left;
	padding-left: 35px;
	margin-right: 48px;
}
.m_right .xgwz_ul a{
	color: #999;
}
.m_right .xgwz_ul a:hover{
	color: #1e90e5;
}



/*----------右侧信息----------*/

/*--------------------main----------------------*/
/*-------------------------------------------------------------------新闻动态页面-------------------------------------------------------------------*/


/*--------------------footer----------------------*/
#footer{
	width: 100%;
	min-width: 1200px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(100,149,235,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8Fffba00,endcolorstr=#8Fffba00);
}
#footer .f_1200{
	width: 1200px;
	height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
/*--------------------footer----------------------*/