@charset "utf-8";
/* ---- html reset ---- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend {
	display: block;
}
body {
	font-size: 100%;
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}
/* ---- clearfixes ---- */
.row:before, .row:after, .clearfix:before, .clearfix:after {
	content: '';
	display: table
}
.row:after, .clearfix:after {
	clear: both
}
.row, .clearfix {
	zoom: 1
}
/* ---- grid layout ---- */
* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	margin: 0 auto;
	color: #6b6969;
	background-color:#fafafa;
	font: 14px "microsoft yahei", "helvetica neue", helvetica, arial, sans-serif;
	line-height:180%;
}
.wrapper {
	clear:both;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.row {
	clear:both;
	width: 100%;
	margin: 0 auto;
}
.c1 {
	width: 8.33%;
}
.c2 {
	width: 16.66%;
}
.c3 {
	width: 25%;
}
.c4 {
	width: 33.33%;
}
.c5 {
	width: 41.66%;
}
.c6 {
	width: 50%;
}
.c7 {
	width: 58.33%;
}
.c8 {
	width: 66.66%;
}
.c9 {
	width: 75%;
}
.c10 {
	width: 83.33%;
}
.c11 {
	width: 91.66%;
}
.c12 {
	width: 100%;
	min-height: 1px;
	float: left;
	position: relative;
}
.c1-5 {
	width: 20%;
}
.c1-6 {
	width: 30%;
}
.c1-7 {
	width: 70%;
}/* this column can be used as a one eigth of the row */
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c1-5, .c1-6, .c1-7 {
	min-height: 1px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.c1.first, .c2.first, .c3.first, .c4.first, .c5.first, .c6.first, .c7.first, .c8.first, .c9.first, .c10.first, .c11.first, .c1-5.first, .c1-6.first, .c1-7.first {
	padding-left: 0;
	position: relative;
}
.c1.last, .c2.last, .c3.last, .c4.last, .c5.last, .c6.last, .c7.last, .c8.last, .c9.last, .c10.last, .c11.last, .c1-5.last, .c1-6.last, .c1-7.last {
	padding-right: 0;
	position: relative;
}
/* ---- alignments ---- */
.centered {
	float: none;
	margin: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
/* ---- typography ---- */
h1, h2, h3, h4, h5, h6 {
	font-weight: none;
	font-style: normal;
	color: #333;
	text-rendering: optimizelegibility;
	line-height: 1.1;
	margin-bottom: 10px;
	margin-top: 10px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 80%;
	color: #666;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}
h1 {
	font-size: 36px;
	line-height: 48px;
}
h2 {
	font-size: 32px;
	line-height: 42px;
	color:#113d66;
}
h3 {
	font-size: 28px;
	line-height: 55px;
	color:#113d66;
}
h4 {
	font-size: 24px;
	line-height: 35px;
}
h5 {
	font-weight: 300;
	font-size: 32px;
	line-height: normal;
	margin: auto;
	margin: 30px 0;
	color: #113d66;
	text-align: center;
}
h6 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom:5px;
}
.cblue{
	color:#2c96dd;
}
a {
	color: #6b6969;
	text-decoration: none;
	line-height: inherit;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;

}

a:hover {
	color: #0156a5;
}
a:focus , a:link, a:active {
	outline:none;
}
h6 a{ color:#0156a5}
h6 a:hover {
	color: #0069ca;
}
p {
	margin:0px;
	margin: 10px 0;
}
p span {
	color: #0156a5;
}
p a, p a:visited {
	line-height: inherit;
}

img {
		max-width: 100%;
		height: auto; 
}
sub, sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
i {
	font-style: italic;
	line-height: inherit;
	padding:0 5px;
}
strong, b {
	color:#195b99;
	font-size:120%;
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 70%;
	line-height: inherit;
}
hr {
	width:40px;
	border: solid #373e45;
	border-width: 2px 0 0;
	clear: both;
	margin: 15px 0;
	height: 0;
}
.hr1{
	width:100%;
	border: solid #e8e8e8;
	border-width: 1px 0 0;
	margin: 25px 0;

}
	
/* ---- lists ---- */
ul, ol, dl {
	font: normal 14px/24px "microsoft yahei", "helvetica neue", helvetica, arial, sans-serif;
	list-style-position: inside;
	color: #666;
	list-style: none;
}
ul li ul, ul li ol {
	margin: 0px;
}

ol li ul, ol li ol {
	margin-left: 20px;
	margin-bottom: 0;
}
dl dt {
	line-height: 24px;
}
dl dd {
	margin-left: 15px;
}
.dl-horizontal {
	width:40%;
	*zoom: 1;
	background:#f5f5f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0 0 20px 20px;
	padding:15px 0;
}

.dl-horizontal:before,.dl-horizontal:after {
	display: table;
	line-height: 0;
	content: ""
}

.dl-horizontal:after {
	clear: both
}

.dl-horizontal dt {
	float: left;
	width: 60px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:0;
	margin:5px 0 5px 20px;
	line-height:28px;
}

.dl-horizontal dd {
	padding:5px 20px 5px 0;
	line-height:28px;
	margin-left: 100px;
}

.divmargin{
	float:none;
	margin:0 auto;
}

/* ---- forms ---- */
.vform {
	width: 100%;
}
.hform {
	width: 100%;
}
.vform, .hform {
	margin-bottom: 20px;
	font: 14px "microsoft yahei", "helvetica neue", helvetica, arial, sans-serif;
	color: #666;
}
.vform label {
	width: 100%;
	margin-bottom: 10px;
}
.hform label {
	width: 40%;
	margin-bottom: 10px;
}
.vform label, .hform label {
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	display: block;
	float: left;
	text-align: left;
}
.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"], .vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"], .vform input[type="tel"], .vform input[type="color"], .vform select {
	width: 100%;
}
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], .hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], .hform input[type="tel"], .hform input[type="color"], .hform select {
	width: 60%;
}
.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"], .vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"], .vform input[type="tel"], .vform input[type="color"], .vform select, .hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], .hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], .hform input[type="tel"], .hform input[type="color"], .hform select {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	vertical-align: middle;
	outline: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: border linear 0.4s, box-shadow linear 0.4s;
	-o-transition: border linear 0.4s, box-shadow linear 0.4s;
	-moz-transition: border linear 0.4s, box-shadow linear 0.4s;
	-webkit-transition: border linear 0.4s, box-shadow linear 0.4s;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 21px;
	height: 35px;
}
.vform input[type="text"]:focus, .vform input[type="password"]:focus, .vform input[type="datetime"]:focus, .vform input[type="email"]:focus, .vform input[type="datetime-local"]:focus, .vform input[type="date"]:focus, .vform input[type="month"]:focus, .vform input[type="time"]:focus, .vform input[type="week"]:focus, .vform input[type="url"]:focus, .vform input[type="number"]:focus, .vform input[type="search"]:focus, .vform input[type="tel"]:focus, .vform textarea:focus, .hform textarea:focus, .hform input[type="text"]:focus, .hform input[type="password"]:focus, .hform input[type="datetime"]:focus, .hform input[type="datetime-local"]:focus, .hform input[type="date"]:focus, .hform input[type="month"]:focus, .hform input[type="time"]:focus, .hform input[type="week"]:focus, .hform input[type="number"]:focus, .hform input[type="email"]:focus, .hform input[type="url"]:focus, .hform input[type="search"]:focus, .hform input[type="tel"]:focus, .hform input[type="color"]:focus {
	border: 1px solid;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
}
.vform textarea, .hform textarea {
	min-height: 120px;
}
.vform fieldset, .hform fieldset {
	margin-bottom: 8px;
}
.vform input[type="file"], .hform input[type="file"] {
	overflow: none;
}
/* conjoined inputs */
.vform span.pre, .hform span.pre, .vform span.post, .hform span.post {
	display: block;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	color: #222222;
	font-size: 13px;
	line-height: 18px;
	height: 35px;
	position: relative;
	padding: 5px 10px;
}
.vform span.pre, .hform span.pre {
	margin-right: -1px;
	float: left;
}
.vform span.post, .hform span.post {
	margin-left: -1px;
	float: left;
}
.vform input.post, .hform input.post, .vform span.pre, .hform span.pre {
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
.vform input.pre, .hform input.pre, .vform span.post, .hform span.post {
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
.vform input.pre, .vform input.post {
	width: 70%;
	float: left;
	height: 35px;
}
.hform input.pre, .hform input.post {
	width: 45%;
	float: left;
	height: 35px;
}
.vform input.pre-post {
	width: 70%;
	float: left;
	height: 35px;
	border-radius: 0;
}
.hform input.pre-post {
	width: 40%;
	float: left;
	height: 35px;
	border-radius: 0;
}
.vform span[type="submit"].post, .hform span[type="submit"].post, .vform span[type="submit"].pre, .hform span[type="submit"].pre {
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f9f9f9, #efefef);
	background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
	background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#f9f9f9', endcolorstr='#efefef');
}
.vform span[type="submit"].post:hover, .hform span[type="submit"].post:hover, .vform span[type="submit"].pre:hover, .hform span[type="submit"].pre:hover {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
	background: -moz-linear-gradient(top, #eee, #f8f8f8);
}

/* ---- buttons ---- */
button {
	display: inline-block;
*display:inline;
	padding: 7px 20px;
	margin-bottom: 10px;
*margin-left:.3em;
	font-size: 14px;
	line-height: 20px;
*line-height:20px;
	color: #333 !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #dedede;
*border:0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #eeeeee, #dedede, #dedede;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f9f9f9, #efefef);
	background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
	background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#f9f9f9', endcolorstr='#efefef');
}
button:hover, button:active {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
	background: -moz-linear-gradient(top, #eee, #f8f8f8);
}
button.large {
	padding: 10px 35px;
	font-size: 15px;
}
button.small {
	padding: 3px 13px;
	font-size: 13px;
}
button.skyblue { /* --- skyblue color button --- */
	color: #fff !important;
	background-color: #26a2b6;
	background: linear-gradient(#34bac9, #26a2b6);
	background: -o-linear-gradient(#34bac9, #26a2b6);
	background: -ms-linear-gradient(#34bac9, #26a2b6);
	background: -moz-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#34bac9', endcolorstr='#26a2b6');
}
button.skyblue:hover, button.skyblue:active {
	background: #26a2b6;
	background: -moz-linear-gradient(top, #26a2b6, #34bac9);
	background: -webkit-gradient(linear, left top, left bottom, from(#26a2b6), to(#34bac9));
}
button.blue { /* --- blue color button --- */
	color: #fff !important;
	background-color: #0085c6;
	background: linear-gradient(#008fd5, #0085c6);
	background: -o-linear-gradient(#008fd5, #0085c6);
	background: -ms-linear-gradient(#008fd5, #0085c6);
	background: -moz-linear-gradient(#008fd5, #0085c6);
	background: -webkit-linear-gradient(#008fd5, #0085c6);
	background: -webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#0085c6));
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#008fd5', endcolorstr='#0085c6');
}
button.blue:hover, button.blue:active {
	background: #008fd5;
	background: -moz-linear-gradient(top, #008fd5, #009de9);
	background: -webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#009de9));
}
button.green { /* --- green color button --- */
	color: #fff !important;
	background-color: #51a351;
	background: linear-gradient(#62c462, #51a351);
	background: -o-linear-gradient(#62c462, #51a351);
	background: -ms-linear-gradient(#62c462, #51a351);
	background: -moz-linear-gradient(#62c462, #51a351);
	background: -webkit-linear-gradient(#62c462, #51a351);
	background: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#51a351', endcolorstr='#51a351');
}
button.green:hover, button.green:active {
	background: #51a351;
	background: -moz-linear-gradient(top, #51a351, #5fa351);
	background: -webkit-gradient(linear, left top, left bottom, from(#51a351), to(#5fa351));
}
button.yellow { /* --- yellow color button --- */
	color: #fff !important;
	background-color: #f0bf4a;
	background: linear-gradient(#f0c930, #f0bf4a);
	background: -o-linear-gradient(#f0c930, #f0bf4a);
	background: -ms-linear-gradient(#f0c930, #f0bf4a);
	background: -moz-linear-gradient(#f0c930, #f0bf4a);
	background: -webkit-linear-gradient(#f0c930, #f0bf4a);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0c930), to(#f0bf4a));
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#f0c930', endcolorstr='#f0bf4a');
}
button.yellow:hover, button.yellow:active {
	background: #f0bf4a;
	background: -moz-linear-gradient(top, #f0bf4a, #f0c930);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0bf4a), to(#f0c930));
}
button.orange { /* --- orange color button --- */
	color: #fff !important;
	background-color: #ff5c00;
	background: linear-gradient(#ff6f40, #ff5c00);
	background: -o-linear-gradient(#ff6f40, #ff5c00);
	background: -ms-linear-gradient(#ff6f40, #ff5c00);
	background: -moz-linear-gradient(#ff6f40, #ff5c00);
	background: -webkit-linear-gradient(#ff6f40, #ff5c00);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6f40), to(#ff5c00));
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ff6f40', endcolorstr='#ff5c00');
}
button.orange:hover, button.orange:active {
	background: #ff5c00;
	background: -moz-linear-gradient(top, #ff5c00, #ff6f40);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#ff6f40));
}
button.red { /* --- red color button --- */
	color: #fff !important;
	background-color: #bd362f;
	background: linear-gradient(#bd362f, #b1322c);
	background: -o-linear-gradient(#bd362f, #b1322c);
	background: -ms-linear-gradient(#bd362f, #b1322c);
	background: -moz-linear-gradient(#bd362f, #b1322c);
	background: -webkit-linear-gradient(#bd362f, #b1322c);
	background: -webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#b1322c));
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#bd362f', endcolorstr='#b1322c');
}
button.red:hover, button.red:active {
	background: #bd362f;
	background: -webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#cc3b34));
	background: -moz-linear-gradient(top, #bd362f, #cc3b34);
}
button.magenta {	/* --- magenta color button --- */
	color: #fff !important;
	background-color: #b9298f;
	background: linear-gradient(#b93180, #b9298f);
	background: -o-linear-gradient(#b93180, #b9298f);
	background: -ms-linear-gradient(#b93180, #b9298f);
	background: -moz-linear-gradient(#b93180, #b9298f);
	background: -webkit-linear-gradient(#b93180, #b9298f);
	background: -webkit-gradient(linear, left top, left bottom, from(#b93180), to(#b9298f));
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#b9298f', endcolorstr='#b9298f');
}
button.magenta:hover, button.magenta:active {
	background: #b9298f;
	background: -moz-linear-gradient(top, #b9298f, #b9358f);
	background: -webkit-gradient(linear, left top, left bottom, from(#b9298f), to(#b9358f));
}
button.black { /* --- black color button --- */
	color: #fff !important;
	background-color: #111;
	background: linear-gradient(#333, #111);
	background: -o-linear-gradient(#333, #111);
	background: -ms-linear-gradient(#333, #111);
	background: -moz-linear-gradient(#333, #111);
	background: -webkit-linear-gradient(#333, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#333', endcolorstr='#111');
}
button.black:hover, button.black:active {
	background: #222;
	background: -moz-linear-gradient(top, #222, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#333));
}
/* ---- alerts ---- */
.alert {
	padding: 10px;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font: 14px "microsoft yahei", "helvetica neue", helvetica, arial, sans-serif;
	background-color: #fcf8e3;
	border: 1px solid #fbeee0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
/* ---- table ---- */
table {
	width: 100%;
  border: solid #ccc 1px;
	border-left: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
td, th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
th {
	background-color: #f0f0f0;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
td {
	font-size: 14px;
}
table tr:first-child th:first-child {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
table tr:first-child th:last-child {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
table tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
table tr.even td {
	background-color: #f1f1f1;
}
/* ---- tooltip ---- */
.tooltip {
	display: inline;
	position: relative;
	color: #2ba6cb;
}
.tooltip:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 21px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 97;
}
.tooltip:hover:after {
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	bottom: 27px;
	font-size: 12px;
	color: #fff;
	content: attr(title);
	padding: 5px;
	position: absolute;
	z-index: 98;
	width: 180px;
	margin-left: -50px;
}
/* ---- tabs ---- */
.tabs-wrapper { 
	width: 100%;
}
.more{
	background:#113d66;
	color:#fff;
	padding:0 10px;
	font-size:12px;
	margin-top:5px;	
}
.more a{
	color:#fff;
}
.tab-item {
	clear:both;
	overflow:hidden;
}

.tabs-container {
	float:left;
	position:relative;
	display:block;
	width:100%;
}

.tabs-wrapper .tab-content { 
	padding:10px 0 0 0;
	line-height:200%;
	overflow:hidden; 
}

ul.tabs {
	float: left; 
	height: 36px; 
	width: 100%; 
   border-bottom:2px solid #113d66;
	
}

.tabs-container p:last-child {
	margin-bottom:0;
}

ul.tabs li { 
	float: left; 
	padding-left: 0 !important; 
	overflow: hidden; 
	padding-bottom: 0; 
	position: relative; 
	text-align:center;
	outline:none;

}

ul.tabs li a {
	width:95px;
	height: 35px; 
	line-height: 34px; 
	text-decoration:none; 
	display: block; 
	padding: 0 10px; 
	outline:none;
	border-bottom:0px;
	color:#9a9a9a;
	font-weight:600;

}


ul.tabs li a:hover { 
	color:#323232;
}

ul.tabs li.active {
	background:url(/uploads/image/animages/tagbg.png) center no-repeat;
}

ul.tabs li.active a {
	color:#fff;
	background:url(/uploads/image/animages/tagbg.png) center no-repeat;
}

ul.tabs li.active {
	z-index: 1;
}

ul.tabs li.active, ul.tabs li.active a:hover  { 
    background:url(/uploads/image/animages/tagbg.png) center no-repeat;
	color:#fff;
}


ul.tabs01{
	width:690px;
	border:0px;
	margin:-10px -10px -5px -10px;
}
ul.tabs02{
	margin-top:10px;
}
ul.tabs01 li{
	width:25%;
}
ul.tabs01 li a{
	width:100%;
	color:#fff;
	background:#113d66;
}
ul.tabs01 li a:hover{
	color:#fff;
}
ul.tabs01 li.active {
	background:#ce9263;
}

ul.tabs01 li.active a, ul.tabs01 li.active, ul.tabs01 li.active a:hover {
	color:#fff;
	background:#ce9263;
}

ul.tabs03 li a {
	width:auto;
}
ul.tabs03 li.active {
	background:#113d67;
		border-radius: 5px 5px 0 0;
	-moz-border-radius: 10px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}

ul.tabs03 li.active a {
	color:#fff;
	background:#113d67;
}
/* ---- accordion ---- */
.accordion {
	width: 100%;
	background: #fff;
	font-size: 14px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.accordion p {
	height: 0;
	margin-bottom: 0px;
	padding: 0;
	color: #888;
	overflow: hidden;
}
.accordion a {
	display: block;
	height: auto;
	padding: 5px;
	line-height: 28px;
	background-color: #eee;
	color: #333;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.accordion a:hover, .accordion a:focus {
	opacity: .9;
	color: #ooo;
}
.accordion a:active {
	color: #000;
}
.accordion :target   p {
	margin: 0 2px;
	padding: 10px 15px;
	height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
/*翻页*/
.pagination {
	clear:both;
	margin: 0 0 10px 0;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: center !important;
    justify-content: right !important;
}
.pagination a, .pagination span {
	display: inline-block;
	font-size:14px;
	height: 30px;
	width:30px;
	line-height: 30px;
	text-align: center;
	padding: 0px 5px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color: #6b6b6b !important;
	min-width: 15px;
	margin-right: 7px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.pagination a img {
	position: relative;
	top: 2px;
}
.pagination li:hover a{
	color: #0079c2 !important;
	border: 1px solid #0079c2;
}
.pagination .active span{
background: #0079c2;
border-color: #02639e;
color: #fff !important;
}
.pagination .disabled span{
	border: 1px solid #d9d9d9;
	background: #fff;
	color: #ddd!important
}
#totop {
display: none;
text-decoration: none;
position: fixed;
bottom: 12px;
right: 12px;
overflow: hidden;
width: 50px;
height: 50px;
border: none;
text-indent:-9999px;
background: url(/uploads/image/animages/ui.totop.png) no-repeat left top;
z-index: 190;
}