/*首页*/
.navfixed{
  padding-top: 70px;
}
.nav-top{
  margin-top: 14px;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 5;
}
.navbar-shadow {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}
.nav .navbar-logo {
    height: 70px;
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
}
.edition ul{
  padding-top: 25px;
}
.edition ul li{
  float: left;
  list-style-type: none;
}
.edition ul li a{
  color: #99b244;
  padding: 2px 5px;
}
.edition ul li a:hover{
  color: #fff;
  background:#99b244;
}
/* default.html */
.logo {
  width:225px; 
  float:left;
  padding-top: 3px;
}
.logo a{
  background:url(../images/name.png) no-repeat;
  display:block; 
  text-indent:-55555px;
  height:70px; 
  background-size:90%;
  background-position-x: 20px;
}
.navbar-nav {
  font-size: 14px;
}
.navbar-fixed-top {
  padding: 0;
}
.banner{
  display: flex;
  height: 1000px;
}
.banner h2{
}
.banner img{
  height: 100%;
}
.ind-profile{
  padding: 110px 8% 8% 10%;
  margin:0 auto;
}
.ind-profile p{
  text-align: justify;
  line-height: 150%;
  font-size: 12.5px;
}
.ind-profile img{
  float: right;
  padding:5px; 
  margin: 5px 20px 0px 20px; 
  background: #fff; 
  box-shadow: 0 5px 5px rgba(0, 0, 0, .15); 
}
.ind-history{
  margin:0 auto;
}
.ind-history h2{
  padding: 110px 8% 8% 10%;
}
.history-frame{
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.history-frame h2{
  text-align: center;
  padding: 0;
}
.ind-honor{
  padding: 0 8%;
  margin:0 auto;
  text-align: center;
}
.ind-honor h2{
  padding: 110px 8% 0 8%;
}
.ind-honor p{
  margin-bottom: 40px;
}
.ind-honor span{
  color: #b1babd; 
}
.ind-honor img{
  width: auto;
  width: 100%;
  margin: 5px 20px 12px 0px; 
  box-shadow: 8px 5px 5px rgba(0, 0, 0, .10); 
}

.ind-reason{
  padding: 110px 8% 2% 8%;
  margin:0 auto;
  text-align: center;
}
.ind-reason h2{
  font-size: 24px;
}
.ind-reason-list{
  margin: 0 auto;
  color: #515454;
  padding: 4px 20px;
}
.ind-reason-list img{
  width: 100%;
}
.ind-reason-list h2{
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  color:#99b244;
}
.ind-reason-list p{
    border: 1px solid #ffffff7a;
    padding: 8px;
    vertical-align: middle;
  }
.bg-ind-reason-list{
  width: 60px; 
  height: 60px; 
  background: url(../images/bg-ind-reason-list.png) center no-repeat; 
  background-size: cover;
  margin:0 auto;
}

.bg-ind-reason-list span{
  color:#fff; 
  font-size: 30px; 
  padding: 18px 14px;
}
.ind-product {
  padding: 110px 15px 8% 15px;  
}
.ind-product img{
  border:1px #fff solid;
}
.ind-product h2{
  text-align: center;
  color: #fff;
  background: url(../product/bg-title.png) center no-repeat;
  background-size: auto 100%;
  font-weight: bolder;  
}
.ind-product ul {
  float: left;
  color: #fff;
  list-style: none;
  padding:12px 0 0 20px;
}
.ind-product ul li a {
  color: #fff;
  line-height: 150%;
  font-size: 18px;
}
.ind-product ul li :hover {
  color: #02a23b;
}
.product-type {
}
.product-type img{
  border:none;
  height: 50px;
  display: block;
  padding-left: 20px;
}
.ind-map {
  padding: 110px 8% 0 8%;  
  overflow: hidden;
}
.ind-map h3 {
  color: #f54336; 
  text-align: left; 
  font-size: 2.5rem; 
  margin-bottom: 3%; 
  line-height: 150%;
}
.more {
  background: url(../images/more.png) repeat -20px -5px;
  width: 112px;
  height: 46px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: #12a847 1px solid;
  border-radius: 4px;
  margin: 10px 0 30px 0;
  clear: both;
}
.more:hover {
  background: url(../images/more.png) no-repeat -20px -62px;
  border-color: #b6b6b6;
  border-radius: 4px;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .logo {
    width: 151px;
    float: left;
    padding-top: 12px;
  }
  .logo a {
    background-position-x: 0;
      background-size: 100%;
    }
  .navbar-nav {
    background: #fff;
  }
  .navbar-collapse{
    background: #fff;
    width: 100%;
  }
  .edition ul{
    float: right;
    padding: 24px 12px 0 0;
  }
  .edition ul li a {
    font-size: 14px;  
    padding: 4px;
  }
  .ind-profile {
    padding: 90px 16% 8% 10%;
  }
  .ind-profile img{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .ind-profile p {
    line-height: 150%;
    font-size:15px;
}
  .ind-history{
  background: url(../images/3s.jpg)  #8ecef1 center bottom no-repeat; background-size: 100%;
  }
  .history-frame p{
    padding: 0 12px 0 12px;
  }
  .history-frame h2{
    padding-top: 40px;
  }
  .ind-honor{
    padding: 0 16% 8% 10%;
    background: url(../images/4s.jpg)  #d1e7f4 center bottom no-repeat; background-size: 100%;
  }
  .ind-honor h2 {
    padding: 60px 8% 8% 8%;
    margin-bottom:0;
  }
  .ind-honor p{
    padding-bottom: 20px;
  }
  .ind-honor img{
    width: 100%;
  }
  .ind-reason {
    padding: 110px 15% 2% 8%;
  } 
  .ind-reason-list{
    padding: 40px 15% 2% 8%;
  } 
  .ind-reason-list img{
  width: 100%;
  }
  .ind-product h2{
    font-size: 24px;
    height: 40px;
    letter-spacing: 2px;
  }
  .ind-product h3{
    font-size: 20px;
  }
  .ind-product {
  padding-top: 70px;  
  }
  .ind-product ul li a {
    line-height: 160%;
}
  .product-type {
    padding-top: 40px;
  }
  .ind-map{
  }
  .ind-map h2{
    margin-top: 160px;
    text-shadow: 2px 1px 3px #ffffff; 
  }  
  .ind-map h3 {
    font-size: 2rem; 
    margin-bottom: 0;
  }
  .more{
    margin-bottom: 0;
  }
}

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) and (max-width: 991px)  {
  .nav-top {
    margin-top: 20px;
  }
  .nav > li > a {
      padding: 10px 5px;
      font-size: 14px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }
  .edition ul {
      padding: 0;
  }
  .edition{
      position: fixed;
      right: -12px;
      top: 2px;
      z-index: 6;
  }
  .ind-profile img{
    width: 30%;
  }

}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) and (max-width: 1199px)  {
  .nav > li > a {
      padding: 10px 8px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-position: 0 18px;
    background: url(../images/dot.png) no-repeat;
    background-position: 0 18px;
  }
  .ind-profile img{
    width: 30%;
  }  

}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-position: 2px 18px;
    background: url(../images/dot.png) no-repeat;
    background-position: 2px 18px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: url(../images/dot.png) no-repeat;
    background-position: 2px 18px;
  }
  .ind-profile img{
    width: 20%;
  }
  .ind-reason-list{
    padding: 40px 180px;
  }
  .ind-product {
  padding-top: 140px;  
  }
}

/* index-footer */
.index-footer {
  background: #fff;
  padding: 20px 0;
  bottom: 0;
  width: 100%;
}
.index-footer h3{
  font-size: 16px;
  padding-left:1%;
  color: #a6a5a5;
  font-weight: 600;
}
.index-footer ul{
  padding-left:1%;
  float: left;
}
.index-footer ul li{
  font-size: 10px;
  list-style: none;
}
.index-footer a{
  color: #595656;
}
.index-footer a:hover{
  color: #adc169;
}
.index-footer-menu{
  line-height: 120%;
  float: left;
  width: 25%
}
.index-footer p{
  font-size: 14px;
  color: #595656;
}
.index-footer-menu-title{
  color: #595656;
  font-weight: 600;
  margin: 20% 0;
}
.footer-n{
  position: relative; 
}
/*profile.html*/
.sub-menu{
  border: none;
  background-color: #fff;
  border-color: #fff;
}
.banner-n{
    position: relative;
    margin-top: 70px; 
}
.bannner-text{    
  z-index: 4; 
  position: absolute; 
  padding: 240px 0 0 70px;
}
.banner-n h2{
  color: #fff; 
  font-size: 4rem; 
  font-weight: bolder; 
  letter-spacing: 2px; 
  text-align: center; 
  text-shadow: 0 2px 2px rgba(0, 0, 0, .25);
}
.banner-n p{
  text-align: center; 
  background: rgba(153, 178, 68, 0.8); 
  padding: 5px 10px; 
  color: #fff; 
  visibility: visible; 
  border-radius: 80px; 
  font-size: 18px;
}
.banner-n img{
  width: 100%; 
  height: 100%; 
  display:block; 
  margin:0 auto;
}
.banner-n-product{
    position: relative;
    margin-top: 70px; 
}
.bannner-text-product{    
  z-index: 4; 
  position: absolute; 
  padding: 12% 0 0 54%;
}
.bannner-text-product img{
  width: 80%;
}
.banner-n-product p{
  color: #99b244;
  font-size: 3.1rem;
}


.navbar-bg{
  background-color: #fff;
}
.profile{
  position: relative;
  padding: 60px 8% 8% 10%;
  margin:0 auto;
  background: url(../profile/bg.jpg) center bottom / 100% no-repeat #ececed;
}
.profile p{
  text-align: justify;
  line-height: 180%;
  font-size: 16px;
}
.profile img{
  width: 100%;
  padding:5px; 
  background: #fff; 
  box-shadow: 0 5px 5px rgba(0, 0, 0, .15); 
}
.left-profile {
  text-align: center;
  margin: 0 auto;
}
.left-profile img{
  box-shadow: none;
  background: none;
  width: 250px;
  margin: 28px 0 8px 0;
}
/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .bannner-text{    
    padding: 8% 0 0 10px;
  }
  .banner-n h2{
      font-size: 2rem; 
  }
  .banner-n p{
    font-size: 14px;
  }
  .banner-n-product p{
    font-size: 14px;
  }
}


/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .bannner-text{    
    padding: 12% 0 0 30px;
  }
  .banner-n h2{
      font-size: 3rem; 
  }
  .banner-n p{
    font-size: 18px;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
  .bannner-text{    
    padding: 10% 0 0 60px;
  }
  .banner-n h2{
      font-size: 4rem; 
  }
  .banner-n p{
    font-size: 20px;
  }
}

/* 大型设备（大台式电脑，1200px 起） */

@media (min-width: 1200px) {
  .bannner-text{    
    padding: 14% 0 0 10%;
  }
  .banner-n h2{
      font-size: 5rem; 
  }
  .banner-n p{
    font-size: 22px;
  }

  .spirit-text{
    height: 268.78px;
  }
  .spirit-text p{
    margin:0 0 2% 10%;
  }
}

/*product.html*/
.breadcrumb {
  text-align: right;
  padding: 1% 5% 30px 0;
}

.breadcrumb a{
  color: #777;
}
.breadcrumb a:hover{
  color: #000;
}
.sub-menu{
  border: none;
  background-color: #fff;
  border-color: #fff;
  margin: 2px;
  padding: 4px 10px 6px 10px;
  border-radius: 2px;
}
.product {
  position: relative;
  margin:0 auto;
  background: url(../profile/bg.jpg) center bottom / 100% no-repeat #ececed;
}
.product h1 {
  font-size: 30px;
}
.two {
    margin-top: 4%;
}
.product h3{
  font-size: 18px;
  text-align: center;
}
.container-full{
  width: 100%;
  overflow: hidden;
  padding: 0 2%;
  background: url(../images/bg-product.jpg) repeat-x;
  background-position-y:12%;
}
.product-detail{
  width: 100%;
  overflow: hidden;
  padding: 0 2%;
  background: url(../images/bg-product-detail.jpg) repeat-x;
  background-position-y:60%;
  text-align: center;
}
.product-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  margin: 15px;
  max-width: 700px;
}
.product-detail p {
  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;
}

@media (max-width: 991px) {
  .container-full{
    background:none;
  }  
  .product-detail h1{
    font-size: 24px;
  }
  .product-detail{
  background: none;
  }
}

.product-hot {
  margin:0 auto;
  padding-bottom: 3%;
}

.product-hot h2 {
  padding: 3% 0 0 0;
}
.product-hot img{
  margin-bottom: 2%;
}
/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
	.product-hot p {
	  height: 38px;
	}
  .product-hot h2 {
  font-size: 24px;
  }
  .product-detail img{
    width: 94%;
    background: #fff;
    padding: 2%;
  }
}
/*project.html*/
.project {
  position: relative;
  margin:0 auto;
  background: url(../profile/bg.jpg) center bottom / 100% no-repeat #ececed;
}
.project h1 {
  font-size: 30px;
}
.project h2 {
  color: #99b244;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #99b244;
  font-size: 30px;
}
.project h3{
  font-size: 18px;
  text-align: center;
}
.container-full-project{
  width: 100%;
  overflow: hidden;
  padding: 0 2% 2% 2%;
  background: url(../images/bg-project.jpg) no-repeat bottom;
  background-size: 100%;
}
.project-detail{
  width: 100%;
  overflow: hidden;
  padding: 0 2%;
  background: url(../images/bg-product-detail.jpg) repeat-x;
  background-position-y:60%;
  text-align: center;
}
.project-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  margin: 15px;
  max-width: 700px;
}
.project-detail p {
  text-align: justify;
}

.thumbnail-project{
  padding: 15px;
  margin-bottom: 20px;
  display: block;
  line-height: 1.42857143;
  border: 1px solid #e7e7e7;
  transition: all 0.4s ease-in-out;
  background-color:#fff;
}
.thumbnail-project > img,
.thumbnail-project a > img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
a.thumbnail-project:hover,
a.thumbnail-project:focus,
a.thumbnail-project.active {
  background-color:#ffffff30;
}
.thumbnail-project .caption {
  padding: 9px;
  color: #333;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {

}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {

  .project h3 {
    font-size: 14px;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {

}

/* 大型设备（大台式电脑，1200px 起） */

@media (min-width: 1200px) {

}

/*news.html*/
.banner-n-news{
    position: relative;
    margin-top: 70px; 
}
.bannner-text-news{    
  z-index: 4; 
  position: absolute; 
  padding: 11% 0 0 38%;
}
.bannner-text-news img{
  width: 80%;
}
.banner-n-news p{
  color: #fff;
  font-weight: bolder;
  font-size: 8rem;
}
.news {
  position: relative;
  margin:0 auto;
  background: url(../profile/bg.jpg) center bottom / 100% no-repeat #ececed;
}
.news p {
  line-height: 180%;
}
.news-hot{
  padding-bottom: 3%;
}
.thumbnail img{
  padding-bottom: 0;
}
.news-hot p {
  padding-left: 3%;
}
.news-hot h2 {
  padding:0 1%;
}
.news h1 {
  font-size: 30px;
}
.news h3{
  font-size: 18px;
  text-align: center;
}
.news img{
}
.news-1 ul{
  padding:0px;
  margin: 2% ;
  font-size: 14px;
}
.news-1 ul li{
  margin:0px;
  list-style: none;
  text-align: left;
  overflow: hidden;
}

.news-1 img{
  padding: 10px 0;
}

.news-1 a{
}

.news-1 a:hover{
}

.news-1{
  height:250%;
  color:#494949;
  margin: 0 auto;
}

.news-1 p{
  margin: 2% 0;
  padding: 2% 0;
  padding:5px;
  font-size: 16px;
}


.news-intrest {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  list-style: none;
  line-height: 150%;
}

.news-intrest ul{
  padding:0px;
  margin: 2% ;
}
.news-intrest ul li{
  padding:8px 4px;
  margin:0px;
  border-bottom:1px dotted #efeff1;
  list-style: none;
  text-align: left;
  overflow: hidden;  
}
.news-detail{
  width: 100%;
  overflow: hidden;
  padding: 0 2%;
  background: url(../images/bg-product-detail.jpg) repeat-x;
  background-position-y:60%;
  text-align: center;
}
.news-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  margin: 15px;
  max-width: 700px;
}
.news-detail p {
  text-align: justify;
}
/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .banner-n-news p{
    font-size: 3rem;
  }
  .news h1 {
  font-size: 18px;
  line-height: 150%;
  }
}

/*cooperation.html*/
.cooperation{
  /* background: url(../contact/map2.jpg) center top / 100% no-repeat rgb(242, 242, 242); */
}
.cooperation table tr td{
  padding: 1%;
  border: #ddd 1px solid;
  padding: 10px;
  text-align: center;
}
.cooperation table{
  width: 100%;
}
.cooperation table tr th{
  border: #ddd 1px solid;
  padding: 10px;
  text-align: center;
  background-color: #99b244;
  font-size: 18px;
  color: #fff;
}
.mouse_color{ 
  background-color: #99b24430; 
}
#tab{ 
text-align: center; 
width: 100%; 
height: 100%; 
} 

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .cooperation{
    padding-top: 100px;
  }
  .cooperation-text{
    padding-bottom: 2px;
  }
}
/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .cooperation-text{
    padding-bottom: 0;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
  .cooperation-text{
    padding-bottom: 20px;
  }
}

/* 大型设备（大台式电脑，1200px 起） */

@media (min-width: 1200px) {
  .cooperation-text{
    /* padding-bottom: 200px; */
  }
}


/*contact.html*/
.banner-n-contact{
    position: relative;
    margin-top: 70px; 
}
.bannner-text-contact{    
  z-index: 4; 
  position: absolute; 
}
.bannner-text-contact img{
  width: 80%;
}
.banner-n-contact p{
  color: #fff;
}
.contact {
  position: relative;
  margin: 0 auto;
  background: url(../profile/bg.jpg) center bottom / 100% no-repeat #ececed;
}

.contact img{
} 

.contact p{
  line-height:200%;
}
.contact a{
}
/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .bannner-text-contact {
    padding: 14% 0 0 15%;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }

  .banner-n-contact p{
    font-weight: bolder;
    text-align: center;
    font-size: 2rem;
  }

}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .bannner-text-contact {
    padding: 18% 0 0 5%;
    width: 100%;
  }
  .banner-n-contact p{
    text-align: center;
    font-weight: bolder;
    font-size: 3rem;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
  .bannner-text-contact {
    padding: 14% 0 0 5%;
    width: 100%;
  }
  .banner-n-contact p{
    text-align: center;
    font-weight: bolder;
    font-size: 4rem;
  }
}

/* 大型设备（大台式电脑，1200px 起） */

@media (min-width: 1200px) {
  .bannner-text-contact {
    padding: 12% 0 0 4%;
    width: 100%;
  }
  .bannner-text-contact h2{
    font-weight: bolder;
    font-size: 8rem;
    color: #fff;
    text-align: center;
  }
  .banner-n-contact p{
    font-size: 1.8rem;
    color: #fff;
  }
}