/* begin Page */
body
{
  margin: 0 auto;
  padding: 0;
  background-color: #354B55;
  font-family:Arial, Simsun, Microsoft YaHei, Arial Unicode MS, Mingliu, Arial, Helvetica;
  font-size: 13px;
  color: #415B68;
}

td,p,li,div,select,input,h1,h2,h3,h4,h5,h6{line-height:150%;}
ul,ol{list-style-type:none;}
a img{border:none;}
img{
}
p{padding:0 0 14px;}
a{
	color:#2974AB;
	cursor:pointer;
	text-decoration:none;
}
a:hover,a:active{color:#FF3300;text-decoration:underline;}


#art-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#art-page-background-glare
{
  position: absolute;
  width: 100%;
  height: 270px;
  left: 0;
  top: 0;
}

#art-page-background-glare-image
{
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  height: 270px;
  width: 459px;
  margin: 0;
}

html:first-child #art-page-background-glare
{
  border: 1px solid transparent;/* Opera fix */
}

#art-page-background-gradient
{
  position: absolute;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 250px;

}


#art-page-background-simple-gradient
{
  position: absolute;
  background-image: url('images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 250px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}
input {
	BORDER: #ccc 1px solid;
}
select {
	BORDER: #ccc 1px solid;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 980px;
  min-width: 43px;
  min-height: 43px;
}

.art-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 6px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
  width: 62px;
  height: 62px;
  background-image: url('images/sheet_s.png');
}

.art-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 31px, 31px, auto);
}

.art-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 31px, 31px);
}

.art-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(31px, 31px, auto, auto);
}

.art-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(31px, auto, auto, 31px);
}

.art-sheet-tc, .art-sheet-bc
{
  left: 31px;
  right: 31px;
  height: 62px;
  background-image: url('images/sheet_h.png');
}

.art-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 31px, auto);
}

.art-sheet-bc
{
  bottom: 0;
  clip: rect(31px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
  top: 31px;
  bottom: 31px;
  width: 62px;
  background-image: url('images/sheet_v.png');
}

.art-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 31px);
}

.art-sheet-cl
{
  left: 0;
  clip: rect(auto, 31px, auto, auto);
}

.art-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 31px;
  left: 31px;
  right: 31px;
  bottom: 31px;
  background-color: #FFFFFF;
}

.art-sheet
{
  margin-top: 5px !important;
  cursor:auto;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
  min-width: 980px;
}

/* end Box, Sheet */

/* begin Header */
div.art-header
{
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 968px;
	height: 60px;
	overflow: hidden;
}

div.art-header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 968px;
  height: 125px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}

div.art-header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 968px;
  height: 125px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

/* end Header */

/* begin Logo */
.art-logo
{
	display: block;
	position: absolute;
	left: 9px;
	top: 2px;
	width: 938px;
}

h1.art-logo-name
{
  display: block;
  text-align: left;
}

h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
  font-size: 36px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #0F2A38 !important;
}

.art-logo-text
{
  display: block;
  text-align: left;
}

.art-logo-text, .art-logo-text a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #0F2A38 !important;
}
/* end Logo */


/* begin Layout */
.art-content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 968px;
}

.art-content-layout .art-content-layout
{
  width: auto;
  margin:0;
}

div.art-content-layout div.art-layout-cell, div.art-content-layout div.art-layout-cell div.art-content-layout div.art-layout-cell
{
   display: table-cell;
}

div.art-layout-cell div.art-layout-cell
{
   display: block;
}

div.art-content-layout-row
{
	display: table-row;
	float: right;
}

.art-content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.art-layout-cell, .art-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}

.art-vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.art-vmenublock
{
  margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.art-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.art-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.art-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.art-block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 11px;
  min-height: 11px;
}

.art-block-body
{
	position: relative;
	z-index: 1;
	padding: 4px;
}

.art-block-tr, .art-block-tl, .art-block-br, .art-block-bl, .art-block-tc, .art-block-bc,.art-block-cr, .art-block-cl
{
  position: absolute;
  z-index: -1;
}

.art-block-tr, .art-block-tl, .art-block-br, .art-block-bl
{
  width: 10px;
  height: 10px;
  background-image: url('images/block_s.png');
}

.art-block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 5px, 5px, auto);
}

.art-block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 5px, 5px);
}

.art-block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(5px, 5px, auto, auto);
}

.art-block-br
{
  bottom: 0;
  right: 0;
  clip: rect(5px, auto, auto, 5px);
}

.art-block-tc, .art-block-bc
{
  left: 5px;
  right: 5px;
  height: 10px;
  background-image: url('images/block_h.png');
}

.art-block-tc
{
  top: 0;
  clip: rect(auto, auto, 5px, auto);
}

.art-block-bc
{
  bottom: 0;
  clip: rect(5px, auto, auto, auto);
}

.art-block-cr, .art-block-cl
{
  top: 5px;
  bottom: 5px;
  width: 10px;
  background-image: url('images/block_v.png');
}

.art-block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 5px);
}

.art-block-cl
{
  left: 0;
  clip: rect(auto, 5px, auto, auto);
}

.art-block-cc
{
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #E3EEF2;
}

.art-block
{
	margin: 6px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
  position: relative;
  z-index: 0;
  height: 38px;
  margin-bottom: 7px;
}

.art-blockheader .t
{
	height: 38px;
	color: #103C52;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	margin:0;
	padding: 0 10px 0 31px;
	white-space: nowrap;
	line-height: 38px;
	font-weight: bold;
}

.art-blockheader .l, .art-blockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 38px;
  background-image: url('images/blockheader.png');
}

.art-blockheader .l
{
  left: 0;
  right: 25px;
}

.art-blockheader .r
{
  width: 968px;
  right: 0;
  clip: rect(auto, auto, auto, 943px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 11px;
  min-height: 11px;
}

.art-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 8px;
}

.art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl, .art-blockcontent-tc, .art-blockcontent-bc,.art-blockcontent-cr, .art-blockcontent-cl
{
  position: absolute;
  z-index: -1;
}

.art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl
{
  width: 10px;
  height: 10px;
  background-image: url('images/blockcontent_s.png');
}

.art-blockcontent-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 5px, 5px, auto);
}

.art-blockcontent-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 5px, 5px);
}

.art-blockcontent-bl
{
  bottom: 0;
  left: 0;
  clip: rect(5px, 5px, auto, auto);
}

.art-blockcontent-br
{
  bottom: 0;
  right: 0;
  clip: rect(5px, auto, auto, 5px);
}

.art-blockcontent-tc, .art-blockcontent-bc
{
  left: 5px;
  right: 5px;
  height: 10px;
  background-image: url('images/blockcontent_h.png');
}

.art-blockcontent-tc
{
  top: 0;
  clip: rect(auto, auto, 5px, auto);
}

.art-blockcontent-bc
{
  bottom: 0;
  clip: rect(5px, auto, auto, auto);
}

.art-blockcontent-cr, .art-blockcontent-cl
{
  top: 5px;
  bottom: 5px;
  width: 10px;
  background-image: url('images/blockcontent_v.png');
}

.art-blockcontent-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 5px);
}

.art-blockcontent-cl
{
  left: 0;
  clip: rect(auto, 5px, auto, auto);
}

.art-blockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-image: url('images/blockcontent_c.png');
}

.art-blockcontent-body
{
  color: #000000;
  font-size: 14px;
}


.art-blockcontent-body img{
	display:block;
	padding:4px;
	background:#fff;
	border:1px solid #eee;
}


.art-blockcontent-body a:link
{
  color: #2F5565;

}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
  color: #5090AA;

}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
  color: #2A759D;
}

.art-blockcontent-body ul
{
	list-style-type: none;
	color: #527484;
	margin: 0;
	padding: 0;
}
.art-blockcontent-body1
{
  color: #000000;
  font-size: 14px;
}
.art-blockcontent-body1 ul
{
	float: right;
	width: 180px;
	line-height:24px;
	color: #527484;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

.art-blockcontent-body1 .submit  {
	width:74px;
	height:20px;
	border:none;
	background:url(../img/button_3.gif) no-repeat left top;}

.art-blockcontent-body .submit  {
	width:74px;
	height:20px;
	border:none;
	background:url(../img/button_3.gif) no-repeat left top;}

.ul_1 li
{
	margin-top:4px;
	padding-left:5%;
	width:42%;
	float:left;
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #ededed;
}

.art-blockcontent-body ul li
{
	padding:0 5px;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #ededed;
}

/* end Box, BlockContent */

/* begin Button */

.art-button img, .art-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.art-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .art-button-wrapper
{
  display: block;
  float: left;
}

input, select
{
	vertical-align: middle;
	font-style: normal;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
  color: #EBF4FA !important;
  text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
  color: #F1F6F8 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 96px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.art-button-wrapper .l
{
  left: 0;
  right: 7px;
}

.art-button-wrapper .r
{
  width: 403px;
  right: 0;
  clip: rect(auto, auto, auto, 396px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
  top: -32px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
  top: -64px;
}

.art-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.art-post
{
  position: relative;
  z-index: 0;
  margin: 2px; 
  min-width: 1px;
  min-height: 1px;
}

.art-post1
{
  position: relative;
  z-index: 0;
  margin: 2px; 
  min-width: 1px;
  min-height: 1px;
}

.art-post-body
{
	position: relative;
	z-index: 1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


a img
{
  border: 0;
}

.art-article img, img.art-article
{
  margin: 10px;
}

.art-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.art-article table, table.art-article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
  background-color: Transparent;
}

.art-article th, .art-article td
{
  padding: 2px;
  border: solid 1px #639EB6;
  vertical-align: top;
  text-align: left;
}

.art-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-postheader
{
  margin: 0.2em 0;
  padding: 0;
  font-weight: normal;
  font-size: 28px;
  color: #236385;
}

.art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover
{
  font-weight: normal;
  font-size: 28px;
  margin: 0;
  color: #236385;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-postheader a:link
{

  color: #2B78A1;
}

.art-postheader a:visited, .art-postheader a.visited
{

  color: #41768B;
}

.art-postheader a:hover, .art-postheader a.hovered
{

  color: #25698D;
}
/* end PostHeader */

/* begin PostContent */
.art-postcontent p
{
  margin: 0.5em 0;
}



.art-postcontent
{
  margin: 0;
}
/* end PostContent */

/* begin PostBullets */
ol, ul
{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
}

li ol, li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

li
{
	margin: 0.2em 0;
	padding: 0;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;

}



.art-post li
{
  padding: 0 0 0 16px;
  line-height: 1em;
}

.art-post ol li, .art-post ul ol li
{
  background: none;
  padding-left: 0;
}

.art-post ul li, .art-post ol ul li
{
  background-repeat: no-repeat;
  padding-left: 16px;
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.art-postcontent blockquote p
{
  color: #061218;
  font-size: 14px;
  text-align: left;
}

blockquote,
.art-postcontent blockquote
{
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 37px;
  background-color: #BFDDEE;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* end PostQuote */

/* begin Footer */
.art-footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 968px;
  margin: 0 auto;
}

.art-footer .art-footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 15px;
  text-align: center;
}

.art-footer .art-footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('images/footer.png');
  width: 968px;
  height: 150px;
  bottom: 0;
  left: 0;
}


.art-rss-tag-icon
{
  position: relative;
  display: block;
  float: left;
  background-image: url('images/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 32px;
  cursor: default;
}


.art-footer .art-footer-text p
{
  margin: 0;
}

.art-footer .art-footer-text
{
  display: inline-block;
  color: #0E1316;
  font-size: 13px;
}

.art-footer .art-footer-text a:link
{
  text-decoration: none;
  color: #213B45;

}

.art-footer .art-footer-text a:visited
{
  text-decoration: none;
  color: #315868;

}

.art-footer .art-footer-text a:hover
{
  color: #205A79;
  text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #5EABD4;
}

.art-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #82A2B0;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1
{
  width: 212px;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.art-content-layout .art-content-sidebar1
{
  width: 75%;
}
.art-content-layout .art-content-sidebar2
{
  width: 75%;
}
.art-content-layout .art-content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */
.art-content-layout .art-sidebar2
{
  width: 212px;
}
/* end LayoutCell, sidebar2 */




.overview-table .art-layout-cell
{
    width:33%;
}


.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}

/*新闻*/
.indexnews{
	width:537px;
	height:193px;
}
.indexnews1{
	width:535px;
	height:130px;
}
.indexnews a{ text-decoration:none;}
.indexnews .title{
	height:31px;
}
.indexnews .title a{
	float:left;
	margin:0 2px;
	width:124px;
	height:31px;
	line-height:31px;
	color:#fff;
	text-align:center;
	font-size: 13px;
}
.indexnews .title a:hover{
	color:#fff;
	text-decoration:none;
	font-size: 13px;
}
.indexnews .title .cur{
	font-weight:bold;
}
.indexnews ul{
	display:none;
	margin:10px 8px 0 6px;
}
.indexnews ul.cur{
	display:block;
}
.indexnews ul li{
	height:24px;
	line-height:24px;
	text-align:right;
	overflow:hidden;
}
.indexnews ul li a{
	float:left;
	padding-left:10px;
	background:url(../img/arrow_4.gif) no-repeat left 10px;
	text-align:left;
}
#Tab2{
	padding:0px;
}

.Menubox 
{
	position:relative;
	float:left;
	width:530px;
}

.Menubox ul
{ 
 height:27px; 
 }
 
.Menubox li
{ 
  float:left;
  margin:2px 1px 0 0;
  padding-left:12px;
  height:25px;
  line-height:25px;
  background:url(../img/bg_tab1.gif) no-repeat left top;
  font-size:13px;
  color:#fff;
  text-decoration:none; 
  }
  
.Menubox li.hover
{ 
  margin-top:0px;
  height:27px;
  line-height:27px;
  font-weight: bold;
  background:url(../img/bg_tab1.gif) no-repeat left -25px;
 }

.Menubox li span{
  float:left;
  padding-right:16px;
  background:url(../img/bg_tab1.gif) no-repeat right top;
}

.Menubox li.hover span
{
  font-weight: bold;
  background:url(../img/bg_tab1.gif) no-repeat right -25px;
}
.Contentbox{
	padding:8px 10px 0;
	height:40px;
	background:url(../img/bg_box1.gif) no-repeat left top;
  }
.Contentbox .text .cur
{
	display:block;
}
.Contentbox select{
	width:120px;
}
.Contentbox .input{
	margin:0 10px;
	width:250px;
}
.Contentbox .submit  {
	width:74px;
	height:20px;
	border:none;
	background:url(../img/button_3.gif) no-repeat left top;}


.indexsub{
	margin:8px -10px 0 0;
	height:240px;
}
.indexsub div{
	float:left;
	margin-right:4px;
	width:140px;
	height:240px;
	padding: 0px 16px;
}
.indexsub h3{
	height:28px;
	line-height:28px;
}
.indexsub h3 a{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.indexsub img{
	display:block;
	margin:2px auto;
	padding:4px;
	background:#fff;
	border:1px solid #eee;
}


/* begin Menu */
#nav{
	float:left;
	margin-bottom:1px;
	padding:0 0px 0 80px;
	height:37px;
	background-image: url('images/nav.png');
	font-size:14px;
	width: 888px;
}
#nav li{
	float:left;
	width:120px;
	background:url(../img/line_y_1.gif) no-repeat left 13px;
}
#nav li#first{ background:none;}
#nav a{
	display:block;
	margin:10px auto 0;
	width:90px;
	height:24px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
#nav a:hover, #nav a:active{ color:#fff; text-decoration:none;}
#nav .cur{
}
#nav .cur a, #nav a:hover{
	margin-top:0;
	padding-top:10px;
	background:url(../img/bg_nav_cur.jpg) no-repeat left top;
}
#nav div{
	position:absolute;
	visibility:hidden;
	width:250px;
	background:url(../img/bg_nav_ul.gif) no-repeat left bottom;
	filter:Alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;
	z-index:999;
}
#nav .show div{ visibility:visible;}
#nav ul{
	float:left;
	padding:0 0 10px;
}
#nav ul li{
	width:72px;
	background:none;
}
#nav ul li a{
	margin:0;
	padding:3px 0;
	width:auto;
	color:#99ccff;
	font-weight:normal;
	text-align:left;
}
#nav .cur ul a{ padding:3px 0; background:none;}
#nav ul a:hover{ padding:3px 0; background:none; color:#fff;}

.secnav{
	clear:both;
	padding:10px 150px 0 0;
	width:582px;
	height:56px;
	background:url(../img/bg_secnav.gif) no-repeat left top;
}
.secnav a{
  display:inline-block;
	margin:0 15px 0 14px;
	line-height:200%;
	color:#99CCFF;
	text-decoration:none;
}
.secnav .cur{
	color:#fff;
}


/* end Menu */
#scrollDiv
{
	width:360px;
	height:25px;
	min-height:20px;
	line-height:20px;
	overflow:hidden;
	float: left;
}
#scrollDiv li
{height:40px;padding-left:10px;}

/*滚动*/
.asd {
	margin:0 0 0 2px;
	width:535px;
	height:118px;
	overflow:hidden;
	position:relative;
}
.asd img{
	display:block;
	margin:10px auto;
	padding:4px;
	background:#fff;
	border:1px solid #eee;
}
.slider,.num{
	position:absolute;
}
.slider li{ 
	display:inline;
}
.slider img{
	width:520px;
	height:100px;
}
.num{
	bottom:0px;
	left:3px;
	right:0px;
	
}
.num li{
	display:block;
	float:left;
	color:  white;
	text-align: center;
	padding-left: 0px;
	height: 20px;
	line-height: 20px;
	width: 130px;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid white;
	background-color: #888888;
	filter: Alpha(Opacity=85);
}
 
.num li.on{
	color:#888888;
	width: 130px;
	font-size: 13px;
	background-color: white;
	font-weight: bold;
	filter: Alpha(Opacity=95);
}
/*- Menu Tabs 2--------------------------- */

    #tabs2 {
      float:left;
      width:100%;
      line-height:normal;
      }
    #tabs2 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#74675B;
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      }
	  


.indexinfo{
  clear:both;
  overflow:hidden;
  padding:20px 0;
  width:530px;
}
.indexinfo ul{}
.indexinfo li{
  float:left;
  display:inline;
  margin-right:15px;
  width:160px;
}
.indexinfo li h4{
  background:url(../img/bg_title_1.gif) no-repeat right 50%;
}
.indexinfo li h4 a{padding-right:5px;background-color:#ffffff;font-size:12px;text-decoration:none;}
.indexinfo li .img{
	display:block;
	margin:2px auto;
	padding:4px;
	background:#fff;
	border:1px solid #eee;
		}
.indexinfo li .text{}

.indexinfo_fir{border-bottom:1px solid #90bdd5;background:url(../img/line_2.gif) repeat-x left top;}

/*page*/
.pagemain{
	padding:0 20px 20px;
	height:auto;
	overflow:hidden;
	background-image: url('images/wxlib.png'); background-position: right bottom; background-repeat: no-repeat	

	/*min-height:480px;*/
}
/** html .pagemain{ height:480px;}*/
.maintitle{
	margin-bottom:15px;
	padding:0 10px 5px;
	background:url(../img/arrow_5.gif) no-repeat left 7px;
	border-bottom:1px solid #d4e5ee;
}
.maintitle a{ text-decoration:none;}

.content img{
	display:block;
	padding:4px;
	background:#fff;
	border:1px solid #eee;}
	
.content{
	margin:8px auto 0;
	width:100%;
	clear:both;
}
.newstab{
}
.newstab th, .newstab td{
	padding:8px;
	border-bottom:1px solid #548abf;
}
.newstab th{
	text-align:left;
	font-weight:normal;
}
.newstab td{
	text-align:center;
}
.newstab th a{
	padding-left:10px;
	background:url(../img/arrow_5.gif) no-repeat left 5px;
	text-decoration:none;
}
.newstab thead td{
	background:#d9f0f7;
}
.newstab tbody{
	background:#f5fbfd;
}
.newstab tbody tr.hover th, .newstab tbody tr.hover td{
	background:#dff2f9;
}
.refertitle{
	height:34px;
	border-bottom:1px solid #001b61;
	background:url(../img/bg_refertitleul.gif) repeat-x bottom;
}
.refertitle a{
	float:left;
	padding-right:15px;
	height:34px;
	line-height:34px;
	background:url(../img/bg_refertitle_0.gif) no-repeat right top;
	text-align:center;
	text-decoration:none;
}
.refertitle a span{
	display:block;
	padding-left:8px;
	background:url(../img/bg_refertitle_0.gif) no-repeat left top;
}
.refertitle a.cur{ background-position:right -34px; color:#fff;}
.refertitle a.cur span{ background-position:left -34px;}
.refertitle div{
	float:right;
	margin:10px 10px 0 0;
	color:#fff;
}
.refertitle  h5{ float:left; margin:13px 0 0 5px; color:#fff; font-size:12px; font-weight:bold;}
.refertitle  h5 span{ font-size:14px;}
.refertitle div input,.refertitleb div input{ float:none; margin-right:5px;}
.refertitle .withd{ width:133px; background:url(../img/bg_refertitleb.gif) no-repeat left;}
.refertitle div select, .refertitle div option{
	line-height:120%;
	font-size:12px;
}
.refertitle_2{
}


.refertext{
}
.refertext .title{
	margin:1px 0 0;
	height:30px;
	line-height:30px;
	background:#d9f0f7;
}
.refertext .title span{ float:left;}
.refertext .title .num{
	width:80px;
	text-align:center;
}
.refertext .title .center{
	width:540px;
	text-align:center;
}
.refertext .title .date{
}
.button_1{
	float:right;
	margin-right:20px;
	width:74px;
	height:20px;
	border:none;
	background:url(../img/button_3.gif) no-repeat left top;
	color:#369;
	text-align:center;
}
.content .button_2{
	display:block;
	margin-right:10px;
	width:115px;
	height:34px;
	line-height:34px;
	border:none;
	background:url(../img/button_5.gif) no-repeat left top;
	color:#3f6388;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
.content .button_3{
	display:block;
	margin-top:5px;
	padding:4px 0 0;
	width:65px;
	height:20px;
	background:url(../img/button_9.gif) no-repeat left top;
	text-align:center;
}
.content .button_4{ display:block; margin-left:20px;width:155px; height:34px; line-height:34px; border:none; background:url(../img/button_15.gif) no-repeat left ;text-align:center; text-decoration:none; font-size:14px;  color:#3f6388;font-weight:bold; cursor:pointer;}
.button_10{ width:68px; height:34px; background:url(../img/button_10.gif) no-repeat left ; border:none; color:#3f6388; cursor:pointer; font-weight:bold;}
.button_11,.button_5{width:155px; height:34px; margin-left:20px; background:url(../img/button_15.gif) no-repeat left ; border:none; color:#3f6388; cursor:pointer;font-weight:bold;}
.button_5{width:115px;background:url(../img/button_5.gif) no-repeat left;}
.button_6{
	float:left;
	margin-left:45px;
	background:url(../img/button_10_rig.gif) no-repeat right top;
	text-decoration:none;
	cursor:pointer;
}
.button_6:hover{text-decoration:none;color:#006699;}
.button_6 span{
	float:left;
	padding:0 20px;
	height:33px;
	line-height:33px;
	background:url(../img/button_10_left.gif) no-repeat left top;
	font-weight:bold;
	font-size:14px;
  color:#FF6600;}
  
.detailtitle{
	margin-bottom:20px;
	text-align:center;
}
.detailtitle h3{
	margin-bottom:10px;
	border-bottom:1px solid #D4E5EE;
	font-size:18px;
		text-align:center;
}
.detailbot{ margin-top:50px;}
.detailmore{
}
.detailmore .title{
	margin-top:10px;
	padding:0 10px;
	border-bottom:1px solid #aeb8ca;
	text-align:right;
}
.detailmore .title span{
	float:left;
	padding:0 10px;
	background:#4174bb;
	color:#fff;
}
.detailmore .title a{
	padding-left:10px;
	background:url(../img/arrow_5.gif) no-repeat left 3px;
	text-decoration:none;
}
.detailmore ul{
	margin:10px 0 30px 10px;
}
.detailmore li{
	padding:3px 0;
}
.detailmore li a{
	padding-left:10px;
	background:url(../img/arrow_5.gif) no-repeat left 3px;
	text-decoration:none
}

/*X*/
.fwtable , .fwtable p{line-height:200%;}
.fwtable  ul{ list-style-type:disc;}
.fwtable  ul li{ margin-left:15px;}
.fwtable  ul ul{ list-style-type:circle;}
.fwtable  ul ul ul{ list-style-type:square;}
.fwtable  ol{ list-style-type:decimal;}
.fwtable  ol li{ margin-left:25px;}
/*.editortext ol li{list-style-position:inside;}*/

.fwtable {
	width: 700px;
	margin: 0 auto;
    font-size: 13px;
}

.fwtable th {
	font: bold;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url('images/bg_header.jpg') no-repeat;
}

.fwtable th.nobg {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	background: #CAE8EA url('images/bg_header.jpg') no-repeat;
}

.fwtable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.fwtable td.top {
    border-top: 1px solid #C1DAD7;
}

.fwtable td.alt {
	background: #F5FAFA;
	color: #797268;
}

.fwtable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url('images/bullet4.gif') no-repeat;
	font: bold 12px ;
}
.fwtable th.spectop {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background: #fff url('images/bullet4.gif') no-repeat;
	font: bold 12px ;
}
.fwtable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url('images/bullet2.gif') no-repeat;
	font: bold 12px ;
	color: #797268;
}
.edittext, .edittext p{line-height:200%;}
.edittext ul{ list-style-type:disc;}
.edittext ul li{ margin-left:15px;}
.edittext ul ul{ list-style-type:circle;}
.edittext ul ul ul{ list-style-type:square;}
.edittext ol{ list-style-type:decimal;}
.edittext ol li{ margin-left:25px;}
/*.editortext ol li{list-style-position:inside;}*/
.thinav
{
	color: #103C52;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	margin:0;
	padding: 0 10px 0 31px;
	white-space: nowrap;
	font-weight: bold;
}
.thinav a{
    display:inline-block;
	margin:0 15px 0 14px;
}
.newsulright{
	float:right;
	width: 353px;
}
.newsulright1{float:right;	width: 210px;}
.newsulleft{
	float:left;
	width: 170px;
}
.newsulleft img{
	display:block;
	padding:4px;
	background:#fff;
	border:1px solid #eee;
}
.tqyb
{
	float: right;
}

