.honortitle {
  font-size: 36px;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 8px;
}
.aftertitle {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.titleinfo {
  font-size: 16px;
  color: #fff;
}
.about_honor {
  padding-top: 44px;
  /* padding-bottom: 40px; */
  background: #f0f0f0;
}
.about_honor .nr {
  margin-top: 45px;
}
.about_honor .nr .list {
  clear: both;
  position: relative;
}
.about_honor .nr li {
  display: block;
  position: relative;
  float: left;
  width: calc(100%/5);
  padding: 0 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.about_honor .nr .box1 {
  display: block;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 220ms;
}
.about_honor .nr .box1 img {
  display: block;
  width: 100%;
  margin: 0 0 16px 0;
}
.about_honor .ckgdbtn {
  padding: 20px 0 20px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 20px;
  color: #F45F1C;
}
.about_honor .ckgdbtn span {
  position: relative;
}
.about_honor .ckgdbtn span:before {
  position: absolute;
  top: 46%;
  right: -20px;
  content: "";
  border: solid #F45F1C;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.about_honor .ckgdbtn span:after {
  position: absolute;
  top: 14%;
  right: -20px;
  content: "";
  border: solid #F45F1C;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.about_honor #div01 {
  margin:0 auto;
  position: relative;
  margin-bottom:40px;
}
.about_honor .contentbox {
  float: left;
  padding: 10px;
  border: 1px solid transparent;
  background: #f7f7f7;
  overflow: auto;
  
  box-shadow:0 1px 3px rgba(34,25,25,0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);  
  -webkit-transition: top .5s ease, left .5s ease; /*动画 顶部1秒 ease：逐渐慢下来*/
  -moz-transition: top .5s ease, left .5s ease; 
  -o-transition: top .5s ease, left .5s ease; 
  -ms-transition: top .5s ease, left .5s ease;
  -webkit-border-radius:5px;
  border-radius:5px;
}
.about_honor .contentbox .info {
	height:30px; line-height:30px;
	text-align:center;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px 0px 10px;
  color: #555555;
   overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}
.about_honor .contentbox:hover {
  box-shadow: 0 0 10px #999;
}
.about_honor .contentbox img {
  display: block;
  width: 285px;
}
.mb_45 {
  margin-bottom: 45px;
}
.main {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}
.loading {
  width: 150px;
  height: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading span {
  display: inline-block;
  width: 15px;
  height: 100%;
  margin-right: 5px;
  border-radius: 50%;
  background: lightgreen;
  animation: load 1.04s ease infinite;
  -webkit-animation: load 1.04s ease infinite;
}
.loading span:last-child {
  margin-right: 0px;
}
@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading span:nth-child(1) {
  animation-delay: 0.13s;
  -webkit-animation-delay: 0.13s;
}
.loading span:nth-child(2) {
  animation-delay: 0.26s;
  -webkit-animation-delay: 0.26s;
}
.loading span:nth-child(3) {
  animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
}
.loading span:nth-child(4) {
  animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
}
.loading span:nth-child(5) {
  animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
}

/*资质荣誉*/
#honor { width:1240px; margin:20px auto 25px;  position:relative;}
.honor-box { width:340px; min-height:100px; padding:10px; background:#fff; float:left; 
	box-shadow:0 1px 3px rgba(34,25,25,0.4); 
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4); 
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);  
	-webkit-transition: top 1s ease, left 1s ease; /*动画 顶部1秒 ease：逐渐慢下来*/
	-moz-transition: top 1s ease, left 1s ease; 
	-o-transition: top 1s ease, left 1s ease; 
	-ms-transition: top 1s ease, left 1s ease;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.honor-box span { padding:10px 0 0 0; display:block; font-size:14px; text-align:center; font-weight:normal;}
.honor-box .imgholder img { max-width:100%; background:#ccc; display:block;}