@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;
}*/
.caption h5{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.tab-h2 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	color: #09328f;
}
.tab-p {
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
	color: #999;
	margin: 20px 0 40px 0;
}
.tab1 {
	margin: 30px 0;
	color: #666;
}
.tab1 .text-muted {
	color: #999;
	text-decoration: line-through;
}
.tab1 .media-heading {
	margin: 5px 0 20px 0;
}
.tab1 .col {
	padding: 20px;
}
.tab2 {
	background-color: #eee;
	padding: 60px 20px;
	text-align: center;
}
.tab2 img {
	width: 40%;
	height: 40%;
}
.tab3 {
	padding: 60px 20px;
	text-align: center;
}
.tab3 img {
	width: 65%;
	height: 65%;
}

.baner {
	background: url(css_files/top.jpg) no-repeat center top; height:225px; width:100%;
}

.info-content {
	background-color: #fff;
	box-shadow: 2px 2px 3px #ccc;
}
.info-content img {
	margin: 12px 0;
}
.info-content h4 {
	color: #333;
	padding: 2px 0 0 0;
	font-size: 14px;
}
.info-content p {
	line-height: 1;
}
.newsjj{ border-bottom:1px dotted #ccc;}
.margtop{ margin-top:25px;}
#about {
	background-color: #eee;
	padding: 25px 0;
}
#about a {
	color: #09328f; text-decoration:none; text-align:center;
}
#about a:hover{ color:#c97a4e; font-weight:bold;}
.list img{ border-radius:5px;}
#about .about {
	background-color: #fff;
	box-shadow: 2px 2px 3px #ccc;
}
#about h3 {
	color: #09328f;
	font-weight:bold;
	border-bottom: 2px solid #09328f;
	font-size: 18px;
	padding: 15px 5px;
	margin: 0 0 15px 0;
	font-family:"微软雅黑";
}
#about .info-content h3{ margin:0;}
#about p {
	line-height: 2;
	font-size: 12px;
}
#footer {
	background-color: #666;
	border-top: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	color: #eee;
	font-size:12px;
}
#footer a {
	text-align: center;
	color: #eee;
}
.compy{ height:200px; overflow:auto;}
.compy p.one{margin-top:5px;}
.compy p{ margin-bottom:-20px; text-indent:2em; padding:0; }
/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.compy{ height:128px; overflow:auto;}
	.tab-h2 {
		font-size: 26px;
	}
	.tab-p {
		font-size: 16px;
	}
	.tab2-text {
		float: left;
	}
	.tab2-img {
		float: right;
	}
	
	.info-content h4 {
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#about {padding: 30px 0;}
	.margtop{ margin-top:30px;}
	#about h3 {
		font-size: 22px;
		padding: 18px 10px;
	}
	#about p {
		font-size: 13px;
	}
	.newsjj{margin-bottom:5px; padding-bottom:5px; border-bottom:1px dotted #ccc;}
	.baner {
	background: url(../img/banner3.jpg) no-repeat center top; height:279px; width:100%;
	}
	#footer {font-size:14px;}
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.compy{ height:170px; overflow:auto;}
	.tab-h2 {
		font-size: 28px;
	}
	.tab-p {
		font-size: 17px;
	}
	.info-content h4 {
		font-size: 18px;
	}
	#about {padding: 30px 0;}
	.margtop{ margin-top:30px;}
	#about h3 {
		font-size: 24px;
		padding: 22px 15px;
	}
	#about p {
		font-size: 14px;
	}
	.newsjj{margin-bottom:5px; padding-bottom:5px; border-bottom:1px dotted #ccc;}
	.baner {
	background: url(../img/banner2.jpg) no-repeat center top; height:402px; width:100%;
	}
	#footer {font-size:14px;}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	.compy{ height:200px; overflow:auto;}
	.tab-h2 {
		font-size: 30px;
	}
	.tab-p {
		font-size: 18px;
	}
	.info-content h4 {
		font-size: 20px;
	}
	#about {padding: 30px 0;}
	.margtop{ margin-top:30px;}
	#about h3 {
		font-size: 28px;
		padding: 23px 15px;
	}
	#about p {
		font-size: 14px;
	}
	.newsjj{margin-bottom:5px; padding-bottom:5px; border-bottom:1px dotted #ccc;}
	.baner {
	background: url(../img/banner.jpg) no-repeat center top; height:536px; width:100%;
}
#footer {font-size:14px;}
}