﻿body {
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
a{
	color: #333;
}
a:hover{
	text-decoration:none;
	color: #666;
}
.border{
	border: 1px solid #f3f3f3;
	padding: 30px 20px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.top{
	height: 36px;
	line-height: 36px;
	color:#333;
	border-bottom: 1px solid #ccc;
	background-color: #e8e8e8;
}
.top a{
	margin: 0 10px;
	color:#333;
}
.navbar{
	margin-bottom: 0;
}
.navbar-default {
  background-color: #fff;
  border: none;
}
.navbar-brand {
  float: left;
  height: 120px;
  padding: 20px 15px;
}
.nav > li > a {
  padding: 10px 30px;
}
.navbar-default .navbar-nav > li > a{
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #F00;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #333;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  min-height: 50px;
  background: #00489a;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #333;
}
.tel{line-height:30px; margin-top:50px;}
.tel span{display:block; height:26px; font-size:18px; color:#444; padding:0 0 3px 40px; background:url(images/phone.gif) no-repeat left center;}
.tel b{display:block;  height:30px; font-size:26px; color:#F00;}
.carousel-indicators{
	margin-bottom: 0;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #00489a;
}
.product-title{
	height: 50px;
	line-height: 50px;
}
.product-title h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	margin: 0;
}
.product-title .nav-tabs {
  border-bottom: none;
}
.product-title .nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.product-title .nav-tabs > li > a {
  margin-right: 2px;
  border: none;
  border-radius: 0;
  background-color: #6b6b6b;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
}
.product-title .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: #00489a;
  color: #fff;
}
.product-title .nav-tabs > li.active > a,
.product-title .nav-tabs > li.active > a:hover,
.product-title .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #00489a;
  border: none;
  border-color: transparent;
}
.product-item{
	margin-top: 20px;
}
.product-item span{
	height: 45px;
	line-height: 45px;
	color: #333;
	background-color: #ccc;
}
.product-item:hover span{
	color: #fff;
	background-color: #00489a;
}
.product-item img{
  width: 100%;
  height: 200px;
}
.price{
	background-color: #00489a;
	color: #fff;
	margin-top: 80px;	
}
.price .container{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.price .container img{
	position: absolute;
	right: 0;
	top: -70px;
	display: block;
	z-index: 99999;
}
.price h3{
	margin: 0;
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
}
.price-btn{
	display: inline-block;
	border-radius: 8px;
	color: #fff;
	padding: 10px 20px;
	margin-top: 25px;
	margin-right: 10px;
}
.price-btn:hover{
	color: #fff;
}
.price-btn-contact{
	background: url(images/icon_contact.png) no-repeat 20px center;
	padding-left: 56px;
	color: #fff;
	font-size: 20px;
	background-color: #32a47b;
}
.price-btn-tel{
	background: url(images/icon_tel.png) no-repeat 20px center;
	padding-left: 56px;
	font-size: 20px;
	font-weight: bold;
	background-color: #157cdd;
}
.case,
.application{
	padding: 30px 0;
	background-color: #f1f1f1;
}
.case .container{
	background-color: #fff;
}
.case h3,
.application h3{
	font-size: 26px;
	font-weight: bold;
	background: url(images/case_title.png) no-repeat bottom center;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 60px;
	color: #333;
}
.application h3{
	margin-top: 0;
}
.case .col-md-3 span{
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.case .col-md-3 img{
  width: 100%;
  height: 180px;
}
.case .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1%;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.case .carousel-control.left {
  background: url(images/btn_left.png) no-repeat left 40%;
}
.case .carousel-control.right {
  right: -2%;
  left: auto;
  background: url(images/btn_right.png) no-repeat left 40%;
}
.case .carousel-control:hover,
.case .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.contact-con{
  padding: 0 20px;
}
.contact-con p{
  line-height: 30px;
  margin-bottom: 0;
}
.title{
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.title h3{
	margin: 0;
	font-size: 14px;
	color: #999;
}
.title h3 b{
	font-size: 22px;
	margin-right: 15px;
	color: #333;
}
.title a.more{
	width: 11px;
	height: 11px;
	background: url(images/more.png) no-repeat;
	margin-top: 10px;
}
.news-item{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.news-item a{
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
.news-item p{
	line-height: 26px;
}
.news-item span{
	color: #ec6c00;
}
.firstnews b{
	display: block;
	margin: 5px 0 10px;
	font-size: 16px;
}
.about-con img{
	margin-bottom: 20px;
}
.about-con p {
	line-height: 30px;
}
.application img{
	width: 100%;
	height: 180px;
}
.application strong{
	display: block;
	margin: 10px 0;
	font-size: 16px;
}
.application strong a{
	color: #333
}
.application p{
	line-height: 26px;
	color: #666;
}
.application a.more,
.firstnews a.more{
	display: block;
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #00489a;
	color: #fff;
	width: 80px;
	margin: 0 auto;
}
.firstnews a.more{
	margin: 0;
}
.list-news li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}

.question-list dl{
	padding: 15px 20px;
	background-color: #ddd;
	margin-bottom: 15px;
	overflow: hidden;
	min-height: 140px;
	border: 1px solid #fff;
}
.question-list dl dt{
	background: url(images/q.gif) no-repeat left top;
	padding-left: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.question-list dl dd{
	background: url(images/a.gif) no-repeat left 5px;
	padding-left: 30px;
	color: #666;
	line-height: 26px;
}
.picMarquee-top{
	position:relative; 
	overflow:hidden; 
}
.footer{
	background:#00479a;
	color:#fff;
	padding: 30px 0;
}
.footer a{
	color:#fff;
	line-height: 30px;
}
.flink{
	padding: 5px 0;
}
.flink a,
.flink span{
	margin: 0 5px;
}
.sidebar-list,
.sidebar-contact{
	border: 1px solid #ccc;
}
.sidebar-list b{
	display: block;
	height: 72px;
	line-height: 65px;
	background: url(images/product_title.jpg) no-repeat;
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
}
.sidebar-list ul{
	padding: 10px 20px;
	list-style: none;
}
.sidebar-list ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #999;
	background: url(images/icon_list.jpg) no-repeat 10px center;
	padding-left: 30px;
	font-size: 15px;
}
.sidebar-contact{
	background: url(images/sidebar_contact.jpg) no-repeat;
	padding-top: 70px;	
}
.sidebar-contact-con{
	border-top: 1px solid #ccc;
	padding: 10px;
}
.site-position{
	height: 65px;
	line-height: 65px;
	/* border-bottom: 1px solid #ccc; */
	background:#f1f1f1;
}
.site-position h3{
	margin: 0;
	line-height: 65px;
	color: #00489a;
}
.news-list-item{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.news-list-title{
	background: url(images/wenben.jpg) no-repeat left center;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
}
.news-list-title a{
	font-size: 16px;
}
.news-list-item p{
	color:#999;
}
.product-list img{
	width: 100%;
	height: 190px;
}
.product-list .product-name{
	margin-top: 15px;
}
.main-title{
	font-size: 20px;
	font-weight: bold;
}
.main-author{
	border-bottom: 1px dashed #ccc;
	margin: 20px 0;
	padding-bottom: 10px;
}
.main-author span{
	margin: 0 10px;
}
.main-con img{
	display: block;
	max-width: 100%;
  width: auto !important;
	height: auto !important;
  margin: 10px auto;
}
.main-product h1{
	font-size: 24px;
	margin: 0 0 16px;
	font-weight: bold;
}
.main-product span{
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
}
.main-product p{
	font-size: 14px;
	line-height: 26px;
}
.product-detail{
	height: 50px; 
	line-height: 50px;
	background-color: #00489a;
	color:#fff;
	margin: 20px 0 0;
	font-size: 18px;
	padding: 0 10px;
	font-weight: bold;
}
.pagination > li > a,
.pagination > li > span,
.pagination > .thisclass > span,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > .thisclass > span:hover,
.pagination > .thisclass > span:focus{
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > a:focus{
  color: #fff;
  background-color: #00489a;
  border-color: #ddd;
}
.pagination > .thisclass > a,
.pagination > .thisclass > a:hover,
.pagination > .thisclass > a:focus{
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #00489a;
  border-color: #ddd;
}



@media (min-width: 768px) {
   .navbar-header {
    float: none;
  }
  .navbar-nav > li > a {
    padding: 15px 31px;
    font-size: 16px;
  }

}

@media (max-width: 767px) {
	.navbar-brand {
	  height: 60px;
	  padding: 10px 15px;
	}
	.navbar-brand img {
	  height: 40px;
	}
	.product-title h3{
		float: none;
	}
	.product-title .nav-tabs > li {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	.product-title .nav-tabs > li > a {
	  margin-right: 2px;
	  border: none;
	  border-radius: 0;
	  background-color: #6b6b6b;
	  color: #fff;
	  padding: 12px 20px;
	  font-size: 16px;
	}
	.price h3{
		font-size: 24px;
	}
	.price-btn{
		padding: 10px 10px;
	}
	.price-btn-contact{
		background: url(images/icon_contact.png) no-repeat 10px center;
		padding-left: 46px;
		background-color: #32a47b;
	}
	.price-btn-tel{
		background: url(images/icon_tel.png) no-repeat 10px center;
		padding-left: 46px;
		background-color: #157cdd;
	}
	.main-product h1{
		margin: 20px 0 16px;
	}
	.application .col-md-3{
		margin-bottom: 20px;
	}
	.application img,
	.product-list img,
  .product-item img{
		height: auto;
	}
}


/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(images/rightbar.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(images/rightbar.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(images/rightbar.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(images/rightbar.png) no-repeat 0 -169px;}
.hd_qr{margin:0 0 0 25px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}


.page{ font-family:Arial, Helvetica, sans-serif; line-height: normal; font-size: 14px; float:left; width:500px; }
.page ul{ list-style:none;}
.page a,.page span{display:block;color:#18A4FD;font-weight:normal;text-decoration:none;letter-spacing:0px;border:1px solid #ccc;padding-top:3px;float:left;margin-top:3px;margin-right:2px;margin-bottom:5px;margin-left:2px;text-align:center;padding-right:5px;padding-left:5px;height:24px} /* SPAN和链接 */
.page a:hover, .page a.current{color:#F44;border:1px solid #F44} /* 当前链接有激活时 */
.page input{padding:0px;color:#18A4FD;height:16px;width:25px;border:0px solid #fff;text-align:center;margin-top:0px;margin-right:-5px;margin-bottom:0px;margin-left:-5px;vertical-align:middle;font-size:12px} 