/*首页*/
.navfixed{
  padding-top: 90px;
}
.nav-top{
  margin-top: 8px;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1500;
  padding: 15px 0;
}
.navbar-shadow {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.nav .navbar-logo {
    height: 100px;
    margin: 0px;
    padding: 0px;
    display: block;
}
.nav .navbar-logo img {
  max-height: 59px;
}

@media (max-width: 991px) {
  .nav .navbar-logo img {
    max-height: 100px;
    padding-top:8px;
    margin: auto 0;
  }
}

.margin-top-30{
  margin-top: 30px;
}

.menu {
  background: url(../images/bg-menu.png) top repeat-x;
  height: 48px;
  text-align: center;
  line-height: 28px;
}

/* default.html */
body {
  background: #f1f1f0;
}
.main{width:100%; height:2950px; margin:0 auto;  }
.footer {
  margin:0 auto;
  width:100%;
  padding-top:30px;
  text-align:center;
  margin-top:20px;
}

.logo {
  width:554px; 
  height:100px; 
  float:left;
  }
.logo a{
  background:url(../images/name.png) no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:100px; 
  }

.logo {
  width:554px; 
  height:100px; 
  float:left;
  }
.logo a{
  background:url(../images/name.png) no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-1999px;
  height:100px; 
  }


@media (max-width: 767px) {
  .menu {
  background: #b80909;
  height: auto;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
  }

.navbar-fixed-top {
    padding-top:0;
  }
.navbar-nav {
    padding: 0;
    margin: 8px 0;
    font-size: 16px;
  }
.navfixed{
  padding-top: 60px;
  }
.logo {
  width:120px; 
  float:left;
  padding: 5px 0 10px 5px;
  margin-bottom: 10px;
  }
.logo a{
  background:url(../images/name.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height: 70px;
  background-size:148px 60px;
  }
  .navbar {
    min-height: 60px;
  }

.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
    font-size: 16px;
  }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: url(../images/bg-menu-active.png) bottom repeat-x;
    height: 54px;
  }

}

@media (min-width: 768px){
  .nav > li {
      letter-spacing: 0;
  }
  .nav > li > a {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .index-about .about_cont h3,
  .index-about .about_cont p {
    text-align: center;
    padding-bottom: 0px;
  }

.logo {
  float:left;
  padding-top: 8px;
  width: 350px;
  height: 61px;
  }
.logo a{
  background:url(../images/name.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:61px; 
  background-size:350px 61px;
  }

  .navbar-nav {
    font-size: 14px;
  }
  .nav .navbar-logo {
    height: 61px;
  }
  .navbar-fixed-top {
    padding: 0;
  }
  .navbar-right {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .navbar-nav {
    width: 100%;
    padding: 0; 
  }
}


@media (min-width: 1025px) {
  .navbar-nav {
    font-size: 16px;
    width: 100%;
    padding: 0 8%; 
  }
}
.index-about {
  padding: 2% 0px;
  position: relative;
}

.index-about img {
}
.index-about .about_cont h3,
.index-about .about_cont p {
  text-align: left;
  width: 100%;
}

.index-product {
  position: relative;
}
.carousel-control-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6%;
    font-size: 100px;
    color: #1a1b1f;
    text-align: center;
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control-2.left {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control-2.right {
  right: 0;
  left: auto;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

@media (min-width: 320px){
  .carousel-control-2.left {
    top:140px;
    left:-80px;
  }
  .carousel-control-2.right {
    right:-80px;
    top:140px;
  }
}



/* 产品图片点击效果*/
.product-show{

}
.circle{
  border: 2px solid #cccccc;
  text-align: center;
  width: 36px;
  height:36px;
  border-radius: 50%;
  font-size: 22px;
  color:#cccccc;
  margin:0 auto;
  margin-top: 20px;
}
.product-show h2{
  text-align: center;
  font-size: 28px;
}
.product-show p{
  margin: 20px;
}

.index-footer {
  background: #b80808; 
  padding: 3% 0;
  color: #f2dede;
  font-size: 16px;
  font-weight: bolder;
  line-height: 180%;
}
.index-footer a{
  color: #f2dede;
}
.index-footer a:hover{
  color: #fff;
}

/*profile.html*/
.sub-menu{
  border: none;
  background-color: #fff;
  border-color: #fff;
}
.banner-s {
  width: 100%;
  height: auto;
}
.banner-profile {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
  position:relative;
}
.banner-profile img{
  width: 100%;
}
.banner-title{
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;  
  padding-top: 7%;
}
.banner-title h2{
  padding:0;
  margin: 0;
  color: #fff;
  text-shadow: rgba(0,0,0,.25) 0 0 1px;
}

.breadcrumb {
  text-align: right;
  padding-bottom: 5px;
  margin-top: 20px;
}

.breadcrumb a{
}
.breadcrumb a:hover{
  color: #000;
}
.sub-menu{
  border: none;
  background-color: #fff;
  border-color: #fff;
  margin: 2px;
}
.menu-title{
  font-size: 32px;
  color: #257bbe;
  text-align: center;
}
.product-menu {
 
}
.panel-body ul{
  padding: 0;
  margin: 0;
}
.panel-body ul li{
  list-style: none;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
.panel-body ul li a {
  color: #0072b4;
  border-radius: 4px;
  padding: 10px;
  display: block;
  border: 1px solid #e6ecee;
  margin: 10px;
}
.panel-body ul li a:hover {
  color: #fff;
  background-color: #257bbe;
  border-radius: 4px;
  padding: 10px;
  display: block;
}

.culture{

}
.culture img{
  margin:auto;
}

/*honor.html*/
.honor {
  position: relative;
  margin:2% 0;
}
.honor p{
  line-height: 180%;
}
.honor-detail{
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
}
.honor-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  margin: 15px;
  max-width: 700px;
  width: 90%;
}
.honor-detail p {
  color: #fff;
  text-align: justify;
}
/*news.html*/
.news {
  position: relative;
  color: #fff;
}
.news h1 {
  border-bottom: 1px solid #f5f5f5;
  padding: 1% 0px;
  text-align: center;
}
.news h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.news h3 a {
  color: #fff;

}
.news img {
    border: 1px solid #f5f5f5;
    margin-right: 2%;
    margin-bottom: 4%;
}
.news p {
  color: #fff;
}
.news-detail{
  text-align: center;
}
.news-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  margin: 15px;
  max-width: 500px;
  width: 60%;
}
.news-detail p {
  color: #fff;
  text-align: justify;
}
/*product.html*/
.product {
  position: relative;
}
.product h2 {
  text-align: center;
  padding-bottom: 10px;
  margin: 20px 20px 10px 20px;
  border-bottom: 1px solid #e7e7e7;
  } 
.product h3 {
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  } 
.product p {
  margin:20px;
  } 
.product-detail{
  text-align: center;
}
.product-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  margin: 15px;
  max-width: 700px;
  width: 90%;
}
.product-detail p {
  text-align: justify;
  margin:20px;
  line-height: 180%;
}
.product-detail span{
  color: #ef8200;
  font-weight:bolder;
}
.product-detail h2 {
  text-align: center;
  padding: 20px 0;
  margin: 20px 20px 10px 20px;
  border-bottom: 1px solid #e7e7e7;
  } 
.product-detail h3 {
  text-align: center;
  padding-bottom: 20px;
  margin: 20px 20px 10px 20px;
  border-bottom: 1px solid #e7e7e7;
  } 
.caret-left {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.product-menu {
}

@media (max-width: 767px) {
  .product-menu {
    display: none;
  }
 .product h2 {
    font-size: 20px;
  } 
  .product span {
    font-size: 8px;
  } 
}

@media (max-width: 991px) {
  .product-menu {
    display: none;
  }
}

.product-hot {
  width: 98%;
  margin:0 auto;
}

.product-hot h2 {
  border-bottom: 1px solid #f9f5f0;
  padding: 1% 0px;
}
.product-hot img{
  margin-bottom: 2%;
}

/*feedback.html*/
.feedback-content{
  text-align: left;
  padding: 20px;
  text-align: left;
}
.feedback-content form input{
  margin-bottom: 10px;
}
.feedback-content p{
  line-height: 100%;
}

/*contact.html*/
.contact {
  position: relative;
}
.contact ul li{
  list-style: none;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  padding:10px 0;
}
.contact p{
  line-height:200%;
  text-indent:2em;
  margin:0;
}
.contact span{
  font-size: 14px;
  color:#b80909;
}
.contact a{
}