@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

body {
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial,
		"Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei",
		sans-serif;
	color: #333333;
	background: #fff;
}

html, body {
	-webkit-text-size-adjust: none;
}

* html{
	background-image: url(about:blank);
	background-attachment: fixed;
}

.jumbotron {
	background-color: #fff;
	/*border-bottom: 1px solid #ddd;*/
}

.navbar-inverse {
	background-color: #f5f5f5;
	border-color: 1px solid #cb3034;
}

.storagehelp {
	background-color: #f5f5f5;
	margin-top: 68px;
}

.banner {
	overflow: auto;
	width: 100%;
	height: 231px;
}

.banner li {
	list-style: none;
	width: 300%;
}

.banner ul li {
	float: left;
	width: 33%;
	min-height: 231px;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner .slider {
	width: 100%;
	height: 224px;
	display: inline-block;
}

.jumbotron {
	margin-top: 20px;
	position: relative;
	height: 224px;
}

.menu {
	line-height: 25px;
	height: 38px;
	overflow: hidden;
	cursor: pointer;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #bcc1c4;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.menu_selected {
	background: #cb3034;
	color: #fff;
}

.bigdata_menu{
	line-height: 25px;
	height: 38px;
	overflow: hidden;
	cursor: pointer;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
	font-size: 18px;
	background: #cb3034;
	color: #fff;
}

.footer {
	color: #777;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	background-color: #f5f5f5;
}

#test {
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #337ab7 transparent;
	font-size: 0;
	line-height: 0;
	margin-left: 5px;
}

#tooltip_content {
	min-height: 23px;
	min-width: 150px;
	border: 1px solid #337ab7;
	font-size: 12px;
	background-color: white;
	padding: 0 5px;
	-moz-border-radius: 5px; /* Gecko browsers */
	-webkit-border-radius: 5px; /* Webkit browsers */
	border-radius: 5px; /* W3C syntax */
}

#tooltip {
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
}

#version-body ul {
	padding-left: 40px;
}

.col5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
    width: 20%;
	float: left;
}
.L1title{
	color:#333333;
	font-family:'MicrosoftYaHei';
	font-weight:bold;
	margin-top:20px;
}

@media (max-width:1021px) {
	.col5 {
			width: 100%;
			float: left;
			
			
	}
	.L1title{
		font-size:15px;
		text-align:center;
	}
}
@media (min-width: 1022px) {
	.col5 {
			width: 20%;
			float: left;
		}
	.L1title{
		font-size:18px;
		text-align:left;
	}
}
.L2Text{
	margin-top:15px;
	margin-bottom:15px;
}
.L2Pic{
	margin-top:20px;
	text-align:center;
}