/* banner  */

.banner-section {
  position: relative;
  width: 100%;
  height: 4rem;
}

.banner-section-content {
  position: absolute;
  left: 20%;
  top: 20%;
  z-index: 10;
}

.banner-section-button {
  color: #ffffff;
  font-size: 0.16rem;
  background-color: #1e87fe;
  border-radius: 2px;
  padding: 0.1rem 0.3rem;
  border: none;
  margin-top: 0.5rem;
}

/*---------------------  cooperation-case-section ---------------------*/

.cooperation-case-section {
  margin: 0.4rem 0 0.8rem 0;
}
.cooperation-case-box{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 320px;
}
.cooperation-case-box-top-img{
    width: 100%;
    height: 100%;
}
.cooperation-case-box-top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cooperation-case-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
}
.cooperation-case-box:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.cooperation-case-box:hover .mask_content{
  opacity: 1;
}
.cooperation-case-content img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.cooperation-case-content p {
    color: #999999;
    font-size: 12px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cop-title {
  display: flex;
  align-items: center;
}

.cop-title span {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.mask_content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .4s;
}
.mask_content img{
  width: 70%;
}
.display_block{
  display: block;
}

/* 分页 */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
<!--0.0001678466796875-->