@import url(bootstrap.css);
@import url(bootstrap-theme.css);
@import url(swiper-bundle.min.css);
@import url(icon.css);
@import url(gd.css);
@import url(left-lx.css);

@font-face {
  font-family: "SY-Normal";
  src: url("icon/SourceHanSansCN-Normal.otf");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "SY-Normal-Heavy";
  src: url("icon/SourceHanSansCN-Heavy.otf");
  font-weight: normal;
  font-style: normal
}

* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  outline: none;
  text-decoration: none
}

p {
  margin-bottom: initial
}

.hidden {
  overflow: hidden
}

a {
  color: #1a1a1a;
  transition: color 0.3s
}

a:hover,
a.active {
  color: #196bf3;
  text-decoration: none
}

.imgs img {
  max-width: 100%
}

.bg-white {
  background-color: #fff
}

.bg-gray {
  background-color: #f2f2f2
}

.bg-blue {
  background-color: #f36e21 !important
}

.bg-green {
  background-color: #6ec800
}

.bg-black {
  background-color: #141414
}

.bg-f9 {
  background-color: #f9f9f9
}

.color-blue {
  color: #196bf3
}

.color-q-blue {
  color: #c4e7f9
}

.color-white {
  color: #fff
}

.color-green {
  color: #6ec800
}

.color-black {
  color: #333
}

.color-666 {
  color: #666
}

.color-gray {
  color: #9f9f9f
}

.color-d1 {
  color: #d1d1d1
}

.color-70 {
  color: #707070
}

.color-999 {
  color: #999
}

.color-red {
  color: red
}

.font-22 {
  font-size: 22px
}

.font-18 {
  font-size: 18px
}

@media (max-width: 768px) {
  .font-22 {
    font-size: 18px
  }

  .font-18 {
    font-size: 15px
  }
}

.flex {
  display: flex
}

.flex.j-c-c {
  justify-content: center
}

.flex.j-c-s-b {
  justify-content: space-between
}

.flex.j-c-e {
  justify-content: end
}

.flex.f-w-w {
  flex-wrap: wrap
}

.flex.a-i-c {
  align-items: center
}

.flex.a-i-e {
  align-items: end
}

body {
  font-family: "SY-Normal";
  font-size: 14px
}

@media (max-width: 768px) {
  body {
    font-size: 13px
  }
}

.a-line {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.clear::after {
  display: block;
  content: "";
  clear: both
}

.top-fixed {
  position: absolute;
  z-index: 99999;
  width: 100%
}

@media (max-width: 768px) {
  .top-fixed {
    position: fixed;
    top: 0
  }
}

.p-xl-r {
  padding-right: 50px
}

.p-xl-b {
  padding-bottom: 60px
}

.m {
  margin: 10px
}

.m-auto {
  margin: 0 auto
}

.m-l {
  margin-left: 10px
}

.m-r {
  margin-right: 10px
}

.m-t {
  margin-top: 10px
}

.m-b {
  margin-bottom: 10px
}

.m-tb {
  margin-top: 10px;
  margin-bottom: 10px
}

.m-lg-l {
  margin-left: 20px
}

.m-lg-tb {
  margin-top: 20px;
  margin-bottom: 20px
}

.m-xl-r {
  margin-right: 50px
}

.m-xl-t {
  margin-top: 60px
}

.m-xl-b {
  margin-bottom: 60px
}

.titlex {
  text-align: center;
  margin: 2px 0;
  font-family: 'SY-Normal-Heavy'
}



.titlex>div {
  font-size: 30px;
  font-weight: 600
}

.titlex p {
  margin-top: 15px;
  font-family: "SY-Normal"
}

@media (max-width: 768px) {
  .titlex {
    font-family: 'SY-Normal'
  }

  .titlex>div {
    font-size: 24px;
  }
}

.head .navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 85px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.head .navbar-toggle {
  margin-top: -4px;
  border: 1px solid #fff;
  margin-right: 0
}

.head .navbar-header {
  height: 50px
}

.head .navbar-header .navbar-brand {
  height: 100%;
  padding: 0
}

.head .navbar-header .navbar-brand img {
  height: 82%
}

.head .icon-bar {
  background-color: #fff
}

.head .navbar-nav {
  margin-left: 28px
}

.head .navbar-nav .open .nav_xl {
  height: 328px;
  z-index: 10;
  opacity: 1;
  width: 734px
}

.head .navbar-nav .open a {
  background-color: initial
}

.head .navbar-nav li a {
  font-size: 16px;
  padding: 10px 16px;
  color: #fff;
  text-shadow: none
}

.head .navbar-nav li a:hover,
.head .navbar-nav li a:active,
.head .navbar-nav li a:focus {
  background: none
}

.head .navbar-nav li .dropdown-menu {
  border: none;
  background-color: rgba(0, 0, 0, 0.507)
}

.head .navbar-nav li .dropdown-menu li a,
.head .navbar-nav li .dropdown-menu li .navss {
  font-size: 14px;
  padding: 8px 10px;
  color: #fff
}

.head .navbar-nav li .dropdown-menu li a:hover,
.head .navbar-nav li .dropdown-menu li a.act,
.head .navbar-nav li .dropdown-menu li .navss:hover,
.head .navbar-nav li .dropdown-menu li .navss.act {
  color: #196bf3
}

.head .navbar-nav li .dropdown-submenu {
  position: relative
}

.head .navbar-nav li .dropdown-submenu:hover>.dropdown-menu {
  display: block
}

.head .navbar-nav li .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%
}

.head .navbar-nav li .dropdown-submenu>.navss:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-left-color: #000;
  margin-top: 7px;
  margin-right: 10px
}

.head .navbar-nav li .dropdown-submenu:hover>.navss :after {
  border-left-color: #196bf3
}

.head .navbar-nav li .nav_xl {
  position: absolute;
  top: 100%;
  z-index: 9;
  overflow: hidden;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition-property: height, opacity;
  transition-duration: .5s;
  padding-top: 28px;
  width: 0
}

.head .navbar-nav li .nav_xl .nav_xl_box {
  position: relative;
  z-index: 3
}

.head .navbar-nav li .nav_xl a {
  line-height: initial;
  font-size: 15px;
  color: #333333;
  float: none
}

.head .navbar-nav li .nav_xl .l {
  float: left;
  width: 28%;
  padding: 6px 0 0 0
}

.head .navbar-nav li .nav_xl .l .bt a {
  color: #333333;
  font-size: 18px;
  font-weight: bold
}

.head .navbar-nav li .nav_xl .l .ul {
  position: relative
}

.head .navbar-nav li .nav_xl .l .div_ul {
  margin-top: 23px;
  padding-left: 20px
}

.head .navbar-nav li .nav_xl .l .div_ul a {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  padding: 0;
  color: #000
}

.head .navbar-nav li .nav_xl .l .div_ul a:hover {
  color: #196bf3
}

.head .navbar-nav li .nav_xl .l .div_ul a:last-child {
  margin-bottom: 0
}

.head .navbar-nav li .nav_xl .l .i {
  position: absolute;
  left: 3px;
  height: 100%;
  width: 2px;
  background: #bec0bf
}

.head .navbar-nav li .nav_xl .l .i span {
  position: absolute;
  height: 16px;
  width: 100%;
  top: 0;
  background: #196bf3;
  transition: all 0.3s
}

.head .navbar-nav li .nav_xl .r {
  float: right;
  width: 63%;
  position: relative;
  overflow: hidden
}

.head .navbar-nav li .nav_xl .r .xtdpyz {
  opacity: 0
}

.head .navbar-nav li .nav_xl .r .img {
  position: relative;
  padding-left: 43px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0
}

.head .navbar-nav li .nav_xl .r .img img {
  opacity: 0;
  transition: all .4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head .navbar-nav li .nav_xl .r .img .op {
  bottom: -100%;
  position: absolute;
  left: 0;
  height: 82px;
  opacity: 0
}

.head .navbar-nav li .nav_xl .r .img .op1 {
  transition: all .8s
}

.head .navbar-nav li .nav_xl .r .img .op2 {
  left: 28px;
  height: 122px;
  transition: all 1.1s
}

.head .navbar-nav li .nav_xl .r .img .op3 {
  left: 65px;
  height: 58px;
  transition: all .7s
}

.head .navbar-nav li .nav_xl .r .img.cur img {
  opacity: 1
}

.head .navbar-nav li .nav_xl .r .img.cur .op1 {
  bottom: -20px;
  opacity: 1
}

.head .navbar-nav li .nav_xl .r .img.cur .op2 {
  bottom: -20px;
  opacity: 1
}

.head .navbar-nav li .nav_xl .r .img.cur .op3 {
  bottom: -20px;
  opacity: 1
}

.head .navbar-nav li .nav_xlA {
  padding: 40px;
  background: rgba(255, 255, 255, 0.86)
}

.head .navbar-nav li .nav_xl2 {
  width: 700px
}

.head .navbar-nav li .nav_xl2 .r {
  width: 67%
}

@media (max-width: 1500px) {
  .head .navbar-nav li .t_case_title h2 {
    font-size: 26px
  }

  .head .navbar-nav li .t_case_title .ul li {
    margin-right: 30px
  }

  .head .navbar-nav li .nybanner .zb {
    width: 18px;
    height: 18px
  }

  .head .navbar-nav li .nav_xlA {
    padding: 30px 30px
  }

  .head .navbar-nav li .nav_xl .l .bt a {
    font-size: 16px
  }

  .head .navbar-nav li .nav_xl {
    width: 690px
  }

  .head .navbar-nav li .nav_xl2 {
    width: 600px
  }
}

.head .navbar-nav.lm>li:hover {
  position: relative;
  display: block
}

.head .navbar-nav.lm>li:hover>a {
  color: #196bf3
}

.head .navbar-nav .nav-item {
  position: relative
}

@media (min-width: 768px) {



  .head .navbar-nav .nav-item::after,
  .head .navbar-nav .nav-item::before {
    position: absolute;
    bottom: -27px;
    border-bottom: 2px solid #fff;
    content: "";
    left: 0;
    width: 0;
    transition: all .5s
  }
}

.head .navbar-nav .nav-item:hover::after {
  width: 100%
}

.head .nav-list .pc-link {
  position: relative;
  float: right;
  margin: 8px 0;
  margin-bottom: 8px;
  color: #fff;
  margin-left: 20px
}

.head .nav-list .pc-link a {
  color: #fff
}

.head .nav-list .pc-link .iconfont {
  color: #fff;
  font-size: 20px;
  margin: 0 5px
}

.head .nav-list .pc-link .iconfont:hover {
  color: #196bf3
}

.head .nav-list .pc-link .glyphicon {
  position: relative;
  top: 3px;
  padding-right: 5px
}

.head .nav-list .pc-link .rem {
  position: relative
}

.head .nav-list .pc-link .rem .rem-con {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  left: 0;
  top: 35px;
  margin-left: -60px;
  transition: top .5s;
  display: none
}

.head .nav-list .pc-link .rem .rem-con.rshow {
  top: 28px
}

@media (max-width: 768px) {
  .head {
    background-color: #000
  }

  .head .navbar {
    height: 60px;
    display: block
  }

  .head {
    background-color: #000
  }

  .head .navbar-collapse {
    border-top: none;
  }

  .head .navbar>.container {
    background-color: #000
  }

  .head .navbar .navbar-header {
    height: 40px;
    position: relative;
    top: 15px
  }

  .head .navbar .navbar-header .navbar-brand {
    height: 40px;
    margin-top: 0
  }

  .head .navbar .navbar-collapse {
    overflow: initial;
    padding-right: 0;
    padding-left: 0
  }

  .head .navbar .navbar-collapse.in {
    overflow: initial;
    padding-right: 0;
    padding-left: 0
  }

  .head .navbar-nav {
    margin-left: -15px;
    margin-top: 15px
  }

  .head .navbar-nav li .dropdown-menu {
    background: none
  }

  .head .navbar-nav li .dropdown-menu li {
    padding-left: 30px
  }

  .head .dropdown-submenu>.dropdown-menu {
    padding-left: 25px
  }

  .head .nav-list {
    width: 100%
  }
}

.sou-con {
  position: fixed;
  top: -200px;
  width: 100%;
  left: 0;
  background-color: #000;
  z-index: 999;
  transition: top .5s
}

.sou-con.show {
  top: 0
}

.sou-con .guanbi {
  float: right
}

.sou-con .guanbi .iconfont {
  color: #fff;
  font-size: 28px;
  cursor: pointer
}

.sou-con .form-inline .form-control {
  width: 280px
}

@media (max-width: 768px) {
  .sou-con .form-inline .form-control {
    width: 200px
  }
}

.sou-con .container {
  padding-top: 30px;
  padding-bottom: 30px
}

.banner {
  height: 670px;
  width: 100%
}

@media (max-width: 768px) {
  .banner {
    height: 500px
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none
  }
}

.banner .swp-banner {
  height: 100%;
  width: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption {
  padding: 0 100px;
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption a {
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 4.5em/1.2 "Europa", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .title {
    font-size: 15px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .title:after {
  content: " ";
  display: block;
  height: 4px;
  margin-top: 15px;
  background: #cc3333
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 16pt;
  line-height: 1.4
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .text {
    font-size: 14px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn {
  margin: 15px 0 0;
  border-color: #fff
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn {
    margin: 5px 0 0
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn .btn-inner {
  position: relative;
  z-index: 2
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn:hover {
  color: #cc3333;
  background-color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
  display: none;
  width: 100%
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
    display: block
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .bgcon {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0b0f21;
  text-align: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .bgcon .banner-video {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
  left: 50%;
  transform: translate(-50%, -50%)
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.39);
  z-index: 20
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
  height: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx {
  text-align: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx h1 {
  font-size: 49px;
  color: #fff;
  font-family: 'SY-Normal-Heavy';
  text-shadow: #686868 0 0 5px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx h2 {
  font-size: 18px;
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn {
  padding: 8px 30px;
  font-size: 15px;
  margin: 0 10px;
  transition: all .5s;
  border-radius: 30px
}

@media (max-width: 768px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx h1 {
    font-size: 28px;
    font-weight: 600
  }

  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx h2 {
    font-size: 16px
  }

  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn {
    font-size: 14px
  }

  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn .iconfont {
    font-size: 20px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn-outline-inverse {
  background-color: #fff;
  border-color: #fff;
  color: #196bf3
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn-outline-inverse:hover {
  background-color: #196bf3;
  border-color: #fff;
  color: #fff;
  border-radius: 5px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn-outline {
  background-color: #196bf3;
  border-color: #196bf3;
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn-outline:hover {
  border-color: #fff;
  border-radius: 5px
}

.banner .swp-banner .s-wp {
  position: absolute;
  top: 50%;
  width: 100%
}

.banner .swp-banner .s-wp .swiper-button-next,
.banner .swp-banner .s-wp .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%
}

.banner .swp-banner .s-wp .swiper-button-next::after,
.banner .swp-banner .s-wp .swiper-button-prev::after {
  font-size: 23px;
  color: #e7e8e9;
  font-weight: 600
}

.banner .swp-banner .s-wp .swiper-button-next:hover,
.banner .swp-banner .s-wp .swiper-button-prev:hover {
  background: #fff
}

.banner .swp-banner .s-wp .swiper-button-next:hover::after,
.banner .swp-banner .s-wp .swiper-button-prev:hover::after {
  color: #cc3333
}

.banner .swp-banner .swiper-pagination {
  bottom: 20px
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-pagination {
    bottom: 5px
  }
}

.banner .swp-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  border-radius: 50%;
  height: 10px;
  background-color: #fff;
  opacity: 1
}

.banner .swp-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc3333
}

.ban-ys {
  position: relative;
  height: 100px;
  top: -50px;
  margin-bottom: 50px;
  background-color: #fff;
  z-index: 99;
  padding: 30px 40px;
  border-radius: 25px
}

@media (max-width: 768px) {
  .ban-ys {
    padding: 15px;
    border-radius: 5px;
    height: auto
  }

  .ban-ys .row>div {
    margin-bottom: 10px
  }
}

.ban-ys .info {
  position: relative
}

.ban-ys .info .ico {
  width: 40px;
  height: 40px;
  overflow: hidden
}

@media (max-width: 768px) {
  .ban-ys .info .ico {
    width: 30px;
    height: 30px
  }
}

.ban-ys .info .ico img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.ban-ys .info .desc {
  width: calc(100% - 50px);
  margin-left: 10px
}

.ban-ys .info .desc b {
  margin-bottom: 10px;
  font-size: 14px;
  display: block
}

@media (max-width: 768px) {
  .ban-ys .info .desc b {
    margin-bottom: 5px
  }
}

.ban-ys .info .desc p {
  font-size: 12px
}

.ban-ys .info::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 1px solid #e0e0e0
}

@media (max-width: 768px) {
  .ban-ys .info::after {
    border: none
  }
}

.ban-ys>div>div:last-child .info::after {
  border: none
}

.services {
  background-color: #f3f4ff;
  padding-bottom: 60px
}

@media (max-width: 768px) {
  .services {
    margin-top: -230px;
    padding-bottom: 30px
  }

  .services .row>div {
    margin-bottom: 15px
  }
}

.services .titlex {
  padding-top: 150px;
  padding-bottom: 20px
}

.services .info {
  width: 100%;
  background-color: #fff;
  border-radius: 25px
}

.services .info .img {
  height: 195px;
  width: 100%;
  overflow: hidden;
  border-radius: 25px 25px 0 0
}

.services .info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  transform: scale(1)
}

.services .info .nav-con {
  padding: 20px
}

.services .info .nav-con .title b {
  font-size: 18px;
  margin-bottom: 10px;
  display: block
}

.services .info .nav-con .title p {
  font-size: 12px
}

.services .info .nav-con .nav-link {
  height: 80px;
  margin-top: 10px
}

.services .info .nav-con .nav-link li {
  width: 50%;
  float: left;
  margin-top: 10px
}

.services .info .nav-con .nav-link li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 12px;
  color: #86909c
}

.services .info .nav-con .nav-link li a:hover {
  color: #196bf3
}

.services .info .nav-con .nav-link li a::before {
  position: absolute;
  width: 19px;
  height: 19px;
  content: "";
  left: 0;
  top: 0;
  background-image: url("../images/nav-ico.png");
  background-size: 100%;
  background-repeat: no-repeat
}

.services .info:hover .img img {
  transform: scale(1.05)
}

.case {
  width: 100%;
  height: 924px;
  background-color: #1476f1;
  background-image: url("../images/case-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block
}

@media (max-width: 768px) {
  .case {
    height: initial;
    padding-bottom: 30px
  }
}

.case .titlex {
  color: #fff;
  padding-top: 80px;
  margin-top: 0
}

@media (max-width: 768px) {
  .case .titlex {
    padding-top: 20px
  }
}

.case .case-con {
  margin-top: 80px
}

@media (max-width: 768px) {
  .case .case-con {
    margin-top: 20px
  }
}

.case .case-con .content {
  background-color: #e5f0fd;
  padding: 0 55px;
  padding-top: 85px
}

@media (max-width: 768px) {
  .case .case-con .content {
    padding: 0 25px;
    padding-top: 35px;
    padding: 0;
    background-color: initial;
  }
}

.case .case-con .content>div {
  display: none
}

.case .case-con .content>div>div:nth-child(1) {
  float: right
}

.case .case-con .content>div.active {
  display: block
}

.case .case-con .content .title {
  font-size: 21px;
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .case .case-con .content .title {
    margin-bottom: 10px
  }
}

.case .case-con .content .desc {
  font-size: 12px;
  margin-bottom: 30px
}

.case .case-con .content .desc .desc-t {
  color: #86909c;
  margin-bottom: 10px
}



.case .case-con .content .tag {
  font-size: 12px
}

.case .case-con .content .tag .tag-t {
  color: #86909c;
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .case .case-con .content .desc .desc-t {
    color: #000;
  }

  .case .case-con .content .tag .tag-t {
    color: #000;
  }
}

.case .case-con .content .tag .tag-lis {
  margin-top: 15px
}

.case .case-con .content .tag .tag-lis .tag-li {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #d1dfff;
  color: #165dff;
  margin-right: 10px;
  margin-bottom: 10px
}

.case .case-con .content .link {
  margin-bottom: 20px;
  margin-top: 30px
}

.case .case-con .content .link a {
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #165dff;
  font-size: 14px;
  color: #fff
}

.case .case-con .content .iframe-con {
  position: relative;
  border: solid 2px #282828;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  margin-bottom: 60px;
  overflow: hidden;
  padding-top: 20px;
  background-color: #282828
}

@media (max-width: 768px) {
  .case .case-con .content .col-lg-7 {
    position: relative;
    margin-bottom: 30px;
  }

  .case .case-con .content .iframe-con {
    padding-top: 0;
    border: none;
    position: absolute;
    top: 0;
    height: calc(100% - 34px);
    z-index: 3;
    width: calc(100% - 65px);
    left: 30px;
    margin: 17px 0;
    border-radius: 50px;

  }
}

.case .case-con .content .m-bg {
  width: 100%;
  position: relative;
  z-index: 2;

}

.case .case-con .content .m-bg img {
  width: 100%;
}

.case .case-con .content .iframe-con .banner-video {
  height: 100%;
  max-width: 100%;
  object-fit: cover
}

.case .case-con .content .iframe-con iframe {
  width: 100%;
  height: 100%
}

.case .case-con .content .iframe-con .imgGif {
  width: 100%
}

.case .case-con .content .iframe-con::after {
  position: absolute;
  content: "+";
  color: #fff;
  right: 15px;
  top: 0;
  z-index: 1
}

.case .case-con .content .iframe-con::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff4848;
  box-shadow: 8px 0 #fcae24, 16px 0 #28c131;
  z-index: 1
}

@media (max-width: 768px) {
  .case .case-con .content .iframe-con::before {
    display: none;
  }

  .case .case-con .content .iframe-con::after {
    display: none;
  }
}

.case .case-con .c-nav {
  background-color: #b9d9f9;
  height: 65px;
  line-height: 65px;
  text-align: center
}

@media (max-width: 768px) {
  .case .case-con .c-nav {
    overflow: hidden
  }
}

.case .case-con .c-nav a {
  display: block;
  color: #1772ef
}

.case .case-con .c-nav .active a {
  background-color: #fff
}

@media (max-width: 768px) {
  .case .case-con .c-nav .row {
    white-space: nowrap
  }

  .case .case-con .c-nav .row div[class*="col-"] {
    display: inline-block;
    width: initial
  }

  .case .case-con .c-nav .row div[class*="col-"] a {
    padding: 0 15px
  }
}

.rm-case {
  padding: 60px 0
}

@media (max-width: 768px) {
  .rm-case {
    padding: 30px 0
  }
}

.rm-case .titlex {
  margin-top: 0
}

@media (max-width: 768px) {
  .rm-case .titlex {
    padding-top: 30px
  }
}

.rm-case .link {
  text-align: center
}

.rm-case .link .btn-outline-inverse {
  border: 1px solid #ccc;
  font-size: 13px;
  border-radius: 30px;
  padding: 10px 30px;
  transition: all .5s
}

.rm-case .link .btn-outline-inverse:hover {
  border-radius: 5px
}

.index_banner {
  width: 100%;
  height: 100vh;
  position: relative
}

.index_banner .bgcon {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0b0f21;
  text-align: center
}

.index_banner .bgcon .banner-video {
  position: absolute;
  top: 50%;
  height: 100%;
  max-width: 100%;
  z-index: 1;
  object-fit: cover;
  left: 50%;
  transform: translate(-50%, -50%)
}

.index_banner .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.39);
  z-index: 20
}

.index_banner .info .container {
  height: 100%
}

.index_banner .info .container .ban-byxx {
  text-align: center
}

.index_banner .info .container .ban-byxx h1 {
  font-size: 75px;
  color: #fff
}

.index_banner .info .container .ban-byxx h2 {
  font-size: 33px;
  color: #fff
}

.index_banner .info .container .ban-byxx .btn {
  padding: 8px 30px;
  font-size: 16px;
  margin: 0 10px
}

.index_banner .info .container .ban-byxx .btn .iconfont {
  font-size: 28px
}

@media (max-width: 768px) {
  .index_banner .info .container .ban-byxx h1 {
    font-size: 28px;
    font-weight: 600
  }

  .index_banner .info .container .ban-byxx h2 {
    font-size: 16px
  }

  .index_banner .info .container .ban-byxx .btn {
    font-size: 14px
  }

  .index_banner .info .container .ban-byxx .btn .iconfont {
    font-size: 20px
  }
}

.index_banner .info .container .ban-byxx .btn-outline-inverse {
  background-color: rgba(255, 255, 255, 0.267);
  border-color: rgba(255, 255, 255, 0.267)
}

.index_banner .info .container .ban-byxx .btn-outline-inverse:hover {
  background-color: #fff;
  border-color: #fff
}

.index_banner .info .container .ban-byxx .btn-outline {
  background-color: #fff;
  border-color: #fff
}

.index-gb {
  background-color: #000;
  margin-top: -90px;
  padding: 35px;
  position: relative;
  z-index: 99
}

.index-gb .font-18 {
  position: relative
}

.index-gb [class*="col-"] {
  padding-left: 0;
  padding-right: 0
}

.index-gb .yy {
  position: relative
}

.index-gb .yy::after {
  position: absolute;
  content: "";
  height: 20px;
  border-right: 2px solid #fff;
  right: 30px;
  top: 7px
}

.index-gb .yyrs {
  text-align: right
}

@media (max-width: 768px) {
  .index-gb .title {
    text-align: center
  }

  .index-gb .title .yy::after {
    border: none
  }

  .index-gb .title .yyrs {
    text-align: center
  }
}

.index-gb .form .form-inline .form-group {
  width: calc(100% / 4)
}

.index-gb .form .form-inline .form-group:nth-child(3) {
  width: calc(100% / 4 + ((100% / 4) / 2))
}

.index-gb .form .form-inline .form-group:nth-child(4) {
  width: calc(100% / 4 - ((100% / 4) / 2) - 15px)
}

.index-gb .form .form-inline .form-group:nth-child(4) .btn {
  width: 100%
}

.index-gb .form .form-inline .form-group .form-control {
  width: 100%
}

@media (max-width: 768px) {
  .index-gb .form .form-inline .form-group {
    width: 100% !important
  }
}

.n-ban {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: #000;
  position: relative
}

.n-ban::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1)
}

.n-ban img {
  display: none
}

@media (max-width: 768px) {
  .n-ban {
    height: inherit
  }

  .n-ban img {
    display: block;
    max-width: 100%
  }
}

.n-ban .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff
}

.n-ban .info .container {
  position: relative;
  z-index: 3
}

.n-ban .info .title {
  font-size: 29px;
  font-family: "SY-Normal-Heavy";
  margin-bottom: 10px
}

.n-ban .info .desc {
  font-size: 13px
}

.n-ban .info .link {
  margin-top: 20px
}

.n-ban .info .link a.btn {
  background-color: #045ce9;
  color: #fff;
  font-size: 12px;
  padding: 5px 30px;
  border-radius: 30px;
  transition: all .5s
}

.n-ban .info .link a.btn:hover {
  border-radius: 5px
}

.vrlist {
  width: calc(100% + 30px);
  margin: 60px 0
}

.vrlist .v-li {
  width: calc(100% / 3 - 30px);
  margin-right: 30px;
  float: left;
  margin-bottom: 20px
}

.vrlist .v-li .img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
  position: relative
}

.vrlist .v-li .img img {
  width: 100%;
  transition: all .3s;
  transform: scale(1)
}

.vrlist .v-li .img .hv-img {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.281);
  background-image: url("../images/vr-link.png");
  background-position: center;
  background-size: 70px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: none
}

.vrlist .v-li .title {
  font-size: 14px;
  margin: 10px 0
}

.vrlist .v-li .tag {
  font-size: 12px;
  color: #9fb0bd
}

.vrlist .v-li .tag i {
  font-size: 12px
}

.vrlist .v-li:hover .img {
  box-shadow: 0 0 10px #ccc
}

.vrlist .v-li:hover .img img {
  transform: scale(1.1)
}

.vrlist .v-li:hover .img .hv-img {
  display: block
}

@media (max-width: 768px) {
  .vrlist {
    margin: 30px 0;
    width: calc(100% + 10px)
  }

  .vrlist .v-li {
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    margin-bottom: 30px
  }

  .vrlist .v-li .title {
    font-size: 16px
  }

  .vrlist .v-li .img {
    height: 130px
  }
}

.facility .facility-con>div {
  height: 400px
}

@media (max-width: 768px) {
  .facility .facility-con>div {
    height: auto
  }

  .facility .facility-con>div:nth-child(1) {
    height: 300px
  }
}

.facility .facility-con>div .fac-img {
  height: 100%;
  width: 100%;
  overflow: hidden
}

.facility .facility-con>div .fac-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.facility .facility-con>div .fac-info {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #fafbff;
  box-shadow: 2px 2px 5px #eef5fd;
  padding: 20px;
  cursor: pointer
}

.facility .facility-con>div .fac-info.active {
  background-color: #e7eeff
}

.facility .facility-con>div .fac-info .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #045ce9
}

.facility .facility-con>div .fac-info .desc {
  font-size: 12px;
  color: #3e4b5e
}

.client {
  background: #fbfbfb;
  margin-top: 60px
}

@media (max-width: 768px) {
  .client {
    margin-top: 30px
  }
}

.client .titlex {
  padding-top: 60px;
  margin-top: 0
}

.client .cli-con {
  padding: 60px 0;
  text-align: center
}

.client .cli-con img {
  max-width: 100%
}

.index-rmhy {
  margin: 40px 0
}

.index-rmhy .rmhy {
  height: 300px;
  margin-top: 30px
}

@media (max-width: 768px) {
  .index-rmhy .rmhy {
    height: 380px
  }
}

.index-rmhy .rmhy .swiper {
  height: calc(100%)
}

.index-rmhy .rmhy .swiper-slide {
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  transition: transform 1s;
  overflow: hidden;
  width: 100%;
  height: 250px;
  border-radius: 5px
}

@media (max-width: 768px) {
  .index-rmhy .rmhy .swiper-slide {
    height: calc((100% - 30px) / 2);
  }
}

.index-rmhy .rmhy .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center
}

.index-rmhy .rmhy .swiper-slide .img img {
  height: 100%;
  width: 100%;
  object-fit: contain
}

.index-rmhy .rmhy .swiper-slide-active,
.index-rmhy .rmhy .swiper-slide-duplicate-active {
  position: relative;
  z-index: 10
}

.index-rmhy .rmhy .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  border-radius: 50%;
  height: 8px;
  background-color: #b9b9b9;
  opacity: 1
}

.index-rmhy .rmhy .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #045ce9
}

.index-message {
  background-image: url("../images/mess.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 320px
}

@media (max-width: 768px) {
  .index-message {
    height: auto;
    background-color: #d4e4ff;
    padding-bottom: 30px
  }
}

.index-message .titlex {
  padding-top: 60px
}

@media (max-width: 768px) {
  .index-message .titlex {
    padding-top: 30px
  }
}

.index-message .col-lg-2,
.index-message .col-md-2 {
  width: 16.6%
}

@media (max-width: 768px) {

  .index-message .col-xs-12,
  .index-message .col-sm-12 {
    width: 100%
  }
}

.index-message .row {
  margin-top: 50px
}

.index-message .row .form-control {
  height: 40px;
  width: 100%;
  font-size: 12px
}

.index-message .row .btn {
  padding: 10px 0;
  width: 100%;
  font-size: 12px;
  background-image: initial;
  background-color: #045ce9;
  color: #fff;
  text-shadow: none
}

.gb-message {
  background-color: #d8e6ff;
  background-image: url("../images/gb-mss.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 88px;
  position: sticky;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  line-height: 88px;
  transition: all .5s;
  opacity: 1
}

.gb-message.guabi-item {
  position: fixed;
  bottom: -100px;
  opacity: 0
}

.gb-message .container {
  position: relative
}

.gb-message .container .gb-xx {
  position: absolute;
  right: -18px;
  top: -2px;
  color: #000;
  height: initial;
  line-height: initial;
}

.gb-message .container .gb-xx a {
  font-size: 20px;
  display: inline-block;
  line-height: initial;
  height: 25px;
  width: 25px;
}

.gb-message .col-md-2,
.gb-message .col-lg-2 {
  width: 16.6%
}

.gb-message .title {
  font-size: 24px;
  color: #165dff;
  font-weight: 600
}

.gb-message .form-control {
  height: 40px;
  width: 100%;
  font-size: 12px;
  margin-top: 26px
}

.gb-message .btn {
  padding: 10px 0;
  width: 100%;
  font-size: 12px;
  background-image: initial;
  background-color: #045ce9;
  color: #fff;
  text-shadow: none
}

.solution {
  height: 530px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 60px 0
}

@media (max-width: 768px) {
  .solution {
    height: initial;
    margin: 30px 0
  }
}

.solution .content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

@media (max-width: 768px) {
  .solution .content {
    position: initial
  }
}

.solution .content .container {
  height: 100%
}

@media (max-width: 768px) {
  .solution .content .container {
    padding-left: 0;
    padding-right: 0
  }
}

.solution .content .container .row {
  height: 100%
}

@media (max-width: 768px) {
  .solution .content .container .row {
    padding-left: 0;
    padding-right: 0
  }
}

.solution .content .container .row>div {
  height: 100%
}

@media (max-width: 768px) {
  .solution .content .container .row>div {
    float: initial
  }
}

.solution .content .con-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

@media (max-width: 768px) {
  .solution .content .con-bgs {
    position: relative;
    height: 300px !important;
    overflow: hidden
  }
}

.solution .content .con-bgs .con-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 0;
  transition: all .5s
}

.solution .content .con-bgs .con-bg iframe,
.solution .content .con-bgs .con-bg .pano,
.solution .content .con-bgs .con-bg img {
  width: 100%;
  height: 100%;
  transition: all .5s;
  transform: scale(1.2)
}

.solution .content .con-bgs .con-bg img {
  object-fit: cover
}

.solution .content .con-bgs .con-bg.active {
  z-index: 1;
  opacity: 1
}

.solution .content .con-bgs .con-bg.active iframe,
.solution .content .con-bgs .con-bg.active .pano,
.solution .content .con-bgs .con-bg.active img {
  transform: scale(1)
}

.solution .content .con-bgs::after {
  position: absolute;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.solution .content .solu-desc {
  position: relative;
  z-index: 3;
  height: 100%
}

.solution .content .solu-desc .s-con {
  background-color: #045ce9;
  padding: 60px 30px;
  height: 100%;
  color: #fff
}

.solution .content .solu-desc .s-con .title {
  font-size: 28px;
  font-weight: 600
}

.solution .content .solu-desc .s-con .desc {
  margin: 20px 0;
  font-size: 12px
}

.solution .content .solu-desc .s-con .link {
  margin-top: 10px
}

.solution .content .solu-desc .s-con .link a.btn {
  background-color: #fff;
  color: #045ce9;
  font-size: 12px;
  padding: 8px 30px
}

.solution .content .neir {
  position: relative
}

.solution .content .neir .infos {
  position: relative;
  z-index: 3;
  margin-left: 60px;
  color: #fff;
  margin-top: 60px
}

@media (max-width: 768px) {
  .solution .content .neir .infos {
    height: 270px;
    margin-top: -270px;
    margin-left: 15px;
    width: calc(100% - 30px)
  }
}

.solution .content .neir .infos .info {
  position: absolute;
  left: 0;
  top: 20px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: top .5s
}

.solution .content .neir .infos .info .i-title {
  font-size: 22px;
  margin-bottom: 15px
}

.solution .content .neir .infos .info .i-con {
  font-size: 12px
}

.solution .content .neir .infos .info.active {
  top: 0;
  z-index: 3;
  opacity: 1;
  height: initial
}

.solution .content .neir .nav-lis {
  position: absolute;
  bottom: 60px;
  z-index: 3;
  margin-left: 60px;
  width: 60%
}

@media (max-width: 768px) {
  .solution .content .neir .nav-lis {
    position: initial;
    width: calc(100% - 15px);
    margin-left: 15px;
    margin-top: 15px
  }
}

.solution .content .neir .nav-lis>div {
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .solution .content .neir .nav-lis>div {
    width: calc(100% / 2)
  }
}

.solution .content .neir .nav-lis>div a {
  padding: 8px 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  display: block;
  text-decoration: none
}

@media (max-width: 768px) {
  .solution .content .neir .nav-lis>div a {
    text-align: center;
    padding: 8px 0;
    width: calc(100% - 15px);
    border: 1px solid #ccc;
    color: #000
  }
}

.solution .content .neir .nav-lis>div.active a {
  color: #fff;
  border-color: #045ce9;
  background-color: #045ce9
}

.tab-con .tabs li {
  margin-bottom: 10px
}

.tab-con .tabs li a {
  padding: 5px 15px;
  border: 1px solid #ededed;
  border-radius: 30px;
  display: inline-block;
  margin-right: 10px;
  transition: all .3s;
  font-size: 13px
}

.tab-con .tabs li a:hover,
.tab-con .tabs li a.active {
  border-radius: 5px;
  background-color: #286efa;
  color: #fff
}

.tab-con .tabs li a.active {
  border-radius: 30px
}

.tab-con .t-con {
  position: relative;
  width: 100%
}

.tab-con .t-con .con {
  position: relative;
  display: none;
  width: 100%
}

.tab-con .t-con .con.show {
  display: block
}

.dingzhi {
  background: #000000;
  padding: 60px 0;
  margin-top: 60px
}

.dingzhi .title {
  font-size: 30px;
  text-align: center
}

.dingzhi .title .t {
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
  color: #fff
}

.dingzhi .title .t::after {
  content: "";
  height: 3px;
  width: 80px;
  background-color: #de1d25;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -40px
}

.vr {
  position: relative;
  margin: 60px 0
}

.vr .img {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden
}

@media (max-width: 768px) {
  .vr .img {
    height: 200px
  }

  .vr .img img {
    max-width: 140%
  }
}

.vr .vr-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}

.vr .vr-bg img {
  width: 100%
}

.vr-info {
  width: 100%;
  margin-top: 70px;
  color: #fff
}

.vr-info .info {
  width: calc(100% / 2 - 20px);
  display: block;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer
}

.vr-info .info .icon {
  width: 70px;
  height: 40px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block
}

.vr-info .info .icon.qj {
  background-image: url("../images/720.png")
}

.vr-info .info .icon.dc {
  background-image: url("../images/360.png")
}

.vr-info .info .icon.wrj {
  background-image: url("../images/wrj.png")
}

.vr-info .info .icon.ps {
  background-size: auto 100%;
  background-image: url("../images/vr.png")
}

.vr-info .info .title {
  font-size: 18px;
  margin: 20px auto
}

.vr-info .info .des {
  font-size: 14px
}

.vr-info .info:hover .icon.qj {
  background-image: url("../images/720_h.png")
}

.vr-info .info:hover .icon.dc {
  background-image: url("../images/360_h.png")
}

.vr-info .info:hover .icon.wrj {
  background-image: url("../images/wrj_h.png")
}

.vr-info .info:hover .icon.ps {
  background-size: auto 100%;
  background-image: url("../images/vr_h.png")
}

.vr-info .info:hover .title {
  color: #196bf3
}

.vr-ban {
  height: 530px;
  width: 100%;
  background-color: #ccc;
  position: relative
}

.vr-ban .pano {
  height: 100%;
  width: 100%
}

.vr-ban .connet {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff
}

.vr-ban .connet .title {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 20px
}

.vr-ban .connet .desc {
  font-size: 14px
}

.vr-ban .connet .link .btn {
  background: #045ce9;
  font-size: 12px;
  margin-top: 20px;
  padding: 5px 30px;
  border-radius: 30px;
  color: #fff;
  transition: all .5s
}

.vr-ban .connet .link .btn:hover {
  border-radius: 5px
}

.n-vr .titlex {
  margin: 60px 0;
  margin-bottom: 100px
}

@media (max-width: 768px) {
  .n-vr .titlex {
    margin: 30px 0;
    margin-bottom: 30px
  }
}

.vr-con {
  padding: 60px 0
}

@media (max-width: 768px) {
  .vr-con {
    padding: 20px 0
  }
}

.vr-con .img {
  width: 100%;
  height: 400px;
  overflow: hidden
}

.vr-con .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.vr-con .title {
  font-size: 22px;
  font-weight: 600
}

.vr-con .title span {
  color: #045ce9
}

.vr-con .desc {
  margin: 30px 0;
  font-size: 14px
}

.vr-con .tedian {
  margin-top: 60px
}

@media (max-width: 768px) {
  .vr-con .tedian {
    flex-wrap: wrap
  }
}

.vr-con .tedian .td-li {
  margin-right: 60px;
  text-align: center
}

@media (max-width: 768px) {
  .vr-con .tedian .td-li {
    margin-right: 10px;
    margin-bottom: 10px
  }
}

.vr-con .tedian .td-li .imgs {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  overflow: hidden
}

.vr-con .tedian .td-li .imgs img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.vr-con .tedian .td-li .imgs img:hover {
  opacity: .9
}

.vr-con .tedian .td-li p {
  margin-top: 15px;
  font-size: 14px
}

.vr-b {
  background-color: #f4f4f4
}

.hangye {
  margin-top: 60px
}

.hangye [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px
}

.hangye .hy-con {
  width: 100%;
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 10px
}

.hangye .hy-con .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.hangye .hy-con .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all .3s;
  transform: scale(1)
}

.hangye .hy-con .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.367);
  text-align: center;
  color: #fff
}

.hangye .hy-con .info .title {
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
  top: calc(50% - 15px);
  transition: top .3s
}

@media (max-width: 768px) {
  .hangye .hy-con .info .title {
    font-size: 19px
  }
}

.hangye .hy-con .info .nav {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transition: all .5s;
  left: calc(50% - 25%);
  height: 100%;
  overflow: hidden;
  opacity: 0
}

@media (max-width: 768px) {
  .hangye .hy-con .info .nav {
    width: 80%;
    left: calc(50% - 40%)
  }
}

.hangye .hy-con .info .nav li {
  width: 50%;
  float: left;
  margin-bottom: 5px;
  text-align: left
}

.hangye .hy-con .info .nav li a {
  color: #fff;
  font-size: 18px
}

@media (max-width: 768px) {
  .hangye .hy-con .info .nav li a {
    font-size: 16px
  }
}

.hangye .hy-con .info .nav li a:hover {
  color: #196bf3
}

.hangye .hy-con .info .nav.ns {
  width: 80%;
  left: calc(50% - 40%)
}

.hangye .hy-con .info .nav.ns li {
  text-align: center;
  width: 100%
}

.hangye .hy-con:hover .img img {
  transform: scale(1.1)
}

.hangye .hy-con:hover .info .title {
  top: calc(20% - 15px)
}

.hangye .hy-con:hover .info .nav {
  opacity: 1;
  top: calc(20% + 45px)
}

.hxgn {
  background: #333641;
  padding-top: 32px;
  padding-bottom: 70px
}

.hxgn .titlex {
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hxgn {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.hxgn .h-info {
  width: 100%;
  border-radius: 5px;
  background-color: #24262d;
  padding: 30px 0;
  margin-bottom: 30px;
  transition: all .3s
}

@media (max-width: 768px) {
  .hxgn .h-info {
    padding: 15px 0;
    margin-bottom: 15px
  }
}

.hxgn .h-info:hover {
  background-color: #045ce9
}

.hxgn .h-info .img {
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin: 0 auto
}

.hxgn .h-info .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.hxgn .h-info .t {
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  text-align: center
}

.hxgn .hx-desc {
  text-align: center;
  color: #fff;
  font-size: 14px
}

.index-news {
  padding: 60px 0;
  background-color: #f7f7f7;
  margin-top: 60px
}

.index-news [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px
}

@media (max-width: 768px) {
  .index-news {
    padding: 30px 0
  }

  .index-news .m-lg-l {
    margin-left: 0
  }
}

.index-news .newslis .img {
  width: 220px;
  margin-right: 30px
}

@media (max-width: 768px) {
  .index-news .newslis .img {
    width: 100px;
    margin-right: 10px
  }
}

.index-news .newslis .img img {
  width: 100%
}

.index-news .newslis .info {
  width: calc(100% - 250px)
}

@media (max-width: 768px) {
  .index-news .newslis .info {
    width: calc(100% - 110px)
  }
}

.index-news .newslis .info .title {
  font-size: 18px;
  font-weight: 600
}

.index-news .newslis .info .time {
  margin: 10px 0
}

.index-news .newslis .info .time,
.index-news .newslis .info .des {
  font-size: 14px;
  color: #474747
}

.index-news .news-li {
  font-size: 16px;
  margin: 10px 0
}

.index-news .news-li span {
  float: right
}

.foot {
  background-color: #1d1f22
}

.foot .col-lg-2,
.foot .col-md-2 {
  width: 16.6%
}

.foot .col-lg-1,
.foot .col-md-1 {
  width: 10%
}

.foot .col-lg-4,
.foot .col-md-4 {
  width: 28.333333%
}

.foot .foot-logo {
  height: 230px
}

.foot .foot-logo img {
  width: 80%
}

.foot .f-title {
  color: #fff;
  font-size: 16px;
  padding-top: 50px
}

.foot .f-nav {
  margin-top: 20px;
  position: relative
}

.foot .f-nav li {
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px
}

.foot .f-nav li span {
  margin-right: 5px
}

.foot .f-nav li a {
  color: #c0c0c0;
  font-size: 13px
}

.foot .f-nav li a:hover {
  color: #ffffff
}

.foot .lx .tel {
  font-size: 18px;
  font-weight: 600;
  color: #ff0000;
  margin-top: 20px
}

.foot .lx .f-nav li {
  color: #c0c0c0
}

@media (max-width: 768px) {
  .foot .j-c-e {
    justify-content: center
  }
}

.foot .foot-ewm {
  width: 100%;
  text-align: center;
  margin-top: 60px
}

.foot .foot-ewm img {
  width: 70%
}

.foot .foot-ewm p {
  color: #fff;
  font-size: 12px;
  margin-top: 5px
}

.foot .foot-bq {
  min-height: 30px;
  background-color: #1d1f22;
  color: #808080;
  line-height: 30px;
  font-size: 13px;
  text-align: center
}

.foot .foot-bq .container {
  border-top: 1px solid #353535
}

@media (max-width: 768px) {
  .foot .foot-bq {
    line-height: initial;
    text-align: center !important
  }

  .foot .foot-bq .text-right {
    text-align: center
  }
}

.foot .foot-bq a {
  color: #808080
}

.foot .m-f-nav {
  display: none
}

.foot .m-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.226);
  padding-bottom: 10px
}

.foot .m-nav .glyphicon {
  float: right;
  font-size: 12px;
  position: relative;
  top: 4px;
  transition: all .3s
}

.foot .m-nav .active .glyphicon-plus {
  transform: rotate(45deg)
}

.newslb {
  margin-top: 60px;
  margin-bottom: 30px
}

.newslb .news-li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cccccc
}

@media (max-width: 768px) {
  .newslb .news-li {
    margin: 10px 0;
    padding: 10px 0
  }
}

.newslb .news-li .img {
  width: 180px;
  height: 130px;
  overflow: hidden
}

@media (max-width: 768px) {
  .newslb .news-li .img {
    width: 100%;
    margin-bottom: 20px
  }
}

.newslb .news-li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.newslb .news-li .info {
  margin-left: 20px;
  width: calc(100% - 200px)
}

@media (max-width: 768px) {
  .newslb .news-li .info {
    width: 100%;
    margin-left: 0
  }
}

.newslb .news-li .info .infos .title {
  font-size: 18px
}

.newslb .news-li .info .infos .time {
  font-size: 12px;
  margin: 5px 0
}

.newslb .news-li .info .infos .dsc {
  font-size: 14px
}

.news-info .news-con {
  font-size: 14px;
  margin-top: 10px
}

.news-info .news-con img {
  max-width: 100%
}

.lxwm .titlex {
  margin-top: 60px
}

.lxwm .lxxx {
  text-align: center;
  margin: 60px 0
}

.lxwm .lxxx .row>div {
  margin-bottom: 30px
}

.lxwm .lxxx .icon {
  font-size: 40px
}

.lxwm .lxxx .title {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0
}

.lxwm .lxxx .des {
  font-size: 13px;
  margin-top: 10px
}

.lxwm .lxxx .imgwx {
  width: 150px;
  margin: 0 auto
}

.lxwm .lxxx .imgwx img {
  width: 100%
}

.city {
  margin: 0 auto;
  width: 100%;
  background-color: #ffffff;
  background-position: center center;
  background-size: 2000px auto;
  background-repeat: no-repeat;
  background-image: url("../images/city_bg.png");
  position: relative
}

.city .mob_bg {
  display: none;
  background-image: url("../images/city_bg_mob.png")
}

@media (max-width: 768px) {
  .city .mob_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

.city .page_bg_module {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width: 768px) {
  .city .page_bg_module {
    width: 100%;
    height: 138.4vw;
    background-position: center top;
    background-size: 100% auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2
  }
}

.city .module_content {
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center
}

@media (max-width: 768px) {
  .city .module_content {
    flex-flow: column-reverse nowrap;
    justify-content: flex-start
  }
}

.city .city_img_wrap {
  width: 1000px;
  height: 100%;
  flex-shrink: 0;
  position: relative
}

@media (max-width: 768px) {
  .city .city_img_wrap {
    width: 100%;
    height: 83.46666667vw
  }
}

.city .city_map_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 880px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/map_clear.png)
}

@media (max-width: 768px) {
  .city .city_map_wrap {
    width: 100%;
    height: 100%
  }
}

.city .city_map_wrap .city_item {
  position: absolute;
  border-radius: 50%;
  background-color: #7f71ff;
  transform: translate(-50%, -50%);
  z-index: 1
}

@media (max-width: 768px) {
  .city .city_map_wrap .city_item {
    transform: translate(-50%, -50%) scale(0.7)
  }
}

.city .city_map_wrap .city_item .city_bg_circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: radial-gradient(50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 90%, #7f71ff 100%);
  animation-name: ripple;
  animation-delay: 0;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 3s
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6)
  }
}

.city .city_map_wrap .city_name {
  position: absolute;
  color: #1b1a29;
  font-size: 14px;
  white-space: nowrap;
  transition: color .3s linear;
  user-select: none
}

.city .city_map_wrap .city_name.top {
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%)
}

.city .city_map_wrap .city_name.top_start {
  right: 12px;
  bottom: 15px
}

.city .city_map_wrap .city_name.top_end {

  bottom: 15px
}

.city .city_map_wrap .city_name.bottom {
  left: 50%;
  top: 15px;
  transform: translateX(-50%)
}

.city .city_map_wrap .city_name.bottom_start {
  right: 10px;
  top: 15px
}

.city .city_map_wrap .city_name.bottom_end {
  left: 1px;
  top: 15px
}

.city .container {
  height: 100%
}

.city .city_service_content {
  height: 100%;
  width: 310px;
  padding-bottom: 320px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: flex-end;
  align-self: flex-end
}

@media (max-width: 768px) {
  .city .city_service_content {
    width: 100%;
    box-sizing: border-box;
    padding: 16vw 9.6vw 0 10.4vw
  }
}

.city .city_service_content .service_title {
  color: #504b63;
  font-size: 30px
}

@media (max-width: 768px) {
  .city .city_service_content .service_title {
    font-size: 5.33333333vw
  }
}

.city .city_service_content .service_text {
  margin-top: 24px;
  word-wrap: break-word;
  word-break: break-all;
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px
}

@media (max-width: 768px) {
  .city .city_service_content .service_text {
    margin-top: 9.33333333vw;
    color: rgba(255, 255, 255, 0.6);
    font-size: 3.73333333vw
  }
}

.city .city_service_content .service_text .text_num {
  font-size: 25px;
  font-family: 'DIN Alternate';
  color: #3b1d91
}

@media (max-width: 768px) {
  .city .city_service_content .service_text .text_num {
    font-size: 6.4vw
  }
}

.lx-map {
  padding: 30px 0;
  background-color: #f4f4f4
}

.lx-map .img {
  width: 500px
}

.lx-map .img img {
  width: 100%
}

.about .titlex {
  margin-top: 60px
}

@media (max-width: 768px) {
  .about .titlex {
    margin-top: 30px
  }
}

.about-info {
  position: relative;
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .about-info {
    margin-bottom: 30px
  }
}

.about-info .img {
  width: 100%
}

.about-info .img img {
  width: 100%
}

.about-info .about-con {
  position: absolute;
  top: 0;
  width: 100%
}

@media (max-width: 768px) {
  .about-info .about-con {
    position: relative
  }
}

.about-wh {
  background-color: #f8f8f8;
  padding: 60px 0
}

@media (max-width: 768px) {
  .about-wh {
    padding: 30px 0
  }
}

.about-wh .wh-con {
  margin-top: 30px;
  position: relative;
  border: 1px solid #f8f8f8
}

.about-wh .wh-con .ico {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2
}

.about-wh .wh-con .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about-wh .wh-con .info {
  width: calc(100% - 30px);
  margin: 15px auto;
  background: linear-gradient(180deg, #f4f7ff 0%, #fff 100%);
  box-shadow: 2px 2px 5px #eceff9;
  background-size: 100% 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 10px
}

.about-wh .wh-con .info .info-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px
}

.about-wh .wh-con .info .info-bg .img {
  position: relative
}

.about-wh .wh-con .info .info-bg .img img {
  position: absolute;
  z-index: 1
}

.about-wh .wh-con .info .info-bg .img img:nth-child(1) {
  left: -4%;
  top: -19px;
  width: 100px;
  height: 100px;
  z-index: 3
}

.about-wh .wh-con .info .info-bg .img img:nth-child(2) {
  left: -22%;
  top: -72px;
  width: 200px;
  height: 200px;
  z-index: 2
}

.about-wh .wh-con .info .info-bg .img img:nth-child(3) {
  left: -39%;
  top: -121px;
  width: 300px;
  height: 300px;
  z-index: 1
}

.about-wh .wh-con .info:hover .info-bg .img img {
  animation-iteration-count: 1
}

.about-wh .wh-con .info:hover .info-bg .img img:nth-child(1) {
  animation: t_a 1s
}

.about-wh .wh-con .info:hover .info-bg .img img:nth-child(2) {
  transition: all 1s;
  animation: t_b 2s
}

.about-wh .wh-con .info:hover .info-bg .img img:nth-child(3) {
  transition: all 3s;
  animation: t_c 3s
}

@keyframes t_a {
  from {
    left: -100px;
    top: -100px
  }

  to {
    left: -4%;
    top: -19px
  }
}

@keyframes t_b {
  from {
    left: -100px;
    top: -100px;
    opacity: 0
  }

  to {
    left: -22%;
    top: -72px;
    opacity: 1
  }
}

@keyframes t_c {
  from {
    left: -200px;
    top: -200px;
    opacity: 0
  }

  to {
    left: -39%;
    top: -121px;
    opacity: 1
  }
}

.about-wh .wh-con .info .con {
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 30px
}

.about-wh .wh-con .info .con .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px
}

.about-wh .wh-con .info .con .xian {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: #dae3ff;
  margin-top: 20px
}

.about-wh .wh-con .info .con .xian::after {
  width: 50px;
  height: 2px;
  background-color: #045ce9;
  position: absolute;
  left: 0;
  top: 0;
  content: ""
}

@keyframes tby {
  0% {
    top: 0px
  }

  50% {
    top: -10px
  }

  100% {
    top: 0px
  }
}

.about-wh .wh-con:hover .ico {
  animation: tby 2s infinite
}

.about-wh .row>div:nth-child(2) .wh-con .info .con .xian::after {
  left: 20%
}

.about-wh .row>div:nth-child(3) .wh-con .info .con .xian::after {
  left: 50%
}

.about-wh .row>div:nth-child(4) .wh-con .info .con .xian::after {
  left: initial;
  right: 0
}

.page {
  margin: 30px 0
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem
}

.page-num,
.page-link {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.25;
  color: #666;
  background-color: #eaeaea;
  border: 1px solid #dee2e6;
  margin: 0 5px;
  border-radius: 5px
}

.page-num:hover,
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none
}

.page-num:not(:disabled) {
  cursor: pointer
}

.page-num-current {
  z-index: 1;
  color: #fff;
  background-color: #5b5b5b;
  border-color: #5b5b5b
}

.page_fixed_footer {
  height: 14.4vw;
  background-color: #D8E6FF;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 100;
  background-image: url(../images/bg.png);
}

.page_fixed_footer .page_content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.page_fixed_footer .page_content .fixed_footer_left {
  display: flex;
  align-items: center;
  height: 100%;
}

.page_fixed_footer .page_content .fixed_footer_left .fixed_text {
  width: 100%;
  height: auto;
}

.page_fixed_footer .page_content .mob_fixed_btn {

  flex-shrink: 0;
  display: flex;
  position: relative;
  margin-right: 2.4vw;
  margin-left: 3.73333333vw;
  width: 25.6vw;
  height: 9.6vw;
  background: -webkit-linear-gradient(225deg, #2EC3FB 0%, #165DFF 100%);
  background: -o-linear-gradient(225deg, #2EC3FB 0%, #165DFF 100%);
  background: linear-gradient(225deg, #2EC3FB 0%, #165DFF 100%);
  border-radius: 1.06666667vw;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}

.page_fixed_footer .page_content .mob_fixed_btn a {
  color: #fff;
}

.page_fixed_footer .page_content .shape {
  display: none;
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: -webkit-radial-gradient(circle closest-side, rgba(101, 244, 255, 0.56), transparent);
  background: -o-radial-gradient(circle closest-side, rgba(101, 244, 255, 0.56), transparent);
  background: radial-gradient(circle closest-side, rgba(101, 244, 255, 0.56), transparent);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.m-rm-case {
  width: 100%;
}

.m-rm-case .swiper-slide {
  width: 80%;
}

.container-box {
    width: 1206px;
    margin: auto;
}

.ai .inner-box {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    width: 359px;
    padding: 3rem;
    text-align: left;
    font-size: 14px;
}

.ai .mySwiper2 {
    padding:70px 0;
}

.ai .mySwiper2 .swiper-slide {
    border-radius: 18px;
    width: 200px;
    margin-right: 30px;
}

.ai .mySwiper2 .swiper-slide .imgs {
    transition: all .5s;
}

.ai .mySwiper2 .swiper-slide .imgs:hover {
    transform: scale(1.05);
}

.ai .mySwiper2 .swiper-slide .slide-inner {
    opacity: .1;
    padding-right: 45%;
}

.ai .mySwiper2 .swiper-slide.swiper-slide-active .slide-inner {
    opacity: 1;
}

.ai .container-box {
    padding: 40px 0 120px;
}

.ai .title b {
    font-size: 36px;
    color: #5085FB;
    margin-right: 16px;
    align-self: flex-end;
}

.ai .ul {
    border-top: 1px solid #DEE3E6;
    padding-top: 20px;
    position: relative;
}

.ai .ul::before {
    content: "";
    width: 31px;
    height: 6px;
    background: #5085FB;
    position: absolute;
    left: 0;
    top: -7px;
}

.ai .ul .li {
    background: url('https://resourceqiniu.wasee.com/wasee/VRHome/img/page/meeting/check.png') no-repeat 0 50%/contain;
    padding-left: 30px;
}

.ai .ul .li+.li {
    margin-top: 20px;
}

.ai .mySwiper2 .swiper-slide .img {
    max-width: 30%;
}

.ai .inner-box li {
    list-style: circle;
    display: revert;
    margin-left: 10px;
}

.ai .inner-box ul {
    padding-left: 10px;
}

.ai .inner-box::before {
    content: "";
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    border-radius: 12px;
}

.ai p {
    color: #626C7A;
}

.ai li+li {
    margin-top: 1.2rem;
}

.ai .btn {
    margin-top: 3rem;
    background-color: #5085FB;
    padding: 6px 12px;
    float: right;
}

.ai .btn:hover {
    color: #fff;
    opacity: .9;
}
.h {
    text-align: center;
    padding: 3rem 0;
}

.h h1 {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
}

.h p {
    font-size: 2rem;
    color: #626C7A;
}

.h span {
    color: #9CA4AF;
}
.ai .h {
    padding: 3rem 0 0;
}
 .mySwiper2 .name {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 25%;
}
