
/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}
ul,li,img{
list-style:none;
border:0;
}

html {
height: 100%;
font-size: 62.5%;
}
div,table                              {overflow:hidden;word-wrap:break-word;}
body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
background-color: #AAD6F0;
min-width: 980px;
}

a:link, a:visited {
color: #000000;
text-decoration: none;
font-weight: 900;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
content: ' ';
}

.noscreen {
display: none;
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Paragraphs, headings, ... */

p {
line-height: 170%;
margin-bottom: 10px;
color: #003B69;
}

h1 {
font-size: 0em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #FFFFFF;
text-align: left;
padding: 0;
letter-spacing: 0px;
line-height:0px;
}

h2 {
font-size: 0em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #FFFFFF;
text-align: left;
margin: 0px 0 0 0;
padding-left: 30px;
letter-spacing: 0px;
line-height:0px;
}

h3 {
font-size: 1.6em;
font-family: Georgia, "宋体", Times, serif;
color: #004C87;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 7px;
}

h3 a:link, h3 a:visited {
font-weight: bold;
color: #004C87;
text-decoration: none;
}

h3 a:hover {
text-decoration: underline;
}

h4 {
font-size: 1.6em;
color: #004C87;
margin: 12px 0 12px 0;
border-bottom:1px solid #ffffff;
}
h5 {
font-size: 1.1em;
font-family: Georgia, "宋体", Times, serif;
color: #004C87;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 5px;
}

h5 a:link, h5 a:visited {
font-weight: bold;
color: #004C87;
text-decoration: none;
}

h5 a:hover {
text-decoration: underline;
font-weight: bold;
}

address {
font-style: normal;
line-height: 1.7;
}

address span {
color: #005699;
}

abbr {
border-bottom: 1px dotted #005699;
cursor: help;
}


/* Images */

img.float {
float: left;
border: 1px solid #004C87;
margin: 0.5em 0.8em 0.5em 0;
}

img.me {
float: left;
border: 0;
margin: 0.4em 0.6em 0 0;
}


/* Wrapper */

#wrapper {
width: 980px;
margin: 0px auto 0 auto;
display: table; /* margin-bottom for FF   (?) */
}


/* Header */

#header {
width: 980px;
height: 272px;
position: relative;
margin: 0 auto;
background: #025382 url('../images/hd-bg.gif') no-repeat 0 0;
}
/*shouye */
#shouye {
float:right;
width:240px;
text-align:right;
margin:2px 20px 0 0;
}
#shouye a{
color:024A76;
font-weight: 200;
font-size:12px;
}
/* Search form */

form.searching {
width: 184px;
position: absolute;
top: 240px;
left: 20px;
}

fieldset {
border: 0;
}

#picture-input {
position: absolute; 
top: 0;
left: 0;
overflow: hidden;
width: 152px;
height: 26px;
background: url('../images/input-bg.gif') 0 0 no-repeat;
border: 0;
}

#picture-input input {
position: relative;
top: 5px;
left: 1px;
width: 130px;
border: 0;
letter-spacing: 1px;
}

form.searching input.hledat {
letter-spacing: 1px;
padding-left: 0;
font-weight: bold;
color: #FFFFFF;
position: absolute;
top: 0;
right: 0;
}

form.searching label {
display: none;
}


/* Menu */

#menu {
position: absolute;
top: 243px;
right: 20px;
z-index: 10px;
}

#menu li {
list-style-type: none;
float: left;
display: inline;
margin-left: 3px;
}

#menu li a {
float: left;
display: block;
padding: 0 20px;
background: url('../images/tab-body.gif') repeat-x 0 0;
color: #FFFFFF;
text-decoration: none;
height: 29px;
line-height: 29px; 
position: relative;
list-style-type: none;
}
    
#menu li a span.tab-l {
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 16px;
background: url('../images/tab-l.gif') no-repeat 0 0;
}

#menu li a span.tab-r {
position: absolute; 
top: 0;
right: 0;
width: 12px;
height: 16px;
background: url('../images/tab-r.gif') no-repeat 100% 0;
}

#menu li a span.tab-r  {
position: absolute; 
top: 0;
right: 0;
width: 12px;
height: 16px;
background: url('../images/tab-r.gif') no-repeat 100% 0;
}
    
#menu li a:hover {
text-decoration: underline;
cursor: pointer;
}

#menu li#active a {
background: #FFFFFF url('../images/tab-body-hover.gif') repeat-x 0 0;
color: #E96516;
text-decoration: none;
}

#menu li#active a span.tab-l {
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 16px;
background: url('../images/tab-l-hover.gif') no-repeat 0 0;
}

#menu li#active a span.tab-r {
position: absolute;
top: 0;
right: 0;
width: 12px;
height: 16px;
background: url('../images/tab-r-hover.gif') no-repeat 100% 0;
}
#skip-menu{
display: none;
}

/* Content */

#content {
width: 980px;
margin: 0 auto;
background: url('../images/content-bg.gif') repeat-y 0 0;
}

#content-box {
width: 100%;
margin: 0 auto;
text-align: left;
}


/* Content left */

#content-box-left {
width: 730px;
float: right;
margin: 10px 20px 0 0!important;
margin: 10px 8px 0px 0px;
}

#content-box-left-in {
margin: 0;
}


/* Content box with light blue background */

.box {
		width: 730px;
		background: #EBF7FF url('../images/box-body.gif') repeat-y 0 0;
		}
      
.box-top {
		background: url('../images/box-top.gif') no-repeat left top;
		width: 730px;
		}
		
.box-bottom {
		background: url('../images/box-bottom.gif') left bottom no-repeat;
		width: 730px;
		}


#box-in {
padding: 10px 5px 0 0;
}

.article {
margin: 0 15px 25px 15px;
padding-bottom: 7px;
border-bottom: 1px dotted #004C87;
line-height:180%;
}

p.continue {
text-align: right;
margin-right: 25px;
}

p.continue a, p.continue a:visited {
text-decoration: underline;
color: #1D5800;
font-style: italic;
padding: 0 2px;
}

p.continue a:hover {
text-decoration: none;
background-color: #1D5800;
color: #EBF7FF;
}


/* Info about article in green field under the name of article */

.info {
background-color: #EBFFC0;
border-top: 2px solid #B1CF28;
width: 640px;
font-size: 0px;
margin-bottom: 7px;
line-height:0px;
}

.info-in {
margin: 4px 7px;
}

.info-in p {
margin: 0;
line-height: 1;
}

.info-in p a, .info-in p a:visited {
font-weight: normal;
padding: 0 2px;
color: ##214F73;
}

.info-in p a:hover {
color: #DEEBF6;
}


/* The article date */

.date {
text-align: center;
float: right;
width: 48px;
min-height: 23px;
border: 1px solid #78bee2;
background-color: #FFFFFF;
margin: 0px 0 7px 0;
font-style: 宋体;
}

.date p {
font-size: 0.9em;
margin: 0;
line-height: 1;
}

.date p.day {
font-size: 1.2em;
margin-bottom: 1px;
line-height: 1.6;
}


/* Content right */

#content-box-right {
width: 216px;
float:left;
}

.content-box-right-in {
margin: 0 0 0 15px;
color: #003B69;
}


/* Content right directives */

.content-box-right-in p {
margin: 0;
line-height: 1.6;
}

.content-box-right-in p a, .content-box-right-in p a:visited {
padding: 0 2px;
}

.content-box-right-in p a:hover {
background-color: #ffffff;
color: #FF0000;
}

.content-box-right-in ul {
list-style-type: none;
margin: 10px 0 10px 11px;
}

.content-box-right-in ul li {
margin-bottom: 5px;

}

.content-box-right-in ul li a, .content-box-right-in ul li a:visited {
font-weight: normal;
color: #FF0000;
}

.content-box-right-in ul li span {
font-size: 0.9em;
}

.content-box-right-in ul.categories {
list-style-type: none;
margin: 5px 0 15px 22px;
}


/* Darker background in the right column - Categories */

.darker-bg {
background-color: #C8DFF2;
border-top: 1px solid #B3CEE5;
border-bottom: 1px solid #B3CEE5;
margin: 15px 0 10px 7px;
}

.darker-bg h4 {
margin: 8px 0 10px 13px;
}

.pro1
{
text-align:center;
width:24.8%;
float:left;
}
.pro2
{
width:120px;
text-align:center
;margin:0 auto;
}
.pro3
{
background:url(/images/pro-bg.png);
width:131px;
height:156px;
text-align:center;
padding-top:5px;
}

.dian{
border-bottom:1px dotted #000000;
}
.link1,.link2{
	float:left;
	width:16.4%;
	height:35px;
	font-size:12px;
	text-align:center;
	display:block;
}

/* Footer */

#footer {
width: 980px;
height: 63px;
background: #025382 url('../images/footer-bg.gif') no-repeat 0 0;
margin: 0 auto 10px auto;
}

#footer-in {
padding: 3px 10px;
}

#footer-in p {
font-size: 0.9em;
color: #FFFFFF;
margin: 0;
}

#footer-in p a, #footer-in p a:visited {
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
padding: 0 2px;
}

#footer-in p a:hover {
text-decoration: none;
background-color: #FFFFFF;
color: #ffffff;
}

#footer-in p span {
font-size: 1.1em;
}

#footer-in p a span {
font-size: 1.1em;
font-weight: bold;
}
#wangj {
float:right;
width:100px;
text-align:right;
margin:-60px 15px 0 0;
}
/*图片滚动*/
#demo { 
    padding:0;
	height:100px;
    overflow:hidden; 
    width:700px; 
    height:160px;
    line-height:160px;
    over-flow: hidden;
    padding-top:10px;
    text-align:center; 
	margin:0 auto;
} 
#demo img { 
    border: 0px solid #F2F2F2; 
} 
#indemo { 
    float: left; 
    width: 800%; 
    padding:0px;
} 

#demo1,#demo2  { 
    float: left; 
}
.indemo1 {
float:left;
width:100px;
padding:5px;
margin:0 2px;
text-align:center;
}