@charset "UTF-8";
/* CSS Document */

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}   
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
a:hover {
	text-decoration: none;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}
.img100 {
	width: 100%;
	height: auto;
}
.img70 {
	width: 70%;
	height: auto;
}
.mt3060 {
	margin-top: 30px;
	margin-bottom: 60px;
}
.mb60 {
	margin-bottom: 60px;
}
.red {
	color: #DE0003;
}
.bg-warning {
    background-color: #fcf8e3 !important;
}
.bg-danger {
    background-color: #f2dede !important;
}
.bg-white {
	background-color: #fff !important;
}
.border-red {
	border: solid 2px #DE0003;
}
.border-blue {
	border: solid 2px #07c;
}
.bg-info {
    background-color: #d9edf7 !important;
}
.blue {
	color: #07c;
}
.btn {
	white-space: normal;
	position: relative;
}
.btn span {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
}
.btn p {
	margin-right: 17px;
	margin-top: 0;
	margin-bottom: 0;
}
header {
	background-color:#333;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:10px;
}
header a {
	color:#fff;
}
.head-title {
	display: block;
	background-color: #fff;
	color: #000;
	margin-top: 0;
	padding: 21px 10px;
	text-align: center;
	font-size: 16px;font-weight: bold;
	border-bottom: solid 1px #ccc;
	margin-bottom: 0px;
}
footer {
	background-color: #07c;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin: 0 auto;
	position: fixed;
		bottom: 0;
}
footer a {
	color: #fff;text-decoration: none;
}
footer a:hover, footer a:active, footer a:visited {
	color: #fff;
	text-decoration: none;
}
.btn-blue {
	background-color: #C7E2FC;
	border: #07c 2px solid;
	color: #000;
	margin-bottom: 20px;
}
.title1 {
	background-color: #07c;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
h3 {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 2px #07c;
	margin-top: 30px;
	font-weight: bold;
}
.tac {
	text-align: center;
}
.maplink {
	margin-top: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.manual2 img, .manual3 img {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.manual2 ul, .manual3 ul {
	padding-left: 15px;
	margin-top: 10px;
}
.manual2 ol, .manual3 ol {
	padding-left: 15px;
	margin-top: 10px;
}
.manual2 ul li, .manual3 ul li {
	margin-top: 10px;
}
.manual2 ol li, .manual3 ol li {
	margin-top: 10px;
}
.manual2 ul li ul li, .manual3 ul li ul li{
	margin-top: 0;
}
.manual2 ol li ol li, .manual3 ol li ol li {
	margin-top: 0;
}
.manual2 .olmt0 li, .manual3 .olmt0 li{
	margin-top: 0;
}
.manual2 .olmt0 li, .manual3 .olmt0 li{
	margin-top: 0;
}
.manual2 h3 {
	font-size: 15px;
	background-color: #DE0003;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 30px;
	border-bottom: 0;
	line-height: 1.5;
}
.manual2 h3:first-child {
	margin-top: 0;
}
.manual3 h3 {
	font-size: 15px;
	background-color: #07c;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.manual3 h3:first-child {
	margin-top: 0;
}
.manual2 h4 {
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 2px #DE0003;
	margin-top: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.manual3 h4 {
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 2px #07c;
	margin-top: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.manual2 .well h4, .manual3 .well h4 {
	margin-top: 0;
}
.manual2 .well ol, .manual3 .well ol {
	margin-bottom: 0;
}
.manual2 .well ul, .manual3 .well ul {
	margin-bottom: 0;
}
.offline {
	background-color: #FF7D00;
	color: #fff;
	text-align: center;
	padding: 10px;
	
}
.offline img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: -4px;
}
@media (max-width:540px) {
	header {
		display: none;
	}
	.head-title {
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;font-weight: bold;
	border-bottom: solid 1px #ccc;
}
}