@charset "gb2312";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
ol li, ul li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
u, b, i {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #333;
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	/* [disabled]margin:0;
*/
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	margin: 0;
}
body {
	overflow-x: hidden;
	z-index: -999999999;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
[hidefocus], summary {
outline:0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
	font-weight: normal
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
a, a:hover {
	color: #60636d;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}
img {
	display: block;
	max-width: 100%;
	border: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";     /*内容为“.”就是一个英文的句号而已。也可以不写。*/
	display: block;   /*加入的这个元素转换为块级元素。*/
	clear: both;     /*清除左右两边浮动。*/
	visibility: hidden;      /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
	line-height: 0;    /*行高为0；*/
	height: 0;     /*高度为0；*/
	font-size: 0;    /*字体大小为0；*/
}


/*top*/
.ind_bg {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
}
.in_top {
	width: 100%;
	background: #242424;
	height: 25px;
	color: #fbfbfb;
	font-size: 12px;
}
.in_box {
	width: 1300px;
	margin: 0 auto
}
.in_top .txt_l {
	float: left;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	color: #fff;
}
.in_top .txt_l a {
	color: #fff;
}
.in_top .txt_r {
	float: right;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	padding-right: 30px;
}
.in_top .txt_r a {
	color:#fff; 
	text-decoration: none;
}

/*******************************header************************************/

.header_bg {
	width: 1300px;
	margin: 0 auto;
	padding-top: 20px;
}
.header_bg .headerlogo {
	width: 70%;
	float: left;
	margin-top: 20px;
}
.header_bg .headerlogo img {
	max-width: 100%;
}
.header_bg .headerlogo .logo_wz {
	margin-top: 10px;
	margin-left: 16px;
}
.header_bg .searchbox {
	width: 25%;
	float: right;
}
.nav-jit-hid {
	display: none;
}
.search-jit-hid {
	display: none;
	position: fixed;
	top: 80px;
	background: #FFF;
	width: 95%;
	padding: 10px 2.5%;
	z-index: 9999999
}
.search-frame {
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
	height: 40px;
}
.search-btn-jit {
	width: 9%;
	height: 40px;
	border: 0px;
	float: right;
	background: #f6f6f6 url(201650sszwl.png) no-repeat center;
	margin-right: 0.1%
}
.search-box-jit {
	height: 40px;
	line-height: 40px;
	width: 89%;
	margin-left: 1%;
	border: none;
	float: left;
	font-size: 16px;
}
/*******************************header end************************************/

/*搜索*/
.serach {
	/*width: 310px;*/
	margin-top: 85px;
}
.serach .serachtext {
	width:220px;
	height:37px;
	line-height: 33px;
	background:url(ss_bg.png);
	border:none;
	float: left;
	display: block;
	color:#000;
}
.serach .searchbtn {
	width:70px;
	height:37px;
	background:url(ss.png);
	border: none;
	letter-spacing: 5px;
	float:left;
	display: block;
}

/**********************************导航 nav**********************************************/
.nav_bg{ width:100%; height:46px; background:url(index_02.png); margin-top:30px;}
.nav{ width:1300px; margin:0 auto;}
.nav li{ float:left; width:144px;}
.nav li:hover{ background:#d80c05;}
.nav li a{ color:#fff; font-size:18px; line-height:46px; text-align:center; display:block;}

/*******************************中间部位*******************************************/
.contents{ width:1300px; margin:0 auto; background:#fff;}
.contents_in{ width:1280px; margin:0 auto; padding:10px 0 10px 0; overflow:hidden;}

/**************************底部开始*****************************/
.footer{ width:100%; height:200px; background:#c71007;}
.footer_in{ width:640px; margin:0 auto; padding:25px 0 0 0;}
.footer_in p{ color:#fff; line-height:30px;}
.foo_wz{
	margin:0px 20px;	
	}



/*********************list 开始**************************/
.list {
	width: 100%;
	margin-bottom: 20px;
}
.list li {
	height:36px;
	line-height:36px;
    *height:32px;
    *line-height:32px;
	width: 100%;
}
.list li a {
	font-family:"宋体";
	display: block;
	width: 70%;
	float: left;
	background: url(dian.png) no-repeat left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
	color: #333;
	height: 36px;
	line-height: 36px;
    *height:32px;
    *line-height:32px;
	font-size: 16px;
}
.list li a:hover{ color:#c71007;}
.list li span {
	display: block;
	/*width:15%;*/	
	float: right;
	text-align: center;
	font-size: 16px;
	color: #666;
	height: 36px;
	line-height: 36px;
    *height:32px;
    *line-height:32px;
}
/*********************list 结束**************************/

/**********************二级页 开始****************************/
.ind_tit2 {
	width: 100%;
	height:30px;
	border-bottom:2px solid #ccc;
}
.ind_tit2 h1 {
	height:30px;
	border-bottom:2px solid #c71007;
	line-height:28px;
    padding:0 10px;
	float: left;
}
.ind_tit2 h1 a{
	padding-left:10px;
	font-family: Microsoft Yahei;
	font-size:18px;
	color: #c71007;}

/*******位置 开始********/
.weizhi {
	width:1300px;
	margin:10px auto 10px auto;
	height:36px;
	background: #fff;
}
.currentstation {
	padding: 6px 0 10px 20px;
	text-indent: 30px;
	background: url(list_03.png) 20px center no-repeat;
	font-size:16px;
}
/*******位置 结束********/

/***分页****/
center{ padding:20px;}




/*****************************新闻页 开始*********************************/
.sywzy_xbt span{ margin-right:30px;}
.wenzhang{height: 100px;
    line-height: 100px;
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.sy_wz {
    color: #333;
    text-indent: 2em;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 20px auto;
}
.sywzy_zrbj{
    text-align: right;
    margin-top: 30px;
    margin-right: 12px;
}
.sywzy_zrbj a{color:#2382d1;}
/***********分享**********/
.share_cell {
    position: absolute;
    top: 46px;
    right: 5px;
	display:none;
}
.share_cell li {
    width: 30px;
    height: 40px;
    background: rgba(255,255,255,0.95);
}
.share_cell li a {
    display: block;
    width: 30px;
    height: 40px;
    padding-left: 0px;
}
.bshare-custom.icon-medium-plus.cus-jl {
    width: 50px;
    float: right;
    margin-top: -10px;
    position: relative;
}
.bshare-custom.icon-medium-plus, .bshare-custom.icon-large {
    font-size: 16px;
    line-height: 26px !important;
}
a.bshareDiv .bsPromo.bsPromo1, div.bshare-custom .bsPromo.bsPromo1 {
    width: 51px;
    height: 18px;
    top: -18px;
    left: 0;
    line-height: 16px;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #fff;
    text-align: center;
    background: url(static.bshare.cnframeimagesbshare_box_sprite2.gif) no-repeat 0 -606px;
}
span.share_box {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px;
    float: left;
}
span.share_box img {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.bshare-qzone {
    background: url(qq1.png) no-repeat center center;
}
.bshare-sinaminiblog {
    background: url(sina1.png) no-repeat center center;
}
.bshare-qqmb {
    background: url(tencent1.png) no-repeat center center;
}
.bshare-weixin {
    background: url(weixin1.png) no-repeat center center;
}

/******************************搜索结果开始**********************************/
.serachcont{
    margin-top: 20px;
    border-bottom: dashed 1px #ccc;
}
.serachcont h3 a {
    font-size: 18px;
    color: #666;
    display: block;
	font-family: "微软雅黑";
	font-weight: bolder;
	padding-left: 50px;
}
.serachcont h3 a:hover{
   color: #c71007;
}
.serachcont h3 a span {
    font-size: 12px;
    margin-left: 20px;
    color: #999;
}
.serachcont p {
    font-size: 16px;
    margin: 15px auto;
    padding: 0 50px;
	line-height: 1.8;
	text-indent: 35px;
	color: #666;
}



/*网站导航*/

.bs_wzdh{
	width: 95%;
	margin: 0px auto;
}
.bs_wzdh h2{
	width: 100%;
	font-weight: bolder;
	color: #333;
	    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.bs_wzdh .bs_wzdh_dl{

	width: 100%;
	
	border: 1px solid #eee;
}
.bs_wzdh .bs_wzdh_dl dd{
	float:left;
	margin: 0px 1%;
	width: 30%;
}

.bs_wzdh .bs_wzdh_dl dd a{
	cursor: pointer;
	display: block;
	    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.bs_wzdh .bs_wzdh_dl dd a:hover{
	color:#c71007;
}