@import "iconfont.css";
html,
body {
  overflow-x: hidden !important;
  width: 100%;
}
html {
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
body {
  font-family: 'PingFang SC', 'Microsoft YaHei UI', 'Raleway', 'Microsoft YaHei UI', 'Helvetica Neue', 'arial', "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  min-width: 320px;
  color: rgba(255, 255, 255, 0.7);
  background: #000;
  font-size: 14px;
}
a,
a:hover {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fl {
  float: left;
  display: inline-block;
}
.fr {
  float: right;
  display: inline-block;
}
.c:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.c {
  *zoom: 1;
}
.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wow {
  visibility: hidden;
}
.tac {
  text-align: center;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
div:focus,
a:focus,
li:focus,
*:focus,
div {
  outline: none;
  text-decoration: none;
}
button {
  border: 0;
}
.is_wap {
  display: none !important;
}
.is_pc {
  display: block;
}
.jbox {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #666;
  margin-left: 3px;
  vertical-align: middle;
}
.trsAll {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
  position: relative;
}
.text-overflow {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menu-btn {
  height: 16px;
  width: 24px;
  position: relative;
  display: block;
  margin-left: 20px;
}
.menu-btn span {
  display: block;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.mt64 {
  margin-top: 64px;
}
.pb64 {
  padding-bottom: 64px;
}
.p64 {
  padding: 64px 0;
}
.mb64 {
  margin-bottom: 64px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(24, 24, 24, 0.01);
  backdrop-filter: blur(25px);
}
.header .container > .flex {
  align-items: center;
}
.navs {
  flex: 1;
  justify-content: center;
}
.navs li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  padding: 0 5px;
}
.navs li a {
  display: block;
  padding: 4px 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.navs li.on a,
.navs li a:hover {
  border-radius: 99px;
  border: 1px solid #46AFF0;
  background: rgba(70, 175, 240, 0.1);
}
.logo img {
  height: 30px;
}
.link-right {
  position: relative;
}
.link-right a {
  border-radius: 30px;
  display: flex;
  padding: 10px 16px;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(253, 255, 255, 0.25);
}
.link-right a img {
  height: 25px;
}
.link-right ul {
  position: absolute;
  width: 100%;
  padding-top: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: none;
}
.link-right ul a {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  background: rgba(24, 24, 24, 0.5);
  backdrop-filter: blur(25px);
  border-radius: 0;
}
.link-right ul a:hover {
  background: #0B0F17;
  border-bottom-color: #0B0F17;
}
.nav_wap {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 11;
  width: 100%;
  background: rgba(24, 24, 24, 0.01);
  backdrop-filter: blur(25px);
  padding: 10px 0;
}
.nav_wap li {
  padding: 6px 0;
}
.nav_wap li a {
  display: block;
}
.nav_wap li.on a {
  background: var(--Linear, linear-gradient(90deg, #27C6FF -1.46%, #46EEAC 45.72%, #FFF 57.89%, #FFF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bann .abs {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 20px;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.bann h3 {
  text-align: center;
  font-family: Agker;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}
.bann p {
  margin-top: 24px;
  font-size: 20px;
}
.more a {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid rgba(253, 255, 255, 0.25);
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 24px;
  /* 171.429% */
}
.more a img {
  width: 25px;
  height: 25px;
  margin-left: 6px;
}
.title1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
.title1 span {
  background: var(--Linear, linear-gradient(90deg, #27C6FF -1.46%, #46EEAC 45.72%, #FFF 57.89%, #FFF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title1 p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: normal;
  margin-top: 16px;
  font-weight: 400;
}
.about_f1 .flex {
  align-items: center;
}
.about_f1 .flex .pic {
  margin-right: 46px;
}
.about_f1 .p p {
  margin-top: 24px;
}
.about_f2 .title1 {
  background: linear-gradient(90deg, #27C6FF -1.46%, #46EEAC 45.72%, #FFF 57.89%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -10px;
}
.about_f2 ul {
  padding-top: 12px;
  margin: 0 -12px;
}
.about_f2 ul li {
  width: 33.333%;
}
.about_f2 ul li .box {
  border-radius: 8px;
  height: calc(90%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: var(--Linear, linear-gradient(180deg, #000 0%, #0E0E0E 100%));
  margin: 12px;
  padding: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.about_f2 ul li .box:hover {
  border-color: #27C6FF;
}
.about_f2 ul li .box img {
  width: 32px;
  height: 32px;
}
.about_f2 ul li .box .title {
  margin: 16px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
.about_f3 {
  background: radial-gradient(219.68% 151.8% at 6.9% 145.56%, #0E1934 0%, #00131A 100%);
}
.about_f3 .flex {
  align-items: center;
}
.about_f3 .info {
  margin-right: 40px;
}
.about_f3 .tag span {
  border-radius: 999px;
  border: 1px solid rgba(253, 255, 255, 0.25);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  padding: 8px 16px;
}
.about_f3 .title1 {
  margin: 16px 0;
}
.about_f3 ul {
  margin-bottom: 36px;
}
.about_f3 ul li {
  margin-right: 36px;
}
.about_f3 ul li .s {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
}
.about_f3 a {
  border-radius: 8px;
  border: 1px solid var(--Linear, #27C6FF);
  background: #011922;
  padding: 10px 16px;
}
.about_f4 .title1 {
  text-align: center;
}
.about_f4 .p {
  padding: 16px 0;
}
.about_f4 .p p {
  padding: 16px 0;
}
.about_f4 ul {
  justify-content: space-between;
}
.about_f4 ul li {
  width: 35%;
}
.about_f4 ul li:nth-child(3) {
  width: 100%;
  text-align: center;
}
.about_f4 ul li .ico {
  margin-right: 16px;
}
.about_f4 ul li .n {
  margin-bottom: 16px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
.about_f4 ul li p {
  color: rgba(255, 255, 255, 0.45);
}
.ser_f1 .flex {
  padding-top: 45px;
}
.ser_f1 .flex:after {
  content: '';
  display: block;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 794px;
  height: 368px;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.ser_f1 .info {
  margin-right: 24px;
  padding-left: 24px;
  width: 50%;
}
.ser_f1 .info .title1 {
  margin-bottom: 16px;
}
.ser_f1 .pic {
  position: relative;
  z-index: 2;
}
.ser_f2 ul {
  padding: 32px 0;
  justify-content: space-between;
}
.ser_f2 ul li {
  width: 30%;
}
.ser_f2 ul li:hover .tit {
  color: #fff;
}
.ser_f2 ul li:hover .tit span {
  background-image: url("../images/icon5.png");
}
.ser_f2 ul li .tit {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.ser_f2 ul li .tit span {
  font-family: Agker;
  display: block;
  width: 48px;
  height: 48px;
  background: url("../images/icon4.png") no-repeat;
  background-size: 100% 100%;
  line-height: 48px;
  text-align: center;
  font-size: 28px;
  margin-right: 16px;
}
.ser_f2 ul .pic {
  width: 100%;
  padding: 32px 0;
}
.ser_f2 ul p {
  color: rgba(255, 255, 255, 0.4);
}
.ser_f3 ul {
  margin: 32px -12px 0 -12px;
}
.ser_f3 ul li {
  width: 25%;
}
.ser_f3 ul li:nth-child(1) .ico {
  background-image: url("../images/ser_ico1.png");
}
.ser_f3 ul li:nth-child(2) .ico {
  background-image: url("../images/ser_ico2.png");
}
.ser_f3 ul li:nth-child(3) .ico {
  background-image: url("../images/ser_ico3.png");
}
.ser_f3 ul li:nth-child(4) .ico {
  background-image: url("../images/ser_ico4.png");
}
.ser_f3 ul li:hover:nth-child(1) .ico {
  background-image: url("../images/ser_ico1_on.png");
}
.ser_f3 ul li:hover:nth-child(1) .title {
  color: #27C6FF;
}
.ser_f3 ul li:hover:nth-child(2) .ico {
  background-image: url("../images/ser_ico2_on.png");
}
.ser_f3 ul li:hover:nth-child(2) .title {
  color: #FF52B0;
}
.ser_f3 ul li:hover:nth-child(3) .ico {
  background-image: url("../images/ser_ico3_on.png");
}
.ser_f3 ul li:hover:nth-child(3) .title {
  color: #FFCF52;
}
.ser_f3 ul li:hover:nth-child(4) .ico {
  background-image: url("../images/ser_ico4_on.png");
}
.ser_f3 ul li:hover:nth-child(4) .title {
  color: #46EEAC;
}
.ser_f3 ul li .box {
  border-radius: 8px;
  background: #0B0F17;
  margin: 0 12px;
  padding: 24px;
  text-align: center;
  height: 100%;
}
.ser_f3 ul li .ico {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ser_f3 ul li .title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 16px 0;
}
.contact_f1 .title1 {
  font-size: 20px;
}
.contact_f1 .title1 p {
  font-size: 14px;
}
.contact_f1 .flex1 {
  margin-right: 48px;
}
.contact_f1 .u1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.contact_f1 .u1 li {
  width: 48%;
}
.contact_f1 .u1 li .li {
  margin-top: 24px;
}
.contact_f1 .u1 li .li img {
  margin-right: 12px;
}
.contact_f1 .formBox {
  justify-content: space-between;
  margin-top: 24px;
}
.contact_f1 .formBox li {
  width: 48%;
  margin-bottom: 24px;
}
.contact_f1 .formBox li .n {
  margin-bottom: 12px;
}
.contact_f1 .formBox li button {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--Linear, linear-gradient(90deg, #27C6FF -1.46%, #46EEAC 100%));
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  font-size: 20px;
  color: #fff;
}
.contact_f1 .formBox li .inp {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  padding: 10px;
}
.contact_f1 .formBox li .inp input,
.contact_f1 .formBox li .inp textarea {
  background: none;
  width: 100%;
  border: 0;
}
.contact_f1 .formBox li textarea {
  height: 110px;
}
.contact_f1 .formBox li.textarea,
.contact_f1 .formBox li:last-child {
  width: 100%;
}
.aiMain {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.aiMain .swiper {
  height: 100%;
}
.aiMain .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.aiMain .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.aiMain .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10% 0 8% 5%;
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.aiMain .swiper-slide .txt .x {
  width: 32px;
  height: 4px;
  background: #fff;
}
.aiMain .swiper-slide .txt .p {
  margin: 24px 0;
}
.aiMain .swiper-slide .txt h3 {
  color: #FFF;
  font-family: Agker;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82px;
  /* 117.143% */
  margin-bottom: 24px;
  flex: 1;
}
.aiMain .swiper-slide .txt .tit {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.aiMain .swiper-slide .txt .tit span {
  font-family: Agker;
  display: block;
  width: 48px;
  height: 48px;
  background: url("../images/icon4.png") no-repeat;
  background-size: 100% 100%;
  line-height: 48px;
  text-align: center;
  font-size: 28px;
  margin-right: 16px;
}
.aiMain .mySwiper {
  position: absolute;
  right: 0;
  bottom: 15%;
  width: 60%;
  height: 433px;
  z-index: 2;
}
.aiMain .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.8;
  position: relative;
}
.aiMain .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.aiMain .mySwiper .swiper-slide .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  color: #FFF;
  font-size: 20px;
}
.aiMain .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.aiMain .arr {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  right: 0;
  padding-right: 50px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aiMain .arr div {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: url("../images/arr_left.png") no-repeat;
  background-size: 100% 100%;
}
.aiMain .arr .arr-next {
  background-image: url("../images/arr_right.png");
}
.team_f1 ul {
  margin: 32px -12px;
}
.team_f1 ul li {
  width: 33.333%;
}
.team_f1 ul li .box {
  border-radius: 16px;
  background: #0B0F17;
  padding: 24px;
  text-align: center;
  height: 100%;
  margin: 0 12px;
}
.team_f1 ul li .box img {
  height: 96px;
}
.team_f1 ul li .box .tit {
  margin: 16px 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
}
.team_f2 {
  background: linear-gradient(180deg, #000 0%, #0E1934 100%);
}
.team_f2 .flex {
  align-items: center;
}
.team_f2 .info {
  width: 35%;
}
.team_f2 .info .swiper-wrapper {
  display: block;
  padding: 48px 0;
}
.team_f2 .info .swiper-wrapper li {
  color: rgba(255, 255, 255, 0.45);
  padding: 6px 0;
  width: 100% !important;
}
.team_f2 .info .swiper-wrapper li span {
  background: rgba(255, 255, 255, 0.45);
  width: 7px;
  height: 7px;
  border-radius: 7px;
  display: inline-block;
  margin-right: 16px;
}
.team_f2 .info .swiper-wrapper li.swiper-slide-thumb-active {
  color: #fff;
}
.team_f2 .info .swiper-wrapper li.swiper-slide-thumb-active span {
  background: linear-gradient(90deg, #27C6FF -1.46%, #46EEAC 100%);
}
.team_f2 .info .more {
  text-align: left;
}
.team_f2 .info .more a {
  border-radius: 8px;
}
.team_f2 .swiper-right {
  width: 65%;
}
.team_f2 .mySwiper2 .swiper-slide {
  width: 340px;
}
.team_f2 .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
}
.team_f2 .mySwiper2 .swiper-slide .box {
  border-radius: 0px 0px 8px 8px;
  background: #0B0F17;
  padding: 20px;
}
.team_f2 .mySwiper2 .swiper-slide .box .tit,
.team_f2 .mySwiper2 .swiper-slide .box .n {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
.team_f2 .mySwiper2 .swiper-slide .box .n {
  margin: 6px 0;
}
.team_f3 .ml {
  width: 35%;
}
.team_f3 .ml .title1 {
  font-size: 24px;
  margin-bottom: 24px;
}
.team_f3 .ml .time {
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 0;
}
.team_f3 .ml ul li {
  font-size: 20px;
  padding: 8px 0;
  cursor: pointer;
}
.team_f3 .ml ul li.on {
  background: var(--Linear, linear-gradient(90deg, #27C6FF -1.46%, #46EEAC 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team_f3 .mr .title1 {
  font-size: 60px;
  margin-bottom: 24px;
}
.banner {
  position: relative;
}
.banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.banner video {
  width: 100%;
}
.banner .abs {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .abs .container {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.banner .abs .container h3 {
  color: #FFF;
  text-align: center;
  font-family: Agker;
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner .abs .container p {
  padding: 24px 0;
  color: #FFF;
  font-size: 32px;
}
.banner .abs .container .arr img {
  height: 60px;
}
.home_f1 {
  overflow: hidden;
}
.home_f1 .v {
  bottom: -20%;
  opacity: 0.2;
}
.home_f1 .title1 {
  margin-bottom: 32px;
}
.home_f1 .flex {
  justify-content: space-between;
  align-items: center;
}
.home_f1 .info,
.home_f1 .pic {
  width: 48%;
}
.home_f1 .tit {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
}
.home_f1 ul {
  margin-bottom: 32px;
}
.home_f1 ul li {
  margin-top: 16px;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.home_f1 ul li:hover {
  color: #fff;
}
.home_f1 ul li span {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: block;
  background: linear-gradient(90deg, #27C6FF -1.46%, #46EEAC 100%);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.main {
  background: url("../images/bg1.png") no-repeat top center;
  background-size: 100% auto;
  margin-top: -24px;
  position: relative;
  z-index: 2;
}
.home_f2 .title1 {
  margin-bottom: 32px;
}
.home_f2 ul li {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.home_f2 ul li:last-child {
  margin-bottom: 0;
}
.home_f2 ul li:after {
  content: '';
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 65%;
}
.home_f2 ul li:nth-child(2n):after {
  content: '';
  right: auto;
  left: 0;
}
.home_f2 ul li:nth-child(2n) .info {
  padding-right: 0;
  padding-left: 24px;
}
.home_f2 ul li:nth-child(2n) .pic {
  order: 2;
  text-align: right;
}
.home_f2 ul li:nth-child(2n) .info {
  order: 1;
}
.home_f2 ul li .n {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}
.home_f2 ul li video {
  width: 100%;
  border-radius: 15px;
  vertical-align: top;
}
.home_f2 ul li .pic,
.home_f2 ul li .info {
  width: 48.5%;
}
.home_f2 ul li .info {
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.home_f2 ul li .info p {
  padding: 10px 0;
}
.home_f3 ul {
  display: flex;
  justify-content: space-between;
  margin: 27px -8px;
}
.home_f3 ul li {
  width: 25%;
}
.home_f3 ul li .pic {
  padding: 5px 8px;
}
.home_f4 ul {
  display: flex;
  justify-content: space-between;
  margin: 27px -8px;
}
.home_f4 ul li {
  width: 25%;
}
.home_f4 ul li .pic {
  padding: 5px 8px;
}
.home_f5 {
  background: radial-gradient(46.86% 130.57% at 8.98% -23.97%, #0E1934 0%, #000 100%);
}
.home_f5 .swiper {
  margin-top: 32px;
}
.home_f5 .swiper .hd {
  text-align: center;
  margin-top: 24px;
}
.home_f5 .swiper .hd span {
  background: rgba(255, 255, 255, 0.2);
  width: 12px;
  height: 12px;
  opacity: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.home_f5 .swiper .hd span.swiper-pagination-bullet-active {
  border-radius: 99px;
  background: var(--Linear, linear-gradient(90deg, #27C6FF -1.46%, #46EEAC 100%));
  width: 24px;
}
.home_f5 .swiper-slide > img {
  width: 100%;
}
.home_f5 .swiper-slide .info {
  border-radius: 0px 0px 8px 8px;
  background: #0B0F17;
  padding: 24px;
}
.home_f5 .swiper-slide .info .time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.home_f5 .swiper-slide .info .title {
  margin: 16px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
.home_f5 .swiper-slide .info .p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .5s;
}
.home_f5 .swiper-slide .info .p.active {
  -webkit-line-clamp: 4000;
}
.home_f5 .swiper-slide .info .ico {
  margin-top: 16px;
  text-align: right;
}
.home_f5 .swiper-slide .info .ico img {
  width: 24px;
  height: 24px;
}
.home_f5 .swiper-slide .info .ico img:last-child {
  display: none;
}
.home_f5 .swiper-slide .info .ico.active img {
  display: none;
}
.home_f5 .swiper-slide .info .ico.active img:last-child {
  display: inline-block;
}
.footer {
  color: rgba(255, 255, 255, 0.45);
}
.footer a {
  color: rgba(255, 255, 255, 0.45);
}
.footer a:hover {
  color: #27C6FF;
}
.footer .flink {
  border-top: 1px  solid #252C3E;
  padding: 20px 0;
  text-align: center;
  line-height: 20px;
}
.footer .flink span {
  background: rgba(255, 255, 255, 0.08);
  width: 2px;
  height: 20px;
  display: inline-block;
  margin: 0 16px;
  vertical-align: middle;
}
.footer .item {
  margin: 0 -30px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.footer .item .blogo {
  text-align: center;
}
.footer .item .blogo img {
  margin-bottom: 16px;
}
.footer .item .fax a {
  margin-right: 16px;
}
.footer .item .fax a:last-child {
  margin-right: 0;
}
.footer .item .it {
  padding: 0 30px;
}
.footer .item .it .tit {
  color: #FFF;
  font-size: 22px;
  margin-bottom: 15px;
}
.footer .item ul li {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .vertical-middle-sm {
    display: table;
  }
  .vertical-middle-sm > div,
  .vertical-middle-sm > li {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none !important;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .is_pc {
    display: none;
  }
  .is_wap {
    display: block !important;
  }
  .link-right > a {
    padding: 5px 10px;
  }
  .link-right > a img {
    height: 20px;
  }
  .logo {
    flex: 1;
  }
  .banner .abs .container h3 {
    font-size: 50px;
  }
  .banner .abs .container p {
    font-size: 18px;
  }
  .footer .item .it {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .title1 {
    font-size: 32px;
  }
  .home_f1 .vright,
  .home_f1 .vleft {
    display: none;
  }
  .home_f1 .more {
    text-align: center;
    margin-bottom: 32px;
  }
  .home_f1 .tit {
    font-size: 20px;
  }
  .home_f1 .flex .info {
    width: 100%;
  }
  .home_f1 .flex .pic {
    width: 100%;
    text-align: center;
  }
  .home_f2 ul li {
    display: block;
  }
  .home_f2 ul li .pic,
  .home_f2 ul li .info {
    width: 100%;
  }
  .home_f2 ul li .n {
    font-size: 20px;
  }
  .home_f2 ul li:after {
    display: none;
  }
  .home_f2 ul li .info {
    background: rgba(255, 255, 255, 0.02);
    padding: 16px;
    border-radius: 0 0 16px 16px;
  }
  .home_f2 ul li:nth-child(2n) .pic {
    text-align: left;
  }
  .about_f1 .flex .pic {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 24px;
  }
  .about_f1 .flex .flex1 {
    text-align: center;
  }
  .about_f2 .title1 {
    text-align: center;
  }
  .about_f4 ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .about_f4 ul li:last-child {
    margin-bottom: 0;
  }
  .bann img {
    height: 300px;
    object-fit: cover;
  }
  .bann h3 {
    font-size: 32px;
  }
  .bann p {
    margin-top: 14px;
    font-size: 14px;
    padding: 0 20px;
  }
  .about_f3 {
    padding: 64px 0;
    text-align: center;
  }
  .about_f3 > .flex {
    display: block;
  }
  .about_f3 .title1 {
    font-size: 24px;
  }
  .about_f3 .info {
    margin-right: 0;
  }
  .about_f3 .pic {
    text-align: center;
    margin-top: 24px;
  }
  .about_f3 ul {
    justify-content: center;
  }
  .about_f3 ul li .s {
    font-size: 24px;
  }
  .main {
    padding-bottom: 0;
    padding-top: 0;
  }
  .team_f1 ul {
    display: block;
  }
  .team_f1 ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .team_f1 ul li:last-child {
    margin-bottom: 0;
  }
  .ser_f1 {
    text-align: center;
  }
  .ser_f1 .flex {
    padding-top: 0;
  }
  .ser_f1 .flex:after {
    display: none;
  }
  .ser_f1 .pic {
    width: 100%;
  }
  .ser_f1 .info {
    padding: 0 0  24px 0;
    margin: 0;
  }
  .ser_f2 ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .ser_f2 ul li:last-child {
    margin-bottom: 0;
  }
  .ser_f3 ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .ser_f3 ul li:last-child {
    margin-bottom: 0;
  }
  .team_f3 .ml {
    width: 100%;
  }
  .team_f3 .ml .title1 {
    font-size: 24px;
  }
  .team_f3 .ml .time {
    font-size: 12px;
  }
  .team_f3 .ml ul li {
    font-size: 16px;
    padding: 5px 0;
  }
  .team_f3 .mr {
    width: 100%;
    margin-top: 20px;
  }
  .team_f3 .mr .title1 {
    font-size: 24px;
  }
  .aiMain .swiper-slide .txt {
    width: 100%;
    padding: 60px 20px 20px 20px;
  }
  .aiMain .swiper-slide .txt h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .aiMain .arr {
    bottom: auto;
    top: 40%;
    width: 100%;
    padding: 0 20px;
  }
  .aiMain .arr div {
    height: 40px;
    width: 40px;
  }
  .aiMain .mySwiper {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
  }
  .team_f2 .title1 {
    text-align: center;
  }
  .team_f2 .info,
  .team_f2 .swiper-right {
    width: 100%;
  }
  .team_f2 .info {
    margin-bottom: 24px;
  }
  .team_f2 .info .swiper-wrapper {
    padding: 15px 0;
  }
  .contact_f1 .flex1 {
    margin-right: 0;
  }
  .contact_f1 .flex1 ul {
    display: block;
  }
  .contact_f1 .flex1 ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .contact_f1 .flex1 ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 570px) {
  .banner .abs .container h3 {
    font-size: 20px;
    padding-top: 50px;
  }
  .banner .abs .container p {
    font-size: 14px;
    padding: 14px 0;
  }
  .banner .abs .container .arr img {
    height: 24px;
  }
  .home_f3 ul,
  .home_f4 ul {
    flex-wrap: wrap;
  }
  .home_f3 ul li,
  .home_f4 ul li {
    width: 50%;
  }
  .about_f2 ul li {
    width: 100%;
  }
  .footer .item .it {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .flink {
    font-size: 12px;
  }
  .footer .flink span {
    margin: 0 5px;
  }
}
/*# sourceMappingURL=style.css.map */