#cooperation {
  padding-bottom: 126px;
}
#cooperation .tit {
  font-family: SourceHanSansCN-Normal;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 116px;
  margin-bottom: 54px;
}
#cooperation > .imgbox {
  margin-top: 126px;
}
#cooperation .points {
  display: flex;
  justify-content: space-between;
}
#cooperation .points .point {
  background-color: #f2f3f5;
  border-radius: 6px;
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cooperation .points .point .text {
  font-size: 24px;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 25px;
}
#cooperation .points .point .icon {
  text-align: right;
  padding-right: 15px;
  padding-bottom: 15px;
}
#cooperation .Text {
  color: #333;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
#cooperation .Text1 {
  text-align: center;
  font-size: 30px;
  color: #087cb2;
  margin-bottom: 10px;
}
#cooperation .map {
  width: 100%;
  height: 640px;
  margin-top: 70px;
  margin-bottom: 65px;
}
#cooperation .map iframe {
  width: 100%;
  height: 100%;
}
#cooperation .points1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 340px;
}
#cooperation .points1 .point {
  width: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #087cb2;
  padding: 20px;
  box-sizing: border-box;
  height: 100px;
  margin-bottom: 28px;
}
#cooperation .points1 .point .text {
  font-size: 30px;
  color: #087cb2;
  margin-left: 10px;
}
