@charset "UTF-8";

/*base*/
/**************mixins*********************/
.clearfix, .wrap, .wrap-fluid, .row {
	*zoom: 1;
}

.clearfix:after, .wrap:after, .wrap-fluid:after, .row:after {
	clear: both;
	content: "";
	display: table;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio
:not
 
(
[
controls
]
 
)
{
display
:
 
none
;

	
height
:
 
0;
}
[hidden], template {
	display: none;
}

a {
	background: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	color: #FFAE07;
	font-weight: bold;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg
:not
 
(
:root
 
)
{
overflow
:
 
hidden
;


}
figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
	{
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}
/*"reset.less"*/
body, dl, dt, dd, img, ul, ol, li, p, form, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/1.6 Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif,
		Simsun;
	color: #333333;
	background-color: #f2f3f4;
}

html, body, fieldset, img, iframe, abbr {
	border: 0;
}

i, cite, em, address, dfn {
	font-style: normal;
}

a, button {
	cursor: pointer;
}

a {
	color: #3498db;
	text-decoration: none;
}

a:hover {
	color: #3486bc;
}

a:active, input:focus, textarea:focus, a:focus {
	outline: 0;
}

ul, li {
	list-style: none;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

input::-webkit-input-placeholder {
	color: #cccccc !important;
	/* WebKit browsers */
}

input:-moz-placeholder {
	color: #cccccc !important;
	/* Mozilla Firefox 4 to 18 */
}

input::-moz-placeholder {
	color: #cccccc !important;
	/* Mozilla Firefox 19+ */
}

input:-ms-input-placeholder {
	color: #cccccc !important;
	/* Internet Explorer 10+ */
}

.hr {
	border-top: 1px solid #ddd;
	height: 0;
}

.hr-vertical {
	border-right: 1px solid #ddd;
	width: 0;
}

.hide {
	display: none;
}

.center {
	text-align: center;
	clear: both;
}
/* Hides from IE-mac \*/
/* End hide from IE-mac */
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box-shadow {
	-webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}

.transition {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
/*******************�Զ���icons*********************/
@font-face {
	font-family: "ylbfont";
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'),
		/* chrome��firefox */ url('../fonts/iconfont.ttf') format('truetype'),
		/* chrome��firefox��opera��Safari, Android, iOS 4.2+*/  
		 url('../fonts/iconfont.svg#iconfont') format('svg');

	/* IE9*/
	/* iOS 4.1- */
}

.yicon, [class^="yicon-"]:before, [class*=" yicon-"]:before {
	font-family: "ylbfont" !important;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	height: 1em;
	/*margin-right: .2em;*/
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	/*margin-left: .2em;*/
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	-webkit-text-stroke-width: 0.2px;
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.yicon-angledoubleright:before {
	content: "\e600";
}

.yicon-angledoubleup:before {
	content: "\e601";
}

.yicon-angledown:before {
	content: "\e602";
}

.yicon-angleleft:before {
	content: "\e603";
}

.yicon-angleright:before {
	content: "\e604";
}

.yicon-angleup:before {
	content: "\e605";
}

.yicon-apple:before {
	content: "\e606";
}

.yicon-arrowleft:before {
	content: "\e607";
}

.yicon-arrowright:before {
	content: "\e608";
}

.yicon-attach:before {
	content: "\e609";
}

.yicon-attentioncircled:before {
	content: "\e60a";
}

.yicon-auction:before {
	content: "\e60b";
}

.yicon-bubble:before {
	content: "\e60c";
}

.yicon-bubbles:before {
	content: "\e60d";
}

.yicon-alipay:before {
	content: "\e60e";
}

.yicon-android:before {
	content: "\e60f";
}

.yicon-angledoubledown:before {
	content: "\e610";
}

.yicon-angledoubleleft:before {
	content: "\e611";
}

.yicon-chat:before {
	content: "\e613";
}

.yicon-check:before {
	content: "\e614";
}

.yicon-check2:before {
	content: "\e615";
}

.yicon-checkbook:before {
	content: "\e616";
}

.yicon-checkempty:before {
	content: "\e617";
}

.yicon-clock:before {
	content: "\e618";
}

.yicon-close:before {
	content: "\e619";
}

.yicon-cog:before {
	content: "\e61a";
}

.yicon-comments:before {
	content: "\e61b";
}

.yicon-credit:before {
	content: "\e61c";
}

.yicon-bubbles2:before {
	content: "\e61d";
}

.yicon-bubbles3:before {
	content: "\e61e";
}

.yicon-calculate:before {
	content: "\e61f";
}

.yicon-camera:before {
	content: "\e620";
}

.yicon-cancelcircledoutline:before {
	content: "\e621";
}

.yicon-chart:before {
	content: "\e622";
}

.yicon-chart2:before {
	content: "\e623";
}

.yicon-dot2:before {
	content: "\e624";
}

.yicon-easel:before {
	content: "\e625";
}

.yicon-edit:before {
	content: "\e626";
}

.yicon-exchange:before {
	content: "\e627";
}

.yicon-eye:before {
	content: "\e628";
}

.yicon-eyeoff:before {
	content: "\e629";
}

.yicon-fail:before {
	content: "\e62a";
}

.yicon-filetext:before {
	content: "\e62b";
}

.yicon-finder:before {
	content: "\e62c";
}

.yicon-fire:before {
	content: "\e62d";
}

.yicon-fontding:before {
	content: "\e62e";
}

.yicon-fonthuo:before {
	content: "\e62f";
}

.yicon-fontying:before {
	content: "\e630";
}

.yicon-cross:before {
	content: "\e631";
}

.yicon-cube:before {
	content: "\e632";
}

.yicon-data:before {
	content: "\e633";
}

.yicon-data2:before {
	content: "\e634";
}

.yicon-database:before {
	content: "\e635";
}

.yicon-dingcircle:before {
	content: "\e636";
}

.yicon-dot:before {
	content: "\e637";
}

.yicon-invest:before {
	content: "\e638";
}

.yicon-key:before {
	content: "\e639";
}

.yicon-keyboard:before {
	content: "\e63a";
}

.yicon-library:before {
	content: "\e63b";
}

.yicon-gift:before {
	content: "\e63c";
}

.yicon-graduate:before {
	content: "\e63d";
}

.yicon-group:before {
	content: "\e63e";
}

.yicon-guide:before {
	content: "\e63f";
}

.yicon-heart:before {
	content: "\e640";
}

.yicon-heartempty:before {
	content: "\e641";
}

.yicon-help:before {
	content: "\e642";
}

.yicon-historybill:before {
	content: "\e643";
}

.yicon-home:before {
	content: "\e644";
}

.yicon-huocircle:before {
	content: "\e645";
}

.yicon-open:before {
	content: "\e646";
}

.yicon-passwd:before {
	content: "\e647";
}

.yicon-pause:before {
	content: "\e648";
}

.yicon-phone:before {
	content: "\e649";
}

.yicon-phonecharge:before {
	content: "\e64a";
}

.yicon-phonecircled:before {
	content: "\e64b";
}

.yicon-phonesquared:before {
	content: "\e64c";
}

.yicon-list:before {
	content: "\e64d";
}

.yicon-logo:before {
	content: "\e64e";
}

.yicon-loop:before {
	content: "\e64f";
}

.yicon-mail1:before {
	content: "\e650";
}

.yicon-minus:before {
	content: "\e651";
}

.yicon-mobile:before {
	content: "\e652";
}

.yicon-money:before {
	content: "\e653";
}

.yicon-moneybox:before {
	content: "\e654";
}

.yicon-moneyboxfill:before {
	content: "\e655";
}

.yicon-ok:before {
	content: "\e656";
}

.yicon-okcircle:before {
	content: "\e657";
}

.yicon-renren:before {
	content: "\e658";
}

.yicon-reply:before {
	content: "\e659";
}

.yicon-share:before {
	content: "\e65a";
}

.yicon-shield:before {
	content: "\e65b";
}

.yicon-picture:before {
	content: "\e65c";
}

.yicon-pie:before {
	content: "\e65d";
}

.yicon-plane:before {
	content: "\e65e";
}

.yicon-playcircleoutline:before {
	content: "\e65f";
}

.yicon-plus:before {
	content: "\e660";
}

.yicon-presentation:before {
	content: "\e661";
}

.yicon-profile:before {
	content: "\e662";
}

.yicon-profile2:before {
	content: "\e663";
}

.yicon-profile3:before {
	content: "\e664";
}

.yicon-qq:before {
	content: "\e665";
}

.yicon-qq2:before {
	content: "\e666";
}

.yicon-qrcode:before {
	content: "\e667";
}

.yicon-recommend:before {
	content: "\e668";
}

.yicon-recycle:before {
	content: "\e669";
}

.yicon-upload:before {
	content: "\e66a";
}

.yicon-us:before {
	content: "\e66b";
}

.yicon-user:before {
	content: "\e66c";
}

.yicon-shuffle:before {
	content: "\e66d";
}

.yicon-shuffle2:before {
	content: "\e66e";
}

.yicon-sitemap:before {
	content: "\e66f";
}

.yicon-sitemap2:before {
	content: "\e670";
}

.yicon-speechbubble:before {
	content: "\e671";
}

.yicon-spinner:before {
	content: "\e672";
}

.yicon-star:before {
	content: "\e673";
}

.yicon-star3:before {
	content: "\e674";
}

.yicon-starempty:before {
	content: "\e675";
}

.yicon-stop:before {
	content: "\e676";
}

.yicon-succ:before {
	content: "\e677";
}

.yicon-tag:before {
	content: "\e678";
}

.yicon-tags:before {
	content: "\e679";
}

.yicon-tencentweibo:before {
	content: "\e67a";
}

.yicon-transfer:before {
	content: "\e67b";
}

.yicon-umbrella:before {
	content: "\e67c";
}

.yicon-usercircle:before {
	content: "\e67d";
}

.yicon-usercirclefill:before {
	content: "\e67e";
}

.yicon-wallet:before {
	content: "\e67f";
}

.yicon-wallet2:before {
	content: "\e680";
}

.yicon-wechat:before {
	content: "\e681";
}

.yicon-weibo:before {
	content: "\e682";
}

.yicon-withdraw:before {
	content: "\e683";
}

.yicon-yen:before {
	content: "\e684";
}

.yicon-yingcircle:before {
	content: "\e685";
}

.yicon-user2:before {
	content: "\e686";
}

.yicon-useradd:before {
	content: "\e687";
}

.yicon-data1:before {
	content: "\e689";
}

.yicon-phone1:before {
	content: "\e68b";
}

.yicon-speaker:before {
	content: "\e68c";
}

.yicon-video:before {
	content: "\e68d";
}

.yicon-arrrightcircle:before {
	content: "\e6a1";
}

.yicon-active:before {
	content: "\e6a2";
}

.yicon-enterprise:before {
	content: "\e6a4";
}

.yicon-film:before {
	content: "\e6a5";
}

.yicon-house:before {
	content: "\e6a6";
}

.yicon-rent:before {
	content: "\e6a7";
}

.yicon-car:before {
	content: "\e612";
}

/*头部菜单*/
.header {
	background: url(../images/header-bg.png) top left repeat-x;
	height: 72px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999999;
	box-shadow: -1px -1px 10px #000;
}

.wrap {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

@media ( min-width : 1200px) {
	.wrap {
		width: 1000px;
	}
}

.logo .logo_link {
	background: url(../images/logo.png) no-repeat scroll -25px -2px
		rgba(0, 0, 0, 0);
	display: block;
	height: 60px;
	overflow: hidden;
	text-indent: -999px;
	width: 370px;
}

.header .logo {
	float: left;
	position: relative;
}

.header .opacity_9 {
	/* 	filter:alpha(opacity=90); */
	/* 	-moz-opacity:0.9; */
	/* 	opacity:0.9; */
	
}

.header .arrowWrap {
	position: relative;
	text-align: center;
}

.cursor_pointer {
	cursor: pointer;
}

.user_setiing_main {
	position: absolute;
	left: 0px;
	top: 72px;
	width: 816px;
	z-index:8888;
}

.user_setiing_main .user_setiing_content {
	background-color: #677288;
}

.user_setiing_main .user_info_content {
	background-color: #4D4D4D;
	/* 	margin-bottom:10px; */
	padding: 10px 0px;
}
.user_setiing_main .user_info_content table{
	table-layout:fixed;
}

#oldSysIndex{
	height:22px;
	line-height:22px;
	color: white;
	font-size:14px;
	display:block;
	padding:0px 6px;
	background:#607ECB;
	width:auto;
	position:absolute;
	top:-13px;
	right:10px;
	border-radius:5px;
	text-align:center;
}

#unionOffice{
	height:22px;
	line-height:22px;
	color: white;
	font-size:14px;
	display:block;
	padding:0px 6px;
	background:#607ECB;
	width:auto;
	position:absolute;
	top:-13px;
	right:120px;
	border-radius:5px;
	text-align:center;
}

#unionOfficeToDoNum{
	color:white;
}

#unionOfficeToDoNum:active, #unionOfficeToDoNum:hover{
	color:white;
	text-decoration:underline;
}

.user_setiing_main .logout_link {
/* 	display: inline-block; */
	height:22px;
	line-height:22px;
	color: white;
	font-size: 14px;
	display:block;
	padding:0px 6px;
	background:#F48174;
	width:auto;
	position:absolute;
	top:-7px;
	right:20px;
	border-radius:5px;
	text-align:center;
}

.white_font {
	color: white;
	font-size: 14px;
	position:relative;
}

/*page*/
body {
	font-family: "Microsoft YaHei", SimSun, Tahoma, Verdana, Arial,
		sans-serif;
}

.footer {
	background: none repeat scroll 0 0 #242d33;
	color: #838a8f;
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 14px;
	height:42px;
	line-height:42px;
/* 	padding: 10px 0; */
	text-align: center;
/* 	position:relative; */
}

.footer i {
	font-size: 22px;
	vertical-align: -4px;
}

.main {
	background: #fff;
	padding: 15px;
}

.header .tabs {
	float: right;
	position: static;
	height: auto;
	width: auto;
	background: rgba(27, 43, 72, 0.58);
	box-shadow: none;
}

.header .tabs li {
	float: left;
	border-bottom: none;
	height: 72px;
	width: 76px;
	position: relative;
	border-left: 1px solid rgba(133, 142, 158, 0.58);
	background: url(../images/sprites.png) -3px -10px;
}

.header .tabs a.active {
	background: rgba(133, 142, 158, 0.58);
	box-shadow: none;
}

.header .tabs a {
	height: 72px;
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 109px;
}

.header .tabs li em {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 7px;
	right: 7px;
	background: url(../images/sprites.png) -518px -29px;
}

.header .tabs li.ME {
	background-position: -84px -10px;
}

.header .tabs li.FLIGHT {
	background-position: -162px -10px;
}

.header .tabs li.NEWS {
	background-position: -248px -10px;
}

.header .tabs li.TOOLS {
	background-position: -333px -10px;
}

.header .tabs li.WELFARE {
	background-position: -407px -10px;
}

.header .tabs li.FORUM {
	background-position: -227px -135px;
}

.tabs {
	background-color: #ecf4fc;
	border-radius: 5px 0 0 5px;
	box-shadow: -2px 0 2px #d1deee inset;
	height: 285px;
	position: absolute;
	width: 110px;
}

.tabs li {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #699FE5;
}

.tabs a.active {
	background-color: #fff;
	display: block;
	box-shadow: -2px -4px 4px -4px #b7c9e0, -2px 4px 4px -4px #b7c9e0;
	cursor: default;
	margin-right: -1px;
	position: relative;
}
/*
.index_main {
	background: url(../images/body_bg.png) 0% 50% no-repeat;
}
*/
/*全站的背景（原因：此背景颜色根据浏览器窗口大小可视区固定）*/
.bodyBackg{ 
	width:100%;
	border:0;
	margin:0;
	padding:0;
	position:fixed;
	overflow:hidden;
	z-index:-9999;
	background: url(../images/body_bg.png) no-repeat center;
	background-size:100% 100%;
}

.g_main {
	position: relative;
	text-align: center;
	padding-top: 0px;
}

.m_main {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/*全屏背景遮罩层*/
.loadingPage_bg1 {
	background: none repeat scroll 0 0 #EBEBEB;
	height: 100%;
	left: 0; /*:rgba(0,0,0,0.5);*/
	opacity: 0.7;
	filter: alpha(opacity = 70);
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 110;
}

#loadingPage {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #595959;
	height: 28px;
	left: 50%;
	line-height: 27px;
	margin-left: -74px;
	margin-top: -14px;
	padding: 10px 10px 10px 50px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 248px;
	z-index: 111;
	background: url(../images/loading_week.gif) no-repeat scroll 12px center
		#FFFFFF;
	border: 2px solid #86A5AD;
}

.t_maindiv {
	min-height: 0;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: white;
}

.t_info {
	background-color: #737373;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.t_container {
	background-color: white;
	border-radius: 5px;
	margin: auto;
	width: 95%;
	padding-bottom: 10px;
}

.t_red_head {
	background-color: #fa565a;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 7px;
	text-align: center;
	width: 100%;
}

.t_top_head {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	text-indent: 15px;
	text-align: left;
	width: 100%;
}

.t_sub_main {
	width: 96%;
	margin: 8px auto 0 auto;
	border: 1px solid #DFE2EB;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Gecko browsers */
	-moz-border-radius: 5px; /* Gecko browsers */
	-webkit-border-radius: 5px; /* Webkit browsers */
	-webkit-border-radius: 5px; /* Webkit browsers */
}

.t_sub_head {
	width: 100%;
	height: 28px;
	font-size: 15px;
	line-height: 28px;
	background: #DFE2EB;
	border-radius: 0px;
	-moz-border-radius: 0px; /* Gecko browsers */
	-moz-border-radius: 0px; /* Gecko browsers */
	-webkit-border-radius: 0px; /* Webkit browsers */
	-webkit-border-radius: 0px; /* Webkit browsers */
}
.t_sub_head span{width:100%;display:inline-block;text-align:left;}

.t_content {
	width: 98%;
	margin: auto;
	padding: 5px 0;
	text-align: left;
}

.t_min_rd_img {
	background: url(../images/min-round-bg.png) no-repeat;
	top: 1px;
	/*right: 4px;*/
	left: 149px;
	height: 12px;
	width: 12px;
	line-height: 12px;
	display: block;
	position: absolute;
}

.t_content_del_img {
	float: right;
	cursor: pointer;
	margin-top: -5px;
	margin-right: -5px;
}

.languageB{width:70px;height:20px;float:left;margin-left:5px;margin-top:34px;line-height:20px;}
	.languageB a{color:#fff;cursor:pointer;font-size:13px;text-decoration:underline;font-weight:bold;}
	.languageB span:hover{color:#ccc;}
	
/* 导航菜单选项 */
.menusEnter{height:100%;width:76px;float:left;margin-right:14px;background:#2C3B57;border-right: 1px solid #606C81;cursor:pointer;position:relative;z-index:8889;}
	.menusEnter_bak{height:72px;width:76px;padding:0px 0px;background:url(../images/topicoPng2.png) no-repeat scroll 16px 21px;}
	.menusStair{width:220px;min-height:0px;background:#4C5574;position:absolute;padding:0px 0px 20px 0px;cursor:default;display:none;}
		.menusStair_ul{margin:0;padding:0;border:0;padding-top:6px;}
			.menusStair_li{margin:0;padding:0 20px;height:36px;line-height:36px;width:180px;margin-top:0px;color:white;font-size:14px;position:relative;}
			.menusStair_li:hover{background:#C7D6EB;}
			.menusStair_li:hover a{color:#333333;}
			.menusStair_li:hover span{color:#333333;}
				.menusStair_lin{position:absolute;font-weight:bold;width:180px;cursor:pointer;}
					.menusStair_lin a{cursor:pointer;color:#fff;float:left;}
					.menusStair_lin span{cursor:pointer;color:#fff;float:right;}
				.menusII{width:576px;min-height:90px;position:absolute;left:220px;background:#C7D6EB;padding:6px 15px;display:none;}
					.menusII ul{margin:0;padding:0;height:auto;border:0px solid red;}
  					.menusII ul li{margin:0;padding:0;height:40px;line-height:40px;float:left;width:160px;margin:0px 15px;border:0px solid red;}
  					.menusII ul li a{color:#333333;cursor:pointer;}
  					.menusII ul li a:hover{text-decoration:underline;}
  					
/* kendo 分页公共样式*/
.own_kendo_page_jump {
	float: left;
	margin-left: 30px;
	color: grey;
} 

.own_kendo_page_jump_input {
	width: 50px;
	height: 20px;
	text-align: center;
}

.own_kendo_btn_confirm {
	width: 80px;
	height: 30px;
	background-color: grey;
	margin-left: 10px;
	line-height: 30px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	border: none;
} 					
/* 点赞浮动窗口 */
/* .agreeMain{width:222px;height:50px;position:fixed;z-index:200;background:#E46C0A;line-height:50px;display:none; */
/* 			bottom:1px;margin-left:778px;color:white;font-size:14px;-moz-opacity:0.88;opacity:0.88;} */
/* 	.agreeCont{width:100%;height:100%;position:relative;overflow:hidden;} */
/* 		.agreeClose{border:1px solid #c9c9c9;width:15px;height:15px;position:absolute;top:2px;right:2px;line-height:12px; */
/* 					text-align:center;color:#c9c9c9;font-size:15px;text-indent:1px;cursor:pointer;z-index:201;} */
/* 		.agreeHint{width:100%;display:none;height:100%;font-size:12px;text-align:center;line-height:60px;} */
/* 		.agreeInfo{height:100%;display:none;} */
/* 			.agreeButt{width:80px;height:100%;float:left;margin-left:18px;cursor:pointer;} */
/* 				.agreeButt img{border:0;padding:0;width:28px;height:26px;padding:13px 0px;float:lefrt;} */
/* 				.agreeButt span{width:46px;float:right;border:0px solid red;display:block;font-size:15px;line-height:58px;} */
/* 			.agreeNum{width:112px;height:100%;border:0px solid #c9c9c9;position:relative;float:right;text-align:center; */
/* 						margin-right:6px;font-size:20px;line-height:60px;} */
/* 				.agreeNum_add{position:absolute;width:15px;height:12px;border:0px solid #c9c9c9;font-size:11px; */
/* 								line-height:12px;top:20px;z-index:202;display:none;} */
.agreeMain{width:194px;height:70px;position:fixed;z-index:200;background:#E46C0A;line-height:50px;display:none;
			bottom:1px;margin-left:806px;color:white;font-size:14px;-moz-opacity:0.88;opacity:0.88;}
	.agreeCont{width:100%;height:100%;position:relative;overflow:hidden;}
		.agreeClose{border:1px solid #c9c9c9;width:15px;height:15px;position:absolute;top:2px;right:2px;line-height:12px;
					text-align:center;color:#c9c9c9;font-size:15px;text-indent:1px;cursor:pointer;z-index:201;}
		.agreeHint{width:100%;display:none;height:100%;font-size:12px;text-align:center;line-height:78px;}
		.agreeInfo{height:100%;display:none;width:120px;float:left;}
			.agreeButt{width:100px;height:36px;margin-left:10px;cursor:pointer;text-align:center;}
				.agreeButt img{border:0;padding:0;width:28px;height:26px;margin-bottom:-2px;;}
				.agreeButt span{;border:0px solid red;font-size:14px;margin-left:6px;}
			.agreeNum{width:100px;height:30px;margin-left:10px;position:relative;text-align:center;font-size:20px;line-height:30px;}
				.agreeParam{position:relative;}
				.agreeNum_add{position:absolute;width:15px;height:12px;font-size:10px;line-height:12px;
								top:10px;z-index:202;display:none;}
		.agreeAdvice{float:right;margin-right:10px;text-align:right;}
			.agreeAdvice a{color:white;margin-top:30px;font-size:12px;display:block;text-decoration:underline;}