.title img {
  width: 100%;
}
.bread {
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
}
.second-nav {
  height: 60px;
  padding-top: 12.5px;
}

.ul-nav {
  max-width: 1200px;
  margin: 0 auto;
}

.second-nav ul li {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
  background: #dcdddd;
  border-right: 2px solid #fff;
}
.second-nav ul li:last-of-type {
  border-right: none;
}
.second-nav ul li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #595757;
  cursor: pointer;
}

.second-nav ul li a.active {
  color: #fff;
  background-color: #ea002a;
  border-radius: 1px;
}

.content {
  max-width: 1200px;
  margin: 0 auto 132px;
  margin-top: 65px;
}

/* team */

.team {
  width: 100%;
  max-width: 1920px;
  margin-top: 0;
  /* padding-top: 39px; */
  padding-bottom: 132px;
  background-color: #f7f8f8;
}

.team .content-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.team .content-main h4 {
  font-size: 30px;
  font-weight: 400;
  color: #595757;
  margin: 40px auto 0;
  text-align: center;
}

.team .content-main .director-box{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
 }

.team .content-main .director-main:nth-of-type(1) .director-box:nth-of-type(2){
  justify-content:flex-start;
  
}

.team .content-main .director-main:nth-of-type(2) .director-box{
  justify-content:flex-start;
}

.team .content-main .director-main:nth-of-type(3) .director-box:nth-of-type(3){
  justify-content:flex-start;
}

.team .content-main .director-item {
  width: 31.8%;
  height: 412px;
  border-radius: 1px;
  margin-right: 1.5%;
  float: left;
  margin-top: 30px;
}

/* .team .content-main .director-item, */
.team .content-main .board-item {
  width: 31.8%;
  height: 412px;
  border-radius: 1px;
  margin-right: 1.5%;
  float: left;
  margin-top: 30px;
}

.team .content-main .director-item:nth-of-type(3n),
.team .content-main .board-item:nth-of-type(3n) {
  margin-right: 0;
}

.team .content-main h4.board-title {
  margin-top: 39px;
}

.director-main .director-item .director-img {
  width: 100%;
}
.director-main .director-item .director-img img {
  width: 100%;
}
.director-main .director-item .director-text {
  text-align: center;
  padding-top: 20px;
  border-bottom: 5px solid #898989;
}

.director-main .director-item .director-text span {
  font-size: 24px;
  font-weight: 400;
  color: #595757;
  line-height: 37px;
}

.director-main .director-item .director-text h5 {
  font-size: 18px;
  font-weight: 400;
  color: #595757;
  line-height: 37px;
  margin: 11px auto;
  padding-bottom: 6px;
}

.director-main .director-item .director-text.active {
  border-bottom: 5px solid #ea0a2a;
  position: relative;
}

.director-main .director-item .director-text.active::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* team */
/* comment */

.insert {
  position: absolute;
  right: 18.8%;
  bottom: 90px;
  width: 31.51%;
  height: 38.7%;
  background-color: #e75049;
  mix-blend-mode: multiply;
  opacity: 0;
  animation: move linear 2s;
  animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .insert {
    background-color: rgba(160, 13, 6, 0.75) !important;
    opacity: 0.8 !important;
  }
}
.title .text {
  width: 31.51%;
  height: 38.7%;
  position: absolute;
  right: 18.8%;
  bottom: 90px;
  padding: 0.9375rem 0.9375rem 0 1.9375rem;
  opacity: 0;
  animation: move linear 2s;
  animation-fill-mode: forwards;
}
.title .text span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.title .text span:nth-of-type(1) {
  margin-bottom: 0.6875rem;
}
.title .text span:nth-of-type(2),
.title .text span:nth-of-type(3),
.title .text span:nth-of-type(4) {
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.9375rem;
}
.title .triangle {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 1.5rem;
  border-right: 0.65625rem solid #fff;
  border-left: none;
  border-top: 0.390625rem solid transparent;
  border-bottom: 0.390625rem solid transparent;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .bread {
    max-width: 992px;
    padding-left: 10px;
  }
  .ul-nav {
    max-width: 972px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .bread {
    max-width: 768px;
    padding-left: 10px;
  }
  .ul-nav {
    max-width: 749px;
  }
}
/* comment */
/* ÒÆ¶¯¶Ëcss */
@media screen and (max-width: 768px) {
  .bread {
    width: 100%;
    padding: 0 4%;
    margin: 0;
  }
  .second-nav {
    height: auto;
    background: #f8f8f8;
    padding-top: 0;
  }
  .second-nav ul li {
    border-right: none;
    background: #f8f8f8;
    width: 59px;
    margin: 0 1% 0 4%;
  }
  .second-nav ul li a {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 6.153846rem;
    font-weight: 400;
    color: #a3a3a3;
  }
  .second-nav ul li a.active {
    position: relative;
    border-bottom: 2px solid #db162c;
    background: #f8f8f8;
    color: #2f2f2f;
    margin: 0;
  }
  .second-nav ul li a.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    margin-left: -0.375rem;
    border-bottom: 0.923077rem solid #db162c;
    border-left: 0.615385rem solid transparent;
    border-right: 0.615385rem solid transparent;
  }
  .team .content-main h4 {
    font-size: 20px;
    color: #595757;
    font-weight: 400;
    margin-top: 16px;
  }
  #team {
    margin-top: 8px;
  }
  .bread,
  .team .content-main {
    width: 100%;
    padding: 0 4%;
  }
  .content {
    margin: 0 auto 40px auto;
  }
  .team {
    padding-bottom: 40px;
  }
  .team .content-main .board-item,
  .team .content-main .director-item {
    width: 48%;
    height: auto;
    margin-top: 20px;
  }
  #team .content-main .director-item:nth-of-type(2n-1) {
    margin-right: 2%;
    margin-left: 0;
  }
  #team .content-main .director-item:nth-of-type(2n) {
    margin-left: 2%;
    margin-right: 0;
  }
  .content-main .director-main .director-item .director-text {
    border: none;
    padding-top: 10px;
  }
  .content-main .director-main .director-item .director-text span {
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 400;
    display: block;
    line-height: 30px;
  }
  .content-main .director-main .director-item .director-text h5 {
    font-size: 12px;
    color: #989898;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding-bottom: 15px;
  }
  .content-main .director-main .director-item .director-text.active {
    border-bottom: none;
  }
  .content-main .director-main .director-item .director-text.active::before {
    display: none;
  }
  .insert,
  .title .text {
    width: 56%;
    top: 35px;
    right: 6%;
    left: auto;
    z-index: 1;
  }
  .title .triangle {
    border-right: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .team .content-main h4.board-title {
    margin-top: 32px;
  }
}
<!--ºÄÊ±1753284018.4288Ãë-->