<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
/* 璇存槑锛氳鏍峰紡鏂囦欢閽堝鏁欏姟绯荤粺鍋氳繃浼樺寲锛屽叾浠栫郴缁熷鏋滀娇鐢紝寤鸿鎷疯礉涓�浠借嚜琛岃皟鏁� */

@import url('../fonts/font-awesome-4.2.0_ie7/4.2.0/css/font-awesome.min.css');

/* 瀛椾綋鍥炬爣 */
/* CSS Document */

body {
	/* 澧炲姞瀛椾綋 Helvetica锛屽苟鏀惧湪绗竴浣嶏紝瑙ｅ喅杈撳叆妗嗙粍涓寜閽紙缁勶級涓庡叾浠栨帶浠朵箣闂村嚭鐜颁袱鏉¤竟妗嗙殑闂锛寊p锛�20161110 */
	font: normal 100 14px Helvetica, microsoft YaHei, SimSun, Arial;
	background: #f0f0f0;
	overflow-x: hidden;
	padding-right:0 !important;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,tr,td,th,thead,caption {
	margin: 0;
	font-weight: normal
}

ol,
ul,
li {
	list-style: none;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.hidden {
	display: none;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

.clearfloat {
	zoom: 1
}

.bg-default {
	background: none !important
}

.bg-white {
	background: #fff !important
}

.color-white {
	color: #fff !important
}

.color-red {
	color: #f00 !important
}

.show-grid-15 {
	margin-bottom: 15px;
}

.show-padtop-15 {
	padding-top: 15px;
}

.padding-150 {
	padding:15px 0 0 0 !important;
}

.padding-0 {
	padding: 0px !important
}

.padding-r70 {
	padding-right: 70px !important
}

.padding-t10 {
	padding-top: 10px !important
}

.padding-b10 {
	padding-bottom: 10px !important
}

.padding-l10 {
	padding-left: 10px !important;
}

.padding-10 {
	padding: 10px !important
}

.padding-lr10 {
	padding-left: 10px !important;
	padding-right: 10px !important
}

.margin-t0 {
	margin-top: 0px !important;
}

.margin-b0 {
	margin-bottom: 0px !important;
}

.margin-t10 {
	margin-top: 10px !important;
}

.margin-tb10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}

.margin-b20 {
	margin-bottom: 20px !important
}

.margin-r10 {
	margin: 0px 10px 0px 0px !important
}

.margin-10 {
	margin: 10px !important
}

.font-bold{
	font-weight:600;
}

.fs-25 {
	font-size: 25px;
}

.border-b {
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0px;
}

.w_1000 {
	width: 1000px;
	margin: 0 auto;
}

.position_r {
	position: relative;
	z-index: 1
}

.position_a {
	position: absolute;
	z-index: 2
}

.top_10 {
	bottom: auto !important;
	top: 10px !important;
}

.right_10 {
	left: auto !important;
	right: 10px !important;
}

.cur_poi {
	cursor: pointer;
}

.max_w_240 {
	display: inline-block!important;
	vertical-align: text-top;
	max-width: 240px;
}

.nav_many&gt;li&gt;a {
	padding: 2px 11px;
	margin-right: 0px;
}

.cursor_poi {
	cursor: pointer;
}

/*澧炲姞閫氱敤鍔ㄧ敾,鍛ㄥ钩,20161111*/
.transition-common {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}


/*=====================bootstrap闈㈡澘鍏抽棴鍜屽睍寮�========================*/

.panel-heading {
	position: relative;
	padding: 7px 15px !important;
}

.panel-heading .hed_remove {
	position: absolute;
	z-index: 2;
	right: 50px;
	text-indent: -9999px;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/ico_remove.png) 0px 0px no-repeat;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.6s linear;
	-moz-transition: -moz-transform 0.6s linear;
	-o-transition: -o-transform 0.6s linear;
	-ms-transition: -ms-transform 0.6s linear;
	overflow: hidden;
}

.panel-heading .hed_remove:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.panel-heading .expand_close {
	position: absolute;
	z-index: 2;
	right: 20px;
	text-indent: -9999px;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/ico_tjxk.png) 0px 0px no-repeat;
	opacity: 1;
}

.panel-heading .expand1 {
	background-position: 0px 0px;
}

.panel-heading .close1 {
	background-position: -20px 0px;
}

.panel-info .panel-heading .expand1 {
	background-position: 0px -20px;
}

.panel-info .panel-heading .close1 {
	background-position: -20px -20px;
}

.panel-footer {
	padding: 6px 15px !important;
}


/*=====================琛ㄦ牸鏍峰紡========================*/

.formlist {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	background: #fff;
}

.formlist td,
.formlist th {
	padding: 6px 20px 6px 20px;
	line-height: 34px;
	vertical-align: middle;
	word-break: break-all;
	color: #000;
	border: 1px solid #B0CBE0;
}

.formlist thead tr,
.formlist tfoot tr {
	width: 100%;
	text-align: left;
}

.formlist thead tr,
.formlist thead th {
	background: #E8F0FB;
	padding: 5px 5px;
	text-align: left;
	color: #00579c;
	border-bottom: 1px solid #B0CBE0;
}

.formlist tfoot tr,
.formlist tfoot td {
	background: #E8F0FB;
}

.formlist thead span {
	font-weight: bold;
	margin-left: 10px;
	color: #000;
	padding-left: 20px;
	line-height: 34px;
	float: left;
}

.formlist tbody td.nohover:hover {
	background: none;
}

.formlist tbody th {
	background: #F3F5F8;
	text-align: right;
	font-weight: normal;
}

.formlist tbody th:hover {
	background: #F3F5F8;
}

.formlist .red {
	color: #f00;
	padding-right: 3px;
}

.formlist tbody td .form-control {
	width: 80%
}

.formlist1 {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	background: #fff;
}

.formlist1 td,
.formlist1 th {
	padding: 6px 15px 6px 15px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
	color: #000;
}

.formlist1 tbody th {
	text-align: right;
	font-weight: bold;
	color: #717171
}

.formlist1 .red {
	color: #f00;
	padding-right: 3px;
}

.formlist2 td {
	padding: 3px 0px;
}


/*=====================bootstrap琛ㄦ牸鏂板鏍峰紡========================*/

.tab-td-padding-2 td,
.tab-td-padding-2 th {
	padding: 2px!important
}

.tab-td-font-12 td,
.tab-td-font-12 th {
	font-size: 12px
}

.tab-td-center td,
.tab-td-center th {
	text-align: center
}


/*=====================tab鍒囨崲========================*/

.sl_nav_tabs {
	background: #f4f4f4;
	padding-left: 10px;
	padding-top: 6px;
}

.sl_nav_tabs&gt;li&gt;a {
	padding: 6px 15px;
	color: #666666;
}

.sl_nav_tabs .active a {
	border-top: 2px solid #0770cc !important
}


/*=====================妯℃嫙checkbox鏍峰紡========================*/

.analog_checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ico_analog_checkbox.png) 0px -16px no-repeat
}

.analog_checkbox.checked {
	background-position: 0px 0px;
}


/*=====================寮曠敤========================*/

.blockquote1 {
	padding-left: 10px;
	border-bottom: 1px dashed #dddddd;
	padding: 15px 0px;
	border-left: 0px none;
	margin: 0px 0px 15px 0px
}

.blockquote1 p {
	border-left: 5px solid #0770cc;
	padding-left: 15px;
}


/*==============鏍囩===============*/

.tag-list {
	padding: 0px;
}
.tag-list:after{
	clear: both;
	display: table;
	content: " ";
}

.tag-list li {
	float: left;
	position: relative;
}

.tag-list li a,
.tag-list li span {
	background-color: #f3f3f4;
	padding: 5px 12px;
	color: inherit;
	border-radius: 2px;
	border: 1px solid #e7eaec;
	margin-right: 5px;
	margin-top: 5px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	line-height: 19px;
}

.tag-list li a:hover,
.tag-list li span:hover {
	background: #eee
}

.tag-list1 li a,
.tag-list1 li span {
	background-color: #fff;
}

.tag-list li.placeHolder span {
	background-color: white !important;
	border: 1px dashed gray !important;
}

.hr-dashed-blue{
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: dashed;
	border-color: #0b80ca;
}

.hr-solid-gray{
	margin-top: 0;
	margin-bottom: 0;
	border-style: solid;
	border-color: #eee;
}



/* 澧炲姞绱㈠紩鏍峰紡锛寊p锛�20160921 */
.tag-list li span.index,
.tag-list li a.index {
	background: #43B8EE;
	color: #fff;
}

.tag-list li span.cur,
.tag-list li a.cur {
	background: #0483d4;
	color: #fff;
}

.tag-list li span.cur:hover,
.tag-list li a.cur:hover {
	background: #0471b7;
}

.tag-list li span.error,
.tag-list li a.error {
	border-color: #f00;
	color: #f00
}

/* 绱㈠紩鏍峰紡鎹㈣偆 */

.blue-third-skin .tag-list li span.index,
.blue-third-skin .tag-list li a.index {
	background: #75a0ad;
	color: #fff;
}

.blue-second-skin .tag-list li span.index,
.blue-second-skin .tag-list li a.index {
	background: #78b4f7;
	color: #fff;
}

.wood-grain-skin .tag-list li span.index,
.wood-grain-skin .tag-list li a.index {
	background: #f0bb2f;
	color: #fff;
}

.green-skin .tag-list li span.index,
.green-skin .tag-list li a.index {
	background: #7fbd58;
	color: #fff;
}

.basic-skin .tag-list li span.index,
.basic-skin .tag-list li a.index {
	background: #9c9d9e;
	color: #fff;
}
/*=============楂樼骇鏌ヨ=============*/

.input-group-btn.input-group-input {
	width: 100%;
}
.input-group-input {
	position: relative;
}
.input-group-input .input-group-input-remove {
	position: absolute;
	height: 34px;
	width: 34px;
	right: 0px;
	top: 0px;
	z-index: 10000;
	/*display: block;*/
	display: none;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: #888;
	cursor: pointer;
}

.form-group-sm .form-control+.input-group-input-remove,
.input-group-sm+.input-group-input-remove,
.input-sm+.input-group-input-remove{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.form-group-lg .form-control+.input-group-input-remove,
.input-group-lg+.input-group-input-remove,
.input-lg+.input-group-input-remove{
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}

.form-group-xs .form-control+.input-group-input-remove,
.form-group-xs+.input-group-input-remove,
.input-xs+.input-group-input-remove{
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
}

.input-group-input .input-group-input-remove:hover,
.input-group-input .input-group-input-remove:focus{
	color: #555;
}
.input-group-input .form-control{
	padding-right: 34px;
}

.input-group-input .form-control::-ms-clear {
	display: none;
}


@media (max-width: 767px) {
	.input-group .input-group-btn.input-group-input .form-control {
		height: 31px;
	}

	.input-group-btn.input-group-input .input-group-input-remove {
		height: 31px;
		line-height: 31px;
	}
}

.advanced-query { border-top: 2px solid #007fda; border-radius: 0; }
.advanced-query .panel-body { padding: 0;}
.advanced-query .panel-body .cond-bar{ padding: 15px 30px;}
.advanced-query .panel-body .cond-bar + .cond-bar{ padding-top: 0;}
.advanced-query .panel { border:0;}

.advanced-query-fixed { border: 0; border-top: 2px solid #63a3ff; border-radius: 0; position: relative; margin-bottom: 0;}
.advanced-query-fixed .panel-heading { border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-radius: 0; z-index: 101;}
.advanced-query-fixed .panel-body { padding: 0; position: absolute; width: 100%; z-index: 100; }
.advanced-query-fixed .panel-body .cond-bar { padding: 15px 30px; }
.advanced-query-fixed .panel-body .cond-bar + .cond-bar { padding-top: 0; }
.advanced-query-fixed .panel { border: 0; border-left: 1px solid; border-right: 1px solid; border-radius: 0; border-color: #007fda;}
.advanced-query-fixed .panel .collapse { border-bottom: 1px solid #007fda; border-top: 1px solid #007fda;}
.advanced-query-fixed .panel .collapse &gt; .cond-caret{
	position: absolute;
	top: -9px;
	height: 10px;
}
.advanced-query-fixed .panel .collapse &gt; .cond-caret:before {
	position: relative;
	display: block;
	top: 2px;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom-color: #007fda;
	content: '';
	margin: auto;
	width: 8px;
}
.advanced-query-fixed .panel .collapse &gt; .cond-caret:after {
	position: relative;
	top: -5px;
	left: 0px;
	display: block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	content: '';
	margin: auto;
	width: 7px;
}

/* 楂樼骇鏌ヨ鎹㈣偆start */
.basic-skin .advanced-query-fixed {
    border-top: 2px solid #35414f;
}

.basic-skin [name="search_button"]{
	background-color: #35414f;
    border-color: #12171d;
}

.basic-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #9C9D9E;
    border-top: 1px solid #9C9D9E;
}

.basic-skin .advanced-query-fixed .panel{
	border-color: #9C9D9E;
}

.basic-skin .tag-list li span.cur:hover,
.basic-skin .tag-list li a.cur:hover{
	
}

.basic-skin .tag-list li span.cur, 
.basic-skin .tag-list li a.cur{
	background-color: #9c9d9e !important;
    color: #fff !important;
}

.basic-skin .tag-list-cond li.selected a,
.basic-skin  .tag-list-cond li.selected span{
	border: 1px solid #636363;
    background-color: #9c9d9e;
    color: #fff !important;
}


.basic-skin [name="searchItem"] .btn{
	background-color: #35414F;
    border: 1px solid #12171d;
}

.basic-skin  .btn-primary{
	background-color: #35414F;
    border-color: #21272f;
}

.basic-skin  .btn-primary:hover{
	background-color: #35414F;
}


.wood-grain-skin .advanced-query-fixed {
    border-top: 2px solid #ffc124;
}

.wood-grain-skin [name="search_button"]{
	background-color: #ffc124;
    border-color: #e6ab13;
}


.wood-grain-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #ffc124;
    border-top: 1px solid #ffc124;
}

.wood-grain-skin .advanced-query-fixed .panel{
	border-color: #ffc124;
}

.wood-grain-skin .tag-list li span.cur:hover,
.wood-grain-skin .tag-list li a.cur:hover{
	
}

.wood-grain-skin .tag-list li span.cur, 
.wood-grain-skin .tag-list li a.cur{
	background-color: #efb113 !important;
    color: #fff !important;
}

.wood-grain-skin .tag-list-cond li.selected a,
.wood-grain-skin .tag-list-cond li.selected span{
    color: #fff !important;
    background-color: #efb113 !important;
    border: 1px solid #d0980b;
}
.wood-grain-skin .btn-primary{
	background-color: #efb113;
    border-color: #cc9710;
}

.wood-grain-skin  .btn-primary:hover{
	background-color: #f0bb2f;
}

.green-skin .advanced-query-fixed {
    border-top: 2px solid #347346;
}

.green-skin  .btn-primary{
	background-color: #347346;
    border-color: #2f563a;
}

.green-skin  .btn-primary:hover{
	background-color: #275f37;
}

.green-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #7FBD58;
    border-top: 1px solid #7FBD58;
}

.green-skin .advanced-query-fixed .panel{
	border-color: #7FBD58;
}

.green-skin .tag-list li span.cur:hover,
.green-skin .tag-list li a.cur:hover{
	
}

.green-skin .tag-list li span.cur, 
.green-skin .tag-list li a.cur{
	background-color: #7fbd58;
    color: #fff !important;
}

.green-skin .tag-list-cond li.selected a,
.green-skin  .tag-list-cond li.selected span{
	background-color: #7fbd58;
    color: #fff !important;
}


.green-skin [name="searchItem"] .btn{
	background-color: #347346;
    border: 1px solid #2f563a;
}

.green-skin .tag-list-cond li.selected a:hover, 
.green-skin .tag-list-cond li.selected span:hover{
	background-color: #7fbd58;
    color: #fff !important;
}

.green-skin .nav-tabs&gt;li.active&gt;a, 
.green-skin .nav-tabs&gt;li.active&gt;a:hover, 
.green-skin .nav-tabs&gt;li.active&gt;a:focus{
	color:#7FBD58;	
}

.blue-second-skin .advanced-query-fixed {
    border-top: 2px solid #2381E9;
}

.blue-second-skin  .btn-primary{
	background-color: #2381E9;
    border-color: #0663ca;
}

.blue-second-skin .btn-primary:hover{
	background-color: #2381E9;
}


.blue-second-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #2381e9;
    border-top: 1px solid #2381e9;
}

.blue-second-skin .advanced-query-fixed .panel{
	border-color: #2381E9;
}

.blue-second-skin .tag-list li span.cur:hover,
.blue-second-skin .tag-list li a.cur:hover{
	background-color: #78b4f7;
    border: 1px solid #2381e9;
}

.blue-second-skin .tag-list li span.cur, 
.blue-second-skin .tag-list li a.cur{
	background-color: #78b4f7;
    color: #fff !important;
}

.blue-second-skin .tag-list-cond li.selected a,
.blue-second-skin .tag-list-cond li.selected span{
	background-color: #78b4f7;
    border: 1px solid #2381e9;
    color:#fff  !important;
}


.blue-second-skin  [name="searchItem"] .btn{
	background-color: #2381e9;
    border: 1px solid #2381e9;
}

.blue-second-skin  .tag-list-cond li.selected a:hover, 
.blue-second-skin  .tag-list-cond li.selected span:hover{
	background-color: #2381E9;
    border-color: #0663ca;
}

.blue-second-skin  .nav-tabs&gt;li.active&gt;a, 
.blue-second-skin  .nav-tabs&gt;li.active&gt;a:hover, 
.blue-second-skin   .nav-tabs&gt;li.active&gt;a:focus{
	color:#2381E9;	
}


.blue-third-skin .advanced-query-fixed {
    border-top: 2px solid #2d4a52;
}

.blue-third-skin  .btn-primary{
	background-color: #548796;
    border-color: #3B6571;
}

.blue-third-skin .btn-primary:hover{
	background-color: #548796;
}

.blue-third-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #3B6571;
    border-top: 1px solid #3B6571;
}

.blue-third-skin .advanced-query-fixed .panel{
	border-color: #3B6571;
}

.blue-third-skin .tag-list li span.cur:hover,
.blue-third-skin .tag-list li a.cur:hover{
	background-color: #75a0ad;
    border: 1px solid #2d4a52;
}

.blue-third-skin .tag-list li span.cur, 
.blue-third-skin .tag-list li a.cur{
	background-color: #75a0ad;
    color: #fff !important;
}

.blue-third-skin .tag-list-cond li.selected a,
.blue-third-skin .tag-list-cond li.selected span{
	background-color: #75a0ad;
    border: 1px solid #2d4a52;
    color: #fff !important;
}

.blue-third-skin  [name="searchItem"] .btn{
	background-color: #3B6571;
    border-color: #2d4a52;
}

.blue-third-skin  .tag-list-cond li.selected a:hover, 
.blue-third-skin  .tag-list-cond li.selected span:hover{
	background-color: #3B6571;
    border-color: #2d4a52;
}

.blue-third-skin  .nav-tabs&gt;li.active&gt;a, 
.blue-third-skin  .nav-tabs&gt;li.active&gt;a:hover, 
.blue-third-skin   .nav-tabs&gt;li.active&gt;a:focus{
	color:#3B6571;	
}

/* 楂樼骇鏌ヨ鎹㈣偆end */

@media (min-width: 768px){
	/*淇.tag-list瀵瑰簲.control-label楂樺害涓嶅鐨勯棶棰�*/
	.form-horizontal .cond-bar.mg .control-label {
		margin-top: 5px;
	}
}

.cond-bar .btn.btn-sm { line-height: 1.5;}
.cond-bar .btn-group .btn.btn-default.active { background-color: #0483d4; color: #fff; border-color: #285e8e; }
.cond-bar .tab-pane { min-height:36px;}


/* 澧炲姞 tag-list-cond 鏍峰紡锛岀敤浜庡彟涓�绉嶉珮绾ф煡璇紝zp锛�20161111 */
.tag-list-cond-blank { min-height:31px; margin-top: 5px; line-height: 31px; color: #f00;}
.tag-list-cond li a,
.tag-list-cond li span {
	position: relative;
	border: 1px solid transparent;
	background: none;
	color: #888;
}

.tag-list-cond li.in a,
.tag-list-cond li.in span {
	color: #0b80ca;
}

.tag-list-cond li.selected{
	max-width: 280px;
}

.tag-list-cond li.selected a,
.tag-list-cond li.selected span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 20px;
	border: 1px solid #0b80ca;
	color: #0b80ca;
	background-color: #fff;
}

@media (max-width: 767px){
	.tag-list-cond li.selected{
		max-width: 100%;
	}
}

.tag-list-cond li.selected a:hover,
.tag-list-cond li.selected span:hover {
	background-color: #35414f;
}

/* 鎹㈣偆start */
.basic-skin .tag-list-cond li.selected a:hover, 
.basic-skin .tag-list-cond li.selected span:hover{
	background-color: #9C9D9E;
}

.wood-grain-skin .tag-list-cond li.selected a:hover, 
.wood-grain-skin .tag-list-cond li.selected span:hover{
	background-color: #fbf7ed;
}

/* 鎹㈣偆end */

.tag-list-cond li a&gt;.close-icon,
.tag-list-cond li span&gt;.close-icon {
	position: absolute;
	right: 3px;
	top: 8px;
}

.tag-list-cond li.selected a&gt;.close-icon,
.tag-list-cond li.selected span&gt;.close-icon {
	position: absolute;
	right: 3px;
	top: 8px;
}

/*鍙姌鍙犵殑.tag-list*/
.tag-list.tag-list-collapse{
	position: relative;
	padding-right: 42px;
	max-height: 108px; /*榛樿鏄剧ず3琛�*/
	min-height: 36px;
	overflow: hidden;
}
.tag-list.tag-list-collapse .tag-list-collapse-more{
	position: absolute;
	right: 0;
	margin-top: 5px;
	padding: 5px 0;
	cursor: pointer;
	color: #0b80ca;
}

/* 澧炲姞鍒犻櫎鍥炬爣鏍峰紡锛寊p锛�20160922 */
.tag-list li span &gt; .close-icon,
.tag-list li a &gt; .close-icon {
	filter: alpha(opacity=40);
	opacity: .4;
	color: inherit;
}

.tag-list li span &gt; .close-icon:hover,
.tag-list li a &gt; .close-icon:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.nav_tag { margin-bottom: 5px; }

.nav_tag &gt; li &gt; a { color: #555; }
.nav_tag&gt;li&gt;a.cur,
.nav_tag&gt;li.active&gt;a.cur,
.nav_tag&gt;li.active&gt;a:hover.cur { color: #0b80ca; font-style: italic; }

/*=====================浠�**鍙充晶========================*/

.outer {
	position: fixed;
	_position: absolute;
	width: 0px;
	top: 0;
	bottom: 0px;
	overflow: hidden;
	right: 0px;
	z-index: 998;
	background: #f1f1f1;
}

.outer_left {
	width: 40px;
	float: left;
	cursor: pointer;
	background: #fd9b00;
	height: 100%;
	position: relative;
	z-index: 999
}

.outer_left a {
	text-decoration: none
}

.outer_left .glyphicon {
	width: 40px;
	height: 40px;
	top: 0px;
	text-align: center;
	padding: 0px;
}

.outer_left .glyphicon:hover {
	background: #ff8a00
}

.outer_left .glyphicon:before {
	width: 22px;
	height: 22px;
	color: #fff;
	display: block;
	margin: 9px;
}

.outer_right {
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 50px;
	right: 10px;
}

.outer_right_wrapper {
	width: 100%;
	height: 100%;
}

.outer_right_wrapper .w_680 {
	width: 680px;
}

.outer_right h4 {
	padding: 10px 0px;
}

.outer_right_footer {
	width: 100%;
	height: auto;
	margin: 10px 0px;
}


/*-------------------- 棣栭〉鏍囩鑳屾櫙 --------------------*/

.index_png {
	background: url(../images/index_png.png) no-repeat
}


/*-------------------- 棣栭〉澶撮儴鏍峰紡 --------------------*/

.logo_2 {
	font: normal 24px/45px "microsoft YaHei";
	color: #fff!important;
	padding: 5px;
}

.logo_2 img {
	padding: 5px;
	float: left;
}

.top1 {
	background: #0483d4;
	min-height: 60px;
	border-bottom: 0px none;
	margin-bottom: 0;
}

.top1 .navbar-form {
	margin-top: 14px;
}

.top1 .navbar-form .form-control {
	width: 200px;
	height: 33px;
	border: 0px none;
	background: #68b5e5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	background: #b4d1eb url(../images/ico1.png) 5px center no-repeat;
	color: #0483d4;
	font: normal 12px/33px SimSun;
	text-indent: 35px;
	padding: 0px;
	margin: 0px;
}

.top1 .navbar-form .form-control:focus {
	background: #fff url(../images/ico1x.png) 5px center no-repeat;
}

.top1 .grxx {
	display: block;
	padding: 16px;
	margin-left: 5px;
}

.top1 .grxx img {
	border-radius: 14px;
}

.top1 li&gt;a.grxx:focus,
.top1 li&gt;a.grxx:hover,
.top1 .open&gt;a.grxx:focus,
.top1 .open&gt;a.grxx {
	background: #68b5e5
}

.top1 .dropdown-menu {
	background: #1d8fd8;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	border-radius: 0px
}

.top1 .dropdown-menu .divider {
	background-color: #58a1d1;
	margin: 0px;
}

.top1 .dropdown-menu&gt;li&gt;a {
	color: #ffffff;
	font-size: 14px;
	padding: 0px 20px;
	line-height: 50px;
}


.top1 .dropdown-menu&gt;li&gt;a .fa{
	font-size: 18px;
    margin-right: 16px;
    margin-left: 3px;
}

.top1 .dropdown-menu&gt;li&gt;a i.top_png {
	display: inline-block;
	width: 35px;
	height: 50px;
	background: url(../images/ico_top_png.png) 0px 0px no-repeat;
	float: left;
}

.top1 .dropdown-menu&gt;li&gt;a i.top_png.qh {
	background-position: 0px 0px;
}

.top1 .dropdown-menu&gt;li&gt;a i.top_png.mm {
	background-position: 0px -50px;
}

.top1 .dropdown-menu&gt;li&gt;a i.top_png.tc {
	background-position: 0px -100px;
}

/* 澧炲姞绯荤粺鐩戞帶锛寊p锛�20160909 */
.top1 .dropdown-menu&gt;li&gt;a i.top_png.jk {
	background-position: 0px -150px;
}

.top1 .dropdown-menu&gt;li&gt;a:after {
	border-left-color: #e3f1fa;
	/* margin-top: 20px; */
}

.top1 .dropdown-menu&gt;li&gt;a:hover,
.top1 .dropdown-menu&gt;li&gt;a:focus {
	background-color: #68b5e5
}

.top1 .dropdown-submenu .dropdown-menu {
	margin-top: 0px;
	border-radius: 0px;
	top: 0px;
}

.top1 .dropdown-submenu .dropdown-menu li a {
	line-height: 35px;
	font-size: 12px;
}

.top1 .dropdown-menu&gt;li&gt;a .glyphicon {
	color: #fff;
	top: 11px;
}

.top1 .dropdown-menu .dropdown-header {
	color: #fff;
	font-size: 14px;
	line-height: 50px;
}


/*----------------------- 涓夌骇鑿滃崟瀵艰埅 -----------------*/

.dropdown-submenu {
	position: relative;
	cursor: pointer;
}

.dropdown-submenu&gt; .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu&gt; .dropdown-menu.left {
	left: auto;
	right: 100%;
}

.dropdown-submenu:hover&gt; .dropdown-menu {
	display: block;
}

.dropdown-submenu&gt; a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover&gt; a:after {
	border-left-color: #0483d4;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left&gt; .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}


/*----------------------- 鎶ュ悕璁剧疆椤甸潰鍏叡澶撮儴 -----------------*/

.top2 {
	background: #0483d4;
	margin-bottom: 15px;
}

.top2 .navbar-brand {
	color: #fff;
	font-size: 20px;
}

.top2 .navbar-nav&gt;li&gt;a {
	font-size: 16px;
	color: #fff;
}

.top2 .navbar-nav&gt;li&gt;a:hover {
	background: #0568bf;
}

.top2 .navbar-nav&gt;.active&gt;a,
.top2 .navbar-nav&gt;.active&gt;a:hover,
.top2 .navbar-nav&gt;.active&gt;a:focus {
	background: #0568bf;
}

.top2 .navbar-toggle:hover {
	background: #79AFFF!important;
}

.top2 .navbar-toggle {
	border-color: #8BC7FF;
	background: #3E81E4!important;
}


/*-------------------- 棣栭〉妯悜鑿滃崟鏍峰紡 --------------------*/

.navbar_index {
	background: #ffffff;
	width: 100%;
}

.navbar_index .navbar {
	margin-bottom: 0;
	background-color: transparent;
	border-width: 0
}


/*-------------------- 搴曢儴 --------------------*/

.footer {
	text-align: center;
	color: #8099af;
	font: normal 12px/20px microsoft YaHei;
	margin: 15px;
}

.index_main {
	overflow-x: hidden
}

.index_zjsy {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff
}

.index_zjsy h3 {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.index_zjsy h3 span {
	color: #333333;
	font: bold 15px/42px "microsoft YaHei";
	margin-left: 20px;
	float: left;
}

.index_zjsy ul {
	padding: 15px 0px;
}

.index_zjsy ul li {
	text-align: center;
	margin-bottom: 16px;
}

.index_zjsy ul li img {
	margin: 0 auto;
}

.index_zjsy ul li h5 {
	color: #333333;
	font: normal 14px/20px "microsoft YaHei";
	padding: 5px 0px 15px 0px;
}

.index_wdyy {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
}

.index_wdyy h3 {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.index_wdyy h3 span {
	color: #333333;
	font: bold 15px/42px "microsoft YaHei";
	margin-left: 20px;
	float: left;
}

.index_wdyy h3 a {
	float: right;
	background: url(../images/ico2.png) no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	margin: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

.index_wdyy ul {
	padding: 15px 0px;
}

.index_wdyy ul li {
	text-align: center;
	margin-bottom: 16px;
}

.index_wdyy ul li img {
	margin: 0 auto;
}

.index_wdyy ul li h5 {
	color: #333333;
	font: normal 14px/20px "microsoft YaHei";
	padding: 5px 0px 15px 0px;
}


/*----------------------- 棣栭〉浜斿潡鍐呭 -----------------*/

.index_right {
	padding-left: 0px !important
}

.index_title {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eeeeee;
}

.index_title span.title {
	color: #333333;
	font: bold 15px/42px "microsoft YaHei";
	padding-left: 25px;
}

.index_title .float_r {
	padding-right: 15px;
	line-height: 42px;
}

.index_title .float_r a {
	color: #aeaeae;
	font: normal 12px/42px SimSun;
	margin-left: 20px;
}

.index_title .float_r a.cur {
	color: #6e6e6e
}

.index_grxx {
	background: #fff;
	margin-bottom: 15px;
	margin-left: -15px;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	overflow: hidden;
}

.index_grxx .col-md-5 {
	border-right: 1px solid #eeeeee;
	height: 100%;
}

.index_grxx .media .media-object {
	float: left;
	border-radius: 55px;
	margin: 20px 10px 20px 5px;
}

.index_grxx .media-body {
	margin-top: 20px;
}

.index_grxx .media-body .media-heading {
	color: #333333;
	font: bold 15px/25px "microsoft YaHei"
}

.index_grxx .media-body p {
	color: #7a7a7a;
	font: normal 12px/22px "microsoft YaHei"
}

.index_grxx .media-body p.fs1 {
	color: #ababab;
	font: normal 12px/22px "microsoft YaHei"
}

.index_grxx .media-body p.fs2 {
	color: #ababab;
	font: normal 12px/22px "microsoft YaHei";
	text-align: right
}

.index_grxx .media-body .progress {
	margin: 8px 40px 8px 0px;
	height: 8px;
	overflow: initial;
	background: #dfdfdf;
	position: relative;
	z-index: 1;
}

.index_grxx .media-body .progress a {
	position: absolute;
	z-index: 2;
	right: -40px;
	top: -3px;
	color: #1059c7;
	font-family: SimSun;
	font-size: 12px;
}

.index_grxx .media-body .progress .progress-bar {
	height: 8px;
	line-height: 8px;
	border-radius: 4px;
	background: #05d91e
}

.index_grxx .list-group {
	margin: 5px 0px;
}

.index_grxx .list-group-item {
	width: 100%;
	float: left;
	border: 0px none;
	padding: 0px 5px 0px 15px;
	margin-bottom: 0px;
	line-height: 28px;
	font-family: SimSun;
	background: url(../images/ico_dian.gif) 5px center no-repeat;
}

.index_grxx .list-group-item .title {
	float: left;
	color: #717171;
	font: normal 12px/28px SimSun;
}

.index_grxx .list-group-item .new {
	display: block;
	float: left;
	width: 22px;
	height: 11px;
	background-position: -30px 0px;
	margin-top: 9px;
	margin-left: 5px;
}

.index_grxx .list-group-item .hot {
	display: block;
	float: left;
	width: 22px;
	height: 11px;
	background-position: -30px -20px;
	margin-top: 9px;
	margin-left: 5px;
}

.index_grxx .list-group-item .time {
	color: #9e9c9c;
}

.index_rctx,
.index_kbcx {
	background: #fff;
	margin-bottom: 15px;
	margin-left: -15px;
	height: 210px;
	overflow: hidden
}

.index_kscj,
.index_xl {
	background: #fff;
	margin-bottom: 15px;
	margin-left: -15px;
	height: 250px;
	overflow: hidden
}

.index_rctx .list-group {
	margin: 0px 10px;
}

.index_rctx .list-group-item {
	width: 100%;
	height: 39px;
	float: left;
	border: 0px none;
	border-bottom: 1px dashed #c0c0c0;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 39px;
}

.index_rctx .list-group-item:last-child {
	border-bottom: 0px none;
}

.index_rctx .list-group-item i {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 10px 0px;
}

.index_rctx .list-group-item i.i1 {
	background-position: 0px 2px;
}

.index_rctx .list-group-item i.i2 {
	background-position: 0px -18px;
}

.index_rctx .list-group-item .time {
	float: left;
	margin-left: 10px;
	color: #858585;
	font: normal 12px/39px SimSun;
}

.index_rctx .list-group-item .title {
	float: left;
	margin-left: 10px;
	color: #333333;
	font: bold 12px/39px SimSun;
}

.index_rctx .list-group-item .but1 {
	display: block;
	width: 66px;
	height: 20px;
	border: 1px solid #dadada;
	margin: 9px 0px;
	text-align: center;
	color: #666666;
	font: normal 12px/20px SimSun;
}

.index_rctx .list-group-item .but2 {
	display: block;
	width: 66px;
	height: 20px;
	margin: 10px 0px;
	text-align: center;
	color: #1a65b1;
	font: normal 12px/20px SimSun;
}

.index_kbcx .list-group {
	margin: 10px 10px;
}

.index_kbcx .list-group-item {
	width: 100%;
	height: 30px;
	float: left;
	border: 0px none;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 30px;
}

.index_kbcx .list-group-item .time {
	float: left;
	display: block;
	width: 85px;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kbcx .list-group-item .title {
	float: left;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kbcx .list-group-item .address {
	float: left;
	margin-left: 20px;
	color: #a2a2a2;
	font: normal 12px/30px SimSun;
}

.index_kscj .text-center {
	color: #939393;
	font: bold 12px/40px SimSun;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.index_kscj .list-group {
	margin: 0px 10px;
}

.index_kscj .list-group-item {
	width: 100%;
	height: 30px;
	float: left;
	border: 0px none;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 30px;
}

.index_kscj .list-group-item .time {
	float: left;
	display: block;
	width: 85px;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kscj .list-group-item .title {
	float: left;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kscj .list-group-item .address {
	float: left;
	margin-left: 20px;
	color: #a2a2a2;
	font: normal 12px/30px SimSun;
}


/*----------------------- 鎶ュ悕璁剧疆椤甸潰table -----------------*/

.sl_all_bg {
	padding: 20px;
	background: #fff;
}

.sl_all_form {
	padding: 20px;
}

.sl_all_bg .sl_all_form {
	padding: 20px 12px 12px 12px;
	border: 1px solid #e6e6e6;
}

.sl_all_bg .sl_aff_btn {
	margin: 0px;
	border: 1px solid #e6e6e6;
	border-top: 0px;
	text-align: right;
	background: #f4f4f4;
	margin-bottom: 15px;
	padding: 5px 0;
}

.sl_bmsz_tb1_h1 {
	font: 20px/30px "microsoft YaHei";
	color: #4f81af;
	margin-bottom: 15px;
}

.form-offset {
	padding-left: 60px;
}

.sl_add_btn {
	text-align: right;
}

.sl_add_btn button {
	margin-bottom: 15px;
}


/*----------------------- 寮瑰嚭灞� -----------------*/

.sl_mod .modal-header {
	background: #2587de;
}

.sl_mod .modal-header h4 {
	color: #fff;
}

.sl_mod .modal-header button.close {
	opacity: 1;
}

.sl_mod .modal-header button.close span {
	color: #fff;
}

.sl_mod .nav-tabs&gt;li.active&gt;a,
.sl_mod .nav-tabs&gt;li.active&gt;a:hover,
.sl_mod .nav-tabs&gt;li.active&gt;a:focus {
	border-top: 2px solid #0770cd;
}

.sl_mod .sl_bar_btn {
	background: #eee;
	padding: 5px 10px;
	text-align: right;
}

.sl_mod .sl_bar_btn button {
	margin-left: 10px;
}

.sl_mod textarea {
	width: 100%;
	height: 150px;
}

.sl_bmdxsz .sl_bor {
	margin: 0px 0px 10px 0px;
	border: 1px solid #ddd;
	border-top: none;
}

.sl_bmdxsz .sl_bor .row {
	padding: 10px;
}

.sl_mod .sl_bor_lf,
.sl_mod .sl_bor_rt {
	border: 1px solid #ddd;
	padding: 10px;
	padding-top: 0px;
}

.sl_mod .sl_bor_lf h6,
.sl_mod .sl_bor_rt h6 {
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	height: 30px;
	font: 12px/30px "瀹嬩綋";
	padding-left: 10px;
	margin: 0px -10px 10px;
}

/*----------------------- 澶氭潯浠堕�夋嫨椤甸潰 -----------------*/

.sl_sel_con {
	border: 1px solid #ddd;
	padding-top: 10px;
}

.sl_sel_list {
	float: left;
	width: 100%;
}

.sl_sel_list h6 {
	float: left;
	text-align: right;
	width: 80px;
	line-height: 30px;
}

.sl_sel_list ul {
	float: left;
	padding: 0px;
}

.sl_sel_list li {
	float: left;
	line-height: 30px;
	padding: 0px 10px;
}

.sl_sel_list li a {
	padding: 3px 5px;
}

.sl_yx_con {
	float: left;
	width: 100%;
	background: #fff1dc;
	min-height: 30px;
	padding: 5px 0px;
}

.sl_yx_con .tit {
	float: left;
	line-height: 30px;
	padding-left: 10px;
}

.sl_yx_con li {
	float: left;
	line-height: 30px;
	padding: 0px 5px;
}

.sl_yx_con li a {
	padding: 3px 10px 3px 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.sl_yx_con li a span {
	padding-right: 15px;
	background: url(../images/ico3.png) no-repeat right center;
}

.sl_yx_con li a:hover span {
	background: url(../images/ico4.png) no-repeat right center;
}

.sl_yx_con li a .sl_shut_ic {
	padding-left: 10px;
	font-weight: bold;
}

.sl_sel_con .sl_topbar_sear h6 {
	line-height: 26px;
}

.sl_sel_con .sl_topbar_sear button {
	height: 26px;
	padding: 2px 5px;
	font-size: 12px;
}

.sl_sel_con .sl_topbar_sear .form-control {
	height: 26px;
}

.sl_shtg {
	width: 100%;
	height: 45px;
	margin: 20px 0px 0px 0px;
	background: #f4f4f4;
}

.sl_shtg h6 {
	float: left;
	line-height: 45px;
	padding-left: 10px;
}

.sl_shtg button {
	margin: 5px 20px 0px 0px;
}

.sl_pop_posi {
	position: relative;
	float: right;
}

.sl_pop_posi .sl_pop_con {
	position: absolute;
	width: 300px;
	padding: 10px;
	left: -203px;
	top: 45px;
	border: 1px solid #ddd;
	background: #fff;
}

.sl_pop_posi .sl_pop_con textarea {
	width: 100%;
	height: 130px;
}


/*----------------------- 鏍″巻琛ㄦ牸鏍峰紡 -----------------*/

.tab-bor-col-1 th,
.tab-bor-col-1 td {
	border-color: #dddfd7!important
}

.tab-th-1 th {
	background-color: #ebf4ea;
	border-bottom-width: 1px!important;
	font-weight: 800
}

.tab-th-2 th {
	background-color: #fcfff8;
	border-bottom-width: 1px!important;
	font-weight: 800
}

.tab-col-2 td {
	background-color: #EBFED1;
	color: red;
}

.tab-col-1 {
	background-color: #cfeea4;
	border: 1px solid #98d494!important
}

h4.title {
	padding: 10px 0
}

.dl-md {
	padding: 5px;
	border: 1px solid #ebebeb;
}

.dl-md dt,
.dl-md dd {
	font-size: 14px;
	line-height: 180%;
}

.padding-margin-none {
	margin-bottom: 0;
}

.title-col-f7 {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.xl_jb {
	background: #ebf4ea url(../img/img_xl.png) right bottom no-repeat !important;
	width: 59px;
	min-height: 65px;
}


/*----------------------- 鍙姤鍚嶉」鐩� -----------------*/

.sl_tit_kbmxm {
	margin-bottom: 20px;
}

.sl_tit_kbmxm a small {
	float: right;
	color: #33F;
	line-height: 19px;
}


/*----------------------- 琛ㄦ牸鏍峰紡 -----------------*/

.tab-td-padding-5 td,
.tab-td-padding-5 th {
	padding: 5px!important
}


/*----------------------- 瀛︽牎淇℃伅璁剧疆-鏍戝舰鏍峰紡 -----------------*/

.treeview,
.treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin: 0px 60px
}

.treeview li {
	padding: 30px 0px 0px 100px;
	background: url(../images/treeview_bg.gif) 0 -14px no-repeat;
	position: relative;
	z-index: 1;
}

.treeview li.last {
	background-position: 0 -10704px
}

.treeview li.first {
	background: none
}

.treeview .hitarea {
	position: absolute;
	z-index: 2;
	top: 44px;
	left: 115px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(../images/ico_treeview.png) 0px 0px no-repeat
}

.treeview .expandable-hitarea {
	background: url(../images/ico_treeview.png) 0px -20px no-repeat
}

.treeview li .title {
	width: 280px;
	background: #288ace;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.treeview li .title .zt3 {
	position: absolute;
	z-index: 2;
	display: block;
	width: 13px;
	height: 13px;
	top: -5px;
	right: -5px;
	background: url(../images/ico_treeview.png) -9999px -9999px no-repeat;
}

.treeview li .title .zt3.zt31 {
	background-position: 0px -66px;
}

.treeview li .title .zt3.zt32 {
	background-position: -18px -66px;
}

.treeview li .title .zt3.zt33 {
	background-position: -36px -66px;
}

.treeview li .title .title1 {
	padding: 10px 40px 32px 40px;
	color: #fff;
	font: normal 12px/25px SimSun;
	position: relative;
	z-index: 1;
}

.treeview1 li .title .title1 {
	padding-right: 10px;
}

.treeview li .title .zt1 {
	background: #ffea00;
	border-radius: 5px;
	color: #1d6596;
	padding: 0px 5px;
	line-height: 18px;
	margin-left: 5px;
	display: inline-block
}

.treeview li .title .edit_del {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 100%;
	overflow: hidden;
	background: #288ace;
	border-left: 1px solid #62afe5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.treeview li .title .edit_del a {
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	border-bottom: 1px solid #62afe5;
}

.treeview li .title .edit_del a.edit:hover {
	background-color: #369ae0;
}

.treeview li .title .edit_del a.del:hover {
	background-color: #369ae0;
}

.treeview li .title .edit_del a:last-child {
	border-bottom: 0px none;
}

.treeview li .title .edit_del a.edit {
	background: url(../images/treeview_edit.png) center center no-repeat;
}

.treeview li .title .edit_del a.del {
	background: url(../images/treeview_del.png) center center no-repeat;
}

.treeview li .title .tg_btg {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	width: 62px;
	height: 100%;
	overflow: hidden;
	background: #288ace;
	border-left: 1px solid #62afe5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.treeview li .title .tg_btg a {
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	border-bottom: 1px solid #62afe5;
	color: #fff;
	text-align: left;
	padding: 0 0 0 3px !important;
	text-decoration: none;
	line-height: 33px !important;
	font-family: SimSun
}

.treeview li .title .tg_btg a:hover {
	background-color: #369ae0;
}

.treeview li .title .tg_btg1 {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	width: 62px;
	height: 100%;
	overflow: hidden;
	background: #288ace;
	border-left: 1px solid #62afe5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	color: #ffea00;
	line-height: 33px;
}

.treeview li .title .tg_btg1 a {
	color: #fff;
}

.treeview li .title .add {
	display: block;
	width: 100%;
	height: 22px;
	border-top: 1px solid #62afe5;
	overflow: hidden;
	background: #288ace url(../images/ico_treeview.png) 110px -44px no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.treeview li .title .add:hover {
	background-color: #369ae0;
}

.treeview li .title .more {
	display: block;
	width: 100%;
	height: 22px;
	border-top: 1px solid #62afe5;
	overflow: hidden;
	background: #288ace;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 22px;
	text-decoration: none
}

.treeview .more_con {
	border: 1px solid #e6e6e6;
	background: #fff;
	box-shadow: 0px 0px 3px 0px rgb( 0, 0, 0);
	width: 507px;
	height: auto;
	overflow: hidden;
	padding: 5px 10px;
	margin-top: 2px;
	display: none;
}

.treeview .more_con a {
	color: #288ace;
	font: normal 14px/20px "microsoft YaHei";
	padding: 0px 10px 0px 0px
}

.treeview .more_con .table {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	float: left;
}

.treeview .more_con .table td,
.treeview .more_con .table th {
	padding: 3px 0px !important;
	font-size: 12px;
	border: 0px none;
	text-align: center !important
}

.treeview .more_con .table th {
	background: #fafafa
}


/*=====================鍥伴毦鐢熻瀹氬鏍告祦绋�========================*/

.splc_bg {
	margin: 0 auto;
	width: 511px;
	height: 414px;
	padding: 23px 0 0 0;
}

.splc {
	height: 414px;
	width: 511px;
	position: relative
}

.splc .zt {
	z-index: 1;
	height: 70px;
	display: block;
}

.splc .title {
	width: 15px;
	padding-top: 2px;
	padding-left: 8px;
	line-height: 14px;
	letter-spacing: normal;
	color: #fff;
}

.splc .more {
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/knssh_more.png) no-repeat;
	display: none
}

.splc .next {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

.splc .content {
	width: 425px;
	float: right;
	line-height: 25px;
	color: #999999;
	text-align: left;
	margin: 5px
}

.splc .green {
	color: #54ad61;
}

.splc .black {
	color: #333333;
}

.splc .red {
	color: #ec3f3f;
}

.splc .green1 {
	color: #54ad61;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc .black1 {
	color: #333333;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc .red1 {
	color: #ec3f3f;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc .height60 {
	height: 60px;
	overflow: hidden;
	z-index: 10
}

.splc .tg {
	width: 480px;
	border: 1px solid #d4ebe2;
	background: #FFF url(../images/knssh_tgbg.jpg) bottom repeat-x;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
}

.splc .tg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_tg_green.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
}

.splc .wtg {
	width: 480px;
	border: 1px solid #fbdddd;
	background: #FFF url(../images/knssh_wtgbg.jpg) bottom repeat-x;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
}

.splc .wtg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wtg_red.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
}

.splc .wks {
	width: 480px;
	border: 1px solid #e7e7e7;
	background: #FFF url(../images/knssh_wksbg.jpg) bottom repeat-x;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
}

.splc .wks .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wks_gray.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
}

.splc .content1 {
	cursor: pointer;
	position: absolute;
	z-index: 11;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25)
}


/*=====================鍥伴毦鐢熻瀹氬鎵规祦绋嬬缉鐣ュ浘========================*/

.splc .flow-steps {
	overflow: hidden;
	width: 482px;
	margin-left: 15px;
	position: relative;
	z-index: 1;
	height: 30px;
}

.splc .flow-steps .text span {
	font-size: 12px;
	text-align: center;
	display: block;
	float: left;
	width: 54px;
	height: 18px;
	line-height: 18px;
}

.splc .flow-steps02 .num li {
	width: 50px;
	height: 7px;
	overflow: hidden;
}

.splc .flow-steps02 li {
	float: left;
	background: #d8d8d8 url(../images/zyml_steps_bg.gif) no-repeat 100% 0;
	height: 7px;
	padding-right: 5px;
}

.splc .flow-steps02 li .first {
	background-color: #d8d8d8;
}

.splc .flow-steps02 li.last {
	background-position: 100% -216px;
}

.splc .flow-steps02 li.current {
	background-color: #4699e5;
}

.splc .flow-steps02 li.current .first {
	background-color: #4699e5;
}

.splc .flow-steps02 li.current-prev {
	background-position: right -7px!important;
}

.splc .flow-steps02 li.done {
	background-color: #d8d8d8;
	background-position: right 0px;
}

.splc .flow-steps02 li.done .first {
	background-color: #4699e5;
}

.splc .flow-steps02 li.last-current {
	background-color: #4699e5;
	color: #fff!important;
	background-position: 100% -252px;
}


/*=====================鍥伴毦鐢熻瀹氬鏍告祦绋�========================*/

.splc1_bg {
	margin: 20px auto;
	height: 100%;
	width: 511px;
}

.splc1 {
	height: 100%;
	width: 100%;
	position: relative;
}

.splc1 .zt1 {
	z-index: 1;
	display: block;
	padding: 0px 10px;
}

.splc1 .title {
	width: 15px;
	padding-top: 2px;
	padding-left: 8px;
	line-height: 14px;
	letter-spacing: normal
}

.splc1 .more {
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/knssh_more.png) no-repeat;
	display: none
}

.splc1 .next {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin: 10px 0px;
}

.splc1 .content {
	float: left;
	line-height: 25px;
	color: #999999;
	text-align: left;
	margin: 5px 10px;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .green {
	color: #54ad61;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .black {
	color: #333333;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .red {
	color: #ec3f3f;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .green1 {
	color: #54ad61;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc1 .black1 {
	color: #333333;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc1 .red1 {
	color: #ec3f3f;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc1 .height60 {
	height: 60px;
	overflow: hidden;
	z-index: 10;
}

.splc1 .tg {
	border: 1px solid #d4ebe2;
	background: #FFF url(../images/knssh_tgbg.jpg) bottom repeat-x;
	position: relative;
}

.splc1 .tg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_tg_green.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-left: 10px;
}

.splc1 .wtg {
	border: 1px solid #fbdddd;
	background: #FFF url(../images/knssh_wtgbg.jpg) bottom repeat-x;
	position: relative;
}

.splc1 .wtg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wtg_red.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-left: 10px;
}

.splc1 .wks {
	border: 1px solid #e7e7e7;
	background: #FFF url(../images/knssh_wksbg.jpg) bottom repeat-x;
	position: relative;
}

.splc1 .wks .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wks_gray.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-left: 10px;
}

.splc1 .type .title {
	color: #fff;
}

.splc1 .content1 {
	cursor: pointer;
	z-index: 11;
	position: absolute;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25)
}


/*=====================鍥伴毦鐢熻瀹氬鎵规祦绋�1姝ラ========================*/

.splc1 .step {
	overflow: hidden;
	width: 100%;
	*width: 97%;
	height: 60px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	background: #f9f9f9
}

.splc1 .step ul {
	margin: 10px 0px 0px 10px;
	height: 50px;
	float: left;
}

.splc1 .step ul li {
	float: left;
}

.splc1 .step ul li .user {
	color: #2a99f7;
	font: bold 12px/20px "瀹嬩綋";
	height: 20px;
}

.splc1 .step ul li .num {
	height: 19px;
	width: 100%;
	background: url(../images/splc1_step.gif) 0px -20px no-repeat;
	font: bold 14px/19px Arial;
	text-indent: 6px;
	color: #fff
}

.splc1 .step ul .wsh .user {
	color: #808080;
}

.splc1 .step ul .wsh .num {
	background-position: 0px 0px;
	color: #707070
}

.splc1 .step ul .ysh .user {
	color: #2a99f7;
}

.splc1 .step ul .ysh .num {
	background-position: 0px -20px;
	color: #fff
}

.splc1 .step ul .shz .user {
	color: #ff9c00;
}

.splc1 .step ul .shz .num {
	background-position: 0px -40px;
	color: #fff
}

.splc1 .step ul .yzz .user {
	color: #EF5757;
}

.splc1 .step ul .yzz .num {
	background-position: 0px -60px;
	color: #fff
}

.splc1 .step .text {
	float: right;
	width: auto;
	background: #64B670 url(../images/step_text_bg.gif) left center no-repeat;
	height: 28px;
	padding: 0px 5px;
	margin: 20px 10px 0px 10px;
	color: #ffffff;
	font: normal 12px/28px "瀹嬩綋";
	text-indent: 10px;
}


/*=====================浜烘満浜や簰鎺掕鍥炬爣========================*/

.ico_rjjhpk_list {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ico_rjjhpk_list span {
	margin-bottom: 5px;
	margin-right: 20px;
	float: left;
}

.ico_rjjhpk_list b {
	float: left;
	color: #666;
	font: normal 12px/20px SimSun;
}

.ico_rjjhpk {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/ico_rjjhpk.png) 0px 0px no-repeat;
	float: left;
	margin-right: 2px;
}

.ico_rjjhpk.ico_1 {
	background-position: 0px 0px;
}

.ico_rjjhpk.ico_2 {
	background-position: 0px -20px;
}

.ico_rjjhpk.ico_3 {
	background-position: 0px -40px;
}

.ico_rjjhpk.ico_4 {
	background-position: 0px -60px;
}

.ico_rjjhpk.ico_5 {
	background-position: 0px -80px;
}

.ico_rjjhpk1 {
	width: 8px;
	height: 8px;
	display: block;
	border: 1px solid #999999;
	margin-top: 6px;
	float: left;
	margin-right: 3px;
	background: #c8f0f2
}

.ico_rjjhpk1.ico_6 {
	background: #c8f0f2
}

.ico_rjjhpk1.ico_7 {
	background: #feffc3
}

.ico_rjjhpk1.ico_8 {
	background: #f6bdb2
}

.ico_rjjhpk1.ico_9 {
	background: #e7e7e7
}


/*=====================涓婁紶澶村儚========================*/

.add_user_logo {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	line-height: 100%;
	text-align: center;
}

.add_user_logo .user_logo {
	position: relative;
	z-index: 1;
	width: 156px;
	margin: 0 auto;
	cursor: pointer;
}

.add_user_logo .user_logo h5 {
	background: #7f7f7f;
	width: 100%;
	height: 25px;
	color: #ffffff;
	font: normal 12px/25px SimSun;
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: -25px;
	left: 0px;
}


/*=====================鎺ㄨ崘閫夎========================*/

.tjxk_list {
	width: 100%;
	height: auto;
	padding: 15px 0px 0px 0px;
}

.tjxk_list .tjxk_title {
	width: 100%;
	color: #666666;
	font: normal 18px/20px "microsoft YaHei";
	padding: 10px 0px;
}

.tjxk_list .tjxk_title.c1 {
	color: #d9534f
}

.tjxk_list .tjxk_title.c2 {
	color: #428bca
}

.tjxk_list .tjxk_title .red {
	color: #ff0000;
	padding: 0px 3px;
}

.tjxk_list .panel-heading {
	padding: 0px !important;
	height: auto !important;
	height: 30px;
	min-height: 30px;
	border-bottom: 0px none;
	cursor: pointer;
}

.tjxk_list .panel-heading .panel-title {
	padding: 5px 60px 5px 10px !important;
}

.tjxk_list .panel-heading span {
	color: #666;
	font: normal 14px/20px SimSun;
	padding-right: 40px;
}

.tjxk_list .panel-body {
	display: none;
}

.tjxk_list .panel-default .panel-body {
	border-top: 1px solid #ddd;
}

.tjxk_list .panel-info .panel-body {
	border-top: 1px solid #bce8f1;
}

.tjxk_list .panel-info .panel-heading span {
	color: #31708f;
}

.tjxk_list .open&gt;.dropdown-menu {
	width: 180px;
	padding: 10px;
	overflow: hidden;
}

.tjxk_list .open&gt;.dropdown-menu&gt;li&gt;a {
	white-space: inherit;
	color: #999999;
	font: normal 12px/20px SimSun;
	padding: 5px
}

.tjxk_list .open&gt;.dropdown-menu&gt;li&gt;a span {
	display: block;
	color: #666666;
}

.tjxk_list .table td {
	text-align: center;
	font-size: 12px;
	vertical-align: middle
}

.tjxk_list .table th {
	text-align: center
}


/*=====================鎺ㄨ崘閫夎鍙充晶========================*/

.outer_left_xkxx {
	display: block;
	width: 100%;
	height: 260px;
	position: relative;
	z-index: 1;
	top: 50%;
	margin-top: -170px;
}

.outer_left_xkxx:hover,
.outer_left:hover .outer_left_xkxx {
	background: #ff8a00;
	text-decoration: none
}

.outer_left_xkxx h5 {
	color: #ffe6c8;
	font: bold 14px/18px SimSun;
	border-bottom: 1px solid #ffae00;
	margin: 0px 10px;
	padding: 10px 0px;
	text-align: center
}

.outer_left_xkxx span {
	display: block;
	margin: 0px 10px;
	padding: 8px 0px;
	color: #ffffff;
	font: bold 14px/18px SimSun;
	text-align: center;
}

.outer_left_xkxx span b {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 10px;
	color: #ff9c00;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 6px;
}

.outer_xkxx_list {
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	padding: 10px;
}

.outer_xkxx_list h6 {
	color: #333333;
	font: bold 12px/25px SimSun;
	border-bottom: 1px solid #e6e6e6;
}

.outer_xkxx_list h6 span {
	color: #999999;
	font: normal 12px/25px SimSun;
}

.outer_xkxx_list .list-group {
	margin-bottom: 0px;
}

.outer_xkxx_list .list-group li {
	border: 0px none;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
	cursor: move;
	width: 100%;
}

.outer_xkxx_list .list-group li .item {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px dashed #dcdcdc;
}

.outer_xkxx_list .list-group li p {
	text-align: center;
	float: left;
	color: #999999;
	font: normal 12px/20px SimSun;
}

.outer_xkxx_list .list-group li p span {
	display: block;
	color: #333333;
	font: normal 12px/20px SimSun;
}

.outer_xkxx_list .list-group li p.num {
	color: #cccccc;
	font: normal 24px/40px Arial, Helvetica, sans-serif;
	font-style: oblique;
	width: 40px;
}

.outer_xkxx_list .list-group li p.time {
	width: 240px;
	padding: 0px 5px;
}

.outer_xkxx_list .list-group li p.teachers {
	width: 80px;
	padding: 0px 5px;
}

.outer_xkxx_list .list-group li p.but {
	margin-top: 5px;
	position: relative;
	width: 60px;
}

.ico_tjxk {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ico_tjxk.png) 0px -40px no-repeat;
	margin: 3px 3px 0px 3px;
	line-height: 0px;
	text-indent: -9999px;
}

.ico_tjxk1 {
	background-position: 0px -40px;
}

.ico_tjxk2 {
	background-position: -22px -40px;
}

.ico_tjxk3 {
	background-position: 0px -60px;
}


/*=====================鑷富閫夎========================*/

.zzxk_list {
	width: 100%;
	height: auto;
	padding: 30px 0px 0px 0px;
}

.zzxk_list .table thead {
	background: #fafafa;
	border: 1px solid #cccccc;
}

.zzxk_list .table tbody {
	border-bottom: 1px solid #ddd;
}

.zzxk_list .table th {
	text-align: center;
	color: #999999;
	font-size: 16px;
}

.zzxk_list .table td {
	text-align: center;
	color: #666666;
	font-size: 14px;
	padding: 15px 0px;
	vertical-align: middle
}

.zzxk_list .table td.title {
	font-size: 16px;
	font-weight: bold;
}

.zzxk_list .table td small {
	color: #999999;
	font-size: 12px;
}

.zzxk_list .table td .btn {
	margin: 0px 15px;
}


/*=====================鐧诲綍椤甸潰========================*/

.logo_1 {
	font: normal 24px/45px "microsoft YaHei";
	color: #1069a4;
	padding: 0;
}

.logo_1 img {
	padding-right: 5px
}

.sl_log_top {
	margin: 25px 0px 45px;
}

.sl_log_top a {
	line-height: 50px;
	padding-left: 10px;
	color: #666;
}

.sl_log_bor4 {
	border: 4px solid #ededed;
	border-radius: 4px;
	background: #f5f5f5;
	margin: 0px;
}

.sl_log_lf {
	padding: 0px;
}

.sl_log_lf .img-responsive {
	width: auto;
}

.sl_log_rt {
	padding: 0px;
}

.sl_log_rt .sl_danger {
	border: 1px solid #f4a2a2;
	line-height: 24px;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 12px
}

.sl_log_rt .sl_danger .glyphicon {
	color: red;
	margin-right: 5px;
}

.sl_log_rt .sl_warning {
	border: 1px solid #f3e6a1;
	line-height: 24px;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 12px
}

.sl_log_rt .sl_warning .glyphicon {
	color: #f9d408;
	margin-right: 5px;
}

.sl_log_rt form {
	background-color: rgba(255, 255, 255, .7);
	padding: 15px;
}

.sl_log_rt .form-group {
	margin: 0px 0px 15px;
}

.sl_log_rt .input-group-addon {
	background: #fff;
}

.sl_log_rt h5 {
	font: bold 15px/30px microsoft YaHei, SimSun, Arial;
	margin-bottom: 20px;
}

.sl_log_ewm {
	padding: 20px;
}

.sl_log_ewm span {
	display: inline-block;
}

.sl_notice {
	margin: 20px 0px 0px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}


/*=====================宸﹀彸澶氶�夐」========================*/

.sl_selt_con li {
	width: 32px;
	height: 32px;
	margin: 20px auto 0px;
	cursor: pointer;
	background-image: url(../images/ui_sprite_yc.png);
	background-repeat: no-repeat;
}

.sl_selt_con .sl_selt01 {
	background-position: 0px 0px;
}

.sl_selt_con .sl_selt02 {
	background-position: -32px 0px;
}

.sl_selt_con .sl_selt03 {
	background-position: -64px 0px;
}

.sl_selt_con .sl_selt04 {
	background-position: -96px 0px;
}

.sl_selt_con .sl_selt01:hover {
	background-position: -128px 0px;
}

.sl_selt_con .sl_selt02:hover {
	background-position: -160px 0px;
}

.sl_selt_con .sl_selt03:hover {
	background-position: -192px 0px;
}

.sl_selt_con .sl_selt04:hover {
	background-position: -224px 0px;
}


/*=====================搴曢儴娴姩椤堕儴娴姩========================*/

.sl_fixbt {
	background: #fff;
}

.sl_fixbt_pop {
	margin: 10px;
	position: static;
	height: 286px;
}

.sl_fixbot_tit {
	background: #fb9620;
	opacity: 0.8;
	padding: 5px 0px;
}

.sl_fixbot_tit h4 {
	color: #fff;
	display: inline-block;
}

.sl_fixbot_tit a {
	color: #fff;
}

.sl_fixbot_tit em {
	width: 12px;
	height: 7px;
	margin-left: 5px;
	display: inline-block;
	background-image: url(../images/ui_sprite_yc.png);
	background-repeat: no-repeat;
}

.sl_fixico_up {
	background-position: -256px 0px;
}

.sl_fixico_down {
	background-position: -268px 0px;
}

.sl_fixbot_con {
	background: #fff;
	padding: 10px;
}

.sl_fixbot_ul li {
	float: left;
	line-height: 30px;
	padding: 0px 5px;
}

.sl_fixbot_ul li a {
	padding: 3px 10px 3px 5px;
	border: 1px solid #ddd;
	background: #fff;
	color: #444;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.sl_fixbot_ul li a span {
	padding-right: 15px;
	background: url(../images/ico3.png) no-repeat right center;
}

.sl_fixbot_ul li a:hover span {
	background: url(../images/ico4.png) no-repeat right center;
}

.sl_qsrbjmc {
	position: absolute;
	right: 0px;
	top: 10px;
}

.sl_fixtop {
	padding: 8px 15px;
	background: #fafafa;
	left: 0px;
	right: 0px;
	top: 0px;
}

.sl_flpop_con {
	min-width: 422px;
	width: 422px;
	left: auto;
	right: 0px!important;
	position: absolute;
	z-index: 2;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: left;
}

.sl_flpop_con * {
	font-size: 12px;
}

.audit_steps {
	width: auto;
	height: auto;
	float: left;
	padding: 0px;
}

.audit_steps li {
	float: left;
	position: relative;
	z-index: 1;
	width: 80px;
	text-align: center;
	color: #b3b3b3;
	font: normal 12px/20px "microsoft YaHei";
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.audit_steps li:before {
	position: absolute;
	z-index: 2;
	content: "";
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background: #b3b3b3;
	border-radius: 5px;
}

.audit_steps li.end {
	border-bottom-color: #2587de;
}

.audit_steps li.end:before {
	background: #2587de;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	margin-left: -7px;
	bottom: -7px;
}

.audit_steps_con {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px;
	overflow: hidden;
}

.audit_steps_con .t {
	width: 100%;
	color: #cccccc;
	padding: 5px 0px;
}

.audit_steps_con .t span {
	color: #666666;
	padding-right: 15px;
	border-right: 1px solid #cccccc;
	margin-right: 15px;
	line-height: 20px
}

.audit_steps_con .t span.float_r {
	border: 0px none;
	color: #009944;
	border: 1px solid #009944;
	padding: 0px 8px;
	margin: 0px;
}

.audit_steps_con .t span.float_r.col2 {
	color: #c43926;
	border: 1px solid #c43926
}

.audit_steps_con .t span.float_r.col3 {
	color: #b3b3b3;
	border: 1px solid #b3b3b3
}

.audit_steps_con .t span.float_r.col4 {
	color: #2587de;
	border: 1px solid #2587de
}

.audit_steps_con .c {
	position: relative;
	color: #666666;
	font: normal 12px/20px "microsoft YaHei";
	padding-right: 20px;
	height: 20px;
	overflow: hidden;
}

.audit_steps_con .c .fa {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: -3px;
	padding: 5px;
	cursor: pointer;
}


/*=====================鏂伴椈鍒楄〃========================*/

.newslist h3.title {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 10px 0px
}

.newslist ul {
	padding: 0px;
	margin: 30px auto 0px;
}

.newslist ul a.list-group-item {
	border: 0px none;
	background-image: url(../images/ico_dian.gif);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	margin: 0px 10px;
	overflow: hidden;
}


/*=====================鏂伴椈璇︽儏========================*/

.newsdisp {
	padding: 30px 50px;
}

.newsdisp h5.news_title1 {
	margin: 10px 0px;
}

.newsdisp h5.news_title1 span {
	padding: 0px 10px;
}

.newsdisp .news_con p {
	text-align: left;
	text-indent: 2em;
	line-height: 30px;
}


/*=====================鏅鸿兘鎺掕搴曢儴========================*/

.znpk_footer {
	background: #fafafa
}

.znpk_footer .col-md-11,
.znpk_footer .col-md-1 {
	padding: 0px !important
}

.znpk_footer .progress {
	height: 2px;
	margin-bottom: 10px;
}

.znpk_footer .btn {
	width: 100%;
	height: 50px;
	padding: 0px;
	border-radius: 0px;
	border: 0px none;
}

.znpk_footer .btn.btn-warning {
	display: none;
}

.znpk_footer .znpk_footer_p {
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
}

.znpk_footer .znpk_footer_p a {
	color: #666666;
	font: normal 12px/30px SimSun
}

.znpk_footer .znpk_footer_p a .glyphicon {
	padding: 5px;
}

.znpk_szyxj {
	width: 430px;
	height: auto;
	overflow: hidden;
}

.znpk_szyxj .znpk_szyxj_left {
	float: left;
	width: 200px;
}

.znpk_szyxj .znpk_szyxj_left ul {
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #e6e6e6;
	padding: 10px 0px;
}

.znpk_szyxj .znpk_szyxj_left ul:last-child {
	border-bottom: 0px none;
}

.znpk_szyxj .znpk_szyxj_left ul li {
	margin: 0px 20px 0px 30px;
	overflow: hidden;
	padding: 10px 0px;
	cursor: pointer;
	color: #666666;
	font-size: 12px;
	font-family: "microsoft YaHei"
}

.znpk_szyxj .znpk_szyxj_right {
	float: left;
	width: 228px;
	border-left: 2px solid #adc8db;
	padding: 5px 0px;
}

.znpk_szyxj .znpk_szyxj_right .list-group {
	margin: 0px 20px;
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item {
	border: 0px none;
	width: 100%;
	overflow: hidden;
	padding: 0px;
	cursor: pointer
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item .item {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px;
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item .num {
	float: left;
	width: 40px;
	text-align: center;
	color: #cccccc;
	font: normal 18px/23px Verdana, Geneva, sans-serif
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item .title {
	float: left;
	border-bottom: 1px solid #cccccc;
	width: 146px;
	color: #666666;
	font: normal 14px/20px "microsoft YaHei";
	text-indent: 10px;
}


/*=====================鏁欏笀璇捐〃鎵撳嵃========================*/

.timetable&gt;tbody&gt;tr&gt;td {
	vertical-align: middle
}

.timetable .timetable_title {
	color: #666666;
	font-size: 30px;
	font-family: "microsoft YaHei"
}

.timetable .timetable_title h6 {
	padding-top: 25px;
}

.timetable .week {
	padding: 0px 10px;
	text-align: center;
	overflow: hidden;
	display: block;
	color: #666666;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable .festival {
	color: #666666;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable .timetable_con {
	padding: 5px 10px;
	overflow: hidden;
}

.timetable .timetable_con .title {
	color: #666666;
	font: bold 14px/25px SimSun;
	display: block;
	width: 250px;
	float: left;
}

.timetable .timetable_con p {
	float: left;
	color: #666666;
	font: normal 12px/25px SimSun;
}

.timetable .timetable_con p span {
	margin-left: 20px;
}

.timetable .tbody_head td {
	background: #F7F7F7 !important;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable1&gt;tbody&gt;tr&gt;td {
	vertical-align: middle;
}

.timetable1 .timetable_title {
	color: #666666;
	font-size: 30px;
	font-family: "microsoft YaHei"
}

.timetable1 .timetable_title h6 {
	padding-top: 25px;
}

.timetable1 .time {
	text-align: center;
	color: #666666;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable1 .festival {
	color: #666666;
	font: bold 18px/60px verdana;
	text-align: center;
	font-style: italic;
	height: auto !important;
	height: 60px;
	min-height: 60px;
	display: block;
}

.timetable1 .timetable_con {
	padding: 5px;
	overflow: hidden;
}

.timetable1 .timetable_con .title {
	color: #666666;
	font: bold 14px/25px SimSun;
	display: block;
	width: 100%;
}

.timetable1 .timetable_con p {
	width: 100%;
	color: #666666;
	font: normal 12px/25px SimSun;
}

.timetable1 hr {
	margin: 5px 0px;
}


/*=====================褰撳墠鏃犳暟鎹�========================*/

.nodata {
	width: auto;
	margin: 30px auto;
	text-align: center;
}

.nodata span {
	display: inline-block;
	color: #333333;
	font: normal 18px/25px "microsoft YaHei";
	text-align: center;
	background: url(../images/error/ico_data.png) left center no-repeat;
	padding: 15px 10px 15px 65px;
	text-align: left;
}


/*=====================璇存槑椤甸潰css========================*/

.doc h3 {
	padding: 5px 0;
	margin: 20px 0 5px 0;
}

.doc h4 {
	padding: 5px 0;
}

.doc p {
	text-indent: 2em;
}


/*=====================鑰冭瘯鏃堕棿瀹夋帓========================*/

.sl_kssjap td&gt;div {
	padding: 5px;
}

.sl_kssjap td .glyphicon-ok {
	display: none;
}

.sl_kssjap_sel {
	border: 2px solid #22ac38!important;
	position: relative!important;
}

.sl_kssjap_sel .glyphicon-ok {
	display: block!important;
	position: absolute!important;
	right: 0px;
	top: 0px;
	color: #fff;
	background: #22ac38;
	padding: 3px;
	font-size: 12px;
}

.sl_kssjap .disabled&gt;div {
	border: 1px dashed #ddd!important;
}

.sl_kssjap .disabled,
.sl_kssjap .disabled select {
	cursor: not-allowed;
	color: #ddd;
}


/*=====================瀛︿笟棰勮========================*/

.xyyj {
	padding: 0px 20px;
}

.xyyj .col-sm-6,
.xyyj .col-sm-3 {
	padding: 0px 20px;
	height: auto !important;
	height: 170px;
	min-height: 170px;
}

.xyyj .col-sm-3 {
	border-left: 1px solid #e6e6e6
}

.xyyj h4 {
	color: #333333;
	font: bold 14px/25px SimSun;
	margin-bottom: 10px;
}

.xyyj h4 .float_r {
	color: #999999;
	font-size: 12px;
	font-family: SimSun;
}

.xyyj p {
	color: #b2b2b2;
	font: normal 12px/22px SimSun;
}

.xyyj h5 {
	color: #666666;
	font: normal 12px/35px SimSun;
}

.xyyj .text-danger {
	color: #e60012;
	font-family: Arial, Helvetica, sans-serif
}

.png_ico_tjxk {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: url(../images/ico_tjxk.png) -9999px -9999px no-repeat;
	cursor: pointer
}

.tjxk1 {
	background-position: 0px -80px;
}

.tjxk2 {
	background-position: -17px -80px;
}

.tjxk3 {
	background-position: 0px -97px;
}

.tjxk4 {
	background-position: -17px -97px;
}


/*=====================鑰冭瘯鍦扮偣瀹夋帓========================*/

.s_ksddap {
	border: 1px solid #ddd;
}

.s_ksddap_top select {
	margin-right: 10px;
}

.s_ksddap_top input[type=text] {
	height: 23px;
}

.s_ksddap_top input[type=checkbox] {
	margin-left: 20px;
}

.s_ksddap dl {
	border: 1px solid #f2f2f2;
	background: #fafafa;
	padding: 5px;
	margin: 5px 0px;
}

.s_ksddap .glyphicon-ok {
	display: none;
}

.s_ksddap dd {
	font: 12px/24px microsoft yahei;
}

.s_ksddap dd span {
	font-size: 16px;
	vertical-align: middle;
}

.s_ksddap .sl_tuijian dt {
	background: url(../images/sl_tuijian.gif) no-repeat 10px center;
}


/*==============鐮旂┒鐢熺鏍℃祦绋�===============*/

.yjslc {
	width: 560px;
	padding: 14px;
	overflow: hidden;
}

.yjslc p {
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background: #f4f8fc;
}

.yjslc_left {
	float: left;
	width: 258px;
	height: 340px;
	padding: 0px 0px 15px;
	border: 1px solid #dee9f2;
	background: #fff;
}

.yjslc_left ul {
	overflow: hidden;
	padding: 0px;
	height: 308px;
	overflow-y: auto;
}

.yjslc_left li {
	float: left;
	margin-top: 15px;
	padding-left: 15px;
	color: #0164d3;
	text-align: center;
}

.yjslc_left li div {
	width: 100px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ACCBE3;
	background: #f4f8fc;
}

.yjslc_rt {
	float: right;
	width: 258px;
	height: 340px;
	border: 1px solid #dee9f2;
	margin-bottom: 10px;
	background: #fff;
}

.yjslc_right {
	float: right;
	width: 100%;
	padding-top: 10px;
	height: 308px;
	margin-bottom: 5px;
	color: #799bb5;
	overflow-x: hidden;
	overflow-y: scroll;
}

.yjslc_right ul {
	overflow: hidden;
	padding-left: 15px;
}

.yjslc_right li {
	float: left;
}

.yjslc_right li div {
	width: 100px;
	color: #466f8e;
	text-align: center;
	margin: 0px 10px 15px 0px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #accbe3;
	background: #f4f8fc;
}

.yjslc_add {
	text-align: center;
	margin-bottom: 10px;
	width: 388px;
}

.yjslc_add a {
	color: #a0b3c1;
	font: 600 14px/40px "瀹嬩綋";
	text-decoration: none;
}

.yjslc_left li .add_sel {
	background: #f4f8fc url(../images/ico_91.gif) no-repeat 80px center;
	cursor: pointer;
}

.yjslc_rt_sel li div {
	background: #f4f8fc url(../images/ico_90.gif) no-repeat 80px center;
}


/*==============浜烘満浜や簰鎺掕--杈呭姪鎼滅储===============*/

.fzss {
	width: 60px;
	height: auto;
	background: #edf3f7;
	overflow: hidden;
	display: block;
	position: fixed;
	_position: absolute;
	top: 105px;
	right: 0px;
	z-index: 998;
}

.fzss .fzss_title {
	width: 100%;
	height: 60px;
	background: #0483d4;
	color: #fff;
	cursor: pointer;
	color: #ffffff;
	font: normal 18px/60px "microsoft yahei";
}

.fzss .fzss_title .fa {
	padding: 0px 20px 0px 15px;
	float: left;
	line-height: 60px;
}

.fzss ul {
	padding: 0px;
	border: 1px solid #89c5eb;
	display: none;
}

.fzss ul li a {
	display: block;
	line-height: 30px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #fff;
	color: #666666;
	font: normal 12px/30px "microsoft yahei";
}

.fzss ul li a .fa {
	color: #89c5eb;
	padding: 0px 15px 0px 10px;
}

.fzss ul li a:hover {
	text-decoration: none;
	background: #cce3f0
}


/*==============璧勬簮濉姤===============*/

.list_zytb {
	background: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: 5px solid #2587de;
	margin: 10px 0px;
}

.list_zytb .hea_der {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	line-height: 35px;
	padding: 0px 10px;
	overflow: hidden;
}

.list_zytb .hea_der span {
	color: #666666;
	font-weight: bold
}

.list_zytb .hea_der a {
	color: #999999;
	font-size: 12px;
}

.list_zytb .form-group {
	padding: 0px 10px;
}

.list_zytb_add {
	margin: 10px 0px;
	border: 3px dashed #cccccc;
	border-radius: 10px;
	display: block;
	width: 100%;
	height: 190px;
	text-align: center;
	line-height: 190px;
	color: #cccccc;
}

.list_zytb_add:hover {
	border-color: #2587de !important;
	color: #2587de
}

.list_zytb_add.height1 {
	height: 30px;
	line-height: 25px;
	border: 2px dashed #cccccc;
	border-radius: 4px;
}


/*============== 娴欐睙鐪侀珮鏍℃暀甯堜笓涓氬彂灞曞钩鍙伴椤� ==============*/

.index3_con {
	padding-top: 15px;
}

.index3_con .index31 {
	background: #fff;
	height: 215px;
	overflow: hidden;
	margin: 0px -7px 15px;
}

.index3_con .index32 {
	background: #fff;
	height: 240px;
	overflow: hidden;
	margin: 0px -7px 15px;
}

.index4_con .index31 {
	height: auto;
	min-height: 240px;
}

.index3_con .index_title {
	width: 100%;
	height: 32px;
	padding: 0px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}

.index3_con .index_title ul {
	padding: 0px;
}

.index3_con .index_title ul li {
	float: left;
}

.index3_con .index_title ul li a {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0px 7px;
	color: #666666;
	font-family: simSun;
	text-decoration: none
}

.index3_con .index_title span {
	font-size: 14px;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	float: left;
	font-family: simSun
}

.index3_con .index_title ul li.on a,
.index3_con .index_title span {
	color: #0483d4;
	border-bottom: 2px solid #0483d4;
	font-weight: bold
}

.index3_con .index3_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 0px;
}

.index3_con .list-group-item {
	width: 100%;
	float: left;
	border: 0px none;
	padding: 5px 15px;
	height: 30px !important;
	margin-bottom: 0px;
	line-height: 20px;
	color: #6e6e6e;
	font-size: 12px
}

.index3_con .list-group-item .float_r {
	color: #6e6e6e;
	font-size: 12px
}

.index3_con .index3_imgnews {
	position: relative;
	z-index: 1;
}

.index3_con .index3_imgnews .hd a i {
	position: absolute;
	z-index: 2;
	left: 8px;
	top: 100px;
	color: #adadad;
	font-size: 40px;
	cursor: pointer;
}

.index3_con .index3_imgnews .hd a:hover i {
	color: #0483d4
}

.index3_con .index3_imgnews .hd a.prev i {
	left: auto;
	right: 8px;
}

.index3_con .index3_imgnews .bd {
	margin: 15px 32px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.index3_con .index3_imgnews .bd ul li {
	float: left;
	position: relative;
	z-index: 1;
	width: 199px;
	height: 149px;
	margin-right: 10px;
}

.index3_con .index3_imgnews .bd ul li h5 {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background: url(../images/ico_tmd.png) repeat;
	line-height: 30px;
	padding: 0px 10px;
	color: #fff;
	font-size: 12px;
}

.index3_con .index3_lct .index3_list {
	padding: 20px 30px 0px 30px;
}

.index3_con .index3_lct .index3_list .list-group-item {
	border: 1px solid #e6e6e6;
	height: 34px !important;
	padding: 0px 15px;
	margin-bottom: 20px;
	background: #fafafa;
	line-height: 34px;
}

.index3_con .index3_lct .index3_list .list-group-item .fa {
	float: left;
	color: #0483d4;
	margin: 12px 5px;
}

.index3_con .index3_lct .index3_list .list-group-item img {
	float: left;
	margin: 5px 10px 5px 5px
}

.index3_con .index3_bm .list-group {
	width: 100%;
}

.index3_con .index3_bm .list-group-item {
	line-height: 35px;
	padding: 0px 15px;
	height: 35px !important;
	position: relative;
}

.index3_con .index3_bm .list-group-item .float_r {
	display: block;
	width: 50px;
	height: 25px;
	background: #0483d4;
	text-align: center;
	color: #fff;
	line-height: 25px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.index3_con .index3_xmtz .list-group-item,
.index3_con .index3_tzgg .list-group-item {
	background-image: url(../images/ico_dian.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-left: 22px;
}

.index4_con .index3_dysy .media {
	border: 1px solid #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
}

.index4_con .index3_dysy .media .pull-left {
	line-height: 30px;
}

.index4_con .index3_dysy .media .list-group-item {
	float: left;
	width: auto
}

.xzkc-popup {
	border: 1px solid #bce8f1;
}

.xzkc-popup&gt;.panel-heading table {
	margin-bottom: 0px;
}

.xzkc-popup&gt;.panel-heading td {
	border: 0;
	font: bold 14px/20px microsoft yahei;
	color: #31708f;
}

.xzkc-popup-con {
	border: 1px solid #bce8f1;
}

.xzkc-popup-con .panel-heading h3 {
	font: bold 18px/30px microsoft yahei;
	color: #31708f;
}

.xzkc-popup-con li {
	background: #f2f2f2;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #fff;
}

.xzkc-popup-con li:hover,
.xzkc-popup-con .xzkc-popup-sel {
	border: 1px solid #666;
}

.xzkc-popup-con li h5 {
	font: bold 16px/20px microsoft yahei;
	color: #333;
}

.xzkc-popup-slecon {
	border: 1px solid #666;
}

.placeHolder {
	border: 1px dashed #ddd;
	float: left;
	margin: 0px 10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}

.form-horizontal .form-group {
	padding-left: 15px;
	padding-right: 15px;
}

.control-label {
	padding-right: 5px;
	min-height: 34px;
	display:inline-block;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.form-control-static {
	min-height: 34px;
	height: auto !important;
}

.text-normal {
	color: #333;
}

.form-group {
	margin-bottom: 8px !important;
}

.form-group.margin-b0 {
	margin-bottom: 0px !important;
}

.input-xs,
.select-xs {
	border-radius: 3px !important;
	font-size: 12px !important;
	height: 22px !important;
	line-height: 1.5 !important;
	padding: 1px 5px !important;
	min-width: 120px !important;
}

.input-group-btn-sm .btn {
	height: 25px !important;
	line-height: 1 !important;
}

.input-group-sm .input-group-addon {
	display: table-cell;
	height: 24px;
	line-height: 1;
	padding: 4px 5px !important;
	font-size: 12px;
	vertical-align: middle;
}

.input-group-xs,
.select-group-xs {
	padding-top: 3px !important;
}

.select-group-xs .select-xs {
	width: auto !important;
}

.input-xs-last,
.select-xs-last {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.lighter {
	font-weight: lighter
}

.bolder {
	font-weight: bolder
}

.inline {
	display: inline-block;
}

.block {
	display: block !important
}

.align-center {
	text-align: center !important
}

.align-center&gt;.btn {
	float: none;
}

.align-center&gt;.btn:first-child {
	margin-left: 0;
	margin-right: -1px;
}

.align-left {
	text-align: left !important
}

.align-right {
	text-align: right !important
}

.middle {
	vertical-align: middle
}

.align-middle {
	vertical-align: middle !important
}

.align-top {
	vertical-align: top !important
}

.align-bottom {
	vertical-align: bottom !important
}

.position-relative {
	position: relative
}

.position-absolute {
	position: absolute
}

.line-height-normal {
	line-height: normal !important
}

.line-height-1 {
	line-height: 1 !important
}

.black {
	color: #000 !important;
}

.dark {
	color: #333 !important;
}

.white {
	color: #fff !important;
}

.red {
	color: #dd5a43 !important;
}

.red2 {
	color: #c7254e !important;
}

.light-red {
	color: #f77 !important;
}

.blue {
	color: #478fca !important;
}

.light-blue {
	color: #93cbf9 !important;
}

.green {
	color: #69aa46 !important;
}

.light-green {
	color: #b0d877 !important;
}

.orange {
	color: #ff892a !important;
}

.light-orange {
	color: #fcac6f !important;
}

.orange2 {
	color: #feb902 !important;
}

.purple {
	color: #a069c3 !important;
}

.pink {
	color: #c6699f !important;
}

.pink2 {
	color: #d6487e !important;
}

.brown {
	color: #a52a2a !important;
}

.grey {
	color: #777 !important;
}

.light-grey {
	color: #bbb !important;
}

.bigger-100 {
	font-size: 100%;
}

.bigger-110 {
	font-size: 110%;
}

.bigger-120 {
	font-size: 120%;
}

.bigger-130 {
	font-size: 130%;
}

.bigger-140 {
	font-size: 140%;
}

.bigger-150 {
	font-size: 150%;
}

.bigger-160 {
	font-size: 160%;
}

.bigger-170 {
	font-size: 170%;
}

.bigger-180 {
	font-size: 180%;
}

.bigger-190 {
	font-size: 190%;
}

.bigger-200 {
	font-size: 200%;
}

.bigger-210 {
	font-size: 210%;
}

.bigger-220 {
	font-size: 220%;
}

.bigger-230 {
	font-size: 230%;
}

.bigger-240 {
	font-size: 240%;
}

.bigger-250 {
	font-size: 250%;
}

.bigger-260 {
	font-size: 260%;
}

.bigger-270 {
	font-size: 270%;
}

.bigger-280 {
	font-size: 280%;
}

.bigger-290 {
	font-size: 290%;
}

.bigger-300 {
	font-size: 300%;
}

.bigger-125 {
	font-size: 125%;
}

.bigger-175 {
	font-size: 175%;
}

.bigger-225 {
	font-size: 225%;
}

.bigger-275 {
	font-size: 275%;
}

.bigger-500 {
	font-size: 500%;
}

.bigger-600 {
	font-size: 600%;
}

.smaller-90 {
	font-size: 90%;
}

.smaller-80 {
	font-size: 80%;
}

.smaller-70 {
	font-size: 70%;
}

.smaller-60 {
	font-size: 60%;
}

.smaller-50 {
	font-size: 50%;
}

.smaller-40 {
	font-size: 40%;
}

.smaller-30 {
	font-size: 30%;
}

.smaller-20 {
	font-size: 20%;
}

.smaller-75 {
	font-size: 75%;
}

.width-10 {
	width: 10% !important;
}

.width-15 {
	width: 15% !important;
}

.width-20 {
	width: 20% !important;
}

.width-25 {
	width: 25% !important;
}

.width-30 {
	width: 30% !important;
}

.width-35 {
	width: 35% !important;
}

.width-40 {
	width: 40% !important;
}

.width-44 {
	width: 44% !important;
}

.width-45 {
	width: 45% !important;
}

.width-50 {
	width: 50% !important;
}

.width-55 {
	width: 55% !important;
}

.width-60 {
	width: 60% !important;
}

.width-65 {
	width: 65% !important;
}

.width-70 {
	width: 70% !important;
}

.width-75 {
	width: 75% !important;
}

.width-80 {
	width: 80% !important;
}

.width-85 {
	width: 85% !important;
}

.width-90 {
	width: 90% !important;
}

.width-95 {
	width: 95% !important;
}

.width-100 {
	width: 100% !important;
}

.width-48 {
	width: 48% !important;
}

.width-auto {
	width: auto !important;
}

.height-auto {
	height: auto !important;
}

.sl_all_form .alert {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding: 10px !important;
}

.sl_all_form .alert-dismissable .close,
.alert-dismissible .close {
	color: inherit;
	position: relative;
	right: 0px !important;
	top: 0px !important;
}

.item-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item-list&gt;li {
	padding: 9px;
	margin-top: -1px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.item-list&gt;li:last-child {
	border-bottom: 0px;
}

.item-list&gt;li.selected {
	color: #8090a0;
	background-color: #f4f9fc;
}

.item-list&gt;li.selected label,
.item-list&gt;li.selected .lbl {
	text-decoration: line-through;
	color: #8090a0;
}

.item-list&gt;li.active {
	background-color: #e4efc9;
}

.item-list&gt;li&gt;.checkbox {
	display: inline-block;
}

.item-list&gt;li&gt;label.inline {
	display: inline-block;
	line-height: inherit;
	margin-bottom: 0;
}

.item-list&gt;li label {
	font-size: 13px;
}

label.inline {
	margin-bottom: 0px;
	font-weight: normal;
	vertical-align: middle;
}

.item-list&gt;li .percentage {
	font-size: 11px;
	font-weight: bold;
	color: #777;
}

.item-list&gt;li.ui-sortable-helper {
	cursor: move;
}

.item-list&gt;li[class*="item-"] {
	border: 1px solid #DDD;
	border-left-width: 3px
}

.item-list .row,
.sub-item-list .row {
	padding: 0px !important;
	margin: 0px !important;
}

.item-list .col-xs-2 {
	white-space: nowrap;
	padding: 0px;
}

.item-list .col-xs-10,
.item-list .col-xs-12 {
	white-space: normal;
	padding: 0px;
}

.item-list .col-xs-10:last-child,
.item-list .col-xs-12:last-child {
	border-bottom: 0px;
}

.sub-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-item-list&gt;li {
	margin-top: -1px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.sub-item-list&gt;li[class*="item-"] {
	border: 1px solid #DDD;
	border-left-width: 3px
}

.sub-item-list&gt;li:last-child {
	border-bottom: 0px;
}

td.item-red {
	border-left-color: #d53f40 !important;
	border-left-width: 3px !important;
}

td.item-green {
	border-left-color: #9abc32 !important;
	border-left-width: 3px !important;
}

td.item-blue {
	border-left-color: #4f99c6 !important;
	border-left-width: 3px !important;
}

li.item-orange {
	border-left-color: #e8b110 !important;
}

li.item-orange2 {
	border-left-color: #f79263 !important;
}

li.item-red {
	border-left-color: #d53f40 !important;
}

li.item-red2 {
	border-left-color: #d15b47 !important;
}

li.item-green {
	border-left-color: #9abc32 !important;
}

li.item-green2 {
	border-left-color: #0490a6 !important;
}

li.item-blue {
	border-left-color: #4f99c6 !important;
}

li.item-blue2 {
	border-left-color: #3983c2 !important;
}

li.item-blue3 {
	border-left-color: #1144eb !important;
}

li.item-pink {
	border-left-color: #cb6fd7 !important;
}

li.item-purple {
	border-left-color: #6f3cc4 !important;
}

li.item-black {
	border-left-color: #505050 !important;
}

li.item-grey {
	border-left-color: #a0a0a0 !important;
}

li.item-brown {
	border-left-color: #a52a2a !important;
}

li.item-default {
	border-left-color: #abbac3 !important;
}

textarea {
	resize: none;
}

.popover {
	max-width: none !important;
}

.popover-content {
	padding: 3px;
}

.padding-none {
	padding: 0px !important;
}

.btn-toolbar .btn:hover,
.btn-toolbar .btn:hover {
	background-color: #428bca;
	border-color: #357ebd;
	color: #fff;
}

.btn-toolbar .btn-group{margin-bottom:6px;}

.btn-toolbar i[class*="btn_"],
.btn-toolbar i.glyphicon,
.btn-toolbar i[class^="icon-"],
.btn-toolbar i[class*=" icon-"] {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	line-height: 1;
	margin-top: 0px !important;
	vertical-align: baseline;
	width: auto !important;
	height: auto !important;
	top: 2px !important;
}

.table-highlight&gt;thead&gt;tr&gt;th,
.table-highlight&gt;tbody&gt;tr&gt;th,
.table-highlight&gt;tfoot&gt;tr&gt;th,
.table-highlight&gt;thead&gt;tr&gt;td,
.table-highlight&gt;tbody&gt;tr&gt;td,
.table-highlight&gt;tfoot&gt;tr&gt;td {
	line-height: 1.42857;
	padding: 8px;
	vertical-align: middle;
}

.table-highlight tbody tr:hover,
.table-highlight tbody tr.hover {
	cursor: pointer !important;
	color: #069 !important;
}

.table-highlight tbody tr.hover th,
.table-highlight tbody tr.hover td {
	color: #069 !important;
	background-color: #f5f5f5 !important;
}

.table-highlight tbody tr.hover input,
.table-highlight tbody tr.hover select {
	color: #069 !important;
}

.table-highlight tbody tr.focus {
	color: #c7254e !important;
	cursor: pointer;
}

.table-highlight tbody tr.focus th,
.table-highlight tbody tr.focus td {
	border-bottom-color: #c7254e !important;
	border-bottom-width: 1px !important;
	color: #c7254e !important;
}

.table-highlight th div.checkbox,
.table-highlight td div.checkbox {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 24px !important;
	line-height: 24px !important;
	background-color: #fff !important;
}

.table-highlight tbody tr.focus input,
.table-highlight tbody tr.focus select {
	color: #c7254e !important;
}

.table-highlight tbody th.focus,
.table-highlight tbody td.focus {
	background-color: #c7254e !important;
}

.table-highlight tbody th input:hover,
.table-highlight tbody td input:hover,
.table-highlight tbody th select:hover,
.table-highlight tbody td select:hover {
	cursor: pointer;
}

.buttonText {
	padding-left: 5px;
}

.table-bordered&gt;thead&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td {
	border-bottom-width: 1px;
}

.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(10px);
	/* Chrome, Opera */
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
	/* IE6~IE9 */
}

.badge-default {
	background-color: #fff !important;
	color: #333 !important;
}

.badge-primary {
	background-color: #428bca !important;
}

.badge-success {
	background-color: #5cb85c !important;
}

.badge-info {
	background-color: #5bc0de !important;
}

.badge-warning {
	background-color: #f0ad4e !important;
}

.badge-danger {
	background-color: #d9534f !important;
}

.tooltip-error {
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip-error.in {
	filter: alpha(opacity=100);
	opacity: 1;
}

.tooltip-error.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip-error.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip-error.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip-error.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-error .tooltip-inner {
	background-color: #FDF2F0;
	border: 1px solid #FD807E;
	color: #4D4D4D;
}

.tooltip-error.top .tooltip-arrow {
	border-top-color: #FD807E;
}

.tooltip-error.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #FD807E;
}

.tooltip-error.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #FD807E;
}

.tooltip-error.right .tooltip-arrow {
	border-right-color: #FD807E;
}

.tooltip-error.left .tooltip-arrow {
	border-left-color: #FD807E;
}

.tooltip-error.bottom .tooltip-arrow {
	border-bottom-color: #FD807E;
}

.tooltip-error.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #FD807E;
}

.tooltip-error.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #FD807E;
}

.nav-tabs&gt;li&gt;a {
	border-top: 2px solid transparent !important;
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:hover,
.nav-tabs&gt;li.active&gt;a:focus {
	border-top: 2px solid #efb113 !important;
}

/* 鐨偆 start*/
.green-skin .nav-tabs&gt;li.active&gt;a,
.green-skin .nav-tabs&gt;li.active&gt;a:hover,
.green-skin .nav-tabs&gt;li.active&gt;a:focus {
	border-top: 2px solid #347346 !important;
}

.basic-skin .nav-tabs&gt;li.active&gt;a,
.basic-skin .nav-tabs&gt;li.active&gt;a:hover,
.basic-skin .nav-tabs&gt;li.active&gt;a:focus {
	border-top: 2px solid #35414f !important;
}

.wood-grain-skin .nav-tabs&gt;li.active&gt;a,
.wood-grain-skin .nav-tabs&gt;li.active&gt;a:hover,
.wood-grain-skin .nav-tabs&gt;li.active&gt;a:focus {
	border-top: 2px solid #35414f !important;
}

.blue-second-skin .nav-tabs&gt;li.active&gt;a,
.blue-second-skin .nav-tabs&gt;li.active&gt;a:hover,
.blue-second-skin .nav-tabs&gt;li.active&gt;a:focus {
	border-top: 2px solid #2381E9 !important;
}

.blue-third-skin .nav-tabs&gt;li.active&gt;a,
.blue-third-skin .nav-tabs&gt;li.active&gt;a:hover,
.blue-third-skin .nav-tabs&gt;li.active&gt;a:focus {
	border-top: 2px solid #35414f !important;
}

/* 鐨偆end */

.formlist td,
.formlist th {
	border: 1px solid #b0cbe0;
	color: #000;
	line-height: 24px;
	padding: 5px 10px;
	vertical-align: middle;
	word-break: break-all;
}


/***/

.navbar-right .dropdown-menu label i.glyphicon {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	height: auto !important;
	line-height: 1;
	margin-top: 0 !important;
	top: 2px !important;
	vertical-align: baseline;
	width: auto !important;
}

.input-xs {
	border-radius: 3px !important;
	font-size: 12px !important;
	height: 22px !important;
	line-height: 1.5 !important;
	padding: 1px 5px !important;
}

.language-select {
	border: 0 none;
	border-radius: 1px;
	color: #0483d4;
	font: 14px/20px SimSun;
	height: 32px;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	width: 100px;
}

.chosen-container-single .chosen-single,
.chosen-container-single .form-control {
	height: 30px;
	line-height: 27px;
	padding: 0 8px;
}

em.red2 {
	font-size: 12px;
}

.body-container .footer {
	text-align: center;
	color: #fff;
	font: normal 12px/20px microsoft YaHei;
	margin: 15px 0 0;
	background-color: #0483d4;
	padding: 10px;
}

#more a {
	font-size: 20px;
	text-decoration: none;
}

.nav .open&gt;a,
.nav .open&gt;a:hover,
.nav .open&gt;a:focus {
	border-color: #ddd;
}

.sy-choose-title {
	padding: 0 15px;
}

.sy-choose-title div {
	display: inline-block;
	line-height: 25px;
	padding-right: 20px;
}

.sy-choose-title div span {
	padding-right: 5px;
}

.sl_add_btn button {
	margin-bottom: 5px;
}

.btn-toolbar .btn {
	font-size: 12px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(66, 139, 202, 0.7) !important
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

.btn-sm,
.btn-group-sm&gt;.btn {
	line-height: 1.2;
}

.nav-phone {
	display: none;
}


/* 锟斤拷页 */

.index_zjsy ul li h5 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.row.query-item .form-group {
	margin-bottom: 0 !important;
}

.nav-tabs.nav-justified {
	margin-top: 10px;
}

.navbar-collapse .navbar-nav {
	margin: 5px 0px;
}

.bs-navbar-collapse{
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-header {
	float: left;
}

.navbar-nav&gt; li {
	float: left;
	margin-right: 5px;
}

.navbar-nav a{
	color:#333;
}


.navbar-nav&gt;li&gt;a {
	padding-top: 10px;
	padding-bottom: 10px;
}

a.clj {
	cursor: pointer;
	text-decoration: none;
	color: #0076c1;
	text-shadow: 3px 3px 3px #eee;
}

.red {
	color: red;
}

.green {
	color: green;
}

input {
	vertical-align: bottom;
}

.input-group .input-xs-last {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.selected-box {
	display: none;
	background: #fcf7d9;
	border: 1px solid #a7bdd3;
	float: left;
	width: 99.81%;
	width: 99.73% \9;
	*width: 99.81%;
	margin-bottom: 2px;
}

.selected-box dl {
	width: 80%;
	padding: 5px 0;
	float: left;
}

.selected-box h3 {
	margin-left: 7px;
	display: inline;
	float: left;
	line-height: 20px;
	padding: 5px 0;
	font-weight: bold;
	font-size: 12px;
}

.selected-box dd {
	height: 25px;
	margin: 0 3px;
	display: inline;
	float: left;
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
}

.selected-box dd a {
	border: 1px solid #ff8040;
	padding: 0 18px 0 3px;
	position: relative;
	background: #fff;
	text-decoration: none;
	color: #ff8040;
	word-break: keep-all;
	word-wrap: normal;
	float: left;
	line-height: 19px;
	height: 19px;
}

.selected-box dd a:hover {
	color: #d75b1c;
}

.selected-box dd h5 {
	display: inline;
	padding: 0 2px;
	color: #808080;
	font-weight: normal;
	vertical-align: initial;
}

.selected-box .close-icon {
	background: #e49203 url(../images/close-icons.gif) repeat-x left bottom;
	height: 13px;
	width: 13px;
	position: absolute;
	right: 2px;
	_right: 2px;
	top: 3px;
	cursor: pointer;
}


/*=====================璁惧鎺у埗========================*/

@media (min-width:1900px) {
	.container {
		width: 1850px;
	}
	.container_1170 {
		width: 1170px !important;
	}
	.container_max1400 {
		width: 1360px;
	}
}

@media (min-width:1400px) {
	.container {
		width: 1360px;
	}
	.container_1170 {
		width: 1170px !important;
	}
	.index3_con .col-md-3,
	.index3_con .col-md-4,
	.index3_con .col-md-5 {
		width: auto;
	}
	.index3_con .index3_dbsy,
	.index3_con .index3_lct {
		width: 250px;
	}
	.index3_con .index3_imgnews,
	.index3_con .index3_tzgg {
		width: 681px;
	}
	.index3_con .index3_xmtz,
	.index3_con .index3_bm,
	.index3_con .index3_bm .list-group {
		width: 381px !important
	}
	.index4_con .index3_bm,
	.index4_con .index3_bm .list-group {
		width: 681px !important
	}
}

@media (max-width: 1200px) {
	.container_1170 {
		width: 1170px !important;
	}
	.treeview li {
		padding-left: 30px !important
	}
	.treeview .hitarea {
		left: 65px !important
	}
}

@media only screen and (min-width: 1899px) {
	.container {
		width: 1870px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
	.container {
		width: 1630px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.container {
		width: 1550px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.container {
		width: 1390px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
	.container {
		width: 1316px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1360px) and (max-width: 1364px) {
	.container {
		width: 1310px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.container {
		width: 1230px;
	}
}

@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.container {
		width: 1102px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.container {
		width: 974px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.index_zjsy ul li h5 {
		font-size: 12px;
	}
	.container_1170 {
		width: 100%;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1023px) {
	.container {
		width: 750px;
	}
	.container_1170 {
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.border-b h5 font {
		margin-right: 15px;
		line-height: 30px;
	}
	.container_1170 {
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.index_zjsy ul li h5 {
		font-size: 12px;
	}
	.container-func {
		min-height: 600px;
	}
	.container_1170 {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus{
		background-color:#0483d4;
		color:#fff;
	}
	/* .dropdown-submenu.hideHover:hover ul{
		display:none !important;
	} */

	.container_1170 {
		width: 100% !important;
	}
	/* .col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		padding-left: 0px;
		padding-right: 0px;
	} */
	.top1 .navbar-form,
	.top1 .navbar-nav{
		display: none;
	}

	.collapse.in .navbar-nav{
		display:block !important;
	}

	.navbar-collapse.bs-navbar-collapse.collapse.in{
		background-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #fff
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: none;
	}
	.navbar-nav .dropdown-menu .dropdown-menu&gt;li&gt;a {
		padding-left: 35px;
	}
	.index_grxx,
	.index_rctx,
	.index_kbcx,
	.index_kscj,
	.index_xl {
		margin: 0px -15px 15px 0px !important
	}
	.treeview li {
		padding-left: 20px !important
	}
	.treeview .hitarea {
		left: 35px !important
	}
	.treeview li .title {
		width: 230px !important
	}
	.formlist td,
	.formlist th {
		padding: 5px !important;
		line-height: 15px !important;
	}
	.div768-responsive {
		width: 750px;
		overflow-x: auto;
		overflow-y: hidden;
	}
	/*鑷畾涔夊綋瀹藉害灏忎簬767鏃舵í鍚戝嚭鐜版粴鍔ㄦ潯锛岀敤浠ョ姝㈡爡鏍肩郴缁熺户缁缉灏忓奖鍝嶆帓鐗堟晥鏋�*/
	/*鎺ㄨ崘閫夎*/
	.tjxk_list .panel-heading span {
		display: block;
		padding-right: 0px;
	}
	/*鏂伴椈璇︽儏*/
	.newsdisp {
		padding: 20px;
	}
	/***/
	.top2 .navbar-toggle {
		display: none;
	}
	.control-label {
		min-height: 20px;
		font-size: 12px;
		margin-bottom: 2px;
	}
	.form-group {
		margin-bottom: 5px !important;
	}
	.form-control {
		height: 28px;
		padding: 1px 3px;
		font-size: 12px;
	}
	/*澧炲姞杈撳叆妗嗙粍鏍峰紡锛寊p锛�20160921*/
	.input-group .form-control {
		height: 31px;
	}
	.body-container .footer {
		text-align: center;
		color: #fff;
		font: normal 12px/20px microsoft YaHei;
		margin: 15px 0 0;
		background-color: #0483d4;
		padding: 10px;
	}
	.btn {
		font-size: 12px;
	}
	.sl_all_bg .sl_all_form {
		padding: 5px 15px;
	}
	.btn-sm,
	.btn-group-sm&gt;.btn {
		padding: 2px 10px;
	}
	.sl_aff_btn .btn {
		padding: 4px 10px !important;
		margin-right: 10px;
	}
	.ui-jqgrid tr.ui-row-ltr td {
		font-size: 12px;
	}
	.sl_add_btn button {
		margin-bottom: 10px;
	}
	.form-horizontal .control-label {
		font-size: 12px;
		width:100%;
	}

	.form-horizontal .width-70,.form-horizontal .width-80{
		width:100% !important;
	}
	.chosen-container-single .chosen-single {
		padding-top: 3px !important;
		height: 28px !important;
	}
	.chosen-container-single .chosen-single div b {
		margin-top: 2px !important;
	}
	.chosen-container .chosen-results li {
		padding: 3px 6px !important;
	}
	.chosen-container-single .chosen-search input[type="text"] {
		padding: 2px 20px 2px 5px!important;
	}
	em.red2 {
		font-weight: normal;
	}
	.nav-tabs .popover.bottom {
		display: none !important;
	}
	.input-group .input-group-addon {
		padding: 4px 12px;
	}
	.tjxk_list .tjxk_title {
		font: normal 14px/16px "microsoft YaHei";
	}
	.tab_01 {
		width: 85%;
	}
	.tab_01 .radio-inline,
	.checkbox-inline {
		margin: 0 !important;
	}
	.tab_01 td {
		width: 70% !important;
	}
	.tab_01 td:first-child {
		text-align: center !important;
		width: 30% !important;
	}
	.nav&gt;li&gt;a {
		padding: 5px 12px;
	}
	.nav-tabs&gt;li&gt;a {
		font-size: 12px;
	}
	.tab_01 {
		width: 100% !important;
	}
	.leaf {
		width: 80px;
		font: normal 10px/29px microsoft YaHei;
	}
	.tab_01 {
		width: 100% !important;
	}
	.leaf {
		width: 80px;
		font: normal 10px/29px microsoft YaHei;
	}
	/*********/
	.index_zjsy ul li h5 {
		font-size: 12px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu2&gt;li&gt;a {
		color: #fff;
		font-size: 14px;
	}
	.navbar-default .navbar-nav&gt;.open&gt;a,
	.navbar-default .navbar-nav&gt;.open&gt;a:hover,
	.navbar-default .navbar-nav&gt;.open&gt;a:focus {
		background:#0483d4;
		color:#fff;
	}
	a.dropdown-toggle2.grxx {
		position: absolute;
		right: 0;
		display: block !important;
		padding: 7px 15px 7px 10px;
		top: 5px;
	}
	.logo_2 {
		font: normal 18px/30px "microsoft YaHei";
	}
	a.dropdown-toggle2.grxx {
		background: none !important;
	}
	.nav-phone {
		display: block !important;
		position: relative;
	}
	.dropdown-menu2 {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	.dropdown-menu2.pull-right {
		right: 0;
		left: auto;
	}
	.dropdown-menu2 .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}
	.dropdown-menu2&gt;li&gt;a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.dropdown-menu2&gt;li&gt;a:hover,
	.dropdown-menu2&gt;li&gt;a:focus {
		color: #262626;
		text-decoration: none;
		background-color: #f5f5f5;
	}
	.dropdown-menu2&gt;.active&gt;a,
	.dropdown-menu2&gt;.active&gt;a:hover,
	.dropdown-menu2&gt;.active&gt;a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #428bca;
		outline: 0;
	}
	.dropdown-menu2&gt;.disabled&gt;a,
	.dropdown-menu2&gt;.disabled&gt;a:hover,
	.dropdown-menu&gt;.disabled&gt;a:focus {
		color: #777;
	}
	.dropdown-menu2&gt;.disabled&gt;a:hover,
	.dropdown-menu2&gt;.disabled&gt;a:focus {
		text-decoration: none;
		cursor: not-allowed;
		background-color: transparent;
		background-image: none;
	}
	.open&gt;.dropdown-menu2 {
		display: block;
	}
	.top1 .dropdown-menu2 {
		background: #1d8fd8;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		padding: 0px;
		margin: 0px;
		border: 0px none;
		border-radius: 0px
	}
	.top1 .dropdown-menu2 .divider {
		background-color: #58a1d1;
		margin: 0px;
	}
	.top1 .dropdown-menu2&gt;li&gt;a {
		color: #ffffff;
		font-size: 14px;
		padding: 0px 20px;
		line-height: 50px;
	}
	.top1 .dropdown-menu2&gt;li&gt;a i.top_png {
		display: inline-block;
		width: 35px;
		height: 50px;
		background: url(../images/ico_top_png.png) 0px 0px no-repeat;
		float: left;
	}
	.top1 .dropdown-menu2&gt;li&gt;a i.top_png.qh {
		background-position: 0px 0px;
	}
	.top1 .dropdown-menu2&gt;li&gt;a i.top_png.mm {
		background-position: 0px -50px;
	}
	.top1 .dropdown-menu2&gt;li&gt;a i.top_png.tc {
		background-position: 0px -100px;
	}
	.top1 .dropdown-menu2&gt;li&gt;a:after {
		border-left-color: #e3f1fa;
		margin-top: 20px;
	}
	.top1 .dropdown-menu2&gt;li&gt;a:hover,
	.top1 .dropdown-menu2&gt;li&gt;a:focus {
		background-color: #68b5e5
	}
	.top1 .dropdown-submenu .dropdown-menu2 {
		margin-top: 0px;
		border-radius: 0px;
		top: 0px;
	}
	.top1 .dropdown-submenu .dropdown-menu2 li a {
		line-height: 35px;
		font-size: 12px;
	}
	.top1 .dropdown-menu2&gt;li&gt;a .glyphicon {
		color: #fff;
		top: 11px;
	}
	.top1 .dropdown-menu2 .dropdown-header {
		color: #fff;
		font-size: 14px;
		line-height: 50px;
	}
	.open&gt; .dropdown-toggle2.btn-default {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad;
	}
	.btn-default:active,
	.btn-default.active,
	.open&gt; .dropdown-toggle2.btn-default {
		background-image: none;
	}
	.open .dropdown-menu2 {
		position: static;
		display: block;
		width: 100%;
	}
	.zf-nav.top-nav .open .dropdown-menu {
		position: static;
		width: 100%;
	}
	ul.dropdown-menu2.left {
		display: none;
	}
	ul.dropdown-menu2.left li a {
		text-indent: 35px;
	}
	.top1 {
		/*min-height: auto;*/
	}
	.jw-shade {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		background: rgba(26, 141, 216, 0.2);
		display: none;
		z-index: 10;
	}
}


/*涓嶅悓璁惧鏈�灏忛珮搴﹁缃�*/

/* @media only screen and (min-width: 768px) and (min-height: 900px) and (max-height:1100px) {
	.container-func {
		min-height: 600px;
	}
}

@media only screen and (min-width: 768px) and (min-height: 767px) and (max-height:899px) {
	.container-func {
		min-height: 680px;
	}
}

@media only screen and (min-width: 768px) and (max-height:766px) {
	.container-func {
		min-height: 625px;
	}
}

@media only screen and (max-width: 767px) and (max-height:766px) {
	.container-func {
		min-height: 500px;
	}
}
 */

/* 鏂板淇敼鏍峰紡*/

@media only screen and (max-width: 767px) {
	.input-group .form-control:first-child {
		height: 31px;
	}
}


/*815鏂板*/

#footerID .address{
	margin-left:15px;
}
@media only screen and (max-width: 996px) and (min-width:767px){
	.sl_bmsz_tb1_h1 {
		font: 18px/25px "microsoft YaHei";
	}
}


@media only screen and (max-width: 767px) {
	/*椤堕儴鎿嶄綔鎸夐挳*/
	.row.sl_add_btn {
		margin-left: 0;
		margin-right: 0;
	}
	/*鐢ㄦ埛绠＄悊涓嬬殑鏌ヨ妗�*/
	.input-group .form-control:first-child {
		/*height: 24px;*/
	}
	.types .radio-inline+.radio-inline {
		margin-left: 0;
	}
	.form-horizontal.sl_all_form.searchbox {
		border: 1px solid #a7bdd3 !important;
	}
	.searchbox .search-filter,
	.searchbox .condition-item,
	.searchbox .condition-item .condition-row {
		border: none !important;
	}
	/*jqGrid 搴曢儴鍏辫鏁版嵁*/
	.ui-jqgrid .ui-pg-table td:last-child {
		display: none;
	}
	/*闅愯棌jqgrid璁剧疆鍒�*/
	#pager_left {
		display: none;
	}
	#footerID .float_l{
		float:none;
	}
	#footerID .address{
		margin-left:0;
	}
	h3{
		font-size:20px;
	}
	h4{
		font-size:18px;
	}
	.ui-pg-table td:first-child{display:none !important;}
	.sl_bmsz_tb1_h1 {
		font: 16px/22px "microsoft YaHei";
	}
}

.mr5{
	margin-right:5px;
}
.ml5{
	margin-left:5px;
}
.mt5{
	margin-top:5px;
}
.mb5{
	margin-bottom:5px;
}
.mtb5{
	margin-top:5px;
	margin-bottom:5px;
}

.btn-primary.active {
	background-color: #0483d4;
}

.formlist input[type=radio] {
	vertical-align: sub;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/*  */
/*鍒犻櫎btn鐨刡oxshadow  sly 20170220*/
.btn {
	/* -webkit-box-shadow: 0px 1px 0 #ccc, 1px 1px 3px #ccc;
	box-shadow: 0px 1px 0 #ccc, 1px 1px 3px #ccc; */
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

/*涓�.btn.active澧炲姞澶栭槾褰憋紝zp锛�20161111*/
.btn:active, .btn.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0px 1px 0 #ccc, 1px 1px 3px #ccc;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0px 1px 0 #ccc, 1px 1px 3px #ccc;
}

/*鍘婚櫎.btn-link鐨勯槾褰憋紝zp锛�20161110*/
.btn.btn-link { box-shadow: none; }

.btn-primary:hover {
	background: #0076c1;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}


.index_zjsy ul li:hover img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.index_zjsy ul li img {
	margin: 0 auto;
	margin: auto;
	display: block;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.input-group-addon {
	padding: 6px 18px;
}


.input-focus {
	padding: 6px 12px;
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.input-focus-shade {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: rgba(4, 131, 212, 0.75);
}

#mCSB_1_container a{
	text-decoration: none;
}
.tab.fixed-right{
	top:0 !important;
}
.input-group-btn .btn{
	box-shadow: none;
}

#forBenchmark{width:100%;}
.noborder{border:none;}

.widthAll{
	width:90% !important;
}

.nooverflowx{
	overflow-x:hidden !important;
}

.ui-jqgrid-bdiv .btn{
	box-shadow:none;
}


/* 瀵逛笉鍚堢悊鐨勬牱寮忚繘琛岃鐩栵紝zp锛�20160829 */

.navbar-nav &gt; li { margin-right: 0px; }
@media (max-width: 767px){
	.navbar-nav&gt;li {
		float: none;
	}
}
@media (max-width: 767px){
	.navbar-header {
		float: none;
	}
}
@media (min-width: 768px) {
	.navbar-form .form-group{margin-bottom: 0!important;}
}
@media (min-width: 768px){
	.navbar-nav&gt;li&gt;a { padding-top: 15px; padding-bottom: 15px;}
	.navbar-collapse .navbar-nav { margin: 0; }
}

/*淇敼妯℃嫙妗�.modal涓嬬殑.modal-header銆�.modal-footer鍔犱簡鑳屾櫙涔嬪悗锛屽渾瑙掍笉澶熸槑鏄剧殑鍘熷洜锛寊p锛�20161117*/
.modal .modal-content .modal-header { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.modal .modal-content .modal-footer { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }


/* export zp锛�20160908*/
.export input[type=file] { display: inline-block; }
.export .export-title { padding: 10px 0px; font-size: 16px; font-weight: bold; }
.export .table-import, .export .table-import-rule, .export .table-import-rule th { text-align: right; }
.export .table-import td + td { text-align: left; }
.export .table-import-rule td + td, .export .table-import-rule th + th { text-align: center; }
.export .export-tips { padding-top: 0px; padding-bottom: 0px; }
.export .export-tips &gt; span { border: 1px solid red; padding: 2px 4px; }
.export .example-exprot-help .form-group { margin-bottom: 0px !important; display: inline-block; }
.export .example-exprot-help .form-group .form-control { width: 120px; }
.export .example-exprot-help .form-control-feedback { top: 0px; }
.export .example-exprot-help span + span { padding-left: 10px; }
.export .example-exprot-help p { line-height: 30px; }

/* add zp锛�20160908*/
.more-condition-bar { border-color: inherit; }
.more-condition-bar &gt; a { color: #666; }
.more-condition-bar &gt; a:hover, .more-condition-bar &gt; a:focus { color: #333; text-decoration: none; }


/* 澧炲姞楠岃瘉鐘舵�佷笅鐨勮緭鍏ユ缁勫鎸夐挳鐨勬敮鎸侊紝zp锛�20160910*/
.has-error .input-group-btn .btn { border-color: #a94442; }
.has-success .input-group-btn .btn { border-color: #3c763d; }
.has-warning .input-group-btn .btn { border-color: #8a6d3b; }


.btn-group&gt;.btn:last-child:not(:first-child),
.btn-group&gt;.dropdown-toggle:not(:first-child){ border-top-left-radius: 0; border-bottom-left-radius: 0;}

/* 鎵嬫満瀵艰埅 */
.dropdown-submenu2 {
	position: relative;
	cursor: pointer;
}

/*澧炲姞閽堝杈撳叆妗嗙粍澶氫釜input-group-btn骞舵帓鐨勬敮鎸侊紙鏆傛椂鍙敮鎸佷竴涓緭鍏ユ锛夛紝zp锛�20161110*/
.input-group-btn:not(:first-child):not(:last-child) &gt; .btn,
.input-group-btn:not(:first-child):not(:last-child) &gt; .dropdown-toggle,
.input-group-btn:not(:first-child):not(:last-child) &gt; .form-control { border-radius: 0; margin-right: -1px; }
.input-group .form-control:not(:first-child):not(:last-child) + .input-group-btn &gt; .btn, .input-group-btn &gt; .dropdown-toggle { margin-left: -1px; }
/*澧炲姞閽堝杈撳叆妗嗙粍澶氫釜input-group-input涓嬪form-control鐨勬敮鎸侊紝zp锛�20161202*/
.input-group-btn.input-group-input:first-child&gt;.form-control{ border-radius: 4px 0 0 4px;}
.input-group-btn.input-group-input:last-child&gt;.form-control{ border-radius:  0 4px 4px 0;}

@media (max-width: 767px){
	.dropdown-submenu2&gt; .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu2&gt; a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
		margin-top: 5px;
		margin-right: -10px;
	}
	.dropdown-submenu2.current&gt;a{
		color:#0483d4 !important;
	}
	.dropdown-submenu2.current&gt; a:after{
		border-left-color: #0483d4;
	}
}
/*淇.spinner鍦�.input-group-sm涓嬬殑楂樺害闂*/
.spinner.input-group.input-group-sm .input-group-addon a.spin-up,
.spinner.input-group.input-group-sm .input-group-addon a.spin-down{
	font-size: 14px!important;
}

/* 瀹℃壒娴侀〉闈� */
.splc1 .tg .content{
	width:auto !important;
}

/*瀛椾綋16px锛寊p*/
.font-16{
	font-size: 16px;
}

/*璀﹀憡妗嗙殑瀛椾綋鎭㈠姝ｅ父锛寊p*/
.alert {
	font-weight: normal;
}
/*璺緞瀵艰埅锛屽鍔犵珫绾挎牱寮忥紝zp*/
.breadcrumb-vertical-bar &gt; li + li:before {
	content: "|\00a0";
}

/*鏂囧瓧鎴柇锛寊p*/
.text-overflow{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*涓嬫媺鑿滃崟澶氶�夊姛鑳斤紝zp*/
.dropdown-multiple&gt;.dropdown-toggle{
	max-width: 150px;
	padding-right: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dropdown-multiple&gt;.dropdown-toggle&gt;.caret{
	position: absolute;
	right: 10px;
	top: 15px;
}
.dropdown-multiple&gt;.dropdown-menu&gt;li&gt;label{
	display: block;
	padding: 3px 20px 3px 8px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	margin-bottom: 0;
}
.dropdown-multiple&gt;.dropdown-menu&gt;li&gt;label&gt;input[type=radio],
.dropdown-multiple&gt;.dropdown-menu&gt;li&gt;label&gt;input[type=checkbox]{
	margin: 3px 0;
}

#searchBox{
	padding-top:8px;
}

.search-btn{
	display: inline-block;
	text-align: left;
}

.search-btn&gt;.btn{
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	box-shadow: none;
	border-radius: 0px;
}

/* 閽堝鏌ヨ閮ㄥ垎鍦ㄥ皬灞忓箷涓嬬殑璋冩暣 sly */
@media only screen and (min-width: 768px) and (max-width: 1440px) {
	body{
		font-size:12px;
	}
	.form-control{
		height:28px;
		line-height:28px;
		padding: 0 5px;
	}
	.btn{
		height: 28px;
		line-height: 28px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.input-group-addon{
		padding: 4px 18px;
	}
	.form-horizontal .control-label{
		padding-top:4px;
	}
	
}

/* 灏忓睆鐢佃剳灞忓箷鐢佃剳鍙婂叾浠ヤ笅鐨勮皟鏁� */
@media only screen and (max-width: 1440px) {
	.search-btn&gt;.btn{
		height: 28px;
		line-height: 28px;
	}
	.dropdown-menu,
	.top1 .dropdown-menu&gt;li&gt;a{
		font-size:12px;
	}
}

/*淇鍐呰仈鍗曢�夊拰澶氶�夋涓嶉殢婊氬姩鏉＄Щ鍔ㄧ殑闂锛寊p锛�20170207*/
.radio-inline, .checkbox-inline{
	position: relative;
}

/* 淇鍦╥e涓媗abel涓巌nput淇濇寔姘村钩涓嶄竴鑷寸殑闂锛宻ly,20170214 */
@media only screen and (min-width: 768px) {
	.form-horizontal .control-label{
		vertical-align:top;
	}
}

/* 鏂板绠�鍗曟煡璇�,sly,20170214*/
.simple-search-form{
	padding: 12px 12px 0 12px !important;
}

.simple-search-form #searchBox{
	padding-top:0px;	
}

/* 淇敼placeholder棰滆壊,sly,20170214*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b7b7b7 !important;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b7b7b7 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b7b7b7 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b7b7b7 !important;
}

/* 淇敼婊氬姩鏉＄殑鑳屾櫙棰滆壊,sly,20170216*/

.container-func .mCSB_dragger_bar{
	background-color:#464646 !important;	
}

/* bootbox涓嬬殑澶氶��  sly*/
.chose-tag .item{
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    line-height: 19px;
    display:inline-block;
    position: relative;
}		

.chose-tag .item.active{
	background: #0483d4;
 	color: #fff;
}
.wood-grain-skin .chose-tag .item.active{
	background-color:#EFB421;
}

.green-skin .chose-tag .item.active{
	background-color:#57A029;
}
.basic-skin .chose-tag .item.active{
	background-color:#505965;
}
.blue-second-skin  .chose-tag .item.active{
	background-color:#409BFF;
}
.blue-third-skin  .chose-tag .item.active{
	background-color:#628b96;
}



/* bootbox涓嬬殑澶氶��  end sly */

#but_ancd .btn-toolbar .btn-group{
	margin-bottom: 0px;
}




			</pre></body></html>