@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #585858;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	overflow-x: hidden;
}
a {
	color: #585858;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
a:hover {
	color: #ff8c01;
}
fieldset, img {
	border: 0 none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}
abbr, acronym {
	border: 0 none;
	font-variant: normal;
}
ol, ul {
	list-style: outside none none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
:link, *:visited, ins, a {
	text-decoration: none;
}
:focus {
	outline: 0 none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.hide {
	display: none;
}
.table-green td{
	border: #96DEE9 solid 1px;
	line-height: 28px;
}

/* 字体颜色 */
.white {
	color: #fff;
}
.gray_000 {
	color: #000;
}
.gray_333 {
	color: #333;
}
.gray_666 {
	color: #666;
}
.gry_585858 {
	color: #585858;
}
.gray_707070 {
	color: #707070;
}
.gray_777 {
	color: #777;
}
.gray_999 {
	color: #999;
}
.blue_6ccdec {
	color: #6ccdec;
}
.orange_ff6411 {
	color: #ff6411;
}
.yellow_ffca08 {
	color: #ffca08;
}

/* 字体大小 */
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.font36 {
	font-size: 36px;
}

/* 字体对齐方式 */
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}

/* 行高 */
.line24 {
	line-height: 24px;
}
.line30 {
	line-height: 30px;
}
.line32 {
	line-height: 32px;
}
.line36 {
	line-height: 36px;
}
.line42 {
	line-height: 42px;
}
.line48 {
	line-height: 48px;
}

/* 背景色 */
.bg_fff {
	background: #fff;
}
.bg_gray_f8f8f8 {
	background: #f8f8f8;
}
.bg_blue_6CCDEC {
	background: #6CCDEC;
}
.bg_yellow_FFF8EF {
	background: #FFF8EF;
}

/* 宽度 */
.container{
	width: 100%;
}
.wd1200 {
	width: 1200px;
	margin: 0px auto;
}
.wd885 {
	width: 885px;
}
.wd295 {
	width: 295px;
}
.wrap{
	width: 1170px;
	margin: 0px auto;
	overflow: hidden;
}
.content-container{
	width: 1170px;
	margin: 30px auto;
}
/* 间隔 */
.marLeft10 {
	margin-left: 10px;
}
.marLeft15 {
	margin-left: 15px;
}
.marRight10 {
	margin-right: 10px;
}
.marBottom20 {
	margin-bottom: 20px;
}
.crumbs-cont{
	width: 100%;
	background: #ECF0F5;
	border-bottom: solid 1px #ccc;
	height: 48px;
	line-height: 48px;
}
.crumbs-cont .crumbs{
	width: 1170px;
	margin: 0px auto
}
.crumbs-cont .crumbs span{
	display: inline-block;
}
.crumbs-cont .crumbs span.cur{
	font-size: 14px;
	color: #333;
	padding-left: 20px;

}
.qlink{
	float: right;
}
/*pgLeft*/
.pgLeft{
	width: 259px;
	overflow: hidden;
	float: left;
}
.left-nav div.title {
	height: 41px;
	line-height: 41px;
	border: solid 1px #e7eaef;
	border-radius: 5px 0px 0px 5px;
	margin-bottom: 8px;
	position: relative;
}
.left-nav div.title h3{
	color: #666;
	font-size: 14px;
	line-height: 41px;
	padding-left: 30px;
	background: url(../images/icon1.png) no-repeat 230px 14px;
}
.nav-content ul li {
	width: 259px;
	height: 43px;
	line-height: 43px;
	background: url(../images/nav-bg.png) no-repeat;
	margin-bottom: 6px;
	cursor: pointer;
}
.nav-content ul li:hover {
	background: url(../images/nav-bg-hover.png) no-repeat;
}
.nav-content ul li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 50px;
}
.pgRight{
	width: 890px;
	float: right;
	min-height: 600px;
	border: solid 1px #e7eaef;
	border-radius: 5px 0px 0px 5px;
	margin-bottom: 50px;
}
#pagelist{
	float: left;
	display: inline-block;
}
#pagination{
	float: right;
}
#pagination span{
	display: block;
	float: left;
	margin-right: 6px;
	background: #DDE1E4;
	padding: 5px 12px;
}
#pagination a{
	display:block;
	float: left;
	background: #DDE1E4;
	padding: 5px 12px;
	margin-right: 6px;
}
#pagination a:hover{
	background: #50BCE9;
	color: #fff;
}
/*footer */
.footer{
	background: #1abaee;
	width: 100%;
}
.footer .foot{
	width: 1170px;
	margin: 0px auto;
	padding: 15px 0px;
}
.footer .foot .wz{
	color: #fff;
	line-height: 28px;
	text-align: center;
}
