﻿@charset "utf-8";

/* CSS Document */


/*dl,
dt,
dd,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
ul,
ol,
blockquote,
select {
	margin: 0;
	font-family: "Microsoft YaHei", 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
}*/


/*ul,
ol,
li,
dl,
dt,
dd {
	list-type: none;
	LIST-STYLE-TYPE: none;
	margin: 0;
	padding: 0;
}*/


/*form,
input,
select,
checkbox,
textarea {
	display: inline;
	vertical-align: middle;
	margin-right: 0px;
}*/


/*input,
select,
checkbox,
textarea {
	color: #4d4d4d;
}*/


/*input {
	_top: -1px;
	_position: relative;
	*margin-right: 0;
	font-family: "Microsoft YaHei", 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
}*/

body{
	margin: 0 auto;
}

img {
	vertical-align: top;
	font-size: 0px;
	border: 0px;
	margin-bottom: 0px;
}

*+html img {
	vertical-align: top;
	font-size: 0px;
	border: 0px;
	margin-bottom: -3px;
}

*html img {
	vertical-align: top;
	font-size: 0px;
	border: 0px;
	margin-bottom: -3px
}

img {
	-ms-interpolation-mode: bicubic;
}


/* 图像平滑*/

html {
	-webkit-text-size-adjust: none;
}


/*th,
td {
	font-size: 10.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

div,
li,
p,
span,
a,
font,
dl,
dt,
dd {
	word-break: normal
}


/* for Firefox */

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}


/*body,
html {
	margin: auto;
	height: 100%;
	padding: 0px;
	 text-align: center;
	behavior: url(iehoverfix.htc);
	position: relative
}*/

html {
	-webkit-text-size-adjust: none;
}

h1 {
	zoom: 1;
	text-indent: -9999px;
	display: none
}

.width1 {
	width: 464px
}

.width2 {
	width: 150px
}

.screen_width {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

.h_5 {
	overflow-y: hidden;
	display: block;
	height: 5px;
}

.h_10 {
	overflow-y: hidden;
	display: block;
	height: 10px;
}

.h_16 {
	overflow-y: hidden;
	display: block;
	height: 16px;
}

.h_20 {
	overflow-y: hidden;
	display: block;
	height: 20px;
}


.clear {
	clear: both
}

.m_R2 {
	margin-right: 12px;
}

.line2 {
	display: block;
	background: url('line1.gif') repeat-x;
	height: 1px;
	margin: 20px 0;
	overflow-y: hidden;
}

.MyDate {
	position: absolute;
	/*z-index: 100;*/
}

.box2 {
	display: block;
	height:420px;
	*height:364px;
	padding-left: 10px;
	border: 1px solid #a9a9a9;
	border-radius: 0 4px 4px 0;
}


/*============================================*/


/*============================================*/


/*============================================*/


/*a:visited {
	color: #4d4d4d;
	text-decoration: none
}

a:link {
	color: #4d4d4d;
	text-decoration: none
}

a:active {
	color: #cc0000;
	text-decoration: underline
}

a:hover {
	color: #cc0000;
	text-decoration: underline
}*/

.link2 {
	font-size: 16px;
	font-weight: bold
}

a.link2:visited {
	color: #2f6698;
	text-decoration: none;
}

a.link2:link {
	color: #2f6698;
	text-decoration: none;
}

a.link2:active {
	color: #c00;
	text-decoration: underline;
}

a.link2:hover {
	color: #c00;
	text-decoration: underline;
}

#wrapper {
	min-height: 100%;
	height: auto;
	margin: auto;
	position: relative;
}

.w100per {
	width: 100%;
	min-width: 100%;
}

* html #wrapper {
	height: 100%;
}

#out-content {
	display: block;
	min-width: 100%;
}

#out-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html #out-content {
	height: 1%;
}

#wrapper .pb {
	padding-bottom: 110px;
}

#wrapper .pb2 {
	padding-bottom: 85px;
}


/*///////////////clearfix ///////////////*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.input_3a,
.input_3b {
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	vertical-align: baseline;
	border: 1px solid #ddd;
	background: url("input_1.gif") no-repeat;
}

.input_3a {
	color: #808080;
}

.input_3b {
	color: #000;
	border: 1px solid #b3b3b3;
}

.button_1 {
	border: 0px;
	CURSOR: pointer;
	text-align: center;
	vertical-align: baseline;
	padding: 10px 25px;
	#padding: 8px 10px;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	margin: 0 auto;
	background: -moz-linear-gradient(top, #2f6598 0%, #15507d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #2f6598), color-stop(100%, #15507d));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2f6598 0%, #15507d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2f6598 0%, #15507d 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #2f6598 0%, #15507d 100%);
	/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6598', endColorstr='#15507d', GradientType=0);
	/* IE6-9 */
	background: linear-gradient(top, #2f6598 0%, #15507d 100%);
	/* W3C */
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button_1:hover {
	background: -moz-linear-gradient(top, #2b91d9 0%, #2f6598 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #2b91d9), color-stop(100%, #2f6598));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b91d9 0%, #2f6598 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b91d9 0%, #2f6598 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #2b91d9 0%, #2f6598 100%);
	/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b91d9', endColorstr='#2f6598', GradientType=0);
	/* IE6-9 */
	background: linear-gradient(top, #2b91d9 0%, #2f6598 100%);
	/* W3C */
}

.Nav_picnews {
	display: block;
	height: 354px;
	margin: 10px auto 28px auto;
	text-align: left;
	position: relative
}

.nav_box {
	display: block;
	height: 350px;
	margin: 0px auto;
}

#nav {
	position: relative;
	/*z-index: 1;*/
	width: 160px;
	height: 350px;
}



#nav .mainCate {
	/* slider 板块 */
	display: block;
	position: relative;
	/*z-index: 10;*/
	zoom: 1;
	width: 160px;
	height: 62px;
	/* width:227px  height: 70px*/
	/*background: #1a57a7 url("nav_bg.gif") no-repeat top right;*/
	/*border: 1px solid #1a57a7;*/
	color: #fff;
	text-align: left;
	background-color:#fafafa;
}

#nav h3 {
	display: block;
	height: 62px;
	width: 160px;
	/*padding-left: 65px;*/
}

#nav h3 a {
	display: block;
	height: 62px;
	line-height: 62px;
	color: #fff;
	text-decoration: none;
	font-size: 12pt;
}

#nav h3 div {
	display: none;
	position: absolute;
	top: 38px;
	color: #7298bb;
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav .m_b1 {
	/* 各个大块的间距 */
	margin-bottom: 10px;
}


/*.nav_01 {
	background: url("nav_01.gif") no-repeat 13px 20px
}

.nav_01:hover {
	background-image: "../images/public_over.png"

}

.nav_02 {
	background: url("nav_02.gif") no-repeat 14px 18px
}

.nav_02:hover {
	background: url("nav_02_on.gif") no-repeat 14px 14px
}

.nav_03 {
	background: url("nav_03.gif") no-repeat 14px 18px
}

.nav_03:hover {
	background: url("nav_03_on.gif") no-repeat 14px 18px
}

.nav_04 {
	background: url("nav_04.gif") no-repeat 14px 18px
}

.nav_04:hover {
	background: url("nav_04_on.gif") no-repeat 14px 18px
}

.nav_05 {
	background: url("nav_05.gif") no-repeat 14px 18px
}

.nav_05:hover {
	background: url("nav_05_on.gif") no-repeat 14px 14px
}
*/


/*
#nav .on {
	background: #fff url("nav_bg_on.gif") no-repeat top right;
	color: #2d6292;
	border: 1px solid #2d6292;
	border-right: none;
	#margin-bottom: -3px;
}*/

#nav .on h3 a {
	color: #2d6292;
}

#nav .on .nav_01 {
	background: url("nav_01_on.gif") no-repeat 14px 18px
}

#nav .on .nav_02 {
	background: url("nav_02_on.gif") no-repeat 14px 18px
}

#nav .on .nav_03 {
	background: url("nav_03_on.gif") no-repeat 14px 18px
}

#nav .on .nav_04 {
	background: url("nav_04_on.gif") no-repeat 14px 18px
}

#nav .on .nav_05 {
	background: url("nav_05_on.gif") no-repeat 14px 18px
}

#nav .on h3 div {
	display: block;
}

#nav .on .subCate {
	/* slider 内容模板阴影效果 */
	display: block;
	/*box-shadow: 2px 2px 2px #b3b3b3;
	-moz-box-shadow: 2px 2px 2px #b3b3b3;
	-webkit-box-shadow: 2px 2px 2px #b3b3b3;*/
}

#nav .subCate {
	/* slider 内容板块 */
	display: none;
	background: #fafafa;
	/*border: 1px solid #2d6292;*/
	border-left: none;
	position: absolute;
	left: 160px;
	width: 840px;
	height: 420px;
	/* height:354px*/
	padding: 0 0 0px 0px;
	/*z-index: 2000;*/
	line-height: 1.5;
}

#nav .sub1 {
	top: 0px;
}

#nav .sub2 {
	top: -72px;
	*top: -78px;
}

#nav .sub3 {
	top: -144px;
	*top: -156px;
}

#nav .sub4 {
	top: -216px;
	/* ie6 */
	*top: -234px;
}

#nav .sub5 {
	top: -288px;
	*top: -312px;
}

#nav .sub6 {
	top: -360px;
	*top: -395px;
}

#nav .subCate .sub_box {
	display: block;
}

#nav .subCate .row {
	display: inline-block;
	float: left;
	width: 33%
}

#nav .subCate .sub_dl {
	display: block;
	padding: 12px;
}

#nav .subCate .sub_dl dt {
	float: left;
	font-size: 10.5pt;
	font-weight: bold;
}

#nav .subCate .sub_dl dd {
	float: left;
	border-left: 2px solid #2f6698;
	margin-left: 5px;
	padding-left: 5px;
}

#nav .subCate .sub_dl dd a {
	display: block;
	line-height: 1.5;
	font-size: 9.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav .subCate .sub_dl dd a,
#nav .subCate .sub_dl dd a:visited {
	color: #333;
	text-decoration: none;
}

#nav .subCate .sub_dl dd a:hover {
	color: #2f6698;
	text-decoration: underline;
}

.fgww {
	text-align: left;
	padding: 0 5px;
	margin: 0 auto;
	border-left: 1px solid #afc3fa;
	height: 36px;
	line-height: 36px;
}

.fgww a {
	padding-left: 8px;
	font-size: 15px;
	font-weight: bold;
}

.fgww a:hover {
	background: url("icon_03.gif") no-repeat 0 6px;
}

.borderleft1 {
	border-left: 6px solid #2f6698;
}

.borderleft2 {
	border-left: 6px solid #5284b2;
}

.borderleft3 {
	border-left: 6px solid #6f9dc7;
}

.borderleft4 {
	border-left: 6px solid #96bfe4;
}

.zwzx_left {
	float: left;
	width: 550px;
}

.zwzx_right {
	float: right;
	width: 120px;
	text-align: center;
}

.btn_list1_tit {
	display: block;
	text-align: center;
	color: #2f6698;
	font-weight: bold;
	margin-bottom: 15px;
}

.news_maintitle {
	display: block;
	color: #2d6292;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center
}

a.news_maintitle:visited {
	color: #2d6292;
	text-decoration: none;
}

a.news_maintitle:link {
	color: #2d6292;
	text-decoration: none;
}

a.news_maintitle:active {
	color: #c00;
	text-decoration: underline;
}

a.news_maintitle:hover {
	color: #c00;
	text-decoration: underline;
}

.news_maintxt {
	display: block;
	color: #808080;
	font-size: 13px
}

.Mtable1 {
	display: table;
	margin: 0 auto 5px auto;
}

.Mtable1 dt {
	display: table-cell;
	float: left;
	padding: 4px 4px;
	white-space: nowrap;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	background-color: #ededed
}

.Mtable1 dd {
	display: table-cell;
	float: left;
	padding: 2px 4px;
	#padding: 2px 0px 2px 4px;
	vertical-align: middle;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.SelList {
	display: block;
	margin: 5px auto;
	font-size: 9pt;
	text-align: left;
}

.SelList dt {
	display: table-cell;
	#float: left;
	padding: 0px 4px;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.SelList dd {
	display: table-cell;
	#float: left;
	text-align: left;
	padding: 0px 4px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.SelList dd a,
.SelList dd span {
	white-space: nowrap;
}

.picnews_box {
	display: block;
	width: 720px;
	height: 354px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	border: 0px solid #f00;
	overflow: hidden
}

.changeBox_a1 {
	width: 720px;
	height: 354px;
	position: relative;
	overflow: hidden
}

.changeDiv {
	width: 720px;
	height: 354px;
	position: relative;
	display: none;
}

.changeDiv h3 {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0;
	padding: 10px 0;
	width: 720px;
	background: url("alpha.png");
}

.changeDiv h3 p {
	display: block;
	padding: 0 10px;
	font-size: 10.5pt;
	font-weight: normal;
	color: #FFF;
}

.changeDiv h3 .tit {
	font-weight: bold;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.changeBox_a1 img {
	width: 720px;
	height: 354px;
}


/* ul_change_a2 */

.ul_change_a2 {
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
}

.ul_change_a2 li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.ul_change_a2 span {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 26px;
	height: 26px;
	line-height: 25px;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	margin-right: 5px;
	background: url("num_bg1.png") no-repeat !important;
	_background: url("num_bg1.gif") no-repeat;
	CURSOR: pointer;
}

.ul_change_a2 span.on {
	background: url("num_bg2.png") no-repeat !important;
	_background: url("num_bg2.gif") no-repeat;
	color: #fff;
}

.index_wrapper1 {
	display: block;
	padding: 0px 0px 20px 0px;
	margin: 0 auto 20px auto;
	text-align: left;
	position: relative;
}

.tab_right {
	float: right;
	position: relative;
	right: 0;
	top: 0;
	line-height: 36px;
}


/* Tab_Menubox1 begin */

.Tab_Menubox1 {
	height: 20px;
	position: relative;
	/*z-index: 1;*/
	/*border-bottom: 1px solid #2f6698;*/
}

.Tab_Menubox1 ul {
	display: table;
}

.Tab_Menubox1 li {
	display: table-cell;
	#float: left;
	cursor: pointer;
	color: #2f6698;
	font-size: 11.5pt;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-align: center;
	white-space: nowrap;
}

.Tab_Menubox1 li a,
.Tab_Menubox1 li a:visited {
	color: #2f6698;
	text-decoration: none;
}

.Tab_Menubox1 li.hover {
	display: table-cell;
	#float: left;
	cursor: pointer;
	color: #c00;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
	background: url("tab_bg1.gif") no-repeat center bottom;
}

.Tab_Menubox1 li.hover a,
.Tab_Menubox1 li.hover a:visited {
	color: #c00;
}

.Tab_Menubox1 .padding1 {
	padding: 0 15px
}

.Tab_Menubox1 .padding2 {
	padding: 0 3px;
	padding: 0 2px\9
}

.Tab_Menubox1 .padding3 {
	padding: 0 25px
}

.tab_Contentbox {
	display: block;
	clear: both;
	top: 0px;
	position: relative;
	/*z-index: 10;*/
	text-align: left;
}

.tab_Contentbox .More {
	height: 36px;
	line-height: 36px;
	text-align: right;
	font-size: 9pt;
	overflow: hidden;
	float: right;
	position: absolute;
	top: -36px;
	right: 0px;
}

.list_01 {
	display: block;
	padding: 0px 0 0px 0;
	line-height: 1.2;
	position: relative
}

.list_01 .li {
	text-align: left;
	background: url("icon_01.gif") no-repeat 3px 13px;
	padding: 5px 0px 5px 13px;
	letter-spacing: 0px;
	overflow: hidden
}

.list_01 .li a,
.list_01 .li a:visited {
	color: #333;
	text-decoration: none;
}

.list_01 .li a:hover {
	color: #2f6698;
	text-decoration: underline;
}

.list_01 font {
	font-size: 9pt;
	float: right;
	text-align: right;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

.btn_list2 {
	text-align: center;
}

.btn_list2 li {
	display: block;
	margin-bottom: 12px;
}

.btn_list2 a {
	display: block;
	background: url("btn_2a.gif") no-repeat;
	font-size: 9pt;
	width: 102px;
	height: 40px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.btn_list2 a:visited {
	color: #fff;
	text-decoration: none;
}

.btn_list2 a:hover {
	color: #fff;
	background: url("btn_2b.gif") no-repeat;
}

.PPP {
	display: block;
	padding: 0 15px
}

.PPP .txt {
	display: block;
	line-height: 1.9;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative
}

.PPP .more {
	display: block;
	text-align: right;
	font-size: 13px
}

.headline_daily {
	text-align: center;
	padding-top:30px;
}
.headline_daily img{
	vertical-align: middle;
	margin-right:10px;
}
.headline_daily font{
	font-size: 31px !important;
	font-weight: bold;
}

/** 头部 **/
.header_index{
	height:98px;
}
.header_text{
	color: #333333;
	margin-bottom:18px;
}
.header_text span{
	color:#333333;
}
.header_ul{
	text-align:right;
	top:20px !important;
}
.header_icon a{
	display:inline-block;
	text-align:center;
	margin-left:12px;
}
.header_icon_first_a{
	cursor: pointer;
	float: left;
}
.header_icon{
	vertical-align:top;
}
.header_icon span{
	color:#333333;
	font-size:12px;
	display:block;
}
.header_icon input{
	background: url(../images/search_bar.png);
	width: 186px;
	height: 30px;
	border: 0;
	float: left;
	padding-left: 40px;
	color: black;
	font-size: 12px;
	line-height: 30px;
}
.header_content .header_index_logo {
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
	/* height:71px;
    width:395px; */
}




/* board begin */

.board {
	height: 150px;
}

.board ul {
	list-style-type: none;
}

.board ul li {
	list-style: none;
	display: inline;
	margin-left: 40px;
	font-weight: 500;
}

button {
	border: none;
}

.board_icon {

}




/* board end */

.zxfb{
	margin-top:30px;
}
.zxfb_left{
	width: 580px;
	height:366px;
	float:left
}
.zxfb_right{
	width: 580px;
	height: 366px;
	margin-left:20px;
}
.zxfb_title{
	width: 130px;
	height: 51px;
	font-size: 22px;
	color: #ffffff;
	font-weight: bolder;
	line-height: 42px;
	text-align: center;
	background-image: url(../images/zxfb.png);
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}
.zxfb_border{
	width: 450px;
	height: 43px;
	float: right;
	border-bottom: 1px solid #efefef;
}



/* 信息公开 begin */
#index_xxgk_icon_contain{
	padding: 10px 0px;
}
.index_xxgk_icon {
	margin-left: 12px;
	width:100px;
	height:100px;
}
.index_xxgk_arrow{
	width:32px;
}
.xxgk_left{
	width: 400px;
	height:240px;
	float:left;
	margin-top:8px;
}
.xxgk_right{
	width: 397px;
	height:240px;
	margin-left:20px;
	margin-top:8px;
}
.box_xxgk{
	padding-left:20px;
}

/* 信息公开 end */


/* 办税服务 begin*/
.index_bsfw_icon_div{
	margin-top:12px;
}
.index_bsfw_icon {
	width:98px;
	height:44px;
	margin-left: 9px;
	*margin-left: 9px;
}
.index_sscx{
	padding:10px 0px;
}
.index_sscx li{
	margin-bottom:9px;
}
.bsfw_div{
	padding-left: 10px;
	padding-top: 10px;
}
.bsfw_left{
	width:551px;
	height:275px;
	float:left;
}
.bsfw_right{
	width:238px;
	margin-left:10px;
	float:left;
}
.box_bsfw{
	padding-left:20px;
}

/* 办税服务 end */


/* 公众参与 gzcy begin */
.box_gzcy{
	padding-left:10px;
	padding-top:10px;
	height:338px;
}
.gzcy{
	padding:10px;
}
.gzcy_left{
	width:541px;
	float:left;
}
.gzcy li{
	height: 56px;
	line-height: 56px;
}
/* 公众参与 gzcy end */


/* 税收宣传 ssxc begin */
.ssxc_left{
	width:360px;
}
.ssxc_right{
	width:430px;
}
/* 税种介绍 */
.index_ssxc_sz{

}
.index_ssxc_sz ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/* 税收宣传 ssxc end */


.ssgg {
	width: 180px;
}

.ssgg .tab_list_item {
	padding: 3px 0px 3px 0px;
}



/* 国地税合并改版新增样式 */


/** 头部搜索登陆栏 begin**/

.board_area{
	width: 470px;
	text-align: center;
	margin: 0 auto;
}
.board_area2{
	width:480px;
	margin-left: 10px;
	display: inline-block;
	background-repeat: no-repeat;
}
.board_area2 ul{
	margin: 0 auto;
}
.board_area2 ul li{
	float: left;
}
.board_area3{
	cursor: pointer;
	float: left;
	width: 280px;
	height: 150px;
	background-image: url(../images/dzswj_banner.png);
	background-repeat: no-repeat;
	bottom: 0px;
	text-align: center;
}
.board_area4{
	width:200px;
	cursor: pointer;
	float: right;
	bottom: 0px;
	text-align: center;
	margin-left:3px;
}
.board_area4 ul li{
	float: left;
}
.board_area5{
	width:100%;
	height:140px;
	margin-top:30px;
	background-color: #f0f9fe;
}
.board_area5 ul li{
	width: 110px;
	text-align: center;
	float: left;
	margin-left: 34px;
	margin-top: 20px;
}
.board_area5 ul li a{
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}
.board_area5 ul li a:hover{
	color: #1a56a8;
}
.board_area5 ul li a img{
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
}
.board_area5 div{
	width: 68px;
	height: 68px;
	-moz-border-radius:34px;
	-webkit-border-radius:34px;
	border-radius: 34px;
	border: 1px solid #1a56a8;
	margin: 20px;
	background-color:#f0f9fe;
	position: relative;
	z-index: 2;
	behavior: url(iecss3.htc);
}
.board_area5 div:hover{
	background-color:#1a56a8;
}
.board_area5 div img{
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
}
.board_area6 ul li{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.board_search{
	margin-top:14px;
	position: relative;
}
.board_search input{
	width: 430px;
	height: 39px;
	background: url(../images/board_search_input.png);
	border: 0;
	padding-left: 40px;
	color: black;
	font-size: 12px;
	line-height: 39px;
}
.board_search img{
	position: absolute;
	right: 3px;
	top: 0;
}
.board_tips{
	color:white;
	font-size:13px;
	margin-top: 8px;
	text-align: left;
	padding-left: 10px;
}
/** 头部搜索登陆栏 end**/


.float_left{
	float:left;
}
#board_icon_containner{
	height:115px;
	margin-top:20px;
	font-size:0;
}
#board_icon_containner a{
	display: inline-block;
	margin-left:26px;
}
#board_icon_containner img{
	width:90px;
	height:115px;
}

.text-center{
	text-align: center;
}
#nav li{

}
#nav li font{
	font-size:12px;
	color:#333333;
}
.toutiao{
	margin-right:16px;
}

.grey_squares{
	margin-right:8px;
	margin-top: 7px;
}

/** 支持谷歌10号字，同时兼容ie7、8**/
.small_font{
	font-size:12px;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.90);
}
.smallsize_font {
	　font-size:10.8px;
}


/**税种 **/
.sz_l1{
	width:100px;
	float:left;
}
.sz_l2{
	width:70px;
	float:left;
}
.sz_l3{
	width:70px;
	float:left;
}
.sz_l4{
	width:120px;
	float:left;
}
.sz_line{
	height:3px;
}
/**在线访谈**/
.sy_gzcy_t_img{
	width: 260px;
	height: 146px;
	float:left;
	margin-top:8px;
}
.sy_gzcy_t_img_font{
	width:246px;
	margin-left:10px;
	height:138px;
	float:left;
	font-size:14px;
	cursor:default;
	font-family: "Microsoft YaHei",Arial,Tahoma, Helvetica, "\5b8b\4f53";
	font-weight: 200;
}
.sy_gzcy_t_img_font li{
	line-height:26px;
}
.sy_gzcy_t_img_font_one{
	font-size:16px;
	margin-top:10px;
	color:#FF0000;
	cursor: pointer;
}
.sy_gzcy_jrft{
	color: #1078e2;
	cursor: pointer;
	text-align: right;
	margin-top: -22px;
	margin-right: 10px;
}
.sy_gzcy_jrft:hover{
	color:red;
}
/**在线访谈**/
/**区局频道**/
.qjpd_left{
	width: 400px;
	height: 193px;
	float: left;
	margin-top: 8px;
}
.qjpd_right{
	width: 397px;
	height: 193px;
	margin-left: 20px;
	margin-top: 8px;
}
.qjpd_bottom{
	width: 818px;
}
.qjpdList{
	width: 818px;
}
.qjpdList ul{
}
.qjpdList li{
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}
.qjpdList ul li img{
	vertical-align: middle;
	margin-right: 12px;
}
/**区局频道**/
.middle_category{
	margin-top:30px;
}

.middle_category_left{
	width:580px;
}

.middle_category_right{
	width:580px;
	margin-left: 15px;
}
.bottom_category{
	margin-top:20px;
}
.bottom_category_left{
	width:280px;
}
.bottom_category_center{
	width:280px;
	margin-left:20px;
}
.bottom_category_right{
	width: 570px;
	margin-left: 20px;
}
.bottom_navigation{
	background-color:#eff9fe;
	border-top:1px solid #1a56a8;
}
.tabbox2_con_bn{
	width: 1220px;
	height: 56px;
	background-color: #ffffff;
}
.tabbox2_con_bn ul li{
	float:left;
	margin-left: 78px;
	line-height: 56px;
}
.con2{
	display: none;
}
.con2 ul li{
	margin-left: 58px;
}
.tabbox2_con_bn ul li a{
	font-size: 16px;
	cursor: pointer;
}
.right_fw{
	display:none;
	width: 60px;
	height: 1500px;
	position: fixed;
	background-color: rgba(0,0,0,0.4)!important;
	background-color: #000;
	filter: Alpha(opacity=40);
	top: 0;
	right: 0;
	z-index: 99;
}
.right_fw ul{
	margin-top: 120px;
}
.right_fw ul li{
	text-align: center;
}
.right_fw ul li div{
	width: 60px;
	height:60px;
}
.right_fw ul li:hover div:not(#fw_dy_d):not(#fw_gwy_d):not(#fw_12366_d):not(#fw_zfgs_d):not(#fw_app_d):not(#fw_wx_d):not(#fw_sina_d){
	background-color: #1a56a8;
}
.right_fw_open{
	position: fixed;
	top: 30%;
	right: 0;
	cursor: pointer;
	z-index: 3;
}
.right_fw_open:hover #right_fw_open_a{
	display:none;
}
.right_fw_open:hover div:not(#fw_dy_d):not(#fw_sqhd_d):not(#fw_znzx_d):not(#fw_gwy_d):not(#fw_12366_d):not(#fw_zfgs_d):not(#fw_app_d):not(#fw_wx_d):not(#fw_sina_d):not(#fw_dzzp_d){
	display:block;
}
.fw_bg1{
	position: fixed;
	right:60px;
	background-image: url(../images/fw_bg1.png);
	background-repeat: no-repeat;
	display: none;
}
.fw_bg1 img{
	display: block;
}
.fw_bg2{
	position: fixed;
	right:60px;
	background-image: url(../images/fw_bg2.png);
	background-repeat: no-repeat;
	display: none;
}
.fw_bg2 img{
	display: block;
}
.fw_dy:hover div{
	display:block;
}
.fw_sqhd_font{
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}
.fw_sqhd_img{
	display:none;
}
.fw_sqhd:hover div{
	display:block;
}
.fw_sqhd a:hover{
	color:#FFFFFF;
}
.fw_znzx_font{
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}
.fw_znzx_img{
	display:none;
}
.fw_znzx:hover div{
	display:block;
}
.fw_znzx a:hover{
	color:#FFFFFF;
}
.fw_gwy:hover div{
	display:block;
}
.fw_12366:hover div{
	display:block;
}
.fw_zfgs_font{
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}
.fw_zfgs_img{
	display:none;
}
.fw_zfgs:hover div{
	display:block;
}
.fw_zfgs a:hover{
	color:#FFFFFF;
}
.fw_app_font{
	font-size: 16px;
	color: #FFFFFF;
}
.fw_app_img{
	display:none;
}
.fw_app:hover .fw_app_font{
	display:none;
}
.fw_app:hover #fw_app_img{
	display:block;
}
.fw_app:hover div{
	display:block;
}
.fw_app a:hover{
	color:#FFFFFF;
}
.fw_wx:hover div{
	display:block;
}
.fw_sina:hover div{
	display:block;
}
.fw_sina a:hover{
	font-size: 16px;
	color: #FFFFFF;
}
.fw_sina_font{
	font-size: 16px;
	color: #FFFFFF;
}
.fw_sina_font{
	display:none;
}
.fw_sina:hover .fw_sina_font{
	display:block;
}
.fw_sina:hover #fw_sina_img{
	display:none;
}
.fw_jiucuo a:hover{
	color:#FFFFFF;
}
.fw_jiucuo_font{
	display:block;
	font-size: 16px;
	color: #FFFFFF;
}
.fw_jiucuo_img{
	display:none;
}
.fw_dzzp_font{
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}
.fw_dzzp_img{
	display:none;
}
.fw_dzzp:hover div{
	display:block;
}
.fw_dzzp a:hover{
	color:#FFFFFF;
}
/* .fw_jiucuo:hover .fw_jiucuo_font{
	display:none;
}
.fw_jiucuo:hover #fw_jiucuo_img{
	display:block;
} */
.board_area3:hover{
	background-image: url(../images/dzswj_banner_pass.png);
}
.hov:hover{
	box-shadow: 0 0 12px #7ab2ff;
}
.hov2:hover{
	box-shadow: 0 0 8px #7ab2ff;
}
