body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
a{
	color: #333;
}
a:hover{
	color: #666;
	text-decoration: none;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
}
.navbar-default {
  background-color: transparent;
}

.navbar-default .navbar-collapse {
  background-color: #182133;
}
.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: #03eade;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #03eade; 
}
.carousel-indicators {
  position: absolute;
  bottom: 0px;
  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: 14px;
  height: 14px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: #c00;
}
.title{
	padding: 30px 0;
}
.title h3,
.title h2,
.title b{
	font-size: 38px;
	font-weight: bold;
	color: #182133;
	margin: 0 0 30px;
	display: block;;
}
.title h3 span{
	color: #ce0001;
}
.title p{
	font-size: 16px;
	color: #666;
	margin-bottom: 0;
}
.more-type{
	margin-top: 20px;
	font-size: 16px;
}
.product-item{
	margin-bottom: 30px;
}
.product-item div{
	box-shadow: 2px 5px 10px #eee;
}
.product-item div:hover {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 4px 30px rgba(0, 0, 0, .2);
	z-index: 2;
}
.product-item span, .product-item h4{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 0;
	overflow: hidden; 
}
.adv{
	padding: 0 0 50px;
	background-color: #f5f5f5;
}
.adv-con{
	min-height: 500px;
	background: url(../images/adv.png) no-repeat left top;
	padding-left: 120px;
}
.adv-con li{
	padding-top: 20px;
	padding-bottom: 20px;
}
.adv-con li h4, .adv-con li b{
	font-size: 24px;
	margin: 0 0 10px;
	font-weight: bold;
	color: #182133;
	display: block;
}
.adv-con li h4 span, .adv-con li b span{
	color: #ce0001;
}
.adv-con li p{
	line-height: 30px;
	color: #7d7d7d;
	margin-bottom: 0; 
}
.adv-con li p span{
	color: #182133;
}
.box{
	padding: 50px 0;
}
.title2{
	height: 60px;
	line-height: 60px;
	background-color: #f4f4f4;
	padding: 0 10px;
	margin-bottom: 30px;
}
.title2 h3, .title2 b{
	font-size: 24px;
	font-weight: bold;
	color: #182133;
}
.nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
  width: 20%;
}
.nav-tabs > li > a {
	display: block;
	height: 60px;
  margin-right: 0;
  line-height: 60px;
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 0;
  border-right: 1px solid #fff;
  font-size: 16px;
}
.nav-tabs > li > a:hover {
  background-color: #38425a;
  color: #fff;
  font-size: 16px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #38425a;
  color: #fff;
  border: 0;
  font-size: 16px;
}
.about h3, .about b{
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ce0001;
	display: block;
}
.about p{
	line-height: 28px;
	margin-bottom: 0;
}
.case .col-md-4 div{
	box-shadow: 2px 4px 8px #eee;
}
.case span{
	height: 50px;
	line-height: 50px;
}
.list-news li{
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	float: left;
	width: 47%;
	margin-right: 3%;
	background: url(../images/icon_news.gif) no-repeat left center;
	padding-left: 20px;
	border-bottom: 1px dashed #ddd;
}
.contact{
	line-height: 28px;
	padding: 0 20px;
}
.footer{
	padding: 30px 0;
	background-color: #18181d;
	color: #8e8e8e;
}
.footer p{
	line-height: 30px;
	margin-bottom: 0;
}
.footer a{
	color: #8e8e8e;
}
.link{
	margin-top: 20px;
}
.link a{
	margin: 0 5px;
}
.position{
	height: 60px;
	line-height: 60px;
	background-color: #f4f4f4;
	margin: 30px auto;
}
.position h3, .position b{
	font-size: 18px;
	margin: 0;
	width: 170px;
	height: 60px;
	line-height: 60px;
	background-color: #38425a;
	color: #fff;
	text-align: center;
}
.content{
	line-height: 30px;
	font-size: 16px;
}
.content img{
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin: 5px auto;
}
table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}
table  th,
table  td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: center;
}
.table {
  background-color: #fff;
}
table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tr:hover {
  background-color: #f5f5f5;
}
.news-item{
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}
.news-item a{ 
	font-size: 18px;
	font-weight: bold;
	background: url(../images/icon_news.gif) no-repeat left center;
	padding-left: 20px;
}
.news-item span{
	font-size: 16px;
	color: #666;
}
.news-item p{
	margin: 10px 0 0;
	line-height: 26px;
	color: #666;
}
.main-title{
	font-size: 24px;
	font-weight: bold;
	color: #222;
	margin: 0 0 10px;
}
.main-info{
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	color: #666;
}
.main-info span{
	margin: 0 8px;
}
.product-list h3, .product-list b{
	margin: 0 0 10px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	background-color: #182133;
	color: #fff;
	font-size: 20px;
	display: block;
}
.product-list li{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 16px;
	border-bottom: 1px dashed #ddd;
	color: #666;
}
.main-item{
	margin-bottom: 40px;
}
.main-product{
	border: 1px solid #ccc;
}
.main-product-info h1{
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px;
}
.main-product-info p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 20px;
}
.main-product-info b{
	height: 60px;
	line-height: 60px;
	background: url(../images/contact.jpg) no-repeat left top;
	font-size: 24px;
	color: #ce0001;
	padding-left: 102px;
}
.main-product-content{
	height: 60px;
	line-height: 60px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.main-product-content h3, .main-product-content b{
	margin: 0;
	font-size: 20px;
	width: 30%;
	height: 60px;
	line-height: 60px;
	background-color: #38425a;
	color: #fff;
	text-align: center;
	display: block;
}
.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: #222;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ce0001;
  border-color: #ce0001;
}
.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: #ce0001;
  border-color: #ce0001;
}
.type{
	height: 60px;
	background-color: #f4f4f4;
	margin-bottom: 30px;
}
.type h3{
	height: 60px;
	line-height: 60px;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 18px;
	margin: 0;
}
.type a {
	display: block;
	line-height: 60px;
}
.type a:hover,.type .current{
	background-color: #38425a;
	color: #fff;
}

@media (min-width: 768px) {
	.navbar-header{
		width: 100%;
	}
	.navbar-brand {
	  float: left;
	  height: 120px;
	  padding: 25px 15px;
	}
	.navbar-brand img{
		height: 70px;
	  }
	.navbar-nav > li > a {
	  padding: 20px 39px;
	  font-size: 16px;
	}
	.navbar-tel{
		height: 51px;
		margin-top: 35px;
		background: url(../images/tel.png) no-repeat left top;
		padding-left: 70px;
	}
	.navbar-tel span{
		display: block;
		font-size: 16px;
		height: 20px;
	}
	.navbar-tel b{
		font-size: 30px;
		line-height: 30px;
		color: #c00;
	}
	.navbar-tel i{
		font-size: 18px;
		line-height: 30px;
		color: #333;
		font-style: normal;
	}
	.product-item img{
		width: 100%;
		height: 195px;
	}
	.case img{
		width: 100%;
		height: 170px;
	}
	.adv .carousel-inner img{
		width: 100%;
		height: 480px;
	}
}


@media (max-width: 767px) {
	.navbar-brand {
	  float: left;
	  height: 60px;
	  padding: 15px 15px;
	}
	.navbar-brand img{
	  height: 26px;
	}
	.list-news li{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.title h3, .title b{
		font-size: 24px;
	}
	.adv-con li h4, .adv-con li b{
		font-size: 20px;
	}
	.adv-con{
	min-height: auto;
	background: none;
	padding-left: 0;
	}
	.about h3, .about b{
		margin-top: 20px;
	}
	.news-item a,
	.news-item span{
		float: none !important;
	}
	.news-item span{
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.main-title{
		font-size: 18px;
	}
	.main-product-info h1{
		margin-top: 20px;
		font-size: 20px;
		text-align: center;
	}
	.type{
		height: 60px;
		background-color: #fff;
		margin-bottom: 20px;
	}
	.type h3{
		height: 60px;
		line-height: 60px;
		border-right: none;
		text-align: center;
		font-size: 18px;
		margin: 0 0 20px;
		background-color: #f4f4f4;
	}
}


      .footer-bottom-fixed {
        width: 100%;
        height: 60px;
        background-color: #3e9f35;
        color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
      }
      .footer-bottom-fixed a{
        display: block;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
      }
      .footer-bottom-fixed-home,
      .footer-bottom-fixed-product,
      .footer-bottom-fixed-contact,
      .footer-bottom-fixed-top {
        width: 20%;
        padding: 5px 0;
        float: left;
      }
      .footer-bottom-fixed-contact,
      .footer-bottom-fixed-top {
        float: right;
      }
      .footer-bottom-fixed-home img,
      .footer-bottom-fixed-product img,
      .footer-bottom-fixed-contact img,
      .footer-bottom-fixed-top img {
        display: block;
        width: auto;
        height: 30px !important;
        margin: 0 auto 2px;
      }
      .footer-bottom-fixed-tel {
        display: block;
        position: fixed;
        bottom: 5px;
        left: 50%;
        width: 80px;
        height: 80px;
        border: 5px solid #fff;
        border-radius: 50%;
        background-color: #f9c936;
        margin-left: -40px;
        z-index: 99999;
        
        
      }
      .footer-bottom-fixed-tel img {
        display: block;
        width: 34px !important;
        height: auto;
        margin: 15px auto 5px;
      }
      .footer-bottom-fixed-tel span {
        font-size: 14px;
        font-weight: bold;
        color: #101d3f;
      }