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: #ff0000;
	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: #ff0000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ff0000;
}
.navbar-brand {
  float: left;
  height: 100px;
  padding: 10px 15px 15px 15px;
}
.navbar-brand > img {
  display: block;
}
.navbar-collapse{
	background-color: #008ed4;
}
.navbar-tel{
	background: url(../images/phone.png) no-repeat left center;
	padding-left: 60px;
	margin-top: 25px;
    font-size: 16px;
}
.navbar-tel b{
	font-size: 25px;
	line-height: 30px;
	color: #ff0000;
}
.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: #fff;
  border: none;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #195fbc;
}
.common-title h3{
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #008ed4;
}
.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: #ff0000 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: #ff0000 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.contact{
	line-height: 26px;
	color: #333;
}
.contact p{
	margin: 0;
}
.box{
  padding: 30px 0;
  background-color: #ededed;
}
.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: #0053a9;
}
.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: 280px;
}
.hot-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: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #008ed4;
	border-radius: 20px;
    margin: 20px auto;
    font-size: 14px;
}
.about-more:hover{
  color: #fff;
  background-color: #ff0000;
}
.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: 24px;
	font-weight: bold;
	color: #008ed4;
}
.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;
}


.footer{
	padding: 25px 0 65px 0;
	background-color: #008ed4;
	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: #ff0000;
}
.flink{display:none;}
@media (min-width: 768px){
.flink{display:inline;}
}
.footdh{display:inline;}
@media (min-width: 768px){
.footdh{display:none;}
}


.product-box{
	background-color: #008ed4;
	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: 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: #ff0000 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: 25px;
}
@media (max-width: 768px){
.content{
	margin-top:-15px;
	line-height: 25px;
}
}

.news-item{
	background-color: #f4f4f4;
	box-shadow: 0 2px 5px #d6d4d1;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
}
@media (max-width: 768px){
.news-item{
	background-color: #f4f4f4;
	box-shadow: 0 2px 5px #d6d4d1;
	padding: 20px;
	margin-top:-15px;
	margin-bottom:30px;
	overflow: hidden;
}
}

.news-item a{
  color: #008ed4;
}
.news-item b{
	font-size: 16px;
}
.news-item p{
	margin-top: 10px;
	line-height: 26px;
	color: #666;
}
.news-item .more{
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #F48C00;
	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;
}
}

.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-brand {
	  float: left;
	  height: 55px;
	  padding: 5px;
	}
	.navbar-brand img{
		height: 45px;
	}
	.hot-product img{
		height: auto;
	}
}


.pic01{
	overflow: hidden;
}
.pic01 img{
	cursor: pointer;
	transition: all 0.5s;
}
.pic01 img:hover{
	transform: scale(1.20);
}


.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 170px;
	height: 43px;
	font: 16px/43px 'Microsoft YaHei';
	color: #fff;
	text-indent: 50px;
	margin-bottom: 3px;
	border-radius: 5px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #ff0000 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #ff0000 url(../images/fixCont.png) no-repeat 0 -46px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #ff0000 url(../images/fixCont.png) no-repeat 0 -92px;
}
.yb_bar .yb_ercode {

	background: #ff0000 url(../images/fixCont.png) no-repeat 0 -138px;
}
.hd_qr { 
    margin: 4px 0 0 20px;
}
.yb_QQ a {
	display: block;
	text-indent: 50px;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration:none;
}
.yb_phone a {
	color: #fff;
	text-decoration:none;
}

.foot { background-image:url(footdh.jpg); background-repeat:repeat-x; background-position:center; padding:5px 0}
.foot a { font-size:12px; color:#FFFFFF; line-height:12px}

<!-- RightBar Start 在线客服 -->
li{ list-style-position:outside; list-style:none; vertical-align:bottom;}
.rightBar{ width:50px; position:fixed; right:10px; top:50%; margin-top:-120px; z-index:200}
.rightBar .link{ display:block; cursor:pointer; width:50px; height:50px; background:#00a8fc; margin:1px 0 0 0; position:relative; left:0; top:0; transition:all linear .2s; margin-top:6px}
.rightBar .link .img{ display:block}
.rightBar .link .lChi{ visibility:hidden; opacity:0; filter:alpha(opacity = 0); height:50px; position:absolute; right:49px; top:0; padding:0 20px 0 0; overflow:hidden; transition:all linear .2s}
.rightBar .link .lChi .ar{ display:block; position:absolute; right:10px; top:15px}
.rightBar .link .lChi .txt{ display:block; height:50px; line-height:50px; font-size:14px; color:#fff; padding:0 20px; white-space:nowrap; border-radius:4px; background:url(../images/bantouming.png) repeat;}
.rightBar .link:hover{ background:url(../images/hoverbg.jpg) repeat-y;}
.rightBar .link:hover .lChi{ visibility:visible; opacity:100; filter:alpha(opacity = 100);}
.rightBar .link:hover .wxgzh,.rightBar .link:hover .chis{ display:block}
.rightBar .first{ cursor:default; border-top-left-radius:4px; border-top-right-radius:4px;}
.rightBar .last{ border-bottom-left-radius:4px; border-bottom-right-radius:4px;}
.rightBar .wxgzh{ display:none; position:absolute; top:-11px; left:-192px; width:188px; height:258px; background:url(../images/wxgzhbg.png) no-repeat 0 0}
.weixin{ width:142px; height:208px; float:left; margin-top:30px; margin-left:20px; display:inline;}
.weixin_er{ width:142px; height:142px; float:left; overflow:hidden;}
.weixin_er img{ width:142px; height:142px;}
.weixin_zi{ width:142px; height:50px; float:left; border-top:1px #fff solid; color:#fff; margin-top:10px; text-align:center; line-height:20px; font-size:14px; padding-top:10px;}
<!-- RightBar End 在线客服 -->