.cpinwrap {
  height: auto;
  background-image: url(../image/bc05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cpcont {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 3%;
}

.cpcont h2 {
  font-size: 30px;
  line-height: 65px;
}

.cpcont p {
  line-height: 30px;
  font-size: 20px;
}

.procont {
  width: 1400px;
  margin: 0 auto;
}

.protitle {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
  background: #f9f9f9;
}

.protitle a:first-of-type {
  color: #232323;
  position: relative;
}

.protitle h2 {
  font-size: 26px;
}

.protitle a:hover {
  color: #c20c23;
}

.protitle a {
  color: #232323;
}

.protitle h2::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  position: absolute;
  top: 36%;
  left: 2%;
}

.protitle a:last-of-type {
  font-size: 18px;
  display: block;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 3px;
  background-color: #394050; color: #fff; text-align: center;
}

.warpbox {
  padding-bottom: 3%;
}

.warpbox a {
  margin-top: 3%;
}

@media screen and (max-width: 1400px) {
  .cpcont,
  .procont {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .cpcont,
  .procont {
    width: 950px;
  }
  .cpcont p,
  .procont p {
    font-size: 18px;
  }
}

@media screen and (max-width: 950px) {
  .cpcont,
  .procont {
    width: 780px;
  }
  .cpcont h2,
  .procont h2 {
    font-size: 26px;
    line-height: 50px;
  }
  .protitle a:first-of-type {
    padding-left: 4%;
  }
  .protitle h2 {
    font-size: 1.4rem;
  }
  .protitle a:last-of-type {
    padding-top: 2%;
  }
}

@media screen and (max-width: 790px) {
  .cpcont,
  .procont {
    width: 95%;
  }
  .protitle {
    width: 99%;
    margin: 0 auto;
  }
  .protitle h2::after {
    top: 33%;
  }
  .ggtitle {
    width: 95%;
  }
}

@media screen and (max-width: 560px) {
  .cpcont h2 {
    font-size: 1.4rem;
  }
  .cpcont p {
    font-size: 1rem;
  }
  .protitle a:first-of-type {
    padding-left: 0;
  }
  .protitle h2 {
    font-size: 1.2rem;
  }
  .protitle a:last-of-type {
    font-size: 1rem;
    padding-top: 0%;
    margin-top: 10px;
    line-height: 30px;
    background-color: #394050; color: #fff; text-align: center;
    
  }
  
  .procont h2 {
    line-height: 30px;
    margin-top: 10px;
  }
  .warpbox{width: 100%;}
}
