.transition3s {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.transition5s {
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.transition10s {
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.delay3s {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.delay6s {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.delay9s {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.delay12s {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.delay15s {
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.delay20s {
  animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.transformX-50 {
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.transformY-50 {
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.transformXY-50 {
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.displayFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.displayGrid {
  display: -webkit-box;
  display: -webkit-grid;
  display: grid;
}
.attract-line {
  width: 100%;
  height: 1px;
  position: relative;
  background: var(--color6);
}
.attract-line::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: var(--color5);
}
.attract-article-row {
  max-width: 1400px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: last baseline;
  -o-align-items: last baseline;
  -ms-align-items: last baseline;
  -moz-align-items: last baseline;
  -webkit-align-items: last baseline;
  margin: 0 auto;
}
.attract-article-row .attract-article-left {
  font-size: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.attract-article-row .attract-article-left .attract-title-icon {
  width: 3.25rem;
  margin-right: 12px;
}
.attract-article-row .attract-article-left .attract-title-icon img {
  display: block;
  width: 100%;
}
.attract-article-row .attract-article-line {
  flex: 1;
  height: 3px;
  background: var(--color6);
  margin-left: 3.75rem;
  margin-right: 3.75rem;
  /* margin-left: 1%;
  margin-right: 1%; */
}
.attract-article-row .attract-article-right {
  font-size: 1.5rem;
  color: #606266;
}
.attract-article-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.attract-article-col .attract-article-left {
  font-size: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.attract-article-col .attract-article-left .attract-title-icon {
  width: 3.25rem;
  margin-right: 12px;
}
.attract-article-col .attract-article-left .attract-title-icon img {
  display: block;
  width: 100%;
}
.attract-article-col .attract-article-line {
  flex: 1;
  background: var(--color6);
  width: 3px;
  margin: 20px 0;
}
.attract-article-col .attract-article-right {
  font-size: 1.5rem;
}
.attract-article-col .attract-article-right p{
  color: #fff;
}
.attract-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.75rem;
  font-weight: 600;
  /* margin-bottom: 3.75rem; */
}
.attract-title .attract-title-icon {
  width: 2.625rem;
  height: 2.75rem;
  margin: 0 1.875rem;
}
.attract-title .attract-title-icon img {
  display: block;
  width: 100%;
}
.attract-title .attract-title-icon-reverse {
  transform: rotate(180deg);
}
.attract-text {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 600;
}
.attract-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.attract-list .attract-list-item .attract-list-title {
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--color5);
  line-height: 1;
}
.attract-list .attract-list-item .line-30-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.attract-list .attract-list-item .attract-list-text {
  font-size: 16px;
  color: #606266;
}
.line-right-3 {
  border-right: 3px solid #b1b1b1;
}
.line-30-4 {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: var(--color6);
}
.banner-box {
  width: 100%;
  height: 45rem;
  /* background: url(../img/attract-investment/attract-investment-banner.jpg) no-repeat top center; */
  background-size: auto 100%;
}
.anchor-box {
  width: 100%;
  background: var(--color5);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: -5px;
}
.anchor-box .anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.anchor-box .anchor-list .anchor-list-item {
  font-size: 2rem;
  position: relative;
  margin: 0 3.75rem;
  text-align: center;
}
.anchor-box .anchor-list .anchor-list-item a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.25rem 0;
}
.anchor-box .anchor-list .anchor-hover a,
.anchor-box .anchor-list .anchor-list-item:hover a {
  color: var(--color6);
}
.anchor-box .anchor-list .anchor-hover::after,
.anchor-box .anchor-list .anchor-list-item:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  background: var(--color6);
}
.anchor-right-nav {
  position: fixed;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
  display: none;
}
.anchor-right-nav .anchor-list .anchor-list-item {
  background: #ffffff;
  font-size: 16px;
  margin: 10px 0;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.anchor-right-nav .anchor-list .anchor-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #303133;
  padding: 6px 12px 6px 0;
}
.anchor-right-nav .anchor-list .anchor-hover,
.anchor-right-nav .anchor-list .anchor-list-item:hover {
  background: var(--color6);
}
.anchor-right-nav .anchor-list .anchor-hover a,
.anchor-right-nav .anchor-list .anchor-list-item:hover a {
  color: #ffffff;
}
.anchor-right-nav .anchor-list .anchor-hover .hexagon-icon .hexagon-sec .hexagon-fin,
.anchor-right-nav .anchor-list .anchor-list-item:hover .hexagon-icon .hexagon-sec .hexagon-fin {
  background: #ffffff;
}
.logo-wall-box .attract-text {
  padding: 20px 0;
  color: var(--color5);
}
.logo-wall-box .logo-wall-list {
  overflow: hidden;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.logo-wall-box .logo-wall-list .logo-wall-item {
  /* float: left;
  max-width: 200px;
  width: 14.2%; */
}
.logo-wall-box .logo-wall-list .logo-wall-item img {
  display: block;
  width: 100%;
}
.technology-box {
  width: 100%;
  /* min-height: 500px; */
  padding: 0 0% 2rem;
  /* background: #333 url(../img/attract-investment/attract-investment-01.jpg) no-repeat bottom center; */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}
.technology-box .technology-area-box {
  padding: 20px;
  max-width: 31.25rem;
  width: 30%;
  min-width: 15rem;
  border: 2px solid var(--color5);
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(to top, var(--color5), transparent, transparent);
  background: -o-linear-gradient(to top, var(--color5), transparent, transparent);
  background: -ms-linear-gradient(to top, var(--color5), transparent, transparent);
  background: -moz-linear-gradient(to top, var(--color5), transparent, transparent);
  background: -webkit-linear-gradient(to top, var(--color5), transparent, transparent);
}
.technology-box .technology-area-box .technology-area-title {
  font-size: 2rem;
  color: var(--color6);
  font-weight: 600;
  min-height: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.technology-box .technology-area-box .technology-area-line {
  background: var(--color5);
  margin: 20px auto;
}
.technology-box .technology-area-box .technology-area-text {
  font-size: 1.25rem;
  line-height: 1.75;
}
.technology-box .technology-area-box .technology-area-text.desc p {
  color: #fff;
}
.technology-box .attract-article-col {
  color: #ffffff;
  text-align: right;
  align-items: flex-end;
}
.technology-box .attract-article-col .attract-article-left {
  font-size: 2rem;
}
.patent-box .patent-content {
  /* width: 80%; */
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.patent-box .patent-content .patent-pic {
  flex: 1;
  max-width: 885px;
  margin-right: 2%;
}
.patent-box .patent-content .patent-pic img {
  display: block;
  width: 100%;
}
.patent-box .patent-content .patent-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.patent-box .patent-content .patent-label .patent-label-text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.patent-box .patent-content .patent-label .patent-label-text-area:nth-child(1) {
  height: 56%;
}
.patent-box .patent-content .patent-label .patent-label-text-area:nth-child(2) {
  flex: 1;
}
.patent-box .patent-content .patent-label .patent-label-text-area .patent-label-text {
  font-size: 1rem;
  margin-top: 10px;
}
.patent-box .patent-content .patent-label .patent-label-text-area .patent-label-title {
  font-weight: 600;
}
.patent-box .patent-content .patent-label .patent-label-text-area .patent-label-title + .desc {
  margin-top: 15px;
}

.patent-box .patent-content .patent-label .patent-label-text-area .desc p + p {
  margin-top: 15px;
}
.brand-box {
  width: 100%;
  background: #f1f1f1;
}
.brand-box .servers-num-box {
  width: 100%;
  height: 500px;
  /* background: url(../img/attract-investment/attract-investment-03.jpg) no-repeat top center; */
}
.brand-box .servers-num-box .servers-num-list {
  width: 100%;
  height: 100%;
  padding: 0 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.brand-box .servers-num-box .servers-num-list .servers-num-list-item {
  font-size: 5rem;
  color: var(--color6);
}
.brand-box .servers-num-box .servers-num-list .servers-num-list-item .servers-num {
  font-weight: 600;
}
.brand-box .servers-num-box .servers-num-list .servers-num-list-item .servers-num-text {
  display: block;
  font-size: 2rem;
  color: #ffffff;
}
.nucleus-box {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 3.75rem;
  /* background: #eee url(../img/attract-investment/attract-investment-04.jpg) no-repeat bottom center; */
}
.nucleus-box .attract-title {
  margin-bottom: 1.25rem;
}
.nucleus-box .attract-text {
  color: #606266;
}
.nucleus-box .attract-list {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
}
.nucleus-box .attract-list .attract-list-item {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 40px;
}
.nucleus-box .attract-list .attract-list-item .attract-list-title {
  padding-top: 12px;
}
.nucleus-box .attract-list .attract-list-item .attract-list-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-icon {
  width: 45px;
  height: 52px;
}

.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-icon .hexagon-sec .hexagon-fin {
  background: var(--color5);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 600;
}
.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-icon .hexagon-sec .hexagon-fin.is-image {
  background: transparent;
}

.require-box {
  width: 100%;
}
.require-box .attract-list {
  padding: 0 5%;
  /* margin-bottom: 5rem; */
}
.require-box .attract-list .attract-list-item {
  /* width: 49%; */
  padding: 30px;
  background: #f6f6f6;
  /* margin-top: 20px; */
}
.require-box .attract-list .attract-list-item .attract-list-text {
  line-height: 2;
  color: #303133;
}
.flow-box {
  background: var(--color6);
  text-align: center;
}
.flow-box .attract-line {
  background: #ffffff;
}

.flow-box .flow {
  margin: 60px auto 0;
}

.flow-box .flow .flow-wrap {
  display: none;
}
.flow-box .flow .flow-pc {
  max-width: 1400px;
  margin: 0 auto;
}
.flow-box .flow img {
  display: block;
  width: 100%;
}
.apply-box {
  width: 100%;
  height: 382px;
  /* background: url(../img/attract-investment/attract-investment-06.jpg) no-repeat top center; */
  position: relative;
  text-align: center;
}
.apply-box .apply-text p{
  color: #ffffff;
  font-size: 1.875rem;
  position: absolute;
  bottom: 20%;
  width: 100%;
}
@media screen and (max-width: 1441px) {
  .patent-box {
    padding: 0 2%;
  }
  .patent-box .patent-right {
    flex: 1;
    margin: 0 2%;
  }
  .patent-box .patent-right img {
    display: block;
    width: 100%;
  }
  .brand-box .servers-num-box .servers-num-list {
    padding: 0 10%;
  }
  .require-box .attract-list {
    padding: 0 5%;
  }

  .attract-article-row .attract-article-left {
    font-size: 2rem;

  }
  .attract-article-row .attract-article-line {
    /* margin-left: 1%;
    margin-right: 1%; */
  }

}
@media screen and (max-width: 1201px) {
  .flow-box .flow {
    text-align: center;
    width: 98%;
  }
  .require-box .attract-list {
    padding: 0 5%;
  }
  .technology-box .technology-area-box .technology-area-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1101px) {
  .banner-box {
    height: 600px;
  }
  .logo-wall-box .attract-article-row .attract-article-left {
    font-size: 2.5rem;
  }
  .technology-box {
    /* padding-left: 2%;
    padding-right: 2%; */
  }
  .technology-box .attract-article-col .attract-article-left {
    font-size: 1.8rem;
    text-align: left;
  }

  .patent-box .patent-content {
    width: 98%;
  }
  .patent-box .attract-title {
    font-size: 3rem;
  }
  .brand-box .servers-num-box .servers-num-list {
    padding: 0 4%;
  }
  .nucleus-box {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1025px) {
  .anchor-box .anchor-list .anchor-list-item {
    margin: 0 2.5rem;
  }
  .anchor-right-nav {
    display: none;
  }
  .require-box .attract-list {
    padding: 0 3%;
  }
  
  .technology-box {
    flex-wrap: wrap-reverse;
    /* padding: 4.5rem 2%; */
  }
  .technology-box .technology-area-box {
    width: 45%;
  }
  .attract-article-line {
    width: auto !important;
    height: 3px;
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .attract-article-col {
      flex-direction: row;
      width: 100%;
      display: grid;
  }

  .brand-box .servers-num-box {
    height: 250px;
  }

  .brand-box .servers-num-box .servers-num-list .servers-num-list-item {
    font-size: 2rem;
  }

  .brand-box .servers-num-box .servers-num-list .servers-num-list-item .servers-num-text {
      font-size: 1.5rem;
  }
}
@media screen and (max-width: 990px) {
  .anchor-box .anchor-list {
      align-items: center;
      justify-content: space-evenly;
      width: 100%;
  }

  .anchor-box .anchor-list .anchor-list-item {
    margin: 0;
  }

  .anchor-box .anchor-list .anchor-list-item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 869px) {
  .nucleus-box .attract-list {
    display: grid;
    width: 100%;
    gap: 20px;
  }

  .nucleus-box .attract-list .attract-list-item {
      width: 100%;
      border-right: 0;
  }
}
@media screen and (max-width: 769px) {
  html,
  body {
    font-size: 14px;
  }
  .banner-box {
    height: 420px;
  }
  .attract-title {
    font-size: 3rem;
  }
  .attract-article-col {
    /* flex-direction: row;
    width: 100%; */
  }
  .attract-article-col .attract-article-line {
    /* width: auto;
    height: 3px;
    margin-left: 3.75rem;
    margin-right: 3.75rem; */
  }
  .logo-wall-box .attract-article-row .attract-article-left {
    font-size: 1.5rem;
  }
  .logo-wall-box .attract-article-row .attract-article-right {
    font-size: 16px;
  }
  .logo-wall-box .logo-wall-list .logo-show {
    display: none;
  }
  .logo-wall-box .logo-wall-list .logo-wall-item {
    /* width: 25%; */
  }
  .technology-box .technology-area-box {
    width: 44%;
    margin-top: 2.5rem;
  }
  .technology-box .attract-article-col {
    align-items: center;
  }
  .technology-box .attract-article-col .attract-article-left {
    font-size: 1.5rem;
  }
  .technology-box .attract-article-col .attract-article-right {
    font-size: 1.3rem;
  }
  .patent-box {
    flex-wrap: wrap;
  }
  .patent-box .attract-title {
    font-size: 2.5rem;
  }
  .patent-box .patent-right {
    width: 98%;
    margin-top: 2.5rem;
  }
  .patent-box .attract-article-col {
    align-items: center;
  }

  .brand-box .servers-num-box {
    height: auto;
    padding: 50px;
  }

  .brand-box .servers-num-box .servers-num-list {
    flex-wrap: wrap;
    align-content: space-evenly;
  }
  .brand-box .servers-num-box .servers-num-list .servers-num-list-item {
    font-size: 3rem;
    width: 45%;
  }
  .nucleus-box .attract-list .attract-list-item .attract-list-title {
    font-size: 1.5rem;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .flow-box .flow .flow-pc {
    display: none;
  }
  .flow-box .flow .flow-wrap {
    display: block;
  }
}

@media screen and (max-width: 690px) {
  .technology-box .attract-article-col {
    display: grid;
  }
}

@media screen and (max-width: 577px) {
  .attract-article-row {
    display: block;
  }
  .attract-article-row .attract-article-left {
    margin-left: 19%;
  }
  .attract-article-row .attract-article-line {
    width: 100px;
    height: 4px;
    border-radius: 2px;
    margin: 20px auto;
  }
  .attract-article-row .attract-article-right {
    text-align: center;
  }
  .attract-title {
    font-size: 2.5rem;
  }
  .attract-title .attract-title-icon {
    margin: 0 1rem;
  }
  .banner-box {
    height: 320px;
  }
  .logo-wall-box .attract-title {
    margin-bottom: 20px;
  }
  .anchor-box .anchor-list {
    width: 100%;
  }
  .anchor-box .anchor-list .anchor-list-item {
    margin: 0;
    width: 25%;
    font-size: 1.25rem;
  }
  .technology-box .attract-article-col {
    display: block;
  }
  .technology-box .attract-article-col .attract-article-left {
    font-size: 20px;
    /* margin-left: 8%; */
    align-items: center;
    text-align: left;
  }
  .technology-box .attract-article-col .attract-article-line {
    width: 100px;
    height: 4px;
    border-radius: 2px;
    margin: 10px auto 20px;
  }
  .technology-box .attract-article-col .attract-article-right {
    text-align: center;
  }
  .technology-box .technology-area-box {
    width: 90%;
    height: auto;
    padding-bottom: 2.5rem;
  }
  .patent-box .attract-title {
    font-size: 24px;
  }
  .patent-box .patent-content {
    display: block;
  }
  .patent-box .patent-content .patent-pic {
    margin-right: 0;
  }
  .patent-box .patent-content .patent-label {
    width: 100%;
    margin-top: 2.5rem;
  }
  .patent-box .patent-content .patent-label .patent-label-text-area {
    margin-left: 8%;
  }
  .patent-box .patent-content .patent-label .patent-label-text-area .patent-label-title {
    font-size: 1.5rem;
    /* margin-top: 2.5rem; */
  }
  .patent-box .patent-content .patent-label .patent-label-text-area .patent-label-text {
    font-size: 1.5rem;
  }
  .nucleus-box .attract-list .attract-list-item {
    display: block;
    text-align: center;
  }
  .nucleus-box .attract-list .attract-list-item .attract-list-title {
    justify-content: center;
  }
  .nucleus-box .attract-list .attract-list-item .line-30-4 {
    margin: 1rem auto;
  }
  .require-box .attract-title {
    font-size: 2.25rem;
  }
  .require-box .attract-list .attract-list-item .attract-list-title {
    font-size: 24px;
    height: 50px;
  }
}
@media screen and (max-width: 415px) {
  .mt-40 {
    margin-top: 1.25rem;
  }
  .mt-60 {
    margin-top: 2.5rem;
  }
  .pt-60 {
    padding-top: 2.5rem;
  }
  .attract-title {
    text-align: center;
    font-size: 2.25rem;
  }
  .attract-title .attract-title-icon {
    width: 2.5rem;
    margin: 0 0.5rem;
  }
  .attract-text {
    font-size: 1.25rem;
  }
  .attract-article-row .attract-article-left {
    margin-left: 8%;
  }
  .attract-article-row .attract-article-left .attract-title-icon {
    width: 2.5rem;
  }
  .banner-box {
    height: 220px;
  }
  .anchor-box .anchor-list .anchor-list-item {
    font-size: 1rem;
  }
  .anchor-box .anchor-list .anchor-hover::after,
  .anchor-box .anchor-list .anchor-list-item:hover::after {
    height: 4px;
  }
  .technology-box {
    padding: 2rem 2%;
  }
  .technology-box .technology-area-box {
    width: 90%;
    padding-bottom: 3.75rem;
  }
  .technology-box .attract-article-col .attract-article-left {
    font-size: 28px;
    margin-left: 0;
  }
  .patent-box .attract-title {
    font-size: 18px;
  }
  .patent-box .patent-content .patent-label .patent-label-text-area .patent-label-text {
    font-size: 16px;
  }
  .brand-box .attract-title {
    font-size: 28px;
  }
  .brand-box .servers-num-box .servers-num-list .servers-num-list-item .servers-num-text {
    font-size: 1rem;
  }
  .nucleus-box .attract-list .attract-list-item {
    padding: 0 10px;
  }
  .nucleus-box .attract-list .attract-list-item .attract-list-title {
    font-size: 1.25rem;
  }
  .nucleus-box .attract-list .attract-list-item .attract-list-text {
    font-size: 1rem;
  }
  .require-box .attract-list {
    padding: 0 4%;
  }
  .require-box .attract-list .attract-list-item {
    width: 100%;
    padding: 20px;
  }
  .require-box .attract-list .attract-list-item .attract-list-title {
    height: auto;
    font-size: 20px;
  }
  .require-box .attract-list .attract-list-item .attract-list-text {
    font-size: 16px;
  }
  .attract-list .attract-list-item .attract-list-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 376px) {
  .banner-box {
    height: 200px;
  }
  .attract-title {
    font-size: 2rem;
  }
  .logo-wall-box .attract-article-row .attract-article-left {
    font-size: 1.25rem;
  }
  .technology-box .attract-article-col .attract-article-left {
    font-size: 26px;
  }
  .brand-box .servers-num-box .servers-num-list .servers-num-list-item {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 321px) {
  html,
  body {
    font-size: 11px;
  }
  .banner-box {
    height: 180px;
  }
  .technology-box .attract-article-col .attract-article-left {
    font-size: 22px;
  }
  .patent-box .attract-title-icon {
    display: none;
  }
  .brand-box .attract-title .attract-title-icon {
    display: none;
  }
}


/* Bo sung */

/* css border đa giác */

.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-icon,
.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-sec,
.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-fin {
  position: relative;
}

.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-icon:before,
.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-sec:before,
.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-fin:before {
  position: absolute;
  content: '';
  width: 25px;
  border: 1px solid var(--color2);
  top: 25px;
  left: -14px;
  transform: rotate(91deg);
  z-index: 1;
}

.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-icon:after,
.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-sec:after,
.nucleus-box .attract-list .attract-list-item .attract-list-icon .hexagon-fin:after {
  position: absolute;
  content: '';
  width: 25px;
  border: 1px solid var(--color2);
  bottom: 25px;
  right: -14px;
  transform: rotate(91deg);
  z-index: 1;
}
/* End đa giác */
.require-box .attract-list {
  display: grid;
  margin-top: 2rem;
}
.attract-list .image + .attract-list-title {
  margin-top: 20px;
}

/* PRocuduce */

.flow-item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 254px;
  /* padding-left: 10%;
  padding-right: 10%; */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.flow-item + .flow-item {
  margin-left: -4.5%;
}

.flow-box .flow img {
  max-width: 65px;
  text-align: center;
  margin: 0 auto;
}

.flow-item .content {
  text-align: center;
  max-width: 200px;
  position: relative;
  z-index: 1;
}

.flow-item .image + .title {
  margin-top: 20px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1441px) {
  .flow {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .flow-item {
    height: 180px;
  }

  .flow-item .content {
    max-width: 100px;
  }

  .flow-box .flow img {
    max-width: 50px;
  }

  .flow-item .image + .title {
    margin-top: 10px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {

  .flow {
      display: inline-block;
      position: relative;
      height: calc(calc(180px * 2) + 20px);
  }

  .flow-item {
    width: calc(100% / 3);
    float: left;
    /* height: unset; */
  }

  .flow-item:nth-child(3) {
      /* float: right; */
      background-image: unset;
      background-color: #fff;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      height: unset;
      width: 33%;
  }
  .flow-item:nth-child(3):before,
  .flow-item:nth-child(3):after {
    position: absolute;
    z-index: 0;
    content: '';
    background-size: 100% 100%;
    height: 180px;
    width: 100%;
  }

  .flow-item:nth-child(3):before {
    
    left: -28%;
    /* right: 0; */
    /* bottom: 0; */
    top: -1px;
  }

  .flow-item:nth-child(3):after {
    left: -30%;
    bottom: 0;
    transform: rotateY(-180deg);
  }

  .flow-item:nth-child(4), .flow-item:nth-child(5) {
    position: absolute;
    bottom: 0;
    right: 38.5%;
    transform: rotateY(-180deg);
  }
  .flow-item:nth-child(5) {
    left: 10%;
  }

  .flow-item:nth-child(4) .content,
  .flow-item:nth-child(5) .content {
      transform: rotateY(-180deg);
  }
  .flow-item:nth-child(5) {
    left: 4%;
  }
}

@media screen and (max-width: 467px) {

  .flow {
    height: calc(calc(130px * 2) + 20px);
  }

  .flow-item .image + .title {
    font-size: 100%;
  }

  .flow-item,
  .flow-item:nth-child(3):before, .flow-item:nth-child(3):after {
      height: 130px;
  }

  .flow-box .flow img {
      max-width: 35px;
  }
}