/*基本样式*/
.cooperTitle {
  font-size: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
  z-index: 2;
}
.cooperTitle::after {
  content: '';
  width: 30px;
  height: 1px;
  margin-top: 20px;
  background-color: #0784d8;
}
#cooperswiper {
  width: 1000px;
  margin: 60px auto;
  position: relative;
}
#cooperswiper .conswiper {
  display: flex;
  flex-direction: row;
  align-items: center;
  user-select: none;
}
#cooperswiper .conswiper .conswipertxt {
  padding: 0 50px;
}
#cooperswiper .conswiper .conswipertxt p {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#cooperswiper .conswiper .conswipertxt p::before {
  content: '';
  width: 6px;
  height: 24px;
  background-color: #20a4eb;
  margin-right: 10px;
}
#cooperswiper .conswiper .conswipertxt span {
  font-size: 20px;
  line-height: 35px;
}
#cooperswiper .swiper-slide {
  height: 350px;
  box-sizing: border-box;
  background: #fff;
  filter: blur(0px) !important;
}
#cooperswiper .swiper-slide img {
  height: 350px;
}
.coopersustain {
  background: url('../img/cooperate/hzzcbanner.png') no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 770px;
}
.coopersustain .coopersustaintab {
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #E6E7EC;
}
.coopersustain .coopersustaintab .tabitemsed {
  color: #04BCFF !important;
}
.coopersustain .coopersustaintab .tabitem {
  font-size: 20px;
  padding: 0 25px;
  color: #E6E7EC;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}
.coopersustain .coopersustaintab .tabitem:hover {
  color: #04BCFF !important;
}
.coopersustain::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5A607F;
  opacity: 0.7;
}
.whiteTitle {
  color: #fff !important;
}
.whiteTitle::after {
  background-color: #fff !important;
}
.cooperudiv {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 0;
}
.cooperudiv .cooperuidvitem {
  flex: 1;
  margin-right: 20px;
  box-shadow: 0px 0px 10px #ededed;
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  cursor: pointer;
  border-bottom: 4px solid #fff;
  transition: 0.3s all;
}
.cooperudiv .cooperuidvitem:hover {
  border-color: #0784d8;
}
.cooperudiv .cooperuidvitem:hover div img {
  transform: scale(1.2);
}
.cooperudiv .cooperuidvitem p {
  font-size: 22px;
  padding: 20px 0;
}
.cooperudiv .cooperuidvitem span {
  font-size: 18px;
  line-height: 30px;
  min-height: 100px;
  padding: 30px 10px;
}
.cooperudiv .cooperuidvitem div {
  overflow: hidden;
  width: 100%;
}
.cooperudiv .cooperuidvitem div img {
  width: 100%;
  transition: 0.3s all;
}
.cooperudiv .cooperuidvitem:last-child {
  margin-right: 0;
}
.coopertxt {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  padding: 10px 0;
}
.cooperTitle,
.coopertxt {
  text-align: center;
}
