﻿@charset "utf-8";
/*
CSS2.1 For W3C
Release Date: 	4-1-2012

by KinTu
hikintu@gmail.com
*/


/*全局
--------------------------------------------------------------*/
html, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video 
{
    margin:0px;
    padding:0px;
	    outline:0px;
    font-size:100%;
    vertical-align: baseline;
    background:transparent;
	list-style-type:none;
}
body { background:url(../images/bg.jpg) no-repeat scroll center top;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-size:12px;
	color:#3c3c3c;
	margin:0 auto;
}
.clr { 
	clear:both; 
	padding:0px; 
	margin:0px; 
	overflow:hidden; 
	width:100%; 
	height:1px;
	font-size:0px; 
	line-height:0px;
}
li { margin:2px 0px;}
small{
	font-size:12px;
	color:#999999
}
p { 
	margin:2px 0; 
	padding:0 0 8px 0; 	
	
} 
img { 
	border:none; 
	background:transparent; 
	border-width: 0; 
	padding:0;  
	margin:0; 
	display: inline-block;   
}
a { 
	text-decoration:none; 
	background:none;  
}

h1,h2,h3,h4,h5,h6 {
	color:#2c2c2c;
	word-spacing:-0.1em;
}
h4,h5,h6 {
	font-weight:bold;
}
h1,h2 {
	margin-bottom:5px;
}
h3,h4,h5 {
	margin-top:8px;
}
h3,h4,h5,h6 {
	line-height:18px;
	margin-bottom:10px;
}
h1 {
	font-size:28px; font-weight:bold;
}
h1 { 
	margin:0; 
	padding:5px 0; 
	color:#6e6d6d; 
	letter-spacing:-2px;
}
h1 a { 
	color:#6e6d6d; 
	text-decoration:none;
}
h1 a:hover { 
	color:#cc0000; 
	text-decoration:none;
}
h1 a:hover span { color:#cc0000;}
h1 span { color:#cc0000;}
h1 small {  
	color:#6e6d6d; 
	display: block;
	padding:0 0 0 10px; 
	font:normal 12px/1.2em Arial, Helvetica, sans-serif; 
	letter-spacing:normal;
}

h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
   
/* 通用
---------------------------------------------------------------------*/

.colgroup {
	float:left;
	width:100%;
	display:inline;
}
.column {
	margin-left:10px ;
	display:inline;
	float:left;
}
.first {
	margin-left:0;
	clear:left;
}
.last2 {
	margin-right:0;
	clear:right;
}
.gutter {
	margin-left:18px;
}
.gutter-r {
	margin-right:18px;
}
.no-gutter {
	margin-left:0;
}
.line { 
	border:1px solid #dcdcdc; 

	}
.line-img { 
	padding:3px;
	}
.line-bt { 
	border-bottom:1px solid #dcdcdc; 
	}
.line-x-l { 
	border-left:1px solid #dcdcdc;
	}
.line-x-r { 
	border-right:1px solid #dcdcdc;
	}
.bg-yellow { 
	background-color:  #FF0;
	}
.bg-gray { 
	background-color:  #F5F5F5;
	}

/*布局
----------------------------------------------------------------*/
.align-left {
	float:left;
}
.align_center {	
	margin-left:auto;
	margin-right:auto;
}
.align-right {
	float:right;
}
.leading {
	margin-bottom:10px;
}
.leading-top {
	margin-top:10px;
}
.leading-left {
	margin-left:18px;
}
.leading-right {
	margin-right:18px;
}
.leading-lr {
	margin-right:18px; margin-left:18px;
}
.leading_high {
	margin-bottom:38px;
}
.noleading {
	margin-bottom:0 !important;
}
.padding-lr {
	padding-left:12px; padding-right:12px;
}
.padding-tb {
	padding-top:5px; padding-bottom:5px;
}
.padding-left {
	padding-left:18px;
}
.padding-right {
	padding-left:18px;
}
.boder-top {
	border-top:1px dashed #dddddd; 
	margin:8px 0; 
}
.boder-bottom {
	border-bottom:1px dashed #dddddd; 
	padding-bottom:8px;
}
.boder-left {
	border-left:1px solid #ededed;
}

/*宽度
-----------------------------------------------------*/
.width-30 {
	width:30px;
}
.width-50 {
	width:50px;
}
.width-80 {
	width:80px;
}
.width-100 {
	width:100px;
}
.width-150 {
	width:150px;
}
.width-200 {
	width:200px;
}
.width-250 {
	width:250px;
}
.width-300 {
	width:300px;
}
.width-350 {
	width:350px;
}
.width-400 {
	width:400px;
}
.width-450 {
	width:450px;
}
.width-500 {
	width:500px;
}
.width-600 {
	width:600px;
}
.width-700 {
	width: 700px;
}
.width-800 {
	width: 800px;
}
.full {
	width:100%;
}
.half {
	width:50%;
}

.block { display:block; }


/* 文字排版
---------------------------------------------------------------------*/

.ta-left {
	text-align:left !important;
}
.ta-center {
	text-align:center !important;
}
.ta-right {
	text-align:right !important;
}
.ta-justify {
	text-align: justify !important;
}
.ta-big {
	font-size:14px;
}
.tx-red,.tx-red a:link,.tx-red a:visited { color: #F00; }
.tx-blue,.tx-blue a:link,.tx-blue a:visited { color: #3366cc; }
.tx-green,.tx-green a:link,.tx-green a:visited { color: #297E29; }
.tx-gray,.tx-gray a:link,.tx-gray a:visited{ 
	color: #4c4c4c; 
}
.tx-gray a:hover,#tx-gray-2 a:hover{ 
	color: #3366cc; 
	background:none;  
}
.tx-gray-2,
.tx-gray-2 a:link,
.tx-gray-2 a:visited{ 
	color: #888888; 
}
.tx-spc { letter-spacing:8px; }
.tx-b { font-weight:bold; }
.tx-u { text-decoration:underline; }
.tx-u-no ,#tx-u-no { text-decoration: none; }
.tx-u-no ,#tx-u-no { text-decoration: none; }
.tx-indent { text-indent:25px;}


/* 表单开始
---------------------------------------------------------------------*/

input, select {  vertical-align:middle; }
input:focus,textarea:focus,select:focus {
	outline-width:0; 
}
input[type="text"],input[type="password"],input[type="select"],input[type="search"],input[type="file"],textarea,select {
	border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style:solid;
	border-width:1px;
	padding:2px;
	color:#777;
}
textarea {
	line-height:18px;
	overflow:auto;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}
input.half,select.half,textarea.half {
	width:50%;
}
input.full,select.full,textarea.full {
	width:97%;
}
input.title {
	font-size:20px;
}
input[type="submit"],input[type="reset"],input[type="button"] {
	margin-bottom:0;
}
input:focus,textarea:focus {
	border-color:#c4c4c4;
	background-color:#FFFFF0;
}
fieldset {
	border:0 none;
	border-top:1px solid #ddd;
	margin:10px 0;
	padding:10px 0;
}
legend {
	background:#fff;
	color: #cf5656;
	font-weight:bold;
	padding:0 6px 0 0;
}
label {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
label.required:before {
	content:"*";
	color:red;
	padding:0 5px;
}
label.ok {
	padding-left:16px;
}
label.error {
	color:#d00;
	text-transform:none;
	margin-left:6px;
}
label.choice {
	vertical-align:middle;
	font-weight:normal;
	text-transform:none;
}
fieldset small {
	color:#999;
	font-size:12px;
	display: block;
}


/* 按钮
---------------------------------------------------------------------*/
.btn {
	display: inline-block;
	padding: 5px 10px;
	margin:0px;
	color: #777 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	border:1px solid #ccc !important;
	background:#ededed  !important;
}
.btn-small { 
	display: inline-block;
	padding: 1px 8px;
	color: #777 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	border:1px solid #ccc !important;
	background:#ededed  !important;
	
}

.btn-small:hover, .btn-small:focus, .btn-small:active {
	border:1px solid #999999 !important;
	text-decoration:none;
}

.btn:hover, .btn:focus, .btn:active {
	border:1px solid #999999 !important;
	text-decoration:none;
}

.btn-green {
	color: #fff !important;
	border:1px solid #749217 !important;
	background-color: #6AB620 !important;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
	border:1px solid #749217 !important;
}

.btn-blue {
	color: #fff !important;
	border:1px solid #2D69AC !important;
	background-color: #3C6ED1 !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
	border:1px solid #2D69AC !important;
	background-color:#36F;
}

.btn-red {
	color: #fff !important;
	border:1px solid #AE2B2B !important;
	background-color: #D22A2A !important;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
	border:1px solid #AE2B2B !important;
}

.btn-special {
	font-size:110%;
	width: 210px;
}



/* 内容区
---------------------------------------------------------------------*/
div.wrapper { 
	margin:0 auto 0px auto;
	text-align:left;
	width: 100%;
	color:#3c3c3c;
	overflow:hidden;
}

div.wrapper .sidebar_l
{
	width:17%;
	min-height:300px;
	height:100%;
	float:left;
	clear:right;
   }
div  .sidebar_l li{
	 list-style:none;
	 }
div  .sidebar_l .rolinList{ 
	width:100%; 
	height:auto; 
	margin:0 auto ; 
	text-align:left;
	}
div  .sidebar_l .rolinList li{
	margin-bottom:1px;
	}
div  .sidebar_l .rolinList li h2{ 
	width:100%; 
	text-indent:3px;  
	height:18px; 
	line-height:18px; 
	margin:0; 
	font-weight:bold;  
	background:no-repeat;  
	padding:0 0 20px; 
	background:#fff; 
	font-size:12px; 
	color:#4c4c4c; 
	cursor:pointer; 
	}
div  .sidebar_l .content{ 
	height:auto;  
	width:145px; 
	overflow:hidden; 
	padding:0 0 0 10px ; 
	 }
div  .sidebar_l .content ul li{ 
	margin:6px; 
	height:32px; 
	line-height:32px;
	}
div  .sidebar_l .content  a{ font-size:13px;}
div  .sidebar_l .content dl dd{ 
	display:block; 
	border-bottom:1px solid #dbdbdb; 
	height:28px; 
	line-height:28px; 
	text-indent:3px;
	}
div  .sidebar_l .content  dl,
div  .sidebar_l .content  p{ margin:0 8px 12px 0px;}


div.wrapper .main
 {

width:54%;
float:left;
clear:right;
   }
div.wrapper .main_l
 {
	width:76%;
	float:left;
	clear:right;
	margin:0px;
	padding:0 23px;
	overflow:hidden;
   }
   
 div.wrapper .main_r
 {
	width:78%;
	float:left;
	border-left:1px solid #dcdcdc;
	clear:right;
	margin:0px;
	padding:0 23px;
	overflow:hidden;
   }
   

div.wrapper .sidebar_r
 {
	width:19%;
	float:right;
	clear:right;
 }
div.wrapper .both
 {
	width:100%;
	clear:both;
	background-color:#696969; 
   }


/* 分页按钮
---------------------------------------------------------------------*/

.pagination  a {
	padding:2px 6px;
	border:0 none !important;
}
.pagination a.pagination-active, .pagination a.pagination-active:hover {
	background-color:#266DBB !important;
	color:#fff !important;
}
.pagination span.pagination-active, .pagination span.pagination-active:hover {
	background-color:#266DBB !important;
	color:#fff !important;
	padding:2px 6px;
}

/*序号
---------------------------------------------------------------------*/
.nbr { background-image:url(../images/nb-ico.png); background-repeat:no-repeat; padding-left:22px; height:20px; line-height:20px; overflow:hidden; }
.number-1 {  background-position:0 2px;}
.number-2 {  background-position:0 -18px; }
.number-3 {  background-position:0 -38px; }
.number-4 {  background-position:0 -58px; }
.number-5 {  background-position:0 -78px; }
.number-6 {  background-position:0 -98px; }
.number-7 {  background-position:0 -118px; }
.number-8 {  background-position:0 -138px; }
.number-9 {  background-position:0 -158px; }
.number-10 {  background-position:0 -178px; }


/*触碰隐藏
------------------------------------------------------------------------*/
.hover { height:95px; overflow:hidden;}
.hover:hover { height:auto;}


/*图片垂直居中
------------------------------------------------------------------------*/
.psdthumb { height: 1%; overflow: hidden; display:table; border-spacing:10px; } 
.psdthumb li {border:1px solid #6CF; width:200px; height:140px; text-align:center; vertical-align:middle; position:relative; margin: 10px; *float:left; display: table-cell; } 
.psdthumb .qq { *position:absolute; top:50%; } 
.psdthumb .qq img { *position:relative; top:-50%; left:-50%; } 