@charset "UTF-8";
.product {
  position: relative;
  z-index: 2;
  color: #fff;
}
.product .box {
  padding-top: 30px;
  -webkit-box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
          box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
  background: #0a0c35;
  border-radius: 10px;
}
.product .top_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  cursor: pointer;
}
.product .swiper-slide.act .name {
  background: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background: linear-gradient(to right, #4270d5, #5c57c7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #4270d5; /* 备用 */
}
.product .top_swiper .swiper-slide.act::after {
  width: 100%;
}
.product .top_swiper .swiper-slide::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background: linear-gradient(to right, #4270d5, #5c57c7);
}
.product .line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.product .des {
  opacity: 0.7;
  margin-top: 12px;
}
.product .list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.77;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.product .list > div img {
  width: 14px;
  height: 10px;
  margin-right: 15px;
}
.product .applications {
  opacity: 0.7;
  line-height: 1;
}
.product .flx_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product .flx_more a {
  height: 62px;
  width: calc((100% - 12px) / 2);
  border-radius: 5px;
  color: #fff;
  background: #121444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.product .flx_more a span {
  width: calc(100% - 50px);
  text-align: left;
  line-height: 1.25;
}
.product .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product .top_swiper .swiper-slide .icon{
    height: 145px;
}
.product .icon img{
    max-height: 100%;
}
.product .tab {
  padding: 68px 58px;
}
.product .tab > div {
  display: none;
}
.product .tab .tab_act {
  display: block;
  -webkit-animation: tab_ani 0.5s ease-in-out;
          animation: tab_ani 0.5s ease-in-out;
}
.product .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: center;
}
.product .l {
  width: 45.7%;
}
.product .l img {
  width: 100%;
}
.product .r {
  width: 50%;
}
.product .listTit {
  opacity: 0.7;
}
.product .name {
  padding-right: 10px;
}
.aplication {
  position: relative;
  z-index: 2;
  margin-top: 165px;
  color: #fff;
}
.aplication .des_name{
    margin-top: 10px;
    margin-bottom: 5px;
}
.aplication .title {
  line-height: 1.38;
}
.aplication .top {
  position: relative;
}
.aplication .txt {
  width: 66.66%;
}
.aplication .top_r {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.aplication .box {
  position: relative;
}
.aplication .box_l .swiper-slide{
      -webkit-box-shadow: 0 0 10px 10px rgba(83, 43, 231, 0.3);
          box-shadow: 0 0 10px 10px rgba(83, 43, 231, 0.3);
          background: #0a0c35;
          border-radius: 10px;
}
.aplication .box_l .swiper{
    padding: 30px;
}
.aplication .box_l{
   position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -120px;  
  width: 200px;
  height: 84%;
  
}

.aplication .box_r .swiper-slide{
      -webkit-box-shadow: 0 0 10px 10px rgba(83, 43, 231, 0.3);
          box-shadow: 0 0 10px 10px rgba(83, 43, 231, 0.3);
          background: #0a0c35;
          border-radius: 10px;
}
.aplication .box_r .swiper{
    padding: 30px;
}
.aplication .box_r{
    position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -120px;  
  width: 200px;
  height: 84%;
}
.aplication .box_l .swiper{
    height: 100%;
}
.aplication .box_r .swiper{
    height: 100%;
}
/*.aplication .box::before {
  content: "";
  display: block;
  height: 84%;
  width: 100px;
  -webkit-box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
          box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
  background: #0a0c35;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -80px;
}
.aplication .box::after {
  content: "";
  display: block;
  height: 84%;
  width: 100px;
  -webkit-box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
          box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
  background: #0a0c35;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
}*/
.aplication .num {
  opacity: 0.5;
}
.aplication .line {
  height: 2px;
  width: 36px;
  background: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background: linear-gradient(to right, #4270d5, #5c57c7);
}
.aplication .des > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.7;
  opacity: 0.7;
}
.aplication .des > div::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  height: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 10px;
  -ms-flex: 0 0 5px;
      flex: 0 0 5px;
  border-radius: 50%;
  background: rgb(66, 112, 213);
}
.aplication .box>.swiper {
  -webkit-box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
          box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
  background: #0a0c35;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.aplication .box>.swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 125px 100px;
}
.aplication .l {
  width: 42%;
}
.aplication .r {
  width: 51.6%;
  border-radius: 10px;
  overflow: hidden;
}
.aplication .r video {
  width: 100%;
  border-radius: 10px;
}
.aplication .boxTit {
  margin-top: 10px;
}
.aplication .phoneImg {
  display: none;
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aplication .phoneImg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.tecnolgy {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 160px;
}
.tecnolgy .sub {
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background: linear-gradient(to right, #4270d5, #5c57c7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #4270d5;
  display: inline-block;
}
.tecnolgy .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tecnolgy .title {
  line-height: 1;
}
.tecnolgy .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tecnolgy .r > div {
  margin-right: 70px;
}
.tecnolgy .r > div:last-child {
  margin-right: 0;
}
.tecnolgy .des {
  opacity: 0.7;
  max-width: 150px;
}
.tecnolgy .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
}
.tecnolgy .box > div {
    background: rgba(10,12,53,0.5);
    border-radius: 10px;
  width: calc((100% - 40px)/2);
  height: 430px;
  padding: 75px 50px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tecnolgy .box > div:nth-child(n+3){
    margin-top: 40px;
}
.tecnolgy .box > div:hover{
    background: rgba(10,12,53,1);
}
.tecnolgy .box > div:hover .icon {
  -webkit-box-shadow: 0 0 20px 10px rgba(168, 145, 255, 0.3);
          box-shadow: 0 0 20px 10px rgba(168, 145, 255, 0.3);
}
.tecnolgy .icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #669ab3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #120e34;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tecnolgy .icon img{
    max-height: 50%;
    max-width: 50%;
}
.tecnolgy .tit {
  font-weight: bold;
  line-height: 1.33;
  position: relative;
}
.tecnolgy .tit::before {
  content: "";
  display: block;
  height: 1.596em;
  width: 4px;
  /*ackground: #fff;*/
  position: absolute;
  left: -50px;
  -webkit-transform: translateY(-0.133em);
      -ms-transform: translateY(-0.133em);
          transform: translateY(-0.133em);
}
.tecnolgy .tit a {
  color: #fff;
}
.tecnolgy .txt {
  line-height: 1.77;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 160px;
}
.news .sub {
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background: linear-gradient(to right, #4270d5, #5c57c7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #4270d5;
  display: inline-block;
}
.news .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .title {
  line-height: 1;
}
.news .r {
  line-height: 1.6;
  opacity: 0.7;
  width: 48%;
}
.news .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .box > div {
  width: calc((100% - 60px) / 3);
}
.news .box > div:not(:nth-child(2)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .cImg {
  color: #fff;
  border-radius: 10px;
  position: relative;
  height: 0;
  padding-bottom: 130%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .cImg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .cImg:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news .imgTxt {
  position: absolute;
  bottom: 0;
  padding: 38px;
}
.news .imgTxt .time {
  line-height: 1;
  opacity: 0.5;
  margin-top: 10px;
}
.news .sameImg {
  color: #fff;
  border-radius: 10px;
  position: relative;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .sameImg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .sameImg:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news .txt {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-top: 30px;
  border-radius: 10px;
  background: #171646;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news .txt:hover .txtTit a {
  background-position: 100% 0;
}
.news .txtTit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .txtTit a {
  background: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #ffffff), color-stop(66.66%, #4270d5), to(#5c57c7));
  background: linear-gradient(to right, #ffffff 33.33%, #4270d5 66.66%, #5c57c7);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-position: 0% 0;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}
.news .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.7;
  margin-top: 5px;
}
.news .time {
  opacity: 0.5;
}
.news .box_r .txt {
  margin-top: 0;
  margin-bottom: 30px;
}

.contact {
  color: #fff;
  margin-top: 180px;
  padding-bottom: 290px;
  position: relative;
  z-index: 2;
}
.contact .box {
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  background-image: url(../img/contactBg.jpg);
}
.contact .sub {
  background: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background: linear-gradient(to right, #4270d5, #5c57c7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #4270d5;
}
.contact .btnFlx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .btnFlx a {
  margin: 0 8px;
}

.bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.phone_bg {
  display: none;
}

@media screen and (max-width: 1700px) {
  .product .top_swiper .swiper-slide .icon {
    height: 100px;
  }
  .product .swiper .icon img {
    height: 100%;
  }
  .product .flx_more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product .flx_more a {
    width: 100%;
  }
  .product .flx_more a:nth-child(n+2) {
    margin-top: 12px;
  }
  .product .tab {
    padding: 50px 40px;
  }
  .aplication {
    margin-top: 8.59%;
  }
  .aplication .top_r {
    width: 23.8%;
  }
  .aplication .top_r img {
    width: 100%;
  }
  .aplication .box>.swiper .swiper-slide {
    padding: 80px 60px;
  }
  .aplication .box_l{
  left: -100px;  
}
.aplication .box_r{
  right: -100px;  
}
  .aplication .box::before {
    left: -60px;
  }
  .aplication .box::after {
    right: -60px;
  }
  .tecnolgy {
    margin-top: 8.59%;
  }
  .tecnolgy .des {
    max-width: 130px;
  }
  .tecnolgy .r > div {
    margin-right: 20px;
  }
  .tecnolgy .box > div {
    height: 370px;
    padding: 50px 50px 0;
    width: calc((100% - 30px)/2);
  }
  .tecnolgy .box > div:nth-child(n+3){
      margin-top: 30px;
  }
  .news {
    margin-top: 8.59%;
  }
  .news .r {
    width: 60%;
  }
  .news .imgTxt {
    padding: 24px;
  }
  .news .txt {
    padding: 24px;
    margin-top: 20px;
  }
  .news .box_r .txt {
    margin-bottom: 20px;
  }
  .news .box > div {
    width: calc((100% - 40px) / 3);
  }
  .contact {
    margin-top: 8.59%;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .product .r {
    padding-top: 0;
  }
  .product .top_swiper .swiper-slide .icon {
    height: 80px;
  }
  .product .top_swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .name {
    height: 80px;
  }
  .tecnolgy .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tecnolgy .r {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .tecnolgy .box > div {
    height: 380px;
    padding: 30px 30px 0;
  }
  .tecnolgy .tit::before {
    left: -30px;
  }
  .news .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news .box > div {
    width: calc((100% - 20px) / 2);
  }
  .news .box .box_r {
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-top: 20px;
  }
  .news .box .box_r > * {
    width: calc((100% - 20px) / 2);
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .news .box .box_r .txt {
    margin-bottom: 0;
  }
  .news .box .box_r .sameImg {
    padding-bottom: 30%;
  }
  .aplication .box::before {
    left: -30px;
  }
  .aplication .box::after {
    right: -30px;
  }
    .aplication .box_l{
  left: -50px;  
}
.aplication .box_r{
  right: -50px;  
}
  .aplication .box>.swiper .swiper-slide {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .product {
    margin-top: 0 !important;
  }
  .product .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product .l {
    width: 50%;
    margin: auto;
  }
  .product .r {
    width: 100%;
    margin-top: 30px;
  }
  .product .tab {
    padding: 30px 25px;
  }
  .aplication .box>.swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px;
  }
  .aplication .l {
    width: 100%;
    margin-top: 30px;
  }
  .aplication .r {
    width: 100%;
  }
  .tecnolgy .r {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .tecnolgy .r > div {
    margin-right: 0;
    padding: 10px;
    width: 33.33%;
  }
  .tecnolgy .des {
    max-width: 100%;
  }
  .tecnolgy .box > div {
    width: 100%;
    height: auto;
    padding: 30px;
        box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
  }
  .tecnolgy .box > div:nth-child(n+2){
      margin-top: 20px;
  }
  .news .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news .r {
    width: 100%;
    margin-top: 30px;
  }
  .news .box > div {
    width: 100%;
  }
  .news .box .c {
    margin-top: 20px;
  }
  .news .box .box_r {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .news .box .box_r > * {
    width: 100%;
  }
  .news .box .box_r .sameImg {
    padding-bottom: 75%;
    margin-top: 20px;
  }
  .aplication .box::before {
    display: none;
  }
  .aplication .box::after {
    display: none;
  }
    .aplication .box_l{
  display: none;
}
.aplication .box_r{
  display: none;
}
  .bg {
    display: none;
  }
  .phone_bg {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .aplication .phoneImg {
    display: block;
  }
  .aplication .r video {
    display: none;
  }
  .product .name{
      font-size: 12px;
      height: 52px;
  }
}
@media screen and (max-width: 500px) {
  .product .name{
      font-size: 10px;
      height: 52px;
  }
      .product .top_swiper .swiper-slide .icon {
        height: 50px;
    }
}
