.apply {
  /* width: 100%;
  min-width: 1200px; */
  height: 468px;
  background: url('../image/topbg.png') no-repeat center center;
  background-size: auto;
}
.apply-left {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 312px;
}
.apply-box {
  width: 690px;
  margin-left: 500px;
  margin-top: 114px;
}
.apply-title {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
}
.apply-summary {
  font-size: 24px;
  color: #b5cdfc;
}
.item-list {
  width: 680px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-text {
  flex: 50%;
  list-style-type: disc;
  color: #ffd06d;
  margin-top: 22px;
  font-size: 19px;
}
.importance {
  width: 1200px;
  margin: 0 auto;
}
.importance-summary {
  font-size: 20px;
  margin-top: 18px;
}
.importance-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.list-top {
  width: 232px;
  height: 48px;
  background: #135eac;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  color: #ffffff;
}
.list-bottom {
  width: 232px;
  height: 164px;
  background: #f9fdff;
  border: 1px solid #e5e5e5;
  padding: 16px 25px 0px 25px;
  text-align: center;
}
.importance-font {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
.works {
  height: 579px;

  background: url('../image/bg02.png') no-repeat center center;
  background-size: auto;
  margin-top: 49px;
}
.works-item {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works-list {
  width: 128px;
  flex: 25%;
  text-align: center;
  margin-top: 25px;
}

.works-title {
  margin-top: 13px;
  font-size: 20px;
  color: #333333;
}
.application-process {
  height: 501px;
  width: 1200px;
  margin: 0 auto;
}
.process-img {
  position: relative;
  margin-top: 130px;
}
.process-img-bg {
  margin-top: 30px;
  position: relative;
}
.sharp-icon {
  position: absolute;
  width: 440px;
  height: 5px;
  background: #135eac;
  border-radius: 2px;
  top: 63px;
}
.title-list {
  margin-left: 83px;
}
.title-list li {
  float: left;
  font-size: 16px;

  font-weight: bold;
  color: #135eac;
}
.title-list li:nth-child(n + 2) {
  margin-left: 95px;
}
.title-list li:nth-child(n + 4) {
  /* margin-top: ; */
  color: #333333;
}
.title-icon {
  position: relative;
}
.title-icon::after {
  width: 0px;
  height: 0px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #135eac transparent;
  transform: rotate(180deg);
  position: absolute;
  content: ' ';
  left: 55px;
  top: 79px;
}

.title-list li:nth-child(3) {
  width: 132px;
  height: 80px;
  background: #135eac;
  border-radius: 40px;
  color: #fff;
  margin-top: -60px;
  margin-left: 60px;
  text-align: center;
  padding-top: 16px;
}
.title-list li:nth-child(4) {
  margin-left: 60px;
}
.icon-list {
  position: absolute;
  top: 52px;
  left: 97px;
  z-index: 100;
}
.icon-list li {
  width: 28px;
  height: 28px;
  background: #135eac;
  border-radius: 50%;
  float: left;
}
.icon-list li:nth-child(n + 2) {
  margin-left: 133px;
}
.icon-list li:nth-child(n + 5) {
  width: 20px;
  height: 20px;
  background: #cccccc;
  border-radius: 50%;
  margin-top: 2px;
  margin-left: 138px;
}
.process-manual {
  margin-left: 375px;
  margin-top: 34px;
  font-size: 16px;
  font-weight: bold;
  color: #135eac;
}
.manual-title {
  margin-left: 230px;
  margin-top: 33px;
  margin-bottom: 85px;
  color: #333333;
}
.certificate {
  height: 579px;

  background: url('../image/b03.png') no-repeat center center;
  background-size: auto;
}
.certificate-font {
  color: #fff;
}
.certificate-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 74px;
}

.certificate-item {
  width: 300px;
  /* height: 300px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: space-between;
  text-align: center;
}
.certificate-list {
  position: relative;
  top: 0;
  left: 0;
  /* display: flex;
  align-items: center; */
}
.item-img {
  position: absolute;
  /* left: -100px; */
  top: 0;
 
  left: -65px;
}
.item-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  top: 200px;
  left: 0px;
  margin-left: 110px;
}

.certificate-item:hover .certificate-item-img {
  z-index: 10;
}
.certificate-item-img{
  position: absolute;
  top: -50px;
  left: 68px;
  /* transition: all 1s; */
  text-align: center;
}