.talent-concept-model {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  /*padding: 180px 0;*/
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

.talent-concept-model ul li {
  list-style: none;
}

.talent-concept-model h3,
.talent-concept-model h4 {
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.talent-concept-model .wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

/*.talent-concept-model .wrap .title {*/
  /*max-width: 360px;*/
/*  margin-bottom: 4%;*/
/*  font-size: 30px;*/
/*  color: #333;*/
/*}*/
.talent-concept-model .wrap .title .title2 {
  /*max-width: 360px;*/
  margin-bottom: 4%;
  font-size: 36px;
  color: #333;
  font-weight: 400;
}

.talent-concept-model .wrap ul li {
  margin-top: 20px;
}

.talent-concept-model .wrap .subtitle {
  font-size: 18px;
  color: #333;
}

.talent-concept-model .wrap .text {
  font-size: 14px;
  color: #666;
}

.talent-concept-model .pic-wrap {
  width: 889px;
}

.talent-concept-model .pic-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.7%;
  border-radius: 12px;
  overflow: hidden;
}

.talent-concept-model .pic-img .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.talent-concept-model2 .content {
  flex-direction: row-reverse;
}

.talent-concept-model2 .wrap {
  padding-left: 13%;
}

@media all and (max-width: 1530px) {
  .talent-concept-model .pic-wrap {
    width: 50%;
  }
}

@media all and (max-width: 1366px) {
    .talent-concept-model .wrap .title .title2 {
      font-size: 32px;
  }
}

@media all and (max-width: 1280px) {}

@media all and (max-width: 1024px) {
  .talent-concept-model .wrap .title {
    font-size: 24px;
  }
  
  .talent-concept-model .wrap .title .title2 {
      font-size: 26px;
  }

  .talent-concept-model .wrap .subtitle {
    font-size: 16px;
  }

  .talent-concept-model .wrap .text {
    font-size: 12px;
  }
}

@media all and (max-width: 960px) {
  .talent-concept-model {
    padding: 60px 0;
  }

  .talent-concept-model .content {
    flex-direction: column;
  }

  .talent-concept-model .wrap {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .talent-concept-model .wrap ul li {
    margin-top: 20px;
  }

  .talent-concept-model .wrap .title {
    max-width: 100%;
  }

  .talent-concept-model .wrap .title img {
    width: 60%;
    margin: 0 auto;
  }
  .talent-concept-model2 .wrap .title{
      
  }

  .talent-concept-model .pic-wrap {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
    .talent-concept-model .wrap .title .title2 {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 500px) {
  .main-layout {
    padding: 0 15px;
  }
}
<!--ºÄÊ±1755676733.663Ãë-->