/*首页*/
.navfixed{
  padding-top: 90px;
}
.nav-top{
  margin-top: 8px;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1500;
}
.nav .navbar-logo {
    height: 36px;
    margin: 0px;
    padding: 0px;
    display: block;
}
.nav .navbar-logo img {
  max-height: 59px;
}

.version{
  float: right;
  background: #8b8e90;
  color: #fff;
  line-height: 150%;
}
.version a{
  border-right: 1px solid #dfe3e7;
  color: #fff;
  padding: 4px 10px;
}
.version :hover{
  transition: all 1s ease-in-out;
  background: #000;
  padding: 4px 10px;
}
.version-sm{
  float: right;
  background: #8b8e90;
  color: #fff;
  line-height: 150%;
  margin: 30px 8px 0 4px;
}
.version-sm a{
  border-right: 1px solid #dfe3e7;
  color: #fff;
  padding: 4px 10px;
}
.version-sm :hover{
  transition: all 1s ease-in-out;
  background: #000;
  padding: 4px 10px;
}
.dropdown-menu h3 {
  padding: 3px 20px;
  font-weight: bolder;
  font-size: 18px;
}
/* 更多按钮 */
.more {
  background: url(../images/more.png) repeat 0px -13px;
  width: 140px;
  height: 34px;
  border:1px solid #a3a9b0;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 4px;
  clear: both;
  margin-top: 8px;
}
.more:hover {
  background: url(../images/more.png) no-repeat 0px -72px;
  border-color: #b6b6b6;
  box-shadow: 6px 3px 20px 0px rgba(42, 56, 50, 0.24);
}
.more-center{
  margin: 0 auto;
}
.ind-product {
  background-size: 100%;
  position: relative;
  padding:2% 3%;
  color: #fff;
  background: url(../images/bg-ind-product.png) no-repeat center top #dfe3e7;
}
.ind-product h2{
  color: #0e0e0e;
  font-weight: bold;
  padding: 14px;
}
.search-product{
  overflow: hidden; 
  clear:both; 
}
#search {
  float:left;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #dfe3e7;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 180%;
  color: #000;
  background: url(../images/search-icon.png) no-repeat right #fff;
}
/* ind-profile */
.ind-profile {
  position: relative;
  padding:6%;
  background:#bec5cd;
}
.ind-profile h2{
  color: #0e0e0e;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
}
.ind-profile p{
  color: #383737;
  text-indent: 2em;
  text-align: justify;
  line-height: 178%;
  padding-bottom: 8px;
}
.ind-profile img{
  box-shadow: 9px 4px 15px 5px rgba(151, 156, 162, 0.71);
}
/* ind-news */
.ind-news {
  position: relative;
  padding: 4% 6%;
  background: #eaedf0;
}
.ind-news h2 {
  color: #0e0e0e;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
}
.ind-news-content{
  color: #000;
  margin-top: 20px;
}
.ind-news-content h3 {
  margin-top: 14px;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  margin-left:12px;
}
.ind-new-contents h3  {
}
.ind-news-content p {
  margin-left:12px;
  color: #383737;
}
.hovereffect img{
  border-radius: 20px;
  border:4px solid #eaedf0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hovereffect:hover img {
  border:4px solid #08af69;
  box-shadow: 9px 4px 15px 5px rgba(151, 156, 162, 0.2);
}

/* ind-about */
.ind-about {
  padding: 2% 0px;
  position: relative;
  color: #fff;
}
.ind-about img {
  margin: 1% 0;
  width: 100%;
  border: 1px solid #fff;
}
/* ind-footer */
.ind-footer {
  margin: 4% 15px;
  font-weight: bold;
  line-height: 180%;
  font-size: 16px;
  color: #000;
}
.ind-footer a{
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ind-footer a:hover{
  color: #08af69;
}
.ind-footer-left {
  text-align: right;
}
/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .dropdown-menu > li > a {
    font-size: 18px;
    font-weight: bolder;
  }
  .search-product{
  margin:20px;
  }
.breadcrumb {
  float: left;
  margin:12px 0 0 0;
  padding-left: 6px;
}
  .navbar-fixed-top {
    padding-top:0;
  }
  .nav .navbar-logo {
    padding: 0 0 0 4px;
  }
  .navfixed{
  padding-top: 60px;
  }
  .logo {
  width:200px; 
  float:left;
  padding:14px 0 0 0; 
  }
  .logo a{
  background:url(../images/name-s.png) no-repeat;
  display:block; 
  text-indent:-999px;
  height: 55px;
  }
  .navbar {
    min-height: 60px;
    }
  .navbar-nav {
    margin-top:0;
    font-size: 18px;
  }
  .navbar-nav > li > a {
    line-height: 40px;
}
.ind-product {
  background-position-x: 46%;
}
  .ind-footer {
    font-size: 14px;
  }
.ind-footer-left {
  text-align: left;
  float: right;
  }
.ind-footer img {
  float: left;
  }
.ind-news {
  padding-bottom: 6%;
  }
}
/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px) {
  .search-product{
  margin:20px 0 20px 80px;
  }

  .index-about .about_cont h3,
  .index-about .about_cont p {
    text-align: center;
    padding-bottom: 0px;
  }
.nav .navbar-logo {
  padding-top: 19px;
}
.logo {
  width:312px; 
  float:left;
  padding-top: 20px;
  }
.logo a{
  background:url(../images/name.png) no-repeat;
  display:block; 
  text-indent:-999px;
  height:60px; 
  background-size:312px 35px;
  }
  .navbar-nav {
    font-size: 14px;
    float: right;
    clear: both;
  }
  .navbar-fixed-top {
    padding: 0;
  }

  .ind-footer {
    line-height: 200%;
    font-size: 13px;
    font-weight: normal;
  }  
  .ind-footer p{
    margin: 0;
  }
  .ind-footer-sm{
    margin:0;
    padding: 0;
  }
}
/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
    .search-product{
  margin:20px 0 20px 80px;
  }
  
.logo {
  width:500px; 
  height:56px; 
  float:left;
  }
.logo a{
  background:url(../images/name.png) no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-1999px;
  height:100px; 
  background-size:500px 56px;
  }
  .navbar-nav {
    font-size: 14px;
    float: right;
    clear: both;
  }
  .nav .navbar-logo {
  padding-top: 26px;
  }
}
/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
  .search-product{
  margin:20px 0 20px 80px;
  }
  .logo {
  width:580px; 
  height:100px; 
  float:left;
  }
  .logo a{  
  background:url(../images/name.png) no-repeat;
  background-size:580px 65px;
  }
}

/*product.html*/
 .breadcrumb {
    text-align: right;
    color: #757575;
  }
  .breadcrumb a{
    color: #757575;
  }
  .breadcrumb a:hover{
    color: #000;
  }
  .product {
    padding:1% 4%;
    position: relative;
    background: url(../images/bg-ind-product.png) no-repeat top center #dfe3e7;
    border-bottom: 1px solid #fff;
    background-position-y: 142px;
  }
  .product h2 {
    text-align: center;
    color: #0e0e0e;
    font-weight: bold;
    padding: 14px;
  }
  .thumbnail p{
  font-size: 18px;
  height:48px; 
  padding-top: 16px;
}
  .img-list{
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 20px;
    border:4px solid #fff;
     -webkit-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  }
  .img-list p{
    padding-top: 8px;
    font-size: 14px;
  }
  .img-list > img {
    display: block;
    max-width: 100%;
    height: auto;
}
  a.img-list:hover{
    color: #fff;
    background: #08af69;
    left:0px;
    top:0px;
    z-index:2;
    border-color: #08af69;
    box-shadow: 14px 3px 30px 2px rgba(42, 56, 50, 0.43);
  }
  .profile {
    padding:4%;
    position: relative;
    background: #dfe3e7;
    border-bottom: 1px solid #fff;
  }
  .profile img {
    box-shadow: 9px 4px 15px 5px rgba(151, 156, 162, 0.71);
    margin:10px 20px 20px 0;
  }
  .profile h2 {
    text-align: center;
    color: #0e0e0e;
    font-weight: bold;
    padding: 14px;
  }
  .profile p{
    text-indent: 2em;
    line-height: 180%;
    font-size: 16px;
  }

  .news {
    padding:4% 4% 0 4%;
    position: relative;
    background: #dfe3e7;
    border-bottom: 1px solid #fff;
  }
  .news img {
    box-shadow: 9px 4px 15px 5px rgba(151, 156, 162, 0.71);
    margin:10px 20px 20px 0;
  }
  .news h2 {
    text-align: center;
    color: #0e0e0e;
    font-weight: bold;
    padding: 14px;
  }
  .news p{
    font-size: 14px;
  }
.news-frame h3{
  font-size: 18px; 
  color: #000; 
  text-align: left; 
  margin: 6% 12% 2% 12%;
  font-weight: bold;
}
.news-frame p{
  text-align: left; 
  color: #000; 
  margin: 0 12% 6% 12%;
  height: auto;
}
/*contact.html*/
.contact {
    display: block;
    padding: 30px;
    margin-bottom: 20px;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 12s ease-in-out;
    transition: 1s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 2px 10px #e2e2e2;
}
.contact p {
  text-indent: 0;
}
.contact img {
  box-shadow: none;
  margin:0;
}
.contact a{
 color: #000;
 -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact a:hover{
  color: #08af69;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .contact h3{
   font-size: 20px;
   font-weight: bolder; 
  }
  .product h2 {
    letter-spacing: 0;
  }
  .img-list > img {
      height: 150px;
      margin: 0 auto;
  }
}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .img-list > img {
      height: 168px;
      margin: 0 auto;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
  .img-list > img {
      height: 188px;
      margin: 0 auto;
  }
}

/* 大型设备（大台式电脑，1200px 起） */

@media (min-width: 1200px) {
  .img-list > img {
      height: 263px;
      margin: 0 auto;
  }
}


