.poptip {
  position: absolute;
  z-index: 3;
  padding: 6px 10px 5px;
  *padding: 7px 10px 4px;
  line-height: 20px;
  color: red;
  font-size: 14px;
  background-color: #FFFCEF;
  border: solid 1px #FFBB76;
  border-radius: 3px;
  box-shadow: 0 0 3px #ddd; }

.poptip-arrow {
  position: absolute;
  overflow: hidden;
  font-style: normal;
  font-family: simsun;
  font-size: 12px;
  text-shadow: 0 0 2px #ccc; }

.poptip-arrow em,
.poptip-arrow i {
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal; }

.poptip-arrow em {
  color: #FFBB76; }

.poptip-arrow i {
  color: #FFFCEF;
  text-shadow: none; }

.poptip-arrow-top,
.poptip-arrow-bottom {
  height: 6px;
  width: 12px;
  left: 12px;
  margin-left: -6px; }

.poptip-arrow-left,
.poptip-arrow-right {
  height: 12px;
  width: 6px;
  top: 12px;
  margin-top: -6px; }

.poptip-arrow-top {
  top: -6px; }

.poptip-arrow-top em {
  top: -1px; }

.poptip-arrow-top i {
  top: 0px; }

.poptip-arrow-bottom {
  bottom: -6px; }

.poptip-arrow-bottom em {
  top: -8px; }

.poptip-arrow-bottom i {
  top: -9px; }

.poptip-arrow-left {
  left: -6px; }

.poptip-arrow-left em {
  left: 1px; }

.poptip-arrow-left i {
  left: 2px; }

.poptip-arrow-right {
  right: -6px; }

.poptip-arrow-right em {
  left: -6px; }

.poptip-arrow-right i {
  left: -7px; }

.text_justify {
  text-align: justify; }

.window_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: -1; }

.window_flex.act {
  opacity: 1;
  z-index: 4; }

.window_flex > div {
  margin: 20px;
  background: url(../images/index/window_bg.jpg) center 30% no-repeat #fff;
  background-size: 100%;
  border-radius: 16px;
  width: 500px;
  padding: 30px 26px;
  box-sizing: border-box; }

.window_flex > div .inline_block {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: url(../images/index/ok.png) center center no-repeat #0c0911;
  background-size: 71%; }

.window_flex > div .fs_32 {
  color: #0c0911; }

.window_flex > div a.inline-block {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #0c0911;
  width: 200px;
  border-radius: 3px;
  line-height: 36px; }

.qc_index_bg {
  background: url(../images/index/index_bg.jpg) top center no-repeat;
  background-size: 100% 100%; }
  .qc_index_bg .qc_form {
    background: rgba(255, 255, 255, 0.8); }
    .qc_index_bg .qc_form input {
      height: 56px; }
    .qc_index_bg .qc_form button {
      border: 0; }
    .qc_index_bg .qc_form .login_radio_box .l_radio {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #a9b5c2;
      background: #fff;
      cursor: pointer;
      margin-right: 10px; }
    .qc_index_bg .qc_form .login_radio_box .l_radio.act {
      border: 1px solid #4d8ced;
      background: url(../images/duigou.svg) center center no-repeat #4d8ced;
      background-size: 12px; }

.qc_index_icons > div {
  width: 25%; }
  .qc_index_icons > div .flex_middle {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: #edf3fd; }

.qc_index_banner2 {
  min-width: 100%;
  background: url(../images/index/banner2.jpg) top center no-repeat #3e7ad6;
  height: 495px; }
  .qc_index_banner2 .auto_1560 {
    height: 100%; }
    .qc_index_banner2 .auto_1560 div {
      transform: translateY(-50px); }

.qc_index_banner3 {
  min-width: 100%;
  background: url(../images/index/map_bg.jpg); }

.qc_index_search {
  transform: translateY(-121px);
  background-image: linear-gradient(to right, #e4f1ff, #fff9f1);
  height: 180px;
  box-shadow: 0 5px 50px 0 rgba(4, 14, 19, 0.28); }
  .qc_index_search input {
    width: 620px;
    height: 70px; }
  .qc_index_search button {
    height: 70px;
    width: 150px;
    margin-left: 15px;
    border: 0; }

.qc_index_banner4 {
  min-width: 100%;
  background: #f5f7fe; }
  .qc_index_banner4 .border_r50b {
    margin-top: -60px; }
  .qc_index_banner4 .flex_box > div {
    width: 33.3%;
    box-shadow: 0 11px 24px 0 rgba(77, 140, 237, 0.15); }

.qc_banner_box {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%; }
  .qc_banner_box.wedo {
    background-image: url(../images/wedo/wedo_banner.jpg); }
  .qc_banner_box.about_us {
    background-image: url(../images/about/about_us_banner.jpg); }

.qc_line_banner {
  background: url(../images/wedo/wedo_line_banner.jpg) center center no-repeat;
  background-size: auto 100%;
  height: 250px;
  margin-top: 120px; }
  .qc_line_banner img {
    margin-top: -120px; }

.qc_go_index_box {
  height: 192px;
  background: url(../images/banner_line_bg.png) center center no-repeat;
  background-size: auto 100%; }
  .qc_go_index_box div.flex_box {
    height: 100%; }

.qc_wedo_title {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px; }

.qc_wedo_shadow {
  box-shadow: 0 6px 30px 0 rgba(6, 5, 3, 0.13); }
  .qc_wedo_shadow .relative img {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -20px; }
  .qc_wedo_shadow .flex_box {
    min-height: 130px; }
    .qc_wedo_shadow .flex_box + div {
      margin-top: 28px; }
  .qc_wedo_shadow .w_60b {
    width: 60%; }
  .qc_wedo_shadow .w_40b {
    width: 40%; }
    .qc_wedo_shadow .w_40b img {
      max-width: 100%; }

.qc_about_box .border_r16.bg_e4 {
  width: 72px;
  height: 72px; }
.qc_about_box .f_left,
.qc_about_box .f_right {
  min-height: 322px; }

.w_680 {
  width: 680px; }

.level_box {
  background: #fafafa;
  border-bottom: 1px solid #eee; }
  .level_box ul {
    margin: 0;
    padding: 2px; }
    .level_box ul li {
      display: inline-block;
      font-size: 12px;
      line-height: 38px; }
      .level_box ul li a {
        color: #666; }
        .level_box ul li a:hover {
          color: #4d8ced;
          text-decoration: underline; }

.help_box,
.privacy_box {
  padding: 30px 0;
  color: #4e4e4e;
  font-family: Hind;
  transition: all 0.5s; }

.help_box:nth-child(odd),
.privacy_box:nth-child(even) {
  background: #f6f6f6; }

.help_box.privacy_box h2 a,
.privacy_box.privacy_box h2 a {
  display: inline-block;
  background: url("../images/privacy_h2_a_bg.png") right center no-repeat;
  line-height: 32px;
  height: 32px;
  padding-right: 50px;
  font-size: 18px;
  color: #0e0e0e;
  float: right;
  transition: all 0.3s; }

.help_box.privacy_box h2 a:hover,
.privacy_box.privacy_box h2 a:hover {
  color: #4d8ced; }

.help_box.privacy_box .cont ul,
.privacy_box.privacy_box .cont ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.help_box.privacy_box .cont ul li,
.help_box.privacy_box .cont ul table,
.privacy_box.privacy_box .cont ul li,
.privacy_box.privacy_box .cont ul table {
  margin-top: 10px; }

.help_box.privacy_box .cont ul li td,
.help_box.privacy_box .cont ul table td,
.privacy_box.privacy_box .cont ul li td,
.privacy_box.privacy_box .cont ul table td {
  vertical-align: top;
  padding: 0 4px;
  font-size: 18px;
  line-height: 30px; }

.help_box.help_box,
.privacy_box.help_box {
  padding: 0; }

.help_box .help_left,
.privacy_box .help_left {
  float: left;
  width: 340px;
  background: #87ba45; }

.help_box .help_left li,
.privacy_box .help_left li {
  padding: 30px 36px;
  line-height: 24px;
  font-size: 22px;
  transition: all 0.5s; }

.help_box .help_left li.act,
.help_box .help_left li:hover,
.privacy_box .help_left li.act,
.privacy_box .help_left li:hover {
  background: #79ab38; }

.help_box .help_left li a,
.privacy_box .help_left li a {
  color: #fff;
  transition: all 0.3s; }

.help_box .help_right,
.privacy_box .help_right {
  float: right;
  width: 69%; }

.help_box .help_right h2,
.privacy_box .help_right h2 {
  color: #87ba45;
  margin: 36px 0 16px; }

.help_box .help_right .help_right_box,
.privacy_box .help_right .help_right_box {
  padding: 24px 20px;
  transition: all 0.5s; }

.help_box .help_right .help_right_box:nth-child(even),
.privacy_box .help_right .help_right_box:nth-child(even) {
  background: #f6f6f6; }

.help_box .help_right .help_right_box .cont,
.privacy_box .help_right .help_right_box .cont {
  padding-left: 50px; }

.help_box h2,
.privacy_box h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #0e0e0e;
  margin: 0 0 16px; }

.help_box h4,
.privacy_box h4 {
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  line-height: 40px;
  background: url("../images/pri_jia.png") left center no-repeat;
  transition: all 0.5s;
  padding-left: 50px; }

.help_box h4.pri_add,
.privacy_box h4.pri_add {
  background: url("../images/pri_jian.png") left center no-repeat; }

.help_box div.cont,
.privacy_box div.cont {
  display: none;
  padding-left: 80px; }

.help_box div.cont p,
.privacy_box div.cont p {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0; }

.help_box div.cont ol,
.privacy_box div.cont ol {
  list-style: decimal;
  padding-left: 20px; }

.help_box div.cont ol li,
.privacy_box div.cont ol li {
  margin: 5px 0;
  padding-left: 10px; }

@media (min-width: 1921px) {
  .qc_banner_box,
  .qc_line_banner,
  .qc_go_index_box {
    background-size: 100%; } }
@media (max-width: 1200px) {
  .qc_about_box {
    padding-left: 15px;
    padding-right: 15px; }
    .qc_about_box .f_left,
    .qc_about_box .f_right {
      min-height: 10px;
      float: none; }
      .qc_about_box .f_left img.border_r8,
      .qc_about_box .f_right img.border_r8 {
        margin: auto;
        max-width: 100%; }
      .qc_about_box .f_left .bg_e4,
      .qc_about_box .f_right .bg_e4 {
        margin: auto; }
    .qc_about_box .w_680 {
      width: auto; }

  .qc_banner_box {
    height: 240px; }

  .auto_1500.flex_box {
    display: block; }
    .auto_1500.flex_box .pad_v100 {
      padding: 30px 15px 0 15px; }
      .auto_1500.flex_box .pad_v100 + div {
        text-align: center; }
    .auto_1500.flex_box .pad_bot_40 {
      padding-bottom: 20px; }
    .auto_1500.flex_box img.border_r8 {
      max-width: 100%; }

  .qc_line_banner {
    margin-top: 88px;
    height: auto;
    padding: 20px 15px; }
    .qc_line_banner .pad_bot_10 img {
      width: 80px; }

  .auto_1430 .pad_40 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left; }
  .auto_1430 .pad_85 {
    padding-left: 20px;
    padding-right: 20px; }
  .auto_1430 .pad_v15 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .qc_wedo_shadow {
    padding-top: 10px;
    padding-bottom: 10px; }
    .qc_wedo_shadow .f_right,
    .qc_wedo_shadow .f_left {
      float: none;
      width: auto;
      padding: 10px 30px; }
      .qc_wedo_shadow .f_right img[width='44'],
      .qc_wedo_shadow .f_left img[width='44'] {
        width: 30px;
        left: -15px;
        margin-top: -15px; }
      .qc_wedo_shadow .f_right .flex_box.pad_56,
      .qc_wedo_shadow .f_left .flex_box.pad_56 {
        padding-left: 30px;
        padding-right: 15px; }
    .qc_wedo_shadow .flex_box + div {
      margin-top: 18px; }
    .qc_wedo_shadow .w_40b {
      text-align: center; }

  .qc_go_index_box .flex_box {
    padding-top: 25px;
    display: block; }
    .qc_go_index_box .flex_box > div {
      width: auto !important;
      text-align: center; }
    .qc_go_index_box .flex_box .line_54 {
      line-height: 30px; }
    .qc_go_index_box .flex_box div {
      padding-top: 20px; }

  .f_89 {
    font-size: 40px; }

  .f_70 {
    font-size: 35px; }

  .f_61 {
    font-size: 35px; }

  .f_40 {
    font-size: 24px; }

  .f_38 {
    font-size: 22px; }

  .f_35 {
    font-size: 22px; }

  .f_30 {
    font-size: 20px; }

  .f_22 {
    font-size: 16px; }

  .f_20 {
    font-size: 16px; }

  .f_18 {
    font-size: 14px; }

  .f_16 {
    font-size: 14px; }

  .f_14 {
    font-size: 12px; }

  .line_30 {
    line-height: 24px; }

  .line_40 {
    line-height: 25px; }

  .line_50 {
    line-height: 30px; }

  .line_86 {
    line-height: 50px; }

  .line_120 {
    line-height: 60px; }

  .pad_v80 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .pad_v60 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .pad_top_120 {
    padding-top: 70px; }

  .pad_bot_50 {
    padding-bottom: 20px; }

  .pad_v20 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .pad_v50 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .pad_v25 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .pad_v15 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .pad_v10 {
    padding-top: 6px;
    padding-bottom: 6px; }

  .pad_v8 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .pad_40 {
    padding-left: 20px;
    padding-right: 20px; }

  .pad_35 {
    padding-left: 15px;
    padding-right: 15px; }

  .pad_25 {
    padding-left: 15px;
    padding-right: 15px; }

  .pad_top_70 {
    padding-top: 30px; }

  .qc_sign_up_box img[width="180"] {
    width: 80px; }
  .qc_sign_up_box .mar_left_48 {
    margin-left: 20px; }
  .qc_sign_up_box .pad_bot_20 {
    padding-bottom: 10px; }
  .qc_sign_up_box .flex_middle {
    align-items: start; }

  .qc_head_box {
    padding-left: 2%; }
    .qc_head_box img[width="58"] {
      width: 40px; }
    .qc_head_box .border_r5 {
      width: 60px;
      line-height: 24px; }
    .qc_head_box .one_line {
      flex: auto;
      text-align: right;
      line-height: 24px; }
      .qc_head_box .one_line a {
        text-align: center; }
      .qc_head_box .one_line .mar_left_20 {
        margin-left: 10px; }
    .qc_head_box .qc_menu_btn {
      display: block; }
    .qc_head_box .flex_item_auto {
      display: none;
      position: absolute;
      left: 0;
      top: 45px;
      background: #fff;
      box-shadow: 0 5px 6px #ccc;
      padding: 5px 10px; }
      .qc_head_box .flex_item_auto a {
        display: block;
        text-align: left;
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid #cfcfcf; }

  .qc_index_bg .pad_v60 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .qc_index_bg .qc_form {
    margin-top: 20px; }
    .qc_index_bg .qc_form input {
      height: 40px;
      line-height: 40px; }
    .qc_index_bg .qc_form .login_radio_box b.flex_item_auto {
      padding-top: 2px; }
    .qc_index_bg .qc_form .mar_bot_10 {
      margin-bottom: 0; }

  .qc_index_search {
    margin: 0 15px;
    height: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px; }
    .qc_index_search > div {
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center; }
    .qc_index_search input {
      width: 100%;
      height: 50px; }
    .qc_index_search button {
      height: 50px;
      margin-left: 0; }

  .auto_1560 {
    max-width: 100%; }

  .qc_index_banner2 {
    height: 360px; }

  .qc_index_banner3 img {
    max-width: 90%; }

  .qc_sign_up_box td {
    padding-left: 15px;
    display: block;
    width: auto;
    padding-right: 15px !important; }

  .qc_index_icons,
  .qc_index_banner4 .flex_box {
    display: block; }

  .qc_index_icons > div {
    width: auto;
    padding: 20px; }

  .pad_180 {
    padding-left: 15px;
    padding-right: 15px; }

  .b_play_box img,
  .b_play_box iframe.border_r8 {
    max-width: 100%; }

  .qc_index_banner4 .flex_box > div {
    width: auto;
    margin: 0 15px 80px; }
    .qc_index_banner4 .flex_box > div:last-child {
      margin-bottom: 0; }

  .qc_footer {
    padding: 0 15px; }
    .qc_footer .f_right {
      display: block;
      float: none; }

  .privacy_box {
    padding: 15px; }
    .privacy_box h2 {
      font-size: 22px;
      line-height: 30px; }
    .privacy_box h4 {
      font-size: 18px;
      padding-left: 36px;
      background-size: 26px !important; }
    .privacy_box div.cont {
      padding-left: 36px; }
      .privacy_box div.cont p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 8px;
        padding-bottom: 8px; } }

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