.bannerBox {
  display: flex;
  width: 1280px;
  height: 500px;
  align-items: center;
  justify-content: center;
  background: url(../path/evaluationBanner.png) 0 0 no-repeat;
}

.bannerBox-l {
  width: 771px;
  height: 363px;
  padding: 72px 62px 66px;
  background: rgba(255, 255, 255, 0.59);
  box-shadow: 0px 2px 12px 1px rgba(156, 195, 255, 0.17);
  box-sizing: border-box;
}
.bannerBox-l > h2 {
  height: 36px;
  margin-bottom: 42px;
  font-family: FZLanTingHeiS-H-GB;
  font-size: 38px;
  line-height: 36px;
  color: #0d5094;
  text-shadow: 0px 3px 2px rgba(44, 70, 111, 0.26);
}
.bannerBox-l > p {
  height: 145px;
  font-size: 18px;
  color: #242424;
  text-indent: 2em;
  line-height: 30px;
}
.bannerBox-r {
  display: flex;
  width: 267px;
  height: 363px;
  margin-left: 32px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 12px 1px rgba(156, 195, 255, 0.17);
  position: relative;
}

.bannerBox-r .certificate-name {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  font-size: 24px;
  color: #0d5093;
  text-align: center;
}

.certificate_nav {
  width: 1310px;
  margin: 0 auto;
}

.server_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 20px;
}
.server_item {
  width: calc(100% / 3);
  height: 306px;
  margin-bottom: 20px;
  padding: 140px 52px 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
}

.server_item:nth-child(1) {
  background: url('../path/certificate_item-bg-1.png') 0 0 no-repeat;
}
.server_item:nth-child(2) {
  background: url('../path/certificate_item-bg-2.png') 0 0 no-repeat;
}
.server_item:nth-child(3) {
  background: url('../path/certificate_item-bg-3.png') 0 0 no-repeat;
}
.server_item:nth-child(4) {
  background: url('../path/certificate_item-bg-4.png') 0 0 no-repeat;
}
.server_item:nth-child(5) {
  background: url('../path/certificate_item-bg-5.png') 0 0 no-repeat;
}
.server_item:nth-child(6) {
  background: url('../path/certificate_item-bg-6.png') 0 0 no-repeat;
}

.server_item img {
  position: absolute;
  right: 20px;
  top: -20px;
  width: 166px;
  height: 180px;
}
.server_item_right_text1 {
  height: 30px;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}
.server_item_right_text2 {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
}

.evaluation-b {
  display: flex;
  height: 186px;
  align-items: center;
  justify-content: center;
  background: url('../path/evaluation-b-bg.png') center center no-repeat;
  background-size: cover;
}

.evaluation-b-text {
  margin-right: 200px;
}

.evaluation-b-text > p {
  display: flex;
  font-size: 18px;
  line-height: 40px;
  color: #3d485d;
}

.evaluation-b-text > p > span {
  font-weight: 700;
}

.evaluation-b img {
}

.contact-btn {
  display: flex;
  width: 134px;
  height: 36px;
  background: #0051d7;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}

.contact-form-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact-form-wrap {
  width: 670px;
  height: 564px;
  margin: 100px auto 0;
  padding-top: 56px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 1px rgba(39, 42, 45, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.contact-form-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  width: 20px;
  cursor: pointer;
}

.contact-form-close > i {
  font-size: 16px;
}

.contact-form-wrap h2 {
  height: 30px;
  margin-bottom: 60px;
  line-height: 30px;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  text-align: center;
}
.contact-form {
  padding: 0 100px;
  box-sizing: border-box;
}
.contact-form-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.contact-form-item > label {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 18px;
  color: #0052d9;
}
.contact-form-item > label > i {
  font-style: normal;
  color: #ff0000;
}
.contact-form-item input[type='text'] {
  width: 293px;
  height: 32px;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #b1b1b1;
  box-sizing: border-box;
  outline: none;
}

.submit-btn-wrap {
  margin-top: 72px;
  text-align: center;
}

.submit-btn-wrap .submit-btn {
  width: 194px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5px;
  background: #0052d9;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.checkbox-wrap .checkbox-item {
  display: inline-flex;
  min-width: 160px;
  align-items: center;
  margin-bottom: 16px;
  line-height: 32px;
}
/* .checkbox-wrap .checkbox-item:nth-child(2n) {
  margin-right: 0;
} */
.checkbox-wrap .checkbox-item input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.checkbox-wrap .checkbox-item label {
  font-size: 18px;
  color: #5b5b5b;
}
