.profile-box {
  margin-top: 60px;
  /* background: url(../img/company-bg.jpg) no-repeat bottom center; */
  /* background-size: auto 100%; */
  /* height: 800px; */
  height: auto;
  padding: 50px 0;
}

.profile-box .contentArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.profile-left .cutter-line + .desc {
  margin-top: 20px;
}

.profile-box .contentArea .profile-left {
  width: 58%;
}
.profile-box .contentArea .profile-left .profile-left-text {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.profile-box .contentArea .profile-left .profile-textarea {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  line-height: 1.5;
}
.profile-box .contentArea .profile-right {
  width: 40%;
}
.profile-box .contentArea .profile-right .profile-item-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.profile-box .contentArea .profile-right .profile-item-box .profile-item {
  width: 50%;
  padding: 30px 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.profile-box .contentArea .profile-right .profile-item-box .profile-item:nth-child(even) {
  border-right: 0;
}
.profile-box .contentArea .profile-right .profile-item-box .profile-item:nth-child(5),
.profile-box .contentArea .profile-right .profile-item-box .profile-item:nth-child(6) {
  border-bottom: 0;
}
.company-team-box {
  text-align: center;
  /* width: 90%; */
  max-width: 1400px;
  margin: 0 auto;
}
.company-team-box .cutter-line {
  margin: 30px auto 0;
}
.company-team-box .company-team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.company-team-box .company-team-item-title {
  margin-top: 15px;
}

.company-team-box .company-team-item-title + .desc {
  margin-top: 15px;
  padding: 0 10px;
  line-height: 1.3;
}

.company-team-box .company-team-list .company-team-item {
  padding: 60px 0;
  background: #eaeaea;
  position: relative;
  width: 19%;
  max-width: 260px;
}
.company-team-box .company-team-list .company-team-item::after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2.5rem solid;
  border-bottom: 2.5rem solid;
  border-left: 4.5rem solid;
  border-right: 4.5rem solid;
}
.company-team-box .company-team-list .company-team-item .company-team-item-pic {
  width: 100%;
}
.company-team-box .company-team-list .company-team-item .company-team-item-pic img {
  width: 100%;
  display: block;
}
.company-team-box .company-team-list .company-team-item::after {
  bottom: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ffffff;
}
.company-team-box .company-team-list .company-team-item-02 {
  background: #f6f6f6;
}
.company-team-box .company-team-list .company-team-item-02::after {
  top: 0;
  border-top-color: #ffffff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.company-team-box .company-team-list .company-team-item-02 .company-team-item-pic {
  margin-top: 40px;
}
.flagship-box {
  width: 100%;
  /* height: 800px; */
  background: url(../img/flagship-banner.jpg) no-repeat top right;
  background-size: auto 100%;
  position: relative;
}
.flagship-box .flagship-water-font {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 116px;
  font-weight: 600;
  color: rgba(250, 200, 50, 0.2);
}
.flagship-box .flagship-textarea {
  width: 35%;
  margin-left: 5%;
}
.flagship-textarea .section-title {
  text-align: left;
}

.flagship-textarea .section-desc {
  margin: 0;
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
}

.flagship-textarea .section-desc p {
  color: var(--color-title);
}

.flagship-box .flagship-textarea .cutter-line {
  margin: 30px 0;
}
.flagship-box .flagship-textarea .flagship-list {
  position: relative;
  height: 100%;
}
.flagship-box .flagship-textarea .flagship-list .flagship-text {
  line-height: 1.5;
}
.flagship-box .flagship-textarea .flagship-list .flagship-list-line {
  width: 6px;
  height: 100%;
  background: #fecb2b;
  position: absolute;
  left: 17px;
  top: 0;
  border-radius: 3px;
}
.flagship-box .flagship-textarea .flagship-list .flagship-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.flagship-box .flagship-textarea .flagship-list .flagship-list-item .hexagon-icon .hexagon-sec .hexagon-fin {
  background: #53A7FF;
}
.flagship-box .flagship-textarea .flagship-list .flagship-list-item .flagship-item-text {
  flex: 1;
}
.company-honor-box {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.company-honor-box .cutter-line {
  margin: 30px auto 0;
}
.company-honor-box .company-honor-item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-honor-box .company-honor-item-box .company-honor-item {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  width: 14%;
  margin: 40px 1% 0;
  overflow: hidden;
  border-radius: 6px;
  padding: 0 12px;
}
.company-honor-box .company-honor-item-box .company-honor-item .company-honor-pic {
  margin: 8px 0;
}
.company-honor-box .company-honor-item-box .company-honor-item .company-honor-pic img {
  display: block;
  width: 100%;
}
.company-honor-box .company-honor-item-box .company-honor-item .company-honor-text {
  border-top: 1px solid #dcdfe6;
  padding: 10px 0;
}

@media screen and (max-width: 1201px) {
  .flagship-box::before {
    content: "";
    display: block;
    background: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .flagship-box .flagship-title,
  .flagship-box .cutter-line,
  .flagship-box .flagship-text {
    position: relative;
  }
  .flagship-box .flagship-title.pt-120 {
    padding-top: 120px;
  }
  .flagship-box .flagship-textarea {
    width: 70%;
    margin: 0 auto;
    z-index: 10;
  }
}
@media screen and (max-width: 1101px) {
  .company-team-box {
    width: 100%;
  }
  .company-team-box .company-team-list {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 769px) {
  .company-team-box .company-team-list {
    flex-wrap: wrap;
  }
  .company-team-box .company-team-list .company-team-item {
    width: 40%;
  }
  .company-team-box .company-team-list .company-team-item:nth-child(3) {
    margin-left: 30%;
    margin-right: 30%;
  }
  .flagship-box .flagship-water-font {
    font-size: 80px;
  }
  .company-honor-box {
    width: 100%;
  }
  .company-honor-box .company-honor-item-box {
    justify-content: space-evenly;
  }
  .company-honor-box .company-honor-item-box .company-honor-item {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
  }
  .profile-box {
    height: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 667px) {
  .profile-box .contentArea {
    display: grid;
    height: auto;
  }

  .profile-box {
      height: auto;
      margin-top: 60px !important;
      padding: 50px 20px;
  }

  .profile-box .contentArea .profile-left, .profile-box .contentArea .profile-right {
      width: 100%;
      padding: 0 10px;
  }
}
@media screen and (max-width: 577px) {
  .profile-box {
    height: auto;
    padding: 60px 0;
  }
  .profile-box .contentArea {
    flex-wrap: wrap;
  }
  .profile-box .contentArea .profile-left {
    width: 100%;
  }
  .profile-box .contentArea .profile-right {
    width: 100%;
  }
  .flagship-box .flagship-water-font {
    font-size: 60px;
  }
  .flagship-box .flagship-textarea {
    width: 80%;
  }
}
@media screen and (max-width: 415px) {
  .cutter-font-48 {
    font-size: 32px;
  }
  .company-team-box .company-team-list .company-team-item {
    width: 44%;
  }
  .company-team-box .company-team-list .company-team-item:nth-child(3) {
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
  }
  .flagship-box .flagship-title.pt-120 {
    padding-top: 80px;
  }
  .flagship-box .flagship-water-font {
    font-size: 46px;
  }
  .company-honor-box .company-honor-item-box .company-honor-item {
    width: 44%;
  }
}
@media screen and (max-width: 376px) {
  .cutter-font-48 {
    font-size: 30px;
  }
  .flagship-box .flagship-water-font {
    font-size: 42px;
  }
}
@media screen and (max-width: 321px) {
  .cutter-font-48 {
    font-size: 24px;
  }
  .company-team-box .company-team-list .company-team-item-02 .company-team-item-pic {
    margin-top: 0;
  }
  .flagship-box .flagship-water-font {
    font-size: 36px;
  }
  .flagship-box .flagship-title.pt-120 {
    padding-top: 30px;
  }
}
