body {
  position: relative;
}

@import "../css/iconfont.css";

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

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background: none;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
  text-decoration: none;
}

/*==== flex ====*/
.flex {
  display: flex;
  align-items: center;
}

.flex.left {
  justify-content: flex-start;
}

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

.flex.center {
  justify-content: center;
}

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

.flex.around {
  justify-content: space-around;
}

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

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

.flex.wrap {
  flex-wrap: wrap;
}

.flex .flex-item {
  flex: 1;
}

.flex .flex-none {
  flex: none;
}

/* IOS微信、UC浏览器阻止字体大小调整 */
body {
  -webkit-text-size-adjust: none !important;
}

body {
  -webkit-text-size-adjust: 100% !important;
}

/* header-nav start */
.navbar-new {
  position: absolute;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
  padding: 0.4rem 0;
  background: rgba(112, 155, 231, 0.05);
  border-bottom: 1px solid rgba(112, 155, 231, 0);
  border-radius: 0;
  transition: all 0.4s;
  color: #ffffff;
  font-size: 0.3rem;
}

.navbar-new.affix {
  position: fixed;
}

.navbar-new.white {
  color: #787878;
}

.navbar-new>.container {
  display: flex;
  align-items: center;
}

/*左侧logo*/
.navbar-new .logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.navbar-new .logo-01 {
  display: inline-block;
  width: 1.7333rem;
  height: 0.8rem;
  background: url(../img/nav_logo1_white.png) center no-repeat;
  background-size: contain;
}

.navbar-new .logo-02 {
  display: inline-block;
  width: 1.7333rem;
  height: 0.8rem;
  background: url(../img/nav_logo2_white.png) center no-repeat;
  background-size: cover;
}

.navbar-new .line {
  display: inline-block;
  width: 1px;
  height: 0.56rem;
  border-right: 1px solid #D2D2D2;
  margin: 0.06rem 0.1rem 0.06rem 0.2rem;
}

/*导航菜单项*/
.navbar-new .menu {
  flex: 1;
}

.navbar-new a {
  color: inherit;
  text-decoration: none;
}

.navbar-new ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.navbar-new li {
  position: relative;
}

.navbar-new li:hover:before,
.navbar-new li.active:before {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 17%;
  width: 66%;
  height: 1px;
  border-bottom: 2px solid #FFF;
}

/*右上角联系电话等信息*/
.navbar-new .contact-info {
  margin-left: 1rem;
}

.navbar-new .contact-info .phone {
  display: flex;
  align-items: center;
}

.navbar-new .contact-info .icon-phone {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../img/nav-phone-white.svg) left center no-repeat;
  background-size: cover;
  margin-right: 0.1rem;
}

/*affix时样式切换*/
.navbar-new.white {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: none;
  box-shadow: 0rem 0.0267rem 0.1467rem 0.0133rem rgba(40, 40, 40, 0.11);
  transition: all 0.4s;
}

.navbar-new.white .logo-01 {
  background: url(../img/nav_logo1_black.png) center no-repeat;
  background-size: cover;
}

.navbar-new.white .logo-02 {
  background: url(../img/nav_logo2_black.png) center no-repeat;
  background-size: cover;
}

.navbar-new.white li:hover:before,
.navbar-new.white li.active:before {
  border-color: #787878;
}

.navbar-new.white .contact-info .icon-phone {
  background: url(../img/nav-phone-black.svg) left center no-repeat;
  background-size: cover;
}

/* head-nav end */


.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.section {
  padding: 1rem 0;
}

.section .title {
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.3733rem;
}

.section .subtitle {
  color: #787878;
  font-size: 0.32rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.4rem;
}

.bg-gray {
  background-color: #F4F7FB;
}

.header {
  position: relative;
  height: 12rem;
  background: linear-gradient(to right, #6a12cc, #2674fc);
}

.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg.png);
  background-position: center bottom;
}

.header .left {
  z-index: 3;
  position: relative;
  padding: 4rem 0 0;
  color: #FFF;
}

.header .right {
  z-index: 2;
  position: absolute;
  right: 2rem;
  top: 1.7733rem;
  width: 13.3467rem;
}

.header ul {
  font-size: 0.65rem;
}

.header ul li:nth-child(1) {
  font-weight: 600;
}

.header ul li:nth-child(3) {
  padding: 0.5333rem 0 1.08rem 0;
  font-size: 0.4rem;
}

.header .button {
  width: 3.7067rem;
  padding: 0.25rem;
  font-size: 0.45rem;
  text-align: center;
  line-height: 0.32rem;
  background: linear-gradient(225deg, #fa2b56 0%, #f91c3d 100%);
  border-radius: 0.0667rem;
  color: #FFF;
}

.header .button:hover,
.header .button:active {
  opacity: 0.9;
}

.section-1 .row,
.section-1 .left {
  display: flex;
  align-items: center;
}

.section-1 .right .pic {
  width: 8.5867rem;
  margin: auto;
}

.section-1 ul {
  width: 9.2333rem;
  font-size: 0.8rem;
}

.section-1 ul li:nth-child(1) {
  font-weight: 600;
}

.section-1 ul li:nth-child(3) {
  margin: 0.4rem 0;
  font-size: 0.32rem;
  color: #787878;
}

.section-1 ul li:nth-child(4) {
  font-size: 0.4rem;
  color: #787878;
  font-weight: 900;
}

.section-2 ul {
  padding: 0 1rem;
}

.section-2 ul li {
  padding: 0.2667rem;
  text-align: center;
  min-height: 3rem;
}

.section-2 ul li img {
  width: 1.2rem;
  height: 1.2rem;
}

.section-2 ul li .name {
  font-size: 0.32rem;
  font-weight: 600;
}

.section-3 .row {
  display: flex;
  align-items: center;
}

/*.section-3 .video-wrapper{border-radius: 0 0.2rem .2rem 0 ;overflow: hidden;box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.3);}*/
.section-3 video {
  width: 100%;
}

.section-3 .nav-tabs {
  border: 0;
}

.section-3 .nav-tabs {
  padding: 0;
  border: 1px solid rgba(138, 138, 138, 0.1);
}

.section-3 .nav-tabs>li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  float: none;
  margin: 0;
  font-size: 0.32rem;
  padding: 0.4rem 0.4rem 0.4rem 0;
}

.section-3 .nav-tabs>li+li {
  border-top: 1px solid rgba(138, 138, 138, 0.1);
}

.section-3 .nav-tabs>li .icon {
  flex: none;
  -webkit-flex: none;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.2rem;
}

.section-3 .nav-tabs>li>a {
  color: #828282;
  border: none !important;
  padding: 0 !important;
}

.section-3 .nav-tabs>li.active,
.section-3 .nav-tabs>li.active:focus,
.section-3 .nav-tabs>li.active:hover {
  border-left: 10px solid #2772FA;
  color: #000;
  box-shadow: 4px 3px 18px 3px rgba(0, 28, 86, 0.15);
}

.section-3 .tab-content {
  padding: 0;
}

.section-4 {
  padding: 1.5rem 3.4rem;
}

.section-4 ul li {
  padding: 0.4rem;
  display: flex;
  align-items: center;
}

.section-4 ul li .img {
  width: 0.96rem;
}

.section-4 ul li .text {
  flex: 1;
  margin-left: 0.2667rem;
}

.section-4 ul li .name {
  margin-bottom: 0.1333rem;
  font-size: 0.32rem;
  font-weight: 600;
}

.section-4 ul li .desc {
  font-size: 0.25rem;
  color: #333;
}

.section-5 {
  padding:2rem 3rem 1rem;
}

.section-5 .swiper-block {
  position: relative;
}

.section-5 .swiper-button-prev,
.section-5 .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 1.3333rem;
  height: 1.3333rem;
  background-size: contain;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}

.section-5 .swiper-button-prev {
  left: -2rem;
  background-image: url(../img/why_right.png);
}

.section-5 .swiper-button-next {
  right: -2rem;
  background-image: url(../img/why_left.png);
}

.section-5 .swiper-slide {
  padding: 1rem 0;
}

.section-5 .swiper-slide,
.section-5 li {
  text-align: center;
}

.section-5 .card {
  margin: 0.1rem 0;
  padding: 0.4rem 0.2rem;
  min-height: 4.1333rem;
  border: 1px solid #f2f2f2;
  transition: 0.3s;
  overflow: hidden;
}

.section-5 .card:hover {
  box-shadow: 0rem 0.2rem 0.45rem #d1d3d6;
  transition: 0.3s;
}

.section-5 .card img {
  width: 1.0667rem;
  height: 1.0667rem;
}

.section-5 .name {
  margin-bottom: 0.0667rem;
  font-size: 0.32rem;
  font-weight: 600;
}

.section-5 .desc {
  font-size: 0.3rem;
}

.section-6 {
  position: relative;
  padding: 1.5rem 0;
  background: url(../img/feedback_bg.png) center center no-repeat;
  background-size: 10.6667rem 10.6667rem;
  background-color: #F4F7FB;
}

.section-6 .swiper-container {
  padding: 0 0 1.2rem;
}

.section-6 .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background: #FA264D;
  opacity: 1;
}

/*.section-6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 .5rem;}*/
.section-6 .swiper-pagination-bullet-active {
  background: #2772FA;
}

.section-6 .right {
  position: absolute;
  left: 66%;
  top: 4.8rem;
}

.section-6 .right h1 {
  font-size: 1.2533rem;
  font-weight: 600;
}

.section-6 .iphone {
  position: relative;
  width: 5.92rem;
  height: 11.8133rem;
  padding: 0.3333rem 0.3867rem 0.3333rem;
  margin: 0.7rem auto 0.8rem;
}

.section-6 .phone-body {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 5.92rem;
  height: 11.8133rem;
  background: url(../img/phone.png) center center no-repeat;
  background-size: contain;
  pointer-events: none;
}

.section-6 .swiper-slide {
  text-align: center;
}

.section-8 ul {
  padding-top: 0.2667rem;
}

.section-8 ul li {
  position: relative;
  text-align: center;
  padding: 0.2667rem 0;
}

.section-8 ul li:after {
  content: '';
  position: absolute;
  top: 0.55rem;
  right: -0.1rem;
  width: 0.32rem;
  height: 0.56rem;
  background: url(../img/step.png) center no-repeat;
  background-size: contain;
}

.section-8 ul li:nth-last-child(1):after {
  content: normal;
}

.section-8 ul li img {
  width: 1.2rem;
  height: 1.2rem;
}

.section-8 ul li .name {
  margin-top: 0.15333rem;
  font-size: 0.4rem;
}

#udesk_panel {
  right: 0 !important;
}

#udesk_btn a {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .section .subtitle {
    font-size: 0.4rem;
  }

  .navbar-new {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.4rem 0;
    background: none;
    border-bottom: none;
  }

  .navbar-new.affix {
    position: absolute;
  }

  .header {
    position: relative;
    height: 9.6133rem;
    background: linear-gradient(to right, #6a12cc, #2674fc);
  }

  .header:before {
    content: normal;
  }

  .header .left {
    z-index: 3;
    position: relative;
    padding: 3rem 0 0;
    color: #FFF;
    text-align: center;
  }

  .header .left .button {
    margin: auto;
  }

  .section-1 .row {
    display: block;
  }

  .section-1 .left {
    text-align: center;
  }

  .section-1 ul {
    margin: 0 auto 1rem;
  }

  .section-1 ul li:nth-child(3) {
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #000;
  }

  .section-2 .subtitle {
    line-height: 0.6rem;
  }

  .section-2 ul li {
    min-height: 0;
  }

  .section-3 .row {
    display: block;
  }

  .section-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-4 ul li .name {
    font-size: 0.4rem;
  }

  .section-4 ul li .desc {
    font-size: 0.3rem;
    color: #000;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 .col-xs-6 {
    padding: 0;
  }

  .section-5 ul {
    margin-top: 0.5rem;
  }

  .section-5 .card {
    padding: 0.4rem 0.2rem;
    margin: 0.2rem;
    color: #333;
  }

  .section-7 ul li .name {
    font-size: 0.4rem;
  }

  .service .row+.row {
    margin-top: 0;
  }

  .service .card+.card {
    margin-left: 0 !important;
    margin-top: 30px;
  }

  #udesk_btn a {
    bottom: 1.2rem !important;
  }
}

/*服务内容*/
.service .title {
  position: relative;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 40px;
}

.service .row {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 20px;
}

.service .row+.row {
  margin-top: 30px;
}

.service .card {
  width: 360px;
  height: 300px;
  padding: 20px;
  background: #FFF;
  text-align: center;
  border: 1px solid #347bfa;
}

.service .card+.card {
  margin-left: 30px;
}

.service .card .name {
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.service .card .content {
  text-align: left;
  font-size: 16px;
}

.service-01 {
  background: #FBFCFD;
}
.service-02{
  padding: 1.5rem 0;
}
.service-02 .title {
  margin-bottom: 20px;
}

.service-02 .card {
  width: 360px;
  height: 250px;
  padding: 20px;
  background: #FFF;
  text-align: center;
  border: none;
  box-shadow: 1px 1px 18px 0px rgba(0, 28, 86, 0.11);
}

.service-02 .card:hover {
  box-shadow: 11px 11px 40px 0px rgba(0, 28, 86, 0.2);
  transition: 0.3s;
}

.service-02 .card .name {
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.service-02 .card .content {
  text-align: center;
  font-size: 16px;
}

.c-join-container {
  width: 100%;
  margin: 0 auto;
  padding: 42px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-join-coll-body {
  display: inline-block;
  margin: auto;
  width: 36%;
  min-width: 360px;
}

.c-join-container .h2 {
  font-size: 36px;
  line-height: 48px;
  /* margin-bottom: 16px; */
  color: #fff;
}

.c-join-container .c-desc {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 16px;
}
.c-join-container .h2 a{
  color: #fff;
}
.c-join-container .c-qrcode {
  width: 186px;
  height: 186px;
  margin: 0 auto;
  /* margin-bottom: 32px; */
}

.c-join-container .c-qrcode img {
  max-width: 186px;
  max-height: 186px;
}

/* about-us start */
#about-us {
  font-size: 0.3rem;
  padding: 0.3rem 0 0.1333rem 0;
}

#about-us .about-us,
#about-us .contact,
#about-us .wx-qrcode {
  padding: 0 0.5rem;
  margin: 0.3rem 0 0.5rem 0;
}

#about-us .contact {
  border-left: 1px solid #E5E5E5;
}

#about-us .title {
  font-size: 0.45rem;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0.2rem;
}

.copyright {
  text-align: center;
  padding: 0.2667rem 0;
  color: #787878;
  font-size: 0.28rem;
}

.copyright a {
  color: #787878;
}

.public-security {
  text-align: center;
  color: #787878;
  font-size: 0.28rem;
  margin-bottom: 0.2667rem;
}

.public-security img {
  margin-right: 5px;
}

.wx-qrcode img {
  width: 140px;
}

@media only screen and (max-width: 768px) {
  #about-us {
    overflow: hidden;
  }

  #about-us .title {
    text-align: center;
  }

  #about-us .content {
    text-align: center;
    color: #787878;
    padding: 0 0.5rem;
  }
}

/* about-us end */

/* footer-nav start */
.headroom {
  will-change: transform;
  transition: -webkit-transform 0.25s ease-in-out 0s;
  transition: transform 0.25s ease-in-out 0s;
  transition: transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
}

#footer-nav {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #f2f2f2;
}

#footer-nav ul {
  height: 1.4rem;
}

#footer-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
}

#footer-nav ul li .inner {
  text-align: center;
}

#footer-nav ul li .icon {
  height: 0.8rem;
}

#footer-nav .btn-message {
  background: #2772FA;
  text-align: center;
  font-size: 0.4rem;
}

#footer-nav .btn-message a {
  color: #fff;
  text-decoration: none;
}

#footer-nav.pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#footer-nav.unpinned {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* footer-nav end */