@charset "utf-8";

/* CSS Document */
/*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter:grayscale(100%);}*/
*+html * {
	padding: 0;
	margin: 0;
}

* {
	margin: 0px;
	padding: 0px;
	/*filter:gray; color:gray;*/
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

*html .clear {
	height: 1%;
}

.cl {
	clear: both;
}

img {
	border: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table {
	padding: 0;
	margin: 0;
}

ul,
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	border: 0px;
}

s button {
	cursor: pointer;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

body {
	background: url(../images/Bg_02.png) repeat-x #fff left top;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "宋体,微软雅黑";
}

.Bg {
	background: url(../images/bg_03.png) no-repeat center;
	width: 100%;
	height: 100%;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.position {
	position: relative;
}

.content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.header {
	height: 265px;
	width: 100%;
	overflow: hidden;
}

.bottom {
	width: 100%;
	height: 137px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.Btext {
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.Btext16 {
	font-size: 16px;
	font-family: "微软雅黑";
}

.Btext18 {
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑";
}

/*****文字排版******/
.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f20 {
	font-size: 20px;
}

.fb {
	font-weight: bold;
}

.fn {
	font-weight: normal;
}

.t2 {
	text-indent: 2em;
}

.lh150 {
	line-height: 150%
}

.lh180 {
	line-height: 180%
}

.lh200 {
	line-height: 200%
}

.unl {
	text-decoration: underline;
}

.no_unl {
	text-decoration: none;
}

/****定位****/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.cb {
	clear: both;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block;
}

*html .clearfix {
	height: 1%
}

. Clearfix {
	display: block;
}

.vm {
	vertical-align: center;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.abs-right {
	position: absolute;
	right: 0;
}

.zoom {
	zoom: 1
}

.hidden {
	visibility: hidden;
}

.none {
	display: none;
}

/******长度 高度*******/
.w10 {
	width: 10px;
}

.w20 {
	width: 20px;
}

.w30 {
	width: 30px;
}

.w40 {
	width: 40px;
}

.w50 {
	width: 50px;
}

.w60 {
	width: 60px;
}

.w70 {
	width: 70px;
}

.w80 {
	width: 80px;
}

.w90 {
	width: 90px;
}

.w100 {
	width: 100px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w400 {
	width: 400px;
}

.w500 {
	width: 500px;
}

.w600 {
	width: 600px;
}

.w700 {
	width: 700px;
}

.w800 {
	width: 800px;
}

.w {
	width: 100%
}

.h50 {
	height: 50px;
}

.h80 {
	height: 80px;
}

.h100 {
	height: 100px;
}

.h200 {
	height: 200px;
}

.h {
	height: 100%
}

/******边距*******/
.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m30 {
	margin: 30px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mt100 {
	margin-top: 100px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml50 {
	margin-left: 50px;
}

.ml100 {
	margin-left: 100px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr50 {
	margin-right: 50px;
}

.mr100 {
	margin-right: 100px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p30 {
	padding: 30px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt50 {
	padding-top: 50px;
}

.pt100 {
	padding-top: 100px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb100 {
	padding-bottom: 100px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl50 {
	padding-left: 50px;
}

.pl100 {
	padding-left: 100px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr50 {
	padding-right: 50px;
}

.pr100 {
	padding-right: 100px;
}


/*--------头部-------*/
.top {
	width: 100%;
	height: 263px;
}

.top_Top {
	height: 31px;
	width: 100%;
	background: #f8f8f8;
}

.hot {
	width: 29%;
}

.jrsc {
	width: 21%;
}

.hot ul li {
	float: left;
	line-height: 31px;
	width: 90px;
	background: url(../images/scx_03.jpg) no-repeat right center;
	color: #000;
	margin-left: 5px;
	text-align: center;
}

.jrsc ul li {
	float: left;
	line-height: 31px;
	width: 60px;
	background: url(../images/scx_03.jpg) no-repeat left center;
	color: #000;
	margin-right: 5px;
	text-align: center;
}

.hot ul li.wu,
.weibo div.wu,
.jrsc ul li.wu,
.Subnav ul li.wu,
.index_menu ul li.wu {
	background: none;
}

.weibo {
	width: 17%;
}

.weibo div {
	width: 85px;
	line-height: 31px;
	float: left;
	background: url(../images/scx_03.jpg) no-repeat right center;
}

.weibo div img {
	float: left;
	padding: 8px 5px 0px 5px;
}

.tianqi {
	width: 30%;
	height: 30px;
}

.tianqi_t {
	font-size: 12px;
	line-height: 30px;
	padding-right: 10px;
}

.tianqi_left {
	height: 30px;
}

.banner {
	width: 100%;
	height: 188px;
}

.Subnav {
	height: 45px;
	width: 100%;
	background: #c60813;
}

.Subnav ul li,
.home {
	width: 90px;
	height: 45px;
	float: left;
	line-height: 45px;
	font-size: 16px;
	font-family: "微软雅黑";
	background: url(../images/sub_03.jpg) no-repeat right center;
	color: #fff;
	text-align: center;
}

.Subnav ul li a:hover {
	background: url(../images/zjgk_03.jpg) no-repeat center bottom;
	width: 88px;
	height: 45px;
	display: block;
	color: #c60813;
}

.Subnav ul li span {
	float: left;
	text-align: center;
	width: 45px;
}

.Subnav ul li img {
	padding: 10px 0px 0px 8px;
	float: left;
}

.Subnav ul li a {
	color: #fff;
}

.home div {
	background: url(../images/home.png) no-repeat 10px 9px;
	width: 90px;
	line-height: 45px;
	color: #fff;
	text-indent: 1em;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
}

.home div a:hover {
	background: url(../images/hovehom.png) no-repeat center bottom;
	display: block;
	height: 45px;
	color: #c60813;
}

.home div a {
	color: #fff;
}

.webset {
	background: url(../images/wzdh_03.png) no-repeat;
	width: 80px;
	height: 29px;
	line-height: 29px;
	color: #000;
	position: absolute;
	top: 120px;
	left: 410px;
	text-align: center;
}

.webset a {
	color: #000;
}

/*--------------------------分享样式--------------------------------------------*/
.fxifom {
	top: 303px;
	height: 550px;
	position: absolute;
	right: 65px;
	width: auto;
}

.gwds_tools_24 a {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.gov_weixin_share {
	position: fixed;
	width: 85px;
	font-size: 12px;
	top: 110px;
	right: 32px;
}

.gov_div {
	border: 1px solid #e6e6e6;
	width: 85px;
	border-top: 3px solid #e10000;
}

.gov_weixin_share .fixed {
	width: 85px;
}

.gov_weixin_share .fixed p {
	margin: 3px;
	padding: 0;
	line-height: 18px;
}

.gov_wx,
.gov_wx a {
	color: #b20000;
}

.gov_fx,
.gov_fx a {
	color: #ff6600;
}

.gov_ewm {
	width: 82px;
	height: 100px;
	background: #fff;
}

.gov_zwwb {
	width: 85px;
	height: 110px;
	background: #fff;
}

.gov_xlwb img {
	border: 1px solid #e6e6e6;
	margin-left: 10px;
	width: 60px;
	height: 65px;
}

.gov_ewm img {
	padding: 10px 0px 0px 15px;
}

.gov_zwwb img {
	padding: 10px 0px 3px 13px;
}

.gov_ewm span,
.gov_zwwb span,
.gov_xlwb span,
.gov_wx span {
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #000;
	display: block;
	width: 80%;
	margin: 0 auto;
}

.gov_wx span a,
.gov_wx span a:hover,
#Topsrcoll span a,
#Topsrcoll span a:hover {
	color: #000;
}

.gov_fxtp {
	width: 83px;
	background: #eeeeee;
	position: relative;
	float: left;
}

#zwwx_dt {
	width: 120px;
	height: 100px;
	position: absolute;
	top: 203px;
	right: 70px;
}

#Topsrcoll {
	padding-left: 15px;
	border: 1px solid #e6e6e6;
}

#Topsrcoll span {
	display: block;
	color: #858585;
}

#Topsrcoll span a,
#Topsrcoll span a:hover {
	color: #858585;
}

/*公共搜索位置*/
.dqwz_div {
	height: 40px;
	width: 98%;
}

.dqwz {
	background: url(../images/lmtt_1.jpg) no-repeat left 14px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #000;
	padding-left: 20px;
	width: 98%;
	overflow: hidden;
}

.dqwz a {
	color: #000;
	font-size: 12px;
}

.dqwz a:hover {
	color: red;
}

.search {
	height: 30px;
	width: 403px;
	overflow: hidden;
	/* float: right; */
}

.search span {
	float: left;
	line-height: 30px;
	padding-right: 5px;
}

.search input {
	width: 277px;
	height: 30px;
	line-height: 30px;
	border: none;
	background: url(../images/search.jpg) no-repeat;
	text-indent: 2em;
	color: #686868;
}

.search button {
	float: left;
	width: 24px;
	height: 23px;
	cursor: pointer;
	background: url(../images/search_03.jpg) no-repeat;
	width: 58px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	border: none;
}

.cont {
	width: 998px;
	height: auto;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.pad10 {
	padding: 0 10px;
	margin-bottom: 10px;
}

/*--------------------------bottom样式--------------------------------------------*/
.bottom_link {
	background: url(../images/bottom_03.jpg) repeat-x;
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 36px;
}

.div_ul {
	width: 450px;
	height: 16px;
	margin: 0 auto;
	padding-top: 10px;
}

.div_w {
	width: 80px;
	line-height: 16px;
	float: left;
	border-right: 1px solid #c52000;
}

.div_w a,
.bottom_jwz a,
.bottom_jwz a:hover,
.div_w a:hover {
	color: #c52000;
}

.bottom_jwz {
	width: 80px;
	line-height: 16px;
	float: left;
}

.BTC {
	text-align: left;
	font-size: 14px;
	width: 800px;
	margin: 0 auto;
	height: 81px;
	line-height: 25px;
	font-size: 12px;
}

.btc_left {
	float: left;
	width: 60%;
	margin-left: 130px;
}

.btc_right {
	float: right;
	width: 27%;
	text-align: left;
}

.BTC_dT {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
}

.BTC_dT a,
.BTC_dT a:hover {
	color: #1676b2;
	text-decoration: underline;
}

.xxjs {
	height: auto;
	line-height: 25px;
	font-size: 12px;
}

.link {
	width: 100%;
	height: 45px;
	background: #ededed;
}

.link ul {
	margin-left: 10px;
	float: left;
}

.link ul li {
	float: left;
	width: auto;
	margin-right: 7px;
	line-height: 27px;
	font-size: 12px;
	border: 1px solid #bebebe;
	background: #fff;
	padding: 0px 14px;
	margin-top: 8px;
}

.link ul li img {
	float: left;
	margin-top: 3px;
}

.link div {
	float: left;
	width: auto;
	margin-right: 7px;
	line-height: 27px;
	border: 1px solid #bebebe;
	margin-top: 8px;
}


/*-------------------------------分页样式------------------------------------*/
.page_num {
	padding: 20px;
	height: 35px;
	overflow: hidden;
	font-size: 12px;
}

#page_div {
	line-height: 20px;
	color: #000;
}

#pagination_input {
	width: 20px;
	height: 16px;
	line-height: 16px;
	margin: 0 8px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
	padding: 0 8px;
	margin-right: 2px;
	float: left;
	height: 20px;
	text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #000;
}

#page_div .pagination_index_last {
	width: 320px;
	float: right;
	text-align: right;
}

#page_div .pagination_index_num {
	margin-right: 2px;
	padding: 0px;
	width: 20px;
}

#page_div .currentIndex {
	background: #c80d13;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}