/*首页*/
.navfixed{
  padding-top: 0;
}
.nav-top{
  margin-top: 8px;
}
.navbar-fixed-top {
  position: relative;
  right: 0;
  left: 0;
  z-index: 1500;
  padding: 15px 0 0 0;
}
.navbar-shadow {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.nav .navbar-logo {
    height: 80px;
    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;
}

.service-tel{
  font-size: 18px;
  font-weight: 600;
  margin: 0.1% 2.5% 0 0;
  font-style: italic;
  color: #fff;
}

.service-tel a{
  color: #fff;
}
@media (max-width: 767px){
  .service-tel {
      display: none;
  }  
}

.menu{
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  background-color:#e0f8e6;
}

@media (max-width: 767px){
  .menu{
    padding: 0;
  } 
  .navbar {
    margin-bottom: 0;
  }
}
.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: 85px;
  height: 22px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: #fff 1px solid;
  border-radius: 80px;
  margin-top: 80px;
  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: #399d3a;
  border-radius: 4px;
}

/* default.html */
.index-about {
  background:url(../images/bg-profile.png) top center no-repeat;
  padding: 2% 0px;
  position: relative;
  height: 453px;
}
.index-about img {
  margin: 1% 0;
  width: 100%;
  border: 1px solid #fff;
}
.about-cont{
  padding: 10% 5% 0 5%; 
}
.index-about .about-cont h3,
.index-about .about-cont p {
  text-align: justify;
  width: 100%;
}

@media (max-width: 767px) {
.navbar-fixed-top {
    padding-top:0;
  }
.nav .navbar-logo {
  height: 60px;
}
.navfixed{
  }
.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:140px; 
  float:left;
  padding-top: 3px;
  }
.logo a{
  background:url(../images/name-m.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:60px; 
  background-size:120px 55px;
  }

  .navbar-nav {
    font-size: 14px;
  }

  .navbar-fixed-top {
    padding: 0;
  }
}

@media (min-width: 992px) {

.logo {
  width:653px; 
  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;
    width: 100%;
  }
}

.index-product {
  position: relative;
  height: 372px;
  color: #fff;
  background: url(../images/bg-product.png) top center no-repeat;
}

.product-title{
  width: 13%;
  float: left;
  }
.product-show{
  width: 84%; 
  float: left;
  }
@media (max-width: 767px) {
  .product-title{
  width: 20%;
  float: left;
  }
.product-show{
  width: 80%; 
  float: left;
  }
}
@media (max-width: 425px) {
  .product-title{
  width: 0%;
  clear: both;
  overflow: hidden;
  }
.product-show{
  width: 100%; 
  }
}

/* index-news */
.index-news {
  background:url(../images/bg-news.png) top center no-repeat;
  position: relative;
  height: 597px;
}
.index-news h2 {
  padding: 1% 0px;
  margin:55px 25px 0 0
}
.index-news h3 {
  line-height: 180%;
  font-size: 14px;
  margin-bottom: 10px;
  color: #373636;
}
.index-news h3 a {
  color: #373636;
}
.index-news h3 a:hover {
  border-bottom: 1px solid rgba(208, 231, 244, .80);
}
.index-news ul {
  margin-top: 15%;
}
.index-news ul li {
  list-style: none;
}
@media (max-width: 991px) {
.index-news h3 {
  line-height: 130%;
  }
.index-news h2 {
  margin:30px 25px 0 0
  }
}
.index-news img {
  margin-right:2%;
  margin-bottom: 4%;
}
@media (max-width: 767px) {
.index-news img {
  margin: auto;

  }
.index-news ul {
  margin: auto;
  }
.index-news h2 {
  margin:10px 10px 0 0
  }
}

.index-footer {
  color: #fff;
}
.index-footer a{
  color: #fff;
}
.footer-1 {
  margin: 0 auto; 
  width: 360px;

}
.footer-1 p{  
  text-align: center;
  padding:5px;
  margin: 30px 0;
  color: #242931;
  font-size: 18px;
  border-radius: 20px;
  background: #d4e8f4;
  box-shadow: 0 10px 30px -10px rgba(1, 42, 67, 0.7);
}
.footer-1 img{
  padding-bottom: 30px;
  padding-left: 29%;

}
@media (max-width: 767px) {
.footer-1 {
  margin: 0 auto; 
  width: auto;
  }
}
/*profile.html*/
.profile{
  background: url(../images/bg-profile-2.jpg)  #d0e7f4 top center no-repeat;
  margin-bottom: 2%;
  min-height: 528px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  background-size: 100%;
}
.profile p{
  text-indent: 2em;
  font-size: 18px;
  line-height: 180%;
  text-align: left;
}

.breadcrumb {
  text-align: right;
  padding: 2%;
  color:#777;
}

.breadcrumb a{
  color:#777;
}
.breadcrumb a:hover{
  color:  #242931;
}

/*product.html*/
.product{
  background: url(../images/bg-product-2.jpg) #e5fff1 top center no-repeat;
  margin-bottom: 2%;
  min-height: 767px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.product h1{
  text-align: center;
  color: #399d3a;
  font-weight: 600;
}
.product p{
  text-align: center;
}
.product p a{
  color:#777;
}
.product p a:hover{
  color:  #242931;
}
.product img a:hover{
  border: 2px solid #373636;  
}
@media (max-width: 767px) {
  .product h1{
    font-size: 30px;
    font-weight: 600;
  }
}

.product-detail{
}

.product-detail p {
  text-align: justify;
}

.product-hot {
  width: 98%;
  margin:0 auto;
}

.product-hot h2 {
  padding: 1% 0px;
}
.product-hot img{
  margin-bottom: 2%;
}

/*honor.html*/
.honor {
  background: url(../images/bg-honor-2.jpg) #def3ff top center no-repeat;
  margin-bottom: 2%;
  min-height: 767px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.honor h1{
  text-align: center;
  color: #399d3a;
  font-weight: 600;
}
@media (max-width: 767px) {
  .honor h1{
    font-size: 30px;
    font-weight: 600;
  }
  .honor {
  min-height: 400px;
  }
}
.honor p{
  text-align: center;
}
.honor img{
  border: 5px solid #3a2121;
  box-shadow: 0 10px 30px -10px rgba(1, 42, 67, 0.7);
}
.honor-detail{
  margin: 0 auto;
}
.honor-detail img{
  border: 5px solid #3a2121;
  border-radius: 0;
  box-shadow: 0 10px 30px -10px rgba(1, 42, 67, 0.7);
}
.honor-detail p {
  color: #fff;
  text-align: justify;
}

/*news.html*/
.news {
  background: url(../images/bg-news-2.jpg) #d2e5f7 top center no-repeat;
  margin-bottom: 2%;
  min-height: 767px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.news h1 {
  padding: 1% 0px;
  text-align: center;
}
.news-list ul li{
  margin-right: 2%; 
  width: 47%;
  float: left;
  font-size: 16px;
  border-bottom: 1px 
  solid  rgba(255, 255, 255, .30); 
  text-align: left; 
  list-style: none; 
  padding: 5px 0;
}
@media (max-width: 767px) {
  .news h1{
    font-size: 30px;
    font-weight: 600;
  }
.news-list ul li{
  width: 98%;
  }
}

.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 {
}
.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 {
  text-align: justify;
}

/*contact.html*/
.contact {
  background: url(../images/bg-contact-2.jpg) #fff top center no-repeat;
  margin-bottom: 2%;
  min-height: 767px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.contact h1 {
  padding: 1% 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact h1{
    font-size: 30px;
    font-weight: 600;
  }
}
.contact ul li{
  list-style: none;
}
.contact p{
  line-height:200%;
}
.contact a{
  color:#fff;
}