@charset "utf-8";
header nav.navbar-default {
	margin-top: 0!important;
}

header .banner {
	height: 400px;
}

header .banner ul li {
	height: 400px;
	display: block;
	background-size: auto;
	background-position: center;
}

.maintain {
	margin-bottom: 60px;
}

.maintain h2 {
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	margin: 40px 0;
	color: #333;
}

.maintain div.col-md-12{
	margin-bottom: 20px;
}

.maintain div.col-md-12 p {
	font-size: 16px;
	color: #333;
	text-align: center;
}

.maintain .col-md-4 ul {
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
	float: left;
	background: #fff;
	position: relative;
	border: solid 1px #e9e5e5;
	z-index: 9;
	-o-transition: box-shadow .3s linear, opacity .3s linear;
	-moz-transition: box-shadow .3s linear, opacity .3s linear;
	-webkit-transition: box-shadow .3s linear, opacity .3s linear;
	transition: box-shadow .3s linear, opacity .3s linear;
}

.maintain .col-md-4 ul li {
	list-style: none;
	width: 100%;
	margin: 0;
	float: left;
	color: #585858;
	font-family: "Microsoft YaHei", sans-serif;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 26px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #e9e5e5;
	position: relative;
}

.maintain .col-md-4 .pricing-table .pricing-heading {
	padding: 30px 0 30px 0;
	float: left;
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #00b4cc;
	border-bottom: 10px solid #00b4cc;
	-o-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.maintain .col-md-4 .pricing-table .pricing-number {
	margin-bottom: 10px;
	padding: 36px 26px 32px;
	float: left;
	font-size: 50px;
	font-weight: 300;
	color: #666;
	border-bottom: 1px dotted #e9e5e5;
}

.maintain .col-md-4 .pricing-table .pricing-action {
    padding: 20px 0;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #e9e5e5;
}

.maintain .col-md-4 .pricing-table .pricing-action a {
    padding: 10px 20px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    background: #00b4cc;
    color: #fff;
}

.maintain .col-md-4 .pricing-table.blue .pricing-heading {
    border-color: #005197;
    color: #005197;
}

.maintain .col-md-4 .pricing-table.blue .pricing-action a {
    background: #005197;
}

.maintain .col-md-4 .pricing-table.red .pricing-heading {
    border-color: #bf1520;
    color: #bf1520;
}

.maintain .col-md-4 .pricing-table.red .pricing-action a {
    background: #bf1520;
}

.maintain .col-md-4 .pricing-table:hover {
    box-shadow: 0 1px 30px #ccc;
    z-index: 10;
    opacity: 1 !important;
    -ms-filter: "alpha(opacity=100)" !important;
}

.cred {
	color: #bf1520;
}

.pricing-table .linet {
	text-decoration: line-through;
}