@charset "utf-8";

html {
	overflow:auto;
}
body {
    background:#eee;
	line-height: 1.5;
    color: #333;
}
body, h1, h2, h3, h4, h5, h6, hr, p, form, button, input, textarea, th, td {
	font:14px "宋体";
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
    font-weight: bold;
}

h1 { font-size: 32px; padding:5px 0;}
h2 { font-size: 20px; padding:5px 0;}
h3 { font-size: 18px; padding: 0 0 10px;}
h4 { font-size: 16px; padding:5px 0;}
h5 { font-size: 14px; padding:5px 0;}
h6 { font-size: 14px;}

a:focus { outline: 1px; }
a, a:link, a:hover{
	color:black;
	text-decoration:none;
    font-size:13px;
}
p {
	padding:5px;
	margin:0;
}
ul, li{
	margin:0;
	padding:0;
	list-style: none;
}
img{
	border:0px;
}
.ImageList ul{
	list-style-type:none;
}
.ImageList li{
	width:110px;
	height:175px;
	float:left;
}
.clear{
	clear:both;
}
.space{
	clear:borh;
	line-height:5px;
	height:5px;
}
.colorbule{
	background:#4d8fff;
}
.position {
	height: 22px;
	line-height: 22px;
	color: #005b8e;
	background: url(/Images/icons/common/position.png) no-repeat left top;
	text-indent: 22px;
	margin-right:2px;
}

/**************************************************top**************************************************/
.csBannerBk {
	clear:both;
	height:119px;
	background:url(/admin/images/header_bg.gif) repeat-x;

    box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	border-bottom: 1px solid #c9c9c9;
}
.csLogoBox {
	height:60px;
	float:left;
}
.csLogo {
	font:bold 24px "宋体";
	padding:20px 0 0 20px;
	letter-spacing:2px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.9);
}
.csTool {
	width:auto;
	float:right;
	margin:10px 5px 0 0;
}

.csTopNavToolButton {
	display: inline-block;
	float: right; 
	overflow: visible;
	margin: 20px 10px 0 5px;
	cursor:pointer;
	
	border: 0;
	background: none;
}
.csTopNavToolButton span {
	width: 16px;
	height:16px;
	display: block;					/* Prevents :active from working in IE--oh well! */
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.sexyspan{
	float: right;
	font: 14px "宋体";
	padding: 20px 0 0 20px;
	line-height:30px;
	color:#CCCCCC;
}

.csTopNavToolButton span.help { background-image: url(/Images/icons/common/help.png); }
.csTopNavToolButton span.quit { background-image: url(/Images/icons/common/cross.png); }


/**************************************************bottom**************************************************/
.csBottom {
	height:30px;
	line-height:31px;
	text-decoration: none;
	text-align: center;
	padding:10px;

	background-color:#2C2C2C;
	color:#CCCCCC;
	font-size:12px;
}

.breadcrumb{
    height:24px;
    color:#555;
    margin:0px;
    padding:0px;
}
.breadcrumb ul{
	height:24px;
	background:url(/admin/images/home.png) no-repeat 0 2px;
	padding:0 0 0 20px;
}
.breadcrumb ul li {
	height:24px;
    list-style-type:none;
    float:left;
    padding-left:2px;
}
.breadcrumb a{
    height:24px;
    float:left;
    background:url(/Images/icons/bread/bc_separator.png) no-repeat right 2px;
    padding-right: 20px;
    text-decoration: none;
    color:#555;
}
.breadcrumb a:hover{
	color:#0d58aa;
}
/************ Table ************/
.sortable .tab-span{
	display:block;
	padding: 0 0 0 20px;
	height: auto;
	background:url(/Images/joinbottom.gif) no-repeat 0 2px;
}
.sortable {
	clear:both;
	width:100%;
	border-left: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	margin:0 auto 0px;
	background:#ffffff;
	border-collapse: collapse;
}
.sortable th, .sortable td {
	background:#e5e5e5;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 6px 10px;
	text-align:center;
}
.sortable td {
	background: #fff;
}
.ui-table {
	border-collapse: collapse;
	clear:right;
	float:left;
	width:600px;
}

/**************** add class by:qiao *****************/
.showTable .ui-no-padding {
	padding:0px;
}
.showCase {
	width:200px;
	height:300px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	float:left;
	border:#000000 1px solid;
	overflow:hidden;
	position:relative;
}

#leftCase .leftBar {
	height:100%;
	width: 80px;
	/*background:#993300;*/
	float: left;
	/*position:relative;
	left:0px;
	top:0px;*/
	position: absolute;
}
.leftMenu {
	font-size:14px;
}
.leftMenu li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#leftCase .leftBar .leftMenu hr {
	height:1px;
}
#leftCase .rightBar {
	height:100%;
	width:200px;
	text-align:left;
	border-left:#000 solid 1px;
	/*background:#00FFFF;
	float: left;
	margin-top:-300px;
	margin-left:80px;*/
	position:absolute;
	left:80px;
	top:0px;
}

.appHeader {
	font-size:20px;
}
.appHeader span {
	margin-left:20px;
}
.appHeader hr {
	width:100%;
}
.appGroup {
}
.appGroup ul li {
	display:inline;
	margin-left:5px;
	font-size:10px;
}
.appBanner {
	line-height:52px;
	font-size:24px;
}
.appList {
	font-size:8px;
}


#rightCase .leftBar {
	position:absolute;
	/*有点问题，，，，，，，但是不要删
	width:200px;
	left:-80px;
	*/
	width:120px;
	left:0px;
}
#rightCase .rightBar {
	height:100%;
	width: 80px;
	left:120px;
	position:absolute;
	border-left:#000 solid 1px;
}


button{
	font: bold 14px "宋体";
}
.sexybutton {
	
	display: inline-block;
	overflow: visible;
	
    cursor: pointer;
    font: bold 15px "microsoft yahei";
    margin: 0 auto;
    padding: 0px;
    
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
a.sexylarge{
    color: #fff;
}
.sexylarge{
	border: 1px solid #c67a23;
	background-color:#ff8800;
	
	background-image: linear-gradient(top, #feb401 0%, #ff9700 50%, #ff8800 50%);
	background-image: -o-linear-gradient(top, #feb401 0%, #ff9700 50%, #ff8800 50%);
	background-image: -moz-linear-gradient(top, #feb401 0%, #ff9700 50%, #ff8800 50%);
	background-image: -webkit-linear-gradient(top, #feb401 0%, #ff9700 50%, #ff8800 51%);
	background-image: -ms-linear-gradient(top, #feb401 0%, #ff9700 50%, #ff8800 50%);
}
.sexygray {
	border: 1px solid #bbb;
	background-color:#eeeeee;
	
	background-image: linear-gradient(top, #f5f5f5 0%, #eee 50%, #ddd 50%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #eee 50%, #ddd 50%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eee 50%, #ddd 50%);
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eee 50%, #ddd 50%);
	background-image: -ms-linear-gradient(top,#f5f5f5 0%, #eee 50%, #ddd 50%);
}
a.sexygray{
    color: #333;
}
.sexybutton span{
	display: block;
	padding: 4px 14px 6px;
	background-repeat: no-repeat;
	background-position: right top;
}

.stylebutton span{
	display: block;
	padding: 4px 14px 6px;
	background-repeat: no-repeat;
	background-position: right top;
}

span.sexyicon {
	padding-left:35px;
	background-position: 10px 50%;
}
span.fontbutton {
	background-position: 10px 50%;
}




.leidao{ width:120px; height:20px; font-size:12px; font-weight:bold; color:#F2F2F2; padding:6px 10px 5px 10px; background-color:#C60001; text-align:center;}
.leidao a{ color:#585858!important;}
.leidao a:hover{ color:#FF0000!important;}

.youhua{ width:98%; height:400px; margin:10px 10px 20px 10px; border:1px #BEBEBE solid; }
.youhua_biao{ width:100%; height:30px; float:left; background:url(/admin/images/dian.png) no-repeat #E3E3E3;}

.youhua_biao_zhi{ height:20px; float:left; padding-left:40px; font-size:14px; font-weight:bold; color:#4C4C4C; padding-top:7px;}
.youhua_biao_shou{ width:100%; height:40px; float:left; border-bottom:1px #CCCCCC solid;}
.youhua_biao_guan{width:100%; height:auto; float:left; border-bottom:1px #CCCCCC solid;}
.youhua_biao_baoc{width:50%; height:auto; float:left; padding-top:20px; text-align:center;}

.houtel{ width:98%; height:298px; margin:10px 10px 20px 10px; border:1px #BEBEBE solid; border-bottom:none;}
.hou_tel{width:50%; height:auto; float:left; padding-top:10px; text-align:center;}
.hou_tel_box{ width:100%; height:100px; float:left; color:#585858; font-size:12px;}
.hou_tel_box a{ color:#585858!important;}
.hou_tel_box a:hover{ color:#FF0000!important;}


.houzhu{ width:99%; height:auto; float:left; border:1px #CCCCCC solid;}
.houzhu_biao{ width:100%; height:35px; float:left; background-color:#4C4C4C;}
.houzhu_biao a{ color:#F2F2F2!important;}
.houzhu_biao a:hover{ color:#FCFF00!important;}
.houzhu_dao{ height:20px; font-size:14px; font-weight:bold; color:#F2F2F2; padding:10px 10px 5px 10px; background-color:#C60001; text-align:center; float:left; margin-left:5px; display:inline;}

.houzhu_lei{ width:99%; height:auto; float:left; padding:15px 10px 20px 10px;}
.houzhu_lei a{ color:#000!important;}
.houzhu_lei a:hover{ color:#FF0000!important;}

.hou_pro{ width:200px; height:30px; float:left; text-align:left;}

/*淘宝风格*/
.paginator { font: 11px Arial, Helvetica, sans-serif;padding:10px 20px 10px 0; margin: 0px;}
.paginator a {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin-right:2px}
.paginator a:visited {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}
.paginator .cpb {padding: 1px 6px;font-weight: bold; font-size: 13px;border:none}
.paginator a:hover {color: #fff; background: #ffa501;border-color:#ffa501;text-decoration: none;}
<!--耗时1756989100.1695秒-->