/**公共样式**/
* {
	font-size: 14px;
}

body {
	background-color: #F5F5F5;
}

.container {
	width: 1200px;
	padding: 0;
}

button {
	border: none;
	border-radius: 4px;
	outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
}

input {
	outline: none;
	padding: 0 10px;
}

*::-webkit-input-placeholder {
	color: #999999;
}

/* 使用webkit内核的浏览器 */
*:-moz-placeholder {
	color: #999999;
}

/* Firefox版本4-18 */
*::-moz-placeholder {
	color: #999999;
}

/* Firefox版本19+ */
*:-ms-input-placeholder {
	color: #999999;
}

ul,
ul li {
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
}

/* IE浏览器 */

/**头部**/
.lib-header {
	width: 100%;
	height: 35px;
	background-color: #9C2317;
	line-height: 35px;
	color: #fff;
}

.lib-header img {
	width: 14px;
	height: 14px;
}

.lib-header a {
	color: #fff;
}

.lib-header .split {
	padding: 0 10px;
}

/**主体**/
.lib-main {
	background: url("../img/bg-body.png") no-repeat top center;
	background-size: 100%;
	min-height: 904px;
	background-color: #F5F5F5;
}

.lib-main-top {
	height: 80px;
	margin-top: 25px;
}

.lib-logo {
	width: 292.7px;
	height: 80px;
}

.lib-search {
	padding: 23px 0 22px 0;
}

.lib-search .navbar-form {
	padding: 0;
}

.lib-search input {
	border-radius: 4px;
	border: 1px solid #fff;
	height: 35px;
	width: 274px;
	margin-right: 10px;
}

.btn-search {
	background-color: #9C2317;
	height: 35px;
	color: #fff;
	width: 91px;
}

.btn-search img {
	width: 13.57px;
	height: 14px;
	margin-right: 10px;
	margin-top: -2px;
}

.lib-main-channel {
	margin-top: 40px;
	height: 82px;
}

.lib-main-channel ul li {
	list-style: none;
	float: left;
	width: 150px;
	height: 82px;
	text-align: center;
	background: rgba(255, 255, 255, .4);
	border-radius: 11px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.lib-main-channel ul li.active,
.lib-main-channel ul li:hover {
	background-color: #9C2317;
	color: #fff;
	transition: all 0.4s;
}

.lib-main-channel ul li div.text {
	line-height: 22px;
}

.lib-main-channel ul li:not(:last-child) {
	margin-right: 25px;
}

.lib-icon {
	width: 30px;
	height: 30px;
	margin: 10px auto;
}

.lib-icon.lib-icon-zsfx {
	background: url("../img/icon-zsk.png") no-repeat top center;
	background-size: 100%;
	width: 31.27px;
}

.lib-icon.lib-icon-gcjs {
	background: url("../img/icon-gcjs.png") no-repeat top center;
	background-size: 100%;
}

.lib-icon.lib-icon-grzl {
	background: url("../img/icon-grzl.png") no-repeat top center;
	background-size: 100%;
	width: 27.55pxpx;
}

.lib-icon.lib-icon-jycx {
	background: url("../img/icon-jycx.png") no-repeat top center;
	background-size: 100%;
	width: 32px;
}

.lib-icon.lib-icon-cjls {
	background: url("../img/icon-cjls.png") no-repeat top center;
	background-size: 100%;
	width: 26.93px;
}

.lib-icon.lib-icon-wsxj {
	background: url("../img/icon-wsxj.png") no-repeat top center;
	background-size: 100%;
	width: 32px;
}

.lib-icon.lib-icon-wsgs {
	background: url("../img/icon-wsgs.png") no-repeat top center;
	background-size: 100%;
	width: 27.62px;
}

.lib-main-channel ul li.active .lib-icon-zsfx,
.lib-main-channel ul li:hover .lib-icon-zsfx {
	background: url("../img/icon-zsk-active.png") no-repeat top center;
	background-size: 100%;
	width: 31.27px;
}

.lib-main-channel ul li.active .lib-icon-gcjs,
.lib-main-channel ul li:hover .lib-icon-gcjs {
	background: url("../img/icon-gcjs-active.png") no-repeat top center;
	background-size: 100%;
}

.lib-main-channel ul li.active .lib-icon-grzl,
.lib-main-channel ul li:hover .lib-icon-grzl {
	background: url("../img/icon-grzl-active.png") no-repeat top center;
	background-size: 100%;
	width: 27.55pxpx;
}

.lib-main-channel ul li.active .lib-icon-jycx,
.lib-main-channel ul li:hover .lib-icon-jycx {
	background: url("../img/icon-jycx-active.png") no-repeat top center;
	background-size: 100%;
	width: 32px;
}

.lib-main-channel ul li.active .lib-icon-cjls,
.lib-main-channel ul li:hover .lib-icon-cjls {
	background: url("../img/icon-cjls-active.png") no-repeat top center;
	background-size: 100%;
	width: 26.93px;
}

.lib-main-channel ul li.active .lib-icon-wsxj,
.lib-main-channel ul li:hover .lib-icon-wsxj {
	background: url("../img/icon-wsxj-active.png") no-repeat top center;
	background-size: 100%;
	width: 32px;
}

.lib-main-channel ul li.active .lib-icon-wsgs,
.lib-main-channel ul li:hover .lib-icon-wsgs {
	background: url("../img/icon-wsgs-active.png") no-repeat top center;
	background-size: 100%;
	width: 27.62px;
}

.mt50 {
	margin-top: 50px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.ml20 {
	margin-left: 20px;
}

.lib-panel {
	background: #FFFFFF;
	border-radius: 3px;
	padding: 0 20px;
}

.lib-panel-header {
	border-bottom: 2px solid #EAEAEA;
	height: 43px;
}

.lib-panel-title {
	font-weight: 500;
	color: #9C2317;
	border-bottom: 2px solid #9C2317;
	padding: 12px 12px 9px 0;
	display: inline-block;
}

.lib-filter {
	padding: 10px 0;
	color: #494036;
	/* height: 49px; */
	overflow: hidden;
	position: relative;
}

#lib-btn-filter {
	position: absolute;
	right: 10px;
	top: 17px;
	font-size: 14px;
	color: #0077E1;
	cursor: pointer;
	font-weight: 500;
}

#lib-btn-filter.glyphicon-menu-up:before,
#lib-btn-filter.glyphicon-menu-down:before {
	position: absolute;
	left: -15px;
	top: 2px;
}

.lib-filter-label {
	padding: 5px 0;
	width: 70px;
	text-align: left;
	margin-right: 10px;
}

.lib-filter-item .col-md-1 {
	width: auto;
	padding: 0px 10px;
	text-align: center;
	border-radius: 4px 0px 4px 0px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin-right: 0.6%;
	border: 1px solid #fff;
}

.lib-filter-item .col-md-1.lib-filter-all {
	width: 50px
}

.lib-filter-item .col-md-1.active,
.lib-filter-item .col-md-1:hover {
	border: 1px solid #6E4919;
	background: #FFFFFF;
	border-radius: 4px 0px 4px 0px;
	transition: all .4s;
	color: #6E4919;
}

.lib-filter-item .row {
	display: inline-block;
}

.lib-line {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	border-top: 1px solid #EAEAEA;
}

.lib-filter-az .col-md-1 {
	width: 3%;
	/* padding: 5px 10px; */
	margin-right: 0.6%;
}

.lib-data {
	color: #494036;
	margin-top: 20px;
	font-size: 16px;
}

div.lib-data-list {
	/* background: #FFFFFF;
	border-radius: 3px; */
}

div.lib-data-list:first-child {
	padding-right: 12px;

}

div.lib-data-list:last-child {
	padding-left: 12px;
}

.lib-data a {
	color: #5C6172;
	cursor: pointer;
}

.lib-data-head {
	height: 40px;
	line-height: 40px;
	background-color: #D6DCE6;
	border-radius: 4px 4px 0px 0px;
}

.lib-data-body {
	padding: 20px;
	background-color: #fff;
}

.lib-data-body .row {
	min-height: 60px;
	background-color: #FBFAFA;
	padding: 20px 24px;
}

.lib-data-body .row img.icon-top {
	width: 9.57px;
	height: 14px;
	margin-left: 10px;
}

.lib-data-body .row .btn {
	color: #C26D00;
	width: 34px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #C26D00;
	padding: 0;
	border-radius: 4px 0px 4px 0px;
}

.lib-data-body .row .btn-red {
	border-color: #FF5E57;
}

.lib-data-body .row .btn-orange {
	border-color: #F3AC3E;
}

.lib-data-body .row .btn-green {
	border-color: #32B16C;
}

.lib-data-body .row:nth-child(2n) {
	background: #fff;

}

.lib-data-body .row img.icon-link {
	width: 12px;
	height: 12px;
}

.lib-data-body .row img.icon-down {
	width: 11px;
	height: 6px;
	cursor: pointer;
}

.lib-data-body .row a {
	color: #494036;
}

.lib-data-body .row span {
	padding: 0 10px;
	cursor: pointer;
	color: #6E4919;
}

.lib-bottom .lib-line {
	height: 10px;
	background: #9C2317;
	border: none;
}

.lib-bottom {
	margin-top: 40px;
	color: #000;
	width: 100%;
	background-color: #F4F3E8;
}

.lib-bottom .container {
	padding: 32px 0 42px 0;
}

.lib-bottom-title {
	font-weight: 500;
	font-size: 16px;
}

.lib-bottom-title img {
	width: 24px;
	height: 24px;
	margin-bottom: 4px;
	margin-right: 10px;
}

.lib-bottom-title span {
	padding: 4px 0;
}

.lib-bottom-link {
	padding: 10px 0;
	font-weight: 500;
}

.lib-bottom-link a {
	font-weight: 500;
	color: #000;
	margin-right: 10px;
	cursor: pointer;
}

.lib-bottom-qrcode {
	width: 15%;
	float: right;
	margin: 0 1.5%;
	font-size: 16px;
	font-weight: 500;
}

.lib-bottom-qrcode img {
	width: 100%;
	height: 100%;
}

.lib-bottom-qrcode div {
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
}

/**详情页**/
.lib-breadcrumb {
	padding: 12px 20px;
	background-color: #fff;
	border-radius: 3px;
}

.lib-breadcrumb-label img {
	width: 13.83px;
	height: 15px;
	margin-top: -3px;
	margin-right: 5px;
}

.lib-breadcrumb .breadcrumb {
	margin-bottom: 0;
	padding: 8px 10px;
	display: inline-block;
	background: none;
}

.lib-breadcrumb .breadcrumb>li+li:before {
	content: '> ';
}

.lib-breadcrumb .breadcrumb>li a {
	color: #2C2C2C;
}

.lib-breadcrumb .breadcrumb>li.active {
	color: #6E4919;
}

.lib-info-panel {
	padding: 20px;
	background: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 20px;
}

.lib-info-name span {
	display: inline-block;
}

.lib-link img {
	width: 12px;
	height: 12px;
}

.lib-link {
	color: #6E4919;
}

.lib-info-title {
	font-weight: 500;
	color: #494036;
	font-size: 20px;
}

.lib-info-label {
	color: #999999;
}

.lib-info-label img {
	width: 12px;
	height: 12px;
	margin: 0 7px;
}

.lib-info-value {
	color: #494036;
}

.lib-info-desc .lib-info-label {
	width: 70px;
}

.lib-info-desc .lib-info-value {
	width: 1090px;
	line-height: 30px;
	margin-top: -5px;
	height: 90px;
	overflow-y: hidden;
}

.lib-info-desc>span {
	display: block;
	float: left;
}

.lib-info-desc {
	position: relative;
}

.lib-btn-expand {
	clear: both;
	float: right;
	width: 57px;
	border-radius: 4px 0px 4px 0px;
	border: 1px solid #C26D00;
	color: #C26D00;
	background: url("../img/icon-btn-down.png") no-repeat right center;
	background-size: 7.75px 8px;
	background-position-x: 42px;
	padding: 2px 10px;
	cursor: pointer;
}

.lib-btn-expand.down {
	background: url("../img/icon-btn-up.png") no-repeat right center;
	background-size: 7.75px 8px;
	background-position-x: 42px;
	transition: 0.4s all;
}

.lib-info-comment .lib-link img {
	width: 20px;
	height: 18px;
}

.lib-info-comment .lib-link img:first-child {
	margin-top: -2px;
}

.lib-info-comment .lib-link {
	font-size: 12px;
}

.lib-info-oper {
	float: right;
	margin-left: 40px;
	width: 48px;
	text-align: center;
	cursor: pointer;
}

.lib-info-oper img {
	width: 36px;
	height: 36px;
}

.lib-info-oper .oper-name {
	color: #5C6172;
	font-size: 12px;
	padding-top: 6px;
}

.lib-info-row {
	margin-top: 25px;
	margin-bottom: 10px;
}

.lib-rel .lib-panel-body {
	padding: 10px 0 20px 0;
	display: block;
}

.lib-panel-body p {
	text-indent: 2em;
	color: #5C6172;
	line-height: 34px;
	font-size: 16px;
}

.lib-rel a {
	color: #494036;
	font-size: 16px;
}

.lib-rel ul {
	/* padding-left: 20px; */
}

.lib-rel ul li {
	list-style-type: square;
	list-style-position: inside;
	color: #A1A2A6;
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	border-bottom: 1px dashed #EAEAEA;
	width: 50%;
	float: left;
}

#user-info {
	display: none;
}

.lib-btn-comment {
	width: 82px;
	height: 40px;
	background: #C26D00;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.lib-info-form {
	position: relative;
	margin-top: 20px;
	height: 0;
	display: none;
}

.lib-info-comment-jt {
	border-bottom: 13px dashed #DADADA;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 30px;
}

.lib-info-comment-jtin {
	border-bottom: 12px dashed #F6F6F6;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 1px;
	left: -12px;
}

.lib-info-comment textarea {
	background: #F6F6F6;
	border: 1px solid #DADADA;
	width: 100%;
	border-radius: 5px;
	outline: none;
	padding: 10px;
	height: 120px;
}

.lib-info-comment-nodata {
	color: #999999;
	float: left;
}

/**登录弹窗**/
#login-modal .modal-dialog {
	width: 403px;
	height: 369px;
	border-radius: 10px;
	margin: 200px auto;
}

#login-modal .lib-pop-header {
	width: 400px;
}

.modal-content {
	background-color: #F4F3E8;
}

.lib-pop-header>div {
	text-align: center;
	padding: 40px 0 20px 0;
	font-size: 20px;
	font-weight: 500;
}

.lib-pop-body {
	padding: 30px 46px;
}

.lib-pop-header>img {
	width: 100%;
	padding: 0 32px;
}


.lib-input-group {
	margin-bottom: 30px;
}

.lib-input-label {
	padding-right: 10px;
	width: 60px;
	display: inline-block;
}

.lib-input-wrap {
	display: inline-block;
	position: relative;
}

.lib-input-icon {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #D3D3D3;
	width: 13px;
	height: 16px;
}

.lib-input-group .form-control {
	width: 212px;
	padding-left: 30px;
}

.lib-button-group button {
	width: 100%;
	height: 50px;
	background-color: #9C2317;
	border-color: #9C2317;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	outline: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #fff;
	outline: none;
}

.lib-pop-header .close {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 30px;
	height: 30px;
	background: url('../img/icon-close.png');
	background-size: 100%;
	border-radius: 30px;
}


/**重写**/
@media (min-width: 768px) {
	.navbar-right {
		float: right !important;
		margin-right: 0px;
	}
}


/* 移动端适配 */
@media screen and (max-width: 1200px) {
	.lib-main-top {
		height: auto;
	}

	.lib-main-channel {
		clear: both;
		margin-top: 0;
		height: 400px;
	}

	.lib-main-channel ul li:not(:last-child) {
		margin-right: 0;
	}

	.lib-main-channel ul li {
		width: 48%;
		margin-top: 15px;
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	}

	.lib-main-channel ul li:nth-child(2n) {
		margin-left: 4%;
	}

	.lib-panel {
		clear: both;
	}

	.lib-search {
		padding-bottom: 0;
	}

	.lib-panel.mt50 {
		margin-top: 10px;
	}

	.lib-header .container .row {}

	.lib-header .col-xs-12:first-child {
		height: 70px;
		display: flex;
		align-items: center;
		/* justify-content: center; */
	}

	.lib-header .login-wrap {
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: right;
	}

	.lib-header-logo {
		width: 80%;
		height: auto;
		/* margin-left: calc(50% - 100px); */
	}

	/* .login-wrap .icon-split{
		padding: 0 5px;
	} */
	#navbar-collapse {
		display: none;
		position: absolute;
		background-color: #0077E1;
		z-index: 999;
		left: -15px;
		top: 15px;
		border-top: 1px solid #fff;
		/* max-width: 190px; */
		padding: 10px 0;
		box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
	}

	.lib-header .nav>li>a {
		padding: 10px 0;
	}

	#navbar-collapse ul li {
		width: 180px;
		clear: both;
	}

	#navbar-collapse ul li.active {
		border-bottom: none;
	}

	#btn-mobile-nav {
		position: absolute;
		font-size: 22px;
		left: 0px;
		top: 70px;
		color: #eee;
	}

	#btn-mobile-nav.active {
		color: #fff;
	}

	#lib-btn-filter {
		display: none;
	}

	.container {
		width: 100%;
		padding: 0 15px;
	}

	.lib-search .btn-search {
		width: 96px !important;
	}

	.navbar-form {
		margin-left: 0;
	}

	.navbar-right {
		margin-right: auto !important;
		margin: 0;
	}

	.lib-search .form-control {
		width: 70%;
		display: inline-block;
		margin-left: 0;
	}

	.lib-title {
		position: relative;
	}

	#btn-mobile-filter {
		position: absolute;
		right: 0px;
		top: 4px;
		font-size: 18px;
		color: #5C6172;
	}

	#btn-mobile-filter.active {
		color: #0077E1;
	}

	.lib-data-body .row {
		padding: 20px 10px;
	}

	.lib-filter-label {
		font-weight: 500;
		padding-bottom: 5px;
		/* border-bottom: 2px solid #0077E1; */
		margin-bottom: 10px;
		padding-right: 0;
		width: 100%;
		position: relative;
	}

	.lib-filter-label span.lib-btn-down {
		position: absolute;
		right: 20px;
		top: 5px;
		color: #0077E1;
		transition: all .4s;
	}

	.col-md-1.lib-filter-all {
		width: 50px !important;
	}

	.lib-filter-az .col-md-1 {
		width: auto;

	}

	.lib-filter-item {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		height: 40px;
		overflow: hidden;
	}

	.lib-filter-item .col-md-1 {
		margin: 5px;
		min-width: 50px;
		background-color: #EBEDF0;
	}

	.lib-search .navbar-form {
		display: flex;
		justify-content: space-between;
	}

	.lib-res.container .row .col-xs-6 {
		display: flex;
		justify-content: right;
	}

	.lib-res.container .row .col-xs-6>div {
		margin: 0 !important;
	}

	span.lib-info-title {
		display: block;
	}

	.lib-info-name {
		padding-top: 0;
	}

	.lib-info-panel {
		padding: 20px;
	}

	#login-modal .lib-pop-header {
		background: none;
	}

	#login-modal .modal-dialog {
		width: 100%;
		left: 0 !important;
		margin: 0;
	}

	#login-modal .modal-content {
		width: 100% !important;
	}

	.lib-pop-body {
		padding: 20px;
	}

	.lib-pop-header {
		width: 100%;
		background: none;
	}

	#login-modal .navbar-form {
		padding: 0;
		margin-right: 0;
	}

	.lib-input-group .form-control {
		width: 100%;
	}

	#gateway-modal .modal-dialog {
		width: 100%;
	}

	#gateway-modal .lib-pop-header {
		margin-top: -30px;
	}

	#gateway-modal .modal-dialog {
		margin: 10px 0;
	}

	.gateway-form .lib-button-group button {
		width: 30%;
		margin-right: 10%;
	}

	.lib-pop-header .close {
		top: 30px;
		right: 10px;
	}

	.lib-info-opers {
		display: flex;
		/* align-items: center; */
		padding-top: 20px;
		text-align: center;
	}

	.lib-visit-wrap:not(:last-child) {
		margin-bottom: 15px;
	}

	.lib-bottom {
		padding: 0 0 20px 0;
		text-align: center;
	}

	.lib-bottom-title img {
		margin-right: 5px;
	}

	.lib-bottom .col-xs-12 {
		margin-top: 15px;
	}

	.lib-bottom .col-xs-12:not(:last-child) {
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
	}

	.lib-bottom .container {
		padding: 0px 0 22px 0;
	}

	.lib-bottom-qrcode {
		width: 28%;
		margin: 0 2.6%;
	}
	.lib-data-body{
		padding: 10px;
	}
	.lib-data-list{
		margin-top: 20px;
	}
	div.lib-data-list{
		padding: 0 20px;
	}
	.lib-data{
		margin-top: 0;
	}
	div.lib-data-list:first-child{
		padding-right: 0;
	}
	div.lib-data-list:last-child{
		padding-left: 0;
	}
	.lib-info-desc .lib-info-value{
		width: 100%;
	}
	.lib-breadcrumb.mt50{
		margin: 0;
		padding: 10px;
	}
	.lib-breadcrumb-label{
		display: block;
	}
	.lib-breadcrumb .breadcrumb{
		padding: 10px 0 0 0;
	}
	.lib-info-link{
		text-align: left;
	}
	.lib-info-panel{
		padding: 10px;
	}
	.lib-info-name span{
		padding-bottom: 10px;
	}
	.lib-filter-label span.lib-btn-down{
		color: #C26D00;
	}
	.lib-data-body .row span{
		padding: 0 5px;
	}
	.lib-rel ul li{
		width: 100%;
	}
}
