.assessment {
  width: 1200px;
  margin: 0 auto;
  height: 542px;
}

.assessment-top {
  text-align: center;
}

.assessment-title {
  font-size: 32px;
  margin-top: 56px;
}

.assessment-text {
  font-size: 16px;
  color: #999999;
  margin-top: 17px;
}

.assessment-box {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}

.assessment-list {
  width: 380px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.shade {
  width: 380px;
  height: 300px;
  background: #000000;

  opacity: 0.5;
  text-align: center;
  position: absolute;
  top: 240px;
  transition: top 0.2s;
}

.shade-title {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  color: #fff;
  top: 261px;
  left: 154px;
  z-index: 10000;
  transition: top 0.2s;
}

.assessment-list:hover .shade {
  top: 0;
}

.assessment-list:hover .shade-title {
  top: 150px;
}

.benefit {
  height: 688px;
  background: url('../image/butirfbg.png') no-repeat center center;
  background-position: auto;
  position: relative;
}

.center-img {
  position: absolute;
  left: 750px;
  top: 250px;
}

.benefit-title {
  color: #fff;
  margin-top: 74px;
  margin-bottom: 10px;
}

.benefit-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.benefit-le {
  width: 380px;
  height: 147px;
  background: #ffffff;
  border-radius: 20px 20px 0px 20px;
  position: relative;
  padding: 41px 84px 41px 37px;
}

.benefit-le-title {
  font-size: 15px;
  color: #333333;
  /* text-align: center; */
  word-break: break-all;

  text-overflow: ellipsis;

  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/

  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/

  -webkit-line-clamp: 3;
  /** 显示的行数 **/

  overflow: hidden;
}

.benefit-item {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.benefit-le-icon {
  position: absolute;
  top: 50px;
  left: 480px;
}

.benefit-le-img {
  position: absolute;
  top: 28px;
  left: 337px;
}

.benefit-ri-img {
  position: absolute;
  top: 28px;
  left: -40px;
}

.benefit-ri {
  padding: 30px 42px 25px 75px;
  border-radius: 20px 20px 20px 0px;
}

.benefit-box-bot {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}

.benefit-le1 {
  padding: 52px 84px 49px 31px;
  border-radius: 20px 0px 20px 20px;
}

.benefit-le2 {
  text-align: center;
  line-height: 65px;
  border-radius: 0px 20px 20px 20px;
}

.purpose {
  height: 606px;
  width: 1200px;
  margin: 0 auto;
}

.purpose-title {
  color: #333333;
  margin-bottom: 10px;
}

.purpose-box {
  display: flex;
  justify-content: space-between;
  margin-top: 71px;
}

.purpose-list {
  width: 110px;
  height: 335px;
  background-color: #367cc6;
  border-radius: 8px;
  padding: 46px 35px 32px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.purpose-list-title {
  width: 100px;
  font-size: 20px;
  color: #ffffff;
}

.purpose-list-bg1 {
  background-color: #009e96;
}

.purpose-list-bg2 {
  background-color: #00a0e9;
}

.purpose-list-bg3 {
  background-color: #22ac38;
}

.purpose-list-bg4 {
  background-color: #ae5da1;
}

.purpose-list-bg5 {
  background-color: #eb6877;
}

.purpose-list-bg6 {
  background-color: #448aca;
}

.purpose-list-bg7 {
  background-color: #009e96;
}

.advantage {
  height: 364px;
  background: url('../image/advantage.png') no-repeat center center;
  background-position: auto;
}

.advantage-box-left {
  width: 380px;
  height: 280px;
  background: #ffffff;
  box-shadow: 0px 1px 35px 0px rgba(124, 162, 186, 0.22);
  border-radius: 8px;
  padding-top: 21px;
  /* margin-left: 300px;
margin-top: 88px; */
}

.advantage-box-top {
  width: 260px;
  height: 46px;
  background: #009e96;
  border-radius: 23px;
  padding: 0 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.icon-left {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.advantage-box-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.advantage-box-bottom {
  margin-top: 42px;
  margin-left: 105px;
  padding-right: 50px;
  font-size: 16px;
}

.advantage-list {
  /* width: 260px;
  height: 50px;
  margin: 0 auto; */
  margin-top: 23px;
}

.advantage-list * {
  /* height: 25px;
  line-height: 21px; */
  vertical-align: middle;
  margin-left: 12px;
}

.advantage-list-content * {
  vertical-align: middle;
}

.advantage-list-content {
  margin-left: 12px;
  text-align: left;
  margin-left: -40px;
  margin-top: 20px;
  position: relative;
}

.advantage-content-title {
  margin-left: 15px;
}

.advantage-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* padding: 0 250px;
margin-top: 88px; */
}

.advantage-content-flo {
  position: absolute;
  top: 0;
  left: 37px;
}

.advantage-box-center {
  margin-top: 110px;
}

.advantage-list-ri {
  margin-left: -50px;
}

.advantage-list-color1 {
  background-color: #367cc6;
}

.advantage-list-color2 {
  background-color: #eb6877;
}

.advantage-footer {
  width: 1200px;
  height: 285px;
}
.advantage-top{
  margin-top: 34px;
}