﻿/*

* name: ui.css

* version: v1.1.12

* update: 去掉按钮box-shadow

* date: 2016-04-25

*/



/* reset */

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, input, select, textarea, button {
	font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
body {
	overflow-x: hidden;
}
body, h1, h2, h3, h4, p, ul, ol, dd, dl, form {
	margin: 0;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
img {
	
	border: 0;
}
ul {
	padding-left: 0;
	list-style-type: none;
}
i, em {
	font-style: normal;
}
big {
	font-size: 1.3em;
}
small {
	font-size: 0.77em;
}
a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: 0;
}
article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video {
	display: block;
}
input, select, textarea {
	outline: 0;
	font-family: inherit;
	font-size: 100%;
}
input[type='checkbox'], input[type='radio'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
 input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
height: auto;
}
input[type='search'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
}
 input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type='file'] {
	display: block;
}
input[type='range'] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type='file']:focus, input[type='radio']:focus, input[type='checkbox']:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	font-size: 1.3em;
	line-height: 2.5;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
td, th {
	padding: 0;
}
 @-ms-viewport {
width: device-width;
}
/*工具*/

.fix {
*zoom: 1;
*clear: both;
}
.fix:before, .fix:after {
	display: table;
	clear: both;
	content: '';
}
.oh {
	overflow: hidden;
*zoom: 1;
}
.l {
	float: left;
}
.r {
	float: right;
}
.dib {
	display: inline-block;
*display: inline;
*zoom: 1;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.el {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hide {
	display: none;
}
.hidetext {
	font: 0/0 a;
	letter-spacing: -9px;
}
.arr {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0;
}
.opc0 {
	opacity: 0;
	filter: alpha(opacity=0);
}
/*动效*/

.rotation {
	-webkit-animation: rotation 0.8s infinite linear;
	animation: rotation 0.8s infinite linear;
}
 @-webkit-keyframes rotation {
0% {
-webkit-transform: rotateZ(0deg);
}
 100% {
-webkit-transform: rotateZ(360deg);
}
}
 @keyframes rotation {
0% {
transform: rotateZ(0deg);
}
 100% {
transform: rotateZ(360deg);
}
}
.heartbeat {
	-webkit-animation: heartbeat 1.2s infinite ease-in;
	animation: heartbeat 1.2s infinite ease-in;
}
 @-webkit-keyframes heartbeat {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
 15% {
-webkit-transform: scale(1.3);
opacity: 0.5;
}
 30% {
-webkit-transform: scale(1);
opacity: 1;
}
}
 @keyframes heartbeat {
0% {
transform: scale(1);
opacity: 1;
}
 15% {
transform: scale(1.3);
opacity: 0.5;
}
 30% {
transform: scale(1);
opacity: 1;
}
}
.trigger:hover {
	-webkit-animation: trigger 0.2s ease;
	animation: trigger 0.2s ease;
}
 @-webkit-keyframes trigger {
0% {
-webkit-transform: rotateZ(0deg);
}
 100% {
-webkit-transform: rotateZ(180deg);
}
}
 @keyframes trigger {
0% {
transform: rotateZ(0deg);
}
 100% {
transform: rotateZ(180deg);
}
}
/* 等比填充 */

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
 *height: auto;
}
.rect-50 {
	padding-bottom: 50%;
}
.rect-5625 {
	padding-bottom: 56.25%;
}
.rect-60 {
	padding-bottom: 60%;
}
.rect-618 {
	padding-bottom: 61.8%;
}
.rect-70 {
	padding-bottom: 70%;
}
.rect-75 {
	padding-bottom: 75%;
}
.rect-80 {
	padding-bottom: 80%;
}
.rect-90 {
	padding-bottom: 90%;
}
.rect-100 {
	padding-bottom: 100%;
}
/* table */

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table >thead >tr >th, .table >tbody >tr >th, .table >tfoot >tr >th, .table >thead >tr >td, .table >tbody >tr >td, .table >tfoot >tr >td {
	line-height: 1.42857143;
	padding: 8px;
	vertical-align: inherit;
	border-top: 1px solid #ddd;
}
.table >thead >tr >th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table >caption +thead >tr:first-child >th, .table >colgroup +thead >tr:first-child >th, .table >thead:first-child >tr:first-child >th, .table >caption +thead >tr:first-child >td, .table >colgroup +thead >tr:first-child >td, .table >thead:first-child >tr:first-child >td {
	border-top: 0;
}
.table >tbody +tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed >thead >tr >th, .table-condensed >tbody >tr >th, .table-condensed >tfoot >tr >th, .table-condensed >thead >tr >td, .table-condensed >tbody >tr >td, .table-condensed >tfoot >tr >td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered >thead >tr >th, .table-bordered >tbody >tr >th, .table-bordered >tfoot >tr >th, .table-bordered >thead >tr >td, .table-bordered >tbody >tr >td, .table-bordered >tfoot >tr >td {
	border: 1px solid #ddd;
}
.table-bordered >thead >tr >th, .table-bordered >thead >tr >td {
	border-bottom-width: 2px;
}
.table-striped >tbody >tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover >tbody >tr:hover {
	background-color: #f5f5f5;
}
table col[class*='col-'] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*='col-'], table th[class*='col-'] {
	position: static;
	display: table-cell;
	float: none;
}
.table >thead >tr >td.active, .table >tbody >tr >td.active, .table >tfoot >tr >td.active, .table >thead >tr >th.active, .table >tbody >tr >th.active, .table >tfoot >tr >th.active, .table >thead >tr.active >td, .table >tbody >tr.active >td, .table >tfoot >tr.active >td, .table >thead >tr.active >th, .table >tbody >tr.active >th, .table >tfoot >tr.active >th {
	background-color: #f5f5f5;
}
.table-hover >tbody >tr >td.active:hover, .table-hover >tbody >tr >th.active:hover, .table-hover >tbody >tr.active:hover >td, .table-hover >tbody >tr:hover >.active, .table-hover >tbody >tr.active:hover >th {
	background-color: #e8e8e8;
}
.table >thead >tr >td.success, .table >tbody >tr >td.success, .table >tfoot >tr >td.success, .table >thead >tr >th.success, .table >tbody >tr >th.success, .table >tfoot >tr >th.success, .table >thead >tr.success >td, .table >tbody >tr.success >td, .table >tfoot >tr.success >td, .table >thead >tr.success >th, .table >tbody >tr.success >th, .table >tfoot >tr.success >th {
	background-color: #dff0d8;
}
.table-hover >tbody >tr >td.success:hover, .table-hover >tbody >tr >th.success:hover, .table-hover >tbody >tr.success:hover >td, .table-hover >tbody >tr:hover >.success, .table-hover >tbody >tr.success:hover >th {
	background-color: #d0e9c6;
}
.table >thead >tr >td.info, .table >tbody >tr >td.info, .table >tfoot >tr >td.info, .table >thead >tr >th.info, .table >tbody >tr >th.info, .table >tfoot >tr >th.info, .table >thead >tr.info >td, .table >tbody >tr.info >td, .table >tfoot >tr.info >td, .table >thead >tr.info >th, .table >tbody >tr.info >th, .table >tfoot >tr.info >th {
	background-color: #d9edf7;
}
.table-hover >tbody >tr >td.info:hover, .table-hover >tbody >tr >th.info:hover, .table-hover >tbody >tr.info:hover >td, .table-hover >tbody >tr:hover >.info, .table-hover >tbody >tr.info:hover >th {
	background-color: #c4e3f3;
}
.table >thead >tr >td.warning, .table >tbody >tr >td.warning, .table >tfoot >tr >td.warning, .table >thead >tr >th.warning, .table >tbody >tr >th.warning, .table >tfoot >tr >th.warning, .table >thead >tr.warning >td, .table >tbody >tr.warning >td, .table >tfoot >tr.warning >td, .table >thead >tr.warning >th, .table >tbody >tr.warning >th, .table >tfoot >tr.warning >th {
	background-color: #fcf8e3;
}
.table-hover >tbody >tr >td.warning:hover, .table-hover >tbody >tr >th.warning:hover, .table-hover >tbody >tr.warning:hover >td, .table-hover >tbody >tr:hover >.warning, .table-hover >tbody >tr.warning:hover >th {
	background-color: #faf2cc;
}
.table >thead >tr >td.danger, .table >tbody >tr >td.danger, .table >tfoot >tr >td.danger, .table >thead >tr >th.danger, .table >tbody >tr >th.danger, .table >tfoot >tr >th.danger, .table >thead >tr.danger >td, .table >tbody >tr.danger >td, .table >tfoot >tr.danger >td, .table >thead >tr.danger >th, .table >tbody >tr.danger >th, .table >tfoot >tr.danger >th {
	background-color: #f2dede;
}
.table-hover >tbody >tr >td.danger:hover, .table-hover >tbody >tr >th.danger:hover, .table-hover >tbody >tr.danger:hover >td, .table-hover >tbody >tr:hover >.danger, .table-hover >tbody >tr.danger:hover >th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 1366px) {
#nonenavs{visiblity:hidden;}
#nonenav{visiblity:hidden;}
}

@media screen and (max-width: 1199px) {
.tophead{display:none;}
.h_logo{}
.head .logo{margin: 0 auto;display: table;}
.logodong02 {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 118px;
    z-index: 99;
}
.h_logowen{margin: 0 auto;display: table;}
.h_dingwei{margin: 0 auto;display: table;}
.h_dingwei p{margin: 0 auto;display: table;}
.h_dingwei ul{margin: 0 auto;display: table;}
.h_tel02{display:none;}
.head_nav{display:none;}
.head_nnav{width:100%; height:auto;background:#fff;height:54px;/*margin-top:32px;*/border:1px solid #eee;border-left:none;border-right:none;position:relative}
.head_nnav02{width:100%;margin:0 auto}
.nnav{height:54px;z-index:1;width:100%;float:left}
.nnav a{width:100%;color:#111}
.nnav .nnLi{width:25%;float:left;display:inline;border-right:1px solid #eee;border-bottom: 1px solid #eee;box-sizing: border-box;}
.nnav .nnLi h3{width:100%;float:left}
.nnav .nnLi h3 a{width:100%;display:block;line-height:54px;font-size:16px;font-weight:400;text-align:center;overflow: hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;}
.nnav .nnLi h3 a.cur{background:#ca0000;color:#fff}
.nnav .nnLi h3 a:hover{background:#ca0000;color:#fff}
.nnav .nnLi h3 a span{width:100%;text-transform:uppercase;display:block;color:#ccc;transform:scale(.75,.75);-webkit-transform:scale(.75,.75)}
/*.nnav .nnLi{width:100%;height:54px;border-right:1px solid #eee}

.nnav .sub{display:none;width:100%;left:0;top:54px;height:260px;position:absolute;background:rgba(255,255,255,1);line-height:26px;padding:5px 0;text-align:center;z-index:9999}
.nnav .subsub{width:1200px;margin:0 auto}*/
/*手机页面*/
.mbnav {
	display:block;
	width: 100%;
	color: #FFF;
	overflow: hidden;
	background: #3e5fae;
}
.mbnav ul {
	width: 101%;
	overflow: hidden;
}
.mbnav li {
	border-bottom: 1px solid #3252a0 !important;
	border-right: 1px solid #3252a0;
	box-shadow: 1px 1px 0 #4668b9;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-bottom: 1px;
	text-align: center;
	width: 33%;
	border-bottom: 0;
}
.mbnav li a {
	background: none repeat scroll 0 0 #3e5fae;
	border-bottom: 1px solid #3252a0;
	border-right: 1px solid #3252a0;
	box-shadow: 1px 0 0 #4668b9;
	color: #fff;
	display: block;
}
.mbnav li a:hover {
	background: #3e5fae;
	color: #FFFFFF
}
.mbnav li a.thisclass {
	background: #3e5fae;
	color: #FFFFFF
}
/*推荐产品*/
.mindex_t {
	color: #666;
	font-size: 14px;
	height: 45px;
	line-height: 43px;
	width: 94%;
	clear: both;
	display: inline-block;
	border-bottom: 1px solid #f1f1f1;
	background-size: 100% 100%;
	padding: 0 3%;
	background: #f5f5f5;
}
.mindex_t .fl {
	color: #444;
	padding: 0;
	height: 43px;
	margin-top: 2px;
	font-weight: bold;
}
.mindex_t .fl i {
	font-size: 1em;
	color: #3e5fae
}
.mindex_t .fr {
	color: #999;
	padding: 1% 0;
	font-size: 12px;
}
.mindex_t .f2 {
	background: #012c5a;
	color: #fff;
	padding: 2% 3%;
}
.mproduct {
	width: 100%;
}
.mproduct li {
	width: 33%;
	float: left;
}
.mpicbox {
	width: 85%;
	display: block;
	margin: 0 auto;
	padding: 5px 5px 0 5px;
	border-bottom: 0;
	/* background: #f6f6f6; */
}
.mpicbox img {
	display: block;
	max-width: 100%;
	height: 80px;
}
.mpictitle {
	display: block;
	width: 85%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto 15px;
	padding: 0 5px;
	background: #f6f6f6;
	background-size: 100% 100%;
	border-top: 0;
	text-align: center;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mlistproduct {
	margin: 0 auto;
	width: 98%;
}
.mlistproduct ul li {
	float: left;
	margin-right: 5px;
	display: inline;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 2em;
}
.mlistproduct ul li img {
	border: 1px solid #e1e1e1;
	float: left;
	padding: 3px;
	width: 45%;
}
.mlistproduct ul li p {
	width: 45%;
	float: left;
	margin-left: 15px
}
.mlistproduct ul li p a {
	display: block;
	color: #317fcc;
	background: url(/images/title4.jpg) left center no-repeat;
	padding-left: 10px;
}
.mlistproduct ul li p a:hover {
	text-decoration: underline;
}
.mlistproduct2 {
	margin: 0 auto;
	width: 98%;
}
.mlistproduct2 ul li {
	float: left;
	margin-right: 5px;
	display: inline;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 2em;
}
.mlistproduct2 ul li img {
	border: 1px solid #e1e1e1;
	float: left;
	padding: 3px;
	width: 36%;
}
.mlistproduct2 ul li p {
	width: 56%;
	float: left;
	margin-left: 15px
}
.mlistproduct2 ul li p a {
	display: block;
	color: #317fcc;
	background: url(/images/title4.jpg) left center no-repeat;
	padding-left: 5px;
	width: 44%;
	float: left;
}
.mlistproduct2 ul li p a:hover {
	text-decoration: underline;
}
.mcpfenlei {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}
.mcpfenlei a {
	width: 24%;
	height: 30px;
	line-height: 30px;
	background: #3e5fae;
	color: #fff;
	display: inline-block;
}
.mindex_pro {
	width: 98%;
	margin: 0 auto;
	color: #FFF;
	overflow: hidden;
}
.mindex_pro ul li {
	margin: 0px auto;
	line-height: 50px;
	text-align: center;
	width: 33%;
	float: left;

	/*border: 1px solid #dfdfdf;

	border-radius: 10px;

	-moz-border-radius: 10px;

	-webkit-border-radius: 10px;

	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));

	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);Firefox;*/

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#efefef, endColorstr=#f0f0f0, grandientType=0);
}
.mindex_proyoushi {
	background: url(../images/proyoushibj.jpg) no-repeat center top;
	padding: 30px 10px;
}
.mindex_title02 {
	color: #fff;
	text-align: center;
}
.mindex_title02 p {
	font-weight: 700;
	font-size: 22px;
	padding-bottom: 10px;
}
.mindex_title02 span {
	line-height: 24px;
}
.mlist-wrap {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.mlist-wrap ul {
	text-align: center;
}
.mlist-wrap li {
	width: 31%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255,255,255,0.09);
	padding-top: 15px;
	text-align: center;
	height: 85px;
	margin: 1% .5%;
	display: inline-block;
	border-radius: 6px;/*	float: left;*/

}
.mlist-wrap li .ico {
	display: block;
	height: 45px;
	width: 87px;
	margin: 0 auto;
}
.mlist-wrap li .ico img {
	width: 60px;
}
.mlist-wrap li .tit {
	line-height: 36px;
	font-size: 12px;
	color: #fff;
}
.mabout {
	width: 100%;
	margin: 0 auto;
	word-break: break-all;
}
.mnewsmain {
	width: 100%;
	margin: 2% 0;
	padding: 0;
}
.mnewsmain p {
	line-height: 1.8em;
}
.mnewsmain h3 {
	padding: 0;
	margin: 5PX 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	display: block;
	height: 20px;
	line-height: 20px;
}
.mnewsmain li {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #c3c1c1;
}
.mnewsmain li a {
	height: 40px;
	color: #666;
	line-height: 40px;
}
.mteshu a {
	float: left;
	width: 50%;
	line-height: 3;
	padding: 0 7% 0 3%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.mline {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background: #3e5fae;
	height: 4px;
	margin-top: 10px;
	clear:both;
}
.mfoot {
	background: #444;
	padding-top: 10px;
	height: 100px;
	line-height: 30px;
	text-align: center;
	color: #999;
	clear:both;
}
#mbottom {
	position: fixed;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 50px;
	bottom: 0;
	/*	border-top: #fff solid 2px;*/
	background: #3e5fae;
	z-index: 999;
}
#mbottom ul {
	height: 45px;
	line-height: 45px
}
#mbottom ul li {
	width: 25%;
	float: left;
	color: #FFF
}
#mbottom ul li dl {
	width: auto;
	margin: 0 auto;
	border-right: 1px solid #3252a0;
	box-shadow: 1px 0px 0 #4668b9;
	text-align: center
}
#mbottom ul li dt {
	width: auto;
	height: 28px;
	overflow: hidden;
	line-height: 38px;
}
#mbottom ul li dt .demo-icon {
	color: #fff;
	font-size: 1.5em;
}
#mbottom ul li dd {
	width: auto;
	height: 22px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.mmain {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    background: #fff;
	color: #666;
}
/* Banner */

 

.mswipe {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center
}
.mswipe ul {
	-webkit-transition: left 800ms ease-in 0;
	-moz-transition: left 800ms ease-in 0;
	-o-transition: left 800ms ease-in 0;
	-ms-transition: left 800ms ease-in 0;
	transition: left 800ms ease-in 0;
}
.mswipe li img {
	width: 100%;
	display: block;
}
.mswipe #pagenavi {
	position: absolute;
	left: 0;
	bottom: 5px;
	text-align: right;
	width: 100%;
	/*background:rgba(102,102,102,0.8);*/

	height: 20px;
	line-height: 20px;
}
.mswipe #mpagenavi a {
	width: 20px;
	height: 5px;
	line-height: 99em;
	background: #fff;
	margin: 0 4px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
.mswipe #mpagenavi a.active {
	background: #ca0000;
}
#mbtn_prev, #btn_next {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 35%;
	background: url(../images/sprite.png) no-repeat 0 0;
	cursor: pointer;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	filter: alpha(Opacity=20);
}
#mbtn_prev {
	left: 0;
}
#mbtn_next {
	right: 0;
	background-position: right top;
}
#top-back {
	position: fixed;
	right: 20px;
	bottom: 80px;
	width: 60px;
	height: 60px;
	z-index: 9999;
}
#top-back i {
	font-size: 3.5em;
	color: #111;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding-top: 5px;
}
.mflc i {
	color: #3e5fae;
}
.mflc {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	color: #666;
	width: 97%;
	clear: both;
	display: inline-block;
	background-size: 100% 100%;
	padding: 0 0 0 3%;
	font-weight: bold;
	border-bottom: 2px solid #f1f1f1;
	background: #f6f6f6;
}
.mflc .fr {
	color: #999;
	margin-right: 3%;
	font-size: 12px;
}
.mflc a {
	color: #fff;
}
.mflc a:hover {
/*	color: #fff;*/
}
.mbtn-back {
	width: 30%;
	margin: 12px auto;
}
.msubpage {
	width: 100%;
	margin: 3% 0
}
.mclass {
	width: 100%;
	top: 45px;
	position: absolute;
	z-index: 15;
	display: none
}
.mclass li {
	background: none repeat scroll 0 0 #222;
	border-bottom: 1px solid #111;
	box-shadow: 0 1px 0 #333;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 1px;
	width: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.mmclass li a {
	display: block;
	width: 99%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	color: #fff;
	text-indent: 12px;
	font-weight: normal
}
/* 通用分页样式 */

.mpages {
	height: 36px;
	padding: 20px;
	margin-top: 30px;
	clear: both;
}
.mpages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.mpages ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.mpages li {
	display: inline-block;
	margin-right: 8px;
}
.mpages li a {
	display: block;
	padding: 0 15px;
	border: 1px solid #e1e1e1;
	height: 28px;
	line-height: 28px;
	color: #666;
}
.mpages li a:hover {
	border: 1px solid #ca0000;
	background: #ca0000;
	color: #fff;
	text-decoration: none;
}
.mpages li span {
	display: block;
	border: 1px solid #e1e1e1;
	height: 28px;
	line-height: 28px;
	color: #c4c4c4;
	padding: 0 10px;
}
.mpages .current a {
	border: 1px solid #ca0000;
	background: #ca0000;
	color: #fff;
}
.mlistproduct {
	margin: 0 auto;
	width: 98%;
}
.mlistproduct ul li {
	float: left;
	margin-right: 5px;
	display: inline;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 2em;
}
.mlistproduct ul li img {
	border: 1px solid #e1e1e1;
	float: left;
	padding: 3px;
	width: 45%;
}
.mlistproduct ul li p {
	width: 45%;
	float: left;
	margin-left: 15px
}
.mlistproduct ul li p a {
	display: block;
	color: #317fcc;
	background: url(/images/title4.jpg) left center no-repeat;
	padding-left: 10px;
}
.mlistproduct ul li p a:hover {
	text-decoration: underline;
}
.mlistproduct2 {
	margin: 0 auto;
	width: 98%;
}
.mlistproduct2 ul li {
	float: left;
	margin-right: 5px;
	display: inline;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 2em;
}
.mlistproduct2 ul li img {
	border: 1px solid #e1e1e1;
	float: left;
	padding: 3px;
	width: 36%;
}
.mlistproduct2 ul li p {
	width: 56%;
	float: left;
	margin-left: 15px
}
.mlistproduct2 ul li p a {
	display: block;
	color: #317fcc;
	background: url(/images/title4.jpg) left center no-repeat;
	padding-left: 5px;
	width: 44%;
	float: left;
}
.mlistproduct2 ul li p a:hover {
	text-decoration: underline;
}
/* view */

.msubpage img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.msubpage h1 {
	margin: 0;
	font: 600 18px/50px Century Gothic, "微软雅黑", sans-serif, Arial;
	word-wrap: break-word;
	;
	color: #164e7c;
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #bcd0ff;
	margin-bottom: 8px;
}
.mfull {
	padding: 10px;
	border-bottom: 1px solid #eceef0;
}
.mfull h2 {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 5px;
	margin-bottom: 4px;
}
.mfull .thumb {
	width: 75px;
	height: 55px;
	line-height: 51px;
	padding: 1px;
	background: #e9f1f4;
	border: 1px solid #e0e0e0;
	float: left;
	text-align: center;
}
.mfull .thumb img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.mfull p {
	padding: 0 0 0 5px;
	line-height: 17px;
	font-size: 0.8125em;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 34px;
	color: #878c92;
}
.mcontent {
	padding: 10px;
	line-height: 26px;
	font-size: 12px !important;
	word-wrap: break-word;
}
.mcontent2 {
	padding: 10px;
	line-height: 26px;
	font-size: 12px !important;
}
.mcontent2 p {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}
.mcontent2 img {
	text-align: center;
	max-width: 93% !important;
	height: auto !important;
	float: none !important;
	display: block;
}
.mcontent h2 {
	text-align: center;
	font-size: 14px !important;
	color: #3252a0;
	border-bottom: 1px dashed #d1d1d1;
	line-height: 26px;
	margin-bottom: 5px;
	margin-top: 30px;
	padding-bottom: 10px;
}
.mprotable table {
	border: 1px solid #e9e9e9 !important;
	border-collapse: collapse !important;
	width: 100% !important;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 6px !important;
	line-height: 18px;
}
.mprotable .techpro {
	color: #5697d9
}
.mprotable table tr {
	font-size: 6px !important;
}
.mprotable table td {
	padding: 4px !important;
}
.mage_li_about table td {
	padding: 10px !important;
}
.mcontent img {
	text-align: center;
	max-width: 100% !important;
	height: auto !important;
	float: none !important;
	display: block;
  margin: 0 auto;
}
.mcontent embed {
	text-align: center;
	max-width: 100% !important;
	height: 280PX !important;
	z-index: 1;
}
.mtime {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
.mviewpage {
	width: 100%;
	margin-top: 34px;
	display: inline-block;
}
.mviewpage a {
	display: inline-block;
	width: 98.8%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	padding: 1% 0.6%;
	margin-bottom: 8px;
	background: #388ce5;
	color: #fff
}
.mviewpage font {
	color: #fff;
}
.mprenext {
	width: 90%;
	height: 50px;
	margin: 10px auto
}
.mprenext ul li {
	float: left;
	width: 49%;
	height: 50px;
	line-height: 50px;
	background: #f0f0f0;
	text-align: center;
	border: 1px #CCCCCC solid
}
/*文章页*/
.mcontent {
	padding: 10px;
    line-height: 26px;
    font-size: 12px !important;
    word-wrap: break-word;
	color: #666;
}
.mcontent h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 5px;
  text-align: center;
}
.mcontent h3 .jsq {
	color: #999999;
	float: right;
	font-size: 14px;
	font-weight: normal;
	margin-top: 2px;
	text-align: center;
}
.mcontent .houseId {
	color: #666;
	font-size: 12px;
}
.mcontent .money {
	color: #4081d6;
	overflow: hidden;
}
.mcontent .money span {
	float: left;
}
.mcontent .money .downPriceFlag {
	font-size: 12px;
	margin-right: 5px;
	margin-top: 8px;
}
.mcontent .money .bigPrice {
	font-size: 24px;
}
.mcontent .housedetail {
	color: #666;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin-left: -12px;
}
.mcontent .housedetail span {
	border-right: 1px solid #e4e4e4;
	padding: 0 10px;
}
.mcontent .housedetail span:last-child {
	border-right: 0 none;
}
.mcontent .labelbox {
	margin-top: 15px;
}
.mcontent .labelbox span {
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	padding: 2px 5px;
	text-align: center;
}
.mcontent .labelbox .zy {
	background: #4081d6 none repeat scroll 0 0;
	border: 1px solid #4081d6;
	color: #fff;
}
.mcontent .labelbox .mw {
	border: 1px solid #4081d6;
	color: #4081d6;
}
.mcontent .labelbox .dt {
	border: 1px solid #edba11;
	color: #edba11;
}
.mcontent .labelbox .jxx {
	border: 1px solid #f68c36;
	color: #f68c36;
}
.mmcontent .labelbox .xs {
	border: 1px solid #ed7474;
	color: #ed7474;
}
.content .labelbox .tt {
	border: 1px solid #69b170;
	color: #69b170;
}
.mcontent .labelbox .dj {
	border: 1px solid #f99f56;
	color: #f99f56;
}
.mcontent .labelbox .me {
	border: 1px solid #86c955;
	color: #86c955;
}
.mcontent .titlecon {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	margin-top: 10px;
	padding-bottom: 18px;
	padding-top: 8px;
	overflow: hidden;
}
.mcontent .titlecon li {
	margin-top: 10px;
	float: left;
	width: 49%;
	overflow: hidden
}
.mcontent .titlecon li div {
	flex: 1 1 0;
	font-size: 14px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mcontent .titlecon li div a {
	border: 1px solid #4081d6;
	border-radius: 9px;
	color: #4081d6;
	line-height: 19px;
	margin-left: 5px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}
.mcontent .titlecon li div span.c999 {
	color: #999;
	margin-right: 5px;
}
.mcontent .areaAround {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 5%;
	padding-top: 5%;
}
.mcontent .areaAround .around {
	overflow: hidden;
	width: 100%;
}
.mcontent .areaAround .around .wk_iconfont {
	color: #d8d8d8;
	float: left;
	font-size: 16px;
	margin-right: 7px;
	margin-top: 8px;
}
.mcontent .areaAround .around .aroundTitle {
	color: #999999;
	float: left;
	font-size: 16px;
	margin-right: 10px;
	margin-top: 8px;
}
.mcontent .areaAround .around .listContent {
	float: left;
	line-height: 18px;
	margin-top: 12px;
	width: 75%;
}
.mcontent .salesbox {
	border-bottom: 1px solid #ebebeb;
	margin-top: 18px;
}
.mcontent .salesbox h4 {
	font-weight: bold;
	margin-bottom: 4px;
	height: 40px;
	LINE-HEIGHT: 40PX;
	BACKGROUND: #F6F6F6;
	PADDING: 0 0 0 20PX;
	BORDER-BOTTOM: #E1E1E1;
	margin-bottom: 20px;
}
.mcontent .salesbox h4 .report {
	border: 1px solid #e4e4e4;
	border-radius: 9px;
	color: #999999;
	float: right;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	width: 47px;
}
.mcontent .salesbox p {
	font-size: 14px;
	margin-bottom: 5px;
}
.mcontent .district {
	padding-bottom: 20px;
	padding-top: 20px;
}
.mcontent .district .title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 14px;
	text-align: center;
}
.mcontent .district .communityContent {
	background-color: #f5f5f5;
	display: block;
	overflow: hidden;
	padding: 3%;
	position: relative;
}
.mcontent .district .communityContent .communityPic {
	float: left;
	margin-right: 10px;
}
.mcontent .district .communityContent .communityPic img {
	display: block;
	height: 80px;
	width: 120px;
}
.mcontent .district .communityContent .description {
	float: left;
	height: 80px;
	width: 53%;
}
.mcontent .district .communityContent .description p {
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.mcontent .district .communityContent .description .communityName {
	font-size: 16px;
}
.mcontent .district .communityContent .description .communityAddr {
	font-size: 14px;
	margin-top: 10px;
}
.mcontent .district .communityContent .description .communityOthers {
	font-size: 14px;
	margin-top: 4px;
}
.mcontent .district .communityContent .jiantou {
	color: #d8d8d8;
	display: block;
	font-size: 10px;
	position: absolute;
	right: 8px;
	top: 46px;
}
.mcontent2 * {
	font-size: 12px !important;
}
.mcontent * {
	font-size: 12px !important;
}
.mcontent table {
	width: 100% !important;
	border: 1px solid #fff !IMPORTANT;
	border-collapse: collapse !IMPORTANT;
	font-size: 12px !important;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 16px;
	text-align: left;
}
.mcontent table td {
	border: 1px solid #e1e1e1 !IMPORTANT;
	padding: 4px !IMPORTANT;
	color: #333;
}
/*分类列表*/



.CategoryLista {
}
.CategoryLista > li > a {
	height: 3.031em;
	line-height: 3.031em;
	display: block;
	color: #666;
	background: #f9f9f9;
	padding: 0 1.125em;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #fff;
	font-size: 1.125em;
}
.CategoryLista li i {
	float: right;
	color: #a1a1a1;
	font-weight: bold;
	font-size: 0.8em;
	font-style: normal
}
.CategoryLista > li li a {
	height: 3.031em;
	line-height: 3.031em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #666;
	background: #fff;
	padding: 0 2.062em;
	border-bottom: 1px solid #cfcbc1;
	border-top: 1px solid #fff;
	font-size: 1em;
}
.CategoryLista li:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.CategoryLista .icon-arrow-down {
	color: #f90;
}
.CategoryLista > li > ul >li >ul {
	padding: 0 1.125em;
}
.CategoryLista > li > .list1, .CategoryLista > li > .list1 li ul {
	display: none;
}
.weblist2 ul {
	padding: 10px 0 20px 0;
	overflow: hidden;
}
.weblist2 li {
	width: 45%;
	height: 50px;
	float: left;
	margin: 2%;
	background: #efefef;
	line-height: 50px;
	font-size: 12px;
}
.weblist2 li img {
	width: 25px;
	margin: 0 5px;
	padding-left: 0px
}
.weblist2 li a {
	color: #333;
	font-weight: normal;
	display: block;
	width: 100%;
	height: 100%;
}
.weblist ul {
	padding: 10px 0 20px 0;
	overflow: hidden;
}
.weblist li {
	width: 45%;
	height: 40px;
	float: left;
	margin: 2%;
	background: #FFF;
	line-height: 40px
}
.weblist li img {
	width: 20px;
	margin: 0 5px;
	padding-left: 10px
}
.weblist li a {
	color: #666;
	font-weight: normal;
	display: block;
	width: 100%;
	height: 100%
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	/* -webkit-border-radius: .5em;

    -moz-border-radius: .5em;

    border-radius: .5em;*/

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.white {
	color: #606060;
	border: solid 1px #f1f1f1;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.disnone {
	display: none;
}
.mbtn-back {
	width: 30%;
	margin: 12px auto;
}
.mbtn-b {
	background: #ca0000;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 34px;
	border-radius: 5px;
}
.mbtn-b a {
	color: #fff;
	display: block;
}
.mfw_yuanli {
	padding: 10px;
	line-height: 26px;
	font-size: 12px !important;
}
.mfw_yuanli img {
	width: 100%;
}
.mInpageTitle {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
}
.mInpageTitle h2 {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	margin-top: -5px;
}
.mInpageTitle p {
	font-size: 16px;
	text-transform: uppercase;
	color: #eee;
	font-weight: 100;
}
.mfeyuanli_con {
}
.mfeyuanli_con img {
	width: 99%;
}
.mfw_yuanli h3 {
	margin: 0;
	color: #3e5fae;
}
.mtiqu {
	text-align: center;
	overflow: hidden;
}
.mtiqu .tiqu01 {
	width: 60px;
	text-align: center;
	margin: 10px 10px;
	display: inline-block;
}
.mtiqu .tiqu01 img {
	border: 1px solid #3e5fae;
	border-radius: 50%;
	width: 60px;
}
.mtiqu .tiqu01 p {
	font-size: 14px;
	color: #333;
}
.mfw_wenhua {
	padding: 10px;
	line-height: 26px;
	font-size: 12px !important;
	background: #f8f8f8;
}
.mfw_wenhua img{
	width: 100%;
}
.mdb{display:block;}
.db{display:none;}
.search{display:none}
.l{float:inherit}
.r{float:inherit}
.slideBox .bd li {
    height: 380px;
}
.slideBox .hd li{display:none;}
.lf_n{display:none;}
.cpright {
	display:none;
}
.cndns-right{display:none;}
.leftnav{display:none;}
#scrollnav{display:none;}
.index_pro{display:none;}
.index_proyoushi{display:none;}
.index_case{display:none;}
.index_about{display:none;}
.index_youshi{display:none;}
.index_news{display:none;}
.index_huoban{display:none;}
.footer{display:none;}
.footer05{display:none;}
.topadcs{display:none;}
.news_list{display:none;}
.linkUs_con1{display:none;}
.lxliuyan{display:none;}
.about_adv{display:none;}
.linkUs_con1{display:none;}
.index_banner{display:none;}
._banner{display:none;}
.head {
    background: #ffffff;
}
.h_tel02 p {
	color: #3e5fae;
}
.logodong03{display:none;}
.logos{display:none;}

}
@media screen and (min-width: 1199px) {
.head {
    background-image:url(../images/logobg.png);
  
}
/*.h_logowen{padding-left:10px;margin-left:50px;width: 250px;}*/
/*.h_dingwei {width: 353px;margin: 30px 0 0 90px;}*/
.h_tel02 span{color:#ffffff;}
.h_tel02 p {
	color: #ffffff;
}
.logodong02{display:none;}
.head_nnav{display:none;}
.h_logowen{display:none;}
.h_dingwei{display:none;}

.wrap {
    padding-bottom: 30px;
}
.db{display:block;}
.mdb{display:none;}
/*.slideBox .bd li {
    height: 730px;
}*/

.pro_r{/* float:right; */width: 990px;height:auto;margin:0;border:1px solid #e4e4e4;border-top:none;padding:0 0 15px 0;display:inline;overflow:hidden;}
.pro_r_t{float:left;width:990px;height:35px;margin:0;padding:0;/* background:url(../images/t_bg2.gif) repeat-x; */display:inline;overflow:hidden;}
.pro_r_t p{float:left;width:134px;height:35px;font-size:14px;text-align:center;line-height:35px;margin:0;padding:0;background:url(../images/t_bg.gif) repeat-x;display:inline;overflow:hidden;}
.pro_r_t p a{color:#fff;}
.pro_r_t p a:hover{color:#fff;}
.pro_r_t span{float:right;width:auto;height:35px;line-height:35px;margin:0 10px 0 0;padding:0;display:inline;overflow:hidden;}
.pro_r_t span a{color:#4c4c4c;}
.pro_r_t span a:hover{color:#ca0000;}
.pro_r_n{float:left;width:1000px;height:auto;margin:0;padding:0;display:inline;overflow:hidden;}
.prorge{float:left;width:305px;margin:35px 0 0 0px;padding:0;display:inline;overflow:hidden;}
.prorgeimg{float:left;width:154px;height:auto;margin:0;padding:0;display:inline;overflow:hidden;}
.prorgeimg img{float:left;width:154px;height:auto;margin:0;padding:0;display:inline;overflow:hidden;}
.prorger{float:left;width:149px;margin:0;padding:0;display:inline;overflow:hidden;}
.prorger_t{float:left;width:149px;height:35px;line-height:35px;font-size:14px;margin:0;padding:0;text-align:center;background:#3e5eb0;display:inline;overflow:hidden;border-radius: 0px 10px 0 0;}
.prorger_t a{color:#FFF;}
.prorger_t a:hover{color:#dee3ef;}
.prorger_n{float:left;width:148px;height:215px;padding: 30px 0;padding:0;border:1px #dcdcdc dashed;border-left:none;border-top:none;display:inline;overflow:hidden;}
#black{text-decoration:none;color:black;}
.prorger_nn{float:left;width:138px;height:168px;line-height:24px;margin:5px 5px 0 10px;padding:0;display:inline;overflow:hidden;font-size: 14px;}
.prorger_nn p{margin:0;padding:0;display:inline;overflow:hidden;}
.prorger_nmore{float:left;width:82px;height:24px;line-height:22px;text-align:center;margin:10px 33px 0 33px ;padding:0;display:inline;overflow:hidden;}
.prorger_nmore a{float:left;width:80px;height:22px;color:#d2d2d2;border:1px #dcdcdc dashed;margin:0;padding:0;display:inline;overflow:hidden;}
.prorger_nmore a:hover{float:left;width:80px;height:22px;color:#ca0000;border:1px solid #ca0000;margin:0;padding:0;display:inline;overflow:hidden;}
.mbnav{display:none;}
.mmain{display:none;}
.cpright{

    width: 75%;;
    padding: 0 25px;
    background: #fff;
    float: right;
}
.pro_list ul li {
    display: block;
    float: left;
    width: 273px;
    margin: 0 10px 20px;
}



}
@media(min-width:1441px) {
.slideBox .bd li {
		height: 730px
	}
}
@media(max-width:1440px) {
#nonenavs{visiblity:hidden;}
#nonenav{visiblity:hidden;}
nAccordionss{display:none;}
.slideBox .bd li {
		height: 520px
	}
}
@media(max-width:1024px) {
.slideBox .bd li {
		height: 380px
	}
.mmain{width: 100%;max-width: 1024px;}
.mline{width: 100%;max-width: 1024px;}
#mbottom{width: 100%;max-width: 1024px;}
}
@media(max-width:768px) {
.slideBox .bd li {
		height: 340px
	}
}

@media(max-width:740px) {
.slideBox .bd li {
		height: 300px
	}
}

@media(max-width:480px) {
.slideBox .bd li {
		height: 260px
	}
}

@media(max-width:420px) {
.slideBox .bd li {
		height: 220px
	}
}

@media(max-width:360px) {
.slideBox .bd li {
		height: 200px
	}
}


@media screen and (max-width: 767px) {
.table-responsive {
	overflow-y: hidden;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive >.table {
	margin-bottom: 0;
}
.table-responsive >.table >thead >tr >th, .table-responsive >.table >tbody >tr >th, .table-responsive >.table >tfoot >tr >th, .table-responsive >.table >thead >tr >td, .table-responsive >.table >tbody >tr >td, .table-responsive >.table >tfoot >tr >td {
	white-space: nowrap;
}
.table-responsive >.table-bordered {
	border: 0;
}
.table-responsive >.table-bordered >thead >tr >th:first-child, .table-responsive >.table-bordered >tbody >tr >th:first-child, .table-responsive >.table-bordered >tfoot >tr >th:first-child, .table-responsive >.table-bordered >thead >tr >td:first-child, .table-responsive >.table-bordered >tbody >tr >td:first-child, .table-responsive >.table-bordered >tfoot >tr >td:first-child {
	border-left: 0;
}
.table-responsive >.table-bordered >thead >tr >th:last-child, .table-responsive >.table-bordered >tbody >tr >th:last-child, .table-responsive >.table-bordered >tfoot >tr >th:last-child, .table-responsive >.table-bordered >thead >tr >td:last-child, .table-responsive >.table-bordered >tbody >tr >td:last-child, .table-responsive >.table-bordered >tfoot >tr >td:last-child {
	border-right: 0;
}
.table-responsive >.table-bordered >tbody >tr:last-child >th, .table-responsive >.table-bordered >tfoot >tr:last-child >th, .table-responsive >.table-bordered >tbody >tr:last-child >td, .table-responsive >.table-bordered >tfoot >tr:last-child >td {
	border-bottom: 0;
}
}
/* btn */

.btn {
	font-size: inherit;
	font-weight: normal;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}
.btn:hover, .btn:focus, .btn.focus {
	text-decoration: none;
	color: #333;
}
.btn:active, .btn.active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=65);
}
.btn-default {
	color: #333;
	border-color: #ccc;
	background-color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open >.dropdown-toggle.btn-default {
	color: #333;
	border-color: #adadad;
	background-color: #e6e6e6;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	border-color: #ccc;
	background-color: #fff;
}
.btn-primary {
	color: #fff;
	border-color: #2e6da4;
	background-color: #337ab7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open >.dropdown-toggle.btn-primary {
	color: #fff;
	border-color: #204d74;
	background-color: #286090;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	border-color: #2e6da4;
	background-color: #337ab7;
}
.btn-success {
	color: #fff;
	border-color: #4cae4c;
	background-color: #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open >.dropdown-toggle.btn-success {
	color: #fff;
	border-color: #398439;
	background-color: #449d44;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	border-color: #4cae4c;
	background-color: #5cb85c;
}
.btn-info {
	color: #fff;
	border-color: #46b8da;
	background-color: #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open >.dropdown-toggle.btn-info {
	color: #fff;
	border-color: #269abc;
	background-color: #31b0d5;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	border-color: #46b8da;
	background-color: #5bc0de;
}
.btn-warning {
	color: #fff;
	border-color: #eea236;
	background-color: #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open >.dropdown-toggle.btn-warning {
	color: #fff;
	border-color: #d58512;
	background-color: #ec971f;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	border-color: #eea236;
	background-color: #f0ad4e;
}
.btn-danger {
	color: #fff;
	border-color: #d43f3a;
	background-color: #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open >.dropdown-toggle.btn-danger {
	color: #fff;
	border-color: #ac2925;
	background-color: #c9302c;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	border-color: #d43f3a;
	background-color: #d9534f;
}
.btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	text-decoration: underline;
	color: #23527c;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	text-decoration: none;
	color: #777;
}
.btn-lg {
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	padding: 0 16px;
*height: 48px;
}
.btn-sm {
	font-size: 12px;
	height: 28px;
	line-height: 24px;
	padding: 0 10px;
}
.btn-xs {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.btn-block +.btn-block {
	margin-top: 5px;
}
.btn .jon, .form-mark .jon {
	line-height: 1.2;
	margin: 0;
	vertical-align: baseline;
}
input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block {
	width: 100%;
}
/* form */

.form-control {
	line-height: 34px;
	height: 34px;
	padding: 0 10px;
	display: block;
	width: 100%;
	-webkit-transition: border-color ease-in-out 0.1s;
	box-sizing: border-box;
	vertical-align: middle;
	transition: border-color ease-in-out 0.1s;
	color: #555;
	border: 1px solid #ccc;
	background: #fff;
*padding: 0;
}
 .form-control::-moz-placeholder {
opacity: 1;
color: #999;
}
 .form-control:-ms-input-placeholder {
color: #999;
}
 .form-control::-webkit-input-placeholder {
color: #999;
}
.form-control.blank {
	border-width: 0 0 1px 0;
	background: none;
}
.form-control.blank:focus {
	box-shadow: none;
	border-radius: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	opacity: 1;
	background-color: #eee;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
select.form-control {
	padding: 0 8px;
}
input[type='search'] {
	-webkit-appearance: none;
}
.form-group {
	margin-bottom: 14px;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label, .checkbox label {
	font-weight: normal;
	min-height: 20px;
	margin-bottom: 0;
	padding-left: 20px;
	cursor: pointer;
}
.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
	float: left;
	margin-left: -20px;
	margin-top: 5px;
*margin-top: -2px;
}
.radio +.radio, .checkbox +.checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	font-weight: normal;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 20px;
	cursor: pointer;
	vertical-align: middle;
}
.radio-inline +.radio-inline, .checkbox-inline +.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type='radio'][disabled], input[type='checkbox'][disabled], input[type='radio'].disabled, input[type='checkbox'].disabled, fieldset[disabled] input[type='radio'], fieldset[disabled] input[type='checkbox'] {
	cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	height: 34px;
	line-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}
.input-sm {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
}
select.input-sm {
	padding: 0 .5em;
}
textarea.input-sm, select[multiple].input-sm {
	height: auto;
}
.form-group-sm .form-control {
	font-size: 12px;
	line-height: 1.5;
	height: 30px;
	padding: 5px 10px;
}
select.form-group-sm .form-control {
	line-height: 30px;
	height: 30px;
}
textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	font-size: 12px;
	line-height: 1.5;
	height: 30px;
	min-height: 32px;
	padding: 5px 10px;
}
.input-lg {
	font-size: 18px;
	line-height: 46px;
	height: 46px;
}
select.input-lg {
	line-height: 46px;
	height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
	height: auto;
}
.form-group-lg .form-control {
	font-size: 18px;
	line-height: 1.3333333;
	height: 46px;
	padding: 10px 16px;
}
select.form-group-lg .form-control {
	line-height: 46px;
	height: 46px;
}
textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	font-size: 18px;
	line-height: 1.3333333;
	height: 46px;
	min-height: 38px;
	padding: 10px 16px;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
*padding-right: 0;
}
.control-label {
	font-weight: bold;
}
.form-control-feedback {
	line-height: 34px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	pointer-events: none;
}
.input-lg +.form-control-feedback {
	line-height: 46px;
	width: 46px;
	height: 46px;
}
.input-sm +.form-control-feedback {
	line-height: 30px;
	width: 30px;
	height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #d33835;
}
.has-error .form-control {
	border-color: #d33835;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #d33835;
	border-color: #d33835;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #d33835;
}
.has-feedback label ~.form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~.form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .form-control-static {
	display: inline-block;
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
	width: auto;
}
.form-inline .input-group >.form-control {
	width: 100%;
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio label, .form-inline .checkbox label {
	padding-left: 0;
}
.form-inline .radio input[type='radio'], .form-inline .checkbox input[type='checkbox'] {
	position: relative;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.4em;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .control-label {
	margin-bottom: 0;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: right;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
.form-horizontal .form-group-lg .control-label {
	padding-top: 14.333333px;
}
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
}
.form-mark {
	display: inline-block;
	margin: 0 0.3em;
}
big.form-mark {
	font-size: 1.5em;
}
.input-group {
	position: relative;
	overflow: hidden;
	border-collapse: separate;
*zoom:1;
}
.input-group[class*='col-'] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	width: auto;
}
.input-group-lg >.form-control, .input-group-lg >.input-group-addon, .input-group-lg >.input-group-btn >.btn {
	font-size: 18px;
	line-height: 1.3333333;
	height: 46px;
	padding: 10px 16px;
}
select.input-group-lg >.form-control, select.input-group-lg >.input-group-addon, select.input-group-lg >.input-group-btn >.btn {
	line-height: 46px;
	height: 46px;
}
textarea.input-group-lg >.form-control, textarea.input-group-lg >.input-group-addon, textarea.input-group-lg >.input-group-btn >.btn, select[multiple].input-group-lg >.form-control, select[multiple].input-group-lg >.input-group-addon, select[multiple].input-group-lg >.input-group-btn >.btn {
	height: auto;
}
.input-group-sm >.form-control, .input-group-sm >.input-group-addon, .input-group-sm >.input-group-btn >.btn {
	font-size: 12px;
	line-height: 1.5;
	height: 30px;
	padding: 5px 10px;
}
select.input-group-sm >.form-control, select.input-group-sm >.input-group-addon, select.input-group-sm >.input-group-btn >.btn {
	line-height: 30px;
	height: 30px;
}
textarea.input-group-sm >.form-control, textarea.input-group-sm >.input-group-addon, textarea.input-group-sm >.input-group-btn >.btn, select[multiple].input-group-sm >.form-control, select[multiple].input-group-sm >.input-group-addon, select[multiple].input-group-sm >.input-group-btn >.btn {
	height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	float: left;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon, .input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
}
.input-group-addon {
	font-size: 14px;
	font-weight: normal;
	padding: 0 1em;
	text-align: center;
	color: #555;
	border: 1px solid #ccc;
	border-left-width: 0;
	border-right-width: 0;
	background-color: #eee;
	height: 32px;
	line-height: 32px;
	border-right-width: 1px\9;
}
.input-group-addon.input-sm {
	font-size: 12px;
	padding: 5px 10px;
}
.input-group-addon.input-lg {
	font-size: 18px;
	padding: 10px 16px;
}
.input-group-addon input[type='radio'], .input-group-addon input[type='checkbox'] {
	margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child >.btn, .input-group-btn:first-child >.btn-group >.btn, .input-group-btn:first-child >.dropdown-toggle, .input-group-btn:last-child >.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child >.btn-group:not(:last-child) >.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
	border-left-width: 1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child >.btn, .input-group-btn:last-child >.btn-group >.btn, .input-group-btn:last-child >.dropdown-toggle, .input-group-btn:first-child >.btn:not(:first-child), .input-group-btn:first-child >.btn-group:not(:first-child) >.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
	border-right-width: 1px;
}
.input-group-btn {
	font-size: 14px;
	position: relative;
	white-space: nowrap;
}
.input-group-btn >.btn {
	position: relative;
}
.input-group-btn >.btn +.btn {
	margin-left: -1px;
}
.input-group-btn >.btn:hover, .input-group-btn >.btn:focus, .input-group-btn >.btn:active {
	z-index: 2;
}
.input-group-btn:first-child >.btn, .input-group-btn:first-child >.btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child >.btn, .input-group-btn:last-child >.btn-group {
	margin-left: -1px;
}
/* color */

.text-muted {
	color: #777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #f08400;
}
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #d33835;
}
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #337ab7;
}
a.bg-primary:hover {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
/*图标字体*/

@font-face {
	font-family: "jrico";
	src: url('../fonts/iconfont.eot'); /* IE9*/
	src: url('../fonts/iconfont.eot') 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- */
}
.ion {
	font-family: "jrico" !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .3em;
	font-size: 1.1em;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
