@charset "utf-8";
* {
	font-size: 9pt;
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: '微软雅黑';
	margin: 0 auto;
	min-width: 980px;
	overflow: hidden; 
	height: 100%;
}

ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

a {
	font-family: '微软雅黑';
	font-size: 14px;
}

a,a:focus {
	text-decoration: none;
	color: #000;
	outline: none;
	blr: expression(this.onFocus = this.blur ());
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.tips {
	color:#808080;
	margin-left:10px;
}

.jwbtn {
	width: 100px;	
	margin: 5px;
}

.jwbtn-normal {
  color: #444;
  background: #fafafa;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
  background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
  background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
  background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.jwbtn-normal:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #b7d2ff;
  filter: none;
}

.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.padding15 {
	padding: 15px;
}

.atr {
	display:inline-block;
	width:100px;
	text-align:right;
}

.acr {
	color: #ff0000;
}

.acrb {
	color: #000;
}


.w100 {
	width:100px;
}

.w5 {
	width:5px;
	display:inline-block;
}

.jw_title {
	display:inline-block;
}

.pull-right {
	float: right !important
}

.pull-right_2 {
	float: right;
	margin-right:2px;
}

.pull-right_0 {
	float: right;
}


.jwpanel {
	display: block;
	border: #ff7f50 1px solid;
	background: #ff7f50;
	overflow:hidden;
}

.jwpanelnoborder {
	display: block;
	background: #ff7f50;
	overflow:hidden;
}

.header {
	height: 65px;
	background: url(../images/topbg.png) repeat-x;
}

.topleft {
	height: 65px;
	width: 400px;
	display:inline;
}

.topleft img {

}

.topad {
	height: 60px;
	width: 160px;
	display:inline;
	position:absolute;
	left:300px;
	top:-2px;
	cursor: pointer;
}

.topmiddle {
	height: 65px;
	display:inline;
	position:absolute;
	right:250px;
}

.topright {
	height: 65px;
	width: 250px;
	position:absolute;
	right:0px;
	display:inline;
}

.nav {
}

.nav li {
	float: left;
	width: 70px;
	height: 63px;
	text-align: center;
}

.nav li a {
	display: block;
	width: 75px;
	line-height: 45px;
	height: 63px;
	font-size:14px;
	-moz-transition: none;
	transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}

.nav li a.selected {
	background: none repeat scroll 0% 0% rgb(253, 57, 4);
	color: #fff;
}

.nav li a:hover {
	display: block;
	background: #000;
	color: #fff;
	background: none repeat scroll 0% 0% rgb(253, 57, 4);
}

.nav li img {
	margin: 2px;
}

.nav li a {
	display: block;
}

.nav a label {
	font-size: 14px;
	color: #fff;
}

.nav a:hover h2 {
	color: #fff;
}

.topright ul {
	padding-top: 10px;
	float: right;
	margin: 0px;
}

.topright ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.topright ul li:last-child {
	background: none;
}

.topright ul li a {
	font-size: 13px;
	color: #400040;
}

.topright ul li a:hover {
	color: #fd3904;
}

.topright ul li span {
	margin-top: 5px;
	float: left;
	padding-right: 3px;
}

.user {
	height: 26px;
	width: 105px;
	background: none repeat scroll 0% 0% rgb(253, 57, 4);
	clear: both;
	margin-top: 5px;
	float: right;
	margin-right: 15px;
	border-radius: 26px;
	white-space: nowrap;
	position: relative;
}

.user span {
	display: inline-block;
	padding-right: 10px;
	background: url(../images/user.png) no-repeat 12px 7px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	padding-left: 35px;
}

.user b {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../images/msg.png);
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	margin-right: 13px;
	margin-top: 7px;
	line-height: 18px;
}

.user i {
	display: inline-block;
	margin-right: 5px;
	font-style: normal;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.footer {
	background: #e5e5e5;
	height: 30px;
	width: 100%;
	line-height: 30px;
	color: #101112;
	position: fixed;
	left: 0px;
	bottom: 0;
	_position: absolute;
	_top: expression(document.documentElement.clientHeight + 
		document.documentElement.scrollTop - this.offsetHeight);
	text-align: center;
}

.footer a {
	display: block;
	float: left;
	padding-left: 10px;
}

.footer i {
	display: block;
	float: right;
	font-style: normal;
	margin-right: 10px;
	padding-right: 12px;
}

.error {
	background: url(../images/404.png) no-repeat;
	width: 490px;
	margin-top: 175px;
	margin-left: 175px;
	padding-top: 65px;
}

.error h2 {
	font-size: 22px;
	padding-left: 154px;
}

.error p {
	padding-left: 154px;
	line-height: 35px;
	color: #717678;
}

.reindex {
	padding-left: 154px;
}

.reindex a {
	width: 115px;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #0000E7;
	display: block;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	behavior: url(js/pie.htc);
	margin-top: 20px;
}

.notice {
	display: block;
	border: #CCCCCC 1px solid;
	padding: 0px 5px 0px 5px;
}

.main_panel {
	position: absolute;
	bottom: 30px;
	top: 64px;
	left: 0px;
	right: 0px;
}

.sub_nav_div {
	width:100%;	
}

.sub_nav_div label {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #808080;
	text-align: center;
	width: 90px;
	margin-top:30px;
}

.sub_nav {
	float: left;
	padding: 0px;
	margin: 0px;
}

.sub_nav li {
	width: 90px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}

.top_ul{
	width: 130%;
	background-color: white;
	border: 1px solid;
	border-top: 0px;
	border-radius: 0px 0px 5px 5px;
	display: none;
}
.top_ul li a:hover{
	background: #d0fbff !important;
	color: black !important;
}

.top_ul li a.selected{
	background: none !important;
	color: black !important;
}

.top_ul li a{
	text-align: center;
}

.sub_nav li a {
	display: block;
	width: 90px;
	height: 30px;
	font-size:14px;
	-moz-transition: none;
	transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	line-height: 30px;
}

.sub_nav li a.selected {
	color: #fd3904;
	background: url(../images/sub_nav_selected.png)  no-repeat right center;
}

.sub_nav li a:hover {
	color: #fd3904;
}

.a_length{
	width:400px;
	display:inline-block;
}

.a_length350{
	width:350px;
	display:inline-block;
}

.a_length200{
	width:200px;
	display:inline-block;
}



.picImage {
	width: 100px;
	height: 100px;
	border: #ff7f50 1px solid;
	cursor: pointer;
}

.divCorStyle{
    padding:2px;
    border: 1px solid #F00;
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    border-radius:15px; 
    height:100px;
    width:148px;         
}

.divLL{
	line-height:80px;
}

.arrImg2{
	width:47px;
	height:52px;
	margin-top:20px
}

@media ALL and (max-width: 1280px) {.topleft {display: none;}}
@media ALL and (min-width: 1280px) {.topleft {height: 65px;width: 400px;display:inline;}}





