@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,img{margin:0;padding:0;}
a:link,a:visited{color:#000; text-decoration:none}
ul li,ol li{list-style:none}
fieldset,img,abbr,acronym{ border:none}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur())}   /*for IE*/   
:focus{-moz-outline-style:none;}                   /* for Firefox*/
body{ font-size:12px; color:#333333;}
a:link,a:visited{color:#000000;text-decoration:none;}
a:hover{ color:#FF0000;}

body{ background-color:#EDF1FA}
.banner{border-bottom:2px solid #FFF;}
.menu{height:33px; background-repeat:repeat-x; padding-top:2px;}
.menu ul li{width:99px; border-right:1px solid #FFF;font-size:14px; font-weight:bold; float:left; line-height:26px; vertical-align:middle; text-align:center;}
.menu a:link,#menu a:visited{color:#FFF; display:block}
.menu a:hover{color:#FF0}
.searchtd{ height:34px; background-repeat:repeat-x; }
.li{list-style-type:none;}
.indexList{height:212px; padding-top:8px; vertical-align:top;}
.indexList ul li{ line-height:25px; border-bottom:1px dashed #CCC; background:url("a01.gif") left center no-repeat; padding-left:16px;}
.indexList ul li span{float:right; margin-right:3px;}
#indexMidList ul li{ background:url("a02.gif") 3px 7px no-repeat;}
.indexQuickLink{padding-top:5px;padding-left:6px;}
.indexQuickLink img{float:left; margin-bottom:3px;}
.xyfg{background-color:#07cfb1; font-size:16px; font-weight:bold; color:#FFF; line-height:28px;}
.subLeft{width:210px;  background-color:#fafafa;}
.subLeft ul li{list-style-type:none;}
.leftMenuTitle{background-position:15px center; background-repeat:no-repeat; padding-left:38px; color:#FFF; font-size:14px;font-weight:bold;}
.leftMenu ul{min-height:200px;_height:200px;padding:10px;}
.leftMenu ul li{line-height:18px; border-bottom:1px dashed #CCC; font-size:13px; list-style-type:none;padding-top:3px;padding-left:16px; 10px center no-repeat;letter-spacing:2px;}
.quickLink img{margin-bottom:8px;*margin-bottom:5px;}
.listTitle{height:26px; border-bottom:2px solid #03a2d9; width:120px; vertical-align:middle; padding-left:28px; background:url("b02.gif") 5px center no-repeat;font-size:14px; font-weight:bold;}

.titleList{padding:10px 10px 10px 5px;}
.titleList li{ line-height:28px; vertical-align:middle; border-bottom:1px dashed #ccc;  padding-left:20px; background:url("dot05.gif") 9px center no-repeat;}
.titleList li span{ float:right; margin-right:5px;}

.bdsa{ border-top:none;}
.list td{ border-bottom:#2aafe8 1px dashed; color:#666;}
.list td a{color:#000;}
.list td a:hover{color:#ff0000;}





/*下拉菜单的设置开始*/
.dropmenudiv_a{
position:absolute;
top: 0px;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom:0px;
border-top:0px;
line-height:20px;
z-index:100;
background-color:#008bd8;
filter:alpha(opacity=96);opacity:0.96;
width:99px;
visibility: hidden;
margin-left:-1px;
margin-top:0px;
}

.dropmenudiv_a a:link,.dropmenudiv_a a:visited{
width: auto;
display: block;
text-indent: 2px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
text-align:center;
font-size:12px;
line-height:24px;
height:24px;
font-weight:normal;
}
* html .dropmenudiv_a a{ /*IE only hack*/width: 100%;}
.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/background-color:#099;color:#FF0; }
/*有关下拉菜单的设置结*/

.Content3{width:750px;}

.content img{
max-height:1000px;
max-width:630px;
width:expression_r((this.width > 630 && this.width > this.height) ? '630px': this.width+'px');
height:expression_r((this.height > 1500 && this.height > this.width) ? '1500px': this.height+'px');
float:middle;
}
