html, body, div, li, ul, span, p, a, header, section, footer, h1, h2, h3, em, ol, select, option, tr, td, table {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  background: #fff; }

a {
  text-decoration: none; }

ul, li {
  list-style: none; }

* {
  -webkit-box-sizing: initial;
          box-sizing: initial; }

input[type="text"] {
  padding: 0; }

.top-device {
  width: 100%;
  position: relative; }
  .top-device .arrow-left, .top-device .arrow-right {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -26px;
    width: 52px; }
  .top-device .arrow-left {
    left: 119px; }
  .top-device .arrow-right {
    right: 119px; }
  .top-device .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 73px;
    width: 100%;
    z-index: 10;
    margin: 0; }
    .top-device .pagination span {
      display: inline-block;
      width: 4px;
      height: 4px;
      background: #fff;
      border-radius: 2px;
      cursor: pointer;
      margin: 2px 6px; }
    .top-device .pagination .swiper-active-switch {
      width: 8px;
      height: 8px;
      border-radius: 4px;
      margin: 0; }
  .top-device .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .top-device .page-view {
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0; }
    .top-device .page-view .title {
      font-size: 22px;
      color: #FFFFFF;
      line-height: 22px;
      float: left;
      line-height: 50px; }
    .top-device .page-view .view-num {
      float: left;
      font-size: 14px;
      color: #FFFFFF;
      margin: 17px 0 19px 16px; }
  .top-device .swiper-slide {
    position: relative; }

.edu-headPc {
  width: 100%; }
  .edu-headPc .head-title {
    width: 100%;
    height: 50px;
    background: #f7f8fa;
    border: 1px solid #DDE8F6; }
    .edu-headPc .head-title .head-title-infor {
      height: 100%;
      position: relative; }
      .edu-headPc .head-title .head-title-infor a {
        display: block;
        line-height: 50px;
        float: left; }
      .edu-headPc .head-title .head-title-infor .user-feedback, .edu-headPc .head-title .head-title-infor .back-home {
        position: absolute;
        top: 0;
        display: block; }
      .edu-headPc .head-title .head-title-infor .user-feedback {
        right: 0; }
        .edu-headPc .head-title .head-title-infor .user-feedback a {
          text-decoration: none;
          cursor: pointer;
          font-size: 16px;
          color: #0D5FE0;
          margin-left: 28px; }
      .edu-headPc .head-title .head-title-infor .back-home {
        left: 0; }
        .edu-headPc .head-title .head-title-infor .back-home p {
          text-decoration: none;
          cursor: pointer;
          font-size: 16px;
          color: #777777;
          margin-left: 14px; }
        .edu-headPc .head-title .head-title-infor .back-home p, .edu-headPc .head-title .head-title-infor .back-home img {
          display: block;
          float: left; }
        .edu-headPc .head-title .head-title-infor .back-home img {
          width: 26px;
          padding: 12px 0; }
  .edu-headPc .specialColumn {
    width: 100%;
    height: 90px;
    background: #fff; }
    .edu-headPc .specialColumn .specialColumn-infor {
      position: relative;
      height: 100%; }
      .edu-headPc .specialColumn .specialColumn-infor .logoPc, .edu-headPc .specialColumn .specialColumn-infor ul {
        float: left; }
      .edu-headPc .specialColumn .specialColumn-infor ul {
        margin-left: 50px; }
        .edu-headPc .specialColumn .specialColumn-infor ul li {
          float: left;
          margin-left: 40px; }
          .edu-headPc .specialColumn .specialColumn-infor ul li a {
            display: block;
            line-height: 90px;
            font-size: 16px;
            text-decoration: none;
            cursor: pointer;
            color: #333; }
          .edu-headPc .specialColumn .specialColumn-infor ul li:hover a {
            color: #0D5FE0; }
        .edu-headPc .specialColumn .specialColumn-infor ul .no-margin {
          margin: 0; }
      .edu-headPc .specialColumn .specialColumn-infor .logoPc {
        height: 100%; }
        .edu-headPc .specialColumn .specialColumn-infor .logoPc img {
          display: block;
          height: 33px;
          margin: 29px 0; }

.edu-index .pagination li, .activity .pagination li, .classroom-list .pagination li {
  display: block;
  float: left;
  margin-left: 8px; }

.clearHeight {
  height: 100%;
  overflow: hidden; }

.cover {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.cover, .submit, .feedback-blame {
  display: none; }

.submit {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -145px 0 0 -220px;
  z-index: 101; }
  .submit .sub-blame {
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0 11px 48px 0 rgba(0, 8, 20, 0.44);
            box-shadow: 0 11px 48px 0 rgba(0, 8, 20, 0.44);
    border-radius: 8px;
    width: 439px;
    height: 280px;
    padding-top: 6%; }
    .submit .sub-blame .sub-img {
      margin: 0 auto 15px;
      width: 67px; }
      .submit .sub-blame .sub-img img {
        display: block;
        width: 100%; }
    .submit .sub-blame .sub-titl {
      text-align: center;
      font-size: 22px;
      color: #333333; }
    .submit .sub-blame .sub-content {
      margin-top: 10px;
      font-size: 14px;
      line-height: 26px;
      color: #666666;
      height: 45px;
      position: relative; }
      .submit .sub-blame .sub-content span {
        display: block;
        width: 76%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .submit .sub-blame .sub-sure {
      height: 40px;
      position: relative;
      margin-top: 27px; }
      .submit .sub-blame .sub-sure a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 108px;
        height: 100%;
        text-align: center;
        line-height: 40px;
        border: 1px solid #0D5FE0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 16px;
        color: #0D5FE0;
        text-decoration: none;
        cursor: pointer; }

.shut {
  position: absolute;
  top: 0;
  right: 24px;
  width: 55.5px;
  height: 58.9px; }
  .shut img {
    display: block;
    height: 100%;
    width: 100%; }

.top-blame {
  display: none;
  position: absolute;
  border: 1px solid #DDE8F6;
  top: 0;
  left: 0;
  background: white;
  width: 140px;
  z-index: 100; }
  .top-blame ul {
    width: 100%; }
    .top-blame ul li {
      padding-left: 20px;
      height: 36px;
      line-height: 36px;
      font-size: 16px;
      position: relative; }
      .top-blame ul li a {
        display: block;
        text-decoration: none;
        width: 100%;
        height: 100%;
        color: #000; }
        .top-blame ul li a span, .top-blame ul li a img {
          display: block;
          float: left; }
        .top-blame ul li a img {
          position: absolute;
          right: 7px;
          top: 9px;
          height: 55%;
          width: 20px;
          display: none; }
    .top-blame ul .last-register {
      height: 50px;
      padding-top: 5px; }
      .top-blame ul .last-register p {
        height: 31px;
        line-height: 37px;
        text-align: center;
        width: 100px;
        line-height: 30px;
        border: 1px solid #0D5FE0;
        color: #0D5FE0; }

.feedback-blame {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -223px 0 0 -275px;
  z-index: 101; }
  .feedback-blame .feedback {
    position: relative;
    width: 550px;
    height: 403px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 11px 48px 0 rgba(0, 8, 20, 0.44);
            box-shadow: 0 11px 48px 0 rgba(0, 8, 20, 0.44);
    border-radius: 8px;
    padding-top: 43px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .feedback-blame .feedback .feedback-titl {
      font-size: 26px;
      color: #333333;
      text-align: center; }
    .feedback-blame .feedback .feedback-content {
      width: 89%;
      height: 160px;
      margin: 25px auto 10px;
      border: 1px solid #DDE8F6;
      background: #F7F8FA;
      position: relative; }
      .feedback-blame .feedback .feedback-content textarea {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
        background: #F7F8FA;
        height: 80%;
        width: 94%;
        border: 0;
        resize: none;
        outline: none;
        font-size: 16px;
        color: #777777;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-box-sizing: initial;
                box-sizing: initial; }
    .feedback-blame .feedback .feedback-teleNum {
      width: 89%;
      height: 62px;
      margin: 0 auto 0; }
      .feedback-blame .feedback .feedback-teleNum input {
        display: block;
        float: left;
        padding-left: 19px;
        width: 44.5%;
        height: 100%;
        background: #F7F8FA;
        border: 1px solid #DDE8F6;
        font-size: 16px;
        color: #777777;
        -webkit-box-sizing: initial;
                box-sizing: initial; }
      .feedback-blame .feedback .feedback-teleNum .name {
        margin-right: 10.7px; }
    .feedback-blame .feedback .feedback-sub {
      margin: 30px auto 0;
      width: 278px;
      height: 46px;
      position: relative; }
      .feedback-blame .feedback .feedback-sub a {
        position: absolute;
        width: 124px;
        height: 100%;
        text-align: center;
        line-height: 46px;
        top: 0;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px; }
      .feedback-blame .feedback .feedback-sub .appointment {
        right: 0;
        background: #0D5FE0;
        border: 1px solid #DDE8F6;
        color: #fff; }
      .feedback-blame .feedback .feedback-sub .cancal {
        left: 0;
        border: 1px solid #0D5FE0;
        color: #0D5FE0; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #0D5FE0;
  border-color: #0D5FE0; }

.pagination > li > a, .pagination > li > span {
  color: #0D5FE0; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.nav-register {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 25px 0; }

@media (max-width: 1200px) and (min-width: 1001px) {
  .edu-headPc .specialColumn .specialColumn-infor {
    width: auto;
    max-width: 1000px; }
    .edu-headPc .specialColumn .specialColumn-infor .logoPc img {
      height: 24px;
      margin: 34px 0; } }
.edu-headPad {
  width: 100%;
  height: 50px;
  display: none;
  position: relative; }
  .edu-headPad .edu-headPad-left, .edu-headPad .edu-headPad-right, .edu-headPad .edu-headPad-center {
    position: absolute;
    top: 0;
    height: 100%; }
  .edu-headPad .edu-headPad-left {
    left: 20px; }
    .edu-headPad .edu-headPad-left img {
      display: block;
      width: 30px;
      padding: 10px 0; }
  .edu-headPad .edu-headPad-right {
    right: 20px;
    display: block;
    width: 75px;
    height: 30px;
    line-height: 30px;
    background: #0D5FE0;
    top: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px; }
  .edu-headPad .edu-headPad-center {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 112px; }
    .edu-headPad .edu-headPad-center img {
      display: block;
      width: 100%;
      padding: 15px 0; }

.edu-headMove {
  display: none;
  height: 45px;
  position: relative; }
  .edu-headMove .edu-headMove-left, .edu-headMove .edu-headMove-right {
    height: 100%;
    position: absolute;
    top: 0; }
  .edu-headMove .edu-headMove-left {
    left: 4%; }
    .edu-headMove .edu-headMove-left img {
      height: 32px;
      width: 32px;
      margin: 6.5px 0; }
  .edu-headMove .edu-headMove-right {
    right: 4%; }
    .edu-headMove .edu-headMove-right img {
      height: 21px;
      margin: 12px 0;
      width: auto; }

.tile {
  margin-top: 80px;
  width: 100%; }
  .tile .tile-1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333333; }
  .tile .tile-line {
    width: 100%;
    position: relative;
    margin-top: 27px;
    height: 2px; }
    .tile .tile-line span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 70px;
      border-bottom: 1px solid #DDE8F6; }
  .tile .find-more {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #0D5FE0;
    margin-top: 18px; }

.new-state-nav {
  height: 19px;
  border-bottom: 1px solid #DDE8F6;
  position: relative;
  padding: 20px 0; }
  .new-state-nav p {
    font-size: 17px;
    height: 100%;
    line-height: 19px; }
    .new-state-nav p a {
      color: #666666;
      text-decoration: none;
      cursor: pointer; }
    .new-state-nav p .nav-blue {
      color: #0D5FE0; }

.page-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 52px auto 91px; }

.curor {
  cursor: pointer; }

#Paginator li {
  cursor: pointer; }

.clear {
  height: 100%;
  overflow: hidden; }

.appointCover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }
  .appointCover .cover-p {
    position: relative;
    width: 100%;
    height: 100%; }
    .appointCover .cover-p .cover-bg {
      width: 100%;
      height: 100%;
      opacity: 0.5;
      background: #000; }
    .appointCover .cover-p .appoint-frame {
      display: block; }
      .appointCover .cover-p .appoint-frame .feedback {
        padding: 43px 0;
        height: auto; }
        .appointCover .cover-p .appoint-frame .feedback .close {
          position: absolute;
          top: 0;
          right: 24px;
          width: 55.5px;
          height: 58.9px; }
          .appointCover .cover-p .appoint-frame .feedback .close img {
            display: block;
            height: 100%;
            width: 100%; }
      .appointCover .cover-p .appoint-frame .feedback-teleNum {
        margin-top: 30px; }
        .appointCover .cover-p .appoint-frame .feedback-teleNum .name {
          margin-right: 10px; }
      .appointCover .cover-p .appoint-frame .feedback-sub {
        width: 86px; }

@media (max-width: 1000px) {
  .submit .sub-blame {
    width: 290px;
    padding-top: 30px;
    height: 231px; }
    .submit .sub-blame .sub-img {
      width: 49px;
      height: 49px;
      margin-bottom: 15px; }
    .submit .sub-blame .sub-titl {
      font-size: 19px; }
    .submit .sub-blame .sub-content {
      margin-top: 5px;
      line-height: 23px; }
      .submit .sub-blame .sub-content span {
        width: 87%; }
    .submit .sub-blame .sub-sure {
      height: 29px;
      margin-top: 16px; }
      .submit .sub-blame .sub-sure a {
        width: 86px;
        font-size: 15px;
        line-height: 29px; }

  .sub-blame .shut, .feedback .shut {
    width: 36px;
    height: 39px; }

  .feedback-blame .feedback {
    width: 335px;
    height: 312px;
    padding-top: 25px; }
    .feedback-blame .feedback .feedback-titl {
      font-size: 19px; }
    .feedback-blame .feedback .feedback-content {
      width: 306px;
      height: 151px;
      margin-top: 10px; }
    .feedback-blame .feedback .feedback-teleNum {
      height: 40px;
      width: 308px; }
      .feedback-blame .feedback .feedback-teleNum input {
        width: 138px;
        padding-left: 8px; }
      .feedback-blame .feedback .feedback-teleNum input:focus {
        outline: none;
        background: red;
        border-color: #000;
        -webkit-box-shadow: 0;
                box-shadow: 0;
        border-radius: 5px; }
      .feedback-blame .feedback .feedback-teleNum .name {
        margin-right: 6px; }
    .feedback-blame .feedback .feedback-sub {
      margin-top: 15px;
      height: 29px;
      width: 201px; }
      .feedback-blame .feedback .feedback-sub a {
        height: 100%;
        line-height: 46px;
        width: 86px;
        line-height: 29px;
        font-size: 15px; }

  .appointCover .cover-p .appoint-frame {
    margin: -114px 0 0 -167px; }
    .appointCover .cover-p .appoint-frame .feedback-sub {
      width: 86px; }
    .appointCover .cover-p .appoint-frame .feedback .close {
      width: 45.5px;
      height: 48.9px; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .edu-headPc, .edu-headMove {
    display: none; }

  .edu-headPad {
    display: block; }

  .new-state-nav {
    display: none; }

  .tile {
    margin-top: 30px; }
    .tile .tile-1 {
      font-size: 20px; }
    .tile .tile-line {
      margin-top: 20px; }

  .submit {
    margin: -145px 0 0 -18%; } }
@media (min-width: 320px) and (max-width: 600px) {
  .edu-headPc, .edu-headPad {
    display: none; }

  .edu-headMove {
    display: block; }

  .new-state-nav {
    display: none; }

  .tile .tile-1 {
    font-size: 21px; }
  .tile .tile-line {
    margin: 13px 0 25px 0; }
  .tile .find-more {
    display: none; }

  .submit {
    margin: -145px 0 0 -39%; }

  .page-select {
    margin: 25px auto 45px; } }
.footer {
  padding: 30px 0;
  background-color: #2C2D2E; }
  .footer .max-footer {
    display: none; }
    .footer .max-footer .contact-us {
      float: left;
      width: 30%; }
      .footer .max-footer .contact-us .logo img {
        width: 85%; }
      .footer .max-footer .contact-us .contact-information {
        margin-top: 35px; }
        .footer .max-footer .contact-us .contact-information ul li {
          background: url(../../../common/images/icon_footer_1.png) left center no-repeat;
          background-size: 20px auto;
          padding-left: 30px;
          margin-bottom: 10px;
          line-height: 20px;
          font-size: 14px;
          color: #AAAAAA; }
          .footer .max-footer .contact-us .contact-information ul li a {
            font-size: 14px;
            color: #DDE8F6; }
          .footer .max-footer .contact-us .contact-information ul li:hover {
            transition: all .10s ease-out;
            -webkit-transition: all .10s ease-out; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(2) {
            background: url(../../../common/images/icon_footer_2.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(2):hover {
            background: url(../../../common/images/icon_footer_2_active.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(3) {
            background: url(../../../common/images/icon_footer_3.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(3):hover {
            background: url(../../../common/images/icon_footer_3_active.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(4) {
            background: url(../../../common/images/icon_footer_4.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:nth-child(5) {
            background: url(../../../common/images/icon_footer_5.png) left center no-repeat;
            background-size: 20px auto; }
          .footer .max-footer .contact-us .contact-information ul li:hover a {
            color: #00AEFF;
            transition: all .10s ease-out;
            -webkit-transition: all .10s ease-out; }
    .footer .max-footer .copyright {
      float: left;
      width: 70%;
      margin-top: 74px; }
      .footer .max-footer .copyright .copyright-share {
        float: right; }
        .footer .max-footer .copyright .copyright-share p {
          color: #AAAAAA;
          font-size: 14px;
          line-height: 32px; }
        .footer .max-footer .copyright .copyright-share .share {
          margin-top: 5px; }
          .footer .max-footer .copyright .copyright-share .share .select-link {
            float: left;
            margin-right: 18px; }
            .footer .max-footer .copyright .copyright-share .share .select-link select {
              width: 138px;
              height: 26px;
              border: none; }
          .footer .max-footer .copyright .copyright-share .share .share-btn {
            line-height: 26px;
            float: left;
            border: 1px solid #00AEFF;
            color: #00AEFF;
            width: 83px;
            text-align: center; }
      .footer .max-footer .copyright .qrcode {
        display: none;
        float: right;
        margin-top: 21px;
        margin-left: 55px; }
        .footer .max-footer .copyright .qrcode p {
          color: #FFFFFF;
          font-size: 14px; }
      @media (min-width: 1201px) {
        .footer .max-footer .copyright .qrcode {
          display: block; } }
      @media (min-width: 1001px) and (max-width: 1200px) {
        .footer .max-footer .copyright .qrcode {
          display: block; } }
  .footer .min-footer {
    display: none; }
    .footer .min-footer .contact-us .logo img {
      width: 70%; }
    .footer .min-footer .contact-us .contact-information {
      margin-top: 18px; }
      .footer .min-footer .contact-us .contact-information ul li {
        background: url(../../../common/images/icon_footer_1.png) left center no-repeat;
        background-size: 20px auto;
        padding-left: 30px;
        margin-bottom: 3px;
        line-height: 20px;
        font-size: 12px;
        color: #AAAAAA; }
        .footer .min-footer .contact-us .contact-information ul li a {
          font-size: 12px;
          color: #DDE8F6; }
        .footer .min-footer .contact-us .contact-information ul li:hover {
          transition: all .10s ease-out;
          -webkit-transition: all .10s ease-out; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(2) {
          background: url(../../../common/images/icon_footer_2.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(2):hover {
          background: url(../../../common/images/icon_footer_2_active.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(3) {
          background: url(../../../common/images/icon_footer_3.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(3):hover {
          background: url(../../../common/images/icon_footer_3_active.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(4) {
          background: url(../../../common/images/icon_footer_4.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:nth-child(5) {
          background: url(../../../common/images/icon_footer_5.png) left center no-repeat;
          background-size: 20px auto; }
        .footer .min-footer .contact-us .contact-information ul li:hover a {
          color: #00AEFF;
          transition: all .10s ease-out;
          -webkit-transition: all .10s ease-out; }
    .footer .min-footer .copyright .copyright-share p {
      color: #AAAAAA;
      font-size: 12px;
      line-height: 25px; }
    .footer .min-footer .copyright .copyright-share .share {
      margin-top: 5px; }
      .footer .min-footer .copyright .copyright-share .share .select-link select {
        float: left;
        width: 100%;
        height: 26px;
        border: none;
        margin: 10px 0 0 0; }
      .footer .min-footer .copyright .copyright-share .share .share-btn {
        margin-top: 10px;
        line-height: 26px;
        float: left;
        border: 1px solid #00AEFF;
        color: #00AEFF;
        width: 99.5%;
        text-align: center; }

@media (min-width: 1201px) {
  .footer .max-footer {
    display: block; } }
@media (min-width: 1001px) and (max-width: 1200px) {
  .footer .max-footer {
    display: block; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .footer .max-footer {
    display: block; } }
@media (min-width: 320px) and (max-width: 600px) {
  .footer .min-footer {
    display: block; } }
@media (min-width: 320px) and (max-width: 374px) {
  .footer .min-footer {
    display: block; } }
.bg-sepecial-public {
  width: 100%;
  height: 243px;
  padding-top: 52px;
  position: relative;
  background: url(../../images/banner-anyi-money.png) top center no-repeat; }
  .bg-sepecial-public .bg-theme, .bg-sepecial-public .bg-explain {
    color: #FFFFFF;
    text-align: center; }
  .bg-sepecial-public .bg-theme {
    font-size: 34px; }
  .bg-sepecial-public .bg-explain {
    font-size: 21px;
    width: 75%;
    margin: 30px auto 0; }

#illegal-bg {
  background: url(../../images/banner-illegal.png) top center no-repeat; }

#rights-protection {
  background: url(../../images/banner-rights-protection.png) top center no-repeat; }

.new-state-nav {
  height: 19px;
  border-bottom: 1px solid #DDE8F6;
  position: relative;
  padding: 20px 0; }
  .new-state-nav p {
    font-size: 17px;
    height: 100%;
    line-height: 19px; }
    .new-state-nav p span {
      color: #666666; }
    .new-state-nav p .nav-blue {
      color: #0D5FE0; }

.anti-money-cont .list {
  width: 100%;
  border-bottom: 1px solid #DDE8F6;
  padding: 15px 0; }
  .anti-money-cont .list ul {
    overflow: hidden; }
    .anti-money-cont .list ul li {
      margin: 15px 47px 15px 0;
      float: left; }
      .anti-money-cont .list ul li a {
        text-decoration: none;
        display: block;
        font-size: 16px;
        color: #333333;
        padding: 5px 7px;
        background: #F7F8FA;
        border-radius: 3px;
        cursor: pointer; }
      .anti-money-cont .list ul li:hover a {
        color: #fff;
        background: #0D5FE0; }
      .anti-money-cont .list ul li .target {
        color: #fff;
        background: #0D5FE0; }
.anti-money-cont .content {
  margin-top: 59px;
  overflow: hidden; }
  .anti-money-cont .content ul li {
    width: 100%;
    margin-bottom: 59px; }
    .anti-money-cont .content ul li a {
      text-decoration: none;
      display: block;
      width: 100%; }
      .anti-money-cont .content ul li a .anti-question {
        font-size: 20px;
        font-weight: 600;
        color: #333333; }
      .anti-money-cont .content ul li a .anti-answer {
        font-size: 14px;
        color: #777777;
        line-height: 18px;
        margin-top: 11px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .anti-money-cont .content ul li a .anti-time {
        font-size: 14px;
        color: #777777;
        margin-top: 11px;
        overflow: hidden; }
        .anti-money-cont .content ul li a .anti-time span {
          display: block;
          float: left;
          margin-right: 20px; }

@media (min-width: 1000px) and (max-width: 1200px) {
  .bg-sepecial-public {
    height: 164px;
    padding-top: 20px; }
    .bg-sepecial-public .bg-explain {
      font-size: 20px;
      width: 90%;
      margin: 15px auto 0; }
    .bg-sepecial-public .bg-theme {
      font-size: 30px; } }
@media (min-width: 601px) and (max-width: 1000px) {
  .bg-sepecial-public {
    height: 142px;
    padding-top: 22px;
    background-size: auto 100%; }
    .bg-sepecial-public .bg-theme {
      font-size: 27px; }
    .bg-sepecial-public .bg-explain {
      font-size: 17px;
      margin-top: 14px;
      width: 90%; } }
@media (min-width: 320px) and (max-width: 600px) {
  .bg-sepecial-public {
    height: 145px;
    padding-top: 15px;
    background-size: auto 100%; }
    .bg-sepecial-public .bg-theme {
      font-size: 22px; }
    .bg-sepecial-public .bg-explain {
      font-size: 14px;
      margin-top: 13px;
      width: 85%; }

  #illegal-bg {
    background-size: auto 100%; }

  .anti-money-cont .list {
    margin-bottom: 29px; }
    .anti-money-cont .list ul li {
      margin: 10px 0 10px 25px; }
  .anti-money-cont .content ul li {
    margin-bottom: 29px; }
    .anti-money-cont .content ul li a .anti-question {
      font-size: 17px; }
    .anti-money-cont .content ul li a .anti-answer {
      display: none; }

  .illegal-security .bg-explain {
    width: 93%; } }

/*# sourceMappingURL=anti_money.css.map */
