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;
}
.mt30 {
    margin-top: 30px;
}
.top {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #ededed;
    color: #666;
}
.top p {
    line-height: 40px;
    margin-bottom: 0;
}
.top a {
    margin: 0 5px;
    color: #666;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.navbar-default {
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #c00;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #c00;
}
.navbar-tel {
    line-height: 28px;
    margin-top: 30px;
}
.navbar-tel span {
    display: block;
    font-size: 20px; 
}
.navbar-tel b {
    display: block;
    font-size: 26px;
    color: #1361d7;
}
.navbar-default .navbar-collapse {
  background-color: #1361d7;
}
.carousel-indicators {
  position: absolute;
  bottom: 15px;
  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: #013f96;
}
.keywords-list a {
    margin: 0 5px;
}
.product {
    padding-top: 205px;
    background: url(../images/title_top.jpg) no-repeat top center;
}
.sidebar {
    background-color: #f4f4f4;
}
.sidebar-title {
    height: 88px;
    background: url(../images/sidebar_title.jpg) no-repeat top center;
    color: #fff;
    padding: 10px 0;
}
.sidebar-title h3 {
    line-height: 30px;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 5px;
}
.sidebar-title span{
    display: block;
    font-size: 18px;
    color: #85b2e9
}
.sidebar dl {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 20px;
}
.sidebar dl dt {
    height: 36px;
    line-height: 36px;
    background-color: #3091fa;
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}
.sidebar dl dt a {
    color: #fff;
    margin-left: 40px;
}
.sidebar dl dd {
    height: 36px;
    line-height: 36px;
    background: url(../images/icon_list.jpg) no-repeat 36px center;
    padding-left: 56px;
}

.sidebar-list {
    margin: 10px 0 0;
}
.sidebar-list li {
    height: 45px;
    line-height: 45px;
}
.sidebar-list li a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 25px;
    background: url(../images/icon_product.png) no-repeat 20px center;
    padding-left: 40px;
}
.sidebar-list li a:hover {
    background-color: #c00;
    color: #fff;
}
.product-item {
    margin-bottom: 30px;
}
.product-item div {
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.product-item h4{
    margin: 0;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    transition: all 0.5s;
    background-color: #eee;
} 
.product-item img {
    width: 100%;
    height: 190px;
    transition: all 0.5s;
}
.product-item a:hover img {
    transform:scale(1.2);
}
.product-item a:hover h4 {
    background-color: #1361d7;
    line-height: 50px;
    height: 50px;
    color: #fff;
}
.picScroll-left .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.picScroll-left .bd ul li{ 
    margin-right: 20px; 
    width: 265px;
    float:left; 
    _display:inline; 
    overflow:hidden; 
    background-color: #f5f5f5;
    border-bottom: 5px solid #176ce1;
}
.picScroll-left .bd ul li img {
    width: 100%;
    height: 200px;
}
.picScroll-left .bd ul li span {
    display: block;
    padding: 20px 0;
}
.picScroll-left .hd ul{ overflow:hidden; zoom:1; display:inline-block; margin-top: 50px; }
.picScroll-left .hd ul li{ display:inline-block;  width:15px; height:15px; overflow:hidden; margin-right:10px; text-indent:-999px; cursor:pointer; background:#999; border-radius:50%;}
.picScroll-left .hd ul li.on{ background:#1361d7; }

.picScroll-left .hd .prev,
.picScroll-left .hd .next{ display:inline-block;  width:50px; height:50px; border-radius:50%; margin-right:10px; overflow:hidden; cursor:pointer; background: #999 url(../images/icon_arrow.png) 0 0 no-repeat;}
.picScroll-left .hd .next{ background-position:-50px -50px;  }
.picScroll-left .hd .prev:hover{ background-color:#1361d7; }
.picScroll-left .hd .next:hover{ background-color:#1361d7; }

.picMarquee-left{ overflow:hidden; position:relative; }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li {
    margin-right: 20px; 
    width: 265px;
    float:left; 
    _display:inline; 
    overflow:hidden; 
}
.picMarquee-left .bd ul li img {
    width:100%;
    height: 200px;
}
.picMarquee-left .bd ul li span{ display: block; margin-top: 20px;}




.title-about h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 2px dashed #f1f1f1;
    margin: 0 0 20px;
}
.title-about p {
    font-size:16px;
    color: #fff;
}
.about {
    background-color: #176ce1; 
    padding: 30px 0;
}
.about-box {
    background-color: #fff;
    padding: 30px;
}
.about-con h3{
    margin: 15px 0;
    font-size: 20px;
}
.about-con p {
    line-height: 30px;
}
.about-btn {
    display: inline-block;
    margin-right: 20px;
    width: 119px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #3091fa;
}
.about-btn:hover {
    color: #fff;
}
.title {
    background: url(../images/title_line.jpg) no-repeat center center;
    line-height: 50px;
    height: 50px;
}
.title h3{
    margin: 0;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #1361d7;
}
.title-news {
    height: 46px;
    line-height: 46px;
    background-color: #efefef;
    padding-right: 20px;
}
.title-news h3 {
    padding: 0 20px;
    background-color: #1361d7;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    margin: 0;
}
.first {
    margin-top: 15px;
    margin-bottom: 15px;
}
.first img {
    width: 100%;
    height: 170px;
}
.first h5 {
    margin: 0 0 10px;
    font-size: 18px;
}
.first p {
    line-height: 30px;
}
.list-news {
    margin-bottom: 0;
}
.list-news li {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}
.list-news li a {
    background: url(../images/tips.png) no-repeat left center;
    padding-left: 14px; 
}
.question-list {
    overflow: hidden; 
    position: relative;
}
.question-list dl {
    line-height: 30px;
    padding: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px dotted #8f8f8f;
}
.question-list dt {
    background: url(../images/icon_q.png) no-repeat left center; 
    padding-left: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}
.question-list dd {
    background: url(../images/icon_a.png) no-repeat left top; 
    padding-left: 30px;
}
.link {
    background: url(../images/link.gif) no-repeat;
    min-height: 40px;
    line-height: 40px; 
}
.link a {
    display: inline-block;
    margin: 0 10px;
}
.link a:first-child {
    text-indent: 200px;
}
.footer {
    background-color: #1361d7;
    color: #fff;
    padding: 30px 0;
}
.footer p {
    line-height: 40px;
    margin-bottom: 0;
}
.sidebar-title02 {
    padding: 10px 0;
    background-color: #1261d7;
    color: #fff;
}
.sidebar-title02 h3 {
    font-size: 24px;
    line-height: 30px; 
    margin: 0 0 5px;
}
.sidebar-title02 span {
    display: block;
    font-size: 18px;
}
.sidebar li {
    height: 50px;
    line-height: 50px;
  border-top: 5px solid #fff;
    font-size: 16px;
}
.sidebar li a {
    display: block;
    height: 50px;
    background: #f1f1f1 url(../images/tips01.png) no-repeat 40px center;
    padding: 0 40px 0 60px;
    
}
.sidebar li a:hover {
    background: #176ce1 url(../images/tips02.png) no-repeat 40px center;
    color: #fff;
}
.position {
    height: 53px;
    line-height: 50px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}
.position h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 2px solid #1261d7;
    color: #1261d7;
    padding: 0 10px;
    margin: 0;
}
.position p {
    line-height: 50px;
    color: #666;
    margin-bottom: 0;
}
.position p a {
    color: #666;
}
.position p a {
    margin: 0 5px;
}
.contact {
    padding: 20px;
    background-color: #efefef;
}
.category-title {
    margin: 30px 0;
    font-size: 24px;
    color: #1261d7;
    font-weight: bold;
}
.content {
    line-height: 30px;
    color: #333;
    font-size:16px;
}
.list-news-item li{
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px dotted #8f8f8f;
}
.list-news-item .clearfix {
    line-height: 30px;
}
.list-news-item h5 {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
}
.list-news-item h5 a {
    color: #333;
}
.list-news-item span {
    color: #999;
}
.list-news-item p {
    line-height: 26px;
    margin: 10px 0 0;
    color: #666;
}
.list-news-item p a {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #999;
    margin-left: 10px;
    color: #999;
}
.content-title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
}
.product-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    margin-top: 0;
}
.content-info {
    margin: 30px 0;
    color: #999;
    border-bottom: 1px dotted #8f8f8f;
    padding-bottom: 20px;
}
.content-info span {
    margin: 0 10px;
}
.product-info p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.product-info p b {
    color: #d86723;
}
.product-info p span {
    font-size: 26px;
    color: #1261d7;
    font-weight: bold;
}
.product-info .btn-ask {
    display: inline-block;
    padding: 6px 15px;
    background-color: #999;
    color: #fff;
    margin-right: 10px; 
    margin-top: 10px;
}
.product-info .btn-ask:hover {
    background-color: #014099;
    color: #fff;
}
.product-details {
    border-bottom: 1px solid #e4e4e4;
    margin: 30px 0;
    font-size: 16px;
}
.product-details span {
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    background-color: #1261d7;
    color: #fff;
}
.content img{
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 5px auto;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline-block;
  margin-right: 5px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 0;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-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: #1261d7;
  border-color: #1261d7;
}
.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: #1261d7;
  border-color: #1261d7;
}


.qrcode {
    font-family: "microsoft yahei", "宋体", Arial;
    position: fixed;
    border: 1px solid #c9eeff;
    border-radius: 2px;
    z-index: 9999;
    right: 15px;
    bottom: 100px;
    width: 150px;
*position:absolute;
    background: #FFF url(../images/onlinebg.jpg) no-repeat 0 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.qrcode .bd {
    padding: 80px 15px 10px 15px;
}
.qrcode .bd ul {
    line-height: 1.4;
    padding:0px
}
.qrcode .bd ul li {
    margin-bottom: 8px;
    overflow: hidden;
}
.qrcode .bd ul li .tit {
    font-size: 14px;
}
.qrcode .bd ul li .btn {
    margin-bottom: 4px;
    width: 120px;
    height: 26px;
    display: block;
    text-indent: 44px;
    color: #FFF !important;
    font-size: 13px;
    line-height: 26px;
    text-decoration: none;
    padding:0px;
    padding-right: 10px;
}
.qrcode .bd ul li .qq {
    background: url(../images/btn_qqo.png) no-repeat;
}
.qrcode .bd ul li .baidu {
    background: url(../images/btn_sq.png) no-repeat;
}
.qrcode .bd ul li .tel {
    color: #e00;
    font-size: 16px;
}
.qrcode .bd ul li a:hover {
    filter:Alpha(Opacity=80); /* for IE */
    opacity: 0.8;
}

@media (min-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
      color: #fff;
      padding: 15px 39px;
      font-size: 16px;
      background: url(../images/nav_line.png) no-repeat right center; 
  }
  .navbar-brand {
      float: left;
      height: 130px;
      padding: 32px 15px;
  }
}

@media (max-width: 767px) {
    .navbar-brand {
      float: left;
      height: 40px;
      padding: 5px 15px;
    }
    .navbar-brand img {
        height: 40px;
    }
}