﻿@charset "utf-8";
@import url("reset.css");
@import url("base.css");
.wrap{margin:0 auto;}
.main{ float:left;}
.side{ float:right;}
.submain{ float:left;}
.subside{ float:left;}
.clear{ clear:both;}
.border1{ border:1px solid #D5D5D5;}
.rdiv{ position:relative; z-index:999}
.adiv{ position:absolute; top:70px; bottom:0px; left:-870px;}

/*需要居左的图片*/
.imgleft{ float:left;}

.m10{margin:10px;}
.mt-30{margin-top:-30px;}
.mt20{margin-top:20px;}
.mt30{ margin-top:30px;}
.ml150{ margin-left:150px;}
.mt8{ margin-top:8px;}
.vtop{ vertical-align:top}
.mbt20{ margin:20px 0}

.box{width:100%;overflow:hidden;}
.tr{ text-align:right}
.member{background:url(../images/member.gif)  right top no-repeat; width:426px; height:65px;}
.member input{border:none; background:none; color:#7D7D7D; width:90px; height:25px; line-height:25px}

.nav{ height:22px; padding-top:5px;  overflow:hidden; background:url(../img/11.gif) right top no-repeat;border:1px solid #c2c2c2; font-family:"Calibri";}
.nav span{ float:left; }
.nav li{ float:left; width:105px; height:18px;}
.nav li a{
	float:left;
	width:104px;
	text-align:center;
	color:#2C5D98;
	font-size:13px;
	line-height:18px;
	border-left:1px solid #2C5D98;
	margin-left:-1px;
        font-weight:bold
	font-family:"Calibri";
}
.nav li a:hover{color:#2C5D98; text-decoration:none}
.nav .menunow{ }
.nav .menunow a{color:#2C5D98}
.nav span.toplink{ float:right;}
.nav span.toplink a{ float:left; color:#ffffff; width:80px; line-height:27px;} 
.nav span.toplink a:hover{ background:none;}


.dropmenudiv_b{
position:absolute;
top:0px;

/* border-bottom:0px solid #c7b8e6; */ /*THEME CHANGE HERE*/
float:left;
font:normal 11px  Calibri;
line-height:23px;
z-index:100;
background:#e8e8e8;
font-weight:normal;
visibility: hidden;
margin-left:0px;
margin-top:5px;
width:105px;
}


.dropmenudiv_b a{
background: #A3CCF8;/*c1b5dd*/
display:block;
text-align:center;
border-bottom: 1px solid #efefef; /*THEME CHANGE HERE*/
padding:0px;
text-decoration:none;
color:#2C5D98;
width:105px;
 line-height:23px;
font-size:12px
}


* html .dropmenudiv_b a{ /*IE only hack*/
width:100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background:#87C0FF;
text-decoration:none;
color:#fff
}

.topbg2{ background:url(../img/topbg.gif) left top repeat-x; height:153px;}


.footer{ border:1px solid #c2c2c2; background:#fff; line-height:45px; text-align:center;color:#666666; height:45px; padding-top:15x;}
.footer span{ display:none;}
