﻿body {
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
a{
	color: #333;
}
ul,ol{
	list-style: none;
	padding: 0;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mb30{
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.top{
	height: 30px;
	line-height: 30px;
	background: #dedede;
	color: #666;
}
.top a{
	margin: 0 10px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
}
.navbar-brand {
  float: left;
  height: 140px;
  padding: 40px 15px;
}
.navbar-slogan{

}
.navbar-slogan{
	margin-top: 20px;
	line-height: 30px;
	font-size: 24px;
	color: #222;
}
.navbar-slogan span{
	font-size: 20px;
	color: #666;
	margin-top: 5px;
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
}
.navbar-nav {
  margin: 0px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-default .navbar-collapse {
  background: #bb2119;
}
.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: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background: #333;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.tel{
	height: 60px;
	background: url(../images/phone.jpg) no-repeat left center;
	padding-left: 70px;
	margin-top: 60px;
}
.tel span{
	display: block;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
.tel b{
	display: block;
	font-size: 32px;
	line-height: 36px;
	color: #cc0000;
	font-family: Arial;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc;
  border: none;
  margin-right: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  background-color: #cc0000;
}

.product,
.case,
.news-box{
	background-color: #ececec;
	padding: 40px 0; 
}
.list-title{
	background-color: #222;
	color: #fff;
	padding: 25px 0;
}
.list-title h3{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
.list-title span{
	display: block;
	color: #666;
	margin-top: 5px;
	font-size: 18px;
  text-transform: uppercase;
}
.list-product dl,
.list-product ul{
	padding: 10px 10px;
	background-color: #b01c18;
	color: #fff;
}
.list-product dt{
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	font-size: 18px;
  text-align: center;
  margin-top: 10px;

}
.list-product li{
  height: 40px;
	line-height: 40px;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	font-size: 18px;
  text-align: center;
  margin: 0;
}
.list-product dt a,
.list-product a{
	color: #fff;
}
.list-product dd a{
	color: #eee;
}
.list-product dd{
	height: 36px;
	line-height: 36px;
	padding: 0 30px;
	background: url(../images/product_item_bg.jpg) no-repeat bottom center;
   text-align: center;
}
.product-title,
.position-title{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
}
.product-title h3{
	margin: 0;
	float: left;
	width: 160px;
	height: 60px;
	text-align: center;
	color: #222;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
	border-bottom: 3px solid #b01c18;
	background: url(../images/icon_new.jpg) no-repeat top left;
}
.position-title h3{
	margin: 0;
	float: left;
	min-width: 120px;
	height: 60px;
	text-align: center;
	color: #222;
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	border-bottom: 3px solid #b01c18;
}
.product-title a,
.position-title span{
	float: right;
	margin-right: 15px;
	_display: inline;
}
.position-title span a{
	margin: 0 5px;
}
.product-show .col-md-4 div{
	margin-top: 30px;
	background-color: #c8c8c8;
	padding: 10px;
}
.product-show .col-md-4 img{
	width: 100%;
	height: 190px;
}
.product-show .col-md-4 span{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.product-show .col-md-4 a:hover{
	color: #b01c18;
	text-decoration: none;
}
.ys-box{
	background: url(../images/ys_bg.jpg) no-repeat top center;
}
.ys-title{
	color: #fff;
	padding: 50px 0;
}
.ys-title h3{
	font-size: 36px;
	color: #fff;
	margin: 0;
	font-weight: bold;
}
.ys-title p{
	font-size: 26px;
	margin: 20px 0 0;
}
.ys-item .ys-item-title{
	height:126px;
	background: url(../images/ys_item_title.png) no-repeat;
} 
.ys-item .ys-item-title span{
	width: 108px;
	height: 112px;
	line-height: 112px;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	font-family: "Times New Roman";
	margin-right: 10px;
}
.ys-item .ys-item-title h4{
	padding-top: 40px;
	margin: 0;
	font-size: 14px;
	color: #999;
}
.ys-item .ys-item-title h4 b{
	display: block;
	font-size: 24px;
	color: #222;
	margin-bottom: 5px;
}
.ys-item p{
	padding-left: 95px;
	background: url(../images/icon_ys.png) no-repeat 80px 10px;
	line-height: 26px;
}
i.red{
	color: #af1c17;
	font-weight: bold;
	font-style: normal;
}
.case-title b{
	display: block;
	font-size: 40px;
	color: #af1c17;
	font-family: "Times New Roman";
	margin-bottom: 5px;
	line-height: 40px;
}
.case-title h3{
	height: 60px;
	line-height: 40px;
	background: url(../images/case_title.jpg) no-repeat bottom center;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}
.case .col-md-4 img{
	width: 100%;
	height: 270px;
	margin: 40px 0;
}
.case .col-md-4 span{
	border: 1px solid #dedede;
	height: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 680px) { 
.yq{display:none}
}
.yq {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 37px;
	line-height: 43px;
}
.yq a {
	padding-right: 45px;
	color: #000;
	text-decoration: none;
}

.yq img {
	float: left;
	padding-right: 54px;
}
.case .carousel-control {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  width: 4%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.case .carousel-control.left {
  background: none;
}
.case .carousel-control.right {
  right: 0;
  left: auto;
  background: none;
}
.case .carousel-control:hover,
.case .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.case .carousel-inner {
  position: relative;
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
}
.common-title{
	height: 32px;
	line-height: 32px;
	background: url(../images/title_line.gif) repeat-x left bottom;
	padding-bottom: 4px;
}
.common-title h3{
	margin: 0;
	font-size: 16px;
	background: url(../images/icon_red.jpg) no-repeat left center;
	padding-left: 10px;
	float: left;
	font-weight: bold;
}
.common-title a{
	float: right;
	margin-right: 15px;
	_display: inline;
}
.about-box{
	background: url(../images/about_bg.jpg) no-repeat top center;
	padding: 64px 0;
}
.about-box img{
	padding-bottom: 20px;
	background: url(../images/about_img_bottom.jpg) no-repeat bottom center;
}
.about-title{
	color: #fff;
	margin: 10px 0;
}
.about-title h3{
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.about-title h3 span{
	padding-left: 15px;
	font-size: 24px;
}
.about-box p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.about-text p{
	text-indent: 2em;
}
.about-box a.more{
	border: 1px solid #fff;
	padding: 5px 20px;
	color: #fff;
}

.news-title{
	height: 66px;
	line-height: 66px;
	background: url(../images/icon_news.gif) no-repeat left center;
	padding-left: 30px;
}
.news-title h3{
	margin: 0;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 66px;
}
.news-img img{
	width: 100%;
	height: 230px;
}
.news-img b{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.news-img a.more{
	padding: 5px 10px;
	border: 1px solid #af1c17;
	color: #af1c17;
	margin-top: 10px;
}
.news-list{
	list-style: none;
	padding: 0;
	width: 98%;
}
.news-list li{
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #999;
	overflow: hidden;
}
.news-list li a{
	float: left;
}
.news-list li span{
	float: right;
}
.question-list dl{
	padding: 20px;
	background-color: #fff;
	margin-bottom: 15px;
	border: 1px solid #fff;
	overflow: hidden;
	min-height: 140px;
}
.question-list dl:hover{
	border: 1px solid #af1c17;
}
.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: 10px;
}
.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; 
}
.contact{
  padding: 10px 20px;
  font-size: 16px;
  
}
.flink{
	padding: 10px 0;
}
.flink b{
	font-size: 18px;
}
.flink b,
.flink a{
	margin: 0 5px;
}
.footer{
	padding: 30px 0;
	background: #222;
	color: #fff;
}
.footer a{
	color: #fff;
}
.list-case{
	border: 2px solid #ccc;
	padding: 20px;
	margin-top: 20px;
}
.list-case:hover{
	border: 2px solid #af1c17;
}
.list-case img{
	width: 100%;
	height: 220px;
}
.list-case strong{
	font-size: 16px;
	color: #af1c17;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.list-case strong a{
	color: #af1c17;
}
.list-case p{
	color: #666;
	line-height: 30px;
}
.list-case a.more{
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	background-color: #a1a1a1;
	color: #fff;
	float: right;
	border-radius: 5px;
}
.list-contact{
	padding: 10px;
	border: 1px solid #ccc;
}
.main-product-list{
	margin-top: 20px;
}
.main-product-list span{
	margin-top: 10px;
}
.main-content{
	font-size: 16px;
	line-height: 30px;
}
.main-title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-author{
	padding: 10px 0;
	background: #f2f2f2;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	text-align: center;
	color: #666;
}
.main-author span{
	margin: 0 10px;
}
.main-con{
	line-height: 26px;
}
.main-con p{
	text-indent: 2em;
}
.img-info h1{
	font-size: 20px;
	font-weight: bold;
	color: #222;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
	margin: 10px 0 0;
}
.img-info p{
	margin: 20px 0;
	color: #666;
}
.img-tel{
	display: block;
	width: 400px;
	height: 38px;
	line-height: 38px;
	background: url(../images/tel_bg.jpg) no-repeat left top;
	font-size: 20px;
	padding-left: 40px;
	color: #fff;
}
.product-detail{
	height: 34px;
	line-height: 34px;
	background: #f0f0f0 url(../images/icon_red.jpg) no-repeat 10px center;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	border: 1px solid #ddd;
}
.pagination > li > a,
.pagination > li > span {
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #cc0000;
  border-color: #ddd;
}


@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
    background: url(../images/li_line.gif) no-repeat right center;
  }
  .navbar-nav > li > a {
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
  }
  .carousel-indicators {
	    bottom: 0;
  }
}

@media (max-width: 767px) {
	.navbar-brand {
	  float: left;
	  height: 60px;
	  padding: 10px 15px;
	}
	.navbar-brand  img{
	  height: 45px;
	}
    .navbar-default .navbar-collapse {
	  background: none;
	}
	.navbar-default .navbar-nav > li > a {
	  color: #333;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
	  color: #fff;
	  background: #cc0000;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	  color: #fff;
	  background: #cc0000;
	}
	.carousel-indicators {
		display: none;
	}
	.ys-box{
		background: none;
	}
	.ys-title{
		color: #fff;
		padding: 30px 0;
		background-color: #a70c0a;
	}
	.ys-title h3{
		font-size: 24px;
		color: #fff;
		margin: 0;
		font-weight: bold;
	}
	.ys-title p{
		font-size: 20px;
		margin: 20px 0 0;
	}
	.ys-item .ys-item-title{
		height: auto;
		background: none;
	} 
	.ys-item .ys-item-title span{
		display: none;
	}
	.ys-item .ys-item-title h4{
		padding-top: 20px;
		margin: 0;
		font-size: 12px;
		color: #999;
		text-align: center;
		width: 100%;
	}
	.ys-item .ys-item-title h4 b{
		display: block;
		font-size: 22px;
		color: #222;
		margin-bottom: 5px;
	}
	.ys-item p{
		padding-left: 15px;
		background: url(../images/icon_ys.png) no-repeat left 10px;
		line-height: 26px;
		margin-top: 15px;
	}
	.case .carousel-inner {
	  position: relative;
	  width: 100%;
	  overflow: hidden;
	  margin-left: 0;
	}
	.case .carousel-control {
	  position: absolute;
	  top: 50%;
	  bottom: 0;
	  left: 0;
	  width: 10%;
	}
	.about-box{
		background: #b01c18;
		background-image: none;
		padding: 64px 0;
	}
	.about-box img{
		padding-bottom: 20px;
		background: url(../images/about_img_bottom.jpg) no-repeat bottom center;
	}
	.about-box a{
		display: block;
		margin-top: 15px;
	}
	.news-img .col-md-7 b{
		margin-top: 20px;
	}
	.main-author span{
		display: block;
		margin: 0 auto 10px;
	}
	.product-show .col-md-4 img,
	.case .col-md-4 img,
	.list-case img{
		height: auto;
	}
	.img-info h1{
		text-align: center;
	}
	.img-tel{
		margin: 0 auto;
	}
}
