body {
	font-family: "微软雅黑", "宋体";
	background-color: #fff;
	font-size: 16px;
	cursor: default;
}
video {
	max-width:100%;
	height:auto;
}
img {
	max-width:100%;
	height:auto;
}
h2 {
	font-size: 26px;
	margin-top: 10px;
}
h3 {
	margin-top: 10px;
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
label {
	font-weight: 500;
}
.modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.thumbnail {
    margin-bottom: 10px;
	position: relative;
}
.no-newline {
	white-space: nowrap;
	word-break: keep-all;
}
.auto-newline {
	word-break: break-all;
}
.fa-lg {
    font-size: 1.3em;
}
.text-yellow {
	color:#ee851a;
}
.text-blue {
	color:#395ebd;
}
.text-white {
	color:#fff;
}
.text-red {
	color:#d9534f;
}
.text-gray {
	color:#999;
}
.text-dark {
	color:#666;
}
.text-more {
	text-align: center;
}
.label-blue {
	background-color:#0099ff;
}
.bot_line{
    padding-bottom: 10px;
	margin-bottom: 10px;
	border-color: #e7e7e7;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}
/*自动截断字符*/
.text-overflow {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.text-2-overflow {
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-2-linehight {
	height: 3em;
}
.text-3-overflow {
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/*占位符*/
.placeholder {
	height: 10px;
	display: block;
}
.main_pic{
	margin-right: 0;
	margin-bottom: 10px;
}
.main_pic img{
	width: 100%;
}
/*主页样式*/
#header {
	height: 89px;
	position: relative;
	z-index: 100;
}
#header_str {
	width: 100%;
	line-height: 35px;
	background-color: #0099cb;
	color: #fff;
}
#header_str .label {
    font-size: 80%;
    font-weight: 500;
    position: relative;
    top: -1.5px;
}
.navbar-default {
	background-color: rgba(255,255,255,0.9);
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
	margin-right: -15px;
    margin-left: -15px;
}
.navbar-header {
	margin-right: 10px;
    margin-left: 10px;	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #0099ff;
}
.navbar-toggle {
    margin-top: 10px;
    margin-right: 0;
}
.navbar-brand {
    padding: 10px 0;
}

.navbar-brand img {
    height: 30px;
}
.navbar-nav {
    margin: 0 -15px;
}
.navbar {
    margin-bottom: 0;
	border: 0;
}
.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.dropdown-menu {
	font-size: 16px;
}
#pic_slide{
	margin-bottom: 5px;
}
#top_nav {
	width: 100%;
	margin-bottom: 0;
}
#main_about_us{
	min-height: 300px;
	margin-bottom: 10px;
	background-color: #fff;
}
#main_product{
	min-height: 500px;
	background-color: #fff;
	margin-bottom: 10px;
}
#class_list{
	max-width: 436px;
	margin-left: auto;
	margin-right: auto;
}
#class_list .btn{
	width: 140px;
	margin-bottom: 8px;
	margin-left: 1px;
	margin-right: 1px;
}
#class_list .btn-default {
	border-color: #01aaef;
}
#product_list {
    padding-right: 10px;
    padding-left: 10px;
}
#product_list .col-xs-6 {
    padding-right: 5px;
    padding-left: 5px;
}

#main_pic_show{
	min-height: 300px;
	background-color: #01aaef;
}
#main_news{
	min-height: 560px;
	background-color: #fff;
}
#main_news .btn-default {
    border-color: #01aaef;
	color: #01aaef;
}
/*主页新闻样式*/
.date_title{
	height: 71px;
	width: 71px;
	background-color: #1e549c;
	color: #fff;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.date_title .day{
	display: block;
	font-size: 26px;
	font-weight: 500;
	padding-top: 8px;
	padding-bottom: 2px;
}
/*主页新闻样式结束*/
#main_link_pic{
	min-height: 100px;
}
.footer_span{
	background-color: #f5f5f5;
	height: 30px;
}
#copyright{
	min-height: 200px;
	background-color: #0099cb;
	color: #fff;
}
/*新闻页样式*/
#industry .row{
    margin-right: -10px;
    margin-left: -10px;
}
#content {
    min-height: 800px;
}
.content_txt {
    min-height: 300px;
    margin-bottom: 30px;
    line-height: 160%;
}
.aside_txt {
    min-height: 260px;
    line-height: 160%;
}
.news_pic {
    float: left!important;
    padding: 2px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    width: 106px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#right_side .img-thumbnail{
    float: left!important;
	padding: 2px;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 10px;
}
#right_side .row {
    margin-bottom: 10px;
}
#content .label {
    font-size: 90%;
    font-weight: 500;
	border-radius: .7em;
}
/*新闻页样式结束*/
/*模态框样式*/
.modal-success .modal-header, .modal-success .modal-footer {
    background-color: #008d4c;
	border-color: #00733e;
	color: #fff;
}
.modal-success .modal-body {
    background-color: #00a65a;
	color: #fff;
}
.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
/*模态框样式结束*/
/*产品页样式*/
#search_form{
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
}
#item_exhibition{
	min-height: 800px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.pull-left-product {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.img-rounded {
    border-radius: 4px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
}
#myTabContent {
    min-height: 500px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 170%;
}
#product_pic_slide {
	border: 1px solid #ddd;
}
/*产品页样式结束*/
@media only screen and (min-width: 768px) {
	h2 {
		font-size: 26px;
		margin-top: 10px;
	}
	h3 {
		font-size: 22px;
	}
	h4{
		font-size: 18px;
	}
	.placeholder {
		height: 15px;
	}
	.text-more{
		text-align: right;
	}
	.main_pic {
		float: left;
		margin-right: 15px;
		width: 50%;
	}
	.main_pic img{
		width: auto;
	}
	#header {
		height: auto;
	}
	.navbar-nav {
		float: right;
		background-color: #fff;
	}
	#navbar-collapse .dropdown-menu {
		min-width: 100px;
	}
	.navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar-default .navbar-collapse {
		border-bottom-width: 0;
	}
	#top_nav {
		width: auto;
		position: relative;
	}
	.thumbnail {
		margin-bottom: 15px;
	}
	.footer_span{
		height: 40px;
	}
	.news_pic {
		width: 120px;
	}
	#right_side .row {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 992px) {
	body {
		font-size: 16px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4{
		font-size: 20px;
	}
	.placeholder {
		height: 20px;
	}
	.main_pic {
		margin-right: 20px;
		width: auto;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#top_nav {
		margin-bottom: 15px;
	}
	#navbar-collapse .dropdown-menu {
		min-width: 109px;
		font-size: 16px;
	}
	#pic_slide{
		margin-bottom: 0;
	}
	#class_list a{
		font-size: 16px;
	}
	.footer_span{
		height: 50px;
	}
	.date_title{
		height: 75px;
		width: 75px;
	}
	.date_title .day{
		padding-top: 8px;
		padding-bottom: 4px;
	}
	#industry .row{
		margin-right: 0;
		margin-left: 0;
	}
	#industry .col-md-9,#industry .col-md-3{
		padding-right: 0;
		padding-left: 0;
	}
	.content_txt {
		padding-left: 30px;
		padding-right: 30px;
	}
	.news_pic {
		width: 150px;
	}
}
@media only screen and (min-width: 1200px) {
	.main_pic {
		margin-right: 25px;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#top_nav {
		margin-bottom: 20px;
	}
	.footer_span{
		height: 60px;
	}
}