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;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
  /*border-bottom: 3px solid #0081cc ;*/
}
.navbar-default {
  background-color: transparent;
}
.navbar-brand {
  float: left;
  height: 86px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 20px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  padding: 23px 15px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0081cc;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0081cc;
}
.navbar-default .navbar-nav > li:hover > a{
  color: #fff;
  background-color: #0081cc;
}
.navbar-default .navbar-nav .dropdown:hover .dropdown-menu{
	display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  width: 480px;
  min-height: 300px;
  padding: 25px;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  /*border-top: 3px solid #0081cc;*/
}
.dropdown-menu  li {
	margin-left: 320px;
	/*width: 110px;*/
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #999;
	text-align: center;
}
.dropdown-menu  li > a {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0;
  clear: both;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu  li > a:hover,
.dropdown-menu  li > a:focus {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}

.menu01{
	background: #fff url(../images/menu_img01.jpg) no-repeat 25px 25px;
}
.menu02{
	background: #fff url(../images/menu_img02.jpg) no-repeat 25px 25px;
	width: 560px;
}
.menu03{
	background: #fff url(../images/menu_img03.jpg) no-repeat 25px 25px;
	left: auto;
	right: 0;
	width: 500px;
}
.menu04{
	background: #fff url(../images/menu_img04.jpg) no-repeat 25px 25px;
	left: auto;
	right: 0;
}
.menu05{
	background: #fff url(../images/menu_img05.jpg) no-repeat 25px 25px;
	left: auto;
	right: 0;
}

.slideBox{ width:100%; height:400px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:20px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:40px; height:8px; line-height:8px; text-align:center; background:#fff; cursor:pointer; opacity: 0.5;}
.slideBox .hd ul li.on{ background:#0081cc; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:400px; display:block;  }

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  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: 40px;
  height: 8px;
  margin: 0 5px 0 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 0;
}
.carousel-indicators .active {
  width: 40px;
  height: 8px;
  margin: 0 5px 0 0;
  background-color: #0081cc
}

.lab h3{
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}
.lab p{
	line-height: 30px;
}
.product h3,
.lab h3{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	color: #0081cc;
}
.product a div{
	width: 100%;
	height: 210px;
	overflow: hidden;

	padding: 4px;
}
.product a img{
	width: 100%;
	height: 210px;
	transition: all 0.5s;
}
.product a:hover img{
	transform: scale(1.1);
}
.product a h4{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 20px 0 0;
}
.honor-item {
	/* float: none; */
	display: inline-block;
}

.honor-item a div {
	height: auto;
	
	overflow: hidden;
}
.honor-item a img {
	display: block;
	height: auto;
}
.honor-item a h4 {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.title {
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
	/*padding-bottom: 20px;*/
}
.title h3{
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	color: #0081cc;
	margin: 0;
}
.title a{
	color: #666;
}
.info-news{
	margin-top: -10px;
}
.info-news li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}
.info-text p{
	line-height: 30px;
}
.footer{
	background-color: #f0f0f0;
	border-top: 3px solid #0081cc;
}
.footer-menu{
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-menu h3{
	font-size: 18px;
}
.footer-menu li{
	line-height: 30px;
}
.footer-copyright{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px #d8d8d8 solid;
	line-height: 30px;
}
.footer-copyright .pull-right a{
	margin: 0 5px;
}

.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#0081cc url(../images/rightbar.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#0081cc url(../images/rightbar.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#0081cc url(../images/rightbar.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#0081cc url(../images/rightbar.png) no-repeat 0 -169px;}
.hd_qr{margin:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

.sidebar h3{
	height: 70px;
	line-height: 70px;
	background-color: #0081cc;
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.sidebar ul,
.sidebar-contact{
	border: 1px solid #ccc;
	padding: 10px 20px;
}
.sidebar li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}
.position{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
.position h2,
.position h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
}
.menu-list li,
.menu-list h4
.menu-list h5 {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.menu-list h4 {
	margin: 0;
}
.sidebar-list h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 0 15px;
	color: #0081cc;
}
.menu-list li a,
.menu-list h4 a{
	display: block;
	height: 35px;
	line-height: 35px;
	color: #666;
	font-size: 13px;
	padding-left: 20px;
	background: url(../images/news-arrow.gif) no-repeat 5px -29px;
}
.menu-list ul li a {
	padding-left: 35px;
	background: url(../images/news-arrow.gif) no-repeat 40px -29px;
}
.menu-list ul li a:hover {
	background: #0081cc url(../images/news-arrow.gif) no-repeat 40px -5px;
}

.menu-list li a:hover,
.menu-list li a.thisclass,
.menu-list h4 a:hover,
.menu-list h4 a.thisclass{
	background-color: #0081cc;
	text-decoration: none;
	color: #fff;
	background: #0081cc url(../images/news-arrow.gif) no-repeat 5px -5px;
}
.menu-list ul {
	display: none;
	text-indent: 20px;
}

.menu-list li.thisbig

 {
    height: auto;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.menu-list li.thisbig h5{
    margin:0px;
}
.menu-list1 ul{
	margin-left: 20px;
}

.list_news{
	margin-top: 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}
.list_news h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
}
.list_news span{
	color: #666;
	line-height: 40px;
}
.list_news p{
	line-height: 26px;
	color: #666;
}
.news-title{
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0;
}
.news-info{
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
	color: #666;
}
.news-info span{
	margin: 0 10px;
}
.test-info {
	line-height: 30px;
}
.news-description{
	border: 1px solid #ccc;
	padding:20px;
	line-height: 30px;
	text-indent: 2em;
	margin: 30px 0 0;
	font-size: 16px;
	font-weight: bold;
}
.content{
	font-size: 15px;
	line-height: 30px;
	color: #444;
}
.product-content img{
	border:1px solid #ccc;
	width: 100%;
	padding: 5px;
}
.product-content h1{
	height: 60px;
	line-height: 60px;
	background-color: #0081cc;
	color: #fff;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}
.product-content h2{
	font-size: 16px;
	margin: 30px 0 0;
	line-height: 30px;
	color: #666;
}
.product-info{
	height: 40px;
	line-height: 40px;
	background-color: #e2e2e2;
	margin: 30px 0 0;
	font-size: 18px;
}
.product-info span{
	display: inline-block;
	padding: 0 20px;
	background-color: #0081cc;
	color: #fff;
}
.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: -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 {
  z-index: 2;
  color: #fff;
  background-color: #0081cc;
  border-color: #0081cc;
}
.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: #0081cc;
  border-color: #0081cc;
}
.join-tel {
	font-size: 16px;
	margin: 20px 0;
}
.table th {
	vertical-align: middle;
	text-align: center;
}
.table tr td:nth-child(3),
.table tr td:nth-child(4){
	text-align: left;
}
.banner{
	width: 100%;
	height: 400px;
	color: #fff;
	text-align: center;
}
.banner p {
	font-size: 40px;
	font-weight: bold;
	line-height: 400px;
	margin: 0;
	text-shadow:2px 2px 5px #333;
	letter-spacing: 5px;
}
.banner-product{
	background: url(../images/banner_product.jpg) no-repeat top center;
}
.banner-about{
	background: url(../images/banner_about1.jpg) no-repeat top center;
}
.banner-contact{
	background: url(../images/banner_contact.jpg) no-repeat top center;
}
.banner-news{
	background: url(../images/banner_news.jpg) no-repeat top center;
}
.banner-test{
	background: url(../images/banner_test.jpg) no-repeat top center;
}
.banner-test p{
	color: #444;
	text-shadow:2px 2px 5px #fff;
}
.test-content ,
.test-content span{
	font-size: 16px !important;
	line-height: 30px;
}
.test-content h3 {
	font-size: 18px !important;
	margin: 20px 0;
	color: #0081cc !important;
}
.test-content h3 font,.test-content h3 b,.test-content h3 strong,.test-content h3 span{
	font-size: 18px !important;
	margin: 10px 0;
	color: #0081cc !important;
	font-weight: bold;
}


@media (max-width: 767px) {
  .navbar-brand {
    height: 50px;
		padding: 0 15px;
  }
	.navbar-brand img{
		height: 50px;
	}
	.navbar-default .navbar-nav > li > a {
		color: #333;
		padding: 15px 15px;
		line-height: 20px;
		font-weight: bold;
		font-size: 16px;
	}
	.product a div,
	.product a img{
		height: auto;
	}
	.menu-list a{
		width: 40%;
	}
	.banner {
		background-size: 100% auto;
		height: 85px;
		overflow: hidden;
	}
	.banner p {
		font-size: 16px;
		font-weight: bold;
		line-height: 85px;
		margin: 0;
		text-shadow:2px 2px 5px #333;
		letter-spacing: 5px;
	}
	.content img{
		max-width: 100%;
		width: auto !important;
		height: auto !important;
	}
}

      .footer-bottom-fixed {
        width: 100%;
        height: 60px;
        background-color: #fea042;
        color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
      }
      .footer-bottom-fixed a{
        display: block;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 60px;
        width: 50%;
        float: left;
        font-weight: bold;
      }
      .footer-bottom-fixed a:nth-child(1) {
        background-color: #0081cc; 
      }
      .footer-bottom-fixed img {
        display: inline-block;
        width: auto;
        height: 30px !important;
        margin-right: 10px;
        vertical-align: middle;
      }