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: 60px;
  padding: 0 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: #333;
}
.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;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #00489a;
  border: none;
}
.dropdown-product{
  width: 130%;
  left: -15%;
}
.dropdown-menu > li > a {
  display: block;
  padding: 12px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid #999;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #333;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #333;
  outline: 0;
}
.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{height:30px; line-height:30px; margin-top:20px;}
.tel span{display:block; height:26px; font-size:18px; color:#444; font-weight: bold; padding:0 0 3px 40px; background:url(../images/phone.gif) no-repeat left center;}
.tel b{display:block; height:30px; font-size:26px; color:#11399f;}
.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;
}
.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{
   margin-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.news-item a{
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.news-item p{
	line-height: 18px;
}
.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{
	width: 48%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}
.list-news li:nth-child(odd){
	float: left;
}
.list-news li:nth-child(even){
	float: right;
}
.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;
	padding: 20px 0;
  }
  .navbar-nav > li > a {
    padding: 15px 39px;
	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;
	}
	.list-news li{
		float: none;
		width: 100%;
	}
}
