﻿@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-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: #26b2c3;
}
#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{
	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;
	margin: 0 auto;
	padding: 20px 0 40px 0px;
	overflow: hidden;
	background-color: #fff;
}

/*----------右侧信息----------*/
.m_right{
	width: 1200px;
	min-height: 100px;
	height: auto;
	float: right;
	margin: 0 auto;
}
.m_right h3{
	height: 50px;
	line-height: 50px;
	color: #999;
	padding-left: 10px;
	border-bottom: 1px dashed #ebebeb;
}
.m_right .xw_list{
	padding-top: 42px;
}
.m_right .xw_list h1{
	font-size: 25px;
	color: #333;
	font-family: '微软雅黑';
	text-align: center;
	margin-bottom: 16px;
}
.m_right .xw_info{
	text-align: center;
	color: #999;
	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;
}
/*----------右侧信息----------*/

/*--------------------main----------------------*/
/*-------------------------------------------------------------------新闻动态页面-------------------------------------------------------------------*/


/*--------------------footer----------------------*/
#footer{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #1d8d99;
}
#footer .f_1200{
	width: 1200px;
	height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
/*--------------------footer----------------------*/