﻿@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;
}

#body {
	/* padding-bottom:30px; */
}

.l-width {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/*--顶部(用户登录 和 站内搜索)--*/
#top {
	position: relative;
	height: 1px;
	margin-top: -1px;
	z-index: 19;
}

	#top ul {
		position: absolute;
		left: 0;
		top: 8px;
		display: block;
		width: 100%;
	}

	#top li {
		float: left;
		margin-left: 7px;
		color: #fff;
		font-family: microsoft yahei !important;
		font-size: 12px;
		line-height: 20px;
	}

	#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;
		}

	#top #site-search {
		position: relative;
		padding-left: 10px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

		#top #site-search:before {
			position: absolute;
			top: 4px;
			bottom: 3px;
			left: 0;
			border-left: 1px solid #fff;
			opacity: 0.3;
			content: "";
		}

		#top #site-search input[type="text"] {
			width: 150px;
			height: 20px;
			padding: 2px 25px 2px 7px;
			font-size: 12px;
			line-height: 16px;
			color: #fff;
			background: #bc2d2d;
			vertical-align: top;
			border: 0;
			border-radius: 5px;
		}

			#top #site-search input[type="text"]::-webkit-input-placeholder {
				color: rgba(255, 255, 255, 0.6);
			}

			#top #site-search input[type="text"]::-moz-placeholder {
				color: rgba(255, 255, 255, 0.6);
			}

			#top #site-search input[type="text"]::-ms-input-placeholder {
				color: rgba(255, 255, 255, 0.6);
			}

		#top #site-search button {
			position: absolute;
			right: 0;
			top: 0;
			width: 20px;
			height: 20px;
			padding: 0;
			color: #fff;
			text-align: center;
			background: transparent;
			border: 0;
		}

			#top #site-search button i {
				margin-right: 0;
				font-size: 14px;
			}

/*--顶部end--*/
/*--头部(logo 和 栏目)--*/
#header {
	height: 100px;
	color: #fff;
	/*    border-top: 6px #075ad6 solid;*/
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 0px;
	background: #1d45a4;
}

	#header a {
		color: #fff;
	}

#logo {
	position: absolute;
	overflow: hidden;
	float: left;
	/* height: 75px; */
	/* padding: 3px 0; */
	line-height: 100px;
	top: 0;
}

	#logo img {
		position: relative;
		/*    top: -3px;*/
		height: 62px;
		width: auto;
		vertical-align: middle;
	}

	#logo span {
		font: 0/0 a;
		color: transparent;
	}

.top-tis {
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 10px;
	color: #333;
	display: none;
}

	.top-tis a {
		font-weight: bold;
		text-decoration: underline;
		color: #075ad6 !important;
	}
/* 操作 */
.top-box {
	height: 30px;
	position: absolute;
	right: 0;
	top: 15px;
}

	.top-box li {
		float: left;
		padding: 0 15px;
		border-right: 1px solid #d9d9d9;
	}

		.top-box li:last-child {
			border: none;
		}

		.top-box li img {
			margin-right: 5px;
			vertical-align: sub;
		}

		.top-box li span a {
			color: #fff;
			padding-left: 5px;
		}
/*--栏目--*/
#top-nav {
	float: right;
	margin: 45px 0 0 0;
}

	#top-nav li {
		position: relative;
		float: left;
		height: 55px;
		font-size: 14px;
		line-height: 40px;
		padding-bottom: 15px;
		min-width:120px;
	}

		#top-nav li:first-child {
			border-left: 0;
		}

		#top-nav li i {
			position: relative;
			top: -1px;
			font-size: 16px;
			margin-right: 4px;
			vertical-align: middle;
		}

	#top-nav .nav-search {
		position: relative;
		top: 1px;
		padding: 1px 10px;
		border-right: 0;
	}

		#top-nav .nav-search + li {
			border-left: 0;
		}

		#top-nav .nav-search .search-box {
			width: 170px;
			height: 22px;
			padding: 0;
			color: #eac5c5;
			font-size: 12px;
			background: #b93b3b;
			border: 1px solid #941a1a;
			border-radius: 11px;
		}

		#top-nav .nav-search input[type="text"] {
			float: left;
			width: 146px;
			height: 20px;
			padding: 0 10px;
			line-height: 18px;
			color: #fff;
			background: transparent;
			border: 0;
			font-size: 12px;
		}

		#top-nav .nav-search ::-webkit-input-placeholder {
			/* WebKit browsers */
			color: #eac5c5;
		}

		#top-nav .nav-search :-moz-placeholder {
			/* Mozilla Firefox 4 to 18 */
			color: #eac5c5;
		}

		#top-nav .nav-search ::-moz-placeholder {
			/* Mozilla Firefox 19+ */
			color: #eac5c5;
		}

		#top-nav .nav-search :-ms-input-placeholder {
			/* Internet Explorer 10+ */
			color: #eac5c5;
		}

		#top-nav .nav-search button {
			float: left;
			width: 22px;
			height: 22px;
			color: #eac5c5;
			background: transparent;
			border: 0;
		}

			#top-nav .nav-search button i {
				top: -2px;
				font-size: 10px;
			}

	#top-nav .login,
	#top-nav .logout {
		border-right: 0;
	}

	#top-nav .alert {
		margin: 0 10px;
		padding: 0;
		line-height: 20px;
		background: transparent !important;
	}

		#top-nav .alert b {
			display: inline-block;
			position: relative;
			top: -1px;
			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;
		}

	#top-nav li a {
		padding: 0 35px;
		font-size: 16px;
		color: #fff;
		line-height: 30px;
	}
/*顶部检索框*/
.int {
	position: absolute;
	right: 0;
	top: 24px;
	width: 206px;
	height: 34px;
	display: none;
	z-index:99;
}

	.int input {
		width: 160px;
		height: 30px;
		border: 1px #075ad6 solid;
		line-height: 30px;
		font-size: 13px;
		outline: none;
		float: left;
		border-radius: 0;
	}

	.int button {
		width: 46px;
		height: 30px;
		vertical-align: top;
		border-radius: 0;
		line-height: 1;
		background: #075ad6;
		border: none;
		font-size: 13px;
	}

	.int input:focus {
		border: 1px #075ad6 solid;
	}

	.int input:hover {
		border: 1px #075ad6 solid;
	}

#top-nav li a img {
	vertical-align: middle;
}

#top-nav .hs-sub {
	position: relative;
	margin-right: 8px;
}

	#top-nav .hs-sub > a {
		background: url(../../images/site/class-guid-arrow-w.png) no-repeat right center;
		padding-right: 14px;
	}

		#top-nav .hs-sub > a:hover,
		#top-nav .hs-sub:hover > a {
			background-image: url(../../images/site/class-guid-arrow-w.png);
		}

	#top-nav .hs-sub:hover .sub1 {
		display: block;
		min-width: 100%;
		-webkit-animation: sub-up 0.3s;
		animation: sub-up 0.3s;
	}

	#top-nav .hs-sub ul li {
		height: 30px;
	}

		#top-nav .hs-sub ul li a {
			display: block;
			height: 30px;
			padding: 0 22px;
			font-size: 14px;
			line-height: 30px;
			white-space: nowrap;
		}

	#top-nav .hs-sub .sub1 {
		position: absolute;
		display: none;
		z-index: 10002;
		top: 60px;
		background: #fff;
		border-top: 3px solid #1279c4;
	}

		#top-nav .hs-sub .sub1 > li {
			position: relative;
			float: none;
			margin: 0;
		}

			#top-nav .hs-sub .sub1 > li:hover {
				background: #d4e5f8;
			}

				#top-nav .hs-sub .sub1 > li:hover .sub2 {
					display: block;
					-webkit-animation: sub-left 0.3s;
					animation: sub-left 0.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: #f0e0c9;
	}

#top-nav li.current:after {
	/* content: ""; */
	display: block;
	width: 30px;
	height: 4px;
	background-color: #1279c4;
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -15px;
}

/*--旧版入口--*/
/*
#top-nav .old {
	margin-right: -4px;
	padding-right: 0;
	border: 0;
}
#top-nav .old a {
	display: inline-block;
	width: 65px;
	height: 24px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	background: #c3533e;
	border-radius: 3px;
}*/
/*--栏目end--*/
/*--头部end--*/
/*--搜索区域--*/
#searcher {
	/* height: 200px; */
	background: url(../../images/site/upload/search-bg3.jpg) no-repeat center top -28px #fff;
	background-size: cover;
	/* border-bottom: 8px solid hsla(0,0%,100%,.5); */
	padding: 15px 0;
	/* background-color: #77aaf7; */
	box-shadow: 0 0 38px 7px rgba(0, 0, 0, 0.1);
}

	#searcher .l-width {
		/* background: url(../../images/site/search-pic.png) 1075px 80px no-repeat; */
		margin-top: 95px;
	}

.search-box {
	width: 1024px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
}

.search-sel {
	position: relative;
	width: 970px;
	height: 27px;
	margin-bottom: 20px;
}

	.search-sel li {
		float: left;
		position: relative;
		height: 40px;
		margin: 0 5px;
		padding: 0 10px;
		line-height: 40px;
		color: #333;
		cursor: pointer;
		/* background: rgba(255, 255, 255, 0.9); */
		border-radius: 5px;
		/*text-shadow: 0 6px 4px rgba(0, 0, 0, 0.15);*/
	}

	.search-sel li {
		min-width: 74px;
		font-size: 17px;
		text-align: center;
		z-index: 1;
		/* font-weight:  bold; */
	}

	.search-sel .current {
		top: 1px;
		/* color: #333333; */
		/* background: #98a8bb!important; */
		/* color: #fff; */
	}

		.search-sel .current span:before {
			border-top: 7px solid rgba(0, 0, 0, 0.2);
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			/* content: ""; */
			display: inline-block;
			left: 50%;
			margin-left: -7px;
			position: absolute;
			bottom: -7px;
		}

		.search-sel .current span:after {
			border-top: 6px solid #98a8bb !important;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			/* content: ""; */
			display: inline-block;
			left: 50%;
			margin-left: -6px;
			position: absolute;
			bottom: -6px;
		}

.search-input {
	position: relative;
	height: 55px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

	.search-input input[type="text"],
	.search-input select,
	.search-input .sel,
	.search-input button {
		float: left;
		/* height: 50px; */
		/* padding: 20px; */
		line-height: inherit !important;
		border-radius: 0;
		box-shadow: 0 5px 3px rgba(19, 53, 86, 0.2);
	}

	.search-input .sel {
		background-position: right 24px;
		font-size: 14px;
		color: #666;
		/* line-height: 20px!important; */
		padding-left: 12px;
		/* background: url(../../images/site/fdj.png) left 20px top 8px no-repeat #075ad6; */
		width: 125px !important;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		margin-right: -125px;
		box-shadow: none;
		height: 36px;
		margin-top: 7px;
		border: none;
		border-right: 1px #ddd solid;
		text-align: center;
	}

		.search-input .sel a {
			line-height: 28px;
		}

	.search-input input[type="text"] {
		width: 826px !important;
		padding-left: 16px;
		padding-right:180px;
		/* background: url(../../images/site/search-input-icon.png) no-repeat 15px 15px #fff; */
		box-shadow: none;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		/* box-shadow: 0 20px 40px rgba(0,0,0,0.15); */
		margin-left: -1px;
	}

.input-type2 input[type="text"] {
	width: 826px !important;
	padding-left: 140px;
}

.input-type3 input[type="text"] {
	width: 779px;
}

.search-input .class-view {
	position: absolute;
	top: 6px;
	right: 205px;
}

.search-input .class-view2 {
	position: absolute;
	top: 6px;
	right: 310px;
}

.search-input .class-view input {
	padding: 11px 8px;
	font-size: 14px;
	background: #ddd;
	color: #555;
	border-color: #ccc;
}

.search-input .sel-box {
	top: 43px;
}

.search-input button {
	position: absolute;
	width: auto !important;
	font-size: 18px;
	text-align: center;
	border: 0;
	/* border-top-right-radius: 4px; */
	/* border-bottom-right-radius: 4px; */
	background: #fff !important;
	color: #fff;
	box-shadow: none;
	padding: 0 24px;
	transition: 0.3s;
	top: 20px;
	right: 125px;
	border-right: 1px solid #ddd;
}

	.search-input button:hover {
		/* background: #1a488b !important; */
	}

	.search-input button:before {
		position: absolute;
		top: 11px;
		left: 13px;
		font-family: FontAwesome !important;
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
		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) -0.5s infinite alternate, animY 1s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
	}

.search-input .search-adv,
.search-input .search-help {
	float: left;
	height: 50px;
	line-height: 70px;
	font-size: 18px;
}

.search-input .search-adv {
	width: 125px;
	/* margin-left: 5px; */
	line-height: 20px;
	height: 20px;
	color: #333;
	text-align: center;
	/* background: #fff; */
	border-radius: 6px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	/* box-shadow: 0 20px 40px rgba(0,0,0,0.15); */
	position: absolute;
	font-size: 14px;
	top: 20px;
	right: 0;
}

	.search-input .search-adv:hover {
		opacity: 1;
	}

#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 {
	display: none;
	position: relative;
	width: 800px;
}

	.search-filter label {
		margin-right: 8px;
	}

	.search-filter .j-guid {
		position: absolute;
		right: 0;
	}

		.search-filter .j-guid a {
			text-decoration: underline;
		}

/*--条件筛选end--*/
.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;
}

/*--文献类型 end--*/

.alert:after {
	display: none;
}

#footer {
	clear: both;
	background: url("../../images/site/footbg.png") top no-repeat;
	padding-top: 110px;
	height: 414px;
}

	#footer .content {
		position: relative;
		padding: 13px 0;
	}

		#footer .content:before,
		#footer .content:after {
			display: table;
			content: "";
			clear: both;
		}

		#footer .content p {
			float: left;
			width: 100%;
			margin: 0;
			line-height: 25px;
			color: #fff;
			font-size: 12px;
			text-align: center;
		}

.footer-code {
	position: absolute;
	right: 0;
	top: 0;
	height: 100px;
	margin-top: 60px;
}

	.footer-code a {
		display: inline-block;
		width: 70px;
		height: 100px;
		padding: 0 5px;
		text-align: center;
		color: #000;
	}

		.footer-code a img {
			width: 90px;
			height: 90px;
			/* margin-top: 3px; */
			float: left;
		}

		.footer-code a span {
			display: block;
			width: 16px;
			/* border: 1px #f00 solid; */
			float: left;
			margin-top: 4px;
			text-align: center;
			margin-left: 4px;
		}

			.footer-code a span + span {
				color: #666;
			}

.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: 3.5em;
}

.layer-box .lb-2 .input {
	margin-left: 3.5em;
}

.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%;
}

/*--其他弹出框样式end--*/
/*--高级检索--*/

.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: #0651c1;
			border-color: #0652c4;
		}

		.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;
		}

/*--高级检索end--*/

/*--右侧悬浮--*/
.post-bug-right {
	position: fixed;
	right:50px ;
/*	margin-left: 610px;*/
	top: 50%;
	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;*/
		background: #1d45a4;
	}

.direct-database-right {
	position: fixed;
	left: 50%;
	margin-left: 610px;
	top: 420px;
	z-index: 999;
}

.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;
		}

/*--右侧悬浮end--*/

/*.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 {
	padding: 2px;
	font-size: 12px;
}

.text-book:after {
	color: #ffffff;
	border-color: #b73b14;
	/* border-radius: 0; */
	background-color: #b73b14;
}

.text-paper:after {
	color: #2c8dba;
	border-color: #2c8dba;
}

.text-journal:after {
	color: #a352a8;
	border-color: #a352a8;
}

.text-standard:after {
	color: #479a61;
	border-color: #479a61;
}

.text-article:after {
	color: #ffffff;
	border-color: #b73b14;
	background-color: #b73b14;
}

.text-information:after {
	color: #1ba6b5;
	border-color: #1ba6b5;
}

/*-- ������??��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: absolute;
	left: 50%;
	top: 50%;
	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: #075ad6;
		border-radius: 4px;
		border: 1px solid #075ad6;
	}

		.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;
		}

/*--左侧聚类工具end--*/

/*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: #075ad6;
			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;
			}

/*404 500 end*/

@media screen and (max-width: 1310px) {
	.post-bug-right {
		left: auto;
		margin: 0;
		right: 9px;
	}
}

/*高级检索组件样式修正*/
.layui-layer-tab .layui-layer-title span.layui-this {
	height: auto;
}

/*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);
	}
}

/*底部样式*/
.index-tail {
	/* background: url("../../images/site/footer-bg.jpg") top center no-repeat; */
	height: 90px;
	background: #b72936;
}

.index-tail-content {
	/* padding: 32px 516px 15px 0; */
}

	.index-tail-content h2 {
		font-size: 24px;
		font-weight: normal;
		color: #424242;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.index-tail-content ul {
		/* margin-bottom: 32px; */
	}

	.index-tail-content li {
		display: inline-block;
		line-height: 24px;
		color: #525252;
		/* width: 90px; */
		/* text-align: left; */
		font-size: 14px;
	}

		.index-tail-content li:after {
			display: inline-block;
			padding: 0 10px;
		}

		.index-tail-content li:last-child:after {
			display: none;
		}

		.index-tail-content li a {
			color: inherit;
			font-size: 14px;
			/* border: 1px #f00 solid; */
			padding-right: 16px;
			text-transform: lowercase;
			color: #fff;
		}

	.index-tail-content ul:nth-of-type(1) {
		/* border: 1px #f00 solid; */
		/* border-top: 1px #d3d3d3 solid; */
		/* border-bottom: 1px #d3d3d3 solid; */
		padding: 30px 0;
	}

	.index-tail-content ul li {
		/* width: 153px; */
		line-height: 30px;
	}

	.index-tail-content ul:last-child li:last-child {
	}

#footer .bott-box ul li {
	float: left;
	border: 1px #b6b6b6 solid;
	width: 220px;
	height: 112px;
	padding: 8px 24px;
	margin-top: 6px;
	text-align: center;
}

	#footer .bott-box ul li h3 {
		font-size: 14px;
		font-weight: normal;
		line-height: 34px;
		padding-left: 10px;
		text-align: left;
	}

	#footer .bott-box ul li img {
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
		margin-right: 8px;
	}

	#footer .bott-box ul li .b-r {
		display: inline-block;
		text-align: center;
		font-size: 24px;
	}

		#footer .bott-box ul li .b-r span {
			font-size: 24px;
			/* line-height: 14px; */
			/* border: 1px #f00 solid; */
		}

		#footer .bott-box ul li .b-r em {
			font-size: 14px;
		}

		#footer .bott-box ul li .b-r div:last-child {
			font-size: 14px;
		}

		#footer .bott-box ul li .b-r div {
			height: 30px;
			width: 100%;
		}

	#footer .bott-box ul li:first-child {
		border-right: none;
	}

.bott-box a {
	float: left;
	border: 1px #b6b6b6 solid;
	width: 220px;
	height: 112px;
	padding: 11px 36px;
	margin-top: 30px;
}

	.bott-box a.wx {
		border-right: none;
	}

.bott-box {
	/* padding-bottom: 20px; */
	width: 440px;
	/* padding-top: 30px; */
}

.foot-copy {
	background-color: #b72936;
	/* display: none; */
	margin-top: 86px;
}

.index-tail-content ul:last-child li:last-child a {
	text-transform: uppercase;
}

.bott-box ul:after {
	content: "";
	display: block;
	clear: both;
}

.bott-box:after {
	content: "";
	display: block;
	clear: both;
}

/*底部样式end*/
.lib h2,
.push h2,
.subscriptions h2,
.top-new h2,
.achievement h2 {
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	background: url(../../images/site/index-c2.png) no-repeat left top !important;
	border: 0;
}

.database h2 {
	background: url(../../images/site/service-h-bg3.png) 5px 5px no-repeat #f5f5f5 !important;
	border-top: 1px solid #cacaca;
}

#top-nav .login,
#top-nav .logout {
	margin-left: 15px;
	font-size: 14px;
	color: #333;
	/* position: absolute; */
	/* right: 80px; */
	/* top: 26px; */
	/* line-height: 30px; */
	/* height: 28px; */
}

#searchBtn {
	/* border-radius: 0; */
	/* box-shadow: 0 20px 40px rgba(0,0,0,0.15); */
}

#logo .xueyuan {
	position: relative;
	top: -24px;
	display: inline-block;
	height: 80px;
	font-family: "Microsoft YaHei";
	font-size: 30px !important;
	line-height: 80px !important;
	vertical-align: middle;
	white-space: nowrap;
	color: #006aad !important;
}

.search-sel li.current {
	font-weight: bold;
	font-size: 22px;
	line-height: 34px;
}

#header .l-width {
	/* width: 100%; */
	/* padding: 0 78px; */
}

#footer .logo2 {
	float: left;
	margin-right: 70px;
}

#footer .cont-box {
	float: left;
	margin-right: 170px;
}

#footer h2 {
	font-size: 24px;
	font-weight: normal;
	color: #555;
	margin-bottom: 20px;
}

#footer li {
	font-size: 14px;
	color: #333;
	line-height: 38px;
}

.footer .foot-logo {
	/* width: 300px; */
	float: left;
	/* top: 10px; */
	margin-top: 45px;
}

	.footer .foot-logo > img {
		width: 308px;
		opacity: 0.8;
	}

#footer .ewm {
	float: right;
}

#footer .er {
	width: 86px;
}

	#footer .er img {
		display: block;
		border: 8px #fff solid;
	}

	#footer .er span {
		font-size: 14px;
		color: #666666;
		line-height: 30px;
		text-align: center;
		display: block;
	}

.footer .l-width:after {
	content: "";
	display: block;
	clear: both;
	/* margin-bottom: 86px; */
}

.index-tail-content ul li a:after {
	content: "|";
	margin-left: 16px;
}

.index-tail-content ul li:last-child a:after {
	display: none;
}

.search-input .search-adv:before {
	content: "|";
	margin-left: -20px;
	margin-right: 16px;
	color: rgba(255, 255, 255, 0.6);
}

.web-guid {
	display: block;
	position: absolute;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	top: 155px;
	height: 60px;
	/* background: #e5e5e5; */
}

	.web-guid .guid-box {
		/* padding-left: 50%;
    margin-left: -250px; */
		text-align: center;
	}

		.web-guid .guid-box > ul > li {
			/* float: left; */
			display: inline-block;
			margin: 0 5px;
		}

			.web-guid .guid-box > ul > li > a {
				font-size: 16px;
				font-family: "Microsoft YaHei";
				color: #fff;
				text-decoration: underline;
			}

	/*.web-guid .guid-box>ul>li:first-child>a {*/
	/*text-decoration: none;*/
	/*}*/

	.web-guid .guid-name {
		float: left;
		position: relative;
		width: 185px;
		height: 60px;
		font-size: 18px;
		line-height: 60px;
		color: #fff;
		text-align: center;
		background: #be3c3c;
	}

		.web-guid .guid-name:after {
			position: absolute;
			top: 50%;
			right: 14px;
			margin-top: -5px;
			border-width: 6px 0 6px 6px;
			border-style: dashed dashed dashed solid;
			border-color: transparent transparent transparent #fff;
			content: "";
		}

		.web-guid .guid-name a {
			color: #fff;
		}

	.web-guid .journal-class-list {
		float: left;
		width: 865px;
		height: 60px;
	}

		.web-guid .journal-class-list ul {
			display: inline-block;
			padding: 0 20px;
			white-space: nowrap;
			vertical-align: middle;
		}

		.web-guid .journal-class-list li {
			display: inline-block;
			margin: 0 8px;
			font-size: 16px;
			line-height: 60px;
			color: #cccccc;
		}

			.web-guid .journal-class-list li a {
				color: #666666;
			}

	.web-guid .guid-more {
		float: left;
	}

	.web-guid .guid-more {
		float: left;
		position: relative;
		width: 150px;
		height: 60px;
		margin-left: 0;
		font-size: 18px;
		line-height: 60px;
		color: #fff;
		text-align: center;
		background: #7f7f7f;
	}

		.web-guid .guid-more:after {
			position: absolute;
			top: 50%;
			left: 14px;
			margin-top: -5px;
			border-width: 6px 6px 6px 0;
			border-style: dashed solid dashed dashed;
			border-color: transparent #fff transparent transparent;
			content: "";
		}

		.web-guid .guid-more a {
			color: #fff;
		}

	.web-guid .guid-box > ul > li {
		font-size: 16px;
		color: #fff;
	}

#selField .sel::after {
	/* right: 30px; */
	/* top: 21px; */
}

.page {
	/* white-space: nowrap; */
	/* width: 100%; */
	/* height: 54px; */
	/* border: 1px #ccc solid; */
	/* margin-top: 20px; */
	/* padding: 0 16px; */
	/* margin-bottom: 30px; */
	/* background-color: #fff; */
}

.page-left {
	max-width: 590px;
	float: left;
	min-width: 370px;
}

.page-center {
	width: 320px;
	float: left;
}

.page-right {
	height: 54px;
	line-height: 54px;
	color: #999;
	float: right;
	font-size: 14px;
	width: 180px;
}

.search-num {
	color: #333 !important;
	display: block;
	line-height: 54px;
	/* margin-top: 18px; */
	float: left;
	font-size: 14px;
}

div#selectPageSize {
	float: right;
	margin-right: 20px;
	margin-top: 19px;
}

div#headerpager {
	float: right;
	margin-top: 18px;
}

div#selectPageSize a {
	height: 18px;
	line-height: 18px;
	border: transparent;
	border-radius: 10px;
	width: 22px !important;
	margin-right: 2px;
	margin-bottom: 0px;
}

	div#selectPageSize a.active {
		background: #326388;
		color: #fff;
	}

	div#selectPageSize a:hover {
		background: #326388;
		color: #fff;
	}

.page a {
	/* border: none; */
	/* height: 18px; */
	/* line-height: 18px; */
	/* margin: 0; */
	/* display: inline-block; */
	/* border-radius: 10px; */
	/* margin-right: 2px !important; */
	/* padding: 0; */
	/* font-size: 12px; */
}

	.page a:hover {
		background: #326388;
		color: #fff !important;
	}

	.page a.active {
		background: #326388;
		color: #fff !important;
	}

	.page a.layui-laypage-prev:hover {
		background: #ccc;
		color: #666 !important;
		border-radius: 0;
	}

	.page a.layui-laypage-last:hover {
		background: #ccc;
		color: #666 !important;
		border-radius: 0;
	}

	.page a.mor {
		background: none;
		color: #666 !important;
	}

.page-right input {
	display: inline-block;
	width: 40px;
	margin: 0 10px;
	padding: 0 3px;
	text-align: center;
	height: 30px;
	border: 1px #ddd solid;
}

	.page-right input:focus {
		border-color: #326388 !important;
	}

.page-right button {
	margin-left: 10px;
	padding: 0 10px;
	cursor: pointer;
	height: 30px;
	background-color: #fff;
	color: #666;
	border: 1px #ddd solid;
	line-height: 28px;
}

.guid-display:after {
	content: "";
	display: block;
	clear: both;
}

.footer {
	/* background: #003268; */
	height: 260px;
	border-top: 2px #075ad6 solid;
	clear: both;
	min-width: 1200px;
	position: relative;
	background: url(../../images/new/footer-bg.png) no-repeat;
	background-size: 100% 100%;
}

.friendlylink {
	height: 60px;
	/* background: #9b84c0; */
	margin-bottom: 46px;
}

.links {
	width: 700px;
	position: absolute;
	top: 50px;
	left: 357px;
}

	.links ul {
		/* text-align: center; */
	}

	.links li {
		/* float: left; */
		display: inline-block;
		/* line-height: 20px; */
	}

		.links li a {
			color: #cccccc;
			padding: 0 14px;
			line-height: 40px;
			font-size: 14px;
		}

			.links li a:after {
				content: "|";
				display: inline-block;
				position: relative;
				right: -17px;
			}

		.links li:last-child a:after {
			content: "";
		}

		.links li a:hover {
			text-decoration: underline;
			opacity: 1;
		}

.footer .cont-box {
	color: #9296a1;
	font-size: 14px;
	position: absolute;
	top: 140px;
}

.footer .cont-box1 {
	color: #ccc;
	font-size: 14px;
	position: absolute;
	top: 139px;
	left: 370px;
}

.footer .cont-box > p > span {
	color: #fff;
}

.footer-line {
	width: 1px;
	height: 175px;
	background: #ffffff;
	opacity: 0.33;
	position: absolute;
	top: 45px;
	left: 335px;
}

.footer h2 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}

.footer .cont-box li {
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	list-style: none;
}

.footer .ewm {
	float: right;
	color: #fff;
	padding-top: 55px;
}

.footer .er {
	/* width: 86px; */
}

	.footer .er img {
		display: block;
		border: 8px #fff solid;
		width: 100px;
	}

	.footer .er span {
		font-size: 14px;
		color: #fff;
		line-height: 50px;
		text-align: center;
		display: block;
	}

.footer .copy {
	clear: both;
	font-size: 12px;
	color: #fff;
	text-align: center;
	/* padding-top: 6px; */
	line-height: 40px;
	background: #002852;
	margin-top: 20px;
}

	.footer .copy p {
		margin: 0;
	}

/*颜色调整*/

.news-guid h2,
.main-site,
.news-guid li.current,
.news-guid li:hover,
.news-list dl:hover .time {
	/* background-color: #075ad6 !important; */
}

/*内页检索框*/

/*检索*/

#searcher {
	/* background: transparent; */
	/* border: 0; */
	/* position: absolute; */
	/* top: 170px; */
	/* left: 50%; */
	/* margin-left: -600px; */
	/* z-index: 99; */
	/* transform: translateX(-50%); */
	/* width: 100%; */
}

.search-box {
	width: 1200px;
	height: auto;
	background: rgba(255,255,255,.8);
	padding: 0;
	box-shadow: 0 0 38px 7px rgb(0 0 0 / 10%);
	border-radius: 0;
	/* overflow: hidden; */
	/* height: 60px; */
	z-index: 100;
	position: relative;
}

#search-title {
	margin: 0;
	color: #fff;
	height: 60px;
	width: 100%;
	position: relative;
	z-index: 10;
	/* padding-left: 370px; */
	background: #1d45a4;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.search-content {
	/* display: none; */
	height: 260px;
}

.search-database {
	width: 100%;
	height: 120px;
	overflow: hidden;
	padding: 66px 140px 0 50px;
	position: relative;
	background: url(../../images/new/search-title.png) no-repeat;
	background-position: 60px 0;
}

.search-database-more {
	position: absolute;
	right: 65px;
	top: 20px;
	color: #666;
	font-size: 14px;
	cursor: pointer;
}
#searchDiv:before {
	content: '';
	width: 1006px;
	height: 1px;
	background: #4874de;
	position: absolute;
	top: 40px;
	left: 130px;
}
#searchDiv:after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	overflow: hidden;
	background: #4874de;
	position: absolute;
	top: 38px;
	left: 1135px;
}
.search-database > div > div {
	white-space: nowrap;
}

	.search-database > div > div > a {
		padding: 9px;
		/* line-height: 35px; */
		/* border: 1px solid #cc8009; */
		color: #fff;
		margin: 0 10px;
		width: 180px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		background: #4874de;
	}

.search-database a > img {
	margin-right: 5px;
}

.search-database .search-database-pre {
	position: absolute;
	right: 96px;
	bottom: 20px;
	width: 30px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	background: #4874de;
}

.search-database .search-database-next {
	position: absolute;
	right: 61px;
	bottom: 20px;
	width: 30px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	background: #4874de;
}

	.search-database .search-database-pre:hover,
	.search-database .search-database-next:hover {
		opacity: .8;
	}

.search-switch-btn {
	width: 370px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #075ad6;
	position: absolute;
	left: 0;
	/* font-weight: 600; */
	cursor: pointer;
}

	.search-switch-btn i {
		font-size: 24px;
		padding-left: 25px;
		/* vertical-align: text-top; */
		position: relative;
		top: 2px;
		-moz-animation: myjump 2s infinite;
		-webkit-animation: myjump 2s infinite;
		-o-animation: myjump 2s infinite;
		animation: myjump 2s infinite;
	}

.search-text-tips {
	font-weight: bold;
	width: 100%;
	font-size: 14px;
	color: #333;
	padding-left: 60px;
	/* float: left; */
	text-align: center;
	padding-top: 25px;
	/* padding-bottom: 0; */
}

#search-title ul {
	/* text-align: center; */
	/*   padding: 0 20px; */
}

#search-title li {
	text-align: center;
	padding: 0;
	height: 60px;
	/* padding: 0 30px; */
	font-size: 14px;
	line-height: 60px;
	border-left: none;
	float: left;
	color: #fff;
	/* display: inline-block; */
	/* overflow: hidden; */
	width: 200px;
	position: relative;
}

	/* #search-title li:after {
  content: "|";
  position: absolute;
  right: -1px;
  color: #eee;
  top: 0;
} */

	/* #search-title li:last-child:after {
  content: "";
} */

	#search-title li a {
		font-size: 16px;
		color: #fff;
		display: block;
		text-align: center;
	}

.search-switch {
	float: left;
	overflow: hidden;
	width: 370px;
	height: 240px;
	background: #0187e0;
	border-radius: 0;
}

.search-sel {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	border: none;
	/*z-index: 999;*/
}

	.search-sel li {
		width: 100%;
		margin: 0;
		box-shadow: none;
		font-size: 16px;
		text-align: left;
		padding-left: 120px;
		height: 45px;
		line-height: 45px;
		font-weight: normal;
		color: #333;
	}

		.search-sel li:before {
			content: "";
			display: block;
			width: 0 !important;
			height: 100% !important;
			position: absolute;
			top: 0;
			right: 0;
			background: #f0f8fc;
			/*  -webkit-transition: width 0.5s ease-in;
  -o-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;*/
			z-index: -1;
			border: none;
			left: auto;
			box-shadow: none;
		}

		.search-sel li.current {
			background: none;
			color: #000 !important;
			font-size: 16px;
			font-weight: normal;
			line-height: 45px;
			top: 0;
		}

	.search-sel .current:before {
		width: 100% !important;
	}

/*.search-sel li:nth-child(1):before {
  background: rgb(41, 165, 149);
}*/

/*.search-sel li:nth-child(2):before {
  background: #3e87e9;
}

.search-sel li:nth-child(3):before {
  background: #ffc334;
}

.search-sel li:nth-child(4):before {
  background: #799f54;
}

.search-sel li:nth-child(5):before {
  background: #3d49a5;
}*/

.search-input {
	margin: 10px 0 15px 60px;
	float: left;
	width: 1080px;
	/* padding: 20px; */
	box-shadow: none;
}

	.search-input input[type="text"] {
		width: 1080px !important;
		height: 55px;
		line-height: 50px;
		background: #fff;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
		border-radius: 2px;
	}

	.search-input button {
		/*background: #f66f2d;*/
		background: #b42020;
		/* height: 50px; */
		width: 75px;
		font-size: 16px;
	}

.search-box-bgcolor0 {
	background: rgb(41, 165, 149, 0.8) !important;
}

.search-box-bgcolor1 {
	background: rgb(62, 135, 233, 0.8) !important;
}

.search-box-bgcolor2 {
	background: rgb(255, 195, 52, 0.8) !important;
}

.search-box-bgcolor3 {
	background: rgb(121, 159, 84, 0.8) !important;
}

.search-box-bgcolor4 {
	background: rgb(61, 73, 165, 0.8) !important;
}

.tisp p {
	font-size: 16px;
	color: #ef6600;
}

.tisp {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#search-title li dl {
	position: absolute;
	background: #eeeeee;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	top: 60px;
	min-width: 158px;
	/* margin-left: -560px; */
	padding: 10px 20px;
}

	#search-title li dl a {
		/* padding: 0 20px; */
		white-space: nowrap;
		display: block;
		line-height: 38px;
		font-size: 14px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		/*text-align: left;*/
		text-align: center !important;
	}

		#search-title li dl a:hover {
			border-bottom: 1px #494c4c solid;
		}

.dl-1 {
	display: none;
	width: 1200px;
	transform: none !important;
	margin-left: -469px;
	/*-webkit-box-orient: vertical;*/
	/*-webkit-flex-direction: row;*/
	/*-ms-flex-direction: row;*/
	/*flex-direction: row;*/
}

	.dl-1 dd {
		float: left;
		width: 20%;
	}

.dl-2 {
	position: absolute;
	left: 0;
	top: 55px;
	right: 0;
	display: none;
	transform: none !important;
	background: #fff;
	border-top: 3px solid #f5b59a;
	z-index:999;
}

	.dl-2 a {
		text-align: center;
		padding: 0 !important;
		font-weight: normal !important;
		overflow: hidden;
		display: inline-block;
		text-overflow: ellipsis;
		width: 100%;
		white-space: nowrap;
		color: #2561ae !important;
	}

.dl-3 {
	display: none;
	width: 1200px;
	transform: none !important;
	margin-left: -785px;
	/*-webkit-box-orient: vertical;*/
	/*-webkit-flex-direction: row;*/
	/*-ms-flex-direction: row;*/
	/*flex-direction: row;*/
}

.dl-5 {
	display: none;
	width: 460px;
	transform: none !important;
	margin-left: -361px;
	/*display: flex;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-flex-direction: row;*/
	/*-ms-flex-direction: row;*/
	/*flex-direction: row;*/
}

.dl-4 {
	display: none;
	width: 700px;
	transform: none !important;
	margin-left: -443px;
	/*-webkit-box-orient: vertical;*/
	/*-webkit-flex-direction: row;*/
	/*-ms-flex-direction: row;*/
	/*flex-direction: row;*/
}

	.dl-4 dd {
		float: left;
		width: 33.33%;
	}

.dl-2 dd {
	/* float: left; */
	width: 100%;
}

#search-title li dl dd {
	/* text-align: center; */
	padding: 0 10px;
}

	#search-title li dl dd h3 a {
		font-size: 16px;
		font-weight: normal;
		color: #1954ac;
		line-height: 46px;
		border-bottom: 1px #1954ac solid;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.dl-3 dd {
	float: left;
	width: 20%;
}

#search-title li dl:after {
	content: "";
	display: block;
	clear: both;
}

#search-title ul:after {
	content: "";
	display: block;
	clear: both;
}

.search-content:after {
	content: "";
	display: block;
	clear: both;
}

.dl-5 dd {
	float: left;
	width: 50%;
	/*width: 100%;*/
}

.li-1:hover .dl-1 {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	display: block;
}

.li-2:hover .dl-2 {
	display: block;
}

.li-3:hover .dl-3 {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	display: block;
}

.li-4:hover .dl-4 {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	display: block;
}

.li-5:hover .dl-5 {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	display: block;
}

#search-title li a:hover {
	background: #fff;
	color: #333;
	opacity: 1;
}

#search-title li a.select {
	background: #fff;
	color: #333;
	opacity: 1;
}

@keyframes myjump {
	0% {
		top: 2px;
	}

	10% {
		top: 7px;
	}

	20% {
		top: 2px;
	}

	30% {
		top: 7px;
	}

	40% {
		top: 2px;
	}

	100% {
		top: 2px;
	}
}

@-webkit-keyframes myjump {
	0% {
		top: 2px;
	}

	10% {
		top: 7px;
	}

	20% {
		top: 2px;
	}

	30% {
		top: 7px;
	}

	40% {
		top: 2px;
	}

	100% {
		top: 2px;
	}
}


