﻿@charset "utf-8";
* {
	word-wrap: break-word
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 400
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}
input, button {
	overflow: visible;
	vertical-align: middle;
	outline: none
}
 th, td, button, input, select, textarea {
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
	font-size: 12px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
body {
	line-height: 1.6
}
a, area {
	outline: none;
blr:expression(this.onFocus=this.blur())
}
a {
	text-decoration: none;
	cursor: pointer
}
a:hover {
	text-decoration: none;
	outline: none
}
a.ie6:hover {
	zoom: 1
}
a:focus {
	outline: none
}
a:hover, a:active {
	outline: none
}
:focus {
	outline: none
}
sub, sup {
	vertical-align: baseline
}
button, input[type="button"], input[type="submit"] {
	line-height: normal !important;
}
/*img*/
img {
	border: 0;
	vertical-align: middle
}
a img, img {
	-ms-interpolation-mode: bicubic
}
.img-responsive {
	max-width: 100%;
	height: auto
}
/*IE下a:hover 背景闪烁*/
*html {
	overflow: -moz-scrollbars-vertical;
zoom:expression(function(ele) {
ele.style.zoom = "1";
document.execCommand("BackgroundImageCache", false, true)
}
(this))
}
/*HTML5 reset*/
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
	display: block;
	margin: 0;
	padding: 0
}
time {
	display: inline
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
	display: none
}
legend {
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
legend small {
	font-size: 15px;
	color: #999
}
svg:not(:root) {
	overflow: hidden
}
fieldset {
	border-width: 0;
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.cl, .clearfix {
	zoom: 1
}
.f-l {
	float: left;
}
.f-r {
	float: right
}
li {
	list-style: none;
}
.clear {
	clear: both
}
.check-box, .radio-box {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	padding-right: 20px;
}
.icheckbox, .icheckbox-red, .icheckbox-green, .icheckbox-blue, .icheckbox-aero, .icheckbox-grey, .icheckbox-orange, .icheckbox-yellow, .icheckbox-pink, .icheckbox-purple, .iradio, .iradio-red, .iradio-green, .iradio-blue, .iradio-aero, .iradio-grey, .iradio-orange, .iradio-yellow, .iradio-pink, .iradio-purple {
	position: absolute;
	top: 4px;
	left: 0;
}
.mt-5 {
	margin-top: 5px
}
.mt-10 {
	margin-top: 10px
}
.mt-15 {
	margin-top: 15px
}
.mt-20 {
	margin-top: 20px
}
.mt-25 {
	margin-top: 25px
}
.mt-30 {
	margin-top: 30px
}
.mt-35 {
	margin-top: 35px
}
.mt-40 {
	margin-top: 40px
}
.mt-50 {
	margin-top: 50px
}
.mb-5 {
	margin-bottom: 5px
}
.mb-10 {
	margin-bottom: 10px
}
.mb-15 {
	margin-bottom: 15px
}
.mb-20 {
	margin-bottom: 20px
}
.mb-30 {
	margin-bottom: 30px
}
.mb-40 {
	margin-bottom: 40px
}
.mb-50 {
	margin-bottom: 50px
}
.ml-5 {
	margin-left: 5px
}
.ml-10 {
	margin-left: 10px
}
.ml-15 {
	margin-left: 15px
}
.ml-20 {
	margin-left: 20px
}
.ml-30 {
	margin-left: 30px
}
.ml-40 {
	margin-left: 40px
}
.ml-50 {
	margin-left: 50px
}
.mr-5 {
	margin-right: 5px
}
.mr-10 {
	margin-right: 10px
}
.mr-15 {
	margin-right: 15px
}
.mr-20 {
	margin-right: 20px
}
.mr-30 {
	margin-right: 30px
}
.mr-40 {
	margin-right: 40px
}
.mr-50 {
	margin-right: 50px
}
/*3.1.9 内填充
	Name:			style_padding
	Example:		class="pt-5|pt-10|……"
	Explain:		.pt表示上填充|.pb表示下填充|.pl表示左填充|.pr表示右填充
*/
.pt-5 {
	padding-top: 5px
}
.pt-10 {
	padding-top: 10px
}
.pt-20 {
	padding-top: 20px
}
.pb-5 {
	padding-bottom: 5px
}
.pb-10 {
	padding-bottom: 10px
}
.pb-20 {
	padding-bottom: 20px
}
.pb-30 {
	padding-bottom: 30px
}
.pl-5 {
	padding-left: 5px
}
.pl-10 {
	padding-left: 10px
}
.pl-20 {
	padding-left: 20px
}
.pl-30 {
	padding-left: 30px
}
.pr-5 {
	padding-right: 5px
}
.pr-10 {
	padding-right: 10px
}
.pr-20 {
	padding-right: 20px
}
.pd-5 {
	padding: 5px
}
.pd-10 {
	padding: 10px
}
.pd-15 {
	padding: 15px
}
.pd-20 {
	padding: 20px
}
.pd-30 {
	padding: 30px
}
.pd-40 {
	padding: 40px
}
th, td, button, input, select, textarea {
	font-size: 14px
}
table {
	width: 100%;
	empty-cells: show;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0
}
table th {
	text-align: left;
	font-weight: 400
}
/*带水平线*/
.table th {
	font-weight: bold
}
.table th, .table td {
	padding: 13px 10px;
	line-height: 20px
}
.table td {
	text-align: left
}
.table tbody tr.success > td {
	background-color: #dff0d8
}
.table tbody tr.error > td {
	background-color: #f2dede
}
.table tbody tr.warning > td {
	background-color: #fcf8e3
}
.table tbody tr.info > td {
	background-color: #d9edf7
}
.table tbody + tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #fff
}
/*带横向分割线*/
.table-border {
	border-top: 1px solid #ddd
}
.table-border th, .table-border td {
	border-bottom: 1px solid #ddd
}
/*th带背景*/
.table-bg thead th {
	background-color: #f5fafe
}
/*带外边框*/
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
*border-collapse:collapse;
	border-left: 0
}
.table-bordered th, .table-bordered td {
	border-left: 1px solid #ddd
}
.table-border.table-bordered {
	border-bottom: 0
}
/*奇数行背景设为浅灰色*/
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9
}
/*竖直方向padding缩减一半*/
.table-condensed th, .table-condensed td {
	padding: 4px 5px
}
/*鼠标悬停样式*/
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #f5f5f5
}
/*定义颜色*/
/*悬停在行*/
.table tbody tr.active, .table tbody tr.active>td, .table tbody tr.active>th, .table tbody tr .active {
	background-color: #F5F5F5!important
}
/*成功或积极*/
.table tbody tr.success, .table tbody tr.success>td, .table tbody tr.success>th, .table tbody tr .success {
	background-color: #DFF0D8!important
}
/*警告或出错*/
.table tbody tr.warning, .table tbody tr.warning>td, .table tbody tr.warning>th, .table tbody tr .warning {
	background-color: #FCF8E3!important
}
/*危险*/
.table tbody tr.danger, .table tbody tr.danger>td, .table tbody tr.danger>th, .table tbody tr .danger {
	background-color: #F2DEDE!important
}
/*表格文字对齐方式，默认是居左对齐*/
.table .text-c th, .table .text-c td {
	text-align: center
}/*整行居中*/
.table .text-r th, .table .text-r td {
	text-align: right
}/*整行居右*/
.table th.text-l, .table td.text-l {
	text-align: left!important
}/*单独列居左*/
.table th.text-c, .table td.text-c {
	text-align: center!important
}/*单独列居中*/
.table th.text-r, .table td.text-r {
	text-align: right!important
}/*单独列居右*/
.select-box {
	border: solid 1px #ddd;
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
	display: inline-block;
}
.select {
	border: solid 1px #ddd;
	box-sizing: border-box;
	cursor: pointer;
	line-height: normal;
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
}
.select, .size-M .select {
	font-size: 14px;
}
.select-box .select {
	border: 0;
	padding: 9px;
}
/*弹窗*/
.tc{ 

background:#fff;
width:100%;

}
.chose{
	cursor:pointer;	
}
.tc_bt {
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 24px;
	background: #a1a1a1;
	padding: 0px 30px 0 24px;
	margin-bottom:40px;
}
/*tab*/
.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	zoom: 1
}
.tabBar {
	border-bottom: 2px solid #0b9dd8;
	padding-left:24px;
}
.tabBar span {
	background-color: #a4a4a4;
	cursor: pointer;
	display: inline-block;
	float: left;

	text-align:center;
	margin-right:1px;
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	color: #fff;
	font-size:16px;
}
.tabBar span.current {
	background-color: #2990cc;
	
}
.tabCon {
	display: none;
}

/*上传文件*/
.btn-upload{position: relative; display:inline-block;height:36px; *display:inline;overflow:hidden;vertical-align:middle;cursor:pointer}
.upload-url{cursor: pointer}
.input-file{position:absolute; right:0; top:0; cursor: pointer; z-index:1; font-size:30em; *font-size:30px;opacity:0;filter: alpha(opacity=0)}
.btn-upload .input-text{ width:auto;}
.form-group .upload-btn{ margin-left:-1px}
.table-bg th {
    background-color: #f5fafe;
}
.table-bg strong {
    color: #F00;
}