/*---- index reset ----*/


/*---- index reset end ----*/

/*---- index globa ----*/

/*---- index globa end ----*/


.p1 {
	position: relative;
	margin-top: 10px;
}


.index-box {
	background: #fff;
	background: rgba(255,255,255,0.5);background:url(../images/zk-bg.png) no-repeat left top;
}
.p2 .index-box{
	background: #fff;
}
.index-box h2 {
	height:52px;
	padding: 0 23px 0px 30px;
	font-family: "Microsoft YaHei";
	font-size: 16px; color:#666;
	font-weight: lighter;
	line-height: 52px;
	background:#fff url(../images/zk-h2bg.png) no-repeat left bottom;
}
.index-class-list {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 15px 48px 0 30px;
}
.index-class-list a {
	float: left;
	width: 156px;
	height: 56px;
	margin: 0 15px 17px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	line-height: 53px;
	color: #555;
	text-align: center;
	background: url(../images/zj-index-class-list.png) no-repeat left top #fff;
	/*border: 1px solid #d0d0d0;*/
}
.index-class-list a i {
	display: inline-block;
	width: 90px;
	line-height: 24px;
	vertical-align: middle;
}
.index-class-list a:hover {
	color: #fff;
	background: #ff7b23;opacity:1;filter:alpha(opacity=100);
}
.index-author-list {
	overflow: hidden;
	padding: 20px 15px; background:#eee;
}
.index-author-list dl {
	position: relative;
	float: left;
	width: 245px;
	height: 180px;
	margin: 0 5px 18px 11px;
	padding: 7px 0 7px 122px;
	background: /*url(../images/index-author-list.png) repeat-y right*/ #fff;
	border: 2px solid #d6d6d6;/* border-top:#ffa229 solid 6px;*/
}
.index-author-list dt {
	position: absolute;
	left: 7px;
	bottom: 7px;
	width: 99px;
	height: 37px;
	font-size: 14px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	color: #4f4f4f;
}
.index-author-list dt a {
	color: inherit;
}
.index-author-list dd {
	padding: 4px 5;
	line-height: 22px;
	color: #333;
}
.index-author-list dd span {
	display: inline-block;
	margin-right: 5px;
}
.index-author-list .pic {
	position: absolute;
	left: 7px;
	top: 7px;
	overflow: hidden;
	width: 99px;
	height: 134px;
	border: 1px solid #e8e8e8;
}
.index-author-list .pic img {
	width: 99px;
	height: 134px;
}
.index-author-list .id {
	line-height: 20px;
}
.index-author-list .data span {
	margin-right: 15px;
}
.index-author-list .data a {
	color: #0dab3d;
}
.index-author-list .keyword {
	height: 22px;
}
.index-author-list .keyword span {
	margin-right: 5px; margin-bottom:5px;
	padding: 0 8px;
	line-height: 20px;
	color: #3d9dd0; background:#fff; border:#9dd3e9 solid 1px;
}

.zj-more {
	overflow: hidden;
	padding: 10px;
	background: #fcfcfc;
}
.zj-more .left-side {
	float: left;
	width: 280px;
}
.left-side .left-search {	
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
	background: #ebebeb;

}
.left-search h2 {
	margin-top: -15px;
	padding: 0 10px;
	line-height: 30px;
}
.left-search h2 strong {
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #ff8838;
}
.left-search .search-cnt {
	padding: 0 12px 15px;
}
.search-cnt .refine-item {
	margin: 10px 0;
}
.search-cnt .sel {
	padding: 5px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.search-cnt .input {
	display: inline-block;
}
.search-cnt input[type="text"] {
	width: 130px;

}
.search-cnt label {
	padding: 0 5px;
	color: #626a6c;
}
.search-cnt .sel-box {
	top: 30px;
}
.left-box {
	margin-bottom: 10px;
	padding: 0px 0;
	background: #fcfcfc;
	border: 1px solid #ebebeb;
}
.left-box h2 {
	margin-bottom: 10px;
	padding: 6px 0;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: lighter;
	color: #333;
	line-height: 20px; background:#b9cedc ;
}
.left-box h2 strong {
	display: inline-block;
	padding: 0 10px;
	font-weight: lighter;
	border-left: 6px solid #ff8929;
}
.zj-xk-list ul {
	overflow: hidden;
	padding-left: 17px;
}
.zj-xk-list li {
	float: left;
	width: 85px;
	position: relative;
	padding: 3px 0;
	line-height: 24px;
}
.zj-xk-list li a {
	display: inline-block;
	padding: 0 5px;
	color: #333;
}
.zj-xk-list li tt {
	position: absolute;
	right: 0;
	color: #847f83;
}
.zj-dq-list ul {
	overflow: hidden;
	padding: 0 17px;
}
.zj-dq-list li {
	float: left;
	width: 61px;
	padding: 3px 0;
	line-height: 24px;
}
.zj-dq-list li a {
	display: inline-block;
	padding: 0 5px;
	color: #333;
}
.zj-dq-list li .current, .zj-xk-list .current a {
	background: #4ebbf5; color:#FFFFFF; border-radius:2px;
}
.zj-more .search-result {
	margin-left: 290px;
}
.zj-more .no-cluster{ margin-left:0px;}

.search-top {	
	overflow: hidden;
	padding: 6px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;text-align: right;
}
.search-top .search-term {
	float: left;
}
.search-top .search-term strong {
	font-size: 14px;
}
.search-top .search-term span {
	display: inline-block;
	height: 26px;
	margin-right: 15px;
	padding: 0 13px;
	line-height: 26px;
	background: #ebf1f2;
	border: 1px solid #d8e5e6;
	border-radius: 13px;
}
.search-top .cluster-term {

}
.search-top .cluster-term strong {
	float: left;
}
.search-top .cluster-term ul {
	display: inline;
}
.search-top .cluster-term li {
	float: left;
	height: 26px;
	margin: 0 15px 10px 0;
	padding: 0 13px;
	line-height: 26px;
	white-space: nowrap;
	background: #ebf1f2;
	border: 1px solid #d8e5e6;
	border-radius: 13px;

}
.search-top .cluster-term li span {
	float: left;
	line-height: 26px;
}
.search-top .cluster-term li a.close {
	float: right;
	width: 15px;
	height: 26px;
	margin-left: 8px;
	margin-right: -5px;
	border-left: 1px solid #d8e5e6;
}
.search-top .cluster-term li b.close {
	margin-top: 5px;
	margin-left: 2px;
	background: url(../images/ico-search.gif) no-repeat -33px -32px; 
}
.search-top .search-top-right {
	float: right;
	white-space: nowrap;
}
.search-top .search-top-right .btn-s {
	height: 26px;
	font-size: 12px;
	line-height: 14px;
}
.search-top .search-count {
	display: inline-block;
	line-height: 26px;
	margin-right: 10px;
}
.search-top .search-count i img {
	vertical-align: middle;
}

.site {
	position: relative;
	height: 24px;
	padding: 11px 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	background: #fff;
	border-bottom: 1px solid #ff8929;	
}
.site strong {
	display: inline-block;
	padding-left: 22px;
	font-weight: lighter;
	background: url(../images/site-ico.gif) no-repeat 0 2px;
}
.site a {
	color: #666666;
	text-decoration: underline;
}
.site .search-count {
	position: absolute;
	right: 10px;
}
.site .search-result {
	margin-left: 0;
}
.site .search-result strong {
	padding-left: 0;
	background: none;
	font-weight: bold;
}

.search-main {
	padding: 10px;
}
.search-main .more {
	margin-bottom: 10px; 
}
.search-main .more a, .search-main .more span {
display: block;
padding: 10px;
min-height: 16px;
text-align: center;
cursor: pointer;
background: #fff;
border: 1px solid #d5e2e3;
}
.search-op, .about-op {	
	margin-bottom: 15px;
	padding: 5px 0;
	color: #c0d3d5;
	background: #e9eaec ;
}
.search-op-sel, .search-op-more {
display: inline-block;
}
.search-op-sel a, .search-op-more a {
display: inline-block;
height: 20px;
padding: 4px 7px;
line-height: 20px;
color: #4d4d4f;
}
.search-op-sort, .search-op-show {
float: right;
height: 20px;
margin-left: 5px;
padding: 4px 7px;
line-height: 20px;
color: #4d4d4f;
border-radius: 3px;
}
.search-op-sort .sel, .search-op-show .sel {
	position: relative;
	width: 78px;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	color: #000;
	background: none;
	border: 0;
	z-index: 9;
	vertical-align: inherit;
}
.search-op-sort .sel .disp, .search-op-show .sel .disp {
	display: block;
	width: 78px;
	color: #4d4d4f;
	background: url(../images/ico-arrow.png) no-repeat right -40px ;
}
.search-op-sort .sel .sel-box, .search-op-show .sel .sel-box {	
	display: none;
	position: absolute;
	left: auto;
	right: -7px;
	top: 27px;
	width: 126px;
	padding-bottom: 5px;
	background: #fff;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	z-index: 5;
}
.search-op-sort .sel .sel-box li, .search-op-show .sel .sel-box li {
	border: 0;
}
.search-op-sort .sel .sel-box a, .search-op-show .sel .sel-box a {
	display: block;
	height: 20px;
	padding: 3px 5px 3px 42px;
	line-height: 20px;
}
.search-op-sort .sel .sel-box a:hover, .search-op-show .sel .sel-box a:hover {
	background: url(../images/ico-right.png) no-repeat 10px 6px;
}
.search-result-list dl {
position: relative;
min-height: 100px;
margin-bottom: 15px;
padding: 15px 15px 15px 40px;
color: #333;
background: #fff;
border: 1px solid #d5e2e3;
}
.search-result-list dl a {
display: inline-block;
margin-right: 10px;
color: #333;
border-bottom: 1px dotted #a9b6b5;
}
.search-result-list .preview {
	min-height: 145px;
	_height: 145px;
	padding-left: 150px;
}
.object-list dt {
padding-right: 140px;
}

.search-result-list dt {
padding-right: 80px;
padding-bottom: 4px;
line-height: 20px;
font-size: 16px;
}
.search-result-list dt a {
	margin-right: 10px;
}
.search-result-list dt .cited {
	display: inline-block;
	font-size: 14px;
	font-weight: lighter;
	white-space: nowrap;
}
.search-result-list .time {
	position: absolute;
	color: #333;
	right: 16px;
	top: 14px;
	font-size: 14px;
	line-height: 22px; color:#999; border:#e2e2e2 solid 1px; padding:0px 10px; font-size:12px; 
}
.search-result-list dd {
padding: 2px 0;
color: #666666;
line-height: 19px; margin-top:3px;
}
.search-result-list dd span {
margin-right: 10px;
}
.search-result-list .check {
position: absolute;
height: 17px;
left: 10px;
top: 12px;
_top: 11px;
}
.search-result-list .sort-about {
position: absolute;
right: 15px;
top: 13px;
}
.search-result-list .paper-preview {
	position: absolute;
	left: 35px;
	top: 15px;
	z-index: 10;
}
.search-result-list .paper-preview a {
	opacity: 1;
	filter:alpha(opacity=100);
}
.search-result-list .paper-preview img {
	width: 100px;
	height: 135px;
	border: 1px solid #adadad;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
}
earch-result-list .paper-preview .zoomWindow {
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.search-result-list .paper-preview .zoomPad img {
	width: 100px;
	height: 135px;
	border: 1px solid #adadad;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.search-result-list .paper-preview .zoomWrapperImage img { 
	width: auto;
	height: auto;
}


.object-intro {
	position: relative;
	height: 210px;
	padding: 20px 20px 0;
	background: #fff;
}
.object-intro dl {
	position: relative;
	min-height: 205px;
	_height: 205px;
	padding-left: 270px;
	padding-right: 280px;
}
.object-intro .object-domain {
	padding-right: 0;
}
.object-intro .object-journal {
	min-height: 260px;
	_height: 260px;
}
.object-intro dt {
	font-family: "Microsoft YaHei";
	font-size: 30px;
	font-weight: lighter;
	line-height: 36px;
	color: #3a3a3a;
}
.object-intro dt h1 {
	margin-right: 10px;
	font-size: 30px;
	font-weight: lighter;
	display: inline;
}
.object-intro dt .sex {
	width: 26px;
	height: 26px;
	margin-bottom: 5px;
	background: url(../images/ico-sex.png) no-repeat;
	vertical-align: middle;
}
.object-intro dt .female {
	background-position: right 0;
}
.object-intro dt em {
	margin-left: 10px;
	font-size: 14px;
	line-height: 18px;
}

.object-intro dd strong {
	color: #777777;
	font-weight: lighter;
}
.object-intro .object-index {
	margin-bottom: 15px;
	padding: 2px 0;
	line-height: 20px;
	color: #49a415;
}
.object-intro .object-index span {
	margin-right: 15px;
}
.object-intro .object-index a {
	color: #49a415;
	text-decoration: underline;
}
.object-intro .object-op {
	position: absolute;
	right: 0;
	top: 4px;
}
.object-intro .object-op a {
	position: relative;
	float: left;
	height: 27px;
	_height: 22px;
	margin-right: 5px;
	padding: 0 5px;
	_padding-top: 5px;
	line-height: 25px;
	color: #333;
	background: #f9f9f9;	
	border: 1px solid #d4d4d4;
}
.object-intro .object-op .fg {
	float: left;
	width: 1px;
	height: 34px;
	margin: -2px 10px 0 5px;
	background: #d4d4d4;
}
.object-intro .object-op .op-ico {
	overflow: hidden;
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-right: 4px;
	background: url(../images/object-op-ico.png) no-repeat;
	vertical-align: text-top;
}
.object-intro .object-op .fx {
	background-position: 0 -18px;
}
.object-intro .object-op .bg {
	background-position: 0 -36px;
	vertical-align: middle;
}
.object-intro .object-op .dc {
	background-position: 0 -55px;
}
.object-intro .object-op a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
.object-intro .object-op .gz-box {
	position: absolute;
	top: 35px;
	left: -55px;
	width: 180px;
	height: 175px;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	box-shadow: 0 0 2px #ccc;
}
.object-intro .object-op .gz-box span {
	display: block;
}
.object-intro .object-op .gz-box .gz-arrow {
	position: absolute;
	top: -5px;
	left: 50%;
	width: 10px;
	height: 5px;
	margin-left: -5px;
	background: url(../images/gz-arrow.gif) no-repeat;
}
.object-intro .object-op .gz-box .gz-close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 13px;
	height: 12px;
	background: url(../images/gz-close.gif) no-repeat;
}
.object-intro .object-op .gz-box .gz-intro {
	margin-top: 15px;
	text-align: center;
}
.object-intro .object-op .gz-box .gz-pic {
	text-align: center;
}
.object-intro .object-cover {
	position: absolute;
	left: 38px;
	_left: -215px;
	top: 0;
	border: 3px solid #c3c3c3;
	border-radius: 3px;
}
.object-intro .object-cover a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 180px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #000;
	background: rgba(0, 0, 0, 0.7);
}

.object-intro .object-min-graph {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 180px;
	height: 200px;
	border: 3px solid #c3c3c3;
	border-radius: 3px;
}
.object-intro .object-min-graph a {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 200px;
	z-index: 10;
	background-color: #fff;	
	*background: url(../images/none.gif);
	opacity: 0.0;
	filter:alpha(opacity=00);
}


.object-intro .line {
	padding: 3px 0;
	line-height: 20px;
}
.object-intro .line strong {
	color: #777777;
	font-weight: lighter;
}
.object-intro .line a {
	margin-right: 10px;
	color: #333;
	text-decoration: underline;
}
.object-intro .line span {
	display: inline-block;
	margin-right: 10px;
}
.object-intro .line .more {
	color: #076eb1;
	white-space: nowrap;
}
.object-author {
	padding-right: 290px;
}
.object-left-box {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 240px;
	height: 200px;
	border: 5px solid #c3c3c3;
	border-radius: 3px;
}

.object-left-box .readonly {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 200px;
	z-index: 10;
	background-color: #fff;	
	*background: url(../images/none.gif);
	opacity: 0.0;
	filter:alpha(opacity=00);
}


.object-text {
	padding: 10px 15px;
	line-height: 26px;
	color: #585858;
}
.object-text img {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}

.baidu-data {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 265px;
	height: 200px;
	padding-left: 15px;
	border-left: 1px solid #d5e2e3;
}
.baidu-data a {
	color: #585858;
}
.baidu-data h2 {
	margin-bottom: 10px;
	padding: 3px 0;
	line-height: 24px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: lighter;
	color: #158c3d;
	border-bottom: 1px solid #d5e2e3;
}
.baidu-data p {
	line-height: 24px;
}
.corp-author {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 265px;
	height: 200px;
	padding-left: 15px;
	border-left: 1px solid #d5e2e3;
}
.corp-author a {
	color: #585858;
}
.corp-author h2 {
	margin-bottom: 10px;
	padding: 3px 0;
	line-height: 24px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: lighter;
	color: #158c3d;
	border-bottom: 1px solid #d5e2e3;
}
.corp-author li {
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	list-style: disc;
	list-style-position: inside;
}
.corp-author .rw-list span {
	display: inline-block;
	width: 50px;
}
.object-detail {
	overflow: hidden;
	padding: 20px;
	background: #fff;
}
.object-detail .search-result {
	margin-left: 270px;
}
.object-nav {
	height: 38px;
	margin-bottom: 15px;
	/*border-bottom: 2px solid #08b1c5;*/ background:#9ebbc5 ;
}
.object-nav li {
	display: inline;
}
.object-nav a {
	float: left;
	width: 119px;
	height: 38px;
	margin-right: 1px;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	background: #628a98 ;
}
.area .object-nav a {
	width: 149px;
}
.domain .object-nav a {
	width: 132px;
}

.journal .object-nav a {
	width: 108px;
}

.object-nav .current {
	height: 43px;
	margin-bottom: -6px;
	color: #fff;
	background: url(../images/object-nav-bg.png) no-repeat center bottom;
}
/*--- object end -----*/

/*---- object-trend ----*/
.object-trend {
	border-bottom: 3px solid #086c2a;
	background: url(../images/object-trend-bg.gif) no-repeat top left;
}
.object-trend .loading {
	margin-bottom: 50px;
}
.object-trend-op {
	margin-left: 210px;
	margin-bottom: 50px;
	padding: 30px 6px 15px;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #999999;
}
.object-trend-op .line {
	margin-bottom: 15px;
}
.object-trend-op span {
	margin-right: 60px;
}
.object-trend-op .sel {
	width: 120px;
	padding: 3px 8px;
}
.object-trend-op .sel .sel-box {
	top: 30px;
}
.object-trend-op .t {
	display: inline-block;
	width: 53px;
	margin-right: 0;
}
.t input {
	width: 33px;
}
.object-trend-op .ui-slider {
	display: inline-block;
	width: 750px;
	margin-left: 10px;
	margin-right: 12px;
	margin-top: 10px;
	margin-bottom: -3px;
}

.trend-content {
	position: relative;
	min-height: 90px;
	_height: 90px;
}
.trend-content .years {
	position: relative;
	padding-left: 210px;
	border-bottom: 1px solid #e0e0e0;
	z-index: 2;
}
.trend-content .years h3 {
	position: absolute;
	font-family: Arial;
	font-size: 24px;
	left: 31px;
	bottom: 10px;
	color: #137e37;
}
.trend-content .years ul {
	padding: 10px 0;
}
.trend-content .years li {
	padding-left: 20px;
	color: #9d9d9d;
	line-height: 26px;
	background: url(../images/trend-obj-on.gif) no-repeat;
}
.trend-content .years li a {
	margin-right: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #535353;
	background: #f9fafb;
}
.trend-content .years li span {
	margin-right: 15px;
	background: #f9fafb;
}
.trend-content .years .on {
	background: url(../images/trend-obj-on.gif) no-repeat;
}
.trend-content .years .obj1 {
	margin-left: 0;
}
.trend-content .years .obj2 {
	margin-left: 100px;
}
.trend-content .years .obj3 {
	margin-left: 200px;
}
.trend-content .years .obj4 {
	margin-left: 300px;
}
.trend-content .years .obj5 {
	margin-left: 400px;
}
.trend-content .years .obj6 {
	margin-left: 500px;
}
.trend-content .canvas {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 210px;
	z-index: 1;
}
.trend-content .canvas ul {
	float: left;
	width: 91px;
	padding: 21px 0 0 9px;
}
.trend-content .canvas .c2 {
	margin-top: 26px;
}
.trend-content .canvas .c3 {
	margin-top: 52px;
}
.trend-content .canvas .c4 {
	margin-top: 78px;
}
.trend-content .canvas .c5 {
	margin-top: 104px;
}
.trend-content .canvas .c6 {
	margin-top: 130px;
}
.trend-content .canvas .c7 {
	margin-top: 156px;
}
.trend-content .canvas .c8 {
	margin-top: 182px;
}
.trend-content .canvas .c9 {
	margin-top: 208px;
}
.trend-content .canvas .c10 {
	margin-top: 234px;
}



.trend-content .canvas li {
	padding: 10px 0;
	line-height: 26px;
	margin-bottom: 1px;
	/*height: 161px;*/
}
.trend-content .canvas .on {
	border-left: 1px solid #86bc99
}

.n5 .years .obj6, .n5 .years .obj7, .n5 .years .obj8, .n5 .years .obj9, .n5 .years .obj10 {
	display: none;
}
.n5 .canvas .c6, .n5 .canvas .c7, .n5 .canvas .c8, .n5 .canvas .c9, .n5 .canvas .c10 {
	display: none;
}
.n5 .canvas ul {
	width: 91px;
}
.n5 .canvas li {

	/*height: 151px;*/
}

.n6 .years .obj7, .n6 .years .obj8, .n6 .years .obj9, .n6 .years .obj10 {
	display: none;
}
.n6 .canvas .c7, .n6 .canvas .c8, .n6 .canvas .c9, .n6 .canvas .c10 {
	display: none;
}
.n6 .canvas ul {
	width: 91px;
}
.n6 .canvas li {
	/*height: 177px;*/
}

.n7 .years .obj8, .n7 .years .obj9, .n7 .years .obj10 {
	display: none;
}
.n7 .years .obj1 {
	margin-left: 0;
}
.n7 .years .obj2 {
	margin-left: 90px;
}
.n7 .years .obj3 {
	margin-left: 180px;
}
.n7 .years .obj4 {
	margin-left: 270px;
}
.n7 .years .obj5 {
	margin-left: 360px;
}
.n7 .years .obj6 {
	margin-left: 450px;
}
.n7 .years .obj7 {
	margin-left: 540px;
}
.n7 .canvas .c8, .n7 .canvas .c9, .n7 .canvas .c10 {
	display: none;
}
.n7 .canvas ul {
	width: 81px;
}
.n7 .canvas li {
	/*height: 203px;*/
}

.n8 .years .obj9, .n8 .years .obj10 {
	display: none;
}
.n8 .years .obj1 {
	margin-left: 0;
}
.n8 .years .obj2 {
	margin-left: 80px;
}
.n8 .years .obj3 {
	margin-left: 160px;
}
.n8 .years .obj4 {
	margin-left: 240px;
}
.n8 .years .obj5 {
	margin-left: 320px;
}
.n8 .years .obj6 {
	margin-left: 400px;
}
.n8 .years .obj7 {
	margin-left: 480px;
}
.n8 .years .obj8 {
	margin-left: 560px;
}
.n8 .canvas .c9, .n8 .canvas .c10 {
	display: none;
}
.n8 .canvas ul {
	width: 71px;
}
.n8 .canvas li {
	/*height: 229px;*/
}

.n9 .years li {
	line-height: 24px;
}
.n9 .years .obj10 {
	display: none;
}
.n9 .years .obj1 {
	margin-left: 0;
}
.n9 .years .obj2 {
	margin-left: 70px;
}
.n9 .years .obj3 {
	margin-left: 140px;
}
.n9 .years .obj4 {
	margin-left: 210px;
}
.n9 .years .obj5 {
	margin-left: 280px;
}
.n9 .years .obj6 {
	margin-left: 350px;
}
.n9 .years .obj7 {
	margin-left: 420px;
}
.n9 .years .obj8 {
	margin-left: 490px;
}
.n9 .years .obj9 {
	margin-left: 560px;
}
.n9 .canvas .c10 {
	display: none;
}
.n9 .canvas ul {
	width: 61px;
}
.n9 .canvas li {
	line-height: 22px;
	/*height: 237px;*/
}
.n9 .canvas .c2 {
	margin-top: 24px;
}
.n9 .canvas .c3 {
	margin-top: 48px;
}
.n9 .canvas .c4 {
	margin-top: 72px;
}
.n9 .canvas .c5 {
	margin-top: 96px;
}
.n9 .canvas .c6 {
	margin-top: 120px;
}
.n9 .canvas .c7 {
	margin-top: 144px;
}
.n9 .canvas .c8 {
	margin-top: 168px;
}
.n9 .canvas .c9 {
	margin-top: 192px;
}



.n10 .years {

}
.n10 .years li {
	line-height: 22px;
}
.n10 .years li a {
	font-size: 12px;
}
.n10 .years .obj1 {
	margin-left: 0;
}
.n10 .years .obj2 {
	margin-left: 60px;
}
.n10 .years .obj3 {
	margin-left: 120px;
}
.n10 .years .obj4 {
	margin-left: 180px;
}
.n10 .years .obj5 {
	margin-left: 240px;
}
.n10 .years .obj6 {
	margin-left: 300px;
}
.n10 .years .obj7 {
	margin-left: 360px;
}
.n10 .years .obj8 {
	margin-left: 420px;
}
.n10 .years .obj9 {
	margin-left: 480px;
}
.n10 .years .obj10 {
	margin-left: 540px;
}
.n10 .years .on {
	background-position: 0 -1px;
}
.n10 .canvas ul {
	width: 51px;
}
.n10 .canvas li {
	line-height: 22px;
	/*height: 241px;*/
}
.n10 .canvas .c2 {
	margin-top: 22px;
}
.n10 .canvas .c3 {
	margin-top: 44px;
}
.n10 .canvas .c4 {
	margin-top: 66px;
}
.n10 .canvas .c5 {
	margin-top: 88px;
}
.n10 .canvas .c6 {
	margin-top: 110px;
}
.n10 .canvas .c7 {
	margin-top: 132px;
}
.n10 .canvas .c8 {
	margin-top: 154px;
}
.n10 .canvas .c9 {
	margin-top: 176px;
}
.n10 .canvas .c10 {
	margin-top: 198px;
}

/*---- object-trend end ----*/
/*---- object-catalog ----*/
.catalog-left {
	float: left;
	width: 250px;
}
.journal-info {
	margin-bottom: 15px;
}
.journal-info h5 {
	position: relative;
	height: 40px;
	padding-left: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: lighter;
	line-height: 40px;
	color: #303d3f;
	background: #d5e2e3;
}
.journal-info .info-list, .journal-data {
	background: #fff;
	padding: 15px 15px 5px;
	border: 1px solid #d5e2e3;
}
.journal-info .info-list li, .journal-data li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 5em;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.journal-info .info-list .issn, .journal-info .info-list .cn {
	padding-left: 7em;
}
.journal-info .info-list li strong {
	position: absolute;
	top: 0;
	margin-left: -5em;
	font-weight: lighter;
}
.journal-info .info-list .issn strong, .journal-info .info-list .cn strong {
	margin-left: -7em;
}
.journal-data li {
	padding: 0;
}
.journal-data li a {
	padding-right: 15px;
	background: url(../images/out-link.png) no-repeat right 3px;
}
.catalog-main {
	padding-left: 270px;
}
.catalog-main h2 {
	margin-bottom: 10px;
	padding: 6px 0;
	line-height: 30px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: lighter;
	color: #158c3d;
	border-bottom: 1px solid #d5e2e3;
}
.catalog-main h2 tt {
	float: right;
	margin-right: 10px;
	_margin-top: -20px;
	padding: 3px 5px 0;
	font-family: Tahoma;
	font-size: 14px;
	color: #555;
}
.journal-intro {
	margin-bottom: 20px;
}
.journal-intro p {
	margin: 0;
	font-size: 14px;
	line-height: 190%;
	text-indent: 2em;
}
.journal-intro .item-list ul {
	overflow: hidden;
}
.journal-intro .item-list li {
	overflow: hidden;
	float: left;
	width: 47%;
	height: 18px;
	margin-right: 3%;
	_margin-right: 2%;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
}
.journal-intro .item-list li span {
	padding: 0 3px;
}

.journal-volumes th {
	width: 80px;
	padding: 9px 15px;
	text-align: center;
}
.journal-volumes th a {
	padding-right: 18px;
	background: url(../images/volumes-link.png) no-repeat right 3px;
}
.journal-volumes td {
	padding: 9px 10px;
}
.journal-volumes td a {
	display: inline-block;
	margin-right: 1em;
	padding: 0 2px;
	text-decoration: underline;
}
.journal-volumes td .supp {
	padding-left: 10px;
	border-left: 1px solid #ccc;
}
.journal-volumes td span {
	margin-right: 10px;
	color: #777;
}

/*---- object-catalog end ----*/

.object-360 {

}
.graph-360 {
	float: left;
	width: 980px;
	
}
.graph-360 .graph {
	text-align: center;
	background: #fff;
	border: 1px solid #d5e2e3;
}
.graph-360 .graph .years {
	background: #fafafa;
	padding: 5px 10px;
	text-align: right;
}
.graph-360 .graph object {
	margin: 0 auto;
}
.graph-360 .graph-op {
	height: 110px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.graph-360 .graph-op .cl {
	float: left;
	width: 120px;
	padding: 10px;
	
}
.graph-360 .graph-op .cl img {
	vertical-align: middle;
}
.graph-360 .graph-op .cl label {
	display: block;
	margin-bottom: 25px;
	text-align: center;
}

.graph-360 .graph-op .cl a span {
	left: -7px;
	position: absolute;
	text-align: center;
	top: -21px;
	width: 30px;
}
.graph-360 .graph-op .cl .check {
	margin-top: 10px;
	text-align: center;
	
}
.select-8 {
	position: relative;
	height: 65px;
	padding: 5px 11px 0;
	background: #f3f3f3;
	border-bottom: 1px solid #d5d5d5;
}
.select-8 ul {
	position: absolute;
}
.select-8 li {
	display: inline;
}
.select-8 li a {
	float: left;
	width: 211px;
	height: 22px;
	margin: 0 15px 9px;
	text-align: center;
	line-height: 22px;
	color: #636363;
	background: url(../images/select-8-bg.gif) repeat-x;
	border-bottom: 1px solid #ababab;
}
.select-8 li .current {
	height: 34px;
	margin-bottom: 0;
	line-height: 32px;
	color: #000;
	font-weight: bold;
	background: url(../images/select-8-current.gif) no-repeat;
	border-bottom: 0;
}



.object-report .report {
	padding: 0 270px 0 0;
}
.object-report .report-catalogbg {
	left: auto;
	right: 0;
}

/*----left-cluster----*/
.left-cluster {
	float: left;
	width: 250px;
}
.search-refine {
	padding: 10px 10px;
	padding-bottom: 5px; background:#fff ; border-top:#197fd4 solid 3px; margin-bottom:10px;
}
.search-refine .refine-item, .search-refine .refine-submit {
	min-height: 34px;
	_height: 34px;
	margin-bottom: 15px;
	line-height: 24px;
	text-align: left;
}
.search-refine .refine-item .sel, .search-refine .refine-item .t, .search-refine .refine-item .input {
	display: inline-block;
	margin-right: 8px;
}
/*.search-refine .refine-item .sel {
	width: 100px;
	height: 20px;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 20px;
	color: #303d3f;
	background: url(../images/search-input.png) repeat-x top #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	vertical-align: middle;
}*/


.search-refine .refine-item .sel {
	width: 75px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 8px;
}
.search-refine .refine-item .sel .sel-box {
	width: 72px;
}
.search-refine .refine-item .t {
	float: left;
	width: 53px;
	margin-right: 0;	
}
.search-refine .refine-item .t input {
	width: 33px;

}
.search-refine .refine-item .ui-slider {
	float: left;
	width: 93px;
	margin-left: 10px;
	margin-right: 12px;
	margin-top: 10px;
}

.search-refine .refine-item .input {
	margin-right: 0;
}
.search-refine .refine-item .input input {
	width: 102px;

}
.search-refine .refine-item span {
	float: left;
	width: 15px;
	text-align: center;
}
.search-refine .refine-item strong {
	float: left;
	width: 72px;
	height: 24px;
	margin-right: 10px;
	padding-right: 2px;
	font-weight: lighter;
	text-align: right;
	line-height: 22px;
	line-height: 26px\9;
}

.search-refine .refine-submit {
	text-align: center;
}
.search-refine .refine-submit .submit {
	width: 150px;
	height: 34px;
}
/*--------*/
.cluster .fx {
	margin-left: 5px;
	background: url(../images/ico-fx.gif) no-repeat;
	vertical-align: text-bottom;
}
.cluster-group {
	margin-bottom: 10px;
}
.cluster-group h3 {
	position: relative;
	height: 40px;
	padding-left: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: lighter;
	line-height: 40px;
	color: #303d3f;
	background: #d5eaf9 ;
}
.cluster-group h3 tt {
	position: absolute;
	right: 9px;
	top: 9px;
}
.cluster-group h3 tt a {
	display: block;
	height: 22px;
	width: 22px;
	padding-left: 100px;
	background: url(../images/close-op.png) no-repeat;
}
.cluster-group h3 tt .open {
	background-position: right top;
}
.cluster-group h3 tt .close {
	background-position: right bottom;
}
.cluster-group .list {	
	background: #fff;
	padding: 12px;
	border-top: 0;
}
.cluster-group .list ul {
	overflow: hidden;	
}
.cluster-group li {
	display: block;
	margin-bottom: 2px;
	padding: 1px 3px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
.cluster-group .list span {
	cursor: pointer;
}
.cluster-group .level0 {

}
.cluster-group .level0 li {
	padding-right: 0;
}

.cluster-group .level1 {
	margin-bottom: -5px;
	padding: 5px 0 0 16px;
}
.cluster-group .level1 li {
	padding-right: 0;
}
.cluster-group .level2 {
	padding: 5px 0 0 7px;
}
.cluster-group .level2 li {
	padding-right: 0;
}
.cluster-group .list li input {
	margin: -1px 5px 2px 0;
	_margin-right: 2px;
	_margin-top: 0;	
}
.cluster-group .list li .show, .cluster-group .list li .hide, .cluster-group .list li .loading {
	display: inline-block;
	width: 16px;
	height: 15px;
	margin: 1px 0 0;
	_margin-top: 2px;
	background: url(../images/cluster-group-show.gif) no-repeat 0 1px ;
	vertical-align: middle;
}
.cluster-group .list li .hide {
	background: url(../images/cluster-group-hide.gif)  no-repeat;
}
.cluster-group .list li .loading {
	padding: 0;
	background: url(../images/treeloading.gif) 0 0;
}
.cluster-group .list li:hover {
	background: #f5f9f9;
}
.cluster-group .list li tt {
	float: right;
}
.cluster-group .find {
	padding: 0 10px;
}
.cluster-group .find .input {
	width: 125px;
	height: 23px;
	padding: 0 5px;
	line-height: 21px;
	border: 1px solid #e3e3e3;
}
.cluster-group .find select {
	width: 63px;
	height: 23px;
	padding-left: 5px;
	line-height: 21px;
	border: 1px solid #e3e3e3;
	vertical-align: middle;
}
/*----left-cluster end----*/

.tools {
	width: 50px;	
	position: fixed;
	right: 5px;
	bottom: 100px;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,100)||15)-(parseInt(this.currentStyle.marginBottom,100)||0)));
	_position:absolute;
	z-index: 999;
}
.tools .tools-btn {
	position: relative;
	display: block;
	width: 28px;
	height: 40px;
	margin-bottom: -1px;
	padding: 8px 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: #27bde3;
	border-radius: 4px;
}

.cluster-selected {
	position: absolute;
	right: 48px;
	bottom: 0;
	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, .cluster-selected .submit-btn2 {
	float: left;
	width: 50px;
	height: 20px;
	padding: 3px 5px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #27bde3;
	border: 1px solid #27bde3;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}
.cluster-selected .submit-btn2 {
	float: none;
	display: inline-block;
	width: 80px;
}

.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;
}
.curr, .curr a {
	color: #fff!important;
}


.wz-more a, .wz-more span
{
	 background: #fff none repeat scroll 0 0;
	 border: 1px solid #cbcbcb;
	 color: #7f7f7f;
	 cursor: pointer;
	 display: block;
	 font-size: 14px;
	 line-height: 35px;
	 min-height: 35px;
	 padding: 10px;
	 text-align: center;
}
.wz-more .loading
{
	 background: #fff url("../images/loading.gif") no-repeat scroll 340px center;
}