/*首页*/
.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: 60px;
    margin: 0px;
    padding: 0px;
    display: block;
}
.nav .navbar-logo img {
  max-height: 59px;
}
@media (max-width: 991px) {
  .nav .navbar-logo img {
    max-height: 50px;
    padding-top:8px;
    margin: auto 0;
  }
}
.margin-top-30{
  margin-top: 30px;
}



.main-3 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.main-3 ul li{
	float: left;
	background: #fff;
}
.main-3 ul li img{
	border-bottom:5px solid #da251c;	

}
.main-3 ul li h2{
	margin: 15px 0px;
	font-size: 38px;
	color: #da251c;
	text-align: center;
	font-weight: 800;
	font-style: italic;
}
.main-3 ul li h3{
	margin-bottom: 20px;
	font-size: 24px;
	color: #da251c;
	text-align: center;
	font-weight: 800;
	letter-spacing: 2px;
}

/* 更多按钮 */
.more {
  background: url(../images/more.png) repeat 0px -10px;
  width: 148px;
  height: 30px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: #dfdfdf 1px solid;
  border-radius: 4px;
  margin-top: 30px;
  clear: both;
}
.more-center{
  margin: 0 auto;
}
@media (max-width: 991px) {
  .more {
    margin: 0 auto;
    margin-bottom: 4%;
    margin-top:0;
    padding: 0; 
  }
}
.more:hover {
  background: url(../images/more.png) no-repeat 0px -66px;
  border-color: #b6b6b6;
  border-radius: 4px;
}

/* default.html */
.index-about {
  padding: 2% 0px;
  position: relative;
  color: #fff;
  text-align: justify;
}
.index-about img {
  margin: 1% 0;
  width: 100%;
  border: 1px solid #fff;
}
.index-about .about_cont h3,
.index-about .about_cont p {
  text-align: left;
  width: 100%;
}

@media (max-width: 767px) {
.navbar-fixed-top {
    padding-top:0;
  }
.nav .navbar-logo {
}
.navfixed{
  padding-top: 60px;
  }
.logo {
  width:120px; 
  float:left;
  padding:5px 0 0 0; 
  }
.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;
  }


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0072b4;
  height: auto;
  } 
}

@media (max-width: 991px) {
  .index-about .about_cont h3,
  .index-about .about_cont p {
    text-align: center;
    padding-bottom: 0px;
  }

.logo {
  width:213px; 
  float:left;
  padding-top: 3px;
  }
.logo a{
  background:url(../images/name.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:60px; 
  background-size:213px 50px;
  }

  .navbar-nav {
    font-size: 14px;
  }

  .navbar-fixed-top {
    padding: 0;
  }
}

@media (min-width: 992px) {

.logo {
  width:277px; 
  height:100px; 
  float:left;
  }
.logo a{
  background:url(../images/name.png) no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:100px; 
  }

  .navbar-nav {
    font-size: 16px;
  }
}

.index-product {
  position: relative;
  padding: 3% 0;
  color: #fff;
  background: url(../images/bg-index-product.jpg) no-repeat bottom #4db0ee;
}

/* 产品图片点击效果*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin: 5% 0;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0,106,189,0.1);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 5%;
  background: rgba(0,106,189, 0.4);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  width: 85%;
  position: absolute;
  left: 8%;
  padding: 5% 0;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,106,189,0.4);
}

/* index-news */
.index-news {
  padding-top: 2%;
  position: relative;
  color: #fff;
  text-align: justify;
}
.index-news h2 {
  border-bottom: 1px solid #f5f5f5;
  padding: 1% 0px;
}
.index-news h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
.index-news h3 a {
  color: #fff;

}
.index-news img{
  width: 100%;
}
.index-news p {
  color: #fff;
}
@media (max-width: 991px) {
.index-news h3 {
  margin-top: 0;
  }
}
.index-news img {
  border: 1px solid #f5f5f5;
  margin-right:2%;
  margin-bottom: 4%;
}

/*index-purpose*/
.index-purpose{
  padding:0 0 2% 0;
  position: relative;
} 
.index-purpose ul{
  margin: 4% 0;
  padding: 0;
}
.index-purpose ul li{
  list-style: none;
  text-align: left;
  font-size:18px;
  line-height: 200%;
}
.index-purpose h3{
  font-size: 14px;
  margin: 0px;
}

.index-footer {
  background: #257bbe url('../images/bg-footer.jpg') no-repeat top; 
  border-top: 1px solid #1a79c4;
  margin-top: 3%;
  padding: 3% 0;
  color: #fff;
}
.index-footer a{
  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;
  border-bottom: 1px solid #1a79c4;
  padding-bottom: 5px;
  margin: 20px 0;
}

.breadcrumb a{
  color: #b3d3eb;
}
.breadcrumb a:hover{
  color: #e6f0f9;
}
.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;
}
/*news.html*/
.news {
  position: relative;
  color: #fff;
  text-align: justify;
}
.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%;
    width: 100%;
}
.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;
  color: #fff;
}
.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 {
  color: #fff;
  text-align: justify;
}
.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;
  }
}
@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%;
}



/*honor.html*/
.honor {
  position: relative;
  color: #fff;
}
.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;
}
/* 企业荣誉点击效果*/
.hovereffect2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin: 5% 0;
}

.hovereffect2 .overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect2:hover .overlay2 {
  background-color: rgba(0,106,189,0.1);
}

.hovereffect2 h2, .hovereffect2 img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect2 img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect2:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect2 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 15px;
  background: rgba(0,106,189, 0.4);
}

.hovereffect2 a.info2 {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  width: 85%;
  position: absolute;
  left: 8%;
  bottom: 2%;
}

.hovereffect2:hover a.info2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,106,189,0.4);
}
/*contact.html*/
.contact {
  position: relative;
  color: #fff;
}

.contact p{
  line-height:200%;
}
.contact a{
  color:#fff;
}