@charset "utf-8";
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #666;
}
.logo {
	padding:0;
}
#myCarousel {
	margin: 50px 0 0 0;
}
#navbar-collapse ul {
	margin-top:0;
}
.carousel-inner img {
	margin: 0 auto;
}
/*.carousel-control {
	font-size: 100px;
}*/
.tab1 {
	margin: 30px 0;
	color: #666;
}

.tab-h2 {
	font-size: 20px;
	color:#0059b2;
	text-align: center;
	letter-spacing: 1px;
}

.tab-p{
	color:#999;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;  /*字间距*/
	margin:20px 0 40px 0;
}

.tab1 .media-heading {
	margin:5px 0 15px 0;
}

/*内容区域*/
.tab1 .col {
	/*margin: 20px 0;*/
	padding: 20px;
}

.tab1 .muted {
	text-decoration: line-through; 
	color:#999;
}

.tab2 {
	background: #eee;
	text-align: center;
	padding: 60px 20px;
}
.tab2 img {
	width: 40%;
	height: 40%;
}

.tab3 {
	text-align: center;
	padding: 60px 20px;
}

.tab3 img {
	height: 65%;
	width: 65%;
}

.text h3 {
	font-size: 20px;
}

.text p {
	font-size: 14px;
}
.bor {  /*for test*/
	border: 1px solid #f00;
}
/* infomation.html */
.jumbotron {
	background-image: url(../../images/bg.jpg);
	margin: 50px 0 0 0;
	color: #ccc;
}
.jumbotron h1 {
	font-size: 26px;
}
.jumbotron h4 {
	font-size: 14px;
}

#infomation {
	padding: 40px 0;
	background-color: #eee;
	
}

.info-content {
	background-color: #fff;
	margin: 0 0 20px 0;
	box-shadow: 2px 2px 3px #ccc;
}

.info-content img {
	margin: 12px 0;
}

.info-content h4 {
	font-size: 14px;
	padding: 2px 0 0 0;
	color: #333;
}

.info-content p {
	line-height: 1.6;
}
.info-right {
	background-color: #fff;
	box-shadow: 2px 2px 3px #ccc;
}
.info-right blockquote {
	margin: 0;
	padding: 0;
}
.info-right h2 {
	font-size: 20px;
	color: #333;
	padding: 5px;
}
.info-right h4 {
	font-size: 16px;
	color: #333;
	padding: 2px 0 0 0;
	line-height: 1.6;
}

#case {
	text-align: center;
	padding: 40px 0;
	background-color: #eee;
}
#case h4 {
	color: #666;
}
#case p {
	color: #666;
	line-height: 1.6;
}

#about {
	/*text-align: center;*/
	padding: 40px 0;
	background-color: #eee;
}
#about a {
	color: #0059b2;
}
#about .about {
	background-color: #fff;
	box-shadow: 2px 2px 3px #ccc;
}
#about h3 {
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin: 0 0 10px 0;
}
#about p {
	line-height: 2;
	font-size: 14px;
}

#footer {
	text-align: center;
	font-size: 14px;
	background-color: #666;
	color: #eee;
	border-top: 1px solid #CCC;
	padding: 20px 10px;
}


/*xs 没有小于768px，是因为Bootstrap3以移动端优先设计*/
/*
格式：
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }

 */

/*sm 小屏幕 （平板：大于等于768px）*/
@media (min-width: 768px) {
	.tab-h2 {
		font-size: 26px;
	}
	.tab-p{
		font-size: 16px;
	}
	.text h3 {
		font-size: 22px;
	}

	.text p {
		font-size: 16px;
	}
	.tab2-img {
		float: right;
	}
	.tab2-text {
		float: left;
	}
	.jumbotron h1 {
		font-size: 28px;
	}
	.jumbotron h4 {
		font-size: 14px;
	}
	.info-content h4 {
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

/*md 中等屏幕 （桌面显示器：大于等于768px）*/
@media (min-width: 992px) {
	.tab-h2 {
		font-size: 28px;
	}
	.tab-p{
		font-size: 16px;
	}
	.text h3 {
		font-size: 24px;
	}

	.text p {
		font-size: 16px;
	}
	.tab2-img {
		float: right;
	}
	.tab2-text {
		float: left;
	}
	.jumbotron h1 {
		font-size: 28px;
		padding: 0 0 0 20px;
	}
	.jumbotron h4 {
		font-size: 16px;
		padding: 0 0 0 20px;
	}
	.info-content h4 {
		font-size: 18px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

/*lg 大屏幕 （桌面显示器：大于等于768px）*/
@media (min-width: 1200px) {
	.tab-h2 {
		font-size: 30px;
	}
	.tab-p{
		font-size: 20px;
	}	
	.text h3 {
		font-size: 26px;
	}

	.text p {
		font-size: 18px;
	}
	.tab2-img {
		float: right;
	}
	.tab2-text {
		float: left;
	}
	.jumbotron h1 {
		font-size: 34px;
	}
	.jumbotron h4 {
		font-size: 18px;
	}
	.info-content h4 {
		font-size: 20px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

