@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	overflow: auto;
	margin: 0px auto;
	font-family: "heiti";
	height: 100% ；
}

p {
	margin: 0 0 5px;
}

#rightcontent {
	overflow: hidden;
	bottom: 0px;
	position: relative;
	width: 100%;
}

#container {
	height: 100%;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

header a {
	color: white;
}

header a:HOVER {
	color: white;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-brand {
	color: white;
	font-size: 26px;
}

.navbar-brand img {
	display: inline;
	
}

.nav-tools {
	margin-top: 28px;
	float: right
}

.nav-tools a {
	font-size: 18px;
}

.nav-menu {
	margin-top: 10px;
	padding-left: 5px;
}

.nav-menu a {
	font-size: 18px;
	font-weight: 600
}

#rightcontent {
	padding: 0px;
}
 .nav-tabs{
 	    border:none;
 }
 	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
 	border:none;
 	border-bottom: 6px solid red;
     border-bottom-color: transparent red; 
 	}
/**********************************操作性卡片*************************************/
.operacard {
	position: relative;
	width: 100%;
	background-color: #f8f8f8;
	box-shadow: 0 5px 0 #e4e5e5;
	border-radius: 5px;
}

.operacard .card-logo {
	color: #2ab998;
}

.operacard .card-btn {
	background: #2ab998;
	border-color: #2ab998;
}

.operacard .card-type {
	background: #2ab998;
	border-color: #2ab998;
}

.operacard-active {
	background-color: white;
}

.operacard-active .card-logo {
	color: #df5828;
}

.operacard-active .card-btn {
	background: #df5828;
	border-color: #df5828;
}

.operacard-active .card-type {
	background: #df5828;
	border-color: #df5828;
}

.logocard {
	margin-top: 60px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #e3dfdf;
	box-shadow: 0px 0px 10px #e3dfdf;
}

.logocard-logo {
	
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margrin-top: -50px;
	border: 1px solid #e3dfdf;
	text-align: center;
	background: white;
	top: -50px;
	left: 28%;
	line-height: 100px;
	vertical-align: middle;
	position: relative;
}

.logocard-logo img {
	width: 100%;
	height: 100%
}

.logocard-banner {
	top: -40px;
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #2ab998;
	font-weight: bold;
}

.logocard-label {
	top: -25px;
	position: relative;
	text-align: center;
}

.logocard-label label {
	border: 1px solid #bec6e6 !important;
	color: #bec6e6 !important;
	background: white !important;
	border-radius: 10px !important;
}

.logocard-info {
	top: -10px;
	position: relative;
	text-align: center;
}

.info-content {
	padding: 2px 20px;
	border-bottom: 1px solid #ece8e8;
}

.logocard-footer {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	background: #e1dfdf;
	line-height: 40px;
	padding: 0 20px;
}

.yuanqufuwu {
	position: relative;
}

.yuanqufuwu1 {
	position: absolute;
	text-align: center;
	width: 20%;
	height: 26%;
	top: 19%;
	left: 27.5%;
	color: white;
}

.yuanqufuwu2 {
	text-align: center;
	position: absolute;
	width: 20%;
	height: 26%;
	top: 19%;
	left: 77%;
	color: white;
}

.yuanqufuwu3 {
	text-align: center;
	position: absolute;
	width: 20%;
	height: 26%;
	top: 55%;
	left: 40%;
	color: white;
}

.yuanqufuwu-title {
	font-size: 20px;
	font-weight: bold;
	display: block;
	color: #1debbb;
	margin-top: 20px;
}

.yuanqufuwu-logo {
	color: #1debbb;
	font-size: 40px;
	display: block;
	margin-top: 20px;
}

.index-title {
	height: 60px;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.index-title-info {
	position: absolute;
	left: 5px;
}

.index-title-color {
	position: absolute;
	left: 5px;
	width: 50px;
	height: 8px;
	bottom: 0px;
	background-color: #2ab998;
}

.index-title-content {
	position: absolute;
	right: 20px;
	font-size: 18px;
	color: #a8a8a8;
	line-height: 30px;
}