@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;
}*/
.tab-h2 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	color: #0059b2;
}

.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%;
}

.text h3 {
	font-size: 20px;
}

.text p {
	font-size: 14px;
}

.jumbotron {
	background-image: url("../img/bg.jpg")
		/*tpa=http://www.china-gaomei.com/img/bg.jpg*/
	;
	margin: 50px 0 0 0;
	color: #ccc;
}

.jumbotron h1 {
	font-size: 26px;
	padding: 0 0 0 20px;
}

.jumbotron h4 {
	font-size: 15px;
	padding: 0 0 0 20px;
}

#information {
	background-color: #eee;
	padding: 40px 0;
}

.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 {
	color: #333;
	padding: 2px 0 0 0;
	font-size: 14px;
}

.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 {
	color: #333;
	font-size: 16px;
	padding: 2px 0 0 0;
	line-height: 1.6;
}

#case {
	padding: 40px 0;
	background-color: #eee;
	text-align: center;
}

#case h4 {
	color: #666;
}

#case p {
	color: #666;
	line-height: 1.6;
}

#about {
	background-color: #eee;
	padding: 40px 15px;
}

#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: 13px;
}

#footer {
	background-color: #666;
	border-top: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	color: #eee;
}

/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.tab-h2 {
		font-size: 26px;
	}

	.tab-p {
		font-size: 16px;
	}

	.text h3 {
		font-size: 22px;
	}

	.text p {
		font-size: 15px;
	}

	.tab2-text {
		float: left;
	}

	.tab2-img {
		float: right;
	}

	.jumbotron h1 {
		font-size: 30px;
	}

	.jumbotron h4 {
		font-size: 16px;
	}

	.info-content h4 {
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	#about h3 {
		font-size: 19px;
	}

	#about p {
		font-size: 14px;
	}
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.tab-h2 {
		font-size: 28px;
	}

	.tab-p {
		font-size: 17px;
	}

	.text h3 {
		font-size: 24px;
	}

	.text p {
		font-size: 16px;
	}

	.jumbotron h1 {
		font-size: 33px;
	}

	.jumbotron h4 {
		font-size: 17px;
	}

	.info-content h4 {
		font-size: 18px;
	}

	#about h3 {
		font-size: 20px;
	}

	#about p {
		font-size: 15px;
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	.tab-h2 {
		font-size: 30px;
	}

	.tab-p {
		font-size: 18px;
	}

	.text h3 {
		font-size: 26px;
	}

	.text p {
		font-size: 18px;
	}

	.jumbotron h1 {
		font-size: 36px;
	}

	.jumbotron h4 {
		font-size: 18px;
	}

	.info-content h4 {
		font-size: 20px;
	}

	#about h3 {
		font-size: 22px;
	}

	#about p {
		font-size: 16px;
	}
}

/* 陈工20160719自定义CSS */
.footer-bottom {
	font-size: 13px
}

.footer-bottom ul>li {
	padding: 0
}

.footer-bottom ul>li+li:before {
	padding: 0 10px;
	color: #ccc;
	content: "|"
}

.hangju {
	padding-bottom: 20px;
	padding-top: 20px;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px
}

/* 内容页通用结构 */
.pageContent {
	padding: 20px 15px 10px;
	margin-top: 20px;
}

/* .content_title { text-align: left; font-size: 2em; line-height: 1.5em; font-weight: bold; } */
.content_title {
	font-size: 21px;
	color: #333;
	border-bottom: 1px solid #E0E3E6;
	margin-bottom: 20px;
	padding-bottom: 20px;
	box-shadow: #fff 0 1px 0;
}

.content_info {
	width: 100%;
	padding: 12px 0 16px 0;
	margin-bottom: 19px;
	border-bottom: 1px solid #E0E3E6;
	font-size: 1.2em;
	box-shadow: #fff 0 1px 0;
}

.content_info span {
	display: inline;
	padding: 5px;
	color: #70747A
}

.content_info_comment a {
	color: #0D74AD;
	font-weight: bold;
}

.content_info_comment em {
	font-style: normal;
}

.content_main {
	padding-bottom: 10px;
	font-size: 1.8em;
	line-height: 1.6em;
	text-align: left;
}

.content_main a {
	color: #2789d7;
}

.content_main>p,
.content_main>div {
	margin: 15px 0;
	text-align: left;
	word-break: break-all;
}

.cateBtn {
	margin: 10px auto;
}

.cateBtn .comment_count {
	color: #c00;
}

.content_main img,
.content_main input[type=image] {
	border: solid 1px #cccccc;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto !important;
	/*margin-right:10px;*/
}

.interview li {
	height: auto;
	overflow: hidden;
}

.interview img {
	margin: 0;
}

/* 文章内容图片缩小显示 */
.postContent .picWrap {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}

.postContent .picWrap img,
.content_main input[type=image] {
	width: auto !important;
}

.postContent .picWrap:after {}

.postContent .picWrap.open {
	width: 90%;
	max-width: 90%;
}

.postContent .picWrap.open:after {
	display: none;
}

/* 分页 */
.path {
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	color: #999;
}

.path a,
.path span {
	color: #1855a8;
	padding: 0 5px;
}

/* url_方块样式分页 */
.page {
	text-align: right;
	padding-bottom: 10px;
	clear: both;
}

.page input {
	border: 1px solid #c5c5c5;
	background: #fff;
	width: 30px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}

.page a,
.page span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.page a,
.page a:active {
	display: inline-block;
	*display: inline;
	zoom: 1;
	border: 1px solid #c5c5c5;
	padding: 0 6px;
}

.page a:hover {
	border: 1px solid #246dc9;
	text-decoration: none;
	color: #246dc9;
}

.page span.current,
.page b a {
	background: #246dc9;
	border: 1px solid #246dc9;
	color: #fff;
	font-weight: bold;
	padding: 0 6px;
}

.page span.disabled {
	border: 1px solid #c5c5c5;
	padding: 0 6px;
	color: #999;
}

#footer .record a {
	color: #fff;
	margin-right: 10px;
}

#footer .record a:hover {
	color: #246dc9;
}

#footer .record img {
	margin-top: -1px;
}

#footer .contact a {
	color: #fff;
}