﻿@charset "utf-8";
/*----reset----*/
body {
	color: #333333;
	/*font: 12px/16px Tahoma;*/
	font: 12px/16px;
	font-family: 'Microsoft YaHei','微软雅黑',Verdana, Geneva, sans-serif!important;
	/*font:14px 'Microsoft YaHei','微软雅黑',Verdana, Geneva, sans-serif!important;*/
	background: #fafafa;
}


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);
}
.sel-box {
	top: 28px;
}
i {
	font-family: FontAwesome;
}
.red{
	color: #FF0036!important;
}
.f30{font-size: 30px!important;}
.line28{line-height: 28px!important;}
/*----reset end----*/
/*----head body foot----*/
#header, #searcher, #body, #footer, #top {
	min-width: 1200px;
}
.l-width {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#top {
	position: relative;
	height: 1px;
	margin-top: -1px;
	z-index: 21;
}
#top ul {
	position: absolute;
	right: 28px;
	top: 12px;
}
#top li {
	float: right;
	margin-left: 7px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
#top li.login .icon-user, #top li.logout  .icon-user {
	display: inline-block;
	width: 23px;
	height: 20px;
	background: url(../../images/site/icon-user.png) no-repeat;
	vertical-align: middle;
}
#top li.login .icon-user:before, #top li.logout  .icon-user:before {
	display: none;
}
#newsSearchKey{
	height: 25px;
	background: #c1e1ff;
	border: 1px solid #c1e1ff;
}
#newssearch{
	position: absolute;
	background: none;
	border: none;
	right: 0;
	color: #878787;
}
#top a {
	color: inherit;
}
#top .alert {
	background: none;
}
#top .alert b {
	display: inline-block;
	position: relative;
	top: -2px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
}
#header {
	height: 120px;
	padding: 15px 0;
	color: #fff;
	background: url(../../images/site/search-bg.jpg) no-repeat center top #0084dc ;
	background-size: cover;
}
#header a {
	color: #fff;
}
#logo {
	position: absolute;
	overflow: hidden;
	float: left;
	height: 75px;
	padding: 3px 0;
	line-height: 73px;
}
#logo img {
	position: relative;
	top: 0;
	height: 60px;
	vertical-align: middle;
}
#logo span {
	font: 0/0 a;
	color: transparent;
}
#top-nav {
	float: right;
	margin: 16px 0 0;
}
#top-nav li {
	float: left;
	height: 89px;
	margin: 0;

}

#top-nav li a {
	display: inline-block;
	height: 89px;
	padding: 0 15px;
	font-size: 20px;
	line-height: 89px;
}
#top-nav li a span {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}
#top-nav li a:hover {

}

#top-nav li .current {
	position: relative;
	color: #fbbe2c

}
#top-nav li .current span {
	color: #fbbe2c
}

#top-nav li i {
	position: relative;
	top: -1px;
	font-size: 16px;
	margin-right: 4px;
	vertical-align: middle;
}
#top-nav .hs-sub {
	position: relative;
}
#top-nav .hs-sub > a:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	border-width: 5px 5px 0 5px;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	content: "";
}

#top-nav .hs-sub > a:hover, #top-nav .hs-sub:hover > a {
	color: #fff;

	/*background-image: url(../../images/site/class-guid-arrow-w.png);*/
	opacity: 1;
	filter:alpha(opacity=100);
}
#top-nav .hs-sub:hover > a:after {
	border-color: transparent transparent #fff ;
	border-width: 0px 5px 5px 5px;
}


#top-nav .hs-sub:hover .sub1 {
	display: block;
	min-width: 100%;
	-webkit-animation: sub-up .3s;
	animation: sub-up .3s;
}
#top-nav .hs-sub ul li {
	height: 30px;
}
#top-nav .hs-sub ul li a {
	display: block;
	height: 30px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	color: #fff;
}
#top-nav .hs-sub .sub1 {
	position: absolute;
	display: none;
	z-index: 10002;
	top:89px;
	background: rgba(0,0,0,.3);
	background: #0a7fec;
}
#top-nav .hs-sub .sub1 > li {
	position: relative;
	float: none;
	/* margin-bottom: 1px; */
	border-bottom: 1px solid #4291d8;
}
#top-nav .hs-sub .sub1 > li:hover {
	background: rgba(0,0,0,.3);
}
#top-nav .hs-sub .sub1 > li:hover .sub2 {
	display: block;
	-webkit-animation: sub-left .3s;
	animation: sub-left .3s;
}
#top-nav .hs-sub .hs-sub > a {
	background: url(../../images/site/top-nav-sub-arrow.png) no-repeat right 10px!important;
}

#top-nav .hs-sub .sub2 {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 115px;
	background: rgba(0,0,0,.3);
}
/**/

#searcher {
	padding-top: 20px;
	height: 270px;
	background: url(../../images/site/upload/search-bg2.jpg) no-repeat center -135px #0084dc;
	background-size: cover;

}

.search-box {
	position: relative;
	width: 1200px;
	height: 230px;
	margin: 0 auto;
	padding: 108px 0 0 210px;
	background: hsla(0,0%,100%,.5);
}
.search-sel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 80px;
	padding: 19px 0 19px 210px;
	background: hsla(0,0%,100%,.5);
}


.search-sel ul {
	margin: 0 -5px;
}
.search-sel li {
	float: left;
	position: relative;
	height: 40px;
	margin: 0 5px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #333;
	cursor: pointer;
	border-radius: 5px;
	z-index: 1;
}




.search-sel .current {
	top: 1px;
	color: #fff;
	background: #0187e0;
}

.search-input {
	position: relative;
	height: 53px;
}
.search-input input[type="text"], .search-input select, .search-input .sel, .search-input button {
	float: left;
	padding: 16px 10px;
	font-size: 18px;
	line-height: inherit!important;
	border: 0;
	border-radius: 0;
}
.search-input .sel {
	padding: 18px 10px 19px;
}

.search-input input[type="text"] {
	width: 680px;
	padding-left: 15px;
	background: #fff;

}
.input-type2 input[type="text"] {
	width: 547px;
}
.input-type3 input[type="text"] {
	width: 461px;
}
.search-input .class-view {
	position: absolute;
	top: 6px;
	right: 315px;
}
.search-input .class-view2 {
	position: absolute;
	top: 6px;
	right: 337px;
}
.search-input .class-view input {
	padding:9px 8px;
	font-size: 16px;
	background: #ddd;
	color: #555;
	border-color: #ccc;
	border-radius: 0;
}
.search-input .sel-box {
	top: 53px;
	left: 0;
}
.search-input .sel-box a {
	font-size: 14px;
	line-height: 24px;
}

.search-input button {
	position: relative;
	overflow: hidden;
	width: 75px;
	height: 53px;
	padding: 16px 0;
	text-align: center;
	text-indent: -200px;
	background: url(../../images/site/icon-search.png) no-repeat center #0187e0;
	border-color: #0187e0;
	border-radius: 0;
	border: none;
}
.search-input button:before {
	position: absolute;
	top: 19px;
	left: 13px;
	font-family: FontAwesome!important;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	opacity: 0;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002";
	animation: animX 1s cubic-bezier(0.36,0,0.64,1) -.5s infinite alternate, animY 1s cubic-bezier(0.36,0,0.64,1) 0s infinite alternate;
}
.search-input button.searching:before {
	opacity: 1;
}
.search-input button:last-child {
	margin-left: 10px;
	border-radius: 5px;
}


.search-input .search-adv, .search-input .search-help {
	float: left;
	width: 125px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 18px;
}
.search-input .search-adv {
	width: 95px;
	margin-left: 8px;
	padding: 9px 10px;
	line-height: 35px;
	color: #333;
	background: #e4e4e4;
	border-color: transparent;
	border-radius: 0;
}
#journalGuide {
	float: left;
}
.search-input .journal-guid {
	float: left;
	height: 40px;
	margin-left: 8px;
	padding: 9px 10px 9px 30px;
	font-size: 14px;
	line-height: 21px;
	color: #d73c3c;
	background: url(../../images/site/journal-guid.gif) 12px 13px no-repeat #fff;
	border: 1px solid #d73c3c;
	border-radius: 3px;
}

.search-input .search-help {
	margin-left: 20px;
}
.search-input .search-help a {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}
.search-input .search-help i {
	position: relative;
	top: 1px;
	margin-right: 5px;
	font-size: 15px;
	color: #95b848;
}
.search-filter {
	position: relative;
	font-size: 14px;
	line-height: 46px;
	display:none;
}
.search-filter a {
	margin-right: 10px;
	color: #333;
}
.search-filter a:hover {
	color: #006aad;
	text-decoration: underline;
}
.search-filter label {
	margin-right: 8px;
}
.search-filter .j-guid {
	position: absolute;
	right: 0;
}
.search-filter .j-guid a {
	text-decoration: underline;
}
.hot-search {
	font-weight: bold;
	margin-left: 5px;
	margin-right: 10px;
}
/*----head body foot end----*/

.article-type {
	display: inline-block;
	width: auto;
	height: 20px;
	margin-right: 5px;
	padding: 0 3px;
	font-size: 12px;
	font-weight: lighter;
	line-height: 19px;
	color: #fff;
	text-align: center;
	background: #10b2c1;
	border-radius: 2px;
	vertical-align: bottom;
}
.article-type:before {
	display: none;
}
.hy .article-type {
	background-color: #274b5c;
}
.xw .article-type {
	background-color: #a9090c;
}
.zl .article-type {
	background-color: #bf4b75;
}
.ww .article-type {
	background-color: #ffbd03;
}
.zz .article-type {
	background-color: #359a56;
}
.rw .article-type {
	background-color: #10b2c1;
}
.zt .article-type {
	background-color: #10b2c1;
}
.jg .article-type {
	background-color: #10b2c1;
}
.cm .article-type {
	background-color: #10b2c1;
}
.ly .article-type {
	background-color: #10b2c1;
}
.dq .article-type {
	background-color: #10b2c1;
}
.bz .article-type {
	background-color: #10b2c1;
}
.cp .article-type {
	background-color: #10b2c1;
}
.cg .article-type {
	background-color: #10b2c1;
}
.ts .article-type {
	background-color: #10b2c1;
}
.kt .article-type {
	background-color: #10b2c1;
}
.xm .article-type {
	background-color: #10b2c1;
}

.pages button {
	background: #a21e1e;
	border: 1px solid #a21e1e;
	vertical-align: middle;
	cursor: pointer;
}
.page .current {
	background: #a21e1e!important;
}

.alert:after {
	display: none;
}

#footer {
	clear: both;
	background: #0a5b9e;
	/* margin-top: 20px; */
	/* border-top: 1px solid #0a7fec; */
}
#footer .l-width {
	height: 140px;
}
#footer .content {
	position: relative;
	height: 140px;
	font-size: 13px;
	padding: 24px 0;
	padding-left: 325px;
	color: #eaeaea;
}
#footer .content a{
	color: #fff;
}
#footer .content:before, #footer .content:after {
	display: table;
	content: "";
	clear: both;
}
#footer .content h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
}
#footer .content .c-col {
	float: left;
	width: 535px;
}
#footer .content .c-col + .c-col {
	float: right;
	width: 330px;
}
#footer .content .c-col + .c-col p {
	width: 100%;
}
#footer .content p {
	float: left;
	width: 50%;
	margin: 0;
	line-height: 36px;
}

.footer-code {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 10;
}
.footer-code a {
	display: inline-block;
	padding: 5px;
	text-align: center;
	/* background-color: #fff; */
}
.footer-code a + a {
	margin-left: 15px;
}
.footer-code a img {
	width: 65px;
	height: 65px;
}
.footer-code a span {
	display: block;
	font-size: 12px;
	color: #f1f1f1;
	line-height: 30px;
}
.footer-code a span + span {
	color: #fff;
}
.footer-code-show {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 320px;
	margin-top: -160px;
	margin-left: -160px;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	z-index: 99999;
}
.footer-code-show img {
	width: 300px;
	height: 300px;
}
.footer-code-show .close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background-image: url('../../images/site/fancybox_sprite.png');
}




.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: fixed;
	left: 50%;
	top: 50%!important;
	width: 700px;
	min-height: 200px;
	_height: 200px;
	margin-left: -350px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 1000;
}*/
.layer-box .layer-title {
	height: 38px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 36px;
	background: #f4f5f3;
	border-bottom: 1px solid #d0d0d0;
}
.layer-box .layer-title span {
	padding-left: 7px;
	border-left: 5px solid #ae3928;
}
.layer-box .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px;
	font-size: 16px;
	color: #777;
	cursor: pointer;
}
.layer-box .layer-content {
	padding: 15px 20px;
}
.layer-box .input-box-title {
	background: transparent;
}
.layer-box .input-box-title a {
	color: #777;
}
.layer-box .input-box-title span, .layer-box .input-box-title .current {
	height: 30px;
	border: 1px solid #ccc;
}
.layer-box .journal-list li {
	background: #fefefe;
}
.layer-box .journal-list .added, .layer-box .journal-list .added a {
	font-weight: bold;
	color: #555!important;
}
.layer-box .journal-list .added {
	background: #f7f7f7;
}
.layer-box .content-input .input-line {
	margin-bottom: 15px;
}
.layer-box .content-input .stars {
	top: 11px;
	zoom: 0.8;
}
.layer-box .content-input .submit {
	text-align: center;
}
.layer-box .content-input .submit input {
	width: 100px;
	background: #d33c3c;
	border-color: #d33c3c; color:#FFFFFF;
}


.layer-box .content-input .input-label, .layer-box .content-input .input {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
.layer-box .content-input input {
	line-height: normal;
}
.layer-box .content-input .input-label {
	float: left;
	width: 7em;
	text-align: right;
}
.layer-box .content-input .input {
	margin-left: 7em;
}
.layer-box .input-group-btn button {
	height: auto;
	line-height: normal;
}
.layer-box .select-list {
	overflow-y: auto;
	zoom: 1;
	height: 145px;
	padding: 6px 8px;
	font-size: 12px;
	color: #303d3f;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
	vertical-align: middle;
}
.layer-box .select-list li {
	float: left;
	overflow: hidden;
	width: 50%;
	padding-right: 20px;
	line-height: 26px;
	text-overflow: ellipsis;
}
.layer-box .select-list li:hover {
	background: rgba(100,100,100,0.1);
}


.layer-box .lb-2 .input-label {
	width: 3em;
}
.layer-box .lb-2 .input {
	margin-left: 3em;
}
.layer-cnt {
	padding: 10px 20px;
}
.layer-cnt-h {
	height: 30px;
	margin-bottom: 15px;
	padding-left: 3px;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #4e4e4e;
	border-bottom: 1px solid #d0d0d0;
}

.gch-import .input button {
	vertical-align: top;
	margin-top: 2px;
}


.w-w1 {
	width: 10%;
}
.w-w2 {
	width: 20%;
}
.w-w3 {
	width: 30%;
}
.w-w4 {
	width: 40%;
}
.w-w5 {
	width: 50%;
}
.w-w6 {
	width: 60%;
}
.w-w7 {
	width: 70%;
}
.w-w8 {
	width: 80%;
}
.w-w9 {
	width: 90%;
}
.w-w10 {
	width: 100%;
}


.layer-box.w-w3 {
	margin-left: -15%
}
.layer-box.w-w4 {
	margin-left: -20%
}
.layer-box.w-w5 {
	margin-left: -25%
}
.layer-box.w-w6 {
	margin-left: -30%
}
.layer-box.w-w7 {
	margin-left: -35%
}
.layer-box.w-w8 {
	margin-left: -40%
}
.layer-box.w-w9 {
	margin-left: -45%
}
.layer-box.w-w10 {
	margin-left: -50%
}
.advance {

}
.advance .layer-title {
	height: 38px;
	padding-top: 4px;
	padding-left: 5px;
}
.advance .layer-title a {
	float: left;
	width: 100px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	color: #333;
}
.advance .layer-title a.current {
	line-height: 32px;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-bottom: 0;
	border-top: 3px solid #b31d0f;
}
.advance .search-list {
	clear: both;
	padding: 20px 0;
}
.advance .layer-cnt {
	padding: 0 20px;
}
.advance .layer-cnt .sel, .advance .layer-cnt .s, .advance .layer-cnt .t {
	float: left;
	width: 120px;
}
.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: 125px;
}


.advance .layer-cnt .s {
	width: 40px;
}
.advance .layer-cnt .s .sel-box {
	width: 40px;
}


.advance .layer-cnt .t {
	margin-right: 0;
}
.advance .layer-cnt .t .sel-box {
	width: 60px;
	z-index: 9999;
}
.advance .layer-cnt .t ul {
	overflow: auto;
	width: 76px;
	height: 174px;
}


.advance .layer-cnt .adv-object .input {
	float: left;
	position: relative;
	line-height: 30px;
}
.advance .layer-cnt .adv-object .input input {
	float: left;
	width: 450px;
	padding-right: 68px;
}
.advance .layer-cnt .input .class-view {
	position: absolute;
	right: 58px;
	top: 2px;
	padding: 3px 4px;
}
.advance .layer-cnt .input .class-view input {
	width: 81px;
	height: 21px;
	padding: 0 0 1px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	background: #bbbbbb;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
}
.advance .layer-cnt .input .in-sel {
	position: absolute;
	right: 6px;
	top: 2px;
	margin: 0 -5px 0 0;
	padding: 3px 4px;
	border-left: 1px dotted #bcbcbc;
}
.advance .layer-cnt .input .in-sel .disp {
	display: block;
	width: 50px;
	height: 21px;
	padding-right: 12px;
	font-size: 14px;
	line-height: 21px;
	line-height: 21px\9;
	*line-height: 21px;
	_line-height: 21px;
	text-align: center;
	color: #fff;
	background: url(../../images/site/ico-arrow.png) no-repeat 31px -79px #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: 4px;
	top: 25px;
	border: 0;
	background: transparent;
}
.advance .layer-cnt .input .in-sel .sel-box li {
	margin-bottom: 1px;
	border: 0;
}
.advance .layer-cnt .input .in-sel .sel-box li a {
	width: 50px;
	height: 24px;
	margin-bottom: 1px;
	padding: 0;
	padding-right: 12px;
	font-size: 14px;
	line-height: 24px;
	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: 31px;
	height: 30px;
	margin-top: -10px;
	left: 33px;
	background: url(../../images/site/sel-op.png)  0 0 no-repeat;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
	cursor: pointer;
}
.advance .layer-cnt .cut {
	left: auto;
	right: 36px;
	background: url(../../images/site/sel-op.png) right 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 {
	overflow: auto;
	height: 75px;
}
.advance .layer-cnt .class-sel li {
	float: left;
	width: 182px;
	line-height: 24px;
}


.advance .easy-select-box .easy-select-box-disp {
	height: 26px;
	line-height: 24px;
}

.advance .format-intro {
	clear: both;
	padding: 5px;
	font-family: icon;
	color: #777;
}
.advance .format-intro p {
	min-height: inherit;
	margin: 0 0 1em;
	line-height: 20px;
}
.advance .factor-input .input-area {
	width: 100%;
	height: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	background: url(../../images/site/adv-area-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}

.advance p, .advance .sinput-top, .advance .sinput, .advance .sel-op, .advance .filter, .advance .submit {
	min-height: 30px;
	_height: 30px;
	margin-bottom: 15px;
	line-height: 30px;
}
.advance .layer-cnt .sel {
	padding: 4px 6px;
	background-position: right 5px;
}
.advance .layer-cnt strong {
	float: left;
	font-weight: lighter;
	line-height: 30px;
}
.advance .layer-cnt span {
	float: left;
	margin: 0 5px;
	line-height: 30px;
}
.advance .layer-cnt label {
	margin-right: 10px;
}
.advance .sinput-top {
	padding-left: 110px;
}
.advance .sinput {
	padding-left: 62px;
}
.advance .sel-op {
	position: relative;
	display: block;
	height: 1px;
	min-height: 1px;
	margin-top: -35px;
	padding-left: 3px;
	font-size: 1px;
	line-height: 1px;
	z-index: 999;
}
.advance .layer-cnt-h {
	clear: both;
	height: 30px;
	margin-bottom: 5px;
	padding-left: 3px;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #4e4e4e;
	border-bottom: 1px solid #d0d0d0;
}
.advance .factor-input {
	padding: 10px 0 0;
	margin-bottom: 15px;
}
.advance .layer-cnt .t .complex {
	width: 639px;
	border: 1px solid #ddd;
}
.advance .layer-cnt .t .complex ul {
	overflow: auto;
	width: 637px;
	height: 150px;
	padding: 5px 0;
	zoom: 1;
}
.advance .layer-cnt .t .complex li {
	float: left;
	margin: 0 8px;
	border: 0;
}

.advance .submit {
	_margin-bottom: 0;
	padding: 0;
	text-align: center;
	background: transparent;
}
.advance .submit .btn-s {
	width: 100px;
	margin: 0 10px;
	color: #fff;
	background: #f93549;
	border-color: #f93549;
}
.advance .submit .btn-c {
	display: inline-block;
	width: 100px;
	margin: 0 10px;
	padding: 6px 5px;
	font-size: 14px;
	color: #555;
	background: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}
.advance .submit .btn-g {
	display: inline-block;
	width: 100px;
	margin: 0 10px;
	padding: 6px 5px;
	font-size: 14px;
	color: #fff;
	background: #999;
	border: 0;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}

.post-bug-right {
	position: fixed;
	left: 50%;
	margin-left: 610px;
	top: 310px;
	z-index: 999;
}
.post-bug-right a {
	display: block;
	width: 35px;
	height: 99px;
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: url(../../images/site/post-bug-bg.png) no-repeat;
}
.post-bug-box {
	display: none;
	position: fixed;
	left: 50%;
	top: 250px;
	width: 600px;
	min-height: 350px;
	_height: 350px;
	margin-left: -300px;
	padding: 10px 50px 25px;
	background: #ffffff;
	border: 3px solid #4dc0dd;
	border-radius: 3px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
.post-bug-box .close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 16px;
	color: #777;
	cursor: pointer;
}
.post-bug-box .close i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../../images/site/bug-close.png) no-repeat;
}
.post-bug-box .close i:before {
	display: none;
}
.post-bug-box .bug-title {
	height: 76px;
	padding-top: 25px;
	padding-left: 85px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	font-size: 18px;
	color: #e96326;
	background: url(../../images/site/bug-pic.png) no-repeat left top;
}
.post-bug-box .bug-title span {
	display: block;
	font-family: Arial;
	font-size: 12px;
	color: #424242
}
.bug-cnt p {
	position: relative;
	margin: 0;
	padding: 8px 0;
}
.bug-cnt .label {
	display: inline-block;
	width: 7em;
	height: 30px;
	line-height: 28px;
	font-weight: lighter;
	text-align: right;
	vertical-align: top;
}
.bug-cnt p input[type="text"], .bug-cnt p textarea {
	width: 385px;
	height: 30px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.bug-cnt p textarea {
	height: 76px;
	line-height: 22px;
}
.post-bug-box .submit {
	margin: 0;
	padding: 0;
	padding-left: 7em;
	text-align: left;
	background: transparent;
}
.post-bug-box .submit .btn-s {
	width: 80px;
	height: 28px;
	text-align: center;
	color: #fff;
	background: #4dc0dd;
	border: 0;
}
.post-bug-box .submit .tip {
	display: inline-block;
	height: 28px;
	margin-left: 5px;
	line-height: 26px;
	color: #808080;
}


[class^="text-"]:after, [class*=" text-"]:after {
	height: 20px;
	padding: 2px 4px;
	font-size: 14px;
	color: #fff!important;
	background-color: #4993f9;
	border: 0;
	border-radius: 2px!important;
}

.text-book:after {
	color: #ce712e;
	background-color: #ce712e;
	border-radius: 0;
}
.text-paper:after {
	color: #2c8dba;
	background-color: #2c8dba;
}
.text-journal:after {

	color: #a352a8;
	background-color: #a352a8;

}
.text-standard:after {

	color: #479a61;
	background-color: #479a61;

}
.text-article:after {

	color: #1ba6b5;
	background-color: #4993f9;

}


/*-- ������??��css --*/
.jconfirm-box-container {
	width: 300px;
	margin: 0 auto;
}
.jconfirm-box-container .btn-default {
	color: #fff!important;
	background: #a21e1e;
}
.jconfirm-box-container .btn-cancel {
	color: #fff!important;
	background: #999;
}
.jconfirm-box-container .btn-cancel:hover {
	background: #ddd;
}
.jconfirm .jconfirm-box div.title-c {
	margin: 0 -5px;
	margin-bottom: 15px;
	padding: 0 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.jconfirm .jconfirm-box div.title-c .title {
	padding-left: 10px;
	padding-bottom: 0!important;
	font-size: 18px!important;
	font-family: microsoft yahei!important;
	border-left: 5px solid #a21e1e!important;
}

.icon-all-empty:before {
	position: relative;
	top: 2px;
	display: inline-block!important;
	content: " ";
	width: 11px;
	height: 13px;
	background: url(../../images/site/icon-all-empty.gif) no-repeat center;
}

.icon-heart {
	color: #DF4141!important;
}

.libs-top.zt {
	margin-top: 20px;
}
/*检索学科分类号*/
.subject-filter .layer-cnt:before, .subject-filter .layer-cnt:after {
	display: table;
	content: "";
	clear: both;
}
.subject-filter .left {
	float: left;
	width: 400px;
}
.subject-filter .right {
	float: right;
	width: 300px;
}
.subject-filter .right select {
	height: 301px;
	border: 0;
	background: transparent;
}
.subject-filter .selection {
	position: absolute;
	left: 420px;
	top: 40px;
	width: 98px;
	text-align: center;
	padding: 109px 10px;
}
.subject-filter .selection a {
	display: inline-block;
	width: 40px;
	height: 22px;
	margin: 10px 0;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	line-height: 20px;
	line-height: 24px\9;
	color: #fff;
	background: #a21e1e;
	border: 1px solid #a21e1e;
	border-radius: 2px;
}
.subject-filter .box-class {
	padding: 5px;
	background: #fafafa;
	border: 1px solid #e4e4e4;
}

/*左侧聚类工具*/
.cluster-tools {
	width: 50px;
	position: fixed;
	left: 50%;
	top: 475px;
	/*_top: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,50%)||15)-(parseInt(this.currentStyle.marginBottom,50%)||0)));
	_position: absolute;*/
	margin-left: -650px;
	z-index: 999;
}
.cluster-tools a {
	position: relative;
	display: block;
	width: 42px;
	padding: 5px 4px 5px 5px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	background: #d73c3c;
	border-radius: 4px;
	border: 1px solid #ba3f3f;
}
.cluster-tools a .sel-num {
	position: absolute;
	right: 30px;
	top: -7px;
	padding: 2px 4px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	letter-spacing: 0;
	white-space: nowrap;
	background: #a9090c;
	border-radius: 8px;
}

/*右侧导航*/
.right-tools {
	position: fixed;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
	z-index: 99;
	transition: all .3s;
	-webkit-transition: all .3s;
}


.right-tools .pic li {
	padding: 6px 0;
}
.right-tools .pic a {
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 10px 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #3e7de2;
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	border-radius: 5px;
	vertical-align: bottom;
}

.right-tools .pic a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	background: url(../../images/site/icon-tools.png) no-repeat;
	background-position-x: left;
}
.right-tools .num {
	position: relative;
}
.right-tools .num:before {
	position: absolute;
	left: 10px;
	top: 35px;
	bottom: 35px;
	width: 2px;
	background: #cfcfcf;
	content: "";
}
.right-tools .num a {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	padding-left: 35px;
	font-size: 20px;
	font-style: italic;
	text-shadow: 1px 0 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff,0 1px 0 #fff;
	color: #333333;
	line-height: 70px;
	vertical-align: middle;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.right-tools .num a:before {
	position: absolute;
	left: 4px;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-left: 2.5px;
	margin-top: -3.5px;
	background-color: #797979;
	border-radius: 100%;
	z-index: 2;
	content: "";
}
.right-tools .num a:after {
	position: absolute;
	left: 4px;
	top: 50%;
	width: 13px;
	height: 13px;
	margin-top: -6.5px;
	background-color: #f5f5f5;
	border-radius: 100%;
	z-index: 1;
	content: "";
}
.right-tools .num .current a {
	font-size: 28px;
	color: #e2582e;
}
.right-tools .num .current a:before {
	background-color: #e2582e;
}


/*404 500*/
#body.alert {
	overflow: hidden;
	min-height: 620px;
	background: url(../../images/site/alert-bg.png) repeat-x top;
}

#body.alert p {
	font-size: 18px;
	line-height: 38px;
}
#body.alert p a.btn {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 24px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background: #a21e1e;
	border: 0;
	border-radius: 0;
}
#body.alert .erro404 {
	left: 50%;
	top: 0;
	width: 760px;
	height: 630px;
	margin-left: -380px;
	padding: 20px 0 0;
	background: url(../../images/site/404.png) no-repeat center bottom;
}

#body.alert .erro500 {
	left: 50%;
	top: 0;
	width: 760px;
	height: 495px;
	margin-left: -380px;
	padding: 20px 0 0;
	background: url(../../images/site/500.png) no-repeat right bottom;
}
#body.alert .erro500 {
	padding-top: 170px;
	padding-right: 450px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
#body.alert .erro500 h1 {
	color: #ce9001;
	font-size: 54px;
	font-weight: bold;
}
#body.alert .erro500 h2 {
	margin-top: -15px;
	font-size: 24px;
}


#body.alert .erro500 p {
	font-size: 14px;
	line-height: 24px;
}
#body.alert .erro500 p a.btn {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 24px;
	color: #c19828;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border: 1px solid #c19828;
	border-radius: 0;
}



#body.alert .erro403 {
	left: 50%;
	top: 0;
	width: 760px;
	height: 495px;
	margin-left: -380px;
	padding: 20px 0 0;
}
#body.alert .erro403 {
	padding-top: 170px;
	padding-right: 450px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
#body.alert .erro403:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 376px;
	height: 376px;
	margin-top: -155px;
	background: url(../../images/site/403-1.png) no-repeat;
	content: "";
	animation: roll 10s infinite;
}
#body.alert .erro403:after {
	position: absolute;
	right: -25px;
	top: 50%;
	width: 168px;
	height: 320px;
	margin-top: -168px;
	background: url(../../images/site/403-2.png) no-repeat;
	content: "";
}

#body.alert .erro403 h1 {
	color: #ce9001;
	font-size: 54px;
	font-weight: bold;
}
#body.alert .erro403 h2 {
	margin-top: 10px;
	font-size: 24px;
}


#body.alert .erro403 p {
	font-size: 14px;
	line-height: 24px;
}
#body.alert .erro403 p a.btn {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 24px;
	color: #c19828;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border: 1px solid #c19828;
	border-radius: 0;
}


@media screen and (max-width: 1427px) {
	.right-tools {
		right:50%;
		margin-right: -670px;
	}
}
@media screen and (max-width: 1360px) {
	.right-tools {
		right:0;
		margin-right:-70px;
	}
	.right-tools:hover {
		margin-right: 0;
	}
	.right-tools:hover span {
		opacity: 0;
		left: 70px;
	}
	.right-tools span {
		left: -25px;
		opacity: 1;
	}
}
@media screen and (max-width: 1314px) {
	.cluster-tools {
		left: 7px;
		margin-left: 0;
	}
}


/*高级检索组件样式修正*/
.layui-layer-tab .layui-layer-title span.layui-this {
	height: auto;
}



#adv1 {
	position: relative;
	min-width: 1200px;
	text-align: center;
	animation: dropdown 1s;
}
#adv1 .close {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: 570px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #555;
	border-radius: 100%;

}


/*css3 动画*/

@keyframes animX{
	0% {left: 9px;}
	100% {left: 15px;}
}
@keyframes animY{
	0% {top: 8px;}
	100% {top: 15px;}
}
@keyframes roll {
	0% {transform: rotate(0deg)}
	100% {transform: rotate(360deg)}
}
@keyframes dropdown {
	0% { height: 0}
	100% { height: 126px}
}


/*颜色调整*/
/*背景*/
.news-guid h2,
.main-site,
.news-guid li.current, .news-guid li:hover,
.web-site i:before,
.cluster-group h3.current,
.search-refine .refine-submit .submit,
.database-list .links a,
.page .current,
.cluster-tools a,
.news-list dl:hover .time {
	background-color: #0187e0!important;
}
/*字体*/
.web-site,
.guid-display .web-site .current,
.database-edit-list .tile-h2, .database-list .tile-h2, .tile-h2 {
	color: #0187e0!important;
}
/*边框*/
.guid-display .web-site,
.journal-class-list .class-box h2 .s1,
.search-refine .refine-submit .submit,
.cluster-tools a {
	border-color: #0187e0!important;
}

a.news:after{
	content: "";
	display: inline-block;
	height: 15px;
	width: 26px;
	background:url("../../images/site/new.png") center no-repeat;
	vertical-align: text-top;
	margin-left: 6px;

}

#footer .content p img {
	vertical-align: middle;
}
