.primary-linear-gradient {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.primary-linear-gradient-reverse {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.test {
  content: '';
  width: 130px;
  height: 1px;
  background: #045bde;
  display: inline-block;
  margin: 0 70px 3px 15px;
}
.test1 {
  content: '';
  width: 4px;
  height: 4px;
  background: #c4c4c4;
  display: inline-block;
  margin: 3px 83px;
}
.text-ellipsis-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-container .navbars {
  margin: 40px 0;
}
.page-container .navbars ul {
  overflow: hidden;
  clear: both;
}
.page-container .navbars ul li {
  float: left;
}
.page-container .navbars ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.page-container .navbars ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #C4C4C4;
  display: inline-block;
  margin: 3px 83px;
}
.page-container .navbars ul li.last-li:after {
  content: "";
  background: #fff;
  display: inline-block;
}
.page-container .navbars ul li.active a {
  color: #045BDE;
}
.page-container .navbars ul li.active:after {
  content: "";
  width: 130px;
  height: 1px;
  background: #045BDE;
  display: inline-block;
  margin: 0 70px 3px 15px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari 和 Chrome */
  -o-transition: width 0.5s;
  /* Opera */
}
.page-container .navbars ul li:hover a {
  color: #045BDE;
}
.page-container .navbars ul li:hover:after {
  content: "";
  width: 130px;
  height: 1px;
  background: #045BDE;
  display: inline-block;
  margin: 0 70px 3px 15px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari 和 Chrome */
  -o-transition: width 0.5s;
  /* Opera */
}
.page-container .honor-content ul {
  overflow: hidden;
  clear: both;
  margin-bottom: -50px;
}
.page-container .honor-content ul li {
  position: relative;
  padding: 16px;
  float: left;
  background: #ffffff;
  border: 1px solid rgba(196, 196, 196, 0.22);
  border: 1px solid #C4C4C4 \9;
  box-shadow: 0px 14px 30px 0px rgba(164, 164, 164, 0.17);
  margin-bottom: 50px;
}
.page-container .honor-content ul li:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(90deg, #045bde, #23c7ae);
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari and Chrome */
  -o-transition: width 0.5s;
}
.page-container .honor-content ul li:hover:after {
  width: 100%;
}
.page-container .honor-content ul li .honor-award img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page-container .honor-content ul li .honor-source {
  text-align: center;
  margin: 0 auto;
}
.page-container .honor-content ul li .honor-source p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.modal-public {
  width: 1080px;
  height: 600px;
  margin-bottom: 80px;
  position: relative;
}
.modal-public .title {
  line-height: 50px;
  color: white;
  font-size: 18px;
  text-align: center;
}
.modal-public .swiper-container {
  position: relative;
  width: 800px;
  height: 600px;
  border: 5px solid white;
}
.modal-public .swiper-container .swiper-wrapper .swiper-slide {
  background-color: white;
  font-size: 0;
}
.modal-public .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-public #btn1 {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px;
}
.modal-public #btn1 i {
  font-size: 70px;
  color: #aaa;
  transition: color 0.3s;
}
.modal-public #btn1 i:hover {
  color: #fff;
}
.modal-public #btn2 {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
}
.modal-public #btn2 i {
  font-size: 70px;
  color: #aaa;
  transition: color 0.3s;
}
.modal-public #btn2 i:hover {
  color: #fff;
}
@media screen and (min-width: 1600px) {
  .honor-block {
    margin: 0 -57px;
  }
  .honor-block li {
    width: 314px;
    height: 330px;
    margin: 0 57px;
  }
  .honor-block li .honor-award {
    width: 278px;
    height: 184px;
  }
  .honor-block li .honor-source {
    width: 55%;
    padding: 40px 0;
  }
}
@media screen and (max-width: 1600px) {
  .honor-block {
    margin: 0 -45px;
  }
  .honor-block li {
    width: 252px;
    height: 330px;
    margin: 0 45px;
  }
  .honor-block li .honor-award {
    width: 218px;
    height: 184px;
    overflow: hidden;
  }
  .honor-block li .honor-source {
    width: 70%;
    padding: 40px 0;
  }
}
.openimg {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.openimg .layui-layer-content {
  overflow: hidden !important;
}
.openimg .layui-layer-setwin .layui-layer-close2 {
  height: 24px;
  width: 24px;
  z-index: 2 !important;
  right: 124px !important;
  top: -78px;
  background: url(/public/images/common/close-icon.png) no-repeat;
}
.openimg .layui-layer-setwin .layui-layer-close2:hover {
  background-position: 0 0;
}
