::-webkit-scrollbar {
	width: 0px;
	background: #FFF；
}
@media screen and (max-width:768px) {
	.navbar-default .nav li.active a {
		border-bottom: 3px solid #fff;
	}
}
@media screen and (max-width:768px) {
	.searchbox {
		display: none;
	}
}


/*.carousel-control {font-size:100px;}*/
.tab-h2 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	color: #000;
	margin-top: 90px;
	padding-bottom: 12px;
	margin-bottom: 40px;
}
.tab1 {
	margin: 0px auto;
	color: #666;
	margin-bottom: 90px;
}


.tab1 .text-muted {
	color: #999;
	text-decoration: line-through;
}

.tab1 .media-heading {
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
}

.tab1 .media-heading a {
	color: #333;
}

.tab1 .media-heading a:hover {
	color: #37b147;
}

.tab1 .indpro img {
	max-width: 100%;
	margin: 0px auto;
	display: block;
}

.tab1 .indpro img:hover {
	margin-top: -15px;
	position: relative;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 1;
}

.tab1 .col {
	position: relative;
}

.tab1 .icon_note {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -50px;
	padding: 0px 20px;
	width: 100%;
	text-align: center;
}

.tab1 .icon_note h4 {
	margin-top: 15px;
}

.tab1 .icon_note h4 a {
	color: #fff;
}

.more {
	text-align: center;
	margin-top: 55px;
}

.more .btnmore {
	background: #37b147;
	width: 160px;
	height: 45px;
	;display: block;
	line-height: 45px;
	margin: 0px auto;
	font-size: 14px;
	color: #fff;
	border-radius: 23px;
}

.more .btnmore:hover {
	background: #1e960a;
}

.more .btnmore span {
	font-family: "微软雅黑";
}

.tab1 h3 {
	margin: 30px 0px;
	color: #333;
	font-size: 20px;
}
/*没有小于768px，是因为Bootstrap3以移动端优先设计*//* 小屏幕（平板，大于等于768px） */
@media (min-width:768px) {
	
	.tab-h2 {
		font-size: 26px;
	}
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width:992px) {
	.tab-h2 {
		font-size: 28px;
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width:1200px) {
}
@media (max-width:768px) {
	.bossbox {
		padding: 0px;
		background: #fff;
		margin-bottom: 30px;
	}

	.bossbox .com-img {
		margin-bottom: 15px;
	}

	.tab1 .col {
		margin-bottom: 20px;
	}

	.tab1 .col-md-4 {
		margin-bottom: 20px;
	}
}
