.topbar a{ color:#999999;}
a:hover {color:#0093db;}
a:link {text-decoration: none;}

.clear{ clear:both;}
#hearder{background: #ffffff; margin-bottom:5px;height: 39px; line-height: 39px; border-bottom: 1px solid #65bffa; }
#hearder h1{position: absolute;overflow: hidden;font-size: 0;}
.header_top{position: relative; height:34px;}
.topbar {  width:1000px; margin:0 auto;background: #ffffff; height: 39px;line-height: 39px; font-size: 12px;}
.topbar .topline { display: inline-block; width: 1px; height: 10px; margin: 6px 6px 0; background-color: #d7d7d7; }
.webMenu{width: 85px;text-indent: 13px; color: #999999; cursor: pointer; background: url(/static/image/common/ico_jt1.jpg?v=1000) no-repeat 68px 17px;text-align: left;}
.topbar .webMenu{ background: url(/static/image/common/ico_jt1.jpg?v=1000) no-repeat 68px 17px; padding-bottom: 1px;_position: relative;_margin-bottom: -1px;}
.topbar .webMenu.current{ background:#fff url(/static/image/common/ico_jt2.jpg?v=1000) no-repeat 68px 17px; padding-bottom: 1px;border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;_position: relative;_margin-bottom: -1px;position: relative;color:#999999;}
.webMenuBox{width: 100%; background-color: #fff; height: 174px;position: absolute; left: 0; top: 40px;z-index: 9999; display:none;text-align: left;}
.webMenuBox a{color:#848484;}
.webMenuBox a:hover {color:#000;}
.webMenuList{width: 980px; overflow: hidden;margin: 20px auto; line-height: 26px;}
.webMenuList li{width: 133px; height: 154px; border-left: 1px solid #eee; padding-left:20px;float: left;}
.webMenuList h2{width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #000000;font-weight: 400;}
.webMenuList a{width: 65px; display: inline-block;float: left;font-size: 12px; color: #959595; font-family: '宋体';}
.webMenuList li.first{width: 210px;padding:0;border: 0 none;}
.webMenuList li.first a{width: 105px;}
.topMenu{float: right;color: #fff;margin-right: -3px;}
.topMenu li{display: inline-block;float: left; color:#999999;}
.topMenu a{padding: 0 5px;color: #999999;}
.topMenu a:hover{color: #0093db;}
ol,ul,li{list-style:none; margin:0; padding:0;}
.frnav{float:right;display:inline}

.redB{ color: red; font-weight: bold; }

#fillIframe{
    position: fixed;
    padding:  0  10px 10px;
    z-index: 201;
    left: 50%;
    margin-left: -290px;
    top: 50%;
    margin-top: -104px;
    width: 580px;
    height: 208px;
    background-color: #fff;
    border:  8px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    display: none;
}
#fillIframe .flb{
	padding:10px 0px;
}
#fillIframe #form p{
	line-height: 30px;
}
#fillIframe #form textarea{
	width:  90%;
	resize: none;
	margin-bottom: 15px;
}
#fillIframe input{
	vertical-align: middle;
}
#fillIframe label input{
	margin-left: 8px;
	margin-right: 3px;
}
#fillIframe .submitBtn{
	display: inline-block;
	color: #FFF !important;
	border-color: #235994;
    background-color: #06C;
    background-position: 0 -48px;
    line-height: 18px;
    height: 18px;
    padding: 0 4px;
}
#fillIframe #warn{
	text-align: center;
    font-size: 14px;
    margin-top: 80px;
    color: #0093db;
    font-weight: bold;
    display: none;
}