﻿@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 {
  display: block;
  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.9rem;
    line-height: 1.8rem; }

/* 敏杰豪爽诚信财通路广 汉德用贤恩威人聚业宽 然然得意 */
.zt101-top-logo span {
  display: block;
  width: 100%;
  font-size: 1.0875rem;
  font-weight: bold;
  color: #fff;
  background-color: #298dd9;
  text-align: center;
  line-height: 2rem; }

.zt101-nav {
  padding: 0.2rem 0; }
  .zt101-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .zt101-nav ul li {
      flex: 1;
      text-align: center;
      font-size: 0.9rem;
      line-height: 2rem;
      border-right: 1px #ccc solid; }
      .zt101-nav ul li a {
        display: block;
        width: 100%; }
    .zt101-nav ul li:last-child {
      border-right: none; }

.zt101-pub-t {
  margin-top: 1.2rem;
  padding: 2rem 0 1rem;
  position: relative; }
  .zt101-pub-t .line {
    height: 0.1rem;
    width: 100%;
    background-color: #298dd9;
    margin-bottom: -1.3rem; }
  .zt101-pub-t .box {
    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; }
  .zt101-pub-t .main {
    border: 1px #298dd9 solid;
    height: 3rem;
    padding: 0 0.6rem;
    background-color: #fff; }
    .zt101-pub-t .main h2 {
      font-size: 1.2rem;
      font-weight: bold;
      color: #298dd9;
      text-align: center;
      line-height: 1;
      margin-top: -0.9rem; }
      .zt101-pub-t .main h2 span {
        display: inline-block;
        padding: 0 0.375rem;
        background-color: #fff; }
    .zt101-pub-t .main h4 {
      font-size: 1.05rem;
      text-align: center; }
      .zt101-pub-t .main h4 span {
        color: #cb2300; }
    .zt101-pub-t .main h6 {
      font-size: 0.6375rem;
      text-align: center;
      text-transform: capitalize;
      color: #cecece; }
.zt101-sf{
	width:95%;
	margin: 0 auto;
}
.zt101-action{
	width:95%;
	margin: 0 auto;
}
.zt101-tab{
	width:95%;
	margin: 0 auto;
}
.zt101-space{
	width:95%;
	margin: 0 auto;
}
.zt101-s2{
	width:95%;
	margin: 0 auto;
}
.zt101-mune{
	width:98%;
	margin: 0 auto;
}
.zt101-inv{
	width:95%;
	margin: 0 auto;
}
.zt101-sf p {
  font-size: 0.9rem;
  text-indent: 2em;
  line-height: 1.6;
  margin-bottom: 1rem; 
}
  .zt101-sf p span {
    color: #cb2300; }
.zt101-sf 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;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.475rem; }
  .zt101-sf ul li {
    margin-bottom: 0.6rem;
    width: 49%; }
    .zt101-sf ul li a {
      display: block;
      width: 100%;
      font-size: 0.9rem;
      line-height: 2.2rem;
      color: #fff;
      background-color: #298dd9;
      border-radius: 0.25rem;
      text-align: center; }
.zt101-sf .video {
  margin-bottom: 0.75rem; }
  .zt101-sf .video video {
    display: block;
    width: 100%; }
.zt101-sf .imgs {
  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; }
  .zt101-sf .imgs a {
    display: block;
    width: 7.725rem;
    height: 5.8125rem; }
    .zt101-sf .imgs a img {
      display: block;
      width: 100%;
      height: 100%; }

.mt1 {
  margin-top: 1rem; }

.zt101-action {
  margin-top: 1rem; }
  .zt101-action .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .zt101-action .title span {
      display: block;
      width: 4.5rem;
      font-size: 1.3125rem;
      padding-left: 0.3rem;
      background: transparent url(../images/jk205_22.jpg) 90% center no-repeat;
      background-size: 0.9rem 0.675rem; }
    .zt101-action .title em {
      width: 4.5rem;
      font-size: 1.0125rem;
      padding-left: 0.3rem; }
    .zt101-action .title img {
      display: block;
      width: 1.725rem;
      height: 1.05rem;
      margin-left: 0.375rem;
      margin-right: 0.375rem; }
    .zt101-action .title b {
      flex: 1;
      font-size: 0.9rem; }
    .zt101-action .title .line {
      border-bottom: 1px #ccc dashed;
      padding-bottom: 0.2rem; 
      height: 2rem;
	  line-height: 2rem;
      overflow: hidden;
}
  .zt101-action .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1rem; }
    .zt101-action .list > img {
      display: block;
      width: 8.625rem;
      height: 5.475rem; }
    .zt101-action .list .txt {
      flex: 1;
      margin-left: 0.375rem; }
      .zt101-action .list .txt h2 {
        font-size: 0.9rem;
        padding-left: 1.2rem;
        background: transparent url(../images/jk205_29.jpg) left 0.475rem no-repeat;
        background-size: 0.75rem 0.6rem;
        padding-bottom: 0.25rem;
        border-bottom: 1px #ccc solid;
        height: 2rem;
	line-height: 2rem;
        overflow: hidden;
}
      .zt101-action .list .txt p {
        font-size: 0.9rem;
        line-height: 1.5;
        text-indent: 2em;
        padding-top: 0.15rem; }
        .zt101-action .list .txt p a {
          color: #cd2400; }

.zt101-qfw {
  padding: 1rem 0.5rem; }
  .zt101-qfw 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;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap; }
    .zt101-qfw ul li {
      width: 6.75rem; }
      .zt101-qfw ul li a {
        display: block;
        width: 100%; }
        .zt101-qfw ul li a img {
          display: block;
          width: 4.7625rem;
          height: 4.7625rem;
          margin: 0 auto; }
        .zt101-qfw ul li a span {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 0.9rem;
          white-space: nowrap;
          line-height: 1;
          padding-top: 0.375rem;
          margin-bottom: 1rem; }
  .zt101-qfw .btn {
    padding-top: 2rem;
    text-align: center; }
    .zt101-qfw .btn .line {
      height: 1px;
      background-color: #ccc;
      width: 100%;
      margin-bottom: -1rem; }
    .zt101-qfw .btn a {
      display: inline-block;
      font-size: 0.9rem;
      padding: 0.2rem 0.575rem;
      border: 1px #ccc solid;
      line-height: 1;
      background-color: #fff; }
      .zt101-qfw .btn a em {
        display: block;
        transform: rotate(90deg);
        letter-spacing: -0.25rem; }

.zt101-tab .tab-btn {
  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; }
  .zt101-tab .tab-btn li {
    width: 24.5%;
    height: 2.625rem;
    text-align: center;
    line-height: 2.55rem;
    font-size: 0.9rem;
    background-color: #298dd9;
    color: #fff;
    position: relative; }
    .zt101-tab .tab-btn li em {
      width: 0;
      height: 0;
      overflow: hidden;
      display: block;
      border-width: 0.375rem;
      border-style: solid dashed dashed dashed;
      border-color: #fff transparent transparent transparent;
      display: block;
      width: 0;
      position: absolute;
      bottom: -0.75rem;
      left: 50%;
      margin-left: -0.375rem; }
  .zt101-tab .tab-btn .on {
    background-color: #c82200; }
    .zt101-tab .tab-btn .on em {
      width: 0;
      height: 0;
      overflow: hidden;
      display: block;
      border-width: 0.375rem;
      border-style: solid dashed dashed dashed;
      border-color: #c82200 transparent transparent transparent; }
.zt101-tab .tab-txt {
  margin-top: 1.25rem; }
  .zt101-tab .tab-txt .main1 {
    padding-left: 12rem;
    background: transparent url(../images/bj1_03.png) left top no-repeat;
    background-size: 100% 10.875rem; }
  .zt101-tab .tab-txt .main2 {
    padding-left: 12rem;
    background: transparent url(../images/bj2_03.png) left top no-repeat;
    background-size: 100% 10.875rem; }
  .zt101-tab .tab-txt .main3 {
    padding-left: 12rem;
    background: transparent url(../images/bj3_03.png) left top no-repeat;
    background-size: 100% 10.875rem; }
  .zt101-tab .tab-txt .main4 {
    padding-left: 12rem;
    background: transparent url(../images/bj4_03.png) left top no-repeat;
    background-size: 100% 10.875rem; }
  .zt101-tab .tab-txt .title {
    text-align: center;
    font-size: 0.975rem;
    font-weight: bold;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .zt101-tab .tab-txt .title img {
      display: block;
      width: 0.975rem;
      margin: 0.3rem auto; }
  .zt101-tab .tab-txt .btn {
    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;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap; }
    .zt101-tab .tab-txt .btn a {
      display: block;
      width: 32%;
      line-height: 2.6rem;
      border-radius: 0.3rem;
      color: #fff;
      background-color: #81c2f3;
      text-align: center;
      margin-bottom: 0.6rem;
      font-size: 0.9rem; }
  .zt101-tab .tab-txt .btn2 {
    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; }
    .zt101-tab .tab-txt .btn2 a {
      display: block;
      width: 49%;
      height: 3rem;
      border-radius: 0.3rem;
      color: #fff;
      background-color: #81c2f3;
      text-align: center;
      margin-bottom: 0.6rem;
      font-size: 0.9rem;
      padding-top: 0.3rem; }
      .zt101-tab .tab-txt .btn2 a b {
        font-size: 0.9rem;
        display: block;
        width: 100%;
        font-weight: bold; }
  .zt101-tab .tab-txt h2 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #298dd9;
    text-align: center;
    white-space: nowrap; }
  .zt101-tab .tab-txt h4 {
    font-size: 0.9rem;
    padding-top: 0.6rem;
    line-height: 1;
    text-align: right; }
  .zt101-tab .tab-txt p {
    font-size: 0.7875rem;
    line-height: 1.5rem;
    border: 1px #ccc solid;
    border-radius: 0 0 0 0.5rem;
    margin-top: 0.3rem;
    white-space: nowrap;
    padding-left: 0.375rem; }
    .zt101-tab .tab-txt p b {
      font-size: 0.9rem;
      font-weight: bold; }

.zt101-mune {
  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;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.5rem; }
  .zt101-mune a {
    display: block;
    width: 32%;
    margin-bottom: 0.5rem;
    border-radius: 0.3rem;
    line-height: 2.6rem;
    font-size: 0.9rem;
    text-align: center;
    border: 1px #ccc solid; }

.zt101-swt {
  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: 1rem; }
  .zt101-swt span {
    font-size: 0.9rem;
    line-height: 1.75;
    padding: 0 0.475rem;
    border: 1px #c82200 solid; }
  .zt101-swt a {
    background-color: #c82200;
    color: #fff;
    font-size: 0.9rem;
    padding: 0 0.6rem;
    line-height: 1.75; }

.zt101-space .btn {
  padding: 0rem 0.75rem 1rem;
  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; }
  .zt101-space .btn a {
    display: block;
    width: 48%;
    font-size: 0.9rem;
    line-height: 2.6rem;
    border-radius: 0.3rem;
    text-align: center;
    border: 1px #ccc solid; }
  .zt101-space .btn .on {
    background-color: #298dd9;
    border-color: #298dd9;
    color: #fff; }
.zt101-space .videos {
  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;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.5rem; }
  .zt101-space .videos video {
    display: block;
    width: 7.325rem;
    height: 5.4375rem;
    margin-bottom: 0.5rem; }

.zt101-inv {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem; }
  .zt101-inv > span {
    display: block;
    width: 2rem;
    padding: 0.3rem 0.375rem 0;
    line-height: 1.3;
    text-align: center;
    background-color: #c82200;
    color: #fff; }
  .zt101-inv .zts3 {
    flex: 1;
    padding: 0.2rem 0.3rem;
    border: 1px #ccc solid;
    border-left: none; }
    .zt101-inv .zts3 .swiper-slide 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; }
      .zt101-inv .zts3 .swiper-slide ul li {
        width: 6.75rem;
        height: 5.2875rem; }
        .zt101-inv .zts3 .swiper-slide ul li a, .zt101-inv .zts3 .swiper-slide ul li img {
          display: block;
          width: 100%;
          height: 100%; }

.zt101-last-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1rem 0 1rem; }
  .zt101-last-nav a {
    display: block;
    flex: 1;
    border-right: 1px #ccc solid;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center; }
  .zt101-last-nav a:last-child {
    border-right: none; }

.zt101-footer {
  height: 12.525rem;
  background: url(../images/jk205_88.jpg) no-repeat 0 0;
  background-size: 100% 100%; }
  .zt101-footer .main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 1.875rem; }
    .zt101-footer .main .l {
      flex: 1;
      margin-right: 0.375rem; }
      .zt101-footer .main .l p {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-top: 0.75rem;
        align-items: center; }
        .zt101-footer .main .l p img {
          display: block;
          width: 1.9125rem;
          height: 1.6125rem; }
        .zt101-footer .main .l p b {
          flex: 1;
          font-size: 0.9rem;
          color: #fff;
          line-height: 1.2;
          margin-left: 0.3rem; }
          .zt101-footer .main .l p b span {
            display: block;
            width: 100%; }
    .zt101-footer .main .r {
      width: 4.725rem; }
      .zt101-footer .main .r img {
        display: block;
        width: 100%;
        height: 4.725rem; }
      .zt101-footer .main .r span {
        font-size: 0.75rem;
        color: #fff;
        opacity: 0.5;
        text-align: center;
        display: block;
        width: 100%;
        white-space: nowrap;
        line-height: 1.2;
        padding-top: 0.3rem; }

/*# sourceMappingURL=main.css.map */
.dcxk .dcxktitle {
  margin: 1rem auto;
  position: relative;
}
.dcxk .dcxktitle img {
  display: block;
  width: 100%;
}
.dcxk .dcxktitle h3 {
  position: absolute;
  left: 0;
  top: -1rem;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #298dd9;
}
.dcxk .dcxktitle h4 {
  position: absolute;
  left: 0;
  top: 0.7rem;
  text-align: center;
  width: 100%;
  color: #cb2300;
  font-size: 1rem;
}
.dcxk .dcxktitle p {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  text-align: center;
  width: 100%;
  color: #d1cece;
  font-size: 0.6rem;
}
.dcxk .imgswbox {
  display: flex;
}
.dcxk .imgswbox .box {
  padding: 0.2rem;
  width: 50%;
  position: relative;
}
.dcxk .imgswbox .box img {
  display: block;
  width: 100%;
}
.dcxk .imgswbox .box .span {
  position: absolute;
  left: 3rem;
  top: 0.8rem;
  color: #fff;
  font-size: 0.8rem;
}
.dcxk .imgswbox .box h5 {
  position: absolute;
  left: 1.2rem;
  top: 2.2rem;
  color: #fff;
  font-size: 1.1rem;
}
.dcxk .imgswbox .box p {
  position: absolute;
  left: 1.2rem;
  top: 3.9rem;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.2rem;
}

.yhptswt {
  margin: 1rem auto;
  display: flex;
  background: #eeeeee;
  padding: 0.5rem 0;
}
.yhptswt .box {
  flex: 1;
  background: #fff;
  padding: 0.5rem;
  margin: 0 0.25rem;
}
.yhptswt .box a {
  display: flex;
}
.yhptswt .box a .img {
  width: 3rem;
  display: flex;
  align-items: center;
}
.yhptswt .box a .img img {
  display: block;
  width: 100%;
}
.yhptswt .box a .text {
  font-weight: bold;
  margin-left: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.8rem;
  color: #666;
}
.yhptswt .box a .text span {
  color: #145ebf;
  font-size: 0.9rem;
}
.yhptswt .box:nth-child(2) a span {
  color: #ff6600;
}



.zt267-tab {
	width: 93.75%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 1rem;
}
.zt267-tab .tab-btn {
	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;
	margin-bottom: 0.75rem;
}
.zt267-tab .tab-btn li {
	width: 48%;
	text-align: center;
	font-size: 1.05rem;
	font-weight: bold;
	line-height: 3rem;
	background-color: #e2e2e2;
}
.zt267-tab .tab-btn .on {
	background-color: #298dd9;
	color: #fff;
}
.zt267-tab .tab-txt {
	padding-bottom: 0.375rem;
}
.zt267-tab .tab-txt .list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 0.6rem;
	align-items:center;
}
.zt267-tab .tab-txt .list img {
	display: block;
	width: 6.5625rem;
}
.zt267-tab .tab-txt .list .txt {
	flex: 1;
	height: 6.6rem;
	border: 1px #ccc solid;
	border-left: none;
	padding: 0 0.75rem;
	border-radius: 0 0.5rem 0.5rem 0;
}
.zt267-tab .tab-txt .list .txt h2 {
	font-size: 0.825rem;
	color: #298dd9;
	text-align: center;
	white-space: nowrap;
	line-height: 2;
	padding-top: 0.375rem;
	border-bottom: 1px #ccc dashed;
}
.zt267-tab .tab-txt .list .txt p {
	font-size: 0.75rem;
	text-indent: 2em;
	line-height: 1.65;
	padding-top: 0.3rem;
}
.zt267-tab .tab-txt .list .txt p a {
	color: #e9ba2b;
}
.zt267-tab-tips {
	width: 93.75%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0 1rem;
	margin-bottom: 1rem;
	border-top: 0.5rem #e2e2e2 solid;
}
.zt267-tab-tips em {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
	border-width: 0.375rem;
	border-style: solid dashed dashed dashed;
	border-color: #e2e2e2 transparent transparent transparent;
	margin: 0 auto;
}
.zt267-tab-tips h4 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 0.75rem;
	line-height: 2rem;
	border-bottom: 1px #ccc dashed;
}
.zt267-tab-tips h4 span {
	flex: 1;
}
.zt267-tab-tips h4 a {
	color: #e9ba2b;
}