@charset "utf-8";

/**
 * LabCore v3.0.3 (http://www.labphp.com)
 * Copyright 2013 LabPHP, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
/***************************************************************/
/*add css*/
#swiper-banner{
	height: 127px;
	width: 744px;
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 2;
	overflow: hidden;
}

#swiper-banner .swiper-slide img{
	width: 100%;
	height: 100%;
}
.tip{
	position: absolute;
    top: 22px;
    left: 425px;
    z-index: 6;
    width: 200px;
    opacity: 0.8;
}
.logo{
	position: relative;
	z-index: 7;
}
.search{
	float: right;
	background: #fff;
	border-radius: 22px;
	padding:3px 6px;
	margin-top: 20px;
	position: relative;
    z-index: 3;
}
#banner img{
	width: 100%;
	height: 100%;
}
#banner .swiper-slide{
	position: relative;
}
#banner .swiper-slide span{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 18px;
}
#banner .swiper-pagination{
	text-align: right;
	padding-right: 10px;
	bottom: 12px;
	position: absolute;
	z-index: 20;
	width: 100%;
}
#banner .swiper-pagination-switch{
	background: #fff;
	opacity: 1;
	display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 5px;
    cursor: pointer;
}
#banner .swiper-pagination-switch.swiper-active-switch{
	background: #d30b15;
	width: 30px;
	border-radius: 5px;
}
/****************************************************************/
/**
 * 重置
 * 对所有可能用到的标签的样式进行重置默认样式：去除默认边距，边框，字号100%，字体样式从父元素继承，元素的垂直对齐方式放置在父元素的基线上。
 */
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;
	font-size: 100%;
	font: inherit;
	/*默认。元素放置在父元素的基线上。*/
	vertical-align: baseline;
}
/*浏览器都能够实现高度自适应*/
html {
	height: 100%;
	min-height: 100%;
	/* 去掉点击链接和文本框对象的半透明覆盖层(iOS)或者虚框(Android) */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*重置body的默认样式：高度自适应，行高，字号,字体样式，字体颜色，文字大小自适应*/
body {
	height: 100%;
	min-height: 100%;
	line-height: 1.428571429;
	font-size: 16px;
	font-family: \5FAE\8F6F\96C5\9ED1,Verdana, Geneva, sans-serif, \5B8B\4F53;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*! 兼容HTML5标签 */
/*HTML5新模块元素在IE8、9版本浏览器中没有被定义默认样式，为下列元素添加“block”显示属性*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
	{
	display: block;
}
/*HTML5新模块元素在IE8、9版本浏览器中没有被定义默认样式，为下列元素添加“inline-block”显示属性*/
audio,canvas,video {
	display: inline-block;
	/*新增css kissy的写法*/
	*display: inline;
	*zoom: 1;
}
/*处理 IE 8/9 中未定义的样式，隐藏元素*/
[hidden],template {
	display: none;
}
/*声明标记缩写的样式：鼠标效果为求助鼠标，解决首字母样式在IE8/9、Safari 5和chrome浏览器中未定义的问题 */
abbr[title],abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
/*声明address标记的外底边距20px，字体样式正常,行高1.428571429*/
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}
/*声明a标记背景透明，无下划线和颜色为#333*/
a {
	background: transparent;
	text-decoration: none;
}

/**
 * 列表
 */
ol,ul {
	list-style-position: inside;
	overflow: hidden;
}

li {
	padding-left: 15px;
}

/**
 * 隐藏虚线框
 */
/*全局声明无外边框*/
*,* focus {
	outline: 0;
}
/*设置超链接的统一样式 无下划线 无外边框 和颜色#333*/
a:active,a:link,a:hover,a:visited,a:focus {
	text-decoration: none;
	outline: 0;
}

/**
 * 代码
 */
/*设置code,kbd,pre,samp标签的字体样式，字体样式统一*/
code,kbd,pre,samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	/*kissy 新增*/
	font-size: 1em;
}
/*设置code标签的内边距，文字大小，文字颜色，背景颜色，圆角4px*/
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	/*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止*/
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px;
}
/*设置pre标签显示为块元素，内边距9.5px,下外边距为10px,文字大小，行高，文字颜色，自动换行背景颜色边框，圆角大小*/
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
/*设置pre里面code的内边距为零，文字大小，颜色继承父元素，保留空白符，正常换行，背景透明，无圆角*/
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap; /*保留空白符序列，但是正常地进行换行*/
	background-color: transparent;
	border-radius: 0;
}

cite {
	font-style: normal;
}
/* 添加加粗样式，应用于Firefox 4+、Safari 5和Chrome */
b,strong {
	font-weight: bold;
}
/* 添加斜体样式，应用于Safari 5和chrome */
dfn {
	font-style: italic;
}
/* 解决hr在Firefox中的兼容性问题 */
hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* 解决mark在IE8/9中样式未定义的问题 */
mark {
	color: #000;
	background: #ff0;
}
/* 提高pre标签格式化文本在所有浏览器中的可读性 */
pre {
	white-space: pre-wrap;
	/*兼容ie6，7*/
	*white-space: pre;
	*word-wrap: break-word;
}
/*简短的引用,设置相一致的引号类型 */
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
/* 统一所有浏览器中字体大小不一致的兼容性问题 */
small {
	font-size: 80%;
}
/* 在所有浏览器中，防止“sub”和“sup”标签影响“line-height”属性 */
sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/*在IE8/9浏览器中，当img标签中包含a标签时，去除img边框属性以及对齐方式*/
img {
	border: 0;
	vertical-align: middle;
}

/**
 * remember to highlight inserts somehow! padding: 9px 17px 9px 17px;
 */
/*去除下划线*/
ins {
	text-decoration: none;
}
/*删除线样式*/
del {
	text-decoration: line-through;
}
/* 定义一致的边框、内边距和外边距 */
fieldset {
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
/*设置legend标签显示为块元素，统一的文字大小，颜色下边框，行高继承父元素*/
legend {
	display: block;
	width: 100%;
	padding: 0; /* 去除外边距，如此即使人们将字段集归零也不会失去样式 */
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0; /* 更改“color”属性在IE8/9浏览器中没有被继承的问题 */
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	font-weight: bold;
}

select[multiple],select[size] {
	height: auto;
}

select optgroup {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
}
/*统一下列标签（button,input,select,textarea,label）的边距和对齐方式*/
button,input,select,textarea,label {
	margin: 0;
	vertical-align: middle;
}
/* 调整Firefox 4+浏览器下，客户端样式表中设置了“!important”的“line-height”属性的input表单 */
button,input {
	line-height: normal;
}
/**
     * 调整“button”和“select”的“text-transform”继承不一致性的问题
     * 其他表单控件元素不继承“text-transform”属性
     * 修正“button”标签在Chrome, Safari 5+, and IE 8+中的样式继承问题
     * 修正“select”标签在Firefox 4+ 和Opera中的样式继承问题
     */
button,select {
	text-transform: none;
}
/* 增强光标样式在input表单和其他表单的可用性和一致性，改正iOS设备中“input”类型表单样式不可用的问题 */
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer; /* 增强光标样式在input表单和其他表单的可用性和一致性 */
	-webkit-appearance: button; /* 改正iOS设备中“input”类型表单样式不可用的问题 */
}

/*Remove button padding in FF*/
button::-moz-focus-inner,input::-moz-focus-inner,a.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/* 去除IE 8/9中的多余的边距留白部分，调整IE 8/9中尺寸属性设置为“内容框”的盒子模型 */
input[type="checkbox"],input[type="radio"] {
	padding: 0;
	box-sizing: border-box;
}
/*重置各种类型input的默认值*/
input[type="search"] {
	-webkit-box-sizing: content-box;
	/* 兼容Safari 5 and Chrome上 “border-box” 上设置 “box-sizing”属性 */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	/* 兼容Safari 5 and Chrome上 “searchfield” 上设置 “appearance”属性 */
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* 去除OS X系统上Safari 5和Chrome中容器内边距和搜索取消按钮属性 */
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	/* IE8-9 */
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
	height: auto;
}

textarea {
	overflow: auto; /* IE 8/9中，去除默认垂直滚动条属性 */
	vertical-align: top; /* 提高所有浏览器中的文本可读性和版式 */
	word-wrap: break-word; /*自动换行*/
	word-break: break-all;
}
/*删除表格单元格之间的间距.*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

表头粗体
th {
	font-weight: bold;
}

/**
 * Placeholder color
 */
/*修改默认提示文字的颜色*/
::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #b3b3b3;
}

/**
 * 标题
 */
/*重置标题的默认样式（h1-h6），统一(.h1-.h6)的样式：默认字体，行高，颜色继承父元素*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
/*设置(h1 samll-h6 samll)(.h1 small-.h6 small) 文本的粗细行高，字体颜色*/
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999;
}
/*声明h1,h2,h3的外边距上20下10*/
h1,h2,h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
/*声明h1,h2,h3下的 small .small的文字百分65%*/
h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small {
	font-size: 65%;
}
/*声明h4,h5,h6的外边距上10下10*/
h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*声明h4,h5,h6下的 small .small的文字百分比75%*/
h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small {
	font-size: 75%;
}
/*设置各个标题的字号大小*/
h1,.h1 {
	font-size: 36px;
}

h2,.h2 {
	font-size: 30px;
}

h3,.h3 {
	font-size: 24px;
}

h4,.h4 {
	font-size: 18px;
}

h5,.h5 {
	font-size: 14px;
}

h6,.h6 {
	font-size: 12px;
}
/*设置small .small的文字大小百分比*/
small,.small {
	font-size: 85%;
}
/*设置p的外边距下10px*/
p {
	margin: 0 0 10px;
}
/*设置hr为上下外边距20 1px的#eee的实线*/
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
/*设置打印的效果样式
全局声明所有选择器的阴影效果无，背景透明，字体颜色黑色，
超链接有下划线，下拉框，表格背景白色，边框黑色
设置pre blockquote的边框1px #999的实线，避免在元素内部插入分页符
设置在标题（h2 h3）后插入分页符
设置页边距上下2cm左右0.5cm
*/
@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: "(" attr(href) ")";
	}
	abbr[title]:after {
		content: "(" attr(title) ")";
	}
	a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}
	/*避免在元素内部插入分页符*/
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	/*设置页边距*/
	@page {
		margin: 2cm .5cm;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	/*在元素后插入分页符*/
	h2,h3 {
		page-break-after: avoid;
	}
	/*下拉框背景白色*/
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.table td,.table th {
		background-color: #fff !important;
	}
	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	/*合并单元格*/
	.table {
		border-collapse: collapse !important;
	}
	.table-bordered th,.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

/**
 * 列表样式
 设置列表li的左边距0，项目符号类型（无，实心圆，空心圆，实心方块）
 左浮动，显示为块元素，高度2em,行高2em
 */
.list-nopadding li {
	padding-left: 0;
}

.list-nostyle {
	list-style: none;
}

.list-unstyled li {
	padding-left: 0;
	list-style: none;
}

.list-disc {
	list-style-type: disc;
}

.list-circle {
	list-style-type: circle;
}

.list-square {
	list-style-image: url(../../images/qdn/png-12.png);
}

.list-inside {
	list-style-position: inside;
}

.list-outside {
	list-style-position: outside;
}

.list-float>li {
	float: left;
}

.list-inline>li {
	display: inline-block;
}

.list-2em li {
	height: 2em;
	line-height: 2em;
}

.none {
	display: none;
}

.show {
	display: block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.inline {
	display: inline;
}

.display-block {
	display: block;
}

.inline-block {
	display: inline-block
}

.display-table {
	display: table;
}

.clearfix {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	display: block;
}

/**
 * 布局样式
 左浮动，右浮动，margin宽度自适应,垂直对齐方式，溢出元素框隐藏，内边距的设置
 */
.l {
	float: left;
}

.r {
	float: right;
}

.c {
	margin: 0 auto;
}

.vc {
	vertical-align: middle;
}

.middle {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.block {
	overflow: hidden;
}

.block .title {
	padding: 10px;
	overflow: hidden;
}

.block .box {
	padding: 10px;
	overflow: hidden;
}

.block .footer {
	padding: 10px;
	overflow: hidden;
}

/**
 * 圆角
 圆角边框为3，5，10，50的圆角效果
 */
.r3 {
	-moz-border-radius: 3px;
	-webkit-border-radius:  3px;
	border-radius: 3px;
}

.r5 {
	-moz-border-radius:  5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.r10 {
	-moz-border-radius: 10px;
	-webkit-border-radius:  10px;
	border-radius: 10px;
}

.r50 {
	-moz-border-radius: 50%;
	-webkit-border-radius:  50%;
	border-radius: 50%;
}

/**
 * 阴影
 阴影水平偏移值1px；阴影垂直偏移值2px；阴影模糊值2px；阴影颜色#333
 */
.shadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#606060, direction=120, strength=3 ); /*ie*/
	-moz-box-shadow: 1px 2px 2px #333333; /*firefox*/
	-webkit-box-shadow: 1px 2px 2px #333333; /*safari或chrome*/
	box-shadow: 1px 2px 2px #333333; /*opera或ie9*/
}

/**
 * 透明
 透明度50%，70%
 */
.opacity5 {
	filter: alpha(opacity =       50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.opacity7 {
	filter: alpha(opacity =       70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/**
 * 线条
 线条左垂直重复，右垂直重复，上水平重复，下水平重复，边框宽度：1px,2px,3px,左边框1px,右边框1px,上边框1px,下边框1px,
 边框线条：实线，点线，虚线，边框颜色：黑色，深灰，灰色，边框透明和无边框
 */
.line-left {
	background: url(../../images/qdn/border-v.gif) repeat-y left top;
}

.line-right {
	background: url(../../images/qdn/border-v.gif) repeat-y right top;
}

.line-top {
	background: url(../../images/qdn/border-h.gif) repeat-x left top;
}

.line-bottom {
	background: url(../../images/qdn/border-h.gif) repeat-x left bottom;
}

.border {
	border-width: 1px;
}

/**
 * 边框
 */
.border2 {
	border-width: 2px;
}

.border3 {
	border-width: 3px;
}

.border5 {
	border-width: 5px;
}

.border-left {
	border-left-width: 1px;
}

.border-right {
	border-right-width: 1px;
}

.border-bottom {
	border-bottom-width: 1px;
}

.border-top {
	border-top-width: 1px;
}

.border-solid {
	border-style: solid;
}

.border-dotted {
	border-style: dotted;
}

.border-dashed {
	border-style: dashed;
}

.border-gray {
	border-color: #999;
}

.border-dark {
	border-color: #666;
}

.border-black {
	border-color: #000;
}

.border-transparent {
	border-color: transparent;
}

.border-none {
	border: 0 none;
}

/**
 * 文字对齐
 文字对齐方式：左中右
 */
.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

/**
 * 字体大小 
 0,12,14,16,18,20,24,26,28
 */
.f0 {
	font-size: 0;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

/**
 * 字体样式
 加粗，正常，斜体，下划线，删除线，第一行缩进两个字符，字体雅黑，宋体，黑体，各种颜色，背景颜色，背景透明的设置，
 */
.b {
	font-weight: bold;
}

.n {
	font-weight: normal;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

.del {
	text-decoration: line-through;
}

.text-indent {
	text-indent: 2em;
}

/*不换行*/
.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**强制换行**/
.break-wrod {
	word-break: break-all;
	word-wrap: break-word;
}

.yahei {
	font-family: \5FAE\8F6F\96C5\9ED1;
}
.ywsfxsjt{
	font-family: 禹卫书法行书简体;
}
.simsun {
	font-family: \5B8B\4F53;
}

.simhei {
	font-family: \9ED1\4F53;
}

.bg-muted {
	color: #999;
}

.bg-warning {
	color: #8a6d3b;
}

.bg-danger {
	color: #a94442;
}

.bg-success {
	color: #3c763d;
}

.bg-info {
	color: #31708f;
}

.red {
	color: #FF0000;
}

.black {
	color: #000;
}

.white {
	color: #FFF;
}

.gray {
	color: #999;
}

.dark {
	color: #666;
}

.green,.green a {
	color: #00FF00;
}

.blue {
	color: #0000FF;
}

.red-bg {
	background: #FF0000;
}

.black-bg {
	background: #000;
}

.white-bg {
	background: #FFF;
}

.gray-bg {
	background: #999;
}

.dark-bg {
	background: #666;
}

.green-bg {
	background: #00FF00;
}

.blue-bg {
	background: #0000FF;
}

.transparent-bg {
	background: transparent;
}

/**
 * 边距
 无外边距，无内边距，内外边距的上右下左的边距值0,5,10,15,20,25,30的各种情况
 */
.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}

.wrapper15 {
	padding: 0 15px;
}

.wrapper30 {
	padding: 0 30px;
}

.wrapper20 {
	padding: 0 20px;
}

.m10 {
	margin: 10px 0;
}

.m15 {
	margin: 15px 0;
}

.m20 {
	margin: 20px 0;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt0 {
	margin-top: 0 !important;
}
.mt3{
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt55 {
	margin-top: 55px;
}
.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt0 {
	padding-top: 0;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}
/**
 * 列宽
 分别为：15%，20%，33%，50%，60%，100%,溢出隐藏
 */
.full {
	width: 100%;
}

.one-sixth {
	width: 15%;
	overflow: hidden;
}

.one-fifth {
	width: 20%;
	overflow: hidden;
}

.one-fourth {
	width: 25%;
	overflow: hidden;
}

.one-third {
	width: 33%;
	overflow: hidden;
}

.one-half {
	width: 50%;
	overflow: hidden;
}

.two-third {
	width: 60%;
	overflow: hidden;
}

/**
 * 其他
 */
/*鼠标样式禁止，背景颜色灰色*/
.disabled,[disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
/*鼠标样式：手*/
.hand {
	cursor: pointer;
}

.image {
	font-size: 0;
	cursor: pointer;
}

/*布局*/
/*左右边距自适应*/
.container {
	margin-left: auto;
	margin-right: auto;
}
/*.container块级元素显示，前后插入空格*/
.container:before,.container:after {
	display: table;
	content: " ";
}
/*.container清除浮动*/
.container:after {
	clear: both;
}
/*根据浏览器的宽度的变化.container的宽度自适应变化*/
@media ( min-width : 768px) {
	.container {
		width: 750px;
	}
}

@media ( min-width : 992px) {
	.container {
		width: 970px;
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 1200px;
	}
}

.row {
	
}
/*.row块级元素显示，前后插入空格*/
.row:before,.row:after {
	display: table;
	content: " ";
}
/*.row清除浮动*/
.row:after {
	clear: both;
}

/*栅格系统在超小屏幕 手机 (<768px)，小屏幕 平板 (≥768px)，中等屏幕 桌面显示器 (≥992px)，大屏幕 大桌面显示器 (≥1200px)多种设备上的类前缀初始值*/
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
	position: relative;
	min-height: 1px;
	zoom: 1;
	*display: inline; /* IE < 8: fake inline-block */
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
/*共有12列，设置每一列的宽度百分比*/
.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666666666666%;
}

.col-xs-10 {
	width: 83.33333333333334%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666666666666%;
}

.col-xs-7 {
	width: 58.333333333333336%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666666666667%;
}

.col-xs-4 {
	width: 33.33333333333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.666666666666664%;
}

.col-xs-1 {
	width: 8.333333333333332%;
}
/*通过使用.col-md-push-* 和 .col-md-pull-*就可以很容易的改变列的顺序。*/
.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666666666666%;
}

.col-xs-pull-10 {
	right: 83.33333333333334%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666666666666%;
}

.col-xs-pull-7 {
	right: 58.333333333333336%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666666666667%;
}

.col-xs-pull-4 {
	right: 33.33333333333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.666666666666664%;
}

.col-xs-pull-1 {
	right: 8.333333333333332%;
}

.col-xs-pull-0 {
	right: 0;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666666666666%;
}

.col-xs-push-10 {
	left: 83.33333333333334%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666666666666%;
}

.col-xs-push-7 {
	left: 58.333333333333336%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666666666667%;
}

.col-xs-push-4 {
	left: 33.33333333333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.666666666666664%;
}

.col-xs-push-1 {
	left: 8.333333333333332%;
}

.col-xs-push-0 {
	left: 0;
}
/*使用.col-xs-offset-*可以将列偏移到右侧*/
.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
	margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
	margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
	margin-left: 0;
}
/*针对小屏幕 平板 (≥768px)设备的栅格选项，列偏移和列排序情况 */
@media ( min-width : 768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666666666666%;
	}
	.col-sm-10 {
		width: 83.33333333333334%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666666666666%;
	}
	.col-sm-7 {
		width: 58.333333333333336%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666666666667%;
	}
	.col-sm-4 {
		width: 33.33333333333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.666666666666664%;
	}
	.col-sm-1 {
		width: 8.333333333333332%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666666666666%;
	}
	.col-sm-pull-10 {
		right: 83.33333333333334%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666666666666%;
	}
	.col-sm-pull-7 {
		right: 58.333333333333336%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666666666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.666666666666664%;
	}
	.col-sm-pull-1 {
		right: 8.333333333333332%;
	}
	.col-sm-pull-0 {
		right: 0;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666666666666%;
	}
	.col-sm-push-10 {
		left: 83.33333333333334%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666666666666%;
	}
	.col-sm-push-7 {
		left: 58.333333333333336%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666666666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.666666666666664%;
	}
	.col-sm-push-1 {
		left: 8.333333333333332%;
	}
	.col-sm-push-0 {
		left: 0;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
/*针对中等屏幕 桌面显示器 (≥992px)设备的栅格选项，列偏移和列排序情况 */
@media ( min-width : 992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666666666666%;
	}
	.col-md-10 {
		width: 83.33333333333334%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666666666666%;
	}
	.col-md-7 {
		width: 58.333333333333336%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666666666667%;
	}
	.col-md-4 {
		width: 33.33333333333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.666666666666664%;
	}
	.col-md-1 {
		width: 8.333333333333332%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666666666666%;
	}
	.col-md-pull-10 {
		right: 83.33333333333334%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666666666666%;
	}
	.col-md-pull-7 {
		right: 58.333333333333336%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666666666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.666666666666664%;
	}
	.col-md-pull-1 {
		right: 8.333333333333332%;
	}
	.col-md-pull-0 {
		right: 0;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666666666666%;
	}
	.col-md-push-10 {
		left: 83.33333333333334%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666666666666%;
	}
	.col-md-push-7 {
		left: 58.333333333333336%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666666666667%;
	}
	.col-md-push-4 {
		left: 33.33333333333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.666666666666664%;
	}
	.col-md-push-1 {
		left: 8.333333333333332%;
	}
	.col-md-push-0 {
		left: 0;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-md-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-md-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
/*针对大屏幕 大桌面显示器 (≥1200px)设备的栅格选项，列偏移和列排序情况 */
@media ( min-width : 1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666666666666%;
	}
	.col-lg-10 {
		width: 83.33333333333334%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666666666666%;
	}
	.col-lg-7 {
		width: 58.333333333333336%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666666666667%;
	}
	.col-lg-4 {
		width: 33.33333333333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.666666666666664%;
	}
	.col-lg-1 {
		width: 8.333333333333332%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}
	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}
	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}
	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}
	.col-lg-pull-0 {
		right: 0;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666666666666%;
	}
	.col-lg-push-10 {
		left: 83.33333333333334%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666666666666%;
	}
	.col-lg-push-7 {
		left: 58.333333333333336%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666666666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.666666666666664%;
	}
	.col-lg-push-1 {
		left: 8.333333333333332%;
	}
	.col-lg-push-0 {
		left: 0;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
/*@font-face找到glyphicons地方声明font-family和位置*/
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
		url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
		url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular')
		format('svg');
}
/*声明一个从顶部偏移 1px 的相对位置，呈现为 inline-block，声明字体，规定 font-style 和 font-weight 为 normal，设置行高为 1。除此之外，使用 -webkit-font-smoothing: antialiased 和 -moz-osx-font-smoothing: grayscale; 获得跨浏览器的一致性。*/
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
}
/*空的 glyphicon*/
.glyphicon:empty {
	width: 1em;
}
/*200 个 class，每个 class 针对一个图标*/
.glyphicon-asterisk:before {
	content: "\2a";
}

.glyphicon-plus:before {
	content: "\2b";
}

.glyphicon-euro:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

/*公用底部css*/
/*friendlink*/
#friend_link{
	background:#f5f5f5;
}
#friend_link{
	background: #f5f5f5;
}
.friend_link{
	background: #f7f6ec;
	padding: 28px 0 24px;
	background: #f7f6ec url(../../images/qdn/friendlink.png) no-repeat -20px -20px;
	padding-left: 195px;
}
.select{
	position: relative;
	font-size: 16px;
	color: #333;
	width: 310px;
	height: 40px;
	display: inline-block;
	background: #fff url(../../images/qdn/select.png) no-repeat 98% center;
}
.select i{    
	width: 94%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #fff;
    display: block;
    cursor: pointer;
}
.select ul{
	position: absolute;
	overflow-y: auto;
    height: 220px;
	z-index: 8;
	top: 40px;
	left: 0;
	display: none;
	width: 100%;
}
.select ul li{
	width: 100%;
	padding: 0;
	font-size: 16px;
	color: #333;
	list-style: none;
	display: block;
	background: #fff;
	border-top: 1px solid #f2f2f2;
}
.select ul li:last-child{
	border-bottom: 1px solid #f2f2f2;
}
.select ul li:hover a {
    background: #c30c15;
    color: #ffde00;
}
.select ul li a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #333;
    padding-left: 20px;
}
.select ul li:hover a{
	background: #c30c15;
	color: #ffde00;
}
/*footer*/
#footer{
	background: #750006;
	border-top: 4px solid #ebe8e3;
	padding: 25px;
}
#footer .container{
    text-align: center;
}
#footer p{
	font-size: 14px;
	color: #fff;
}
#footer a{
	color:#fff;
}
#footer p img{
	margin:-3px 5px 0;
}
.tips{
	position: absolute;
	top: 20px;
	right: 0;
}