﻿html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td, i {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
img {
	border: none;
	vertical-align: bottom;
}
a, a:visited, a:hover, a:active {
	outline: 0;
	text-decoration: none;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #005093;
}
ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
input, select, textarea, button {
	/*font-size: 100%;*/
	font-family: inherit;
}
textarea{resize:none; resize:none;}
textarea:focus{outline:none;}
h2 {
	font-size: 14px;
}

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot'); /* IE9*/
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */  url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
html, body {
	margin: 0px;
	font-family: Microsoft YaHei, PingFang SC, "黑体", Helvetica, Arial, sans-serif;
	color: #333333;
	background-color: #fff;
	width: 100%;
	min-width:1260px;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	line-height: 1;
}
i {
	font-family: 'iconfont';
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}


.right {
	float: right !important;
}
.left {
	float: left !important;
}
.pull_right {
	float: right !important;
}

.pull_left {
	float: left !important;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .container-fluid:after {
	clear: both;
}
/*--------------------input, select开始------------------------*/
input::-webkit-input-placeholder {
color:#9c9c9c !important;
}
input::-moz-placeholder {
color:#9c9c9c !important;
}
input:-moz-placeholder {
color:#9c9c9c !important;
}
input:input-placeholder {
color:#9c9c9c !important;
}

input::-ms-clear, input::-ms-reveal{
     display: none;  
}
input, select {
	outline: medium !important;
}
.inputFocus {
	background-color: #f4fbff;
	/*border: 1px solid #afd6ee;*/
	border-color: #afd6ee;
	color: #333333;
}
.selectfocus {
	border: #b2e2f3 1px solid;
	background-color: #f4fbff;
}
.select.active {
	border: #b2e2f3 1px solid;
	background-color: #f4fbff;
}
.selectFocus {
	background-image: none\9; /*IE8以及以下版本浏览器*/
 	*background-image:none; /*IE7及其以下版本浏览器*/
}
select{
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
}
select::-ms-expand { display: none; }
/*--------------------input, select结束------------------------*/

/*--------------------标题字体大小------------------------*/


/*---------------颜色，色调------------------*/

/*--------主色----------*/
.mainColor {
	color: #0080cc;/*导航条颜色*/
}
.mainColorHighl {
	color: #d7af4f;/*导航条高亮颜色*/
}
.mainBgColor {
	color: #f5f5f5;/*主体背景颜色*/
}
.footBgColor {
	color: #4f565a　;/*尾部背景颜色*/
}
/*--------辅色----------*/


.color_c31 {/*主色调*/
	color: #c3181f;
}
.color_b78 {
	color: #b7832f;
}
.color_333 {
	color: #333333;
}
.color_5d5 {
	color: #5d5d5d;
}
.color_cac {
	color: #cacaca;
}
.color_555 {
	color: #555555;
}
.color_8e8{
	color: #8e8e8e;
}
.bg_fff{
	background-color:#fff;
}

.bg_c31{  /*主色调*/
	background-color:#c3181f;
}
.bg_b78{
	background-color:#b7832f;
}

.text_left {
	text-align: left !important;
}
.text_right {
	text-align: right !important;
}
.text_center {
	text-align: center;
}
.m_auto{margin:0 auto;}
.width{width:1200px;}
/*--------------------标题字体大小------------------------*/
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
.mt0 {
	margin-top: 0px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mt2 {
	margin-top: 2px;
}
.mr2 {
	margin-right: 2px;
}
.mt1 {
	margin-top: 1px;
}
.mt5 {
	margin-top: 5px;
}
.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt4 {
	margin-top: 4px;
}
.ml4 {
	margin-left: 4px;
}
.mr4 {
	margin-right: 4px;
}
.mb4 {
	margin-bottom: 4px;
}
.mt7 {
	margin-top: 7px;
}
.mt8 {
	margin-top: 8px;
}
.ml8 {
	margin-left: 8px;
}
.mr8 {
	margin-right: 8px;
}
.mb8 {
	margin-bottom: 8px;
}
.mt10 {
	margin-top: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt15 {
	margin-top: 15px;
}
.ml15 {
	margin-left: 15px;
}
.mr15 {
	margin-right: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.mt20 {
	margin-top: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt25 {
	margin-top: 25px;
}
.ml25 {
	margin-left: 25px;
}
.mr25 {
	margin-right: 25px;
}
.mb25 {
	margin-bottom: 25px;
}
.mt30 {
	margin-top: 30px;
}
.ml30 {
	margin-left: 30px;
}
.mr30 {
	margin-right: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt35 {
	margin-top: 35px;
}
.ml35 {
	margin-left: 35px;
}
.mr35 {
	margin-right: 35px;
}
.mb35 {
	margin-bottom: 35px;
}
.mt40 {
	margin-top: 40px;
}
.ml40 {
	margin-left: 40px;
}
.mr40 {
	margin-right: 40px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt45 {
	margin-top: 45px;
}
.ml45 {
	margin-left: 45px;
}
.mr45 {
	margin-right: 45px;
}
.mb45 {
	margin-bottom: 45px;
}
.mt50 {
	margin-top: 50px;
}
.ml50 {
	margin-left: 50px;
}
.mr50 {
	margin-right: 50px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt120{margin-top:120px;}
.mt105 {
	margin-top: 105px;
}
.pt5 {
	padding-top: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.pt7 {
	padding-top: 7px;
}
.pt10 {
	padding-top: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pl15 {
	padding-left: 15px;
}
.pr15 {
	padding-right: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pl25 {
	padding-left: 25px;
}
.pr25 {
	padding-right: 25px;
}
.pb25 {
	padding-bottom: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pl30 {
	padding-left: 30px;
}
.pr30 {
	padding-right: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pl35 {
	padding-left: 35px;
}
.pr35 {
	padding-right: 35px;
}
.pb35 {
	padding-bottom: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pl40 {
	padding-left: 40px;
}
.pr40 {
	padding-right: 40px;
}
.pb40 {
	padding-bottom: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pl45 {
	padding-left: 45px;
}
.pr45 {
	padding-right: 45px;
}
.pb45 {
	padding-bottom: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pl50 {
	padding-left: 50px;
}
.pr50 {
	padding-right: 50px;
}
.pb50 {
	padding-bottom: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pl60 {
	padding-left: 60px;
}
.pr60 {
	padding-right: 60px;
}
.pb60 {
	padding-bottom: 60px;
}
.pt70 {
	padding-top: 70px;
}
.pl70 {
	padding-left: 70px;
}
.pr70 {
	padding-right: 70px;
}
.pb70 {
	padding-bottom: 70px;
}
.pt140 {
	padding-top: 140px;
}
.pt150 {
	padding-top: 150px;
}
.pb110 {
	padding-bottom: 110px;
}
.pt120{
	padding-top:120px;
}
.pb120 {
	padding-bottom: 120px;
}
.pb130 {
	padding-bottom: 130px;
}
.pb140 {
	padding-bottom: 140px;
}
.pb150 {
	padding-bottom: 150px;
}
.pt230 {
	padding-top: 230px;
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs24 {
	font-size: 24px;
}
.fs26 {
	font-size: 26px;
}
.fs28 {
	font-size: 28px;
}
.fs30 {
	font-size: 30px;
}
.fs32 {
	font-size: 32px;
}
.fs34 {
	font-size: 34px;
}
.fs36 {
	font-size: 36px;
}
.fs38 {
	font-size: 38px;
}
.fs40 {
	font-size: 40px;
}
.fs48 {
	font-size: 48px;
}
.fs50 {
	font-size: 50px;
}
.fs60 {
	font-size: 60px;
}
.fs70 {
	font-size: 70px;
}
.fs80 {
	font-size: 80px;
}
.fs90 {
	font-size: 90px;
}
.fs44{font-size:44px;}
.fs100 {
	font-size: 100px;
}
.fs110 {
	font-size: 110px;
}
.fs120 {
	font-size: 120px;
}
.lh14 {
	line-height: 14px;
}
.lh18 {
	line-height: 18px;
}
.lh20 {
	line-height: 20px;
}

.lh24 {
	line-height: 24px;
}
.lh30 {
	line-height: 30px;
}
.lh36 {
	line-height: 36px;
}
.lh38 {
	line-height: 38px;
}
.lh48 {
	line-height: 48px;
}
.lh40 {
	line-height: 40px;
}
.lh50 {
	line-height: 50px;
}
.lh60 {
	line-height: 60px;
}
.no_border_l {
	border-left: none !important;
}
.no_border_r {
	border-right: none !important;
}
.no_border_b {
	border-bottom: none !important;
}
.no_border_t {
	border-top: none !important;
}
.no_margin_l {
	margin-left: 0px !important;
}
.no_margin_r {
	margin-right: 0px !important;
}
.no_margin_b {
	margin-bottom: 0px !important;
}
.no_margin_t {
	margin-top: 0px !important;
}
.font_bold{
	font-weight: bold;
}
.no_font_weight{
	font-weight:normal;
}




.border {
	border: #ececec solid 1px;
}
.border_left {
	border-left: #ececec solid 1px;
}
.border_top {
	border-top: #ececec solid 1px;
}
.border_right {
	border-right: #ececec solid 1px;
}
.border_bottom {
	border-bottom: #ececec solid 1px;
}
.blur {
	-webkit-filter: blur(38px);
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.color-fff {
	color: #fff;
}
.ellipsis {
	max-width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}
.max-width70 {
	max-width: 70%;
}
.max-width75 {
	max-width: 75%;
}
.max-width80 {
	max-width: 80%;
}
.max-width85 {
	max-width: 85%;
}
.max-width90 {
	max-width: 90%;
}
.max-width95 {
	max-width: 95%;
}



/*-------------- 日历选择器 开始 --------------*/
.calendar{
	margin-top:30px;
	margin-left:30px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5;
	padding-bottom: 5px;
	padding-left: 5;
}
.dropdown-menu .table-condensed th, .table-condensed td {
	padding: 4px 5px;
}
.dropdown-menu th {
	font-weight: bold;
}
.dropdown-menu td, th {
	display: table-cell;
	vertical-align: inherit;
}
.dropdown-menu table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.glyphicon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.icon-arrow-left {
	background-position: -240px -96px;
}
.icon-arrow-right {
	background-position: -264px -96px;
}
.date_picker {
	cursor: pointer;
}
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
	background-color: #b7832f;
	color: #fff;
}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
	background-color: #b7832f;
	background-image: none;
	filter: none;
}
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #b7832f;
}
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
	background-color: #b7832f;
	background-image: none;
	filter: none;
}
/*-------------- 日历选择器 结束 --------------*/































