/*荣誉资质开始*/
.Header {z-index: 50;}/*顶部导航下拉菜单*/

.MainBox{
	width:100%;
	background-image: url(/img/bg/03_bg.jpg);/*19.jpg 03_bg.jpg 4.png*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
} 

.home_title {    
    padding: .8rem 0 0 0;
}

.honor-list {
  width:100%;
  max-width:1400px;
  margin:auto;
  padding-bottom:70px;
}
.honor-list ul {padding-bottom:50px;}

.honor-list ul li {
  float: left;
  width: 21%;
  margin-left: 2%;
  margin-bottom: 0px;
  color: #4c4c4c;
  margin-right: 2%;
}
.honor-list ul li .images {
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 0px;
  box-sizing: border-box;
  position: relative;
}
.honor-list ul li .images .img {
  position: relative;
}
.honor-list ul li .images .img .tu {
  display: inline-block;
  max-height: 100%;
  max-width: 95%;
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition:all 0.5s ease;
  transition:all 0.5s ease; 
  
}
.honor-list ul li:hover .images .img .tu {top: -25px;}


.op {
  opacity: 0;
}
.honor-list ul li .images:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  bottom: 5px;
  left: 0;
  background: url(/img/rongyuzizhi/i2.png) no-repeat center;
  background-size: 100%;
}
.honor-list ul li .span {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #959595;
  padding-right: 35px;
  box-sizing: border-box;
  font-size: 19px;
  position: relative;
}
.honor-list ul li .span span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}
.honor-list ul li .span:after {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  content: "";
  margin: auto;
  background: url(/img/rongyuzizhi/plus.png) no-repeat center;
  background-size: 24px;
}



@media (max-width: 1024px) {
.honor-list ul li .images .img .tu {top: -65px;}
.honor-list ul li .images:after {bottom: 2px;}

.main-boxs {
    padding: 50px 0px;
}

.honor-list ul li {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
    color: #4c4c4c;
    margin-right: 0;
}
.honor-list ul li .images {
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 0px;
    box-sizing: border-box;
    position: relative;
}
.honor-list ul li .span span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: initial;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: block;
    height: auto;
    line-height: 24px;
    font-size: 16px;
}
.main-boxs-honor {
    padding-top: 20px;
}
.honor-list ul li .images .img .tu {
    max-height: 88%;
}
.honor-list {margin-bottom: 30px; width:90%; margin:auto; padding-bottom:30px;}
.honor-list ul {padding-bottom:0px;}
.pager {padding-bottom: 0px;}

}

#lightbox{z-index:9999;position:absolute;border:#aa2923 1px solid;padding:10px;background-color:#aa2923;}
#lightboxcaption{border-bottom:#666 1px solid;text-align:center;background-color:#eee;color:#333;font-size:90%;border-right:#666 1px solid}
#lightboxindicator{border:#fff 1px solid}
#lightboxoverallview{background-color:#000;opacity:.8}
#overlay{background-color:#000;opacity:.8}
* html #lightboxoverallview{filter:alpha(opacity=80);background-color:#000}
* html #overlay{filter:alpha(opacity=80);background-color:#000}

/*荣誉资质结束*/