html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, del, dfn, em, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
}

table, form {
	margin: 0 auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

body {
	line-height: 1.6;
	font-size: 14px;
	font-family: "Microsoft YaHei", SimSun, Verdana, Arial, sans-serif;
	color: #373a3c;
	/*background-color: #f0f0f0;*/
	word-wrap: break-word;
	word-break: break-all;
	_behavior: url("/css/csshover3.htc");
}

ul {
	list-style: none;
	line-height: 2;
}

ol {
	line-height: 2;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: .5em;
	margin-left: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}

a:focus, a:hover, a:active {
	color: #ff6600;
	text-decoration: underline;
	outline: 0;
}

input {
	vertical-align: middle;
}

hr {
	margin: 1em auto;
	border: 0;
	border-top: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.h1, .h2, .h3 {
	margin-bottom: 0.5em;
}

.h4, .h5, .h6 {
	margin-bottom: 0.5em;
}

.h1 {
	font-size: 1.5em;
}

.h2 {
	font-size: 1.25em;
}

.h3 {
	font-size: 1em;
}

.h4 {
	font-size: 1em;
}

.h5 {
	font-size: 0.85em;
}

.h6 {
	font-size: 0.75em;
}

img {
	border: 0;
	vertical-align: middle;
}

.button, .btnlink, .filebutton {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.4;
	padding: 0.5em 1em;
	margin: 0 0.2em;
	color: #fff;
	background: #FF5C4D;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.button:hover, .btnlink:hover {
	color: #fff;
	text-decoration: none;
	background: #ec7676;
}

.b_b {
	display: block;
	width: 100%;
}

.b_s {
	font-size: 0.85em;
	padding: 0.2em 0.4em;
}

.b_l {
	font-size: 1.25em;
	padding: 0.4em 0.7em;
}

.b_hot {
	background: #f60;
	color: #fff;
	border-color: transparent;
}

.b_hot:hover {
	background: #f90;
}

.b_note {
	background: #5bc0de;
	color: #fff;
	border-color: transparent;
}

.b_note:hover {
	background: #31b0d5;
}

.b_gray {
	background: #818a91;
	color: #fff;
	border-color: transparent;
}

.b_gray:hover {
	background: #687077;
}

.b_success {
	background: #5cb85c;
	color: #fff;
	border-color: transparent;
}

.b_success:hover {
	background: #449d44;
}

.b_error {
	background: #d9534f;
	color: #fff;
	border-color: transparent;
}

.b_error:hover {
	background: #c9302c;
}

.b_primary {
	background: #0275d8;
	color: #fff;
	border-color: transparent;
}

.b_primary:hover {
	background: #025aa5;
}

.buttons {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.buttons .button {
	position: relative;
	float: left;
	margin: 0;
}

.buttons .button:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.buttons .button:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.buttons > .button:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	background: transparent;
}

table caption, table .title {
	line-height: 2.5;
	font-weight: bold;
	font-size: 1.25em;
	background-color: inherit;
	color: inherit;
	background: #f9f9f9;
	border: 1px #eee solid;
	border-bottom: none;
}

table tr {
	border-top: 1px solid #eceeef;
}

table th, table td, table .head {
	padding: 0.6em;
	line-height: 1.6;
	vertical-align: top;
}

table th, table .head {
	font-weight: bold;
	vertical-align: bottom;
}

table.rh tr:hover {
	background-color: #f5f5f5;
}

table.fix {
	table-layout: fixed;
}

table.fix td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

table.stripe {
	border: 0;
}

table.stripe caption {
	border: 0;
	border-bottom: 2px solid #ddd;
}

table.stripe th {
	border: 0;
	border-bottom: 2px solid #ddd;
}

table.stripe tr {
	border: 0;
	border-bottom: 1px solid #ddd;
}

table.hide {
	border: 0;
}

table.hide caption, table.hide tr, table.hide th, table.hide td {
	border: 0;
}

.grid {
	border: 1px #eee solid;
}

.odd {
	background: transparent;
}

.even {
	background: #f5f5f5;
}

.topic {
	background: #f5f5f5;
	text-align: left;
	font-weight: bold;
	line-height: 2;
}

.foot {
	background: #fff;
	text-align: center;
	color: #ddd;
	line-height: 2;
}

.tdl {
	text-align: right;
	font-weight: 100!important;
	color: #999;
}

.tdl strong {
	font-weight: 100!important;
}

.form {
	border: 1px solid #eee;
	margin-bottom: 1em;
	height: 450px;
	padding: 0;
	overflow: hidden;
	background: #fff;
	width: 100%!important;
	box-sizing: border-box;
	position: relative;
}

.form fieldset {
	width: 100%!important;
	margin: 0;
	padding: 0.3em 0;
	border: 0;
}

.form fieldset ul {
	width: 100%;
	display: block;
	position: absolute;
	top: 270px;
	border-top: 1px #eee dotted;
	padding: 20px 0;
	left: 0;
	text-align: center;
}

.form fieldset ul li {
	display: inline-block;
	margin: 0 5px;
}

.form fieldset ul li img {
	width: 50px;
	height: 50px;
	border: 1px #eee solid;
	border-radius: 3px;
}

.form fieldset ul li img:hover {
	border-color: #ccc;
}

.form fieldset ul li:nth-child(1) {
	display: block;
	padding: 0 0 5px;
}

.form legend {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.2em;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2;
	padding: 5px 0 5px;
	background: #f9f9f9;
}

.form .flabel {
	text-align: right;
	vertical-align: middle;
	width: 45.5%;
}

.form .frow {
	margin: 0.6em 0;
}

.frow .last {
	width: 200px;
	float: left;
}

.textarea, .text, .file {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 2px #e2e2e2;
	box-shadow: inset 1px 1px 2px #e2e2e2;
}

.textarea:focus, .text:focus, .file:focus {
	outline: 0;
	border: 1px solid #55595c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px #d7d7d7, 0 0 8px #999;
	box-shadow: inset 0 1px 1px #d7d7d7, 0 0 8px #999;
}

.textarea::-moz-placeholder, .textarea:-ms-input-placeholder, .textarea::-webkit-input-placeholder, .text::-moz-placeholder, .text:-ms-input-placeholder, .text::-webkit-input-placeholder, .file::-moz-placeholder, .file:-ms-input-placeholder, .file::-webkit-input-placeholder {
	color: #999;
}

.text {
	padding: 0.3em 0.5em;
}

.t_s {
	padding: 0.15em 0.3em;
}

.t_l {
	padding: 0.5em 0.8em;
}

.filediv {
	margin-top: 0.3em;
}

.select {
	padding: 0.3em;
}

.checkbox, .radio {
	cursor: pointer;
}

.ultop li, .ullist li, .ulnav li, .ulnum li, .ultwo li, .ulhover li {
	line-height: 2.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px #eee dotted
}

.ultop em, .ullist em, .ulnav em, .ulnum em, .ulhover em {
	float: right;
	font-style: normal;
	font-size: 0.85em;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ultop li {
	border-bottom: 1px dotted #eceeef;
}

.ulnav {
	font-size: 14px;
}

.ulnav li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ulnav li i {
	font-style: normal;
	color: #ccc;
	margin-right: 0.3em;
}

.ultab {
	height: 37px;
	margin: 0;
	padding: 0;
}

.ultab li {
	float: left;
	list-style: none;
	margin-right: 1px;
}

.ultab li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 1.3em;
	font-weight: normal;
	color: #373a3c;
	text-decoration: none;
	background: #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}

.ultab li a.selected {
	font-weight: bold;
	background: #FF5C4D;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #FF5C4D;
	position: relative;
	margin-bottom: -1px;
	position: relative;
}

.ultab li a.selected:after {
	content: " ";
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -16px;
	display: inline-block;
	border: 7px transparent solid;
	border-top-color: #FF5C4D;
}

.ultab li a:hover {
	color:#fff;
	background: #FF5C4D;
	border-color: #FF5C4D;
}

.ultab li a.selected:hover {
	background: #ec7676;
	border-color: #ec7676;
}

.ulnum li b, .ulnum li i {
	background: #ff9900;
	color: #fff;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-size: 85.7%;
	text-align: center;
	margin-right: 0.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ulhover li b, .ulhover li i {
	background: #f60;
	color: #fff;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-size: 0.85em;
	text-align: center;
	margin-right: 0.5em;
}

.ulnum li i {
	background: #f5f5f5;
	color: #333;
}

.ulhover li i {
	background: #f5f5f5;
	color: #333;
}

.ulhover li.selected span {
	font-style: normal;
}

.ulhover li div {
	position: relative;
	display: none;
}

.ulhover li div b, .ulhover li div i {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ulhover li.selected span {
	display: none;
}

.ulhover li.selected div {
	display: block;
}

.ulhover li img {
	width: 27%;
	box-shadow: 0 0 5px #999;
	float: left;
}

.ulhover li p {
	width: 68%;
	margin-left: 5%;
	line-height: 1.8;
	float: left;
	overflow: hidden;
}

.ultwo li {
	width: 49.9%;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

.ulcenter li {
	text-align: center;
	font-size: 14px;
}

.ulcenter li a {
	display: block;
	line-height: 30px;
	border: 1px #eee solid;
	border-radius: 3px;
	margin: 5px;
}

.ulcenter li a:hover {
	text-decoration: none;
	border-color: #ccc;
}

#jieqi_page_contents tr:nth-child(odd) {
	background: #fff
}

#jieqi_page_contents tr:nth-child(even) {
	background: #f9f9f9;
}

#jieqi_page_contents tr td:nth-child(2),#jieqi_page_contents tr td:nth-child(3),#jieqi_page_contents tr td:nth-child(4),#jieqi_page_contents tr td:nth-child(5),#jieqi_page_contents tr td:nth-child(6) {
	font-size: 12px;
	color: #999!important;
}

#jieqi_page_contents tr td:nth-child(2) a,#jieqi_page_contents tr td:nth-child(3) a,#jieqi_page_contents tr td:nth-child(4) a,#jieqi_page_contents tr td:nth-child(5) a,#jieqi_page_contents tr td:nth-child(6) a {
	color: #999!important;
}

#jieqi_page_contents tr td:nth-child(2) a:hover,#jieqi_page_contents tr td:nth-child(3) a:hover,#jieqi_page_contents tr td:nth-child(4) a:hover,#jieqi_page_contents tr td:nth-child(5) a:hover,#jieqi_page_contents tr td:nth-child(6) a:hover {
	color: #f60!important;
}

#jieqi_page_contents tr td span {
	color: #f60!important;
}

.ultag li {
	float: left;
	display: inline-block;
	margin: 0.5em 1em 0.5em 0;
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 0 0.3em;
	line-height: 1.5;
	white-space: nowrap;
}

.ultag .taguse {
	border: 1px solid #5bc0de;
	background: #f5f5f5;
}

.libleft {
	float: left;
	width: 70%;
	overflow: hidden;
}

.libright {
	float: right;
	width: 30%;
	overflow: hidden;
	color: #0275d8;
	text-align: right;
}

.full {
	width: 100%;
	_height: 0;
}

.main {
	max-width: 1200px;
	clear: both;
	margin: 0 auto;
	_height: 0;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
	float: left;
	margin-right: 1%;
	*margin-right: 0.5%;
}

.col1 {
	width: 7.41667%;
}

.col2 {
	width: 15.83333%;
}

.col3 {
	width: 24.25%;
}

.col4 {
	width: 32.66667%;
}

.col5 {
	width: 41.08333%;
}

.col6 {
	width: 49.5%;
}

.col7 {
	width: 57.91667%;
}

.col8 {
	width: 66.33333%;
}

.col9 {
	width: 74.75%;
}

.col10 {
	width: 83.16667%;
}

.col11 {
	width: 91.58333%;
}

.col12 {
	width: 100%;
	float: none;
	margin: 0;
}

@media (min-width: 641px) and (max-width: 1023px) {
	.col1 {
		width: 10.22222%;
	}

	.col2 {
		width: 21.44444%;
	}

	.col3 {
		width: 32.66667%;
	}

	.col4 {
		width: 43.88889%;
	}

	.col5 {
		width: 55.11111%;
	}

	.col6 {
		width: 66.33333%;
	}

	.col7 {
		width: 77.55556%;
	}

	.col8 {
		width: 88.77778%;
	}

	.col9, .col10, .col11, .col12 {
		width: 100%;
		float: none;
		margin: 0;
	}
}

@media screen and (max-width: 640px) {
	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		width: 100%;
		float: none;
		margin: 0;
	}
}

.last {
	float: right;
	margin-right: 0;
}

.top {
	line-height: 2.4;
	vertical-align: middle;
	background: #1f2839;
	color: #fff;
	border-bottom: 1px solid #252e41;
}

.top a:hover {
	text-decoration: none;
}

.top .fr {
	color: #2d384e;
}

.topnav a,.top .fr a,.topnav li strong {
	font-weight: normal;
	color: #656871!important;
}

.topnav a:hover,.top .fr a:hover {
	color: #fff!important;
}

.top img {
	padding: 2px 2px 3px;
	border: 1px #1f2839 solid!important;
	border-radius: 3px;
}

.top img:hover {
	border-color: #354157!important;
}

.top button {
	background: #313e56;
}

.top input[type='text'],.top input[type='password'] {
	background: #2b364b;
	box-shadow: none;
	border-color: #354157;
	color: #656871;
}

.top form {
	color: #656871!important;
}

.lazy {
	box-shadow: 0 0 5px #999;
}

.topnav sup {
	background: #f0ad4e;
	color: #fff;
	display: inline-block;
	height: 1.2em;
	line-height: 1.2em;
	vertical-align: top;
	margin: 0.5em 0 0 0.2em;
	padding: 0 0.4em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.topnav li {
	float: left;
	padding: 0 0.5em;
}

.topnav li.dropdown {
	padding: 0;
}

.header {
	color: #fff;
	background: #212a3c;
	padding: 1em 0;
}

.header select {
	color: #666;
}

.logo {
	float: left;
}

.logo img {
	height: 60px;
}

.banner {
	float: right;
}

.banner button {
	background: #f60!important;
	border-radius: 0 3px 3px 0;
}

.banner div {
	border-color: #fff!important;
	border-radius: 3px 0 0 3px;
}

.pagetitle {
	background: #333;
	color: #fff;
	margin: 0 0 1em 0;
	line-height: 2.5;
	font-size: 1.5em;
	text-align: center;
}

.pagetitle a {
	color: #fff;
}

.pagetitle i {
	padding: 0 0.6em;
}

.mainnav {
	float: left;
	margin: 16px 0 0 20px;
	line-height: 2;
	background: transparent;
	color: #fff;
}

.mainnav a {
	display: block;
	text-align: center;
	font-size: 1.25em;
	padding: 0 0.75em;
	text-decoration: none;
	color: #fff;
}

.mainnav li {
	float: left;
}

.subnav {
	line-height: 2.4;
	text-align: center;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.subnav a {
	text-align: center;
	color: #333;
	padding: 0 0.4em;
	text-decoration: none;
}

.mainbody {
	background: #fff;
	padding: 8px;
	margin: 10px 0 20px 0;
}

.footer {
	color: #656871;
	background: #212a3c;
	text-align: center;
	padding: 2em 0;
	line-height: 2;
	clear: both;
	margin: 20px 0 0;
}

.footer a {
	color: #656871;
}

.block, .blockc, .blockb {
	background: #fff;
	color: #373a3c;
}

.block, .blockc {
	margin: 0 0 1em 0;
}

.blocktitle {
	height: 2.5em;
	line-height: 2.5em;
	font-size: 1.25em;
	margin-bottom: 1px;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #eee;
	color: #333;
	background: #fff;
}

.blocktitle li {
	text-indent: 0;
}

.blocktitle ul.tabf {
	margin-top: 0.8em;
	padding: 0;
}

.blocktitle ul.tabf li {
	float: left;
	padding: 0;
	margin: 0 0.3em 0 0;
}

.blocktitle ul.tabf li a {
	display: block;
	float: left;
	height: 1.7em;
	line-height: 1.7em;
	padding: 0 0.3em;
	margin: 0;
	font-weight: normal;
	background: #f5f5f5;
	text-decoration: none;
	color: #373a3c;
	border: 1px solid #ddd;
	border-bottom: none;
}

.blocktitle ul.tabf li a.selected {
	font-weight: bold;
	background: #fff;
	color: #f0ad4e;
	border-top: 2px solid #f0ad4e;
}

.blocktitle ul.tabb {
	width: 100%;
	margin: 0;
	padding: 0;
}

.blocktitle ul.tabb li {
	float: left;
	padding: 0;
	margin: 0;
}

.blocktitle ul.tab2 li {
	width: 50%;
}

.blocktitle ul.tab3 li {
	width: 33.33%;
}

.blocktitle ul.tab4 li {
	width: 25%;
}

.blocktitle ul.tab5 li {
	width: 20%;
}

.blocktitle ul.tabb li a {
	display: block;
	height: 2.5em;
	line-height: 2.5;
	font-weight: normal;
	background: #f5f5f5;
	color: #373a3c;
	text-decoration: none;
	text-align: center;
}

.blocktitle ul.tabb li a.selected {
	font-weight: bold;
	background: #fff;
	color: #f0ad4e;
}

.blockcontent {
	margin: 10px 0 0
}

.blockcontent .ulmul li {
	text-align: left!important;
}

.blocknote {
	border-top: 1px solid #ddd;
	text-align: center;
	background: #eceeef;
	color: #373a3c;
	margin: 0.3em;
}

.row .last .block, .row .last .blockc, .row .last .blockb {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.row .last .blocktitle {
}

.fix, .lm {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.cf, .row, .frow, .form {
	*zoom: 1;
}

.cf:after, .row:after, .frow:after, .form:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cb {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
}

.db {
	display: block;
}

.dn {
	display: none;
}

.di {
	display: inline;
}

.dib {
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

.mt {
	margin-top: 1em;
}

.mts {
	margin-top: 0.5em;
}

.mb {
	margin-bottom: 1em;
}

.mbs {
	margin-bottom: 0.5em;
}

.mtb {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.pd {
	padding: 1em;
}

.lhs {
	line-height: 1.2;
}

.lhm {
	line-height: 1.6;
}

.lhl {
	line-height: 2;
}

.lhh {
	line-height: 2.5;
}

.bd {
	border: 1px solid #ddd;
}

.bt {
	border-top: 1px solid #ddd;
}

.bb {
	border-bottom: 1px solid #ddd;
}

.bl {
	border-left: 1px solid #ddd;
}

.br {
	border-right: 1px solid #ddd;
}

.bdr {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.bdc {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.fss {
	font-size: 0.85em;
}

.fsl {
	font-size: 1.25em;
}

.fwb {
	font-weight: bold;
}

.nw {
	white-space: nowrap;
	overflow: hidden;
}

.hot, a.hot {
	color: #666;
}

.bg_hot {
	background: #f0ad4e;
	color: #fff;
}

.bd_hot {
	color: #f0ad4e;
	border: 1px solid #f0ad4e;
	background: #fff;
}

.note, a.note {
	color: #999;
}

.bg_note {
	background: #5bc0de;
	color: #fff;
}

.bd_note {
	color: #5bc0de;
	border: 1px solid #5bc0de;
	background: #fff;
}

.gray, a.gray {
	color: #818a91;
}

.bg_gray {
	background: #818a91;
	color: #fff;
}

.bd_gray {
	color: #818a91;
	border: 1px solid #818a91;
	background: #fff;
}

.success, a.success {
	color: #5cb85c;
}

.bg_success {
	background: #5cb85c;
	color: #fff;
}

.bd_success {
	color: #5cb85c;
	border: 1px solid #5cb85c;
	background: #fff;
}

.error, a.error {
	color: #d9534f;
}

.bg_error {
	background: #d9534f;
	color: #fff;
}

.bd_error {
	color: #d9534f;
	border: 1px solid #d9534f;
	background: #fff;
}

.primary, a.primary {
	color: #0275d8;
}

.bg_primary {
	background: #0275d8;
	color: #fff;
}

.bd_primary {
	color: #0275d8;
	border: 1px solid #0275d8;
	background: #fff;
}

a.more, .more a {
	display: block;
	color: #55595c;
	text-align: right;
	margin-right: 0.3em;
	line-height: 2;
}

a.moretop, .moretop a {
	display: block;
	height: 2.25em;
	line-height: 2.25;
	color: #55595c;
	text-align: right;
	margin: -3em 0.3em 0.5em 0;
}

@font-face {
	font-family: "iconfont";
  src: url("fonts/iconfont.eot");
  /* IE9*/
  src: url("fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#uxiconfont") format("svg");
  /* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	width: 1.4em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.c_main {
	border: 1px solid #ddd;
	border-top: 3px solid #55595c;
	margin-bottom: 0.6em;
	overflow: hidden;
	background: #fff;
}

.c_nav {
	margin-bottom: 0.3em;
	line-height: 2.25em;
	font-weight: bold;
	font-size: 1.25em;
	border: 1px solid #ddd;
	padding-left: 0.6em;
	background: #fff;
}

.c_title {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 128.6%;
	line-height: 2.5;
}

.c_head {
	line-height: 2;
	padding: 0.3em;
	border-bottom: 1px solid #ddd;
}

.c_content {
	line-height: 1.6;
	padding: 1.25em;
}

.c_foot {
	font-size: 1.25em;
	line-height: 1.6;
	list-style: none;
}

.c_tag {
	padding: 0.5em 0;
}

.c_label {
	font-weight: bold;
}

.c_value {
	color: #666666;
	margin-right: 1.25em;
}

.c_row {
	border-bottom: 1px dotted #e8e8e8;
	padding: 0.3em;
}

.c_subject {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2;
}

.c_description {
	color: #888888;
}

.c_cover {
	max-width: 100%;
}

.cover img, img.cover {
	max-width: 100%;
}

.cover_h img, img.cover_h {
	width: 210px;
	height: 280px;
}

.cover_l img, img.cover_l {
	width: 180px;
	height: 240px;
}

.cover_m img, img.cover_m {
	width: 120px;
	height: 160px;
}

.cover_s img, img.cover_s {
	width: 90px;
	height: 120px;
}

.cover_i img, img.cover_i {
	width: 60px;
	height: 80px;
}

.jieqiQuote, .jieqiCode, .jieqiNote {
	border: 1px solid #ddd;
	border-left: 5px solid #ddd;
	padding: 0.3em;
	color: #333;
	background: #f5f5f5;
}

.divbox, .textbox {
	border: 1px solid #eee;
	padding: 0.5em;
	margin-bottom: 0.6em;
	background: #fff;
}

.divbg {
	padding: 0.5em;
	margin: 0.5em 0;
	background: #f5f5f5;
}

.ajaxtip {
	position: absolute;
	border: 1px solid #ddd;
	background: #fff;
	color: #ff0000;
	padding: 0.2em 0.3em;
	z-index: 700;
}

#dialog, .dialog {
	position: absolute;
	visibility: hidden;
	border: 1px solid #999;
	background: #fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0 5px 15px #757575;
	box-shadow: 0 5px 15px #757575;
}

.ulrow .btnlink {
	display: block;
}

.tabvalue td {
	padding: 5px 0.6em;
}

.dialog_t {
	color: #eee;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2.5em;
	padding-left: 1em;
	border-bottom: 1px solid #eee;
}

.dialog_t a {
	text-decoration: none;
	display: inline-block;
	float: right;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	font-family: Arial, sans-serif;
	color: #999;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	margin: 10px;
}

.dialog_t a:hover {
	color: #fff;
	background-color: #f60;
	border-color: #f60;
}

.dialog_c {
	padding: 0.8em 0.6em 0.4em 0.6em;
}

.dialog_c .form {
	border: 0;
}

.dialog_c .form legend {
	display: none;
}

#mask, .mask {
	position: absolute;
	top: 0;
	left: 0;
	background: #818a91;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.pages {
	padding: 0.5em 0;
	overflow: auto;
}

.pages a.pagemore {
	display: block;
	float: none;
	border: 1px solid #ddd;
	background: #eceeef;
	font-size: 1.25em;
	text-align: center;
	line-height: 2;
}

.pagelink {
	float: right;
	background: #fff;
	line-height: 2em;
	padding: 0;
}

.pagelink a, .pagelink strong, .pagelink em, .pagelink kbd {
	float: left;
	padding: 0 0.8em;
}

.pagelink a.first, .pagelink a.last, .pagelink a.prev, .pagelink a.next, .pagelink a.pgroup, .pagelink a.ngroup {
	float: left;
	padding: 0 0.4em;
}

.pagelink a:hover {
	background-color: #fff;
}

.pagelink strong {
	border-radius: 3px;
	font-weight: bold;
	color: #fff;
	background: #f60;
}

.pagelink kbd {
	padding: 0 0 0 0.8em;
}

.pagelink em {
	color: #999;
	font-style: normal;
}

.pagelink em a {
	display: inline-block;
	float: none;
	background: #f5f5f5;
	border: 1px solid #ddd;
	line-height: 18px;
	padding: 0 2px;
	margin: 0 3px;
}

.pagelink input {
	border: 1px solid #ddd;
	padding: 0.4em;
	text-align: center;
	border-radius: 3px;
}

img.avatar {
	border: 0;
}

img.avatars {
	width: 60px;
	height: 60px;
	padding: 2px;
	margin-right: 0.5em;
	border: 1px solid #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	margin: 2px 15px 0 0!important;
}

img.avatari {
	width: 1em;
	height: 1em;
	border: 1px solid #ddd;
	margin-bottom: -0.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.tablist ul {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px #eee solid;
	height: 30px;
}

.tablist li {
	float: left;
	list-style: none;
	margin-right: 1px;
}

.tablist li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	font-weight: normal;
	background: #f5f5f5;
	text-decoration: none;
	color: #373a3c;
	margin-bottom: -1px;
	position: relative;
}

.tablist li a.selected {
	font-weight: bold;
	background: #f60;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.tablist li a.selected:after {
	content: " ";
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -14px;
	display: inline-block;
	border: 7px transparent solid;
	border-top-color: #f60;
}

.tabcontent {
	clear: both;
	border: 1px solid #ddd;
	padding: 0.6em;
}

.dropico {
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-top-color: #666;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.d_up .dropico {
	border-top: none;
	border-bottom: 4px solid;
	border-bottom-color: #666;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown {
	display: inline-block;
	position: relative;
	padding: 0;
}

.dropdown a:hover {
	text-decoration: none;
}

.dropdown a.droplink {
	display: block;
	position: relative;
	z-index: 600;
	margin: -1px 0 0 0;
	padding: 1px 5px 0 5px;
}

.dropdown:hover a.droplink {
	padding: 0 4px 0 4px;
	border: 1px solid #313e56;
	border-bottom: none;
	color: #fff!important;
	background: #313e56;
}

.dropdown:hover i a.droplink i {
	color: #fff!important;
}

.d_up:hover a.droplink {
	padding: 0 4px 0 4px;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
}

.dropdown:hover div, .dropdown:hover ul {
	display: block;
}

.dropbox, .droplist {
	display: none;
	position: absolute;
	left: 0;
	z-index: 600;
	margin-top: -1px;
	font-size: 14px;
	font-weight: normal;
	min-width: 100px;
	background: #313e56;
}

.dropbox {
	margin-top: 0;
}

.d_up .droplist {
	top: auto;
	bottom: 100%;
	margin-bottom: -1px;
}

.droplist li {
	float: none;
	padding: 0;
}

.droplist li a {
	display: block;
	text-align: left;
	text-indent: 1em;
	text-decoration: none;
	line-height: 2.5;
	color: #fff!important;
}

.droplist li a:hover {
	background: #475774;
	text-decoration: none;
}

.droplist .divider {
	height: 1px;
	font-size: 0;
	margin: 5px 0;
	overflow: hidden;
	background-color: #141a25;
}

.dropmenu a {
	display: block;
	background: transparent;
	color: #868fa1;
}

.dropmenu li {
	float: left;
}

.dropmenu li:hover > a {
	background: #313e56;
	color: #fff;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.dropmenu li ul {
	display: none;
	position: absolute;
	margin-top: -2px;
	z-index: 500;
	background: #313e56;
	min-width: 96px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px  3px;
	border-radius: 0 0 3px  3px;
}

.dropmenu li ul li {
	float: none;
	padding: 0;
	background: transparent;
	line-height: 2.5;
}

.dropmenu li ul a {
	display: block;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.dropmenu li ul a:hover {
	background: #475774;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.dropmenu li:hover ul {
	display: block;
}

.slidetitle {
	width: 47px;
	margin: 0;
	float: right;
	display: inline;
	position: relative;
	z-index: 10;
	background: #f9f9f9;
}

.slidetitle li {
	margin-bottom: 10px;
}

.slidetitle li.last {
	margin: 0;
	float: left;
}

.slidetitle li a img {
	vertical-align: bottom;
	width: 45px;
	height: 60px;
	border: 1px solid #fafafa;
	opacity: 0.7;
	font-size: 0;
	box-shadow: 0 0 5px #999;
}

.slidetitle li a.selected img {
	border: 2px solid #f60;
	opacity: 1;
	width: 43px;
	height: 58px;
}

.slidetitle li {
	position: relative;
}

.slidetitle li a.selected:after {
	content: " ";
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: -16px;
	top: 22px;
	display: inline-block;
	border: 8px transparent solid;
	border-right-color: #f60;
}

.slidecontent {
	width: 319px;
	height: 430px;
	overflow: hidden;
	margin: 0;
	display: inline;
	position: absolute;
	z-index: 9;
	background: #f9f9f9;
	border: 1px #eee solid;
	border-top: 0;
}

.slidecontent img {
	width: 262px;
	height: 350px;
	margin: 0;
	box-shadow: 0 0 5px #999;
}

.slidecontent span {
	font-size: 114.3%;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px 10px 0;
	margin: 0;
	width: 300px;
	float: left;
}

.slidecontent p {
	color: #999;
	display: block;
	margin: 0 0 0;
	padding: 2px 10px 0px;
	font-size: 12px;
	overflow: hidden;
	height: 40px;
}

.slidecontent a {
	text-decoration: none;
}

.slidecontent a:hover p {
	color: #f60;
}

.blockc .bh {
	width: 46%;
	float: left;
	padding: 2%;
}

.blockc .bt {
	padding: 5px;
	margin-bottom: 10px;
	background: #f0f0f0;
}

.blockc .bc img {
	width: 80px;
	height: 100px;
	margin: 0 10px 10px 0;
	float: left;
	padding: 2px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

.blockc .bc p {
	font-size: 85.7%;
}

/*# sourceMappingURL=style.css.map */


.content_among {
	overflow: hidden;
	margin: 0 5px;
}

.content_among .content_among_a {
	border-bottom: 1px solid #eee;
	display: block;
	margin-left: 0px;
	padding-bottom: 17px;
}

.content_among h1 {
	padding: 5px 0;
	font-size: 26px;
	text-align: center;
}

.content_among h1 a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #333;
	font-size: 0.9em;
	font-weight: 100;
}

.content_among .content_among_a p {
	overflow: hidden;
}

.notify .sub {
	text-align: left;
}

.content_among .content_among_a b {
	color: #999;
	float: left;
	font-weight: lighter;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
}

.content_among .content_among_a p a {
	color: #656565;
	float: left;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.blockcontent .hot {
	border: medium none;
	height: 60px;
	line-height: 20px;
	padding: 0;
}

.hot .new_book {
	border-bottom: 2px solid #212a3c;
	color: #333;
	display: block;
	float: left;
	font-size: 22px;
	height: 43px;
	line-height: 43px;
	position: relative;
	width: 90px;
}

.book_one {
	border-bottom: 1px solid #eee;
	float: left;
	height: 44px;
	width: 894px;
}

#htmlArea24 li {
	float: left;
	padding: 0 0 20px 10px;
	width: 150px;
	overflow: hidden;
}

#htmlArea24:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

#htmlArea24 li a, #htmlArea24 li p {
	color: #999;
	display: block;
	text-align: center;
	width: 162px;
}

#htmlArea24 li a {
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px 0 0;
}

#htmlArea24 li b {
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	width: 162px;
	line-height: 16px;
}

#htmlArea24 {
	padding-top: 20px;
	background: #f9f9f9;
	border: 1px #eee solid;
	border-top: none;
}

#htmlArea24 li b a {
	color: #666;
	display: inline;
	font-size: 12px;
	font-weight: lighter;
}

.third_box .list_left {
	float: left;
	line-height: 45px;
	overflow: hidden;
	width: 740px;
}

.list_left .new_book {
	border-bottom: 2px solid #212a3c;
	color: #333;
	float: left;
	font-size: 22px;
	font-weight: 100;
	height: 43px;
	position: relative;
	width: 90px;
}

.book_a {
	border-bottom: 1px solid #eee;
	float: left;
	height: 44px;
	width: 650px;
}

.left_sidebar, .left_sidebar_a {
	float: left;
	width: 370px;
}

.left_sidebar .photo, .left_sidebar_a .photo {
	display: block;
	float: left;
	margin-top: 35px;
	width: 127px;
}

.message .b_author a {
	color: #666;
	font-weight: lighter;
}

.left_sidebar .message,.left_sidebar_a .message {
	margin-top: 35px;
}

.left_sidebar .message ,.left_sidebar_a .message {
	display: block;
	float: right;
	padding: 0 10px 0 0;
	width: 230px;
}

.left_sidebar .photo img ,.left_sidebar_a .photo img {
	box-shadow: 0 0 5px #999;
}

.left_sidebar b, .left_sidebar span, .left_sidebar_a b, .left_sidebar_a span {
	line-height: 20px;
}

.message b, .message span {
	display: block;
	font-size: 15.5px;
	padding: 6px 0;
	text-indent: 0;
}

.message .more_end_a {
	display: block;
	height: 100px;
	color: #999;
	overflow: hidden;
}

.message p, .message span, .subon_title p {
	color: #666666;
	font-size: 13.5px;
	line-height: 26px;
}

.message .b_author {
	font-size: 14px;
}

.i_right_list {
	float: right;
	width: 240px;
}

.i_right_list .i_right_hot {
	border-bottom: 1px solid #eee;
	line-height: 40px;
	margin-left: 20px;
}

.i_right_list .i_right_hot ul {
	float: right;
	height: 20px;
	margin-bottom: 0;
	margin-top: 21px;
	width: 80px;
}

.i_right_list .i_right_hot ul .on {
	border-bottom: 2px solid #f60;
	color: #f60;
	padding: 0;
}

.i_right_list .i_right_hot ul li {
	color: #8a8a8a;
	cursor: pointer;
	float: left;
	font-size: 11px;
	height: 18px;
	line-height: 10px;
	margin-left: 5px;
	text-align: center;
	width: 18px;
}

.i_right_list .i_right_hot h2 {
	color: #333;
	display: block;
	font-size: 1.2em;
	font-weight: 100;
	height: 40px;
}

.i_right_list .i_right_hot h2 .listP {
	border-bottom: 2px solid #212a3c;
	height: 39px;
	width: 120px;
}

.i_right_list .i_right_hot h2 img {
	float: left;
	padding: 6px;
}

.i_right_list .i_right_hot h2 a {
	display: block;
	float: left;
	line-height: 45px;
}

.tabcontent, .tabcontent .i_hotlist_list {
	margin-top: 1px;
	overflow: hidden;
	padding-bottom: 5px;
	border: none;
}

.i_hotlist_list ul li {
	padding: 3px 12px;
}

.i_hotlist_list ul li.on .subon {
	display: block;
	overflow: hidden;
}

.i_hotlist_list ul li.on .subtop {
	display: none;
}

.i_hotlist_list ul li .subtop {
	display: block;
}

.i_hotlist_list ul li .sub_bookpic {
	display: block;
	float: left;
	height: 114px;
	width: 81px;
}

.i_hotlist_list ul li a {
	color: #666;
}

.i_hotlist_list ul li .sub_bookpic {
	display: block;
	float: left;
	height: 114px;
	width: 81px;
	box-shadow: 0 0 5px #999;
}

.subon .subon_title {
	display: block;
	float: right;
	font-size: 12px;
	padding: 0 10px;
	width: 110px;
}

.subon .subon_title h3 {
	line-height: 24px;
	padding: 0;
}

.span_desc {
	height: auto !important;
	padding-top: 0 !important;
	width: 110px;
}

.i_hotlist_list ul li .subon {
	display: none;
}

.i_hotlist_list ul li .num {
	background-color: #f5f5f5;
	border-radius: 0px;
	border: none;
	font-size: 12px;
	color: #333;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 3px 3px 0 0;
	padding-top: 0;
	text-align: center;
	width: 20px;
}

.i_hotlist_list ul li .subtop {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	width: 167px;
}

.subtop p a {
	padding-left: 4px;
}

.i_hotlist_list ul li .top {
	background-color: #f60;
	color: #fff;
	;
}

.list_top {
	float: left;
	margin-top: -7px;
	width: 740px;
}

.hot_list .new_book {
	border-bottom: 2px solid #212a3c;
	color: #333;
	display: block;
	float: left;
	font-size: 22px;
	font-weight: 100;
	height: 51px;
	line-height: 55px;
	padding: 0;
	position: relative;
	width: 90px;
}

.hot_list .book_a {
	border-bottom: 1px solid #eee;
}

.hot_list .book_a {
	height: 52px;
	width: 650px;
}

.ac {
	background: #fafafa none repeat scroll 0 0;
	height: 30px;
	line-height: 30px;
}

.list_top .td ul li {
	overflow: hidden;
}

.td .td_one {
	padding-left: 10px;
	width: 62px;
}

.td .td_two {
	width: 358px;
}

.td ul li span {
	display: block;
	padding: 0;
}

.td .td_three {
	width: 245px;
}

.td .td_four {
	width: 40px;
}

.list_content li {
	border-bottom: 1px dotted #ddd;
	float: left;
	height: 30px;
	overflow: hidden;
	padding: 4px 0 3px;
	width: 740px;
}

.list_content li:hover {
	background: #fafafa;
}

.list_content li p.td1 {
	color: #888;
	height: 30px;
	line-height: 30px;
	width: 72px;
}

.list_content li p {
	color: #646464;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.list_content li p.td1 a {
	color: #999;
	font-size: 14px;
}

.list_content li p.td2 {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 350px;
}

.list_content li p.td2, .list_content li p.td2 a {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.list_content ul li span {
	color: white;
}

.hot_list ul li, .list_top span {
	color: #999;
	float: left;
}

.list_content li p.td2 span a {
	color: #888;
	font-size: 12px;
	font-weight: lighter;
	padding-left: 10px;
	width: 120px;
}

.list_content li p.td3 {
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 6px;
	width: 75px;
}

.list_content li p.td4 {
	color: #999;
	float: right;
	font-family: arial;
	height: 30px;
	line-height: 30px;
	width: 90px;
	font-size: 12px;
	text-align: right;
}

.more_a {
	color: #666;
	float: right;
	font-size: 12px;
	margin-top: 20px;
	padding-right: 10px;
}

.clear, .clearfix::after {
	clear: both;
}

.notify {
	height: 300px;
	margin-top: -1px;
	padding: 10px 20px 16px 65px;
	border: 1px #f9ddc9 solid;
	background: #fdf6e2 url("/images/index-notice.png") no-repeat scroll 15px 19px;
}

.notify h5 {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: left;
}

.notify h5 a {
	color: #ec6e15!important;
}

.i_right_hot .listP img {
	display: none;
}
