.character {
	width: 1440px;
	margin: 0 auto;
	background: url(../images/character-bg.png) no-repeat center;
	background-size: cover;
	height: 330px;
	margin-bottom: 31px;
}

.character-title {
	font-size: 26px;
	line-height: 25px;
	color: #333;
	padding: 30px 0 15px 0;
	text-align: center;
	margin: 0;
}

.character-description {
	font-size: 15px;
	line-height: 15px;
	color: #787878;
	text-align: center;
	margin-bottom: 25px;
}

.character-list {
	padding: 0 37px;
}

.character-list-item {
	display: inline-block;
	width: 256px;
	margin-right: 17px;
	text-align: center;
}

.character-list-item:hover .character-list-item-btn {
	color: #fff;
	background: #81B951;
	text-decoration: none;
}

.character-list-item:last-child {
	margin-right: 0;
}

.character-list-item-btn:first-child {
	padding: 8px 24px 8px 22px;
}

.character-list-item-img {
	margin-bottom: 15px;
	width: 255px;
	height: 142px;
	background-size: cover;
}

.character-list-img-fz {
	background: url(../images/fz.png) no-repeat;
}

.character-list-img-video {
	background: url(../images/video.png) no-repeat;
}

.character-list-img-hswh {
	background: url(../images/mjgs.png) no-repeat;
}

.character-list-img-mswh {
	background: url(../images/mswh.png) no-repeat;
}

.character-list-img-jfjx {
	background: url(../images/jfjx.png) no-repeat;
}

.character-list-item-btn {
	display: inline-block;
	font-size: 16px;
	margin: 0 auto;
	line-height: 16px;
	padding: 8px 20px;
	text-align: center;
	background: #6BA439;
	border-radius: 4px;
	color: #fff;
}

.character-list-item-btn:hover {
	color: #fff;
	background: #81B951;
	text-decoration: none;
}

.dynamic {
	width: 1440px;
	margin: 0 auto;
	margin-bottom: 36px;
}

.dynamic a {
	color: #333;
}

.dynamic a:hover {
	color: #6BA439;
	text-decoration: underline;
}

.dynamic-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.column-title {
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	margin: 40px 0 21px 0;
	position: relative;
}

.dynamic-list {
	display: inline-block;
	width: 400px;
	margin-right: 15px;
	max-height: 180px;
	overflow: hidden;
}

.dynamic-list li {
	display: flex;
	align-items: center;
	height: 43px;
	line-height: 43px;
	color: #333;
	font-size: 13px;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 23px 0 16px;
	position: relative;
	white-space: nowrap;
}

.dynamic-list li:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 7px;
	width: 2px;
	height: 2px;
	background: #aaa;
	border-radius: 50%;
}

.dynamic-list li a {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dynamic-carousel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1020px;
	height: 164px;
	position: relative;
	overflow: hidden;
}

.dynamic-carousel .swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
}

.dynamic-carousel .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

#dynamic-carousel .swiper-pagination {
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(216, 211, 216, .8);
	border-radius: 8px;
	height: 16px;
	line-height: 16px;
	bottom: 5px;
	padding: 0 3px;
}

#dynamic-carousel .swiper-pagination-bullet {
	margin: 0 3px;
}

.swiper-slide {
	width: 1020px;
	height: 164px;
}

.swiper-slide img {
	height: 164px;
}

.dynamic .more-link {
	color: #6BA439;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	margin-right: 20px;
	right: 0;
	margin-top: 6px;
	font-weight: normal;
}

.dynamic .more-link:after {
	content: '';
	position: absolute;
	background: url('../images/css_sprites_icon.png') -1px -1px;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 3px;
}

.link {
	width: 1440px;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 239px;
	/* background: #F0F6EB; */
}

.link-title {
	font-size: 26px;
	line-height: 26px;
	padding: 39px 0 37px;
	text-align: center;
	margin: 0;
}

.link-title-list-item a {
	color: #333;
}

.link-title-list-item a:hover {
	color: #6BA439;
	text-decoration: underline;
}

.link-title-list-item:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 4px;
	height: 4px;
	background: #6BA439;
	border-radius: 50%;
}

.link-title-list-item {
	margin-bottom: 20px;
}

.recommend a {
	color: #333
}

.recommend a:hover {
	color: #6BA439;
	text-decoration: underline;
}

.recommend {
	width: 1440px;
	margin: 0 auto;
	margin-bottom: 43px;
}

.column-title-item {
	font-size: 26px;
	line-height: 26px;
	color: #333;
	position: relative;
}

.column-title-item:after,
.column-title-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #ddd;
	width: 49px;
	height: 1px;
}

.column-title-item:after {
	left: -61px;
}

.column-title-item:before {
	left: 118px
}

.recommend-paper {
	display: inline-block;
	width: 1000px;
	vertical-align: top;
	margin-top: 16px;
}

.recommend-paper-left {
	display: inline-block;
	width: 460px;
}

.recommend-paper-title h5 {
	font-size: 16px;
	color: #333;
	line-height: 16px;
	margin-left: 8px;
	display: inline-block;
	margin-bottom: 14px;
}

.recommend-paper-title .more-link,
.recommend-science-title .more-link {
	color: #6BA439;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	margin-right: 20px;
	float: right;
	margin-top: 3px;
}

.more-link:after {
	content: '';
	position: absolute;
	background: url('../images/css_sprites_icon.png') -1px -1px;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 3px;
}

.recommend-paper-img {
	width: 100%;
	background: url(../images/paper.png) no-repeat;
	background-size: cover;
	height: 156px;
	display: inline-block;
	margin-bottom: 18px;
}

.recommend-paper-list {
	width: 100%;
}

.recommend-paper-list-content {
	display: flex;
	justify-content: start;
	white-space: nowrap;
}

.recommend-paper-list-perio {
	font-size: 14px;
	line-height: 14px;
	color: #333;
	margin-bottom: 24px;
	display: flex;
	justify-content: start;
	white-space: nowrap;
}

.recommend-paper-list-perio .recommend-paper-list-perio-link {
	color: #6BA439;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recommend-paper-list-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	width: 100%;
	line-height: 23px;
	height: 46px;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recommend-paper-list-description {
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 78px;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.recommend-paper-right {
	width: 460px;
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
}

.recommend-paper-right .recommend-paper-list:first-child {
	border-bottom: 1px solid #E6E6E6;
}

.recommend-paper-right .recommend-paper-list:first-child .recommend-paper-list-description {
	margin-bottom: 25px;
}

.recommend-paper-right .recommend-paper-list:last-child .recommend-paper-list-perio {
	margin-top: 21px;
}

.recommend-science {
	display: inline-block;
	width: 417px;
	border: 1px solid #E6E6E6;
	height: 378px;
	padding: 0 10px 0 10px;
}

.recommend-science-title {
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin: 16px 0 16px 8px
}

.recommend-science-title h5 {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
}

.recommend-science-img {
	width: 100%;
	height: 100px;
	display: inline-block;
	background: url(../images/read.png) no-repeat;
	background-size: cover;
}

.recommend-science-list {
	margin: 7px 0 4px 0;
	max-height: 219px;
	overflow: hidden;
}

.recommend-science-list li {
	display: flex;
	align-items: center;
	height: 43px;
	line-height: 43px;
	color: #333;
	font-size: 13px;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 23px 0 16px;
	position: relative;
	white-space: nowrap;
}

.recommend-science-list li a {
	overflow: hidden;
	text-overflow: ellipsis;
}

.recommend-science-list li:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 7px;
	width: 2px;
	height: 2px;
	background: #aaa;
	border-radius: 50%;
}

.recommend-science-list li:last-child {
	border-bottom: 0;
}

.resource a:hover {
	color: #6BA439;
	text-decoration: underline;
}

.resource {
	width: 1440px;
	margin: 20px auto;
	font-size: 0;
}

.resource span {
	font-size: 14px;
	padding: 0;
	line-height: 14px;
}

.resource-innovation {
	display: inline-block;
	width: 360px;
	margin-right: 20px;
}

.resource-innovation .resource-link .resource-img {
	height: 110px;
	width: 100%;
	background: url("../images/innovation.png") no-repeat;
	background-size: cover;
	display: inline-block;
}

.resource-innovation-content {
	height: 360px;
	padding: 0 80px;
	background: #FFF8F0;
}

.resource-content-item {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.resource-innovation .resource-content-item {
	margin-right: 87px;
	margin-top: 31px;
}

.resource-innovation .resource-content-item:nth-child(2n) {
	margin-right: 0;
}

.resource-innovation .resource-content-item:nth-child(3) {
	margin-right: 93px;
	margin-top: 36px;
}

.resource-innovation .resource-content-item:nth-child(5) {
	margin-right: 70px;
}

.resource-title {
	margin-top: 12px;
}

.topic-icon {
	width: 40px;
	height: 43px;
}

.miner-icon {
	width: 46px;
	height: 40px;
}

.subject-icon {
	width: 42px;
	height: 40px;
}

.trend-icon {
	width: 54px;
}

.material-icon {
	width: 46px;
	height: 49px;
}

.resource-more {
	margin-top: 24px;
	font-size: 12px;
	line-height: 12px;
	color: #6BA439;
	display: flex;
	justify-content: center;
}

.resource-integrity-content .resource-more:hover,
.resource-innovation-content .resource-more:hover {
	text-decoration: underline;
}

.resource-innovation .resource-more {
	margin-top: 23px;
}

.resource-more-icon {
	background: url(../images/css_sprites_icon.png) -1px -42px;
	display: inline-block;
	width: 16px;
	height: 13px;
	margin-left: 6px;
}

.resource-library {
	width: 680px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.resource-library .resource-link .resource-img {
	height: 110px;
	width: 100%;
	background: url("../images/library.png") no-repeat;
	background-size: cover;
	display: inline-block;
}

.resource-library-content {
	display: flex;
	height: 360px;
	background: #F0F6EB;
	flex-direction: column;
}

.resource-library-title {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
	margin: 23px 0 19px 48px;
}

.resource-library-navigation {
	padding-bottom: 16px;
	border-bottom: 1px solid #fff;
}

.resource-library-navigation-content {
	margin: 0 90px;
}

.resource-content-item {
	color: #333333;
}

.resource-library .resource-content-item {
	margin-right: 82px;
	width: 60px;
}

.resource-library .resource-content-item:nth-child(4n) {
	margin-right: 0;
}

.resource-library .resource-content-item:nth-child(n + 5) {
	margin-top: 22px;
}

.resource-content-item:hover {
	color: #6BA439;
	text-decoration: underline;
}

.resource-library .resource-title {
	font-size: 15px;
}

.periodical-icon {
	width: 37px;
	height: 39px;
}

.thesis-icon {
	width: 42px;
	height: 38px;
}

.conference-icon {
	width: 39px;
	height: 36px;
}

.nstr-icon {
	width: 37px;
	height: 38px;
}

.patent-icon {
	width: 39px;
	height: 43px;
}

.standard-icon {
	width: 32px;
	height: 38px;
}

.cstad-icon {
	width: 38px;
	height: 34px;
}

.claw-icon {
	width: 33px;
	height: 39px;
}

.resource-library-link-content {
	margin-left: 68px;
}

.resource-library-link-item {
	margin-right: 45px;
	color: #333;
	font-size: 14px;
}

.resource-library-link-item:last-child {
	margin-right: 0;
}

.resource-library .resource-more {
	margin-top: 25px;
}

.resource-integrity {
	display: inline-block;
	width: 360px;
	height: 110px;
	vertical-align: top;
}

.resource-integrity .resource-link .resource-img {
	height: 110px;
	width: 100%;
	background: url("../images/integrity.png") no-repeat;
	background-size: cover;
	display: inline-block;
}

.resource-integrity-content {
	background: #E6F2F7;
	height: 360px;
	padding: 0 52px 0 51px;
}

.resource-integrity-content a:hover,
.resource-library-navigation-content a:hover,
.resource-innovation-content a:hover {
	text-decoration: none;
}

.resource-integrity .resource-content-item:nth-child(odd) {
	width: 112px;
	margin-right: 33px;
}

.resource-integrity .resource-content-item:nth-child(1) {
	margin-top: 21px;
}

.resource-integrity .resource-content-item:nth-child(3) {
	margin-top: 29px;
}

.resource-integrity .resource-content-item:nth-child(5) {
	margin-top: 31px;
}

.resource-integrity .resource-content-item:nth-child(even) {
	width: 112px;
}

.resource-icon {
	display: inline-block;
	background-size: cover;
	width: 60px;
	height: 45px;
}

.resource-integrity .resource-title {
	margin-top: 16px;
}

.resource-jc-subtitle {
	margin-top: 8px;
}

.resource-integrity .resource-more {
	margin-top: 3px;
}

.scifund-icon {
	width: 52px;
	height: 44px;
	background: url('../images/css_sprites.png') -1px -451px;
}

.scifund:hover .scifund-icon {
	background: url(../images/scifund-hover.png) no-repeat;
}

.topic-icon {
	width: 40px;
	height: 43px;
	background: url('../images/css_sprites.png') -1px -361px;
}

.topic:hover .topic-icon {
	background: url(../images/topic-hover.png) no-repeat;
}

.miner-icon {
	width: 46px;
	height: 40px;
	background: url('../images/css_sprites.png') -1px -277px;
}

.miner:hover .miner-icon {
	background: url(../images/miner-hover.png) no-repeat;
}

.subject-icon {
	width: 42px;
	height: 40px;
	background: url('../images/css_sprites.png') -1px -319px;
}

.subject:hover .subject-icon {
	background: url(../images/subject-hover.png) no-repeat;
}

.trend-icon {
	width: 53px;
	height: 44px;
	background: url('../images/css_sprites.png') -1px -497px;
}

.kx-icon {
	width: 53px;
	height: 44px;
	background: url('../images/icon_kx.png');
}

.subject:hover .kx-icon {
	background: url(../images/icon_kx_hover.png) no-repeat;
}

.trend:hover .trend-icon {
	background: url(../images/trend-hover.png) no-repeat;
}

.material-icon {
	width: 46px;
	height: 49px;
	background: url('../images/material.png') no-repeat;
}

.material:hover .material-icon {
	background: url(../images/material-hover.png) no-repeat;
}

.periodical-icon {
	width: 37px;
	height: 39px;
	background: url('../images/css_sprites.png') -1px -195px;
}

.periodical:hover .periodical-icon {
	background: url(../images/periodical-hover.png) no-repeat;
}

.thesis-icon {
	width: 42px;
	height: 38px;
	background: url('../images/css_sprites.png') -1px -115px;
}

.thesis:hover .thesis-icon {
	background: url(../images/thesis-hover.png) no-repeat;
}

.conference-icon {
	width: 39px;
	height: 36px;
	background: url('../images/css_sprites.png') -1px -37px;
}

.conference:hover .conference-icon {
	background: url(../images/conference-hover.png) no-repeat;
}

.nstr-icon {
	width: 37px;
	height: 38px;
	background: url('../images/css_sprites.png') -1px -75px;
}

.nstr:hover .nstr-icon {
	background: url(../images/nstr-hover.png) no-repeat;
}

.patent-icon {
	width: 39px;
	height: 43px;
	background: url('../images/css_sprites.png') -1px -406px;
}

.patent:hover .patent-icon {
	background: url(../images/patent-hover.png) no-repeat;
}

.standard-icon {
	width: 32px;
	height: 38px;
	background: url('../images/css_sprites.png') -1px -155px;
}

.standard:hover .standard-icon {
	background: url(../images/standard-hover.png) no-repeat;
}

.cstad-icon {
	width: 38px;
	height: 34px;
	background: url('../images/css_sprites.png') -1px -1px;
}

.cstad:hover .cstad-icon {
	background: url(../images/cstad-hover.png) no-repeat;
}

.claw-icon {
	width: 33px;
	height: 39px;
	background: url('../images/css_sprites.png') -1px -236px;
}

.claw:hover .claw-icon {
	background: url(../images/claw-hover.png) no-repeat;
}

.cx-icon {
	width: 60px;
	height: 47px;
	background: url(../images/tmall.png) no-repeat;
}

.cx:hover .cx-icon {
	background: url(../images/tmall-hover.png) no-repeat;

}

.jc-icon {
	width: 60px;
	height: 46px;
	background: url(../images/jc.png) no-repeat;
}

.jc:hover .jc-icon {
	background: url(../images/jc-hover.png) no-repeat;
}

.check-icon {
	width: 60px;
	height: 47px;
	background: url(../images/school.png) 0px -1px;

}

.check:hover .check-icon {
	height: 47px;

	background: url(../images/school-hover.png) no-repeat 0px 1px;
}

.md-icon {
	width: 60px;
	height: 45px;
	background: url(../images/warning.png) no-repeat;

}

.md:hover .md-icon {
	background: url(../images/warning-hover.png) no-repeat;
}

.bd-icon {
	width: 60px;
	height: 46px;
	background: url(../images/check.png) no-repeat;

}

.bd:hover .bd-icon {
	background: url(../images/check-hover.png) no-repeat;
}

.pa-icon {
	width: 60px;
	height: 46px;
	background: url(../images/detect.png) no-repeat;

}

.pa:hover .pa-icon {
	background: url(../images/detect-hover.png) no-repeat;
}

.scientific-list-item-column:hover {
	color: #D5FFB0;
	text-decoration: underline;
}

.scientific {
	width: 1440px;
	margin: 0 auto;
	background: url(../images/scientific-bg.jpg) no-repeat center;
	background-size: cover;
	height: 300px;
	margin-bottom: 43px;
	margin-top: 40px;
}

.scientific-title {
	font-size: 26px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	padding: 33px 0 19px 0;
	margin: 0;
}

.scientific-description {
	color: #ccc;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 32px;
}

.scientific-list {
	margin-left: 104px;
	font-size: 0;
}

.scientific-list-item {
	width: 211px;
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}

.scientific-list-item:nth-child(2) {
	width: 210px;
}

.scientific-list-item:nth-child(4) {
	width: 207px
}

.scientific-list-item:nth-child(5) {
	width: 212px
}

.scientific-list-item-title {
	color: #A7D67E;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 63px;
}

.scientific-list-item-arrow {
	color: #FFFFFF;
	opacity: 0.4;
	font-size: 18px;
	line-height: 18px;
}

.scientific-list-item-column {
	font-size: 15px;
	line-height: 15px;
	position: relative;
	padding-left: 16px;
	color: #fff;
	margin-bottom: 25px;
	display: block;
}

.scientific-list-item-column:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 10px;
	display: inline-block;
	background: url('../images/css_sprites_icon.png') -1px -16px;
}

.search-new-container {
	background: url(../images/public_search_bg.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
}

@media screen and (max-width:1439px) {
	.search-new-container {
		width: 1200px;
		margin: 0 auto;
	}

	.search-input-container {
		width: 800px;
	}

	.search-new-icon {
		margin-left: 73px;
		margin-right: 15px;
	}

	.search-associate-popover {
		position: absolute;
		top: 52px;
		left: 125px;
		right: 171px;
		z-index: 500;
		padding: 0px;
		background: #fff;
		border: 1px solid #ababab;
		overflow: hidden;
		width: 673px !important;
		display: none;
	}
}

@media screen and (min-width:1440px) {
	.search-new-container {
		width: 1440px;
		margin: 0 auto;
	}

	.search-input-container {
		width: 900px;
	}

	.search-new-icon {
		margin-left: 141px;
		margin-right: 17px;
	}
}

.search-new-block {
	height: 170px;
	position: relative;
	padding: 0;
	background-size: cover;
	width: 1440px;
	margin: auto;
}

.search-new-warp {
	position: absolute;
	top: 0px;
	padding: 52px 0 0;
	display: flex;
	width: 100%;
	height: 52px;
}

.search-new-icon {
	display: inline-block;
	font-size: 25px;
	text-indent: 10px;
	letter-spacing: 5px;
	color: #2162bb;
	height: 52px;
	line-height: 54px;
	width: 130px;
	cursor: pointer;
}

.search-input-container {
	display: inline-block;
	height: 52px;
	border-radius: 4px;
}

.search-input-container:after {
	content: '';
	display: block;
	clear: both;
}

.search-btn-container {
	display: inline-flex;
}

.search-input-container .input {
	position: relative;
	width: 100%;
	border-radius: 4px;
	z-index: 3;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}

.search-input-container .input>input {
	outline: none;
	border: none;
	width: 100%;
	padding-left: 125px;
	margin: 0;
	color: #4e5969;
	font-size: 15px;
	text-indent: 22px;
	line-height: 52px;
	height: 52px;
	border-radius: 4px;
}

.search-input-container .input>input::-ms-clear,
input::-ms-reveal {
	display: none;
}

.search-input-container .input>input::-webkit-input-placeholder {
	color: #aaaaaa;
}

.search-input-container .input>input::-moz-placeholder {
	color: #aaaaaa;
}

.search-input-container .input>input:-ms-input-placeholder {
	color: #aaaaaa;
}

.search-input-container .input .picker {
	width: 125px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
	color: #333;
	font-size: 15px;
	user-select: none;
}

#search-picker-popover {
	display: none;
	z-index: 2;
}

.search-input-container .input .search-picker-list {
	list-style: none;
	width: 360px;
	position: absolute;
	height: 128px;
	left: 0;
	top: 70px;
	margin: 0;
	font-size: 15px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	background-color: #fff;
	flex-wrap: wrap;
	border-radius: 4px;
	padding: 8px 0;
	display: flex;
}

.search-input-container .input .search-picker-list>li {
	text-align: center;
	line-height: 37px;
	width: 25%;
	cursor: pointer;
}

.search-input-container .input .search-picker-list>li>span {
	font-size: 15px;
}

.search-input-container .input .search-picker-list>li>span:hover {
	border-bottom: 1px solid #7EB250;
}

.search-input-container .input .search-picker-list .search-picker-li-checked {
	border-radius: 3px;
	border: 1px solid #7EB250;
	padding: 4px 9px;
}

#search-picker-popover-arrow {
	position: absolute;
	top: 50px;
	left: 18px;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: transparent transparent #fff transparent;
	display: inline-block;
}

.search-input-container .input .hot-list {
	padding: 10px 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	margin: 0;
	line-height: 32px;
	font-size: 14px;
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	background-color: #fff;
	display: none;
}

.search-input-container .input .hot-list>a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0 10px;
	overflow: hidden;
}

.search-input-container .input .hot-list>a:hover {
	background-color: #f3f3f3;
}

.search-input-container .input .hot-list>a>div {
	float: left;
}

.search-input-container .input .hot-list>a>div.number {
	text-align: center;
	width: 40px;
}

.search-input-container .search {
	width: 89px;
	height: 46px;
	background-color: #08f;
	background-image: url("../images/search.png");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.search-input-container .picker .search-input-picker-icon {
	background: url(../images/search_input_picker_icon.png) no-repeat center;
	width: 14px;
	height: 12px;
	background-size: contain;
	position: relative;
	left: 21px;
	top: 17px;
	display: inline-block;
}

.search-input-container .picker:hover .search-input-picker-icon {
	background: url(../images/search_input_picker_icon_green.png) no-repeat center;
	background-size: contain;
}

.search-input-container .picker:hover #search-input-picker-key {
	color: #6BA439;
}

.search-input-container .picker #search-input-picker-key {
	display: inline-block;
	color: RGB(51, 51, 51);
	border-right: 1px solid #dddddd;
	height: 20px;
	position: relative;
	top: 15px;
	left: 18px;
	width: 88px;
	font-weight: 400;
	text-align: center;
}

.search-btn-icon-find {
	background: url(../images/css_sprites_icon.png) -1px -73px;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 2px;
	right: 9px;
}

.search-btn-group:hover .search-btn-icon-find {
	background: url(../images/search_btn_icon_find_hover.png) no-repeat 0 0;
	background-size: contain;
}

.search-btn-group {
	display: inline-block;
	width: 96px;
	text-align: center;
	height: 52px;
	font-size: 15px;
	line-height: 52px;
	border-radius: 0;
}

#search-btn-document {
	font-weight: bold;
	color: #204EA3;
	background: #fff;
	border-radius: 4px;
}

#search-btn-document:hover {
	color: #4876CB;
	cursor: pointer;
}

#search-btn-periodical {
	color: #204EA3;
	font-weight: 400;
	background: #F0F0F0;
	display: none;
	border-radius: 4px;
}

#search-btn-periodical:hover {
	color: #4876CB;
	cursor: pointer;
}

.search-senior-container {
	width: 100px;
	margin-left: 18px;
}

.search-senior-container a {
	color: #333 !important;
	display: block;
	line-height: 26px;
}

.search-senior-arrow {
	height: 10px;
	width: 10px;
	display: inline-block;
	/* background: url(../images/search_senior_arrow.png) no-repeat 0 0; */
	background-size: contain;
	margin-left: 2px;
}

.search-roll-container {
	width: 100%;
	margin-top: 30px;
	justify-content: center;
	overflow: hidden;
	height: 30px;
	display: flex;
	position: absolute;
	bottom: 0;
}

.search-roll-container-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FFFFFF;
	opacity: 0.05;
	width: 100%;
	height: 30px;
}

.search-roll-news li::before {
	content: "";
	background: url(../images/search_roll_icon.png) no-repeat 0 0;
	background-size: contain;
	width: 15px;
	height: 14px;
	margin-right: 5px;
	display: inline-block;
}

.search-roll-news {
	height: 32px;
	color: #fff;
	width: 370px;
	position: relative;
}

.search-roll-news li {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-weight: 400;
	line-height: 32px;
	font-size: 13px;
	opacity: 0.7;
}

.search-roll-container a {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333 !important;
}

.news_li,
.swap {
	line-height: 32px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 26px;
	z-index: 2;
}

.swap {
	top: 32px;
}

.search-input-list-popover {
	position: absolute;
	padding: 10px 15px;
	top: 67px;
	left: 130px;
	z-index: 200;
	background: #fff;
	border: 1px solid #dfdfdf;
	display: none;
}

.search-input-list-popover .search-input-list {
	background: #fff;
	line-height: 30px;
	text-align: left;
}

.search-input-list-popover .search-input-list>ul>li {
	width: 110px;
	display: block;
	background: transparent;
	color: #417dc9;
	cursor: pointer;
}

.search-input-list-popover .search-input-list>ul>li:hover {
	color: #ff6c00;
	text-decoration: none;
	outline: 0;
	background: transparent;
	cursor: pointer;
}

.search-associate-popover {
	position: absolute;
	top: 52px;
	left: 125px;
	right: 171px;
	z-index: 500;
	padding: 0px;
	background: #fff;
	border: 1px solid #ababab;
	overflow: hidden;
	width: 773px;
	display: none;
}

.search-associate-popover>ul>li {
	font: 14px arial;
	line-height: 25px;
	padding: 4px 8px;
	color: #417dc9;
	position: relative;
	cursor: default;
}

.search-associate-popover>ul>li:hover {
	background-color: #D3D3D3;
}

.wf-notify {
	display: none;
	height: 96px;
	width: 100%;
}

.wf-notify * {
	cursor: pointer;
}

.wf-notify>span {
	position: absolute;
	right: 20px;
	top: 6px;
	z-index: 11;
}

.wn-panel {
	position: relative;
	height: 96px;
}

.wn-panel>* {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s linear
}

.wn-panel .wn-panel-active {
	opacity: 1;
	pointer-events: all
}

.wn-position {
	z-index: 11;
	position: absolute;
	right: 10px;
	top: 76px;
	display: flex;
	background: rgba(255, 255, 255, .2);
	border-radius: 6px;
	padding: 0 2px;
}

.wn-position>* {
	margin: 2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
}

.wn-position .wn-position-active {
	background: rgba(255, 255, 255, .9);
}