article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

li {
  list-style-type: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

.fl {
  float: left; }

.fr {
  float: right; }

.dis, .hidden {
  display: none; }

.al-r {
  text-align: right; }

.al-l {
  text-align: left; }

.al-c {
  text-align: center; }

img {
  border: 0; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pl10 {
  padding-left: 10px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pr10 {
  padding-right: 10px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

select {
  background: #fff;
  border-radius: 0; }

a {
  background-color: transparent;
  text-decoration: none;
  color: #333; }

a:active, a:hover {
  outline: 0; }

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "liga", "kern"; }

body {
  background-color: #f5f7f8; }

.container {
  width: 1184px;
  margin-right: auto;
  margin-left: auto; }

.clearfix:before, .clearfix:after, .container:before, .container:after {
  display: table;
  content: " "; }

.clearfix:after, .container:after {
  clear: both; }

.btn {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color .3s, color .3s, border-color .3s;
  -o-transition: background-color .3s, color .3s, border-color .3s;
  -moz-transition: background-color .3s, color .3s, border-color .3s;
  -webkit-transition: background-color .3s, color .3s, border-color .3s; }
  .btn.btn-primary {
    color: #59d2f9;
    background: transparent;
    border-color: #59d2f9; }
    .btn.btn-primary:hover {
      color: #fff;
      background: #59d2f9; }
    .btn.btn-primary.active, .btn.btn-primary:active {
      color: #fff;
      background-color: #3dc6f2;
      border-color: #3dc6f2; }
  .btn.btn-blue {
    background-color: #59d2f9;
    border-color: #59d2f9;
    color: #fff; }
    .btn.btn-blue:hover {
      background-color: #3dc6f2; }
  .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
    .btn.btn-default:hover {
      color: #ffffff;
      border-color: #59d2f9; }
  .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.p_r {
  position: relative; }

.hide {
  display: none; }

.new_header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 1000000;
  box-shadow: 0px 0px 6px #eee; }
  .new_header .container {
    width: 1184px;
    height: 70px;
    margin: 0 auto; }
  .new_header .logo {
    margin: 15px 0;
    float: left;
    width: 154px;
    height: 41px; }
    .new_header .logo img {
      width: 100%;
      height: 100%; }
  .new_header nav.p_l {
    position: relative;
    float: left;
    margin-left: 73px;
    height: 70px;
    line-height: 70px; }
    .new_header nav.p_l a:hover {
      color: #6B5AF0; }
    .new_header nav.p_l .first_a {
      float: left;
      line-height: 70px;
      height: 70px;
      font-size: 16px;
      color: #333;
      letter-spacing: 1px;
      font-weight: bold; }
      .new_header nav.p_l .first_a:hover {
        color: #6B5AF0; }
    .new_header nav.p_l .nav_introduce {
      position: relative;
      text-align: left; }
      .new_header nav.p_l .nav_introduce:hover {
        color: #6B5AF0;
        font-weight: bold; }
      .new_header nav.p_l .nav_introduce i {
        position: absolute;
        top: 50%;
        right: 0;
        width: 0px;
        height: 0px;
        margin-top: -3.5px;
        border: 3.5px solid #fff;
        border-top-color: #333; }
    .new_header nav.p_l .about_us {
      margin-left: 55px; }
    .new_header nav.p_l .help_center {
      margin-left: 85px; }
    .new_header nav.p_l .nav_list {
      display: none;
      position: absolute;
      top: 70px;
      left: 25px;
      width: 180px;
      background: #fff;
      z-index: 1000;
      box-shadow: 0px 3px 2px #ddd;
      border-radius: 0 0 6px 6px;
      box-shadow: 0px 2px 4px 0px rgba(166, 166, 166, 0.5);
      border-radius: 0px 0px 8px 8px; }
      .new_header nav.p_l .nav_list i {
        position: absolute;
        top: -14px;
        left: 83px;
        display: block;
        margin: 0 auto;
        width: 0px;
        height: 0px;
        overflow: hidden;
        border-width: 7px;
        border-color: transparent transparent #6b5af0 transparent;
        border-style: dashed dashed solid dashed; }
      .new_header nav.p_l .nav_list:hover {
        display: block; }
      .new_header nav.p_l .nav_list .nav_li_1 {
        background: #fff;
        color: #333;
        font-size: 14px;
        display: block;
        text-align: center;
        height: 67px;
        line-height: 67px;
        letter-spacing: 1px;
        text-indent: -1px; }
      .new_header nav.p_l .nav_list .nav_li {
        background: #fff;
        color: #000002;
        font-size: 16px;
        display: block;
        text-align: center;
        height: 62px;
        line-height: 62px;
        letter-spacing: 1px; }
        .new_header nav.p_l .nav_list .nav_li:hover {
          background: #F7F9FC;
          font-weight: bold;
          color: #6B5AF0; }
      .new_header nav.p_l .nav_list .border-top {
        border-top: 1px solid #6B5AF0; }
  .new_header nav.p_r {
    float: right;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #666; }
    .new_header nav.p_r .nav_introduce {
      display: inline-block;
      width: 140px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      border-radius: 22px;
      color: #6B5AF0;
      background: #ffffff;
      border: 1px solid #6B5AF0;
      margin-right: 20px;
      font-weight: bold; }
      .new_header nav.p_r .nav_introduce:hover {
        color: #4D39E9;
        border: 1px solid #4D39E9; }
    .new_header nav.p_r .nav_introduce_active {
      display: inline-block;
      width: 140px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      border-radius: 22px;
      color: #ffffff;
      background: #6B5AF0;
      border: 1px solid #6B5AF0;
      font-weight: bold; }
      .new_header nav.p_r .nav_introduce_active:hover {
        color: #ffffff;
        border: 1px solid #4D39E9;
        background: #4D39E9; }

.elevator {
  position: fixed;
  left: 50%;
  bottom: 130px;
  margin-left: 625px;
  width: 70px;
  z-index: 112; }
  .elevator img {
    vertical-align: middle;
    border: 0; }
  .elevator .elevator-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 1px;
    width: 70px;
    height: 70px;
    background-color: #6B5AF0;
    cursor: pointer;
    text-align: center; }
    .elevator .elevator-icon:hover {
      background: #4D39E9; }

@media screen and (max-width: 1280px) {
  .elevator {
    margin-left: 580px; } }
.elevator .elevator-icon:last-child {
  margin-bottom: 0; }

.elevator .change-wz {
  line-height: 46px; }

.elevator .change-wz .wz {
  font-size: 12px;
  color: #FEFEFE;
  line-height: 20px; }

.container_footer {
  width: 1215px;
  padding: 0;
  margin: 0 auto; }

.container_cont:after {
  content: '';
  display: block;
  clear: both; }
.container_cont .content-l {
  float: left;
  width: 450px;
  padding-bottom: 40px; }
  .container_cont .content-l h1 {
    padding-top: 51px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px; }
  .container_cont .content-l .content-p {
    margin-top: 15px; }
    .container_cont .content-l .content-p p {
      width: 450px;
      font-size: 14px;
      font-weight: 100;
      color: #898989;
      line-height: 28px;
      letter-spacing: 1px; }
      .container_cont .content-l .content-p p span {
        color: #D2D2D2; }
      .container_cont .content-l .content-p p .span2 {
        font-weight: 400; }
.container_cont .content-c {
  float: left;
  width: 316px;
  margin-left: 53px; }
  .container_cont .content-c h1 {
    padding-top: 51px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px; }
  .container_cont .content-c .content-p {
    margin-top: 15px; }
    .container_cont .content-c .content-p p {
      width: 406px;
      font-size: 14px;
      font-weight: 100;
      color: #898989;
      line-height: 28px;
      letter-spacing: 1px; }
      .container_cont .content-c .content-p p span {
        color: #D2D2D2; }
      .container_cont .content-c .content-p p .span2 {
        font-weight: 400; }
.container_cont .content-r {
  float: left;
  width: 212px;
  margin-left: 53px; }
  .container_cont .content-r h1 {
    padding-top: 51px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px; }
  .container_cont .content-r .content-p {
    margin-top: 15px; }
    .container_cont .content-r .content-p p {
      width: 406px;
      font-size: 14px;
      font-weight: 100;
      color: #898989;
      line-height: 28px;
      letter-spacing: 1px; }
      .container_cont .content-r .content-p p span {
        color: #D2D2D2; }
      .container_cont .content-r .content-p p .span2 {
        font-weight: 400; }
.container_cont .content-hao {
  padding-top: 51px;
  float: right; }
  .container_cont .content-hao .hao-img {
    text-align: center; }
    .container_cont .content-hao .hao-img img {
      width: 90px;
      height: 90px; }
  .container_cont .content-hao p {
    padding-top: 10px;
    font-size: 14px;
    color: #898989;
    letter-spacing: 1px; }

.try_out {
  background: url(../images/try_out_bg.png) no-repeat top center;
  background-size: 100% 100%;
  height: 526px;
  padding-top: 59px; }
  .try_out .try_out_container {
    background: #fff;
    margin: 0 auto;
    width: 1200px;
    height: 407px;
    padding-top: 124px;
    text-align: center; }
    .try_out .try_out_container .title {
      position: relative;
      height: 50px;
      line-height: 50px;
      font-size: 36px;
      color: #333;
      font-weight: bold; }
      .try_out .try_out_container .title::after {
        content: '';
        position: absolute;
        left: 315px;
        bottom: -25px;
        width: 30px;
        height: 3px;
        background: #333; }
    .try_out .try_out_container .desc {
      width: 300px;
      margin-left: 310px;
      text-align: left;
      margin-top: 45px;
      font-size: 18px;
      color: #333;
      line-height: 28px; }
    .try_out .try_out_container a.try_out_btn {
      display: block;
      margin-top: 40px;
      margin-left: 310px;
      width: 147px;
      height: 44px;
      line-height: 44px;
      color: #fff;
      background: #59D2F9;
      border-radius: 22px;
      box-shadow: 0px 2px 8px 0px #92e5ff; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  min-width: 1250px;
  display: none;
  overflow-y: auto; }
  .modal .modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1050; }
  .modal .modal-dialog {
    width: 960px;
    height: 587px;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -254px;
    position: relative;
    z-index: 999999;
    background: #fff;
    border-radius: 4px; }
    .modal .modal-dialog .elevator-h1 {
      height: 133px;
      background: #6E50F4;
      text-align: center;
      padding-top: 45px; }
      .modal .modal-dialog .elevator-h1 img {
        width: 409px;
        height: 55px; }
    .modal .modal-dialog p {
      font-size: 16px;
      color: #333333;
      text-align: center;
      margin-top: 40px;
      margin-bottom: 25px; }
    .modal .modal-dialog .info-all {
      padding: 0 154px; }
      .modal .modal-dialog .info-all:after {
        content: '';
        clear: both;
        display: table; }
      .modal .modal-dialog .info-all .info-l {
        float: left;
        width: 290px; }
        .modal .modal-dialog .info-all .info-l .l-input {
          border-bottom: 1px solid #EAEAEA;
          margin-top: 25px;
          font-size: 16px;
          color: #333333;
          line-height: 40px; }
          .modal .modal-dialog .info-all .info-l .l-input input {
            border: none;
            width: 210px;
            height: 28px;
            line-height: 28px; }
          .modal .modal-dialog .info-all .info-l .l-input select {
            border: none; }
      .modal .modal-dialog .info-all .info-r {
        float: right;
        width: 290px; }
        .modal .modal-dialog .info-all .info-r .l-input {
          position: relative;
          border-bottom: 1px solid #EAEAEA;
          margin-top: 25px;
          font-size: 16px;
          color: #333333;
          line-height: 40px; }
          .modal .modal-dialog .info-all .info-r .l-input input {
            border: none;
            width: 210px;
            height: 28px;
            line-height: 30px; }
          .modal .modal-dialog .info-all .info-r .l-input select {
            border: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 200px;
            padding-left: 10px; }
          .modal .modal-dialog .info-all .info-r .l-input i {
            position: absolute;
            top: 15px;
            left: 230px;
            display: block;
            margin: 0 auto;
            width: 0px;
            height: 0px;
            overflow: hidden;
            border-width: 7px;
            border-color: #EAEAEA transparent transparent transparent;
            border-style: dashed dashed solid dashed; }
    .modal .modal-dialog .b-ne {
      width: 262px;
      height: 44px;
      margin: 0 auto;
      padding-top: 50px;
      padding-bottom: 80px; }
      .modal .modal-dialog .b-ne #js_submit {
        width: 262px;
        height: 44px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border-radius: 22px;
        background: #6B5AF0;
        box-shadow: 0px 15px 10px -12px #6B5AF0; }
        .modal .modal-dialog .b-ne #js_submit:hover {
          background: #4D39E9; }
    .modal .modal-dialog .close {
      position: absolute;
      top: 10px;
      right: 20px;
      cursor: pointer;
      color: #333;
      font-size: 25px; }
      .modal .modal-dialog .close img {
        width: 16px;
        height: 16px; }

.o-hidden {
  overflow: hidden; }

#alertTips {
  position: fixed;
  top: 40%;
  left: 0;
  max-width: 72%;
  z-index: 11111;
  line-height: 1.5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

li {
  list-style-type: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

.fl {
  float: left; }

.fr {
  float: right; }

.dis, .hidden {
  display: none; }

.al-r {
  text-align: right; }

.al-l {
  text-align: left; }

.al-c {
  text-align: center; }

img {
  border: 0; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pl10 {
  padding-left: 10px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pr10 {
  padding-right: 10px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

select {
  background: #fff;
  border-radius: 0; }

a {
  background-color: transparent;
  text-decoration: none;
  color: #333; }

a:active, a:hover {
  outline: 0; }

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "liga", "kern"; }

body {
  background-color: #f5f7f8; }

.container {
  width: 1184px;
  margin-right: auto;
  margin-left: auto; }

.clearfix:before, .clearfix:after, .container:before, .container:after {
  display: table;
  content: " "; }

.clearfix:after, .container:after {
  clear: both; }

.btn {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color .3s, color .3s, border-color .3s;
  -o-transition: background-color .3s, color .3s, border-color .3s;
  -moz-transition: background-color .3s, color .3s, border-color .3s;
  -webkit-transition: background-color .3s, color .3s, border-color .3s; }
  .btn.btn-primary {
    color: #59d2f9;
    background: transparent;
    border-color: #59d2f9; }
    .btn.btn-primary:hover {
      color: #fff;
      background: #59d2f9; }
    .btn.btn-primary.active, .btn.btn-primary:active {
      color: #fff;
      background-color: #3dc6f2;
      border-color: #3dc6f2; }
  .btn.btn-blue {
    background-color: #59d2f9;
    border-color: #59d2f9;
    color: #fff; }
    .btn.btn-blue:hover {
      background-color: #3dc6f2; }
  .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
    .btn.btn-default:hover {
      color: #ffffff;
      border-color: #59d2f9; }
  .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.p_r {
  position: relative; }

.hide {
  display: none; }

.new_header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 1000000;
  box-shadow: 0px 0px 6px #eee; }
  .new_header .container {
    width: 1184px;
    height: 70px;
    margin: 0 auto; }
  .new_header .logo {
    margin: 15px 0;
    float: left;
    width: 154px;
    height: 41px; }
    .new_header .logo img {
      width: 100%;
      height: 100%; }
  .new_header nav.p_l {
    position: relative;
    float: left;
    margin-left: 73px;
    height: 70px;
    line-height: 70px; }
    .new_header nav.p_l a:hover {
      color: #6B5AF0; }
    .new_header nav.p_l .first_a {
      float: left;
      line-height: 70px;
      height: 70px;
      font-size: 16px;
      color: #333;
      letter-spacing: 1px;
      font-weight: bold; }
      .new_header nav.p_l .first_a:hover {
        color: #6B5AF0; }
    .new_header nav.p_l .nav_introduce {
      position: relative;
      text-align: left; }
      .new_header nav.p_l .nav_introduce:hover {
        color: #6B5AF0;
        font-weight: bold; }
      .new_header nav.p_l .nav_introduce i {
        position: absolute;
        top: 50%;
        right: 0;
        width: 0px;
        height: 0px;
        margin-top: -3.5px;
        border: 3.5px solid #fff;
        border-top-color: #333; }
    .new_header nav.p_l .about_us {
      margin-left: 55px; }
    .new_header nav.p_l .help_center {
      margin-left: 85px; }
    .new_header nav.p_l .nav_list {
      display: none;
      position: absolute;
      top: 70px;
      left: 25px;
      width: 180px;
      background: #fff;
      z-index: 1000;
      box-shadow: 0px 3px 2px #ddd;
      border-radius: 0 0 6px 6px;
      box-shadow: 0px 2px 4px 0px rgba(166, 166, 166, 0.5);
      border-radius: 0px 0px 8px 8px; }
      .new_header nav.p_l .nav_list i {
        position: absolute;
        top: -14px;
        left: 83px;
        display: block;
        margin: 0 auto;
        width: 0px;
        height: 0px;
        overflow: hidden;
        border-width: 7px;
        border-color: transparent transparent #6b5af0 transparent;
        border-style: dashed dashed solid dashed; }
      .new_header nav.p_l .nav_list:hover {
        display: block; }
      .new_header nav.p_l .nav_list .nav_li_1 {
        background: #fff;
        color: #333;
        font-size: 14px;
        display: block;
        text-align: center;
        height: 67px;
        line-height: 67px;
        letter-spacing: 1px;
        text-indent: -1px; }
      .new_header nav.p_l .nav_list .nav_li {
        background: #fff;
        color: #000002;
        font-size: 16px;
        display: block;
        text-align: center;
        height: 62px;
        line-height: 62px;
        letter-spacing: 1px; }
        .new_header nav.p_l .nav_list .nav_li:hover {
          background: #F7F9FC;
          font-weight: bold;
          color: #6B5AF0; }
      .new_header nav.p_l .nav_list .border-top {
        border-top: 1px solid #6B5AF0; }
  .new_header nav.p_r {
    float: right;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #666; }
    .new_header nav.p_r .nav_introduce {
      display: inline-block;
      width: 140px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      border-radius: 22px;
      color: #6B5AF0;
      background: #ffffff;
      border: 1px solid #6B5AF0;
      margin-right: 20px;
      font-weight: bold; }
      .new_header nav.p_r .nav_introduce:hover {
        color: #4D39E9;
        border: 1px solid #4D39E9; }
    .new_header nav.p_r .nav_introduce_active {
      display: inline-block;
      width: 140px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      border-radius: 22px;
      color: #ffffff;
      background: #6B5AF0;
      border: 1px solid #6B5AF0;
      font-weight: bold; }
      .new_header nav.p_r .nav_introduce_active:hover {
        color: #ffffff;
        border: 1px solid #4D39E9;
        background: #4D39E9; }

.elevator {
  position: fixed;
  left: 50%;
  bottom: 130px;
  margin-left: 625px;
  width: 70px;
  z-index: 112; }
  .elevator img {
    vertical-align: middle;
    border: 0; }
  .elevator .elevator-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 1px;
    width: 70px;
    height: 70px;
    background-color: #6B5AF0;
    cursor: pointer;
    text-align: center; }
    .elevator .elevator-icon:hover {
      background: #4D39E9; }

@media screen and (max-width: 1280px) {
  .elevator {
    margin-left: 580px; } }
.elevator .elevator-icon:last-child {
  margin-bottom: 0; }

.elevator .change-wz {
  line-height: 46px; }

.elevator .change-wz .wz {
  font-size: 12px;
  color: #FEFEFE;
  line-height: 20px; }

.container_footer {
  width: 1215px;
  padding: 0;
  margin: 0 auto; }

.container_cont:after {
  content: '';
  display: block;
  clear: both; }
.container_cont .content-l {
  float: left;
  width: 450px;
  padding-bottom: 40px; }
  .container_cont .content-l h1 {
    padding-top: 51px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px; }
  .container_cont .content-l .content-p {
    margin-top: 15px; }
    .container_cont .content-l .content-p p {
      width: 450px;
      font-size: 14px;
      font-weight: 100;
      color: #898989;
      line-height: 28px;
      letter-spacing: 1px; }
      .container_cont .content-l .content-p p span {
        color: #D2D2D2; }
      .container_cont .content-l .content-p p .span2 {
        font-weight: 400; }
.container_cont .content-c {
  float: left;
  width: 316px;
  margin-left: 53px; }
  .container_cont .content-c h1 {
    padding-top: 51px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px; }
  .container_cont .content-c .content-p {
    margin-top: 15px; }
    .container_cont .content-c .content-p p {
      width: 406px;
      font-size: 14px;
      font-weight: 100;
      color: #898989;
      line-height: 28px;
      letter-spacing: 1px; }
      .container_cont .content-c .content-p p span {
        color: #D2D2D2; }
      .container_cont .content-c .content-p p .span2 {
        font-weight: 400; }
.container_cont .content-r {
  float: left;
  width: 212px;
  margin-left: 53px; }
  .container_cont .content-r h1 {
    padding-top: 51px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px; }
  .container_cont .content-r .content-p {
    margin-top: 15px; }
    .container_cont .content-r .content-p p {
      width: 406px;
      font-size: 14px;
      font-weight: 100;
      color: #898989;
      line-height: 28px;
      letter-spacing: 1px; }
      .container_cont .content-r .content-p p span {
        color: #D2D2D2; }
      .container_cont .content-r .content-p p .span2 {
        font-weight: 400; }
.container_cont .content-hao {
  padding-top: 51px;
  float: right; }
  .container_cont .content-hao .hao-img {
    text-align: center; }
    .container_cont .content-hao .hao-img img {
      width: 90px;
      height: 90px; }
  .container_cont .content-hao p {
    padding-top: 10px;
    font-size: 14px;
    color: #898989;
    letter-spacing: 1px; }

.try_out {
  background: url(../images/try_out_bg.png) no-repeat top center;
  background-size: 100% 100%;
  height: 526px;
  padding-top: 59px; }
  .try_out .try_out_container {
    background: #fff;
    margin: 0 auto;
    width: 1200px;
    height: 407px;
    padding-top: 124px;
    text-align: center; }
    .try_out .try_out_container .title {
      position: relative;
      height: 50px;
      line-height: 50px;
      font-size: 36px;
      color: #333;
      font-weight: bold; }
      .try_out .try_out_container .title::after {
        content: '';
        position: absolute;
        left: 315px;
        bottom: -25px;
        width: 30px;
        height: 3px;
        background: #333; }
    .try_out .try_out_container .desc {
      width: 300px;
      margin-left: 310px;
      text-align: left;
      margin-top: 45px;
      font-size: 18px;
      color: #333;
      line-height: 28px; }
    .try_out .try_out_container a.try_out_btn {
      display: block;
      margin-top: 40px;
      margin-left: 310px;
      width: 147px;
      height: 44px;
      line-height: 44px;
      color: #fff;
      background: #59D2F9;
      border-radius: 22px;
      box-shadow: 0px 2px 8px 0px #92e5ff; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  min-width: 1250px;
  display: none;
  overflow-y: auto; }
  .modal .modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1050; }
  .modal .modal-dialog {
    width: 960px;
    height: 587px;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -254px;
    position: relative;
    z-index: 999999;
    background: #fff;
    border-radius: 4px; }
    .modal .modal-dialog .elevator-h1 {
      height: 133px;
      background: #6E50F4;
      text-align: center;
      padding-top: 45px; }
      .modal .modal-dialog .elevator-h1 img {
        width: 409px;
        height: 55px; }
    .modal .modal-dialog p {
      font-size: 16px;
      color: #333333;
      text-align: center;
      margin-top: 40px;
      margin-bottom: 25px; }
    .modal .modal-dialog .info-all {
      padding: 0 154px; }
      .modal .modal-dialog .info-all:after {
        content: '';
        clear: both;
        display: table; }
      .modal .modal-dialog .info-all .info-l {
        float: left;
        width: 290px; }
        .modal .modal-dialog .info-all .info-l .l-input {
          border-bottom: 1px solid #EAEAEA;
          margin-top: 25px;
          font-size: 16px;
          color: #333333;
          line-height: 40px; }
          .modal .modal-dialog .info-all .info-l .l-input input {
            border: none;
            width: 210px;
            height: 28px;
            line-height: 28px; }
          .modal .modal-dialog .info-all .info-l .l-input select {
            border: none; }
      .modal .modal-dialog .info-all .info-r {
        float: right;
        width: 290px; }
        .modal .modal-dialog .info-all .info-r .l-input {
          position: relative;
          border-bottom: 1px solid #EAEAEA;
          margin-top: 25px;
          font-size: 16px;
          color: #333333;
          line-height: 40px; }
          .modal .modal-dialog .info-all .info-r .l-input input {
            border: none;
            width: 210px;
            height: 28px;
            line-height: 30px; }
          .modal .modal-dialog .info-all .info-r .l-input select {
            border: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 200px;
            padding-left: 10px; }
          .modal .modal-dialog .info-all .info-r .l-input i {
            position: absolute;
            top: 15px;
            left: 230px;
            display: block;
            margin: 0 auto;
            width: 0px;
            height: 0px;
            overflow: hidden;
            border-width: 7px;
            border-color: #EAEAEA transparent transparent transparent;
            border-style: dashed dashed solid dashed; }
    .modal .modal-dialog .b-ne {
      width: 262px;
      height: 44px;
      margin: 0 auto;
      padding-top: 50px;
      padding-bottom: 80px; }
      .modal .modal-dialog .b-ne #js_submit {
        width: 262px;
        height: 44px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border-radius: 22px;
        background: #6B5AF0;
        box-shadow: 0px 15px 10px -12px #6B5AF0; }
        .modal .modal-dialog .b-ne #js_submit:hover {
          background: #4D39E9; }
    .modal .modal-dialog .close {
      position: absolute;
      top: 10px;
      right: 20px;
      cursor: pointer;
      color: #333;
      font-size: 25px; }
      .modal .modal-dialog .close img {
        width: 16px;
        height: 16px; }

.o-hidden {
  overflow: hidden; }

#alertTips {
  position: fixed;
  top: 40%;
  left: 0;
  max-width: 72%;
  z-index: 11111;
  line-height: 1.5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px; }

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

.swiper-container {
  height: 500px !important; }

#slides {
  overflow: hidden;
  height: 500px; }

#slides .slidesjs-navigation {
  margin-top: 3px; }

#slides .slidesjs-previous {
  margin-right: 5px;
  float: left; }

#slides .slidesjs-next {
  margin-right: 5px;
  float: left; }

.slidesjs-pagination {
  list-style: none;
  position: relative;
  top: -192px;
  left: 105px;
  z-index: 11;
  margin-right: 20px; }

.slidesjs-pagination li {
  float: left;
  margin: 0 5px; }

.slidesjs-pagination li a {
  display: block;
  width: 30px;
  height: 5px;
  border: 1px solid #fff;
  text-indent: -9999px;
  float: left;
  overflow: hidden; }

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background: #fff; }

#slides a:link,
#slides a:visited {
  color: #333; }

#slides a:hover,
#slides a:active {
  color: #9e2020; }

.slidesjs-control img {
  cursor: pointer; }

body {
  background: #fff; }

#alertTips {
  position: fixed;
  top: 40%;
  left: 0;
  max-width: 72%;
  z-index: 11111;
  line-height: 1.5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px; }

.main_top {
  position: relative; }

.banner_index {
  background: #00a2d4;
  text-align: center;
  margin-top: 1px; }

.index_list {
  position: absolute;
  bottom: -95px;
  z-index: 999;
  left: 50%;
  width: 1184px;
  margin-left: -592.5px; }
  .index_list .list {
    width: 384px;
    height: 138px;
    float: left; }
    .index_list .list h1 {
      color: #333333;
      font-size: 18px;
      margin-top: 22px;
      margin-left: 36px;
      font-weight: bold;
      letter-spacing: 1px; }
    .index_list .list p {
      margin-top: 12px;
      font-size: 14px;
      margin-left: 36px;
      color: #666666;
      letter-spacing: 1px; }
    .index_list .list .btn {
      display: inline-block;
      margin-top: 10px;
      width: 79px;
      margin-left: 36px;
      font-size: 12px;
      color: #fff;
      background: #6B5AF0;
      border-radius: 20px;
      text-align: center;
      box-shadow: 0px 15px 10px -12px #6B5AF0; }
      .index_list .list .btn:hover {
        background: #4D39E9; }
  .index_list .list_1 {
    background: url("../images/dd1.png") no-repeat;
    background-size: 100% 100%;
    height: 158px; }
  .index_list .list_2 {
    margin-left: 16px;
    margin-right: 16px;
    background: url("../images/dd2.png") no-repeat;
    background-size: 100% 100%;
    height: 158px; }
  .index_list .list_3 {
    background: url("../images/dd3.png") no-repeat;
    background-size: 100% 100%;
    height: 158px; }

.plan_info {
  background: #F9F8FD;
  height: 372px;
  text-align: center;
  position: relative; }
  .plan_info a {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 243px;
    height: 44px;
    left: 50%;
    margin-left: -121px;
    bottom: 60px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 22px;
    background: #6B5AF0;
    box-shadow: 0px 15px 10px -12px #6B5AF0; }
    .plan_info a:hover {
      background: #4D39E9; }

.fuliyun {
  width: 1184px;
  margin: 0 auto;
  margin-top: 66px; }
  .fuliyun .fu-l {
    float: left; }
  .fuliyun .fu-r {
    float: left;
    margin-left: 60px; }
    .fuliyun .fu-r h1 {
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 20px;
      color: #333333; }
    .fuliyun .fu-r p {
      margin-top: 10px;
      font-size: 12px;
      letter-spacing: 2px;
      color: #ABABAB; }
    .fuliyun .fu-r .fu-list {
      margin-top: 30px;
      width: 635px; }
      .fuliyun .fu-r .fu-list .ul:after {
        content: '';
        display: block;
        clear: both; }
      .fuliyun .fu-r .fu-list .ul .li {
        float: left;
        width: 146px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        color: #fff;
        background: #252525;
        text-align: center;
        border-radius: 2px;
        margin-bottom: 16px;
        letter-spacing: 1px;
        box-shadow: 0px 6px 7px 1px #e4e3ff;
        cursor: pointer; }
      .fuliyun .fu-r .fu-list .ul .l-r {
        margin-left: 16px; }
      .fuliyun .fu-r .fu-list .ul .active {
        color: #fff;
        background: #6B5AF0;
        box-shadow: 0px 6px 7px 1px #e4e3ff; }
      .fuliyun .fu-r .fu-list .fuli .fuli_value {
        margin-top: 20px;
        font-size: 14px;
        color: #ABABAB;
        letter-spacing: 1px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .kehu {
        font-size: 14px;
        color: #ABABAB;
        letter-spacing: 1px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu img {
        margin-top: 15px;
        width: 94px;
        height: 44px;
        vertical-align: middle; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .new_si {
        width: 97px;
        height: 47px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .new_size1 {
        width: 97px;
        height: 44px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .new_size2 {
        width: 98px;
        height: 44px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .new_size3 {
        width: 95px;
        height: 44px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .new_size4 {
        width: 96px;
        height: 44px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .img-r {
        margin-right: 15px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_name {
        margin-top: 20px;
        font-size: 14px;
        color: #ABABAB;
        letter-spacing: 1px; }
      .fuliyun .fu-r .fu-list .fuli .more_list {
        display: block;
        margin-top: 40px;
        width: 157px;
        height: 62px;
        line-height: 44px;
        color: #fff;
        font-size: 16px;
        background: url("../images/color.png") no-repeat;
        background-size: 100% 100%;
        text-align: center; }
        .fuliyun .fu-r .fu-list .fuli .more_list:hover {
          background: url("../images/hover.png") no-repeat;
          background-size: 100% 100%; }
  .fuliyun:after {
    content: '';
    display: block;
    clear: both; }

.funeng {
  width: 1184px;
  margin: 0 auto;
  margin-top: 60px; }
  .funeng h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 4px;
    text-align: center; }
  .funeng h2 {
    margin-top: 26px;
    font-size: 12px;
    color: #ABABAB;
    letter-spacing: 1px;
    text-align: center; }
  .funeng .funeng_list {
    margin-top: 30px; }
    .funeng .funeng_list .ul:after {
      content: '';
      display: block;
      clear: both; }
    .funeng .funeng_list .ul .li {
      float: left;
      width: 276px;
      height: 392px;
      text-align: center;
      background: linear-gradient(#4F53EB, #965AF0);
      border-radius: 4px; }
      .funeng .funeng_list .ul .li img {
        display: inline-block;
        margin-top: 43px;
        width: 46px;
        height: 46px; }
      .funeng .funeng_list .ul .li h3 {
        margin-top: 28px;
        font-size: 22px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1px; }
      .funeng .funeng_list .ul .li .line {
        width: 40px;
        height: 1px;
        margin: 0 auto;
        border-bottom: 1px solid #FFFFFF;
        margin-top: 10px; }
      .funeng .funeng_list .ul .li p {
        margin-top: 20px;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 1px; }
      .funeng .funeng_list .ul .li a {
        display: inline-block;
        margin-top: 20px;
        width: 157px;
        height: 44px;
        line-height: 44px;
        border-radius: 22px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF; }
    .funeng .funeng_list .ul .m-l {
      margin-left: 25px; }

.lb {
  margin: 0 auto;
  margin-top: 100px;
  background: #F8FAFC;
  padding-top: 60px; }
  .lb .lb-all {
    width: 1184px;
    margin: 0 auto; }
    .lb .lb-all h1 {
      text-align: center;
      font-size: 32px;
      color: #333333;
      letter-spacing: 1px;
      font-weight: bold; }
    .lb .lb-all .p1 {
      transform: translate3d(500px, 0, 0) scale(0.81);
      opacity: 0.4;
      z-index: 1; }
    .lb .lb-all .p2 {
      transform: translate3d(0px, 0, 0) scale(0.81);
      transform-origin: 0 50%;
      opacity: 0.4;
      z-index: 2; }
    .lb .lb-all .p3 {
      transform: translate3d(230px, 0, 0) scale(1);
      z-index: 3;
      opacity: 1; }

.theysay {
  overflow: hidden;
  min-width: 1184px;
  padding-bottom: 350px; }
  .theysay .pictruelist {
    position: relative;
    margin: 0 auto;
    width: 1184px; }
    .theysay .pictruelist .box {
      padding: 32px 55px 0;
      text-align: center; }
      .theysay .pictruelist .box p {
        font-size: 14px;
        color: #666;
        letter-spacing: 2px;
        line-height: 28px; }
      .theysay .pictruelist .box .img {
        position: relative;
        margin: 30px auto 0;
        width: 70px;
        height: 70px;
        border: 1px solid #e6e9eb;
        border-radius: 50%;
        overflow: hidden; }
        .theysay .pictruelist .box .img.mt15 {
          margin-top: 15px; }
        .theysay .pictruelist .box .img i {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .theysay .pictruelist .box h3 {
        margin-top: 6px;
        margin-bottom: 4px;
        font-size: 16px;
        color: #59d2f9;
        letter-spacing: 2px; }
      .theysay .pictruelist .box span {
        font-size: 14px;
        color: #ababab;
        letter-spacing: 2px; }

.theyuse {
  position: relative;
  min-width: 1184px;
  height: 696px;
  overflow: hidden;
  background: url(../images/dbg.jpg) no-repeat;
  background-size: 100% 100%; }
  .theyuse img {
    width: 135px;
    height: 40px; }
  .theyuse .title h1 {
    margin-top: 62px;
    margin-bottom: 32px;
    color: #fff; }
  .theyuse .singleinfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2; }
    .theyuse .singleinfo .left {
      float: left;
      padding-top: 160px;
      width: 238px;
      height: 100%;
      border-right: 1px solid #f0f0f0;
      text-align: center; }
      .theyuse .singleinfo .left p {
        margin-top: 25px;
        font-size: 16px;
        color: #000; }
    .theyuse .singleinfo .right {
      position: relative;
      margin-left: 238px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 26px;
      height: 100%; }
      .theyuse .singleinfo .right p {
        margin-bottom: 23px;
        color: #000;
        font-size: 16px;
        letter-spacing: 1px; }
        .theyuse .singleinfo .right p small {
          font-size: 14px;
          color: #757575; }
          .theyuse .singleinfo .right p small.sm {
            line-height: 28px;
            font-size: 13px; }
      .theyuse .singleinfo .right .singleclose {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 21px;
        height: 21px;
        cursor: pointer;
        background: url(../images/close.png) no-repeat; }
  .theyuse .theylist-dev {
    position: relative; }
    .theyuse .theylist-dev button {
      position: absolute;
      top: 227px;
      left: 50%;
      border: 0;
      font-size: 0;
      z-index: 1;
      background: url(../images/iconlist2.png) no-repeat;
      margin-top: -36px;
      width: 39px;
      height: 72px;
      opacity: 0.2;
      transition: opacity 0.3s; }
      .theyuse .theylist-dev button:hover {
        opacity: 1; }
    .theyuse .theylist-dev .theyprev {
      margin-left: -660px;
      background-position: -10px -568px; }
    .theyuse .theylist-dev .theynext {
      margin-left: 620px;
      background-position: -10px -486px; }
  .theyuse .theylist {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 1180px;
    height: 454px; }
    .theyuse .theylist ul {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background: #fff;
      transition: transform 0.3s; }
      .theyuse .theylist ul.act {
        transform: translateX(100px); }
      .theyuse .theylist ul:after {
        display: table;
        content: "";
        clear: both; }
      .theyuse .theylist ul li {
        height: 100%;
        border-right: 1px solid #f0f0f0; }
    .theyuse .theylist .box {
      padding-top: 45px;
      height: 50%;
      text-align: center;
      font-size: 0;
      cursor: pointer; }
      .theyuse .theylist .box:first-child {
        border-bottom: 1px solid #f0f0f0; }
      .theyuse .theylist .box h4 {
        margin-top: 24px;
        margin-bottom: 12px;
        font-size: 16px;
        color: #000;
        letter-spacing: 2px; }
      .theyuse .theylist .box p {
        padding: 0 15px;
        line-height: 20px;
        font-size: 13px;
        color: #757575;
        letter-spacing: 1px; }

.boxed {
  margin-top: 40px;
  width: 100%;
  height: 340px;
  position: relative; }
  .boxed .list {
    width: 1184px;
    height: 300px;
    position: absolute;
    left: 50%;
    margin-left: -600px; }
    .boxed .list ul li {
      position: absolute;
      top: 0;
      left: 0;
      list-style: none;
      opacity: 0;
      transition: all 0.3s ease-out; }
  .boxed .btn {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 60px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 255, 0, 0.5);
    cursor: pointer; }
  .boxed .next {
    right: 0; }

.buttons {
  position: absolute;
  width: 1184px;
  height: 30px;
  bottom: -280px;
  left: 50%;
  margin-left: -600px;
  text-align: center; }
  .buttons a {
    display: inline-block;
    padding: 4px 6px 0 6px; }
    .buttons a span {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #b4b0e8; }
    .buttons a .blue {
      background: #6B5AF0; }

.swiper-container {
  width: 100%;
  height: 150px; }

.swiper-slide {
  width: 100%;
  height: 150px; }

.swiper-slide img {
  width: 100%;
  height: 100%; }

.banner_all {
  width: 100%;
  position: relative;
  padding-top: 70px; }
  .banner_all .man_img {
    height: 500px; }
    .banner_all .man_img .banner-font {
      width: 100%;
      overflow: hidden;
      background: url("../images/banner1.png") no-repeat center bottom;
      background-size: cover;
      height: 500px; }
      .banner_all .man_img .banner-font .banner-info {
        display: block;
        width: 1184px;
        height: 500px;
        margin: 0 auto;
        top: 120px;
        position: absolute;
        /* z-index: 9999999; */
        left: 50%;
        margin-left: -525px; }
        .banner_all .man_img .banner-font .banner-info h1 {
          font-size: 40px;
          color: #ffffff;
          font-weight: bold;
          line-height: 23px;
          letter-spacing: 2px; }
        .banner_all .man_img .banner-font .banner-info h2 {
          margin-top: 25px;
          font-size: 22px;
          color: #ffffff;
          line-height: 23px;
          letter-spacing: 2px; }
        .banner_all .man_img .banner-font .banner-info p {
          width: 471px;
          margin-top: 28px;
          font-size: 16px;
          font-weight: 100;
          color: #ffffff;
          line-height: 24px; }
        .banner_all .man_img .banner-font .banner-info .btn_xq {
          margin-top: 44px;
          display: block;
          width: 167px;
          height: 56px;
          line-height: 56px;
          font-size: 22px;
          border-radius: 40px;
          border: 1px solid #ffffff;
          color: #ffffff;
          text-align: center;
          font-weight: bold; }
    .banner_all .man_img .banner_02 {
      width: 100%;
      overflow: hidden;
      background: url("../images/banner_02.png") no-repeat center bottom;
      background-size: cover;
      height: 500px; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  bottom: 90px !important;
  left: -480px !important;
  text-align: center; }
  .swiper-pagination span {
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 0;
    margin: 0 5px !important;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff; }

.new_swp {
  width: 783px;
  height: 568px;
  margin: 0 auto;
  background: white;
  border: 1px solid white;
  box-shadow: 0px 11px 35px 0px rgba(67, 100, 231, 0.11); }
  .new_swp h2 {
    font-size: 22px;
    color: #333333;
    padding: 25px 0px;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid #ababab;
    text-align: center; }
  .new_swp .new_js {
    width: 410px;
    margin: 0 auto;
    margin-top: 45px; }
    .new_swp .new_js h3 {
      font-size: 18px;
      color: #333333;
      letter-spacing: 1px;
      margin-bottom: 20px; }
    .new_swp .new_js img {
      width: 410px;
      height: 67px; }
    .new_swp .new_js .new-span-list {
      margin-top: 8px; }
      .new_swp .new_js .new-span-list .span1 {
        padding-left: 10px;
        padding-right: 42px; }
      .new_swp .new_js .new-span-list .span2 {
        padding-right: 37px; }
      .new_swp .new_js .new-span-list .span3 {
        padding-right: 24px; }
      .new_swp .new_js .new-span-list .span4 {
        padding-right: 37px; }
    .new_swp .new_js .t-57 {
      margin-top: 57px; }
    .new_swp .new_js .zc {
      color: #ABABAB;
      font-size: 14px; }
    .new_swp .new_js .t-37 {
      margin-top: 37px; }
  .new_swp .zy_new {
    padding: 100px 67px 0 67px; }
    .new_swp .zy_new:after {
      display: table;
      clear: both;
      content: ''; }
    .new_swp .zy_new .zy-l {
      float: left;
      font-size: 18px;
      color: #000000;
      width: 288px;
      margin-top: 33px;
      line-height: 35px; }
    .new_swp .zy_new .zy-r {
      float: right; }
      .new_swp .zy_new .zy-r img {
        width: 326px;
        height: 258px; }
  .new_swp .zx_new {
    width: 670px;
    margin: 0 auto; }
    .new_swp .zx_new p {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 18px;
      color: #000000; }
    .new_swp .zx_new .img1 {
      width: 670px;
      height: 52px; }
    .new_swp .zx_new .img2 {
      width: 300px;
      height: 52px; }
    .new_swp .zx_new .img3 {
      width: 613px;
      height: 52px; }
    .new_swp .zx_new .img4 {
      width: 238px;
      height: 52px; }

.jili_main {
  margin-top: 100px;
  width: 100%;
  background: #F8F9FC; }
  .jili_main .main-all {
    width: 1184px;
    height: 588px;
    margin: 0 auto; }
    .jili_main .main-all:after {
      display: block;
      content: '';
      clear: both; }
    .jili_main .main-all .main-l {
      padding-top: 63px;
      position: relative;
      float: left; }
      .jili_main .main-all .main-l img {
        width: 329px;
        height: 276px; }
      .jili_main .main-all .main-l .f_m {
        position: absolute;
        top: 53px;
        left: 115px; }
        .jili_main .main-all .main-l .f_m h1 {
          padding-top: 180px;
          padding-bottom: 20px;
          font-size: 32px;
          font-weight: bold;
          letter-spacing: 30px;
          color: #333333; }
        .jili_main .main-all .main-l .f_m p {
          font-size: 14px;
          color: #ABABAB;
          letter-spacing: 15px;
          padding-bottom: 20px; }
        .jili_main .main-all .main-l .f_m .jt span {
          margin-top: 120px;
          cursor: pointer;
          display: inline-block;
          width: 73px;
          height: 29px;
          line-height: 30px;
          background: #6B5AF0;
          border-radius: 15px;
          text-align: center;
          outline: none; }
          .jili_main .main-all .main-l .f_m .jt span:hover {
            background: #4D39E9; }
          .jili_main .main-all .main-l .f_m .jt span img {
            width: 33px;
            height: 12px;
            text-align: center; }
        .jili_main .main-all .main-l .f_m .jt .active {
          background: #6B5AF0; }
        .jili_main .main-all .main-l .f_m .click_more {
          margin-top: 60px;
          text-align: center;
          display: block;
          width: 157px;
          height: 62px;
          line-height: 44px;
          color: #ffffff;
          background: url("../images/color.png") no-repeat;
          background-size: 100% 100%;
          letter-spacing: 1px;
          font-weight: bold; }
          .jili_main .main-all .main-l .f_m .click_more:hover {
            background: url("../images/hover.png") no-repeat;
            background-size: 100% 100%; }
    .jili_main .main-all .main-r {
      float: right;
      position: relative; }
      .jili_main .main-all .main-r .r-img {
        margin-top: 114px;
        width: 661px;
        height: 474px; }
      .jili_main .main-all .main-r .r-cont {
        position: absolute;
        position: absolute;
        top: 202px;
        left: -155px; }
        .jili_main .main-all .main-r .r-cont .cont-list .list-info {
          width: 354px !important;
          height: 298px;
          background: #ffffff;
          padding: 35px;
          margin-right: 24px;
          border-radius: 4px; }
          .jili_main .main-all .main-r .r-cont .cont-list .list-info h1 {
            width: 200px;
            font-size: 18px;
            color: #333333;
            font-weight: bold;
            letter-spacing: 2px; }
            .jili_main .main-all .main-r .r-cont .cont-list .list-info h1 img {
              margin-right: 15px;
              width: 44px;
              height: 44px;
              vertical-align: middle; }
            .jili_main .main-all .main-r .r-cont .cont-list .list-info h1 span {
              vertical-align: middle; }
          .jili_main .main-all .main-r .r-cont .cont-list .list-info .info-span {
            margin-top: 15px; }
            .jili_main .main-all .main-r .r-cont .cont-list .list-info .info-span .span1 {
              font-size: 14px;
              color: #666666;
              letter-spacing: 1px; }
            .jili_main .main-all .main-r .r-cont .cont-list .list-info .info-span .span2 {
              color: #ABABAB;
              letter-spacing: 1px;
              line-height: 25px; }
      .jili_main .main-all .main-r .swiper-container2 {
        width: 828px;
        height: 300px;
        overflow: hidden; }

.number_main {
  width: 100%;
  background: linear-gradient(0deg, #5a9af0 0%, #6B5AF0 100%); }
  .number_main .main_cont {
    width: 1184px;
    height: 300px;
    margin: 0 auto;
    background: url("../images/banner-all-bg.png") no-repeat;
    background-size: 100% 100%; }
    .number_main .main_cont:after {
      content: '';
      display: block;
      clear: both; }
    .number_main .main_cont .list-num {
      float: left;
      width: 33%;
      text-align: center;
      padding-top: 80px; }
      .number_main .main_cont .list-num .num {
        font-size: 46px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 2px; }
      .number_main .main_cont .list-num .num_p {
        margin-top: 29px;
        font-size: 18px;
        color: #ffffff;
        letter-spacing: 1px; }
    .number_main .main_cont .lin-1 {
      float: left;
      height: 46px;
      border-right: 1px solid #ffffff;
      margin-top: 120px; }

.company_cont {
  width: 100%;
  text-align: center; }
  .company_cont .cont-select {
    width: 1184px;
    margin-top: 56px;
    margin: 0 auto; }
    .company_cont .cont-select h1 {
      font-size: 32px;
      color: #333333;
      font-weight: bold;
      letter-spacing: 2px;
      margin-top: 57px; }
    .company_cont .cont-select h2 {
      margin-top: 70px;
      font-size: 20px;
      color: #999999; }
    .company_cont .cont-select .company-img {
      margin-top: 43px; }
      .company_cont .cont-select .company-img .img-logo {
        margin-bottom: 40px; }
        .company_cont .cont-select .company-img .img-logo:after {
          content: "";
          display: block;
          clear: both; }
        .company_cont .cont-select .company-img .img-logo p {
          float: left; }
          .company_cont .cont-select .company-img .img-logo p img {
            width: 137px;
            height: 52px; }
        .company_cont .cont-select .company-img .img-logo .m-r {
          margin-right: 72px; }

.bt-bg {
  margin-top: 120px;
  width: 100%;
  height: 298px;
  background: url("../images/bt-bg.png") no-repeat;
  background-size: 100% 100%; }
  .bt-bg .bg-all {
    width: 1184px;
    text-align: center;
    margin: 0 auto; }
    .bt-bg .bg-all h1 {
      padding-top: 80px;
      font-size: 32px;
      color: #ffffff;
      font-weight: bold;
      letter-spacing: 40px; }
    .bt-bg .bg-all h2 {
      padding-top: 26px;
      font-size: 12px;
      color: #ffffff;
      letter-spacing: 4px; }
    .bt-bg .bg-all .btn_submit {
      margin-top: 46px;
      display: inline-block;
      background: url("../images/bt-sb.png") no-repeat;
      height: 72px;
      width: 278px;
      background-size: 100% 100%;
      line-height: 45px;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff; }

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

.swiper-container {
  height: 500px !important; }

#slides {
  overflow: hidden;
  height: 500px; }

#slides .slidesjs-navigation {
  margin-top: 3px; }

#slides .slidesjs-previous {
  margin-right: 5px;
  float: left; }

#slides .slidesjs-next {
  margin-right: 5px;
  float: left; }

.slidesjs-pagination {
  list-style: none;
  position: relative;
  top: -192px;
  left: 105px;
  z-index: 11;
  margin-right: 20px; }

.slidesjs-pagination li {
  float: left;
  margin: 0 5px; }

.slidesjs-pagination li a {
  display: block;
  width: 30px;
  height: 5px;
  border: 1px solid #fff;
  text-indent: -9999px;
  float: left;
  overflow: hidden; }

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background: #fff; }

#slides a:link,
#slides a:visited {
  color: #333; }

#slides a:hover,
#slides a:active {
  color: #9e2020; }

.slidesjs-control img {
  cursor: pointer; }

body {
  background: #fff; }

#alertTips {
  position: fixed;
  top: 40%;
  left: 0;
  max-width: 72%;
  z-index: 11111;
  line-height: 1.5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px; }

.main_top {
  position: relative; }

.banner_index {
  background: #00a2d4;
  text-align: center;
  margin-top: 1px; }

.index_list {
  position: absolute;
  bottom: -95px;
  z-index: 999;
  left: 50%;
  width: 1184px;
  margin-left: -592.5px; }
  .index_list .list {
    width: 384px;
    height: 138px;
    float: left; }
    .index_list .list h1 {
      color: #333333;
      font-size: 18px;
      margin-top: 22px;
      margin-left: 36px;
      font-weight: bold;
      letter-spacing: 1px; }
    .index_list .list p {
      margin-top: 12px;
      font-size: 14px;
      margin-left: 36px;
      color: #666666;
      letter-spacing: 1px; }
    .index_list .list .btn {
      display: inline-block;
      margin-top: 10px;
      width: 79px;
      margin-left: 36px;
      font-size: 12px;
      color: #fff;
      background: #6B5AF0;
      border-radius: 20px;
      text-align: center;
      box-shadow: 0px 15px 10px -12px #6B5AF0; }
      .index_list .list .btn:hover {
        background: #4D39E9; }
  .index_list .list_1 {
    background: url("../images/dd1.png") no-repeat;
    background-size: 100% 100%;
    height: 158px; }
  .index_list .list_2 {
    margin-left: 16px;
    margin-right: 16px;
    background: url("../images/dd2.png") no-repeat;
    background-size: 100% 100%;
    height: 158px; }
  .index_list .list_3 {
    background: url("../images/dd3.png") no-repeat;
    background-size: 100% 100%;
    height: 158px; }

.plan_info {
  background: #F9F8FD;
  height: 372px;
  text-align: center;
  position: relative; }
  .plan_info a {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 243px;
    height: 44px;
    left: 50%;
    margin-left: -121px;
    bottom: 60px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 22px;
    background: #6B5AF0;
    box-shadow: 0px 15px 10px -12px #6B5AF0; }
    .plan_info a:hover {
      background: #4D39E9; }

.fuliyun {
  width: 1184px;
  margin: 0 auto;
  margin-top: 66px; }
  .fuliyun .fu-l {
    float: left; }
  .fuliyun .fu-r {
    float: left;
    margin-left: 60px; }
    .fuliyun .fu-r h1 {
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 20px;
      color: #333333; }
    .fuliyun .fu-r p {
      margin-top: 10px;
      font-size: 12px;
      letter-spacing: 2px;
      color: #ABABAB; }
    .fuliyun .fu-r .fu-list {
      margin-top: 30px;
      width: 635px; }
      .fuliyun .fu-r .fu-list .ul:after {
        content: '';
        display: block;
        clear: both; }
      .fuliyun .fu-r .fu-list .ul .li {
        float: left;
        width: 146px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        color: #fff;
        background: #252525;
        text-align: center;
        border-radius: 2px;
        margin-bottom: 16px;
        letter-spacing: 1px;
        box-shadow: 0px 6px 7px 1px #e4e3ff;
        cursor: pointer; }
      .fuliyun .fu-r .fu-list .ul .l-r {
        margin-left: 16px; }
      .fuliyun .fu-r .fu-list .ul .active {
        color: #fff;
        background: #6B5AF0;
        box-shadow: 0px 6px 7px 1px #e4e3ff; }
      .fuliyun .fu-r .fu-list .fuli .fuli_value {
        margin-top: 20px;
        font-size: 14px;
        color: #ABABAB;
        letter-spacing: 1px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .kehu {
        font-size: 14px;
        color: #ABABAB;
        letter-spacing: 1px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu img {
        margin-top: 15px;
        width: 94px;
        height: 44px;
        vertical-align: middle; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .new_si {
        width: 97px;
        height: 47px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .new_size1 {
        width: 97px;
        height: 44px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .new_size2 {
        width: 98px;
        height: 44px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .new_size3 {
        width: 95px;
        height: 44px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .new_size4 {
        width: 96px;
        height: 44px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_kehu .img-r {
        margin-right: 15px; }
      .fuliyun .fu-r .fu-list .fuli .fuli_name {
        margin-top: 20px;
        font-size: 14px;
        color: #ABABAB;
        letter-spacing: 1px; }
      .fuliyun .fu-r .fu-list .fuli .more_list {
        display: block;
        margin-top: 40px;
        width: 157px;
        height: 62px;
        line-height: 44px;
        color: #fff;
        font-size: 16px;
        background: url("../images/color.png") no-repeat;
        background-size: 100% 100%;
        text-align: center; }
        .fuliyun .fu-r .fu-list .fuli .more_list:hover {
          background: url("../images/hover.png") no-repeat;
          background-size: 100% 100%; }
  .fuliyun:after {
    content: '';
    display: block;
    clear: both; }

.funeng {
  width: 1184px;
  margin: 0 auto;
  margin-top: 60px; }
  .funeng h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 4px;
    text-align: center; }
  .funeng h2 {
    margin-top: 26px;
    font-size: 12px;
    color: #ABABAB;
    letter-spacing: 1px;
    text-align: center; }
  .funeng .funeng_list {
    margin-top: 30px; }
    .funeng .funeng_list .ul:after {
      content: '';
      display: block;
      clear: both; }
    .funeng .funeng_list .ul .li {
      float: left;
      width: 276px;
      height: 392px;
      text-align: center;
      background: linear-gradient(#4F53EB, #965AF0);
      border-radius: 4px; }
      .funeng .funeng_list .ul .li img {
        display: inline-block;
        margin-top: 43px;
        width: 46px;
        height: 46px; }
      .funeng .funeng_list .ul .li h3 {
        margin-top: 28px;
        font-size: 22px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1px; }
      .funeng .funeng_list .ul .li .line {
        width: 40px;
        height: 1px;
        margin: 0 auto;
        border-bottom: 1px solid #FFFFFF;
        margin-top: 10px; }
      .funeng .funeng_list .ul .li p {
        margin-top: 20px;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 1px; }
      .funeng .funeng_list .ul .li a {
        display: inline-block;
        margin-top: 20px;
        width: 157px;
        height: 44px;
        line-height: 44px;
        border-radius: 22px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF; }
    .funeng .funeng_list .ul .m-l {
      margin-left: 25px; }

.lb {
  margin: 0 auto;
  margin-top: 100px;
  background: #F8FAFC;
  padding-top: 60px; }
  .lb .lb-all {
    width: 1184px;
    margin: 0 auto; }
    .lb .lb-all h1 {
      text-align: center;
      font-size: 32px;
      color: #333333;
      letter-spacing: 1px;
      font-weight: bold; }
    .lb .lb-all .p1 {
      transform: translate3d(500px, 0, 0) scale(0.81);
      opacity: 0.4;
      z-index: 1; }
    .lb .lb-all .p2 {
      transform: translate3d(0px, 0, 0) scale(0.81);
      transform-origin: 0 50%;
      opacity: 0.4;
      z-index: 2; }
    .lb .lb-all .p3 {
      transform: translate3d(230px, 0, 0) scale(1);
      z-index: 3;
      opacity: 1; }

.theysay {
  overflow: hidden;
  min-width: 1184px;
  padding-bottom: 350px; }
  .theysay .pictruelist {
    position: relative;
    margin: 0 auto;
    width: 1184px; }
    .theysay .pictruelist .box {
      padding: 32px 55px 0;
      text-align: center; }
      .theysay .pictruelist .box p {
        font-size: 14px;
        color: #666;
        letter-spacing: 2px;
        line-height: 28px; }
      .theysay .pictruelist .box .img {
        position: relative;
        margin: 30px auto 0;
        width: 70px;
        height: 70px;
        border: 1px solid #e6e9eb;
        border-radius: 50%;
        overflow: hidden; }
        .theysay .pictruelist .box .img.mt15 {
          margin-top: 15px; }
        .theysay .pictruelist .box .img i {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .theysay .pictruelist .box h3 {
        margin-top: 6px;
        margin-bottom: 4px;
        font-size: 16px;
        color: #59d2f9;
        letter-spacing: 2px; }
      .theysay .pictruelist .box span {
        font-size: 14px;
        color: #ababab;
        letter-spacing: 2px; }

.theyuse {
  position: relative;
  min-width: 1184px;
  height: 696px;
  overflow: hidden;
  background: url(../images/dbg.jpg) no-repeat;
  background-size: 100% 100%; }
  .theyuse img {
    width: 135px;
    height: 40px; }
  .theyuse .title h1 {
    margin-top: 62px;
    margin-bottom: 32px;
    color: #fff; }
  .theyuse .singleinfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2; }
    .theyuse .singleinfo .left {
      float: left;
      padding-top: 160px;
      width: 238px;
      height: 100%;
      border-right: 1px solid #f0f0f0;
      text-align: center; }
      .theyuse .singleinfo .left p {
        margin-top: 25px;
        font-size: 16px;
        color: #000; }
    .theyuse .singleinfo .right {
      position: relative;
      margin-left: 238px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 26px;
      height: 100%; }
      .theyuse .singleinfo .right p {
        margin-bottom: 23px;
        color: #000;
        font-size: 16px;
        letter-spacing: 1px; }
        .theyuse .singleinfo .right p small {
          font-size: 14px;
          color: #757575; }
          .theyuse .singleinfo .right p small.sm {
            line-height: 28px;
            font-size: 13px; }
      .theyuse .singleinfo .right .singleclose {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 21px;
        height: 21px;
        cursor: pointer;
        background: url(../images/close.png) no-repeat; }
  .theyuse .theylist-dev {
    position: relative; }
    .theyuse .theylist-dev button {
      position: absolute;
      top: 227px;
      left: 50%;
      border: 0;
      font-size: 0;
      z-index: 1;
      background: url(../images/iconlist2.png) no-repeat;
      margin-top: -36px;
      width: 39px;
      height: 72px;
      opacity: 0.2;
      transition: opacity 0.3s; }
      .theyuse .theylist-dev button:hover {
        opacity: 1; }
    .theyuse .theylist-dev .theyprev {
      margin-left: -660px;
      background-position: -10px -568px; }
    .theyuse .theylist-dev .theynext {
      margin-left: 620px;
      background-position: -10px -486px; }
  .theyuse .theylist {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 1180px;
    height: 454px; }
    .theyuse .theylist ul {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background: #fff;
      transition: transform 0.3s; }
      .theyuse .theylist ul.act {
        transform: translateX(100px); }
      .theyuse .theylist ul:after {
        display: table;
        content: "";
        clear: both; }
      .theyuse .theylist ul li {
        height: 100%;
        border-right: 1px solid #f0f0f0; }
    .theyuse .theylist .box {
      padding-top: 45px;
      height: 50%;
      text-align: center;
      font-size: 0;
      cursor: pointer; }
      .theyuse .theylist .box:first-child {
        border-bottom: 1px solid #f0f0f0; }
      .theyuse .theylist .box h4 {
        margin-top: 24px;
        margin-bottom: 12px;
        font-size: 16px;
        color: #000;
        letter-spacing: 2px; }
      .theyuse .theylist .box p {
        padding: 0 15px;
        line-height: 20px;
        font-size: 13px;
        color: #757575;
        letter-spacing: 1px; }

.boxed {
  margin-top: 40px;
  width: 100%;
  height: 340px;
  position: relative; }
  .boxed .list {
    width: 1184px;
    height: 300px;
    position: absolute;
    left: 50%;
    margin-left: -600px; }
    .boxed .list ul li {
      position: absolute;
      top: 0;
      left: 0;
      list-style: none;
      opacity: 0;
      transition: all 0.3s ease-out; }
  .boxed .btn {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 60px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 255, 0, 0.5);
    cursor: pointer; }
  .boxed .next {
    right: 0; }

.buttons {
  position: absolute;
  width: 1184px;
  height: 30px;
  bottom: -280px;
  left: 50%;
  margin-left: -600px;
  text-align: center; }
  .buttons a {
    display: inline-block;
    padding: 4px 6px 0 6px; }
    .buttons a span {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #b4b0e8; }
    .buttons a .blue {
      background: #6B5AF0; }

.swiper-container {
  width: 100%;
  height: 150px; }

.swiper-slide {
  width: 100%;
  height: 150px; }

.swiper-slide img {
  width: 100%;
  height: 100%; }

.banner_all {
  width: 100%;
  position: relative;
  padding-top: 70px; }
  .banner_all .man_img {
    height: 500px; }
    .banner_all .man_img .banner-font {
      width: 100%;
      overflow: hidden;
      background: url("../images/banner1.png") no-repeat center bottom;
      background-size: cover;
      height: 500px; }
      .banner_all .man_img .banner-font .banner-info {
        display: block;
        width: 1184px;
        height: 500px;
        margin: 0 auto;
        top: 120px;
        position: absolute;
        /* z-index: 9999999; */
        left: 50%;
        margin-left: -525px; }
        .banner_all .man_img .banner-font .banner-info h1 {
          font-size: 40px;
          color: #ffffff;
          font-weight: bold;
          line-height: 23px;
          letter-spacing: 2px; }
        .banner_all .man_img .banner-font .banner-info h2 {
          margin-top: 25px;
          font-size: 22px;
          color: #ffffff;
          line-height: 23px;
          letter-spacing: 2px; }
        .banner_all .man_img .banner-font .banner-info p {
          width: 471px;
          margin-top: 28px;
          font-size: 16px;
          font-weight: 100;
          color: #ffffff;
          line-height: 24px; }
        .banner_all .man_img .banner-font .banner-info .btn_xq {
          margin-top: 44px;
          display: block;
          width: 167px;
          height: 56px;
          line-height: 56px;
          font-size: 22px;
          border-radius: 40px;
          border: 1px solid #ffffff;
          color: #ffffff;
          text-align: center;
          font-weight: bold; }
    .banner_all .man_img .banner_02 {
      width: 100%;
      overflow: hidden;
      background: url("../images/banner_02.png") no-repeat center bottom;
      background-size: cover;
      height: 500px; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  bottom: 90px !important;
  left: -480px !important;
  text-align: center; }
  .swiper-pagination span {
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 0;
    margin: 0 5px !important;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff; }

.new_swp {
  width: 783px;
  height: 568px;
  margin: 0 auto;
  background: white;
  border: 1px solid white;
  box-shadow: 0px 11px 35px 0px rgba(67, 100, 231, 0.11); }
  .new_swp h2 {
    font-size: 22px;
    color: #333333;
    padding: 25px 0px;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid #ababab;
    text-align: center; }
  .new_swp .new_js {
    width: 600px;
    margin: 0 auto;
    margin-top: 45px; }
    .new_swp .new_js h3 {
      font-size: 18px;
      color: #333333;
      letter-spacing: 1px;
      margin-bottom: 20px; }
    .new_swp .new_js img {
      width: 600px;
      height: 67px; }
    .new_swp .new_js .new-span-list {
      margin-top: 8px; }
      .new_swp .new_js .new-span-list .span1 {
        padding-left: 10px;
        padding-right: 42px; }
      .new_swp .new_js .new-span-list .span2 {
        padding-right: 37px; }
      .new_swp .new_js .new-span-list .span3 {
        padding-right: 24px; }
      .new_swp .new_js .new-span-list .span4 {
        padding-right: 37px; }
    .new_swp .new_js .t-57 {
      margin-top: 57px; }
    .new_swp .new_js .zc {
      color: #ABABAB;
      font-size: 14px; }
    .new_swp .new_js .t-37 {
      margin-top: 37px; }
  .new_swp .zy_new {
    padding: 100px 67px 0 67px; }
    .new_swp .zy_new:after {
      display: table;
      clear: both;
      content: ''; }
    .new_swp .zy_new .zy-l {
      float: left;
      font-size: 18px;
      color: #000000;
      width: 288px;
      margin-top: 33px;
      line-height: 35px; }
    .new_swp .zy_new .zy-r {
      float: right; }
      .new_swp .zy_new .zy-r img {
        width: 326px;
        height: 258px; }
  .new_swp .zx_new {
    width: 670px;
    margin: 0 auto; }
    .new_swp .zx_new p {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 18px;
      color: #000000; }
    .new_swp .zx_new .img1 {
      width: 670px;
      height: 52px; }
    .new_swp .zx_new .img2 {
      width: 300px;
      height: 52px; }
    .new_swp .zx_new .img3 {
      width: 613px;
      height: 52px; }
    .new_swp .zx_new .img4 {
      width: 238px;
      height: 52px; }

.jili_main {
  margin-top: 100px;
  width: 100%;
  background: #F8F9FC; }
  .jili_main .main-all {
    width: 1184px;
    height: 588px;
    margin: 0 auto; }
    .jili_main .main-all:after {
      display: block;
      content: '';
      clear: both; }
    .jili_main .main-all .main-l {
      padding-top: 63px;
      position: relative;
      float: left; }
      .jili_main .main-all .main-l img {
        width: 329px;
        height: 276px; }
      .jili_main .main-all .main-l .f_m {
        position: absolute;
        top: 53px;
        left: 55px; }
        .jili_main .main-all .main-l .f_m h1 {
          padding-top: 180px;
          padding-bottom: 20px;
          font-size: 32px;
          font-weight: bold;
          letter-spacing: 30px;
          color: #333333; }
        .jili_main .main-all .main-l .f_m p {
          font-size: 14px;
          color: #ABABAB;
          letter-spacing: 15px;
          padding-bottom: 20px; }
        .jili_main .main-all .main-l .f_m .jt span {
          margin-top: 120px;
          cursor: pointer;
          display: inline-block;
          width: 73px;
          height: 29px;
          line-height: 30px;
          background: #6B5AF0;
          border-radius: 15px;
          text-align: center;
          outline: none; }
          .jili_main .main-all .main-l .f_m .jt span:hover {
            background: #4D39E9; }
          .jili_main .main-all .main-l .f_m .jt span img {
            width: 33px;
            height: 12px;
            text-align: center; }
        .jili_main .main-all .main-l .f_m .jt .active {
          background: #6B5AF0; }
        .jili_main .main-all .main-l .f_m .click_more {
          margin-top: 60px;
          text-align: center;
          display: block;
          width: 157px;
          height: 62px;
          line-height: 44px;
          color: #ffffff;
          background: url("../images/color.png") no-repeat;
          background-size: 100% 100%;
          letter-spacing: 1px;
          font-weight: bold; }
          .jili_main .main-all .main-l .f_m .click_more:hover {
            background: url("../images/hover.png") no-repeat;
            background-size: 100% 100%; }
    .jili_main .main-all .main-r {
      float: right;
      position: relative; }
      .jili_main .main-all .main-r .r-img {
        margin-top: 114px;
        width: 761px;
        height: 474px; }
      .jili_main .main-all .main-r .r-cont {
        position: absolute;
        position: absolute;
        top: 202px;
        left: -155px; }
        .jili_main .main-all .main-r .r-cont .cont-list .list-info {
          width: 354px !important;
          height: 298px;
          background: #ffffff;
          padding: 35px;
          margin-right: 24px;
          border-radius: 4px; }
          .jili_main .main-all .main-r .r-cont .cont-list .list-info h1 {
            width: 200px;
            font-size: 18px;
            color: #333333;
            font-weight: bold;
            letter-spacing: 2px; }
            .jili_main .main-all .main-r .r-cont .cont-list .list-info h1 img {
              margin-right: 15px;
              width: 44px;
              height: 44px;
              vertical-align: middle; }
            .jili_main .main-all .main-r .r-cont .cont-list .list-info h1 span {
              vertical-align: middle; }
          .jili_main .main-all .main-r .r-cont .cont-list .list-info .info-span {
            margin-top: 15px; }
            .jili_main .main-all .main-r .r-cont .cont-list .list-info .info-span .span1 {
              font-size: 14px;
              color: #666666;
              letter-spacing: 1px; }
            .jili_main .main-all .main-r .r-cont .cont-list .list-info .info-span .span2 {
              color: #ABABAB;
              letter-spacing: 1px;
              line-height: 25px; }
      .jili_main .main-all .main-r .swiper-container2 {
        width: 828px;
        height: 300px;
        overflow: hidden; }

.number_main {
  width: 100%;
  background: linear-gradient(0deg, #5a9af0 0%, #6B5AF0 100%); }
  .number_main .main_cont {
    width: 1184px;
    height: 300px;
    margin: 0 auto;
    background: url("../images/banner-all-bg.png") no-repeat;
    background-size: 100% 100%; }
    .number_main .main_cont:after {
      content: '';
      display: block;
      clear: both; }
    .number_main .main_cont .list-num {
      float: left;
      width: 33%;
      text-align: center;
      padding-top: 80px; }
      .number_main .main_cont .list-num .num {
        font-size: 46px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 2px; }
      .number_main .main_cont .list-num .num_p {
        margin-top: 29px;
        font-size: 18px;
        color: #ffffff;
        letter-spacing: 1px; }
    .number_main .main_cont .lin-1 {
      float: left;
      height: 46px;
      border-right: 1px solid #ffffff;
      margin-top: 120px; }

.company_cont {
  width: 100%;
  text-align: center; }
  .company_cont .cont-select {
    width: 1184px;
    margin-top: 56px;
    margin: 0 auto; }
    .company_cont .cont-select h1 {
      font-size: 32px;
      color: #333333;
      font-weight: bold;
      letter-spacing: 2px;
      margin-top: 57px; }
    .company_cont .cont-select h2 {
      margin-top: 70px;
      font-size: 20px;
      color: #999999; }
    .company_cont .cont-select .company-img {
      margin-top: 43px; }
      .company_cont .cont-select .company-img .img-logo {
        margin-bottom: 40px; }
        .company_cont .cont-select .company-img .img-logo:after {
          content: "";
          display: block;
          clear: both; }
        .company_cont .cont-select .company-img .img-logo p {
          float: left; }
          .company_cont .cont-select .company-img .img-logo p img {
            width: 137px;
            height: 52px; }
        .company_cont .cont-select .company-img .img-logo .m-r {
          margin-right: 72px; }

.bt-bg {
  margin-top: 120px;
  width: 100%;
  height: 298px;
  background: url("../images/bt-bg.png") no-repeat;
  background-size: 100% 100%; }
  .bt-bg .bg-all {
    width: 1184px;
    text-align: center;
    margin: 0 auto; }
    .bt-bg .bg-all h1 {
      padding-top: 80px;
      font-size: 32px;
      color: #ffffff;
      font-weight: bold;
      letter-spacing: 40px; }
    .bt-bg .bg-all h2 {
      padding-top: 26px;
      font-size: 12px;
      color: #ffffff;
      letter-spacing: 4px; }
    .bt-bg .bg-all .btn_submit {
      margin-top: 46px;
      display: inline-block;
      background: url("../images/bt-sb.png") no-repeat;
      height: 72px;
      width: 278px;
      background-size: 100% 100%;
      line-height: 45px;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff; }

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

.m-t-40 {
  margin-top: 40px; }

.f-l {
  float: left; }

.f-r {
  float: right; }

.footer {
  background: #333333;
  border-top: 4px solid #59d2f9;
  line-height: 1;
  min-width: 1184px;
  font-size: 14px; }
  .footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .footer ul li {
    margin-left: 70px;
    float: left; }
    .footer ul li:first-child {
      margin-left: 0; }
  .footer ul dt {
    padding-bottom: 30px; }
    .footer ul dt a {
      color: #ffffff; }
  .footer ul dd {
    padding-bottom: 17px; }
    .footer ul dd a {
      color: #999999; }
  .footer ul a:hover {
    color: #fff; }
  .footer:after {
    display: table;
    content: "";
    clear: both; }
  .footer .div-hr {
    width: 100%;
    border-top: 1px solid #3c3c3c;
    text-align: center;
    color: #5f5f5f;
    cursor: default;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 15px 0px; }
    .footer .div-hr a {
      color: #5f5f5f; }
  .footer .cont-phone {
    padding-top: 16px;
    padding-bottom: 24px; }
  .footer .footer-right {
    margin: 40px 20px 40px 0;
    float: right; }
  .footer .footer-right-info {
    float: left;
    height: 115px;
    width: 380px;
    position: relative;
    margin-right: 100px; }
    .footer .footer-right-info .cont-top {
      height: 60px; }
    .footer .footer-right-info .cont-wz {
      display: inline-block; }
    .footer .footer-right-info .cont-wz-top {
      color: #59d2f9;
      font-size: 25px;
      padding-bottom: 13px;
      font-family: "Arial";
      line-height: 30px;
      font-style: oblique;
      letter-spacing: 3px; }
    .footer .footer-right-info .cont-wz-top.email-addr {
      font-size: 18px; }
    .footer .footer-right-info .cont-wz-bot {
      color: #59d2f9;
      font-size: 16px;
      text-align: left;
      font-family: "Arial";
      text-indent: 2px;
      font-style: oblique; }
    .footer .footer-right-info .cont-bg {
      display: inline-block;
      overflow: hidden;
      text-align: left; }
      .footer .footer-right-info .cont-bg.phone {
        background-position: -10px -0px;
        width: 34px;
        height: 24px;
        position: relative;
        top: -28px; }
      .footer .footer-right-info .cont-bg.email {
        background-position: -10px -34px;
        width: 24px;
        height: 24px;
        position: relative;
        top: -5px;
        margin-right: 15px; }
  .footer .footer-ewm {
    width: 90px;
    height: 90px;
    float: left;
    margin-left: 20px; }

.footer-ewm {
  position: relative;
  width: 90px;
  height: 90px;
  float: left;
  margin-left: 50px; }

.footer-ewm.ml20 {
  margin-left: 20px; }

.footer-ewm p {
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -60px;
  color: #757575;
  font-size: 14px;
  width: 120px;
  text-align: center; }

.footer-ewm img {
  width: 90px; }

.pos-re {
  position: relative; }

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

.m-t-40 {
  margin-top: 40px; }

.f-l {
  float: left; }

.f-r {
  float: right; }

.footer {
  background: #333333;
  border-top: 4px solid #59d2f9;
  line-height: 1;
  min-width: 1184px;
  font-size: 14px; }
  .footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .footer ul li {
    margin-left: 70px;
    float: left; }
    .footer ul li:first-child {
      margin-left: 0; }
  .footer ul dt {
    padding-bottom: 30px; }
    .footer ul dt a {
      color: #ffffff; }
  .footer ul dd {
    padding-bottom: 17px; }
    .footer ul dd a {
      color: #999999; }
  .footer ul a:hover {
    color: #fff; }
  .footer:after {
    display: table;
    content: "";
    clear: both; }
  .footer .div-hr {
    width: 100%;
    border-top: 1px solid #3c3c3c;
    text-align: center;
    color: #5f5f5f;
    cursor: default;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 15px 0px; }
    .footer .div-hr a {
      color: #5f5f5f; }
  .footer .cont-phone {
    padding-top: 16px;
    padding-bottom: 24px; }
  .footer .footer-right {
    margin: 40px 20px 40px 0;
    float: right; }
  .footer .footer-right-info {
    float: left;
    height: 115px;
    width: 380px;
    position: relative;
    margin-right: 100px; }
    .footer .footer-right-info .cont-top {
      height: 60px; }
    .footer .footer-right-info .cont-wz {
      display: inline-block; }
    .footer .footer-right-info .cont-wz-top {
      color: #59d2f9;
      font-size: 25px;
      padding-bottom: 13px;
      font-family: "Arial";
      line-height: 30px;
      font-style: oblique;
      letter-spacing: 3px; }
    .footer .footer-right-info .cont-wz-top.email-addr {
      font-size: 18px; }
    .footer .footer-right-info .cont-wz-bot {
      color: #59d2f9;
      font-size: 16px;
      text-align: left;
      font-family: "Arial";
      text-indent: 2px;
      font-style: oblique; }
    .footer .footer-right-info .cont-bg {
      display: inline-block;
      overflow: hidden;
      text-align: left; }
      .footer .footer-right-info .cont-bg.phone {
        background-position: -10px -0px;
        width: 34px;
        height: 24px;
        position: relative;
        top: -28px; }
      .footer .footer-right-info .cont-bg.email {
        background-position: -10px -34px;
        width: 24px;
        height: 24px;
        position: relative;
        top: -5px;
        margin-right: 15px; }
  .footer .footer-ewm {
    width: 90px;
    height: 90px;
    float: left;
    margin-left: 20px; }

.footer-ewm {
  position: relative;
  width: 90px;
  height: 90px;
  float: left;
  margin-left: 50px; }

.footer-ewm.ml20 {
  margin-left: 20px; }

.footer-ewm p {
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -60px;
  color: #757575;
  font-size: 14px;
  width: 120px;
  text-align: center; }

.footer-ewm img {
  width: 90px; }

.pos-re {
  position: relative; }

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

.dg-container{
	width: 100%;
	/*height: 450px;*/
	position: relative;
}
.dg-wrapper{
	width: 730px;
	height: 328px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper .box{
	width: 730px;
	height: 328px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/*background: transparent url(../images/browser.png) no-repeat top left;*/
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	background-color:#fff;
}
.dg-wrapper .box.dg-center{
	z-index:1;
}
.dg-wrapper .box.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*.dg-wrapper .box img{
	display: block;
	padding: 41px 0px 0px 1px;
}*/
/*.dg-wrapper .box div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}*/
/*.dg-wrapper .box.dg-center div{
	display: block;
}*/
.dg-container nav{
	position: relative;
	margin-top:40px;
	display:block;
	z-index: 1000;
	text-align:center;
	font-size:0;
	/*width: 58px;
	//bottom: 40px;
	left: 50%;
	margin-left: -29px;*/
}
.dg-container nav:after{
	display: table;
    content: "";
    clear: both;
}
.dg-container nav span{
	margin:0 14px;
	display:inline-block;
	cursor:pointer;
	width: 10px;
	height: 10px;
	border-radius:50%;
	background-color:#d0d8de;
	/*opacity: 0.8;*/
	/*background: transparent url(../images/arrows.png) no-repeat top left;*/
}
.dg-container nav span.act{
	background:#333;
}

.dg-container{
	width: 100%;
	/*height: 450px;*/
	position: relative;
}
.dg-wrapper{
	width: 730px;
	height: 328px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper .box{
	width: 730px;
	height: 328px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/*background: transparent url(../images/browser.png) no-repeat top left;*/
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	background-color:#fff;
}
.dg-wrapper .box.dg-center{
	z-index:1;
}
.dg-wrapper .box.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*.dg-wrapper .box img{
	display: block;
	padding: 41px 0px 0px 1px;
}*/
/*.dg-wrapper .box div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}*/
/*.dg-wrapper .box.dg-center div{
	display: block;
}*/
.dg-container nav{
	position: relative;
	margin-top:40px;
	display:block;
	z-index: 1000;
	text-align:center;
	font-size:0;
	/*width: 58px;
	//bottom: 40px;
	left: 50%;
	margin-left: -29px;*/
}
.dg-container nav:after{
	display: table;
    content: "";
    clear: both;
}
.dg-container nav span{
	margin:0 14px;
	display:inline-block;
	cursor:pointer;
	width: 10px;
	height: 10px;
	border-radius:50%;
	background-color:#d0d8de;
	/*opacity: 0.8;*/
	/*background: transparent url(../images/arrows.png) no-repeat top left;*/
}
.dg-container nav span.act{
	background:#333;
}

/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: August 22, 2015
 */
.swiper-container {
    margin: 0 auto;
    height: 2rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 0.2rem;
    height:  0.2rem;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .1
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 0.15625rem 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 0.1rem;
    left: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 0.15625rem;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 0.15625rem;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
