@charset "UTF-8";
/* 公用样式 */
body {
  font-size: 14px;
  font-family: "微软雅黑";
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, input, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
}

address, cite, dfn, em, i, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
  font-size: 100%;
  font-weight: 400;
}

button, input, select, textarea {
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

a:hover {
  color: #000;
}

input[type=password], input[type=text], textarea {
  resize: none;
  outline: 0;
  -webkit-appearance: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fff;
}

ol, ul {
  list-style: none;
}

.swiper-button-prev, .swiper-button-next:focus, .swiper-pagination-bullet {
  outline: none;
}

/* 颜色 */
.cMain {
  color: #3989fc;
}

.cddd {
  color: #ddd;
}

.c000 {
  color: #000;
}

.cfff {
  color: #fff;
}

.c63 {
  color: #636363;
}

.c333 {
  color: #333;
}

.c666 {
  color: #666;
}

.c888 {
  color: #888;
}

.cbf {
  color: #bfbfbf;
}

/* 背景 */
.bgMain {
  background: #036eb8;
}

.bgFFF {
  background: #fff;
}

.bg333 {
  background: #333;
}

.bgF2 {
  background: #f2f2f2;
}

.bgF8 {
  background: #f8f8f8;
}

.bg1e {
  background: #1e1e1e;
}

.bg27 {
  background: #272727;
}

/* 按钮 */
.btnGradual {
  width: 92%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 20px;
  display: block;
  background: #147bcd;
  background-image: -webkit-linear-gradient(to right, #34b3ee, #147bcd);
  background-image: -o-linear-gradient(to right, #34b3ee, #147bcd);
  background-image: -moz-linear-gradient(to right, #34b3ee, #147bcd);
  background-image: linear-gradient(to right, #34b3ee, #147bcd);
}

/* 字体 */
.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f60 {
  font-size: 60px;
}

/* 其他 */
.flex {
  display: flex;
  display: -webkit-flex;
}

.ac {
  align-items: center;
}

.afs {
  align-items: flex-start;
}

.afd {
  align-items: flex-end;
}

.flexdc {
  flex-direction: column;
}

.fwrap {
  flex-wrap: wrap;
}

.jcs {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.jcend {
  justify-content: flex-end;
}

.tc {
  text-align: center;
}

.fsi {
  font-style: italic;
}

.fwb {
  font-weight: bold;
}

.fsi {
  font-style: italic;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.zoom {
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transition: 0.5s;
}

.headActive {
  color: #036eb8 !important;
  border-bottom: 4px solid #036eb8;
}

.headActive > a {
  color: #036eb8 !important;
}

.tIndent {
  text-indent: 2em;
}

.padding20 {
  padding: 20px;
}

.offill {
  object-fit: fill !important;
}

.h300 {
  height: 300px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.hoverImgBox {
  cursor: pointer;
}

.hoverImgBox:hover img {
  transform: scale(1.1);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.opacity0 {
  opacity: 0;
}

.line1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* 导航栏样式 */
.w3l-bootstrap-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 100%;
}

.w3l-bootstrap-header .top-hd {
  background: #17223b;
  padding: 12px 0;
}

.w3l-bootstrap-header .social-top li {
  display: inline-block;
}

.w3l-bootstrap-header .social-top li a {
  font-size: 16px;
  color: #dedede;
  margin-right: 10px;
  padding: 0 5px;
}

.w3l-bootstrap-header .social-top li a:hover {
  color: #fff;
}

.w3l-bootstrap-header .social-top {
  text-align: right;
}

.w3l-bootstrap-header .accounts {
  text-align: left;
}

.w3l-bootstrap-header .top-head li {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.w3l-bootstrap-header .accounts li:nth-child(1) {
  margin-left: 0;
}

.w3l-bootstrap-header .top-head li span.fa {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

.w3l-bootstrap-header ul li {
  display: block;
  position: relative;
}

.w3l-bootstrap-header .accounts li span.fa {
  padding-right: 5px;
}

.w3l-bootstrap-header .accounts li {
  display: inline-block;
  margin: 0 20px;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}

.w3l-bootstrap-header .accounts li a {
  color: #dedede;
}

.w3l-bootstrap-header .accounts li a:hover {
  color: #fff;
}

.w3l-bootstrap-header .accounts li:nth-child(3) {
  margin-right: 0;
}

@media (max-width: 1080px) {
  .w3l-bootstrap-header .accounts li {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .w3l-bootstrap-header li.top_li2 {
    display: none;
  }
  .w3l-bootstrap-header .accounts li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 568px) {
  .w3l-bootstrap-header li.top_li1 {
    display: none;
  }
  .w3l-bootstrap-header .top-hd {
    padding: 12px 0;
  }
}
.w3l-bootstrap-header li {
  list-style-type: none;
  height: 80px;
}

.w3l-bootstrap-header ul li ol li {
  list-style-type: none;
  height: 80px;
  line-height: 80px;
}

.w3l-bootstrap-header .navbar {
  padding: 0;
  height: 80px;
  background: rgba(51, 51, 51, 0.5);
}

.w3l-bootstrap-header .nav-link {
  padding: 0 1rem;
  cursor: pointer;
}

.w3l-bootstrap-header .navbar-expand-md .navbar-nav .dropdown-menu {
  transform: translateX(-50px);
}

.w3l-bootstrap-header .navbar-expand-md .navbar-nav .dropdown-menu:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px rgba(213, 213, 213, 0.9333333333) solid;
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -8px;
  left: 49%;
  z-index: 1001;
}

.w3l-bootstrap-header .dropdown-toggle::after {
  margin-left: 0.1em;
  border-top: 0.3em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  vertical-align: middle;
}

.w3l-bootstrap-header .dropdown-item:focus, .w3l-bootstrap-header .dropdown-item:hover {
  color: #036eb8;
  text-decoration: none;
  background-color: transparent;
}

.w3l-bootstrap-header .form-inline .search {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 16px;
  color: var(--title-color);
  -webkit-appearance: none;
  border: 1px solid #dedede;
  padding-right: 38px;
}

.w3l-bootstrap-header button.btn-search {
  right: 0;
}

.w3l-bootstrap-header a.navbar-brand {
  color: #036eb8;
  font-weight: 700;
  font-size: 34px;
  padding: 0;
  margin: 0;
}

.w3l-bootstrap-header a.navbar-brand span {
  font-size: 34px;
  color: var(--secondary-color);
}

.w3l-bootstrap-header .navbar-light .navbar-brand:focus, .w3l-bootstrap-header .navbar-light .navbar-brand:hover {
  color: #036eb8;
}

.w3l-bootstrap-header .navbar-light .navbar-nav .active > .nav-link, .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link.active, .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link.show, .w3l-bootstrap-header .navbar-light .navbar-nav .show > .nav-link {
  color: #036eb8;
  border-bottom: 4px solid #036eb8;
}

.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:focus, .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:hover, .w3l-bootstrap-header a.dropdown-item:hover {
  color: #036eb8;
}

.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link, .w3l-bootstrap-header a.dropdown-item {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  padding-top: 29px;
  padding-bottom: 25px;
}

.w3l-bootstrap-header li.nav-item {
  padding: 0 6px;
}

.w3l-bootstrap-header li.nav-item:nth-child(6) {
  margin-right: 0;
}

.w3l-bootstrap-header li.nav-item .olBox {
  width: 100%;
  display: none;
}

.w3l-bootstrap-header li.nav-item .olBox.service ol {
  left: -230px;
}

.w3l-bootstrap-header li.nav-item .olBox.service ol li {
  width: 110px;
}

.w3l-bootstrap-header li.nav-item .olBox.scheme ol {
  left: -88px;
}

.w3l-bootstrap-header li.nav-item .olBox.scheme ol li {
  width: 140px;
}

.w3l-bootstrap-header li.nav-item .olBox.case ol {
  left: -100px;
}

.w3l-bootstrap-header li.nav-item .olBox.case ol li {
  width: 100px;
}

.w3l-bootstrap-header li.nav-item .olBox.about ol {
  left: auto;
  right: -155px;
}

.w3l-bootstrap-header li.nav-item .olBox.about ol li {
  width: 100px;
}

.w3l-bootstrap-header li.nav-item .olBg {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  background: #1e1e1e;
}

.w3l-bootstrap-header li.nav-item ol {
  position: absolute;
  top: 76px;
  left: -85px;
  box-sizing: border-box;
}

.w3l-bootstrap-header li.nav-item ol li {
  width: 130px;
  text-align: center;
}

.w3l-bootstrap-header li.nav-item ol li span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1e1e1e;
  display: none;
  margin-right: 5px;
}

.w3l-bootstrap-header li.nav-item ol li a {
  width: 100%;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.w3l-bootstrap-header li.nav-item ol li a:hover {
  color: #036eb8;
}

.w3l-bootstrap-header .navbar-toggler {
  padding: 10px 20px;
  font-size: 20px;
  background: #036eb8;
  border: none;
  outline: 0;
  color: #fff;
  font-weight: 600;
}

.w3l-bootstrap-header .navbar-toggler:hover {
  background-color: #036eb8;
}

@media (max-width: 768px) {
  .w3l-bootstrap-header .navbar-expand-md .navbar-collapse {
    display: none !important;
  }
  .w3l-bootstrap-header .accounts {
    text-align: right !important;
    margin-bottom: 10px;
  }
  .w3l-bootstrap-header span.navbar-toggler-icon.fa.fa-bars {
    padding-top: 4px;
  }
  .w3l-bootstrap-header .navbar-light .navbar-toggler-icon {
    background-image: none !important;
    color: #fff;
  }
  .w3l-bootstrap-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0);
  }
  .w3l-bootstrap-header .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    top: -8px;
    left: 6%;
  }
  .w3l-bootstrap-header div#navbarSupportedContent {
    padding: 10px;
    border-radius: 4px;
    position: relative;
    border: 1px rgba(0, 0, 0, 0.09) solid;
    position: absolute;
    background: #fff;
    top: 90%;
    right: 2%;
    left: 2%;
    z-index: 9;
  }
  .w3l-bootstrap-header div#navbarSupportedContent:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px rgba(0, 0, 0, 0.09) solid;
    border-top: 1px rgba(0, 0, 0, 0.09) solid;
    display: block;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -5px;
    right: 12px;
    z-index: 1001;
  }
  .w3l-bootstrap-header .hamburger1 {
    margin-left: 0;
    display: block;
  }
  .w3l-bootstrap-header .navbar-toggler {
    display: none;
  }
}
@media (max-width: 569px) {
  .w3l-bootstrap-header nav.navbar {
    padding: 0 15px;
  }
  .w3l-bootstrap-header .navbar-toggler {
    font-size: 18px;
  }
}
@media (max-width: 415px) {
  .w3l-bootstrap-header .accounts {
    text-align: center !important;
  }
  .w3l-bootstrap-header .social-top {
    text-align: center;
  }
  .w3l-bootstrap-header a.navbar-brand img {
    width: 50px;
  }
  .w3l-bootstrap-header a.navbar-brand {
    font-size: 30px;
  }
}
@media (max-width: 384px) {
  .w3l-bootstrap-header .social-top li a {
    margin-right: 0;
    padding: 0 8px;
  }
}
@media (max-width: 320px) {
  .w3l-bootstrap-header a.navbar-brand {
    font-size: 28px;
  }
  .w3l-bootstrap-header .navbar-brand {
    margin-right: 0;
  }
}
/* 手机端更多菜单栏显示样式 */
.modal__content .navbar-nav .dropdown-menu {
  position: relative;
}

.modal__content .navbar-nav .dropdown-menu:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px rgba(213, 213, 213, 0.9333333333) solid;
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -8px;
  left: 8%;
  z-index: 1001;
}

.modal__content ul.navbar-nav {
  width: 100%;
}

.modal__content .navbar-nav .active > .nav-link, .modal__content .navbar-nav .nav-link.active, .modal__content .navbar-nav .nav-link.show, .modal__content .navbar-nav .show > .nav-link {
  color: #036eb8;
}

.modal__content .navbar-nav .nav-link:focus, .modal__content .navbar-nav .nav-link:hover, .modal__content a.dropdown-item:hover {
  color: #036eb8;
}

.modal__content .navbar-nav .nav-link, .modal__content a.dropdown-item {
  color: var(--theme-light);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.widget-menu-items {
  display: none;
}

@media (max-width: 768px) {
  .widget-menu-items {
    display: block;
  }
}
/* 导航查看更多样式 */
.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  max-width: 450px;
  width: 450px;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body, .modal.right .modal-body {
  padding: 0;
}

.modal.left.fade .modal-dialog {
  left: -450px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

.modal.right.fade .modal-dialog {
  right: -450px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
  padding: 50px;
}

.modal-header {
  border-bottom-color: #eee;
  background-color: #fafafa;
}

.modal button.close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 9;
}

.modal button.close span {
  font-size: 25px;
  color: #333;
  margin-top: 20px;
  margin-right: 15px;
  background: #eee;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 30px;
  transition: all 0.4s ease;
  opacity: 1;
  display: block;
}

.modal button.close span:hover {
  background: #036eb8;
  color: #fff;
}

h2.logo {
  color: #036eb8;
  font-weight: 700;
  font-size: 34px;
  padding: 0;
  margin: 0;
}

h5.widget-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

a.social-link {
  border: 2px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 2;
  margin-right: 4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 36px;
  transition: all 0.2s ease;
  border-radius: 4px;
}

ul.icon-rounded li {
  list-style-type: none;
}

a.social-link.twitter {
  background: #1da1f2;
}

a.social-link.linkedin {
  background: #0077b5;
}

a.social-link.tumblr {
  background: #35465c;
}

ul.icon-rounded.address li p a {
  font-weight: 600;
}

ul.icon-rounded.address li p span.fa {
  color: #91a9d8;
  width: 16px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 0;
  }
}
@media (max-width: 568px) {
  .modal.right.fade .modal-dialog {
    right: -400px;
  }
  .modal.left .modal-dialog, .modal.right .modal-dialog {
    max-width: 400px;
    width: 400px;
  }
  .modal-content {
    padding: 30px;
  }
}
@media (max-width: 415px) {
  .modal.right.fade .modal-dialog {
    right: -80%;
  }
  .modal.left .modal-dialog, .modal.right .modal-dialog {
    max-width: 80%;
    width: 80%;
  }
  h2.logo img {
    width: 50px;
  }
  h2.logo {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .w3l-bootstrap-header a.navbar-brand span {
    display: none;
  }
}
/* 导航栏查看更多 */
.hamburger1 {
  width: 35px;
  float: left;
  cursor: pointer;
  display: none;
}

.hamburger1 div {
  height: 3px;
  background: #036eb8;
  width: 35px;
  margin: 7px 0;
  transition: all 0.5s;
  border-radius: 5px;
}

.hamburger1:hover div:nth-child(1) {
  width: 15px;
  transition: all 0.5s;
}

.hamburger1:hover div:nth-child(2) {
  width: 25px;
  transition: all 0.5s;
}

.hamburger1:hover div:nth-child(3) {
  width: 40px;
  transition: all 0.5s;
}

/* 回到顶部 */
.w3l-medpill-footer #movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #036eb8;
  padding: 0;
  line-height: 36px;
  border-radius: 4px;
  transition: 0.3s ease-out;
}

.w3l-medpill-footer #movetop:hover {
  border: 1px solid #036eb8;
  color: #036eb8;
  background: var(--text-hover-color);
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out;
}

.videoPopUpBox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  display: none;
}
.videoPopUpBox .videoPopUpBg {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.videoPopUpBox .videoPopUpClose {
  color: #fff;
  position: absolute;
  right: 60px;
  top: 30px;
  z-index: 9;
  cursor: pointer;
}
.videoPopUpBox .videoPopUpBody {
  width: 1200px;
  max-width: 100%;
  height: 675px;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.videoPopUpBox .videoPopUpBody #videoPopUpVideo {
  width: 100%;
}

/* ****首页**** */
.videoPlay {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 首页视频banner */
.videoBox {
  width: 100%;
  height: 100vh;
  position: relative;
}
.videoBox .indexSwiper {
  width: 100%;
  height: 100vh;
  --swiper-pagination-color: #ffffff;
}
.videoBox .indexSwiper .my-bullet {
  background: #4f5b67;
  width: 30px;
  height: 2px;
  display: inline-block;
  margin: 0 6px;
}
.videoBox .indexSwiper .my-bullet-active {
  background: #fff;
}
.videoBox .indexSwiper .swiper-wrapper {
  width: 100%;
  height: 100vh;
}
.videoBox .indexSwiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox .indexSwiper .index-swiper-pagination {
  width: 84px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.videoBox .indexSwiper .indexBannerImg {
  width: 100%;
  height: 100vh;
}

.headTabBox {
  width: 100%;
  height: 100px;
}
.headTabBox .headTabList {
  width: 1200px;
  max-width: 100%;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 4px;
}
.headTabBox .headTabList .headTabItem {
  width: 25%;
  padding: 30px 6px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  display: block;
  box-shadow: 0 5px 10px rgba(58, 137, 255, 0.1);
}
.headTabBox .headTabList .headTabItem .title {
  font-size: 18px;
  color: #3a89fe;
  text-shadow: 0 0 1px rgba(128, 167, 255, 0.1);
}
.headTabBox .headTabList .headTabItem .describe {
  color: #666;
}

.videoBox {
  position: relative;
}
.videoBox .bimCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.videoBox .bimCenter .bimTitle {
  font-size: 48px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.videoBox .bimCenter .bimDescribe {
  font-size: 20px;
  text-align: left;
}

.videoBox .videoBg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 101;
}

.videoBox .videoBg .imgCenter {
  min-width: 340px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  z-index: 101;
}
.videoBox .videoBg .imgCenter .title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.videoBox .videoBg .imgCenter .describe {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
}
.videoBox .videoBg .imgCenter .moreBtn {
  width: 180px;
  margin: 40px auto;
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(to right, #133be8, #ec6c23);
  display: block;
}
.videoBox .videoBg .imgCenter .moreBtn .indexBannerArrowRight {
  width: 50px;
  padding-left: 10px;
}

.videoBox .videoBg .imgCenter img {
  width: 100%;
}

.videoBox .videoBg .imgCenter .lookVideo {
  width: 140px;
  margin: 40px auto;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

.videoBox .videoBg .imgCenter .lookVideo:hover {
  background: #036eb8;
  border: 1px solid #036eb8;
}

.videoBox video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

.coreServicesBox {
  width: 100%;
  padding: 100px 30px;
  box-sizing: border-box;
}
.coreServicesBox .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.coreServicesBox .describe {
  width: 100%;
  padding-top: 20px;
  word-break: break-all;
  text-align: center;
  color: #666;
}
.coreServicesBox .coreServicesList {
  width: 70%;
  margin: 0 auto;
  padding-top: 40px;
}
.coreServicesBox .coreServicesList .coreServicesItem {
  width: 21%;
  min-width: 170px;
  max-width: 96%;
  margin: 0 2%;
  padding: 0 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  color: #000;
  box-shadow: 0 5px 30px rgba(58, 137, 255, 0.1);
}
.coreServicesBox .coreServicesList .coreServicesItem:hover {
  box-shadow: 0 5px 40px rgba(58, 137, 255, 0.2);
}
.coreServicesBox .coreServicesList .coreServicesItem .coreServicesImg {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.coreServicesBox .coreServicesList .coreServicesItem .listTitle {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  font-weight: bold;
}

.platformApplicationBox {
  width: 100%;
  padding: 100px 30px;
  box-sizing: border-box;
  color: #fff;
  background: url(../images/index/platformApplicationBg.jpg) no-repeat;
  background-size: 100% 100%;
}
.platformApplicationBox .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.platformApplicationBox .describe {
  width: 100%;
  padding-top: 20px;
  word-break: break-all;
  text-align: center;
}
.platformApplicationBox .platformApplicationList {
  width: 70%;
  margin: 0 auto;
  padding-top: 40px;
}
.platformApplicationBox .platformApplicationList .platformApplicationItem {
  width: 46%;
  margin: 0 2%;
  margin-bottom: 40px;
  padding: 30px;
  box-sizing: border-box;
  background: #253340;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.platformApplicationBox .platformApplicationList .platformApplicationItem:hover .platformApplicationImg {
  display: none;
}
.platformApplicationBox .platformApplicationList .platformApplicationItem:hover .platformApplicationImgs {
  display: block;
}
.platformApplicationBox .platformApplicationList .platformApplicationItem .listBox {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-right: 100px;
  box-sizing: border-box;
}
.platformApplicationBox .platformApplicationList .platformApplicationItem .listBox .listTitle {
  width: 100%;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.platformApplicationBox .platformApplicationList .platformApplicationItem .listBox .listTitle::after {
  width: 40px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #455867;
}
.platformApplicationBox .platformApplicationList .platformApplicationItem .listBox .listDescribe {
  margin-bottom: 20px;
}
.platformApplicationBox .platformApplicationList .platformApplicationItem .platformApplicationImg {
  width: 200px;
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.platformApplicationBox .platformApplicationList .platformApplicationItem .platformApplicationImgs {
  width: 200px;
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

.dataServiceBox {
  width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
}
.dataServiceBox .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.dataServiceBox .describe {
  width: 100%;
  padding-top: 20px;
  word-break: break-all;
  text-align: center;
  color: #666;
}
.dataServiceBox .dataServiceList {
  width: 100%;
  padding-top: 40px;
}
.dataServiceBox .dataServiceList .dataServiceItem {
  width: 50%;
  position: relative;
  cursor: pointer;
}
.dataServiceBox .dataServiceList .dataServiceItem:hover .listBox {
  color: #fff;
}
.dataServiceBox .dataServiceList .dataServiceItem:hover .listBox .listDescribe {
  color: #fff;
}
.dataServiceBox .dataServiceList .dataServiceItem:hover .dataServiceImg {
  display: none;
}
.dataServiceBox .dataServiceList .dataServiceItem:hover .dataServiceImgs {
  display: block;
}
.dataServiceBox .dataServiceList .dataServiceItem:nth-child(even) .listBox {
  left: 10%;
}
.dataServiceBox .dataServiceList .dataServiceItem:nth-child(odd) .listBox {
  right: 20%;
}
.dataServiceBox .dataServiceList .dataServiceItem .listBox {
  width: 50%;
  position: absolute;
  z-index: 9;
  box-sizing: border-box;
  top: 0;
  padding-top: 50px;
}
.dataServiceBox .dataServiceList .dataServiceItem .listBox .listTitle {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
.dataServiceBox .dataServiceList .dataServiceItem .listBox .listDescribe {
  color: #666;
}
.dataServiceBox .dataServiceList .dataServiceItem .dataServiceImg {
  width: 100%;
  min-height: 220px;
}
.dataServiceBox .dataServiceList .dataServiceItem .dataServiceImgs {
  width: 100%;
  min-height: 220px;
  display: none;
}

.industryApplicationBox {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background: url(../images/index/industryApplicationBg.jpg) no-repeat;
  background-size: 100% 100%;
}
.industryApplicationBox .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
.industryApplicationBox .industryNavigationBox {
  width: 100%;
}
.industryApplicationBox .industryNavigationBox .industryNavigationList {
  width: 1110px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
}
.industryApplicationBox .industryNavigationBox .industryNavigationList .industryNavigationItem {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.industryApplicationBox .industryNavigationBox .industryNavigationList .industryNavigationItem.active .itemBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2468f1;
  width: 100%;
  height: 2px;
}
.industryApplicationBox .industryNavigationBox .industryNavigationList .industryNavigationItem .itemBox {
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.industryApplicationBox .industryNavigationBox .industryNavigationBody {
  width: 100%;
  padding: 60px 30px;
  box-sizing: border-box;
}
.industryApplicationBox .industryNavigationBox .industryNavigationBody .detailBox {
  width: 50%;
  margin: 0 auto;
  display: none;
}
.industryApplicationBox .industryNavigationBox .industryNavigationBody .detailBox.active {
  display: block;
}
.industryApplicationBox .industryNavigationBox .industryNavigationBody .detailBox .industryApplicationImg {
  width: 100%;
  margin-bottom: 30px;
}
.industryApplicationBox .industryNavigationBox .industryNavigationBody .detailBox .industryApplicationDetail {
  line-height: 26px;
}

.consultNowBox {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  color: #fff;
  background: url(../images/index/consultNowBg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.consultNowBox .leftBox {
  width: 50%;
  margin: 0 auto;
}
.consultNowBox .leftBox .detailBox {
  width: 100%;
  padding-left: 25%;
  box-sizing: border-box;
}
.consultNowBox .leftBox .detailBox .title {
  font-size: 22px;
}
.consultNowBox .leftBox .detailBox .describe {
  padding: 10px 0;
}
.consultNowBox .leftBox .detailBox .btnBox {
  padding: 10px 36px;
  color: #fff;
  background: #0052d9;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
}
.consultNowBox .centerBox {
  width: 160px;
  position: absolute;
  left: calc(50% + 20px);
  top: -50px;
  transform: translateX(-50%);
}
.consultNowBox .centerBox .consultNowCalendar {
  width: 100%;
}
.consultNowBox .rightBox {
  width: 50%;
  padding-left: 10%;
  text-align: center;
}
.consultNowBox .rightBox .wechatBox {
  width: 140px;
}
.consultNowBox .rightBox .consultNowWechat {
  width: 100px;
  padding-bottom: 10px;
}

.obliquePhotographyServicesBox {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  box-sizing: border-box;
}
.obliquePhotographyServicesBox .title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
}
.obliquePhotographyServicesBox .describe {
  font-size: 16px;
  line-height: 26px;
}
.obliquePhotographyServicesBox .obliquePhotographyServicesImgBox {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  margin: 30px auto;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
}
.obliquePhotographyServicesBox .obliquePhotographyServicesImgBox .obliquePhotographyServicesImg {
  width: 100%;
}

.obliquePhotography3DModelingBox {
  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
}
.obliquePhotography3DModelingBox .obliquePhotography3DModelingTitleBox {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.obliquePhotography3DModelingBox .obliquePhotography3DModelingTitleBox .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.obliquePhotography3DModelingBox .obliquePhotography3DModelingTitleBox .describe {
  width: 720px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.obliquePhotography3DModelingBox .obliquePhotography3DModelingSwiperBox {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  --swiper-pagination-color: #ffffff;
}
.obliquePhotography3DModelingBox .obliquePhotography3DModelingSwiperBox .swiper-button-next, .obliquePhotography3DModelingBox .obliquePhotography3DModelingSwiperBox .swiper-button-prev {
  color: #fff;
}
.obliquePhotography3DModelingBox .obliquePhotography3DModelingSwiperBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.obliquePhotography3DModelingBox .obliquePhotography3DModelingSwiperBox .swiper-slide .photographyVideoImg {
  width: 100%;
  height: 100%;
}
.obliquePhotography3DModelingBox .obliquePhotography3DModelingSwiperBox .swiper-slide .photographyVideo {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: -1;
}

.serviceProcessBox {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 64px;
  box-sizing: border-box;
  background: url(../images/photography/serviceProcessBg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 100px;
}
.serviceProcessBox .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.serviceProcessBox .serviceProcessList {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 0;
  box-sizing: border-box;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem {
  flex: 1;
  min-width: 180px;
  cursor: pointer;
  position: relative;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem .leftBox {
  flex: 1;
  position: relative;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem .leftBox:hover {
  color: #fff;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem .leftBox:hover .imgBox .serviceProcessImg {
  display: none;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem .leftBox:hover .imgBox .serviceProcessImgs {
  display: block;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem .leftBox .imgBox .serviceProcessImg {
  width: 100%;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem .leftBox .imgBox .serviceProcessImgs {
  width: 100%;
  display: none;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem .leftBox .detailBox {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem .leftBox .detailBox .detailTitle {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem .leftBox .detailBox .listBox .listItem {
  padding-bottom: 5px;
}
.serviceProcessBox .serviceProcessList .serviceProcessItem .rightBox {
  width: 16px;
  text-align: center;
}
.serviceProcessBox .serviceProcessFoot {
  width: 100%;
  padding-bottom: 30px;
}
.serviceProcessBox .serviceProcessFoot .btnBox {
  padding: 0 30px;
}

.obliquePhotographyGatherBox {
  width: 100%;
  color: #fff;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherTopBox {
  width: 100%;
  background: url(../images/photography/obliquePhotographyGatherTopBg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherTopBox .obliquePhotographyGatherTopBody {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherTopBox .obliquePhotographyGatherTopBody .title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherTopBox .obliquePhotographyGatherTopBody .describe {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 40px;
  word-break: break-all;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherTopBox .obliquePhotographyGatherTopBody .gatherSwiperBox {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  text-align: center;
  --swiper-pagination-color: #ffffff;
  margin-bottom: 50px;
  overflow: hidden;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherTopBox .obliquePhotographyGatherTopBody .gatherSwiperBox .swiper-button-next, .obliquePhotographyGatherBox .obliquePhotographyGatherTopBox .obliquePhotographyGatherTopBody .gatherSwiperBox .swiper-button-prev {
  color: #fff;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherTopBox .obliquePhotographyGatherTopBody .gatherSwiperBox .gatherSwiperImg {
  max-width: 100%;
  height: 250px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox {
  width: 100%;
  background: url(../images/photography/obliquePhotographyGatherBottomBg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .obliquePhotographyGatherList {
  width: 100%;
  padding-bottom: 40px;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .obliquePhotographyGatherList .obliquePhotographyGatherItem {
  width: 23%;
  padding: 30px 10px;
  box-sizing: border-box;
  background: rgba(90, 98, 111, 0.5);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .obliquePhotographyGatherList .obliquePhotographyGatherItem:hover, .obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .obliquePhotographyGatherList .obliquePhotographyGatherItem.active {
  background: rgb(90, 98, 111);
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailBox {
  width: 100%;
  background: rgba(90, 98, 111, 0.5);
  border-radius: 6px;
  display: none;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailBox .leftBox {
  width: 60%;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailBox .leftBox .obliquePhotographyGatherImg {
  width: 100%;
  min-height: 100%;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailBox .rightBox {
  width: 40%;
  padding: 40px 30px 30px 30px;
  box-sizing: border-box;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailBox .rightBox .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailBox .rightBox .describe {
  font-size: 14px;
  padding-top: 20px;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailBox01 {
  display: block;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailConsultBox {
  width: 100%;
  padding-top: 20px;
  font-size: 18px;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailConsultBox .itemDetailConsult {
  text-align: center;
  background: rgba(90, 98, 111, 0.5);
  border-radius: 6px;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailConsultBox .itemDetailConsult .leftBox {
  width: 60%;
  padding: 15px 0;
  box-sizing: border-box;
}
.obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherBottomBody .itemDetailConsultBox .itemDetailConsult .rightBox {
  width: 40%;
  background: rgba(90, 98, 111, 0.8);
  padding: 15px 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  border-radius: 6px;
}

.resolutionRatioBox {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background: #f9faff;
  position: relative;
}
.resolutionRatioBox .resolutionRatioBody {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.resolutionRatioBox .resolutionRatioBody .title {
  font-size: 28px;
  font-weight: bold;
}
.resolutionRatioBox .resolutionRatioBody .describe {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
  word-break: break-all;
  font-size: 16px;
  line-height: 26px;
}
.resolutionRatioBox .resolutionRatioBody .accuracyListBox {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 14px 40px rgba(58, 137, 255, 0.1);
}
.resolutionRatioBox .resolutionRatioBody .accuracyListBox .leftBox {
  flex: 1;
  padding: 20px 30px;
  box-sizing: border-box;
}
.resolutionRatioBox .resolutionRatioBody .accuracyListBox .leftBox .accuracyItem {
  width: 100%;
  padding: 20px 0;
  padding-left: 30px;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
.resolutionRatioBox .resolutionRatioBody .accuracyListBox .leftBox .accuracyItem.active {
  color: #fff;
  background: #045aff;
}
.resolutionRatioBox .resolutionRatioBody .accuracyListBox .leftBox .accuracyItem.active::after {
  background: none;
}
.resolutionRatioBox .resolutionRatioBody .accuracyListBox .leftBox .accuracyItem::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 28px;
  width: 8px;
  height: 8px;
  background: #045aff;
  border-radius: 50%;
}
.resolutionRatioBox .resolutionRatioBody .accuracyListBox .rightBox {
  width: 796px;
}
.resolutionRatioBox .resolutionRatioBody .accuracyListBox .rightBox .resolutionRatioImg {
  width: 100%;
  display: none;
}
.resolutionRatioBox .resolutionRatioBody .accuracyListBox .rightBox .obliquePhotographyAccuracyImg01 {
  display: block;
}
.resolutionRatioBox .resolutionRatioBody .accuracyListBox .rightBox .realistic3DAccuracyImg01 {
  display: block;
}
.resolutionRatioBox .resolutionRatioBody .itemDetailConsultBox {
  width: 100%;
  margin-top: 20px;
  box-shadow: 0 14px 40px rgba(58, 137, 255, 0.1);
  border-radius: 6px;
}
.resolutionRatioBox .resolutionRatioBody .itemDetailConsultBox .itemDetailConsult {
  text-align: center;
  background: #fff;
  font-size: 18px;
}
.resolutionRatioBox .resolutionRatioBody .itemDetailConsultBox .itemDetailConsult .leftBox {
  width: 60%;
  padding: 15px 0;
  box-sizing: border-box;
}
.resolutionRatioBox .resolutionRatioBody .itemDetailConsultBox .itemDetailConsult .rightBox {
  width: 40%;
  border-radius: 6px;
  background: #045aff;
  padding: 15px 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
}
.resolutionRatioBox .obliquePhotographyAccuracyBgBox .obliquePhotographyAccuracyTopBg {
  width: 250px;
  max-width: 100%;
  position: absolute;
  top: 150px;
  left: 100px;
  z-index: 1;
}
.resolutionRatioBox .obliquePhotographyAccuracyBgBox .obliquePhotographyAccuracyBottomBg {
  width: 200px;
  max-width: 100%;
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 1;
}

.visualizationSolutionsBox {
  position: relative;
}
.visualizationSolutionsBox .visualizationSolutionsBgBox {
  position: absolute;
  top: 40%;
  right: 0;
}
.visualizationSolutionsBox.realistic3DApplicationsBox {
  padding-bottom: 150px;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox {
  width: 100%;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox.obliqueVisualizationBox {
  padding-top: 100px;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .describe {
  padding-top: 20px;
  font-size: 16px;
  line-height: 26px;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listTabBox {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listTabBox .tabItem {
  padding: 30px 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listTabBox .tabItem.active {
  border-bottom: 2px solid #2468f1;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox {
  display: none;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox .listDetailItem {
  width: 100%;
  min-height: 300px;
  padding: 50px;
  box-sizing: border-box;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox .listDetailItem .leftBox {
  width: 600px;
  height: 350px;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox .listDetailItem .leftBox .visualizationImg {
  width: 100%;
  height: 100%;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox .listDetailItem .rightBox {
  flex: 1;
  padding-left: 50px;
  box-sizing: border-box;
  word-break: break-all;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox .listDetailItem .rightBox .detailTitle {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox .listDetailItem .rightBox .detailDescribe {
  padding-top: 20px;
  font-size: 16px;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox01 {
  display: block;
}
.visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .consultDemo {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  display: block;
  color: #000;
  font-size: 18px;
  border-radius: 6px;
}
.visualizationSolutionsBox .industryApplicationSolutionsBox {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.visualizationSolutionsBox .industryApplicationSolutionsBox .title {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  padding: 50px 30px;
  box-sizing: border-box;
}
.visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}
.visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .swiper-slide {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .swiper-slide .solutionsImgBox {
  width: 100%;
}
.visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .swiper-slide .solutionsImgBox .solutionsImg {
  width: 100%;
}
.visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .swiper-slide .detailBox {
  width: 100%;
  height: 160px;
  padding: 30px;
  box-sizing: border-box;
}
.visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .swiper-slide .detailBox .detaiLTitle {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .swiper-slide .detailBox .detailDescribe {
  font-size: 14px;
  line-height: 24px;
}
.visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  padding: 8px;
}
.visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .solutions-swiper-pagination {
  text-align: center;
  padding-top: 20px;
}

.obliquePhotographyConsultationBox {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.obliquePhotographyConsultationBox .obliquePhotographyConsultationBody {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.obliquePhotographyConsultationBox .obliquePhotographyConsultationBody .title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
.obliquePhotographyConsultationBox .obliquePhotographyConsultationBody .describe {
  text-align: center;
}
.obliquePhotographyConsultationBox .obliquePhotographyConsultationBody .describe .itemBox {
  margin-bottom: 10px;
}
.obliquePhotographyConsultationBox .btnBox {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}
.obliquePhotographyConsultationBox .btnBox .contactBtn {
  padding: 10px 30px;
  color: #fff;
  background: #3a89ff;
  border: 1px solid #3a89ff;
  border-radius: 6px;
  margin: 0 20px;
}
.obliquePhotographyConsultationBox .btnBox .quotationBtn {
  padding: 10px 30px;
  color: #3a89ff;
  border: 1px solid #3a89ff;
  border-radius: 6px;
  margin: 0 20px;
}
.obliquePhotographyConsultationBox .consultationListBox {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 14px 40px rgba(58, 137, 255, 0.1);
}
.obliquePhotographyConsultationBox .consultationListBox .consultationItem {
  width: 50%;
  padding: 0 60px;
  box-sizing: border-box;
}
.obliquePhotographyConsultationBox .consultationListBox .consultationItem:nth-child(odd) {
  border-right: 1px solid #cbd7ef;
}
.obliquePhotographyConsultationBox .consultationListBox .consultationItem .itemTopBox .num {
  font-size: 42px;
}
.obliquePhotographyConsultationBox .consultationListBox .consultationItem .itemTopBox .name {
  font-size: 24px;
  position: relative;
  bottom: 2px;
}
.obliquePhotographyConsultationBox .consultationListBox .consultationItem .itemBottomBox {
  position: relative;
  padding-bottom: 30px;
}
.obliquePhotographyConsultationBox .consultationListBox .consultationItem .itemBottomBox .iconCheckOrange {
  position: absolute;
  left: -30px;
  top: 4px;
}

.uavSurveyModelingBox {
  width: 100%;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.uavSurveyModelingBox .uavSurveyModelingBody {
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
}
.uavSurveyModelingBox .uavSurveyModelingBody .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.uavSurveyModelingBox .uavSurveyModelingBody .describe {
  width: 100%;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  word-break: break-all;
}
.uavSurveyModelingBox .uavSurveyModelingBody .uavSurveyModelingVideoTab {
  width: 300px;
  margin: 30px auto;
  border-bottom: 1px solid #999;
}
.uavSurveyModelingBox .uavSurveyModelingBody .uavSurveyModelingVideoTab .uavSurveyModelingVideoTabItem {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.uavSurveyModelingBox .uavSurveyModelingBody .uavSurveyModelingVideoTab .uavSurveyModelingVideoTabItem.active {
  border-bottom: 2px solid #2468f1;
}
.uavSurveyModelingBox .uavSurveyModelingVideoBox {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.uavSurveyModelingBox .uavSurveyModelingVideoBox #uavSurveyModelingVideo {
  width: 100%;
  height: 480px;
}

.aerialSurveyDataCollectionBox {
  width: 100%;
  padding: 100px 30px;
  box-sizing: border-box;
  color: #fff;
  background: url(../images/wurenjicehui/aerialSurveyDataCollectionBg.jpg) no-repeat;
  background-size: 100% 100%;
}
.aerialSurveyDataCollectionBox .aerialSurveyDataCollectionBody {
  width: 70%;
  margin: 0 auto;
}
.aerialSurveyDataCollectionBox .aerialSurveyDataCollectionBody .leftBox {
  width: 60%;
}
.aerialSurveyDataCollectionBox .aerialSurveyDataCollectionBody .leftBox .aerialSurveyDataCollectionVideoBox {
  width: 640px;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #24252a;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.aerialSurveyDataCollectionBox .aerialSurveyDataCollectionBody .leftBox .aerialSurveyDataCollectionVideoBox #aerialSurveyDataCollectionVideo {
  width: 100%;
}
.aerialSurveyDataCollectionBox .aerialSurveyDataCollectionBody .rightBox {
  width: 40%;
  padding: 60px;
  box-sizing: border-box;
}
.aerialSurveyDataCollectionBox .aerialSurveyDataCollectionBody .rightBox .rightTitle {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.aerialSurveyDataCollectionBox .aerialSurveyDataCollectionBody .rightBox .rightDescribe {
  width: 360px;
  font-size: 16px;
  line-height: 26px;
}

.uavSurveyHighPrecisionBox {
  width: 100%;
  background: #f8f8f8;
}
.uavSurveyHighPrecisionBox .uavSurveyHighPrecisionBody {
  width: 1200px;
  max-width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.uavSurveyHighPrecisionBox .uavSurveyHighPrecisionBody .uavSurveyHighPrecisionImgBox .uavSurveyHighPrecisionImg {
  width: 100%;
  display: none;
}
.uavSurveyHighPrecisionBox .uavSurveyHighPrecisionBody .uavSurveyHighPrecisionImgBox .uavSurveyHighPrecisionImg01 {
  display: block;
}
.uavSurveyHighPrecisionBox .uavSurveyHighPrecisionBody .uavSurveyHighPrecisionTabBox {
  width: 500px;
  max-width: 100%;
  margin: 30px auto;
  border-bottom: 1px solid #999;
}
.uavSurveyHighPrecisionBox .uavSurveyHighPrecisionBody .uavSurveyHighPrecisionTabBox .uavSurveyHighPrecisionTabItem {
  padding: 14px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.uavSurveyHighPrecisionBox .uavSurveyHighPrecisionBody .uavSurveyHighPrecisionTabBox .uavSurveyHighPrecisionTabItem.active {
  border-bottom: 2px solid #0052d9;
}

.uavIndustryApplicationBox .uavIndustryApplicationBody {
  width: 70%;
  margin: 100px auto;
  box-sizing: border-box;
}
.uavIndustryApplicationBox .uavIndustryApplicationBody .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.uavIndustryApplicationBox .uavIndustryApplicationBody .describe {
  width: 100%;
  color: #333;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.uavIndustryApplicationBox .uavIndustryApplicationBody .uavIndustryApplicationList {
  width: 100%;
}
.uavIndustryApplicationBox .uavIndustryApplicationBody .uavIndustryApplicationList .uavIndustryApplicationItem {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 25px;
  margin-bottom: 50px;
}
.uavIndustryApplicationBox .uavIndustryApplicationBody .uavIndustryApplicationList .uavIndustryApplicationItem .itemBox {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.uavIndustryApplicationBox .uavIndustryApplicationBody .uavIndustryApplicationList .uavIndustryApplicationItem .itemBox:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.uavIndustryApplicationBox .uavIndustryApplicationBody .uavIndustryApplicationList .uavIndustryApplicationItem .itemBox .industryApplicationImg {
  width: 100%;
}
.uavIndustryApplicationBox .uavIndustryApplicationBody .uavIndustryApplicationList .uavIndustryApplicationItem .itemBox .detailBox {
  width: 100%;
  padding: 24px 30px;
  box-sizing: border-box;
}
.uavIndustryApplicationBox .uavIndustryApplicationBody .uavIndustryApplicationList .uavIndustryApplicationItem .itemBox .detailBox .detailTitle {
  font-size: 18px;
  margin-bottom: 10px;
}
.uavIndustryApplicationBox .uavIndustryApplicationBody .uavIndustryApplicationList .uavIndustryApplicationItem .itemBox .detailBox .detailDescribe {
  width: 100%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.uavApplicationCasesBox .uavApplicationCasesBody {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.uavApplicationCasesBox .uavApplicationCasesBody .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList {
  width: 100%;
  padding-top: 30px;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem {
  width: 50%;
  margin-bottom: 50px;
  padding: 0 40px;
  box-sizing: border-box;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem .itemBox {
  width: 100%;
  height: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem .itemBox:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem .itemBox .topBox {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem .itemBox .topBox .itemImgBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem .itemBox .topBox .itemImgBox .itemImg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem .itemBox .topBox .itemVideoBox {
  width: 100%;
  height: 300px;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem .itemBox .detailBox {
  width: 100%;
  padding: 24px 30px;
  box-sizing: border-box;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem .itemBox .detailBox .detailTitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 10px;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem .itemBox .detailBox .detailDescribe {
  color: #666;
  word-break: break-all;
}
.uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem .itemBox .detailBox .moreDemo {
  text-align: right;
  color: #398aff;
  padding-top: 10px;
  display: block;
}

.applicationCaseTabBox .applicationCaseTabBody {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.applicationCaseTabBox .applicationCaseTabBody .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.applicationCaseTabBox .applicationCaseTabBody .applicationCaseTabDetail {
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  position: relative;
}
.applicationCaseTabBox .applicationCaseTabBody .applicationCaseTabDetail .applicationCaseTabImg {
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.applicationCaseTabBox .applicationCaseTabBody .applicationCaseTabDetail .tabListBox {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.applicationCaseTabBox .applicationCaseTabBody .applicationCaseTabDetail .tabListBox .tabItem {
  width: 220px;
  color: #fff;
  background: #28292d;
  padding: 14px 10px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  border-radius: 6px;
  cursor: pointer;
}
.applicationCaseTabBox .applicationCaseTabBody .applicationCaseTabDetail .tabListBox .tabItem.active {
  background: #0075ff;
}

.applicationCaseBox .applicationCaseBody {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 115px;
}
.applicationCaseBox .applicationCaseBody .applicationCaseTitle {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem {
  width: 25%;
  margin-bottom: 35px;
  padding: 0 10px;
  box-sizing: border-box;
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem .itemBox {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(206, 215, 231, 0.3);
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem .itemBox:hover {
  box-shadow: 0 10px 30px rgba(206, 215, 231, 0.6);
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem .itemBox.moreBox {
  width: 100%;
  padding: 10px 50px;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem .itemBox.moreBox .more {
  width: 100%;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem .itemBox .applicationCaseImgBox {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem .itemBox .applicationCaseImgBox .applicationCaseImg {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem .itemBox .detailBox {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem .itemBox .detailBox .detailTitle {
  font-size: 16px;
  font-weight: bold;
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem .itemBox .detailBox .applicationCaseLabelList {
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}
.applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem .itemBox .detailBox .applicationCaseLabelList .applicationCaseLabelItem {
  color: #626a8f;
  background: #e7f0ff;
  padding: 4px 6px;
  margin-right: 6px;
  font-size: 12px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.applicationCaseBox #applicationCaseVideoBox {
  width: 0;
  height: 0;
}

.realistic3DModelingServicesBox {
  width: 100%;
  position: relative;
}
.realistic3DModelingServicesBox .realistic3DModelingServicesBody {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
}
.realistic3DModelingServicesBox .realistic3DModelingServicesBody .title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
}
.realistic3DModelingServicesBox .realistic3DModelingServicesBody .describe {
  width: 100%;
  word-break: break-all;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}
.realistic3DModelingServicesBox .realistic3DModelingServicesBody .realistic3DModelingServicesVideoBox {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.realistic3DModelingServicesBox .realistic3DModelingServicesBody .realistic3DModelingServicesVideoBox #realistic3DModelingServicesVideo {
  width: 100%;
}

#realistic3DDataCollectionAndProduction {
  position: absolute;
  left: 0;
  bottom: 80px;
}

.realistic3DDataCollectionAndProductionBox {
  width: 100%;
  min-height: 800px;
  color: #fff;
  background: url(../images/shijingsanwei/realistic3DDataCollectionAndProductionBg.jpg) no-repeat;
  background-size: 100% 100%;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .title {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .describe {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 40px;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .describe .aBox:hover {
  color: #fff;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList {
  width: 100%;
  padding-bottom: 60px;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList .realistic3DDataCollectionAndProductionItem {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList .realistic3DDataCollectionAndProductionItem:nth-child(3) .itemBox .realistic3DDataCollectionAndProductionImg {
  width: 70%;
  margin-left: 30%;
  padding-bottom: 20px;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList .realistic3DDataCollectionAndProductionItem .itemBox {
  width: 100%;
  max-width: 250px;
  height: 100%;
  backdrop-filter: blur(10px);
  border: 1px solid #7191b7;
  padding: 30px 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList .realistic3DDataCollectionAndProductionItem .itemBox .realistic3DDataCollectionAndProductionImg {
  width: 100%;
  padding: 10px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList .realistic3DDataCollectionAndProductionItem .itemBox .detailBox {
  width: 100%;
  text-align: center;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList .realistic3DDataCollectionAndProductionItem .itemBox .detailBox .detailTitle {
  font-size: 16px;
  padding-bottom: 10px;
}
.realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList .realistic3DDataCollectionAndProductionItem .itemBox .detailBox .detailDescribe {
  font-size: 14px;
}

.realistic3DConstructionContentBox {
  width: 100%;
  position: relative;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody .title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody .describe {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 40px;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody .realistic3DConstructionContentList {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody .realistic3DConstructionContentList .realistic3DConstructionContentItem {
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody .realistic3DConstructionContentList .realistic3DConstructionContentItem .leftBox {
  flex: 1;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody .realistic3DConstructionContentList .realistic3DConstructionContentItem .leftBox .leftTitle {
  width: 250px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  background: url(../images/shijingsanwei/realistic3DConstructionContentTitleBg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
  font-size: 18px;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody .realistic3DConstructionContentList .realistic3DConstructionContentItem .leftBox .leftDescribe {
  font-size: 16px;
  line-height: 28px;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody .realistic3DConstructionContentList .realistic3DConstructionContentItem .rightBox {
  width: 760px;
  height: 300px;
  max-width: 100%;
  position: relative;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody .realistic3DConstructionContentList .realistic3DConstructionContentItem .rightBox .realistic3DConstructionContentImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBody .realistic3DConstructionContentList .realistic3DConstructionContentItem .rightBox .realistic3DConstructionContentVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBgBox .realistic3DConstructionContentTopBg {
  position: absolute;
  top: 220px;
  left: -60px;
  z-index: -1;
}
.realistic3DConstructionContentBox .realistic3DConstructionContentBgBox .realistic3DConstructionContentBottomBg {
  position: absolute;
  bottom: 160px;
  right: -60px;
  z-index: -1;
}

.realistic3DUnitizationBox {
  width: 100%;
  background: #f5f5f7;
  padding: 100px 30px;
  box-sizing: border-box;
}
.realistic3DUnitizationBox .realistic3DUnitizationBody {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.realistic3DUnitizationBox .realistic3DUnitizationBody .title {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.realistic3DUnitizationBox .realistic3DUnitizationBody .describe {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 40px;
}
.realistic3DUnitizationBox .realistic3DUnitizationBody .realistic3DUnitizationDetailBox .realistic3DUnitizationDetailImg {
  width: 100%;
}

.realistic3DPlatformBox {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.realistic3DPlatformBox .realistic3DPlatformTitleBox {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.realistic3DPlatformBox .realistic3DPlatformTitleBox .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.realistic3DPlatformBox .realistic3DPlatformTitleBox .describe {
  width: 100%;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
  line-height: 26px;
}
.realistic3DPlatformBox .realistic3DPlatformTitleBox .describeBottom {
  font-size: 14px;
}

.realistic3DPlatformSwiperBox {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  --swiper-pagination-color: #ffffff;
}
.realistic3DPlatformSwiperBox .swiper-button-next, .realistic3DPlatformSwiperBox .swiper-button-prev {
  color: #fff;
}
.realistic3DPlatformSwiperBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  position: relative;
}
.realistic3DPlatformSwiperBox .swiper-slide .videoPlay {
  display: none;
}
.realistic3DPlatformSwiperBox .swiper-slide .realistic3DPlatformVideoBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.realistic3DPlatformSwiperBox .swiper-slide .realistic3DPlatformVideoBody {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
.realistic3DPlatformSwiperBox .swiper-slide .realistic3DPlatformImg {
  width: 100%;
  height: 100%;
}
.realistic3DPlatformSwiperBox .swiper-slide .realistic3DPlatformVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.realistic3DPlatformSwiperBox .swiper-slide-active, .realistic3DPlatformSwiperBox .swiper-slide-duplicate-active {
  transform: scale(1);
  cursor: pointer;
}
.realistic3DPlatformSwiperBox .swiper-slide-active .realistic3DPlatformVideoBody, .realistic3DPlatformSwiperBox .swiper-slide-duplicate-active .realistic3DPlatformVideoBody {
  background: none;
}
.realistic3DPlatformSwiperBox .swiper-slide-active .videoPlay, .realistic3DPlatformSwiperBox .swiper-slide-duplicate-active .videoPlay {
  display: block;
}
.realistic3DPlatformSwiperBox .swiper-button-next {
  color: #fff;
  right: 30%;
}
.realistic3DPlatformSwiperBox .swiper-button-prev {
  color: #fff;
  left: 30%;
}

.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody {
  width: 70%;
  margin: 0 auto;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .title {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentTabBox {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 50px;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentTabBox .bimManualModelingServiceContentTabItem {
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentTabBox .bimManualModelingServiceContentTabItem.active .tabTitle {
  border-bottom: 2px solid #0075ff;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentTabBox .bimManualModelingServiceContentTabItem:hover .tabImgBox .tabImgPng {
  display: none;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentTabBox .bimManualModelingServiceContentTabItem:hover .tabImgBox .tabImgGif {
  display: inline-block;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentTabBox .bimManualModelingServiceContentTabItem .tabImgBox .tabImg {
  width: 120px;
  height: 114px;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentTabBox .bimManualModelingServiceContentTabItem .tabImgBox .tabImgPng {
  display: inline-block;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentTabBox .bimManualModelingServiceContentTabItem .tabImgBox .tabImgGif {
  display: none;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentTabBox .bimManualModelingServiceContentTabItem .tabTitle {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox {
  width: 100%;
  padding-bottom: 100px;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem {
  width: 100%;
  display: none;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem .leftBox {
  flex: 1;
  padding: 60px;
  box-sizing: border-box;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem .leftBox .detailBox {
  width: 360px;
  margin: 0 auto;
  line-height: 26px;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem .leftBox .detailBox .detailItem {
  position: relative;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem .leftBox .detailBox .detailItem::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem .rightBox {
  width: 640px;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem .rightBox .bimManualModelingServiceContentContentVideo {
  width: 100%;
}
.bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem01 {
  display: block;
}

.bimManualModelingOneStopBox {
  width: 100%;
  min-height: 790px;
  background: url(../images/bimjianmo/bimManualModelingOneStopBg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody {
  width: 70%;
  margin: 0 auto;
  padding-top: 60px;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .title {
  font-size: 26px;
  font-weight: bold;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .describe {
  text-align: center;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .bimManualModelingOneStopDetail {
  width: 100%;
  position: relative;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .bimManualModelingOneStopDetail .bimManualModelingOneStopVideo {
  width: 792px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .bimManualModelingOneStopDetail .bimManualModelingOneStopItem {
  animation: shake 3s infinite;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .bimManualModelingOneStopDetail .bimManualModelingOneStopItem:nth-child(1) {
  position: absolute;
  left: 10%;
  top: 50%;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .bimManualModelingOneStopDetail .bimManualModelingOneStopItem:nth-child(2) {
  position: absolute;
  left: 30%;
  top: 60px;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .bimManualModelingOneStopDetail .bimManualModelingOneStopItem:nth-child(3) {
  position: absolute;
  right: 10%;
  top: 50px;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .bimManualModelingOneStopDetail .bimManualModelingOneStopItem:nth-child(4) {
  position: absolute;
  right: 15%;
  top: 40%;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .bimManualModelingOneStopDetail .bimManualModelingOneStopItem:nth-child(5) {
  position: absolute;
  left: 10%;
  top: 100px;
}
.bimManualModelingOneStopBox .bimManualModelingOneStopBody .bimManualModelingOneStopDetail .bimManualModelingOneStopItem:nth-child(6) {
  position: absolute;
  right: 30px;
  top: 30%;
}

.bimManualModelingCarouselList {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.bimManualModelingCarouselList ul li .bimManualModelingCarouselImg {
  width: 360px;
  height: 202px;
  display: block;
  margin: 0 20px;
}

.bimManualModelingCollectionBox .bimManualModelingCollectionBody {
  width: 70%;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem {
  width: 380px;
  max-width: 31%;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem:nth-child(1) .bimManualModelingCollectionDetail {
  background: url(../images/bimjianmo/bimManualModelingCollectionItemBg01.png) no-repeat;
  background-size: 100% 100%;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem:nth-child(3) .bimManualModelingCollectionDetail {
  background: url(../images/bimjianmo/bimManualModelingCollectionItemBg02.png) no-repeat;
  background-size: 100% 100%;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem:nth-child(5) .bimManualModelingCollectionDetail {
  background: url(../images/bimjianmo/bimManualModelingCollectionItemBg03.png) no-repeat;
  background-size: 100% 100%;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem:nth-child(5) .bimManualModelingCollectionDetail .detailBox {
  width: 100%;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem .bimManualModelingCollectionTab {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: url(../images/bimjianmo/bimManualModelingCollectionTabBg01.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem .bimManualModelingCollectionTab .tabTitle {
  width: 100%;
  position: relative;
  font-size: 18px;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem .bimManualModelingCollectionTab .tabTitle::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3370ff;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem .bimManualModelingCollectionDetail {
  width: 100%;
  height: 240px;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  background: #366dfd;
  border-radius: 6px;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem .bimManualModelingCollectionDetail .detailBox {
  width: 60%;
  min-width: 200px;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem .bimManualModelingCollectionDetail .detailBox .detailTitle {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem .bimManualModelingCollectionDetail .detailBox .detailDescribe {
  line-height: 26px;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem .bimManualModelingCollectionDetail .detailBox .detailBtn {
  color: #fff;
  background: #3a89ff;
  padding: 20px 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  display: inline-block;
  border-radius: 6px;
  font-size: 12px;
}
.bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionIconItem {
  width: 30px;
  padding-top: 87px;
  box-sizing: border-box;
}

.bimManualModelingAdvantagesBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox {
  width: 100%;
  min-height: 400px;
  background: url(../images/bimjianmo/bimManualModelingAdvantagesTabBg.jpg) no-repeat;
  background-size: 100% 100%;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody .title {
  font-size: 24px;
  font-weight: bold;
  padding-top: 60px;
  box-sizing: border-box;
  text-align: center;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody .bimManualModelingAdvantagesTabList .bimManualModelingAdvantagesTabItem {
  width: 30%;
  background: #f6f7fb;
  border-radius: 6px;
  padding: 30px;
  padding-top: 60px;
  margin-top: 80px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody .bimManualModelingAdvantagesTabList .bimManualModelingAdvantagesTabItem:hover .itemImgPng {
  display: none;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody .bimManualModelingAdvantagesTabList .bimManualModelingAdvantagesTabItem:hover .itemImgGif {
  display: block;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody .bimManualModelingAdvantagesTabList .bimManualModelingAdvantagesTabItem .itemImg {
  width: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody .bimManualModelingAdvantagesTabList .bimManualModelingAdvantagesTabItem .itemImgGif {
  display: none;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody .bimManualModelingAdvantagesTabList .bimManualModelingAdvantagesTabItem .itemTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody .bimManualModelingAdvantagesTabList .bimManualModelingAdvantagesTabItem .itemDescribe {
  line-height: 24px;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList {
  width: 70%;
  margin: 0 auto;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList .bimManualModelingAdvantagesItem {
  width: 33.3333333333%;
  margin: 50px 0;
  padding: 0 25px;
  box-sizing: border-box;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList .bimManualModelingAdvantagesItem .itemBox {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  word-break: break-all;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList .bimManualModelingAdvantagesItem .itemBox:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList .bimManualModelingAdvantagesItem .itemBox .itemVideoBox {
  width: 100%;
  height: 200px;
  cursor: pointer;
  position: relative;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList .bimManualModelingAdvantagesItem .itemBox .itemVideoBox .itemTopImgBox .bimManualModelingAdvantagesVideoImg {
  width: 100%;
  height: 200px;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList .bimManualModelingAdvantagesItem .itemBox .detailBox {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList .bimManualModelingAdvantagesItem .itemBox .detailBox .detailTitle {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList .bimManualModelingAdvantagesItem .itemBox .detailBox .detailDescribe {
  width: 100%;
  line-height: 26px;
  word-break: break-all;
}
.bimManualModelingAdvantagesBox #bimManualModelingAdvantagesVideo {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bimManualModelingAdvantagesBox .bimManualModelingCollectionBgBox .bimManualModelingAdvantagesDetailBg01 {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: -1;
}
.bimManualModelingAdvantagesBox .bimManualModelingCollectionBgBox .bimManualModelingAdvantagesDetailBg02 {
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: -1;
}

.bimConsultCustomerServiceBox .bimConsultCustomerServiceBody {
  position: relative;
}
.bimConsultCustomerServiceBox .bimConsultCustomerServiceBody .bimConsultCustomerServiceImg {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
.bimConsultCustomerServiceBox .bimConsultCustomerServiceBody .bimConsultCustomerServiceDetailBox {
  position: absolute;
  bottom: 0;
  left: 15%;
  color: #fff;
}
.bimConsultCustomerServiceBox .bimConsultCustomerServiceBody .bimConsultCustomerServiceDetailBox .title {
  font-size: 24px;
  padding-bottom: 10px;
}
.bimConsultCustomerServiceBox .bimConsultCustomerServiceBody .bimConsultCustomerServiceDetailBox .describe {
  padding-bottom: 30px;
}
.bimConsultCustomerServiceBox .bimConsultCustomerServiceBody .bimConsultCustomerServiceDetailBox .bimConsultCustomerServiceDetailBtn {
  min-width: 140px;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  color: #2568f4;
  background: #fff;
}

/* 产品服务，案例展示等标题 */
.indexTitleBox {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}

.indexTitleBox img {
  width: 240px;
  margin: 0 auto;
}

/* 产品服务内容 */
.indexServiceBox {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.indexServiceBox .serviceDetail {
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.indexServiceBox .serviceDetail img {
  width: 70%;
  overflow: hidden;
}

.indexServiceBox .serviceDetail a {
  width: 100px;
  margin: 10px auto;
  padding: 5px 0;
  border-radius: 5px;
  border: 1px solid #036eb8;
  display: inline-block;
}

.indexServiceBox .serviceDetail a:hover {
  background: #036eb8;
  color: #fff;
}

/* 案例展示内容 */
.indexCaseBox {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.indexCaseBox ul.topUl li {
  width: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.indexCaseBox ul.topUl li:first-child {
  width: 49%;
  margin-right: 1%;
}

.indexCaseBox ul.topUl li:last-child {
  width: 49%;
  margin-left: 1%;
}

.indexCaseBox ul.bottomUl li {
  width: 32%;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}

.indexCaseBox ul li img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.indexCaseBox ul li .inexCaseBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
}

/* 解决方案内容 */
.indexSolveBox {
  width: 100%;
  margin: 0 auto;
  padding: 40px 10%;
  padding-top: 0;
  box-sizing: border-box;
  overflow: hidden;
  background: #f8f8f8;
}

.indexSolveBox ul li {
  height: 280px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.indexSolveBox ul li:nth-child(1) {
  width: 39%;
}

.indexSolveBox ul li:nth-child(2) {
  width: 29%;
}

.indexSolveBox ul li:nth-child(3) {
  width: 29%;
}

.indexSolveBox ul li:nth-child(4) {
  width: 29%;
}

.indexSolveBox ul li:nth-child(5) {
  width: 29%;
}

.indexSolveBox ul li:nth-child(6) {
  width: 39%;
}

.indexSolveBox ul li .solveImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexSolveBox ul li > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.indexSolveBox ul li .topDiv .topBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.indexSolveBox ul li .topDiv .topDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}

.indexSolveBox ul li .topDiv .topDetail img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.indexSolveBox ul li .bottomDiv .topBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 116, 247, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.indexSolveBox ul li .bottomDiv .topDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}

.indexSolveBox ul li .bottomDiv .topDetail img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.indexSolveBox ul li .bottomDiv .topDetail .detail {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 10px;
}

.indexSolveBox ul li .bottomDiv .topDetail a {
  margin-top: 10px;
}

.indexSolveBox ul li .bottomDiv .topDetail a:hover {
  color: #fff;
  text-decoration: underline;
}

@-webkit-keyframes flipOutYtest {
  from {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
  }
  40% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    opacity: 0;
  }
}
.rotateHover {
  -webkit-animation: flipOutYtest 0.5s linear;
  animation: flipOutYtest 0.5s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes flipInYtest {
  from {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
    opacity: 1;
  }
}
.rotateHovers {
  -webkit-animation: flipInYtest 0.5s linear;
  animation: flipInYtest 0.5s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

/* 合作伙伴 */
.indexPartnersBox {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.indexPartnersBox .titleBox {
  width: 100%;
  padding-top: 80px;
  position: relative;
}

.indexPartnersBox .titleBox .titleBg {
  width: 100%;
  height: 1px;
  background: #7d7d7d;
}

.indexPartnersBox .titleBox .titleName {
  padding: 0 30px;
  position: absolute;
  left: 50%;
  top: 62px;
  transform: translateX(-50%);
  background: #fff;
}

.indexPartnersBox .partnersUlBox ul {
  width: 90%;
  margin: 50px auto;
  margin-bottom: 80px;
}

.indexPartnersBox .partnersUlBox ul li {
  width: 16.66666667%;
  height: 120px;
  overflow: hidden;
  border: 1px solid #f8f8f8;
}

.indexPartnersBox .partnersUlBox ul li img {
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  object-fit: none;
}

.indexPartnersBox .moreBox {
  width: 100%;
  margin: 40px auto;
}

.indexPartnersBox .moreBox a {
  width: 200px;
  margin: 0 auto;
  padding: 15px 50px;
  background: #036eb8;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

/* 新闻动态 */
.newsBox {
  width: 90%;
  margin: 40px auto;
}

.newsBox .page {
  padding: 30px 0;
}

.newsBox .newsNav {
  color: #424542;
  border-bottom: 2px solid #f0f1f2;
}

.newsBox .newsNav > div {
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  margin-right: 20px;
  cursor: pointer;
}

.newsBox .newsNav .active {
  border-bottom: 2px solid #036eb8;
}

.newsBox .titleBox {
  margin-left: 20px;
}

.newsBox .newsMore {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
}

.newsBox .newsMore:hover {
  color: #036eb8;
}

.newsBox .industryNews {
  display: none;
}

.newsBox .newsList {
  width: 100%;
  min-height: 420px;
}

.newsBox .newsList li.zoom .topBox {
  background: #036eb8;
  color: #fff;
}

.newsBox .newsList li {
  width: 29.333333%;
  margin: 0 2%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
}

.newsBox .newsList li .topBox {
  width: 100%;
  padding: 20px 10%;
  box-sizing: border-box;
  background: #f2f2f2;
}

.newsBox .newsList li .imgBox img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
}

/* 公司环境 */
.companyBox {
  width: 80%;
  margin: 80px auto;
}

.companyBox .companyMore {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
}

.companyBox .companyMore:hover {
  color: #036eb8;
}

.companyBox .companyList li {
  width: 30%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}

.companyBox .companyList li img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}

.companyBox .companyList li .title {
  width: 100%;
  background: #f2f2f2;
  padding: 10px 20px;
  margin-top: 20px;
}

.companyBox .companyList li.active .title {
  padding: 20px;
  margin-top: 0;
  background: #036eb8;
  color: #fff;
  animation: myAnimation 1s linear forwards;
}

.companyBox .companyList li.active img {
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin-bottom: 0;
}

/* 地图图片 */
.mapBox {
  width: 100%;
  overflow: hidden;
}

.mapBox img {
  width: 100%;
}

@keyframes myAnimation {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/* 公用头部banner底图 */
.bannerImgBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bannerImgBox .bannerDetailBox {
  width: 840px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}
.bannerImgBox .bannerDetailBox .title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
.bannerImgBox .bannerDetailBox .describe {
  font-size: 16px;
  line-height: 26px;
}
.bannerImgBox .bimManualModelingBannerBox {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 15%;
  color: #fff;
  transform: translateY(-50%);
}
.bannerImgBox .bimManualModelingBannerBox .bimBannerBox {
  width: 400px;
  max-width: 100%;
}
.bannerImgBox .bimManualModelingBannerBox .bimBannerBox .bimBannerTitle {
  font-size: 38px;
  margin-bottom: 10px;
}
.bannerImgBox .bimManualModelingBannerBox .bimBannerBox .bimBannerDescribe {
  line-height: 26px;
}
.bannerImgBox .bimManualModelingBannerBox .bimBannerBox .bimBannerBtn {
  padding: 15px 30px;
  margin-top: 20px;
  color: #fff;
  background: #3a89ff;
  border-radius: 6px;
  display: inline-block;
}

.bannerImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerImgBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ****关于我们--合作伙伴**** */
/* 当前位置 */
.locationBox {
  width: 80%;
  margin: 50px auto;
}

.locationBox a {
  color: #888;
}

.locationBox a:hover {
  color: #036eb8;
}

.locationBox i {
  margin: 0 4px;
}

/* 合作伙伴 */
.partnersBox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.partnersBox .partnersHead {
  width: 220px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.partnersBox .partnersHead img {
  width: 100%;
}

.partnersBox .partnersUlBox {
  margin: 70px 0;
}

.partnersBox .partnersUlBox .partnersBody.partnersBody {
  margin-top: -70px;
  margin-right: 90px;
}

.partnersBox .partnersUlBox .partnersBody.partnersBodys {
  margin-top: -70px;
  margin-left: 90px;
  margin-right: 0;
}

.partnersBox .partnersUlBox .partnersBody li {
  width: 182px;
  height: 182px;
  background: url("../images/partners/partnersImgBg.png") no-repeat;
  background-size: 100% 100%;
}

.partnersBox .partnersUlBox .partnersBody li img {
  width: 60%;
  margin: 0 20%;
}

/* ****关于我们--公司简介**** */
.profileBox {
  width: 100%;
  height: 100vh;
  background: url("../images/companyProfile/profileImgBg.jpg") no-repeat;
  background-size: 100% 100%;
}

.profileBox .profileBody {
  width: 760px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 40px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
}

.profileBox .profileBody .title {
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 5px;
}

.profileBox .profileBody .detail {
  width: 100%;
}

.aboutBox {
  width: 80%;
  margin: 50px auto;
  overflow: hidden;
}

.aboutBox .title {
  width: 40%;
  overflow: hidden;
}

.aboutBox .title img {
  width: 50%;
  margin: 0 auto;
}

.aboutBox .detail {
  width: 60%;
  overflow: hidden;
}

.aboutBox .detail > div {
  width: 80%;
  margin: 30px auto;
}

.moreProfileBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.moreProfileBox img {
  width: 100%;
  overflow: hidden;
}

.moreProfileBox .detail {
  width: 640px;
  max-width: 100%;
  margin: 80px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ****关于我们--工作环境**** */
/* 工作环境 */
.environmentBox .environmentHead {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.environmentBox .environmentHead img {
  width: 100%;
}

/* ****关于我们--荣誉证书**** */
.honorBox {
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
}

.honorBox ul {
  width: 100%;
  overflow: hidden;
}

.honorBox ul li {
  margin-bottom: 30px;
}

.honorBox ul li img {
  width: 100%;
  overflow: hidden;
}

.honorBox.honorBox01 ul li {
  width: 22%;
}

.honorBox.honorBox01 ul li img {
  width: 70%;
}

.honorBox.honorBox01 ul li > div {
  margin: 20px 0;
}

.honorBox.honorBox02 ul li {
  width: 18%;
}

.honorBox.honorBox02 ul li:first-child {
  width: 36%;
}

.honorBox.honorBox03 {
  margin-bottom: 40px;
}

/* **** 产品服务**** */
/* ****产品服务--Pixel-Mosaic**** */
/* 版本下载 */
.downloadLiBox {
  width: 80%;
  margin: 0 auto;
}

.downloadLiBox ul {
  width: 100%;
  padding: 40px 0;
}

.downloadLiBox ul li {
  width: 30%;
  padding: 50px 0;
  -webkit-box-shadow: 0 10px 100px #e3e3e3;
  -moz-box-shadow: 0 10px 100px #e3e3e3;
  box-shadow: 0 10px 100px #e3e3e3;
}

.downloadLiBox ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}

.downloadLiBox ul li .title {
  margin-bottom: 10px;
}

.downloadLiBox ul li .name {
  margin: 20px 0;
}

.downloadLiBox ul li a {
  width: 60%;
  border-radius: 5px;
}

.downloadLiBox ul li a:hover {
  color: #fff;
}

/* 航空影像处理系统 */
.serviceSoftwareBox {
  width: 80%;
  margin: 0 auto;
}

.serviceSoftwareBox .sSoftwareBox {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.serviceSoftwareBox .sSoftwareBox .softwareLeft {
  width: 50%;
}

.serviceSoftwareBox .sSoftwareBox .softwareLeft .detail {
  margin: 30px 0;
}

.serviceSoftwareBox .sSoftwareBox .softwareLeft .moreDetail {
  width: 100%;
  margin: 40px auto;
}

.serviceSoftwareBox .sSoftwareBox .softwareLeft .moreDetail a {
  width: 160px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #036eb8;
  color: #036eb8;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
}

.serviceSoftwareBox .sSoftwareBox .softwareLeft .moreDetail a:hover {
  background: #036eb8;
  color: #fff;
}

.serviceSoftwareBox .sSoftwareBox .softwareRight {
  width: 50%;
}

.serviceSoftwareBox .sSoftwareBox .softwareRight img {
  width: 100%;
  object-fit: cover;
}

/* .serviceSoftwareBox .sSoftwareBox .softwareRight:hover img{transform:scale(1.1);transition: all 1s ease 0s;} */
/* 参数表 */
.pixelMosaicTableBox {
  width: 80%;
  margin: 0 auto;
  overflow-x: auto;
  margin-bottom: 50px;
}

.pixelMosaicTableBox table, .pixelMosaicTableBox table tr th, .pixelMosaicTableBox table tr td {
  border: 2px solid #fff;
  padding: 10px;
}

.pixelMosaicTableBox table thead tr th {
  width: 7%;
  background: #036eb8;
  color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}

.pixelMosaicTableBox table .logoImgBox {
  width: 8%;
  padding: 0;
}

.pixelMosaicTableBox table .logoImgBox .logoImg {
  width: 100%;
  height: 80px;
}

.pixelMosaicTableBox table tbody tr:nth-child(odd) {
  background: #d0d8e8;
}

.pixelMosaicTableBox table tbody tr:nth-child(even) {
  background: #e9edf4;
}

/* 软件所需配置介绍 */
.configureBox {
  width: 80%;
  margin: 0 auto;
}

.configureBox table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.configureBox table, .configureBox table tr th, .configureBox table tr td {
  border: 2px solid #545454;
  padding: 10px;
}

.configureBox table tr th:first-child, .configureBox table tr td:first-child {
  width: 30%;
}

.configureBox table tr th:last-child, .configureBox table tr td:last-child {
  width: 70%;
}

/* 服务详情 */
.serviceDetailBox {
  width: 80%;
  margin: 0 auto;
}

/* 公用图片样式 */
.serviceDetailBox .bodyLeft {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.serviceDetailBox .bodyLeft:hover .bottomImg {
  transform: scale(1.1);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.serviceDetailBox .bodyLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceDetailBox .bodyLeft .topImg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* 其他样式 */
.serviceDetailBox .detailOneBox {
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.serviceDetailBox .detailOneBox > div {
  width: 50%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.serviceDetailBox .detailOneBox .bodyRight {
  box-sizing: border-box;
  position: relative;
}

.serviceDetailBox .detailOneBox .bodyRight .rightBox {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.serviceDetailBox .detailOneBox .bodyRight .rightBox ul {
  margin-top: 30px;
}

.serviceDetailBox .detailOneBox .bodyRight .rightBox ul li {
  margin-bottom: 10px;
}

.serviceDetailBox .detailOneBox .bodyRight .rightBox ul li span {
  width: 10px;
  height: 10px;
  background: #0a6eb6;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.serviceDetailBox .detailOneBox .bodyRight .rightBox ul li em {
  width: 90%;
}

.serviceDetailBox .detailTwoBox {
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}

.serviceDetailBox .detailTwoBox .title {
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  padding-top: 30px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.serviceDetailBox .detailTwoBox .twoBox .name {
  padding: 15px;
  box-sizing: border-box;
}

.serviceDetailBox .detailTwoBox .twoBox .imgBox {
  width: 100%;
  overflow: hidden;
}

.serviceDetailBox .newsBox {
  width: 100%;
  margin: 10px auto;
}

.serviceDetailBox .newsBox .newsList li:nth-child(1) {
  width: 26%;
  margin: 0;
}

.serviceDetailBox .newsBox .newsList li:nth-child(2) {
  width: 34%;
  margin: 0;
}

.serviceDetailBox .newsBox .newsList li:nth-child(3) {
  width: 34%;
  margin: 0;
}

.serviceDetailBox .newsBox .newsList li .imgBox img {
  height: 360px;
}

.serviceDetailBox .newsBox .newsList li:hover .imgBox {
  overflow: hidden;
}

.serviceDetailBox .newsBox .newsList li:hover .imgBox img {
  transform: scale(1.1);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.serviceDetailBox .padding20 {
  margin: 20px 0;
}

.serviceDetailBox .detailTwoBox .twoBox .imgBox > div {
  width: 50%;
  overflow: hidden;
  height: 300px;
}

.serviceDetailBox .detailTwoBox .twoBox .imgBox.imgOneBox > div {
  height: 400px;
}

.serviceDetailBox .detailTwoBox .twoBox .imgBox.imgTwoBox > div {
  height: 300px;
}

.serviceDetailBox .detailTwoBox .twoBox .imgBox.imgThreeBox > div {
  height: 480px;
}

.serviceDetailBox .detailTwoBox .twoBox .imgBox.imgSixBox > div {
  height: 520px;
}

.serviceDetailBox .detailTwoBox .twoBox .imgBox.imgMaxBox > div {
  height: 600px;
}

.serviceDetailBox .detailTwoBox .twoBox .imgBox.imgMaxBox > div:first-child {
  width: 60%;
}

.serviceDetailBox .detailTwoBox .twoBox .imgBox.imgMaxBox > div:last-child {
  width: 40%;
}

.serviceDetailBox .detailThreeBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.serviceDetailBox .detailThreeBox .title {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.serviceDetailBox .detailThreeBox .name {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  padding-top: 0;
  box-sizing: border-box;
}

/* ****产品服务-3D-Exhibition**** */
/* 标题 */
.title3DBox .titleBox img {
  width: 250px;
  margin: 0 auto;
}

/* 功能简介 */
.brief3DBox {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  background: url("../images/3DExhibition/3DBriefBg.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.brief3DBox ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}

.brief3DBox ul li {
  width: 25%;
  margin: 30px 0;
  color: #666;
}

.brief3DBox ul li img {
  width: 35px;
  margin-right: 10px;
}

/* 效果图 */
.effect3DBox {
  width: 100%;
  overflow: hidden;
  margin: 80px auto;
}

.effect3DBox ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}

.effect3DBox ul li {
  width: 49%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 25px;
  box-sizing: border-box;
}

/* .effect3DBox ul li:nth-child(odd){padding-right: 10px;}
.effect3DBox ul li:nth-child(even){padding-left: 10px;} */
.effect3DBox ul li.longImg {
  width: 100%;
}

.effect3DBox ul li img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  overflow: hidden;
}

.effect3DBox ul li:hover img {
  transform: scale(1.1);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* 技术特点 */
.skill3DBox {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  background: url("../images/3DExhibition/3DSkillBg.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.skill3DBox ul {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
}

.skill3DBox ul li {
  width: 48%;
  overflow: hidden;
  background: #f8f8f8;
  margin: 20px 0;
  min-height: 260px;
  padding: 20px 6%;
  box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 50px #999;
  -moz-box-shadow: 0 10px 50px #999;
  box-shadow: 0 10px 50px #999;
}

.skill3DBox ul li > div {
  margin-bottom: 10px;
}

.skill3DBox ul li > div img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.skill3DBox ul li > div span {
  font-size: 22px;
}

/* 行业应用 */
.industry3DBox {
  width: 100%;
  margin: 60px auto;
  overflow: hidden;
  background: #fafafa;
}

.industry3DBox ul {
  width: 80%;
  margin: 30px auto;
  overflow: hidden;
}

.industry3DBox ul li {
  width: 22%;
  overflow: hidden;
  margin: 20px 0;
}

.industry3DBox ul li img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}

/* ****解决方案**** */
.schemeBox {
  width: 100%;
  margin: 0 auto;
}

.schemeBox ul {
  width: 75%;
  margin: 0 auto;
}

.schemeBox ul li {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  margin-bottom: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.schemeBox ul li .schemeLeft {
  width: 65%;
  height: 100%;
}

.schemeBox ul li .schemeLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schemeBox ul li .schemeRight {
  width: 35%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}

.schemeBox ul li .schemeRight .title {
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.schemeBox ul li .schemeRight .name {
  padding: 30px 0;
  line-height: 30px;
  height: 280px;
}

.schemeBox ul li .schemeRight .moreDetail {
  width: 100%;
  overflow: hidden;
}

.schemeBox ul li .schemeRight .moreDetail a {
  width: 118px;
  border: 1px solid #7c7c7c;
  color: #4b4b4b;
  border-radius: 20px;
  padding: 10px 0;
  display: block;
}

.schemeBox ul li .schemeRight .moreDetail a:hover {
  background: #036eb8;
  border: 1px solid #036eb8;
  color: #fff;
}

/* ****解决方案-可视化智慧管理平台**** */
/* 建筑可视化方案 */
.buildBox {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.buildBox .imgTitle {
  width: 100%;
  overflow: hidden;
}

.buildBox .imgTitle img {
  width: 300px;
  margin: 0 auto;
}

.buildBox .title {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
}

.buildBox .name {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.buildBox .titleBox {
  width: 100%;
  margin: 20px auto;
  line-height: 24px;
}

.buildBox .imgBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.buildBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.buildIconBox {
  width: 80%;
  margin: 30px auto;
  overflow: hidden;
}

.buildIconBox ul {
  width: 100%;
  overflow: hidden;
}

.buildIconBox ul li {
  width: 25%;
  overflow: hidden;
  margin: 20px 0;
}

.buildIconBox ul li img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

/* 无人机倾斜摄影 */
.buildBox.pBuildBox {
  margin-bottom: 80px;
}

.buildBox.pBuildBox .imgTitle img {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

/* 功能概述 */
.summaryBox {
  width: 100%;
  height: 300px;
  background: url("../images/scheme/visualization/visualizationBg01.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.summaryDetailBox {
  width: 80%;
  overflow: hidden;
  margin: 80px auto;
}

.summaryDetailBox ul li > div {
  width: 50%;
  height: 300px;
  position: relative;
}

.summaryDetailBox ul li .bodyLeft {
  overflow: hidden;
}

.summaryDetailBox ul li .bodyLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.summaryDetailBox ul li .bodyRight {
  padding: 10px 40px;
  box-sizing: border-box;
}

.summaryDetailBox ul li .bodyRight .name {
  margin-bottom: 10px;
}

.summaryDetailBox ul li.leftBox .bodyRight::after {
  content: "";
  position: absolute;
  top: 130px;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f8f8f8;
  z-index: 100;
}

.summaryDetailBox ul li.rightBox .bodyRight::after {
  content: "";
  position: absolute;
  top: 130px;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f8f8f8;
  z-index: 100;
}

/* 收益价值 */
.incomeValueBox {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
}

.incomeValueBox .title {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* 更多文案 */
.moreCaseBox {
  width: 70%;
  overflow: hidden;
  margin: 50px auto;
}

.moreCaseBox .imgTitle {
  width: 100%;
  overflow: hidden;
}

.moreCaseBox .imgTitle img {
  width: 150px;
  margin: 0 auto;
}

.moreCaseBox .title {
  margin: 20px auto;
}

.moreCaseBox ul li {
  width: 22%;
  margin: 0 1.5%;
  margin-bottom: 20px;
  overflow: hidden;
}

.moreCaseBox ul li a .imgBox {
  height: 150px;
  overflow: hidden;
}

.moreCaseBox ul li a .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.moreCaseBox ul li a {
  display: inline-block;
  color: #333;
}

.moreCaseBox ul li .name {
  width: 100%;
  margin: 5px auto;
}

/* ****解决方案-无人机倾斜摄影**** */
/* 数据采集等 */
.dataCABox {
  width: 80%;
  overflow: hidden;
  margin: 100px auto;
}

.dataCABox .iLeft {
  display: block;
}

.dataCABox .iBottom {
  display: none;
}

.dataCABox .dataImg {
  width: 28%;
}

/* 技术应用 */
.technologyBox {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}

.technologyBox .technologyDetail {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.technologyBox .technologyDetail .title {
  margin-bottom: 30px;
}

.technologyBox .technologyDetail ul li {
  width: 30%;
  margin: 50px 0;
  overflow: hidden;
}

.technologyBox .technologyDetail ul li img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* 建模技术优势 */
.modelingBox {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 80px;
}

.modelingBox .title {
  margin-bottom: 30px;
}

/* ****新闻资讯**** */
.newsNavBox {
  width: 80%;
  margin: 30px auto;
  padding: 0 20px;
}

.newsNavBox > div {
  padding: 10px;
  border-bottom: 2px solid #f0f1f2;
  cursor: pointer;
}

.newsNavBox .active {
  border-bottom: 2px solid #036eb8;
}

.newsListBox {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  padding-bottom: 80px;
}

.newsListBox ul li {
  width: 100%;
  overflow: hidden;
  background: #f1f1f1;
  padding: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.newsListBox ul li .listLeft {
  width: 85%;
  overflow: hidden;
  padding-right: 30px;
  box-sizing: border-box;
}

.newsListBox ul li .listLeft .title {
  width: 100%;
  margin-bottom: 10px;
}

.newsListBox ul li .listLeft .title a {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.newsListBox ul li .listLeft .name {
  line-height: 30px;
}

.newsListBox ul li .listRight {
  width: 15%;
  overflow: hidden;
}

.newsListBox ul li .listRight img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.newsListBox ul li:hover .listRight img {
  transform: scale(1.1);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newsListBox.industryNewsBox {
  display: none;
}

/* ****新闻资讯详情**** */
/* 新闻标题及时间 */
.titleTimeBox {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.titleTimeBox .newsTitle {
  margin-bottom: 10px;
}

/* 新闻详情 */
.newsDetailBox {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.newsDetailBox .newsDetailLeft {
  width: 75%;
}

.newsDetailBox .newsDetailLeft #newsImgUrlBox {
  width: 100%;
  margin-bottom: 40px;
}

.newsDetailBox .newsDetailLeft #newsImgUrlBox img {
  width: 100%;
}

.newsDetailBox .newsDetailLeft .newsDetailBox {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
  background: #f2f2f2;
  padding: 40px;
  box-sizing: border-box;
}

.newsDetailBox .newsDetailLeft .newsDetailBox p {
  line-height: 26px;
}

.newsDetailBox .newsDetailLeft .newsDetailBox img {
  max-width: 100%;
  padding: 10px 0;
}

.newsDetailBox .newsDetailRight {
  width: 22%;
}

.newsDetailBox .newsDetailRight .title {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px;
}

.newsDetailBox .newsDetailRight ul {
  width: 100%;
  padding: 20px;
}

.newsDetailBox .newsDetailRight ul li {
  width: 100%;
  padding: 10px 0;
}

.newsDetailBox .newsDetailRight ul li a {
  color: #000;
}

.newsDetailBox .newsDetailRight ul li .imgBox {
  width: 40%;
  height: 60px;
  padding-right: 10px;
  box-sizing: border-box;
}

.newsDetailBox .newsDetailRight ul li .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsDetailBox .newsDetailRight ul li:hover .imgBox img {
  transform: scale(1.1);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newsDetailBox .newsDetailRight ul li .name {
  width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/* 暂无新闻或已删除 */
.noNewsDetailBox {
  width: 90%;
  margin: 0 auto;
  display: none;
}

.noNewsDetailBox a {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
  display: block;
}

/* ****在线体验**** */
.onlineExperienceBox {
  width: 100%;
  height: 100vh;
}

.onlineExperienceBox iframe {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  box-sizing: border-box;
}

/* ****案例展示-总页面**** */
.caseListBox {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}

.caseListBox ul li {
  margin-bottom: 50px;
}

.caseListBox ul li > div {
  width: 50%;
  overflow: hidden;
}

.caseListBox ul li .caseLeft img {
  width: 100%;
  border-radius: 5px;
}

.caseListBox ul li .caseRight {
  padding: 0 30px;
  box-sizing: border-box;
}

.caseListBox ul li .caseRight .title {
  margin-top: 20px;
  text-align: center;
}

.caseListBox ul li .caseRight .detail {
  margin: 10px 0;
}

.caseListBox ul li .caseRight .detail > div {
  margin-bottom: 20px;
}

.caseListBox ul li .caseRight .moreDetail {
  width: 100%;
  margin: 0 auto;
}

.caseListBox ul li .caseRight .moreDetail a {
  width: 120px;
  margin: 10px auto;
  border-radius: 5px;
  border: 1px solid #036eb8;
  padding: 10px 20px;
  display: inline-block;
}

.caseListBox ul li .caseRight .moreDetail a:hover {
  background: #036eb8;
  color: #fff;
}

/* ****案例展示-实景案例列表**** */
.realCaseUlBox ul {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.realCaseUlBox ul li {
  width: 49%;
  height: 380px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.realCaseUlBox ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.realCaseUlBox ul li img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.realCaseUlBox ul li .caseGif {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
}

.realCaseUlBox ul li .ulName {
  width: 60px;
  height: 100%;
  padding: 10px 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.realCaseUlBox ul li:nth-child(odd) .ulName {
  left: 0;
  top: 0;
}

.realCaseUlBox ul li:nth-child(even) .ulName {
  right: 0;
  top: 0;
}

.realCaseUlBox ul li .ulName em {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: #036eb8;
  margin-bottom: 2px;
}

.realCaseUlBox .pageBox {
  padding: 30px;
}

/* ****案例展示-实景案例**** */
.imgListBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}

.imgListBox ul {
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
}

.imgListBox ul li {
  width: 49%;
  overflow: hidden;
  margin-bottom: 20px;
}

.imgListBox ul li img {
  width: 100%;
  overflow: hidden;
}

/* 参数介绍 */
.introductionBox {
  width: 70%;
  overflow: hidden;
  margin: 40px auto;
}

.introductionBox > ul {
  width: 55%;
}

.introductionBox > ul li {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
}

.introductionBox > ul li em {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #337fe5;
  border-radius: 50%;
  margin-right: 10px;
}

.introductionBox > div {
  width: 45%;
}

.introductionBox > div img {
  width: 100%;
}

/* ****案例展示-可视化案例**** */
/* 解决方案 */
.solvePlanBox {
  width: 100%;
  overflow: hidden;
  margin: 60px auto;
}

.solvePlanBox > div {
  width: 50%;
  height: 420px;
  overflow: hidden;
}

.solvePlanBox > div ul li .describe {
  color: #a4a4a4;
}

.solvePlanBox .planLeft {
  padding: 60px;
  background: url("../images/case/visualizationCase01/visualizationCaseImg02.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.solvePlanBox .planLeft .titleBox span {
  width: 5px;
  height: 20px;
  background: #f7bf28;
  margin-left: 15px;
  margin-top: 5px;
  display: inline-block;
}

.solvePlanBox .planLeft .titleBox .name {
  color: #1fafff;
  margin-right: 20px;
}

.solvePlanBox .planLeft ul {
  width: 100%;
  overflow: hidden;
}

.solvePlanBox .planLeft ul li {
  padding-top: 35px;
}

.solvePlanBox .planLeft ul li img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 10px;
}

.solvePlanBox .planRight {
  padding: 60px;
  background: #343434;
}

.solvePlanBox .planRight .titleBox span {
  width: 5px;
  height: 20px;
  background: #00FF00;
  margin-right: 15px;
  margin-top: 5px;
  display: inline-block;
}

.solvePlanBox .planRight .titleBox .name {
  color: #1fafff;
  margin-left: 20px;
}

.solvePlanBox .planRight ul {
  width: 100%;
  overflow: hidden;
}

.solvePlanBox .planRight ul li {
  padding-top: 35px;
}

.solvePlanBox .planRight ul li img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 10px;
}

/* 视频监控等 */
.solveDetailBox {
  width: 80%;
  overflow: hidden;
  margin: 30px auto;
}

.solveDetailBox ul li {
  height: 240px;
  overflow: hidden;
  margin-bottom: 30px;
}

.solveDetailBox ul li.left {
  width: 50%;
}

.solveDetailBox ul li.left img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.solveDetailBox ul li.left img:hover {
  transform: scale(1.1);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.solveDetailBox ul li.right {
  width: 48%;
  padding: 20px 30px;
  box-sizing: border-box;
}

.solveDetailBox ul li.right .name {
  margin-bottom: 5px;
}

/* 客户价值 */
.customerValueBox {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}

.customerValueBox .title {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.customerValueBox .detail {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* ****底部导航**** */
.footBox {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.footBox .footBody {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.footBox .footBody .footLeft {
  width: 70%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 2%;
}

.footBox .footBody .footLeft .title {
  width: 80%;
  margin: 30px 0;
}

.footBox .footBody .footLeft .leftUlBox {
  width: 95%;
  overflow: hidden;
  margin-bottom: 30px;
}

.footBox .footBody .footLeft .leftUlBox ul {
  width: 90%;
  margin: 0 auto;
}

.footBox .footBody .footLeft .leftUlBox ul li {
  margin-bottom: 10px;
}

.footBox .footBody .footLeft .leftUlBox ul li img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.footBox .footBody .footLeft .onlineBox {
  width: 80%;
}

.footBox .footBody .footLeft .onlineBox > a {
  width: 180px;
  height: 60px;
  line-height: 60px;
  background: #0a6eb6;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  display: block;
}

.footBox .footBody .footRight {
  width: 30%;
  padding: 0 2%;
  box-sizing: border-box;
}

.footBox .footBody .footRight .title {
  margin: 30px 0;
}

.footBox .footBody .footRight .rightBox {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.footBox .footBody .footRight .rightBox > div {
  width: 50%;
}

.footBox .footBody .footRight .rightBox img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.footBox .footRecord {
  width: 100%;
  padding: 40px 0;
}

.footBox .footRecord a:hover {
  color: #fff;
}

@media (min-width: 668px) {
  body {
    min-width: 1240px;
  }
}
@media (max-width: 667px) {
  body {
    min-width: 320px;
  }
  .bannerImgBox {
    height: 300px !important;
  }
  .uavSurveyBannerImgBox {
    height: 400px !important;
  }
  /* ****首页**** */
  .videoBox {
    background: url("../images/indexVideoBg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .photographyVideoBox {
    background: url("../images/photography/photographyVideoBg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .videoBox video {
    display: none;
  }
  .lookVideo {
    display: none;
  }
  .indexTitleBox {
    padding: 30px 0;
  }
  .titleBox {
    font-size: 16px;
  }
  .softwareBox .softwareBody {
    width: 100%;
    display: inline-block;
  }
  .softwareBox .softwareBody .bodyLeft {
    width: 100%;
    float: none;
  }
  .softwareBox .softwareBody .bodyRight {
    width: 100%;
  }
  .softwareBox .softwareBody .bodyLeft .leftBottom {
    width: 100%;
    text-align: center;
  }
  .newsBox .newsList {
    display: block;
  }
  .newsBox .newsList li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .newsBox .newsList li .topBox {
    padding: 10px 10%;
    font-size: 14px;
  }
  .newsBox .newsList li .topBox .name {
    font-size: 14px;
  }
  .newsBox, .companyBox {
    margin: 20px auto;
  }
  .companyBox .companyList ul {
    display: block;
  }
  .companyBox .companyList ul li {
    width: 100%;
  }
  .coreServicesBox .coreServicesList {
    width: 100%;
  }
  .coreServicesBox .coreServicesList .coreServicesItem {
    width: 96%;
    margin-bottom: 20px;
  }
  .platformApplicationBox .platformApplicationList {
    width: 100%;
  }
  .platformApplicationBox .platformApplicationList .platformApplicationItem {
    width: 96%;
  }
  .dataServiceBox .dataServiceList .dataServiceItem {
    width: 100%;
  }
  .dataServiceBox .dataServiceList .dataServiceItem .listBox {
    width: 70%;
    padding-left: 20px;
    box-sizing: border-box;
    left: 0 !important;
    right: auto !important;
  }
  .industryApplicationBox .industryNavigationBox .industryNavigationList {
    width: 100%;
    padding: 0;
  }
  .industryApplicationBox .industryNavigationBox .industryNavigationBody .detailBox {
    width: 100%;
  }
  .headTabBox {
    display: none;
  }
  .obliquePhotographyServicesBox {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .obliquePhotography3DModelingBox .obliquePhotography3DModelingSwiperBox {
    height: 100px;
  }
  .serviceProcessBox .serviceProcessList {
    width: 100%;
  }
  .obliquePhotographyGatherBox .obliquePhotographyGatherTopBox {
    width: 100%;
    padding: 0 30px;
    padding-top: 60px;
    box-sizing: border-box;
  }
  .obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .obliquePhotographyGatherList .obliquePhotographyGatherItem {
    width: 100%;
    margin-bottom: 10px;
  }
  .obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .itemDetailBox .itemBox {
    display: block;
  }
  .obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .itemDetailBox .itemBox .leftBox {
    width: 100%;
  }
  .obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .itemDetailBox .itemBox .rightBox {
    width: 100%;
  }
  .obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .itemDetailConsultBox .itemDetailConsult .leftBox {
    display: none;
  }
  .obliquePhotographyGatherBox .obliquePhotographyGatherBottomBox .itemDetailConsultBox .itemDetailConsult .rightBox {
    width: 100%;
  }
  .resolutionRatioBox .resolutionRatioBody {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .resolutionRatioBox .resolutionRatioBody .accuracyListBox {
    display: block;
  }
  .resolutionRatioBox .resolutionRatioBody .accuracyListBox .leftBox {
    width: 100%;
  }
  .resolutionRatioBox .resolutionRatioBody .itemDetailConsultBox .itemDetailConsult .leftBox {
    display: none;
  }
  .resolutionRatioBox .resolutionRatioBody .itemDetailConsultBox .itemDetailConsult .rightBox {
    width: 100%;
  }
  .visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox .listDetailItem {
    display: block;
  }
  .visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox .listDetailItem .leftBox {
    width: 100%;
    padding: 30px;
  }
  .visualizationSolutionsBox .obliquePhotographyVisualizationBox .obliquePhotographyVisualizationBody .visualizationListBox .listDetailBox .listDetailItem .rightBox {
    width: 100%;
  }
  .visualizationSolutionsBox .industryApplicationSolutionsBox {
    width: 100%;
  }
  .visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .swiper-slide .solutionsImgBox .solutionsImg {
    height: 80px;
  }
  .visualizationSolutionsBox .industryApplicationSolutionsBox .solutionsSwiperBox .swiper-slide .detailBox {
    padding: 10px;
  }
  .obliquePhotographyConsultationBox .obliquePhotographyConsultationBody {
    width: 100%;
  }
  .obliquePhotographyConsultationBox .consultationListBox {
    padding: 10px;
  }
  .obliquePhotographyConsultationBox .consultationListBox .consultationItem {
    width: 100%;
    padding-right: 20px;
  }
  .obliquePhotographyConsultationBox .consultationListBox .consultationItem:nth-child(odd) {
    border-right: none;
  }
  .uavSurveyModelingBox .uavSurveyModelingBody {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .uavSurveyModelingBox .uavSurveyModelingVideoBox #uavSurveyModelingVideo {
    height: auto;
  }
  .aerialSurveyDataCollectionBox .aerialSurveyDataCollectionBody {
    width: 100%;
  }
  .aerialSurveyDataCollectionBox .aerialSurveyDataCollectionBody .leftBox {
    width: 100%;
  }
  .aerialSurveyDataCollectionBox .aerialSurveyDataCollectionBody .rightBox {
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .uavSurveyHighPrecisionBox .uavSurveyHighPrecisionBody {
    width: 100%;
    padding: 40px 10px;
    box-sizing: border-box;
  }
  .uavIndustryApplicationBox .uavIndustryApplicationBody {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .uavIndustryApplicationBox .uavIndustryApplicationBody .uavIndustryApplicationList .uavIndustryApplicationItem {
    width: 100%;
  }
  .uavIndustryApplicationBox .uavIndustryApplicationBody .uavIndustryApplicationList .uavIndustryApplicationItem .itemBox .industryApplicationImg {
    height: auto;
  }
  .uavApplicationCasesBox .uavApplicationCasesBody {
    width: 100%;
  }
  .uavApplicationCasesBox .uavApplicationCasesBody .uavApplicationCasesList .uavApplicationCasesItem {
    width: 100%;
  }
  .applicationCaseTabBox .applicationCaseTabBody {
    width: 100%;
  }
  .applicationCaseTabBox .applicationCaseTabBody .applicationCaseTabDetail {
    padding: 0 20px;
  }
  .applicationCaseTabBox .applicationCaseTabBody .applicationCaseTabDetail .tabListBox {
    position: relative;
    top: auto;
    left: auto;
    transform: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .applicationCaseTabBox .applicationCaseTabBody .applicationCaseTabDetail .tabListBox .tabItem {
    width: 48%;
  }
  .applicationCaseBox .applicationCaseBody {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .applicationCaseBox .applicationCaseBody .applicationCaseList .applicationCaseItem {
    width: 100%;
  }
  .realistic3DModelingServicesBox .realistic3DModelingServicesBody {
    width: 100%;
  }
  .realistic3DDataCollectionAndProductionBox {
    background-size: cover;
  }
  .realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody {
    width: 100%;
    padding-bottom: 30px;
  }
  .realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList {
    padding-bottom: 0;
  }
  .realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList .realistic3DDataCollectionAndProductionItem {
    width: 50%;
  }
  .realistic3DDataCollectionAndProductionBox .realistic3DDataCollectionAndProductionBody .realistic3DDataCollectionAndProductionList .realistic3DDataCollectionAndProductionItem .itemBox {
    height: 100%;
    padding: 10px;
  }
  .realistic3DConstructionContentBox .realistic3DConstructionContentBody {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .realistic3DConstructionContentBox .realistic3DConstructionContentBody .title {
    padding-top: 30px;
  }
  .realistic3DConstructionContentBox .realistic3DConstructionContentBody .realistic3DConstructionContentList .realistic3DConstructionContentItem .leftBox {
    width: 100%;
  }
  .realistic3DConstructionContentBox .realistic3DConstructionContentBody .realistic3DConstructionContentList .realistic3DConstructionContentItem .rightBox {
    width: 100%;
  }
  .realistic3DConstructionContentBox .realistic3DConstructionContentBgBox .realistic3DConstructionContentTopBg {
    display: none;
  }
  .realistic3DUnitizationBox .realistic3DUnitizationBody {
    width: 100%;
  }
  .realistic3DPlatformBox .realistic3DPlatformTitleBox {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .bimManualModelingServiceContentBox .bimManualModelingServiceContentBody {
    width: 100%;
  }
  .bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem .itemBox {
    flex-wrap: wrap;
  }
  .bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem .leftBox {
    width: 100%;
    padding: 30px;
    padding-top: 0;
  }
  .bimManualModelingServiceContentBox .bimManualModelingServiceContentBody .bimManualModelingServiceContentContentBox .bimManualModelingServiceContentContentItem .rightBox {
    width: 100%;
  }
  .bimManualModelingOneStopBox .bimManualModelingOneStopBody {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .bimManualModelingOneStopBox .bimManualModelingOneStopBody .bimManualModelingOneStopDetail .bimManualModelingOneStopItem {
    display: none;
  }
  .bimManualModelingCollectionBox .bimManualModelingCollectionBody {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionItem {
    width: 100%;
  }
  .bimManualModelingCollectionBox .bimManualModelingCollectionBody .bimManualModelingCollectionList .bimManualModelingCollectionIconItem {
    width: 100%;
    transform: rotateZ(90deg);
  }
  .bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody {
    width: 100%;
    padding: 0 30px;
    padding-bottom: 60px;
    box-sizing: border-box;
  }
  .bimManualModelingAdvantagesBox .bimManualModelingAdvantagesTabBox .bimManualModelingAdvantagesTabBody .bimManualModelingAdvantagesTabList .bimManualModelingAdvantagesTabItem {
    width: 100%;
  }
  .bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .bimManualModelingAdvantagesBox .bimManualModelingAdvantagesDetailBox .bimManualModelingAdvantagesList .bimManualModelingAdvantagesItem {
    width: 100%;
  }
  /* 案例展示内容 */
  .indexServiceBox {
    width: 90%;
  }
  .indexServiceBox .serviceDetail > div {
    font-size: 14px !important;
  }
  .indexCaseBox ul li {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .caseListBox {
    width: 90%;
  }
  .caseListBox ul li > div {
    width: 100%;
  }
  .caseListBox ul li .caseRight {
    padding: 0;
  }
  /* 解决方案内容 */
  .indexSolveBox ul li {
    width: 100% !important;
  }
  .indexCaseBox {
    width: 90%;
  }
  .indexSolveBox {
    padding: 0 5%;
  }
  .indexPartnersBox {
    width: 90%;
  }
  .summaryDetailBox ul li {
    margin-bottom: 20px;
  }
  .summaryDetailBox ul li .bodyLeft {
    width: 100%;
  }
  .summaryDetailBox ul li .bodyRight {
    width: 100%;
    padding: 10px 20px;
  }
  /* 合作伙伴 */
  .indexPartnersBox .partnersUlBox ul li {
    width: 50%;
  }
  /* ****关于我们-合作伙伴**** */
  .partnersBox .partnersHead {
    margin-bottom: 20px;
  }
  .partnersBox .partnersUlBox {
    margin-top: 0;
  }
  .partnersBox .partnersUlBox .partnersBody li {
    width: 100px;
    height: 100px;
  }
  .partnersBox .partnersUlBox .partnersBody.partnersBody {
    margin: 0;
  }
  .partnersBox .partnersUlBox .partnersBody.partnersBodys {
    margin: 0;
  }
  /* ****关于我们-公司简介**** */
  .profileBox {
    background-position: 100% 100%;
    background-size: auto;
  }
  .aboutBox {
    width: 100%;
    display: inline-block;
    margin: 20px auto;
  }
  .aboutBox .detail > div {
    margin: 20px auto;
  }
  .aboutBox .title {
    width: 100%;
    margin: 20px auto;
  }
  .aboutBox .detail {
    width: 100%;
  }
  .moreProfileBox .detail {
    width: 100%;
    margin: 40px auto;
  }
  /* ****关于我们-荣誉证书**** */
  .honorBox {
    width: 90%;
  }
  .honorBox.honorBox01 ul li {
    width: 48%;
  }
  .honorBox.honorBox01 ul li > div {
    font-size: 12px;
  }
  .honorBox.honorBox02 ul li {
    width: 100% !important;
  }
  /* ****产品服务-Pixel-Mosaic**** */
  .downloadLiBox {
    width: 90%;
  }
  .downloadLiBox ul {
    display: block;
    padding: 0;
  }
  .downloadLiBox ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .serviceSoftwareBox .sSoftwareBox {
    width: 100%;
    display: block;
  }
  .serviceSoftwareBox .sSoftwareBox .softwareLeft {
    width: 100%;
  }
  .serviceSoftwareBox .sSoftwareBox .softwareRight {
    width: 100%;
  }
  .pixelMosaicTableBox {
    width: 90%;
    margin-bottom: 30px;
  }
  .pixelMosaicTableBox table thead tr th {
    min-width: 100px;
  }
  .configureBox {
    width: 90%;
  }
  .serviceSoftwareBox {
    width: 90%;
  }
  .serviceDetailBox .detailOneBox {
    display: block;
  }
  .serviceDetailBox .detailOneBox > div {
    width: 100%;
  }
  .serviceDetailBox .newsBox .newsList li {
    width: 100% !important;
    margin-top: 20px !important;
  }
  .serviceDetailBox {
    width: 90%;
  }
  .serviceDetailBox .detailTwoBox .twoBox .imgBox {
    display: block;
  }
  .serviceDetailBox .bodyLeft {
    width: 100% !important;
  }
  /* ****产品服务-3D-Exhibition**** */
  .brief3DBox {
    padding: 50px 0;
  }
  .brief3DBox ul {
    width: 90%;
  }
  .brief3DBox ul li {
    width: 100%;
    margin: 20px auto;
    justify-content: center;
  }
  .effect3DBox ul li {
    width: 100%;
  }
  .effect3DBox ul {
    width: 90%;
  }
  .industry3DBox ul {
    width: 90%;
  }
  .industry3DBox ul li {
    width: 48%;
    margin: 10px 0;
  }
  .skill3DBox ul {
    width: 90%;
  }
  .skill3DBox ul li {
    width: 98%;
  }
  /* 解决方案 */
  .schemeBox ul {
    width: 90%;
  }
  .schemeBox ul li > div {
    width: 100% !important;
    height: 50% !important;
  }
  .schemeBox ul li .schemeRight {
    padding: 10px;
  }
  .schemeBox ul li .schemeRight .name {
    height: 65%;
    padding: 10px 0;
    font-size: 12px;
    line-height: 22px;
  }
  .schemeBox ul li .schemeRight .title {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }
  .schemeBox ul li .schemeRight .moreDetail a {
    bottom: 15px;
  }
  .buildBox {
    width: 90%;
  }
  .buildIconBox {
    width: 90%;
  }
  .buildIconBox ul.iconBox01 {
    flex-wrap: wrap;
  }
  .buildIconBox ul.iconBox01 li {
    width: 33%;
  }
  .buildIconBox ul li img {
    width: 30px;
    height: 30px;
  }
  .buildBox.pBuildBox {
    margin-bottom: 20px;
  }
  .buildBox .title {
    width: 100%;
    margin: 20px auto;
  }
  .buildBox ul li {
    width: 48%;
    overflow: hidden;
    margin: 10px 0;
  }
  .solvePlanBox {
    margin-top: 30px;
  }
  .summaryDetailBox {
    width: 90%;
  }
  .summaryDetailBox .detailBox {
    margin: 20px auto;
  }
  .incomeValueBox {
    width: 90%;
  }
  .moreCaseBox {
    width: 90%;
  }
  .moreCaseBox ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .moreCaseBox ul li img {
    height: 120px;
  }
  .dataCABox {
    width: 90%;
    display: block;
    margin: 50px auto;
  }
  .dataCABox .dataImg {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
  .dataCABox .iLeft {
    display: none;
  }
  .dataCABox .iBottom {
    display: block;
  }
  .technologyBox {
    padding: 30px 0;
  }
  .technologyBox .technologyDetail {
    width: 90%;
  }
  .technologyBox .technologyDetail ul li {
    width: 100%;
    margin: 10px 0;
  }
  .modelingBox {
    width: 90%;
    margin-top: 30px;
  }
  /* 新闻资讯 */
  .newsNavBox {
    width: 90%;
    padding: 0;
  }
  .newsListBox {
    width: 90%;
  }
  .newsListBox ul li {
    padding: 20px;
  }
  .newsListBox ul li > div {
    width: 100% !important;
  }
  .newsListBox ul li .listLeft {
    padding-right: 0;
  }
  .newsListBox ul li .listLeft .title {
    margin-bottom: 5px;
  }
  .newsListBox ul li .listLeft .title a {
    font-size: 16px;
  }
  .newsListBox ul li .listLeft .name {
    font-size: 14px;
    line-height: 24px;
  }
  .newsListBox ul li .listRight img {
    margin-top: 20px;
  }
  /* 新闻资讯详情 */
  .titleTimeBox {
    width: 90%;
    margin-bottom: 20px;
    text-align: center;
  }
  .newsDetailBox {
    width: 90%;
  }
  .newsDetailBox .newsDetailLeft {
    width: 100%;
  }
  .newsDetailBox .newsDetailLeft .newsDetailBox {
    padding: 20px;
  }
  .newsDetailBox .newsDetailRight {
    width: 100%;
  }
  /* 案例展示 */
  .buildBox .titleBox {
    width: 100%;
  }
  .solvePlanBox > div {
    width: 100%;
  }
  .solveDetailBox ul li {
    width: 100% !important;
  }
  .solveDetailBox ul li.left {
    height: 160px;
  }
  .customerValueBox .detail {
    width: 100%;
  }
  .imgListBox {
    margin-bottom: 20px;
  }
  .imgListBox ul {
    width: 90%;
  }
  /* .imgListBox ul li{width: 100%;} */
  .introductionBox {
    width: 90%;
    margin: 20px auto;
  }
  .introductionBox > ul {
    width: 100%;
  }
  .introductionBox > div {
    width: 100%;
  }
  .introductionBox > div img {
    margin-top: 20px;
  }
  .realCaseUlBox ul {
    width: 90%;
  }
  .realCaseUlBox ul li {
    width: 100%;
    height: 240px;
  }
  /* 其他 */
  .locationBox {
    width: 90%;
    margin: 25px auto;
  }
  /* ****底部导航**** */
  .footBox {
    padding: 10px;
  }
  .footBox .footBody {
    width: 100%;
    display: block;
  }
  .footBox .footBody .footLeft {
    width: 100%;
    border: none;
    margin: 0;
  }
  .footBox .footBody .footLeft .leftUlBox {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  .footBox .footBody .footLeft .leftUlBox ul {
    margin-bottom: 40px;
  }
  .footBox .footBody .footLeft .title {
    width: 100%;
  }
  .footBox .footBody .footLeft .onlineBox {
    width: 100%;
    margin: 0 auto;
    display: none;
  }
  .footBox .footBody .footRight {
    width: 100%;
  }
}
@keyframes shake {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=style.css.map */
