body{font-family:Arial,sans-serif}
a{
	color: #333;
}
a:hover{
	color: #de2910;
	text-decoration: none;
}
a:focus,
button:focus,
input:focus {
    outline: none;
	text-decoration:none;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.mt10{
	margin-top: 10px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.top{
	height: 35px;
	line-height: 35px;
	background-color: #eaeaea;
	min-width:1200px;
}
.top a{
	margin: 0 5px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .navbar-nav > li {
  background:url(../images/nav_line.gif) no-repeat right center;
}
.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: #c1210c;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #c1210c;
}
.navbar-brand {
  float: left;
  height: 100px;
  padding: 20px 15px 15px 15px;
}
.navbar-brand > img {
  display: block;
}
.navbar-collapse{
	background-color: #de2910;
}
.navbar-tel{
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 60px;
	margin-top: 25px;
    font-size: 15px;
	color:#666;
}
.navbar-tel b{
	font-size: 27px;
	line-height: 30px;
	color: #333;
}
.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 37px;
  height: 4px;
  margin: 0 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius:0;
}
.carousel-indicators .active {
  width: 37px;
  height: 4px;
  margin: 0 3px;
  background-color: #de2910;
}
.common-title h3{
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #333333;
}
.common-title span{
  position: relative;
  width: 230px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #737373;
}
.common-title span:before{
  content: '';
  position: absolute;
  left: -50px;
  top: 14px;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #808080;
}
.common-title span:after{
  content: '';
  position: absolute;
  right: -50px;
  top: 14px;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #808080;
}
.product-list,
.contact{
	background-color: #fff;
	padding: 10px;
}
.product-list li{
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list li a{
	display: block;
	height: 40px;
	padding: 0 30px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list li a:hover{
	background: #de2910 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.product-list dl{
  margin-bottom: 0;
}
.product-list dt,
.product-list dd{
  height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list dt a{
  display: block;
	height: 40px;
	padding: 0 20px;
	background: #014fa2 url(../images/icon_dl.jpg) no-repeat 94% center;
	color: #fff;
}
.product-list dd a{
  display: block;
	height: 40px;
	padding: 0 20px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list dd a:hover{
  display: block;
	height: 40px;
	padding: 0 20px;
	background: #de2910 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.contact{
	line-height: 26px;
	color: #333;
}
.contact p{
	margin: 0;
}
.box{
  padding: 40px 0;
  background-color: #eee;
}
.hot-title{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/icon_hot.jpg) no-repeat left center;
	padding-left: 50px;
	border-bottom: 1px solid #fff;
}
.hot-title h3{
	margin: 0;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.hot-title a{
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #014fa2;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	margin-top: 15px;
}
.hot-product{
	margin-top: 20px;
}
.hot-product img{
	width: 100%;
	height: 300px;
}
.hot-product span{
	margin-top: 10px;
}

.hot2-product{
	margin-top: 20px;
}
.hot2-product img{
	width: 100%;
	height: 350px;
}
.hot2-product span{
	margin-top: 10px;
}
.feature{
  height: 514px;
  background: url(../images/bg.jpg) no-repeat top center;
  padding: 30px 0;
}
.feature h4{
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #008ed4;
}
.feature p{
  font-size: 16px;
  line-height: 30px;
}
.ys-title{
  width:643px;
  height: 104px;
  background: url(../images/ys_title.png) no-repeat top center;
  position: relative;
  color: #1d1d1d;
  margin-top: 40px;
}
.ys-title h3{
  margin: 0;
  padding: 50px 0 0 260px;
  font-size: 20px;
}
.ys-title b,
.ys-title span{
  display: block;
  font-size: 20px;
}
.ys-item .clearfix{
  height: 82px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ys-item .clearfix b{
  width: 82px;
  height: 81px;
  line-height: 26px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding-top: 15px;
  background: url(../images/icon_ys.png) no-repeat;
}
.ys-item .clearfix h4{
  color: #000000;
  font-size: 28px;
  margin: 10px 0 0;
  padding-left: 20px;
  font-weight: bold;
}
.ys-item .clearfix h4 span{
  display: block;
  margin-top: 5px;
  font-size: 18px;
  color: #3f3f3f;
  font-weight: normal;
}
.ys-item p{
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
  background: url(../images/icon_p.png) no-repeat left center;
  padding-left: 30px;
  font-size: 16px;
}
.case,
.news{
  padding:0;
}
.picMarquee-left{overflow:hidden; position:relative;}
.picMarquee-left .bd{}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{margin:0 10px; width: 280px; float:left; _display:inline; overflow:hidden;}
.picMarquee-left .bd ul li img{width:100%; height:280px;}
.picMarquee-left .bd ul li span{margin-top: 10px;}

.about-con{
	line-height: 30px;
  font-size: 16px;
}
.about-con p{
  text-indent: 0;
}
.about-con img{
  border: 0;
}
.about-more{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #de2910;
	border-radius: 10px;
    margin: 20px 0;
    font-size: 14px;
}
.about-more:hover{
  color: #fff;
  background-color: #c1210c;
}
.news-title{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	/*background: url(../images/more_line.jpg) no-repeat 102px center;*/
}
.news-title h3{
	margin: 0;
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.news-title h3 i{
	margin-left: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999;
    font-size: 18px;
}
.news-list li {
	height: 37px;
	line-height: 37px;
	border-bottom:1px #CCCCCC dashed;
	overflow: hidden;
	font-size:15px;
}


.footer{
	padding: 25px 0 30px 0;
	background-color: #de2910;
	color: #fff;
	line-height: 25px;
	margin-top:20px;
}
.footer a{
	color: #fff;
}
.footer p{
	margin: 0;
}
.flink{
	padding:0;
	color: #333;
	font-size:12px;
	line-height:18px;
}
.flink a{
	margin: 0;
	color: #333;
}
.flink a:hover{
	margin: 0;
	color: #de2910;
}
@media (min-width: 768px){
.flink{display:inline;}
}

.product-box{
	background-color: #de2910;
	color: #fff;
	padding: 5px;
}
.product-title{
	padding: 20px 0;
}
.product-title span{
	font-size: 16px;
	color: #fff;
  padding-top: 5px;
}
.product-title h3{
	margin: 0;
	color: #fff;
	font-size: 26px;
	
}
.product-list,
.contact{
	background-color: #fff;
	padding: 12px 15px;
}
.product-list li{
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list li a{
	display: block;
	height: 40px;
	padding: 0 30px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list li a:hover{
	background: #de2910 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.product-item{
	margin-top: 20px;
}
@media (max-width: 768px){
.product-item{
	margin-top:-15px;
	margin-bottom:30px;
}
}

.product-item img{
	width: 100%;
	height: auto;
}
.product-item span{
	margin-top: 10px;
}
.position{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
.position h3{
	margin: 0;
	line-height: 50px;
	font-size: 24px;
}
.content{
	margin-top: 20px;
	line-height: 28px;
	font-size:16px;
}
@media (max-width: 768px){
.content{
	margin-top:-15px;
	line-height: 25px;
}
.footer{
	padding: 25px 0 105px 0;
	background-color: #de2910;
	color: #fff;
	line-height: 25px;
	margin-top:20px;
}
}

.news-item{
	background-color: #f7f7f7;
	box-shadow: 0 2px 5px #e7e7e7;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
}
@media (max-width: 768px){
.news-item{
	background-color: #f7f7f7;
	box-shadow: 0 2px 5px #e7e7e7;
	padding: 20px;
	margin-top:-15px;
	margin-bottom:30px;
	overflow: hidden;
}
}

.news-item a{

}
.news-item b{
	font-size: 16px;
}
.news-item p{
	margin-top: 10px;
	line-height: 22px;
	color: #666;
}
.news-item .more{
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #de2910;
	color: #fff;
	border-radius: 5px;
}
.content-title{
	font-size: 24px;
	margin: 30px 0;
	line-height:32px;
}
@media (max-width: 768px){
.content-title{
	font-size: 24px;
	margin:-15px 0 20px 0;
	line-height:32px;
}
.common-title h3{
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #333333;
}
}

.content-info{
	padding: 10px 0;
	background-color: #eee;
}
@media (max-width: 768px){
.content-info{
	padding: 10px 0;
	background-color: #eee;
	margin:0 0 30px 0;
}
}
.content-info span{
	margin: 0 7px;
}
.product-info{
	margin-top: 20px;
}
.product-info h1{
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.product-info p{
	font-size: 15px;
	line-height: 30px;
}
.product-details{
	height: 45px;
	line-height: 45px;
	margin: 20px 0;
	background-color: #f2f2f2;
	font-size: 16px;
}
.product-details span{
	display: block;
	width: 130px;
	height: 45px;
	background-color: #008ed4;
	color: #fff;
	text-align: center;
}
.product-details span{
	display: block;
	width: 130px;
	height: 45px;
	background-color: #195fbc;
	color: #fff;
	text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 5px;
  line-height: 1.42857143;
  color: #195fbc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #195fbc;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #195fbc;
  border-color: #195fbc;
}
.pagination > .thisclass > a,
.pagination > .thisclass > span,
.pagination > .thisclass > a:hover,
.pagination > .thisclass > span:hover,
.pagination > .thisclass > a:focus,
.pagination > .thisclass > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #195fbc;
  border-color: #195fbc;
}

@media (min-width: 768px) {
	.navbar-header{
		width: 100%;
	}
  .navbar-nav > li > a {
	padding: 15px 40px;
    font-size: 16px;
	font-weight:bold;
	}
}

@media (max-width: 767px) {
.navbar-header{
	padding:15px;
}
	.navbar-brand {
	  float: left;
	  height: 50px;
	  padding:5px 15px 0 15px;
	}
	.navbar-brand img{
		height: 45px;
	}
	.hot-product img{
		height: 210;
	}
	.hot2-product img{
		height: 280;
	}
}

@media(min-width:768px){.tel{display:none}}
@media(max-width:767px){.tel{margin:auto; width:80%; height:56px; line-height:56px; background:#DE2910; font-size:26px; color:#FFFFFF; font-weight:bold; text-align:center; border-radius:28px; box-shadow: 0 0 5px #CCCCCC; position: fixed; left:0; right:0; bottom:25px; z-index:1000}}


.pic01{
	overflow: hidden;
	border:1px #eee solid;
}
.pic01 img{
	cursor: pointer;
	transition: all 0.5s;
}
.pic01 img:hover{
	transform: scale(1.10);
}