.header{
  background: url('../img/head.png') no-repeat;
  background-size: 100% 100%;
  max-height: 418px;
  padding: 40px 15%;
}
.header img{
  width: 100%;
}

.content>p{
  font-size: 16px;
  color: #777777;
  margin: 30px 0;
  text-align: center;
}
.content>img{
  width: 30%;
  margin-left: 37%;
}
.main-title{
  font-weight: bold;
  font-size: 42px;
  color: #333333;
}

.card-con{
  display: flex;
  padding: 10px 15%;
  justify-content: space-between;
  margin: 70px 0;
}
.card{
  width: calc(23% - 40px);
  padding: 0 20px;
  height: 100px;
  background: #F6F9FE;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-title{
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.card-title>img{
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  margin-right: 6px;
}
.card-info{
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}

.part-con{
  padding: 0 15%;
}
.part{
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
.part>img{
  width: 40vw;
}
.part-title{
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.part-info>ul{
  list-style-type: none;
  padding: 0;
  line-height: 30px;
}

.end-page{
  height: 250px;
  background: url('../img/end.png') no-repeat;
  background-size: 100% 100%;
  font-weight: 400;
  font-size: 24px;
  color: #125EAB;
  line-height: 250px;
  text-align: center;
}
.end-page>a{
  color: #125EAB;
}
