@charset "utf-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

.project-main {
  height: 993px;
  background: url(/assets/images/honor/project-bg.jpg) no-repeat center;
  background-size: cover;
}

.project-main .tit {
  padding-top: 80px;
}

.project-main .con {
  height: 712px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  margin-top: 48px;
  box-sizing: border-box;
  padding: 60px 120px;
  overflow: auto;
}

.project-main .con th {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;
}

.project-main .con .l {
  width: 540px;
}

.project-main .con .r {
  width: 420px;
}

.project-main .con .data {
  max-height: 540px;
  overflow: auto;
}

.project-main .con .bd .r {
  font-weight: 500;
}

.project-main .con .bd tr {
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.project-main .con .bd tr:hover {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  color: #00C4C9;
}

.project-main .con .bd tr:hover .l::before {
  background-color: #00C4C9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.project-main .con .bd td {
  padding: 20px 0;
  vertical-align: top;
  line-height: 28px;
  font-size: 20px;
}

.project-main .con .bd .l {
  padding-right: 66px;
  padding-left: 10px;
  position: relative;
}

.project-main .con .bd .l::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 1;
}

.certificate {
  height: 560px;
  background: url(/assets/images/honor/certificate-bg.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 80px;
}

.certificate .iconfont {
  font-size: 15px;
  display: inline-block;
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin-left: 40px;
}

.certificate .iconfont:hover, .certificate .iconfont.on {
  color: #00D1C1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.certificate .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.certificate .prev:hover {
  color: #00D1C1;
  -webkit-transform: scale(1.1) rotate(180deg);
          transform: scale(1.1) rotate(180deg);
}

.certificate-container {
  margin-top: 48px;
  padding-bottom: 80px;
}

.certificate-container .img {
  width: 100%;
  height: 190px;
}

.certificate-container .img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificate-container .tit {
  margin-top: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.certificate-container .swiper-pagination {
  bottom: 0;
}

.certificate-container .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  opacity: 1;
  vertical-align: middle;
  margin: 0 10px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.certificate-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #00c6c9;
}

/*# sourceMappingURL=maps/honor.css.map */
