@charset "UTF-8";
/* 单位换算---函数 */
/* define-1 */
/* define-2 */
/* define-3 */
/* define-4 */
/* reset */
* {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  /* tap-highlight-color: transparent; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #444444; }

html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/ }

ol, li, ul {
  list-style: none; }

input, textarea {
  outline: 0;
  resize: none; }

a {
  text-decoration: none;
  color: #444444; }

img {
  outline: none;
  border: 0; }

.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clear {
  clear: both; }

.clearFloat {
  zoom: 1; }
  .clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden; }

.allW {
  width: 100%;
  overflow: hidden; }
  .allW > img {
    display: block;
    width: 100%; }

.img img {
  display: block;
  width: 100%;
  height: 100%; }

.margin {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.g-line {
  height: 0.5rem;
  background-color: #f0f0f0;
  margin: 0.75rem 0; }

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%; }

.pagination-line .swiper-container {
  padding-bottom: 1.2rem; }
.pagination-line .swiper-pagination-bullet {
  width: 1.375rem;
  height: 0.2125rem;
  border-radius: 0.1rem; }
.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-line .swiper-pagination-custom, .pagination-line .swiper-pagination-fraction {
  bottom: 0rem; }
.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.pagination-circle .swiper-container {
  padding-bottom: 1.35rem; }
.pagination-circle .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border: 1px #000 solid;
  background-color: rgba(0, 0, 0, 0); }
.pagination-circle .swiper-pagination-bullet-active {
  border: 1px #007aff solid; }
.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-circle .swiper-pagination-custom, .pagination-circle .swiper-pagination-fraction {
  bottom: 0rem; }
.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.coverflow {
  margin-bottom: 1.2rem; }
  .coverflow .swiper-slide {
    width: 60%; }
    .coverflow .swiper-slide span {
      display: block;
      width: 100%;
      font-size: 0rem;
      text-align: center; }
  .coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem; }

/* 敏杰豪爽诚信财通路广 汉德用贤恩威人聚业宽 然然得意 */
.zt106-nav {
  margin-bottom: 0.75rem; }
  .zt106-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .zt106-nav ul li {
      width: 19.4%;
      background-color: #0871c4;
      font-size: 0.9rem; }
      .zt106-nav ul li a {
        display: block;
        width: 100%;
        color: #fff;
        line-height: 2.25rem;
        text-align: center; }

.zt106-gh {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  margin-top: 1.2rem; }
  .zt106-gh .main {
    border: 1px #d2e0e9 solid;
    height: 2.25rem;
    line-height: 2.2rem;
    border-radius: 2rem;
    box-shadow: 0 0 3px #8e8f8f inset;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center; }
    .zt106-gh .main input {
      display: block;
      width: 17.1rem;
      font-size: 0.825rem;
      color: #b3b3b3;
      border: none;
      outline: none;
      text-indent: 1rem;
      border-radius: 2rem;
      background: transparent; }
    .zt106-gh .main a {
      display: block;
      padding: 0 1rem 0 1rem;
      border-radius: 0 2rem 2rem 0;
      background-color: #fea200;
      color: #fff;
      line-height: 2.15rem;
      border: 1px #fff solid;
      font-size: 0.825rem; }

.zt106-pub-t {
  padding: 0.75rem 0;
  text-align: center; }
  .zt106-pub-t h2 {
    font-size: 1.35rem;
    font-weight: bold;
    color: #0871c4;
    line-height: 1.9;
    border-bottom: 1px #ccc solid; }
  .zt106-pub-t em {
    display: block;
    width: 78%;
    height: 5px;
    background-color: #0871c4;
    margin: -3px auto 0; }
  .zt106-pub-t h4 {
    font-size: 0.975rem;
    color: #ff7b05;
    padding-top: 0.3rem; }

.zt106-info > p {
  font-size: 0.825rem;
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 1rem; }
  .zt106-info > p b {
    font-weight: bold; }
.zt106-info .ver {
  margin-top: 0.6rem; }
  .zt106-info .ver p {
    line-height: 1.8rem;
    font-size: 0.825rem;
    padding-left: 0.15rem;
    border-bottom: 1px #ccc dashed; }
    .zt106-info .ver p b {
      font-weight: bold; }
  .zt106-info .ver p:last-child {
    border-bottom: none; }

.zt106-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  margin: 1rem 0 0; }
  .zt106-btn a {
    width: 7.375rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    border-radius: 2rem;
    align-items: center;
    background-color: #0871c4;
    color: #fff;
    height: 2.25rem; }
    .zt106-btn a img {
      display: block;
      width: 1.35rem;
      height: 1.3125rem;
      margin-right: 0.2rem; }
      .zt106-btn a img span {
        display: block;
        font-size: 0.825rem; }
  .zt106-btn a:last-child {
    background-color: #ff7b05; }

.zt106-exp > p {
  font-size: 0.825rem;
  line-height: 1.8;
  text-indent: 2em; }
.zt106-exp .imgs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between; }
  .zt106-exp .imgs a {
    display: block;
    width: 7.6875rem;
    height: 5.2875rem; }
    .zt106-exp .imgs a img {
      display: block;
      width: 100%;
      height: 100%; }

.zt106-qz > p {
  font-size: 0.825rem;
  line-height: 1.8;
  text-indent: 2em; }
.zt106-qz .zt106-s1 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }
  .zt106-qz .zt106-s1 .main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .zt106-qz .zt106-s1 .main .list {
      width: 49%;
      border: 1px #ccc solid;
      background-color: #f2f4f6;
      padding: 0.5rem 0; }
      .zt106-qz .zt106-s1 .main .list img {
        display: block;
        width: 10.875rem;
        height: 7.3875rem;
        margin: 0 auto; }
      .zt106-qz .zt106-s1 .main .list h2 {
        line-height: 1;
        font-size: 1.05rem;
        font-weight: bold;
        color: #666666;
        padding-left: 0.375rem;
        margin-bottom: 0.375rem; }
      .zt106-qz .zt106-s1 .main .list p {
        font-size: 0.825rem;
        padding-left: 0.375rem;
        margin-bottom: 0.375rem; }
  .zt106-qz .zt106-s1 .swiper-container {
    padding-bottom: 2rem; }
    .zt106-qz .zt106-s1 .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets, .zt106-qz .zt106-s1 .swiper-container .swiper-pagination-custom, .zt106-qz .zt106-s1 .swiper-container .swiper-pagination-fraction {
      bottom: 0; }
  .zt106-qz .zt106-s1 .swiper-pagination-bullet-active {
    background-color: #fea200; }
  .zt106-qz .zt106-s1 .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem; }
  .zt106-qz .zt106-s1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.3rem; }

.zt106-table {
  margin-top: 0.75rem; }
  .zt106-table dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ededed; }
    .zt106-table dl dd {
      width: 3rem;
      height: 2.4375rem;
      font-size: 0.825rem;
      text-align: center;
      border-bottom: 1px #fff solid;
      border-right: 1px #fff solid;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      -moz-box-pack: center;
      -webkit-moz-box-pack: center;
      box-pack: center; }
      .zt106-table dl dd b {
        font-weight: bold; }
    .zt106-table dl .p4 {
      width: 6rem; }
    .zt106-table dl .col2 {
      background-color: #ecf1f5;
      color: #7c9db6; }
    .zt106-table dl .css2 span {
      line-height: 1.1; }
    .zt106-table dl .css2 a {
      margin-left: 0.3rem;
      background-color: #f08300;
      border-radius: 0.3rem;
      color: #fff;
      padding: 0.2rem 0.3rem; }

.zt106-care > p {
  font-size: 0.825rem;
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 1rem; }
.zt106-care .video {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit-moz-box-pack: space-around;
  box-pack: space-around;
  margin-bottom: 1rem; }
  .zt106-care .video video {
    display: block;
    width: 11.2125rem;
    height: 5.1375rem; }
.zt106-care .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.8rem; }
  .zt106-care .title img {
    display: block;
    width: 1.5rem;
    height: 1.8375rem; }
  .zt106-care .title span {
    flex: 1;
    background-color: #0871c4;
    font-size: 0.9375rem;
    line-height: 1.8rem;
    padding-left: 0.375rem;
    color: #fff; }
    .zt106-care .title span b {
      font-weight: bold; }
.zt106-care .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit-moz-box-pack: space-around;
  box-pack: space-around; }
  .zt106-care .list li {
    width: 7.275rem; }
    .zt106-care .list li a, .zt106-care .list li img {
      display: block;
      width: 100%; }
    .zt106-care .list li span {
      display: block;
      width: 100%;
      font-size: 0.825rem;
      text-align: center;
      padding-top: 0.375rem;
      padding-bottom: 0.6rem;
      white-space: nowrap; }
.zt106-care .list1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit-moz-box-pack: space-around;
  box-pack: space-around;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.6rem; }
  .zt106-care .list1 li {
    width: 11.475rem; }
    .zt106-care .list1 li a, .zt106-care .list1 li img {
      display: block;
      width: 100%; }
    .zt106-care .list1 li span {
      display: block;
      width: 100%;
      font-size: 0.825rem;
      text-align: center;
      padding-top: 0.375rem;
      padding-bottom: 0.6rem;
      white-space: nowrap; }
.zt106-care .list2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between; }
  .zt106-care .list2 li {
    flex: 1; }
    .zt106-care .list2 li a {
      display: block;
      width: 100%; }
    .zt106-care .list2 li img {
      display: block;
      width: 6.75rem;
      height: 6.75rem; }
    .zt106-care .list2 li span {
      display: block;
      width: 100%;
      font-size: 0.825rem;
      text-align: center;
      padding-top: 0.375rem;
      padding-bottom: 0.6rem;
      white-space: nowrap; }

.zt106-money > p {
  font-size: 0.825rem;
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 1rem; }

.zt106-bland > p {
  font-size: 0.825rem;
  line-height: 1.8;
  text-indent: 2em; }
.zt106-bland .imgs {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit-moz-box-pack: space-around;
  box-pack: space-around;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.25rem; }
  .zt106-bland .imgs a {
    display: block;
    width: 11.325rem;
    height: 7.1625rem;
    margin-bottom: 0.5rem; }
    .zt106-bland .imgs a img {
      display: block;
      width: 100%;
      height: 100%; }
.zt106-bland ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit-moz-box-pack: space-around;
  box-pack: space-around;
  margin-top: 1rem;
  margin-bottom: 1.5rem; }
  .zt106-bland ul li {
    width: 6.75rem;
    background-color: #fb973d;
    border-radius: 0.6rem;
    height: 8.75rem;
    padding-top: 0.475rem; }
    .zt106-bland ul li a {
      display: block;
      width: 100%;
      color: #fff;
      text-align: center; }
      .zt106-bland ul li a h2 {
        font-size: 1.125rem;
        padding-bottom: 0.3rem;
        font-weight: bold; }
      .zt106-bland ul li a img:first-child {
        display: block;
        width: 2.25rem;
        height: 2.25rem;
        margin: 0 auto 0.25rem; }
      .zt106-bland ul li a h4 {
        font-size: 0.7875rem;
        padding-top: 0.3rem; }
  .zt106-bland ul li:nth-of-type(2) {
    background-color: #2986ce; }
  .zt106-bland ul li:nth-of-type(3) {
    background-color: #2faed3; }

.zt106-gh-form {
  margin-bottom: 1.5rem;
  padding: 1.2rem 0 1.5rem;
  border: 1px #d2e0e9 solid;
  border-radius: 0.75rem;
  background-color: #f2f4f6; }
  .zt106-gh-form h2 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    align-items: center; }
    .zt106-gh-form h2 img {
      display: block;
      width: 8.4375rem;
      height: 2.325rem;
      margin-left: 0.6rem; }
    .zt106-gh-form h2 b {
      font-size: 1.575rem;
      font-weight: bold;
      color: #3393dd;
      line-height: 1; }
  .zt106-gh-form h4 {
    font-size: 0.9375rem;
    text-align: center;
    color: #5e829e;
    line-height: 1.8rem; }
  .zt106-gh-form .list {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative; }
    .zt106-gh-form .list label {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 19.5rem;
      margin: 0 auto; }
      .zt106-gh-form .list label span {
        width: 5.775rem;
        font-size: 0.9375rem;
        background-color: #5e829e;
        line-height: 2.55rem;
        color: #fff;
        text-align: center;
        border-radius: 0.3rem 0 0 0.3rem; }
      .zt106-gh-form .list label input {
        flex: 1;
        border-radius: 0 0.3rem 0.3rem 0;
        border: 1px #ccc solid;
        border-left: none;
        font-size: 0.9375rem;
        color: #9bb6ca;
        line-height: 2.475rem;
        text-indent: 0.375rem; }
    .zt106-gh-form .list em {
      margin-left: 0.25rem;
      color: red;
      position: absolute;
      right: 1.375rem;
      top: 0.6rem; }
  .zt106-gh-form .main {
    position: relative; }
    .zt106-gh-form .main em {
      margin-left: 0.25rem;
      color: red;
      position: absolute;
      right: 1.375rem;
      top: 0.6rem; }
  .zt106-gh-form .l2 {
    width: 19.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .zt106-gh-form .l2 label {
      width: 58%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .zt106-gh-form .l2 label span {
        width: 5.775rem;
        text-align: center;
        font-size: 0.9375rem;
        background-color: #5e829e;
        line-height: 2.55rem;
        color: #fff;
        border-radius: 0.3rem 0 0 0.3rem; }
      .zt106-gh-form .l2 label input {
        flex: 1;
        min-width: 1px;
        font-size: 0.9375rem;
        color: #9bb6ca;
        line-height: 2.475rem;
        text-indent: 0.375rem;
        border: 1px #ccc solid;
        border-radius: 0 0.3rem 0.3rem 0; }
      .zt106-gh-form .l2 label select {
        flex: 1;
        min-width: 1px;
        font-size: 0.9375rem;
        color: #9bb6ca;
        line-height: 2.475rem;
        text-indent: 0.375rem;
        border: 1px #ccc solid;
        border-radius: 0 0.3rem 0.3rem 0; }
        .zt106-gh-form .l2 label select option {
          display: block;
          width: 100%;
          line-height: 2.475rem; }
    .zt106-gh-form .l2 .lab2 {
      width: 38%; }
      .zt106-gh-form .l2 .lab2 .age {
        width: 2.8125rem; }
  .zt106-gh-form input[type="submit"] {
    display: block;
    width: 19.5rem;
    font-size: 0.9375rem;
    color: #fff;
    background-color: #fea200;
    border-radius: 0.3rem;
    line-height: 2.55rem;
    border: none;
    margin: 0 auto; }

.zt106-footer .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
  background: transparent url(../images/bj_85.png) left top no-repeat;
  background-size: 100% 1.95rem;
  background-color: #0871c4;
  margin-bottom: 1rem; }
  .zt106-footer .nav li {
    flex: 1; }
    .zt106-footer .nav li a {
      display: block;
      width: 100%;
      line-height: 1.95rem;
      color: #fff;
      text-align: center; }
.zt106-footer p {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.375rem; }
.zt106-footer .btn {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center; }
  .zt106-footer .btn a {
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 7.5rem;
    height: 2.025rem; }
    .zt106-footer .btn a img {
      display: block;
      width: 100%; }

/*# sourceMappingURL=main.css.map */
