.insuranceBoxCoo {
  width: 100%;
  height: 180px;
  line-height: 180px;
  text-align: center;
  /* background: url(../images/development/banner.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 50px; */
}
.insuranceBoxCoo img {
  width: 50%;
  vertical-align: middle;
}
.secondBoxCoo {
  width: 100%;
  height: 300px;
  background: url(../images/cooperation/banner.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 60px;
}
.arear3Coo {
  width: 70%;
  margin: 60px auto;
}
.arear3Coo img {
  width: 20%;
  height: auto;
}
.arear4Coo {
  width: 100%;
}
.arear4Coo .topBox {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.arear4Coo .topBox .item {
  width: 30%;
  height: 150px;
  box-sizing: border-box;
}
.arear4Coo .topBox .btm {
  text-align: center;
  height: auto !important;
}
.arear4Coo .topBox .bgc {
  background: url(../images/cooperation/top.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 20px;
  color: #333;
  font-size: 12px;
  line-height: 2;
}
.arear4Coo .imgboxCoo {
  width: 100%;
  margin: 20px 0;
  vertical-align: middle;
}
.arear4Coo .imgboxCoo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.arear4Coo .bottomBox {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.arear4Coo .bottomBox .item {
  width: 30%;
  height: 220px;
  text-align: center;
}
.arear4Coo .bottomBox .item .div1 {
  width: 50%;
  margin: 0 auto;
  height: 100%;
  background: url(../images/cooperation/div1.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 20px 20px;
  color: #333;
  font-size: 12px;
  line-height: 2;
  box-sizing: border-box;
  text-align: left !important;
}
.arear4Coo .bottomBox .item .div3 {
  width: 80%;
  height: 150px;
  background: url(../images/cooperation/div3.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 15px 20px;
  color: #333;
  font-size: 12px;
  line-height: 2;
  box-sizing: border-box;
  text-align: left !important;
}
.arear5Coo {
  width: 100%;
}
.arear5Coo .insBox {
  width: 70%;
  margin: 50px auto;
}
.arear5Coo .insBox img {
  width: 50%;
  height: auto;
}
.thirdlyBoxCoo {
  width: 70%;
  margin: 0 auto;
}
.thirdlyBoxCoo .thirdlyCooTitle {
  width: 100%;
  margin: 30px auto;
  font-size: 1.25vw;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
}
.thirdlyBoxCoo .CooImgBox {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.thirdlyBoxCoo .CooImgBox .imgBox {
  width: 18%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
}
.thirdlyBoxCoo .CooImgBox .imgBox img {
  width: 100%;
  height: 100%;
}
.thirdlyBoxCoo .CooImgBox .bottomImg {
  width: 18%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
}
.thirdlyBoxCoo .CooImgBox .bottomImg img {
  width: 100%;
  height: 100%;
}
.border {
  border: 1px solid #e8e8e8;
}
.botm {
  margin-bottom: 50px;
}
