.loading-model {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10001;
  background: #fff;
}
.loading-model div:last-child {
  font-size: 36px;
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -moz-transform: translateY(120px);
  transform: translateY(120px);
}
.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  top: 20%;
  margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #67cf22;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  -moz-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounce {
  0%,
  100% {
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.container-fluid {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: rgba(53, 53, 53, 0.2);
  z-index: 10000;
}
.navbar2 {
  background: rgba(255, 253, 253, 0.4);
}
.navbar-header {
  display: inline-block;
  float: left;
}
.navbar-brand {
  height: 60px;
  margin-top: 10px;
}
.navbar-tab {
  width: 120px;
  height: 76px;
  line-height: 76px;
  color: #000;
  font-size: 18px;
  float: right;
  display: inline-block;
  text-align: center;
}
.navbar-tab:hover {
  border-bottom: 4px solid #2d2d2d;
}
.navbar-tab:hover a {
  color: #2d2d2d;
}
.navbar-tab-active {
  border-bottom: 4px solid #2d2d2d;
}
.navbar-tab-active a {
  color: #2d2d2d;
}
.s-bg1 {
  background: url(../imgs/swipe-image1.png) no-repeat;
  background-size: cover;
}
.s-bg2 {
  position: relative;
  background: url(../imgs/swipe-image2.png) no-repeat;
  background-size: cover;
}
.s-bg3 {
  background: url(../imgs/swipe-image3.png) no-repeat;
  background-size: cover;
}
.lld-down-box {
  position: absolute;
  bottom: 240px;
  right: 5%;
}
.qrcode {
  float: left;
  height: 200px;
  box-shadow: 0 0 2px 10px #fff;
  margin-right: 20px;
}
.lld-download {
  float: left;
  width: 200px;
  height: 200px;
  text-align: center;
}
.lld-download a {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  padding: 0 30px;
  font-size: 18px;
  line-height: 50px;
  background: #46b7ee;
  border-radius: 25px;
  margin: 10px 0;
}
.lld-download p {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.visible {
  height: 100%;
  vertical-align: middle;
  width: 0;
  display: inline-block;
}
.page2 {
  position: relative;
}
.title {
  width: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -40%;
  text-align: center;
}
.title2 {
  top: 5%;
}
.title img {
  display: inline;
}
.phone-box {
  position: fixed;
  bottom: 0;
  text-align: center;
  height: 120px;
  line-height: 120px;
  width: 100%;
  background: rgba(53, 53, 53, 0.6);
  z-index: 10000;
}
.phone {
  display: inline-block;
  width: 670px;
  height: 55px;
  margin-right: 55px;
  border-radius: 5px;
  border: 1px solid #49b4e6;
  font-size: 24px;
}
.button {
  display: inline-block;
  width: 250px;
  height: 55px;
  line-height: 45px;
  font-size: 24px;
  background: url(../imgs/button.png) center no-repeat;
}
.news-box {
  width: 100%;
  height: 100%;
}
.slider {
  margin: 0 auto;
  width: 60%;
  height: 50%;
  position: relative;
  top: 60px;
}
.news-box li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.img-box {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 45%;
  padding: 0 2.5%;
}
.img-box img {
  position: absolute;
  bottom: 50px;
  width: 90%;
  height: 100%;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.img-box img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.short-news {
  display: inline-block;
  width: 45%;
  padding: 5% 2.5%;
  height: 100%;
}
.news-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.news-title + .fr {
  margin-bottom: 20px;
}
.news-report {
  margin-top: 20px;
  font-size: 14px;
  text-indent: 2em;
  line-height: 2;
}
.check-detail {
  width: 20%;
  text-align: center;
  margin-top: 20px;
  padding: 10px 30px;
  color: #46b7ee;
  border: 1px solid #46b7ee;
}
.l1 {
  background: #2993c7;
  background-size: cover;
  color: #fff;
}
.l2 {
  background: url(../imgs/swipe-image1.png) center no-repeat;
  background-size: cover;
}
.l3 {
  background: url(../imgs/swipe-image2.png) center no-repeat;
  background-size: cover;
}
.news-box li.active {
  display: block;
}
.news-box .news-content {
  width: 100%;
  height: 100%;
  background: #2993c7;
}
.slider .news-box > li a {
  display: block;
  height: 100%;
}
.slider ol {
  position: absolute;
  bottom: 20px;
  right: 15%;
}
.slider ol li {
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  float: left;
  display: inline;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #fff;
}
.slider ol li:not(:last-child) {
  margin-right: 12px;
}
.slider ol li.active,
.slider ol li:hover {
  background: #2993c7;
  color: #2993c7;
  border: 2px solid #0165af;
  bottom: 2px;
}
.slider .nextbtn {
  display: none;
  width: 40px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  text-align: center;
  color: #e4e4e4;
  font-size: 30px;
  text-decoration: none;
}
.slider .pre {
  left: 0;
}
.slider .next:hover,
.slider .pre:hover {
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  color: #fff;
}
.slider .pre:hover {
  border-radius: 0 5px 5px 0;
}
.slider .next {
  right: 0;
}
.slider .next:hover {
  border-radius: 5px 0 0 5px;
}
.fp-controlArrow.fp-prev {
  left: 3%;
  border-color: transparent #46b7ee transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 3%;
  border-color: transparent transparent transparent #46b7ee;
}
.wrapper {
  margin: 0 auto;
  width: 80%;
  height: 40%;
  position: relative;
  top: 60px;
}
.map {
  display: inline-block;
  width: 49%;
  height: 100%;
}
.map img {
  position: absolute;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}
.data {
  display: inline-block;
  width: 49%;
  height: 100%;
}
.data-content {
  position: relative;
  width: 100%;
  height: 50%;
}
.data-img {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.data-word {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.data-num {
  font-size: 60px;
  color: #2c92c2;
}
.wrapper2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: #f5f5f8;
}
.selling-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
.d1 {
  width: 280px;
}
.sp-box {
  font-size: 10px;
}
.d3 {
  width: 280px;
}
.d2 .sp-img {
  padding: 0 100px;
}
.sp-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  margin: 20px 0;
  height: 45px;
  width: 265px;
}
.sp-li p {
  font-size: 12px;
}
.face-user-agency {
  margin: 0 auto 40px;
  width: 190px;
  height: 45px;
  border-radius: 23px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  letter-spacing: 12px;
}
.f-user {
  background: #004aad;
}
.f-agency {
  background: #8e030a;
}
.wrapper3 {
  position: absolute;
  left: 50%;
  bottom: 100px;
  height: 70%;
  width: 80%;
  margin-left: -40%;
}
.advantage-box {
  margin: 0 auto;
  width: 1252px;
}
.at-li {
  float: left;
  width: 313px;
  height: 350px;
  overflow: hidden;
  margin-top: 20px;
}
.at-li:hover .at-content,
.at-li:hover .at-img {
  -webkit-transform: translateY(-134px);
  -ms-transform: translateY(-134px);
  -moz-transform: translateY(-134px);
  transform: translateY(-134px);
  color: #fff;
}
.at-li:hover .at-content {
  background: #2c92c2;
}
.at-img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease,
    -moz-transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.at-content {
  height: 205px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease,
    -moz-transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.at-p {
  padding-top: 10px;
  height: 71px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.at-p2 {
  padding: 0 20px;
  font-size: 14px;
  text-align: left;
  text-indent: 2em;
}
.introduce-box {
  margin: 0 auto;
}
.id-li {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 25%;
  height: 380px;
}
.id-li2 {
  width: 33.3%;
}
.id-li:hover .id-title {
  background: #2c92c2;
  color: #fff;
}
.id-li:hover .id-i1 {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  transform: translateY(-60px);
}
.id-li:hover .id-border {
  background: #2c92c2;
}
.id-box {
  width: 220px;
  margin: 0 auto;
}
.id-title {
  display: table-cell;
  width: 220px;
  height: 220px;
  text-align: center;
  color: #2c92c2;
  font-size: 24px;
  border: 1px solid #2c92c2;
  border-radius: 110px;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.id-img-box {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
}
.id-i1 {
  display: inline;
}
.id-content {
  width: 220px;
  padding: 40px 0;
  line-height: 1.5;
}
.id-border-box {
  position: absolute;
  bottom: 0;
  width: 220px;
  height: 3px;
  text-align: center;
  z-index: 10000;
}
.id-border {
  display: inline-block;
  width: 30%;
  height: 3px;
  background: #d1e7f2;
}
.footer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: url(../imgs/footer.png) no-repeat;
}
.footer-content {
  margin: 0 auto;
  width: 630px;
  line-height: 2;
  padding-top: 40px;
}
.to-top {
  position: fixed;
  bottom: 0;
  right: 20%;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .to-top {
    right: 10%;
  }
}
@media screen and (max-width: 900px) {
  .to-top {
    right: 2%;
  }
}
.wrapper4 {
  top: 0;
}
.au-page1 {
  background: url(../imgs/about-us.png) no-repeat;
  background-size: cover;
}
.introduce-content {
  display: block;
  margin: 0 auto;
}
.wrapper5 {
  width: 100%;
  height: 65%;
  background: #f7f7f7;
  padding-top: 50px;
}
.wrapper5-con {
  width: 80%;
  margin: 0 auto;
}
.contact-us {
  font-size: 24px;
  color: #2c92c2;
}
.contact-us2 {
  color: #2c92c2;
  font-size: 12px;
  position: relative;
  top: -12px;
  left: 8px;
}
#container {
  float: left;
  width: 50%;
  height: 420px;
}
.company-info {
  float: left;
  height: 400px;
  padding-left: 100px;
}
.company-info h1 {
  font-size: 24px;
}
.company-info p {
  margin-top: 40px;
}
.company-info a {
  color: #000;
  text-decoration: underline;
}
.info-size {
  font-size: 14px;
}
.ab-section-4 {
  margin: 200px 0;
  background: #f7f7f7;
}
.it-page1 {
  background: url(../imgs/news2.png) no-repeat;
  background-size: cover;
}
.more {
  border: none;
  width: 24px;
  height: 27px;
  background: url(../imgs/DownArrow_desktop2.png) no-repeat;
  background-size: cover;
  position: fixed;
  left: 50%;
  margin-left: -12px;
  -webkit-animation: arrow 2s ease-out infinite;
  -moz-animation: arrow 2s ease-out infinite;
  animation: arrow 2s ease-out infinite;
  z-index: 10000;
  outline: 0;
}
.more2 {
  background: url(../imgs/DownArrow_desktop.png) no-repeat;
  background-size: cover;
  -webkit-animation: arrow2 2s ease-out infinite;
  -moz-animation: arrow2 2s ease-out infinite;
  animation: arrow2 2s ease-out infinite;
  z-index: 10000;
}
@-webkit-keyframes arrow {
  0% {
    bottom: 50px;
    opacity: 0;
  }
  50% {
    bottom: 40px;
    opacity: 1;
  }
  100% {
    bottom: 50px;
    opacity: 0;
  }
}
@-moz-keyframes arrow2 {
  0% {
    bottom: 2px;
    opacity: 0;
  }
  50% {
    bottom: 12px;
    opacity: 1;
  }
  100% {
    bottom: 2px;
    opacity: 0;
  }
}
@keyframes arrow2 {
  0% {
    bottom: 2px;
    opacity: 0;
  }
  50% {
    bottom: 12px;
    opacity: 1;
  }
  100% {
    bottom: 2px;
    opacity: 0;
  }
}
@-webkit-keyframes arrow2 {
  0% {
    bottom: 2px;
    opacity: 0;
  }
  50% {
    bottom: 12px;
    opacity: 1;
  }
  100% {
    bottom: 2px;
    opacity: 0;
  }
}
@-moz-keyframes arrow {
  0% {
    bottom: 50px;
    opacity: 0;
  }
  50% {
    bottom: 40px;
    opacity: 1;
  }
  100% {
    bottom: 50px;
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    bottom: 50px;
    opacity: 0;
  }
  50% {
    bottom: 40px;
    opacity: 1;
  }
  100% {
    bottom: 50px;
    opacity: 0;
  }
}
.more:hover {
  cursor: pointer;
}
.industry-news {
  height: 70%;
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  -moz-transform: translateY(-140px);
  transform: translateY(-140px);
}
.in-li {
  height: 230px;
  border-bottom: 1px dotted #dedede;
}
.in-img {
  display: inline-block;
  position: relative;
  top: 30px;
}
.in-content {
  display: inline-block;
  margin-left: 40px;
  width: 70%;
}
.in-content a {
  color: #000;
  font-size: 18px;
}
.con-bottom {
  display: inline-block;
  font-size: 16px;
  color: #656464;
  line-height: 25px;
  margin-top: 15px;
}
.ts-page1 {
  background: url(../imgs/support.png) no-repeat;
  background-size: cover;
}
.wrapper6 {
  position: relative;
  height: 80%;
  top: 0;
}
.tech-tab {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 200px;
}
.tech-tab li:not(.tab-title) {
  cursor: pointer;
}
.tech-tab .actived {
  border-left: 3px solid #206b8e;
}
.tab-title {
  background: #206b8e;
  color: #fff;
}
.tech-tab li {
  text-align: center;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dedede;
}
.tech-tab-content {
  display: none;
  margin-left: 500px;
  height: 650px;
  overflow-y: scroll;
}
.tech-tab-content2 {
  overflow-y: hidden;
}
.footer2 {
  bottom: -50px;
}
.ra-page1 {
  background: url(../imgs/agency.jpg) no-repeat;
  background-position-y: 80px;
  background-size: contain;
}
.question {
  margin: 10px;
}
.question-img {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.tc-li {
  border-bottom: 1px dashed #dedede;
  padding: 20px 0;
}
.qs-content {
  padding-bottom: 5px;
  padding-left: 45px;
}
.install {
  width: 100%;
}
.case-tab {
  width: 80%;
  height: 40px;
  margin: 100px auto 0;
  border-bottom: 2px solid #206b8e;
}
.case-tab-li {
  float: left;
  width: 150px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  border: 2px solid #dedede;
  border-bottom: 2px solid #206b8e;
  cursor: pointer;
}
.case-tab .active {
  border: 2px solid #206b8e;
  border-bottom: 2px solid #dedede;
}
.install-scene {
  display: block;
}
.install-way {
  width: 80%;
  margin: 0 auto;
}
.install-way a {
  color: #000;
}
.install-way li {
  display: inline-block;
  width: 120px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.install-area {
  display: none;
}
.case-list {
  position: relative;
  padding: 0 15% 220px 15%;
}
