@keyframes scale2 {
  from {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4)
  }

  to {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

.seize-company-intro {
  position: relative
}

.seize-company-intro::before {
  content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.seize-company-intro .txt {
  box-sizing: border-box;
  position: absolute;
  left: 5%;
  top: 8%;
  width: 55%;
  z-index: 30
}

.seize-company-intro .txt h3 {
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    width: 30%;
    padding: 22px 10px 18px 20px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: -13%;
    left: 5%;
    font: normal normal normal 30px / 1.4em montserrat, sans-serif;
    font-weight: 600;
}

.seize-company-intro .txt h3 span {
  font-weight: 700
}

.seize-company-intro .txt h5 {
  font-size: 36px;
  color: var(--color-primary);
  font-weight: 300;
  margin: 10px 0 0
}

.seize-company-intro .txt .t {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  margin: 25px 0 0;
  font: normal normal normal 24px / 1.4em montserrat, sans-serif;
}

.seize-company-intro .txt .t p~p {
  margin-top: 30px;
  line-height: 1.6;

}

.seize-company-intro .txt .more {
  margin: 45px 0 0;
  display: inline-block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  font-size: 18px;
  text-align: center
}

.seize-company-intro .txt .more:hover {
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.seize-company-intro ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0,0,0,.2); */
  border-top: 2px solid rgba(255,255,255,.36);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 3;
}

.seize-company-intro ul li {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
  padding: 60px 0
}

.seize-company-intro ul li:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.36)
}

.seize-company-intro ul li p {
  font-size: 24px;
  color: #fff
}

.seize-company-intro ul li p::after {
  content: "";
  width: 110px;
  height: 4px;
  background: var(--color-primary);
  margin: 15px auto 0;
  display: block
}

.seize-company-intro ul li h5 {
  color: #fff;
  font-size: 50px;
  font-family: Impact;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 25px 0 0
}

.seize-company-intro .counter::after {
  content:attr(date-txt);
}

.seize-company-intro .vr {
  width: 100%;
  aspect-ratio: 1.8;
  display: block;
  position: relative
}

.seize-company-intro .vr img {
  width: 100%;
  aspect-ratio: 1.8;
}

.seize-company-intro .vr .more {
  position: absolute;
  left: calc(50% - 70px);
  top: calc(50% - 170px);
  width: 140px;
  height: 140px;
  background: var(--color-primary);
  opacity: 0.8;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 99;
}

.seize-company-intro.vr .more img {
  position: relative;
  z-index: 30
}

.seize-company-intro .vr .more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  animation: scale2 2s linear infinite
}


@media screen and (max-width: 1600px) {
  .seize-company-intro .txt h3 {
      
  }

  .seize-company-intro .txt h3 {
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    width: 30%;
    padding: 18px 10px 15px 16px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: -11.5%;
    left: 5%;
    font: normal normal normal 26px / 1.4em montserrat, sans-serif;
    font-weight: 600;
}

  .seize-company-intro .txt h5 {
      font-size: 32px
  }

  .seize-company-intro .txt .t {
    font-size: 21px;
    color: #fff;
    line-height: 36px;
    margin: 25px 0 0;
}

  .seize-company-intro ul li {
      padding: 20px 0
  }

  .seize-company-intro ul li p {
    font-size: 20px;
  }

  .seize-company-intro .txt .t p~p {
    margin-top: 20px;
    line-height: 1.5;
}

  .seize-company-intro ul li p::after {
    content: "";
    width: 110px;
    height: 4px;
    background: var(--color-primary);
    margin: 10px auto 0;
    display: block;
}

  .seize-company-intro ul li h5 {
      font-size: 36px;
      margin: 10px 0 0
  }
}

@media screen and (max-width: 1500px) {
  .seize-company-intro .txt h3 {
      
  }

  .seize-company-intro .txt h3 {
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    width: 30%;
    padding: 18px 10px 15px 16px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: -11%;
    left: 5%;
    font: normal normal normal 26px / 1.4em montserrat, sans-serif;
    font-weight: 600;
}

  .seize-company-intro .txt h5 {
      font-size: 32px
  }

  .seize-company-intro .txt .t {
    font-size: 21px;
    color: #fff;
    line-height: 36px;
    margin: 25px 0 0;
}

  .seize-company-intro ul li {
      padding: 20px 0
  }

  .seize-company-intro ul li p {
    font-size: 20px;
  }

  .seize-company-intro .txt .t p~p {
    margin-top: 20px;
    line-height: 1.4;
}

  .seize-company-intro ul li p::after {
    content: "";
    width: 110px;
    height: 4px;
    background: var(--color-primary);
    margin: 10px auto 0;
    display: block;
}

  .seize-company-intro ul li h5 {
      font-size: 36px;
      margin: 10px 0 0
  }

.seize-company-intro .txt .more {
    margin: 30px 0 0;
}
  
}

@media screen and (max-width: 1400px) {
  .seize-company-intro .txt h3 {
      
  }

  .seize-company-intro .txt h3 {
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    width: 30%;
    padding: 18px 10px 15px 16px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: -11%;
    left: 5%;
    font: normal normal normal 26px / 1.4em montserrat, sans-serif;
    font-weight: 600;
}

  .seize-company-intro .txt .t {
      font-size: 19px;
      line-height: 30px
  }

  .seize-company-intro .txt .more {
      margin: 15px 0 0;
      width: 150px;
      font-size: 16px;
      height: 40px;
      line-height: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .seize-company-intro .txt h3 {
      
  }

  .seize-company-intro .txt h3 {
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    width: 30%;
    padding: 18px 10px 15px 16px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: -11%;
    left: 5%;
    font: normal normal normal 26px / 1.4em montserrat, sans-serif;
    font-weight: 600;
}
}

@media screen and (max-width: 768px) {
  .seize-company-intro .txt h3,.indexA .tit h3,.indexC .video .txt h1,.indexD .tit em,.indexD .tit h3,.indexE .tit h3,.indexF .tit h3 {
      font-size:30px
  }

  .seize-company-intro .txt h3 {
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    width: 40%;
    padding: 15px 10px 12px 15px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: 0;
    left: 5%;
    font: normal normal normal 18px / 1.4em montserrat, sans-serif !important;
    font-weight: 600 !important;
    text-align: left !important;
}

  .seize-company-intro::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: transparent !important;
}

  .seize-company-intro .txt {
      position: static;
      width: 100%;
      padding: 20px 10px
  }

  .seize-company-intro .txt h3 {
      text-align: center
  }

  .seize-company-intro .txt h5 {
      font-size: 24px;
      text-align: center
  }

  .seize-company-intro .txt .t {
      font-size: 16px;
      line-height: 24px;
      margin: 15px 0 0;
      color: #000;
  }

  .seize-company-intro .txt .t p~p {
      margin-top: 8px
  }

  .seize-company-intro .txt .more {
      margin: 20px auto 0;
      display: block;
      width: 160px;
      height: 32px;
      line-height: 32px;
      font-size: 16px
  }

  .seize-company-intro ul {
      position: static;
      /* background: rgba(1,150,31); */
      background: var(--color-primary);
      border-top: none
  }

  .seize-company-intro ul li {
      -webkit-flex: none;
      flex: none;
      padding: 15px 0;
      width: 50%
  }

  .seize-company-intro ul li:last-child {
      width: 50%
  }

  .seize-company-intro ul li:nth-child(n+3) {
      border-top: 1px solid rgba(255,255,255,.36)
  }

  .seize-company-intro ul li:not(:last-child) {
      border-right: 1px solid rgba(255,255,255,.36)
  }

  .seize-company-intro ul li p {
      font-size: 16px
  }

  .seize-company-intro ul li p::after {
      width: 60px;
      height: 2px;
      background-color: #fff;
  }

  .seize-company-intro ul li h5 {
      font-size: 30px;
      margin: 15px 0 0;
  }

  .seize-company-intro .vr .more {
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }

  .seize-company-intro .more img {
    width: 50px;
  }
}

@media screen and (max-width: 400px) {
  .seize-company-intro .txt h3 {
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    width: 39%;
    padding: 15px 10px 12px 15px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: 0;
    left: 5%;
    font: normal normal normal 18px / 1.4em montserrat, sans-serif !important;
    font-weight: 600 !important;
}
}