#sea .Text {
  font-size: 18px;
  color: #333;
  font-family: 'SourceHanSansCN-Normal';
  text-indent: 2em;
}
#sea .imgbox {
  width: 100%;
}
#sea .imgbox img {
  width: 100%;
}
#sea .points .point {
  padding-top: 20px;
  box-sizing: border-box;
  background-color: #2284b2;
  padding-bottom: 20px;
}
#sea .points .point .tit {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 23px;
  font-size: 24px;
  font-family: 'SourceHanSansCN-Bold';
}
#sea .points .point .text {
  color: #fff;
  font-size: 18px;
  font-family: 'SourceHanSansCN-Normal';
}
#sea .principle {
  margin-top: 20px;
}
#sea .coreAdvantages {
  background-color: #2284b2;
}
#sea .coreAdvantages .tit1,
#sea .coreAdvantages .tit2 {
  color: #fff;
}
#sea .coreAdvantages .points .point {
  margin-bottom: 0;
  padding: 20px;
}
#sea .coreAdvantages .points .icon {
  text-align: center;
}
#sea .coreAdvantages .points .icon img {
  width: 50%;
}
#sea .coreAdvantages .points .Tit {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
#sea .coreAdvantages .points .text {
  font-size: 16px;
}
#sea .points2 {
  justify-content: center;
}
#sea .points2 .point {
  padding-top: 10px;
}
#sea .projectDebriefing {
  position: relative;
  padding-bottom: 50px;
}
#sea .projectDebriefing .points {
  box-sizing: border-box;
  background-image: none !important;
}
#sea .projectDebriefing .points .point {
  background: none;
  box-sizing: border-box;
  border: 1px dashed skyblue;
}
#sea .projectDebriefing .points .point .text {
  color: #333;
  font-size: 20px;
}
#sea .projectDebriefing .points2 {
  display: block;
}
#sea .projectDebriefing .points2 .point {
  position: relative;
}
#sea .projectDebriefing .cup .point {
  border: none;
  padding: 15px;
  flex: 1;
}
#sea .projectDebriefing .cup .point .text {
  font-size: 16px;
}
#sea .projectDebriefing .cup .icon {
  text-align: center;
}
#sea .projectDebriefing > .imgbox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#sea .projectDebriefing > .imgbox img {
  margin-bottom: 10px;
}
