@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
@keyframes rotate_added2 {
  0% {
    background-color: #012FA7;
    transform: rotate(0);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(180deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1664ff;
  border-color: #1664ff;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
main {
  background-color: #fff;
}

.banner-section {
  position: relative;
}
.banner-section .section-box {
  padding: 0;
  margin: 0 -0.3rem;
}
.banner-section .section-main .title {
  max-width: 100%;
  font-size: 0.72rem;
  line-height: 0.8rem;
}
.banner-section .container {
  position: relative;
  z-index: 3;
}
.banner-section .back-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  gap: 0.16rem;
}
.banner-section .back-box .img-box {
  width: calc(33.3% - 0.1rem);
  position: absolute;
}
.banner-section .back-box .img-box:nth-child(1) {
  left: 0;
}
.banner-section .back-box .img-box:nth-last-child(1) {
  right: 0;
}
.banner-section .back-box [data-node=colR] {
  position: absolute;
  bottom: 0;
  left: calc(33.3% + 0.06rem);
}
.banner-section::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.company-section {
  text-align: center;
  padding: 0.64rem 0;
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 900;
}
.company-section .company-box {
  margin-top: 0.36rem;
  overflow: hidden;
  background-color: #F1F1F1;
}
.company-section .company-box .img-box-scroll {
  display: flex;
}
.company-section .company-box .img-scroll-box {
  display: flex;
  padding: 0.24rem 0;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
  filter: contrast(0.2);
}
.company-section .company-box .img-scroll-box .img-box {
  flex-shrink: 0;
  height: 0.48rem;
  padding: 0 0.32rem;
}
.company-section .company-box .img-scroll-box .img-box .img {
  height: 100%;
}

.custom-section .section-box {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-section .custom-main {
  flex: 3 0 0;
}
.custom-section .custom-main .title {
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 900;
}
.custom-section .custom-main .box {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.64rem;
  margin-top: 0.64rem;
}
.custom-section .custom-main .box .item .item-title {
  font-size: 0.2rem;
  line-height: 0.32rem;
  font-weight: 700;
}
.custom-section .custom-main .box .item .item-desc {
  margin: 0.02rem 0 0.18rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #797979;
}
.custom-section .custom-main .box .item .item-line {
  display: flex;
  align-items: center;
  gap: 0.18rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
}
.custom-section .custom-main .box .item .item-line .item-tip {
  background-color: #F1F1F1;
  border-radius: 50%;
  align-items: center;
  text-align: center;
  display: flex;
  padding: 0 0.14rem;
  justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
}
.custom-section .media-box {
  flex: 2 0 0;
  margin-right: -0.3rem;
  position: relative;
  overflow: hidden;
  height: 6.9rem;
  background-color: #000;
}
.custom-section .media-box .img-box {
  position: absolute;
  width: 49%;
}
.custom-section .media-box .img-box:nth-child(1) {
  left: 0;
  top: -10%;
}
.custom-section .media-box .img-box:nth-child(2) {
  right: 0;
  top: 0;
}
.custom-section .media-box .img-box .img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.custom-section .media-box .point {
  width: 200vw;
  height: 200vw;
  position: absolute;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 9%, rgba(0, 0, 0, 0.92) 100%);
  pointer-events: none;
  top: 0;
  left: 0;
}

.demo-section {
  padding: 0.64rem 0;
}
.demo-section .section-title {
  text-align: center;
  margin-bottom: 0.48rem;
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 900;
}
.demo-section .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.36rem 0.24rem;
}
.demo-section .list .item .img-box {
  height: 3.4rem;
  position: relative;
  margin-bottom: 0.12rem;
  cursor: pointer;
  overflow: hidden;
}
.demo-section .list .item .img-box .img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform ease 1s;
}
.demo-section .list .item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all ease 0.2s;
}
.demo-section .list .item .img-box .point {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: black;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease 0.2s;
  z-index: 11;
  font-size: 0.24rem;
  line-height: 0.5rem;
  text-align: center;
}
.demo-section .list .item .img-box .point::after {
  content: "\e903";
  font-family: "icomoon" !important;
  color: #fff;
}
.demo-section .list .item .img-box:hover .point {
  opacity: 1;
}
.demo-section .list .item .img-box:hover::after {
  opacity: 1;
}
.demo-section .list .item .img-box:hover .img {
  transform: scale(1.02);
}
.demo-section .list .item .title {
  font-size: 0.2rem;
  line-height: 0.32rem;
  font-weight: 700;
}

@media screen and (width <= 980px) {
  .banner-section .container {
    padding: 0 0.3rem;
  }
  .banner-section .section-main .title {
    max-width: 92%;
    font-size: 0.96rem;
    line-height: 1.2rem;
    text-align: left;
    padding-bottom: 3rem;
  }
  .banner-section::before {
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  }
  .company-section {
    padding: 1.28rem 0;
    font-size: 0.6rem;
    line-height: 0.82rem;
  }
  .company-section .company-box {
    margin-top: 0.6rem;
  }
  .company-section .company-box .img-scroll-box {
    padding: 0.32rem 0;
  }
  .company-section .company-box .img-scroll-box .img-box {
    height: 0.6rem;
    padding: 0 0.24rem;
  }
  .custom-section .container {
    padding: 0;
    text-align: center;
  }
  .custom-section .section-box {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .custom-section .custom-main-title {
    font-size: 0.6rem;
    line-height: 0.82rem;
    margin-bottom: 0.48rem;
    font-weight: 900;
  }
  .custom-section .custom-main {
    flex: 1;
    margin-top: 0.72rem;
  }
  .custom-section .custom-main .title {
    font-size: 0.48rem;
    line-height: 0.6rem;
    font-weight: 900;
  }
  .custom-section .custom-main .box {
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 1.12rem;
    margin-top: 0;
  }
  .custom-section .custom-main .box .item .item-title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .custom-section .custom-main .box .item .item-desc {
    margin: 0.04rem 0 0.36rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .custom-section .custom-main .box .item .item-line {
    gap: 0.72rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    justify-content: center;
  }
  .custom-section .custom-main .box .item .item-line .item-tip {
    padding: 0 0.31rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    width: 1.44rem;
    height: 1.44rem;
  }
  .custom-section .media-box {
    min-height: 100vw;
    height: 100vw;
    flex: 1;
    margin-right: 0;
  }
  .custom-section .media-box .img-box:nth-child(2) {
    top: auto;
    bottom: 0;
  }
  .custom-section .media-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vw;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 90%, rgb(0, 0, 0) 100%);
  }
  .demo-section {
    padding: 1.28rem 0;
  }
  .demo-section .section-title {
    font-size: 0.6rem;
    line-height: 0.82rem;
  }
  .demo-section .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.46rem;
  }
  .demo-section .list .item .img-box {
    height: 4.2rem;
    margin-bottom: 0.14rem;
  }
  .demo-section .list .item .img-box::after {
    display: none;
  }
  .demo-section .list .item .img-box:hover .point {
    opacity: 0;
  }
  .demo-section .list .item .title {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
}/*# sourceMappingURL=website_wp.css.map */