div, p, span, a, section, ul, li, table, tr, td, footer, header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

.page-select {
  margin-bottom: 60px; }

.nav-blame {
  height: 39px;
  border-bottom: 1px solid #DDE8F6;
  margin: 21px auto 0;
  font-size: 14px;
  line-height: 17px;
  max-width: 1200px; }
  .nav-blame .nav-blame-span1 {
    color: #666666;
    text-decoration: none; }
  .nav-blame a {
    cursor: pointer; }
  .nav-blame i {
    font-size: 13px; }
  .nav-blame .nav-blame-span2 {
    color: #435EEB;
    font-weight: 600;
    text-decoration: none; }

.nav-bg {
  width: 100%;
  height: 230px;
  background: url(../../images/pic_business_2.png) center center no-repeat;
  position: relative; }
  .nav-bg .tip {
    position: absolute;
    top: 28%;
    left: 15%;
    font-size: 36px;
    color: #FFFFFF; }

.page-section {
  padding: 60px 0; }

.headline {
  width: 100%;
  overflow: hidden; }
  .headline .title {
    font-size: 30px;
    color: #333333;
    text-align: center; }
  .headline .line {
    display: block;
    background: #DDE8F7;
    width: 70px;
    height: 2px;
    margin: 35px auto 0; }

.const-frame {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px solid #DDE8F6; }
  .const-frame .const-frame-son {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .const-frame .flow-bg-parent {
    float: left;
    width: 45%;
    padding-left: 42px; }
    .const-frame .flow-bg-parent .flow-bg {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min {
        float: left;
        overflow: hidden; }
        .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min img {
          width: 196px; }
        .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min span, .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min img {
          display: block;
          float: left; }
        .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min span {
          font-size: 25px;
          color: #333333;
          text-align: center;
          margin: 72px 10px 72px 0;
          max-width: 190px; }
      .const-frame .flow-bg-parent .flow-bg .flow-bg-d .flow-bg-p {
        margin: 72px 0;
        float: left; }
        .const-frame .flow-bg-parent .flow-bg .flow-bg-d .flow-bg-p .img {
          display: block;
          width: 40px;
          height: 40px;
          background: url(../../images/arrow_right.png) center center no-repeat;
          background-size: 100% 100%; }
  .const-frame:nth-child(2n+1) .flow-bg .flow-bg-d .flow-bg-p .img {
    background: url(../../images/arrow_left.png) center center no-repeat;
    background-size: 100% 100%; }
  .const-frame .flow-const-parent {
    float: left;
    padding-left: 42px;
    width: 55%; }
    .const-frame .flow-const-parent .flow-const {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .const-frame .flow-const-parent .flow-const .center .part {
        font-size: 14px;
        color: #333333;
        line-height: 23px;
        overflow: hidden;
        margin-bottom: 27px; }
        .const-frame .flow-const-parent .flow-const .center .part:last-child {
          margin-bottom: 0; }
        .const-frame .flow-const-parent .flow-const .center .part .pc-span, .const-frame .flow-const-parent .flow-const .center .part .dot {
          display: block;
          float: left; }
        .const-frame .flow-const-parent .flow-const .center .part .pc-span {
          width: 95%; }
        .const-frame .flow-const-parent .flow-const .center .part .dot {
          background: #FF9000;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          margin: 12px 5px 12px 0; }

.const-frame:last-child {
  border-bottom: 0; }

.no-line {
  border-bottom: 0; }

.frame-right-cont .flow-bg-parent, .frame-left-cont .flow-bg-parent {
  height: 1px; }
  .frame-right-cont .flow-bg-parent .flow-bg, .frame-left-cont .flow-bg-parent .flow-bg {
    position: absolute; }

.frame-right-bg .flow-const-parent, .frame-left-bg .flow-const-parent {
  height: 1px; }
  .frame-right-bg .flow-const-parent .flow-const, .frame-left-bg .flow-const-parent .flow-const {
    position: absolute;
    width: 50%; }

.frame-right-cont .flow-const-parent,
.frame-right-bg .flow-bg-parent {
  border-left: 1px dashed #DDE8F6; }

.frame-right-bg .flow-bg-parent .flow-bg .flow-bg-d .min img,
.frame-right-bg .flow-bg-parent .flow-bg .flow-bg-d .min span, .frame-left-cont .flow-bg-parent .flow-bg .flow-bg-d .min img,
.frame-left-cont .flow-bg-parent .flow-bg .flow-bg-d .min span {
  float: right; }

.frame-left-cont .flow-const-parent,
.frame-left-bg .flow-bg-parent {
  border-right: 1px dashed #DDE8F6; }

.const-frame-move {
  display: none; }

.more {
  width: 100%;
  background: url(../../images/pic_business_2.png) center center no-repeat;
  background-size: auto 100%; }
  .more .headline .title {
    color: #fff; }
  .more .product {
    margin-top: 69px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .more .product li {
      float: left;
      width: 210px;
      height: 210px;
      cursor: pointer;
      border: 1px solid #B7BAF3;
      margin-right: 35px; }
      .more .product li:last-child {
        margin-right: 0px; }
      .more .product li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 39px 0 17px; }
        .more .product li a span, .more .product li a img {
          display: block; }
        .more .product li a p {
          margin: 0 auto;
          height: 55px; }
        .more .product li a .share-option {
          height: 84px; }
        .more .product li a .base-1 {
          background: url("../../images/more_1_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-2 {
          background: url("../../images/more_2_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-3 {
          background: url("../../images/more_3_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-4 {
          background: url("../../images/more_4_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-5 {
          background: url("../../images/more_5_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-6 {
          background: url("../../images/local_debt_6_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-7 {
          background: url("../../images/local_debt_7_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .base-8 {
          background: url("../../images/common_question_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .share-option-0 {
          background: url("../../images/share_option_0_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .share-option-1 {
          background: url("../../images/share_option_1_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .share-option-2 {
          background: url("../../images/share_option_2_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .share-option-3 {
          background: url("../../images/share_option_3_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .share-option-4 {
          background: url("../../images/share_option_4_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .more-Ib-1 {
          background: url("../../images/local_more_3.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a .more-Ib-2 {
          background: url("../../images/more_3_white.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li a span {
          margin: 20px auto 0;
          text-align: center;
          font-size: 22px;
          width: 80%;
          color: #FFFFFF; }
      .more .product li:hover {
        background: #fff; }
        .more .product li:hover span {
          color: #0D5FE0; }
        .more .product li:hover .base-1 {
          background: url("../../images/more_1_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-2 {
          background: url("../../images/more_2_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-3 {
          background: url("../../images/more_3_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-4 {
          background: url("../../images/more_4_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-5 {
          background: url("../../images/more_5_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-6 {
          background: url("../../images/local_debt_6_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-7 {
          background: url("../../images/local_debt_7_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .base-8 {
          background: url("../../images/common_question_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .share-option-0 {
          background: url("../../images/share_option_0_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .share-option-1 {
          background: url("../../images/share_option_1_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .share-option-2 {
          background: url("../../images/share_option_2_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .share-option-3 {
          background: url("../../images/share_option_3_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .share-option-4 {
          background: url("../../images/share_option_4_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .more-Ib-1 {
          background: url("../../images/common_question_blue.png") center center no-repeat;
          background-size: auto 100%; }
        .more .product li:hover .more-Ib-2 {
          background: url("../../images/more_3_blue.png") center center no-repeat;
          background-size: auto 100%; }
    .more .product .nomargin {
      margin: 0; }

.most .product li {
  margin-right: 85px; }

.base-detail {
  padding: 60px 0; }

.base-situation {
  margin-top: 30px; }
  .base-situation .situation-img {
    float: right;
    width: 634px;
    margin-left: 70px; }
    .base-situation .situation-img img {
      display: block;
      width: 100%; }
  .base-situation .situation-cont {
    font-size: 14px;
    color: #333333;
    text-align: justify;
    line-height: 27px;
    padding-top: 150px; }

.business-notice {
  width: 100%;
  height: 162px;
  border-bottom: 1px solid #DDE8F6;
  position: relative; }
  .business-notice .business-notice-center {
    width: 95%;
    height: 85%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .business-notice .business-notice-center p {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      border: 1px solid #0D5FE0;
      float: left;
      margin-right: 15px;
      position: relative; }
      .business-notice .business-notice-center p span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 68%;
        height: 68%;
        background-size: 100% auto; }
      .business-notice .business-notice-center p .bgnone {
        background: none\0; }
    .business-notice .business-notice-center .noborder {
      border: 0; }
    .business-notice .business-notice-center div {
      height: 100%;
      width: 80%;
      float: left; }
      .business-notice .business-notice-center div span {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #777777; }
      .business-notice .business-notice-center div .business-notice-span1 {
        font-size: 17px;
        font-weight: 600;
        height: 24px;
        color: #000;
        margin-top: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
      .business-notice .business-notice-center div .business-notice-span2 {
        margin: 10px 0 10px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 60px;
        overflow: hidden; }
      .business-notice .business-notice-center div .business-notice-span3 {
        margin-top: 5px; }

.serial-num1 p span {
  background: url("../../images/home_page_iocn9.png") center center no-repeat; }

.serial-num2 p span {
  background: url("../../images/home_page_iocnHit10.png") center center no-repeat; }

.serial-num3 p span {
  background: url("../../images/home_page_iocnHit11.png") center center no-repeat; }

.serial-num4 p span {
  background: url("../../images/home_page_iocn12.png") center center no-repeat; }

.serial-num5 p span {
  background: url("../../images/home_page_iocn15.png") center center no-repeat; }

.serial-num6 p span {
  background: url("../../images/home_page_iocn16.png") center center no-repeat; }

.serial-num1:hover p span {
  background: url("../../images/home_page_iocn9-1.png") center center no-repeat; }

.serial-num2:hover p span {
  background: url("../../images/home_page_iocnHit10-1.png") center center no-repeat; }

.serial-num3:hover p span {
  background: url("../../images/home_page_iocnHit11-1.png") center center no-repeat; }

.serial-num4:hover p span {
  background: url("../../images/home_page_iocn12-1.png") center center no-repeat; }

.serial-num5:hover p span {
  background: url("../../images/home_page_iocn15-1.png") center center no-repeat; }

.serial-num6:hover p span {
  background: url("../../images/home_page_iocn16-1.png") center center no-repeat; }

.serial-type-1:hover p {
  background: #0D5FE0; }
  .serial-type-1:hover p span {
    background: url("../../images/home_page_iocn9-2.png") center center no-repeat;
    background-size: 100% auto; }

.serial-type-2:hover p {
  background: #0D5FE0; }
  .serial-type-2:hover p span {
    background: url("../../images/home_page_iocnHit10-2.png") center center no-repeat;
    background-size: 100% auto; }

.serial-type-3:hover p {
  background: #0D5FE0; }
  .serial-type-3:hover p span {
    background: url("../../images/home_page_iocnHit11-2.png") center center no-repeat;
    background-size: 100% auto; }

.serial-type-4:hover p {
  background: #0D5FE0; }
  .serial-type-4:hover p span {
    background: url("../../images/home_page_iocn12-2.png") center center no-repeat;
    background-size: 100% auto; }

.serial-type-5:hover p {
  background: #0D5FE0; }
  .serial-type-5:hover p span {
    background: url("../../images/home_page_iocn15-2.png") center center no-repeat;
    background-size: 100% auto; }

.serial-type-6:hover p {
  background: #0D5FE0; }
  .serial-type-6:hover p span {
    background: url("../../images/home_page_iocn16-2.png") center center no-repeat;
    background-size: 100% auto; }

.col a {
  text-decoration: none; }

@media (min-width: 1000px) and (max-width: 1200px) {
  .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min span {
    margin: 72px 5px; } }
@media (max-width: 1200px) {
  .const-frame .flow-const-parent {
    padding-left: 22px; }
  .const-frame .flow-bg-parent {
    padding-left: 22px; }
    .const-frame .flow-bg-parent .flow-bg .flow-bg-d .flow-bg-p {
      margin: 53px 0; }
    .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min img {
      float: initial;
      width: 160px; }
    .const-frame .flow-bg-parent .flow-bg .flow-bg-d .min span {
      float: initial;
      margin: 0; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .nav-blame {
    display: none; }

  .base-detail {
    padding: 55px 0 55px; }
    .base-detail .base-situation {
      margin-top: 50px; }
      .base-detail .base-situation .situation-cont {
        padding-top: 0; }
      .base-detail .base-situation .situation-img {
        width: 50%;
        margin-left: 29px; }

  .more {
    padding: 57px 0 32px; }
    .more .product li {
      margin-bottom: 27px;
      margin-right: 35px; }
      .more .product li:nth-child(3n) {
        margin-right: 0; }
    .more .distribution {
      width: 700px;
      margin: 69px auto 0; }

  .business-notice .business-notice-center div {
    width: 72%; }

  .business-guide .frame-right .flow-bg {
    padding-left: 20px; }
  .business-guide .frame-right .flow-const {
    width: 51%; }
  .business-guide .frame-left .flow-bg {
    padding-right: 20px; }

  .const-frame-move {
    display: none; } }
@media (min-width: 320px) and (max-width: 600px) {
  body {
    background: #fff; }

  .page-select {
    margin-bottom: 30px; }

  .nav-blame {
    display: none; }

  .page-section {
    padding: 40px 0; }

  .fund-knowledge-pop {
    margin: 35px 0 37px; }

  .base-detail {
    padding: 35px 0 45px; }
    .base-detail .base-situation {
      margin-top: 25px; }
      .base-detail .base-situation .situation-cont {
        padding-top: 0; }
      .base-detail .base-situation .situation-img {
        float: initial;
        margin: 0;
        width: 100%;
        margin-bottom: 10px; }

  .nav-bg {
    height: 95px; }
    .nav-bg .tip {
      font-size: 17px; }

  .headline {
    margin-bottom: 14px; }
    .headline .title {
      font-size: 21px; }
    .headline .line {
      margin-top: 13px; }

  .business-notice .business-notice-center div {
    width: 74%; }

  .const-frame {
    display: none; }

  .const-frame-move {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
    border-bottom: 1px solid #DDE8F6; }
    .const-frame-move:last-child {
      border-bottom: 0; }
    .const-frame-move .frame-top {
      overflow: hidden;
      display: inline-block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .const-frame-move .frame-top .label {
        display: block;
        height: 98px;
        float: left; }
      .const-frame-move .frame-top p {
        float: left;
        padding-top: 10px; }
        .const-frame-move .frame-top p img, .const-frame-move .frame-top p span {
          display: block; }
        .const-frame-move .frame-top p span {
          font-size: 17px;
          color: #333333;
          text-align: center; }
        .const-frame-move .frame-top p img {
          width: 21px;
          margin: 28px auto 0; }
    .const-frame-move .frame-bottom {
      margin-top: 20px; }
      .const-frame-move .frame-bottom p {
        width: 100%;
        margin-bottom: 22px;
        overflow: hidden; }
        .const-frame-move .frame-bottom p .bit, .const-frame-move .frame-bottom p .const {
          display: block;
          float: left; }
        .const-frame-move .frame-bottom p .bit {
          background: #FF9000;
          width: 6px;
          height: 6px;
          border-radius: 50%; }
        .const-frame-move .frame-bottom p .const {
          margin-left: 2%;
          width: 95%;
          font-size: 14px;
          color: #333333;
          text-align: justify;
          line-height: 19px; }
        .const-frame-move .frame-bottom p .blue-frame {
          display: block;
          width: 100%;
          padding: 11px 0;
          text-align: center;
          background: #0D5FE0;
          border-radius: 20px;
          font-size: 15px;
          margin-top: 25px;
          color: #FFFFFF;
          text-decoration: none; } }
.headline .words {
  text-align: center;
  margin: 12px 0 16px; }
.headline .line {
  margin-top: 0; }

.navigite-bg img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1842px; }

.Common-problems {
  padding: 90px 0 84px;
  overflow: hidden; }
  .Common-problems .grid-module .col {
    padding: 0;
    overflow: initial; }
  .Common-problems .row {
    margin-top: 80px; }
    .Common-problems .row .frame {
      display: block;
      border: 1px solid #f4f4f4;
      position: relative; }
      .Common-problems .row .frame .oimg {
        margin: 85px auto 0;
        width: 60px;
        height: 60px; }
        .Common-problems .row .frame .oimg img {
          width: 100%;
          display: block; }
      .Common-problems .row .frame:hover {
        background: #0CB2ED;
        background-image: linear-gradient(-44deg, #0CB2ED 0%, #573DE9 100%);
        -webkit-box-shadow: 0 11px 26px 0 #BBD3FF;
                box-shadow: 0 11px 26px 0 #BBD3FF; }
        .Common-problems .row .frame:hover .oimg img {
          display: none; }
        .Common-problems .row .frame:hover .label {
          color: #fff; }
        .Common-problems .row .frame:hover .oimg-1 {
          background: url(../../images/server_white_1.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-2 {
          background: url(../../images/server_white_2.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-3 {
          background: url(../../images/server_white_3.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-4 {
          background: url(../../images/server_white_4.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-5 {
          background: url(../../images/server_white_5.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-6 {
          background: url(../../images/server_white_6.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-7 {
          background: url(../../images/server_white_7.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-8 {
          background: url(../../images/server_white_8.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-9 {
          background: url(../../images/server_white_9.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-10 {
          background: url(../../images/server_white_10.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-11 {
          background: url(../../images/server_white_11.png) center center no-repeat;
          background-size: 100% auto; }
        .Common-problems .row .frame:hover .oimg-12 {
          background: url(../../images/server_white_12.png) center center no-repeat;
          background-size: 100% auto; }
      .Common-problems .row .frame .label {
        text-align: center;
        margin-bottom: 85px;
        font-size: 18px;
        color: #333333;
        margin-top: 24px; }
      .Common-problems .row .frame span {
        display: block;
        background: #979797;
        position: absolute; }
      .Common-problems .row .frame .across {
        width: 36px;
        height: 2px; }
      .Common-problems .row .frame .vertical {
        width: 2px;
        height: 36px; }
      .Common-problems .row .frame .param-1, .Common-problems .row .frame .param-8 {
        top: -2px;
        left: -2px; }
      .Common-problems .row .frame .param-2, .Common-problems .row .frame .param-3 {
        top: -2px;
        right: -2px; }
      .Common-problems .row .frame .param-4, .Common-problems .row .frame .param-5 {
        bottom: -2px;
        right: -2px; }
      .Common-problems .row .frame .param-6, .Common-problems .row .frame .param-7 {
        bottom: -2px;
        left: -2px; }

.service {
  padding: 60px 0; }
  .service .detail {
    margin-top: 31px; }
    .service .detail span {
      font-size: 14px;
      color: #666666;
      text-align: center;
      line-height: 20px;
      display: block; }
    .service .detail .notice {
      margin-top: 20px; }
  .service .phone-flow {
    display: block;
    margin: 48px auto 0;
    width: 232px;
    height: 52px;
    background: #0D5FE0;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    font-size: 18px;
    color: #FFFFFF; }

.experience {
  background: #FFF;
  width: 100%;
  height: 112px; }
  .experience .container {
    margin: 0 auto;
    height: 100%; }
    .experience .container a {
      text-decoration: none;
      display: block;
      width: 50%;
      height: 100%;
      float: left;
      padding-top: 14px;
      position: relative;
      cursor: pointer;
      color: #333333;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .experience .container a p {
        width: 100%;
        text-align: center;
        position: relative;
        font-size: 26px;
        line-height: 38px; }
        .experience .container a p img {
          display: block;
          height: 100%;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      .experience .container a .experience-img {
        height: 33px;
        margin-bottom: 10px; }
      .experience .container a .triangle {
        position: absolute;
        left: 50%;
        bottom: -41.99px;
        width: 0;
        height: 0;
        margin-left: -27px;
        border: 27px solid transparent;
        border-top: 16px solid #2786f0;
        display: none; }
    .experience .container .target {
      background-color: #573DE9;
      background-image: linear-gradient(-44deg, #0CB2ED 0%, #573DE9 100%);
      color: #fff; }
      .experience .container .target .triangle {
        display: block; }

.page-section .calendar-list {
  margin: 0; }

.news-headlines {
  display: none; }

.disclaimer .detail {
  margin-top: 38px; }
  .disclaimer .detail span {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: block;
    margin-top: 20px; }
  .disclaimer .detail .text-right {
    text-align: right; }

.new-calendar {
  padding: 60px 0; }
  .new-calendar .headline .check-more {
    font-size: 14px;
    color: #0D5FE0;
    margin: 18px auto 0;
    text-align: center;
    display: block; }

.business-notice {
  border: 0; }
  .business-notice .business-notice-center p {
    border: 0; }

.news-headlines {
  padding: 60px 0; }
  .news-headlines .headline .check-more {
    font-size: 14px;
    color: #0D5FE0;
    margin: 18px auto 0;
    text-align: center;
    display: block; }
  .news-headlines .row {
    margin-top: 20px; }

@media (min-width: 601px) and (max-width: 1000px) {
  .Common-problems .row .frame .oimg {
    margin-top: 45px; }
  .Common-problems .row .frame .label {
    margin-bottom: 45px; } }
@media (min-width: 320px) and (max-width: 600px) {
  .Common-problems, .service, .new-calendar, .news-headlines {
    padding: 24px 0 35px; }

  .news-headlines .headline .check-more,
  .new-calendar .headline .check-more {
    display: none; }

  .Common-problems .row {
    margin-top: 28px; }
    .Common-problems .row .frame .oimg {
      margin-top: 40px; }
    .Common-problems .row .frame .label {
      margin-bottom: 38px;
      margin-top: 13px; }
    .Common-problems .row .frame .across {
      width: 21px; }
    .Common-problems .row .frame .vertical {
      height: 21px; }

  .service .detail {
    margin-top: 25px; }
  .service .phone-flow {
    margin-top: 28px;
    width: 188px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    border-radius: 5px; }

  .experience .experience-btn {
    padding: 0; } }
.social_respons_list {
  width: 100%;
  background: url(../../images/banner2.png) center center no-repeat;
  background-size: auto 100%;
  height: 230px;
  padding: 66px 0 0 10%; }
  .social_respons_list p {
    font-size: 36px;
    color: #FFFFFF; }

.Common-problems {
  padding: 60px 0; }

.calendar-list {
  margin-top: 65px; }
  .calendar-list table {
    width: 100%;
    font-size: 16px;
    color: #333333; }
  .calendar-list td, .calendar-list th {
    border: 1px solid #DDE8F6;
    text-align: center; }
  .calendar-list th {
    padding: 15px 0;
    background: #F7F8FA; }
  .calendar-list td {
    padding: 13px 0; }
  .calendar-list tbody .check {
    color: #0D5FE0;
    padding: 13px 10px; }

.page-select {
  margin-top: 40px; }

.calendar-list-move {
  width: 100%;
  display: none;
  margin-top: 38px; }
  .calendar-list-move .list {
    width: 100%;
    border: 1px solid #DDE8F6;
    border-radius: 8px;
    margin-bottom: 15px; }
    .calendar-list-move .list .bank-title {
      width: 100%;
      padding: 13px 0 13px 17px;
      border-bottom: 1px solid #DDE8F6;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .calendar-list-move .list .bank-title .name {
        font-size: 17px;
        color: #333333; }
      .calendar-list-move .list .bank-title .serial-number {
        font-size: 14px;
        color: #666666;
        line-height: 17px;
        margin-left: 5px; }
    .calendar-list-move .list .bank-content {
      padding: 13px 0 13px 17px; }
      .calendar-list-move .list .bank-content .inform {
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden; }
        .calendar-list-move .list .bank-content .inform p {
          width: 25%;
          float: left; }
          .calendar-list-move .list .bank-content .inform p span {
            display: block;
            font-size: 12px;
            color: #666666;
            line-height: 16px; }
          .calendar-list-move .list .bank-content .inform p .tip {
            font-size: 14px;
            color: #333333;
            line-height: 16px; }
      .calendar-list-move .list .bank-content .data-inform {
        overflow: hidden;
        margin-bottom: 5px; }
        .calendar-list-move .list .bank-content .data-inform span {
          font-size: 14px;
          color: #333333;
          line-height: 16px;
          display: block;
          float: left; }
        .calendar-list-move .list .bank-content .data-inform .tip {
          color: #666666;
          font-size: 12px;
          line-height: 16px;
          width: 25%; }

@media (min-width: 320px) and (max-width: 600px) {
  .Common-problems {
    padding: 35px 0 45px; }

  .social_respons_list {
    height: 95px;
    padding: 24px 0 0 20px; }
    .social_respons_list p {
      font-size: 17px; }

  body {
    background: #fff; }

  .calendar-list {
    display: none; }

  .calendar-list-move {
    display: block; } }
.page-select {
  margin-top: 40px; }

.join-bg {
  width: 100%;
  position: relative; }
  .join-bg img {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1842px; }

.max-header {
  display: none; }

.new-state-nav {
  border-bottom: 1px solid #DDE8F6;
  padding: 20px 0;
  height: 59px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .new-state-nav a {
    text-decoration: none;
    color: #666666; }
  .new-state-nav .current-page {
    color: #0D5FE0; }

.headline {
  width: 100%;
  overflow: hidden; }
  .headline .title {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center; }
  .headline .line {
    display: block;
    width: 70px;
    height: 2px;
    margin: 28px auto 0;
    background: #DDE8F6; }

.navigation {
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #E7E8ED; }
  .navigation .container {
    height: 100%; }
    .navigation .container ul {
      height: 100%; }
      .navigation .container ul li {
        cursor: pointer;
        float: left;
        height: 100%;
        width: 12.5%;
        position: relative;
        padding: 0 10px;
        cursor: pointer;
        border-right: 1px solid #E7E8ED; }
        .navigation .container ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          text-align: center;
          font-size: 17px;
          color: #333333;
          text-align: center;
          text-decoration: none; }
        .navigation .container ul li p {
          width: 100%;
          position: absolute;
          bottom: -37px;
          left: 0;
          padding: 0 45px; }
      .navigation .container ul .targ {
        background-image: linear-gradient(-44deg, #0CB2ED 0%, #573DE9 100%);
        background: #2f7beb; }
        .navigation .container ul .targ a {
          color: #fff; }
        .navigation .container ul .targ p span {
          width: 0px;
          height: 0px;
          display: block;
          border-top: 19px solid #2f7beb;
          border-left: 30px solid transparent;
          border-bottom: 19px solid transparent;
          border-right: 30px solid transparent; }
      .navigation .container ul .firstLi {
        border-left: 1px solid #E7E8ED; }

@media (max-width: 1200px) {
  .headline .title {
    font-size: 21px; }
  .headline .line {
    margin-top: 18px; }

  .navigation-up {
    height: 117px; }
    .navigation-up .navigation {
      height: 100%;
      background: #F7F8FA;
      overflow-x: scroll;
      -webkit-overflow-x: scroll; }
      .navigation-up .navigation .container {
        width: 1595px;
        max-width: initial;
        background: #fff;
        height: 80px;
        padding: 0; }
        .navigation-up .navigation .container ul li p {
          margin-bottom: 0;
          bottom: -36px;
          padding: 0 72px; } }
@media (min-width: 320px) and (max-width: 600px) {
  body {
    background: #fff; }

  .page-select {
    margin-top: 30px; }

  .navigation-up {
    height: 77px; }
    .navigation-up .navigation .container {
      height: 50px;
      width: 789px; }
      .navigation-up .navigation .container ul li {
        width: auto; }
        .navigation-up .navigation .container ul li a {
          font-size: 15px;
          line-height: 16px;
          width: 77px; }
        .navigation-up .navigation .container ul li p {
          bottom: -25px;
          padding: 0 26px; }
      .navigation-up .navigation .container ul .targ p span {
        width: 0px;
        height: 0px;
        display: block;
        border-top: 13px solid #2f7beb;
        border-left: 25px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 25px solid transparent; } }
a {
  text-decoration: none;
  cursor: pointer; }

.map-pop {
  width: 338px;
  padding: 10px 12px 0; }
  .map-pop .title {
    margin-bottom: 29px; }
    .map-pop .title .tip {
      font-size: 22px;
      color: #000000;
      text-align: center;
      margin-bottom: 15px; }
    .map-pop .title .label {
      width: 100%;
      height: 2px; }
      .map-pop .title .label span {
        display: block;
        border: 2px solid #0D5FE0;
        width: 65px;
        margin: 0 auto; }
  .map-pop .place-pc span {
    display: block; }
  .map-pop .place-1 {
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px; }
    .map-pop .place-1 span {
      display: block; }
  .map-pop .remove {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #CDD2D7;
    line-height: 45px;
    margin: 28px auto;
    text-align: center; }
    .map-pop .remove .iconfont {
      font-size: 30px;
      color: #CDD2D7; }

/*# sourceMappingURL=server_index.css.map */
