.head p {
  color: #ccc;
}
.home_banner {
  position: relative;
}
.home_banner video {
  position: absolute;
  left: 0;
  top: -1%;
  z-index: -1;
  width: 100%;
  height: 102%;
  object-fit: cover;
}
.home_banner .content {
  z-index: 2;
}
.home_banner .flex {
  height: calc(100vh - 14rem);
  min-height: max-content;
  max-height: 78.4rem;
  flex-direction: column;
}
.home_banner .head {
  color: #fff;
  padding-top: 1.6rem;
}
.home_banner .head h1 {
  font-size: 5.4rem;
  font-weight: 800;
}
.home_banner .wrap {
  margin-top: 8rem;
  width: 100%;
  max-width: 92rem;
  background-color: rgba(33, 46, 55, 0.85);
  padding: 2rem;
}
.home_banner form {
  display: grid;
  grid-template-columns: 1fr auto;
}
.home_banner form input[type="text"] {
  display: block;
  width: 100%;
  padding: 0 2rem;
  font-size: 2rem;
  font-weight: 500;
  border: 2px solid #fff;
  background-color: #fff;
  transition: all 0.3s;
}
.home_banner form input[type="text"]:focus {
  border-color: var(--primary);
}
.home_banner form input[type="submit"] {
  display: block;
  width: 18rem;
  height: 5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  background-size: 200%;
  background-image: linear-gradient(to right, var(--primary), var(--primary), var(--secondary));
}
.home_banner form input[type="submit"]:hover {
  background-position: right;
}
.home_banner .hot {
  gap: 8px;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  margin-top: 1.6rem;
  font-size: 1.4rem;
  overflow: hidden;
}
.home_banner .hot .label {
  color: var(--primary);
}
.home_banner .hot .list {
  width: 100%;
  height: 4.2rem;
  overflow: hidden;
}
.home_banner .hot .list ul {
  gap: 0 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  transition: all 0.5s;
  will-change: transform;
}
.home_banner .hot .list li {
  overflow: hidden;
}
.home_banner .hot .list a {
  color: #888;
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.home_banner .hot .list a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.home_nums {
  color: #fff;
  background-color: #1c262f;
}
.home_nums ul {
  display: flex;
}
.home_nums li {
  flex: 1;
  gap: 1.2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 4.1rem 1fr;
  padding: 2rem;
  line-height: 2.4rem;
  min-height: 10rem;
  position: relative;
  z-index: 2;
}
.home_nums li:hover::before {
  opacity: 1;
}
.home_nums li:hover .icon,
.home_nums li:hover .num {
  filter: contrast(0) brightness(2);
}
.home_nums li:last-child::after {
  display: none;
}
.home_nums li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
}
.home_nums li::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #30424e;
}
.home_nums li .icon {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 4rem;
  transition: all 0.3s;
}
.home_nums li .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home_nums li .num {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.3s;
  background-image: linear-gradient(to right, #1ed84f 0%, #f1f143 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home_nums li .label {
  font-size: 2rem;
  margin-top: 5px;
}
.home_about {
  color: #fff;
  padding: 10rem 0;
  background-color: #212e37;
}
.home_about .head {
  max-width: 120rem;
  margin: 0 auto;
}
.home_about .head strong {
  font-weight: 700;
  display: inline-block;
}
.home_about .head p {
  margin-top: 3rem;
}
.home_about .video {
  position: relative;
  max-width: 120rem;
  margin: 5rem auto 0;
}
.home_about .video::after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.home_about .video video,
.home_about .video iframe,
.home_about .video img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.home_about .intro {
  margin-top: 3rem;
}
.home_about .intro p {
  margin-top: 2rem;
}
.home_about .items {
  margin-top: 5rem;
}
.home_about .items .syeditorlist {
  display: flex;
  gap: 2.642857%;
}
.home_about .items .item {
  flex: auto;
  gap: 1.5rem;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  padding: 3.8rem;
  background-color: #1a2730;
}
.home_about .items .item:first-child {
  max-width: 61.5rem;
}
.home_about .items .item .img {
  width: 4.1rem;
  height: 4.1rem;
}
.home_about .items .item .text h3 {
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 600;
}
.home_about .items .item .text ul {
  margin-top: 2rem;
}
.home_about .items .item .text ul li {
  color: #ccc;
  font-size: 2rem;
  line-height: 3.2rem;
}
.home_about .items .item .text ul li::before {
  content: '';
  display: inline-block;
  width: 4.1rem;
  height: 4.1rem;
  vertical-align: middle;
  background: url(../img/home-about-gou.png) no-repeat center / 2.4rem;
}
.home_about .items .item .text ul li span {
  font-weight: 700;
  background-image: linear-gradient(to right, #1ed84f 0%, #f1f143 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home_about .btn {
  margin-top: 6rem;
}
.home_services {
  color: #fff;
  overflow: hidden;
  padding: 10rem 0 7rem;
  background: url(../img/home-services-bg.png) no-repeat center / cover;
}
.home_services .head {
  max-width: 84rem;
}
.home_services .head p {
  margin-top: 1rem;
}
.home_services .list {
  margin-top: 7rem;
  width: calc(100% + 18.6rem);
}
.home_services .list ul {
  gap: 2rem 1.050862%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home_services .list li {
  padding: 0 1rem;
}
.home_services .list a {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: url(../img/home-services-item-bg1.png) no-repeat right top / cover;
  padding: 3rem;
  position: relative;
  z-index: 2;
}
.home_services .list a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  background: url(../img/home-services-item-bg2.png) no-repeat right top / cover;
}
.home_services .list a:hover::before {
  opacity: 1;
}
.home_services .list a:hover .more::after {
  margin-left: 3.6rem;
  width: 6.2rem;
}
.home_services .list a .icon {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home_services .list a .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home_services .list a h3 {
  font-size: 2.8rem;
  margin-top: 2rem;
  font-weight: 700;
  line-height: 3.4rem;
  margin-bottom: auto;
}
.home_services .list a .more {
  font-size: 2rem;
  margin-top: 5px;
}
.home_services .list a .more::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4.2rem;
  height: 2rem;
  margin-left: 2.6rem;
  transition: all 0.3s;
  background: url(../img/home-services-arrow.png) no-repeat right center / 6.2rem;
}
.home_qa {
  color: #fff;
  overflow: hidden;
  background-color: #212e37;
}
.home_qa .flex {
  max-width: 192rem;
  margin: 0 auto;
}
.home_qa .video {
  width: 50%;
  position: relative;
  align-self: center;
}
.home_qa .video::after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.home_qa .video video,
.home_qa .video iframe,
.home_qa .video img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.home_qa .intro {
  flex: 1;
  max-width: 68rem;
  padding: 7rem 0 7rem 12rem;
  position: relative;
}
.home_qa .intro .star {
  position: absolute;
  top: 15.740741%;
  left: -20.588235%;
  padding: 4rem 2.7rem 4rem 3.3rem;
  background-color: var(--primary);
}
.home_qa .intro .star .title {
  font-size: 3.4rem;
  font-weight: 700;
}
.home_qa .intro .star .title::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2.7rem;
  height: 2.7rem;
  transform: translateY(-3px);
  margin-right: 1rem;
  background: url(../img/star.png) no-repeat center / contain;
}
.home_qa .intro .star ul li {
  font-size: 2.4rem;
  padding: 0.8rem 0;
  color: var(--secondary);
}
.home_qa .intro .star ul li span {
  color: #fff;
}
.home_qa .intro .head p {
  margin-top: 3rem;
}
.home_qa .intro .btn {
  margin-top: 5.8rem;
}
.home_industries {
  color: #fff;
  overflow: hidden;
  padding: 9.5rem 0 10rem;
  background: url(../img/home-industries-bg.png) no-repeat center / cover;
}
.home_industries .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -7rem 0 -5rem;
  flex-flow: wrap;
}
.home_industries .head p {
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -4px;
  color: rgba(255, 255, 255, 0.1);
}
.home_industries .swiper_box {
  position: relative;
  z-index: 2;
}
.home_industries .swiper_box::before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  background: url(../img/home-industries-swiper-bg.png) no-repeat left center / 86.458333vw var(--primary);
}
.home_industries .swiper_box .wrap {
  padding: 6rem 0 5rem 6rem;
}
.home_industries .home_industries_swiper {
  overflow: hidden;
}
.home_industries .home_industries_swiper a {
  display: block;
}
.home_industries .home_industries_swiper a:hover img {
  transform: scale(1.05);
}
.home_industries .home_industries_swiper .img {
  padding-bottom: 76.602564%;
}
.home_industries .home_industries_swiper h3 {
  font-size: 2.6rem;
  margin-top: 2rem;
  text-align: center;
  font-weight: 600;
}
.home_industries div.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  margin-top: 4.2rem;
}
.home_industries div.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 10px;
}
.home_industries div.swiper-pagination .swiper-pagination-bullet-active {
  width: 46px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .home_services .list {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_nums li .label {
    font-size: 1.6rem;
  }
  .home_about .items .syeditorlist {
    flex-direction: column;
    gap: 20px;
  }
  .home_about .items .item:first-child {
    max-width: unset;
  }
  .home_services .list ul {
    gap: 0;
  }
  .home_services .list li {
    padding: 0;
  }
  .home_services .list a h3 {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_qa .flex {
    display: block;
  }
  .home_qa .video {
    width: 100%;
  }
  .home_qa .intro {
    width: 100%;
    padding: 0;
    max-width: unset;
    padding: 0 20px 40px;
  }
  .home_qa .intro .star {
    width: calc(100% + 40px);
    margin: 0 -20px;
    position: static;
  }
  .home_qa .intro .star ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home_qa .intro .head {
    margin-top: 40px;
  }
  .home_industries .head {
    margin-bottom: 0;
  }
  .home_industries .head p {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .flex {
    max-height: 246px;
  }
  .home_banner .head h1 {
    font-size: 22px;
  }
  .home_banner .wrap {
    margin-top: 20px;
    padding: 10px;
  }
  .home_banner form input[type="text"] {
    padding: 0 20px;
    font-size: 14px;
  }
  .home_banner form input[type="submit"] {
    width: 90px;
    height: 40px;
    font-size: 14px;
  }
  .home_banner .hot {
    margin-top: 16px;
    font-size: 14px;
  }
  .home_banner .hot .list {
    height: 41px;
  }
  .home_banner .hot .list ul {
    gap: 0 8px;
  }
  .home_nums ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home_nums li {
    padding: 20px;
    line-height: 24px;
    min-height: unset;
    grid-template-columns: 40px 1fr;
  }
  .home_nums li:nth-child(even)::after {
    display: none;
  }
  .home_nums li .num {
    font-size: 30px;
  }
  .home_nums li .label {
    font-size: 14px;
  }
  .home_about {
    padding: 50px 0;
  }
  .home_about .head p {
    margin-top: 20px;
  }
  .home_about .video {
    margin-top: 50px;
  }
  .home_about .video::after {
    padding-bottom: 40%;
  }
  .home_about .intro {
    margin-top: 20px;
  }
  .home_about .items {
    margin-top: 50px;
  }
  .home_about .items .syeditorlist {
    gap: 20px;
    flex-direction: column;
  }
  .home_about .items .item {
    gap: 15px;
    padding: 1.5rem;
  }
  .home_about .items .item .img {
    width: 41px;
    height: 41px;
  }
  .home_about .items .item .text h3 {
    font-size: 16px;
  }
  .home_about .items .item .text ul {
    margin-top: 20px;
  }
  .home_about .items .item .text ul li {
    font-size: 20px;
    line-height: 32px;
  }
  .home_about .items .item .text ul li::before {
    width: 41px;
    height: 41px;
    background-size: 24px;
  }
  .home_about .btn {
    margin-top: 20px;
  }
  .home_services {
    padding: 50px 0;
  }
  .home_services .list {
    width: 100%;
    margin-top: 20px;
  }
  .home_services .list ul {
    gap: 0;
  }
  .home_services .list li {
    padding: 0;
  }
  .home_services .list a {
    padding: 15px;
  }
  .home_services .list a:hover .more::after {
    width: 20px;
    margin-left: 30px;
  }
  .home_services .list a .icon {
    width: 40px;
    height: 40px;
  }
  .home_services .list a h3 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .home_services .list a .more {
    font-size: 12px;
  }
  .home_services .list a .more::after {
    width: 20px;
    height: 10px;
    margin-left: 10px;
    background-size: 30px;
  }
  .home_qa .flex {
    display: block;
  }
  .home_qa .video {
    width: 100%;
  }
  .home_qa .intro {
    width: 100%;
    padding: 0;
    max-width: unset;
    padding: 0 20px 40px;
  }
  .home_qa .intro .star {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
    position: static;
  }
  .home_qa .intro .star .title {
    font-size: 28px;
  }
  .home_qa .intro .star .title::before {
    width: 27px;
    height: 27px;
    margin-right: 10px;
  }
  .home_qa .intro .star ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home_qa .intro .star ul li {
    padding: 8px 0;
    font-size: 14px;
  }
  .home_qa .intro .head {
    margin-top: 20px;
  }
  .home_qa .intro .head p {
    margin-top: 20px;
  }
  .home_qa .intro .btn {
    margin-top: 58px;
  }
  .home_industries {
    padding: 95px 0 50px;
  }
  .home_industries .head {
    margin-top: -70px;
    margin-bottom: 0;
  }
  .home_industries .head p {
    font-size: 50px;
  }
  .home_industries .swiper_box::before {
    width: 100%;
  }
  .home_industries .swiper_box .wrap {
    padding: 20px 20px 50px;
  }
  .home_industries .home_industries_swiper h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .home_industries div.swiper-pagination {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .hot .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_nums ul {
    grid-template-columns: 1fr;
  }
  .home_nums li {
    padding: 10px;
  }
  .home_nums li:nth-child(even):after {
    display: block;
  }
  .home_nums li:last-child::after {
    display: none;
  }
  .home_nums li::after {
    width: 100%;
    height: 1px;
  }
  .home_about .video::after {
    padding-bottom: 28rem;
  }
  .home_about .items .item {
    padding: 7px;
  }
  .home_services .list ul {
    gap: 10px 5px;
    grid-template-columns: repeat(2, 1fr);
  }
  .home_services .list a .more {
    margin-top: 10px;
  }
  .home_industries div.swiper-pagination {
    margin-top: 3rem;
  }
}
