.integrity_header {
  height: 345px;
  background: url(../images/integrity_bg_header.png) no-repeat;
  background-size: 100% 100%;
}
.integrity_header .top {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.integrity_header .top .back {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  height: 40px;
  padding: 0px 20px;
  border-radius: 20px;
  font-size: 20px;
  color: #fff;
}
.integrity_header .top .back a {
  color: #fff;
}
.trends {
  margin-top: 50px;
}
.trends .trends_title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.trends .trends_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trends .trends_inner .inner_l {
  width: 100%;
  height: 400px;
}
.trends .trends_inner .inner_l .swiper {
  width: 100%;
  height: 100%;
}
.trends .trends_inner .inner_l .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.trends .trends_inner .inner_l .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.trends .trends_inner .inner_l .swiper .swiper-slide .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
}
.trends .trends_inner .inner_l .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  padding-right: 20px;
}
.trends .trends_inner .inner_r {
  width: 100%;
  margin-top: 30px;
}
.trends .trends_inner .inner_r li {
  margin-bottom: 18px;
}
.trends .trends_inner .inner_r li a .title {
  position: relative;
  font-size: 18px;
  color: #333;
  padding-left: 40px;
}
.trends .trends_inner .inner_r li a .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 14px;
  background: url(../images/integrity_icon_arrow.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.trends .trends_inner .inner_r li a .title:hover {
  color: #016bb5;
}
.trends .trends_inner .inner_r li a .date {
  font-size: 16px;
  color: #999;
  margin-top: 5px;
}
.hf {
  margin-top: 50px;
  margin-bottom: 50px;
}
.hf img {
  width: 100%;
}
.knowledge {
  padding-top: 100px;
  background-color: #f1f5ff;
}
.knowledge .title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.knowledge .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.knowledge .list li {
  position: relative;
  width: 48%;
  height: 170px;
  background-color: #fff;
  margin-bottom: 50px;
}
.knowledge .list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 19px;
  height: 25px;
  background: url(../images/integrity_icon_up.png) no-repeat;
  background-size: 100% 100%;
}
.knowledge .list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
  padding: 0 30px;
}
.knowledge .list li a .date {
  color: #666;
  margin-top: 10px;
}
.knowledge .list li a:hover {
  color: #016bb5;
}
.other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.other li {
  width: 48%;
  height: 160px;
  margin-bottom: 40px;
}
.other li a img {
  width: 100%;
  height: 100%;
}
.carousel {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 400px;
}
.carousel .swiper {
  width: 100%;
  height: 100%;
}
.carousel .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.carousel .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
