.banner {
  text-align: center;
}
/* 内容1 */
.set1 .real-info {
  margin-top: 50px;
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.04);
}
.set1 .real-info .item {
  display: flex;
  justify-content: space-around;
  background-image: linear-gradient(to right, #39A2F7, #0E61DF);
}
.set1 .real-info .item div {
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.set1 .real-info .list {
  margin: 0;
  padding: 30px;
}
.set1 .real-info .list .list-f div {
  margin: 15px 0;
}
.set1 .real-info .list .list-f div a {
  font-size: 24px;
}
.set1 .real-info .list .list-r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.set1 .real-info .list .list-r div {
  margin: 15px 0;
  background-image: linear-gradient(to right, #1B72E6, #1264E0);
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  height: 64px;
  line-height: 64px;
  width: 465px;
}
.set1 .real-info .list .list-r div a {
  color: #fff;
  font-size: 25px;
}
.set2 .pic {
  text-align: center;
  margin-top: 50px;
}
.set2 .certie .list {
  padding-top: 50px;
  margin: 0;
}
.set2 .certie .list .list2 {
  padding: 0;
  display: table-cell;
}
.set2 .certie .list .list-t {
  display: flex;
  justify-content: center;
}
.set2 .certie .list .item {
  margin: 0;
  padding: 50px;
  height: 100%;
  background-color: #EFF5FF;
  display: flex;
}
.set2 .certie .list .item .item-f .title {
  font-size: 25px;
  font-weight: bold;
}
.set2 .certie .list .item .item-f .des {
  margin-top: 20px;
  font-size: 18px;
}
.set2 .certie .list .item .item-r {
  text-align: center;
}
.set2 .certie .list .two {
  background-color: #E4EEFF;
}
.set2 .certie .list .thr {
  background-color: #E4EEFF;
}
.set2 .certie .list-f {
  margin: 0;
  padding-top: 30px;
  justify-content: space-between;
  text-align: center;
}
.set3 {
  background: url(../img/project/BN3.png) no-repeat 50% 0;
  margin: 30px 0;
}
.set3 .pic {
  text-align: center;
}
.set3 .set3-list {
  padding-top: 50px;
}
.set3 .ident {
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
}
.set3 .ident .pic {
  text-align: center;
}
.set3 .ident .des {
  margin-top: 20px;
  text-align: center;
  color: #999999;
}
.set3 .ident .ipt {
  padding: 25px 0;
  text-align: center;
}
.set3 .ident .ipt input {
  border: 1px solid #D2D2D2;
  padding: 5px;
}
.set3 .ident .ipt select {
  padding: 5.5px;
  border: 1px solid #D2D2D2;
}
.set3 .ident .fot {
  margin: 30px auto;
  width: 283px;
  height: 60px;
  background-color: #FF9827;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
}
.set3 .ident .fot a {
  color: #fff;
}
.set4 .pic {
  padding: 30px 0;
  text-align: center;
}
.set4 .suitari {
  justify-content: space-around;
  margin: 0;
  padding: 30px 0;
}
.set4 .suitari .list {
  position: relative;
}
.set4 .suitari .list img {
  height: 374px;
}
.set4 .suitari .list .item {
  width: 300px;
  padding: 20px;
  bottom: -40px;
  left: calc(40% - 150px);
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.04);
}
.set4 .suitari .list .item .title {
  font-size: 22px;
  font-weight: bold;
}
.set4 .suitari .list .item .line {
  margin: 10px 0;
  width: 25px;
  height: 5px;
  background-color: #000;
}
.set4 .suitari .list .item:hover {
  background-color: #176CE3;
  color: #fff;
}
.set4 .suitari .list .item:hover .line {
  background-color: #fff;
}
.set5 {
  margin-top: 30px;
  background: url(../img/Vtraing/BN3.png) 50% 0 no-repeat;
}
.set5 .pic3 {
  text-align: center;
  padding-top: 50px;
}
.set5 .fenxi {
  padding: 30px;
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.04);
}
.set5 .fenxi .list {
  display: flex;
  justify-content: space-around;
}
.set5 .fenxi .list .title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 250px;
  height: 40px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.set5 .fenxi .list .title:nth-of-type(1) {
  background-color: #39A2F7;
}
.set5 .fenxi .list .title:nth-of-type(2) {
  background-color: #2583EB;
}
.set5 .fenxi .list .title:nth-of-type(3) {
  background-color: #1265E0;
}
.set5 .fenxi .list2 {
  padding: 30px;
  margin-top: 10px;
  background-color: #F8F8F8;
  display: flex;
  justify-content: space-around;
}
.set5 .fenxi .list2 .title {
  font-weight: bold;
  font-size: 20px;
  width: 150px;
  height: 30px;
  background-color: #1164E0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.set5 .fenxi .list2 .des {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
}
.set5 .fenxi .list2 .des div {
  margin: 5px 0;
}
.set5 .fenxi .list2 .des a {
  color: #666666;
}
.set6 {
  padding: 50px 0;
}
.set6 .pic {
  text-align: center;
}
.set6 .kecheng {
  margin: 30px 0;
  padding: 50px;
  display: flex;
  justify-content: space-around;
  border: 10px solid #39A2F7;
  position: relative;
}
.set6 .kecheng .list div {
  font-size: 18px;
  color: #1265E0;
  font-weight: bold;
  font-style: oblique;
  line-height: 45px;
}
.set6 .kecheng .list div a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
}
.set6 .kecheng .more {
  width: 250px;
  border-radius: 5px;
  padding: 30px;
  background-color: #39A2F7;
  position: absolute;
  top: -50px;
  height: 400px;
  right: -200px;
}
.set6 .kecheng .more .btn-more {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 40px;
  background-color: #FF9827;
  border-radius: 5px;
}
.set6 .kecheng .more .btn-more a {
  color: #fff;
}
.set7 {
  background: url(../img/home/BN5.png) no-repeat center;
}
.set7 .contact {
  height: 450px;
  padding-top: 50px;
  text-align: center;
}
.set7 .contact .title {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
}
.set7 .contact .title-e {
  font-size: 18px;
  color: #C0C0C0;
}
.set7 .contact .ipt {
  padding-top: 30px;
}
.set7 .contact .ipt input {
  border-radius: 5px;
  outline: none;
  height: 50px;
  border: none;
}
.set7 .contact .ipt .area {
  width: 370px;
}
.set7 .contact .iptcheck {
  margin-top: 10px;
}
.set7 .contact .iptcheck .text-a {
  outline: none;
  border: none;
  border-radius: 10px;
  width: 750px;
}
.set7 .contact .commit input {
  width: 750px;
  font-size: 20px;
  height: 50px;
  background-color: #FF9827;
  border: none;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 1200px) {
  .set4 .suitari .list .item {
    left: calc(40% - 130px) !important;
    bottom: 10px !important;
  }
  .kecheng {
    display: block !important;
    padding: 10px !important;
  }
  .kecheng .list div {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 10px 0 !important;
  }
  .kecheng .list div a {
    font-size: 18px !important;
  }
  .kecheng .more {
    width: 150px !important;
    height: 300px !important;
    right: 0 !important;
    top: calc(50% - 150px) !important;
  }
  .kecheng .more .btn-more {
    margin-top: 80px !important;
  }
}
@media (max-width: 990px) {
  .set3 .ident .ipt input {
    width: 211px !important;
    margin: 5px 0 !important;
  }
  .set4 .suitari .list {
    margin: 10px 0 !important;
  }
}
@media (max-width: 768px) {
  .set2 .certie .list2 {
    margin: 10px 0 !important;
  }
  .set2 .certie .list2 .item {
    padding: 20px !important;
  }
  .set3 .ident .ipt input {
    width: 211px !important;
    margin: 5px 0 !important;
  }
  .set4 .suitari .list {
    text-align: center !important;
    margin: 10px 0 !important;
  }
  .set4 .suitari .list .item {
    left: calc(50% - 160px) !important;
  }
  .set5 .fenxi .list .title {
    width: fit-content !important;
  }
  .set5 .fenxi .list2 {
    display: block !important;
  }
  .set5 .fenxi .list2 .title {
    margin: 0 auto !important;
  }
  .set7 .contact .ipt input {
    width: 120px !important;
  }
  .set7 .contact .ipt .area {
    width: 180px !important;
  }
  .set7 .contact .iptcheck .text-a {
    width: 89% !important;
  }
  .set7 .contact .commit input {
    width: 89% !important;
  }
}
@media (max-width: 375px) {
  .set1 .real-info .list .list-r div {
    width: 100% !important;
  }
  .set5 .fenxi .list .title {
    width: 100% !important;
    font-size: 17px !important;
  }
  .set5 .fenxi .list2 .title {
    width: 100% !important;
  }
  .set6 .kecheng .list div a {
    font-size: 14px !important;
  }
  .set7 .contact {
    padding-top: 0 !important;
  }
  .set7 .contact .title {
    font-size: 32px !important;
  }
  .set7 .contact .ipt input {
    width: 157px !important;
  }
  .set7 .contact .ipt .area {
    margin-top: 5px !important;
    width: 320px !important;
  }
  .set7 .contact .iptcheck .text-a {
    width: 86% !important;
  }
  .set7 .contact .commit input {
    width: 86% !important;
  }
}
