body {
	font-family: "微软雅黑", "wr YaHei", "黑体",  "宋体", Arial;
	font-size: 12px;
	color: #909090;
	border: 0;
	background-color: #FFFFFF;
	line-height: 1.5em;
	text-align:left;
}
html, body {
	width: 100%;
	height:100%;
	
}
ul, li, input, select {
	list-style: none;
}
input.checkbox, input.radio {
	vertical-align: middle;
	width: 14px !important;
	_height: 14px;
}
input, select, textarea {
	font-size: 11px;
	color: #555;
	font-family: "微软雅黑", "wr YaHei", "黑体", "wr YaHeiBold", "宋体", Arial;
	vertical-align:middle;
	line-height: normal;
}
*+html select {
	height: 20px !important;
}
a, a:link, a:visited {
	color: #717171;
	text-decoration: none;
	cursor: pointer, hand;
}
a:hover, a:active {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
img, fieldset, form, h1, h2, h3, h4, p, dl, dt, dd, p {
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}
div, td, ul, li, dd {
	padding:0;
	margin:0;
	text-transform: none;
}
.clr {
	clear:both;
	background:none;
}
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0 none;
	outline: 0 none;
	margin: 0;
	padding: 0;
}
.displayNone {
	display: none;
}
.visibilityNone {
	height:0px;
	visibility: hidden;
}

.position_absolute{
	position: absolute;	
}
.position_relative{
	position: relative;
}
/*****************************框架********************************************/
#pageBox {
	width:100%;
	
	background-image: url(../image/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#top {
	background-color: #f7f7f7;
	/*border: 1px dotted #F60;*/
}
#container {
	
/*	background-color: #FFCC66;
	border: 1px dotted #C30;*/
	
}
#footer {
	display: block;
	background-color: #FFF;
}
#top, #container, #footer {
	clear: both;
	max-width:1440px;
	_width:1440px;
	margin:0 auto;
	z-index:1;
}
/****************************************************************************/
/***************************文字样式**********************************************/
.txtB {	font-weight: bolder;}
.txt9px a, .txt9px {font-size: 9px;}
.txt10px, .txt10px a {	font-size: 10px;font-family: Arial, Helvetica, sans-serif;}
.txt11px, .txt11px a {font-size: 11px;font-family: Arial, Helvetica, sans-serif;}
.txt12px {font-size: 12px;}
.txt14px, a .txt14px {font-size: 14px;line-height: normal;}
.txt14pxB, a .txt14pxB {font-size: 14px;font-weight: bold;line-height: normal;}
.txt16px {font-size: 16px;line-height: normal;}
.txt16pxB { font-size: 16px;font-weight: bolder;line-height: normal;}
.txt18px { font-size: 18px;line-height: normal;}
.txt18pxB {	font-size: 18px;line-height: normal;font-weight: bold;}
.txt20px {	font-size: 20px;line-height:1em;line-height: normal;}
.txt20pxB {font-size: 20px;font-weight: bolder;line-height: normal;}
.txt23px {	font-size: 23px;line-height: normal;}
.txt24px {	font-size: 24px;line-height:1em;line-height: normal;}
.txt24pxB {font-size: 24px;font-weight: bolder;line-height: normal;}
.txt30px {	font-size: 30px;line-height: normal;}
.txt30pxB {font-size: 30px;font-weight: bolder;line-height: normal;}
.txt32pxB {font-size: 32px;line-height: normal;font-weight: bolder;}
.txt33px {	font-size: 33px;line-height: normal;}
.txt36px {	font-size: 36px;line-height: normal;}
.txt36pxB {font-size: 36px;line-height: normal;font-weight: bolder;}
.txt38px {font-size: 38px;line-height: normal;}
.txt38pxB {font-size: 38px;line-height: normal;font-weight: bolder;}
.txt45px {font-size: 45px;line-height: normal;}
.txt48px {font-size: 48px;line-height: normal;}
.txt48pxB {font-size: 48px;line-height: normal;font-weight: bolder;}
.txt55px {font-size: 55px;line-height: normal;}
.txt55pxB {font-size: 55px;line-height: normal;font-weight: bolder;}
/***************************文本对齐**********************************************/
/***************************背景色***************************/
.backgroundfff{
	background-color: #FFF;	
}

/***************************行高**********************************************/
.lineHeight14px {line-height:14px;}
.lineHeight16px {line-height:16px;}
.lineHeight18px {line-height:18px;}
.lineHeight1em {line-height:1em;}
.lineHeight1_2em {line-height:1.2em;}
.lineHeight1_5em {line-height:1.5em;}
.lineHeight1_8em {line-height:1.8em;}
.lineHeight2em {line-height:2em;}
.lineHeight20px {line-height:20px;}
.lineHeight25px {line-height:25px;}
.lineHeight30px {line-height:30px;}
.lineHeight40px {line-height:40px;}

/***************************图片**********************************************/
.newsPic {
	text-align: center;
	padding:10px 0;
}
/***************************浮动**********************************************/
.floatLeft {float: left;}
.floatRight {float: right;}
/**************************填充、边距******************************************************/
.paddingTop5 {	padding-top: 5px;}
.paddingTop10 {	padding-top: 10px;}
.paddingTop20 {	padding-top: 20px;}
.paddingTop30 {	padding-top: 30px;}
.paddingTop40 {	padding-top: 40px;}
.paddingright10 {	padding-right: 10px;}
.paddingBottom5 {	padding-bottom: 5px;}
.paddingBottom10 {	padding-bottom: 10px;}
.paddingBottom15 {	padding-bottom: 15px;}
.paddingBottom20 {	padding-bottom: 20px;}
.paddingBottom30 {	padding-bottom: 30px;}
.paddingBottom50 {	padding-bottom: 50px;}
.paddingBottom80 {	padding-bottom: 80px;}
.paddingBottom100 {	padding-bottom: 100px;}
.paddingleft10 {	padding-left: 10px;}
.paddingleft20 {	padding-left: 20px;}
.paddingleft30 {	padding-left: 30px;}
.margin_B10 {	margin-bottom:10px;}
.margin_B20 {	margin-bottom:20px;}
.margin_B30 {	margin-bottom:30px;}
.margin_B35 {	margin-bottom:35px;}


/********************************************************************************/
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.verticalAlignMiddle {
	vertical-align: middle;
}
/***************************文字颜色**********************************************/
.colorfff, .colorfff a, .colorfff a:link, .colorfff a:visited, .colorfff a:active {
	color: #fff;
}
.colorfff a:hover {
	color: #CCC;
	text-decoration: none;
}

.color7995b5, .color7995b5 a, .color7995b5 a:link, .color7995b5 a:visited, .color7995b5 a:active {
	color: #7995b5;
}
.color7995b5 a:hover {
	color: #CCC;
	text-decoration: none;
}


.color000, .color000 a, .color000 a:link, .color000 a:visited, .color000 a:active {
	color: #000;
}
.color000 a:hover {
	color: #666;
	text-decoration: none;
}

.color00326d, .color00326d a, .color00326d a:link, .color00326d a:visited, .color00326d a:active {
	color: #00326d;
}
.color00326d a:hover {
	color: #0099FF;
	text-decoration: underline;
}
.color3b3b3b, .color3b3b3b a, .color3b3b3b a:link, .color3b3b3b a:visited, .color3b3b3b a:active {
	color:#3b3b3b;
}
.color3b3b3b a:hover {
	color:#999999;
	text-decoration: none;
}

.color607995, .color607995 a, .color607995 a:link, .color607995 a:visited, .color607995 a:active {
	color:#607995;
}
.color607995 a:hover {
	color:#004189;
	text-decoration: none;
}

.color585858, .color585858 a, .color585858 a:link, .color585858 a:visited, .color585858 a:active {
	color:#585858;
}
.color585858 a:hover {
	color:#999999;
	text-decoration: none;
}

.color0b5f9e, .color0b5f9e a, .color0b5f9e a:link, .color0b5f9e a:visited, .color0b5f9e a:active {
	color:#0b5f9e;
}
.color0b5f9e a:hover {
	color:#0099FF;
	text-decoration: none;
}
.color90c31f, .color90c31f a, .color90c31f a:link, .color90c31f a:visited, .color90c31f a:active {
	color:#90c31f;
}
.color90c31f a:hover {
	color:#09F;
	text-decoration: none;
}


.color134a9e, .color134a9e a, .color134a9e a:link, .color134a9e a:visited, .color134a9e a:active {
	color:#134a9e;
}
.color134a9e a:hover {
	color:#0099FF;
	text-decoration: none;
}
.colorbcbcbc, .colorbcbcbc a, .colorbcbcbc a:link, .colorbcbcbc a:visited, .colorbcbcbc a:active {
	color:#bcbcbc;
}
.colorbcbcbc a:hover {
	color:#000;
	text-decoration: none;
}

.color8d8d8d, .color8d8d8d a, .color8d8d8d a:link, .color8d8d8d a:visited, .color8d8d8d a:active {
	color:#8d8d8d;
}
.color8d8d8d a:hover {
	color:#F90;
	text-decoration: none;
}
.colorf05b35, .colorf05b35 a, .colorf05b35 a:link, .colorf05b35 a:visited, .colorf05b35 a:active {
	color:#f05b35;
}
.colorf05b35 a:hover {
	color:#000;
	text-decoration: none;
}
a.colorf05b35,  a.colorf05b35:link,  a.colorf05b35:visited,  a.colorf05b35:active {
	color:#f05b35;
}
a.colorf05b35:hover {
	color:#000;
	text-decoration: none;
}
.color6C6C6C, .color6C6C6C a, .color6C6C6C a:link, .color6C6C6C a:visited, .color6C6C6C a:active {
	color:#6C6C6C;
}
.color6C6C6C a:hover {
	color:#fff;
	text-decoration: none;
}


/**************************表单**************************/
/**************************边线*************************/
.bline1 {
	height:2px;
	width:100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f8f8f8;
}
.bline2 {
	height:2px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.lineb1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.linet1{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.linet2{
	border-top: 2px solid #d1d1d1;
}
.lineb8{
	border-bottom: 8px solid rgb(209, 209, 209);
}

/***********  END **************/
/*********输入框***********/
.input_text1 {
	border: 1px solid #bfbfbf;
	font-size: 14px;
	height: 29px;
	line-height: 33px;
	color:#666666;
	morgin:0;
	padding:0px;
	padding-left:10px;
	border-radius: 5px;
}
.input_text1:focus {
	border: 1px solid #66CC66;
	color:#000;
}
.input_text2 {
	border: 1px solid #d0d0d0;
	font-size: 14px;
	line-height: 18px;
	color:#dfdfdf;
	morgin:0;
	padding-top:5px;
	border-radius: 5px;
	padding-left:10px;
}
.input_text2:focus {
	border: 1px solid #66CC66;
	color:#333;
}



/*********按钮***********/
.input_submit1 {
	font-size: 14px;
	line-height: 28px;
	color:#FFFFFF;
	height:28px;
	padding:0 18px;
	cursor: pointer;
	background-color: #063770;
	border: 0;
	font-weight: bolder;
	border-radius: 5px;
	display:inline-block;
}
.input_submit1:hover {
	background-color: #74C934;
}
.button2, a.button2 {
	line-height: 30px;
	text-decoration: none;
	height: 30px;
	padding: 0 20px 0 20px;
	color: #FFF;
	display: inline-block;
	text-align: left;
	background-color: #9fcb41;
	border: none;
	border-radius: 5px;
	font-size:15px;
	font-weight: bolder;
}
.button2:hover, a.button2:hover {
	background-color: #00a8c2;
}
/*********END***********/


.logoAndMenu {
	width:1004px;
	margin:0 auto;
	position: relative;
	height:156px;
	z-index:90;
}
.containerBox {
	z-index:1;
	width:1004px;
	margin-left:auto;margin-right:auto;
	position: relative;
}
.footerBox {
	width:1004px;
	margin:0 auto;
	position: absolute;
	bottom: 0px;
	display: block;
	background-color: #F99;
}
/***********************************************************************/
.topMenu {
	height:37px;
}
.menuLi {
	display: block;
	float: left;
	position: relative;
	overflow: visible;
	height:37px;
}
.menuListBox {
	position: absolute;
	top:36px;
	left:0;
	display:none;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00326d;
	z-index: 1000001;
}
.menuLinks {
	width:100%;
	height:47px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #75b829;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
	line-height:47px;
	text-align: center;
}
.menuLinks:hover {
	background-color: #94ce39;
}
a.menuLinks {
	color: #FFF;
	text-decoration: none;
}
.menuLiBname {
	display: block;
	height:37px;
}
.menuLi1 .menuLiBname, .menuLi2 .menuLiBname, .menuLi3 .menuLiBname, .menuLi4 .menuLiBname, .menuLi5 .menuLiBname, .menuLi6 .menuLiBname {
	background-image: url(../image/menubg.gif);
	background-repeat: no-repeat;
}
.menuLi1 .menuLiBname {
	background-position: 0px 0px;
}
.menuLi2 .menuLiBname {
	background-position: -53px 0px;
}
.menuLi3 .menuLiBname {
	background-position: -161px 0px;
}
.menuLi4 .menuLiBname {
	background-position: -273px 0px;
}
.menuLi5 .menuLiBname {
	background-position: -381px 0px;
}
.menuLi6 .menuLiBname {
	background-position: -480px 0px;
}
.menuLi1:hover .menuLiBname, .menuLi1 .menuLiBnameover {
	background-position: 0px -37px;
}
.menuLi2:hover .menuLiBname, .menuLi2 .menuLiBnameover {
	background-position: -53px -37px;
}
.menuLi3:hover .menuLiBname, .menuLi3 .menuLiBnameover {
	background-position: -161px -37px;
}
.menuLi4:hover .menuLiBname, .menuLi4 .menuLiBnameover {
	background-position: -273px -37px;
}
.menuLi5:hover .menuLiBname, .menuLi5 .menuLiBnameover {
	background-position: -381px -37px;
}
.menuLi6:hover .menuLiBname, .menuLi6 .menuLiBnameover {
	background-position: -480px -37px;
}
.menuLi1, .menuLi1 .menuListBox, .menuLi1 .menuLiBname {
	width:52px;
}
.menuLi2, .menuLi2 .menuListBox, .menuLi2 .menuLiBname {
	width:108px;/*height:300px;
	background-color: #FC6;*/
}
.menuLi3, .menuLi3 .menuListBox, .menuLi3 .menuLiBname {
	width:112px;
}
.menuLi4 .menuListBox, .menuLi4 .menuLiBname {
	width:108px;
}
.menuLi5 .menuListBox, .menuLi5 .menuLiBname {
	width:99px;
}
.menuLi6 .menuListBox, .menuLi6 .menuLiBname {
	width:107px;
}
/**********************************/
.logo {
	position: absolute;
	top:40px;
}
.top_art { 
	position: absolute;
	right: 0;
	top:9px;
	
	
}
.artpic{ background-image:url(../image/top20141217.png); background-repeat: no-repeat; background-position: 0px 0px; width:167px; height:104px;}
.top_art:hover .artpic { background-position: -167px 0px;}

.arttxt { width:167px; text-align:center; color:#FF3300; padding-top:10px }
.top_art:hover .arttxt { color:#000 }

.top_user {
	position: absolute;
	right:0px;
	top:9px;
}
.guanzhu {
	background-image: url(../image/oter.png);
	background-position: -247px -99px;
	height: 98px;
	width: 143px;
	position: relative;
	padding: 7px 12px 0 12px;/*  w: 167   H: 105*/
}
.weixin{
	background-color: #fff;
	padding: 10px;
	display: none;/**/
	position: absolute;
	top:0px;
	left:-170px;
	
	box-shadow:0px 0px 5px #666;
}
.guanzhu:hover {
	background-position: -428px -99px;
}
.guanzhuA1, .guanzhuA2 {
	/*border: 1px dotted #F00;*/
}
.guanzhuA1 {
	display:block;
	float:left;
	height:25px;
	width:60px;
	
}
.guanzhuA2 {
	float:left;
	display:block;
	height:22px;
	width:70px;
	margin:0 0 0 7px;/**/
}
.guanzhu2 {
	padding:10px 0 0 0;
}
.guanzhu2a1 {
	display:inline-block;
	margin-right:10px;
}
.guanzhu2a2 {
	display:inline-block;
	margin-left:10px;
}
.menu {
	position: absolute;
	bottom: 0px;
	z-index: 80;
}
.topLine {
	background-color: #e88400;
	text-align: center;
	height: 10px;
	width: 100%;
	background-image: url(../image/v1_13.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*************************/
.in_sidebar {
	width:1004px;
	margin:0 auto;
	padding:46px 0 0 0;
}
.inSidebar1, .inSidebar2, .inSidebar3 {
	float:left;
}
.inSidebar1 {
	width:285px;
}
.inSidebar2 {
	width:360px;
	margin:0 75px;
}
.inSidebar3 {
	width:192px;
}
/******底部***************/
.footer_box {
	width: 1004px;
	margin:0 auto;
}
.footer_menu {
	background-color: #e5e5e5;
	padding:0px 0 50px 0;
	background-image: url(../image/footerBG.gif);
	background-repeat: repeat-x;
	background-position: 0px 74px;
}
.footer_cop {
	height:50px;
	line-height:30px;
	color:#6c6c6c;
	background-color: #2e2e2e;
	clear: both;
}
.footer_menu a {
	color:#696969;
}
.footer_menu a:hover {
	color:#000;
}
.footerLi {
	float:left;
}
.footerLi h2 a {
	line-height:22px;
	display:block;
}
.footerLi h1 {
	height:75px;
	margin-bottom:15px;
}
.footerLi h3 {
	width:180px;
}
.footerLi h3 a {
	display:block;
	width:50px;
	float:left;
}
.footerLi1 {
	width:160px;
}
.footerLi2 {
	width:250px;
}
.footerLi3 {
	width:180px;
}
.footerLi4 {
	width:170px;
}
.footerLi5 {
	width:150px;
}
.footerLi6 {
	width:80px;
}
.footer_copli {
	line-height:40px;
	color:#6c6c6c;
	width:70%;
	float:left;
}
.footerLi h1 a {
	background-image: url(../image/oter.png);
	background-repeat: no-repeat;
	display:inline-block;
	height:14px;
	margin-top:40px;
}
.footerMtitle1 {
	width:95px;
	background-position: -41px -29px;
}
.footerMtitle1:hover {
	background-position: -41px -53px;
}
.footerMtitle2 {
	width:84px;
	background-position: -158px -29px;
}
.footerMtitle2:hover {
	background-position: -158px -53px;
}
.footerMtitle3 {
	width:56px;
	background-position: -277px -29px;
}
.footerMtitle3:hover {
	background-position: -277px -53px;
}
.footerMtitle4 {
	width:71px;
	background-position: -363px -29px;
}
.footerMtitle4:hover {
	background-position: -363px -53px;
}
.footerMtitle5 {
	width:84px;
	background-position: -458px -29px;
}
.footerMtitle5:hover {
	background-position: -458px -53px;
}
.footerMtitle6 {
	width:55px;
	background-position: -567px -29px;
}
.footerMtitle6:hover {
	background-position: -567px -53px;
}
.footer_weibo {
	float: right;
	position: relative;
}
.footer_weixin{
	position: absolute;
	left: -50px;
	top: -170px;
	box-shadow: 0 0 5px #666666;
	width:150px;
	height:150px;
	padding: 10px;
	background-color: #FFF;
	display: none;
	z-index: 99999;
}
.footer_weibo a {
	display: block;
	float:left;
	background-image:url(../image/oter.png);
	background-repeat: no-repeat;
}
.footer_weibo1 {
	background-position: -38px -111px;
	height: 23px;
	width: 82px;
	margin-right:30px;
	margin-top:12px;
}
.footer_weibo1:hover {
	background-position: -38px -141px;
}
.footer_weibo2 {
	background-position: -139px -111px;
	height: 20px;
	width: 78px;
	margin-top:11px;
}
.footer_weibo2:hover {
	background-position: -139px -141px;
}
.zhuyeBox {
	background-color: #f6f6f6;
}
/************************圆点***************************/

.dian {
	background-image: url(../image/dian1.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin-right:5px;
}
.dian:hover {
	background-position: -21px 2px;
}
.dianOver {
	background-position: -21px 2px;
}
/*********************************END*************************/
/**************新闻模块************************************/
.inNews_img {
	position: absolute;
	float:left;
	overflow: hidden;
	height: 72px;
	width: 116px;
}
.inNews_img a {
	background-image: url(../image/yuanjiao.png);
	_background-image: url(../image/yuanjiao.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: absolute;
	width:116px;
	height:72px;
	top:0px;
	left:0;
}
.inNews_txt {
	padding-left:135px;
	/*height: 72px;*/
}
.citysdb{
	padding-left:145px;
}
.citysdb_img{
	float: left;
    height: aout;
    overflow: hidden;
    position: absolute;
    width: 130px;
}
.inNewsli {
	padding-top:28px;
	padding-bottom:28px;
	height:72px;
}
.inNewsliLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e8e8e8;
}
.inNewsli img {
	display: block;
	float: left;
	height: 72px;
	width: 116px;
	margin-right: 12px;
}
.inNewsli h1, .inNewsli h2 {
	display: block;
}
.inNewsli h1 {
	font-size:14px;
	color:#90c31f;
	font-weight: bolder;
}
.inNewsli h2 {
	line-height:14px;
}
.inNewsDate {
	margin-top:5px;
	display:block;
	font-size:10px;
}
.inNewsmore {
	background-image: url(../image/oter.png);
	background-repeat: no-repeat;
	background-position: -680px -16px;
	display: block;
	height: 27px;
	width: 285px;
	margin:30px 0 30px 0;
}
.inNewsmore:hover {
	background-position: -680px -52px;
}
/*********************************END*************************/
.Rjt1 {
	background-image: url(../image/Rjt1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 15px;
}
a.Rjt1 {
	color:#000;
	font-weight: bold;
}
a.Rjt1:hover {
	color:#666;
}
.Rjt2{
	background-image: url(../image/p1-04_34.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 15px;
}
a.Rjt2 {
	color:#5e5e5e;
	
}
a.Rjt2:hover {
	color:#000;
}
.Rjt3{
	background-image: url(../image/Rjt3.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 15px;
}
a.Rjt3 {
	color:#5e5e5e;
}
a.Rjt3:hover {
	color:#000;
}

/******************************/
.nember {
	background-image: url(../image/yuanbg.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	display: block;
	line-height:48px;
	text-align: center;
}
/***************************************/

.page_menu, .page_menu:link, .page_menu:visited, .page_menu:active {
	display:block;
	clear:both;
	font-size:14px;
	font-weight: bolder;
	color: #000;
	width:90px;
	padding-bottom:1px;
	margin-bottom:3px;
}
.page_menu:hover, .page_menuOver:link, .page_menuOver:visited, .page_menuOver:active {
	color:#00326d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb3bb;
	padding-bottom:0px;
}
/*************************************/



.nybg1{
	background-image: url(../image/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	padding: 80px 0  0 0;
	background-color: #f3f3f3;
}
.nybg2{
	background-image: url(../image/ubg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0  0 0;
	
}
.nybg3{
	background-image: url(../image/nybg3.png);
	background-repeat: no-repeat;
	background-position: 35px bottom;
	padding: 0px 0  0 0;	
}
.nybg4{
	background-image: url(../image/customerServiceF.jpg);
	background-repeat: no-repeat;
	background-position: 35px bottom;
	padding: 0px 0  0 0;
}
.ny_sidebar1{
	width:90px;
	padding-right:50px;
	float:left;
}
.ny_sidebar2{
	width:810px;
	float:right;
}




















/**********弹出窗***************************/
.popupdiv {
    display: block;
    left: 50%;
    position: absolute;
    text-align: left;
    top: 50%;
    z-index: 999;
}
#popupbg, .popupifra {
    background: none repeat scroll 0 0 #000000;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 998;
}
.popupifra {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    z-index: 997;
}
.openBox{
    background-color: #F9F9F9;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 3px #000000;
    padding: 30px 40px;
    position: relative;
    width: 765px;
	height:400px;
}

a.CloseKF{
	background-image: url(../image/x.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width:28px;
	height:29px;
}
.openBox_contents{
	
}

.hidden {
    display: none;
}
.show {
    display: block;
}

/******************************/
.youhuijuan_li2{
	display:block;
	float:left;
	width:768px;
	background-color: #fff;	
	padding:20px;
	border:1px solid #dcdcdc;
}
.youhuijuan_Left2{
	
	width:317px;
	float:left;
	height:257px;
	padding:20px 0 0 10px;
	margin-right:5px;
}

.youhuijuan_right2{
	float:right;
	
}
.citynewsxx_date{
	width:70px;
	top:0px;
	left:20px;
	position: absolute;
	text-align: center;
}
.citynewsxx_box{
	margin-top:80px;
	padding: 0 0px  80px 120px;
	position: relative;	
}
.citynewsxx_info{
	width:100%;
	overflow: hidden;	
}
.citynewsxx_info img{
	max-width:690px;
	_width:690px;
	height:auto;
}

/*************************************/
.cityPica{
	display: block;
	float:left;
	width:200px;
	height:130px;
	/*border-right:1px dotted #F93;*/
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
.cityPica:hover, a.cityPicaover{
	background-position: 0px bottom;
}
.cityPicaoverDiv{
	width:200px;
	height:130px;
	float:left;
}
.containerbtnBox{
	width:1000px;
	float:left;
	overflow: hidden;
	height: 130px;
	position: relative;	
	/*border: 1px dashed #393;*/
}
/***********************************************/

.pageDiv{
	clear:both;
	padding:20px 0;
}
.page_Previous, .page_number, .page_Next{
	float:left;
}
.page_Previous{
	width:15%;
}
.page_number{
	width:70%;
	text-align: center;	
}
.page_Next{
	width:15%;
	text-align: right;
}
.page_Previous a, .page_Next a{
	background-image: url(../image/page_jt.gif);
	background-repeat: no-repeat;	
	display:inline-block;
	
}

.page_Previous a{
	color:#b0bac7;
	background-position: 0px 6px;	
	padding-left:10px;
	height:18px;
}
.page_Next a{
	color:#00326d;
	background-position: right -32px;
	padding-right:10px;
	height:18px;
}
.page_number{
	line-height: 1em;	
}
.page_number a{
	display: inline-block;	
	padding: 3px 5px;
}
.page_number a:hover{
	background-color: #66CC33;
	text-decoration: none;
	color: #FFF;
}
.page_number a.pageon{
	background-color: #e9e9e9;	
}
/********************分享到***************************/
.fenxiangdao{
	position: relative;	
}
.fenxiangdao .bds_more{
	background-image: none !important;
	/*border: 1px solid #F60;*/
	position: absolute;	
	right: -5px;
	width:45px;
	height:20px;
	padding:0;
	margin:0;
	bottom:0;
}
/**************************************************/