body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
a{
	color: #333;
}
a:hover{
	color: #ff6600;
	text-decoration: none;
}
.clearfix{
	overflow: hidden;
}
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.top{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	color: #666;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
}
.navbar-default {
  background-color: transparent;
}
.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: #ff6600;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ff6600;
}
.navbar-default .navbar-collapse{
	background-color: #404040;
}
.navbar-tel{
	height: 56px;
	background: url(../images/tel.gif) no-repeat left top;
	padding-left: 70px;
	margin-top: 30px;
}
.navbar-tel span{
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.navbar-tel b{
	display: block;
	font-size: 26px;
	line-height: 30px;
	color: #ff6600;
}
.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: 12px;
  height: 12px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255,255,255,0.3);
  border: none;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #fff;
}
.product{
	background: #f5f5f5 url(../images/products_bg.jpg) no-repeat top center;
	padding: 205px 0 40px;
}
.product-list{background:#fff;padding-bottom:30px;}
.product-list span{width:100%;display:block;text-align:center;line-height:60px;font-weight:600;font-size:26px;color:#333;}

.product-list a{
	display: block;
	padding: 10px 15px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin: 10px 3px;
}
.product-list a:hover{
	background-color: #404040;
	color: #fff;
}
.product-list .lei{background:#f1f1f1;font-size:16px;}
.product-item{
	margin-top: 30px;
}
.product-item span{
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #e3e3e3;
	font-size: 16px;
}
.product-item:hover span{
	background-color: #ff6600;
	color: #fff;
}
.about{
	background: url(../images/about_bg.jpg) no-repeat left top;
	padding-top: 70px;
}
.about p{
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}
.about a{
	float: right;
	margin-top: -25px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	background-color: #404040;
	color: #fff;
	text-align: center;
}
.about a:hover{
	background:#ff6600;
}
.title{
	height: 40px;
	line-height: 40px;
	background: url(../images/title_bg.gif) repeat-x;
}
.title h3{
	margin: 0 0 20px;
	width: 165px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background-color: #fff;
	font-weight: bold;

}
.title h3 span{
	display: block;
	width: 135px;
	height: 40px;
	background-color: #404040;
	color: #fff;
}
.title a{
	width: 70px;
	height: 24px;
	line-height: 24px;
	margin-top: 8px;
	background-color: #fff;
	color: #666;
}
.case-item{
	margin-top: 30px;
	width:300px;
}
.case-item span{
	margin-top: 10px;
}

.title02{
	height: 70px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.title02 h3{
	margin: 0;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
}
.title02 h3 span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #999;
	margin-top: 5px;
}
.news-image{
	background-color: #f1f1f1;
	position: relative;
}
.news-image img{
	width: 100%;
	height: 260px;
}
.news-data{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	background-color: #ff6600;
	color: #fff;
	padding: 10px;
}
.news-data b{
	display: block;
	font-size: 36px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.news-data span{
	display: block;
	font-size: 16px;
}
.news-image a{
	display: block;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 0 20px;
}
.news-image p{
	line-height: 26px;
	color: #666;
	padding: 0 20px;
}
.news-list li{
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #d2d2d2;
	background: url(../images/icon_news.gif) no-repeat left center;
	padding-left: 15px;
}
.news-list li a:hover{
	color:#ff6600;
}
.news-list li span{
	color: #999;
	font-size:13px;
}
.main .message .clearfix input{
	width: 80%;
}
.main .message textarea{
	width: 90%;
}
.footer{
	background-color: #333;
	color: #fff;
	padding: 30px 0;

}
.flink{
	padding: 15px 0;
	background-color: #f5f5f5;
	color: #999;
	margin-top:30px;
}
.flink a{
	color: #999;
	margin: 0 5px;
}
.section-service {
    position: relative;
    overflow:hidden;
    margin-top:30px;
    background: url(../images/service.jpg) no-repeat top center; 
}
.m8 {
    position: absolute;
    max-width: none;
}
.service-link li a {
    display: block;
    height: 130px;
    width: 130px;
    margin: 20px auto;
    padding: 20px;
    background-color: #858585;
    border-radius: 50%;
    color: #fff;
}
.service-link li a:hover {
    background-color: #be182e;
}
.service-link li img {
    margin: 10px auto;
}
.sidebar-title{
	height: 50px;
	background: url(../images/sidebar-title.jpg) repeat-x;
	color: #fff;
}
.sidebar-title h3{
	font-size: 18px;
	line-height: 50px;
	margin: 0;
}
.sidebar-list{
	padding: 10px 0;
	/*border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom:1px solid #eee;*/
}
.sidebar-list li{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #e4e4e4;
	background: url(../images/icon_sidebar.gif) no-repeat 20px center;
	padding-left: 50px;
	font-size: 16px;
}
.sidebar-list dl{
	margin-bottom: 5px;
}
.sidebar-list dl dt{
	height: 33px;
	line-height: 33px;
	border: 1px solid #ccc;
	background: url(../images/dt_bg.jpg) repeat-x;
	font-size: 16px;
	margin-bottom: 5px;

}
.sidebar-list dl dt a{
	display: block;
	height: 35px;
	background: url(../images/icon_dt.jpg) no-repeat 20px center;
	padding-left: 50px;
}
.sidebar-list dl dd{
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: url(../images/icon_dd.jpg) no-repeat 5px center;
	padding-left: 15px;
}
.sidebar-title01{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	margin: 0;
	/*background: #dfdfdf url(../images/sidebar-list.gif) no-repeat 80% center;*/
	background-color: #404040;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.sidebar-title02{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	margin: 20px 0;
	/*background: #dfdfdf url(../images/sidebar-contact.gif) no-repeat 80% center;*/
	background-color: #404040;
	color: #fff;
	font-size: 18px;
}

.sidebar-contact{
	padding: 0 10px;
}
.sidebar-contact p{
	line-height: 30px;
	font-size: 16px;
}
.position{
	height: 50px;
	line-height: 50px;
	background: url(../images/icon_house.gif) no-repeat left center;
	padding-left: 40px;
	border-bottom: 1px solid #e4e4e4;
}
.position h3{
	margin: 0;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}
.position span,
.position span a{
	color: #666;
}
.news-item{
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px dashed #d9d9d9;
}
.news-item a{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.news-item p{
	line-height: 30px;
	color: #666;
}
.news-item span{
	color: #999;
	display: block;
	text-align: right;
}
.main-title{
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 20px;
}
.main-info{
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.main-info span{
	color: #666;
	margin: 0 5px;
}
.content{
	line-height: 30px;
}
.content img{
	display: block;
	max-width: 100%;
	margin: 5px auto;
}
.recommend-title{
	margin: 20px 0 0;
	width: 100px;
	height: 35px;
	line-height: 35px;
	border-bottom: 2px solid #ec6700;
	font-size: 18px;
}
.main-product .img-responsive{
	width: 100%;
}
.main-product-title{
	font-size: 18px;
	font-weight: bold;
	color: #444;
	padding: 15px 0;
	border-bottom: 1px dashed #d3d3d3;
	margin: 0 0 20px;
}
.main-product-info{
	color: #666;
	margin-bottom: 20px;
}
.main-product-info span{
	color: #ed6800;
	margin-right: 10px;
}
.main-phone{
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	background: url(../images/phone.jpg) no-repeat left center;
	padding-left: 45px;
	color: #666;
}
.main-phone b{
	font-size: 24px;
	color: #eb6703;
}
.main-price{
	height: 45px;
	line-height: 45px;
}
.main-price li{
	display: inline-block;
	width: 140px;
	height: 45px;
	margin-right: 15px;
}
.main-price .main-price01{
	display: block;
	width: 140px;
	height: 45px;
	background-color: #ec6700;
	color: #fff;
}
.main-price .main-price02{
	display: block;
	width: 140px;
	height: 45px;
	background-color: #004b9e;
	color: #fff;
}
.main-type{
	height: 50px;
	background-color: #fff;
	margin: 40px auto;
}
.main-type a{
	float: left;
	width: 25%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background-color: #ececec;
	padding-right: 1px;
}
.main-type a:hover,
.main-type a.active{
	background-color: #ec6700;
	color: #fff;
}
.list_page{text-align:center; margin:25px auto 20px;}
.list_page a{display: inline-block; margin:0 5px;padding:5px 12px;color:#333; cursor:pointer;}
.list_page .thispage, .list_page a:hover{background:#ff6600; color:#fff; }
.list_page span{margin:0 5px;padding:5px;}
.list_page span input{display: none}


.pos{
    background: #ffffff;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    overflow: hidden;
}
.pos h3{
	    line-height: 45px;
    margin: 0px;
    color: #f60;
}
.pos a{
	    text-align: right;
}

@media (min-width: 768px) {
  .navbar-brand {
	  float: left;
	  height: 120px;
	  padding: 20px 15px;
	}
	.navbar-header {
    float: left;
    width: 100%;
  }
  .navbar-nav > li > a {
  padding: 15px 40px;
  font-size: 16px;
  line-height: 20px;
	}
	.product-item a img{
		width: 100%;
		height: 200px;
	}
	.case-item img{
	width: 100%;
	height: 190px;
	}
	.carousel-inner img{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.navbar-brand {
	  float: left;
	  height: 50px;
	  padding: 0 15px;
	}
	.navbar-brand img{
		height: 50px;
	}
  .product-list{
    overflow: hidden;
  }
  .product-list a{
    float: left;
    width: 47%;
    padding: 6px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin: 5px 5px;
  }
	.product{
		background: none;
		background-color: #f5f5f5;
		padding: 40px 0 40px;
	}
  .product-item a img{
		width: 100%;
		height: 120px;
	}
	.main .message .clearfix input{
		width: 70%;
	}
	.main .message textarea{
		width: 70%;
	}
	.section-service {
		background-color: #d1d0ce;
	}
}