/*----reset----*/
body {	
	margin: 0;
	padding: 0;
	color: #333333;
	font: 12px/16px Tahoma;
	background: url(../images/bg.png) repeat-x center top #e4e6e9 ;
}

h1, h2, h3, h4, h5, h6, blockquote, pre, a, address, em, img, strong, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	word-break: break-all;
	word-wrap:break-word;
}

a {
	color: #006aad;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
}
a.disp, .sel-box a  {
	color: #333;
}

a:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

i {
	font-style: normal;
}

caption,th {
	text-align: left;
}

em {
	font-style: normal;
}

img {
	border: 0 none;
	vertical-align: bottom;
}

input {
    font-size: 100%;
    vertical-align: middle;
}
input:focus {
	outline: 0;
}
ol, ul{
	list-style: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

.clear-line {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.clear:after {
	clear: both;
	color: #333333;
	content: " ";
	display: block;
}
.clear{zoom:1;}

/*----reset end----*/
/*----head body foot----*/
#toper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;	
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
	_bottom:auto;	
	z-index: 999;
}
.top-bar {
	background: #fcfcfc;
	border-top: 2px solid #cc0000;
	border-bottom: 1px solid #eaeaea;
}
.top-bar .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 27px;
	line-height: 27px;
	
}
.top-bar .lan {
	position: relative;
	float: left;
	width: 82px;
	height: 19px;
	margin: 3px 10px 3px 0;
	line-height: 17px;
	border: 1px solid #666666;
}
.top-bar .lan .disp {
	display: block;
	padding-left: 10px;
	background: url(../images/ico-arrow.png) no-repeat right 0px;
}
.top-bar .lan .sel-box {
	display: none;
	position: absolute;
	left: -1px;
	top: 19px;
	width: 82px;	
	background: #fff;
	border: 1px solid #dddddd;
}

.top-bar .lan .sel-box a {
	display: block;
	height: 21px;
	padding-left: 10px;
	line-height: 19px;
}
.top-bar .lan .sel-box a:hover {
	background: #f1f1f1;
}
.top-nav {
	float: left;
	margin-top: 5px;
}
.top-nav li {
	float: left;
	height: 14px;
	padding: 0 7px;
	line-height: 13px;
	line-height: 17px\9;
	border-right: 1px solid #666666;
}
.top-nav li a {
	color: #666666;
}
.top-nav .help {
	padding-right: 14px;
	border-right: 0;
	background: url(../images/ico-help.gif) no-repeat right;
}
.top-login {
	float: right;
	line-height: 25px;
}
.top-login a {
	margin-right: 15px;
	font-family: SimSun;
}
.top-user {
	float: right;
	color: #666666;
	line-height: 25px;
}
.top-user a {
	margin: 0 5px;
	padding: 2px 24px 2px 0;
	color: #666666;
	font-family: SimSun;
	background: url(../images/ico-arrow.png) no-repeat right -3px;
}
.top-user-op {
	position: absolute;
	top: 27px;
	right: 0;
	width: 80px;
	padding: 1px 5px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 999;
}
.top-user-op li {
	padding: 0 3px;
	text-align: right;
}

.top-user-op .fg {
	overflow: hidden;
	height: 1px;
	margin: 6px 0;
	border-bottom: 1px solid #ccc;
}
.top-user-op a {
	color: #333;
}
.top-user-op-info {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.top-user-op-info .close {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 10px;
	top: 10px;
	background: url(../images/myzlf-close.gif) no-repeat;
	z-index: 99;
	cursor: pointer;
}
.top-user-op-info .u_box {
	background: #fafafa;
	border: 2px solid #00679e;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;	
	Box-shadow: 0px 0px 5px #989b9b;
}
.top-user-op-info h3 {
	position: relative;
	height: 30px;
	padding-left: 15px;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	background: #52a6d2;
	border-right: 1px solid #00679e;
}
.top-user-op-info .u-list {
	clear: both;
}
.top-user-op-info .u-list .more {
	clear: both;
   height: 30px;
   padding: 5px 20px 0 10px;
   text-align: right;
   line-height: 30px;
}
.top-user-op-info .history {
	padding: 5px 10px;
}
.top-user-op-info .h-table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.top-user-op-info .h-table th {
	height: 25px;
	text-align: center;
	font-weight: lighter;
	line-height: 25px;
	background: #cfeaf8;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #bcdde9;
	border-top: 1px solid #bcdde9;
}
.top-user-op-info .h-table td {
	padding: 5px 0;
	line-height: 18px;
	text-align: center;
	background: #fff;
	border: 1px solid #ededed;
}
.top-user-op-info .h-table td span {
	display: block;
}
.top-user-op-info .h-table .title {
	padding: 0 5px;
	text-align: left;
}
#header,
#body,
#footer {
	width: 1200px;
	margin: 0 auto;
	
}
#header {
	position: relative;
	min-height: 70px;
	_height: 70px;
	padding-top: 61px;
}
#header #logo {
	position: absolute;
	top: 52px;
	left: 10px;
	padding-right: 20px;
}
#header #search {
	margin-left: 255px;
	width: 825px;	
}

#search .search-box {
	float: left;
	width: 746px;
	_width: 749px;
	height: 34px;
	background: #fff;
	position:relative; 
	top:0px;
	background: url(../images/input-bg.png) no-repeat top left;
	border: 1px solid #bcbcbc;
	border-right:0;
	border-radius: 2px 0 0 2px;
}
#search .search-input {
	float: left;
	width: 637px;
	height: 20px;
	*height: 28px;
	_height: 28px;
	line-height: 20px;
	padding: 7px 8px;
	*padding: 3px 8px;
	_padding: 3px 8px;
	font-size: 14px;
	*line-height: 28px;
	_line-height: 28px;
	background: transparent;
	border: 0;
}
#search .search-type {
	position: relative;
	float: left;
	margin-right: 1px;
	z-index: 30;
}
#search .search-type .disp {
	display: block;
	width: 125px;
	height: 34px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 34px;
	background: url(../images/ico-arrow.png) no-repeat 114px -53px ;
	background-color: rgba(0,0,0,0.01);
	border-right: 1px dotted #bcbcbc;
}
#search .search-type .sel-box {
	display: none;
	position: absolute;
	left: -1px;
	top: 34px;
	width: 135px;
	background: #fff;
	border: 1px solid #dddddd;
	border-bottom: 0;
}
#search .search-type .sel-box li {
	border-bottom: 1px solid #dddddd;
}
#search .search-type .sel-box a {
	display: block;
	height: 18px;
	padding: 5px 10px;
	line-height: 18px;
}
#search .search-type .sel-box a:hover {
	background: #f1f1f1;
}

#search .search-btn {
	float: left;
	margin-top: -1px;
	width: 92px;
	height: 36px;
	background: url(../images/search-btn.png) no-repeat;
	border: 0;
	cursor: pointer;
}
#search .search-adv {
	float: left;
	height: 32px;
	margin-left: 20px;
	line-height: 36px;
	color: #fff; position:relative; 
}
#search .search-adv a {
	color: #4e4e4e;
	font-size: 14px;
}
.search-relative {
	display: none;
	position: relative;
	clear: both;
	*clear: none;
	width: 1200px;
	padding-top: 15px;
	z-index: 5;
	
}
.search-relative .relative-arrow {
	position: absolute;
	top: 5px;
	left: 400px;
	width: 22px;
	height: 11px;
	background: url(../images/relative-arrow.png) no-repeat;
}
.search-relative .relative-intro {
	height: 36px;
	padding: 0 15px;
	line-height: 36px;
	background: #f7f7f7;
	border: 1px solid #dcd4d4;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.search-relative .relative-intro strong {
	font-size: 14px;
	color: #c50414;
}
.search-relative .relative-op {
	position: absolute;
	top: 22px;
	right: 10px;	
}
.search-relative .relative-op a {
	display: block;
	width: 23px;
	height: 22px;	
	background: url(../images/sel-op.png) no-repeat;
	border: 1px solid #bcbcbc;
}
.search-relative .relative-op .close {
	background-position: -23px 0;
}
.search-relative .relative-op .open {
	background-position: 0 0;
}
.search-relative .relative-words {
	padding: 10px 10px 5px;
	background: #fcfcfc;
	border: 1px solid #dcd4d4;
	border-top: 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.search-relative .relative-words .words-list {
	margin: 0;	
}
.search-relative .relative-words .words-list label {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 5px;
}
.search-relative .relative-words .submit {
	height: 22px;
	padding: 3px 0 0;
	text-align: center;
}
.search-relative .relative-words .submit a {
	display: inline-block;
	width: 73px;
	height: 22px;
	font-size: 12px;
	color: #fff;
	line-height: 20px!important;
	line-height: 22px;
	text-decoration: none;
	background-position: 0 -35px;
}
#body {
	width: 1200px;
	margin: 10px auto 0;
}
.m-part:after {
	clear: both;
	content: " ";
	display: block;
}
.m-part {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	zoom:1;
	border: 1px solid #ccc;
	margin: 0 -1px;
}
/*----head body foot end----*/

/*----layer----*/
.layer-bg {
	display: none;
	position: fixed;	
	_position:absolute;
	top: 0;
	_top:expression(eval(document.documentElement.scrollTop));
	left: 0;
	_bottom:auto;
	width: 100%;
	height: 100%;
	_height:expression(eval(document.documentElement.clientHeight));
	filter:alpha(opacity=50);
	opacity:0.5;
	background: #000;
	z-index: 999;
}

.layer-box {
	display: none;
	position: absolute;
	left: 50%;
	top: 150px;
	width: 700px;
	min-height: 300px;
	_height: 300px;
	margin-left: -350px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
.layer-box .layer-title {
	height: 32px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 30px;
	background: #f4f5f3;
	border-bottom: 1px solid #d0d0d0;
}
.layer-box .close {
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 14px;
	color: #174b7b;
	cursor: pointer;
}
.layer-cnt {
	padding: 10px 20px;
}
.layer-cnt-sel {
	height: 12px;
	font-size: 12px;
	font-weight: lighter;
	border-bottom: 1px solid #d0d0d0;
}
.layer-cnt-sel a {
	float: left;
	height: 24px;
	margin-left: -1px;
	padding: 0 8px;
	line-height: 22px;
	color: #929292;
	background: #f4f4f4;
	border: 1px solid #d1d1d1;
}
.layer-cnt-sel a.current {
	color: #333;
	background: #fdfdfd;
}
.layer-cnt-sel tt {
	float: right;
	background: #fff;
}
.layer-cnt-sel tt a {
	float: none;
	display: inherit;
	border: 0;
	background: transparent;
}
.layer-cnt-h {
	height: 30px;
	padding-left: 15px;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	color: #4e4e4e;
	border-bottom: 1px solid #d0d0d0;
}
.layer-cnt p, .layer-cnt .sinput-top, .layer-cnt .sinput, .layer-cnt .sel-op, .layer-cnt .filter, .layer-cnt .submit {
	min-height: 26px;
	_height: 26px;
	margin: 18px 0;
	padding-left: 10px;
	line-height: 24px;
	text-align: left;
}
.layer-cnt .sinput-top {
	padding-left: 82px;
}
.layer-cnt .sinput {
	padding-left: 30px;
}
.layer-cnt .sel-op {
	position: relative;
	display: block;
	height: 1px;
	min-height: 1px;
	margin-top: -30px;
	padding-left: 3px;
	font-size: 1px;
	line-height: 1px;    
	z-index: 999;
}


.layer-cnt p span, .layer-cnt .sel, .layer-cnt .s, .layer-cnt .input {
	float: left;
	margin-right: 10px;
}
.layer-cnt .input {
	position: relative;
	width: 321px;
	height: 22px;
	padding: 0 5px;
	background: url(../images/adv-input-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}
.layer-cnt .input input {
	width: 321px;
	_width: 309px;
	height: 21px;
	*height: 22px;
	_height: 17px;
	line-height: 22px;
	background: transparent;
	border: 0;
}
.layer-cnt strong {
	float: left;
	font-weight: lighter;
}
.layer-cnt span {
	float: left;
	margin: 0 5px;
}
.layer-cnt .submit {
	_margin-bottom: 0;
	padding: 0;
	text-align: center;
}
.layer-cnt .submit input, .layer-cnt .submit a {
	display: inline-block;
	width: 81px;
	height: 29px;
	margin: 0 20px;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 14px;
	border-radius: 2px;
}
.layer-cnt .submit .btn-s {
	display: inline-block;
	width: 100px;
	color: #fff;
	background: #c50414;
	border: 1px solid #c50414;
}
.layer-cnt .submit .btn-c {
	background: #fff;
	color: #333;
}


.login {
	width: 400px;
	margin-left: -200px;
}
.login .login-alert {
	position: absolute;
	left: 30px;
	top: 40px;
	color: red;
}
.login .search-list {
	clear: both;
	padding: 5px 0;
}
.login .layer-cnt .sinput, .login .layer-cnt .sel-op, .login .layer-cnt .filter, .login .layer-cnt .submit {
	min-height: 34px;
	_height: 34px;
	padding: 0 10px;
}
.login .layer-cnt .input {
	position: relative;
	width: 298px;
	height: 34px;
	padding: 0 5px 0 35px;
	background: url(../images/login-input-bg.png) no-repeat left;
}
.login .layer-cnt .input input {
	width: 280px;
	_width: 268px;
	height: 33px;
	height: 35px\9;
	*height: 34px;
	_height: 32px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 32px;
}
.login .layer-cnt .input span {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 29px;
	height: 30px;
	background: url(../images/login-ico.png)  no-repeat;
	border-right: 1px dotted #ccc;
}
.login .layer-cnt .input .user-ico {
	background-position:  0 -65px;
}
.login .layer-cnt .input .psw-ico {
	background-position:  0 -145px;
}
.login .layer-cnt .submit {
	margin-bottom: 15px;
	padding: 0 10px;
	text-align: center;
}
.login .layer-cnt .submit .btn-s {
	float: left;
}
.login .layer-cnt .submit .btn-c {
	float: right;
}
.login .layer-cnt .submit input {
	width: 162px;
	margin: 0;
}
.login .regist {
	float: left;
	padding: 0;
}
.login .forget {
	float: right;
}

.advance .layer-title {
	height: 28px;
	padding-top: 4px;
	padding-left: 5px;
} 
.advance .layer-title a {
	float: left;
	width: 85px;
	height: 28px;	
	line-height: 26px;
	text-align: center;
	color: #333;
}
.advance .layer-title a.current {	
	background: #fff;
	border: 1px solid #d0d0d0;
	border-bottom: 0;
}
.advance .search-list {
	clear: both;
	padding: 5px 0;
}




.advance .layer-cnt .sel, .advance .layer-cnt .s, .advance .layer-cnt .t {
	width: 120px;
	height: 22px;
	line-height: 20px;
	text-align: left;
	color: #000;
	background: url(../images/adv-input-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}
.advance .layer-cnt .sel .disp, .advance .layer-cnt .s .disp, .advance .layer-cnt .t .disp {
	display: block;
	height: 22px;
	_height: 21px;
	padding-left: 8px;
	line-height: 20px;
	line-height: 24px\9;
	background: url(../images/ico-arrow.png) no-repeat right -59px;
}
.advance .sel-box {
	display: none;
	position: absolute;
	left: -1px;
	top: 22px;
	width: 125px;
	background: #fff;
	border: 1px solid #dddddd;
	border-bottom: 0;
	z-index: 5;
}
.advance .sel-box li {
	border-bottom: 1px solid #dddddd;
}
.advance .sel-box a {
	display: block;
	height: 18px;
	padding: 2px 10px;
	line-height: 18px;
}
.advance .sel-box a:hover {
	background: #f1f1f1;
}



.advance .layer-cnt .sel input {
	width: 50px;
	height: 21px;
	height: 22px\9;
	line-height: 22px;
	background: transparent;
	border: 0;	
}
.advance .layer-cnt .sel .sel-box {
	width: 100px;
}


.advance .layer-cnt .s {
	width: 40px;
}
.advance .layer-cnt .s .sel-box {
	width: 40px;
}


.advance .layer-cnt .t {
	float: left;
	width: 60px;
	margin-right: 0;	
}
.advance .layer-cnt .t .sel-box {
	width: 75px;
	z-index: 9999;
}
.advance .layer-cnt .t ul {
	overflow: auto;
	width: 75px;
	height: 200px;
}

.advance .layer-cnt .input .class-view {
	position: absolute;
	right: 46px;
	top: 0;
	height: 16px;
	padding: 3px 4px;
}
.advance .layer-cnt .input .class-view input {
	width: 75px!important;
	height: 16px;
	padding: 0 5px 1px 0;
	line-height: 12px;
	color: #fff;
	background: url(../images/class-view-arrow.png) right top no-repeat #006aad;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
}

.advance .layer-cnt .adv-object .input {
	width: 406px;
}
.advance .layer-cnt .adv-object .input input {
	width: 355px;
	_width: 355px;
}

.advance .layer-cnt .input .in-sel {
	float: right;
	height: 16px;
	margin: 0 -5px 0 0;
	*margin-top: -26px;
	_margin-top: -26px;
	padding: 3px 4px;
	border-left: 1px dotted #bcbcbc;
}
.advance .layer-cnt .input .in-sel .disp {
	display: block;
	width: 30px;
	height: 16px;
	padding-right: 12px;
	line-height: 14px;
	line-height: 18px\9;
	*line-height: 18px;
	_line-height: 18px;
	text-align: center;
	color: #fff;
	background: url(../images/ico-arrow.png) no-repeat 24px -42px #bbbbbb;
	border-radius: 2px;
}
.advance .layer-cnt .input .in-sel .exact {
	background-color: #777;
}
.advance .layer-cnt .input .in-sel .sel-box {
	position: absolute;
	width: 42px;
	left: 0;
	top: 20px;
	border: 0;
	background: transparent;
}
.advance .layer-cnt .input .in-sel .sel-box li {
	border: 0;
}
.advance .layer-cnt .input .in-sel .sel-box li a {
	width: 30px;
	height: 16px;
	margin-bottom: 1px;
	padding: 0;
	padding-right: 12px;
	line-height: 14px;
	line-height: 18px\9;
	*line-height: 18px;
	text-align: center;
	color: #fff;
	background: #bbbbbb;
	border-radius: 2px;
}
.advance .layer-cnt .input .in-sel .sel-box li .exact {
	background: #777;
}
.advance .layer-cnt .button input {
	width: 95px;
	height: 24px;
	line-height: 18px;
	text-align: center;
	color: #333;
	background: #fdfdfd;
	border: 1px solid #d1d1d1;
	cursor: pointer;
}
.advance .layer-cnt .add, .advance .layer-cnt .cut {
	position: absolute;
	width: 25px;
	height: 24px;
	margin-top: -14px;
	left: 6px;
	background: url(../images/sel-op.png)  0 0 no-repeat;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
	cursor: pointer;
}
.advance .layer-cnt .cut {
	left: auto;
	right: 4px;
	background: url(../images/sel-op.png) -23px 0 no-repeat;
}
.advance .layer-cnt .filter input {
	vertical-align: text-top;
	*vertical-align: middle;
} 


.advance .layer-cnt .filter i {
	display: inline-block;
	width: 80px;
}
.advance .layer-cnt .class-sel {
	margin-top: 3px;
	padding: 5px;
	background: #fafafa;
	border: 1px solid #e4e4e4;
}
.advance .layer-cnt .class-sel ul, .advance .layer-cnt .class1 {
	overflow: auto;
	height: 150px;
	padding: 0 1px;
}
.advance .layer-cnt .class-sel li, .advance .layer-cnt .class .cn1 {
	float: left;
	width: 209px;
}
.advance .layer-cnt .class span {
	float: none;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0;
	background: url(../images/NodeImg1.gif) no-repeat;
	vertical-align: middle;
}
.advance .layer-cnt .class .on {
	float: none;
	clear: both;
	width: auto;
	font-weight: bold;
	background: #f2f2f2
}
.advance .layer-cnt .class .on span {
	background-image: url(../images/NodeImg2.gif);
}
.advance .layer-cnt .class .cn2 span {
	background-image: none;
}

.advance .layer-cnt .class2 {
	clear: both;
	overflow: auto;
	/*height: 75px;*/
	margin: -1px;
	background: #fff;
	border: 1px dashed #ccc;
}
.advance .layer-cnt .class .cn2 {
	float: left;
	width: 209px;
}


.advance .layer-cnt .class-sel li img {
	vertical-align: middle;
}


.advance .easy-select-box .easy-select-box-disp {
	height: 26px;
	line-height: 24px;
}
.advance .easy-select-box ul li a {
	padding: 2px 8px;
	line-height: 18px;
}

.advance .format-intro {
	clear: both;
	padding: 5px 0;
	font-family: icon;
}
.advance .format-intro p {
	margin: 0;
}
.advance .input-area {
	width: 95%;
	height: 65px;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	background: url(../images/adv-area-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}
.download .linking {
	padding: 20px;
	text-align: center;
	font-family: microsoft YaHei;
}
.download .linking img {
	margin-right: 5px;
	vertical-align: middle;
}
.download-detail {
	position: relative;
	padding: 20px 30px;
}
.download-detail dl {
	padding-bottom: 10px;
	padding-right: 140px;	
	border-bottom: 1px solid #ccc;
}
.download-detail dt {
	margin-bottom: 5px;
	padding: 5px 0;
	font-size: 18px;
	font-family: "Microsoft YaHei";
}
.download-detail dd {
	padding: 2px 0;
	line-height: 18px;
}
.download-detail p {
	margin: 0.8em 0;
	padding-left: 20px;
	background: url(../images/notice-ico.gif) 0 6px no-repeat;
}
.download-detail .no-down {
	font-size: 14px;
	padding: 20px 0;
	height: 120px;

}
.download-detail .submit input {
	width: 100px;

}
.download-detail .download-soft {
	position: absolute;
	width: 120px;
	right: 30px;
	top: 20px;
}
.download-detail .download-gz {
	position: absolute;
	right: 170px;
	top: 15px;
}
.download-detail .download-gz span {
	float: none;
	display: block;
	line-height: 24px;
	text-align: center;
}
.download-detail h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: lighter;
}
.download-detail .download-list {
	min-height: 120px;
	_height: 120px;
	margin: 20px 0;
	padding-right: 140px;	
	border-bottom: 1px solid #ccc;
}
.download-detail .download-list li {
	float: left;
	width: 180px;
	margin-bottom: 5px;
	padding-left: 24px;
	line-height: 24px;
	background: url("../images/downl.gif") 0 5px no-repeat ;
}
.download-detail .download-list li a {
	text-decoration: underline;
	color: #333;
}
/*----ico----*/
.type_ico, .type_ico_id {
	overflow: hidden;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background: url(../images/type-ico.png) no-repeat;
	_background: url(../images/type-ico-ie6.gif) no-repeat;
	vertical-align: middle;
}
 .type_ico_id {
 	margin-right: 5px;
 	background: url(../images/type-ico-id.png) no-repeat;
	_background: url(../images/type-ico-id-ie6.gif) no-repeat;
 }

.writer .type_ico, .writer .type_ico_id {
	background-position: 0 0;
}
.subject .type_ico, .subject .type_ico_id {
	background-position: -16px 0;
}
.organ .type_ico, .organ .type_ico_id {
	background-position: -32px 0;
}
.fund .type_ico, .fund .type_ico_id {
	background-position: 0 -16px;
}
.media .type_ico, .from .type_ico, .media .type_ico_id, .from .type_ico_id {
	background-position: -16px -16px;
}
.original .type_ico, .original .type_ico_id {
	background-position: -32px -16px;
}
.read .type_ico, .read .type_ico_id {
	background-position: -64px -16px;
}

.intro .type_ico, .intro .type_ico_id {
	background-position: -48px 0;
}
/*.article .type_ico, .article .type_ico_id, .articles .type_ico, .articles .type_ico_id {
	background-position: -64px 0;
}*/
.domain .type_ico, .domain .type_ico_id, .class .type_ico, .class .type_ico_id {
	background-position: -80px 0;
}
.graph .type_ico, .graph .type_ico_id {
	background-position: -48px -16px;
}

.tools {
	width: 50px;
	position: fixed;	
	_position:absolute;
	right: 15px;
	bottom: 15px;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||15)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	
	z-index: 999;	
}
.tools .tools-btn {
	position: relative;
	display: block;
	width: 28px;
	height: 34px;
	margin-bottom: 5px;
	padding: 6px 10px;
	text-align: center;
	line-height: 16px;
	color: #333;
	background: #fafafa;
	border: 1px solid #cdcdcd;
}
.tools .current {
	background: #fff;
	border-left: 1px solid #fff;
	z-index: 3;	
}
.tools .sel-num {
	position: absolute;
	right: -3px;
	top: -3px;
	padding: 2px 4px;
	font-size: 8px;
	line-height: 8px;
	color: #fff;
	background: #cc0000;
	border-radius: 4px;
}
.tools #help {
	margin-top: 20px;
}
.cluster-selected {
	position: absolute;
	right: 48px;
	bottom: 72px;
	width: 200px;
	min-height: 152px;
	_height: 152px;
	background: #fff;
	border: 2px solid #aaa;
	z-index: 2;
}
.cluster-selected li {
	position: relative;
	padding: 15px 10px;
	border-bottom: 1px dotted #ccc;
}
.cluster-selected li a {
	color: #000;
}
.cluster-selected li .del {
	position: absolute;
	right: 10px;
	top: 15px;
}
.cluster-selected .submit {
	height: 28px;
	padding: 10px;
	text-align: center;
}
.cluster-selected .submit-btn {
	float: left;
	width: 50px;
	height: 28px;
	margin: 0 auto;
	line-height: 26px!important;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #cc0000;
}
.cluster-selected .clear-btn {
	float: right;
	width: 50px;
	height: 28px;
	margin: 0 auto;
	line-height: 26px!important;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
}
#footer {
	position: relative;
	clear: both;

	padding-top: 10px;
	line-height: 26px;
}
#footer .wj, #footer .ba {
	left: 120px;
	position: absolute;
	top: 20px;
}
#footer .ba {
	left: 175px;
	top: 20px;
}
#footer .ba img {
	height: 80px;
}
#footer p {
	margin: 0.5em;
	padding: 0 240px;
	font: 12px/2em "Tahoma";
	text-align: center;
	color: #666;
}
#footer p a {
	color: #333;
}
.easy-select-box  {
	position: relative;
}

#bdshare {
	float: left;
}
#footer .index-app {
	position: absolute;
	right: 110px;
	top: 8px;
}

/*----width980----*/
.w-980 #header, .w-980 #body, .w-980 #footer, .w-980 .top-bar .inner, .w-980 .search-relative, .s-980 #header, .s-980 #body, .s-980 #footer, .s-980 .top-bar .inner, .s-980 .search-relative {
	width: 980px;	
}
.w-980 #header #search, .s-980 #header #search {
	width: 690px;
}
.w-980 #search .search-box, .s-980 #search .search-box {
	width: 610px;
	_width: 613px;
}
.w-980 #search .search-input, .s-980 #search .search-input {
	width: 501px;
}
.w-980 #footer p, .s-980 #footer p {
	padding: 0 175px;
}
.w-980 #footer .wj, .s-980 #footer .wj {
	left: 40px;
}
.w-980 #footer .ba, .s-980 #footer .ba {
	left: 95px;
}
.w-980 #footer .index-app, .s-980 #footer .index-app {
	right: 40px;
}
.w-980 .layer-box, .s-980 .layer-box {
	top: 57px;
}
.w-980 .top-bar .inner, .w-980 .search-relative, .w-980 #footer p, .w-980 #footer .wj, .w-980 #footer .ba, .w-980 .layer-box {
	transition: all 0.3s cubic-bezier(1, 0.01, 0.3, 1) 0s;
	transition-delay: 0.01s;
}



/*----width1200----*/




.w-1200 #footer, .w-1200 .top-bar .inner, .w-1200 .search-relative, .w-1200 #footer p, .w-1200 #footer .wj, .w-1200 #footer .ba, .w-1200 .layer-box {
	transition: all 0.3s cubic-bezier(1, 0.01, 0.3, 1) 0s;
	transition-delay: 0.01s;
}


